:root{
  --accent:#ff6a00;
  --accent-hover:#e05e00;
  --navy:#0f172a;
  --text-body:#475569;
  --text-heading:#0f172a;
  --white:#ffffff;
  --surface:#f7f8fa;
  --border:#e2e8f0;
  --success:#16a34a;
  --success-soft:rgba(22,163,74,.1);
  --shadow-sm:0 1px 2px rgba(15,23,42,.04);
  --shadow-md:0 4px 24px rgba(15,23,42,.06);
  --shadow-lg:0 12px 40px rgba(15,23,42,.08);
  --radius:12px;
  --radius-lg:16px;
  --max:1140px;
  --tap:48px;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:'Inter',system-ui,-apple-system,sans-serif;
  color:var(--text-body);
  background:linear-gradient(165deg,#eef2f7 0%,#f5f7fa 42%,#fafbfc 100%);
  line-height:1.6;
  font-size:1rem;
  -webkit-font-smoothing:antialiased;
}
h1,h2,h3,h4{
  font-family:'Plus Jakarta Sans',system-ui,sans-serif;
  font-weight:700;
  color:var(--text-heading);
  letter-spacing:-.02em;
}
a{color:inherit;text-decoration:none}
img,svg{display:block;max-width:100%}
.ico{flex-shrink:0}
.ico--sm{width:20px;height:20px}
.ico--md{width:24px;height:24px}
.ico--lg{width:32px;height:32px}
.ico--stroke{stroke:currentColor;fill:none;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}

.wrap{width:100%;max-width:var(--max);margin:0 auto;padding:0 20px}
@media(min-width:768px){.wrap{padding:0 28px}}

.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  min-height:var(--tap);padding:14px 22px;border-radius:8px;
  font-family:'Plus Jakarta Sans',system-ui,sans-serif;font-weight:600;font-size:.9375rem;
  border:none;cursor:pointer;transition:background .2s,box-shadow .2s,transform .15s,color .2s;
  text-align:center;
}
.btn:active{transform:scale(.985)}
.btn--pri{
  background:var(--accent);color:var(--white);
  box-shadow:0 1px 2px rgba(15,23,42,.06),0 4px 12px rgba(255,106,0,.22);
}
.btn--pri:hover{background:var(--accent-hover);box-shadow:0 2px 4px rgba(15,23,42,.06),0 6px 16px rgba(255,106,0,.28)}
.btn--outline{
  background:var(--white);color:var(--navy);border:1.5px solid var(--border);
  box-shadow:var(--shadow-sm);
}
.btn--outline:hover{border-color:var(--navy);background:var(--surface)}
.btn--ghost{
  background:transparent;color:var(--navy);border:1.5px solid var(--border);
}
.btn--ghost:hover{background:var(--surface);border-color:#cbd5e1}
.btn--wa{background:#25d366;color:var(--white);box-shadow:0 2px 10px rgba(37,211,102,.22)}
.btn--wa:hover{background:#20bd5a}
.btn--block{width:100%}
.btn--lg{font-size:1rem;padding:16px 26px;min-height:52px}

.hdr{
  position:sticky;top:0;z-index:100;
  background:rgba(245,247,250,.92);backdrop-filter:blur(12px);
  border-bottom:1px solid var(--border);
}
.hdr.scrolled{box-shadow:var(--shadow-sm)}
.hdr__row{
  display:flex;align-items:center;justify-content:space-between;
  min-height:60px;gap:12px;
}
@media(min-width:768px){.hdr__row{min-height:64px;gap:14px}}
.logo{
  display:inline-flex;align-items:center;gap:10px;min-width:0;
  font-family:'Plus Jakarta Sans',system-ui,sans-serif;font-weight:700;font-size:1.0625rem;color:var(--text-heading);
  line-height:1.2;
}
.logo__mark{
  width:40px;height:40px;border-radius:10px;background:var(--navy);
  display:flex;align-items:center;justify-content:center;color:var(--white);
  box-shadow:var(--shadow-sm);
  flex-shrink:0;
}
.logo__mark{color:var(--white)}
.logo__mark svg{width:20px;height:20px}
.logo__accent{color:var(--accent)}
.hdr__nav{display:none;align-items:center;gap:12px}
@media(min-width:768px){.hdr__nav{display:flex}}
.hdr__login{font-weight:600;color:var(--text-heading);padding:10px 14px;border-radius:8px;font-size:.9375rem}
.hdr__login:hover{background:var(--surface);color:var(--navy)}
.ham{
  display:flex;flex-direction:column;justify-content:center;gap:5px;
  width:44px;height:44px;border:none;background:transparent;cursor:pointer;border-radius:8px;
  flex-shrink:0;align-self:center;
}
.ham span{display:block;width:22px;height:2px;background:var(--navy);border-radius:2px;margin:0 auto}
@media(min-width:768px){.ham{display:none}}
.mnav{
  display:none;flex-direction:column;gap:10px;padding:16px 20px 22px;
  border-bottom:1px solid var(--border);background:rgba(248,250,252,.98);
  box-shadow:var(--shadow-md);
}
.mnav.open{display:flex}
@media(min-width:768px){.mnav{display:none!important}}

.hero{
  padding:32px 0 0;
  background:linear-gradient(155deg,#e4ebf5 0%,#eef2f8 38%,#f4f6fa 72%,#f8fafc 100%);
}
@media(min-width:768px){.hero{padding:48px 0 0}}
.hero__grid{display:grid;gap:40px;align-items:center;padding-bottom:40px}
@media(min-width:900px){.hero__grid{grid-template-columns:1.05fr minmax(0,1.15fr);gap:40px 48px;padding-bottom:48px}}
@media(min-width:1100px){.hero__grid{grid-template-columns:1.05fr minmax(0,1.25fr);gap:40px 56px}}
.hero__tag{
  display:inline-flex;align-items:center;gap:6px;
  font-size:.6875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;
  color:var(--text-body);background:var(--white);padding:6px 12px;border-radius:6px;
  border:1px solid var(--border);margin-bottom:16px;
}
.hero__h1{font-size:clamp(1.75rem,5vw,2.75rem);line-height:1.15;margin-bottom:16px;color:var(--text-heading);font-weight:800}
.hero__lead{font-size:1.0625rem;color:var(--text-body);margin-bottom:12px;max-width:36em;line-height:1.65}
@media(min-width:768px){.hero__lead{font-size:1.125rem}}
.hero__trust{
  display:flex;align-items:center;gap:10px;font-size:.9375rem;font-weight:500;color:var(--text-body);
  margin-bottom:24px;padding:12px 14px;background:var(--white);border-radius:var(--radius);
  border:1px solid var(--border);max-width:max-content;box-shadow:var(--shadow-sm);
}
.hero__trust svg{color:var(--success);flex-shrink:0}
.hero__cta{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}
@media(min-width:520px){.hero__cta{flex-direction:row;flex-wrap:wrap;align-items:center}}
.hero__micro{font-size:.875rem;color:var(--text-body);font-weight:500}
.hero__micro strong{color:var(--text-heading);font-weight:600}

.hero__device{
  position:relative;
  display:flex;
  justify-content:center;
  align-items:flex-start;
  width:100%;
  padding:8px 12px 32px;
  perspective:920px;
  perspective-origin:50% 35%;
}
.hero__device::after{
  content:"";
  position:absolute;
  bottom:20px;
  left:50%;
  transform:translateX(-50%);
  width:min(55%,160px);
  height:16px;
  background:radial-gradient(ellipse 100% 100% at 50% 50%,rgba(15,23,42,.28) 0%,rgba(15,23,42,.08) 45%,transparent 72%);
  pointer-events:none;
  z-index:0;
  filter:blur(6px);
}
.hero__banner{
  position:relative;
  z-index:1;
  margin:0;
  width:100%;
  max-width:min(100%,268px);
  /* transparent — no border/bg so the white PNG surroundings vanish */
  border-radius:0;
  overflow:visible;
  border:none;
  background:transparent;
  box-shadow:none;
  transform-style:preserve-3d;
  transform-origin:50% 60%;
  animation:hero-device-tilt 7.5s ease-in-out infinite;
  will-change:transform;
}
.hero__banner-stack{
  display:grid;
  grid-template-columns:1fr;
  width:100%;
  transform-style:preserve-3d;
}
.hero__banner-pane{
  grid-area:1 / 1;
  width:100%;
  transform-style:preserve-3d;
  transform-origin:50% 55%;
  transition:
    transform 0.95s cubic-bezier(0.33, 1, 0.68, 1),
    opacity 0.75s ease;
  will-change:transform;
}
.hero__banner-pane:not(.is-front){
  z-index:1;
  transform:translateZ(-110px) scale(0.86);
  opacity:0.78;
  pointer-events:none;
}
.hero__banner-pane.is-front{
  z-index:2;
  transform:translateZ(0) scale(1);
  opacity:1;
  pointer-events:auto;
}
.hero__banner-img{
  width:100%;
  height:auto;
  display:block;
  vertical-align:middle;
  /* blend white pixels into the background so only the phone shows */
  mix-blend-mode:multiply;
  filter:drop-shadow(0 12px 28px rgba(15,23,42,.22)) drop-shadow(0 4px 8px rgba(15,23,42,.14));
}
@media(min-width:480px){
  .hero__banner{max-width:min(100%,300px)}
}
@media(min-width:900px){
  .hero__banner{max-width:min(320px,28vw)}
  .hero__device{padding-bottom:36px}
}
@keyframes hero-device-tilt{
  0%,100%{
    transform:rotateY(-5deg) rotateX(2.5deg) translateY(0);
  }
  50%{
    transform:rotateY(5deg) rotateX(-1.5deg) translateY(-5px);
  }
}
@media (prefers-reduced-motion:reduce){
  .hero__banner{
    animation:none;
    transform:none;
    will-change:auto;
  }
  .hero__banner-pane{
    transition:none;
    will-change:auto;
  }
  .hero__banner-pane:not(.is-front){
    display:none;
  }
  .hero__banner-pane.is-front{
    transform:none;
    opacity:1;
  }
  .hero__banner-headline{
    transition:none;
    will-change:auto;
  }
  .hero__banner-headline:not(.is-front){
    display:none;
  }
  .hero__banner-headline.is-front{
    transform:none;
    opacity:1;
  }
}

.trustbar{
  background:var(--white);border-top:1px solid var(--border);border-bottom:1px solid var(--border);
  padding:20px 0;
}
.trustbar__grid{
  display:grid;grid-template-columns:repeat(2,1fr);gap:16px 12px;
}
@media(min-width:640px){.trustbar__grid{grid-template-columns:repeat(4,1fr);gap:20px}}
.trustbar__item{
  display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:var(--radius);
  background:var(--surface);border:1px solid var(--border);
}
.trustbar__item svg{color:var(--navy);flex-shrink:0}
.trustbar__item span{font-size:.875rem;font-weight:600;color:var(--text-heading);line-height:1.35}

.announce{
  background:rgba(255,255,255,.78);
  border-bottom:1px solid var(--border);
  backdrop-filter:blur(10px);
  padding-top:env(safe-area-inset-top,0px);
}
.announce__row{
  display:flex;align-items:center;justify-content:space-between;gap:14px;
  padding:12px 0;
}
.announce__txt{font-size:.875rem;line-height:1.35;color:var(--text-heading);font-weight:600}
.announce__txt strong{color:var(--accent);font-weight:800}
.announce__cta{
  display:inline-flex;align-items:center;justify-content:center;
  height:36px;padding:0 14px;border-radius:999px;
  background:var(--accent);border:1px solid rgba(0,0,0,0);
  color:var(--white);font-weight:800;font-size:.875rem;
  transition:background .2s,border-color .2s,transform .15s;
  white-space:nowrap;
}
.announce__cta:hover{background:var(--accent-hover)}
.announce__cta:active{transform:scale(.985)}
@media(max-width:767px){
  .announce__row{
    flex-direction:column;align-items:center;text-align:center;gap:12px;padding:14px 0;
  }
  .announce__txt{max-width:22rem}
  .announce__cta{width:100%;max-width:280px;min-height:44px}
}

.offer{
  padding:26px 0;
  background:linear-gradient(165deg,rgba(255,255,255,.9) 0%,rgba(247,248,250,.92) 60%,rgba(255,255,255,.9) 100%);
  color:var(--text-body);
  border-top:1px solid var(--border);
  border-bottom:1px solid var(--border);
}
.offer__inner{
  display:grid;gap:18px;align-items:center;
  padding:18px 18px;border-radius:var(--radius-lg);
  background:var(--white);
  border:1px solid var(--border);
  box-shadow:var(--shadow-md);
}
@media(min-width:900px){.offer__inner{grid-template-columns:1.15fr 1fr;gap:22px;padding:22px 22px}}
@media(max-width:899px){
  .offer__left{text-align:center}
  .offer__tag{margin-left:auto;margin-right:auto}
}
.offer__tag{
  display:inline-flex;align-items:center;gap:8px;
  font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;
  background:rgba(255,106,0,.10);color:var(--accent);border:1px solid rgba(255,106,0,.18);
  padding:6px 10px;border-radius:999px;margin-bottom:12px;
}
.offer__h2{color:var(--text-heading);font-size:clamp(1.25rem,3.2vw,1.65rem);font-weight:900;margin-bottom:6px}
.offer__p{color:var(--text-body);max-width:38rem}
.offer__right{
  display:flex;flex-direction:column;gap:14px;align-items:center;width:100%;
}
@media(min-width:900px){
  .offer__right{
    flex-direction:row;align-items:center;justify-content:flex-end;gap:16px;
  }
}
.offer__timer{
  display:grid;
  grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;
  align-items:stretch;
  gap:6px;
  width:100%;max-width:min(22rem,100%);margin:0 auto;
  padding:10px 8px;border-radius:var(--radius);
  background:var(--surface);
  border:1px solid var(--border);
}
@media(min-width:520px){
  .offer__timer{max-width:min(36rem,100%);gap:8px;padding:10px 12px}
}
.offer__tbox{
  min-width:0;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  gap:2px;padding:8px 6px;border-radius:10px;
  background:var(--white);
  border:1px solid var(--border);
}
.offer__tbox strong{
  font-family:'Plus Jakarta Sans',system-ui,sans-serif;
  font-weight:900;font-size:clamp(.95rem,3.8vw,1.1rem);color:var(--text-heading);line-height:1;
  font-variant-numeric:tabular-nums;
}
.offer__tbox span{font-size:.625rem;letter-spacing:.06em;text-transform:uppercase;color:var(--text-body);font-weight:800}
.offer__tsep{
  display:flex;align-items:center;justify-content:center;
  width:auto;min-width:6px;color:#94a3b8;font-weight:900;font-size:.85rem;padding:0 1px;
}
@media(max-width:380px){
  .offer__timer{gap:4px;padding:8px 6px}
  .offer__tbox{padding:7px 4px}
  .offer__tbox span{font-size:.5625rem;letter-spacing:.05em}
}
.offer .btn--pri{box-shadow:0 6px 20px rgba(255,106,0,.3)}
@media(max-width:519px){
  .offer .btn--pri{width:100%;max-width:22rem}
}

.stats{
  padding:22px 0;
  background:rgba(255,255,255,.55);
  border-bottom:1px solid var(--border);
}
.stats__grid{
  display:grid;grid-template-columns:repeat(2,1fr);gap:12px;
}
@media(min-width:768px){.stats__grid{grid-template-columns:repeat(4,1fr);gap:16px}}
.stats__item{
  padding:16px 14px;border-radius:var(--radius);
  background:var(--white);border:1px solid var(--border);box-shadow:var(--shadow-sm);
  text-align:center;
}
.stats__num{
  font-family:'Plus Jakarta Sans',system-ui,sans-serif;
  font-weight:900;font-size:1.15rem;color:var(--text-heading);
  letter-spacing:-.02em;margin-bottom:4px;
}
@media(min-width:768px){.stats__num{font-size:1.25rem}}
.stats__lbl{font-size:.8125rem;color:var(--text-body);font-weight:600;line-height:1.35}

.trialcta{
  padding:56px 0;
  background:linear-gradient(165deg,rgba(255,255,255,.92) 0%,rgba(247,248,250,.95) 55%,rgba(255,255,255,.92) 100%);
  color:var(--text-body);
}
.trialcta__inner{
  padding:26px 18px;border-radius:var(--radius-lg);
  border:1px solid var(--border);
  background:
    radial-gradient(1000px 320px at 20% 0%,rgba(255,106,0,.10) 0%,rgba(255,106,0,0) 56%),
    radial-gradient(850px 300px at 90% 20%,rgba(37,211,102,.08) 0%,rgba(37,211,102,0) 52%),
    var(--white);
  box-shadow:var(--shadow-md);
  text-align:center;
}
@media(min-width:768px){.trialcta__inner{padding:34px 28px}}
.trialcta__h2{color:var(--text-heading);font-size:clamp(1.5rem,3.8vw,2.1rem);font-weight:900;margin-bottom:10px}
.trialcta__p{max-width:42rem;margin:0 auto 22px;color:var(--text-body);font-size:1.0625rem;line-height:1.6}
.trialcta__btns{display:flex;flex-direction:column;gap:12px;align-items:center;justify-content:center}
@media(min-width:520px){.trialcta__btns{flex-direction:row;flex-wrap:wrap}}
.trialcta__note{margin-top:14px;color:var(--text-body);font-weight:700;font-size:.875rem}
.trialcta .btn--ghost{color:var(--navy);border-color:var(--border)}
.trialcta .btn--ghost:hover{background:var(--surface);border-color:#cbd5e1}

.sec{padding:56px 0}
@media(min-width:768px){.sec{padding:72px 0}}
.sec--surface{background:var(--surface)}
.sec__head{text-align:center;max-width:40rem;margin:0 auto 36px}
.sec__h2{font-size:clamp(1.5rem,3.5vw,2rem);margin-bottom:10px;font-weight:800}
.sec__sub{color:var(--text-body);font-size:1.0625rem;line-height:1.55}

.card-grid{display:grid;gap:16px}
@media(min-width:640px){.card-grid{grid-template-columns:repeat(2,1fr);gap:20px}}
.procard{
  display:flex;gap:14px;align-items:flex-start;padding:22px 20px;background:var(--white);
  border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-sm);
}
.procard__icon{
  width:44px;height:44px;border-radius:10px;background:var(--surface);
  display:flex;align-items:center;justify-content:center;color:var(--navy);flex-shrink:0;
  border:1px solid var(--border);
}
.procard__icon svg{width:22px;height:22px}
.procard__body h3{font-size:1rem;font-weight:700;margin-bottom:6px;color:var(--text-heading)}
.procard__body p{font-size:.9375rem;color:var(--text-body);line-height:1.55}

.solcard{
  padding:24px 22px;border-radius:var(--radius-lg);background:var(--white);
  border:1px solid var(--border);box-shadow:var(--shadow-sm);height:100%;
}
.solcard__icon{width:40px;height:40px;margin-bottom:14px;color:var(--success)}
.solcard__icon svg{width:40px;height:40px}
.solcard h3{font-size:1.0625rem;font-weight:700;margin-bottom:8px}
.solcard p{font-size:.9375rem;color:var(--text-body);line-height:1.55}

.why-grid{display:grid;gap:14px}
@media(min-width:640px){.why-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:900px){.why-grid{grid-template-columns:repeat(4,1fr);gap:16px}}
.why-item{
  display:flex;gap:12px;align-items:flex-start;padding:18px 16px;background:var(--white);
  border-radius:var(--radius);border:1px solid var(--border);
}
.why-item svg{color:var(--navy);flex-shrink:0;margin-top:2px}
.why-item span{font-size:.9375rem;font-weight:600;color:var(--text-heading);line-height:1.45}

.steps__grid{display:grid;gap:20px}
@media(min-width:640px){.steps__grid{grid-template-columns:repeat(3,1fr)}}
.step{
  position:relative;padding:28px 22px 24px;border-radius:var(--radius-lg);background:var(--white);
  border:1px solid var(--border);box-shadow:var(--shadow-sm);text-align:left;
}
.step__num{
  position:absolute;top:-1px;left:22px;transform:translateY(-50%);
  width:32px;height:32px;border-radius:8px;background:var(--navy);color:var(--white);
  font-family:'Plus Jakarta Sans',system-ui,sans-serif;font-weight:700;font-size:.875rem;
  display:flex;align-items:center;justify-content:center;
}
.step__ico{margin-bottom:14px;color:var(--navy)}
.step__ico svg{width:28px;height:28px}
.step__title{font-size:1.0625rem;font-weight:700;margin-bottom:8px}
.step__txt{color:var(--text-body);font-size:.9375rem;line-height:1.55}

.price__grid{display:grid;gap:20px}
@media(min-width:768px){.price__grid{grid-template-columns:repeat(2,1fr);align-items:stretch;gap:24px}}
.price__card{
  position:relative;background:var(--white);border-radius:var(--radius-lg);padding:28px 24px;
  border:1px solid var(--border);box-shadow:var(--shadow-sm);
}
.price__card--featured{
  border-color:#cbd5e1;box-shadow:var(--shadow-md);transform:translateY(-4px);
}
@media(min-width:768px){.price__card--featured{padding-top:32px}}
.price__badge{
  position:absolute;top:0;left:50%;transform:translate(-50%,-50%);
  background:var(--navy);color:var(--white);font-size:.6875rem;font-weight:600;
  padding:5px 12px;border-radius:999px;letter-spacing:.03em;text-transform:uppercase;
}
.price__card:not(.price__card--featured) .price__badge{display:none}
.price__name{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);margin-bottom:8px}
.price__title{font-family:'Plus Jakarta Sans',system-ui,sans-serif;font-size:1.2rem;font-weight:700;margin-bottom:14px;color:var(--text-heading)}
.price__amt{display:flex;align-items:baseline;gap:6px;margin-bottom:6px}
.price__amt strong{font-family:'Plus Jakarta Sans',system-ui,sans-serif;font-size:2.25rem;font-weight:800;color:var(--text-heading)}
.price__amt span{font-size:.9375rem;color:var(--text-body);font-weight:500}
.price__daily{font-size:.875rem;color:var(--text-body);margin-bottom:20px}
.price__daily em{font-style:normal;font-weight:600;color:var(--text-heading)}
.price__feats{list-style:none;display:flex;flex-direction:column;gap:12px;margin-bottom:24px}
.price__feats li{display:flex;gap:10px;font-size:.9375rem;align-items:flex-start;line-height:1.45}
.price__feats li svg{flex-shrink:0;margin-top:3px;color:var(--success)}
.price__note{
  text-align:center;margin-top:28px;font-size:.9375rem;color:var(--text-body);
  max-width:36rem;margin-left:auto;margin-right:auto;line-height:1.5;
}
.price__note strong{color:var(--text-heading);font-weight:600}

.use-grid{display:grid;gap:16px}
@media(min-width:640px){.use-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:900px){.use-grid{grid-template-columns:repeat(4,1fr)}}
.use-card{
  padding:22px 18px;border-radius:var(--radius-lg);background:var(--white);border:1px solid var(--border);
  text-align:center;box-shadow:var(--shadow-sm);
}
.use-card svg{margin:0 auto 12px;color:var(--navy)}
.use-card h3{font-size:1rem;font-weight:700;margin-bottom:6px}
.use-card p{font-size:.875rem;color:var(--text-body);line-height:1.5}

.proof-grid{display:grid;gap:20px}
@media(min-width:640px){.proof-grid{grid-template-columns:repeat(3,1fr)}}
.proof-card{
  margin:0;padding:24px 22px;border-radius:var(--radius-lg);background:var(--white);border:1px solid var(--border);
  box-shadow:var(--shadow-sm);
}
.proof-card__who{font-size:.9375rem;font-weight:700;color:var(--text-heading);margin-bottom:4px}
.proof-card__biz{font-size:.8125rem;font-weight:600;color:var(--accent);margin-bottom:14px}
.proof-card__q{font-size:1.5rem;line-height:1;color:var(--border);font-family:Georgia,serif;margin-bottom:10px}
.proof-card p{font-size:.9375rem;color:var(--text-body);line-height:1.6}

.wahelp{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border);text-align:center;padding:48px 0}
.wahelp__h2{font-size:clamp(1.35rem,3vw,1.65rem);margin-bottom:10px;font-weight:800}
.wahelp__p{color:var(--text-body);margin-bottom:22px;font-size:1.0625rem;max-width:28rem;margin-left:auto;margin-right:auto;line-height:1.55}

.faq__list{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:10px}
.fitem{
  background:var(--white);border-radius:var(--radius);border:1px solid var(--border);
  box-shadow:var(--shadow-sm);overflow:hidden;
}
.fitem summary{
  list-style:none;display:flex;justify-content:space-between;align-items:center;gap:14px;
  padding:18px 20px;cursor:pointer;font-family:'Plus Jakarta Sans',system-ui,sans-serif;
  font-weight:600;font-size:1rem;color:var(--text-heading);
}
.fitem summary:focus{outline:none}
.fitem summary:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}
.fitem summary::-webkit-details-marker{display:none}
.fitem summary::after{
  content:'';width:10px;height:10px;border-right:2px solid var(--text-body);border-bottom:2px solid var(--text-body);
  transform:rotate(45deg);flex-shrink:0;transition:transform .25s ease;margin-top:-4px;
}
.fitem[open] summary::after{transform:rotate(-135deg);margin-top:4px}
.fans__txt{padding:0 20px 18px;color:var(--text-body);font-size:.9375rem;line-height:1.65}

.closer{
  padding:64px 0;text-align:center;background:var(--navy);color:rgba(255,255,255,.88);
}
.closer__h2{font-size:clamp(1.65rem,4vw,2.25rem);margin-bottom:12px;color:var(--white);font-weight:800}
.closer__p{font-size:1.0625rem;opacity:.9;max-width:32rem;margin:0 auto 28px;line-height:1.55}
.closer__btns{display:flex;flex-direction:column;gap:12px;align-items:center}
@media(min-width:480px){.closer__btns{flex-direction:row;justify-content:center;flex-wrap:wrap}}
.closer .btn--pri{background:var(--accent);color:var(--white);box-shadow:0 4px 16px rgba(255,106,0,.3)}
.closer .btn--pri:hover{background:var(--accent-hover)}
.closer .btn--ghost{color:var(--white);border-color:rgba(255,255,255,.35)}
.closer .btn--ghost:hover{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.5)}

