
@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@400;500;600;700;800;900&family=Darker+Grotesque:wght@600;700;800&display=swap');
:root{
 --bg:#f7fafc;--paper:#fff;--ink:#07172d;--muted:#687b90;--line:#dbe7ee;
 --blue:#0b8fd8;--blue2:#1768de;--blueSoft:#eaf6fd;--navy:#041523;--navy2:#0a304e;
 --green:#287f70;--greenSoft:#e9f6f1;--purple:#5e35ad;--purpleSoft:#f3edff;
 --coral:#ed6b67;--gold:#d7a621;--max:1240px;
 --shadow-sm:0 14px 40px rgba(7,23,45,.07);--shadow-md:0 30px 90px rgba(7,23,45,.13);
 --shadow-lg:0 48px 130px rgba(7,23,45,.18);--ease:cubic-bezier(.22,.8,.2,1)
}
*{box-sizing:border-box} html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:Figtree,system-ui,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%} a{text-decoration:none;color:inherit} button{font:inherit}
.container{width:min(calc(100% - 64px),var(--max));margin:auto}
.eyebrow{margin:0 0 20px;color:var(--blue2);font-size:12px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}
h1,h2,h3,p{margin-top:0} h1{margin-bottom:28px;font-size:clamp(68px,6.2vw,96px);line-height:.91;letter-spacing:-.07em}
h2{margin-bottom:20px;font-size:clamp(48px,4.4vw,70px);line-height:.97;letter-spacing:-.058em}
h3{margin-bottom:12px;font-size:26px;line-height:1.12;letter-spacing:-.038em}
.lead{max-width:590px;color:var(--muted);font-size:19px;line-height:1.72}
.section{padding:126px 0}.section-soft{background:#edf7fc}.section-dark{background:var(--navy);color:#fff}
.actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}
.btn{display:inline-flex;min-height:54px;align-items:center;justify-content:center;padding:0 23px;border:1px solid transparent;border-radius:14px;font-size:14px;font-weight:850;transition:.25s var(--ease)}
.btn:hover{transform:translateY(-2px)}.btn-primary{color:#fff;background:linear-gradient(135deg,var(--blue2),var(--blue));box-shadow:0 16px 38px rgba(23,104,222,.23)}
.btn-secondary{color:var(--ink);background:#fff;border-color:var(--line);box-shadow:0 10px 28px rgba(7,23,45,.08)}.btn-outline{color:#fff;border-color:rgba(255,255,255,.25);background:rgba(255,255,255,.04)}
.nobr{white-space:nowrap}

/* Navigation */
.site-header{position:sticky;top:0;z-index:100;background:rgba(247,250,252,.91);backdrop-filter:blur(18px);border-bottom:1px solid rgba(219,231,238,.8)}
.nav{height:82px;display:flex;align-items:center;justify-content:space-between;gap:32px}.brand{width:166px}
.nav-links{display:flex;align-items:center;gap:34px;font-size:14px;font-weight:760}.nav-links a{position:relative;padding:12px 0}
.nav-links a:after{content:"";position:absolute;left:0;right:0;bottom:3px;height:2px;background:var(--blue);transform:scaleX(0);transition:.22s}
.nav-links a:hover:after,.nav-links a.active:after{transform:scaleX(1)}.nav-actions{display:flex;align-items:center;gap:20px}.login{font-size:14px;font-weight:760}
.menu{display:none;width:44px;height:44px;border:1px solid var(--line);border-radius:13px;background:#fff}

/* Homepage hero */
.hero{padding:102px 0 100px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:minmax(520px,.95fr) minmax(560px,1.05fr);gap:104px;align-items:center}
.hero-copy{position:relative;z-index:20}.hero-copy .lead{max-width:535px}.proof{display:flex;flex-wrap:wrap;gap:24px;margin-top:28px;color:var(--muted);font-size:13px}
.proof span{display:flex;align-items:center;gap:8px}.proof i{width:8px;height:8px;border-radius:50%;background:#27aa7e;box-shadow:0 0 0 5px rgba(39,170,126,.08)}
.phone-stage{position:relative;min-height:620px;isolation:isolate}
.phone-stage:before{content:"";position:absolute;inset:7% -5% 2% 4%;background:radial-gradient(circle at 52% 46%,rgba(80,190,231,.28),rgba(23,104,222,.06) 46%,transparent 72%);filter:blur(18px)}
.phone-stage:after{content:"";position:absolute;inset:10% 0 10% 8%;border:1px dashed rgba(23,104,222,.10);border-radius:50%;transform:rotate(-8deg)}
.phone{position:absolute;overflow:hidden;border:8px solid #111a23;background:#fff;border-radius:42px;box-shadow:var(--shadow-md);transform-origin:center bottom;animation:float 8s ease-in-out infinite}
.phone:before{content:"";position:absolute;top:10px;left:50%;z-index:4;width:82px;height:20px;transform:translateX(-50%);border-radius:999px;background:#111a23}
.phone.main{z-index:9;left:49%;top:66px;width:246px;height:510px;transform:translateX(-50%) rotate(.4deg)}
.phone.aura{z-index:7;left:8%;top:177px;width:192px;height:405px;transform:rotate(-4deg);opacity:.79;animation-delay:-1.6s}
.phone.atlas{z-index:6;right:8%;top:160px;width:198px;height:414px;transform:rotate(3.5deg);opacity:.76;animation-delay:-3.1s}
.phone.lex{z-index:5;left:-2%;top:272px;width:155px;height:316px;transform:rotate(-5deg);opacity:.72;animation-delay:-4.5s}
.phone.pulse{z-index:5;right:-1%;top:265px;width:158px;height:325px;transform:rotate(5deg);opacity:.73;animation-delay:-5.8s}
.phone-ui{height:100%;padding:48px 14px 14px;background:linear-gradient(180deg,var(--soft),#fff 42%);color:#10263b}
.phone-brand{height:29px;display:flex;align-items:center;gap:8px;font-size:17px;font-weight:900}.phone-brand img{height:27px;width:auto;max-width:120px;object-fit:contain}
.phone-glyph{width:29px;height:29px;border-radius:9px;display:grid;place-items:center;color:#fff;background:var(--tone);font-size:13px}
.phone-small{margin-top:20px;color:#8293a3;font-size:12px}.phone-title{margin:3px 0 17px;font-size:22px;font-weight:900;letter-spacing:-.035em}
.phone-items{display:grid;gap:9px}.phone-item{display:grid;grid-template-columns:31px 1fr 11px;gap:9px;align-items:center;padding:11px;border:1px solid rgba(7,23,44,.07);border-radius:14px;background:rgba(255,255,255,.97);box-shadow:0 7px 16px rgba(7,23,44,.04);font-size:11.5px;font-weight:800}
.phone-item i{width:30px;height:30px;border-radius:9px;display:grid;place-items:center;color:var(--tone);background:var(--soft);font-style:normal}.phone-item b{color:#9caebb;font-size:15px}
.hero-chip{position:absolute;z-index:12;top:26px;left:49%;display:flex;align-items:center;gap:10px;padding:12px 15px;transform:translateX(-50%);border:1px solid var(--line);border-radius:17px;background:#fff;box-shadow:var(--shadow-sm)}
.hero-chip i{width:32px;height:32px;border-radius:10px;display:grid;place-items:center;color:#fff;background:var(--green);font-style:normal;font-weight:900}.hero-chip strong{display:block;color:var(--green);font-size:14px}.hero-chip small{display:block;color:var(--muted);font-size:11px}
.powered{position:absolute;z-index:12;right:7%;bottom:18px;display:flex;align-items:center;gap:10px;padding:12px 15px;border:1px solid var(--line);border-radius:17px;background:#fff;box-shadow:var(--shadow-sm)}
.powered img{width:30px}.powered small{display:block;color:var(--muted);font-size:10px}.powered b{font-size:13px}
@keyframes float{0%,100%{margin-top:0}50%{margin-top:-6px}}

/* Product section */
.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:64px;margin-bottom:58px}.section-head p{max-width:470px;margin-bottom:4px;color:var(--muted)}
.product-grid{display:grid;grid-template-columns:1.05fr 1.05fr .9fr;gap:24px}
.product-card{position:relative;min-height:530px;padding:36px;overflow:hidden;border:1px solid var(--line);border-radius:34px;background:#fff;box-shadow:var(--shadow-sm);transition:.32s var(--ease)}
.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-md)}.product-card.manna{background:radial-gradient(circle at 90% 0,#d8efe7,#fff 54%)}.product-card.aura{background:radial-gradient(circle at 90% 0,#ebe3ff,#fff 54%)}.product-card.roadmap{background:radial-gradient(circle at 90% 0,#fff2cc,#fff 54%)}
.product-logo{height:33px;width:auto;margin-bottom:30px}.product-card p{max-width:320px;color:var(--muted)}
.product-link{position:absolute;left:36px;bottom:30px;color:var(--product);font-weight:850}
.app-preview{position:absolute;right:24px;bottom:26px;width:276px;min-height:245px;padding:17px;border:1px solid rgba(7,23,44,.08);border-radius:23px;background:rgba(255,255,255,.96);box-shadow:0 26px 62px rgba(7,23,44,.13)}
.preview-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:11px;font-size:12px}.event{display:grid;grid-template-columns:38px 1fr auto;gap:11px;align-items:center;padding:13px 0;border-top:1px solid #edf2f5;font-size:9.5px}.event i{width:36px;height:36px;border-radius:11px;display:grid;place-items:center;color:var(--green);background:var(--greenSoft);font-style:normal}.event b{display:block}.event small{display:block;color:var(--muted)}.event em{color:var(--green);font-style:normal;font-weight:800}
.booking-preview{display:grid;grid-template-columns:.85fr 1.15fr;gap:12px}.booking-menu{display:grid;gap:9px}.booking-menu div{min-height:46px;display:flex;align-items:center;padding:11px;border-radius:12px;color:var(--purple);background:var(--purpleSoft);font-size:10px;font-weight:800}.calendar{display:grid;grid-template-columns:repeat(7,1fr);gap:5px;align-content:start}.calendar strong{grid-column:1/-1;margin-bottom:6px;font-size:11px}.calendar span{width:19px;height:19px;display:grid;place-items:center;border-radius:7px;color:#8290a0;font-size:8px}.calendar .active{color:#fff;background:var(--purple)}
.ghost-ui{display:grid;grid-template-columns:64px 1fr;gap:12px;min-height:200px;opacity:.7}.ghost-side{padding:12px;border-radius:14px;background:#f0f3f5}.ghost-line{height:8px;margin:10px 0;border-radius:5px;background:#cdd7dd}.ghost-main{position:relative;padding:14px;border:1px solid #e3e9ed;border-radius:14px;background:#fafcfd}.coming{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);padding:15px 21px;border:1px dashed #cbd6dc;border-radius:12px;background:#fff;color:#7b8d9a;font-size:11px;font-weight:800}.skeleton{height:40px;margin:10px 0;border-radius:10px;background:#eef2f4}
.timeline{position:relative;display:grid;gap:15px;margin-top:25px;padding-left:27px}.timeline:before{content:"";position:absolute;left:8px;top:7px;bottom:7px;width:2px;background:linear-gradient(var(--green),var(--purple),var(--coral),#3376dc,var(--gold))}.timeline-row{display:grid;grid-template-columns:30px 1fr auto;gap:10px;align-items:center;font-size:12px}.timeline-row i{width:29px;height:29px;border-radius:9px;display:grid;place-items:center;color:#fff;background:var(--tone);font-style:normal}.timeline-row small{color:var(--muted)}.timeline-row.live small{color:#1d9d72;font-weight:800}

/* How we build summary */
.process-grid{display:grid;grid-template-columns:.68fr 1.32fr;gap:62px;align-items:center}.process{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.process:before{content:"";position:absolute;left:7%;right:7%;top:32px;height:2px;background:linear-gradient(90deg,var(--blue2),var(--blue),var(--green))}
.process-step{position:relative}.step-icon{width:64px;height:64px;border-radius:20px;display:grid;place-items:center;margin-bottom:24px;border:1px solid var(--line);background:#fff;color:var(--blue2);box-shadow:var(--shadow-sm);font-size:22px}.process-step p{color:var(--muted);font-size:14px}

/* Enterprise product reveal */
.enterprise-wrap{overflow:hidden;border-radius:38px;background:radial-gradient(circle at 72% 17%,rgba(47,136,191,.27),transparent 35%),linear-gradient(135deg,#020b13,#061927 57%,#0b3556);box-shadow:var(--shadow-md)}
.enterprise-inner{display:grid;grid-template-columns:.72fr 1.28fr;gap:64px;align-items:center;padding:92px 74px 66px}.enterprise-copy .lead{color:#b7c7d2}.enterprise-points{display:grid;gap:10px;margin-top:25px;color:#d5e1e8}.enterprise-points span:before{content:"✓";margin-right:10px;color:#49d2a4;font-weight:900}
.device-showcase{position:relative;min-height:505px}.macbook{position:absolute;left:0;top:24px;width:78%;height:365px;border:10px solid #111a23;border-radius:23px;background:#f8fbfd;overflow:hidden;box-shadow:0 45px 110px rgba(0,0,0,.43)}.macbook:after{content:"";position:absolute;left:-7%;right:-7%;bottom:-14px;height:14px;border-radius:0 0 22px 22px;background:linear-gradient(#d9e0e4,#67747d)}
.dashboard{height:100%;display:grid;grid-template-columns:92px 1fr;color:var(--ink)}.dash-side{padding:18px 12px;background:#092943;color:#fff}.dash-side b{font-size:11px}.dash-side span{display:block;height:8px;margin:13px 0;border-radius:5px;background:#335771}.dash-main{padding:18px}.dash-head{display:flex;justify-content:space-between;font-size:11px}.metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin:14px 0}.metric{padding:9px;border:1px solid var(--line);border-radius:10px;background:#fff;font-size:8px}.metric b{font-size:13px}.dash-lower{display:grid;grid-template-columns:1.15fr .85fr;gap:10px}.dash-panel{min-height:185px;padding:12px;border:1px solid var(--line);border-radius:11px;background:#fff}.dash-panel-title{margin-bottom:9px;font-size:11px;font-weight:850}.dash-row{display:grid;grid-template-columns:22px 1fr auto;gap:8px;align-items:center;padding:8px 0;border-top:1px solid #eef2f5;font-size:7.8px}.dash-row i{width:21px;height:21px;border-radius:50%;background:#c3e8f7}.dash-row small{display:block;color:var(--muted)}
.ipad{position:absolute;right:6%;top:105px;width:190px;height:275px;padding:20px;border:8px solid #111a23;border-radius:27px;background:#fff;color:var(--ink);box-shadow:0 30px 75px rgba(0,0,0,.3)}.ipad h3,.iphone h3{font-size:17px}.chat-row{display:grid;grid-template-columns:29px 1fr;gap:9px;align-items:center;padding:11px 0;border-top:1px solid #edf2f5}.avatar{width:28px;height:28px;border-radius:50%;background:#bfe8f8}.chat-lines b{display:block;font-size:9px}.chat-lines span{display:block;width:72%;height:6px;margin-top:4px;border-radius:5px;background:#dfe7ec}
.iphone{position:absolute;right:-2%;bottom:18px;width:122px;height:226px;padding:34px 12px 12px;border:7px solid #111a23;border-radius:27px;background:#fff;color:var(--ink);box-shadow:0 25px 65px rgba(0,0,0,.32)}.iphone:before{content:"";position:absolute;top:9px;left:50%;width:54px;height:14px;transform:translateX(-50%);border-radius:999px;background:#111a23}.booking{padding:9px;margin:9px 0;border-radius:9px;background:#eaf5fb;font-size:8px}
.capabilities{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin-top:15px}.capability{min-height:126px;padding:16px;border:1px solid rgba(255,255,255,.13);border-radius:17px;background:rgba(255,255,255,.055)}.capability i{display:block;margin-bottom:9px;color:#65c7ee;font-size:18px;font-style:normal}.capability strong{display:block;font-size:12px}.capability small{display:block;margin-top:5px;color:#9fb3c1;font-size:9px;line-height:1.45}

/* IP hero and constellation */
.page-hero{padding:104px 0 92px}.about-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:78px;align-items:center}
.ip-stage{position:relative;min-height:620px}.ip-stage:before{content:"";position:absolute;inset:5%;background:radial-gradient(circle,rgba(23,142,216,.14),transparent 67%);filter:blur(20px)}
.ip-card{position:absolute;z-index:4;left:50%;top:50%;width:330px;padding:56px 34px;transform:translate(-50%,-50%);text-align:center;border:1px solid var(--line);border-radius:34px;background-color:#fff;background-image:linear-gradient(rgba(18,104,231,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(18,104,231,.055) 1px,transparent 1px);background-size:20px 20px;box-shadow:0 34px 90px rgba(7,23,44,.14)}
.ip-card h3{font-size:44px;line-height:.93}.ip-card hr{width:52px;height:2px;border:0;margin:27px auto;background:var(--blue2)}.ip-card p{margin:0;color:var(--muted)}
.concept-chip{position:absolute;z-index:5;min-width:150px;display:flex;align-items:center;justify-content:center;gap:10px;padding:16px 20px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 18px 45px rgba(7,23,44,.09);font-weight:800}.concept-chip i{color:var(--blue2);font-style:normal;font-size:20px}
.c1{top:2%;left:40%}.c2{top:25%;left:0}.c3{top:25%;right:0}.c4{bottom:23%;left:1%}.c5{bottom:22%;right:0}.c6{bottom:1%;left:40%}
.insight{position:relative;min-height:560px;display:grid;place-items:center}.insight svg{position:absolute;inset:0;width:100%;height:100%}.insight path,.insight circle{fill:none;stroke:rgba(23,104,222,.17);stroke-width:1.2;stroke-dasharray:4 7}.insight-core{position:relative;z-index:3;width:340px;padding:50px 38px;text-align:center;border:1px solid var(--line);border-radius:32px;background:#fff;box-shadow:0 30px 80px rgba(7,23,44,.12)}.insight-node{position:absolute;z-index:4;display:flex;align-items:center;gap:10px;padding:15px 18px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 16px 36px rgba(7,23,44,.08);font-weight:800}.insight-node i{width:32px;height:32px;border-radius:10px;display:grid;place-items:center;color:var(--blue2);background:#eaf5ff;font-style:normal}.n1{top:8%;left:11%}.n2{top:8%;right:10%}.n3{bottom:9%;left:12%}.n4{bottom:10%;right:12%}.n5{top:2%;left:50%;transform:translateX(-50%)}

/* Contact */
.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:74px}.reassurance{display:grid;gap:13px;margin-top:28px}.reassurance div{display:flex;align-items:center;gap:10px;color:var(--muted)}.reassurance i{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;color:var(--blue2);background:#eaf4ff;font-style:normal}
.conversation-list{display:grid;gap:14px}.conversation{display:grid;grid-template-columns:54px 1fr 22px;gap:16px;align-items:center;min-height:86px;padding:18px 20px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:var(--shadow-sm);cursor:pointer;transition:.28s var(--ease)}.conversation:hover{transform:translateX(6px);box-shadow:var(--shadow-md)}.conversation i{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;color:var(--color);background:var(--soft);font-style:normal;font-size:21px}.conversation p{margin:3px 0 0;color:var(--muted);font-size:13px}
.faq{display:grid;gap:12px}.faq-item{overflow:hidden;border:1px solid var(--line);border-radius:18px;background:#fff}.faq-q{width:100%;display:flex;justify-content:space-between;padding:20px 22px;border:0;background:transparent;font-weight:850;text-align:left;cursor:pointer}.faq-a{max-height:0;overflow:hidden;padding:0 22px;color:var(--muted);transition:.35s}.faq-item.open .faq-a{max-height:240px;padding:0 22px 20px}

/* CTA / footer */
.cta{padding:76px 0}.cta-box{display:flex;align-items:center;justify-content:space-between;gap:32px;padding:46px;border-radius:32px;background:linear-gradient(135deg,#07213a,#0e53ae);color:#fff}.cta-box h2{margin-bottom:7px}.cta-box p{margin:0;color:#b8cad8}
.footer{padding:84px 0 28px;background:#020c15;color:#fff}.footer-grid{display:grid;grid-template-columns:1.5fr .75fr .75fr 1fr;gap:52px}.footer-logo{width:222px}.footer p,.footer a{color:#9fb2c0}.footer-links{display:grid;gap:10px}.socials{display:flex;gap:11px;margin-top:24px}.socials a{width:44px;height:44px;border:1px solid #19354b;border-radius:13px;display:grid;place-items:center}.socials svg{width:20px;height:20px;fill:#b8c9d5}.store-links{display:grid;gap:11px}.store-links img{height:48px;width:auto;object-fit:contain}.footer-bottom{display:flex;justify-content:space-between;margin-top:50px;padding-top:22px;border-top:1px solid #173247;color:#748a9c;font-size:13px}
.reveal{opacity:0;transform:translateY(22px);transition:.75s var(--ease)}.reveal.visible{opacity:1;transform:none}

@media(max-width:1050px){.hero-grid,.enterprise-inner,.about-grid,.contact-grid{grid-template-columns:1fr}.hero-grid{gap:40px}.phone-stage{min-height:600px}.product-grid{grid-template-columns:1fr 1fr}.product-card.roadmap{grid-column:1/-1}.process-grid{grid-template-columns:1fr}.capabilities{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.container{width:min(calc(100% - 28px),var(--max))}.section{padding:84px 0}.hero{padding:72px 0 48px}h1{font-size:53px}.lead{font-size:17px}.nav-links,.nav-actions .login{display:none}.menu{display:grid;place-items:center}.nav-links.open{display:flex;position:absolute;top:82px;left:14px;right:14px;flex-direction:column;align-items:flex-start;padding:22px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:var(--shadow-md)}.hero-grid{grid-template-columns:1fr}.phone-stage{min-height:440px;transform:scale(.72);transform-origin:top center;margin-bottom:-110px}.product-grid{grid-template-columns:1fr}.product-card.roadmap{grid-column:auto}.section-head{display:block}.section-head p{margin-top:18px}.process{grid-template-columns:1fr}.process:before{display:none}.enterprise-inner{padding:62px 24px 44px}.device-showcase{transform:scale(.72);transform-origin:top left;width:140%;margin-bottom:-125px}.capabilities{grid-template-columns:repeat(2,1fr)}.ip-stage{transform:scale(.78);transform-origin:top center;margin-bottom:-115px}.insight{transform:scale(.82);transform-origin:top center;margin-bottom:-75px}.footer-grid{grid-template-columns:1fr}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:8px}.cta-box{display:block}.cta-box .btn{margin-top:20px}}


/* =========================================================
   V8.1 PRODUCTION CORRECTIONS
   ========================================================= */

/* Product cards: remove crowding and give previews their own zone */
.product-grid{
  gap:28px;
}
.product-card{
  min-height:610px;
  padding:38px 38px 36px;
}
.product-card p{
  max-width:100%;
  padding-right:4px;
}
.product-logo{
  margin-bottom:26px;
}
.app-preview{
  left:24px;
  right:24px;
  bottom:76px;
  width:auto;
  min-height:260px;
}
.product-link{
  left:38px;
  bottom:30px;
}
.product-card.roadmap .app-preview{
  min-height:255px;
}

/* Enterprise: clearer hierarchy, stronger spacing and a readable feature strip */
.enterprise-inner{
  grid-template-columns:.68fr 1.32fr;
  gap:72px;
  padding:96px 76px 72px;
}
.device-showcase{
  min-height:530px;
}
.capabilities{
  gap:12px;
  margin-top:24px;
}
.capability{
  min-height:142px;
  padding:18px 15px 16px;
  border-radius:18px;
  background:rgba(255,255,255,.065);
}
.capability-icon{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  margin-bottom:13px;
  border:1px solid rgba(101,199,238,.22);
  border-radius:12px;
  color:#75cef1;
  background:rgba(101,199,238,.08);
}
.capability-icon svg{
  width:20px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.75;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.capability strong{
  font-size:12.5px;
  letter-spacing:-.01em;
}
.capability small{
  margin-top:7px;
  font-size:10px;
  line-height:1.5;
}

/* Keep all white buttons readable on dark surfaces */
.section-dark .btn-secondary,
.enterprise-wrap .btn-secondary,
.cta-box .btn-secondary{
  color:var(--ink) !important;
  background:#fff;
  border-color:#fff;
}
.section-dark .btn-secondary:hover,
.enterprise-wrap .btn-secondary:hover,
.cta-box .btn-secondary:hover{
  background:#f2f7fa;
}

/* Slightly stronger CTA sizing */
.cta-box .btn{
  min-width:158px;
}

/* Tablet */
@media(max-width:1050px){
  .product-card{
    min-height:590px;
  }
  .enterprise-inner{
    grid-template-columns:1fr;
    gap:40px;
  }
  .capabilities{
    grid-template-columns:repeat(3,1fr);
  }
}

/* Mobile */
@media(max-width:760px){
  .product-card{
    min-height:600px;
    padding:30px 26px;
  }
  .app-preview{
    left:20px;
    right:20px;
    bottom:72px;
  }
  .product-link{
    left:26px;
  }
  .capabilities{
    grid-template-columns:1fr 1fr;
  }
  .capability{
    min-height:138px;
  }
}

/* V8.2 production completion */
.enterprise-visual-wrap{position:relative;min-height:520px;display:flex;align-items:center;justify-content:center}
.enterprise-visual-wrap:before{content:"";position:absolute;inset:12% 3% 8%;border-radius:50%;background:radial-gradient(circle,rgba(46,150,223,.16),transparent 68%);filter:blur(28px)}
.enterprise-product-image{position:relative;z-index:1;width:112%;max-width:none;margin-left:-4%;object-fit:contain;filter:drop-shadow(0 30px 44px rgba(7,23,44,.14))}
.page-hero .enterprise-inner{align-items:center;padding-top:50px!important}.page-hero .capabilities{margin-top:6px}
.enterprise-audience{padding-top:110px}.enterprise-value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.enterprise-value-card{min-height:430px;padding:34px;border:1px solid var(--line);border-radius:28px;background:linear-gradient(180deg,#fff,#fbfdfe);box-shadow:0 20px 56px rgba(7,23,45,.07)}
.enterprise-value-icon{width:56px;height:56px;display:grid;place-items:center;margin-bottom:28px;border-radius:17px;color:var(--blue2);background:#eaf4ff;font-size:24px}
.enterprise-value-card p{color:var(--muted)}.enterprise-value-card ul{display:grid;gap:13px;margin:28px 0 0;padding:0;list-style:none}.enterprise-value-card li{position:relative;padding-left:25px;color:#31465a;font-size:14px}.enterprise-value-card li:before{content:"✓";position:absolute;left:0;color:#22a575;font-weight:900}
.products-showcase{padding-top:92px}.product-page-card{min-height:660px}.product-page-preview{min-height:310px}.aura-preview-complete{display:grid;grid-template-columns:.82fr 1.18fr;gap:14px}
.appointment-list{padding:4px 2px}.appointment-list>strong{display:block;margin-bottom:10px;font-size:12px}.appointment-list>div{display:grid;grid-template-columns:45px 1fr;gap:4px 10px;padding:13px 0;border-top:1px solid #edf2f5}.appointment-list span{grid-row:1/3;width:42px;height:42px;display:grid;place-items:center;border-radius:11px;color:var(--purple);background:var(--purpleSoft);font-size:10px;font-weight:800}.appointment-list b{font-size:10px}.appointment-list small{color:var(--muted);font-size:9px}
.roadmap-list-complete{display:grid;gap:13px;margin-top:34px}.roadmap-product{display:grid;grid-template-columns:48px 1fr auto;gap:14px;align-items:center;padding:15px;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.82)}.roadmap-product i{width:46px;height:46px;display:grid;place-items:center;border-radius:13px;color:#fff;background:var(--tone);font-style:normal}.roadmap-product b,.roadmap-product small{display:block}.roadmap-product small,.roadmap-product span{color:var(--muted);font-size:10px}
@media(max-width:1050px){.enterprise-product-image{width:100%;margin-left:0}.enterprise-value-grid{grid-template-columns:1fr}.enterprise-value-card{min-height:auto}}
@media(max-width:760px){.enterprise-visual-wrap{min-height:330px}.enterprise-product-image{width:118%}.product-page-card{min-height:650px}.aura-preview-complete{grid-template-columns:1fr}.appointment-list{display:none}}


/* =========================================================
   V8.3 FINAL POLISH — ENTERPRISE SYSTEM & SPACING
   ========================================================= */

.enterprise-visual-column{
  min-width:0;
}

/* Homepage enterprise: same approved visual system, less empty space */
.home-enterprise-section{
  padding:88px 0;
}
.home-enterprise-wrap{
  overflow:visible;
}
.home-enterprise-inner{
  grid-template-columns:.72fr 1.28fr;
  gap:62px;
  align-items:center;
  padding:76px 72px 58px;
}
.home-enterprise-inner .enterprise-copy{
  align-self:center;
}
.home-enterprise-visual{
  min-height:390px;
  margin-top:-12px;
}
.home-enterprise-visual .enterprise-product-image{
  width:108%;
  margin-left:-4%;
}
.home-enterprise-inner .capabilities{
  margin-top:-6px;
}
.home-enterprise-inner .capability{
  min-height:126px;
}

/* Enterprise page hero: dense, intentional two-column composition */
.enterprise-page-hero{
  padding:72px 0 86px;
}
.enterprise-page-inner{
  display:grid;
  grid-template-columns:minmax(430px,.82fr) minmax(620px,1.18fr);
  gap:58px;
  align-items:center;
  padding:0 !important;
}
.enterprise-page-copy{
  padding-top:8px;
}
.enterprise-page-copy h1{
  max-width:620px;
}
.enterprise-page-copy .lead{
  max-width:570px;
}
.enterprise-page-visual{
  min-height:430px;
}
.enterprise-page-visual .enterprise-product-image{
  width:112%;
  margin-left:-5%;
}
.enterprise-page-visual-column .capabilities{
  margin-top:-8px;
}

/* Capability strip becomes part of the visual, not loose content */
.enterprise-visual-column .capabilities{
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:10px;
}
.enterprise-visual-column .capability{
  min-height:124px;
  padding:15px 13px;
  border-radius:16px;
}
.enterprise-page-visual-column .capability{
  color:var(--ink);
  border-color:var(--line);
  background:#fff;
  box-shadow:0 12px 30px rgba(7,23,45,.06);
}
.enterprise-page-visual-column .capability strong{
  color:var(--ink);
}
.enterprise-page-visual-column .capability small{
  color:var(--muted);
}
.enterprise-page-visual-column .capability-icon{
  border-color:#cceaf8;
  color:var(--blue);
  background:#eef9fe;
}

/* Product cards: more composed and less like oversized containers */
.products-showcase{
  padding-top:78px;
  padding-bottom:108px;
}
.product-page-grid{
  gap:26px;
}
.product-page-card{
  min-height:620px;
  padding:34px 34px 32px;
}
.product-page-card .product-logo{
  margin-bottom:24px;
}
.product-page-card .app-preview{
  left:22px;
  right:22px;
  bottom:72px;
  min-height:292px;
}
.product-page-card .product-link{
  left:34px;
}
.product-page-card.roadmap .roadmap-list-complete{
  margin-top:30px;
}

/* Audience cards: reduce blank-card feeling */
.enterprise-value-card{
  min-height:390px;
}
.enterprise-value-card h3{
  margin-bottom:10px;
}
.enterprise-value-card ul{
  margin-top:24px;
}

/* Global rhythm: tighter transitions without crowding */
.section + .section{
  scroll-margin-top:82px;
}

@media(max-width:1120px){
  .home-enterprise-inner,
  .enterprise-page-inner{
    grid-template-columns:1fr;
  }
  .enterprise-page-copy{
    max-width:720px;
  }
  .home-enterprise-visual,
  .enterprise-page-visual{
    min-height:410px;
  }
  .enterprise-visual-column .capabilities{
    grid-template-columns:repeat(3,1fr);
  }
}

@media(max-width:760px){
  .home-enterprise-section{
    padding:58px 0;
  }
  .home-enterprise-inner{
    padding:54px 22px 36px;
  }
  .enterprise-page-hero{
    padding:52px 0 66px;
  }
  .home-enterprise-visual,
  .enterprise-page-visual{
    min-height:280px;
  }
  .home-enterprise-visual .enterprise-product-image,
  .enterprise-page-visual .enterprise-product-image{
    width:118%;
    margin-left:-9%;
  }
  .enterprise-visual-column .capabilities{
    grid-template-columns:1fr 1fr;
    margin-top:2px;
  }
  .enterprise-visual-column .capability{
    min-height:132px;
  }
  .product-page-card{
    min-height:610px;
    padding:28px 24px;
  }
}


/* =========================================================
   V8.4 — AUGUST SNAG LIST
   ========================================================= */

/* Homepage hero: stable, intentional composition with no staggered motion */
.phone{
  animation:none !important;
}
.hero-chip-mark{
  width:32px;
  height:32px;
  display:grid;
  place-items:center;
  flex:0 0 32px;
  border-radius:10px;
  background:var(--greenSoft);
}
.hero-chip-mark img{
  width:25px;
  height:25px;
  object-fit:contain;
}

/* Footer app-store badges are real links */
.store-links a{
  display:block;
  width:max-content;
  border-radius:9px;
  transition:transform .22s var(--ease),opacity .22s var(--ease);
}
.store-links a:hover{
  transform:translateY(-2px);
  opacity:.92;
}
.store-links a:focus-visible{
  outline:3px solid rgba(101,199,238,.42);
  outline-offset:4px;
}

/* How We Build — distinct operating blueprint, not a repeat of the hero */
.operating-blueprint{
  display:grid;
  grid-template-columns:minmax(230px,.82fr) 56px minmax(360px,1.25fr) 56px minmax(250px,.9fr);
  gap:20px;
  align-items:center;
  margin-top:58px;
}
.blueprint-column{
  min-width:0;
}
.blueprint-label{
  margin-bottom:15px;
  color:var(--blue2);
  font-size:11px;
  font-weight:900;
  letter-spacing:.15em;
  text-transform:uppercase;
}
.blueprint-inputs{
  display:grid;
  gap:10px;
}
.blueprint-inputs .blueprint-label{
  grid-column:1/-1;
}
.blueprint-input-card{
  padding:17px 18px;
  border:1px solid var(--line);
  border-radius:16px;
  background:rgba(255,255,255,.84);
  box-shadow:0 10px 28px rgba(7,23,45,.045);
}
.blueprint-input-card span{
  display:block;
  margin-bottom:3px;
  color:var(--ink);
  font-size:14px;
  font-weight:850;
}
.blueprint-input-card small{
  display:block;
  color:var(--muted);
  font-size:11px;
  line-height:1.45;
}
.blueprint-connector{
  display:grid;
  place-items:center;
}
.blueprint-connector span{
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
  border:1px solid #cfe5f3;
  border-radius:50%;
  color:var(--blue2);
  background:#fff;
  box-shadow:0 12px 28px rgba(7,23,45,.07);
  font-size:18px;
}
.model-canvas{
  overflow:hidden;
  border:1px solid #cfdde6;
  border-radius:24px;
  background:#fff;
  box-shadow:0 24px 60px rgba(7,23,45,.09);
}
.model-canvas-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:19px 21px;
  color:#fff;
  background:linear-gradient(135deg,#08253d,#0d4a73);
}
.model-canvas-head span{
  font-weight:850;
}
.model-canvas-head small{
  color:#b9d5e7;
}
.model-lanes{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:1px;
  background:#dfe8ee;
}
.model-lanes>div{
  min-height:104px;
  padding:18px;
  background:#fff;
}
.model-lanes b,
.model-lanes span{
  display:block;
}
.model-lanes b{
  margin-bottom:8px;
  font-size:13px;
}
.model-lanes span{
  color:var(--muted);
  font-size:11px;
  line-height:1.5;
}
.model-note{
  padding:16px 20px;
  border-top:1px solid var(--line);
  color:#53687a;
  background:#f8fbfc;
  font-size:11px;
}
.product-system-card{
  padding:24px;
  border:1px solid var(--line);
  border-radius:24px;
  background:#fff;
  box-shadow:0 22px 56px rgba(7,23,45,.085);
}
.product-system-top{
  display:flex;
  align-items:center;
  gap:13px;
  padding-bottom:18px;
  border-bottom:1px solid #e8eef2;
}
.product-system-top img{
  width:39px;
  height:39px;
  object-fit:contain;
}
.product-system-top b,
.product-system-top small{
  display:block;
}
.product-system-top small{
  color:var(--muted);
  font-size:10px;
}
.product-system-grid{
  display:grid;
  gap:9px;
  margin:17px 0;
}
.product-system-grid div{
  display:grid;
  grid-template-columns:31px 1fr;
  gap:10px;
  align-items:center;
  padding:11px 12px;
  border:1px solid #e4ebef;
  border-radius:12px;
  background:#fbfdfe;
  color:#253c50;
  font-size:11px;
  font-weight:750;
}
.product-system-grid i{
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border-radius:9px;
  color:var(--blue2);
  background:#eaf4ff;
  font-style:normal;
}
.product-system-status{
  display:flex;
  align-items:center;
  gap:8px;
  color:#287f70;
  font-size:10px;
  font-weight:800;
}
.product-system-status span{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#2aad7c;
  box-shadow:0 0 0 5px rgba(42,173,124,.09);
}

@media(max-width:1050px){
  .operating-blueprint{
    grid-template-columns:1fr;
    gap:18px;
  }
  .blueprint-connector{
    transform:rotate(90deg);
  }
  .blueprint-inputs{
    grid-template-columns:1fr 1fr;
  }
}
@media(max-width:760px){
  .operating-blueprint{
    margin-top:38px;
  }
  .blueprint-inputs{
    grid-template-columns:1fr;
  }
  .model-lanes{
    grid-template-columns:1fr;
  }
}


/* =========================================================
   V8.5 AUGUST V2 SNAGS
   ========================================================= */

/* Home products: subtext sits directly beneath the heading */
.product-section-head{
  display:block;
  margin-bottom:54px;
}
.product-section-head>div{
  max-width:760px;
}
.product-section-head p{
  max-width:620px;
  margin:20px 0 0;
  color:var(--muted);
  font-size:17px;
}
.event-icon svg{
  width:17px;
  height:17px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

/* How we build hero */
.how-hero{
  padding:94px 0 86px;
}
.how-hero .about-grid{
  grid-template-columns:.9fr 1.1fr;
}
.how-hero-copy h1{
  max-width:660px;
}
.how-hero-copy .lead{
  max-width:640px;
}
.how-hero-copy .lead strong{
  display:inline-block;
  margin-bottom:10px;
  color:var(--ink);
}

/* Insight: cohesive three-stage story */
.insight-refined{
  padding-top:112px;
}
.insight-intro{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:72px;
  align-items:end;
  margin-bottom:60px;
}
.insight-intro p{
  max-width:520px;
  margin:0 0 8px;
  color:var(--muted);
  font-size:17px;
  line-height:1.75;
}
.refined-blueprint{
  display:grid;
  grid-template-columns:1fr 54px 1.12fr 54px .92fr;
  gap:18px;
  align-items:stretch;
}
.blueprint-stage{
  min-height:500px;
  padding:28px;
  border:1px solid var(--line);
  border-radius:26px;
  background:rgba(255,255,255,.88);
  box-shadow:0 18px 48px rgba(7,23,45,.06);
}
.blueprint-stage h3{
  margin:8px 0 10px;
  font-size:24px;
}
.blueprint-stage>p{
  min-height:70px;
  color:var(--muted);
  font-size:14px;
}
.blueprint-inputs-grid{
  display:grid;
  gap:10px;
  margin-top:22px;
}
.refined-blueprint .blueprint-input-card{
  padding:16px;
}
.refined-blueprint .blueprint-input-card span{
  display:block;
  font-weight:850;
}
.refined-blueprint .blueprint-input-card small{
  display:block;
  margin-top:3px;
  color:var(--muted);
}
.blueprint-flow{
  display:grid;
  place-items:center;
}
.blueprint-flow span{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border:1px solid var(--line);
  border-radius:50%;
  color:var(--blue2);
  background:#fff;
  box-shadow:0 10px 24px rgba(7,23,45,.07);
  font-size:20px;
}
.refined-blueprint .model-canvas,
.refined-blueprint .product-system-card{
  margin-top:22px;
}
.refined-blueprint .product-system-card{
  min-height:270px;
}

/* Contact: tighter, calmer, clearer hierarchy */
.contact-hero-refined{
  padding:78px 0 74px;
}
.contact-hero-refined .contact-grid{
  grid-template-columns:.82fr 1.18fr;
  gap:64px;
  align-items:start;
}
.contact-copy h1{
  margin-bottom:24px;
}
.contact-copy .lead{
  max-width:530px;
  margin-bottom:26px;
}
.reassurance-refined{
  gap:10px;
  margin-top:24px;
}
.reassurance-refined>div{
  display:grid;
  grid-template-columns:32px 1fr;
  gap:12px;
  align-items:start;
  padding:12px 0;
  border-top:1px solid var(--line);
}
.reassurance-refined>div:first-child{
  border-top:0;
}
.reassurance-icon{
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border-radius:10px;
  color:var(--blue2);
  background:#eaf4ff;
  font-size:11px;
  font-weight:900;
}
.reassurance-refined p{
  margin:0;
}
.reassurance-refined strong,
.reassurance-refined small{
  display:block;
}
.reassurance-refined strong{
  color:var(--ink);
  font-size:13px;
}
.reassurance-refined small{
  margin-top:2px;
  color:var(--muted);
  font-size:12px;
}
.contact-options-head{
  margin-bottom:16px;
}
.contact-options-head p{
  margin:5px 0 0;
  color:var(--muted);
}
.contact-hero-refined .conversation-list{
  gap:12px;
}
.contact-hero-refined .conversation{
  position:relative;
  min-height:82px;
  grid-template-columns:50px 1fr 22px;
  padding:16px 18px;
  border-radius:18px;
}
.contact-hero-refined .conversation i{
  width:48px;
  height:48px;
  border-radius:15px;
}
.contact-hero-refined .conversation i svg{
  width:22px;
  height:22px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.contact-hero-refined .conversation p{
  max-width:520px;
  font-size:12.5px;
}
.conversation-primary{
  border-color:#b9e7d2 !important;
  background:linear-gradient(135deg,#f8fffb,#fff) !important;
  box-shadow:0 18px 42px rgba(21,155,103,.10) !important;
}
.conversation-primary:hover{
  transform:translateX(4px) translateY(-2px);
}
.conversation-badge{
  position:absolute;
  top:-11px;
  right:18px;
  padding:5px 10px;
  border-radius:999px;
  color:#08744e;
  background:#dff5ea;
  font-size:10px;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
}

/* Responsive */
@media(max-width:1050px){
  .how-hero .about-grid,
  .insight-intro,
  .contact-hero-refined .contact-grid{
    grid-template-columns:1fr;
  }
  .refined-blueprint{
    grid-template-columns:1fr;
  }
  .blueprint-flow{
    min-height:42px;
  }
  .blueprint-flow span{
    transform:rotate(90deg);
  }
  .blueprint-stage{
    min-height:auto;
  }
  .blueprint-stage>p{
    min-height:auto;
  }
}
@media(max-width:760px){
  .product-section-head{
    margin-bottom:38px;
  }
  .product-section-head p{
    font-size:15px;
  }
  .how-hero{
    padding:70px 0 64px;
  }
  .insight-refined{
    padding-top:82px;
  }
  .insight-intro{
    gap:22px;
    margin-bottom:40px;
  }
  .blueprint-stage{
    padding:22px;
  }
  .contact-hero-refined{
    padding:56px 0 60px;
  }
  .contact-hero-refined .contact-grid{
    gap:44px;
  }
}


/* =========================================================
   V8.6 AUGUST V3 — SEMANTIC ICONOGRAPHY
   ========================================================= */

/* Global iconography rule: icons illustrate content, never decorate it */
svg{
  shape-rendering:geometricPrecision;
}
.enterprise-value-illustration,
.conversation-illustration,
.reassurance-icon{
  color:var(--blue2);
}
.enterprise-value-illustration svg,
.conversation-illustration svg,
.reassurance-icon svg{
  width:100%;
  height:100%;
  fill:none;
  stroke:currentColor;
  stroke-linecap:round;
  stroke-linejoin:round;
}

/* Enterprise audience: one left-aligned reading flow */
.enterprise-audience-intro{
  max-width:760px;
  margin-bottom:48px;
}
.enterprise-audience-intro h2{
  margin-bottom:18px;
}
.enterprise-audience-intro p{
  max-width:700px;
  margin:0;
  color:var(--muted);
  font-size:17px;
  line-height:1.7;
}
.enterprise-value-card{
  min-height:440px;
  padding:30px;
}
.enterprise-value-illustration{
  width:100%;
  height:116px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  margin-bottom:24px;
  padding:16px 18px;
  border:1px solid #d8e8f1;
  border-radius:20px;
  background:linear-gradient(135deg,#f8fcff,#eef7fc);
}
.enterprise-value-illustration svg{
  width:160px;
  max-width:100%;
  stroke-width:1.8;
}
.enterprise-value-card:nth-child(2) .enterprise-value-illustration{
  color:#0b8fd8;
  background:linear-gradient(135deg,#f8fcff,#eef9fe);
}
.enterprise-value-card:nth-child(3) .enterprise-value-illustration{
  color:#3f68d7;
  background:linear-gradient(135deg,#f8faff,#eef1ff);
}

/* Contact: remove label dependence and use meaningful mini-illustrations */
.contact-whatsapp-btn{
  min-height:48px;
  padding:0 19px;
  font-size:13px;
  box-shadow:0 12px 28px rgba(23,104,222,.16);
}
.reassurance-refined{
  margin-top:16px;
}
.reassurance-refined>div{
  grid-template-columns:40px 1fr;
  padding:10px 0;
}
.reassurance-icon{
  width:38px;
  height:38px;
  padding:7px;
  border-radius:12px;
  background:#eef6ff;
}
.reassurance-icon svg{
  stroke-width:1.8;
}
.contact-hero-refined .conversation{
  grid-template-columns:72px 1fr 22px;
  min-height:92px;
  padding:14px 18px 14px 14px;
}
.conversation-illustration{
  width:66px;
  height:62px;
  display:grid;
  place-items:center;
  padding:9px;
  border-radius:16px;
  color:var(--color);
  background:var(--soft);
}
.conversation-illustration svg{
  stroke-width:1.75;
}
.contact-hero-refined .conversation-primary{
  border-color:#b9e7d2 !important;
  background:linear-gradient(135deg,#f8fffb,#fff) !important;
}
.contact-hero-refined .conversation strong{
  font-size:14px;
}
.contact-hero-refined .conversation p{
  margin-top:2px;
  font-size:12.5px;
}
.conversation-badge{
  display:none !important;
}

@media(max-width:760px){
  .enterprise-audience-intro{
    margin-bottom:34px;
  }
  .enterprise-value-illustration{
    height:104px;
  }
  .contact-hero-refined .conversation{
    grid-template-columns:58px 1fr 18px;
  }
  .conversation-illustration{
    width:54px;
    height:54px;
    padding:8px;
  }
}


/* =========================================================
   V8.7 CONSISTENT SEMANTIC ICON SYSTEM
   ========================================================= */

.simple-icon{
  display:grid;
  place-items:center;
  color:var(--blue2);
  background:#eef6ff;
  border:1px solid #d7e8f6;
  box-shadow:none;
}
.simple-icon svg{
  width:28px;
  height:28px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.75;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.enterprise-value-card .enterprise-value-icon.simple-icon{
  width:58px;
  height:58px;
  margin-bottom:24px;
  border-radius:16px;
}
.enterprise-value-card:nth-child(2) .enterprise-value-icon.simple-icon{
  color:#158ed2;
  background:#eef9fe;
}
.enterprise-value-card:nth-child(3) .enterprise-value-icon.simple-icon{
  color:#386bd6;
  background:#f0f3ff;
}
.enterprise-value-illustration{
  display:none !important;
}

.contact-hero-refined .conversation{
  grid-template-columns:58px 1fr 22px;
}
.contact-hero-refined .conversation-icon.simple-icon{
  width:52px;
  height:52px;
  border-radius:14px;
}
.contact-hero-refined .conversation:nth-child(1) .conversation-icon{
  color:#159b67;
  background:#e7f8ef;
  border-color:#cfeedd;
}
.contact-hero-refined .conversation:nth-child(2) .conversation-icon{
  color:#d39b16;
  background:#fff5dc;
  border-color:#f5e5b6;
}
.contact-hero-refined .conversation:nth-child(3) .conversation-icon{
  color:#6b3cc6;
  background:#f0eaff;
  border-color:#dfd2fa;
}
.contact-hero-refined .conversation:nth-child(4) .conversation-icon{
  color:#1768de;
  background:#eaf4ff;
  border-color:#d6e8ff;
}
.conversation-illustration{
  display:none !important;
}

@media(max-width:760px){
  .contact-hero-refined .conversation{
    grid-template-columns:52px 1fr 18px;
  }
  .contact-hero-refined .conversation-icon.simple-icon{
    width:46px;
    height:46px;
    border-radius:13px;
  }
  .simple-icon svg{
    width:25px;
    height:25px;
  }
}
