:root{
  --bg:#0d1020;
  --bg2:#12172a;
  --panel:rgba(255,255,255,.072);
  --panel2:rgba(255,255,255,.105);
  --text:#fff8fb;
  --muted:rgba(255,248,251,.66);
  --soft:rgba(255,255,255,.115);
  --pink:#ff8fc3;
  --rose:#f4a7c7;
  --lilac:#bba4ff;
  --blue:#9fdcff;
  --mint:#91f0d0;
  --cream:#ffe6c7;
  --radius:34px;
  --shadow:0 32px 90px rgba(3,5,17,.42);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--text);
  font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","Segoe UI",Roboto,Arial,sans-serif;
  line-height:1.55;
  overflow-x:hidden;
  background:
    radial-gradient(circle at 8% 5%,rgba(255,143,195,.24),transparent 26%),
    radial-gradient(circle at 86% 20%,rgba(159,220,255,.18),transparent 28%),
    radial-gradient(circle at 62% 78%,rgba(187,164,255,.18),transparent 34%),
    linear-gradient(180deg,#111326 0%,#0b0f20 48%,#0a1020 100%);
}
body:before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background:linear-gradient(110deg,rgba(255,255,255,.035),transparent 28%,rgba(255,255,255,.025) 70%,transparent);
  opacity:.8;
}
.noise{
  position:fixed;
  inset:0;
  pointer-events:none;
  opacity:.045;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='2'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)' opacity='.52'/%3E%3C/svg%3E");
}

a{color:inherit;text-decoration:none}
.container{
  width:min(1180px,calc(100% - 48px));
  margin:auto;
}

.nav{
  position:sticky;
  top:0;
  z-index:10;
  backdrop-filter:blur(26px);
  background:linear-gradient(180deg,rgba(13,16,32,.82),rgba(13,16,32,.48));
  border-bottom:1px solid rgba(255,255,255,.075);
}
.nav-inner{
  min-height:82px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:14px 0;
}
.brand{
  display:flex;
  align-items:center;
  gap:12px;
  font-weight:900;
  font-size:23px;
  letter-spacing:.1px;
  flex-shrink:0;
}
.brand img{
  width:44px;
  height:44px;
  border-radius:16px;
  box-shadow:0 12px 28px rgba(255,143,195,.18);
}
.nav-links{
  display:flex;
  gap:27px;
  align-items:center;
  justify-content:center;
  flex:1;
  color:var(--muted);
  font-weight:750;
  font-size:14px;
}
.nav-links a{transition:.2s}
.nav-links a:hover{color:#fff}
.nav-dropdown{
  position:relative;
}
.nav-dropdown summary{
  list-style:none;
  cursor:pointer;
  color:var(--muted);
  font-weight:750;
  font-size:14px;
  transition:.2s;
  display:inline-flex;
  align-items:center;
  gap:8px;
}
.nav-dropdown summary::after{
  content:"";
  width:7px;
  height:7px;
  border-right:2px solid currentColor;
  border-bottom:2px solid currentColor;
  transform:rotate(45deg) translateY(-1px);
  opacity:.8;
  transition:transform .2s ease;
}
.nav-dropdown summary::-webkit-details-marker{
  display:none;
}
.nav-dropdown summary:hover{
  color:#fff;
}
.nav-dropdown[open] summary{
  color:#fff;
}
.nav-dropdown[open] summary::after{
  transform:rotate(225deg) translateY(1px);
}
.nav-dropdown-menu{
  position:absolute;
  top:calc(100% + 14px);
  right:0;
  min-width:220px;
  display:grid;
  gap:8px;
  padding:12px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.12);
  background:linear-gradient(180deg,rgba(18,23,42,.98),rgba(13,16,32,.94));
  box-shadow:0 24px 56px rgba(0,0,0,.28);
}
.nav-dropdown-menu a{
  padding:10px 12px;
  border-radius:12px;
  background:rgba(255,255,255,.04);
  color:#fff;
}
.nav-dropdown-menu a:hover{
  background:rgba(255,255,255,.09);
}
.nav-actions{
  display:flex;
  gap:12px;
  align-items:center;
  flex-shrink:0;
}
.lang-switcher{
  position:relative;
  flex-shrink:0;
}
.lang-trigger{
  appearance:none;
  border:1px solid rgba(255,255,255,.13);
  background:rgba(255,255,255,.07);
  color:#fff;
  border-radius:999px;
  padding:10px 12px;
  font-weight:800;
  font:inherit;
  line-height:1;
  min-width:84px;
  min-height:44px;
  width:auto;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  gap:7px;
  justify-content:center;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
  transition:background .2s ease, border-color .2s ease;
}
.lang-trigger:hover{
  background:rgba(255,255,255,.1);
}
.lang-trigger:focus-visible{
  outline:2px solid rgba(255,255,255,.45);
  outline-offset:2px;
}
.lang-switcher.is-open .lang-trigger{
  background:rgba(255,255,255,.12);
  border-color:rgba(255,255,255,.18);
}
.lang-current{
  line-height:1;
  white-space:nowrap;
}
.lang-caret{
  width:10px;
  height:6px;
  flex:0 0 10px;
  display:block;
  opacity:.9;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='white' d='M1.1.6L5 4.5 8.9.6 10 1.7 5 6 .1 1.7z'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:center;
  background-size:10px 6px;
  transition:transform .2s ease;
}
.lang-switcher.is-open .lang-caret{
  transform:rotate(180deg);
}
.lang-menu{
  position:absolute;
  top:calc(100% + 10px);
  right:0;
  min-width:156px;
  display:grid;
  gap:6px;
  padding:8px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.12);
  background:linear-gradient(180deg,rgba(18,23,42,.98),rgba(13,16,32,.94));
  box-shadow:0 24px 56px rgba(0,0,0,.28);
  z-index:30;
}
.lang-menu[hidden]{
  display:none !important;
}
.lang-option{
  width:100%;
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 12px;
  border:0;
  border-radius:12px;
  background:rgba(255,255,255,.04);
  color:#fff;
  font-weight:800;
  font:inherit;
  line-height:1;
  cursor:pointer;
  text-align:left;
  transition:background .2s ease, color .2s ease;
}
.lang-option:hover{
  background:rgba(255,255,255,.08);
}
.lang-option.is-active{
  background:rgba(255,255,255,.16);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}
