:root{
--green:#18a957;
--green-dark:#0f7e3e;
--dark:#101814;
--soft:#f3faf5;
--cream:#fff8df;
--text:#111;
--muted:#5f6f66;
--line:#dce8df;
--white:#fff;
--shadow:0 18px 50px rgba(0,0,0,.08);
--radius:26px;
}

*{box-sizing:border-box;}

html{scroll-behavior:smooth;}

body{
margin:0;
font-family:Arial, Helvetica, sans-serif;
color:var(--text);
background:#f7fbf8;
}

a{color:inherit;text-decoration:none;}
img,video{max-width:100%;display:block;}

.wrap{
width:min(1150px, calc(100% - 40px));
margin:auto;
}

/* Header / Navigation */
header,.site-header{
position:sticky;
top:0;
z-index:100;
background:rgba(255,255,255,.95);
backdrop-filter:blur(10px);
border-bottom:1px solid var(--line);
}

.nav{
display:flex;
align-items:center;
justify-content:space-between;
gap:32px;
min-height:110px;
}

.logo img,
.logo-img{
height:52px;
width:auto;
display:block;
object-fit:contain;
}

.brand{
font-weight:900;
letter-spacing:-.04em;
font-size:22px;
}

.brand span,
.logo-fallback span{
color:var(--green);
}

.logo-fallback{
font-weight:900;
letter-spacing:-.04em;
font-size:22px;
}

.menu,.nav-links{
display:flex;
gap:18px;
flex-wrap:wrap;
align-items:center;
}

.menu a,.nav-links a{
color:#222;
font-weight:800;
font-size:15px;
}

.menu a:hover,.nav-links a:hover{
color:var(--green);
}

/* Hero */
.hero{
padding:80px 0;
background:linear-gradient(135deg,#effaf2 0%,#ffffff 52%,#e9f8ee 100%);
}

.hero-grid{
display:grid;
grid-template-columns:1fr 1.8fr;
gap:48px;
align-items:center;
}

.eyebrow{
display:inline-flex;
align-items:center;
gap:8px;
background:#dff5e7;
color:#0b7138;
border:1px solid #bce8ca;
border-radius:999px;
padding:9px 14px;
font-weight:900;
font-size:14px;
margin-bottom:18px;
}

h1{
font-size:clamp(42px,6vw,74px);
line-height:.95;
letter-spacing:-.07em;
margin:0 0 22px;
max-width:520px;
}

.hero p{
max-width:760px;
}

h2{
font-size:clamp(34px,4.5vw,54px);
line-height:1;
letter-spacing:-.06em;
margin:0 0 16px;
}

h3{
font-size:24px;
margin:0 0 10px;
letter-spacing:-.03em;
}

p{
color:var(--muted);
line-height:1.6;
font-size:17px;
margin:0 0 18px;
}

/* Buttons */
.btns,.actions,.hero-actions{
display:flex;
gap:12px;
flex-wrap:wrap;
margin-top:24px;
}

.btn{
display:inline-flex;
align-items:center;
justify-content:center;
border-radius:999px;
padding:15px 22px;
font-weight:900;
border:2px solid #111;
transition:.2s ease;
cursor:pointer;
}

.btn:hover{transform:translateY(-2px);}

.btn.primary,.primary{
background:var(--green);
border-color:var(--green);
color:#fff;
}

.btn.secondary,.secondary{
background:#fff;
color:#111;
border:2px solid #111;
}

/* Media / Video / Image */
.video-box,.media-box{
background:#101814;
border-radius:26px;
min-height:320px;
overflow:hidden;
display:flex;
align-items:center;
justify-content:center;
color:#fff;
text-align:center;
padding:20px;
}

.video-box img,.video-box video,
.media-box img,.media-box video{
width:100%;
height:100%;
object-fit:cover;
border-radius:20px;
}

/* Custom Pets hero image grid */
.hero-card{
background:#fff;
border:1px solid var(--line);
border-radius:34px;
padding:22px;
box-shadow:var(--shadow);
}

.image-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:14px;
}

