:root{
  --dark:#0B0F14;
  --dark-2:#101720;
  --teal:#14B8A6;
  --teal-dark:#0F9A8A;
  --white:#FFFFFF;
  --light:#F4F6F8;
  --text:#111827;
  --muted:#6B7280;
  --border:#E5E7EB;
  --shadow:0 22px 70px rgba(17,24,39,.09);
  --shadow-soft:0 12px 38px rgba(17,24,39,.055);
  --radius:18px;
  --container:1280px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Cairo",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-weight:500;
  background:var(--white);
  color:var(--text);
  direction:rtl;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
.container{width:min(var(--container),calc(100% - 48px));margin-inline:auto}
.narrow{max-width:820px;text-align:center}
.sr-only{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}
.site-header{
  position:fixed;top:0;left:0;right:0;z-index:1000;
  background:rgba(11,15,20,.72);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.header-inner{height:74px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand-text{display:inline-flex;flex-direction:column;color:#fff;line-height:1}

.brand-logo{display:inline-flex;align-items:center;line-height:1}
.wasl-default-logo,.custom-logo{display:block;width:154px;height:auto;max-height:56px;object-fit:contain}
.footer-brand .wasl-default-logo,.footer-brand .custom-logo{width:174px;max-height:68px}

.brand-name{font-size:34px;font-weight:800;letter-spacing:-.04em}
.brand-text small{font-size:11px;opacity:.78;margin-top:3px}
.nav-list{display:flex;align-items:center;gap:28px;list-style:none;margin:0;padding:0}
.nav-list a{color:rgba(255,255,255,.86);font-size:15px;font-weight:700;position:relative}
.nav-list a:hover,.nav-list .current-menu-item>a{color:#fff}
.nav-list a:after{content:"";position:absolute;right:0;left:0;bottom:-16px;height:2px;background:var(--teal);transform:scaleX(0);transition:.2s}
.nav-list a:hover:after,.nav-list .current-menu-item>a:after{transform:scaleX(1)}
.menu-toggle{display:none;background:none;border:0;gap:5px;flex-direction:column}
.menu-toggle span{display:block;width:24px;height:2px;background:#fff;border-radius:2px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  min-height:48px;padding:13px 22px;border-radius:12px;
  font-weight:800;font-size:15px;border:1px solid transparent;
  transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border .2s ease;
  cursor:pointer;
}
.btn:hover{transform:translateY(-1px);box-shadow:0 14px 30px rgba(20,184,166,.18)}
.btn-primary{background:var(--teal);color:#fff}
.btn-primary:hover{background:var(--teal-dark)}
.btn-outline-light{border-color:rgba(255,255,255,.24);color:#fff;background:rgba(255,255,255,.04)}
.btn-outline{border-color:var(--border);background:#fff;color:var(--text)}
.btn-sm{min-height:42px;padding:10px 18px;font-size:14px}
.dark-section{background:radial-gradient(circle at 15% 15%,rgba(20,184,166,.18),transparent 28%),linear-gradient(180deg,#0B0F14,#091016);color:#fff}
.light-section{background:var(--light)}
.white-section{background:var(--white)}
.section{padding:112px 0}
.section-heading{text-align:center;margin:0 auto 42px;max-width:760px}
.eyebrow{display:inline-flex;margin-bottom:12px;color:var(--teal);font-weight:800;font-size:14px}
.eyebrow.teal{color:var(--teal)}
h1,h2,h3,p{margin-top:0}
h1{font-size:clamp(42px,5.3vw,74px);line-height:1.12;letter-spacing:-.045em;margin-bottom:26px;font-weight:800}
h2{font-size:clamp(30px,3.2vw,48px);line-height:1.22;letter-spacing:-.035em;margin-bottom:16px;font-weight:800}
h3{font-size:21px;line-height:1.35;margin-bottom:12px;font-weight:800}
p{color:var(--muted);line-height:1.95;font-size:17px;font-weight:500}
.dark-section p{color:rgba(255,255,255,.72)}
.hero{position:relative;padding:174px 0 132px;overflow:hidden}
.network-bg{position:absolute;inset:0;opacity:.55;background:
  radial-gradient(circle at 20% 40%,rgba(20,184,166,.35) 0 2px,transparent 3px),
  linear-gradient(120deg,transparent 0 38%,rgba(20,184,166,.08) 38.1% 38.3%,transparent 38.5%),
  linear-gradient(25deg,transparent 0 48%,rgba(20,184,166,.08) 48.1% 48.3%,transparent 48.5%);
  background-size:120px 120px,100% 100%,100% 100%;
}
.hero-grid{position:relative;display:grid;grid-template-columns:1fr 1.35fr;gap:92px;align-items:center}
.hero-copy{max-width:680px}
.hero-subtitle{font-size:21px;max-width:720px;line-height:2.05;color:rgba(255,255,255,.82)}
.hero-actions{display:flex;gap:16px;align-items:center;flex-wrap:wrap;margin:38px 0 28px}
.hero-actions.center{justify-content:center}
.hero-trust{display:flex;gap:20px;flex-wrap:wrap;color:rgba(255,255,255,.75);font-size:14px}
.hero-trust span:before{content:"";display:inline-block;width:7px;height:7px;background:var(--teal);border-radius:50%;margin-inline-end:8px}
.hero-visual{position:relative;min-height:610px}
.phone-mockup,.lead-card,.dash-card,.chat-panel{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 30px 80px rgba(0,0,0,.32);
  backdrop-filter:blur(14px);
}
.phone-mockup{width:388px;margin:auto;border-radius:32px;padding:22px;position:relative;z-index:2}
.phone-top{display:flex;justify-content:space-between;color:#fff;font-weight:800;font-size:15px;margin-bottom:18px}
.phone-top span{color:var(--teal);font-size:11px}
.chat-bubbles{display:flex;flex-direction:column;gap:10px}
.bubble{font-size:15.5px;line-height:1.75;margin:0;padding:13px 15px;border-radius:15px;max-width:88%}
.bubble.user{background:#fff;color:#1f2937;align-self:flex-start}
.bubble.bot{background:#DFF8EF;color:#063b34;align-self:flex-end}
.chat-input{margin-top:16px;background:rgba(255,255,255,.1);border-radius:13px;padding:10px 12px;color:rgba(255,255,255,.65);font-size:13px;display:flex;justify-content:space-between}
.lead-card{position:absolute;right:0;top:26px;width:318px;border-radius:22px;padding:24px;background:rgba(255,255,255,.96);color:var(--text);z-index:3}
.lead-card small{color:var(--muted);font-weight:800}
.lead-row{display:flex;justify-content:space-between;padding:9px 0;border-bottom:1px solid var(--border);font-size:14px}
.status{display:inline-flex;margin-top:14px;padding:6px 10px;border-radius:999px;background:#FFF2E5;color:#BF4A00;font-weight:800;font-size:13px}
.hero-dashboard{position:absolute;left:0;bottom:14px;width:470px;border-radius:24px;padding:24px;background:rgba(255,255,255,.96);color:var(--text);z-index:1}
.mini-metrics,.dashboard-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.mini-metrics div,.dashboard-metrics div{background:rgba(20,184,166,.08);border-radius:14px;padding:12px}
.mini-metrics strong,.dashboard-metrics strong{display:block;font-size:28px;color:var(--text);font-weight:900}
.mini-metrics span,.dashboard-metrics span{font-size:12px;color:var(--muted)}
.chart-line{height:72px;border-radius:16px;margin-top:16px;background:linear-gradient(135deg,rgba(20,184,166,.13),rgba(20,184,166,.035));position:relative;overflow:hidden}
.chart-line span{position:absolute;inset:22px 10px 10px 10px;border-top:4px solid var(--teal);border-radius:50%;transform:skew(-18deg)}
.trust-bar{background:#fff;margin-top:-1px;border-bottom:1px solid var(--border);padding:34px 0}
.trust-bar p{text-align:center;color:var(--text);font-weight:900;margin-bottom:22px;font-size:18px}
.trust-items{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}
.trust-item{display:flex;align-items:center;justify-content:center;gap:10px;min-height:66px;border:1px solid var(--border);border-radius:16px;background:#fff;font-weight:800;color:#374151;box-shadow:0 10px 28px rgba(17,24,39,.035)}
.trust-item span{color:var(--teal)}
.cards-grid{display:grid;gap:18px}
.cards-grid.three{grid-template-columns:repeat(3,1fr)}
.cards-grid.six{grid-template-columns:repeat(3,1fr)}
.feature-card,.service-card,.industry-card,.pricing-card,.post-card{
  background:#fff;border:1px solid var(--border);border-radius:24px;padding:34px;box-shadow:var(--shadow-soft);
}
.feature-card p,.service-card p,.industry-card p,.pricing-card p{font-size:16px;line-height:1.95}
.icon-circle,.industry-icon{width:64px;height:64px;border-radius:18px;background:rgba(20,184,166,.11);color:var(--teal);display:flex;align-items:center;justify-content:center;font-weight:900;font-size:28px;margin-bottom:20px}
.dark-card{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.12);color:#fff;box-shadow:none}
.dark-card p{color:rgba(255,255,255,.66)}
.timeline{display:grid;grid-template-columns:repeat(6,1fr);gap:0;position:relative}
.timeline:before{content:"";position:absolute;top:37px;right:8%;left:8%;height:3px;background:linear-gradient(90deg,transparent,var(--teal),transparent);opacity:.58}
.timeline-step{text-align:center;position:relative;padding:0 10px}
.step-number{width:74px;height:74px;border-radius:50%;background:#fff;border:1px solid rgba(20,184,166,.25);display:flex;align-items:center;justify-content:center;margin:0 auto 22px;color:var(--teal);font-weight:900;box-shadow:var(--shadow);position:relative;z-index:2}
.timeline-step h3{font-size:18px}
.timeline-step p{font-size:14.5px}
.service-card{transition:.2s}
.service-card:hover{border-color:var(--teal);transform:translateY(-3px);box-shadow:0 22px 50px rgba(20,184,166,.12)}
.service-card a,.text-link{color:var(--teal);font-weight:800}
.industry-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.industry-card img{width:100%;height:160px;object-fit:cover;border-radius:14px;margin-bottom:16px}
.industry-card.big h2{font-size:24px}
.demo-grid{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}
.demo-mockup{display:grid;grid-template-columns:1fr 360px;gap:28px;align-items:center}
.chat-panel{border-radius:24px;padding:28px}
.lead-card.active{position:static;width:auto;background:#fff;color:var(--text)}
.dashboard-ui{display:grid;grid-template-columns:210px 1fr;background:#fff;border:1px solid var(--border);border-radius:28px;overflow:hidden;box-shadow:0 36px 110px rgba(17,24,39,.13)}
.dashboard-sidebar{background:linear-gradient(180deg,#0B0F14,#071316);color:#fff;padding:32px 26px;display:flex;flex-direction:column;gap:20px}
.dashboard-sidebar strong{font-size:28px}
.dashboard-sidebar span{color:rgba(255,255,255,.7)}
.dashboard-content{padding:38px}
.dashboard-metrics{grid-template-columns:repeat(4,1fr);margin-bottom:24px}
.dashboard-panels{display:grid;grid-template-columns:1.5fr .8fr;gap:26px;margin-bottom:26px}
.panel{border:1px solid var(--border);border-radius:22px;padding:28px;background:#fff;box-shadow:0 10px 32px rgba(17,24,39,.045)}
.chart-line.large{height:250px}
.donut{width:150px;height:150px;border-radius:50%;background:conic-gradient(var(--teal) 0 56%, #60a5fa 0 84%, #e5e7eb 0);margin:12px auto 16px;position:relative}.donut:after{content:"";position:absolute;inset:28px;background:#fff;border-radius:50%}
.source-panel ul,.check-list{list-style:none;padding:0;margin:16px 0 0}
.source-panel li,.check-list li{padding:8px 0;color:#4b5563;font-size:15px}
.check-list li:before{content:"✓";color:var(--teal);font-weight:900;margin-inline-end:8px}
.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;align-items:stretch}
.pricing-card{position:relative;display:flex;flex-direction:column}
.pricing-card.featured{border:2px solid var(--teal);box-shadow:0 38px 100px rgba(20,184,166,.24);transform:translateY(-18px);background:linear-gradient(180deg,#ffffff,#f1fffc)}
.badge{position:absolute;top:-17px;right:24px;background:var(--teal);color:#fff;border-radius:999px;padding:9px 18px;font-size:14px;font-weight:900;box-shadow:0 14px 30px rgba(20,184,166,.25)}
.plan-subtitle{font-weight:800;color:var(--text)}
.price-row{display:flex;justify-content:space-between;gap:12px;border-top:1px solid var(--border);padding:14px 0}
.price-row strong{color:var(--text)}
.pricing-card .btn{margin-top:auto;width:100%}
.pricing-note{text-align:center;font-size:14px;margin-top:22px}
.faq-wrap{max-width:900px}
.faq-list details{background:#fff;border:1px solid var(--border);border-radius:14px;padding:18px 20px;margin-bottom:12px}
.faq-list summary{cursor:pointer}
.faq-list h3{display:inline;margin:0;font-size:17px}
.page-hero{padding:140px 0 72px;text-align:center}
.page-hero p{max-width:760px;margin-inline:auto}
.page-content{font-size:18px;line-height:1.9}
.content-grid,.contact-grid,.form-layout{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:start}
.stats-box,.form-aside,.contact-info{background:#fff;border:1px solid var(--border);border-radius:22px;padding:26px;box-shadow:var(--shadow)}
.stats-box div{padding:16px;border-bottom:1px solid var(--border)}
.stats-box strong{font-size:32px;color:var(--teal)}
.wasl-form{background:#fff;border:1px solid var(--border);border-radius:22px;padding:26px;box-shadow:var(--shadow);display:grid;grid-template-columns:1fr 1fr;gap:16px}
.wasl-form label{display:flex;flex-direction:column;gap:7px;font-weight:800;color:#374151}
.wasl-form input,.wasl-form textarea,.wasl-form select{
  width:100%;min-height:48px;border:1px solid var(--border);border-radius:12px;padding:12px 14px;font:inherit;background:#fff
}
.wasl-form .full{grid-column:1/-1}
.thankyou{min-height:78vh;display:flex;align-items:center;text-align:center;padding:140px 0}
.success-mark{width:110px;height:110px;border-radius:50%;background:var(--teal);display:flex;align-items:center;justify-content:center;margin:0 auto 24px;font-size:56px}
.site-footer{background:#080D12;color:#fff}
.footer-cta{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:46px;border:1px solid rgba(20,184,166,.22);border-radius:28px;background:linear-gradient(135deg,rgba(20,184,166,.22),rgba(255,255,255,.045));transform:translateY(-50px);box-shadow:0 30px 80px rgba(0,0,0,.2)}
.footer-cta h2{font-size:30px}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.4fr;gap:28px;padding:10px 0 44px}
.footer-grid h3{font-size:18px}
.footer-grid ul{list-style:none;margin:0;padding:0;display:grid;gap:10px}
.footer-grid a,.footer-grid li,.footer-grid p{color:rgba(255,255,255,.72);font-size:14px}
.social-links{display:flex;gap:10px}
.social-links a{width:34px;height:34px;border:1px solid rgba(255,255,255,.15);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:16px 0;color:rgba(255,255,255,.58);font-size:13px}
.footer-bottom .container{display:flex;justify-content:space-between;gap:16px}
.mobile-sticky-cta{display:none}


/* v1.1 premium refinements */
.section-actions{display:flex;justify-content:center;align-items:center;gap:14px;margin-top:34px;flex-wrap:wrap}
.hero-visual-premium:before{
  content:"";position:absolute;inset:16px 38px;border-radius:36px;
  background:radial-gradient(circle at 45% 45%,rgba(20,184,166,.18),transparent 55%);
  filter:blur(10px);pointer-events:none
}
.connection-line{
  position:absolute;right:78px;left:88px;top:50%;height:2px;z-index:0;
  background:linear-gradient(90deg,transparent,rgba(20,184,166,.7),transparent);
  opacity:.7
}
.connection-line:before,.connection-line:after{
  content:"";position:absolute;top:-5px;width:12px;height:12px;border-radius:50%;background:var(--teal);box-shadow:0 0 20px rgba(20,184,166,.7)
}
.connection-line:before{right:30%}.connection-line:after{left:26%}
.mock-label{
  display:inline-flex;margin-bottom:10px;padding:5px 9px;border-radius:999px;
  background:rgba(20,184,166,.12);color:var(--teal);font-size:11px;font-weight:900
}
.phone-mockup .mock-label{margin-bottom:12px}
.lead-card .mock-label,.hero-dashboard .mock-label{background:rgba(20,184,166,.1)}
.hero-dashboard .mini-metrics{grid-template-columns:repeat(3,1fr)}
.hero-trust{
  padding:14px 16px;border:1px solid rgba(255,255,255,.1);
  border-radius:16px;background:rgba(255,255,255,.035);width:max-content;max-width:100%
}
.cards-grid.three .feature-card{min-height:230px}
.why-section .section-heading{max-width:850px;margin-bottom:50px}
.why-grid .feature-card{min-height:250px}
.service-card{min-height:245px}
.industry-card{min-height:280px}
.featured-industry{
  background:linear-gradient(180deg,#fff,#f6fffd);
  border-color:rgba(20,184,166,.35)
}
.featured-industry .industry-icon{width:64px;height:64px}
.premium-demo-grid{grid-template-columns:1.3fr .7fr}
.large-chat{min-height:420px}
.large-chat .bubble{font-size:17px;padding:15px 17px;margin-bottom:14px}
.large-lead-card{min-height:360px}
.demo-copy h3{font-size:30px;line-height:1.35;margin-bottom:12px}
.demo-copy p{font-size:18px;margin-bottom:24px}
.premium-dashboard{box-shadow:0 30px 90px rgba(17,24,39,.12)}
.leads-table{margin-top:0}
.table-row{
  display:grid;grid-template-columns:1.2fr 1fr .8fr 1fr;gap:12px;
  padding:12px 0;border-top:1px solid var(--border);align-items:center;font-size:14px
}
.table-row:first-of-type{border-top:0}
.table-head{color:var(--muted);font-weight:800}
.hot,.warm,.cold{display:inline-flex;justify-content:center;border-radius:999px;padding:5px 9px;font-size:12px}
.hot{background:#fff2e5;color:#bf4a00}.warm{background:#ecfeff;color:#0e7490}.cold{background:#f3f4f6;color:#374151}
.pricing-card{padding:34px}
.pricing-card h3{font-size:26px}
.price-row strong{font-size:18px}
.faq-list details{transition:border-color .2s ease, box-shadow .2s ease}
.faq-list details[open]{border-color:rgba(20,184,166,.45);box-shadow:0 18px 45px rgba(20,184,166,.08)}


/* v1.4 visual polish */
.site-header{box-shadow:0 8px 26px rgba(0,0,0,.14)}
.hero-copy .eyebrow{padding:8px 14px;border-radius:999px;background:rgba(20,184,166,.09);border:1px solid rgba(20,184,166,.22)}
.hero-visual-premium:before{inset:0 30px;border-radius:44px;filter:blur(18px)}
.hero-visual-premium .lead-card h3{font-size:25px;margin-top:8px}
.lead-row strong{font-weight:900}
.feature-card,.service-card,.industry-card,.pricing-card{transition:transform .22s ease, border-color .22s ease, box-shadow .22s ease}
.feature-card:hover,.industry-card:hover{transform:translateY(-4px);border-color:rgba(20,184,166,.45);box-shadow:0 24px 60px rgba(20,184,166,.09)}
.why-section .section-heading p{font-size:18px;color:rgba(255,255,255,.74)}
.why-grid{gap:22px}
.why-grid .icon-circle{background:rgba(20,184,166,.14);box-shadow:inset 0 0 0 1px rgba(20,184,166,.16)}
.service-card .text-link,.industry-card .text-link{display:inline-flex;margin-top:10px}
.featured-industry{position:relative;overflow:hidden}
.featured-industry:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 15%,rgba(20,184,166,.14),transparent 40%);pointer-events:none}
.featured-industry > *{position:relative}
.dashboard-ui h3{font-size:22px}
.dashboard-metrics div{border:1px solid rgba(20,184,166,.12)}
.dashboard-metrics strong{font-size:30px}
.dashboard-sidebar span{padding:10px 12px;border-radius:12px}
.dashboard-sidebar span:first-of-type{background:rgba(20,184,166,.16);color:#fff}
.pricing-note{display:flex;justify-content:center;align-items:center;gap:8px;color:#4b5563}
.pricing-note:before{content:"ⓘ";color:var(--teal);font-weight:900}


.trust-proof{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin:-6px 0 22px}
.trust-proof span{display:inline-flex;align-items:center;gap:8px;padding:9px 14px;border-radius:999px;background:#F4FFFC;color:#0f766e;border:1px solid rgba(20,184,166,.18);font-weight:900;font-size:14px}
.trust-proof span:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--teal);box-shadow:0 0 14px rgba(20,184,166,.65)}

.dashboard-topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px}
.dashboard-topbar strong{display:block;font-size:24px;color:var(--text);font-weight:900}
.dashboard-topbar span{display:block;color:var(--muted);font-size:13px;margin-top:4px}
.dashboard-topbar button{border:1px solid var(--border);background:#fff;border-radius:12px;padding:10px 14px;font-family:inherit;font-weight:900;color:var(--text)}
@media (max-width:640px){.dashboard-topbar{align-items:flex-start;flex-direction:column}.dashboard-topbar button{width:100%}}


/* v1.5 visual proof polish */
.industry-card{
  overflow:hidden;
  padding:0;
  display:flex;
  flex-direction:column;
}
.industry-card h3,
.industry-card p,
.industry-card .text-link,
.industry-card .industry-icon{
  margin-inline:28px;
}
.industry-card h3{margin-top:24px}
.industry-card p{min-height:92px}
.industry-card .text-link{margin-bottom:28px;margin-top:auto}
.industry-cover{
  position:relative;
  height:178px;
  overflow:hidden;
  background:linear-gradient(135deg,rgba(20,184,166,.12),rgba(244,246,248,.92));
  border-bottom:1px solid var(--border);
}
.industry-cover img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .35s ease, filter .35s ease;
}
.industry-card:hover .industry-cover img{transform:scale(1.045);filter:saturate(1.08)}
.featured-industry .industry-cover{height:220px}
.featured-industry{
  border-color:rgba(20,184,166,.32);
  box-shadow:0 26px 70px rgba(20,184,166,.12);
}
.featured-industry h3{font-size:24px}
.industry-card.no-image{padding:34px}

.hero-visual-premium:after{
  content:"";
  position:absolute;
  inset:70px 40px 65px 40px;
  border-radius:34px;
  background:
    radial-gradient(circle at 20% 20%,rgba(20,184,166,.20),transparent 32%),
    linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.01));
  border:1px solid rgba(255,255,255,.08);
  z-index:0;
}
.hero-visual-premium .phone-mockup,
.hero-visual-premium .lead-card,
.hero-visual-premium .hero-dashboard{position:relative}
.hero-visual-premium .phone-mockup{z-index:2}
.hero-visual-premium .lead-card{position:absolute;z-index:4}
.hero-visual-premium .hero-dashboard{position:absolute;z-index:3}
.connection-line{
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
}
.connection-line:before,
.connection-line:after{
  content:"";
  position:absolute;
  height:2px;
  background:linear-gradient(90deg,transparent,var(--teal),transparent);
  opacity:.38;
  transform:rotate(-10deg);
}
.connection-line:before{width:360px;top:172px;right:92px}
.connection-line:after{width:420px;bottom:184px;left:86px}

.visual-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(20,184,166,.12);
  color:var(--teal);
  font-weight:900;
  font-size:12px;
}

.about-visual-card,
.contact-visual{
  background:#fff;
  border:1px solid var(--border);
  border-radius:26px;
  padding:14px;
  box-shadow:var(--shadow);
}
.about-visual-card img,
.contact-visual img{
  width:100%;
  border-radius:20px;
  display:block;
}
.stats-box.compact{
  box-shadow:none;
  border:0;
  padding:8px 8px 0;
  margin-top:10px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
}
.stats-box.compact div{
  border:1px solid var(--border);
  border-radius:16px;
  padding:14px;
}
.contact-info .contact-visual{
  margin-top:22px;
  padding:10px;
}

.dashboard-ui{
  position:relative;
}
.dashboard-ui:before{
  content:"";
  position:absolute;
  inset:auto 28px 24px auto;
  width:86px;
  height:86px;
  border-radius:28px;
  background:radial-gradient(circle at 35% 35%,rgba(20,184,166,.30),rgba(20,184,166,.08));
  opacity:.55;
  pointer-events:none;
}
.dashboard-topbar:after{
  content:"Live product view";
  display:inline-flex;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(20,184,166,.11);
  color:var(--teal);
  font-size:12px;
  font-weight:900;
}

.large-chat,
.large-lead-card{
  position:relative;
}
.large-chat:after{
  content:"Data captured";
  position:absolute;
  left:22px;
  bottom:22px;
  padding:7px 11px;
  border-radius:999px;
  background:rgba(20,184,166,.16);
  color:var(--teal);
  font-size:12px;
  font-weight:900;
}
.large-lead-card:before{
  content:"";
  position:absolute;
  inset:-1px;
  border-radius:22px;
  border:1px solid rgba(20,184,166,.34);
  pointer-events:none;
}

@media (max-width:900px){
  .industry-cover{height:170px}
  .featured-industry .industry-cover{height:190px}
  .stats-box.compact{grid-template-columns:1fr}
}
@media (max-width:640px){
  .industry-card h3,
  .industry-card p,
  .industry-card .text-link,
  .industry-card .industry-icon{margin-inline:22px}
  .industry-cover,
  .featured-industry .industry-cover{height:165px}
  .connection-line{display:none}
  .hero-visual-premium:after{inset:44px 8px 40px 8px}
  .dashboard-topbar:after{display:none}
}


/* v1.6 hero rebuild + final conversion polish */
.hero-v16{
  padding:168px 0 124px;
  min-height:760px;
}
.hero-v16 .network-bg{
  opacity:.72;
  background:
    radial-gradient(circle at 10% 30%,rgba(20,184,166,.34) 0 2px,transparent 3px),
    radial-gradient(circle at 66% 72%,rgba(20,184,166,.16),transparent 32%),
    linear-gradient(130deg,transparent 0 35%,rgba(20,184,166,.09) 35.1% 35.28%,transparent 35.45%),
    linear-gradient(24deg,transparent 0 55%,rgba(20,184,166,.08) 55.1% 55.25%,transparent 55.4%);
  background-size:118px 118px,100% 100%,100% 100%,100% 100%;
}
.hero-v16 .hero-grid{
  grid-template-columns:minmax(480px,.95fr) minmax(560px,1.05fr);
  gap:86px;
  align-items:center;
}
.hero-v16 .hero-copy{
  max-width:720px;
}
.hero-v16 h1{
  max-width:720px;
  font-size:clamp(48px,4.85vw,78px);
  line-height:1.08;
  letter-spacing:-.055em;
  margin-bottom:28px;
}
.hero-v16 .hero-subtitle{
  max-width:720px;
  font-size:20px;
  line-height:2;
  color:rgba(255,255,255,.82);
}
.hero-v16 .hero-actions{
  margin:36px 0 24px;
}
.btn-hero-primary,
.btn-hero-secondary{
  min-height:54px;
  padding-inline:28px;
}
.hero-trust-v16{
  width:100%;
  max-width:700px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  padding:12px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.10);
  border-radius:18px;
}
.hero-trust-v16 span{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:8px 10px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.075);
  border-radius:12px;
  color:rgba(255,255,255,.82);
  font-weight:800;
  font-size:13px;
  text-align:center;
}
.hero-trust-v16 span:before{
  flex:0 0 auto;
}

.hero-product-showcase{
  position:relative;
  min-height:600px;
  isolation:isolate;
}
.showcase-orbit{
  position:absolute;
  inset:10px 8px;
  border-radius:42px;
  background:
    radial-gradient(circle at 30% 35%,rgba(20,184,166,.28),transparent 34%),
    radial-gradient(circle at 76% 72%,rgba(20,184,166,.13),transparent 36%),
    linear-gradient(135deg,rgba(255,255,255,.065),rgba(255,255,255,.012));
  border:1px solid rgba(255,255,255,.09);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.07),
    0 44px 120px rgba(0,0,0,.32);
  z-index:-2;
}
.showcase-orbit:before,
.showcase-orbit:after{
  content:"";
  position:absolute;
  border:1px solid rgba(20,184,166,.16);
  border-radius:999px;
  transform:rotate(-12deg);
}
.showcase-orbit:before{width:520px;height:180px;right:55px;top:155px}
.showcase-orbit:after{width:460px;height:150px;left:54px;bottom:122px}
.showcase-panel{
  background:rgba(255,255,255,.96);
  color:var(--text);
  border:1px solid rgba(255,255,255,.72);
  border-radius:28px;
  box-shadow:0 34px 95px rgba(0,0,0,.30);
}
.main-chat-panel{
  position:absolute;
  right:48px;
  top:38px;
  width:390px;
  padding:22px;
  z-index:3;
}
.showcase-topbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding-bottom:16px;
  margin-bottom:16px;
  border-bottom:1px solid var(--border);
}
.showcase-topbar strong{
  display:block;
  color:var(--text);
  font-size:17px;
  font-weight:900;
}
.showcase-topbar span{
  display:block;
  color:var(--teal);
  font-size:12px;
  font-weight:900;
  margin-top:4px;
}
.showcase-topbar b{
  width:42px;
  height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  background:#0B0F14;
  color:#fff;
  font-size:13px;
}
.chat-flow{
  display:flex;
  flex-direction:column;
  gap:10px;
}
.chat-flow .bubble{
  box-shadow:0 10px 24px rgba(17,24,39,.055);
  font-weight:700;
}
.ai-capture-strip{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:16px;
  padding:12px 14px;
  border-radius:16px;
  background:#F2FFFC;
  color:#0f766e;
  border:1px solid rgba(20,184,166,.18);
  font-size:13px;
  font-weight:900;
}
.ai-capture-strip strong{
  width:26px;
  height:26px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:var(--teal);
  color:#fff;
}
.lead-summary-card{
  position:absolute;
  left:36px;
  top:84px;
  width:300px;
  padding:24px;
  z-index:4;
}
.lead-summary-card h3{
  font-size:28px;
  margin:12px 0 16px;
}
.lead-summary-card .lead-row{
  font-size:14.5px;
  padding:10px 0;
}
.mini-dashboard-card{
  position:absolute;
  left:38px;
  right:112px;
  bottom:46px;
  padding:22px;
  z-index:2;
}
.showcase-topbar.compact{
  margin-bottom:14px;
  padding-bottom:0;
  border-bottom:0;
}
.showcase-topbar.compact span{
  display:inline-flex;
  padding:5px 9px;
  border-radius:999px;
  background:#ECFEFF;
  color:#0891b2;
}
.mini-dashboard-card .mini-metrics{
  grid-template-columns:repeat(3,1fr);
}
.mini-dashboard-card .mini-metrics div{
  background:#F4FFFC;
  border:1px solid rgba(20,184,166,.18);
  padding:14px;
}
.mini-dashboard-card .mini-metrics strong{
  font-size:29px;
}
.hero-bars{
  height:84px;
  display:flex;
  align-items:flex-end;
  gap:10px;
  margin-top:18px;
  padding:14px;
  border-radius:18px;
  background:linear-gradient(135deg,rgba(20,184,166,.10),rgba(20,184,166,.025));
}
.hero-bars i{
  flex:1;
  min-width:18px;
  border-radius:999px 999px 6px 6px;
  background:linear-gradient(180deg,#14B8A6,#0F766E);
  opacity:.88;
}
.showcase-flow-caption{
  position:absolute;
  right:74px;
  left:68px;
  bottom:12px;
  display:grid;
  grid-template-columns:auto 1fr auto 1fr auto;
  align-items:center;
  gap:10px;
  color:rgba(255,255,255,.82);
  font-size:12px;
  font-weight:900;
  z-index:5;
}
.showcase-flow-caption i{
  height:2px;
  background:linear-gradient(90deg,rgba(20,184,166,.18),var(--teal),rgba(20,184,166,.18));
  position:relative;
}
.showcase-flow-caption i:after{
  content:"";
  position:absolute;
  left:0;
  top:-4px;
  width:10px;
  height:10px;
  border-radius:50%;
  background:var(--teal);
  box-shadow:0 0 20px rgba(20,184,166,.7);
}

.trust-bar{
  padding:44px 0 38px;
}
.trust-bar p{
  max-width:780px;
  margin-inline:auto;
  line-height:1.7;
}
.trust-proof{
  margin:0 0 26px;
}
.trust-proof span{
  box-shadow:0 12px 30px rgba(20,184,166,.055);
}

.timeline{
  gap:14px;
}
.timeline:before{
  top:42px;
  height:4px;
  opacity:.72;
}
.timeline-step{
  padding:0 8px;
}
.step-number{
  width:84px;
  height:84px;
  border-width:2px;
  font-size:18px;
}
.timeline-step h3{
  font-size:19px;
}
.timeline-step p{
  font-size:15px;
}

.industry-grid{
  align-items:stretch;
}
.featured-industry{
  transform:translateY(-4px);
}
.industry-card h3{
  line-height:1.35;
}
.industry-card .text-link{
  min-height:40px;
  align-items:center;
  width:max-content;
}

.pricing-card.featured{
  border:2px solid var(--teal);
  box-shadow:0 30px 90px rgba(20,184,166,.16);
}
.pricing-card.featured .badge{
  transform:translateY(-2px);
  box-shadow:0 14px 28px rgba(20,184,166,.2);
}
.pricing-card.featured .btn{
  width:100%;
}
.pricing-card:not(.featured) .btn{
  width:100%;
}
.price-row{
  background:#FAFAFA;
  border-radius:14px;
  padding:12px 14px;
  margin-bottom:10px;
}
.pricing-card.featured .price-row{
  background:#F3FFFC;
}

.site-footer{
  padding-top:44px;
}
.footer-cta{
  padding:42px 48px;
  border-radius:26px;
  margin-bottom:52px;
  background:
    radial-gradient(circle at 20% 30%,rgba(20,184,166,.22),transparent 34%),
    linear-gradient(135deg,rgba(20,184,166,.13),rgba(255,255,255,.035));
  border:1px solid rgba(20,184,166,.20);
}
.footer-cta h2{
  font-size:clamp(30px,3vw,46px);
}
.footer-cta .btn{
  min-width:210px;
}

@media (max-width:1180px){
  .hero-v16 .hero-grid{
    grid-template-columns:1fr;
    gap:64px;
  }
  .hero-v16 .hero-copy{
    text-align:center;
    margin-inline:auto;
  }
  .hero-trust-v16{
    margin-inline:auto;
  }
  .hero-product-showcase{
    max-width:820px;
    margin-inline:auto;
    width:100%;
  }
}

@media (max-width:900px){
  .hero-v16{
    padding:122px 0 82px;
    min-height:auto;
  }
  .hero-product-showcase{
    min-height:760px;
  }
  .main-chat-panel{
    right:50%;
    transform:translateX(50%);
    top:26px;
    width:min(100%,390px);
  }
  .lead-summary-card{
    right:28px;
    left:auto;
    top:370px;
    width:min(300px,calc(100% - 56px));
  }
  .mini-dashboard-card{
    right:28px;
    left:28px;
    bottom:54px;
  }
  .showcase-flow-caption{
    display:none;
  }
  .showcase-orbit:before,
  .showcase-orbit:after{
    display:none;
  }
}

@media (max-width:640px){
  .hero-v16 .hero-copy{
    text-align:right;
  }
  .hero-v16 h1{
    font-size:38px;
    line-height:1.18;
    letter-spacing:-.035em;
  }
  .hero-v16 .hero-subtitle{
    font-size:16px;
    line-height:1.9;
  }
  .hero-trust-v16{
    grid-template-columns:1fr;
    padding:10px;
  }
  .hero-product-showcase{
    min-height:730px;
  }
  .showcase-orbit{
    inset:0;
    border-radius:28px;
  }
  .main-chat-panel{
    width:calc(100% - 28px);
    padding:16px;
  }
  .lead-summary-card{
    top:352px;
    right:14px;
    width:calc(100% - 28px);
    padding:18px;
  }
  .mini-dashboard-card{
    right:14px;
    left:14px;
    bottom:26px;
    padding:16px;
  }
  .mini-dashboard-card .mini-metrics{
    grid-template-columns:1fr;
  }
  .hero-bars{
    height:62px;
  }
  .footer-cta{
    padding:30px 22px;
    margin-bottom:34px;
  }
}


/* v1.7 alternative hero concept: WhatsApp-first product scene */
.hero-v17{
  position:relative;
  padding:158px 0 112px;
  min-height:780px;
  background:
    radial-gradient(circle at 13% 38%,rgba(20,184,166,.22),transparent 32%),
    radial-gradient(circle at 68% 18%,rgba(20,184,166,.12),transparent 28%),
    linear-gradient(135deg,#081116 0%,#0B0F14 55%,#071014 100%);
  overflow:hidden;
}
.hero-v17:after{
  content:"";
  position:absolute;
  inset:auto 0 -1px 0;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(20,184,166,.35),transparent);
}
.v17-network{
  opacity:.62;
  background:
    radial-gradient(circle at 12% 24%,rgba(20,184,166,.85) 0 2px,transparent 3px),
    radial-gradient(circle at 24% 56%,rgba(20,184,166,.65) 0 2px,transparent 3px),
    radial-gradient(circle at 46% 22%,rgba(20,184,166,.45) 0 2px,transparent 3px),
    linear-gradient(28deg,transparent 0 44%,rgba(20,184,166,.10) 44.1% 44.22%,transparent 44.35%),
    linear-gradient(142deg,transparent 0 52%,rgba(20,184,166,.08) 52.1% 52.22%,transparent 52.35%);
  background-size:150px 150px,210px 210px,180px 180px,100% 100%,100% 100%;
}
.hero-grid-v17{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(520px,1fr) minmax(560px,1fr);
  gap:78px;
  align-items:center;
}
.hero-copy-v17{
  max-width:720px;
}
.hero-badge-v17{
  width:max-content;
  max-width:100%;
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 16px;
  border-radius:999px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.12);
  color:rgba(255,255,255,.84);
  font-size:14px;
  font-weight:800;
  margin-bottom:26px;
}
.hero-badge-v17 i{
  width:10px;
  height:10px;
  border-radius:50%;
  background:var(--teal);
  box-shadow:0 0 24px rgba(20,184,166,.75);
}
.hero-v17 h1{
  font-size:clamp(54px,5vw,86px);
  line-height:1.05;
  letter-spacing:-.055em;
  margin-bottom:28px;
  max-width:760px;
}
.hero-v17 h1::first-line{
  color:#fff;
}
.hero-v17 .hero-subtitle{
  max-width:710px;
  font-size:20.5px;
  line-height:2.05;
  color:rgba(255,255,255,.80);
}
.hero-v17 .hero-actions{
  margin:38px 0 28px;
}
.hero-v17 .btn-hero-primary{
  box-shadow:0 20px 50px rgba(20,184,166,.24);
}
.hero-trust-v17{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  max-width:720px;
}
.hero-trust-v17 span{
  min-height:64px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:5px;
  padding:12px 14px;
  border-radius:16px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.105);
  color:rgba(255,255,255,.74);
  font-size:12.5px;
  line-height:1.45;
}
.hero-trust-v17 strong{
  color:var(--teal);
  font-size:13px;
  font-weight:900;
}

/* Product visual */
.hero-experience-v17{
  position:relative;
  min-height:635px;
  isolation:isolate;
  direction:rtl;
}
.hero-glow-v17{
  position:absolute;
  inset:28px 42px 46px 42px;
  border-radius:46px;
  background:
    radial-gradient(circle at 48% 46%,rgba(20,184,166,.26),transparent 34%),
    linear-gradient(135deg,rgba(255,255,255,.055),rgba(255,255,255,.012));
  border:1px solid rgba(255,255,255,.08);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 44px 120px rgba(0,0,0,.32);
  z-index:-2;
}
.hero-glow-v17:before,
.hero-glow-v17:after{
  content:"";
  position:absolute;
  border:1px solid rgba(20,184,166,.14);
  border-radius:999px;
  transform:rotate(-16deg);
}
.hero-glow-v17:before{width:520px;height:168px;right:36px;top:158px}
.hero-glow-v17:after{width:420px;height:130px;left:58px;bottom:86px}

.phone-device-v17{
  position:absolute;
  right:165px;
  top:20px;
  width:330px;
  min-height:560px;
  padding:18px;
  border-radius:42px;
  background:linear-gradient(180deg,#10201f,#071013);
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 42px 110px rgba(0,0,0,.42),0 0 0 8px rgba(255,255,255,.035);
  overflow:hidden;
  z-index:3;
}
.phone-device-v17:before{
  content:"";
  position:absolute;
  left:50%;
  top:10px;
  transform:translateX(-50%);
  width:92px;
  height:24px;
  border-radius:999px;
  background:#05090b;
  z-index:4;
}
.phone-status-v17{
  display:flex;
  justify-content:space-between;
  color:#fff;
  font-size:12px;
  font-weight:900;
  padding:0 8px 18px;
}
.phone-header-v17{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  background:rgba(20,184,166,.14);
  border:1px solid rgba(20,184,166,.18);
  border-radius:22px;
  padding:14px;
  margin-bottom:16px;
}
.phone-header-v17 strong{display:block;color:#fff;font-size:15px}
.phone-header-v17 small{display:block;color:rgba(255,255,255,.58);font-weight:800;margin-top:4px}
.phone-header-v17 b{
  width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;
  background:var(--teal);color:#fff;
}
.chat-thread-v17{
  display:flex;
  flex-direction:column;
  gap:11px;
}
.bubble-v17{
  margin:0;
  padding:13px 15px;
  border-radius:17px;
  max-width:88%;
  line-height:1.7;
  font-size:14px;
  font-weight:700;
  box-shadow:0 14px 30px rgba(0,0,0,.10);
}
.bubble-v17.incoming{
  align-self:flex-start;
  background:#fff;
  color:#111827;
  border-bottom-left-radius:5px;
}
.bubble-v17.outgoing{
  align-self:flex-end;
  background:#DDF8EF;
  color:#083a33;
  border-bottom-right-radius:5px;
}
.typing-v17{
  align-self:flex-start;
  display:flex;
  align-items:center;
  gap:6px;
  margin:0;
  padding:10px 13px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  color:rgba(255,255,255,.70);
  font-size:12px;
  font-weight:800;
}
.typing-v17 span{
  width:5px;height:5px;border-radius:50%;background:var(--teal);
}
.phone-input-v17{
  position:absolute;
  left:18px;
  right:18px;
  bottom:18px;
  height:46px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-radius:18px;
  background:rgba(255,255,255,.075);
  color:rgba(255,255,255,.58);
  padding:0 14px;
  font-size:12px;
  font-weight:800;
}
.phone-input-v17 i{
  width:30px;height:30px;border-radius:50%;background:var(--teal);color:#fff;display:flex;align-items:center;justify-content:center;font-style:normal;
}

.lead-card-v17,
.stats-card-v17{
  position:absolute;
  background:rgba(9,17,22,.76);
  border:1px solid rgba(255,255,255,.13);
  box-shadow:0 34px 90px rgba(0,0,0,.35);
  backdrop-filter:blur(18px);
  color:#fff;
  z-index:4;
}
.lead-card-v17{
  left:28px;
  top:128px;
  width:245px;
  border-radius:24px;
  padding:22px;
}
.label-v17{
  display:inline-flex;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(20,184,166,.14);
  color:var(--teal);
  font-size:12px;
  font-weight:900;
}
.lead-card-v17 h3{
  color:#fff;
  font-size:25px;
  margin:15px 0;
}
.lead-card-v17 div{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:9px 0;
  border-bottom:1px solid rgba(255,255,255,.09);
  color:rgba(255,255,255,.68);
  font-size:13px;
}
.lead-card-v17 strong{color:#fff}
.hot-v17{color:#ff8a3d!important}
.lead-card-v17 a{
  display:flex;
  justify-content:center;
  margin-top:16px;
  border:1px solid rgba(255,255,255,.17);
  border-radius:13px;
  padding:10px 12px;
  color:#fff;
  font-size:12px;
  font-weight:900;
}
.stats-card-v17{
  left:42px;
  bottom:126px;
  width:280px;
  border-radius:22px;
  padding:18px;
}
.stats-card-v17 > strong{
  display:block;
  margin-bottom:12px;
  font-size:15px;
}
.stats-grid-v17{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
}
.stats-grid-v17 span{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:5px;
  min-height:74px;
  justify-content:center;
  border-radius:14px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.075);
  color:rgba(255,255,255,.68);
  font-size:11px;
  text-align:center;
}
.stats-grid-v17 b{
  color:var(--teal);
  font-size:25px;
  font-weight:900;
}

.process-line-v17{
  position:absolute;
  right:82px;
  left:38px;
  bottom:30px;
  display:grid;
  grid-template-columns:auto 1fr auto 1fr auto;
  gap:14px;
  align-items:center;
  color:rgba(255,255,255,.80);
  font-size:12px;
  font-weight:900;
  z-index:5;
}
.process-line-v17 i{
  height:2px;
  background:linear-gradient(90deg,rgba(20,184,166,.1),var(--teal),rgba(20,184,166,.1));
  position:relative;
}
.process-line-v17 i:after{
  content:"";
  position:absolute;
  left:0;
  top:-4px;
  width:10px;
  height:10px;
  border-radius:50%;
  background:var(--teal);
  box-shadow:0 0 22px rgba(20,184,166,.8);
}

/* v1.7 mobile */
@media (max-width:1180px){
  .hero-grid-v17{
    grid-template-columns:1fr;
    gap:62px;
  }
  .hero-copy-v17{
    text-align:center;
    margin-inline:auto;
  }
  .hero-badge-v17{
    margin-inline:auto;
  }
  .hero-trust-v17{
    margin-inline:auto;
  }
  .hero-experience-v17{
    max-width:760px;
    width:100%;
    margin-inline:auto;
  }
}
@media (max-width:820px){
  .hero-v17{
    padding:124px 0 84px;
    min-height:auto;
  }
  .hero-experience-v17{
    min-height:780px;
  }
  .phone-device-v17{
    right:50%;
    transform:translateX(50%);
    width:min(330px,calc(100% - 40px));
  }
  .lead-card-v17{
    left:auto;
    right:22px;
    top:590px;
    width:calc(50% - 28px);
  }
  .stats-card-v17{
    left:22px;
    right:auto;
    bottom:28px;
    width:calc(50% - 28px);
  }
  .process-line-v17{
    display:none;
  }
  .hero-glow-v17:before,
  .hero-glow-v17:after{
    display:none;
  }
}
@media (max-width:640px){
  .hero-v17{
    padding-top:112px;
  }
  .hero-copy-v17{
    text-align:right;
  }
  .hero-badge-v17{
    margin-inline:0;
  }
  .hero-v17 h1{
    font-size:39px;
    line-height:1.16;
    letter-spacing:-.035em;
  }
  .hero-v17 .hero-subtitle{
    font-size:16px;
    line-height:1.9;
  }
  .hero-trust-v17{
    grid-template-columns:1fr;
  }
  .hero-experience-v17{
    min-height:900px;
  }
  .phone-device-v17{
    top:16px;
  }
  .lead-card-v17,
  .stats-card-v17{
    width:calc(100% - 32px);
    right:16px;
    left:16px;
  }
  .lead-card-v17{
    top:588px;
  }
  .stats-card-v17{
    bottom:24px;
  }
}


/* v1.8 redesigned hero: large SaaS product scene */
.hero-v18{
  position:relative;
  min-height:760px;
  padding:154px 0 108px;
  overflow:hidden;
  background:
    radial-gradient(circle at 20% 34%,rgba(20,184,166,.22),transparent 32%),
    radial-gradient(circle at 76% 16%,rgba(20,184,166,.13),transparent 27%),
    linear-gradient(135deg,#071114 0%,#0B0F14 56%,#061014 100%);
}
.hero-v18:after{
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(20,184,166,.34),transparent);
}
.hero-network-v18{
  opacity:.72;
  background:
    radial-gradient(circle at 12% 20%,rgba(20,184,166,.9) 0 2px,transparent 3px),
    radial-gradient(circle at 30% 56%,rgba(20,184,166,.55) 0 2px,transparent 3px),
    radial-gradient(circle at 52% 18%,rgba(20,184,166,.45) 0 2px,transparent 3px),
    linear-gradient(28deg,transparent 0 42%,rgba(20,184,166,.09) 42.05% 42.18%,transparent 42.32%),
    linear-gradient(148deg,transparent 0 52%,rgba(20,184,166,.08) 52.05% 52.18%,transparent 52.32%);
  background-size:150px 150px,230px 230px,190px 190px,100% 100%,100% 100%;
}
.hero-grid-v18{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(500px,.92fr) minmax(650px,1.08fr);
  gap:76px;
  align-items:center;
}
.hero-copy-v18{
  max-width:720px;
  justify-self:end;
}
.hero-badge-v18{
  width:max-content;
  max-width:100%;
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 16px;
  border-radius:999px;
  background:rgba(20,184,166,.10);
  border:1px solid rgba(20,184,166,.26);
  color:rgba(255,255,255,.88);
  font-size:14px;
  font-weight:900;
  margin-bottom:24px;
}
.hero-badge-v18 i{
  width:10px;
  height:10px;
  border-radius:50%;
  background:var(--teal);
  box-shadow:0 0 24px rgba(20,184,166,.75);
}
.hero-v18 h1{
  font-size:clamp(48px,4.5vw,76px);
  line-height:1.15;
  letter-spacing:-.045em;
  margin-bottom:24px;
  max-width:710px;
}
.hero-v18 .hero-subtitle{
  max-width:680px;
  font-size:19px;
  line-height:2.02;
  color:rgba(255,255,255,.78);
}
.hero-actions-v18{
  margin:34px 0 26px;
}
.hero-v18 .btn{
  min-width:166px;
}
.hero-v18 .btn-hero-primary{
  box-shadow:0 20px 52px rgba(20,184,166,.24);
}
.hero-trust-v18{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  max-width:720px;
}
.hero-trust-v18 span{
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:46px;
  padding:10px 14px;
  border-radius:14px;
  background:rgba(255,255,255,.052);
  border:1px solid rgba(255,255,255,.10);
  color:rgba(255,255,255,.76);
  font-size:12.5px;
  font-weight:800;
  line-height:1.45;
}
.hero-trust-v18 b{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:26px;
  height:26px;
  border-radius:9px;
  background:rgba(20,184,166,.12);
  color:var(--teal);
  font-size:11px;
  font-weight:900;
}

.hero-visual-v18{
  position:relative;
  min-height:585px;
  direction:rtl;
}
.stage-card-v18{
  position:absolute;
  inset:0;
  border-radius:38px;
  background:
    radial-gradient(circle at 46% 42%,rgba(20,184,166,.20),transparent 36%),
    linear-gradient(135deg,rgba(255,255,255,.075),rgba(255,255,255,.018));
  border:1px solid rgba(255,255,255,.105);
  box-shadow:0 50px 130px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.07);
  overflow:hidden;
}
.stage-card-v18:before,
.stage-card-v18:after{
  content:"";
  position:absolute;
  border:1px solid rgba(20,184,166,.16);
  border-radius:999px;
  transform:rotate(-18deg);
  pointer-events:none;
}
.stage-card-v18:before{width:690px;height:220px;right:-38px;top:130px}
.stage-card-v18:after{width:520px;height:170px;left:-50px;bottom:70px}

.phone-v18{
  position:absolute;
  right:50%;
  top:38px;
  transform:translateX(50%);
  width:350px;
  min-height:500px;
  padding:18px;
  border-radius:38px;
  background:linear-gradient(180deg,#10211e,#061014);
  border:1px solid rgba(255,255,255,.17);
  box-shadow:0 38px 100px rgba(0,0,0,.45),0 0 0 8px rgba(255,255,255,.035);
  z-index:4;
}
.phone-v18:before{
  content:"";
  position:absolute;
  top:10px;
  right:50%;
  transform:translateX(50%);
  width:102px;
  height:24px;
  border-radius:999px;
  background:#05090b;
  z-index:5;
}
.phone-top-v18{
  display:flex;
  align-items:center;
  justify-content:space-between;
  color:#fff;
  font-size:12px;
  font-weight:900;
  padding:0 9px 16px;
}
.chat-head-v18{
  display:flex;
  align-items:center;
  gap:12px;
  padding:14px;
  margin-bottom:16px;
  border-radius:22px;
  background:rgba(20,184,166,.13);
  border:1px solid rgba(20,184,166,.2);
}
.avatar-v18{
  width:38px;height:38px;border-radius:50%;
  display:inline-flex;align-items:center;justify-content:center;
  background:var(--teal);color:#fff;font-weight:900;
}
.chat-head-v18 strong{display:block;color:#fff;font-size:15px}
.chat-head-v18 small{display:block;color:rgba(255,255,255,.58);font-size:11px;font-weight:800;margin-top:3px}
.chat-body-v18{display:flex;flex-direction:column;gap:10px}
.msg-v18{
  margin:0;
  max-width:88%;
  padding:12px 14px;
  border-radius:16px;
  font-size:13.5px;
  line-height:1.62;
  font-weight:800;
  box-shadow:0 12px 28px rgba(0,0,0,.12);
}
.msg-v18.client{
  align-self:flex-start;
  background:#fff;
  color:#111827;
  border-bottom-left-radius:5px;
}
.msg-v18.agent{
  align-self:flex-end;
  background:#DDF8EF;
  color:#063a34;
  border-bottom-right-radius:5px;
}
.msg-v18.typing{
  align-self:flex-start;
  max-width:95%;
  display:flex;
  align-items:center;
  gap:6px;
  background:rgba(255,255,255,.085);
  color:rgba(255,255,255,.72);
  border-radius:999px;
  font-size:11.5px;
}
.msg-v18.typing i{
  width:5px;height:5px;border-radius:50%;background:var(--teal);
}

.lead-panel-v18,
.metrics-panel-v18{
  position:absolute;
  background:rgba(7,14,18,.82);
  backdrop-filter:blur(18px);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 32px 90px rgba(0,0,0,.36);
  color:#fff;
  z-index:6;
}
.lead-panel-v18{
  right:18px;
  top:146px;
  width:245px;
  border-radius:24px;
  padding:21px;
}
.lead-panel-v18 > span{
  display:inline-flex;
  padding:7px 10px;
  border-radius:999px;
  color:var(--teal);
  background:rgba(20,184,166,.13);
  font-size:12px;
  font-weight:900;
}
.lead-panel-v18 h3{
  color:#fff;
  font-size:26px;
  margin:15px 0 12px;
}
.lead-panel-v18 ul{list-style:none;margin:0;padding:0}
.lead-panel-v18 li{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:10px 0;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.lead-panel-v18 em{font-style:normal;color:rgba(255,255,255,.63);font-size:12px;font-weight:800}
.lead-panel-v18 strong{color:#fff;font-size:13px}
.hot-v18{color:#ff8a3d!important}
.lead-panel-v18 a{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  margin-top:16px;
  border-radius:13px;
  background:rgba(20,184,166,.12);
  border:1px solid rgba(20,184,166,.25);
  color:#fff;
  font-size:12px;
  font-weight:900;
}
.metrics-panel-v18{
  left:20px;
  top:176px;
  width:236px;
  border-radius:22px;
  padding:18px;
}
.metrics-panel-v18 > strong{
  display:block;
  margin-bottom:12px;
  font-size:15px;
}
.metrics-panel-v18 div{
  display:grid;
  grid-template-columns:1fr;
  gap:9px;
}
.metrics-panel-v18 span{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:10px 12px;
  border-radius:14px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.07);
  color:rgba(255,255,255,.68);
  font-size:12px;
  font-weight:800;
}
.metrics-panel-v18 b{
  color:var(--teal);
  font-size:24px;
  font-weight:900;
}

.flow-strip-v18{
  position:absolute;
  right:52px;
  left:52px;
  bottom:34px;
  display:grid;
  grid-template-columns:auto 1fr auto 1fr auto;
  gap:14px;
  align-items:center;
  z-index:6;
  color:rgba(255,255,255,.82);
  font-size:12px;
  font-weight:900;
}
.flow-strip-v18 i{
  position:relative;
  height:2px;
  background:linear-gradient(90deg,rgba(20,184,166,.08),var(--teal),rgba(20,184,166,.08));
}
.flow-strip-v18 i:before,
.flow-strip-v18 i:after{
  content:"";
  position:absolute;
  top:-5px;
  width:12px;height:12px;border-radius:50%;background:var(--teal);
  box-shadow:0 0 22px rgba(20,184,166,.75);
}
.flow-strip-v18 i:before{right:0}
.flow-strip-v18 i:after{left:0}

@media (max-width:1180px){
  .hero-grid-v18{
    grid-template-columns:1fr;
    gap:58px;
  }
  .hero-copy-v18{
    text-align:center;
    justify-self:center;
    margin-inline:auto;
  }
  .hero-badge-v18,
  .hero-trust-v18{
    margin-inline:auto;
    justify-content:center;
  }
  .hero-visual-v18{
    max-width:820px;
    margin-inline:auto;
    width:100%;
  }
}
@media (max-width:820px){
  .hero-v18{
    min-height:auto;
    padding:122px 0 82px;
  }
  .hero-copy-v18{
    text-align:right;
  }
  .hero-badge-v18,
  .hero-trust-v18{
    margin-inline:0;
    justify-content:flex-start;
  }
  .hero-v18 h1{
    font-size:40px;
    line-height:1.18;
    letter-spacing:-.035em;
  }
  .hero-v18 .hero-subtitle{
    font-size:16px;
    line-height:1.9;
  }
  .hero-visual-v18{
    min-height:820px;
  }
  .phone-v18{
    top:22px;
    width:min(350px,calc(100% - 34px));
  }
  .lead-panel-v18{
    top:540px;
    right:18px;
    width:calc(50% - 28px);
  }
  .metrics-panel-v18{
    top:540px;
    left:18px;
    width:calc(50% - 28px);
  }
  .flow-strip-v18{
    display:none;
  }
}
@media (max-width:640px){
  .hero-visual-v18{
    min-height:980px;
  }
  .stage-card-v18{
    border-radius:28px;
  }
  .phone-v18{
    min-height:500px;
    padding:16px;
  }
  .lead-panel-v18,
  .metrics-panel-v18{
    right:16px;
    left:16px;
    width:auto;
  }
  .lead-panel-v18{top:548px}
  .metrics-panel-v18{top:742px}
}


/* v1.9 final polish: stronger hero balance, clearer trust, featured sectors, stronger pricing and CTA */
:root{
  --hero-visual-scale:1.08;
}

/* Brand presence */
.wasl-default-logo,
.custom-logo{
  width:172px;
  max-height:62px;
}
.footer-brand .wasl-default-logo,
.footer-brand .custom-logo{
  width:196px;
  max-height:76px;
}

/* Hero polish */
.hero-v18{
  min-height:800px;
  padding:164px 0 118px;
}
.hero-grid-v18{
  grid-template-columns:minmax(500px,.88fr) minmax(720px,1.12fr);
  gap:88px;
}
.hero-copy-v18{
  max-width:700px;
}
.hero-v18 h1{
  font-size:clamp(54px,4.9vw,82px);
  line-height:1.08;
  letter-spacing:-.05em;
  max-width:680px;
  margin-bottom:26px;
}
.hero-v18 .hero-subtitle{
  max-width:660px;
  font-size:19.5px;
  line-height:1.92;
}
.hero-actions-v18{
  margin:36px 0 28px;
  gap:14px;
}
.hero-v18 .btn{
  min-width:178px;
  min-height:52px;
  font-size:16px;
}
.hero-trust-v18{
  gap:12px;
}
.hero-trust-v18 span{
  min-height:52px;
  padding:12px 16px;
  border-radius:16px;
  background:rgba(255,255,255,.072);
  border-color:rgba(255,255,255,.15);
  color:rgba(255,255,255,.84);
  box-shadow:0 18px 46px rgba(0,0,0,.12);
}
.hero-trust-v18 b{
  width:30px;
  height:30px;
  border-radius:11px;
  background:rgba(20,184,166,.17);
}

.hero-visual-v18{
  min-height:640px;
}
.stage-card-v18{
  border-radius:44px;
  box-shadow:0 62px 150px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.08);
}
.stage-card-v18:before{width:790px;height:255px;right:-46px;top:145px}
.stage-card-v18:after{width:610px;height:195px;left:-64px;bottom:84px}
.phone-v18{
  width:392px;
  min-height:548px;
  top:40px;
  padding:20px;
  border-radius:42px;
  box-shadow:0 44px 120px rgba(0,0,0,.50),0 0 0 10px rgba(255,255,255,.04),0 0 90px rgba(20,184,166,.13);
}
.chat-head-v18{
  padding:16px;
  margin-bottom:18px;
}
.msg-v18{
  font-size:14.2px;
  padding:13px 15px;
}
.lead-panel-v18{
  right:26px;
  top:132px;
  width:268px;
  padding:23px;
  border-radius:26px;
}
.lead-panel-v18 h3{
  font-size:28px;
}
.metrics-panel-v18{
  left:26px;
  top:168px;
  width:262px;
  padding:20px;
}
.metrics-panel-v18 b{
  font-size:27px;
}
.flow-strip-v18{
  right:60px;
  left:60px;
  bottom:38px;
  font-size:13px;
}

/* Trust bar stronger proof */
.trust-bar{
  padding:34px 0 28px;
}
.trust-bar p{
  font-size:18px;
  font-weight:800;
  color:#111827;
  margin-bottom:14px;
}
.trust-proof{
  display:flex;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
  gap:10px;
  margin:0 auto 18px;
}
.trust-proof span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:9px 16px;
  border-radius:999px;
  background:#ecfffb;
  color:#0b766b;
  border:1px solid rgba(20,184,166,.25);
  font-weight:900;
  font-size:14px;
}

/* Timeline stronger */
.timeline{
  gap:10px;
}
.timeline:before{
  top:43px;
  height:4px;
  opacity:.76;
}
.step-number{
  width:86px;
  height:86px;
  font-size:17px;
  border-width:2px;
}
.timeline-step h3{
  font-size:19px;
}
.timeline-step p{
  font-size:15px;
}

/* Industries: make first two sector playbooks feel featured, not generic service cards */
.industry-grid{
  grid-template-columns:repeat(6,1fr);
  gap:22px;
}
.industry-card{
  grid-column:span 2;
  overflow:hidden;
  transition:.22s ease;
}
.industry-card:hover{
  transform:translateY(-4px);
  border-color:rgba(20,184,166,.38);
  box-shadow:0 28px 76px rgba(20,184,166,.12);
}
.featured-industry{
  grid-column:span 3;
  min-height:420px;
  background:linear-gradient(180deg,#ffffff,#f0fffb);
  border:1.5px solid rgba(20,184,166,.42);
  box-shadow:0 34px 90px rgba(20,184,166,.13);
}
.featured-industry .industry-cover{
  height:250px;
}
.featured-industry h3{
  font-size:26px;
}
.featured-industry p{
  min-height:86px;
  font-size:16.5px;
}
.industry-cover{
  height:190px;
}
.industry-card .text-link{
  display:inline-flex;
  align-items:center;
  width:max-content;
  padding:8px 13px;
  border-radius:999px;
  background:rgba(20,184,166,.10);
}

/* Growth plan as the clear conversion target */
.pricing-grid{
  gap:34px;
}
.pricing-card{
  border-radius:28px;
}
.pricing-card.featured{
  transform:translateY(-24px) scale(1.025);
  border:2.5px solid var(--teal);
  box-shadow:0 44px 120px rgba(20,184,166,.28);
  background:
    radial-gradient(circle at 50% 0%,rgba(20,184,166,.20),transparent 34%),
    linear-gradient(180deg,#ffffff,#eefdfa);
}
.pricing-card.featured:before{
  content:"";
  position:absolute;
  inset:-1px;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.92);
  pointer-events:none;
}
.badge{
  top:-20px;
  right:50%;
  transform:translateX(50%);
  padding:10px 22px;
  font-size:15px;
  box-shadow:0 18px 38px rgba(20,184,166,.32);
}
.pricing-card.featured h3{
  color:#0f766e;
}
.price-row strong{
  font-size:19px;
}
.pricing-note{
  margin-top:30px;
  color:#4b5563;
  font-weight:700;
}

/* Stronger final conversion block */
.site-footer{
  margin-top:42px;
}
.footer-cta{
  padding:58px;
  border-radius:34px;
  gap:34px;
  background:
    radial-gradient(circle at 88% 50%,rgba(20,184,166,.26),transparent 34%),
    linear-gradient(135deg,rgba(20,184,166,.24),rgba(255,255,255,.055));
}
.footer-cta h2{
  font-size:clamp(30px,3vw,44px);
  line-height:1.25;
  margin-bottom:10px;
}
.footer-cta p{
  font-size:18px;
  line-height:1.9;
  max-width:720px;
}
.footer-cta .btn{
  min-width:190px;
  min-height:54px;
}

/* Mobile refinements for the new bigger hero */
@media (max-width:1180px){
  .hero-grid-v18{
    grid-template-columns:1fr;
    gap:64px;
  }
  .hero-copy-v18{
    max-width:780px;
  }
  .hero-v18 h1,
  .hero-v18 .hero-subtitle{
    max-width:780px;
  }
  .hero-visual-v18{
    max-width:900px;
    min-height:660px;
  }
  .industry-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .industry-card,
  .featured-industry{
    grid-column:span 1;
  }
}
@media (max-width:900px){
  .wasl-default-logo,
  .custom-logo{
    width:132px;
    max-height:48px;
  }
  .footer-brand .wasl-default-logo,
  .footer-brand .custom-logo{
    width:160px;
  }
  .hero-v18{
    padding:118px 0 82px;
  }
  .hero-v18 h1{
    font-size:44px;
    line-height:1.14;
  }
  .hero-visual-v18{
    min-height:850px;
  }
  .phone-v18{
    top:22px;
    width:min(392px,calc(100% - 30px));
    right:50%;
    transform:translateX(50%);
  }
  .lead-panel-v18{
    top:590px;
    right:18px;
    width:calc(50% - 28px);
  }
  .metrics-panel-v18{
    top:590px;
    left:18px;
    width:calc(50% - 28px);
  }
  .pricing-card.featured{
    transform:none;
  }
  .footer-cta{
    transform:translateY(-32px);
  }
}
@media (max-width:640px){
  .hero-v18 h1{
    font-size:38px;
    line-height:1.18;
  }
  .hero-actions-v18 .btn{
    width:100%;
  }
  .hero-trust-v18{
    display:grid;
    grid-template-columns:1fr;
  }
  .hero-visual-v18{
    min-height:1050px;
  }
  .phone-v18{
    min-height:540px;
  }
  .lead-panel-v18,
  .metrics-panel-v18{
    right:16px;
    left:16px;
    width:auto;
  }
  .lead-panel-v18{top:590px}
  .metrics-panel-v18{top:792px}
  .industry-grid{
    grid-template-columns:1fr;
  }
  .featured-industry{
    min-height:auto;
  }
  .featured-industry .industry-cover,
  .industry-cover{
    height:180px;
  }
  .footer-cta{
    padding:34px 24px;
  }
}



/* v1.2.0 final launch polish: cleaner two-line hero, stronger product visual, clearer trust, timeline and CTA */
.hero-v18{
  min-height:820px;
  padding:166px 0 120px;
}
.hero-grid-v18{
  grid-template-columns:minmax(610px,1fr) minmax(640px,1fr);
  gap:72px;
  align-items:center;
}
.hero-copy-v18{
  max-width:760px;
}
.hero-title-v20{
  max-width:760px;
  font-size:clamp(50px,4.35vw,72px);
  line-height:1.13;
  letter-spacing:-.035em;
  margin-bottom:24px;
}
.hero-title-v20 span{
  display:block;
}
@media (min-width:901px){
  .hero-title-v20 span{
    white-space:nowrap;
  }
}
.hero-v18 .hero-subtitle{
  max-width:720px;
  font-size:19px;
  line-height:1.9;
}
.hero-actions-v18{
  margin:32px 0 24px;
}
.hero-trust-v18{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  max-width:720px;
  gap:12px;
}
.hero-trust-v18 span{
  min-height:58px;
  padding:12px 14px;
  font-size:13px;
  background:linear-gradient(180deg,rgba(255,255,255,.105),rgba(255,255,255,.045));
  border:1px solid rgba(255,255,255,.18);
}
.hero-trust-v18 b{
  flex:0 0 auto;
}
.hero-visual-v18{
  min-height:675px;
}
.stage-card-v18{
  overflow:visible;
  background:
    radial-gradient(circle at 50% 40%,rgba(20,184,166,.26),transparent 34%),
    linear-gradient(135deg,rgba(255,255,255,.082),rgba(255,255,255,.02));
}
.stage-card-v18:before{
  opacity:.9;
}
.phone-v18{
  width:410px;
  min-height:560px;
  top:42px;
  right:50%;
  transform:translateX(50%);
}
.lead-panel-v18{
  right:8px;
  top:122px;
  width:282px;
  z-index:7;
}
.metrics-panel-v18{
  left:8px;
  top:172px;
  width:276px;
  z-index:7;
}
.flow-strip-v18{
  bottom:32px;
  right:44px;
  left:44px;
  padding:12px 14px;
  border-radius:18px;
  background:rgba(4,10,12,.55);
  border:1px solid rgba(255,255,255,.1);
  backdrop-filter:blur(12px);
}

/* Stronger timeline readability */
.timeline{
  gap:14px;
}
.timeline:before{
  top:48px;
  right:7%;
  left:7%;
  height:5px;
  opacity:.82;
}
.step-number{
  width:96px;
  height:96px;
  margin-bottom:24px;
  box-shadow:0 20px 60px rgba(20,184,166,.13), var(--shadow);
}
.timeline-step h3{
  font-size:20px;
  margin-bottom:8px;
}
.timeline-step p{
  font-size:15.5px;
  line-height:1.75;
}

/* Dashboard contrast and clarity */
.dashboard-sidebar{
  background:linear-gradient(180deg,#050A0F,#071B1A);
  border-inline-start:1px solid rgba(20,184,166,.18);
}
.dashboard-sidebar strong{
  color:#fff;
  text-shadow:0 0 18px rgba(20,184,166,.22);
}
.dashboard-sidebar span{
  color:rgba(255,255,255,.82);
  padding:9px 12px;
  border-radius:12px;
}
.dashboard-sidebar span:first-of-type{
  background:rgba(20,184,166,.14);
  color:#fff;
}
.dashboard-metrics div{
  border:1px solid rgba(20,184,166,.18);
  box-shadow:0 12px 30px rgba(20,184,166,.055);
}
.dashboard-metrics strong{
  font-size:28px;
}

/* Final CTA: more launch-ready */
.footer-cta{
  padding:66px 58px;
  margin-bottom:8px;
  border-color:rgba(20,184,166,.34);
}
.footer-cta h2{
  font-size:clamp(34px,3.3vw,48px);
}
.footer-cta .btn{
  min-width:210px;
}

/* Pricing clarity */
.pricing-card.featured{
  transform:translateY(-28px) scale(1.035);
}
.pricing-card.featured .btn{
  box-shadow:0 18px 42px rgba(20,184,166,.25);
}
.badge{
  letter-spacing:0;
}

@media (max-width:1180px){
  .hero-grid-v18{
    grid-template-columns:1fr;
    gap:60px;
  }
  .hero-copy-v18,
  .hero-title-v20,
  .hero-v18 .hero-subtitle{
    max-width:820px;
  }
  .hero-visual-v18{
    max-width:920px;
  }
}
@media (max-width:900px){
  .hero-title-v20{
    font-size:44px;
    line-height:1.16;
  }
  .hero-trust-v18{
    grid-template-columns:1fr;
  }
  .hero-visual-v18{
    min-height:880px;
  }
  .phone-v18{
    width:min(410px,calc(100% - 28px));
  }
  .lead-panel-v18{
    top:602px;
    right:18px;
    width:calc(50% - 28px);
  }
  .metrics-panel-v18{
    top:602px;
    left:18px;
    width:calc(50% - 28px);
  }
  .timeline:before{
    display:none;
  }
}
@media (max-width:640px){
  .hero-v18{
    padding-top:112px;
  }
  .hero-title-v20{
    font-size:38px;
    line-height:1.18;
    max-width:100%;
  }
  .hero-title-v20 span{
    white-space:normal;
  }
  .hero-visual-v18{
    min-height:1050px;
  }
  .phone-v18{
    min-height:540px;
    padding:16px;
  }
  .lead-panel-v18{
    top:590px;
  }
  .metrics-panel-v18{
    top:796px;
  }
  .timeline-step{
    padding:0 0 22px;
  }
  .step-number{
    width:78px;
    height:78px;
  }
  .footer-cta{
    padding:38px 24px;
  }
}



/* v2.1 final hero: premium WhatsApp-first product stage */
.hero-v21{
  position:relative;
  min-height:790px;
  padding:138px 0 92px;
  overflow:hidden;
  background:
    radial-gradient(circle at 18% 36%,rgba(20,184,166,.24),transparent 30%),
    radial-gradient(circle at 62% 18%,rgba(20,184,166,.12),transparent 28%),
    linear-gradient(135deg,#071114 0%,#0B0F14 54%,#061014 100%);
}
.hero-v21:after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(20,184,166,.38),transparent);
}
.hero-network-v21{
  opacity:.72;
  background:
    radial-gradient(circle at 10% 22%,rgba(20,184,166,.85) 0 2px,transparent 3px),
    radial-gradient(circle at 27% 56%,rgba(20,184,166,.50) 0 2px,transparent 3px),
    radial-gradient(circle at 50% 18%,rgba(20,184,166,.42) 0 2px,transparent 3px),
    linear-gradient(28deg,transparent 0 54%,rgba(20,184,166,.075) 54.08% 54.2%,transparent 54.35%),
    linear-gradient(142deg,transparent 0 50%,rgba(20,184,166,.055) 50.08% 50.2%,transparent 50.35%);
  background-size:160px 160px,220px 220px,190px 190px,100% 100%,100% 100%;
}
.hero-grid-v21{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(510px,.9fr) minmax(680px,1.1fr);
  gap:86px;
  align-items:center;
}
.hero-copy-v21{
  max-width:750px;
  justify-self:end;
}
.hero-badge-v21{
  width:max-content;
  max-width:100%;
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 16px;
  border-radius:999px;
  background:rgba(20,184,166,.12);
  border:1px solid rgba(20,184,166,.30);
  color:rgba(255,255,255,.88);
  font-size:14px;
  font-weight:900;
  margin-bottom:22px;
}
.hero-badge-v21 i{
  width:10px;
  height:10px;
  border-radius:50%;
  background:var(--teal);
  box-shadow:0 0 24px rgba(20,184,166,.9);
}
.hero-title-v21{
  max-width:760px;
  margin:0 0 24px;
  color:#fff;
  font-size:clamp(52px,4.25vw,74px);
  line-height:1.16;
  letter-spacing:-.045em;
  font-weight:900;
}
.hero-title-v21 span{display:block}
@media (min-width:901px){
  .hero-title-v21 span{white-space:nowrap}
}
.hero-subtitle-v21{
  max-width:690px;
  margin:0;
  color:rgba(255,255,255,.78);
  font-size:18.5px;
  line-height:1.95;
}
.hero-actions-v21{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
  margin:32px 0 28px;
}
.btn-hero-primary-v21,
.btn-hero-secondary-v21{
  min-height:54px;
  padding:15px 26px;
  border-radius:14px;
  font-size:16px;
  font-weight:900;
}
.btn-hero-secondary-v21{
  background:rgba(255,255,255,.035);
  border-color:rgba(255,255,255,.22);
}
.hero-trust-v21{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  max-width:720px;
}
.hero-trust-v21 span{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:58px;
  padding:12px 14px;
  color:rgba(255,255,255,.84);
  font-size:13px;
  font-weight:800;
  border:1px solid rgba(255,255,255,.16);
  border-radius:16px;
  background:linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.045));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
}
.trust-icon-v21{
  display:grid;
  place-items:center;
  width:28px;
  height:28px;
  border-radius:10px;
  background:rgba(20,184,166,.13);
  color:var(--teal);
  font-style:normal;
  flex:0 0 auto;
}

.hero-visual-v21{
  position:relative;
  min-height:610px;
  direction:rtl;
}
.product-scene-v21{
  position:absolute;
  inset:0;
  min-height:610px;
}
.scene-glow-v21{
  position:absolute;
  width:520px;
  height:520px;
  right:50%;
  top:50%;
  transform:translate(50%,-47%);
  border-radius:50%;
  background:radial-gradient(circle,rgba(20,184,166,.16),transparent 64%);
  filter:blur(3px);
}
.phone-hero-v21{
  position:absolute;
  right:50%;
  top:16px;
  transform:translateX(50%);
  width:330px;
  z-index:5;
}
.phone-frame-v21{
  position:relative;
  min-height:515px;
  padding:18px;
  border-radius:38px;
  background:linear-gradient(180deg,#0d211e,#050b0d);
  border:1px solid rgba(255,255,255,.18);
  box-shadow:
    0 42px 110px rgba(0,0,0,.55),
    0 0 0 8px rgba(255,255,255,.035),
    0 0 90px rgba(20,184,166,.12);
  overflow:hidden;
}
.phone-frame-v21:before{
  content:"";
  position:absolute;
  top:10px;
  right:50%;
  transform:translateX(50%);
  width:106px;
  height:24px;
  border-radius:999px;
  background:#05090b;
  z-index:2;
}
.phone-status-v21{
  display:flex;
  align-items:center;
  justify-content:space-between;
  color:rgba(255,255,255,.82);
  font-size:12px;
  font-weight:900;
  padding:0 10px 16px;
}
.phone-header-v21{
  display:flex;
  align-items:center;
  gap:12px;
  padding:15px;
  margin-bottom:14px;
  border-radius:22px;
  background:linear-gradient(135deg,rgba(20,184,166,.16),rgba(255,255,255,.045));
  border:1px solid rgba(255,255,255,.08);
}
.phone-avatar-v21{
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  border-radius:15px;
  background:var(--teal);
  color:#06211d;
  font-weight:900;
}
.phone-header-v21 strong{display:block;color:#fff;font-size:14px}
.phone-header-v21 small{display:block;color:rgba(255,255,255,.62);font-size:11px;margin-top:3px}
.phone-chat-v21{display:flex;flex-direction:column;gap:10px}
.bubble-v21{
  width:86%;
  margin:0;
  padding:11px 13px 9px;
  border-radius:16px;
  font-size:13px;
  line-height:1.55;
  font-weight:700;
  position:relative;
}
.bubble-v21 small{
  display:block;
  margin-top:5px;
  font-size:10px;
  color:rgba(255,255,255,.45);
}
.bubble-v21.client{
  align-self:flex-start;
  background:rgba(255,255,255,.95);
  color:#102033;
}
.bubble-v21.client small{color:rgba(16,32,51,.45)}
.bubble-v21.agent{
  align-self:flex-end;
  background:rgba(20,184,166,.20);
  border:1px solid rgba(20,184,166,.18);
  color:#fff;
}
.bubble-v21.final{
  width:auto;
  color:#a7fff1;
}
.phone-input-v21{
  position:absolute;
  right:18px;
  left:18px;
  bottom:18px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  height:44px;
  padding:0 14px;
  border-radius:18px;
  background:rgba(255,255,255,.06);
  color:rgba(255,255,255,.46);
  font-size:12px;
}
.phone-input-v21 b{
  display:grid;
  place-items:center;
  width:30px;
  height:30px;
  border-radius:10px;
  background:var(--teal);
  color:#06211d;
}
.phone-base-v21{
  width:245px;
  height:54px;
  margin:-8px auto 0;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:radial-gradient(circle,rgba(20,184,166,.35),rgba(20,184,166,.10) 46%,transparent 72%);
  color:#fff;
  font-size:30px;
  font-weight:900;
  letter-spacing:-.06em;
  text-shadow:0 0 22px rgba(20,184,166,.72);
  position:relative;
  z-index:1;
}
.floating-card-v21{
  position:absolute;
  z-index:6;
  border:1px solid rgba(255,255,255,.16);
  border-radius:25px;
  background:linear-gradient(180deg,rgba(10,20,25,.86),rgba(6,12,16,.78));
  backdrop-filter:blur(18px);
  box-shadow:0 34px 90px rgba(0,0,0,.44), inset 0 1px 0 rgba(255,255,255,.06);
  color:#fff;
}
.lead-card-v21{
  right:0;
  top:166px;
  width:245px;
  padding:22px;
}
.card-head-v21{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:16px;
}
.user-dot-v21{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#fff;
  font-size:13px;
  font-weight:900;
}
.user-dot-v21:before{
  content:"";
  width:9px;height:9px;border-radius:50%;
  background:var(--teal);
  box-shadow:0 0 20px rgba(20,184,166,.8);
}
.lead-card-v21 h3{
  color:#fff;
  font-size:25px;
  margin:0 0 15px;
}
.lead-card-v21 dl{margin:0}
.lead-card-v21 div{
  display:flex;
  justify-content:space-between;
  gap:16px;
  padding:9px 0;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.lead-card-v21 dt{
  color:rgba(255,255,255,.52);
  font-size:12px;
}
.lead-card-v21 dd{
  margin:0;
  color:#fff;
  font-size:13px;
  font-weight:900;
}
.hot-v21{color:#ffb25f!important}
.lead-card-v21 a{
  margin-top:16px;
  display:flex;
  justify-content:center;
  padding:11px 14px;
  border-radius:14px;
  background:rgba(20,184,166,.16);
  border:1px solid rgba(20,184,166,.32);
  color:#a7fff1;
  font-size:13px;
  font-weight:900;
}
.growth-card-v21{
  left:22px;
  top:210px;
  width:220px;
  padding:20px;
}
.growth-card-v21 strong{
  display:block;
  color:rgba(255,255,255,.78);
  font-size:13px;
  margin-bottom:8px;
}
.growth-card-v21 b{
  color:var(--teal);
  font-size:34px;
  font-weight:900;
}
.growth-card-v21 small{
  display:block;
  color:rgba(255,255,255,.58);
  font-size:12px;
  margin-top:10px;
}
.mini-chart-v21{
  height:68px;
  display:flex;
  align-items:flex-end;
  gap:8px;
  margin-top:12px;
  padding-bottom:4px;
}
.mini-chart-v21 i{
  flex:1;
  border-radius:999px 999px 4px 4px;
  background:linear-gradient(180deg,var(--teal),rgba(20,184,166,.18));
}
.ai-node-v21{
  position:absolute;
  right:250px;
  top:265px;
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  border-radius:20px;
  color:#0dfff0;
  background:rgba(20,184,166,.12);
  border:1px solid rgba(20,184,166,.32);
  box-shadow:0 0 45px rgba(20,184,166,.28);
  z-index:7;
  font-weight:900;
  font-size:22px;
}
.hero-flow-v21{
  position:absolute;
  right:42px;
  left:42px;
  bottom:30px;
  display:grid;
  grid-template-columns:auto 1fr auto 1fr auto;
  align-items:center;
  gap:12px;
  z-index:8;
  color:rgba(255,255,255,.82);
  font-size:12px;
  font-weight:900;
}
.hero-flow-v21 i{
  height:2px;
  background:linear-gradient(90deg,rgba(20,184,166,.05),var(--teal),rgba(20,184,166,.05));
  position:relative;
}
.hero-flow-v21 i:before,
.hero-flow-v21 i:after{
  content:"";
  position:absolute;
  top:-5px;
  width:12px;
  height:12px;
  border-radius:50%;
  background:var(--teal);
  box-shadow:0 0 18px rgba(20,184,166,.8);
}
.hero-flow-v21 i:before{right:0}
.hero-flow-v21 i:after{left:0}

@media (max-width:1280px){
  .hero-grid-v21{
    grid-template-columns:minmax(430px,.9fr) minmax(560px,1.1fr);
    gap:54px;
  }
  .phone-hero-v21{width:300px}
  .phone-frame-v21{min-height:486px}
  .lead-card-v21{width:220px;right:-8px}
  .growth-card-v21{width:200px;left:-4px}
}
@media (max-width:980px){
  .hero-v21{
    min-height:auto;
    padding:116px 0 66px;
  }
  .hero-grid-v21{
    grid-template-columns:1fr;
    gap:48px;
  }
  .hero-copy-v21{
    justify-self:stretch;
    max-width:none;
    text-align:center;
  }
  .hero-badge-v21{margin-inline:auto}
  .hero-title-v21{
    margin-inline:auto;
    font-size:clamp(38px,9vw,54px);
  }
  .hero-subtitle-v21{
    margin-inline:auto;
    font-size:16.5px;
  }
  .hero-actions-v21{
    justify-content:center;
  }
  .hero-trust-v21{
    margin-inline:auto;
    grid-template-columns:1fr;
    max-width:460px;
  }
  .hero-visual-v21{
    min-height:640px;
  }
  .product-scene-v21{
    position:relative;
    min-height:640px;
  }
  .phone-hero-v21{
    top:32px;
    width:min(310px,84vw);
  }
  .lead-card-v21{
    right:calc(50% - 180px);
    top:410px;
    width:220px;
  }
  .growth-card-v21{
    left:calc(50% - 180px);
    top:430px;
    width:190px;
  }
  .ai-node-v21{
    right:calc(50% - 30px);
    top:360px;
  }
  .hero-flow-v21{
    display:none;
  }
}
@media (max-width:560px){
  .hero-v21{
    padding:98px 0 48px;
  }
  .hero-title-v21 span{
    white-space:normal;
  }
  .hero-actions-v21 .btn{
    width:100%;
  }
  .hero-visual-v21,
  .product-scene-v21{
    min-height:710px;
  }
  .phone-hero-v21{
    width:min(290px,88vw);
    top:20px;
  }
  .lead-card-v21{
    right:16px;
    left:auto;
    top:430px;
    width:calc(100% - 32px);
  }
  .growth-card-v21{
    right:16px;
    left:auto;
    top:590px;
    width:calc(100% - 32px);
  }
  .ai-node-v21{
    display:none;
  }
}


/* v2.2 Micro Polish: stronger first fold, clearer trust, bigger product visual */
.hero-v21{
  min-height:850px;
  padding:158px 0 118px;
}
.hero-grid-v21{
  grid-template-columns:minmax(560px,.96fr) minmax(720px,1.04fr);
  gap:92px;
}
.hero-title-v21{
  max-width:840px;
  font-size:clamp(58px,4.55vw,82px);
  line-height:1.22;
  letter-spacing:-.04em;
  margin-bottom:26px;
}
.hero-subtitle-v21{
  max-width:720px;
  font-size:19px;
  line-height:2;
}
.hero-actions-v21{
  margin:36px 0 30px;
}
.btn-hero-primary-v21,
.btn-hero-secondary-v21{
  min-height:58px;
  padding:16px 30px;
  border-radius:16px;
  font-size:16.5px;
}
.hero-trust-v21{
  gap:14px;
  max-width:760px;
}
.hero-trust-v21 span{
  min-height:66px;
  padding:14px 16px;
  font-size:13.5px;
  border-radius:18px;
  background:linear-gradient(180deg,rgba(255,255,255,.13),rgba(255,255,255,.055));
  border-color:rgba(20,184,166,.25);
}
.trust-icon-v21{
  width:32px;
  height:32px;
  border-radius:12px;
}
.hero-visual-v21,
.product-scene-v21{
  min-height:680px;
}
.scene-glow-v21{
  width:620px;
  height:620px;
  background:radial-gradient(circle,rgba(20,184,166,.20),transparent 64%);
}
.phone-hero-v21{
  width:370px;
  top:4px;
}
.phone-frame-v21{
  min-height:565px;
  border-radius:42px;
  box-shadow:
    0 50px 130px rgba(0,0,0,.58),
    0 0 0 9px rgba(255,255,255,.04),
    0 0 115px rgba(20,184,166,.16);
}
.phone-base-v21{
  width:285px;
  height:64px;
}
.lead-card-v21{
  width:270px;
  right:-8px;
  top:178px;
  padding:24px;
}
.growth-card-v21{
  width:240px;
  left:4px;
  top:232px;
  padding:22px;
}
.ai-node-v21{
  right:288px;
  top:290px;
}
.hero-flow-v21{
  right:30px;
  left:30px;
  bottom:18px;
  font-size:13px;
}

.timeline{
  gap:10px;
}
.timeline:before{
  top:44px;
  height:4px;
  opacity:.7;
}
.step-number{
  width:84px;
  height:84px;
  font-size:17px;
  border-color:rgba(20,184,166,.34);
  box-shadow:0 18px 45px rgba(20,184,166,.12);
}
.timeline-step h3{
  font-size:19px;
}
.timeline-step p{
  font-size:15px;
}
.footer-cta{
  padding:58px 54px;
  border-radius:34px;
  background:
    radial-gradient(circle at 15% 35%,rgba(20,184,166,.24),transparent 34%),
    linear-gradient(135deg,rgba(20,184,166,.24),rgba(255,255,255,.05));
}
.footer-cta h2{
  font-size:clamp(30px,3vw,42px);
  line-height:1.25;
}
.footer-cta p{
  font-size:17px;
}
.pricing-card.featured{
  box-shadow:0 34px 90px rgba(20,184,166,.18);
}
.pricing-card.featured .btn{
  min-height:54px;
  font-size:16px;
}
.dashboard-sidebar{
  background:linear-gradient(180deg,#061014,#0B0F14);
}
.dashboard-metric strong{
  font-size:30px;
}

@media (max-width:1280px){
  .hero-v21{padding-top:146px}
  .hero-grid-v21{
    grid-template-columns:minmax(460px,.9fr) minmax(600px,1.1fr);
    gap:60px;
  }
  .hero-title-v21{font-size:clamp(48px,4.4vw,70px)}
  .phone-hero-v21{width:335px}
  .phone-frame-v21{min-height:525px}
  .lead-card-v21{width:235px;right:-10px}
  .growth-card-v21{width:215px;left:-8px}
}
@media (max-width:980px){
  .hero-v21{
    min-height:auto;
    padding:124px 0 82px;
  }
  .hero-title-v21{
    font-size:clamp(40px,8.6vw,58px);
    line-height:1.22;
  }
  .hero-visual-v21,
  .product-scene-v21{
    min-height:670px;
  }
  .phone-hero-v21{
    width:min(330px,86vw);
  }
  .lead-card-v21{
    right:calc(50% - 190px);
    top:430px;
  }
  .growth-card-v21{
    left:calc(50% - 190px);
    top:455px;
  }
}
@media (max-width:560px){
  .hero-v21{
    padding:104px 0 56px;
  }
  .hero-title-v21{
    font-size:38px;
    line-height:1.28;
  }
  .hero-subtitle-v21{
    font-size:16px;
    line-height:1.9;
  }
  .hero-trust-v21 span{
    min-height:58px;
    font-size:13px;
  }
  .hero-visual-v21,
  .product-scene-v21{
    min-height:735px;
  }
  .phone-hero-v21{
    width:min(305px,90vw);
  }
  .lead-card-v21{
    top:448px;
  }
  .growth-card-v21{
    top:615px;
  }
  .footer-cta{
    padding:34px 22px;
  }
}


/* =========================================================
   Wasl Premium v3.0 — rebuilt premium visual system
   ========================================================= */
:root{
  --v3-dark:#071014;
  --v3-dark-2:#0B1418;
  --v3-panel:#0F1B20;
  --v3-teal:#14B8A6;
  --v3-teal-soft:#DFFCF7;
  --v3-line:rgba(20,184,166,.22);
  --v3-text:#111827;
  --v3-muted:#64748B;
}
.site-header{
  background:rgba(6,12,15,.78);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(255,255,255,.07);
}
.site-logo img{height:42px}
.header-actions .btn,
.header-cta,
.btn-primary{
  background:linear-gradient(135deg,#16C7B4,#0E978A);
  box-shadow:0 14px 36px rgba(20,184,166,.25);
}
.hero-v21{
  min-height:850px;
  padding:128px 0 112px;
  background:
    radial-gradient(circle at 21% 58%,rgba(20,184,166,.24),transparent 22%),
    radial-gradient(circle at 74% 18%,rgba(20,184,166,.13),transparent 30%),
    linear-gradient(135deg,#061013 0%,#0B0F14 48%,#061316 100%);
}
.hero-v21:before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(120deg,transparent 0 54%,rgba(20,184,166,.08) 54.2%,transparent 54.5%),
    linear-gradient(30deg,transparent 0 62%,rgba(20,184,166,.06) 62.2%,transparent 62.45%),
    radial-gradient(circle at 13% 20%,rgba(20,184,166,.35) 0 2px,transparent 3px),
    radial-gradient(circle at 29% 70%,rgba(20,184,166,.28) 0 2px,transparent 3px);
  opacity:.65;
  background-size:100% 100%,100% 100%,220px 220px,260px 260px;
  pointer-events:none;
}
.hero-grid-v21{
  grid-template-columns:minmax(600px,1.08fr) minmax(530px,.92fr);
  gap:96px;
}
.hero-copy-v21{max-width:720px}
.hero-badge-v21{
  background:rgba(20,184,166,.12);
  border-color:rgba(20,184,166,.38);
  padding:11px 18px;
  font-size:14px;
}
.hero-title-v21{
  max-width:720px;
  font-size:clamp(54px,4.65vw,82px);
  line-height:1.13;
  letter-spacing:-.055em;
  margin-bottom:24px;
}
.hero-title-v21 span{display:block}
.hero-subtitle-v21{
  max-width:690px;
  color:rgba(255,255,255,.76);
  font-size:19px;
  line-height:2.05;
  font-weight:600;
}
.hero-actions-v21{margin-top:34px;gap:16px}
.btn-hero-primary-v21,
.btn-hero-secondary-v21{
  min-height:58px;
  padding:16px 34px;
  border-radius:15px;
  font-size:16px;
  font-weight:900;
}
.btn-hero-secondary-v21{
  background:rgba(255,255,255,.035);
  border-color:rgba(255,255,255,.24);
  box-shadow:none;
}
.hero-trust-v21{
  max-width:690px;
  margin-top:34px;
  padding-top:26px;
  border-top:1px solid rgba(255,255,255,.14);
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:0;
}
.hero-trust-v21 span{
  display:grid;
  place-items:center;
  gap:9px;
  min-height:76px;
  border-inline-start:1px solid rgba(255,255,255,.13);
  color:rgba(255,255,255,.78);
  font-size:14px;
  font-weight:800;
  text-align:center;
}
.hero-trust-v21 span:first-child{border-inline-start:0}
.trust-icon-v21{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:14px;
  color:#06221f;
  background:linear-gradient(135deg,#19D5C1,#0AA394);
  box-shadow:0 12px 28px rgba(20,184,166,.22);
}

/* premium hero product scene */
.hero-visual-v21{
  min-height:650px;
  transform:translateY(2px);
}
.product-scene-v21{min-height:650px}
.scene-glow-v21{
  width:660px;
  height:660px;
  background:
    radial-gradient(circle,rgba(20,184,166,.20),transparent 56%),
    radial-gradient(circle at 50% 78%,rgba(20,184,166,.20),transparent 18%);
}
.phone-hero-v21{
  width:360px;
  top:6px;
  z-index:7;
}
.phone-frame-v21{
  min-height:560px;
  border-radius:42px;
  padding:20px;
  background:linear-gradient(180deg,#0c241f 0%,#061012 78%);
  box-shadow:
    0 55px 130px rgba(0,0,0,.62),
    0 0 0 9px rgba(255,255,255,.035),
    0 0 110px rgba(20,184,166,.18);
}
.phone-base-v21{
  width:260px;
  height:58px;
  margin:-12px auto 0;
  background:linear-gradient(180deg,rgba(20,184,166,.18),rgba(20,184,166,.05));
  border:1px solid rgba(20,184,166,.40);
  border-radius:0 0 50px 50px;
  box-shadow:0 18px 48px rgba(20,184,166,.20);
}
.phone-base-v21 span{font-size:29px;letter-spacing:-.06em}
.bubble-v21{font-size:13.5px;padding:12px 14px;border-radius:17px}
.lead-card-v21{
  right:0;
  top:155px;
  width:260px;
  min-height:300px;
  border-radius:28px;
  transform:translateX(2px);
  background:linear-gradient(180deg,rgba(13,28,32,.92),rgba(7,14,17,.92));
  border:1px solid rgba(20,184,166,.32);
  box-shadow:0 35px 85px rgba(0,0,0,.42),0 0 60px rgba(20,184,166,.08);
}
.lead-card-v21 h3{font-size:25px}
.lead-card-v21 a{
  height:48px;
  border-radius:14px;
  background:rgba(20,184,166,.16);
  border:1px solid rgba(20,184,166,.35);
  color:#DFFCF7;
}
.growth-card-v21{
  left:20px;
  top:260px;
  width:245px;
  min-height:230px;
  border-radius:28px;
  background:linear-gradient(180deg,rgba(13,28,32,.90),rgba(7,14,17,.92));
  border:1px solid rgba(20,184,166,.32);
  box-shadow:0 35px 85px rgba(0,0,0,.42),0 0 60px rgba(20,184,166,.08);
}
.growth-card-v21 b{font-size:45px}
.ai-node-v21{
  right:250px;
  top:330px;
  width:70px;
  height:70px;
  font-size:26px;
  border-radius:50%;
  background:radial-gradient(circle,#19D5C1,#0C847B);
  color:#06221f;
  box-shadow:0 0 0 14px rgba(20,184,166,.08),0 0 45px rgba(20,184,166,.55);
}
.hero-flow-v21{
  width:620px;
  right:50%;
  transform:translateX(50%);
  bottom:18px;
  display:grid;
  grid-template-columns:1fr 70px 1fr 70px 1fr;
  align-items:center;
  color:rgba(255,255,255,.82);
}
.hero-flow-v21 span{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  border-radius:17px;
  border:1px solid rgba(255,255,255,.11);
  background:rgba(255,255,255,.035);
  font-weight:900;
}
.hero-flow-v21 i{
  height:2px;
  background:linear-gradient(90deg,transparent,var(--v3-teal),transparent);
  position:relative;
}
.hero-flow-v21 i:after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:10px;
  height:10px;
  transform:translate(-50%,-50%);
  border-radius:50%;
  background:var(--v3-teal);
  box-shadow:0 0 20px rgba(20,184,166,.7);
}

/* premium logo strip */
.trust-bar-v30{
  padding:40px 0 42px;
  background:#fff;
  border-bottom:1px solid #EEF2F5;
}
.trust-bar-v30 p{
  margin:0 0 24px;
  font-size:18px;
  font-weight:900;
  color:#26323F;
}
.brand-strip-v30{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:18px;
}
.brand-strip-v30 span{
  min-height:70px;
  display:grid;
  place-items:center;
  border:1px solid #E8EEF2;
  border-radius:20px;
  background:linear-gradient(180deg,#fff,#FBFCFD);
  color:#7B8491;
  font-size:25px;
  font-weight:900;
  letter-spacing:-.05em;
  box-shadow:0 14px 36px rgba(17,24,39,.045);
}

/* premium sections */
.section{padding:105px 0}
.section.light-section{background:#F7F9FB}
.section-heading{margin-bottom:48px}
.section-heading .eyebrow{font-size:13px;letter-spacing:0;color:var(--v3-teal);font-weight:900}
.section-heading h2{
  font-size:clamp(34px,3.2vw,48px);
  line-height:1.35;
  letter-spacing:-.035em;
}
.feature-card,.service-card,.industry-card,.pricing-card,.post-card{
  border-radius:28px;
  padding:36px;
  border:1px solid #E8EEF2;
  box-shadow:0 24px 65px rgba(17,24,39,.07);
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.feature-card:hover,.service-card:hover,.industry-card:hover{
  transform:translateY(-6px);
  border-color:rgba(20,184,166,.36);
  box-shadow:0 34px 85px rgba(17,24,39,.105);
}
.icon-circle,.industry-icon{
  width:66px;
  height:66px;
  border-radius:20px;
  background:linear-gradient(135deg,rgba(20,184,166,.16),rgba(20,184,166,.06));
  box-shadow:inset 0 0 0 1px rgba(20,184,166,.10);
}
.dark-section .section-heading h2,
.dark-section .section-heading p{color:#fff}
.why-section{
  background:
    radial-gradient(circle at 20% 25%,rgba(20,184,166,.16),transparent 28%),
    linear-gradient(180deg,#071014,#0B0F14);
}
.why-grid{gap:24px}
.dark-card{
  padding:34px;
  border-radius:24px;
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.035));
  border:1px solid rgba(255,255,255,.11);
}

/* timeline like premium line */
.timeline{gap:0;margin-top:12px}
.timeline:before{
  top:42px;
  height:2px;
  right:6%;
  left:6%;
  background:linear-gradient(90deg,transparent,rgba(20,184,166,.58),transparent);
}
.step-number{
  width:84px;
  height:84px;
  border-color:rgba(20,184,166,.24);
  background:linear-gradient(180deg,#fff,#F7FFFD);
  box-shadow:0 20px 55px rgba(17,24,39,.085);
}
.timeline-step h3{font-size:19px;font-weight:900}

/* services */
.services-grid{gap:22px}
.service-card{
  display:grid;
  min-height:250px;
}
.service-card a,.text-link{
  margin-top:auto;
  color:var(--v3-teal);
  font-weight:900;
}

/* industries premium as in reference */
.industry-grid{
  grid-template-columns:1.2fr 1.2fr repeat(2,1fr);
  gap:20px;
  align-items:stretch;
}
.industry-card{
  min-height:215px;
  padding:28px;
}
.industry-card.featured-industry{
  min-height:330px;
  color:#fff;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  background:#0B0F14;
  border:0;
}
.industry-card.featured-industry .industry-cover{
  position:absolute;
  inset:0;
  z-index:0;
}
.industry-card.featured-industry .industry-cover:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(3,8,12,.12),rgba(3,8,12,.88));
}
.industry-card.featured-industry img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:0;
  margin:0;
  filter:saturate(.88) contrast(1.05);
}
.industry-card.featured-industry h3,
.industry-card.featured-industry p,
.industry-card.featured-industry a{
  position:relative;
  z-index:1;
  color:#fff;
}
.industry-card.featured-industry p{color:rgba(255,255,255,.78)}
.industry-card:not(.featured-industry) .industry-cover{
  display:none;
}

/* live demo premium */
.live-demo{
  background:
    radial-gradient(circle at 50% 50%,rgba(20,184,166,.15),transparent 32%),
    linear-gradient(180deg,#071014,#0B0F14);
}
.premium-demo-grid{
  grid-template-columns:1.15fr .85fr;
}
.demo-mockup{
  grid-template-columns:1fr 330px;
}
.large-chat,.large-lead-card{
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.055);
  box-shadow:0 30px 90px rgba(0,0,0,.28);
}
.demo-copy h3{font-size:34px;color:#fff}
.demo-copy p{color:rgba(255,255,255,.72);font-size:18px}

/* dashboard + pricing premium */
.dashboard-ui{
  border-radius:34px;
  box-shadow:0 40px 110px rgba(17,24,39,.16);
}
.dashboard-sidebar{
  background:linear-gradient(180deg,#071014,#0A1A1D);
}
.dashboard-content{padding:44px}
.dashboard-metrics div{
  background:#F1FFFC;
  border:1px solid rgba(20,184,166,.12);
  border-radius:18px;
}
.pricing-card.featured{
  transform:translateY(-22px) scale(1.02);
  border:2px solid var(--v3-teal);
  box-shadow:0 38px 115px rgba(20,184,166,.24);
}
.pricing-card .btn{margin-top:auto}

/* final CTA */
.site-footer{
  background:
    radial-gradient(circle at 20% 20%,rgba(20,184,166,.14),transparent 25%),
    linear-gradient(180deg,#071014,#060A0D);
}
.footer-cta{
  padding:58px 64px;
  border-radius:34px;
  background:
    radial-gradient(circle at 18% 50%,rgba(20,184,166,.20),transparent 30%),
    linear-gradient(135deg,rgba(20,184,166,.20),rgba(255,255,255,.04));
}
.footer-cta h2{
  font-size:clamp(30px,3vw,46px);
  line-height:1.35;
}
.footer-cta p{font-size:18px;color:rgba(255,255,255,.74)}
.footer-logo img{height:62px}

/* v3 safety */
.industry-card{position:relative;overflow:hidden}


/* =========================================================
   Wasl Premium v3.1 — repair pass for V3 rebuild
   Fixes broken spacing, industry grid gaps, and premium hero balance
   ========================================================= */

/* Hero: wider and more balanced, without changing the approved direction */
.hero-v21{
  min-height: 890px;
  padding: 142px 0 118px;
}
.hero-grid-v21{
  grid-template-columns: minmax(620px, 1.08fr) minmax(600px, .92fr);
  gap: 108px;
  align-items: center;
}
.hero-copy-v21{
  max-width: 760px;
}
.hero-title-v21{
  max-width: 760px;
  font-size: clamp(56px, 4.7vw, 86px);
  line-height: 1.12;
  letter-spacing: -.055em;
}
.hero-subtitle-v21{
  max-width: 710px;
}
.hero-visual-v21,
.product-scene-v21{
  min-height: 690px;
}
.phone-hero-v21{
  width: 382px;
  top: 8px;
}
.phone-frame-v21{
  min-height: 582px;
}
.lead-card-v21{
  width: 282px;
  right: -34px;
  top: 170px;
}
.growth-card-v21{
  width: 260px;
  left: -18px;
  top: 262px;
}
.ai-node-v21{
  right: 274px;
  top: 334px;
}
.hero-flow-v21{
  bottom: 12px;
}

/* Trust/logo strip: stop visual collapse and keep consistent premium cards */
.trust-bar-v30{
  padding: 44px 0;
}
.brand-strip-v30{
  align-items: stretch;
}
.brand-strip-v30 span{
  min-height: 78px;
  white-space: nowrap;
}

/* Cards: remove accidental compression from previous versions */
.feature-card,
.service-card,
.industry-card,
.pricing-card{
  overflow: hidden;
}

/* Industries: repair broken masonry-like layout.
   Two premium visual cards first, then balanced smaller sector cards. */
.industry-grid{
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}
.industry-card{
  grid-column: span 2;
  min-height: 236px;
}
.industry-card.featured-industry{
  grid-column: span 3;
  min-height: 360px;
  padding: 34px;
  border-radius: 30px;
}
.industry-card.featured-industry .industry-cover{
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: 30px;
  overflow: hidden;
}
.industry-card.featured-industry .industry-cover img{
  display: block;
  width: 100%;
  height: 100%;
}
.industry-card.featured-industry h3{
  font-size: 26px;
  line-height: 1.35;
}
.industry-card.featured-industry .text-link{
  width: max-content;
  max-width: 100%;
  margin-top: 18px;
  padding: 10px 15px;
  border-radius: 999px;
  background: rgba(20,184,166,.16);
  border: 1px solid rgba(20,184,166,.36);
  color: #DFFCF7;
}
.industry-card:not(.featured-industry){
  display: grid;
  align-content: start;
  gap: 10px;
}
.industry-card:not(.featured-industry) h3{
  margin-bottom: 0;
}
.industry-card:not(.featured-industry) p{
  margin-bottom: 0;
}

/* If the number of industries is odd, keep the last one visually centered and not broken */
.industry-grid .industry-card:not(.featured-industry):last-child:nth-child(odd){
  grid-column: span 2;
}

/* Live demo: make the product proof section feel less cramped */
.live-demo .premium-demo-grid{
  align-items: center;
  gap: 76px;
}
.live-demo .demo-mockup{
  gap: 30px;
}
.live-demo .large-chat,
.live-demo .large-lead-card{
  border-radius: 28px;
}

/* Dashboard / pricing final premium spacing */
.dashboard-ui{
  max-width: 1040px;
  margin-inline: auto;
}
.pricing-grid{
  max-width: 1080px;
  margin-inline: auto;
}

/* Final CTA stronger but still clean */
.footer-cta{
  max-width: 1180px;
  margin-inline: auto;
  transform: translateY(-46px);
}

/* Responsive repair */
@media (max-width: 1280px){
  .hero-grid-v21{
    grid-template-columns: minmax(500px, 1fr) minmax(520px, 1fr);
    gap: 72px;
  }
  .phone-hero-v21{width: 350px}
  .phone-frame-v21{min-height: 542px}
  .lead-card-v21{right: -22px; width: 250px}
  .growth-card-v21{left: -12px; width: 230px}
  .hero-flow-v21{width: 560px}
}

@media (max-width: 980px){
  .hero-v21{
    min-height: auto;
    padding: 126px 0 80px;
  }
  .hero-grid-v21{
    grid-template-columns: 1fr;
    gap: 52px;
  }
  .hero-copy-v21{
    max-width: 760px;
    margin-inline: auto;
    text-align: center;
  }
  .hero-title-v21,
  .hero-subtitle-v21{
    margin-inline: auto;
  }
  .hero-visual-v21,
  .product-scene-v21{
    min-height: 720px;
  }
  .phone-hero-v21{
    width: min(350px, 86vw);
  }
  .lead-card-v21{
    right: calc(50% - 205px);
    top: 450px;
    width: 250px;
  }
  .growth-card-v21{
    left: calc(50% - 205px);
    top: 470px;
    width: 230px;
  }
  .ai-node-v21{
    display: none;
  }
  .hero-flow-v21{
    display: none;
  }
  .brand-strip-v30{
    grid-template-columns: repeat(3, 1fr);
  }
  .industry-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .industry-card,
  .industry-card.featured-industry{
    grid-column: span 1;
  }
}

@media (max-width: 640px){
  .hero-v21{
    padding: 108px 0 58px;
  }
  .hero-title-v21{
    font-size: 40px;
    line-height: 1.22;
  }
  .hero-subtitle-v21{
    font-size: 16px;
  }
  .hero-trust-v21{
    border-top: 0;
    padding-top: 0;
    grid-template-columns: 1fr;
  }
  .hero-trust-v21 span{
    border-inline-start: 0;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 16px;
    background: rgba(255,255,255,.04);
  }
  .hero-visual-v21,
  .product-scene-v21{
    min-height: 760px;
  }
  .phone-hero-v21{
    width: min(310px, 92vw);
  }
  .lead-card-v21{
    right: 16px;
    left: auto;
    top: 468px;
    width: calc(100% - 32px);
  }
  .growth-card-v21{
    right: 16px;
    left: auto;
    top: 638px;
    width: calc(100% - 32px);
  }
  .brand-strip-v30{
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .brand-strip-v30 span{
    min-height: 62px;
    font-size: 20px;
  }
  .industry-grid{
    grid-template-columns: 1fr;
  }
  .industry-card,
  .industry-card.featured-industry{
    grid-column: span 1;
    min-height: auto;
  }
  .industry-card.featured-industry{
    min-height: 310px;
  }
  .footer-cta{
    transform: none;
  }
}


/* =========================================================
   Wasl Premium v3.2 — Saudi local imagery layer
   Adds Saudi/GCC human context without replacing product UI.
   ========================================================= */
.saudi-advisor-card-v32{
  position:absolute;
  left:8px;
  top:34px;
  width:235px;
  border-radius:30px;
  overflow:hidden;
  z-index:4;
  border:1px solid rgba(20,184,166,.28);
  background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.03));
  box-shadow:0 34px 90px rgba(0,0,0,.34), 0 0 70px rgba(20,184,166,.08);
}
.saudi-advisor-card-v32 img{
  display:block;
  width:100%;
  height:174px;
  object-fit:cover;
}
.saudi-advisor-card-v32:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 45%,rgba(3,8,12,.84));
  pointer-events:none;
}
.saudi-advisor-card-v32 span{
  position:absolute;
  right:18px;
  left:18px;
  bottom:16px;
  z-index:1;
  color:#fff;
  font-size:13px;
  font-weight:900;
  line-height:1.45;
}
.industry-grid-v32{
  align-items:stretch;
}
.industry-card-v32{
  position:relative;
  overflow:hidden;
}
.industry-card-v32 .industry-cover{
  display:block!important;
  height:154px;
  margin:0;
  border-bottom:1px solid rgba(226,232,240,.9);
  background:#EFFFFB;
}
.industry-card-v32 .industry-cover img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.industry-card-v32:not(.featured-industry){
  padding:0;
  min-height:330px;
}
.industry-card-v32:not(.featured-industry) h3,
.industry-card-v32:not(.featured-industry) h2,
.industry-card-v32:not(.featured-industry) p,
.industry-card-v32:not(.featured-industry) a{
  margin-inline:28px;
}
.industry-card-v32:not(.featured-industry) h3,
.industry-card-v32:not(.featured-industry) h2{
  margin-top:24px;
}
.industry-card-v32:not(.featured-industry) p{
  min-height:92px;
}
.industry-card-v32:not(.featured-industry) a{
  margin-bottom:28px;
  margin-top:auto;
}
.industry-card-v32.featured-industry{
  min-height:360px;
}
.industry-card-v32.featured-industry .industry-cover{
  height:auto;
}
.industry-card-v32.featured-industry:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:
    radial-gradient(circle at 72% 22%,rgba(20,184,166,.25),transparent 28%),
    linear-gradient(180deg,rgba(4,10,14,.06),rgba(4,10,14,.92));
  pointer-events:none;
}
.industry-card-v32.featured-industry h3,
.industry-card-v32.featured-industry h2,
.industry-card-v32.featured-industry p,
.industry-card-v32.featured-industry a{
  z-index:2;
}
.about-visual-card img,
.contact-visual img{
  min-height:320px;
  object-fit:cover;
  background:#F4F6F8;
}
.contact-visual img{
  min-height:220px;
}

/* keep the Saudi visual layer elegant on medium screens */
@media (max-width:1280px){
  .saudi-advisor-card-v32{
    left:-4px;
    width:205px;
  }
  .saudi-advisor-card-v32 img{height:155px}
}
@media (max-width:980px){
  .saudi-advisor-card-v32{
    display:none;
  }
  .industry-grid-v32{
    grid-template-columns:repeat(2,1fr);
  }
}
@media (max-width:640px){
  .industry-grid-v32{
    grid-template-columns:1fr;
  }
  .industry-card-v32.featured-industry,
  .industry-card-v32:not(.featured-industry){
    min-height:auto;
  }
  .industry-card-v32 .industry-cover{
    height:180px;
  }
}