.lang-check{
  width:10px;
  flex:0 0 10px;
  color:#fff;
  opacity:0;
  font-size:14px;
  line-height:1;
}
.lang-option.is-active .lang-check{
  opacity:1;
}
.lang-option span{
  display:inline-block;
}
.lang-option:focus-visible{
  outline:2px solid rgba(255,255,255,.45);
  outline-offset:2px;
}
.lang-flag{
  width:18px;
  height:12px;
  flex:0 0 18px;
  display:block;
  border-radius:3px;
  object-fit:cover;
  box-shadow:0 0 0 1px rgba(255,255,255,.14);
}
.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;
}
.menu-toggle{
  display:none;
  width:46px;
  height:46px;
  padding:0;
  border:1px solid rgba(255,255,255,.13);
  background:rgba(255,255,255,.07);
  color:#fff;
  border-radius:999px;
  align-items:center;
  justify-content:center;
  gap:4px;
  flex-direction:column;
  cursor:pointer;
}
.menu-toggle-line{
  width:18px;
  height:2px;
  border-radius:999px;
  background:#fff;
  transition:transform .2s ease, opacity .2s ease;
}
.mobile-menu{
  display:none;
}
.mobile-menu-inner{
  display:grid;
  gap:10px;
}
.mobile-menu-inner a{
  color:#fff;
}
.mobile-submenu{
  display:grid;
  gap:10px;
}
.mobile-submenu summary{
  list-style:none;
  cursor:pointer;
  padding:12px 14px;
  border-radius:16px;
  background:rgba(255,255,255,.05);
  color:#fff;
  font-weight:700;
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.mobile-submenu summary::after{
  content:"";
  width:7px;
  height:7px;
  border-right:2px solid currentColor;
  border-bottom:2px solid currentColor;
  transform:rotate(45deg) translateY(-1px);
  opacity:.8;
  transition:transform .2s ease;
}
.mobile-submenu summary::-webkit-details-marker{
  display:none;
}
.mobile-submenu[open] summary::after{
  transform:rotate(225deg) translateY(1px);
}
.mobile-submenu-links{
  display:grid;
  gap:8px;
  padding-left:12px;
}
.mobile-submenu-links a{
  padding:10px 14px;
  border-radius:14px;
  background:rgba(255,255,255,.035);
}
.menu-open .menu-toggle-line:nth-child(2){
  transform:translateY(6px) rotate(45deg);
}
.menu-open .menu-toggle-line:nth-child(3){
  opacity:0;
}
.menu-open .menu-toggle-line:nth-child(4){
  transform:translateY(-6px) rotate(-45deg);
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border-radius:999px;
  padding:13px 19px;
  font-weight:850;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.075);
  box-shadow:0 16px 36px rgba(0,0,0,.16);
  transition:transform .2s ease,background .2s ease;
  text-align:center;
}
.btn:hover{
  transform:translateY(-2px);
  background:rgba(255,255,255,.105);
}
.btn.primary{
  background:linear-gradient(135deg,#ff91c6,#9d86ff);
  border-color:transparent;
  box-shadow:0 18px 45px rgba(157,134,255,.24);
}

.hero{
  padding:84px 0 78px;
  position:relative;
}
.hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(280px,.92fr);
  gap:56px;
  align-items:center;
}
.section-store{
  display:flex;
  justify-content:flex-start;
  margin-top:clamp(24px,3.5vw,36px);
}
.section-store--center{
  justify-content:center;
}
.store-link--compact{
  padding:0;
  background:transparent;
  border:none;
  box-shadow:none;
  border-radius:0;
}
.store-link--compact img{
  width:min(104px,30vw);
  height:auto;
  display:block;
}
.eyebrow{
  display:inline-flex;
  gap:9px;
  align-items:center;
  color:#ffe2f0;
  border:1px solid rgba(255,255,255,.13);
  background:rgba(255,255,255,.065);
  border-radius:999px;
  padding:9px 14px;
  font-weight:800;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}