.image-slot{
min-height:180px;
border-radius:22px;
overflow:hidden;
background:#eef8f1;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
color:#5f6f66;
font-weight:800;
}

.image-slot img{
width:100%;
height:100%;
object-fit:cover;
}

.image-slot.dark{
background:#101814;
color:#fff;
}

.caption{
margin-top:14px;
color:var(--muted);
font-size:14px;
line-height:1.5;
}

/* Sections / Cards */
.section,section{
padding:80px 0;
}

.section-title{
max-width:780px;
margin-bottom:34px;
}

.card-grid,.grid,.cards{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:22px;
}

.card{
background:#fff;
border:1px solid var(--line);
border-radius:var(--radius);
padding:26px;
box-shadow:0 10px 30px rgba(0,0,0,.04);
}

.card-link{
display:block;
transition:.2s ease;
}

.card-link:hover{
transform:translateY(-4px);
}

.icon{
width:52px;
height:52px;
border-radius:16px;
display:flex;
align-items:center;
justify-content:center;
background:#e8f9ee;
font-size:26px;
margin-bottom:18px;
}

/* Steps */
.steps{
display:grid;
gap:14px;
}

.step{
background:#fff;
border:1px solid var(--line);
border-radius:20px;
padding:18px;
}

.step strong{
display:block;
margin-bottom:6px;
}

.step span{
color:var(--muted);
line-height:1.5;
}

/* Highlight blocks */
.highlight{
display:grid;
grid-template-columns:1fr 1fr;
gap:28px;
align-items:center;
background:#fff;
border:1px solid var(--line);
border-radius:34px;
padding:34px;
box-shadow:var(--shadow);
}

/* Dark sections */
.dark-section{
background:var(--dark);
color:#fff;
}

.dark-section p{
color:#c9d7cf;
}

.dark-section .card{
background:#17231c;
border-color:#2c3b32;
color:#fff;
}

/* Pills */
.pill-list{
display:flex;
flex-wrap:wrap;
gap:10px;
margin-top:16px;
}

.pill{
background:#eef8f1;
border:1px solid #d5e8db;
color:#20352a;
padding:10px 14px;
border-radius:999px;
font-weight:800;
font-size:14px;
}

.dark-section .pill{
background:#243029;
border-color:#425047;
color:#fff;
}

/* Pricing */
.pricing{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:22px;
}

.price-card{
background:#fff;
border:1px solid var(--line);
border-radius:var(--radius);
padding:28px;
box-shadow:0 10px 30px rgba(0,0,0,.04);
position:relative;
}

.featured{
border:3px solid var(--green);
transform:translateY(-8px);
}

.badge{
display:inline-block;
background:var(--green);
color:#fff;
padding:8px 12px;
border-radius:999px;
font-size:13px;
font-weight:900;
margin-bottom:14px;
}

.price{
font-size:42px;
font-weight:900;
letter-spacing:-.05em;
margin:12px 0 18px;
}

.price small{
font-size:15px;
color:var(--muted);
letter-spacing:0;
}

ul{
padding-left:20px;
margin:0;
color:var(--muted);
line-height:1.75;
}

