:root{
  --bg:#f5f8f7;
  --card:#ffffff;
  --ink:#0f172a;
  --muted:#5c6577;
  --brand:#19c37d;
  --brand-dark:#0e8f5c;
  --line:#e4e8ef;
  --dark:#0f172a;
  --radius-card:22px;
  --shadow-premium:0 12px 28px rgba(15,23,42,.08);
  --shadow-soft:0 6px 14px rgba(15,23,42,.06);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
  background:radial-gradient(1200px 650px at 90% -100px,#dff7ea 0%,rgba(223,247,234,0) 60%),var(--bg);
  color:var(--ink);
}
a{text-decoration:none;color:inherit}
.container{max-width:1160px;margin:0 auto;padding:0 24px}
.header{
  position:sticky;top:0;z-index:50;
  background:rgba(255,255,255,.82);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--line);
}
.header-row{height:72px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.logo{font-weight:800;font-size:1.3rem;letter-spacing:-.02em}
.nav{display:flex;gap:20px;font-size:.92rem;color:#334155;flex-wrap:wrap}
.nav a{padding:8px 0;border-bottom:2px solid transparent}
.nav a.is-active{border-color:var(--brand);color:#0f172a}
.btn{
  display:inline-flex;align-items:center;justify-content:center;cursor:pointer;
  border-radius:999px;padding:12px 18px;font-weight:700;font-size:.92rem;
  border:1px solid transparent;transition:.2s ease;
}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:var(--brand);color:#fff}
.btn-primary:hover{background:var(--brand-dark)}
.btn-ghost{background:#fff;border-color:var(--line)}
.btn-ghost:hover{border-color:#cfd8e3}
.header-actions{display:flex;gap:8px;align-items:center}
.section{padding:88px 0}
.section-tight{padding:56px 0}
.section-contrast{background:#ffffff}
.hero-premium{padding:98px 0 84px}
.hero-grid{display:grid;grid-template-columns:1.07fr .93fr;gap:36px;align-items:center}
.hero-showcase{
  position:relative;
  min-height:clamp(460px, 60vw, 560px);
  border-radius:28px;
  padding:clamp(14px, 2vw, 18px);
  overflow:hidden;
  background:linear-gradient(180deg,#ffffff 0%,#edf6f2 100%);
  border:1px solid #dcebe4;
  box-shadow:0 14px 36px rgba(15,23,42,.1);
}
.media-frame{
  border:1px solid #d7e1ec;
  border-radius:34px;
  box-shadow:0 16px 40px rgba(15,23,42,.2);
}
.media-surface{
  border-radius:28px;
  background:linear-gradient(180deg,#f7fafc,#eef3f7);
}
.media-glow{
  position:absolute;
  inset:auto;
  width:280px;
  height:280px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(25,195,125,.3),rgba(25,195,125,0) 70%);
  filter:blur(8px);
  top:140px;
  left:50%;
  transform:translateX(-50%);
  pointer-events:none;
}
.media-placeholder{
  border-radius:20px;
  background:linear-gradient(120deg,#eff5fb 8%,#ffffff 30%,#eff5fb 52%);
  background-size:180% 180%;
  animation:placeholderShimmer 3.4s ease infinite;
}
.media-asset{
  aspect-ratio:16 / 10;
  border:1px solid #d9e5f1;
}
@keyframes placeholderShimmer{
  0%{background-position:0% 50%}
  100%{background-position:100% 50%}
}
.phone-wrap{
  position:relative;
  width:100%;
  max-width:clamp(250px, 30vw, 310px);
  margin:10px auto 0;
}
.phone-shell{
  position:relative;
  padding:8px;
  border-radius:38px;
  background:linear-gradient(145deg,#0b1220,#273247);
}
.phone-shell::before{
  content:"";
  position:absolute;
  inset:2px;
  border-radius:34px;
  border:1px solid rgba(255,255,255,.12);
  pointer-events:none;
}
.phone-notch{
  width:106px;
  height:20px;
  margin:0 auto 8px;
  border-radius:0 0 14px 14px;
  background:#0a1019;
  position:relative;
}
.phone-notch::after{
  content:"";
  position:absolute;
  width:8px;
  height:8px;
  border-radius:50%;
  background:#1f2b3d;
  right:18px;
  top:6px;
}
.phone-screen{
  min-height:clamp(390px, 47vw, 500px);
  padding:12px 10px;
  overflow:hidden;
  border-radius:30px;
  background:
    radial-gradient(130px 70px at 80% 0%, rgba(90, 185, 150, 0.11), transparent 72%),
    linear-gradient(180deg,#fbfdff,#f0f4f8);
}
.ios-statusbar{
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-size:.62rem;
  font-weight:700;
  color:#6f7f95;
  margin-bottom:8px;
}
.ios-header-card{
  display:flex;
  align-items:center;
  gap:8px;
  border-radius:16px;
  background:linear-gradient(180deg,#ffffff,#f8fbff);
  border:1px solid #e5ebf3;
  padding:9px;
  box-shadow:0 6px 14px rgba(15,23,42,.06);
}
.ios-header-text strong{
  display:block;
  font-size:.8rem;
  letter-spacing:.01em;
}
.ios-header-text p{
  margin:0;
  font-size:.66rem;
  color:#70839c;
}
.ios-risk-badge{
  margin-left:auto;
  font-size:.56rem;
  font-weight:800;
  color:#96513c;
  background:#fff2ec;
  border:1px solid #ffe0d4;
  border-radius:999px;
  padding:3px 6px;
}
.ios-segmented{
  margin-top:8px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:4px;
  border-radius:10px;
  background:#edf2f7;
  padding:3px;
}
.ios-segmented span{
  font-size:.6rem;
  text-align:center;
  font-weight:700;
  color:#617389;
  border-radius:8px;
  padding:5px 0;
}
.ios-segmented .active{
  background:#fff;
  box-shadow:0 1px 3px rgba(15,23,42,.12);
  color:#33465d;
}
.ios-ring-row{
  margin-top:8px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:6px;
}
.ios-ring-card{
  display:flex;
  align-items:center;
  gap:7px;
  background:#fff;
  border:1px solid #e3eaf2;
  border-radius:12px;
  padding:7px;
}
.ios-ring-card strong{
  font-size:.64rem;
}
.ios-ring-card p{
  margin:0;
  font-size:.6rem;
  color:#6f829b;
}
.ios-ring{
  width:22px;
  height:22px;
  border-radius:50%;
  background:conic-gradient(#24b486 0 260deg,#e6eef7 260deg 360deg);
}
.ios-ring.ring-alt{
  background:conic-gradient(#4f7fff 0 230deg,#e6eef7 230deg 360deg);
}
.ios-list-card{
  margin-top:8px;
  background:#fff;
  border:1px solid #e3eaf2;
  border-radius:13px;
  overflow:hidden;
}
.ios-row{
  display:grid;
  grid-template-columns:10px 58px 1fr;
  align-items:center;
  gap:6px;
  padding:8px 9px;
}
.ios-row + .ios-row{
  border-top:1px solid #edf2f7;
}
.ios-row strong{
  font-size:.67rem;
  color:#2f435b;
}
.ios-row span:last-child{
  text-align:right;
  font-size:.65rem;
  color:#74879f;
}
.ios-dot{
  width:6px;
  height:6px;
  border-radius:50%;
  background:#8aa0ba;
}
.ios-dot.routine{background:#3c84f8}
.ios-dot.food{background:#24af84}
.ios-dot.safety{background:#e45a4d}
.ios-dot.vet{background:#8a70ff}
.ios-cta-row{
  margin-top:8px;
  display:flex;
  gap:6px;
}
.ios-cta-row button{
  border:none;
  border-radius:10px;
  padding:7px 8px;
  font-size:.63rem;
  font-weight:800;
  background:linear-gradient(145deg,#2d9b79,#17785b);
  color:#fff;
}
.ios-cta-row button.secondary{
  background:#ebf1f8;
  color:#4e647f;
  border:1px solid #dce6f2;
}
.phone-status{
  display:flex;
  align-items:center;
  justify-content:space-between;
  font-size:.66rem;
  font-weight:700;
  color:#72829a;
  margin-bottom:8px;
}
.phone-substatus{
  display:flex;
  gap:6px;
  margin-bottom:8px;
  flex-wrap:wrap;
}
.sub-pill{
  display:inline-flex;
  align-items:center;
  font-size:.6rem;
  font-weight:700;
  color:#5f6f86;
  padding:3px 8px;
  border-radius:999px;
  border:1px solid #dee7f1;
  background:#f8fbfe;
}
.sub-pill.is-active{
  color:#1a7a5f;
  border-color:#bfe5d8;
  background:#ebfaf4;
}
.profile-head{
  display:flex;
  align-items:center;
  gap:9px;
  background:#ffffff;
  border:1px solid #e4ebf3;
  border-radius:16px;
  padding:10px 9px;
  box-shadow:0 4px 12px rgba(15,23,42,.05);
}
.avatar-wrap{
  position:relative;
}
.avatar-photo{
  width:40px;
  height:40px;
  border-radius:50%;
  background:
    radial-gradient(circle at 30% 30%, #fff8eb, #dfaf7e 46%, #74513f 100%);
  border:2px solid #ffffff;
  box-shadow:0 0 0 2px #d9f0ea;
}
.avatar-online{
  position:absolute;
  width:10px;
  height:10px;
  right:-1px;
  bottom:0;
  background:#19c37d;
  border-radius:50%;
  border:2px solid #fff;
}
.profile-head p{
  margin:0;
  font-size:.7rem;
  line-height:1.2;
  color:#708197;
}
.profile-alert{
  margin-left:auto;
  font-size:.58rem;
  font-weight:800;
  color:#8f4f35;
  background:#fff2eb;
  border:1px solid #ffe0d3;
  border-radius:999px;
  padding:3px 6px;
}
.profile-chip-row{
  margin-top:8px;
  display:flex;
  gap:5px;
  flex-wrap:wrap;
}
.health-metrics-row{
  margin-bottom:7px;
}
.profile-chip{
  display:inline-flex;
  padding:4px 7px;
  border-radius:999px;
  background:#f7fafd;
  color:#5e6f86;
  border:1px solid #e1e8f1;
  font-size:.62rem;
  font-weight:700;
}
.health-group{
  margin-top:8px;
  background:#ffffff;
  border:1px solid #e3eaf3;
  border-radius:14px;
  overflow:hidden;
}
.phone-card{
  margin-top:0;
  background:#fff;
  border:0;
  border-radius:0;
  padding:8px 10px;
  display:flex;
  justify-content:space-between;
  gap:10px;
  align-items:center;
}
.health-group .phone-card + .phone-card{
  border-top:1px solid #edf2f7;
}
.phone-card-head{
  display:flex;
  align-items:center;
  gap:7px;
}
.phone-card strong{
  font-size:.73rem;
  letter-spacing:.005em;
}
.phone-card span{
  color:#748499;
  font-size:.67rem;
  text-align:right;
}
.card-icon{
  display:inline-block;
  font-size:.4rem;
  color:#97a9be;
}
.card-routine .card-icon{color:#3a84f7}
.card-food .card-icon{color:#1ea97e}
.card-safety .card-icon{color:#e25d50}
.card-vet .card-icon{color:#8d73ff}
.card-owner .card-icon{color:#6f879f}
.phone-action-row{
  margin-top:8px;
  display:flex;
  gap:7px;
}
.phone-action-row button{
  border:none;
  border-radius:9px;
  padding:6px 8px;
  font-size:.63rem;
  font-weight:800;
  color:#fff;
  background:linear-gradient(145deg,#2f9b7c,#1a7f63);
}
.phone-action-row button.secondary{
  color:#49627f;
  background:#edf4fb;
  border:1px solid #dde7f3;
}
.floating-chip{
  position:absolute;
  z-index:3;
  padding:6px 10px;
  border-radius:999px;
  background:linear-gradient(180deg,#ffffff,#f8fbfd);
  border:1px solid #e1eaf3;
  box-shadow:0 4px 12px rgba(15,23,42,.08);
  font-size:.66rem;
  font-weight:700;
  color:#4e6179;
  display:flex;
  align-items:center;
  gap:6px;
}
.floating-chip .dot{
  width:5px;
  height:5px;
  border-radius:50%;
  background:#43b490;
  box-shadow:0 0 0 2px rgba(67,180,144,.12);
}
.chip-a{top:118px;left:16px}
.chip-b{top:196px;right:14px}
.chip-c{bottom:118px;left:20px}
.phone-side-btn{
  position:absolute;
  width:3px;
  border-radius:3px;
  left:-4px;
  background:linear-gradient(180deg,#2f3e56,#1c2636);
  box-shadow:0 0 0 1px rgba(14,21,33,.14);
}
.side-btn-top{height:26px;top:128px}
.side-btn-mid{height:40px;top:170px}
.phone-home-indicator{
  width:34%;
  height:3px;
  border-radius:999px;
  margin:10px auto 0;
  background:#c1ccd8;
}
.hero-microstats{display:flex;gap:9px;flex-wrap:wrap;margin-top:18px}
.hero-microstats span{
  background:#fff;border:1px solid var(--line);border-radius:999px;padding:7px 11px;font-size:.78rem;color:#3d4b60;
}
.profile-modules{display:grid;gap:10px;margin-top:12px}
.module{
  display:flex;justify-content:space-between;gap:12px;
  border:1px solid var(--line);border-radius:12px;padding:10px 12px;background:#fff;
}
.module strong{font-size:.84rem}
.module span{font-size:.8rem;color:#5f6b80}
.badge{
  display:inline-block;border-radius:999px;
  background:#dcfce9;color:#0e8f5c;font-size:.72rem;font-weight:700;
  letter-spacing:.08em;text-transform:uppercase;padding:7px 12px;
}
h1{
  margin:.85rem 0;
  font-size:3.45rem;
  line-height:1.02;
  letter-spacing:-.035em;
  max-width:14ch;
}
h2{
  font-size:2.2rem;
  line-height:1.14;
  letter-spacing:-.02em;
  margin:.45rem 0;
}
h3{margin:.2rem 0;font-size:1.2rem;letter-spacing:-.01em}
p{color:var(--muted);line-height:1.63}
.section-head{max-width:740px}
.section-head.center{margin:0 auto;text-align:center}
.card{
  background:var(--card);
  border:1px solid #e8edf4;
  border-radius:var(--radius-card);
  padding:26px;
  box-shadow:var(--shadow-premium);
}
.card:hover{box-shadow:0 12px 34px rgba(15,23,42,.1)}
.feature-tile{
  background:#fff;border:1px solid #e8edf4;border-radius:20px;padding:24px;
  box-shadow:0 8px 24px rgba(15,23,42,.05);
}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.center{text-align:center}
.list{display:grid;gap:10px;margin:14px 0 0;padding:0;list-style:none;color:#334155}
.list li{line-height:1.45}
.icon-list li{
  position:relative;
  padding-left:18px;
}
.icon-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:.48em;
  width:8px;
  height:8px;
  border-radius:50%;
  background:linear-gradient(145deg,#2fb088,#1b8766);
}
.roadmap-strip .card{
  background:linear-gradient(180deg,#ffffff,#f8fbff);
}
.tagline-band{
  border:1px solid rgba(255,255,255,.14);
}
.tagline-band p{
  max-width:58ch;
  margin:0 auto;
}
.dark-block{
  background:linear-gradient(145deg,#0f172a,#1e293b);
  color:#fff;border-radius:26px;padding:34px;
}
.dark-block p{color:#cbd5e1}
.top-space{margin-top:16px}
.small{font-size:.85rem;color:#748097}
.trust-strip{
  display:grid;grid-template-columns:repeat(3,1fr);gap:14px;
  background:#fff;border:1px solid #e8edf4;border-radius:18px;padding:14px;
}
.trust-strip > div{border-right:1px solid #edf2f7;padding:8px 12px}
.trust-strip > div:last-child{border-right:none}
.trust-strip strong{display:block;font-size:.9rem}
.trust-strip span{font-size:.82rem;color:#64748b}
.timeline{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.timeline-step{
  background:#fff;border:1px solid #e8edf4;border-radius:20px;padding:22px;
}
.timeline-step span{
  display:inline-block;font-size:.78rem;font-weight:700;
  color:#0e8f5c;background:#dcfce9;border-radius:999px;padding:4px 9px;
}
.comparison-card{padding:8px}
.table{width:100%;border-collapse:collapse}
.table th{
  background:#111827;color:#fff;padding:14px;text-align:left;
  font-size:.85rem;letter-spacing:.02em;
}
.table td{
  padding:14px;border-top:1px solid #edf2f7;color:#334155;font-size:.92rem;
}
.module-card{padding:22px}
.price{font-size:2.1rem;font-weight:800;color:#0f172a;line-height:1}
.price span{font-size:.92rem;color:#64748b;font-weight:600}
.plan-grid .plan-card{display:flex;flex-direction:column}
.plan-card-pop{border-color:#98e8c5;box-shadow:0 14px 34px rgba(25,195,125,.12)}
.premium-use-cases{
  background:linear-gradient(180deg,#f9fcfb,#ffffff);
}
.pettag-swiper{
  margin-top:24px;
  padding:6px 2px 34px;
}
.usecase-card{
  min-height:180px;
  border:1px solid #e4ebf3;
  border-radius:18px;
  background:#fff;
  box-shadow:var(--shadow-soft);
  padding:18px;
}
.usecase-card h3{
  margin-top:10px;
  margin-bottom:8px;
  font-size:1rem;
}
.usecase-card p{
  margin:0;
  font-size:.9rem;
}
.usecase-icon{
  width:18px;
  height:18px;
  color:#2b8c69;
}
.swiper-pagination-bullet{
  background:#95a3b8;
  opacity:.55;
}
.swiper-pagination-bullet-active{
  background:#1f9d73;
  opacity:1;
}
.footer{border-top:1px solid var(--line);background:#fff}
.footer-row{
  padding:26px 0;display:flex;justify-content:space-between;gap:12px;
  flex-wrap:wrap;color:#64748b;font-size:.92rem;
}
.seo-footer{
  border-top:1px solid var(--line);
  background:#f8fbfa;
}
.seo-footer-wrap{
  padding:46px 0 18px;
}
.seo-footer-grid{
  display:grid;
  grid-template-columns:1.3fr 1fr 1fr 1fr 1fr;
  gap:22px;
}
.seo-footer-col h4{
  margin:0 0 12px;
  font-size:.9rem;
  color:#1f2e42;
}
.seo-footer-brand p{
  margin:8px 0 0;
  font-size:.9rem;
  max-width:280px;
}
.seo-footer-links{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:8px;
}
.seo-footer-links a{
  color:#607086;
  font-size:.86rem;
}
.seo-footer-links a:hover{
  color:#1b2b3f;
}
.seo-social{
  display:flex;
  gap:8px;
  margin-top:12px;
}
.seo-social span{
  width:24px;
  height:24px;
  border-radius:999px;
  border:1px solid #d8e2ed;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:.7rem;
  color:#66778f;
  background:#fff;
}
.seo-footer-bottom{
  margin-top:24px;
  padding-top:16px;
  border-top:1px solid #e3e9ef;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
}
.seo-footer-bottom p{
  margin:0;
  font-size:.82rem;
  color:#7a879b;
}
.seo-footer-news{
  display:flex;
  gap:6px;
  align-items:center;
}
.seo-footer-news input{
  border:1px solid #d8e2ed;
  border-radius:999px;
  padding:8px 11px;
  width:220px;
  font:inherit;
  font-size:.82rem;
  background:#fff;
}
.seo-footer-news button{
  border:0;
  border-radius:999px;
  padding:8px 11px;
  background:#19c37d;
  color:#fff;
  font-size:.8rem;
  font-weight:700;
}
.input,.select{
  width:100%;border:1px solid #cbd5e1;border-radius:12px;padding:10px 12px;font:inherit;
}
.qty{width:120px}
.hidden-mobile{display:inline-flex}
.cart-fab{
  position:fixed;right:16px;bottom:16px;z-index:50;
  width:320px;max-width:calc(100vw - 24px);background:#fff;border:1px solid var(--line);
  border-radius:18px;padding:14px;box-shadow:0 10px 30px rgba(15,23,42,.14);
}

/* Hero conversion elements */
.hero-bullets{
  list-style:none;
  padding:0;
  margin:16px 0 0;
  display:grid;
  gap:8px;
}
.hero-bullets li{
  position:relative;
  padding-left:20px;
  font-size:.95rem;
  color:#334155;
  line-height:1.5;
}
.hero-bullets li::before{
  content:"✓";
  position:absolute;
  left:0;
  font-weight:800;
  color:var(--brand);
}
.hero-cta-row{
  display:flex;
  gap:10px;
  margin-top:22px;
  flex-wrap:wrap;
}
.btn-lg{
  padding:16px 28px;
  font-size:1.02rem;
}
.hero-trust-bar{
  display:flex;
  gap:16px;
  margin-top:18px;
  flex-wrap:wrap;
  align-items:center;
  font-size:.82rem;
  color:#64748b;
}
.hero-trust-stars{
  color:#f59e0b;
  letter-spacing:1px;
}

/* Product card section */
.product-card-section{
  background:linear-gradient(180deg,#ffffff,#f7fbf9);
}
.product-card{
  display:grid;
  grid-template-columns:.55fr .45fr;
  gap:34px;
  align-items:center;
  background:#fff;
  border:1px solid #e4ebf3;
  border-radius:var(--radius-card);
  padding:32px;
  box-shadow:var(--shadow-premium);
}
.product-card-media{
  border-radius:16px;
  overflow:hidden;
}
.product-card-media .media-placeholder{
  aspect-ratio:1 / 1;
}
.product-card-info{
  display:flex;
  flex-direction:column;
  gap:4px;
}
.product-price{
  font-size:2rem;
  font-weight:800;
  color:#0f172a;
  line-height:1.2;
  margin:.6rem 0 .4rem;
}
.product-price span{
  display:block;
  font-size:.88rem;
  font-weight:600;
  color:#64748b;
  margin-top:2px;
}
.product-features{
  list-style:none;
  padding:0;
  margin:12px 0;
  display:grid;
  gap:8px;
}
.product-features li{
  position:relative;
  padding-left:20px;
  font-size:.92rem;
  color:#334155;
}
.product-features li::before{
  content:"✓";
  position:absolute;
  left:0;
  font-weight:800;
  color:var(--brand);
}
.product-note{
  font-size:.78rem;
  color:#8896a8;
  margin-top:6px;
}

/* Feature tiles hover */
.feature-tile{
  transition:box-shadow .2s ease,transform .2s ease;
}
.feature-tile:hover{
  box-shadow:0 14px 34px rgba(15,23,42,.1);
  transform:translateY(-2px);
}

/* Trust / social proof */
.trust-stats{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
  text-align:center;
}
.trust-stat{
  background:#fff;
  border:1px solid #e4ebf3;
  border-radius:18px;
  padding:24px 16px;
  box-shadow:var(--shadow-soft);
}
.trust-stat-value{
  font-size:2rem;
  font-weight:800;
  color:#0f172a;
  line-height:1;
  margin-bottom:4px;
}
.trust-stat-label{
  font-size:.82rem;
  color:#64748b;
}
.testimonial-card{
  background:#fff;
  border:1px solid #e8edf4;
  border-radius:var(--radius-card);
  padding:24px;
  box-shadow:var(--shadow-soft);
}
.testimonial-card p{
  margin:10px 0 12px;
  font-style:italic;
  line-height:1.6;
}
.testimonial-card strong{
  font-size:.85rem;
  color:#64748b;
}
.testimonial-stars{
  color:#f59e0b;
  letter-spacing:1px;
  font-size:1rem;
}

/* Comparison check table */
.check-table th:first-child{border-radius:8px 0 0 0}
.check-table th:last-child{border-radius:0 8px 0 0}
.check-yes{
  color:#0e8f5c;
  font-weight:800;
  font-size:1.15rem;
  text-align:center;
}
.check-no{
  color:#dc2626;
  font-weight:700;
  font-size:1.15rem;
  text-align:center;
}
.check-table td:not(:first-child){
  text-align:center;
}

/* SEO content blocks */
.seo-content-block h3{
  margin-bottom:6px;
}
.seo-content-block p{
  font-size:.92rem;
  line-height:1.65;
}

/* Positioning strip */
.positioning-strip{
  background:linear-gradient(180deg,#f5f8f7 0%,#edf3ef 100%);
}
.positioning-strip .dark-block{
  padding:48px 38px;
  text-align:center;
}
.positioning-strip .dark-block h2{
  max-width:22ch;
  margin:0 auto .6rem;
}
.positioning-strip .dark-block p{
  max-width:48ch;
  margin:0 auto;
}

/* Plan / pricing */
.plan-card .price{
  margin:.6rem 0 .2rem;
}
.plan-card .btn{
  margin-top:auto;
}

.reveal{
  opacity:0;
  transform:translateY(16px) scale(.995);
  transition:opacity .45s ease,transform .45s ease;
  transition-delay:var(--reveal-delay,0ms);
}
.reveal.is-visible{
  opacity:1;
  transform:translateY(0) scale(1);
}
.reveal-up{transform:translateY(16px)}
.hero-showcase .reveal{transform:translateY(18px)}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .reveal{
    opacity:1;
    transform:none;
    transition:none;
  }
  .media-placeholder{animation:none}
}
@media (max-width:1100px){
  h1{font-size:3rem}
}
@media (max-width:940px){
  .nav{display:none}
  .hero-grid,.grid-2,.grid-3,.timeline,.trust-strip,.trust-stats,.product-card{grid-template-columns:1fr}
  .hidden-mobile{display:none}
  .hero-premium{padding:82px 0 64px}
  .hero-showcase{min-height:unset}
  .floating-chip{display:none}
  .phone-wrap{max-width:min(78vw,300px)}
  .phone-side-btn{display:none}
  .phone-screen{min-height:430px}
  .profile-alert{display:none}
  h1{font-size:2.38rem;max-width:none}
  h2{font-size:1.86rem}
  .section{padding:64px 0}
  .seo-footer-grid{grid-template-columns:1fr 1fr}
  .seo-footer-brand{grid-column:1 / -1}
  .seo-footer-news input{width:170px}
  .usecase-card{
    min-height:unset;
  }
  .trust-strip > div{border-right:none;border-bottom:1px solid #edf2f7}
  .trust-strip > div:last-child{border-bottom:none}
  .hero-trust-bar{
    gap:10px;
    font-size:.76rem;
  }
  .product-card{
    padding:20px;
    gap:20px;
  }
  .trust-stat-value{
    font-size:1.6rem;
  }
  .positioning-strip .dark-block{
    padding:32px 22px;
  }
  .plan-grid{
    gap:14px;
  }
}