.eyebrow-mark{
  width:16px;
  height:16px;
  flex:0 0 16px;
  display:block;
  background-repeat:no-repeat;
  background-position:center;
  background-size:16px 16px;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M12 21s-7-4.35-7-10a4 4 0 0 1 7-2.5A4 4 0 0 1 19 11c0 5.65-7 10-7 10z'/%3E%3C/svg%3E");
}
.hero h1{
  font-size:clamp(24px,3.5vw,41px);
  line-height:1.04;
  letter-spacing:-1.6px;
  margin:24px 0 20px;
  max-width:740px;
}
.gradient{
  background:linear-gradient(90deg,#fff,#ffd3e6,#c8b9ff,#aee6ff);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.lead{
  font-size:clamp(16px,1.75vw,20px);
  color:var(--muted);
  max-width:640px;
  margin:0 0 28px;
}
.hero-actions{
  display:flex;
  gap:13px;
  flex-wrap:wrap;
  margin-bottom:34px;
}
.feature-row{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  max-width:720px;
}
.mini{
  min-width:0;
  padding:17px;
  border:1px solid rgba(255,255,255,.105);
  background:linear-gradient(180deg,rgba(255,255,255,.078),rgba(255,255,255,.042));
  border-radius:26px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.07);
}
.mini b{
  display:block;
  margin-top:9px;
}
.mini span{
  color:var(--muted);
  font-size:13px;
}
.icon{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:18px;
  font-size:0;
  background:linear-gradient(135deg,rgba(255,143,195,.24),rgba(159,220,255,.18));
  border:1px solid rgba(255,255,255,.1);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}
