:root{
  --navy:#06172f;
  --navy-2:#0b2144;
  --navy-3:#102f5f;
  --gold:#d6a13a;
  --gold-2:#f3cf82;
  --ink:#0b1730;
  --muted:#657188;
  --line:rgba(14,31,62,.12);
  --paper:#ffffff;
  --soft:#f4f7fb;
  --soft-2:#eef3fa;
  --green:#24d366;
  --danger:#ef6461;
  --shadow:0 28px 90px rgba(6,23,47,.13);
  --radius:30px;
  --container:min(1180px,calc(100% - 40px));
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Tajawal","Cairo","IBM Plex Sans Arabic",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--ink);
  background:
    radial-gradient(circle at 12% 0%,rgba(214,161,58,.12),transparent 28%),
    radial-gradient(circle at 88% 10%,rgba(34,99,179,.12),transparent 32%),
    linear-gradient(180deg,#f7f9fd 0%,#ffffff 54%,#f4f7fb 100%);
  overflow-x:hidden;
}
body::selection{background:var(--gold);color:#06172f}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
svg{width:1em;height:1em;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
button,input,textarea{font:inherit}

.skip-link{
  position:absolute;
  inset-inline-start:18px;
  top:12px;
  transform:translateY(-160%);
  background:var(--navy);
  color:#fff;
  z-index:1000;
  padding:10px 14px;
  border-radius:12px;
}
.skip-link:focus{transform:translateY(0)}
.page-shell{min-height:100vh;position:relative}

.site-header{
  position:fixed;
  z-index:100;
  top:16px;
  left:50%;
  transform:translateX(-50%);
  width:min(1180px,calc(100% - 32px));
  min-height:72px;
  padding:10px 14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  border:1px solid rgba(255,255,255,.68);
  border-radius:999px;
  background:rgba(255,255,255,.78);
  backdrop-filter:blur(22px);
  box-shadow:0 18px 55px rgba(6,23,47,.11);
}
.brand{display:flex;align-items:center;gap:12px;min-width:0}
.brand-logo{
  width:78px;
  height:50px;
  object-fit:contain;
  filter:drop-shadow(0 8px 18px rgba(6,23,47,.18));
}
.brand-text{display:grid;gap:1px;line-height:1.2}
.brand-text strong{font-size:15px;color:var(--navy);white-space:nowrap}
.brand-text small{font-size:10px;letter-spacing:.22em;color:#7b6a4b;font-weight:800;text-align:start}
.main-nav{display:flex;align-items:center;justify-content:center;gap:8px}
.main-nav a{
  padding:10px 13px;
  border-radius:999px;
  color:#23324c;
  font-weight:800;
  font-size:14px;
  transition:.2s ease;
}
.main-nav a:hover{background:rgba(214,161,58,.12);color:#6e4710}
.header-cta{
  display:inline-flex;
  align-items:center;
  gap:9px;
  padding:12px 17px;
  border-radius:999px;
  background:var(--navy);
  color:#fff;
  font-weight:900;
  box-shadow:0 14px 30px rgba(6,23,47,.22);
}
.header-cta svg{width:20px;height:20px;stroke-width:0;fill:currentColor}
.header-cta:hover{transform:translateY(-1px);background:#0b2449}

.hero{
  width:var(--container);
  margin:0 auto;
  min-height:920px;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(420px,520px);
  gap:64px;
  align-items:center;
  padding:138px 0 70px;
  position:relative;
}
.hero::before{
  content:"";
  position:absolute;
  inset:-120px -18vw 90px;
  z-index:-2;
  background:
    radial-gradient(circle at 20% 18%,rgba(214,161,58,.25),transparent 28%),
    radial-gradient(circle at 82% 28%,rgba(45,104,192,.22),transparent 34%),
    linear-gradient(135deg,#fbfcff 0%,#f5f8fc 46%,#ffffff 100%);
}
.hero::after{
  content:"";
  position:absolute;
  inset:130px 56% auto auto;
  width:520px;
  height:520px;
  z-index:-1;
  border-radius:50%;
  background:radial-gradient(circle,rgba(214,161,58,.16),transparent 68%);
  filter:blur(8px);
}
.hero-copy{position:relative;z-index:2}
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:9px;
  padding:8px 13px;
  margin:0 0 18px;
  border:1px solid rgba(214,161,58,.22);
  border-radius:999px;
  background:rgba(214,161,58,.1);
  color:#785315;
  font-weight:900;
  font-size:14px;
}
.eyebrow span{width:9px;height:9px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 7px rgba(214,161,58,.14)}
h1,h2,h3,p{margin-top:0}
h1{
  margin:0;
  max-width:760px;
  color:var(--navy);
  font-size:clamp(48px,7vw,94px);
  line-height:1.03;
  letter-spacing:-.055em;
  font-weight:1000;
}
h1 mark{
  display:block;
  width:max-content;
  max-width:100%;
  margin-top:10px;
  color:transparent;
  background:linear-gradient(92deg,var(--gold),#ac7422 48%,var(--gold-2));
  -webkit-background-clip:text;
  background-clip:text;
}
.hero-lead{
  max-width:690px;
  margin:26px 0 0;
  color:#3f4d65;
  font-size:22px;
  line-height:1.9;
  font-weight:700;
}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:54px;
  padding:0 23px;
  border-radius:18px;
  font-weight:950;
  border:1px solid transparent;
  transition:.2s ease;
  cursor:pointer;
}
.btn svg{width:20px;height:20px}
.btn:hover{transform:translateY(-2px)}
.btn-primary{
  background:linear-gradient(135deg,var(--navy),#0d2a56);
  color:#fff;
  box-shadow:0 18px 44px rgba(6,23,47,.22);
}
.btn-primary:hover{box-shadow:0 22px 56px rgba(6,23,47,.28)}
.btn-ghost{
  color:var(--navy);
  background:rgba(255,255,255,.72);
  border-color:rgba(6,23,47,.14);
  box-shadow:0 14px 36px rgba(6,23,47,.06);
}
.btn-small{min-height:44px;padding:0 16px;border-radius:14px;font-size:14px}
.trust-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}
.trust-row span{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:9px 13px;
  border:1px solid rgba(6,23,47,.09);
  border-radius:999px;
  background:rgba(255,255,255,.74);
  color:#3a4b64;
  font-weight:850;
  box-shadow:0 12px 26px rgba(6,23,47,.05);
}
.trust-row span::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--gold)}

.hero-showcase{
  position:relative;
  min-height:650px;
  display:grid;
  place-items:center;
}
.showcase-glow{
  position:absolute;
  width:500px;
  height:500px;
  border-radius:46px;
  background:
    radial-gradient(circle at 50% 40%,rgba(214,161,58,.16),transparent 60%),
    linear-gradient(145deg,rgba(255,255,255,.62),rgba(255,255,255,.18));
  border:1px solid rgba(255,255,255,.66);
  box-shadow:var(--shadow);
  transform:rotate(-4deg);
}
.phone-preview{
  position:relative;
  z-index:3;
  width:min(78vw,370px);
  margin:0;
  border-radius:40px;
  padding:10px;
  background:linear-gradient(160deg,#111827,#000 48%,#2b2540);
  box-shadow:0 44px 110px rgba(6,23,47,.32),inset 0 0 0 1px rgba(255,255,255,.16);
  transform:rotate(-5deg);
}
.phone-preview::before{
  content:"";
  position:absolute;
  top:18px;
  left:50%;
  transform:translateX(-50%);
  width:96px;
  height:22px;
  border-radius:999px;
  background:#05060a;
  z-index:4;
  box-shadow:inset 0 -1px 0 rgba(255,255,255,.1);
}
.phone-preview img{
  border-radius:32px;
  aspect-ratio:860/1075;
  object-fit:cover;
  object-position:center;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.08);
}
.screen-card{
  position:absolute;
  z-index:2;
  width:210px;
  min-height:154px;
  padding:18px;
  border:1px solid rgba(255,255,255,.72);
  border-radius:26px;
  background:rgba(255,255,255,.78);
  backdrop-filter:blur(18px);
  box-shadow:0 24px 58px rgba(6,23,47,.13);
}
.screen-card span,.mini-label{display:inline-flex;color:#8a6018;font-weight:950;font-size:13px;margin-bottom:10px}
.screen-card strong{display:block;color:var(--navy);font-size:20px;margin-bottom:6px}
.screen-card small{display:block;color:var(--muted);line-height:1.6;font-weight:750}
.screen-left{right:0;top:95px;transform:rotate(5deg)}
.screen-right{left:0;bottom:95px;transform:rotate(-4deg)}
.floating-card{
  position:absolute;
  z-index:5;
  padding:11px 14px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(6,23,47,.1);
  color:var(--navy);
  font-weight:950;
  box-shadow:0 14px 34px rgba(6,23,47,.12);
}
.card-whatsapp{right:20px;bottom:160px;color:#0f8f43}
.card-links{left:26px;top:150px;color:#7b4d0f}

section{position:relative}
.problem-section,.models-section,.audience-section,.process-section,.faq-section{
  width:var(--container);
  margin:0 auto;
  padding:84px 0;
}
.section-heading{text-align:center;max-width:790px;margin:0 auto 42px}
.section-heading h2,.offer-main h2,.final-cta h2{
  margin:0;
  color:var(--navy);
  font-size:clamp(34px,4.5vw,56px);
  line-height:1.16;
  letter-spacing:-.035em;
  font-weight:1000;
}
.section-heading p,.offer-main p,.final-cta p{
  margin:16px auto 0;
  color:#59677e;
  line-height:1.9;
  font-size:18px;
  font-weight:700;
}
.before-after{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:22px;
}
.state-card{
  min-height:310px;
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:30px;
  background:rgba(255,255,255,.8);
  box-shadow:0 24px 70px rgba(6,23,47,.09);
}
.state-card h3{font-size:28px;color:var(--navy);margin:0 0 14px}
.state-card p{margin:22px 0 0;color:#5f6c7e;line-height:1.8;font-weight:750}
.state-label{display:inline-flex;padding:7px 11px;border-radius:999px;color:#fff;font-weight:950;margin-bottom:16px}
.state-label.bad{background:var(--danger)}
.state-label.good{background:#29a862}
.loose-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:18px}
.loose-links span{
  padding:12px 10px;
  border-radius:16px;
  background:#fff5f5;
  border:1px solid rgba(239,100,97,.22);
  color:#88403d;
  font-weight:850;
  text-align:center;
}
.clean-site{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
  margin-top:18px;
  padding:18px;
  border-radius:22px;
  background:linear-gradient(135deg,#f4fff8,#fff);
  border:1px solid rgba(41,168,98,.18);
}
.clean-site div{grid-column:1/-1;height:12px;border-radius:999px;background:rgba(41,168,98,.18)}
.clean-site div:nth-child(2){width:74%}
.clean-site div:nth-child(3){width:52%}
.clean-site span{padding:10px 8px;border-radius:14px;background:#fff;color:#1c7245;font-weight:900;text-align:center;font-size:13px}
.switch-arrow{
  width:54px;height:54px;border-radius:50%;display:grid;place-items:center;
  background:var(--navy);color:#fff;box-shadow:0 18px 40px rgba(6,23,47,.2)
}
.switch-arrow svg{width:26px;height:26px}

.models-section{padding-top:54px}
.model-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.model-card{
  overflow:hidden;
  min-height:520px;
  border:1px solid rgba(6,23,47,.1);
  border-radius:36px;
  background:rgba(255,255,255,.82);
  box-shadow:0 24px 70px rgba(6,23,47,.09);
  display:grid;
  grid-template-rows:280px 1fr;
}
.model-image{
  position:relative;
  overflow:hidden;
  background:linear-gradient(135deg,#f7efff,#fff);
}
.model-image img{width:100%;height:100%;object-fit:cover;object-position:center 22%}
.model-copy{padding:30px}
.model-copy h3{margin:0;color:var(--navy);font-size:30px;letter-spacing:-.025em}
.model-copy p{margin:14px 0 0;color:#5e697d;line-height:1.85;font-weight:720}
.model-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}
.platform-preview{
  margin:24px 24px 0;
  min-height:256px;
  border-radius:28px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.22);
  background:linear-gradient(145deg,#06172f,#0b2a57);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.05);
}
.browser-bar{height:38px;display:flex;gap:7px;align-items:center;padding:0 16px;background:rgba(255,255,255,.08)}
.browser-bar i{width:9px;height:9px;border-radius:50%;background:rgba(255,255,255,.38)}
.dashboard-layout{height:218px;display:grid;grid-template-columns:88px 1fr;gap:16px;padding:16px}
.dashboard-layout aside{border-radius:18px;background:rgba(255,255,255,.09)}
.dashboard-layout main{display:grid;gap:12px}
.chart-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.chart-row b{height:64px;border-radius:16px;background:linear-gradient(180deg,rgba(243,207,130,.95),rgba(214,161,58,.62))}
.table-row{height:40px;border-radius:14px;background:rgba(255,255,255,.12)}
.table-row.short{width:70%}
.mini-stats{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.mini-stats span{height:48px;border-radius:15px;background:rgba(255,255,255,.11)}

.offer-section{
  width:var(--container);
  margin:22px auto 0;
  padding:30px 0 86px;
}
.offer-card{
  position:relative;
  overflow:hidden;
  border-radius:42px;
  padding:38px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 210px;
  gap:26px;
  align-items:center;
  border:1px solid rgba(214,161,58,.32);
  background:
    radial-gradient(circle at 8% 10%,rgba(214,161,58,.22),transparent 30%),
    linear-gradient(135deg,#071a33,#0a254d 56%,#071a33);
  color:#fff;
  box-shadow:0 34px 100px rgba(6,23,47,.22);
}
.offer-card::after{
  content:"الأكثر طلبًا";
  position:absolute;
  top:26px;
  left:-48px;
  width:190px;
  text-align:center;
  padding:9px 0;
  transform:rotate(-34deg);
  background:linear-gradient(90deg,var(--gold),var(--gold-2));
  color:#06172f;
  font-weight:1000;
  box-shadow:0 12px 30px rgba(0,0,0,.18);
}
.offer-card .eyebrow{color:#ffe7ae;background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.14)}
.offer-main h2{color:#fff}
.offer-main h2 strong{color:var(--gold-2)}
.offer-main p{color:rgba(255,255,255,.78);margin-inline:0;max-width:760px}
.offer-price{
  justify-self:end;
  width:190px;height:190px;border-radius:34px;
  display:grid;place-items:center;text-align:center;
  background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.16);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.06);
}
.offer-price span,.offer-price small{display:block;color:#ffe8ad;font-weight:900}
.offer-price strong{display:block;color:#fff;font-size:74px;line-height:.85;letter-spacing:-.06em}
.offer-features{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.offer-features span{
  padding:14px 16px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:18px;
  background:rgba(255,255,255,.08);
  font-weight:900;
}
.offer-features span::before{content:"✓";margin-inline-end:8px;color:var(--gold-2)}
.offer-note{grid-column:1/-1;padding:16px 18px;border-radius:18px;background:rgba(255,255,255,.09);color:rgba(255,255,255,.78);line-height:1.8;font-weight:750}
.offer-btn{grid-column:1/-1;justify-self:start;background:linear-gradient(135deg,var(--gold),var(--gold-2));color:#06172f;box-shadow:0 18px 44px rgba(214,161,58,.22)}

.audience-section{padding-top:18px}
.audience-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.audience-grid span{
  min-height:70px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:14px;
  border-radius:22px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.78);
  color:var(--navy);
  font-weight:950;
  box-shadow:0 16px 44px rgba(6,23,47,.06);
}
.process-section{padding-top:30px}
.steps-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.step-card{
  position:relative;
  padding:30px;
  min-height:240px;
  border-radius:30px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 20px 60px rgba(6,23,47,.08);
}
.step-card span{display:inline-flex;margin-bottom:28px;color:var(--gold);font-size:34px;font-weight:1000;letter-spacing:-.04em}
.step-card h3{margin:0;color:var(--navy);font-size:24px}
.step-card p{margin:12px 0 0;color:#607087;line-height:1.8;font-weight:720}

.faq-section{padding-top:24px}
.faq-list{max-width:880px;margin:0 auto;display:grid;gap:12px}
details{
  border:1px solid var(--line);
  border-radius:22px;
  background:rgba(255,255,255,.82);
  box-shadow:0 14px 36px rgba(6,23,47,.06);
  overflow:hidden;
}
summary{cursor:pointer;list-style:none;padding:20px 24px;font-weight:950;color:var(--navy);display:flex;align-items:center;justify-content:space-between;gap:18px}
summary::-webkit-details-marker{display:none}
summary::after{content:"+";font-size:24px;color:var(--gold);font-weight:900}
details[open] summary::after{content:"–"}
details p{margin:0;padding:0 24px 22px;color:#5d6b80;line-height:1.85;font-weight:720}
.final-cta{
  width:var(--container);
  margin:24px auto 0;
  padding:44px;
  border-radius:42px;
  color:#fff;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:24px;
  align-items:center;
  background:
    radial-gradient(circle at 16% 30%,rgba(214,161,58,.25),transparent 32%),
    linear-gradient(135deg,#06172f,#0d2a56);
  box-shadow:0 28px 80px rgba(6,23,47,.2);
}
.final-cta .eyebrow{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.14);color:#ffe6a5}
.final-cta h2{color:#fff;font-size:clamp(30px,4vw,48px)}
.final-cta p{color:rgba(255,255,255,.74);margin-inline:0}
.final-cta .btn-primary{background:linear-gradient(135deg,var(--gold),var(--gold-2));color:#06172f;box-shadow:0 18px 44px rgba(214,161,58,.22)}

.site-footer{
  width:var(--container);
  margin:0 auto;
  padding:38px 0 46px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  color:#506077;
}
.footer-brand{display:flex;align-items:center;gap:14px}
.footer-logo{width:68px;height:44px;object-fit:contain;filter:drop-shadow(0 8px 16px rgba(6,23,47,.16))}
.footer-brand strong{display:block;color:var(--navy)}
.footer-brand p{margin:5px 0 0;font-size:14px;color:#68758a}
.footer-contact{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end;font-weight:850}
.footer-contact span{padding:9px 12px;border-radius:999px;background:#fff;border:1px solid var(--line)}
.floating-whatsapp{
  position:fixed;
  z-index:99;
  right:18px;
  bottom:18px;
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:56px;
  padding:0 18px;
  border-radius:999px;
  background:var(--green);
  color:#fff;
  font-weight:1000;
  box-shadow:0 18px 44px rgba(36,211,102,.32);
}
.floating-whatsapp svg{width:24px;height:24px;stroke-width:0;fill:currentColor}

[data-reveal]{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}
[data-reveal].is-visible{opacity:1;transform:translateY(0)}

@media (max-width:1060px){
  .main-nav{display:none}
  .hero{grid-template-columns:1fr;min-height:auto;padding-top:128px;gap:26px;text-align:center}
  .hero-copy{margin:0 auto}.hero-lead{margin-inline:auto}.hero-actions,.trust-row{justify-content:center}
  h1 mark{margin-inline:auto}
  .hero-showcase{min-height:560px}.screen-left{right:5%}.screen-right{left:5%}
  .before-after{grid-template-columns:1fr}.switch-arrow{margin:auto;transform:rotate(90deg)}
  .model-grid,.steps-grid{grid-template-columns:1fr}
  .offer-card{grid-template-columns:1fr}.offer-price{justify-self:start}.offer-features{grid-template-columns:repeat(2,minmax(0,1fr))}
  .audience-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .final-cta{grid-template-columns:1fr;text-align:center}.final-cta .btn{justify-self:center}
}
@media (max-width:720px){
  :root{--container:calc(100% - 24px)}
  .site-header{top:10px;width:calc(100% - 20px);min-height:62px;padding:8px 10px;border-radius:24px}
  .brand-logo{width:62px;height:40px}.brand-text strong{font-size:13px}.brand-text small{display:none}.header-cta{padding:10px 12px;font-size:13px}.header-cta svg{display:none}
  .hero{padding:116px 0 46px;text-align:start}.hero::before{inset:-90px -30vw 48px}.hero::after{display:none}
  h1{font-size:48px;letter-spacing:-.045em}h1 mark{margin-inline:0}
  .hero-lead{font-size:18px;line-height:1.85;margin-inline:0}.hero-actions{display:grid;grid-template-columns:1fr}.btn{width:100%;min-height:52px}.trust-row{justify-content:flex-start}
  .hero-showcase{min-height:470px;margin-top:8px}.showcase-glow{width:92%;height:390px;border-radius:34px}.phone-preview{width:min(72vw,300px);border-radius:34px;padding:8px}.phone-preview img{border-radius:27px}.phone-preview::before{width:78px;height:18px;top:15px}.screen-card{width:162px;min-height:122px;padding:14px;border-radius:22px}.screen-card strong{font-size:17px}.screen-card small{font-size:12px}.screen-left{right:0;top:26px}.screen-right{left:0;bottom:36px}.floating-card{font-size:12px;padding:9px 11px}.card-whatsapp{right:4px;bottom:118px}.card-links{left:4px;top:112px}
  .problem-section,.models-section,.audience-section,.process-section,.faq-section{padding:58px 0}.section-heading{text-align:start;margin-bottom:28px}.section-heading h2,.offer-main h2,.final-cta h2{font-size:34px}.section-heading p,.offer-main p,.final-cta p{font-size:16px;margin-inline:0}
  .state-card{padding:22px;min-height:auto}.loose-links,.clean-site{grid-template-columns:1fr 1fr}.model-card{grid-template-rows:220px 1fr;border-radius:28px}.model-copy{padding:22px}.model-copy h3{font-size:26px}.platform-preview{margin:16px 16px 0;min-height:220px}.dashboard-layout{height:182px;grid-template-columns:64px 1fr}.offer-section{padding:0 0 58px}.offer-card{padding:26px;border-radius:30px}.offer-card::after{font-size:12px;left:-56px}.offer-price{width:150px;height:150px;border-radius:28px}.offer-price strong{font-size:60px}.offer-features{grid-template-columns:1fr}.audience-grid{grid-template-columns:1fr 1fr;gap:10px}.audience-grid span{min-height:58px;font-size:14px}.step-card{padding:24px;min-height:auto}.final-cta{padding:30px 22px;border-radius:30px;text-align:start}.final-cta .btn{justify-self:stretch}.site-footer{display:grid;text-align:center;padding-bottom:94px}.footer-brand{justify-content:center}.footer-contact{justify-content:center}.floating-whatsapp{left:12px;right:12px;bottom:12px;justify-content:center}
}
@media (max-width:430px){
  h1{font-size:42px}.brand-text{display:none}.header-cta{margin-inline-start:auto}.audience-grid{grid-template-columns:1fr}.screen-card{display:none}.floating-card{display:none}.hero-showcase{min-height:410px}.showcase-glow{height:330px}.phone-preview{width:min(80vw,286px)}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}[data-reveal]{opacity:1!important;transform:none!important}
}


/* Responsive polish patch - 20260609-footer-final
   Fixes mobile horizontal overflow, calibrates NAI previews, and converts floating WhatsApp to an icon-only pulse. */
html,
body{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
}

.page-shell,
main,
.site-header,
.hero,
.problem-section,
.models-section,
.offer-section,
.audience-section,
.process-section,
.faq-section,
.final-cta,
.site-footer{
  max-width:100%;
}

.hero,
.hero-showcase,
.model-card,
.offer-card,
.final-cta{
  min-width:0;
}

.hero-showcase{
  max-width:100%;
  overflow:hidden;
  border-radius:44px;
  isolation:isolate;
}

.showcase-glow{
  max-width:100%;
}

.phone-preview{
  width:min(100%,350px);
  transform:rotate(-3deg);
}

.phone-preview img{
  width:100%;
  height:auto;
  object-fit:contain;
  object-position:center;
}

/* NAI model card: show the proof clearly without aggressive crop. */
.nai-model .model-image{
  display:grid;
  place-items:center;
  min-height:300px;
  padding:24px;
  background:
    radial-gradient(circle at 50% 42%,rgba(162,101,255,.16),transparent 54%),
    linear-gradient(135deg,#f9f5ff,#ffffff);
}

.nai-model .model-image img{
  width:auto;
  height:auto;
  max-width:min(100%,330px);
  max-height:270px;
  object-fit:contain;
  object-position:center;
  border-radius:30px;
  box-shadow:0 26px 70px rgba(6,23,47,.18);
}

/* Icon-only WhatsApp floating button. */
.floating-whatsapp{
  width:62px;
  height:62px;
  min-height:62px;
  padding:0;
  right:18px;
  left:auto;
  bottom:18px;
  display:grid;
  place-items:center;
  border-radius:50%;
  gap:0;
  isolation:isolate;
  box-shadow:0 18px 46px rgba(36,211,102,.38);
  animation:whatsappFloat 3.2s ease-in-out infinite;
}

.floating-whatsapp::before,
.floating-whatsapp::after{
  content:"";
  position:absolute;
  inset:-7px;
  border-radius:inherit;
  z-index:-1;
  pointer-events:none;
}

.floating-whatsapp::before{
  background:rgba(36,211,102,.22);
  animation:whatsappPulse 2.2s ease-out infinite;
}

.floating-whatsapp::after{
  inset:7px;
  background:linear-gradient(145deg,rgba(255,255,255,.26),transparent 58%);
}

.floating-whatsapp svg{
  width:31px;
  height:31px;
}

.floating-whatsapp span{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0 0 0 0);
  white-space:nowrap;
  border:0;
}

@keyframes whatsappPulse{
  0%{transform:scale(.82);opacity:.58}
  70%{transform:scale(1.45);opacity:0}
  100%{transform:scale(1.45);opacity:0}
}

@keyframes whatsappFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-4px)}
}

@media (max-width:1060px){
  .hero-showcase{
    width:min(100%,620px);
    margin-inline:auto;
  }
}

@media (max-width:720px){
  :root{--container:calc(100% - 28px)}

  .site-header{
    max-width:calc(100vw - 20px);
  }

  .hero{
    overflow:hidden;
    padding-top:110px;
    padding-bottom:38px;
    gap:18px;
  }

  .hero::before{
    inset:-80px -18px 30px;
  }

  h1{
    max-width:100%;
    font-size:clamp(38px,10.6vw,46px);
    line-height:1.12;
  }

  h1 mark{
    width:auto;
    max-width:100%;
    line-height:1.1;
  }

  .hero-lead{
    max-width:100%;
  }

  .hero-actions,
  .trust-row{
    max-width:100%;
  }

  .hero-showcase{
    width:100%;
    min-height:0;
    margin-top:0;
    padding:24px 0 16px;
    overflow:hidden;
    border-radius:34px;
  }

  .showcase-glow{
    width:min(100%,350px);
    height:315px;
    border-radius:32px;
    transform:rotate(-2deg);
  }

  .phone-preview{
    width:min(62vw,238px);
    max-width:238px;
    padding:7px;
    border-radius:31px;
    transform:rotate(-2deg);
  }

  .phone-preview::before{
    width:68px;
    height:16px;
    top:13px;
  }

  .phone-preview img{
    border-radius:24px;
  }

  .screen-card,
  .floating-card{
    display:none;
  }

  .model-card{
    grid-template-rows:auto 1fr;
  }

  .model-image{
    min-height:auto;
  }

  .nai-model .model-image{
    min-height:0;
    padding:20px 18px;
  }

  .nai-model .model-image img{
    max-width:min(100%,245px);
    max-height:255px;
    border-radius:26px;
  }

  .platform-preview{
    max-width:calc(100% - 32px);
  }

  .offer-card,
  .final-cta,
  .state-card,
  details{
    max-width:100%;
  }

  .site-footer{
    padding-bottom:96px;
  }

  .floating-whatsapp{
    width:58px;
    height:58px;
    min-height:58px;
    right:16px !important;
    left:auto !important;
    bottom:16px;
    justify-content:center;
  }

  .floating-whatsapp svg{
    width:29px;
    height:29px;
  }
}

@media (max-width:430px){
  :root{--container:calc(100% - 22px)}

  .site-header{
    width:calc(100% - 18px);
  }

  h1{
    font-size:clamp(34px,10.2vw,40px);
  }

  .hero-showcase{
    padding-top:18px;
  }

  .showcase-glow{
    height:280px;
  }

  .phone-preview{
    width:min(64vw,218px);
    max-width:218px;
  }

  .nai-model .model-image img{
    max-width:min(100%,220px);
    max-height:235px;
  }
}

/* Conversion-focused final polish - 20260609-footer-final */
.showcase-label{
  position:absolute;
  z-index:6;
  right:22px;
  bottom:22px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  max-width:calc(100% - 44px);
  padding:9px 13px;
  border-radius:999px;
  background:rgba(255,255,255,.92);
  color:var(--navy);
  font-size:13px;
  font-weight:950;
  box-shadow:0 14px 34px rgba(6,23,47,.18);
}
.showcase-label::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--gold);
  box-shadow:0 0 0 6px rgba(214,161,58,.14);
}

.model-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.hasan-model .model-image{
  display:grid;
  place-items:center;
  padding:18px;
  min-height:300px;
  background:
    radial-gradient(circle at 50% 44%,rgba(214,161,58,.18),transparent 56%),
    linear-gradient(135deg,#fff8ec,#ffffff);
}
.hasan-model .model-image img{
  width:auto;
  height:auto;
  max-width:min(100%,330px);
  max-height:272px;
  object-fit:contain;
  border-radius:28px;
  box-shadow:0 26px 70px rgba(6,23,47,.16);
}
.model-note{
  padding:12px 14px;
  border-radius:16px;
  background:rgba(214,161,58,.1);
  border:1px solid rgba(214,161,58,.2);
  color:#6f4a12 !important;
  font-size:14px !important;
  line-height:1.7 !important;
  font-weight:850 !important;
}

.site-footer{
  display:block;
  width:var(--container);
  margin:0 auto 34px;
  padding:0;
  background:transparent;
  border:0;
  box-shadow:none;
}
.footer-trust-card{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(0,1fr) auto;
  gap:20px;
  align-items:center;
  padding:24px;
  border:1px solid rgba(6,23,47,.1);
  border-radius:34px;
  background:rgba(255,255,255,.88);
  box-shadow:0 24px 70px rgba(6,23,47,.09);
}
.footer-brand p{
  max-width:460px;
  line-height:1.8;
}
.footer-contact{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  justify-content:stretch;
}
.footer-pill{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:4px 10px;
  align-items:center;
  padding:13px 14px;
  border-radius:20px;
  background:#fff;
  border:1px solid var(--line);
  text-align:start;
}
.footer-pill svg{
  grid-row:1 / span 2;
  width:23px;
  height:23px;
  color:var(--gold);
  stroke-width:2.2;
}
.footer-pill:first-child svg{stroke-width:0;fill:#24d366;color:#24d366}
.footer-pill b{font-size:13px;color:#647187}
.footer-pill em{font-style:normal;color:var(--navy);font-weight:950;direction:ltr;text-align:start}
.footer-btn{white-space:nowrap;min-width:140px}

@media (max-width:1060px){
  .model-grid{grid-template-columns:1fr}
  .footer-trust-card{grid-template-columns:1fr;text-align:center}
  .footer-brand{justify-content:center}
  .footer-brand p{margin-inline:auto}
  .footer-contact{max-width:640px;margin-inline:auto;width:100%}
  .footer-btn{justify-self:center}
}

@media (max-width:720px){
  .section-heading .eyebrow,
  .offer-main .eyebrow,
  .final-cta .eyebrow{
    margin-bottom:18px;
  }
  .showcase-label{
    right:16px;
    bottom:16px;
    font-size:12px;
    padding:8px 11px;
  }
  .hasan-model .model-image{
    min-height:0;
    padding:18px;
  }
  .hasan-model .model-image img{
    max-width:min(100%,245px);
    max-height:250px;
    border-radius:24px;
  }
  .footer-trust-card{
    padding:22px;
    border-radius:30px;
  }
  .footer-contact{
    grid-template-columns:1fr;
  }
  .footer-btn{
    width:100%;
  }
}

.footer-contact .footer-pill{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:4px 10px;
  align-items:center;
  padding:13px 14px;
  border-radius:20px;
  background:#fff;
  border:1px solid var(--line);
  text-align:start;
}


/* Real footer cleanup - 20260609-footer-final */
.site-footer{
  width:100%;
  max-width:100%;
  margin:54px 0 0;
  padding:24px 0 calc(30px + env(safe-area-inset-bottom));
  background:rgba(248,250,253,.92);
  border-top:1px solid rgba(6,23,47,.1);
  color:#516177;
  box-shadow:none;
}
.footer-inner{
  width:var(--container);
  max-width:100%;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.footer-brand{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:12px;
  min-width:0;
  text-align:start;
}
.footer-logo{
  width:46px;
  height:30px;
  object-fit:contain;
  flex:0 0 auto;
  filter:none;
}
.footer-brand strong{
  display:block;
  color:var(--navy);
  font-size:15px;
  line-height:1.45;
  font-weight:950;
}
.footer-brand p{
  margin:3px 0 0;
  max-width:none;
  color:#6b7890;
  font-size:13px;
  line-height:1.65;
  font-weight:700;
}
.footer-meta{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:16px;
  flex:0 0 auto;
}
.footer-cr{
  color:#253651;
  font-size:14px;
  line-height:1;
  font-weight:950;
  direction:rtl;
  unicode-bidi:isolate;
  white-space:nowrap;
}
.footer-icons{
  display:flex;
  align-items:center;
  gap:9px;
}
.footer-icon{
  width:40px;
  height:40px;
  display:inline-grid;
  place-items:center;
  border-radius:14px;
  color:var(--navy);
  background:#fff;
  border:1px solid rgba(6,23,47,.1);
  box-shadow:0 8px 20px rgba(6,23,47,.06);
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.footer-icon:hover{
  transform:translateY(-2px);
  border-color:rgba(6,23,47,.18);
  box-shadow:0 12px 28px rgba(6,23,47,.1);
}
.footer-icon svg{
  width:21px;
  height:21px;
  fill:currentColor;
  stroke-width:0;
}
.footer-whatsapp-icon{
  color:#18b95b;
}
.footer-call-icon{
  color:var(--navy);
}

@media (max-width:720px){
  .site-footer{
    margin-top:38px;
    padding-top:22px;
    padding-bottom:92px;
  }
  .footer-inner{
    flex-direction:column;
    align-items:stretch;
    justify-content:flex-start;
    gap:15px;
    text-align:start;
  }
  .footer-brand{
    justify-content:flex-start;
    text-align:start;
  }
  .footer-brand p{
    margin-inline:0;
    font-size:12.5px;
  }
  .footer-meta{
    width:100%;
    justify-content:space-between;
    gap:12px;
  }
  .footer-icons{
    gap:8px;
  }
  .footer-icon{
    width:38px;
    height:38px;
    border-radius:13px;
  }
}

@media (max-width:380px){
  .footer-brand p{
    max-width:230px;
  }
  .footer-cr{
    font-size:13px;
  }
  .footer-icon{
    width:36px;
    height:36px;
  }
}
