
:root {
  --brand-950: #171717;
  --brand-900: #202020;
  --brand-800: #2c2c2c;
  --brand-700: #c90000;
  --accent-500: #e00000;
  --accent-400: #ff3b30;
  --ink-950: #181818;
  --ink-700: #444444;
  --ink-500: #747474;
  --line: #e2e2e2;
  --soft: #f6f6f6;
  --white: #ffffff;
  --success: #4c4c4c;
  --danger: #c90000;
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 30px;
  --shadow-sm: 0 8px 30px rgba(13,39,52,.08);
  --shadow-lg: 0 28px 70px rgba(13,39,52,.16);
  --container: 1180px;
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--font); color: var(--ink-950); background: var(--white); line-height: 1.6; }
a { color: inherit; }
button, input { font: inherit; }
img { max-width: 100%; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: absolute; left: -9999px; top: 10px; background: #fff; padding: 10px 14px; z-index: 999; }
.skip-link:focus { left: 10px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.92); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(219,228,231,.8); }
.header-inner { min-height: 92px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; margin-right: auto; }
.brand-logo { width: 76px; height: 76px; object-fit: contain; display: block; flex: 0 0 auto; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.1; }
.brand-copy strong { font-size: 17px; letter-spacing: -.02em; }
.brand-copy small { margin-top: 4px; color: var(--ink-500); font-size: 11px; }
.desktop-nav { display: flex; gap: 24px; }
.desktop-nav a { text-decoration: none; font-size: 14px; color: var(--ink-700); font-weight: 650; }
.desktop-nav a:hover { color: var(--brand-800); }

.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 0 23px; border: 0; border-radius: 999px; background: var(--brand-900); color: #fff; font-weight: 800; text-decoration: none; cursor: pointer; box-shadow: 0 10px 24px rgba(201,0,0,.16); transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-1px); background: var(--brand-800); }
.button:disabled { opacity: .5; cursor: not-allowed; transform: none; }
.button-small { min-height: 42px; padding-inline: 18px; font-size: 14px; }
.button-wide { width: 100%; }
.text-link { text-decoration: none; font-weight: 800; color: var(--brand-800); }

.hero { position: relative; overflow: hidden; padding: 88px 0 100px; background:
  radial-gradient(circle at 82% 18%, rgba(209,0,0,.10), transparent 22%),
  linear-gradient(135deg, #ffffff 0%, #f3f3f3 100%);
}
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; min-height: 570px; gap: 60px; }
.eyebrow { display: inline-block; color: var(--brand-700); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 13px; }
.eyebrow.light { color: var(--accent-400); }
.hero h1, .section h2 { margin: 0; letter-spacing: -.055em; line-height: .98; }
.hero h1 { font-size: clamp(54px, 7vw, 92px); max-width: 720px; }
.hero h1 span { color: var(--brand-700); }
.hero-lead { margin: 28px 0 0; max-width: 640px; color: var(--ink-700); font-size: 20px; line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 22px; margin-top: 32px; }
.included-pill { display: inline-block; margin-top: 25px; padding: 9px 14px; border-radius: 999px; background: rgba(255,255,255,.8); border: 1px solid var(--line); color: var(--brand-800); font-size: 13px; font-weight: 800; }