.icon::before{
  content:"";
  width:22px;
  height:22px;
  display:block;
  background-repeat:no-repeat;
  background-position:center;
  background-size:22px 22px;
}
.icon-route::before{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 18c2-2.6 3.1-4.4 4.4-7 1.3-2.4 3.3-3.9 7.1-5.9' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='6' cy='18' r='2.4' fill='white'/%3E%3Ccircle cx='10.8' cy='11' r='1.8' fill='white'/%3E%3Ccircle cx='18' cy='5.2' r='2.4' fill='white'/%3E%3C/svg%3E");
}
.icon-team::before{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='9' cy='8' r='3' fill='none' stroke='white' stroke-width='2'/%3E%3Ccircle cx='17' cy='10' r='2.4' fill='none' stroke='white' stroke-width='2'/%3E%3Cpath d='M4.5 18c1.4-3 3.9-4.5 7-4.5s5.5 1.5 7 4.5' fill='none' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M15.5 17.2c.8-1.8 2.1-2.8 4-3.2' fill='none' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}
.icon-care::before{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M12 21s-7-4.35-7-10a4 4 0 0 1 7-2.5A4 4 0 0 1 19 11c0 5.65-7 10-7 10z'/%3E%3C/svg%3E");
}
.icon-report::before{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='4' y='12' width='3.2' height='8' rx='1.2' fill='white'/%3E%3Crect x='10.4' y='8' width='3.2' height='12' rx='1.2' fill='white'/%3E%3Crect x='16.8' y='5' width='3.2' height='15' rx='1.2' fill='white'/%3E%3C/svg%3E");
}
.icon-health::before{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='4' y='4' width='16' height='16' rx='4' fill='none' stroke='white' stroke-width='2'/%3E%3Cpath d='M12 8v8M8 12h8' fill='none' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}
.icon-med::before{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='4' y='8' width='16' height='8' rx='4' fill='none' stroke='white' stroke-width='2'/%3E%3Cpath d='M12 8v8' fill='none' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
}
.icon-walk::before{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='7' cy='8.2' r='2' fill='white'/%3E%3Ccircle cx='12' cy='6.2' r='2' fill='white'/%3E%3Ccircle cx='17' cy='8.2' r='2' fill='white'/%3E%3Cellipse cx='12' cy='15.5' rx='5' ry='4' fill='white'/%3E%3C/svg%3E");
}
.icon-routine::before{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 11h14a6 6 0 0 1-14 0z' fill='none' stroke='white' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M7 18h10' fill='none' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}
.phone-stage{
  position:relative;
  min-height:620px;
  display:grid;
  place-items:center;
}
.glow{
  position:absolute;
  width:min(540px,90vw);
  aspect-ratio:1;
  border-radius:999px;
  background:radial-gradient(circle,rgba(255,143,195,.24),rgba(187,164,255,.26) 36%,transparent 64%);
  filter:blur(22px);
}
.phone{
  position:relative;
  width:min(100%,340px);
  border-radius:48px;
  padding:10px;
  background:linear-gradient(135deg,rgba(255,255,255,.38),rgba(255,255,255,.075));
  box-shadow:var(--shadow);
  border:1px solid rgba(255,255,255,.22);
  transform:rotate(1.25deg);
}
.phone img{
  width:100%;
  display:block;
  border-radius:38px;
}

.section{
  padding:74px 0;
}
.section-head{
  text-align:center;
  margin-bottom:36px;
}
.section-head p{
  color:#ffc2dc;
  font-weight:850;
  margin:0 0 8px;
}
.section-head h2{
  font-size:clamp(30px,4.5vw,54px);
  line-height:1.06;
  letter-spacing:-1.8px;
  margin:0;
}
.cards{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.card{
  min-width:0;
  padding:29px;
  border-radius:var(--radius);
  background:linear-gradient(180deg,rgba(255,255,255,.083),rgba(255,255,255,.043));
  border:1px solid rgba(255,255,255,.105);
  box-shadow:0 24px 55px rgba(0,0,0,.18);
  transition:transform .2s ease;
}
.card:hover{transform:translateY(-3px)}
.card p{
  color:var(--muted);
  margin-bottom:0;
}
.card h3{letter-spacing:-.3px}

.screens-slider{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  gap:18px;
  align-items:center;
}
.screens-viewport{
  overflow:hidden;
  width:100%;
  padding:22px 0 26px;
  min-height:640px;
  touch-action:pan-y pinch-zoom;
}
.screens-track{
  position:relative;
  width:100%;
  height:100%;
  min-height:592px;
}
.screen-slide{
  position:absolute;
  left:50%;
  top:50%;
  width:clamp(220px,19vw,270px);
  max-width:270px;
  transform-origin:center center;
  transition:
    transform .65s cubic-bezier(.22,1,.36,1),
    opacity .45s ease,
    filter .45s ease;
  will-change:transform, opacity;
}
.screen{
  border-radius:38px;
  padding:7px;
  background:linear-gradient(180deg,rgba(255,255,255,.22),rgba(255,255,255,.08));
  border:1px solid rgba(255,255,255,.16);
  box-shadow:
    0 30px 70px rgba(0,0,0,.28),
    0 6px 24px rgba(0,0,0,.16);
  overflow:hidden;
}
.screen img{
  width:100%;
  aspect-ratio:9 / 19.5;
  object-fit:contain;
  border-radius:31px;
  display:block;
  background:#12172a;
}
@keyframes screenFade{
  from{opacity:.55;transform:translateY(10px)}
  to{opacity:1;transform:translateY(0)}
}
.screen-slide.is-hidden{
  opacity:0;
  pointer-events:none;
}
.screen-slide.is-center{
  opacity:1;
  z-index:6;
  filter:none;
}
.screen-slide.is-near{
  opacity:.82;
  z-index:5;
  filter:brightness(.88) saturate(.92);
}
.screen-slide.is-far{
  opacity:.48;
  z-index:4;
  filter:brightness(.72) saturate(.8);
}
.screen-nav{
  width:52px;
  height:52px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.08);
  color:#fff;
  border-radius:999px;
  display:grid;
  place-items:center;
  font-size:28px;
  line-height:1;
  cursor:pointer;
  transition:transform .2s ease, background .2s ease;
}
.screen-nav:hover{
  transform:translateY(-2px);
  background:rgba(255,255,255,.14);
}
.screens-meta{
  display:flex;
  justify-content:center;
  margin-top:4px;
}
.screens-counter{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:76px;
  padding:8px 14px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.06);
  color:var(--muted);
  font-size:13px;
  font-weight:800;
}

