:root {
  --navy: #0b1d3d;
  --navy-2: #102b59;
  --green: #0d5b3e;
  --lime: #a8e62e;
  --lime-deep: #83be12;
  --cyan: #00cbe3;
  --ice: #edf9ff;
  --gray: #f2f4f7;
  --white: #fff;
  --ink: #12223f;
  --muted: #647089;
  --shadow-navy: 0 20px 45px rgba(5, 20, 50, .2), inset 0 1px 0 rgba(255,255,255,.3);
  --shadow-card: 0 22px 45px rgba(11, 29, 61, .12), inset 0 2px 0 rgba(255,255,255,.9);
  --radius-xl: 38px;
  --radius-lg: 28px;
  --radius-md: 20px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Poppins", system-ui, sans-serif; line-height: 1.6; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.section { padding: 112px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; left: 18px; top: -60px; padding: 12px 18px; border-radius: 0 0 14px 14px; background: var(--lime); color: var(--navy); font-weight: 800; transition: top .2s; }
.skip-link:focus { top: 0; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; right: 0; border-bottom: 1px solid transparent; transition: background .25s, box-shadow .25s, border .25s; }
.site-header.scrolled { background: rgba(255,255,255,.94); border-color: rgba(11,29,61,.08); box-shadow: 0 12px 30px rgba(5,20,50,.09); backdrop-filter: blur(16px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: 216px; }
.brand-logo-wrap { width: 55px; height: 55px; display: grid; place-items: center; border-radius: 18px; overflow: hidden; background: linear-gradient(145deg, #1e488a, #07152f); box-shadow: 6px 7px 15px rgba(4,18,45,.24), inset 1px 2px 2px rgba(255,255,255,.28); }
.brand-logo-wrap img { width: 58px; max-width: none; }
.brand-copy { display: grid; line-height: 1.15; }
.brand-copy strong { font-size: .96rem; color: var(--white); font-weight: 800; letter-spacing: -.02em; }
.brand-copy small { margin-top: 4px; color: rgba(255,255,255,.67); font-size: .75rem; font-weight: 600; text-transform: uppercase; letter-spacing: .09em; }
.site-header.scrolled .brand-copy strong { color: var(--navy); }
.site-header.scrolled .brand-copy small { color: var(--muted); }
.primary-nav { display: flex; align-items: center; gap: 24px; color: rgba(255,255,255,.82); font-size: .86rem; font-weight: 600; }
.primary-nav > a:not(.button) { position: relative; padding: 10px 0; }
.primary-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 2px; border-radius: 2px; background: var(--lime); transition: right .2s; }
.primary-nav > a:not(.button):hover::after, .primary-nav > a:not(.button):focus-visible::after { right: 0; }
.site-header.scrolled .primary-nav { color: var(--ink); }
.primary-nav .nav-activate { padding-inline: 10px !important; border-radius: 10px; color: var(--navy); background: rgba(168,230,46,.94); box-shadow: 0 4px 0 var(--lime-deep); }
.primary-nav .nav-activate::after { display: none; }
.menu-toggle { display: none; width: 48px; height: 48px; padding: 0; border: 0; border-radius: 16px; background: var(--lime); box-shadow: 0 7px 0 var(--lime-deep), inset 0 2px 1px rgba(255,255,255,.7); cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; width: 21px; height: 2px; margin: 4px auto; border-radius: 2px; background: var(--navy); transition: transform .2s, opacity .2s; }

.button { min-height: 54px; padding: 14px 24px; border: 0; border-radius: 18px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-size: .9rem; font-weight: 800; line-height: 1.2; cursor: pointer; transition: transform .18s, box-shadow .18s, background .18s; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(4px); }
.button:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }
.button-lime { color: var(--navy); background: linear-gradient(145deg, #c4fa54, var(--lime)); box-shadow: 0 8px 0 var(--lime-deep), 0 14px 26px rgba(114,171,10,.25), inset 0 2px 1px rgba(255,255,255,.75); }
.button-lime:active { box-shadow: 0 3px 0 var(--lime-deep), 0 8px 16px rgba(114,171,10,.18), inset 0 2px 1px rgba(255,255,255,.7); }
.button-small { min-height: 43px; padding: 10px 17px; border-radius: 14px; font-size: .78rem; }
.button-ghost-light { color: var(--white); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.25); box-shadow: 0 8px 0 rgba(0,0,0,.12), inset 0 2px 1px rgba(255,255,255,.18); backdrop-filter: blur(8px); }
.button-navy { color: var(--white); background: linear-gradient(145deg, #173970, var(--navy)); box-shadow: 0 8px 0 #061127, 0 14px 28px rgba(11,29,61,.22), inset 0 2px 1px rgba(255,255,255,.25); }
.button-full { width: 100%; }

.hero { min-height: 780px; position: relative; display: grid; align-items: center; overflow: hidden; color: var(--white); background: #06142f; }
.hero-art { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(5,18,45,.96) 0%, rgba(5,18,45,.8) 31%, rgba(5,18,45,.3) 55%, rgba(5,18,45,.06) 72%), url("landing-assets/hero-pets-golden-hour.jpg"); background-size: cover; background-position: center; }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 76px; background: var(--white); clip-path: polygon(0 72%, 9% 52%, 20% 71%, 34% 37%, 49% 67%, 64% 47%, 79% 70%, 90% 48%, 100% 63%, 100% 100%, 0 100%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .45; pointer-events: none; }
.hero-glow-one { width: 240px; height: 240px; left: -100px; bottom: 40px; background: radial-gradient(circle at 35% 30%, rgba(0,203,227,.3), transparent 65%); }
.hero-glow-two { width: 100px; height: 100px; left: 48%; top: 18%; border: 1px solid rgba(168,230,46,.24); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: center; padding-top: 64px; }
.hero-copy { max-width: 620px; padding: 44px 0 90px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--green); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow-light { color: #d6f79c; }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(168,230,46,.15); }
.hero h1 { max-width: 590px; margin: 18px 0 22px; font-size: clamp(3rem, 5.3vw, 5.4rem); line-height: .98; letter-spacing: -.062em; }
.hero h1 span { color: var(--lime); }
.hero-copy > p { max-width: 560px; margin: 0; color: rgba(255,255,255,.78); font-size: 1.06rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 32px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 33px; color: rgba(255,255,255,.73); font-size: .72rem; font-weight: 600; }
.hero-proof i { width: 20px; height: 20px; margin-right: 5px; display: inline-grid; place-items: center; border-radius: 50%; color: var(--navy); background: var(--cyan); font-style: normal; font-weight: 800; }
.hero-float-card { position: absolute; z-index: 5; right: max(28px, calc((100vw - var(--shell)) / 2)); bottom: 54px; width: min(370px, calc(100% - 40px)); padding: 15px 18px; display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 13px; border: 1px solid rgba(255,255,255,.22); border-radius: 20px; color: var(--white); background: rgba(8,27,59,.77); box-shadow: 0 16px 35px rgba(3,14,36,.3), inset 0 1px 0 rgba(255,255,255,.2); backdrop-filter: blur(14px); }
.float-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 15px; background: linear-gradient(145deg, #c4fa54, var(--lime)); color: var(--navy); font-size: 1.5rem; box-shadow: 0 5px 0 var(--lime-deep), inset 0 2px 1px rgba(255,255,255,.7); }
.hero-float-card span:nth-child(2) { display: grid; line-height: 1.25; }
.hero-float-card small { color: rgba(255,255,255,.68); font-size: .75rem; }
.hero-float-card strong { margin-top: 3px; font-size: .82rem; }

.section-heading { max-width: 680px; margin-bottom: 48px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading h2, .tag-copy h2, .app-copy h2, .loyalty h2, .contact h2 { margin: 14px 0 16px; font-size: clamp(2.25rem, 4.5vw, 4rem); line-height: 1.04; letter-spacing: -.055em; }
.section-heading h2 span, .app-copy h2 span { color: var(--green); }
.section-heading p, .app-copy > p { color: var(--muted); font-size: .98rem; }
.ecosystem { background: var(--white); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 330px; padding: 26px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid rgba(11,29,61,.07); border-radius: var(--radius-lg); background: linear-gradient(145deg, #fff, #edf3fb); box-shadow: var(--shadow-card); }
.service-card::before { content: ""; position: absolute; inset: 0; border-radius: inherit; background: radial-gradient(circle at 12% 0, rgba(255,255,255,.98), transparent 35%); pointer-events: none; }
.service-card > * { position: relative; }
.service-shop { background: linear-gradient(145deg, #e8fbff, #cceff5); }
.service-vet { background: linear-gradient(145deg, #eff7ff, #dae5fc); }
.service-groom { background: linear-gradient(145deg, #f5ffe3, #dcefb3); }
.service-tag { color: var(--white); background: linear-gradient(145deg, #183d78, var(--navy)); }
.service-top { display: flex; justify-content: space-between; align-items: start; }
.service-icon { width: 61px; height: 61px; display: grid; place-items: center; border-radius: 20px; color: var(--navy); background: var(--white); font-size: 1.65rem; font-weight: 800; box-shadow: 0 7px 0 rgba(11,29,61,.09), inset 0 2px 1px rgba(255,255,255,.8); }
.mini-pill, .coming-pill { padding: 6px 10px; border-radius: 999px; color: var(--green); background: rgba(255,255,255,.68); border: 1px solid rgba(255,255,255,.82); font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.service-card h3 { margin: auto 0 9px; font-size: 1.35rem; line-height: 1.18; letter-spacing: -.03em; }
.service-card p { min-height: 72px; margin: 0 0 16px; color: var(--muted); font-size: .79rem; }
.service-card > a { color: var(--green); font-size: .78rem; font-weight: 800; }
.service-tag p { color: rgba(255,255,255,.68); }
.service-tag > a { color: var(--lime); }
.service-tag .mini-pill { color: var(--lime); background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.15); }
.brand-strip { margin-top: 28px; padding: 26px 30px; border-radius: 24px; text-align: center; background: var(--gray); box-shadow: inset 0 2px 0 var(--white), 0 16px 35px rgba(11,29,61,.08); }
.brand-strip p { margin: 0 0 15px; font-size: .78rem; font-weight: 700; }
.brand-names { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.brand-names span { padding: 8px 13px; border-radius: 12px; background: var(--white); color: var(--navy); box-shadow: 0 4px 0 #dbe1ea, inset 0 1px 0 #fff; font-size: .7rem; font-weight: 800; }
.brand-strip small { display: block; margin-top: 15px; color: var(--muted); font-size: .75rem; }

.smart-tag { overflow: hidden; color: var(--white); background: radial-gradient(circle at 15% 15%, #17477c, transparent 30%), linear-gradient(135deg, var(--navy), #07142e); }
.tag-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.tag-visual { position: relative; min-height: 650px; display: grid; place-items: center; }
.tag-visual::before, .tag-visual::after { content: ""; position: absolute; border-radius: 50%; }
.tag-visual::before { width: 510px; height: 510px; border: 1px solid rgba(0,203,227,.22); box-shadow: inset 0 0 70px rgba(0,203,227,.06); }
.tag-visual::after { width: 390px; height: 390px; background: radial-gradient(circle, rgba(0,203,227,.17), transparent 68%); }
.profile-card { position: relative; z-index: 2; width: 315px; min-height: 480px; padding: 0 22px 24px; border: 1px solid rgba(255,255,255,.45); border-radius: 34px; color: var(--ink); text-align: center; background: linear-gradient(160deg, #fff, #dff5ff); box-shadow: 18px 24px 55px rgba(0,0,0,.32), inset 0 2px 1px #fff; transform: rotate(-4deg); }
.profile-cover { height: 112px; margin: 0 -22px; border-radius: 32px 32px 48% 48%; background: linear-gradient(135deg, var(--cyan), #2f66bb); }
.profile-pet { width: 95px; height: 95px; margin: -52px auto 10px; display: grid; place-items: center; border: 7px solid white; border-radius: 50%; background: #d9f7ad; box-shadow: 0 9px 18px rgba(11,29,61,.16); font-size: 2.7rem; }
.lost-badge { padding: 4px 9px; border-radius: 999px; color: var(--green); background: #dff6ad; font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.profile-card h3 { margin: 10px 0 2px; font-size: 1.65rem; }
.profile-card > p { margin: 0 auto 15px; color: var(--muted); font-size: .76rem; }
.profile-data { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.profile-data span { padding: 10px; display: grid; border-radius: 13px; background: rgba(255,255,255,.8); box-shadow: 0 4px 0 #d7e4ea; }
.profile-data b { font-size: .73rem; }
.profile-data small { color: var(--muted); font-size: .7rem; }
.profile-ready { margin-top: 16px; padding: 11px; display: flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid rgba(13,91,62,.15); border-radius: 13px; color: var(--green); background: rgba(168,230,46,.2); font-size: .72rem; font-weight: 700; }
.profile-ready span { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(13,91,62,.11); }
.tag-medallion, .qr-medallion { position: absolute; z-index: 4; display: grid; place-items: center; background: linear-gradient(145deg, #c3f44c, #78b91a); box-shadow: 0 12px 0 #4f850c, 0 25px 35px rgba(0,0,0,.25), inset 0 3px 2px rgba(255,255,255,.5); }
.tag-medallion { right: 8%; top: 12%; width: 124px; height: 124px; border-radius: 50%; color: var(--navy); transform: rotate(8deg); }
.tag-medallion span { font-size: 3rem; line-height: 1; }
.tag-medallion small { margin-top: -18px; font-size: .72rem; font-weight: 900; letter-spacing: .15em; }
.qr-medallion { left: 3%; bottom: 14%; width: 104px; height: 104px; padding: 24px; grid-template-columns: repeat(3, 1fr); gap: 3px; border-radius: 28px; transform: rotate(10deg); }
.qr-medallion i { aspect-ratio: 1; background: var(--navy); border-radius: 1px; }
.tag-copy h2 span, .loyalty h2 span, .contact h2 span { color: var(--lime); }
.tag-copy .lead { color: rgba(255,255,255,.72); font-size: .95rem; }
.steps { margin: 32px 0; padding: 0; display: grid; gap: 16px; list-style: none; }
.steps li { display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: start; }
.steps li > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; color: var(--navy); background: linear-gradient(145deg, #d3ff76, var(--lime)); box-shadow: 0 5px 0 var(--lime-deep), inset 0 2px 1px rgba(255,255,255,.75); font-weight: 800; }
.steps b { font-size: .86rem; }
.steps p { margin: 1px 0 0; color: rgba(255,255,255,.61); font-size: .72rem; }
.truth-note { margin-bottom: 28px; padding: 16px; display: grid; grid-template-columns: 34px 1fr; gap: 12px; border: 1px solid rgba(0,203,227,.22); border-radius: 17px; background: rgba(0,203,227,.08); }
.truth-note > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: var(--navy); background: var(--cyan); font-weight: 900; }
.truth-note p { margin: 0; color: rgba(255,255,255,.7); font-size: .75rem; }
.truth-note b { color: var(--white); }
.activation-band { margin-top: 72px; padding: 26px 30px; display: grid; grid-template-columns: 62px 1fr auto; gap: 22px; align-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 25px; background: rgba(255,255,255,.08); box-shadow: 0 18px 40px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.18); }
.activation-mark { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 20px; color: var(--navy); background: var(--cyan); box-shadow: 0 7px 0 #008ca0, inset 0 2px 1px rgba(255,255,255,.65); font-size: 2rem; font-weight: 800; }
.activation-band h3 { margin: 9px 0 2px; font-size: 1.2rem; }
.activation-band p { max-width: 680px; margin: 0; color: rgba(255,255,255,.7); font-size: .76rem; }
.activation-band .mini-pill { color: var(--navy); background: var(--lime); border-color: rgba(255,255,255,.5); }

.app-section { background: linear-gradient(180deg, #fff, #eef8fd); overflow: hidden; }
.app-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.check-list { margin: 28px 0 34px; padding: 0; display: grid; gap: 13px; list-style: none; color: var(--ink); font-size: .8rem; font-weight: 600; }
.check-list span { width: 25px; height: 25px; margin-right: 8px; display: inline-grid; place-items: center; border-radius: 9px; color: var(--navy); background: var(--lime); box-shadow: 0 3px 0 var(--lime-deep); }
.phone-scene { position: relative; min-height: 620px; }
.phone-scene::before { content: ""; position: absolute; width: 550px; height: 550px; left: 50%; top: 50%; border-radius: 50%; background: radial-gradient(circle at 35% 30%, rgba(0,203,227,.32), rgba(168,230,46,.1) 45%, transparent 68%); transform: translate(-50%,-50%); }
.phone { position: absolute; width: 270px; height: 550px; padding: 11px; border: 3px solid rgba(255,255,255,.55); border-radius: 47px; background: linear-gradient(145deg, #163b76, #06142f); box-shadow: 24px 32px 60px rgba(11,29,61,.26), inset 0 2px 2px rgba(255,255,255,.45); }
.phone-back { left: 10%; top: 7%; transform: rotate(-9deg) scale(.9); }
.phone-front { right: 8%; bottom: 0; transform: rotate(6deg); }
.phone-top { position: absolute; z-index: 2; width: 84px; height: 22px; left: 50%; top: 15px; border-radius: 12px; background: #061126; transform: translateX(-50%); }
.mini-screen { height: 100%; padding: 48px 17px 18px; overflow: hidden; border-radius: 35px; }
.blue-screen { display: flex; flex-direction: column; align-items: center; color: var(--white); background: linear-gradient(160deg, #0b79b7, #0b1d3d); }
.light-screen { color: var(--ink); background: linear-gradient(160deg, #fff, #e8f7fb); }
.tiny-label { font-size: .7rem; font-weight: 800; letter-spacing: .12em; color: #cbf98c; }
.tiny-label.dark { color: var(--green); }
.pet-orb { width: 118px; height: 118px; margin: 65px 0 18px; display: grid; place-items: center; border: 7px solid rgba(255,255,255,.5); border-radius: 50%; background: #bceb55; font-size: 3.5rem; box-shadow: 0 20px 40px rgba(0,0,0,.22); }
.blue-screen > b { font-size: 1.7rem; }
.blue-screen > small { color: rgba(255,255,255,.62); font-size: .7rem; }
.mini-row { margin-top: 55px; display: flex; gap: 10px; }
.mini-row i { width: 48px; height: 50px; border-radius: 15px; background: rgba(255,255,255,.1); box-shadow: inset 0 1px 0 rgba(255,255,255,.22); }
.light-screen h3 { margin: 28px 0 16px; font-size: 1.4rem; letter-spacing: -.04em; }
.app-hero-tile { min-height: 136px; padding: 20px; display: flex; align-items: center; gap: 13px; border-radius: 22px; color: white; background: linear-gradient(145deg, #1d4e8d, var(--navy)); box-shadow: 0 9px 0 #06142f, inset 0 2px 1px rgba(255,255,255,.25); }
.app-hero-tile > span { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 18px; background: var(--lime); font-size: 1.7rem; }
.app-hero-tile div { display: grid; }
.app-hero-tile b { font-size: .75rem; }
.app-hero-tile small { color: rgba(255,255,255,.62); font-size: .7rem; }
.app-card-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 18px; }
.app-card-row span { padding: 28px 8px; border-radius: 18px; text-align: center; background: white; box-shadow: 0 6px 0 #d7e5ea; font-size: .72rem; font-weight: 800; }
.app-progress { margin-top: 20px; padding: 15px; display: grid; grid-template-columns: 1fr auto; border-radius: 17px; background: white; box-shadow: 0 6px 0 #d7e5ea; font-size: .72rem; }
.app-progress i { height: 7px; grid-column: 1 / -1; margin-top: 10px; border-radius: 9px; background: #e5ebef; }
.app-progress em { display: block; width: 12%; height: 100%; border-radius: inherit; background: var(--lime); }
.orbit { position: absolute; z-index: 6; width: 72px; height: 72px; display: grid; place-items: center; border-radius: 23px; color: var(--navy); background: linear-gradient(145deg, #d1ff76, var(--lime)); box-shadow: 0 9px 0 var(--lime-deep), 0 18px 30px rgba(11,29,61,.17), inset 0 2px 1px rgba(255,255,255,.75); font-size: 1.8rem; }
.orbit-one { right: 1%; top: 10%; transform: rotate(9deg); }
.orbit-two { left: 4%; bottom: 11%; transform: rotate(-10deg); }

.loyalty { color: var(--white); background: var(--white); }
.loyalty-card { padding: 22px; display: grid; grid-template-columns: 1.35fr .65fr; gap: 22px; border-radius: 42px; background: linear-gradient(135deg, #164783, var(--navy)); box-shadow: 0 28px 60px rgba(11,29,61,.25), inset 0 2px 1px rgba(255,255,255,.28); }
.stamp-side { padding: 50px; }
.stamp-side > p { max-width: 610px; color: rgba(255,255,255,.7); }
.stamp-grid { margin: 33px 0 25px; display: grid; grid-template-columns: repeat(6, 1fr); gap: 13px; }
.stamp { aspect-ratio: 1; display: grid; place-items: center; border: 2px dashed rgba(255,255,255,.2); border-radius: 50%; color: rgba(255,255,255,.35); font-weight: 800; }
.stamp.active { border: 0; color: var(--navy); background: var(--lime); box-shadow: 0 7px 0 var(--lime-deep), inset 0 2px 1px rgba(255,255,255,.7); }
.stamp.gift { border-color: var(--cyan); color: var(--cyan); }
.stamp-side > small, .club-side > small { color: rgba(255,255,255,.63); font-size: .75rem; }
.club-side { padding: 36px; border: 1px solid rgba(255,255,255,.18); border-radius: 30px; background: rgba(255,255,255,.09); box-shadow: inset 0 1px 0 rgba(255,255,255,.18); }
.coming-pill { color: var(--navy); background: var(--cyan); border-color: rgba(255,255,255,.5); }
.club-side h3 { margin: 18px 0 6px; font-size: 2rem; }
.club-side > p { margin-top: 0; color: rgba(255,255,255,.68); font-size: .72rem; }
.prices { display: flex; align-items: center; gap: 11px; margin: 22px 0; }
.prices b { font-size: 1.35rem; }
.prices small { color: rgba(255,255,255,.6); font-size: .72rem; }
.prices > span { color: rgba(255,255,255,.45); font-size: .72rem; }
.club-side ul { padding-left: 18px; color: rgba(255,255,255,.72); font-size: .75rem; }
.club-side li { margin: 8px 0; }

.care-detail { padding-top: 10px; }
.care-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.care-panel { min-height: 400px; padding: 30px; display: grid; grid-template-columns: .86fr 1.14fr; gap: 25px; align-items: center; border-radius: 34px; box-shadow: var(--shadow-card); }
.vet-panel { background: linear-gradient(145deg, #e8f8ff, #d2edf8); }
.groom-panel { background: linear-gradient(145deg, #f5ffe6, #deefbd); }
.care-photo { position: relative; min-height: 300px; height: 100%; margin: 0; border-radius: 28px; box-shadow: 0 12px 0 rgba(11,29,61,.17), inset 0 2px 1px rgba(255,255,255,.3); overflow: hidden; background: var(--navy); }
.care-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(5,18,45,.76)); pointer-events: none; }
.care-photo img { width: 100%; height: 100%; min-height: 300px; object-fit: cover; transition: transform .5s ease; }
.care-panel:hover .care-photo img { transform: scale(1.025); }
.care-photo figcaption { position: absolute; z-index: 2; left: 18px; bottom: 15px; color: var(--white); font-size: .72rem; font-weight: 700; }
.care-panel h3 { margin: 16px 0 12px; font-size: 1.55rem; line-height: 1.15; letter-spacing: -.04em; }
.care-panel p { color: var(--muted); font-size: .72rem; }
.text-link { color: var(--green); font-size: .73rem; font-weight: 800; }

.contact { padding-top: 28px; background: linear-gradient(180deg, #fff, var(--gray)); }
.contact-card { padding: 62px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; border-radius: 42px; color: var(--white); background: radial-gradient(circle at 0 0, #1d4d8a, transparent 40%), linear-gradient(135deg, var(--navy), #06142e); box-shadow: 0 30px 60px rgba(11,29,61,.25), inset 0 2px 1px rgba(255,255,255,.25); }
.contact-copy > p { color: rgba(255,255,255,.67); }
.contact-copy address { margin: 24px 0 30px; color: rgba(255,255,255,.78); font-size: .78rem; font-style: normal; }
.contact-links { display: grid; gap: 12px; }
.contact-links a { padding: 16px; display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 14px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.07); box-shadow: inset 0 1px 0 rgba(255,255,255,.14); transition: background .2s, transform .2s; }
.contact-links a:hover { transform: translateX(4px); background: rgba(255,255,255,.12); }
.contact-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; color: var(--navy); background: var(--lime); box-shadow: 0 5px 0 var(--lime-deep); font-size: 1.25rem; }
.contact-links a > span:nth-child(2) { display: grid; }
.contact-links small { color: rgba(255,255,255,.6); font-size: .72rem; }
.contact-links b { font-size: .8rem; }
.contact-links i { color: var(--lime); font-style: normal; }

.site-footer { padding: 72px 0 24px; color: rgba(255,255,255,.7); background: #050f24; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, .7fr); gap: 48px; }
.footer-brand p { max-width: 330px; font-size: .72rem; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 10px; font-size: .7rem; }
.footer-grid > div > b { margin-bottom: 5px; color: var(--white); font-size: .78rem; }
.footer-grid a:hover { color: var(--lime); }
.footer-bottom { margin-top: 55px; padding-top: 22px; display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(255,255,255,.09); font-size: .74rem; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1040px) {
  .primary-nav { gap: 14px; font-size: .76rem; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .tag-layout, .app-layout { gap: 35px; }
  .care-panel { grid-template-columns: 1fr; }
  .care-photo, .care-photo img { min-height: 235px; }
}

@media (max-width: 820px) {
  .section { padding: 82px 0; }
  .menu-toggle { display: block; }
  .site-header:not(.scrolled) .brand-copy strong { color: var(--white); }
  .primary-nav { position: fixed; inset: 76px 16px auto; padding: 24px; display: grid; gap: 4px; border-radius: 24px; color: var(--ink); background: rgba(255,255,255,.98); box-shadow: 0 24px 60px rgba(5,20,50,.25); transform: translateY(-20px); opacity: 0; visibility: hidden; transition: opacity .2s, transform .2s, visibility .2s; }
  .primary-nav.open { opacity: 1; visibility: visible; transform: none; }
  .primary-nav > a:not(.button) { padding: 12px; border-radius: 12px; }
  .primary-nav > a:not(.button):hover { background: var(--gray); }
  .primary-nav > a:not(.button)::after { display: none; }
  .nav-shop { margin-top: 8px; }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-6px) rotate(-45deg); }
  .hero { min-height: 870px; align-items: start; }
  .hero-art { background-position: 63% center; opacity: .64; }
  .hero-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,18,45,.98) 0%, rgba(5,18,45,.82) 48%, rgba(5,18,45,.15) 100%); }
  .hero-grid { grid-template-columns: 1fr; padding-top: 112px; }
  .hero-copy { max-width: 610px; }
  .hero-float-card { right: 20px; bottom: 77px; }
  .tag-layout, .app-layout { grid-template-columns: 1fr; }
  .tag-copy { order: -1; }
  .tag-visual { min-height: 570px; }
  .activation-band { grid-template-columns: 62px 1fr; }
  .activation-band .button { grid-column: 1 / -1; }
  .phone-scene { min-height: 590px; }
  .loyalty-card { grid-template-columns: 1fr; }
  .care-grid { grid-template-columns: 1fr; }
  .care-panel { grid-template-columns: .85fr 1.15fr; }
  .contact-card { padding: 42px; grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .section { padding: 72px 0; }
  .header-inner { min-height: 70px; }
  .brand { min-width: auto; }
  .brand-logo-wrap { width: 46px; height: 46px; border-radius: 15px; }
  .brand-logo-wrap img { width: 51px; }
  .brand-copy strong { font-size: .82rem; }
  .brand-copy small { display: none; }
  .menu-toggle { width: 44px; height: 44px; border-radius: 14px; }
  .primary-nav { inset: 68px 10px auto; }
  .hero { min-height: 900px; }
  .hero-art { background-size: auto 100%; background-position: 61% center; }
  .hero-art::after { background: linear-gradient(180deg, rgba(5,18,45,.98) 0%, rgba(5,18,45,.78) 51%, rgba(5,18,45,.12) 100%); }
  .hero-grid { padding-top: 94px; }
  .hero-copy { padding-top: 38px; }
  .hero h1 { font-size: clamp(2.85rem, 14.5vw, 4rem); }
  .hero-copy > p { font-size: .9rem; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-proof { gap: 9px 14px; font-size: .72rem; }
  .hero-float-card { left: 14px; right: 14px; bottom: 67px; width: auto; }
  .section-heading { margin-bottom: 34px; }
  .section-heading h2, .tag-copy h2, .app-copy h2, .loyalty h2, .contact h2 { font-size: 2.4rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 285px; }
  .brand-strip { padding: 22px 16px; }
  .brand-names { gap: 7px; }
  .brand-names span { font-size: .7rem; }
  .tag-layout { gap: 20px; }
  .activation-band { margin-top: 38px; padding: 22px 18px; grid-template-columns: 1fr; }
  .activation-mark { width: 54px; height: 54px; }
  .tag-visual { min-height: 520px; transform: scale(.88); margin-inline: -22px; }
  .tag-visual::before { width: 390px; height: 390px; }
  .profile-card { width: 290px; }
  .tag-medallion { right: 2%; width: 100px; height: 100px; }
  .qr-medallion { left: 0; }
  .app-layout { gap: 38px; }
  .phone-scene { min-height: 500px; margin-inline: -12px; transform: scale(.88); }
  .phone { width: 235px; height: 490px; }
  .phone-back { left: 0; }
  .phone-front { right: 0; }
  .stamp-side { padding: 28px 18px; }
  .loyalty-card { padding: 12px; border-radius: 30px; }
  .stamp-grid { gap: 7px; }
  .club-side { padding: 25px 20px; }
  .prices { align-items: start; flex-direction: column; gap: 2px; }
  .care-panel { padding: 20px; grid-template-columns: 1fr; }
  .contact-card { padding: 30px 20px; border-radius: 30px; }
  .contact-links b { font-size: .7rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { align-items: start; flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