.hero-visual { position: relative; min-height: 520px; }
.visual-glow { position: absolute; width: 420px; height: 420px; border-radius: 50%; background: rgba(209,0,0,.10); filter: blur(3px); left: 40px; top: 45px; }
.tag-card { position: absolute; width: 275px; height: 360px; left: 20px; top: 78px; border-radius: 46px 46px 62px 62px; background: linear-gradient(145deg, #2a2a2a, #111111); box-shadow: var(--shadow-lg); transform: rotate(-7deg); color: #fff; padding: 42px 28px 28px; }
.tag-hole { position: absolute; top: 15px; left: 50%; width: 24px; height: 24px; border-radius: 50%; border: 6px solid rgba(255,255,255,.22); transform: translateX(-50%); }
.tag-logo { font-size: 24px; line-height: .92; font-weight: 950; letter-spacing: -.04em; }
.tag-logo span { color: var(--accent-400); }
.qr-placeholder { position: absolute; right: 25px; bottom: 66px; width: 103px; height: 103px; background: #fff; border-radius: 10px; padding: 10px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; }
.qr-placeholder span { background: var(--brand-950); border-radius: 2px; }
.qr-placeholder span:nth-child(2), .qr-placeholder span:nth-child(4), .qr-placeholder span:nth-child(8) { background: transparent; border: 3px solid var(--brand-950); }
.tag-code { position: absolute; left: 26px; bottom: 28px; letter-spacing: .18em; font-size: 12px; font-weight: 900; }
.nfc-wave { position: absolute; right: 25px; top: 56px; color: var(--accent-400); transform: rotate(-25deg); font-weight: 900; letter-spacing: -3px; }
.phone-card { position: absolute; width: 250px; height: 480px; right: 0; top: 12px; background: #fff; border: 9px solid #1a1a1a; border-radius: 37px; box-shadow: var(--shadow-lg); padding: 42px 20px 20px; text-align: center; }
.phone-top { position: absolute; width: 85px; height: 18px; background: #1a1a1a; top: 0; left: 50%; transform: translateX(-50%); border-radius: 0 0 12px 12px; }
.pet-avatar { width: 88px; height: 88px; display: grid; place-items: center; margin: 12px auto 15px; border-radius: 50%; background: var(--soft); font-size: 40px; }
.phone-title { font-size: 11px; color: var(--success); font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.phone-name { font-size: 34px; font-weight: 950; line-height: 1.1; }
.phone-meta { color: var(--ink-500); font-size: 13px; margin-top: 3px; }
.phone-alert { margin-top: 26px; padding: 15px; border-radius: 14px; background: #faf3f3; color: #6b2020; text-align: left; font-size: 12px; font-weight: 700; }
.phone-button { margin-top: 18px; padding: 12px; border-radius: 999px; background: var(--brand-900); color: #fff; font-size: 13px; font-weight: 900; }

.trust-strip { border-block: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-grid > div { padding: 24px 20px; border-right: 1px solid var(--line); }
.trust-grid > div:first-child { padding-left: 0; }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { font-size: 14px; }
.trust-grid span { margin-top: 2px; color: var(--ink-500); font-size: 12px; }

.section { padding: 100px 0; }
.section-soft { background: var(--soft); }
.section-heading { max-width: 700px; margin: 0 auto 50px; text-align: center; }
.section-heading.left { text-align: left; margin-inline: 0; }
.section h2 { font-size: clamp(40px, 5vw, 64px); }
.section-heading p, .body-large { color: var(--ink-700); font-size: 19px; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.step-card { position: relative; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-sm); }
.step-number { color: var(--ink-500); font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.step-icon { font-size: 38px; color: var(--brand-700); margin: 23px 0 18px; }
.step-card h3 { margin: 0; font-size: 24px; }
.step-card p { margin-bottom: 0; color: var(--ink-700); }

.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.split.reverse > :first-child { order: 2; }
.split.reverse > :last-child { order: 1; }

.feature-list { list-style: none; padding: 0; margin: 34px 0 0; }
.feature-list li { display: grid; grid-template-columns: 150px 1fr; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.feature-list li:first-child { border-top: 1px solid var(--line); }
.feature-list span { color: var(--ink-700); }

.technical-card { border-radius: var(--radius-lg); background: var(--brand-950); color: #fff; padding: 35px; box-shadow: var(--shadow-lg); }
.technical-label { color: var(--accent-400); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 21px; }
.technical-row { display: flex; justify-content: space-between; gap: 20px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.technical-row span { color: rgba(255,255,255,.65); }

.found-section { overflow: hidden; }
.found-demo { border: 1px solid var(--line); border-radius: 26px; background: #fff; box-shadow: var(--shadow-lg); overflow: hidden; }
.browser-bar { height: 52px; background: #efefef; display: flex; align-items: center; gap: 7px; padding: 0 15px; }
.browser-bar > span { width: 9px; height: 9px; border-radius: 50%; background: #b9c6ca; }
.browser-bar > div { flex: 1; margin-left: 8px; border-radius: 999px; background: #fff; color: var(--ink-500); padding: 6px 12px; font-size: 10px; white-space: nowrap; overflow: hidden; }
.found-content { text-align: center; padding: 38px 46px 42px; }
.found-badge { display: inline-block; color: var(--success); background: #f3f3f3; border-radius: 999px; padding: 6px 10px; font-size: 10px; font-weight: 900; letter-spacing: .11em; }
.found-paw { font-size: 65px; margin-top: 18px; }
.found-content h3 { font-size: 40px; margin: 0; line-height: 1.1; }
.found-content > p { color: var(--ink-500); margin-top: 4px; }
.info-box { margin: 28px 0 18px; text-align: left; border-radius: 15px; padding: 16px; background: #faf3f3; color: #6b2020; font-size: 13px; }
.found-content button { width: 100%; border: 0; border-radius: 999px; padding: 13px; background: var(--brand-900); color: #fff; font-weight: 800; opacity: 1; }
.found-content small { display: block; color: var(--ink-500); margin-top: 13px; font-size: 10px; }

.premium-section { background: var(--brand-950); color: #fff; }
.premium-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: center; }
.premium-section h2 { color: #fff; }
.premium-section p { max-width: 680px; color: rgba(255,255,255,.74); font-size: 18px; }
.premium-list { display: grid; gap: 12px; }
.premium-list div { border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.06); border-radius: 14px; padding: 14px 16px; font-weight: 700; }

.purchase-card { display: grid; grid-template-columns: 1.2fr .8fr; border-radius: 34px; border: 1px solid var(--line); overflow: hidden; box-shadow: var(--shadow-sm); }
.purchase-copy { padding: 52px; background: #fff; }
.purchase-copy h2 { margin-bottom: 18px; }
.purchase-copy > p { color: var(--ink-700); font-size: 18px; }
.purchase-includes { display: grid; gap: 10px; margin-top: 30px; color: var(--brand-800); font-weight: 750; }
.purchase-action { background: var(--soft); padding: 52px; display: flex; flex-direction: column; justify-content: center; }
.price-label { color: var(--ink-500); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; font-weight: 900; }
.price { margin: 4px 0 2px; font-size: 46px; line-height: 1.15; font-weight: 950; letter-spacing: -.05em; }
.price-note { min-height: 42px; color: var(--ink-500); font-size: 12px; margin-bottom: 18px; }
.purchase-action small { color: var(--ink-500); margin-top: 13px; line-height: 1.45; }

.faq-layout { display: grid; grid-template-columns: .55fr 1fr; gap: 80px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { list-style: none; cursor: pointer; padding: 22px 35px 22px 0; font-weight: 850; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 5px; font-size: 25px; top: 15px; color: var(--brand-700); }
.faq-list details[open] summary::after { content: "–"; }
.faq-list p { color: var(--ink-700); margin: -5px 0 24px; }

.site-footer { background: #111111; color: rgba(255,255,255,.8); padding: 58px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 70px; }
.footer-brand .brand-logo { background: #fff; border-radius: 12px; padding: 4px; }
.footer-brand .brand-copy small { color: rgba(255,255,255,.5); }
.site-footer p { color: rgba(255,255,255,.5); max-width: 480px; font-size: 13px; }
.footer-grid nav { display: grid; gap: 10px; }
.footer-grid nav a { text-decoration: none; font-size: 13px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 40px; padding-top: 22px; display: flex; justify-content: space-between; color: rgba(255,255,255,.35); font-size: 11px; }

.legal-page { min-height: 70vh; padding: 80px 0; }
.legal-page article { max-width: 800px; }
.legal-page h1 { font-size: clamp(42px,6vw,70px); line-height: 1; letter-spacing: -.05em; margin-bottom: 30px; }
.legal-page h2 { font-size: 24px; margin-top: 38px; }
.legal-page p, .legal-page li { color: var(--ink-700); }
.notice { border: 1px solid #f0d19d; background: #fff8ec; border-radius: 14px; padding: 16px; color: #6b2020; font-size: 13px; margin-bottom: 30px; }

@media (max-width: 920px) {
  .desktop-nav { display: none; }
  .hero { padding-top: 60px; }
  .hero-grid, .split, .premium-grid, .purchase-card, .faq-layout { grid-template-columns: 1fr; }
  .hero-grid { gap: 20px; }
  .hero-visual { min-height: 500px; max-width: 560px; width: 100%; margin: 15px auto 0; }
  .split { gap: 45px; }
  .split.reverse > :first-child, .split.reverse > :last-child { order: initial; }
  .steps { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div { border-bottom: 1px solid var(--line); }
  .faq-layout { gap: 25px; }
  .premium-grid { gap: 35px; }
}
@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .header-inner { min-height: 68px; gap: 10px; }
  .header-inner > .button { padding-inline: 14px; font-size: 12px; }
  .brand-copy small { display: none; }
  .hero { padding: 48px 0 60px; }
  .hero h1 { font-size: clamp(50px, 17vw, 72px); }
  .hero-lead { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-visual { min-height: 450px; transform: scale(.9); transform-origin: top center; margin-bottom: -40px; }
  .tag-card { left: 0; }
  .phone-card { right: -20px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { border-right: 0; padding-left: 0; }
  .section { padding: 70px 0; }
  .section h2 { font-size: 42px; }
  .step-card, .technical-card { padding: 26px; }
  .feature-list li { grid-template-columns: 1fr; gap: 2px; }
  .purchase-copy, .purchase-action { padding: 32px 24px; }
  .found-content { padding: 30px 22px; }
  .footer-grid { grid-template-columns: 1fr; gap: 25px; }
  .footer-bottom { gap: 8px; flex-direction: column; }
}


/* V003 — real NationalPetSpace public profile preview */
.phone-card-profile {
  padding: 30px 8px 8px;
  overflow: hidden;
  background: #171717;
}

.phone-card-profile .phone-top {
  z-index: 3;
}

.phone-screen {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
}

.phone-screen img {
  width: 100%;
  height: auto;
  display: block;
  transform: translateY(-2px);
}

.petspace-preview-card {
  position: relative;
  max-width: 520px;
  margin-inline: auto;
}

.preview-label {
  margin-bottom: 12px;
  color: var(--brand-700);
  font-size: 10px;
  line-height: 1.4;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.petspace-preview-frame {
  height: 610px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: #2e2e2e;
  box-shadow: var(--shadow-lg);
}

.petspace-preview-frame img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 920px) {
  .brand-logo {
    width: 66px;
    height: 66px;
  }

  .header-inner {
    min-height: 82px;
  }

  .petspace-preview-frame {
    height: 560px;
  }
}

@media (max-width: 620px) {
  .header-inner {
    min-height: 76px;
  }

  .brand-logo {
    width: 58px;
    height: 58px;
  }

  .brand-copy strong {
    font-size: 14px;
  }

  .hero-visual {
    min-height: 470px;
    transform: none;
    margin: 8px auto -15px;
  }

  .tag-card {
    width: 218px;
    height: 290px;
    left: -8px;
    top: 105px;
    border-radius: 34px 34px 45px 45px;
    padding: 36px 20px 20px;
  }

  .tag-logo {
    font-size: 19px;
  }

  .qr-placeholder {
    width: 82px;
    height: 82px;
    right: 18px;
    bottom: 54px;
  }

  .tag-code {
    left: 18px;
    bottom: 20px;
    font-size: 9px;
  }

  .phone-card {
    width: 205px;
    height: 395px;
    right: -6px;
    top: 24px;
    border-width: 7px;
    border-radius: 31px;
  }

  .phone-card-profile {
    padding: 26px 6px 6px;
  }

  .phone-screen {
    border-radius: 20px;
  }

  .petspace-preview-card {
    max-width: 100%;
  }

  .petspace-preview-frame {
    height: 520px;
    border-radius: 22px;
  }
}


/* V004 — mobile header cleanup + strict red/gray palette */

.hero h1 {
  color: #171717;
}

.hero h1 span,
.eyebrow,
.preview-label {
  color: #d10000;
}

.text-link {
  color: #1a1a1a;
}

.text-link:hover {
  color: #d10000;
}

.button {
  background: #1a1a1a;
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(0,0,0,.16);
}

.button:hover {
  background: #2a2a2a;
}

.button-small {
  min-height: 42px;
  padding-inline: 18px;
  border-radius: 999px;
  font-size: 14px;
  white-space: nowrap;
}

.hero-actions .text-link {
  font-weight: 800;
}

.included-pill {
  color: #1a1a1a;
  background: rgba(255,255,255,.88);
}

.phone-title,
.found-badge {
  color: #d10000;
}

.phone-alert,
.info-box {
  background: #faf3f3;
  color: #6b2020;
}

.technical-label {
  color: #ff3b30;
}

.purchase-includes,
.purchase-copy .eyebrow,
.purchase-card .eyebrow,
.premium-section .eyebrow {
  color: #d10000;
}

.site-header {
  background: rgba(255,255,255,.96);
}

.header-inner {
  justify-content: space-between;
}

.brand {
  flex: 1 1 auto;
  min-width: 0;
  margin-right: 18px;
}

.brand-copy {
  min-width: 0;
}

.brand-copy strong,
.brand-copy small {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.desktop-nav a:hover {
  color: #d10000;
}

.found-content button {
  background: #1a1a1a;
}

.browser-bar > div {
  background: #ffffff;
}

.premium-list div {
  background: rgba(255,255,255,.05);
}

@media (max-width: 920px) {
  .brand {
    margin-right: 12px;
  }

  .brand-logo {
    width: 60px;
    height: 60px;
  }

  .brand-copy strong {
    font-size: 15px;
  }

  .brand-copy small {
    font-size: 10px;
  }
}

@media (max-width: 620px) {
  .site-header {
    position: sticky;
    top: 0;
  }

  .header-inner {
    min-height: 78px;
    gap: 10px;
    align-items: center;
    flex-wrap: nowrap;
  }

  .brand {
    flex: 1 1 auto;
    gap: 10px;
    margin-right: 6px;
    min-width: 0;
  }

  .brand-logo {
    width: 54px;
    height: 54px;
  }

  .brand-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
  }

  .brand-copy strong {
    font-size: 15px;
    line-height: 1.05;
  }

  .brand-copy small {
    display: block;
    font-size: 10px;
    line-height: 1.1;
    margin-top: 4px;
  }

  .header-inner > .button,
  .button-small {
    flex: 0 0 auto;
    min-height: 40px;
    padding: 0 14px;
    font-size: 13px;
    border-radius: 999px;
    box-shadow: 0 8px 18px rgba(0,0,0,.12);
  }

  .hero {
    padding-top: 32px;
    padding-bottom: 52px;
  }

  .hero-copy {
    padding-top: 4px;
  }

  .hero h1 {
    font-size: clamp(44px, 15vw, 64px);
  }

  .hero-lead {
    font-size: 16px;
    line-height: 1.5;
  }

  .hero-actions {
    gap: 14px;
  }

  .hero-actions .button {
    width: fit-content;
  }

  .hero-actions .text-link {
    font-size: 14px;
  }

  .included-pill {
    font-size: 12px;
    padding: 8px 12px;
  }
}


/* =========================================================
   V006 — MOBILE-FIRST LAYOUT CORRECTION
   Primary reference viewport: 360px
   ========================================================= */

@media (max-width: 620px) {
  html {
    scroll-padding-top: 72px;
  }

  body {
    font-size: 16px;
    line-height: 1.55;
  }

  .container {
    width: calc(100% - 24px);
  }

  /* HEADER */
  .site-header {
    position: sticky;
    top: 0;
    background: rgba(255,255,255,.98);
    backdrop-filter: blur(10px);
  }

  .header-inner {
    min-height: 70px;
    padding-block: 7px;
    gap: 8px;
  }

  .brand {
    gap: 8px;
    margin-right: 4px;
  }

  .brand-logo {
    width: 48px;
    height: 48px;
  }

  .brand-copy strong {
    font-size: 14px;
    line-height: 1.1;
  }

  .brand-copy small {
    display: block;
    margin-top: 3px;
    font-size: 9.5px;
    line-height: 1.1;
  }

  .header-inner > .button,
  .button-small {
    min-height: 38px;
    padding-inline: 13px;
    font-size: 12px;
  }

  /* GLOBAL MOBILE TYPOGRAPHY */
  .eyebrow {
    margin-bottom: 8px;
    font-size: 11px;
    letter-spacing: .11em;
    line-height: 1.3;
  }

  .hero h1 {
    font-size: 48px;
    line-height: .98;
    letter-spacing: -.05em;
  }

  .section h2 {
    font-size: 36px;
    line-height: 1.03;
    letter-spacing: -.045em;
  }

  .section-heading p,
  .body-large {
    font-size: 17px;
    line-height: 1.55;
  }

  p {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  /* HERO — remove desktop min heights / empty whitespace */
  .hero {
    padding: 32px 0 36px;
  }

  .hero-grid {
    display: block;
    min-height: 0;
  }

  .hero-copy {
    padding: 0;
  }

  .hero-lead {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.55;
  }

  .hero-actions {
    margin-top: 24px;
    gap: 12px;
    align-items: flex-start;
  }

  .hero-actions .button {
    min-height: 46px;
    padding-inline: 20px;
    font-size: 14px;
  }

  .hero-actions .text-link {
    display: inline-block;
    padding-block: 4px;
    font-size: 14px;
  }

  .included-pill {
    display: inline-block;
    margin-top: 18px;
    padding: 8px 11px;
    font-size: 11px;
    line-height: 1.3;
  }

  .hero-visual {
    position: relative;
    min-height: 350px;
    height: 350px;
    max-width: none;
    margin: 26px 0 0;
    overflow: hidden;
  }

  .visual-glow {
    width: 280px;
    height: 280px;
    left: 50%;
    top: 40px;
    transform: translateX(-50%);
  }

  .tag-card {
    width: 176px;
    height: 236px;
    left: -7px;
    top: 95px;
    border-radius: 28px 28px 36px 36px;
    padding: 30px 16px 16px;
  }

  .tag-hole {
    width: 18px;
    height: 18px;
    border-width: 4px;
    top: 11px;
  }

  .tag-logo {
    font-size: 16px;
  }

  .qr-placeholder {
    width: 64px;
    height: 64px;
    right: 15px;
    bottom: 45px;
    padding: 6px;
    gap: 3px;
  }

  .tag-code {
    left: 15px;
    bottom: 16px;
    font-size: 8px;
  }

  .nfc-wave {
    right: 14px;
    top: 38px;
    font-size: 11px;
  }

  .phone-card {
    width: 176px;
    height: 338px;
    right: -2px;
    top: 2px;
    border-width: 6px;
    border-radius: 27px;
  }

  .phone-card-profile {
    padding: 23px 5px 5px;
  }

  .phone-top {
    width: 62px;
    height: 14px;
  }

  .phone-screen {
    border-radius: 17px;
  }

  /* TRUST STRIP */
  .trust-strip {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .trust-grid {
    grid-template-columns: 1fr 1fr;
  }

  .trust-grid > div,
  .trust-grid > div:first-child {
    padding: 16px 12px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-grid > div:nth-child(odd) {
    border-right: 1px solid var(--line);
  }

  .trust-grid > div:nth-last-child(-n+2) {
    border-bottom: 0;
  }

  .trust-grid strong {
    font-size: 13px;
    line-height: 1.25;
  }

  .trust-grid span {
    margin-top: 4px;
    font-size: 11.5px;
    line-height: 1.35;
  }

  /* GENERIC SECTIONS — remove giant gaps */
  .section {
    padding: 52px 0;
  }

  .section-heading {
    margin: 0 0 28px;
    text-align: left;
  }

  .section-heading.left {
    margin-bottom: 22px;
  }

  .steps {
    gap: 14px;
  }

  .step-card {
    min-height: 0;
    padding: 22px 20px;
    border-radius: 20px;
  }

  .step-number {
    font-size: 10px;
  }

  .step-icon {
    margin: 14px 0 12px;
    font-size: 28px;
  }

  .step-card h3 {
    font-size: 21px;
    line-height: 1.2;
  }

  .step-card p {
    margin-top: 8px;
    font-size: 15px;
    line-height: 1.5;
  }

  /* TAG DETAILS */
  .split {
    display: block;
  }

  .split > * + * {
    margin-top: 28px;
  }

  .feature-list {
    margin-top: 24px;
  }

  .feature-list li {
    display: block;
    padding: 14px 0;
  }

  .feature-list li strong {
    display: block;
    margin-bottom: 3px;
    font-size: 15px;
  }

  .feature-list li span {
    display: block;
    font-size: 14px;
    line-height: 1.45;
  }

  .technical-card {
    padding: 22px 20px;
    border-radius: 22px;
  }

  .technical-label {
    margin-bottom: 12px;
    font-size: 10px;
  }

  .technical-row {
    padding: 12px 0;
    font-size: 13.5px;
    line-height: 1.3;
  }

  .technical-row span {
    max-width: 47%;
  }

  .technical-row strong {
    max-width: 50%;
    text-align: right;
  }

  /* PETSPACE PREVIEW — no tall artificial viewport */
  .petspace-preview-card {
    max-width: none;
    margin: 0;
  }

  .preview-label {
    margin-bottom: 8px;
    font-size: 9.5px;
    line-height: 1.35;
  }

  .petspace-preview-frame {
    height: 430px;
    border-radius: 20px;
  }

  /* PREMIUM */
  .premium-grid {
    display: block;
  }

  .premium-section p {
    font-size: 16px;
    line-height: 1.55;
  }

  .premium-list {
    margin-top: 26px;
    gap: 9px;
  }

  .premium-list div {
    padding: 12px 13px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.35;
  }

  /* PURCHASE */
  .purchase-card {
    display: block;
    border-radius: 24px;
  }

  .purchase-copy,
  .purchase-action {
    padding: 26px 20px;
  }

  .purchase-copy > p {
    font-size: 16px;
    line-height: 1.5;
  }

  .purchase-includes {
    margin-top: 20px;
    gap: 8px;
    font-size: 14px;
  }

  .price {
    font-size: 38px;
  }

  .price-note {
    min-height: 0;
    margin-bottom: 14px;
    font-size: 12px;
    line-height: 1.4;
  }

  .purchase-action small {
    font-size: 12px;
    line-height: 1.4;
  }

  /* FAQ */
  .faq-layout {
    display: block;
  }

  .faq-list {
    margin-top: 22px;
  }

  .faq-list summary {
    padding: 18px 30px 18px 0;
    font-size: 15px;
    line-height: 1.35;
  }

  .faq-list summary::after {
    top: 12px;
    right: 3px;
    font-size: 22px;
  }

  .faq-list p {
    margin: -2px 0 20px;
    padding-right: 18px;
    font-size: 14px;
    line-height: 1.5;
  }

  /* FOOTER */
  .site-footer {
    padding: 42px 0 24px;
  }

  .footer-grid {
    display: block;
  }

  .footer-grid nav {
    margin-top: 24px;
    gap: 12px;
  }

  .footer-grid nav a {
    font-size: 14px;
  }

  .site-footer p {
    font-size: 13px;
    line-height: 1.5;
  }

  .footer-bottom {
    margin-top: 28px;
    padding-top: 18px;
    font-size: 11px;
  }
}

/* Tablet transition */
@media (min-width: 621px) and (max-width: 920px) {
  .section {
    padding: 72px 0;
  }

  .hero-grid {
    min-height: 0;
  }

  .hero-visual {
    min-height: 460px;
  }
}


/* =========================================================
   V007 — NEW MOBILE-FIRST HOW-IT-WORKS COMPONENT
   ========================================================= */

.steps-compact {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.step-row {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: start;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 4px 16px rgba(0,0,0,.045);
}

.step-badge {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #d10000;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
}

.step-content h3 {
  margin: 0;
  color: #171717;
  font-size: 19px;
  line-height: 1.2;
  letter-spacing: -.02em;
}

.step-content p {
  margin: 6px 0 0;
  color: #555555;
  font-size: 15px;
  line-height: 1.48;
}

@media (max-width: 620px) {
  #how-it-works.section {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  #how-it-works .section-heading {
    margin-bottom: 22px;
  }

  #how-it-works .section-heading h2 {
    font-size: 34px;
    line-height: 1.02;
  }

  #how-it-works .section-heading p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.45;
  }

  .steps-compact {
    gap: 10px;
  }

  .step-row {
    grid-template-columns: 36px 1fr;
    gap: 12px;
    padding: 16px;
    border-radius: 16px;
  }

  .step-badge {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }

  .step-content h3 {
    font-size: 18px;
  }

  .step-content p {
    margin-top: 5px;
    font-size: 14.5px;
    line-height: 1.45;
  }

  /* Tighten section transitions globally on small phones */
  .section + .section {
    border-top: 0;
  }

  .section {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .section-soft {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .premium-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .buy-section {
    padding-top: 44px;
    padding-bottom: 44px;
  }
}


/* =========================================================
   V009 — HOW IT WORKS REDESIGN
   No decorative icons. No tall cards. No dead space.
   ========================================================= */

.how-section {
  background: #ffffff;
}

.how-heading {
  max-width: 680px;
}

.how-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.how-item {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  align-items: start;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
}

.how-number {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #d10000;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
}

.how-copy h3 {
  margin: 1px 0 0;
  color: #171717;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -.02em;
}

.how-copy p {
  margin: 6px 0 0;
  color: #555555;
  font-size: 15px;
  line-height: 1.5;
}

/* Old step presentation must never show if stale markup survives. */
.step-card,
.step-row,
.step-icon,
.step-number,
.step-badge {
  min-height: 0;
}

@media (max-width: 620px) {
  .how-section {
    padding: 40px 0;
  }

  .how-heading {
    margin-bottom: 20px;
  }

  .how-heading h2 {
    font-size: 32px;
    line-height: 1.03;
  }

  .how-heading p {
    margin-top: 9px;
    font-size: 15.5px;
    line-height: 1.45;
  }

  .how-list {
    gap: 0;
  }

  .how-item {
    grid-template-columns: 40px 1fr;
    gap: 12px;
    padding: 17px 0;
  }

  .how-number {
    width: 34px;
    height: 34px;
    font-size: 13px;
  }

  .how-copy h3 {
    margin-top: 0;
    font-size: 18px;
    line-height: 1.25;
  }

  .how-copy p {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.45;
  }
}