.split{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:30px;
  align-items:center;
}
.split > .section-store{
  grid-column:1 / -1;
  justify-content:center;
}
.hero > .container:last-of-type .section-store{
  margin-top:clamp(20px,3vw,32px);
}
.dog-card{
  border-radius:38px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.11);
  background:rgba(255,255,255,.055);
  box-shadow:var(--shadow);
}
.dog-card img{
  width:100%;
  height:430px;
  object-fit:cover;
  display:block;
}
.quote{
  padding:38px;
  border-radius:38px;
  border:1px solid rgba(255,255,255,.115);
  background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.045));
  box-shadow:0 24px 70px rgba(0,0,0,.17);
}
.quote p{
  font-size:clamp(22px,2.6vw,28px);
  line-height:1.25;
  margin:18px 0 24px;
  color:#fff9fc;
}
.cta{
  border-radius:42px;
  background:linear-gradient(135deg,rgba(255,143,195,.15),rgba(159,220,255,.11));
  border:1px solid rgba(255,255,255,.14);
  padding:40px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:22px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
  max-width:860px;
  margin:0 auto;
}
.cta-copy{
  max-width:720px;
}
.cta-actions{
  display:grid;
  gap:12px;
  align-items:start;
}
.store-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0;
  background:transparent;
  border:none;
  box-shadow:none;
  border-radius:0;
}
.store-link img{
  display:block;
  width:min(250px,100%);
  height:auto;
}
.store-link:not(.is-disabled):hover{
  transform:translateY(-1px);
  opacity:.92;
}
.store-link.is-disabled{
  cursor:not-allowed;
  opacity:.92;
}
.store-note{
  margin:0;
  max-width:280px;
  color:var(--muted);
  font-size:13px;
}
.cta h2{
  font-size:clamp(32px,4vw,42px);
  line-height:1.08;
  margin:10px 0;
  letter-spacing:-1.2px;
}
.seo-copy{
  padding:0 0 54px;
}
.seo-copy p{
  max-width:860px;
  margin:0 auto;
  padding:0 6px;
  color:rgba(255,248,251,.56);
  font-size:14px;
  text-align:center;
}
.footer{
  padding:34px 0 46px;
  color:var(--muted);
  border-top:1px solid rgba(255,255,255,.075);
}
.footer-inner{
  display:flex;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
}
.policy{
  padding:70px 0;
}
.policy-card{
  max-width:930px;
  margin:auto;
  padding:44px;
  border-radius:38px;
  background:rgba(255,255,255,.065);
  border:1px solid rgba(255,255,255,.115);
  box-shadow:0 30px 80px rgba(0,0,0,.22);
}
.policy-card h1{
  font-size:48px;
  line-height:1;
  margin:0 0 10px;
  letter-spacing:-1.6px;
}
.policy-card h2{
  font-size:24px;
  margin-top:34px;
}
.policy-card p,
.policy-card li{
  color:rgba(255,248,251,.72);
}
.policy-card ul{padding-left:20px}

