: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:64px;gap:14px}
.logo{display:flex;align-items:center;gap:10px;font-family:'Plus Jakarta Sans',system-ui,sans-serif;font-weight:700;font-size:1.0625rem;color:var(--text-heading)}
.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);
}
.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;
}
.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 1fr;gap:48px;padding-bottom:48px}}
.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-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;
  }
}

.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}

.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:20px;right:20px;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:24px;right:28px}}

.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;
}