.foot{background:var(--navy);color:rgba(255,255,255,.65);padding:48px 0 28px;font-size:.875rem}
.foot__grid{display:grid;gap:32px}
@media(min-width:640px){.foot__grid{grid-template-columns:1.5fr 1fr 1fr}}
.foot__brand .logo{color:var(--white);margin-bottom:12px}
.foot__brand .logo__mark{background:rgba(255,255,255,.12)}
.foot__brand .logo__mark{color:rgba(255,255,255,.95)}
.foot__brand p{line-height:1.65;color:rgba(255,255,255,.5);max-width:26rem}
.foot__wa{display:inline-flex;align-items:center;gap:8px;margin-top:16px;color:#25d366;font-weight:600}
.foot__col h3{font-family:'Plus Jakarta Sans',system-ui,sans-serif;color:var(--white);font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-bottom:14px}
.foot__col a{display:block;color:rgba(255,255,255,.55);margin-bottom:10px;padding:2px 0;font-weight:500}
.foot__col a:hover{color:var(--white)}
.foot__bot{
  margin-top:36px;padding-top:22px;border-top:1px solid rgba(255,255,255,.1);
  display:flex;flex-direction:column;gap:8px;font-size:.8125rem;color:rgba(255,255,255,.4);
}
@media(min-width:640px){.foot__bot{flex-direction:row;justify-content:space-between;align-items:center}}

.wafix{
  position:fixed;
  bottom:max(16px,env(safe-area-inset-bottom,0px));
  right:max(16px,env(safe-area-inset-right,0px));
  z-index:99;width:54px;height:54px;border-radius:50%;
  background:#25d366;color:var(--white);display:flex;align-items:center;justify-content:center;
  box-shadow:0 4px 18px rgba(37,211,102,.28);transition:transform .2s,box-shadow .2s;
}
.wafix:hover{transform:translateY(-2px);box-shadow:0 6px 22px rgba(37,211,102,.32)}
.wafix svg{width:26px;height:26px;fill:var(--white)}
@media(min-width:768px){
  .wafix{
    bottom:max(24px,env(safe-area-inset-bottom,0px));
    right:max(28px,env(safe-area-inset-right,0px));
  }
}

.cta-row{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:28px}

.hero__mock-wrap{
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  width:100%;
  min-width:0;
}
.hero__visual-row{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:20px;
  width:100%;
  min-width:0;
}
@media(min-width:640px){
  .hero__visual-row{
    flex-direction:row;
    align-items:center;
    justify-content:center;
    gap:clamp(16px,3.5vw,40px);
  }
}
@media(min-width:900px){
  .hero__visual-row{
    justify-content:flex-start;
    align-items:center;
    gap:clamp(12px,2.5vw,36px);
  }
}
.hero__visual-row .hero__device{
  flex:0 0 auto;
  width:auto;
  max-width:100%;
}
.hero__banner-headlines{
  position:relative;
  width:100%;
  max-width:min(100%,22rem);
  flex:1 1 auto;
  min-width:0;
  overflow:hidden;
  border-radius:var(--radius-lg);
  background:
    linear-gradient(165deg,rgba(255,255,255,.97) 0%,rgba(248,250,252,.98) 45%,rgba(241,245,249,.99) 100%);
  border:1px solid rgba(255,255,255,.95);
  box-shadow:
    0 1px 2px rgba(15,23,42,.05),
    0 14px 36px rgba(15,23,42,.09),
    inset 0 1px 0 rgba(255,255,255,.9);
  padding:clamp(16px,3.6vw,24px) clamp(16px,3.5vw,22px) clamp(16px,3.6vw,24px) clamp(18px,4vw,26px);
  isolation:isolate;
}
.hero__banner-headlines::before{
  content:"";
  position:absolute;
  left:0;
  top:14%;
  bottom:14%;
  width:3px;
  border-radius:0 3px 3px 0;
  background:linear-gradient(180deg,var(--accent) 0%,#ff9a45 100%);
  box-shadow:0 0 16px rgba(255,106,0,.35);
  pointer-events:none;
  z-index:0;
}
@media(min-width:640px){
  .hero__banner-headlines{
    max-width:min(100%,20rem);
  }
}
@media(min-width:900px){
  .hero__banner-headlines{
    max-width:min(100%,21rem);
    flex:1 1 13rem;
  }
}
.hero__banner-headlines-inner{
  position:relative;
  display:grid;
  grid-template-columns:1fr;
  grid-template-rows:1fr;
  min-height:clamp(5.5rem,15vw,7.25rem);
  align-items:center;
}
.hero__banner-headline{
  grid-area:1 / 1;
  margin:0;
  align-self:center;
  max-width:100%;
  overflow-wrap:break-word;
  font-family:"Fraunces",Georgia,"Times New Roman",serif;
  font-optical-sizing:auto;
  font-weight:700;
  font-size:clamp(1.125rem,2.2vw + 0.42rem,1.6875rem);
  line-height:1.22;
  letter-spacing:-0.02em;
  font-feature-settings:"liga" 1,"kern" 1;
  color:#0a1020;
  text-align:center;
  text-wrap:balance;
  transform-origin:50% 50%;
  pointer-events:none;
  transition:
    opacity 0.45s ease,
    transform 0.55s cubic-bezier(0.33,1,0.68,1),
    visibility 0s linear;
}
@media(min-width:640px){
  .hero__banner-headline{text-align:left}
}
.hero__banner-headline:not(.is-front){
  z-index:1;
  opacity:0;
  visibility:hidden;
  transform:translateY(10px) scale(0.985);
  transition:
    opacity 0.38s ease,
    transform 0.45s ease,
    visibility 0s linear 0.42s;
}
.hero__banner-headline.is-front{
  z-index:2;
  opacity:1;
  visibility:visible;
  transform:translateY(0) scale(1);
  transition:
    opacity 0.5s ease 0.06s,
    transform 0.55s cubic-bezier(0.33,1,0.68,1) 0.06s,
    visibility 0s;
}