/* Long-form About pages */
main.about{
  padding:70px 0 96px;
}
.policy-card.about-article{
  max-width:min(1120px,calc(100% - 48px));
}
.about-article .about-kicker{
  display:block;
  margin:0 0 10px;
  font-size:13px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:rgba(255,143,195,.85);
}
.about-article .about-lead{
  font-size:1.12rem;
  line-height:1.68;
  color:rgba(255,248,251,.82);
  margin:0 0 22px;
}
.about-section{
  margin-top:38px;
}
.about-section:first-of-type{
  margin-top:18px;
}
.about-section h2{
  margin:0 0 14px;
  font-size:clamp(22px,2.4vw,28px);
  letter-spacing:-.4px;
  line-height:1.15;
}
.about-section p{
  margin:0 0 14px;
  color:rgba(255,248,251,.72);
}
.about-section p:last-child{
  margin-bottom:0;
}
.about-split{
  display:grid;
  gap:clamp(22px,3.2vw,40px);
  align-items:start;
  margin:clamp(28px,4.2vw,52px) 0;
}
.about-split--media-end{
  grid-template-columns:minmax(0,1fr) 252px;
}
.about-split--media-end .about-split__text{grid-column:1;grid-row:1}
.about-split--media-end .about-split__media{grid-column:2;grid-row:1}
.about-split--media-start{
  grid-template-columns:252px minmax(0,1fr);
}
.about-split--media-start .about-split__media{grid-column:1;grid-row:1}
.about-split--media-start .about-split__text{grid-column:2;grid-row:1}
.about-split__text,
.about-split__media{
  min-width:0;
}
.about-split__text .about-section:first-of-type{
  margin-top:0;
}
.about-split__media{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
  align-self:start;
  position:sticky;
  top:92px;
}
.about-split__media .phone--about{
  width:252px;
  max-width:100%;
  margin:0 auto;
  padding:9px;
  border-radius:42px;
  transform:rotate(1.1deg);
  flex-shrink:0;
  box-sizing:border-box;
}
.about-split__media .phone--about img{
  display:block;
  width:100%;
  height:auto;
  max-width:100%;
  border-radius:34px;
  object-fit:contain;
  object-position:top center;
  vertical-align:middle;
}
.about-split__store{
  display:flex;
  justify-content:center;
  width:100%;
}
.store-link--about img{
  width:min(98px,28vw);
}
@media (max-width:768px){
  .about-split--media-end,
  .about-split--media-start{
    grid-template-columns:1fr;
  }
  .about-split--media-end .about-split__text,
  .about-split--media-end .about-split__media,
  .about-split--media-start .about-split__text,
  .about-split--media-start .about-split__media{
    grid-column:1;
    grid-row:auto;
  }
  .about-split{
    display:flex;
    flex-direction:column;
    gap:clamp(18px,3vw,28px);
  }
  .about-split__text{order:1}
  .about-split__media{
    order:2;
    position:static;
    top:auto;
  }
  .about-split__media .phone--about{
    width:min(100%,228px);
    padding:8px;
    border-radius:38px;
  }
  .about-split__media .phone--about img{
    border-radius:30px;
  }
  .store-link--about img{
    width:min(88px,26vw);
  }
}
.about-back{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:28px;
  font-weight:800;
  font-size:14px;
  color:rgba(159,220,255,.95);
}
.about-back:hover{color:#fff}

.badge{
  display:inline-flex;
  border-radius:999px;
  padding:8px 12px;
  background:rgba(255,255,255,.075);
  border:1px solid rgba(255,255,255,.105);
  color:rgba(255,248,251,.74);
  font-weight:800;
}

@media (max-width:1100px){
  .hero-grid{
    grid-template-columns:minmax(0,1fr) minmax(280px,.84fr);
    gap:40px;
  }
  .feature-row{grid-template-columns:repeat(2,minmax(0,1fr))}
  .cards{grid-template-columns:repeat(2,minmax(0,1fr))}
  .screen-slide{
    width:clamp(210px,22vw,248px);
  }
  .screens-viewport{min-height:600px}
  .screens-track{min-height:560px}
}

@media (max-width:900px){
  .nav-links{display:none}
  .nav-inner{
    flex-wrap:nowrap;
    justify-content:space-between;
  }
  .menu-toggle{
    display:inline-flex;
  }
  .mobile-menu{
    display:block;
    max-height:0;
    opacity:0;
    overflow:hidden;
    pointer-events:none;
    transition:max-height .3s ease, opacity .25s ease, padding-bottom .25s ease;
  }
  .mobile-menu-inner{
    margin-top:10px;
    padding:16px;
    border-radius:24px;
    border:1px solid rgba(255,255,255,.1);
    background:linear-gradient(180deg,rgba(18,23,42,.96),rgba(13,16,32,.92));
    box-shadow:0 22px 48px rgba(0,0,0,.24);
  }
  .mobile-menu-inner a{
    padding:12px 14px;
    border-radius:16px;
    background:rgba(255,255,255,.05);
    color:#fff;
    font-weight:700;
  }
  .menu-open .mobile-menu{
    max-height:420px;
    opacity:1;
    pointer-events:auto;
    padding-bottom:12px;
  }
  .hero{
    padding:64px 0 60px;
  }
  .hero-grid,
  .split{
    grid-template-columns:1fr;
  }
  .phone-stage{
    min-height:auto;
    padding-top:14px;
  }
  .phone{
    width:min(340px,78vw);
    transform:none;
  }
  .cta{
    flex-direction:column;
    align-items:flex-start;
  }
  .cta-copy{
    max-width:none;
  }
  .dog-card img{height:360px}
}

@media (max-width:700px){
  .container{
    width:min(100% - 32px,1180px);
  }
  .nav-inner{
    gap:14px;
  }
  .nav-actions{
    width:auto;
    justify-content:flex-end;
  }
  .eyebrow{
    font-size:13px;
    line-height:1.3;
  }
  .hero h1{
    margin:18px 0 16px;
    font-size:clamp(24px,8vw,34px);
    letter-spacing:-1.2px;
  }
  .lead{
    margin-bottom:22px;
  }
  .hero-actions{
    flex-direction:column;
    align-items:stretch;
  }
  .hero-actions .btn{
    width:100%;
  }
  .feature-row,
  .cards{
    grid-template-columns:1fr;
  }
  .screen-slide{
    width:min(46vw,220px);
  }
  .screen-nav{
    width:42px;
    height:42px;
    font-size:24px;
  }
  .section{
    padding:58px 0;
  }
  .section-head{
    margin-bottom:26px;
  }
  .quote,
  .cta,
  .policy-card{
    padding:28px;
  }
  .cta-actions{
    width:100%;
  }
  .store-link--compact img{
    width:min(96px,28vw);
  }
  .footer-inner{
    flex-direction:column;
  }
}

@media (max-width:560px){
  .container{
    width:min(100% - 24px,1180px);
  }
  .brand{
    font-size:20px;
  }
  .brand img{
    width:38px;
    height:38px;
  }
  .lang-trigger{
    min-width:76px;
    min-height:42px;
    padding:9px 10px;
  }
  .lang-option{
    padding:9px 10px;
  }
  .lang-check{
    width:8px;
    flex-basis:8px;
  }
  .lang-flag{
    width:16px;
    height:11px;
    flex-basis:16px;
  }
  .hero{
    padding-top:48px;
  }
  .phone{
    width:min(100%,292px);
    padding:8px;
    border-radius:36px;
  }
  .phone img{
    border-radius:28px;
  }
  .glow{
    width:82vw;
  }
  .mini,
  .card{
    padding:22px;
  }
  .screens-slider{
    grid-template-columns:1fr;
  }
  .screen-nav{
    display:none;
  }
  .screen-slide{
    width:min(64vw,230px);
  }
  .screens-viewport{
    min-height:560px;
    padding:18px 0 24px;
  }
  .screens-track{
    min-height:530px;
  }
  .dog-card img{
    height:300px;
  }
  .policy-card{
    padding:24px;
  }
}