/* CTA */
.cta{
background:linear-gradient(135deg,#18a957,#0f7e3e);
color:#fff;
border-radius:38px;
padding:44px;
display:grid;
grid-template-columns:1fr auto;
gap:28px;
align-items:center;
}

.cta p{
color:#eaffef;
}

.cta .btn{
background:#fff;
color:#111;
}

/* Socials */
.socials,.social-buttons{
display:flex;
gap:12px;
flex-wrap:wrap;
margin-top:20px;
}

.socials a,.social-btn{
display:inline-flex;
align-items:center;
justify-content:center;
padding:12px 18px;
border-radius:999px;
color:#fff;
text-decoration:none;
font-weight:900;
transition:.2s ease;
}

.socials a:hover,.social-btn:hover{
transform:translateY(-2px);
}

.fb,.facebook{
background:#1877F2;
}

.ig,.instagram{
background:#E1306C;
}

.tt,.tiktok{
background:#111;
}

.social-follow-box{
margin-top:28px;
padding:24px;
border-radius:24px;
background:#fff;
border:1px solid #dce8dc;
max-width:640px;
box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.social-follow-box h3{
margin:0 0 16px;
font-size:24px;
color:#111;
}

/* Notes */
.note{
background:var(--cream);
border:1px solid #f4d160;
border-radius:18px;
padding:18px;
color:#755400;
font-size:15px;
line-height:1.5;
margin-top:18px;
}

/* Footer */
footer{
padding:40px 0;
color:#777;
font-weight:700;
}

/* Mobile */
@media(max-width:900px){
.nav{
min-height:auto;
padding:14px 0;
flex-direction:column;
align-items:flex-start;
}

.logo img,.logo-img{
height:78px;
}

.menu,.nav-links{
gap:12px;
}

.hero-grid,
.highlight,
.cta{
grid-template-columns:1fr;
}

.hero-grid{
gap:24px;
}

.hero h1{
max-width:100%;
}

.card-grid,.grid,.cards,.pricing,.image-grid{
grid-template-columns:1fr;
}

.featured{
transform:none;
}

h1{
font-size:clamp(40px,12vw,54px);
}

.section,section{
padding:58px 0;
}
}

/* NFC page mockup / phone preview */
.mockup{
background:var(--dark);
color:#fff;
border-radius:36px;
padding:28px;
box-shadow:var(--shadow);
position:relative;
}

.phone{
background:#fff;
color:#111;
border-radius:34px;
padding:22px;
border:10px solid #1e2a24;
min-height:430px;
}

.tap-circle{
width:94px;
height:94px;
background:#e8f9ee;
border:3px solid var(--green);
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:42px;
margin:12px auto 22px;
}

.profile-card{
border:1px solid var(--line);
border-radius:22px;
padding:18px;
margin-bottom:14px;
background:#f9fffb;
}

.profile-card h3{
margin-top:0;
}

.mini-link{
padding:13px 14px;
border-radius:14px;
background:#111;
color:#fff;
margin-top:10px;
font-weight:800;
text-align:center;
}

/* NFC page specific cleanup */
.mockup p,
.phone p,
.profile-card p{
color:var(--muted);
}

@media(max-width:900px){
.mockup{
padding:18px;
border-radius:28px;
}

.phone{
min-height:auto;
border-width:7px;
}
}

/* Skeleton Collection Hover Gallery */
.skeleton-gallery{
display:grid;
grid-template-columns:repeat(3, 1fr);
gap:28px;
}

.skeleton-card{
background:#fff;
border:1px solid var(--line);
border-radius:24px;
padding:16px;
box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.skeleton-card h3{
margin-top:16px;
}

.skeleton-card p{
font-size:15px;
}

.skeleton-media{
position:relative;
aspect-ratio:1 / 1;
overflow:hidden;
border-radius:20px;
background:#050505;
}

.skeleton-media img,
.skeleton-media video{
position:absolute;
inset:0;
width:100%;
height:100%;
object-fit:cover;
transition:opacity .25s ease;
}

.skeleton-media video{
opacity:0;
}

.skeleton-media:hover img{
opacity:0;
}

.skeleton-media:hover video{
opacity:1;
}

@media(max-width:900px){
.skeleton-gallery{
grid-template-columns:1fr;
}
}
/* Custom Pets green hero/CTA fix */
.cta{
  grid-template-columns:minmax(320px,520px) 1fr;
  gap:42px;
  align-items:center;
  padding:50px 44px;
}

.cta h1{
  max-width:520px;
  font-size:clamp(48px,5vw,64px);
  line-height:.95;
}

.cta p{
  max-width:760px;
  font-size:17px;
}

@media(max-width:900px){
  .cta{
    grid-template-columns:1fr;
    gap:24px;
    padding:34px 24px;
  }

  .cta h1{
    max-width:100%;
    font-size:clamp(40px,12vw,54px);
  }
}
