:root{--green:#08a657;--green-deep:#075d3d;--green-ink:#0b3025;--mint:#dff8e9;--mint-2:#effbf4;--lime:#b9f065;--paper:#fbfcf8;--line:#dbe8df;--muted:#62756c;--serif:"Space Grotesk","DM Sans",Arial,sans-serif;--sans:"DM Sans",Arial,sans-serif;--shell:min(1180px,calc(100vw - 48px));--hero-shell:min(1100px,calc(100vw - 48px));--shadow:0 24px 70px rgba(19,72,50,.14)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--green-ink);font-family:var(--sans);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{color:inherit}img{display:block;max-width:100%}main{overflow:hidden}
.announcement{height:30px;padding:0 max(24px,calc((100vw - 1180px)/2));display:flex;align-items:center;justify-content:space-between;background:linear-gradient(90deg,#c7f6d9 0%,#e9ffe4 48%,#b8f2d5 100%);font-size:14px;font-weight:700;letter-spacing:.03em;color:#176343}.announcement a{display:flex;gap:7px;align-items:center}.site-header{position:relative;z-index:50;background:rgba(251,252,248,.94);border-bottom:1px solid transparent;transition:.25s}.site-header.scrolled{position:sticky;top:0;border-color:var(--line);box-shadow:0 12px 40px rgba(12,72,45,.06);backdrop-filter:blur(16px)}.nav-shell{width:var(--shell);height:76px;margin:auto;display:grid;grid-template-columns:145px 1fr auto;align-items:center;gap:28px}.brand img{width:92px;height:46px;object-fit:contain}.nav-links{display:flex;justify-content:center;align-items:center;gap:25px}.nav-links>a,.nav-trigger,.text-link{border:0;background:none;padding:10px 0;font-size:14px;font-weight:600;white-space:nowrap;cursor:pointer}.nav-trigger{display:flex;align-items:center;gap:6px}.nav-trigger span{color:var(--green);font-size:14px}.nav-group{position:relative}.mega{position:absolute;top:54px;left:50%;width:850px;padding:22px;display:grid;grid-template-columns:230px 1fr;gap:25px;background:rgba(255,255,255,.98);border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translate(-50%,10px);transition:.2s}.nav-group:hover .mega,.nav-group:focus-within .mega{opacity:1;visibility:visible;transform:translate(-50%,0)}.mega-intro{padding:24px;background:linear-gradient(145deg,#e3faec,#f6ffe7);border-radius:14px}.mega-intro b{font-family:var(--serif);font-size:25px;font-weight:400}.mega-intro p{margin:7px 0 18px;color:var(--muted);font-size:17px}.mega-intro .button{width:100%;justify-content:center}.mega-links{display:grid;grid-template-columns:repeat(2,1fr);gap:2px}.mega-links a{padding:10px 12px;border-radius:10px;display:flex;flex-direction:column;line-height:1.3}.mega-links a:hover{background:var(--mint-2);color:var(--green)}.mega-links span{font-size:14px;font-weight:700}.mega-links small{margin-top:3px;color:var(--muted);font-size:14px}.nav-actions{display:flex;align-items:center;gap:18px}.button{min-height:44px;padding:0 19px;border:1px solid var(--green);border-radius:999px;background:var(--green);color:white;display:inline-flex;align-items:center;justify-content:center;gap:12px;font-size:14px;font-weight:700;line-height:1;transition:.2s;box-shadow:0 10px 28px rgba(8,166,87,.16)}.button:hover{background:#078b4a;transform:translateY(-2px)}.button span{font-size:16px}.button-ghost{background:transparent;color:var(--green-ink);border-color:#aacdb8;box-shadow:none}.button-ghost:hover{background:white;color:var(--green)}.menu-button{display:none;border:0;background:none;width:42px;height:42px;padding:10px}.menu-button i{display:block;height:1px;background:var(--green-ink);margin:7px 0;transition:.2s}
.language-switch{min-height:36px;padding:0 13px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(8,166,87,.3);border-radius:999px;background:rgba(255,255,255,.72);color:#087b47;font-size:14px;font-weight:800;white-space:nowrap;transition:background .2s,color .2s,border-color .2s}.language-switch:hover{border-color:#08a657;background:#e8f8ed;color:#092f24}.mobile-language-switch{display:none}
.language-menu{position:relative;z-index:80}.language-menu-trigger{min-width:58px;min-height:44px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid rgba(8,166,87,.34);border-radius:999px;background:#fff;color:#087b47;font-size:14px;font-weight:800;cursor:pointer}.language-menu-trigger i{width:7px;height:7px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg) translateY(-2px);transition:transform .2s}.language-menu.open .language-menu-trigger i{transform:rotate(225deg) translate(-1px,-1px)}.language-menu-panel{position:absolute;inset-inline-end:0;top:calc(100% + 9px);width:178px;padding:7px;display:grid;gap:3px;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.98);box-shadow:0 18px 46px rgba(8,66,43,.16);opacity:0;visibility:hidden;transform:translateY(6px);transition:.18s}.language-menu.open .language-menu-panel{opacity:1;visibility:visible;transform:none}.language-menu-panel a{min-height:43px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;gap:14px;border-radius:10px;color:#345c4c;font-size:14px;font-weight:700}.language-menu-panel a:hover,.language-menu-panel a:focus-visible{background:var(--mint-2);color:var(--green)}.language-menu-panel a.active{background:#e2f7e9;color:#075d3d}.language-menu-panel small{color:#71877d;font-size:14px;font-weight:800;letter-spacing:.08em}.language-menu-mobile{display:none}
.language-menu-trigger:focus-visible,.language-menu-panel a:focus-visible{outline:3px solid #ffbf47;outline-offset:2px}
.footer-grid{grid-template-columns:repeat(3,1fr)}
html[lang="ar"] .nav-shell,html[lang="ar"] .nav-links,html[lang="ar"] .nav-actions,html[lang="ar"] .mega{direction:rtl}html[lang="ar"] .mega{text-align:right}html[lang="ar"] .discover-menu{right:auto;left:-38px}html[lang="ar"] .discover-links>a{grid-template-columns:44px minmax(0,1fr) auto;text-align:right}html[lang="ar"] .discover-links>a:hover{transform:translateX(-3px)}
.hero{position:relative;padding:84px 0 94px;background:radial-gradient(circle at 74% 32%,rgba(172,244,185,.53),transparent 31%),linear-gradient(135deg,#fbfcf8 28%,#f2fbf5 70%,#e6f9ed)}.hero:before{content:"";position:absolute;inset:0;opacity:.4;background-image:linear-gradient(rgba(4,117,61,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(4,117,61,.045) 1px,transparent 1px);background-size:54px 54px;mask-image:linear-gradient(90deg,transparent,black)}.hero-grid{position:relative;width:var(--shell);margin:auto;display:grid;grid-template-columns:minmax(0,.86fr) minmax(520px,1.14fr);align-items:center;gap:58px}.hero-copy{position:relative;z-index:3;max-width:570px}.eyebrow{display:inline-flex;align-items:center;gap:10px;margin-bottom:18px;color:var(--green);font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:.16em}.eyebrow:before{content:"";width:27px;height:1px;background:currentColor}.hero h1{max-width:650px;margin:0;font-family:var(--serif);font-size:clamp(48px,5.15vw,72px);font-weight:400;line-height:.94;letter-spacing:-.035em}.hero h1 em{color:var(--green);font-style:normal}.hero-copy>p{max-width:540px;margin:25px 0 0;color:var(--muted);font-size:17px;line-height:1.65}.hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}.trust-note{margin-top:26px;display:flex;align-items:center;gap:9px;color:#567167;font-size:14px;font-weight:700}.trust-note span{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 0 5px rgba(8,166,87,.12)}
.visual{position:relative;min-height:510px;transform:translate(var(--mx,0),var(--my,0));transition:transform .18s ease-out}.product-window{position:absolute;left:1%;right:0;top:10%;z-index:2;padding:0 0 8px;background:rgba(255,255,255,.96);border:1px solid rgba(25,108,68,.2);border-radius:18px;box-shadow:0 35px 90px rgba(20,96,61,.18);overflow:hidden}.product-window>img{width:100%;height:auto;object-fit:contain}.window-bar{height:27px;padding:0 11px;display:flex;align-items:center;gap:5px;border-bottom:1px solid #edf3ef;color:#9aad9f;font-size:14px}.window-bar i{width:6px;height:6px;border-radius:50%;background:#b5dcc4}.window-bar span{margin-left:6px}.phone-stage{position:absolute;z-index:4}.visual-stack .phone-stage{left:-7%;bottom:-2%;width:155px;filter:drop-shadow(0 28px 30px rgba(18,78,51,.22))}.phone-stage img{width:100%;height:auto;object-fit:contain}.float-note{position:absolute;z-index:5;right:-2%;bottom:6%;padding:9px 14px;border:1px solid #9bd7b6;border-radius:999px;background:rgba(255,255,255,.92);color:var(--green);font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.visual:after{content:"";position:absolute;inset:4% -9% -5% 8%;z-index:0;border-radius:45% 55% 45% 55%;background:linear-gradient(145deg,rgba(183,246,135,.72),rgba(39,208,122,.16) 50%,rgba(5,152,79,.35));filter:blur(1px)}.visual-dashboard .product-window{top:16%;left:-4%}.orbit{position:absolute;z-index:1;border:1px solid rgba(5,142,72,.22);border-radius:50%}.orbit-a{width:430px;height:430px;right:-7%;top:0}.orbit-b{width:330px;height:330px;right:2%;top:10%}.visual-phone .halo{position:absolute;z-index:1;inset:4% 8%;border-radius:50%;background:radial-gradient(circle,#d9ffc0 0,#a7f0bd 31%,rgba(42,194,112,.22) 54%,transparent 55%)}.visual-phone .phone-stage{width:260px;left:50%;top:50%;transform:translate(-50%,-50%);filter:drop-shadow(0 35px 45px rgba(20,84,57,.22))}.visual-phone .float-note{right:8%;bottom:19%}.visual-sector{display:grid;place-items:center}.visual-sector:after{inset:6%;border-radius:50%}.sector-word{position:absolute;z-index:1;max-width:100%;color:rgba(8,166,87,.12);font-family:var(--serif);font-size:94px;line-height:.75;text-align:center}.sector-product{position:relative;z-index:3;width:245px;filter:drop-shadow(0 35px 40px rgba(10,95,57,.23))}.signal-dot{position:absolute;z-index:4;width:12px;height:12px;border-radius:50%;background:var(--green);box-shadow:0 0 0 10px rgba(8,166,87,.12)}.signal-dot:after{content:"";position:absolute;width:70px;height:1px;background:rgba(8,166,87,.4);top:6px}.d1{left:15%;top:26%}.d2{right:9%;top:43%}.d3{left:22%;bottom:17%}.visual-security{display:grid;place-items:center}.visual-security:after{inset:12%;border-radius:50%}.security-core{position:relative;z-index:5;width:154px;height:154px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(145deg,#0bbb64,#006f43);box-shadow:0 25px 60px rgba(0,112,66,.25);color:white;text-align:center;font-size:14px;font-weight:800;letter-spacing:.12em}.security-ring{position:absolute;z-index:3;border:1px solid rgba(8,166,87,.35);border-radius:50%}.r1{width:240px;height:240px}.r2{width:350px;height:350px}.r3{width:460px;height:460px}.visual-security>b{position:absolute;z-index:5;padding:8px 13px;background:white;border:1px solid #a9dbc0;border-radius:999px;color:var(--green);font-size:14px}.visual-security>b:nth-of-type(1){top:15%;left:13%}.visual-security>b:nth-of-type(2){top:22%;right:7%}.visual-security>b:nth-of-type(3){bottom:14%;left:18%}.visual-security>b:nth-of-type(4){right:13%;bottom:22%}
.proof{overflow:hidden;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:white}.proof-track{width:max-content;display:flex;animation:ticker 32s linear infinite}.proof-track>div{width:320px;min-height:92px;padding:22px 30px;display:flex;align-items:flex-start;gap:15px;border-right:1px solid var(--line)}.proof-track b{color:var(--green);font-size:14px}.proof-track span{font-family:var(--serif);font-size:17px;line-height:1.25}@keyframes ticker{to{transform:translateX(-50%)}}
.section-shell{width:var(--shell);margin:auto}.story-section{padding:112px 0;border-bottom:1px solid var(--line);opacity:0;transform:translateY(24px);transition:opacity .65s,transform .65s}.story-section.revealed,.proof.revealed,.sector-index.revealed,.faq-section.revealed,.closing.revealed,.form-section.revealed{opacity:1;transform:none}.story-grid{display:grid;grid-template-columns:minmax(300px,.72fr) minmax(420px,1.28fr);gap:110px;align-items:start}.section-heading h2{max-width:510px;margin:0;font-family:var(--serif);font-size:clamp(37px,4vw,55px);font-weight:400;line-height:1.02;letter-spacing:-.025em}.section-heading>p{max-width:610px;color:var(--muted)}.section-heading a{color:var(--green);font-weight:700}.section-heading.wide{display:grid;grid-template-columns:.8fr 1.2fr;gap:40px;align-items:start;margin-bottom:55px}.section-heading.wide .eyebrow{grid-column:1/-1;margin-bottom:0}.section-heading.wide h2{grid-column:1}.section-heading.wide>p,.section-heading.wide>.story-copy{grid-column:2}.story-copy{max-width:660px;color:#536a60;font-size:16px}.story-copy>p{margin:0 0 18px}.story-copy>p:first-of-type{color:var(--green-ink);font-size:19px;line-height:1.55}.story-copy .inline-actions{margin-top:28px}.story-copy .inline-actions:empty{display:none}.story-1{background:linear-gradient(120deg,#f1fbf5,#fbfff3)}.story-2{background:white}.story-grid.has-media{grid-template-columns:.62fr .78fr;grid-template-areas:"heading copy" "media media"}.story-grid.has-media .section-heading{grid-area:heading}.story-grid.has-media .story-copy{grid-area:copy}.story-media{grid-area:media;position:relative;margin:55px 0 0;padding:40px;border:1px solid #c8e1d2;border-radius:28px;background:linear-gradient(135deg,#d8f7e5,#f3ffdc 52%,#c5f2da);overflow:hidden}.story-media img{position:relative;z-index:2;width:100%;height:auto;max-height:650px;object-fit:contain;filter:drop-shadow(0 24px 35px rgba(20,81,53,.12))}.story-media.portrait-media img{max-height:620px}.media-glow{position:absolute;width:470px;height:470px;right:-80px;bottom:-150px;border-radius:50%;background:rgba(84,216,133,.28);filter:blur(35px)}.process{grid-column:1/-1;margin:35px 0 0;padding:0;display:grid;grid-template-columns:repeat(5,1fr);list-style:none;border-top:1px solid #9dceb3}.process li{padding:20px 20px 0 0}.process b{display:block;color:var(--green);font-size:14px}.process span{display:block;margin-top:10px;color:var(--green-ink);font-size:14px}.data-callout{margin:25px 0;padding:26px;border-left:3px solid var(--green);background:linear-gradient(90deg,#e7faee,transparent)}.data-callout strong{font-family:var(--serif);font-size:27px;font-weight:400}.related{margin-top:35px;padding-top:22px;display:flex;flex-wrap:wrap;gap:10px;border-top:1px solid var(--line)}.related>span{width:100%;color:var(--muted);font-size:14px;text-transform:uppercase;letter-spacing:.12em}.related a{padding:7px 12px;border:1px solid #b8d8c5;border-radius:999px;color:var(--green);font-size:14px;font-weight:700}
.product-band{background:linear-gradient(155deg,#e6faee,#f9fff0)}.mobile-band{background:#fff}.product-explorer{border-top:1px solid #9ecab1}.explorer-nav{display:grid;grid-template-columns:repeat(8,1fr)}.mobile-band .explorer-nav{grid-template-columns:repeat(6,1fr)}.explorer-nav button{min-width:0;padding:18px 8px;border:0;border-bottom:2px solid transparent;background:transparent;color:#769087;font-size:14px;cursor:pointer;transition:.2s}.explorer-nav button span{display:block;margin-bottom:3px;font-size:14px}.explorer-nav button.active{border-color:var(--green);color:var(--green);font-weight:800}.explorer-stage{padding:45px 0 0;display:grid;grid-template-columns:190px 1fr;gap:35px;align-items:start}.explorer-meta{padding-top:25px}.explorer-meta>span{color:var(--muted);font-size:14px;text-transform:uppercase;letter-spacing:.1em}.explorer-meta h3{margin:5px 0 13px;font-family:var(--serif);font-size:32px;font-weight:400}.explorer-meta a{color:var(--green);font-size:14px;font-weight:800}.explorer-image{position:relative;min-height:450px;padding:28px;border:1px solid #c6ddcf;border-radius:24px;background:white;display:grid;place-items:center;overflow:hidden;transition:opacity .18s,transform .18s}.explorer-image:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 80%,rgba(152,244,129,.25),transparent 35%)}.explorer-image img{position:relative;width:100%;height:auto;max-height:590px;object-fit:contain}.explorer-image.is-mobile img{max-height:570px;width:auto}.explorer-image.switching{opacity:.25;transform:translateY(5px)}
.sector-index{padding:110px 0;background:linear-gradient(140deg,#f6fff7,#e5faec);opacity:0;transform:translateY(20px);transition:.6s}.sector-list{margin-top:50px;border-top:1px solid #9dcab1}.sector-list a{min-height:88px;padding:17px 5px;display:grid;grid-template-columns:70px 1fr auto;align-items:center;border-bottom:1px solid #b8d8c5;transition:.2s}.sector-list a:hover{padding-left:15px;background:rgba(255,255,255,.5)}.sector-list span{color:var(--green);font-size:14px}.sector-list b{font-family:var(--serif);font-size:29px;font-weight:400}.sector-list>a>span:last-child{font-size:20px}.sector-list.large{margin:0}.sector-list.large a{grid-template-columns:70px .7fr 1fr auto;min-height:115px}.sector-list.large p{color:var(--muted);font-size:17px}
.faq-section{padding:112px 0;background:white;opacity:0;transform:translateY(20px);transition:.6s}.faq-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:100px}.faq-list{border-top:1px solid #acd0ba}.faq-item{border-bottom:1px solid #acd0ba}.faq-item button{width:100%;padding:23px 0;display:flex;justify-content:space-between;align-items:center;gap:20px;border:0;background:none;text-align:left;font-weight:700;cursor:pointer}.faq-item button i{position:relative;width:15px;height:15px;flex:0 0 15px}.faq-item button i:before,.faq-item button i:after{content:"";position:absolute;left:0;top:7px;width:15px;height:1px;background:var(--green)}.faq-item button i:after{transform:rotate(90deg);transition:.2s}.faq-item>div{display:grid;grid-template-rows:0fr;transition:.3s}.faq-item>div p{overflow:hidden;margin:0;color:var(--muted)}.faq-item.open>div{grid-template-rows:1fr}.faq-item.open>div p{padding:0 35px 22px 0}.faq-item.open button i:after{transform:rotate(0)}
.closing{position:relative;padding:115px 0;text-align:center;background:linear-gradient(135deg,#d1f7dd 0%,#f3ffd6 46%,#b8efd0 100%);overflow:hidden;opacity:0;transform:translateY(20px);transition:.6s}.closing .section-shell{position:relative;z-index:2;max-width:820px}.closing .eyebrow:before{display:none}.closing h2{margin:0;font-family:var(--serif);font-size:clamp(44px,5vw,70px);font-weight:400;line-height:.96}.closing p{max-width:610px;margin:22px auto;color:#4d6d5e}.closing .hero-actions{justify-content:center}.closing-orbit{position:absolute;width:660px;height:660px;left:50%;top:50%;transform:translate(-50%,-50%);border:1px solid rgba(7,128,67,.2);border-radius:50%;box-shadow:0 0 0 80px rgba(255,255,255,.12),0 0 0 160px rgba(255,255,255,.1)}
.form-section{padding:110px 0;background:white;opacity:0;transform:translateY(20px);transition:.6s}.form-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:105px}.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:22px}.contact-form label{display:flex;flex-direction:column;gap:7px}.contact-form label.full{grid-column:1/-1}.contact-form label span{font-size:14px;font-weight:700}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:0;border-bottom:1px solid #9fbeac;border-radius:0;background:transparent;padding:12px 2px;outline:0}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--green);box-shadow:0 1px 0 var(--green)}.contact-form textarea{min-height:105px;resize:vertical}.contact-form .button{justify-self:start;border:0}.form-success{display:none;align-items:center;color:var(--green);font-weight:700}.contact-form.sent .form-success{display:flex}
.hero-grid{width:var(--hero-shell);grid-template-columns:minmax(0,.9fr) minmax(500px,1.1fr);gap:54px;text-align:left}.hero-copy{max-width:520px;margin:0}.hero h1{max-width:560px;font-size:clamp(44px,4.5vw,64px);font-weight:500;line-height:1;letter-spacing:-.045em;text-align:left}.hero-copy>p{max-width:500px;margin-top:23px;font-size:17px;text-align:left}.hero-actions,.trust-note{justify-content:flex-start}.section-heading h2,.closing h2,.component-grid h3,.explorer-meta h3,.mega-intro b,.sector-list b{font-weight:500;letter-spacing:-.035em}
.device-mockup{position:relative;width:100%;padding:5px;border:2px solid #164c38;border-radius:34px;background:linear-gradient(145deg,#2b5b49,#0b2f23);box-shadow:0 28px 55px rgba(6,56,36,.22)}.device-screen{position:relative;overflow:hidden;border-radius:28px;background:white}.device-screen img{width:100%;height:auto;max-height:none!important;object-fit:contain}.device-speaker{position:absolute;z-index:5;top:10px;left:50%;width:30%;height:5px;transform:translateX(-50%);border-radius:99px;background:#17392d;opacity:.72}.device-key{position:absolute;left:-5px;width:4px;border-radius:3px;background:#174b37}.key-a{top:21%;height:11%}.key-b{top:35%;height:17%}.phone-stage .device-mockup,.sector-product .device-mockup{width:100%}.explorer-image.is-mobile .device-mockup{width:min(270px,74%);z-index:2}.story-media.portrait-media .device-mockup{width:min(280px,80%);margin:auto;z-index:2}
.breadcrumbs{width:var(--hero-shell);margin:20px auto -48px;position:relative;z-index:5;display:flex;align-items:center;gap:8px;color:#789087;font-size:14px;text-transform:uppercase;letter-spacing:.08em}.breadcrumbs a:hover{color:var(--green)}.breadcrumbs i{font-style:normal;color:#abc3b4}.breadcrumbs span{color:var(--green-deep);font-weight:700}
.journey-progress{position:fixed;z-index:100;left:0;top:0;width:100%;height:3px;background:rgba(8,166,87,.1);pointer-events:none}.journey-progress span{display:block;width:0;height:100%;background:linear-gradient(90deg,#08a657,#a8ed69);transition:width .12s linear}.journey-rail{position:sticky;z-index:30;top:68px;padding:0;border-bottom:1px solid #bddac8;background:rgba(248,253,249,.9);backdrop-filter:blur(14px)}.journey-shell{width:var(--shell);margin:auto;display:flex;align-items:center;gap:30px}.journey-kicker{flex:0 0 auto;color:var(--green);font-size:14px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}.journey-steps{display:flex;overflow-x:auto;scrollbar-width:none}.journey-steps::-webkit-scrollbar{display:none}.journey-steps button{position:relative;min-height:58px;padding:0 17px;display:flex;align-items:center;gap:7px;border:0;border-bottom:2px solid transparent;background:none;color:#80978c;white-space:nowrap;cursor:pointer;font-size:14px;font-weight:700}.journey-steps button b{font-size:14px;font-weight:500;color:#a4bcb0}.journey-steps button:after{content:"";position:absolute;left:50%;right:50%;bottom:-2px;height:2px;background:var(--green);transition:.25s}.journey-steps button.active{color:var(--green-ink)}.journey-steps button.active b{color:var(--green)}.journey-steps button.active:after{left:12px;right:12px}.journey-steps button:hover{color:var(--green)}[data-journey-step]{scroll-margin-top:135px}.flow-section li button{width:100%;padding:0;border:0;background:none;text-align:left;cursor:pointer}.flow-section li button span{transition:color .2s}.flow-section li.active button span,.flow-section li:hover button span{color:var(--green)}.flow-prompt{margin:28px 0 0;color:var(--muted);font-size:14px}.feature-row{transition:background .2s,transform .2s,padding .2s}.feature-row:hover{padding-left:12px;background:rgba(225,249,234,.45);transform:translateX(4px)}.component-grid article{transition:transform .25s,box-shadow .25s,background .25s}.component-grid article:hover{transform:translateY(-5px);box-shadow:0 18px 40px rgba(18,87,54,.12);background:#fff}
.flow-illustration{position:relative;height:190px;margin:28px 0 4px;padding:0 2%;border:1px solid rgba(8,166,87,.18);border-radius:24px;background:radial-gradient(circle at 50% 20%,rgba(185,240,101,.34),transparent 42%),linear-gradient(135deg,rgba(255,255,255,.86),rgba(216,249,228,.78));overflow:hidden;box-shadow:inset 0 0 0 1px rgba(255,255,255,.65),0 18px 40px rgba(18,87,54,.08)}.flow-illustration svg{width:100%;height:100%}.flow-illustration svg circle{fill:#fff;stroke:#08a657;stroke-width:3;filter:drop-shadow(0 5px 8px rgba(8,166,87,.18))}.flow-badge{position:absolute;padding:5px 9px;border:1px solid #a8d8b8;border-radius:99px;background:#fff;color:#16774f;font-size:14px;font-weight:800;letter-spacing:.12em}.flow-badge.b1{left:1%;bottom:18%}.flow-badge.b2{left:25%;top:16%}.flow-badge.b3{left:47%;top:18%}.flow-badge.b4{left:68%;top:8%}.flow-badge.b5{right:0;bottom:21%}.flow-section ol{position:relative;z-index:2}.flow-section li{transition:transform .25s,background .25s;border-radius:14px}.flow-section li.active{transform:translateY(-5px)}.flow-section li.active:after{content:"";position:absolute;left:0;right:15px;top:17px;height:42px;border:1px solid rgba(8,166,87,.2);border-radius:12px;background:rgba(255,255,255,.65);z-index:-1}.flow-section li b,.flow-section li span{position:relative;z-index:1}.component-grid article{position:relative;overflow:hidden}.component-grid article:before{content:"✦";position:absolute;right:20px;top:18px;width:34px;height:34px;display:grid;place-items:center;border:1px solid #9ed5b2;border-radius:12px;background:linear-gradient(145deg,#e6faee,#fff);color:var(--green);font-size:17px;box-shadow:0 8px 18px rgba(8,166,87,.1)}.component-grid article:nth-child(3n+2):before{content:"◌"}.component-grid article:nth-child(3n+3):before{content:"↗"}.card-icon{display:none}
.feature-row{padding:16px 0;display:grid;grid-template-columns:minmax(130px,.42fr) 1fr;gap:25px;border-bottom:1px solid var(--line)}.feature-row:first-of-type{border-top:1px solid var(--line)}.feature-row b{color:var(--green-ink);font-size:14px}.feature-row span{color:var(--muted);font-size:14px}.chip-row{display:flex;flex-wrap:wrap;gap:8px;margin:20px 0}.chip-row span{padding:8px 13px;border:1px solid #a9d4ba;border-radius:999px;background:rgba(255,255,255,.72);color:var(--green-deep);font-size:14px;font-weight:700}.stats-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:white}.stats-strip .section-shell{display:grid;grid-template-columns:repeat(6,1fr)}.stats-strip .section-shell>div{min-height:104px;padding:23px 18px;display:flex;flex-direction:column;justify-content:center;border-right:1px solid var(--line)}.stats-strip strong{font-family:var(--serif);font-size:27px;font-weight:400;color:var(--green)}.stats-strip span{color:var(--muted);font-size:14px}.component-section{padding:100px 0;background:white;border-bottom:1px solid var(--line)}.component-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #a8cfb7;border-left:1px solid #a8cfb7}.component-grid article{min-height:205px;padding:25px;border-right:1px solid #a8cfb7;border-bottom:1px solid #a8cfb7;background:linear-gradient(145deg,rgba(255,255,255,.92),rgba(235,252,241,.65))}.component-grid article>span{color:var(--green);font-size:14px}.component-grid h3{margin:28px 0 8px;font-family:var(--serif);font-size:26px;font-weight:400;line-height:1}.component-grid p{margin:0;color:var(--muted);font-size:17px}.flow-section{padding:75px 0;background:linear-gradient(110deg,#e7f9ed,#f8ffe9);border-bottom:1px solid var(--line)}.flow-section ol{margin:18px 0 0;padding:0;display:grid;grid-template-columns:repeat(6,1fr);list-style:none;border-top:1px solid #96cbaa}.flow-section li{position:relative;padding:22px 15px 0 0}.flow-section li:before{content:"";position:absolute;top:-5px;left:0;width:9px;height:9px;border-radius:50%;background:var(--green);box-shadow:0 0 0 5px #e7f9ed}.flow-section li b{display:block;color:var(--green);font-size:17px}.flow-section li span{display:block;margin-top:8px;font-size:17px;font-weight:700}.proof-block{padding:90px 0;background:radial-gradient(circle at 78% 50%,rgba(161,238,142,.38),transparent 35%),linear-gradient(135deg,#e0f8e9,#f5ffe5);border-bottom:1px solid #acd5bb}.proof-block .section-shell>div{max-width:820px}.proof-block .feature-row{border-color:#a7ceb5}.proof-block .feature-row b{font-family:var(--serif);font-size:24px;font-weight:400;color:var(--green)}.proof-block p{font-size:18px;color:var(--green-ink)}.applications{padding:54px 0;border-bottom:1px solid var(--line);background:#fff}.applications .section-shell{display:grid;grid-template-columns:190px 1fr;align-items:center;gap:30px}.applications .eyebrow{margin:0}.applications .chip-row{margin:0}.related-section{padding:45px 0;background:var(--mint-2);border-bottom:1px solid var(--line)}.related-section .inline-actions{margin-top:18px}.form-note{align-self:center;color:var(--muted);font-size:14px}
footer{padding:80px max(24px,calc((100vw - 1180px)/2)) 25px;background:#eaf8ef;border-top:1px solid #bcddc8;overflow:hidden}.footer-top{padding-bottom:55px;display:grid;grid-template-columns:180px 1fr auto;align-items:center;gap:50px;border-bottom:1px solid #aed3bc}.footer-top p{max-width:560px;color:#5c7468}.footer-grid{padding:50px 0;display:grid;grid-template-columns:repeat(4,1fr);gap:50px}.footer-grid>div{display:flex;flex-direction:column;gap:8px}.footer-grid span{margin-bottom:6px;color:var(--green);font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.footer-grid a,.footer-grid p{color:#4f6a5e;font-size:17px}.footer-grid p{margin:0}.footer-word{margin:0 -10px;color:var(--green);font-family:var(--serif);font-size:clamp(110px,17vw,250px);line-height:.66;letter-spacing:-.06em;opacity:.16}.footer-bottom{padding-top:35px;display:flex;justify-content:space-between;color:#668074;font-size:14px}.footer-bottom div{display:flex;gap:20px}
@media(max-width:1100px){:root{--shell:min(100% - 36px,960px)}.nav-shell{grid-template-columns:120px 1fr auto;gap:15px}.nav-links{gap:14px}.nav-links>a,.nav-trigger{font-size:14px}.text-link{display:none}.hero-grid{grid-template-columns:.9fr 1.1fr;gap:30px}.visual{min-height:430px}.story-grid{gap:65px}.mega{width:760px}.process{grid-template-columns:repeat(3,1fr)}}
@media(max-width:980px){.announcement{display:none}.site-header{position:sticky;top:0}.nav-shell{height:68px;grid-template-columns:1fr auto}.menu-button{display:block}.nav-actions{display:none}.nav-links{position:fixed;inset:68px 0 0;padding:22px;background:var(--paper);display:none;overflow:auto;align-items:stretch}.menu-open .nav-links{display:flex;flex-direction:column}.nav-links>a,.nav-trigger{width:100%;padding:15px 0;border-bottom:1px solid var(--line);justify-content:space-between;text-align:left;font-size:16px}.nav-group{width:100%}.mega{position:static;width:100%;display:none;grid-template-columns:1fr;margin-top:5px;padding:10px;opacity:1;visibility:visible;transform:none;box-shadow:none}.nav-group.open .mega{display:grid}.mega-intro{display:none}.mega-links{grid-template-columns:1fr 1fr}.hero{padding:65px 0}.hero-grid{grid-template-columns:1fr}.hero-copy{max-width:700px}.visual{min-height:500px;max-width:720px;width:100%;margin:auto}.story-grid,.story-grid.has-media,.faq-layout,.form-grid{grid-template-columns:1fr;grid-template-areas:none;gap:40px}.story-grid.has-media .section-heading,.story-grid.has-media .story-copy,.story-media{grid-area:auto}.section-heading.wide{grid-template-columns:1fr}.section-heading.wide h2,.section-heading.wide>p,.section-heading.wide>.story-copy{grid-column:1}.story-section,.faq-section,.form-section,.sector-index{padding:80px 0}.explorer-stage{grid-template-columns:150px 1fr}.explorer-nav{overflow-x:auto;display:flex}.explorer-nav button{min-width:110px}.sector-list.large a{grid-template-columns:50px 1fr auto}.sector-list.large p{display:none}}
@media(max-width:980px){.language-menu-mobile{display:block;width:100%;border-bottom:1px solid var(--line)}.language-menu-mobile .language-menu-trigger{width:100%;padding:15px 0;justify-content:space-between;border:0;border-radius:0;background:transparent;font-size:16px}.language-menu-mobile .language-menu-panel{position:static;width:100%;margin:0 0 10px;padding:7px;display:none;opacity:1;visibility:visible;transform:none;box-shadow:none}.language-menu-mobile.open .language-menu-panel{display:grid}.language-menu-mobile .language-menu-panel a{min-height:48px}.language-menu:not(.language-menu-mobile){display:none}}
@media(max-width:680px){:root{--shell:calc(100% - 28px)}body{font-size:15px}.brand img{width:78px}.hero{padding:48px 0 55px}.hero h1{font-size:45px;line-height:.97}.hero-copy>p{font-size:17px}.visual{min-height:330px;margin-top:12px}.visual-stack .product-window,.visual-dashboard .product-window{left:1%;right:1%;top:5%}.visual-stack .phone-stage{left:0;width:88px}.visual-phone .phone-stage{width:180px}.visual-phone .float-note{right:0}.visual-sector .sector-word{font-size:56px}.sector-product{width:170px}.visual-security{transform:scale(.76);margin:-35px 0}.r3{width:390px;height:390px}.story-section,.faq-section,.form-section,.sector-index{padding:66px 0}.section-heading h2{font-size:39px}.story-copy>p:first-of-type{font-size:17px}.story-grid{gap:28px}.story-media{margin-top:20px;padding:14px;border-radius:18px}.process{grid-template-columns:1fr 1fr}.section-heading.wide{margin-bottom:35px}.explorer-stage{grid-template-columns:1fr}.explorer-meta{padding:0}.explorer-image{min-height:260px;padding:13px}.explorer-image.is-mobile{min-height:430px}.proof-track>div{width:270px}.sector-list a{grid-template-columns:42px 1fr auto}.sector-list b{font-size:23px}.faq-layout{gap:35px}.closing{padding:80px 0}.closing h2{font-size:46px}.contact-form{grid-template-columns:1fr}.contact-form label.full{grid-column:1}.footer-top{grid-template-columns:1fr;gap:18px}.footer-grid{grid-template-columns:1fr 1fr;gap:35px}.footer-word{font-size:100px}.footer-bottom{flex-direction:column;gap:12px}.mega-links{grid-template-columns:1fr}}
@media(max-width:980px){.stats-strip .section-shell{grid-template-columns:repeat(3,1fr)}.component-grid{grid-template-columns:repeat(2,1fr)}.flow-section ol{grid-template-columns:repeat(3,1fr)}.breadcrumbs{margin:14px auto -38px}}
@media(max-width:680px){:root{--hero-shell:calc(100% - 28px)}.breadcrumbs{margin:12px auto -30px;white-space:nowrap;overflow:hidden}.stats-strip .section-shell{grid-template-columns:repeat(2,1fr)}.component-grid{grid-template-columns:1fr}.component-grid article{min-height:160px}.flow-section ol{grid-template-columns:repeat(2,1fr)}.feature-row{grid-template-columns:1fr;gap:5px}.applications .section-shell{grid-template-columns:1fr}.explorer-image.is-mobile .device-mockup{width:min(220px,72%)}.device-mockup{border-radius:26px}.device-screen{border-radius:21px}}

/* Guided page journey: keeps the route scannable without turning it into a card wall. */
@media(max-width:980px){.journey-rail{top:68px}.journey-shell{width:calc(100% - 28px);gap:14px}.journey-kicker{font-size:14px}.journey-steps button{padding:0 12px}}
@media(max-width:680px){.journey-rail{top:68px}.journey-shell{width:100%;padding-left:14px}.journey-kicker{position:sticky;left:0;background:rgba(248,253,249,.96);padding:0 8px 0 0;z-index:2}.journey-steps button{min-height:50px;font-size:14px}.journey-steps button b{display:none}.flow-section ol{gap:0}}
@media(max-width:680px){.hero-copy{width:100%;max-width:none}.hero h1,.hero-copy>p{width:100%;max-width:none}.hero h1{font-size:40px;line-height:1}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}.story-section,.proof,.sector-index,.faq-section,.closing,.form-section{opacity:1;transform:none}}

/* 2026 light SaaS rebuild */
:root{--green:#0aa85f;--green-bright:#15c978;--green-deep:#075f42;--green-ink:#12392d;--mint:#dcf8e9;--mint-2:#f0fbf5;--lime:#c6f36f;--paper:#f7faf7;--line:#cfe2d6;--muted:#60766d;--shell:min(1280px,calc(100vw - 56px));--hero-shell:min(1280px,calc(100vw - 56px));--shadow:0 24px 70px rgba(20,86,59,.12)}
body{background:var(--paper);letter-spacing:-.005em}::selection{background:var(--lime);color:var(--green-ink)}
.announcement{height:34px;background:linear-gradient(90deg,#d9fae8,#f4ffdf 52%,#d8f8e6);border-bottom:1px solid rgba(14,138,82,.1)}
.site-header{background:rgba(250,253,250,.92)}.site-header.scrolled{position:sticky;top:0}.nav-shell{height:74px;grid-template-columns:132px 1fr auto}.nav-links{gap:24px}.nav-links>a,.nav-trigger,.text-link{font-size:14px}.nav-links>a:hover,.text-link:hover,.nav-trigger:hover{color:var(--green)}
.brand img{width:98px}.button{min-height:46px;padding:0 21px;border-radius:13px;box-shadow:0 12px 25px rgba(10,168,95,.16)}.button:hover{box-shadow:0 16px 32px rgba(10,168,95,.22)}.button-ghost{border-color:#a7ccb7;background:rgba(255,255,255,.62)}
.mega{top:52px;width:880px;border-radius:18px;box-shadow:0 28px 80px rgba(20,76,54,.14)}.mega-intro{background:linear-gradient(145deg,#ddf9e8,#f4ffdb);border:1px solid #c3e6d1}.mega-links a{border:1px solid transparent}.mega-links a:hover{border-color:#d2eadb;background:#f0fbf5}
.hero{padding:62px 0 68px;background:radial-gradient(circle at 83% 15%,rgba(198,243,111,.44),transparent 24%),radial-gradient(circle at 66% 85%,rgba(21,201,120,.22),transparent 30%),linear-gradient(135deg,#fbfdfa 0%,#edf9f1 58%,#e2f7e9 100%);border-bottom:1px solid var(--line)}
.hero:before{opacity:.65;background-size:34px 34px;mask-image:linear-gradient(90deg,transparent 25%,black 80%)}.hero-grid{grid-template-columns:minmax(410px,.82fr) minmax(540px,1.18fr);gap:54px}.hero-copy{max-width:590px}.hero h1{max-width:620px;font-size:clamp(46px,4.7vw,72px);line-height:.96;font-weight:600;letter-spacing:-.055em}.hero h1 em{position:relative;color:var(--green)}.hero h1 em:after{content:"";position:absolute;left:2px;right:0;bottom:-4px;height:8px;border-radius:99px;background:var(--lime);opacity:.48;z-index:-1}.hero-copy>p{max-width:570px;margin-top:24px;color:#526b61;font-size:17px;line-height:1.58}.hero-actions{margin-top:28px}.trust-note{margin-top:22px}
.visual{min-height:500px}.visual:after{inset:0 -3% -1% 4%;border-radius:34px;background:linear-gradient(145deg,rgba(200,247,136,.76),rgba(75,220,139,.2) 48%,rgba(10,168,95,.3));box-shadow:inset 0 0 0 1px rgba(10,168,95,.12)}.product-window{left:4%;right:2%;top:12%;border-radius:16px;box-shadow:0 30px 62px rgba(19,78,53,.16)}.visual-stack .phone-stage{left:-1%;bottom:-4%;width:148px}.float-note{right:-1%;bottom:7%;border-radius:10px;box-shadow:0 12px 25px rgba(12,95,59,.11)}.visual-dashboard .product-window{top:13%;left:1%}.visual-phone .halo{inset:2% 13%;background:radial-gradient(circle,#f3ffdc 0,#bff2c7 35%,rgba(44,201,118,.18) 58%,transparent 59%)}
.breadcrumbs{margin:14px auto -38px}.journey-rail{top:74px;background:rgba(248,252,249,.93)}.journey-steps button{min-height:50px}.journey-shell{gap:18px}
.proof{background:#fff}.proof-track{width:var(--shell);margin:auto;display:grid;grid-template-columns:repeat(4,1fr);animation:none}.proof-track>div{width:auto;min-height:100px;padding:24px}.proof-track>div:nth-child(n+5){display:none}.proof-track span{font-size:15px;font-weight:600}.proof-track b{padding-top:2px}
.story-section{padding:72px 0}.story-grid{grid-template-columns:minmax(260px,.74fr) minmax(420px,1.26fr);gap:70px}.story-grid.has-media{grid-template-columns:.72fr 1.28fr;grid-template-areas:"heading copy" "media media"}.section-heading h2{font-size:clamp(34px,3.4vw,51px);line-height:1.01}.section-heading.wide{grid-template-columns:.82fr 1.18fr;gap:46px;margin-bottom:38px}.story-copy{max-width:none}.story-copy>p{margin-bottom:14px}.story-copy>p:first-of-type{font-size:17px}.story-media{margin-top:34px;padding:28px;border-radius:22px;background:linear-gradient(135deg,#dff8e9,#f7ffe8 54%,#c9f2d8)}
.story-0{background:#fff}.story-1{background:linear-gradient(120deg,#eefaf3,#fbfdf8)}.story-2{background:#f8fbf8}.feature-row{padding:14px 0;grid-template-columns:minmax(155px,.4fr) 1fr;gap:22px}.feature-row b{position:relative;padding-left:17px}.feature-row b:before{content:"";position:absolute;left:0;top:.65em;width:7px;height:7px;border-radius:2px;background:var(--green)}
.component-section{padding:76px 0;background:linear-gradient(145deg,#f4fbf6,#eef9f2);border-bottom:1px solid var(--line)}.component-grid{margin-top:18px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px;border:0}.component-grid article{min-height:190px;padding:24px;border:1px solid #cce4d5;border-radius:18px;background:rgba(255,255,255,.86)}.component-grid article:nth-child(2n){background:linear-gradient(150deg,#fff,#effbe7)}.component-grid article>span{display:inline-flex;padding:5px 8px;border-radius:7px;background:#e0f7e9;font-weight:800}.component-grid article:before{right:18px;top:17px;border-radius:9px}.component-grid h3{margin:26px 48px 9px 0;font-size:23px;line-height:1.06}.component-grid p{line-height:1.48}
.product-band,.mobile-band{background:linear-gradient(160deg,#ecf9f1,#f8fdea)}.product-explorer{border-top:0}.explorer-nav{gap:7px}.explorer-nav button{padding:13px 7px;border:1px solid #cde2d5;border-radius:11px;background:rgba(255,255,255,.65)}.explorer-nav button.active{border-color:var(--green);background:#e7faee;box-shadow:0 8px 18px rgba(10,168,95,.1)}.explorer-stage{padding-top:26px;grid-template-columns:180px 1fr;gap:22px}.explorer-image{min-height:420px;padding:22px;border-radius:20px;box-shadow:0 20px 50px rgba(28,91,63,.08)}
.metric-lab{background:linear-gradient(135deg,#eefaf3,#f9fdeb)}.metric-workspace{display:grid;grid-template-columns:.78fr 1.22fr;gap:16px}.metric-tabs{display:grid;grid-template-columns:1fr 1fr;gap:10px}.metric-tabs button{padding:19px;border:1px solid #c5dfcf;border-radius:16px;background:rgba(255,255,255,.78);text-align:left;color:var(--green-ink);cursor:pointer;transition:.2s}.metric-tabs button:hover{transform:translateY(-2px)}.metric-tabs button.active{border-color:var(--green);background:linear-gradient(145deg,#e4faec,#f8ffe5);box-shadow:0 14px 35px rgba(10,168,95,.12)}.metric-tabs span,.metric-tabs small{display:block}.metric-tabs span{font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--green)}.metric-tabs strong{display:block;margin:7px 0;font-family:var(--serif);font-size:34px}.metric-tabs small{color:var(--muted);line-height:1.35}.metric-panel{padding:20px;border:1px solid #c5dfcf;border-radius:18px;background:#fff;box-shadow:0 20px 50px rgba(24,82,56,.08)}.metric-panel-head,.metric-panel [data-metric-list]>div{display:grid;grid-template-columns:1.1fr 1fr .8fr;gap:12px;align-items:center}.metric-panel-head{padding:0 12px 11px;color:#789087;font-size:14px;text-transform:uppercase;letter-spacing:.11em}.metric-panel [data-metric-list]>div{padding:13px 12px;border-top:1px solid #e1ece5;font-size:14px}.metric-panel .c0{font-weight:700}.metric-panel .c2{padding:5px 8px;border-radius:7px;background:#e5f9ec;color:var(--green-deep);font-size:14px;font-weight:700}
.comparison-section{padding:72px 0;background:#fff;border-bottom:1px solid var(--line)}.comparison-scroll{overflow:auto;border:1px solid #c7dfd0;border-radius:18px;box-shadow:0 16px 45px rgba(25,80,57,.06)}.comparison-section table{width:100%;border-collapse:collapse;min-width:760px;background:#fff}.comparison-section th,.comparison-section td{padding:16px 18px;border-bottom:1px solid #dfebe3;border-right:1px solid #e6eee9;text-align:left;font-size:14px}.comparison-section thead th{background:#eef9f2;color:var(--green-deep);font-size:14px;text-transform:uppercase;letter-spacing:.07em}.comparison-section th.highlight{background:#dcf8e8;color:var(--green)}.comparison-section tbody th{font-weight:700}.comparison-section tbody td:last-child{background:#f2fbf5;color:var(--green-deep);font-weight:700}.comparison-section tbody tr:last-child>*{border-bottom:0}
.stats-strip .section-shell{gap:8px;padding:12px 0}.stats-strip .section-shell>div{min-height:92px;border:1px solid #d6e6dc;border-radius:13px;background:#fff}.stats-strip strong{font-size:24px;font-weight:600}.sector-index{padding:72px 0}.sector-list{margin-top:34px;display:grid;grid-template-columns:1fr 1fr;gap:10px;border:0}.sector-list a{min-height:76px;padding:14px 18px;border:1px solid #c4dfcf;border-radius:15px;background:rgba(255,255,255,.7)}.sector-list a:hover{padding-left:23px;background:#fff}.sector-list b{font-size:23px}
.faq-section{padding:78px 0}.faq-layout{grid-template-columns:.72fr 1.28fr;gap:70px}.faq-item button{padding:19px 0}.closing{padding:88px 0;background:radial-gradient(circle at 50% 100%,rgba(10,168,95,.2),transparent 44%),linear-gradient(135deg,#dff9e8,#f6ffdf 50%,#c9f3d8)}.closing h2{font-size:clamp(42px,4.8vw,66px)}.closing-orbit{width:560px;height:560px}
.form-section{padding:76px 0}.form-grid{grid-template-columns:.76fr 1.24fr;gap:72px}.contact-form{padding:28px;border:1px solid #c8dfd1;border-radius:20px;background:#fff;box-shadow:0 20px 55px rgba(24,82,56,.08)}
footer{padding-top:62px;background:linear-gradient(145deg,#edf9f1,#e5f7eb)}.footer-top{padding-bottom:42px}.footer-grid{padding:38px 0}.footer-word{font-weight:600;opacity:.12}
@media(max-width:980px){:root{--shell:min(100% - 34px,900px);--hero-shell:min(100% - 34px,900px)}.hero-grid{grid-template-columns:1fr}.hero-copy{max-width:720px}.visual{min-height:470px}.proof-track{grid-template-columns:1fr 1fr}.proof-track>div{border-bottom:1px solid var(--line)}.component-grid{grid-template-columns:1fr 1fr}.metric-workspace{grid-template-columns:1fr}.story-grid,.story-grid.has-media{gap:32px}.journey-rail{top:68px}}
@media(max-width:680px){:root{--shell:calc(100% - 24px);--hero-shell:calc(100% - 24px)}.hero{padding:42px 0 48px}.hero h1{font-size:40px}.hero-copy>p{font-size:17px}.visual{min-height:310px}.proof-track{grid-template-columns:1fr}.proof-track>div{min-height:72px;padding:16px}.story-section,.component-section,.comparison-section,.faq-section,.form-section,.sector-index{padding:54px 0}.component-grid{grid-template-columns:1fr}.component-grid article{min-height:160px}.metric-tabs{grid-template-columns:1fr 1fr}.metric-tabs button{padding:14px}.metric-tabs strong{font-size:27px}.metric-panel{padding:12px}.metric-panel-head,.metric-panel [data-metric-list]>div{grid-template-columns:1fr .9fr}.metric-panel-head span:nth-child(2),.metric-panel .c1{display:none}.sector-list{grid-template-columns:1fr}.contact-form{padding:18px}.journey-rail{display:none}}

/* Homepage product-led sections */
.home-section-intro{display:grid;grid-template-columns:.85fr 1.15fr;gap:18px 70px;align-items:end;margin-bottom:36px}.home-section-intro .eyebrow{grid-column:1/-1;margin:0}.home-section-intro h2{margin:0;font-family:var(--serif);font-size:clamp(40px,4.4vw,62px);font-weight:600;line-height:.94;letter-spacing:-.055em}.home-section-intro h2 em{color:var(--green);font-style:normal}.home-section-intro>p{max-width:570px;margin:0 0 4px;color:var(--muted);font-size:17px}
.home-problem{padding:76px 0;background:#fff;border-bottom:1px solid var(--line)}.channel-map{display:grid;grid-template-columns:1.26fr .74fr;gap:14px}.channel-list{display:grid;grid-template-columns:1fr 1fr;gap:10px}.channel-list article{min-height:112px;padding:18px;display:grid;grid-template-columns:34px 1fr;align-items:start;gap:10px;border:1px solid #d1e3d8;border-radius:16px;background:#f9fcfa;transition:.2s}.channel-list article:hover{border-color:#9fd0b4;transform:translateY(-3px);box-shadow:0 14px 30px rgba(21,83,56,.08)}.channel-list article>span{width:28px;height:28px;display:grid;place-items:center;border-radius:8px;background:#e7f8ed;color:var(--green);font-size:14px;font-weight:800}.channel-list article div{display:flex;flex-direction:column}.channel-list article b{font-size:15px}.channel-list article small{color:var(--muted)}.channel-list article>i{grid-column:2;padding-top:9px;border-top:1px solid #e2ece6;color:#a35656;font-size:14px;font-style:normal;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.channel-list article:last-child{grid-column:1/-1}.channel-result{position:relative;padding:28px;display:flex;flex-direction:column;justify-content:center;border:1px solid #a8d3b9;border-radius:20px;background:radial-gradient(circle at 85% 10%,rgba(198,243,111,.62),transparent 32%),linear-gradient(145deg,#e7faee,#f8ffe9);overflow:hidden}.channel-result>small{color:var(--green);font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.channel-result>strong{margin:3px 0 -8px;font-family:var(--serif);font-size:82px;line-height:1;color:var(--green)}.channel-result h3{max-width:280px;margin:0;font-family:var(--serif);font-size:31px;line-height:1.02}.channel-result>p{max-width:350px;color:var(--muted);font-size:17px}.channel-result>div{margin-top:12px;padding:14px;border:1px solid #b9dcc5;border-radius:12px;background:rgba(255,255,255,.65);display:flex;flex-direction:column}.channel-result>div b{font-size:14px}.channel-result>div span{color:var(--muted);font-size:14px}.signal-pulse{position:absolute;right:30px;top:30px;width:12px;height:12px;border-radius:50%;background:var(--green);box-shadow:0 0 0 8px rgba(10,168,95,.1),0 0 0 17px rgba(10,168,95,.06)}
.home-dashboard{padding:82px 0;background:linear-gradient(145deg,#edf9f1,#f7fce9);border-bottom:1px solid var(--line)}.dashboard-shell{padding:14px;border:1px solid #bddbc8;border-radius:24px;background:rgba(255,255,255,.72);box-shadow:0 25px 65px rgba(24,84,58,.09)}.dashboard-context{padding:3px 4px 14px;display:flex;align-items:center;gap:8px}.dashboard-context span,.dashboard-context b{padding:7px 10px;border:1px solid #d2e4d9;border-radius:8px;background:#fff;color:var(--muted);font-size:14px}.dashboard-context span{margin-right:auto;color:var(--green);font-weight:800;text-transform:uppercase;letter-spacing:.08em}.dashboard-context span i{display:inline-block;width:6px;height:6px;margin-right:6px;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px rgba(10,168,95,.1)}.dashboard-shell .product-explorer{border:0;min-width:0}.dashboard-shell .explorer-nav{grid-template-columns:repeat(8,minmax(108px,1fr));max-width:100%;overflow-x:auto;overflow-y:hidden;scrollbar-width:thin;scrollbar-color:#a8d5b9 transparent}.dashboard-shell .explorer-nav button{min-width:0;padding-inline:8px;white-space:nowrap}.dashboard-shell .explorer-stage{padding-top:14px;grid-template-columns:minmax(205px,.28fr) minmax(0,1fr)}.dashboard-shell .explorer-image{min-width:0;min-height:390px}.dashboard-shell .explorer-meta{min-width:0;padding-left:8px;padding-right:12px;overflow:visible}.dashboard-shell .explorer-meta h3{max-width:100%;font-size:clamp(27px,2.4vw,34px);overflow-wrap:anywhere}.dashboard-shell .explorer-meta a{display:inline-flex;max-width:100%;line-height:1.35}
.home-app-showcase{padding:82px 0;background:radial-gradient(circle at 46% 58%,rgba(198,243,111,.35),transparent 26%),linear-gradient(145deg,#effaf3,#f8fdea);border-bottom:1px solid var(--line);overflow:hidden}.app-intro{grid-template-columns:.9fr 1.1fr}.app-canvas{position:relative;min-height:630px;padding:20px;display:grid;grid-template-columns:245px minmax(310px,1fr) 310px;align-items:stretch;gap:14px;border:1px solid #bddbc8;border-radius:28px;background:rgba(255,255,255,.66);box-shadow:0 30px 80px rgba(22,88,59,.1);backdrop-filter:blur(12px)}.app-dock{padding:10px;display:flex;flex-direction:column;justify-content:center;gap:7px;border:1px solid #d0e3d7;border-radius:19px;background:rgba(249,252,250,.82)}.app-dock button{min-height:62px;padding:0 13px;display:grid;grid-template-columns:28px 1fr 10px;align-items:center;gap:9px;border:1px solid transparent;border-radius:12px;background:transparent;color:var(--muted);text-align:left;cursor:pointer;transition:.2s}.app-dock button span{font-size:14px;color:#91a59b}.app-dock button b{font-size:14px}.app-dock button i{width:7px;height:7px;border-radius:50%;border:1px solid #a6baaf}.app-dock button:hover{background:#fff;color:var(--green-ink)}.app-dock button.active{border-color:#9bd2b1;background:linear-gradient(135deg,#ddf8e8,#f4ffdf);color:var(--green-deep);box-shadow:0 9px 20px rgba(11,132,75,.1)}.app-dock button.active i{border-color:var(--green);background:var(--green);box-shadow:0 0 0 5px rgba(10,168,95,.1)}.app-phone-stage{position:relative;display:grid;place-items:center;min-width:0;border-radius:20px;background:linear-gradient(145deg,rgba(215,248,227,.7),rgba(244,255,221,.75));overflow:hidden}.app-phone{position:relative;z-index:3;width:248px;filter:drop-shadow(0 34px 34px rgba(18,75,50,.22));transition:.18s}.app-phone.switching{opacity:.2;transform:translateY(8px) scale(.98)}.app-orbit{position:absolute;border:1px solid rgba(10,168,95,.2);border-radius:50%}.app-orbit.o1{width:390px;height:390px}.app-orbit.o2{width:520px;height:520px}.app-notification{position:absolute;z-index:5;left:20px;top:40px;width:150px;padding:11px 10px 11px 36px;display:flex;flex-direction:column;border:1px solid #abd8bc;border-radius:13px;background:rgba(255,255,255,.9);box-shadow:0 14px 34px rgba(20,88,59,.12);animation:notificationFloat 4s ease-in-out infinite}.app-notification i{position:absolute;left:12px;top:15px;width:14px;height:14px;border-radius:5px;background:var(--green)}.app-notification b{font-size:14px}.app-notification small{color:var(--muted);font-size:14px}@keyframes notificationFloat{50%{transform:translateY(-7px)}}.app-detail{padding:34px 26px;display:flex;flex-direction:column;justify-content:center;border:1px solid #d0e3d7;border-radius:19px;background:rgba(255,255,255,.86)}.app-detail>span{align-self:flex-start;padding:6px 9px;border-radius:8px;background:#e4f8eb;color:var(--green);font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.app-detail>small{margin-top:30px;color:var(--green);font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.app-detail h3{margin:7px 0 12px;font-family:var(--serif);font-size:35px;line-height:1}.app-detail>p{margin:0;color:var(--muted);font-size:17px}.app-proof{margin:25px 0;display:grid;grid-template-columns:1fr 1fr;gap:7px}.app-proof>span{padding:11px;border:1px solid #d6e6dc;border-radius:10px;display:flex;flex-direction:column}.app-proof b{font-size:14px}.app-proof small{color:var(--muted);font-size:14px}.app-detail .button{align-self:flex-start;margin-top:auto}
.app-dock button>div{min-width:0;display:flex;flex-direction:column}.app-dock button>div b{line-height:1.25}.app-dock button>div small{display:none}.app-dock button.active{min-height:62px;padding-block:0;align-items:center}.app-dock button.active>span,.app-dock button.active>i{margin-top:0}.app-detail>p{max-width:32ch;line-height:1.65;text-wrap:pretty}
.home-security{padding:76px 0;background:#fff;border-bottom:1px solid var(--line)}.security-board{position:relative;padding:28px;display:grid;grid-template-columns:.8fr .45fr 1.15fr;gap:24px;align-items:center;border:1px solid #b9dac6;border-radius:25px;background:radial-gradient(circle at 40% 50%,rgba(198,243,111,.36),transparent 25%),linear-gradient(135deg,#edf9f1,#f8fdeb);overflow:hidden}.security-message h2{margin:0;font-family:var(--serif);font-size:clamp(35px,3.7vw,52px);line-height:.98}.security-message h2 em{color:var(--green);font-style:normal}.security-message p{color:var(--muted);font-size:17px}.security-radar{position:relative;width:155px;height:155px;display:grid;place-items:center;border:1px solid rgba(10,168,95,.35);border-radius:50%}.security-radar span{position:relative;z-index:3;width:76px;height:76px;display:grid;place-items:center;border-radius:50%;background:var(--green);color:#fff;text-align:center;font-size:14px;font-weight:800}.security-radar i{position:absolute;border:1px solid rgba(10,168,95,.22);border-radius:50%}.security-radar i:nth-of-type(1){width:108px;height:108px}.security-radar i:nth-of-type(2){width:190px;height:190px}.security-radar i:nth-of-type(3){width:230px;height:230px}.security-controls{display:grid;grid-template-columns:1fr 1fr;gap:8px}.security-controls article{min-height:100px;padding:15px;border:1px solid #c9e0d2;border-radius:13px;background:rgba(255,255,255,.76)}.security-controls article:last-child{grid-column:1/-1}.security-controls span{color:var(--green);font-size:14px}.security-controls b{display:block;margin:6px 0 3px;font-size:14px}.security-controls p{margin:0;color:var(--muted);font-size:17px;line-height:1.35}
@media(max-width:1050px){.app-canvas{grid-template-columns:200px 1fr 270px}.security-board{grid-template-columns:.8fr .4fr 1.1fr}.app-notification{display:none}}
@media(max-width:850px){.home-section-intro{grid-template-columns:1fr;gap:16px}.home-section-intro .eyebrow{grid-column:1}.channel-map{grid-template-columns:1fr}.app-canvas{min-height:auto;grid-template-columns:1fr 1fr}.app-dock{grid-column:1/-1;flex-direction:row;overflow:auto;justify-content:flex-start}.app-dock button{min-width:145px}.app-phone-stage{min-height:530px}.security-board{grid-template-columns:1fr 1fr}.security-message{grid-column:1/-1}.security-radar{margin:auto}}
@media(max-width:850px){.app-dock{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:visible}.app-dock button{width:100%;min-width:0}.app-dock button.active{min-height:62px}}
@media(max-width:600px){.app-dock{grid-template-columns:minmax(0,1fr)}.app-dock button.active{min-height:62px}.app-detail>p{max-width:none}}
@media(max-width:600px){.home-problem,.home-dashboard,.home-app-showcase,.home-security{padding:54px 0}.home-section-intro h2{font-size:40px}.channel-list{grid-template-columns:1fr}.channel-list article:last-child{grid-column:auto}.dashboard-shell{padding:9px;border-radius:18px}.dashboard-context{overflow:auto}.dashboard-context span,.dashboard-context b{flex:0 0 auto}.dashboard-shell .explorer-stage{grid-template-columns:1fr}.dashboard-shell .explorer-meta{padding:0}.dashboard-shell .explorer-image{min-height:260px}.app-canvas{padding:10px;grid-template-columns:1fr;border-radius:20px}.app-dock{grid-column:1}.app-phone-stage{min-height:480px}.app-phone{width:210px}.app-detail{padding:24px}.app-detail h3{font-size:30px}.app-detail .button{margin-top:24px}.security-board{padding:20px;grid-template-columns:1fr}.security-radar{display:none}.security-controls{grid-template-columns:1fr}.security-controls article:last-child{grid-column:1}.channel-result>strong{font-size:66px}}

/* Responsive repair pass: keep late design overrides from defeating the base breakpoints */
@media(max-width:980px){
  main{width:100%;overflow:hidden}
  .story-grid,.story-grid.has-media{grid-template-columns:minmax(0,1fr)!important;grid-template-areas:"heading" "copy" "media"!important;gap:28px}
  .story-grid>.section-heading,.story-grid.has-media>.section-heading{grid-area:heading;min-width:0}
  .story-grid>.story-copy,.story-grid.has-media>.story-copy{grid-area:copy;min-width:0;width:100%;max-width:none}
  .story-grid>.story-media,.story-grid.has-media>.story-media{grid-area:media;min-width:0;width:100%}
  .section-heading.wide{display:grid;grid-template-columns:minmax(0,1fr);gap:16px;margin-bottom:30px}
  .section-heading.wide .eyebrow,.section-heading.wide h2,.section-heading.wide>p,.section-heading.wide>.story-copy{grid-column:1;min-width:0}
  .faq-layout,.form-grid{grid-template-columns:minmax(0,1fr);gap:32px}
  .section-heading,.story-copy,.faq-list,.contact-form{min-width:0}
}
@media(max-width:680px){
  body{overflow-x:hidden}
  .hero-grid,.section-shell,.home-section-intro{min-width:0}
  .hero-copy,.hero-copy>p{min-width:0;max-width:100%}
  .hero-actions{display:grid;grid-template-columns:1fr 1fr;width:100%}
  .hero-actions .button{width:100%;padding:0 12px}
  .visual:after{inset:0}
  .visual-stack .product-window,.visual-dashboard .product-window{left:0;right:0}
  .explorer-stage{grid-template-columns:minmax(0,1fr);gap:16px}
  .explorer-meta{padding:0;display:grid;grid-template-columns:1fr auto;align-items:end}
  .explorer-meta>span{grid-column:1/-1}.explorer-meta h3{margin-bottom:0}.explorer-image{width:100%;min-width:0}
  .explorer-nav{max-width:100%;overscroll-behavior-inline:contain}
  .story-copy .inline-actions{display:flex;flex-wrap:wrap}
  .feature-row{grid-template-columns:minmax(0,1fr);gap:6px}
  .feature-row b{padding-left:16px}
  .closing-orbit{width:430px;height:430px}
  .faq-item button{align-items:flex-start}
  .faq-item button span{min-width:0}
}

/* Homepage hero composition: centered message, expansive product stage */
.home-hero{padding:82px 0 110px}
.home-hero .hero-grid{width:min(1120px,calc(100vw - 48px));grid-template-columns:minmax(0,1fr);gap:44px}
.home-hero .hero-copy{width:100%;max-width:100%;margin:0 auto;text-align:center}
.home-hero .hero-copy .eyebrow{justify-content:center}.home-hero .hero-copy .eyebrow:before{display:none}
.home-hero .home-title{max-width:1080px;margin-inline:auto;font-size:clamp(58px,5.65vw,78px);line-height:.92;letter-spacing:-.065em;text-align:center}
.home-hero .home-title>span,.home-hero .home-title>em{display:block;width:auto;max-width:100%;white-space:nowrap}
.home-hero .home-title>em{width:max-content;margin:9px auto 0}.home-hero .hero-copy>p{max-width:690px;margin:27px auto 0;font-size:17px;text-align:center}.home-hero .hero-actions,.home-hero .trust-note{justify-content:center}
.home-hero .visual-stack{width:min(1040px,100%);min-height:585px;margin:4px auto 0}
.home-hero .visual-stack:after{inset:38px 16px -8px;border-radius:44px}
.home-hero .product-window{left:7%;right:3%;top:75px}
.home-hero .visual-stack .phone-stage{left:0;bottom:-18px;width:188px}
.home-hero .hero-visual-tabs{left:50%;top:13px;transform:translateX(-50%)}
.home-hero .hero-reach-card{right:0;bottom:4px}
.home-hero .orbit-one{right:8%;top:70px}.home-hero .orbit-two{right:15%;top:135px}
.home-hero .visual-stack.mode-app .phone-stage{left:50%;width:245px}.home-hero .visual-stack.mode-app .product-window{transform:perspective(1100px) translate(48px,24px) scale(.9) rotateY(-4deg)}
@media(max-width:980px){.home-hero .hero-grid{width:min(900px,calc(100vw - 34px))}.home-hero .home-title{font-size:clamp(52px,7vw,67px)}.home-hero .home-title>span{white-space:normal}.home-hero .visual-stack{min-height:530px}.home-hero .product-window{left:5%;right:2%}}
@media(max-width:680px){.home-hero{padding:46px 0 66px}.home-hero .hero-grid{width:calc(100vw - 28px)!important;gap:30px}.home-hero .hero-copy{text-align:left}.home-hero .hero-copy .eyebrow{justify-content:flex-start}.home-hero .home-title{margin:0;font-size:42px;line-height:.94;text-align:left}.home-hero .home-title>span,.home-hero .home-title>em{white-space:normal!important}.home-hero .home-title>em{width:auto;margin:5px 0 0}.home-hero .hero-copy>p{margin:23px 0 0;text-align:left}.home-hero .hero-actions,.home-hero .trust-note{justify-content:flex-start}.home-hero .visual-stack{min-height:365px}.home-hero .visual-stack:after{inset:30px 0 -4px}.home-hero .hero-visual-tabs{top:3px}.home-hero .product-window{left:10px;right:0;top:56px}.home-hero .visual-stack .phone-stage{left:-3px;bottom:-8px;width:100px}.home-hero .hero-reach-card{right:0;bottom:-2px}.home-hero .visual-stack.mode-app .phone-stage{left:50%;width:150px}}
@media(max-width:420px){
  .hero h1{font-size:37px}
  .eyebrow{font-size:14px;letter-spacing:.13em}
  .hero-actions{grid-template-columns:1fr}
  .hero-actions .button{min-height:48px}
  .metric-tabs{grid-template-columns:1fr}
  .app-phone-stage{min-height:430px}
}

/* Content must never depend on JavaScript observation to remain visible. */
.story-section,.proof,.sector-index,.faq-section,.closing,.form-section{opacity:1;transform:none}

/* Dashboard explorer content hierarchy */
.dashboard-explorer .explorer-stage{grid-template-columns:minmax(250px,.34fr) minmax(0,1fr);gap:28px}
.dashboard-explorer .explorer-meta{min-width:0;padding:18px 12px 0 8px}
.dashboard-explorer .explorer-meta h3{margin:7px 0 12px;overflow-wrap:anywhere}
.dashboard-explorer .explorer-meta p{margin:0 0 18px;color:var(--muted);font-size:17px;line-height:1.58;text-wrap:pretty}
.dashboard-explorer .explorer-meta a{display:inline-flex;align-items:center;gap:7px;margin-top:2px}
@media(max-width:900px){.dashboard-explorer .explorer-stage{grid-template-columns:minmax(210px,.4fr) minmax(0,1fr);gap:20px}}
@media(max-width:680px){.dashboard-explorer .explorer-stage{grid-template-columns:minmax(0,1fr);gap:16px}.dashboard-explorer .explorer-meta{padding:0}.dashboard-explorer .explorer-meta p{max-width:62ch;margin-bottom:14px}.dashboard-explorer .explorer-image{min-width:0;width:100%}}

/* Homepage source-copy synchronization */
.problem-conclusion{box-sizing:border-box;width:100%;max-width:none;margin:24px 0 0;padding:16px 24px;border-left:3px solid var(--green);background:#edf9f1;color:var(--green-ink);font-weight:700;line-height:1.5;text-align:center;text-wrap:balance}
.home-why .home-section-intro h2{grid-column:1/-1;max-width:940px}.home-why .home-section-intro{margin-bottom:28px}
.measurement-intro{color:var(--muted)}.measurement-intro p{margin:0 0 10px}.measurement-intro small{display:inline-flex;margin:0 0 12px;padding:6px 9px;border-radius:8px;background:#e2f8ea;color:var(--green);font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.metric-tabs strong{font-size:34px}.metric-conclusion{box-sizing:border-box;width:100%;max-width:none;margin:24px 0 0;padding:16px 24px;border-left:3px solid var(--green);background:rgba(255,255,255,.68);color:var(--green-ink);font-weight:700;line-height:1.5;text-align:center;text-wrap:balance}
.dashboard-overview-link{padding:14px 4px 2px;display:flex;justify-content:flex-end}
.security-controls article{height:auto}.security-controls p{text-wrap:pretty}
.contextual-actions{margin-top:18px;display:flex;justify-content:center}.contextual-actions .button{min-height:42px}.security-actions{margin-top:24px;display:flex;flex-wrap:wrap;gap:8px}.security-actions .button{min-height:42px;padding-inline:15px}
@media(max-width:680px){.problem-conclusion,.metric-conclusion{margin-top:18px;padding:15px 18px;text-wrap:pretty}.dashboard-overview-link{justify-content:stretch}.dashboard-overview-link .button{width:100%}.measurement-intro{font-size:14px}}

/* Homepage problem story: one delivery report instead of disconnected cards */
.home-problem{position:relative;padding:108px 0;background:radial-gradient(circle at 88% 18%,rgba(185,240,101,.13),transparent 28%),linear-gradient(145deg,#092f24,#0b3b2c 58%,#083225);color:#fff;overflow:hidden}
.home-problem:before{content:"";position:absolute;inset:0;opacity:.16;background-image:linear-gradient(rgba(255,255,255,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px);background-size:52px 52px;mask-image:linear-gradient(90deg,transparent 10%,#000 65%,transparent)}
.home-problem .section-shell{position:relative;z-index:1}
.home-problem .home-section-intro{grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);gap:30px 80px;margin-bottom:48px;align-items:end}
.home-problem .home-section-intro .eyebrow{color:var(--lime)}
.home-problem .home-section-intro h2{font-size:clamp(48px,5.7vw,76px);font-weight:500;line-height:.91;letter-spacing:-.06em}
.home-problem .home-section-intro h2>span{color:#fff}.home-problem .home-section-intro h2 em{color:var(--lime)}
.home-problem .home-section-intro>p{max-width:500px;margin-bottom:5px;color:#b8cfc5;font-size:17px;line-height:1.7}
.problem-console{border:1px solid rgba(211,240,221,.32);border-radius:28px;background:#f6faf7;color:var(--green-ink);box-shadow:0 36px 90px rgba(0,15,10,.28);overflow:hidden}
.problem-console-bar{min-height:62px;padding:0 24px;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:22px;border-bottom:1px solid #d3e3d9;background:rgba(255,255,255,.82)}
.problem-console-bar>div{display:flex;align-items:center;gap:10px;color:var(--green-deep);font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}
.problem-console-bar i{width:8px;height:8px;border-radius:50%;background:#e5a33f;box-shadow:0 0 0 5px rgba(229,163,63,.13)}
.problem-console-bar b{padding:7px 11px;border:1px solid #ead7b7;border-radius:999px;background:#fff9ed;color:#966118;font-size:14px;letter-spacing:.04em}.problem-console-bar small{color:#82978d;font-size:14px}
.problem-console-grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(330px,.88fr);min-height:500px}
.home-problem .channel-list{position:relative;padding:28px;display:flex;flex-direction:column;gap:0;background:linear-gradient(135deg,#f8fbf9,#eff6f1)}
.home-problem .channel-list:after{content:"";position:absolute;right:-1px;top:0;bottom:0;width:1px;background:#cedfd4}
.home-problem .channel-list article{position:relative;min-height:83px;padding:15px 18px;display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:13px;border:0;border-bottom:1px solid #d7e5dc;border-radius:0;background:transparent;box-shadow:none;transition:.2s}
.home-problem .channel-list article:last-child{grid-column:auto;border-bottom:0}.home-problem .channel-list article:hover{padding-left:24px;border-color:#b8d6c4;background:rgba(255,255,255,.72);box-shadow:none;transform:none}
.home-problem .channel-list article>span{width:31px;height:31px;display:grid;place-items:center;border:1px solid #b9d8c5;border-radius:50%;background:#fff;color:var(--green);font-size:14px;font-weight:800}
.home-problem .channel-list article div{display:flex;flex-direction:column;min-width:0}.home-problem .channel-list article b{font-size:15px}.home-problem .channel-list article small{color:var(--muted);font-size:14px}
.home-problem .channel-list article>i{grid-column:auto;padding:6px 9px;border:1px solid #ead8c0;border-radius:999px;background:#fffaf1;color:#a26b28;font-size:14px;font-style:normal;font-weight:800;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap}
.home-problem .channel-result{position:relative;padding:42px;display:flex;flex-direction:column;justify-content:center;border:0;border-radius:0;background:radial-gradient(circle at 82% 12%,rgba(185,240,101,.24),transparent 30%),#0d4432;color:#fff;overflow:hidden}
.home-problem .channel-result:before,.home-problem .channel-result:after{content:"";position:absolute;border:1px solid rgba(185,240,101,.14);border-radius:50%}.home-problem .channel-result:before{width:260px;height:260px;right:-100px;top:-110px}.home-problem .channel-result:after{width:170px;height:170px;right:-55px;top:-65px}
.home-problem .channel-result>small{position:relative;z-index:1;color:var(--lime);font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:.14em}.home-problem .channel-result>strong{position:absolute;right:31px;top:8px;margin:0;color:rgba(185,240,101,.18);font-family:var(--serif);font-size:150px;font-weight:500;line-height:1}
.home-problem .channel-result h3{position:relative;z-index:1;max-width:330px;margin:16px 0 12px;font-family:var(--serif);font-size:clamp(31px,3.2vw,44px);font-weight:500;line-height:.98;letter-spacing:-.04em}.home-problem .channel-result>p{position:relative;z-index:1;max-width:370px;margin:0;color:#b9d0c6;font-size:17px}
.home-problem .channel-result ul{position:relative;z-index:1;margin:24px 0;padding:0;display:grid;gap:8px;list-style:none}.home-problem .channel-result li{padding-left:20px;color:#d6e5de;font-size:17px}.home-problem .channel-result li:before{content:"\00d7";position:absolute;margin-left:-18px;color:#efb75c;font-weight:800}
.home-problem .channel-result>div{position:relative;z-index:1;margin-top:7px;padding:15px 16px;display:flex;flex-direction:column;border:1px solid rgba(185,240,101,.25);border-radius:13px;background:rgba(255,255,255,.07)}.home-problem .channel-result>div b{color:var(--lime);font-size:14px}.home-problem .channel-result>div span{color:#aac3b8;font-size:14px}
@media(max-width:850px){.home-problem .home-section-intro{grid-template-columns:1fr;gap:20px}.problem-console-grid{grid-template-columns:1fr}.home-problem .channel-list:after{display:none}.problem-console-bar{grid-template-columns:1fr auto}.problem-console-bar small{display:none}}
@media(max-width:600px){.home-problem{padding:68px 0}.home-problem .home-section-intro{margin-bottom:30px}.home-problem .home-section-intro h2{font-size:46px}.home-problem .home-section-intro>p{font-size:17px}.problem-console{border-radius:20px}.problem-console-bar{padding:13px 16px;grid-template-columns:1fr;gap:7px}.problem-console-bar b{justify-self:start}.home-problem .channel-list{padding:12px}.home-problem .channel-list article{min-height:76px;padding:12px 8px;grid-template-columns:34px minmax(0,1fr)}.home-problem .channel-list article>i{grid-column:2;justify-self:start}.home-problem .channel-result{padding:34px 26px}.home-problem .channel-result>strong{font-size:110px}}

/* Homepage hero: controlled headline rhythm and interactive product depth */
.home-hero{padding:82px 0 96px;background:radial-gradient(circle at 76% 42%,rgba(180,244,164,.58),transparent 28%),radial-gradient(circle at 92% 12%,rgba(185,240,101,.32),transparent 23%),linear-gradient(135deg,#fbfcf8 20%,#f4fbf5 62%,#e6f8eb)}
.home-hero .hero-grid{grid-template-columns:minmax(430px,.88fr) minmax(560px,1.12fr);gap:52px;align-items:center}
.home-hero .hero-copy{max-width:610px}.home-hero .home-title{max-width:none;font-size:clamp(50px,4.75vw,70px);line-height:.91;letter-spacing:-.06em;text-wrap:balance}.home-title>span,.home-title>em{display:block;white-space:nowrap}.home-title>span:nth-child(2){color:var(--green-deep)}.home-title>em{width:max-content;margin-top:7px;color:var(--green);font-style:normal}.home-title>em:after{bottom:-5px;height:9px}
.home-hero .hero-copy>p{max-width:550px;margin-top:28px;font-size:17px;line-height:1.62}.home-hero .hero-actions{margin-top:30px}
.home-hero .visual-stack{--rx:0deg;--ry:0deg;min-height:555px;transform:none;isolation:isolate}
.home-hero .visual-stack:after{inset:35px -12px 4px 25px;border-radius:42px;background:radial-gradient(circle at 78% 16%,rgba(255,255,255,.72),transparent 25%),linear-gradient(145deg,rgba(205,249,148,.9),rgba(77,218,142,.27) 48%,rgba(10,168,95,.38));box-shadow:inset 0 0 0 1px rgba(10,168,95,.14),0 35px 70px rgba(12,86,55,.1)}
.hero-visual-tabs{position:absolute;z-index:8;left:48px;top:15px;padding:5px;display:flex;gap:3px;border:1px solid rgba(143,195,164,.65);border-radius:999px;background:rgba(255,255,255,.82);box-shadow:0 12px 28px rgba(21,82,57,.1);backdrop-filter:blur(14px)}
.hero-visual-tabs button{min-height:32px;padding:0 13px;display:flex;align-items:center;gap:7px;border:0;border-radius:999px;background:transparent;color:#71867c;font-size:14px;font-weight:800;cursor:pointer;transition:.25s}.hero-visual-tabs button i{width:6px;height:6px;border:1px solid #94aa9f;border-radius:50%}.hero-visual-tabs button.active{background:var(--green-deep);color:#fff;box-shadow:0 7px 16px rgba(7,93,61,.2)}.hero-visual-tabs button.active i{border-color:var(--lime);background:var(--lime);box-shadow:0 0 0 4px rgba(185,240,101,.13)}
.home-hero .product-window{left:48px;right:-8px;top:74px;z-index:3;padding-bottom:5px;border-color:rgba(21,102,64,.2);border-radius:19px;box-shadow:0 34px 70px rgba(18,75,51,.22);transform:perspective(1100px) rotateX(var(--rx)) rotateY(calc(var(--ry) - 3deg)) translate(var(--mx),var(--my));transform-origin:center;transition:transform .38s cubic-bezier(.2,.8,.2,1),opacity .35s,filter .35s}
.home-hero .window-bar{height:31px;padding-inline:12px;background:linear-gradient(90deg,#fff,#f4faf6)}.home-hero .window-bar b{margin-left:auto;color:var(--green);font-size:14px;letter-spacing:.13em}
.home-hero .visual-stack .phone-stage{left:-5px;bottom:-10px;width:168px;z-index:5;filter:drop-shadow(0 30px 28px rgba(12,65,43,.28));transform:translate(calc(var(--mx) * -.7),calc(var(--my) * -.7)) rotate(-2deg);transition:left .45s cubic-bezier(.2,.8,.2,1),bottom .45s,width .45s,transform .38s,filter .35s}
.phone-push{position:absolute;z-index:8;left:77%;top:19%;width:138px;padding:10px 10px 10px 34px;display:flex;flex-direction:column;border:1px solid rgba(139,199,162,.7);border-radius:12px;background:rgba(255,255,255,.94);box-shadow:0 15px 30px rgba(15,79,51,.16);line-height:1.25;animation:heroFloat 4.2s ease-in-out infinite}.phone-push>i{position:absolute;left:11px;top:13px;width:14px;height:14px;border-radius:5px;background:var(--green);box-shadow:0 0 0 5px rgba(8,166,87,.1)}.phone-push b{font-size:14px}.phone-push small{color:var(--muted);font-size:14px}
.hero-reach-card{position:absolute;z-index:7;right:-20px;bottom:10px;width:180px;padding:14px 15px;border:1px solid rgba(133,193,158,.72);border-radius:15px;background:rgba(255,255,255,.92);box-shadow:0 18px 38px rgba(14,78,50,.16);backdrop-filter:blur(12px);transform:translate(calc(var(--mx) * -.45),calc(var(--my) * -.45));transition:.35s}.hero-reach-card>span{display:block;color:var(--muted);font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:.09em}.hero-reach-card>strong{display:block;margin:2px 0;color:var(--green-deep);font-family:var(--serif);font-size:29px;line-height:1}.hero-reach-card>i{height:5px;margin:7px 0;display:block;border-radius:99px;background:#dceae1;overflow:hidden}.hero-reach-card>i b{display:block;width:82%;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--green),var(--lime))}.hero-reach-card>small{color:#748a80;font-size:14px}
.hero-orbit{position:absolute;z-index:1;border:1px solid rgba(7,126,68,.18);border-radius:50%;pointer-events:none}.orbit-one{width:430px;height:430px;right:-25px;top:52px;animation:orbitSpin 24s linear infinite}.orbit-two{width:300px;height:300px;right:43px;top:117px;border-style:dashed;animation:orbitSpin 18s linear infinite reverse}
.home-hero .visual-stack.mode-app .product-window{opacity:.48;filter:saturate(.7) blur(.3px);transform:perspective(1100px) translate(78px,20px) scale(.88) rotateY(-5deg)}.home-hero .visual-stack.mode-app .phone-stage{left:49%;bottom:-18px;width:225px;transform:translateX(-50%) rotate(0);filter:drop-shadow(0 38px 36px rgba(12,65,43,.3))}.home-hero .visual-stack.mode-app .hero-reach-card{right:-5px;bottom:35px}.home-hero .visual-stack.mode-app .phone-push{left:72%;top:16%}
@keyframes heroFloat{50%{transform:translateY(-7px)}}@keyframes orbitSpin{to{transform:rotate(360deg)}}
@media(max-width:1100px){.home-hero .hero-grid{grid-template-columns:minmax(390px,.86fr) minmax(500px,1.14fr);gap:30px}.home-hero .home-title{font-size:clamp(47px,5.6vw,62px)}.hero-reach-card{right:0}}
@media(max-width:980px){.home-hero{padding-top:64px}.home-hero .hero-grid{grid-template-columns:1fr}.home-hero .hero-copy{max-width:720px}.home-hero .home-title{font-size:clamp(54px,8vw,68px)}.home-hero .visual-stack{width:min(720px,100%);min-height:560px;margin-top:24px}}
@media(max-width:680px){.home-hero{padding:46px 0 58px}.home-hero .hero-grid,.home-hero .hero-copy{width:100%;min-width:0;max-width:100%}.home-hero .home-title,.home-hero .hero-copy>p{width:100%;min-width:0;max-width:100%}.home-hero .home-title{font-size:clamp(39px,11vw,50px);line-height:.94;overflow-wrap:normal}.home-title>span,.home-title>em{width:auto;max-width:100%;white-space:normal}.home-title>em{margin-top:4px}.home-hero .hero-actions{width:100%;min-width:0}.home-hero .hero-actions .button{min-width:0;padding-inline:10px;font-size:14px}.home-hero .visual-stack{width:100%;min-width:0;min-height:365px;margin-top:20px}.home-hero .visual-stack:after{inset:28px 0 0 8px;border-radius:25px}.hero-visual-tabs{left:18px;top:4px}.home-hero .product-window{left:16px;right:4px;top:55px;border-radius:13px}.home-hero .visual-stack .phone-stage{left:0;bottom:-5px;width:94px}.phone-push{display:none}.hero-reach-card{right:4px;bottom:4px;width:145px;padding:10px}.hero-reach-card>strong{font-size:23px}.hero-orbit{display:none}.home-hero .visual-stack.mode-app .product-window{transform:translate(35px,12px) scale(.86);opacity:.42}.home-hero .visual-stack.mode-app .phone-stage{left:48%;bottom:-8px;width:145px}.home-hero .visual-stack.mode-app .hero-reach-card{right:4px;bottom:16px}}
@media(prefers-reduced-motion:reduce){.phone-push,.hero-orbit{animation:none}.home-hero .product-window,.home-hero .phone-stage,.hero-reach-card{transition:none}}
@media(max-width:680px){
  .home-hero .hero-grid{width:calc(100vw - 28px)!important;max-width:calc(100vw - 28px)!important;margin-inline:auto;overflow:visible}
  .home-hero .hero-copy,.home-hero .home-title,.home-hero .hero-copy>p,.home-hero .hero-actions{width:100%!important;max-width:100%!important;min-width:0!important}
  .home-hero .home-title{font-size:38px;line-height:.95;text-wrap:wrap}
  .home-hero .home-title>span,.home-hero .home-title>em{white-space:normal!important;overflow-wrap:break-word}
  .home-hero .hero-copy>p{font-size:17px;overflow-wrap:break-word}
  .home-hero .hero-actions{grid-template-columns:1fr;gap:9px}
  .home-hero .hero-actions .button{width:100%}
  .home-hero .visual-stack{width:100%!important;max-width:100%!important}
}

/* Dashboard product pages — compact, interactive SaaS system */
.dashboard-page{--dash-shell:min(1120px,calc(100vw - 48px));--module:#0aa85f;--module-soft:#e8f8ef;background:#f8fbf8;color:var(--green-ink);overflow-x:hidden}
.dashboard-page .section-shell{width:var(--dash-shell)}
.dashboard-page h1,.dashboard-page h2,.dashboard-page h3{font-family:var(--serif);text-wrap:balance}
.dashboard-page .eyebrow{margin-bottom:13px}
.dash-overview-hero,.dash-module-hero{padding:62px 0 32px;background:radial-gradient(circle at 80% 20%,rgba(198,243,111,.38),transparent 26%),linear-gradient(145deg,#f8fcf9,#edf8f1);border-bottom:1px solid #cee3d5}
.dash-overview-hero>.section-shell,.dash-module-hero>.section-shell{display:grid;grid-template-columns:minmax(0,.82fr) minmax(480px,1.18fr);gap:48px;align-items:center}
.dash-overview-hero>.section-shell>*,.dash-module-hero>.section-shell>*,.dash-hero-console,.module-screen,.module-identity{min-width:0}
.dash-hero-copy h1,.module-identity h1{margin:0;font-size:clamp(44px,4.8vw,66px);font-weight:600;line-height:.94;letter-spacing:-.05em}
.dash-hero-copy h1 em,.module-identity h1 em{color:var(--module);font-style:normal}
.dash-hero-copy>p,.module-identity>p{max-width:570px;margin:22px 0 0;color:var(--muted);font-size:17px;line-height:1.65}
.dash-hero-console,.module-screen{position:relative;padding:12px;border:1px solid #b8d9c5;border-radius:22px;background:rgba(255,255,255,.88);box-shadow:0 28px 65px rgba(19,82,53,.14);overflow:hidden}
.dash-hero-console>img,.module-screen>img{display:block;width:100%;height:auto;border-radius:13px}
.console-bar,.screen-signal{height:35px;padding:0 6px;display:flex;align-items:center;gap:8px;color:#6c8177;font-size:14px;text-transform:uppercase;letter-spacing:.1em}
.console-bar i,.screen-signal i{width:8px;height:8px;border-radius:50%;background:var(--module);box-shadow:0 0 0 5px color-mix(in srgb,var(--module) 13%,transparent)}
.console-bar b{margin-left:auto;padding:4px 7px;border-radius:6px;background:#e4f8eb;color:var(--green);font-size:14px}
.console-status{margin-top:10px;display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.console-status span{padding:10px;border:1px solid #d4e7db;border-radius:10px;color:var(--muted);font-size:14px}.console-status b{display:block;color:var(--module);font-size:18px}
.dash-module-nav{width:100%;margin:18px 0 0;padding:7px;display:grid;grid-template-columns:repeat(8,1fr);gap:5px;border:1px solid #c8dfd1;border-radius:15px;background:rgba(255,255,255,.92);box-shadow:0 12px 34px rgba(18,76,50,.06)}
.dash-module-nav a{min-width:0;padding:10px 8px;display:flex;flex-direction:column;gap:3px;border:1px solid transparent;border-radius:9px;color:#70877c;transition:.2s}.dash-module-nav a:hover{background:#f0faf4;color:var(--green)}.dash-module-nav a.active{border-color:color-mix(in srgb,var(--module) 35%,#cfe4d6);background:var(--module-soft);color:var(--module)}.dash-module-nav span{font-size:14px}.dash-module-nav b{overflow:hidden;font-size:14px;text-overflow:ellipsis}
.dash-section{padding:74px 0;border-bottom:1px solid #d7e7dd}.dash-section-head{max-width:760px;margin-bottom:30px}.dash-section-head.split{max-width:none;display:grid;grid-template-columns:1.1fr .9fr;gap:50px;align-items:end}.dash-section-head h2{margin:0;font-size:clamp(34px,3.8vw,52px);line-height:1;letter-spacing:-.035em}.dash-section-head>p,.dash-section-head.split p{margin:0;color:var(--muted);line-height:1.65}
.dash-fragmentation{background:#fff}.cost-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.cost-grid article{min-height:165px;padding:22px;border:1px solid #d3e4d9;border-radius:17px;background:linear-gradient(145deg,#fbfdfb,#f1f8f4)}.cost-grid article>span,.fit-grid article>span{color:var(--green);font-size:14px}.cost-grid h3,.fit-grid h3{margin:28px 0 8px;font-size:23px}.cost-grid p,.fit-grid p{margin:0;color:var(--muted);font-size:17px;line-height:1.55}
.replacement-lab{background:linear-gradient(135deg,#edf9f2,#f8fce9)}.replacement-table{display:grid;grid-template-columns:repeat(7,1fr);gap:7px}.replacement-table button{min-height:130px;padding:14px;display:flex;flex-direction:column;gap:10px;border:1px solid #c7ddd0;border-radius:13px;background:rgba(255,255,255,.7);color:var(--green-ink);text-align:left;cursor:pointer;transition:.2s}.replacement-table button:hover{transform:translateY(-3px)}.replacement-table button.active{border-color:var(--green);background:#fff;box-shadow:0 14px 30px rgba(10,168,95,.12)}.replacement-table span{font-size:14px;font-weight:800}.replacement-table small{color:#98665f;font-size:14px}.replacement-table b{margin-top:auto;color:var(--green);font-size:14px}.replacement-result{margin-top:12px;padding:18px 22px;display:grid;grid-template-columns:1fr auto 1fr;gap:24px;align-items:center;border:1px solid #acd5bc;border-radius:15px;background:#fff}.replacement-result div{display:flex;flex-direction:column}.replacement-result small{color:var(--muted);font-size:14px;text-transform:uppercase;letter-spacing:.11em}.replacement-result strong{font-size:15px}.replacement-result i{color:var(--green);font-size:24px;font-style:normal}
.module-command{background:#fff}.module-command .product-explorer{margin-top:0}.module-command .explorer-nav{grid-template-columns:repeat(8,1fr)}
.structure-engine{background:#f7fbf8}.structure-engine>.section-shell{display:grid;grid-template-columns:.9fr 1.1fr;grid-template-areas:"copy graph" "results results";gap:34px 70px;align-items:center}.structure-copy{grid-area:copy}.structure-copy h2{margin:0;font-size:50px;line-height:.95}.structure-copy p{color:var(--muted);line-height:1.65}.structure-copy blockquote{margin:24px 0 0;padding:16px 18px;border-left:3px solid var(--green);background:#eaf8ef;font-size:14px;font-weight:700}.structure-graph{grid-area:graph;position:relative;min-height:330px;border:1px solid #bedbc9;border-radius:24px;background-image:linear-gradient(rgba(10,168,95,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(10,168,95,.06) 1px,transparent 1px);background-size:32px 32px;overflow:hidden}.graph-core{position:absolute;left:50%;top:50%;width:125px;height:125px;display:grid;place-items:center;transform:translate(-50%,-50%);border-radius:50%;background:var(--green);color:#fff;font-weight:800;box-shadow:0 0 0 25px rgba(10,168,95,.09)}.structure-graph span{position:absolute;padding:10px 14px;border:1px solid #a9d2b9;border-radius:999px;background:#fff;font-size:14px;font-weight:700}.structure-graph span:after{content:"";position:absolute;width:80px;height:1px;background:#96caaa;transform-origin:left}.g1{left:9%;top:15%}.g1:after{left:100%;top:50%;transform:rotate(25deg)}.g2{right:8%;top:16%}.g2:after{right:100%;top:50%;transform:rotate(155deg)}.g3{left:7%;bottom:18%}.g3:after{left:100%;top:50%;transform:rotate(-22deg)}.g4{right:6%;bottom:17%}.g4:after{right:100%;top:50%;transform:rotate(202deg)}.g5{left:50%;bottom:5%;transform:translateX(-50%)}.g5:after{left:50%;bottom:100%;transform:rotate(-90deg)}.structure-results{grid-area:results;display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.structure-results article{padding:16px;border:1px solid #cce2d4;border-radius:12px;background:#fff;font-size:14px;font-weight:700}.structure-results span{display:block;margin-bottom:13px;color:var(--green);font-size:14px}
.dash-fit{background:#fff}.fit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.fit-grid article{min-height:190px;padding:20px;border:1px solid #cfe2d6;border-radius:16px;background:linear-gradient(145deg,#fff,#f2f9f5)}
.objections{background:#eef9f2}.objection-stack{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.objection-stack article{border:1px solid #c4dfcf;border-radius:16px;background:rgba(255,255,255,.68);overflow:hidden}.objection-stack button{width:100%;min-height:100px;padding:20px;border:0;background:none;color:var(--green-ink);text-align:left;font-weight:800;cursor:pointer}.objection-stack p{display:none;margin:0;padding:0 20px 20px;color:var(--muted);font-size:17px;line-height:1.6}.objection-stack article.active{background:#fff;box-shadow:0 18px 45px rgba(20,84,56,.1)}.objection-stack article.active p{display:block}
.module-number{display:inline-grid;width:44px;height:44px;margin-bottom:22px;place-items:center;border:1px solid color-mix(in srgb,var(--module) 45%,#bdd7c7);border-radius:12px;background:var(--module-soft);color:var(--module);font-weight:800}.module-screen:after{content:"";position:absolute;right:-80px;bottom:-100px;width:220px;height:220px;border-radius:50%;background:color-mix(in srgb,var(--module) 18%,transparent);filter:blur(20px)}
.module-problem{background:#fff}.module-problem>.section-shell{display:grid;grid-template-columns:.72fr 1.28fr;gap:70px;align-items:center}.problem-signal{position:relative;min-height:275px;padding:25px;display:flex;flex-direction:column;justify-content:flex-end;border:1px solid #cbded2;border-radius:23px;background:linear-gradient(145deg,#f2f7f4,#fff);overflow:hidden}.problem-signal:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(90deg,transparent 0 34px,rgba(160,95,83,.07) 35px),repeating-linear-gradient(0deg,transparent 0 34px,rgba(160,95,83,.07) 35px)}.problem-signal>span,.problem-signal>b{position:relative;z-index:2}.problem-signal>span{color:#9c655d;font-size:14px;text-transform:uppercase;letter-spacing:.14em}.problem-signal>b{font-size:34px}.problem-signal i{position:absolute;left:25px;right:25px;height:2px;background:#d9b0a8}.problem-signal i:nth-of-type(1){top:78px}.problem-signal i:nth-of-type(2){top:127px;width:42%}.problem-signal i:nth-of-type(3){top:176px;width:67%}.problem-copy h2{margin:0;font-size:47px;line-height:1}.problem-copy p{color:var(--muted);font-size:17px;line-height:1.68}
.capability-section{background:var(--module-soft)}.capability-console{min-height:560px;padding:12px;display:grid;grid-template-columns:300px 1fr;gap:12px;border:1px solid color-mix(in srgb,var(--module) 30%,#c8ddd0);border-radius:24px;background:rgba(255,255,255,.74);box-shadow:0 25px 65px rgba(19,78,53,.09)}.capability-console>nav{max-height:540px;padding:8px;display:flex;flex-direction:column;gap:6px;overflow:auto;border:1px solid #d6e5dc;border-radius:16px;background:#f9fcfa}.capability-console nav button{padding:12px;display:grid;grid-template-columns:28px 1fr;gap:8px;align-items:start;border:1px solid transparent;border-radius:10px;background:transparent;color:#62796e;text-align:left;cursor:pointer}.capability-console nav button:hover{background:#fff}.capability-console nav button.active{border-color:color-mix(in srgb,var(--module) 38%,#d5e6dc);background:#fff;color:var(--module);box-shadow:0 8px 18px rgba(20,80,54,.07)}.capability-console nav span{font-size:14px}.capability-console nav b{font-size:14px;line-height:1.35}.capability-stage{position:relative;min-width:0;border-radius:17px;background:linear-gradient(145deg,#edf7f1,#fafff2);overflow:hidden}.stage-screen{position:absolute;inset:22px 22px 155px;padding:8px;border:1px solid #bed8c8;border-radius:14px;background:#fff;overflow:hidden}.stage-screen img{width:100%;height:100%;object-fit:cover;object-position:top;border-radius:8px}.capability-stage article{position:absolute;z-index:3;left:22px;right:22px;bottom:22px;min-height:112px;padding:18px 20px;border:1px solid color-mix(in srgb,var(--module) 32%,#c5ddd0);border-radius:14px;background:rgba(255,255,255,.94);box-shadow:0 15px 35px rgba(20,76,52,.1);opacity:0;transform:translateY(10px);pointer-events:none;transition:.22s}.capability-stage article.active{opacity:1;transform:none}.capability-stage small{color:var(--module);font-size:14px;text-transform:uppercase;letter-spacing:.1em}.capability-stage h3{margin:6px 0 7px;font-size:23px}.capability-stage p{margin:0;color:var(--muted);font-size:17px;line-height:1.5}
.module-process{background:#fff}.process-console{padding:14px;display:grid;grid-template-columns:1fr 1.2fr;gap:12px;border:1px solid #cadfd2;border-radius:23px;background:#f6faf7}.process-controls{display:grid;gap:7px}.process-controls button{min-height:72px;padding:12px 15px;display:grid;grid-template-columns:35px 1fr;align-items:center;gap:10px;border:1px solid #d3e3d9;border-radius:12px;background:#fff;color:var(--green-ink);text-align:left;cursor:pointer;transition:.2s}.process-controls button:hover{transform:translateX(4px)}.process-controls button.active{border-color:var(--module);background:var(--module-soft);color:var(--module)}.process-controls span{font-size:14px}.process-controls b{font-size:14px}.process-output{position:relative;min-height:370px;border-radius:17px;background:linear-gradient(145deg,#0d372a,#0a5b3b);overflow:hidden}.process-output:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);background-size:30px 30px}.process-output article{position:absolute;inset:0;padding:38px;display:flex;flex-direction:column;justify-content:center;color:#fff;opacity:0;transform:translateX(20px);transition:.25s}.process-output article.active{opacity:1;transform:none}.process-output small{color:#a8efc9;text-transform:uppercase;letter-spacing:.13em}.process-output h3{max-width:430px;margin:14px 0;font-size:39px;line-height:1}.process-output p{max-width:470px;color:#d3eee0}.process-pulse{margin-top:25px;display:flex;align-items:center;gap:10px;font-size:14px}.process-pulse i{width:9px;height:9px;border-radius:50%;background:#b9f065;box-shadow:0 0 0 7px rgba(185,240,101,.12)}
.module-insight{background:linear-gradient(145deg,#eff9f3,#f8fce9)}.module-insight>.section-shell{display:grid;grid-template-columns:1fr .9fr;gap:60px;align-items:center}.insight-copy h2{margin:0;font-size:46px;line-height:1}.insight-copy p{color:var(--muted);line-height:1.65}.insight-visual{position:relative;min-height:390px;padding:18px;border:1px solid #bad8c5;border-radius:22px;background:#fff;overflow:hidden}.insight-visual>span{display:block;margin-bottom:12px;color:var(--module);font-size:14px;text-transform:uppercase;letter-spacing:.13em}.insight-visual>img{width:100%;height:290px;object-fit:cover;object-position:top;border-radius:13px}.insight-visual>div{position:absolute;right:30px;bottom:30px;padding:13px 17px;border:1px solid #add2ba;border-radius:12px;background:#fff;box-shadow:0 14px 28px rgba(14,73,47,.12)}.insight-visual b{display:block;color:var(--module);font-size:24px}.insight-visual small{color:var(--muted);font-size:14px}.module-faq .related{border:0}.module-closing{background:linear-gradient(135deg,var(--module-soft),#f4ffd8)}
/* Each module gets a different operating surface */
.module-shawts{--module:#08a657;--module-soft:#e8f8ef}.module-organization{--module:#087b59;--module-soft:#e6f5ef}.module-moderation{--module:#15966c;--module-soft:#e8f7f1}.module-library{--module:#5b9637;--module-soft:#eff8e8}.module-events{--module:#0b8f78;--module-soft:#e7f7f3}.module-ticketing{--module:#138a59;--module-soft:#eaf7ef}.module-tracking{--module:#087f6b;--module-soft:#e7f6f3}.module-administration{--module:#4c8c3b;--module-soft:#eef7e9}
.module-organization .capability-console{grid-template-columns:1fr 1.25fr}.module-organization .capability-console>nav{display:grid;grid-template-columns:1fr 1fr;align-content:start}.module-organization .stage-screen{inset:26px 26px 175px}.module-moderation .capability-console nav button:after{content:"review";grid-column:2;color:#d3865f;font-size:14px;text-transform:uppercase;letter-spacing:.1em}.module-library .capability-stage{border-radius:8px 17px 17px 17px}.module-library .capability-stage:before{content:"DOCUMENT VAULT";position:absolute;z-index:4;left:0;top:0;padding:9px 20px;border-radius:0 0 12px 0;background:var(--module);color:#fff;font-size:14px;letter-spacing:.12em}.module-events .process-console{grid-template-columns:1fr}.module-events .process-controls{grid-template-columns:repeat(5,1fr)}.module-events .process-controls button{grid-template-columns:1fr;min-height:92px}.module-events .process-output{min-height:300px}.module-ticketing .capability-console{grid-template-columns:1fr 300px}.module-ticketing .capability-console>nav{grid-column:2}.module-ticketing .capability-stage{grid-column:1;grid-row:1}.module-tracking .process-output{background-color:#0a4f3e;background-image:radial-gradient(circle at 32% 40%,rgba(185,240,101,.28) 0 5px,transparent 6px),radial-gradient(circle at 68% 62%,rgba(185,240,101,.24) 0 5px,transparent 6px)}.module-administration .capability-console>nav{display:grid;grid-template-columns:1fr 1fr;align-content:start}.module-administration .capability-console nav button{grid-template-columns:25px 1fr}
@media(max-width:980px){.dashboard-page{--dash-shell:min(900px,calc(100vw - 34px))}.dash-overview-hero>.section-shell,.dash-module-hero>.section-shell{grid-template-columns:1fr}.dash-hero-console,.module-screen{max-width:780px}.dash-module-nav{grid-template-columns:repeat(4,1fr)}.replacement-table{grid-template-columns:repeat(4,1fr)}.structure-engine>.section-shell{grid-template-columns:1fr;grid-template-areas:"copy" "graph" "results"}.fit-grid{grid-template-columns:1fr 1fr}.capability-console,.module-organization .capability-console,.module-ticketing .capability-console{grid-template-columns:260px 1fr}.module-ticketing .capability-console>nav{grid-column:1}.module-ticketing .capability-stage{grid-column:2}.module-problem>.section-shell{gap:35px}.module-insight>.section-shell{gap:35px}}
@media(max-width:680px){.dashboard-page{--dash-shell:calc(100vw - 24px)}.dash-overview-hero,.dash-module-hero{padding:42px 0 24px}.dash-overview-hero>.section-shell,.dash-module-hero>.section-shell{gap:30px}.dash-hero-copy h1,.module-identity h1{max-width:100%;font-size:clamp(34px,11vw,42px);overflow-wrap:anywhere}.module-identity>p{font-size:17px}.module-identity .hero-actions{display:grid;grid-template-columns:1fr}.module-identity .button{width:100%}.dash-module-nav{display:flex;overflow-x:auto}.dash-module-nav a{flex:0 0 105px}.dash-section{padding:52px 0}.dash-section-head.split{grid-template-columns:1fr;gap:13px}.dash-section-head h2,.structure-copy h2,.problem-copy h2,.insight-copy h2{font-size:37px}.cost-grid,.fit-grid,.objection-stack,.structure-results{grid-template-columns:1fr}.replacement-table{display:flex;overflow-x:auto}.replacement-table button{flex:0 0 170px}.replacement-result{grid-template-columns:1fr}.replacement-result i{transform:rotate(90deg)}.structure-graph{min-height:300px}.module-problem>.section-shell,.module-insight>.section-shell{grid-template-columns:1fr;gap:30px}.problem-signal{min-height:210px}.capability-console,.module-organization .capability-console,.module-ticketing .capability-console{min-height:0;grid-template-columns:1fr}.capability-console>nav,.module-organization .capability-console>nav,.module-administration .capability-console>nav{grid-column:1;display:flex;max-height:none;overflow-x:auto}.capability-console nav button{flex:0 0 185px}.capability-stage,.module-ticketing .capability-stage{grid-column:1;grid-row:auto;min-height:470px}.process-console{grid-template-columns:1fr}.process-controls{display:flex;overflow-x:auto}.process-controls button{flex:0 0 180px}.module-events .process-controls{display:flex}.process-output{min-height:360px}.process-output article{padding:26px}.process-output h3{font-size:33px}.insight-visual{min-height:330px}.insight-visual>img{height:235px}.console-status{grid-template-columns:1fr}.module-command .explorer-nav{grid-template-columns:repeat(4,1fr)}}

/* Final homepage hero layout overrides */
.home-hero{padding:82px 0 110px}
.home-hero .hero-grid{width:min(1120px,calc(100vw - 48px));grid-template-columns:minmax(0,1fr);gap:44px}
.home-hero .hero-copy{width:100%;max-width:100%;margin:auto;text-align:center}
.home-hero .hero-copy .eyebrow{justify-content:center}.home-hero .hero-copy .eyebrow:before{display:none}
.home-hero .home-title{max-width:1080px;margin-inline:auto;font-size:clamp(58px,5.65vw,78px);line-height:.92;letter-spacing:-.065em;text-align:center}
.home-hero .home-title>span,.home-hero .home-title>em{display:block;width:auto;max-width:100%;white-space:nowrap}.home-hero .home-title>em{width:max-content;margin:9px auto 0}
.home-hero .hero-copy>p{max-width:690px;margin:27px auto 0;text-align:center}.home-hero .hero-actions,.home-hero .trust-note{justify-content:center}
.home-hero .visual-stack{width:min(1040px,100%);min-height:585px;margin:4px auto 0}.home-hero .visual-stack:after{inset:38px 16px -8px;border-radius:44px}.home-hero .product-window{left:7%;right:3%;top:75px}.home-hero .visual-stack .phone-stage{left:0;bottom:-18px;width:188px}.home-hero .hero-visual-tabs{left:50%;top:13px;transform:translateX(-50%)}.home-hero .hero-reach-card{right:0;bottom:4px}.home-hero .orbit-one{right:8%;top:70px}.home-hero .orbit-two{right:15%;top:135px}.home-hero .visual-stack.mode-app .phone-stage{left:50%;width:245px}.home-hero .visual-stack.mode-app .product-window{transform:perspective(1100px) translate(48px,24px) scale(.9) rotateY(-4deg)}
@media(max-width:980px){.home-hero .hero-grid{width:min(900px,calc(100vw - 34px));grid-template-columns:minmax(0,1fr)}.home-hero .home-title{font-size:clamp(52px,7vw,67px)}.home-hero .home-title>span{white-space:normal}.home-hero .visual-stack{width:min(820px,100%);min-height:530px}.home-hero .product-window{left:5%;right:2%}}
@media(max-width:680px){.home-hero{padding:46px 0 66px}.home-hero .hero-grid{width:calc(100vw - 28px)!important;max-width:calc(100vw - 28px)!important;gap:30px}.home-hero .hero-copy{text-align:left}.home-hero .hero-copy .eyebrow{justify-content:flex-start}.home-hero .home-title{margin:0;font-size:42px;line-height:.94;text-align:left}.home-hero .home-title>span,.home-hero .home-title>em{white-space:normal!important}.home-hero .home-title>em{width:auto;margin:5px 0 0}.home-hero .hero-copy>p{width:100%;max-width:100%;margin:23px 0 0;text-align:left}.home-hero .hero-actions{grid-template-columns:1fr}.home-hero .hero-actions,.home-hero .trust-note{justify-content:flex-start}.home-hero .visual-stack{width:100%;min-height:365px}.home-hero .visual-stack:after{inset:30px 0 -4px}.home-hero .hero-visual-tabs{top:3px}.home-hero .product-window{left:10px;right:0;top:56px}.home-hero .visual-stack .phone-stage{left:-3px;bottom:-8px;width:100px}.home-hero .hero-reach-card{right:0;bottom:-2px}.home-hero .visual-stack.mode-app .phone-stage{left:50%;width:150px}}

/* Authoritative homepage hero: left-aligned copy + real interactive explorer */
.home-hero{padding:78px 0 92px}
.home-hero .hero-grid{width:min(1180px,calc(100vw - 48px));grid-template-columns:minmax(430px,.88fr) minmax(560px,1.12fr);gap:58px;align-items:center}
.home-hero .hero-copy{width:auto;max-width:570px;margin:0;text-align:left}
.home-hero .hero-copy .eyebrow{justify-content:flex-start}.home-hero .hero-copy .eyebrow:before{display:block}
.home-hero .home-title{max-width:570px;margin:0;font-size:clamp(49px,4.55vw,67px);line-height:.92;letter-spacing:-.06em;text-align:left}
.home-hero .home-title>span,.home-hero .home-title>em{display:block;width:auto;max-width:100%;white-space:nowrap}.home-hero .home-title>em{width:max-content;margin:7px 0 0}
.home-hero .hero-copy>p{max-width:540px;margin:26px 0 0;text-align:left}.home-hero .hero-actions,.home-hero .trust-note{justify-content:flex-start}
.hero-explorer{min-height:565px;transform:none!important}
.hero-explorer:after{content:"";position:absolute;z-index:0;inset:18px -18px -16px 24px;border-radius:38px;background:radial-gradient(circle at 85% 12%,rgba(255,255,255,.72),transparent 25%),linear-gradient(145deg,#cbf397,#a8ebbd 48%,#64d39b);box-shadow:inset 0 0 0 1px rgba(7,126,68,.12)}
.hero-explorer-shell{position:relative;z-index:2;width:100%;min-height:540px;border:1px solid #b8d6c4;border-radius:22px;background:rgba(255,255,255,.94);box-shadow:0 34px 75px rgba(13,72,47,.2);overflow:hidden;transform:perspective(1200px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg)) translate(var(--mx,0),var(--my,0));transition:transform .3s ease}
.hero-explorer-shell>header{height:44px;padding:0 15px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #dce8e0;background:#fbfdfb;color:#789087;font-size:14px;text-transform:uppercase;letter-spacing:.11em}.hero-explorer-shell>header span{display:flex;align-items:center;gap:8px;color:var(--green-deep);font-weight:800}.hero-explorer-shell>header i{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 0 5px rgba(8,166,87,.1)}
.hero-explorer-shell>nav{height:64px;padding:8px;display:grid;grid-template-columns:repeat(3,1fr);gap:6px;border-bottom:1px solid #d9e7de;background:#f4f9f6}.hero-explorer-shell>nav button{min-width:0;padding:0 12px;display:grid;grid-template-columns:24px 1fr;align-items:center;gap:8px;border:1px solid transparent;border-radius:10px;background:transparent;color:#758b80;text-align:left;cursor:pointer;transition:.2s}.hero-explorer-shell>nav button:hover{background:#fff;color:var(--green-deep)}.hero-explorer-shell>nav button.active{border-color:#9bcfaf;background:#fff;color:var(--green);box-shadow:0 8px 18px rgba(11,115,69,.09)}.hero-explorer-shell>nav span{font-size:14px}.hero-explorer-shell>nav b{font-size:14px}
.hero-explorer-stage{min-height:432px;padding:16px;display:grid;grid-template-rows:300px auto;gap:12px;background:linear-gradient(145deg,#eef8f2,#f8fce9);transition:opacity .16s,transform .16s}.hero-explorer-stage.switching{opacity:.35;transform:translateY(4px)}
.hero-screen-wrap{min-width:0;display:grid;place-items:center;border:1px solid #c9ded1;border-radius:14px;background:#fff;overflow:hidden}.hero-screen{width:100%;height:100%;object-fit:contain;object-position:center top;transition:.25s}.hero-explorer-stage.mobile-view .hero-screen{width:auto;max-width:210px;height:280px;filter:drop-shadow(0 18px 20px rgba(17,72,48,.18))}
.hero-explorer-detail{padding:13px 15px;display:grid;grid-template-columns:92px 1fr;gap:14px;align-items:start;border:1px solid #c9ded1;border-radius:13px;background:rgba(255,255,255,.9)}.hero-explorer-detail>span{padding-top:3px;color:var(--green);font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.hero-explorer-detail strong{display:block;font-size:15px;line-height:1.25}.hero-explorer-detail p{margin:4px 0 0;color:var(--muted);font-size:17px;line-height:1.45}
.hero-mobile-peek{position:absolute;z-index:5;left:0;top:195px;width:112px;filter:drop-shadow(0 22px 20px rgba(12,65,43,.25));transform:rotate(-2deg);transition:opacity .2s,transform .3s}.hero-mobile-peek .device-mockup{width:100%}.hero-mobile-peek>span{position:absolute;left:72%;top:18%;width:max-content;padding:7px 10px;display:flex;align-items:center;gap:6px;border:1px solid #a9d5ba;border-radius:999px;background:rgba(255,255,255,.94);color:var(--green-deep);font-size:14px;font-weight:800;box-shadow:0 10px 22px rgba(13,75,49,.12)}.hero-mobile-peek>span i{width:6px;height:6px;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px rgba(8,166,87,.1)}.hero-explorer-stage.mobile-view .hero-mobile-peek{opacity:0;transform:translateX(-12px) rotate(-4deg);pointer-events:none}
@media(max-width:1050px){.home-hero .hero-grid{grid-template-columns:minmax(390px,.84fr) minmax(500px,1.16fr);gap:32px}.home-hero .home-title{font-size:clamp(47px,5vw,59px)}}
@media(max-width:980px){.home-hero .hero-grid{width:min(900px,calc(100vw - 34px));grid-template-columns:1fr;gap:44px}.home-hero .hero-copy{max-width:680px}.home-hero .home-title{max-width:650px;font-size:clamp(50px,7vw,64px)}.hero-explorer{width:min(760px,100%);min-height:565px;margin:auto}}
@media(max-width:680px){.home-hero{padding:46px 0 60px}.home-hero .hero-grid{width:calc(100vw - 28px)!important;gap:34px}.home-hero .hero-copy{width:100%;max-width:100%}.home-hero .home-title{font-size:42px}.home-hero .home-title>span,.home-hero .home-title>em{white-space:normal!important}.home-hero .hero-copy>p{width:100%;max-width:100%}.home-hero .hero-actions{grid-template-columns:1fr}.hero-explorer{width:100%;min-height:500px}.hero-explorer:after{inset:12px -4px -8px 8px;border-radius:24px}.hero-explorer-shell{min-height:480px;border-radius:17px}.hero-explorer-shell>header small{display:none}.hero-explorer-shell>nav{height:58px}.hero-explorer-shell>nav button{padding:0 7px;grid-template-columns:1fr;gap:0;text-align:center}.hero-explorer-shell>nav button span{display:none}.hero-explorer-stage{min-height:378px;padding:10px;grid-template-rows:245px auto}.hero-explorer-stage.mobile-view .hero-screen{height:230px}.hero-mobile-peek{top:205px;width:78px}.hero-mobile-peek>span{display:none}.hero-explorer-detail{grid-template-columns:1fr;gap:4px;padding:11px}.hero-explorer-detail>span{padding:0}.hero-explorer-detail p{font-size:17px}}
.hero-mobile-peek{left:auto;right:12px;top:174px;width:128px;transform:rotate(2deg)}.hero-mobile-peek>span{left:auto;right:72%;top:18%}
@media(max-width:680px){.hero-mobile-peek{left:auto;right:7px;top:192px;width:84px}}

/* Rebuilt homepage hero — isolated from legacy hero rules */
.home-hero-v2{position:relative;padding:88px 0 100px;background:radial-gradient(circle at 79% 38%,rgba(182,244,158,.5),transparent 27%),linear-gradient(135deg,#fbfcf8 18%,#f4faf5 62%,#e7f8ec);overflow:hidden}
.home-hero-v2:before{content:"";position:absolute;inset:0;opacity:.48;background-image:linear-gradient(rgba(6,115,61,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(6,115,61,.045) 1px,transparent 1px);background-size:40px 40px;mask-image:linear-gradient(90deg,transparent 25%,#000 72%,transparent)}
.home-hero-v2-grid{position:relative;z-index:1;width:min(1180px,calc(100vw - 48px));margin:auto;display:grid;grid-template-columns:minmax(430px,.86fr) minmax(590px,1.14fr);gap:70px;align-items:center}
.home-hero-v2-copy{position:relative;z-index:5;min-width:0;max-width:560px}.home-hero-v2-copy h1{margin:0;font-family:var(--serif);font-size:clamp(50px,4.55vw,66px);font-weight:600;line-height:.92;letter-spacing:-.06em}.home-hero-v2-copy h1 span,.home-hero-v2-copy h1 em{display:block;white-space:nowrap}.home-hero-v2-copy h1 span:nth-child(2){color:var(--green-deep)}.home-hero-v2-copy h1 em{position:relative;width:max-content;margin-top:7px;color:var(--green);font-style:normal}.home-hero-v2-copy h1 em:after{content:"";position:absolute;z-index:-1;left:2px;right:0;bottom:-5px;height:9px;border-radius:99px;background:var(--lime);opacity:.5}.home-hero-v2-copy>p{max-width:530px;margin:27px 0 0;color:#526b61;font-size:17px;line-height:1.62}.home-hero-v2-copy .hero-actions{justify-content:flex-start;margin-top:30px}.home-hero-proof{margin-top:24px;display:flex;flex-wrap:wrap;gap:9px 20px;color:#637b70;font-size:14px;font-weight:700}.home-hero-proof span{display:flex;align-items:center;gap:8px}.home-hero-proof span+span:before{content:"";width:1px;height:13px;margin-right:10px;background:#b9cec1}.home-hero-proof i{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 0 5px rgba(8,166,87,.1)}
.home-product-stage{--stage-x:0px;--stage-y:0px;--stage-rx:0deg;--stage-ry:0deg;position:relative;min-width:0;min-height:570px;isolation:isolate}.home-product-stage:before{content:"";position:absolute;z-index:0;inset:46px -24px 0 30px;border-radius:43px;background:radial-gradient(circle at 83% 13%,rgba(255,255,255,.7),transparent 24%),linear-gradient(145deg,#cdf598,#9de4b8 48%,#55c98f);box-shadow:inset 0 0 0 1px rgba(7,126,68,.12),0 30px 70px rgba(11,92,57,.12)}
.home-product-orbit{position:absolute;z-index:1;border:1px solid rgba(8,138,74,.18);border-radius:50%;pointer-events:none}.home-product-orbit.orbit-a{width:430px;height:430px;right:-25px;top:65px}.home-product-orbit.orbit-b{width:290px;height:290px;right:45px;top:135px;border-style:dashed}
.home-product-tabs{position:absolute;z-index:8;left:52px;right:18px;top:12px;padding:5px;display:grid;grid-template-columns:repeat(3,1fr);gap:4px;border:1px solid #afd2bc;border-radius:15px;background:rgba(255,255,255,.88);box-shadow:0 14px 30px rgba(16,80,53,.1);backdrop-filter:blur(14px)}.home-product-tabs button{min-height:42px;padding:0 11px;display:flex;align-items:center;justify-content:center;gap:7px;border:0;border-radius:10px;background:transparent;color:#73897f;font-size:14px;font-weight:800;cursor:pointer;transition:.22s}.home-product-tabs button span{font-size:14px;color:#96aaa0}.home-product-tabs button:hover{background:#edf8f1;color:var(--green-deep)}.home-product-tabs button.active{background:var(--green-deep);color:#fff;box-shadow:0 8px 18px rgba(7,93,61,.2)}.home-product-tabs button.active span{color:var(--lime)}
.home-dashboard-device{position:absolute;z-index:3;left:35px;right:-8px;top:82px;padding-bottom:6px;border:1px solid rgba(20,99,63,.22);border-radius:20px;background:#fff;box-shadow:0 34px 70px rgba(15,72,49,.22);overflow:hidden;transform:perspective(1200px) translate(var(--stage-x),var(--stage-y)) rotateX(var(--stage-rx)) rotateY(calc(var(--stage-ry) - 2deg));transform-origin:center;transition:opacity .3s,filter .3s,transform .35s}.home-dashboard-device>img{width:100%;height:auto;max-height:445px;object-fit:contain;object-position:top}.home-device-bar{height:30px;padding:0 11px;display:flex;align-items:center;gap:5px;border-bottom:1px solid #e1ebe5;color:#879b91;font-size:14px}.home-device-bar i{width:6px;height:6px;border-radius:50%;background:#b9dec7}.home-device-bar span{margin-left:6px}.home-device-bar b{margin-left:auto;color:var(--green);font-size:14px;letter-spacing:.13em}
.home-phone-device{position:absolute;z-index:6;left:-8px;bottom:-10px;width:166px;padding:0;border:0;background:transparent;color:inherit;filter:drop-shadow(0 30px 28px rgba(12,65,43,.3));cursor:pointer;transform:translate(calc(var(--stage-x) * -.65),calc(var(--stage-y) * -.65)) rotate(-2deg);transition:left .4s,bottom .4s,width .4s,transform .35s,filter .3s}.home-phone-device .device-mockup{width:100%}.home-phone-device>span{position:absolute;left:74%;top:18%;width:max-content;padding:8px 11px;display:flex;align-items:center;gap:7px;border:1px solid #9fcfb1;border-radius:999px;background:rgba(255,255,255,.94);color:var(--green-deep);font-size:14px;font-weight:800;box-shadow:0 12px 26px rgba(12,74,48,.14)}.home-phone-device>span i{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px rgba(8,166,87,.1)}
.home-product-caption{position:absolute;z-index:7;right:-18px;bottom:10px;width:275px;padding:17px 18px;border:1px solid #acd3b9;border-radius:16px;background:rgba(255,255,255,.94);box-shadow:0 18px 38px rgba(14,75,49,.16);backdrop-filter:blur(12px);transform:translate(calc(var(--stage-x) * -.4),calc(var(--stage-y) * -.4));transition:.3s}.home-product-caption small{color:var(--green);font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.home-product-caption strong{display:block;margin-top:5px;font-size:16px;line-height:1.2}.home-product-caption p{margin:6px 0 0;color:var(--muted);font-size:17px;line-height:1.45}.home-reach-signal{position:absolute;z-index:7;right:-15px;top:140px;width:130px;padding:12px;border:1px solid #b1d7bf;border-radius:14px;background:rgba(255,255,255,.93);box-shadow:0 14px 30px rgba(15,79,52,.13)}.home-reach-signal span{display:block;color:#71877c;font-size:14px;text-transform:uppercase;letter-spacing:.1em}.home-reach-signal>b{display:block;color:var(--green-deep);font-size:25px;line-height:1.2}.home-reach-signal>i{height:4px;display:block;border-radius:99px;background:#dce9e1;overflow:hidden}.home-reach-signal em{display:block;width:82%;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--green),var(--lime))}
.home-product-stage.is-changing .home-dashboard-device,.home-product-stage.is-changing .home-phone-device,.home-product-stage.is-changing .home-product-caption{opacity:.28}.home-product-stage.focus-mobile .home-dashboard-device{opacity:.4;filter:saturate(.65);transform:perspective(1200px) translate(65px,20px) scale(.88) rotateY(-4deg)}.home-product-stage.focus-mobile .home-phone-device{left:48%;bottom:-22px;width:232px;transform:translateX(-50%) rotate(0);filter:drop-shadow(0 38px 36px rgba(12,65,43,.32))}.home-product-stage.focus-mobile .home-phone-device>span{display:none}.home-product-stage.focus-mobile .home-product-caption{right:-8px;bottom:26px}.home-product-stage.focus-mobile .home-reach-signal{opacity:.28}
@media(max-width:1100px){.home-hero-v2-grid{grid-template-columns:minmax(390px,.84fr) minmax(520px,1.16fr);gap:36px}.home-hero-v2-copy h1{font-size:clamp(47px,5.2vw,59px)}.home-product-caption{right:0}.home-reach-signal{right:0}}
@media(max-width:980px){.home-hero-v2-grid{width:min(900px,calc(100vw - 34px));grid-template-columns:1fr;gap:46px}.home-hero-v2-copy{max-width:690px}.home-hero-v2-copy h1{font-size:clamp(52px,7vw,65px)}.home-product-stage{width:min(760px,100%);min-height:580px;margin:auto}.home-dashboard-device{right:0}}
@media(max-width:680px){.home-hero-v2{padding:48px 0 62px}.home-hero-v2-grid{width:calc(100vw - 28px);gap:36px}.home-hero-v2-copy{width:100%;max-width:100%}.home-hero-v2-copy h1{font-size:42px}.home-hero-v2-copy h1 span,.home-hero-v2-copy h1 em{white-space:normal}.home-hero-v2-copy>p{font-size:17px}.home-hero-v2-copy .hero-actions{display:grid;grid-template-columns:1fr}.home-hero-proof span+span:before{display:none}.home-product-stage{width:100%;min-height:390px}.home-product-stage:before{inset:37px 0 0 8px;border-radius:26px}.home-product-orbit{display:none}.home-product-tabs{left:14px;right:5px;top:0}.home-product-tabs button{min-height:38px;padding:0 5px;font-size:14px}.home-product-tabs button span{display:none}.home-dashboard-device{left:10px;right:0;top:58px;border-radius:14px}.home-dashboard-device>img{max-height:270px}.home-phone-device{left:-3px;bottom:-2px;width:94px}.home-phone-device>span{display:none}.home-product-caption{right:0;bottom:-12px;width:210px;padding:12px}.home-product-caption strong{font-size:14px}.home-product-caption p{font-size:17px}.home-reach-signal{display:none}.home-product-stage.focus-mobile .home-phone-device{left:48%;bottom:-14px;width:150px}.home-product-stage.focus-mobile .home-product-caption{right:0;bottom:0}}
@media(prefers-reduced-motion:reduce){.home-dashboard-device,.home-phone-device,.home-product-caption{transition:none}}


/* Rebuilt Why Tawasol */
.why-v2{padding:108px 0;background:linear-gradient(135deg,#f7fbf8,#eef8f2);border-bottom:1px solid var(--line)}
.why-v2-layout{display:grid;grid-template-columns:minmax(320px,.72fr) minmax(620px,1.28fr);gap:82px;align-items:start}.why-v2-intro{position:sticky;top:110px}.why-v2-intro h2{margin:0;font-family:var(--serif);font-size:clamp(43px,4.2vw,58px);font-weight:600;line-height:.94;letter-spacing:-.05em}.why-v2-intro h2 em{color:var(--green);font-style:normal}.why-v2-intro>p{max-width:430px;margin:24px 0 0;color:var(--muted);font-size:17px;line-height:1.65}.why-v2-signal{margin-top:32px;padding:16px 18px;display:flex;align-items:center;gap:13px;border:1px solid #b9d9c5;border-radius:14px;background:rgba(255,255,255,.72)}.why-v2-signal>i{width:11px;height:11px;border-radius:50%;background:var(--green);box-shadow:0 0 0 8px rgba(8,166,87,.1)}.why-v2-signal span{display:flex;flex-direction:column}.why-v2-signal b{font-size:14px}.why-v2-signal small{color:var(--muted);font-size:14px}
.why-v2-grid{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #b9d8c5;border-left:1px solid #b9d8c5}.why-v2-grid article{position:relative;min-height:285px;padding:28px;display:flex;flex-direction:column;border-right:1px solid #b9d8c5;border-bottom:1px solid #b9d8c5;background:rgba(255,255,255,.55);transition:.25s}.why-v2-grid article:hover{z-index:2;background:#fff;box-shadow:0 22px 50px rgba(17,77,51,.1);transform:translateY(-4px)}.why-v2-icon{width:48px;height:48px;display:grid;place-items:center;border:1px solid #a8d3b8;border-radius:14px;background:linear-gradient(145deg,#e0f8e9,#f7ffe8);color:var(--green)}.why-v2-icon svg{width:23px;height:23px}.why-v2-grid article>small{position:absolute;right:24px;top:25px;color:#97aaa0;font-size:14px}.why-v2-grid h3{max-width:260px;margin:36px 0 10px;font-size:20px;line-height:1.15}.why-v2-grid p{margin:0;color:var(--muted);font-size:17px;line-height:1.58}

/* Rebuilt dashboard showcase */
.dashboard-v2{padding:104px 0;background:radial-gradient(circle at 84% 20%,rgba(185,240,101,.25),transparent 24%),linear-gradient(145deg,#edf8f1,#f8fce9);border-bottom:1px solid var(--line)}.dashboard-v2-head{margin-bottom:42px;display:grid;grid-template-columns:1fr .86fr;gap:70px;align-items:end}.dashboard-v2-head h2{margin:0;font-family:var(--serif);font-size:clamp(43px,4.4vw,60px);font-weight:600;line-height:.94;letter-spacing:-.05em}.dashboard-v2-head h2 em{color:var(--green);font-style:normal}.dashboard-v2-head>p{margin:0 0 4px;color:var(--muted);font-size:17px;line-height:1.65}
.dashboard-v2-workspace{min-height:670px;padding:12px;display:grid;grid-template-columns:230px minmax(0,1fr);gap:12px;border:1px solid #b5d6c2;border-radius:27px;background:rgba(255,255,255,.72);box-shadow:0 30px 75px rgba(17,79,52,.12);backdrop-filter:blur(12px)}.dashboard-v2-workspace>nav{padding:10px;display:flex;flex-direction:column;gap:5px;border-radius:18px;background:linear-gradient(160deg,#0a3428,#07583b)}.dashboard-v2-workspace>nav button{min-height:67px;padding:9px 11px;display:grid;grid-template-columns:38px 1fr 8px;align-items:center;gap:9px;border:1px solid transparent;border-radius:12px;background:transparent;color:#b8d3c7;text-align:left;cursor:pointer;transition:.2s}.dashboard-v2-workspace>nav button:hover{background:rgba(255,255,255,.06);color:#fff}.dashboard-v2-workspace>nav button.active{border-color:rgba(185,240,101,.36);background:rgba(255,255,255,.1);color:#fff;box-shadow:inset 3px 0 0 var(--lime)}.dashboard-v2-workspace>nav button>b{font-size:14px}.dashboard-v2-workspace>nav button>i{width:6px;height:6px;border:1px solid #89a99a;border-radius:50%}.dashboard-v2-workspace>nav button.active>i{border-color:var(--lime);background:var(--lime);box-shadow:0 0 0 5px rgba(185,240,101,.1)}.dashboard-v2-icon{width:34px;height:34px;display:grid;place-items:center;border:1px solid rgba(190,229,207,.2);border-radius:10px;background:rgba(255,255,255,.06);color:#a7d6bd}.dashboard-v2-icon svg{width:17px;height:17px}.dashboard-v2-workspace>nav button.active .dashboard-v2-icon{color:var(--lime);border-color:rgba(185,240,101,.3);background:rgba(185,240,101,.08)}
.dashboard-v2-main{min-width:0;padding:10px;display:grid;grid-template-rows:auto minmax(390px,1fr) auto;gap:10px;border:1px solid #d1e3d8;border-radius:18px;background:#f8fbf9;transition:opacity .16s,transform .16s}.dashboard-v2-main.is-changing{opacity:.35;transform:translateY(4px)}.dashboard-v2-toolbar{padding:0 5px 5px;display:flex;align-items:center;justify-content:space-between;gap:15px;color:#789087;font-size:14px;text-transform:uppercase;letter-spacing:.1em}.dashboard-v2-toolbar>span{display:flex;align-items:center;gap:8px;color:var(--green);font-weight:800}.dashboard-v2-toolbar>span i{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 0 5px rgba(8,166,87,.1)}.dashboard-v2-toolbar>div{display:flex;gap:6px}.dashboard-v2-toolbar b{padding:6px 8px;border:1px solid #d3e4d9;border-radius:7px;background:#fff;color:#6d8278;font-size:14px}.dashboard-v2-screen{min-width:0;padding:10px;display:grid;place-items:center;border:1px solid #c8ddd0;border-radius:15px;background:#fff;overflow:hidden}.dashboard-v2-screen img{width:100%;height:100%;max-height:470px;object-fit:contain;object-position:center top}.dashboard-v2-main footer{padding:17px 18px;display:grid;grid-template-columns:100px minmax(0,1fr) auto;align-items:center;gap:20px;border:1px solid #c9ded1;border-radius:14px;background:linear-gradient(90deg,#edf9f2,#f8fce9)}.dashboard-v2-main footer>span{color:var(--green);font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.dashboard-v2-main footer h3{margin:0;font-size:19px}.dashboard-v2-main footer p{max-width:590px;margin:4px 0 0;color:var(--muted);font-size:17px;line-height:1.45}.dashboard-v2-main footer .button{min-height:39px;padding-inline:14px;font-size:14px}

/* Measurement now shares the problem section's dark visual language */
.metric-lab{background:radial-gradient(circle at 88% 18%,rgba(185,240,101,.13),transparent 28%),linear-gradient(145deg,#092f24,#0b3b2c 58%,#083225);color:#fff;border-bottom:1px solid #174f3c}.metric-lab .eyebrow{color:var(--lime)}.metric-lab .section-heading h2{color:#fff}.metric-lab .measurement-intro{color:#b7cec4}.metric-lab .measurement-intro small{border:1px solid rgba(185,240,101,.24);background:rgba(185,240,101,.08);color:var(--lime)}.metric-lab .metric-tabs button{border-color:rgba(190,224,204,.2);background:rgba(255,255,255,.055);color:#fff}.metric-lab .metric-tabs button:hover{border-color:rgba(185,240,101,.4);background:rgba(255,255,255,.09)}.metric-lab .metric-tabs button.active{border-color:var(--lime);background:linear-gradient(145deg,rgba(8,166,87,.32),rgba(185,240,101,.1));box-shadow:0 18px 45px rgba(0,15,10,.22)}.metric-lab .metric-tabs span{color:var(--lime)}.metric-lab .metric-tabs small{color:#adc6ba}.metric-lab .metric-panel{border-color:#a8cfb7;background:#f8fbf9;color:var(--green-ink);box-shadow:0 24px 55px rgba(0,20,13,.24)}.metric-lab .metric-conclusion{border-left-color:var(--lime);background:rgba(255,255,255,.075);color:#e3eee8}.metric-lab .button{border-color:var(--lime);background:var(--lime);color:var(--green-deep);box-shadow:0 12px 30px rgba(0,15,10,.2)}.metric-lab .button:hover{background:#cbfa82}
@media(max-width:980px){.why-v2-layout{grid-template-columns:1fr;gap:42px}.why-v2-intro{position:static;max-width:700px}.dashboard-v2-head{grid-template-columns:1fr;gap:18px}.dashboard-v2-workspace{grid-template-columns:190px minmax(0,1fr)}.dashboard-v2-main footer{grid-template-columns:90px minmax(0,1fr)}.dashboard-v2-main footer .button{grid-column:2;justify-self:start}}
@media(max-width:680px){.why-v2,.dashboard-v2{padding:64px 0}.why-v2-intro h2,.dashboard-v2-head h2{font-size:40px}.why-v2-grid{grid-template-columns:1fr}.why-v2-grid article{min-height:235px}.dashboard-v2-workspace{min-height:0;padding:8px;grid-template-columns:1fr}.dashboard-v2-workspace>nav{padding:7px;display:grid;grid-template-columns:repeat(4,1fr);overflow-x:auto}.dashboard-v2-workspace>nav button{min-width:96px;min-height:72px;grid-template-columns:1fr;justify-items:center;gap:3px;text-align:center}.dashboard-v2-workspace>nav button>i{display:none}.dashboard-v2-icon{width:30px;height:30px}.dashboard-v2-main{grid-template-rows:auto 250px auto}.dashboard-v2-toolbar>div{display:none}.dashboard-v2-main footer{grid-template-columns:1fr;gap:9px}.dashboard-v2-main footer .button{grid-column:1;width:100%}.metric-lab .section-heading.wide{grid-template-columns:1fr}.metric-lab .metric-workspace{grid-template-columns:1fr}.metric-lab .metric-tabs{grid-template-columns:1fr 1fr}}

/* Why Tawasol — compact, playful bento composition */
.why-v2{position:relative;padding:96px 0;background:radial-gradient(circle at 12% 18%,rgba(185,240,101,.26),transparent 20%),radial-gradient(circle at 88% 82%,rgba(82,211,145,.18),transparent 23%),#f8fbf8;overflow:hidden}
.why-v2:before{content:"";position:absolute;width:210px;height:210px;right:-95px;top:90px;border:1px dashed rgba(8,166,87,.2);border-radius:50%;box-shadow:0 0 0 34px rgba(8,166,87,.025),0 0 0 68px rgba(8,166,87,.02)}
.why-v2-layout{position:relative;z-index:1;width:min(1020px,calc(100vw - 48px));display:grid;grid-template-columns:1fr;gap:44px}
.why-v2-intro{position:static;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(300px,.95fr);gap:16px 64px;align-items:end}.why-v2-intro>.eyebrow{grid-column:1/-1}.why-v2-intro h2{grid-column:1;font-size:clamp(43px,4.3vw,58px)}.why-v2-intro>p{grid-column:2;max-width:420px;margin:0 0 4px}.why-v2-signal{grid-column:2;width:max-content;max-width:100%;margin:4px 0 0;padding:12px 16px;border-radius:999px;background:#fff;box-shadow:0 12px 28px rgba(15,80,52,.08)}
.why-v2-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:14px;border:0}.why-v2-grid article{isolation:isolate;min-height:245px;padding:26px;border:1px solid rgba(129,190,153,.45);border-radius:25px;overflow:hidden;box-shadow:0 12px 30px rgba(17,76,51,.055);transition:transform .28s cubic-bezier(.2,.8,.2,1),box-shadow .28s}.why-v2-grid article:before{content:"";position:absolute;z-index:-1;width:170px;height:170px;right:-72px;top:-75px;border-radius:50%;background:rgba(255,255,255,.45)}.why-v2-grid article:after{content:"";position:absolute;z-index:-1;right:26px;bottom:24px;width:38px;height:38px;opacity:.25;background-image:radial-gradient(currentColor 1.5px,transparent 1.5px);background-size:8px 8px}.why-v2-grid article:nth-child(1){grid-column:span 7;min-height:270px;background:linear-gradient(145deg,#dff8e8,#f3ffda)}.why-v2-grid article:nth-child(2){grid-column:span 5;min-height:270px;background:linear-gradient(145deg,#ecf9f1,#d8f5e5)}.why-v2-grid article:nth-child(3),.why-v2-grid article:nth-child(4),.why-v2-grid article:nth-child(5){grid-column:span 4;background:#fff}.why-v2-grid article:nth-child(4){background:linear-gradient(145deg,#f7ffe8,#e8f8ed)}.why-v2-grid article:nth-child(6){grid-column:span 12;min-height:190px;padding-right:310px;background:linear-gradient(110deg,#0b3c2d,#096143);color:#fff}.why-v2-grid article:nth-child(6):before{width:300px;height:300px;right:-60px;top:-110px;background:rgba(185,240,101,.12);box-shadow:0 0 0 42px rgba(185,240,101,.04)}
.why-v2-grid article:hover{z-index:2;transform:translateY(-7px) rotate(-.35deg);box-shadow:0 24px 55px rgba(16,79,52,.13)}.why-v2-grid article:nth-child(even):hover{transform:translateY(-7px) rotate(.35deg)}.why-v2-icon{width:54px;height:54px;border:0;border-radius:18px;background:#fff;color:var(--green);box-shadow:0 10px 24px rgba(12,102,62,.1);transition:transform .28s}.why-v2-grid article:hover .why-v2-icon{transform:rotate(-7deg) scale(1.06)}.why-v2-grid article:nth-child(2) .why-v2-icon,.why-v2-grid article:nth-child(4) .why-v2-icon{border-radius:50%;background:var(--green-deep);color:var(--lime)}.why-v2-grid article:nth-child(6) .why-v2-icon{background:var(--lime);color:var(--green-deep)}.why-v2-grid article>small{display:none}.why-v2-grid h3{max-width:330px;margin:30px 0 10px;font-size:clamp(19px,2vw,24px)}.why-v2-grid p{max-width:440px;font-size:17px}.why-v2-grid article:nth-child(6) h3{margin-top:22px;color:#fff}.why-v2-grid article:nth-child(6) p{color:#bcd3c8}.why-v2-grid article:nth-child(6):after{right:90px;bottom:55px;width:100px;height:100px;color:var(--lime);opacity:.35;background-size:12px 12px}
@media(max-width:900px){.why-v2-layout{width:min(760px,calc(100vw - 34px))}.why-v2-intro{grid-template-columns:1fr;gap:16px}.why-v2-intro>.eyebrow,.why-v2-intro h2,.why-v2-intro>p,.why-v2-signal{grid-column:1}.why-v2-grid article:nth-child(1),.why-v2-grid article:nth-child(2){grid-column:span 6}.why-v2-grid article:nth-child(3),.why-v2-grid article:nth-child(4),.why-v2-grid article:nth-child(5){grid-column:span 6}.why-v2-grid article:nth-child(6){grid-column:span 6;min-height:245px;padding-right:26px}}
@media(max-width:600px){.why-v2{padding:66px 0}.why-v2-layout{width:calc(100vw - 28px);gap:32px}.why-v2-intro h2{font-size:40px}.why-v2-signal{width:100%;border-radius:15px}.why-v2-grid{grid-template-columns:1fr}.why-v2-grid article:nth-child(n){grid-column:1;min-height:220px;padding:23px}.why-v2-grid article:nth-child(6){padding-right:23px}.why-v2-grid h3{margin-top:26px}.why-v2-grid article:hover{transform:translateY(-4px)}}

/* Why Tawasol heading alignment and tighter card spacing */
.why-v2-layout{gap:25px}
.why-v2-intro{grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);grid-template-rows:auto auto;column-gap:64px;row-gap:11px;align-items:start}
.why-v2-intro>.eyebrow{grid-column:1/-1;grid-row:1;margin-bottom:0}
.why-v2-intro h2{grid-column:1;grid-row:2;align-self:start}
.why-v2-intro>p{grid-column:2;grid-row:2;align-self:start;margin:2px 0 0}
.why-v2-signal{grid-column:2;grid-row:2;align-self:start;margin:78px 0 0}
@media(max-width:900px){.why-v2-layout{gap:28px}.why-v2-intro{grid-template-columns:1fr;grid-template-rows:auto;row-gap:14px}.why-v2-intro>.eyebrow,.why-v2-intro h2,.why-v2-intro>p,.why-v2-signal{grid-column:1;grid-row:auto}.why-v2-signal{margin-top:4px}}
@media(max-width:600px){.why-v2-layout{gap:24px}}

/* Structural two-column header: both groups are guaranteed to share one row */
.why-v2-layout{gap:18px}
.why-v2-intro{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);grid-template-rows:auto;gap:64px;align-items:start}
.why-v2-heading,.why-v2-summary{min-width:0}
.why-v2-heading .eyebrow{margin-bottom:17px}
.why-v2-heading h2{margin:0}
.why-v2-summary{padding-top:0;display:flex;flex-direction:column;align-items:flex-start;gap:18px}
.why-v2-summary>p{max-width:420px;margin:0;color:var(--muted);font-size:17px;line-height:1.65}
.why-v2-summary .why-v2-signal{width:max-content;max-width:100%;margin:0;align-self:flex-start}
@media(max-width:900px){.why-v2-layout{gap:26px}.why-v2-intro{grid-template-columns:1fr;gap:18px}.why-v2-summary{padding-top:0;gap:14px}}

/* Keep heading and subheading parallel at tablet/desktop widths */
@media(min-width:601px){
  .why-v2-intro{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr);gap:44px;align-items:start}
  .why-v2-summary{padding-top:0;margin-top:64px;align-self:start}
}
@media(max-width:600px){
  .why-v2-intro{grid-template-columns:1fr;gap:16px}
  .why-v2-summary{padding-top:0;margin-top:0}
}

/* Mobile app section heading alignment and balanced wrapping */
.home-app-showcase .app-intro{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);column-gap:64px;row-gap:14px;align-items:start}
.home-app-showcase .app-intro>.eyebrow{grid-column:1/-1;margin-bottom:0}
.home-app-showcase .app-intro h2{grid-column:1;max-width:610px;font-size:clamp(43px,4.15vw,56px);line-height:.96;text-wrap:balance}
.home-app-showcase .app-intro h2 em{display:block;max-width:590px;text-wrap:balance}
.home-app-showcase .app-intro>p{grid-column:2;align-self:start;max-width:480px;margin:2px 0 0;font-size:17px;line-height:1.65}
@media(max-width:700px){.home-app-showcase .app-intro{grid-template-columns:1fr;gap:15px}.home-app-showcase .app-intro>.eyebrow,.home-app-showcase .app-intro h2,.home-app-showcase .app-intro>p{grid-column:1}.home-app-showcase .app-intro h2{font-size:40px}.home-app-showcase .app-intro>p{margin-top:2px}}

/* Structurally rebuilt mobile-app heading */
.app-intro-v2{margin-bottom:36px;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:64px;align-items:start}
.app-intro-v2-heading{min-width:0}.app-intro-v2-heading .eyebrow{margin-bottom:17px}.app-intro-v2 h2{margin:0;font-family:var(--serif);font-size:clamp(43px,4.05vw,55px);font-weight:600;line-height:.95;letter-spacing:-.055em}.app-intro-v2 h2 span,.app-intro-v2 h2 em{display:block;white-space:nowrap}.app-intro-v2 h2 em{color:var(--green);font-style:normal}.app-intro-v2>p{max-width:480px;margin:0;padding-top:36px;color:var(--muted);font-size:17px;line-height:1.65}
@media(max-width:850px) and (min-width:681px){.app-intro-v2{grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr);gap:34px}.app-intro-v2 h2{font-size:43px}.app-intro-v2>p{padding-top:34px;font-size:17px}}
@media(max-width:680px){.app-intro-v2{grid-template-columns:1fr;gap:16px;margin-bottom:28px}.app-intro-v2 h2{font-size:40px}.app-intro-v2 h2 span,.app-intro-v2 h2 em{white-space:normal}.app-intro-v2>p{padding-top:0;font-size:17px}}

/* Exact row alignment: description and headline begin on the same grid line */
.app-intro-v2{grid-template-rows:auto auto;column-gap:64px;row-gap:17px;align-items:start}
.app-intro-v2-heading{display:contents}
.app-intro-v2-heading .eyebrow{grid-column:1;grid-row:1;margin:0}
.app-intro-v2 h2{grid-column:1;grid-row:2;align-self:start}
.app-intro-v2>p{grid-column:2;grid-row:2;align-self:start;margin:0;padding-top:0}
@media(min-width:681px){.app-intro-v2>p{transform:translateY(32px)}}
@media(max-width:850px) and (min-width:681px){.app-intro-v2{column-gap:34px}.app-intro-v2>p{padding-top:0}}
@media(max-width:680px){.app-intro-v2{grid-template-columns:1fr;grid-template-rows:auto auto auto;row-gap:15px}.app-intro-v2-heading .eyebrow{grid-column:1;grid-row:1}.app-intro-v2 h2{grid-column:1;grid-row:2}.app-intro-v2>p{grid-column:1;grid-row:3;transform:none}}

/* Dashboard v3 — large edge-to-edge product imagery */
.dashboard-v3{padding:104px 0;background:radial-gradient(circle at 88% 14%,rgba(185,240,101,.28),transparent 22%),linear-gradient(145deg,#edf8f1,#f9fdeb);border-bottom:1px solid var(--line)}
.dashboard-v3-head{margin-bottom:40px;display:grid;grid-template-columns:1.08fr .92fr;gap:76px;align-items:end}.dashboard-v3-head h2{margin:0;font-family:var(--serif);font-size:clamp(43px,4.5vw,61px);font-weight:600;line-height:.94;letter-spacing:-.055em}.dashboard-v3-head h2 em{color:var(--green);font-style:normal}.dashboard-v3-head>div:last-child{padding-bottom:4px}.dashboard-v3-head p{max-width:490px;margin:0;color:var(--muted);font-size:17px;line-height:1.65}.dashboard-v3-head>div:last-child>span{margin-top:18px;display:flex;align-items:center;gap:9px;color:var(--green);font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.dashboard-v3-head>div:last-child>span i{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 0 5px rgba(8,166,87,.1)}
.dashboard-v3-console{padding:10px;border:1px solid #add2ba;border-radius:27px;background:rgba(255,255,255,.76);box-shadow:0 30px 75px rgba(15,77,50,.13);backdrop-filter:blur(12px)}.dashboard-v3-topbar{height:43px;padding:0 10px;display:flex;align-items:center;justify-content:space-between;gap:18px;color:#71877c;font-size:14px;text-transform:uppercase;letter-spacing:.1em}.dashboard-v3-topbar>span{display:flex;align-items:center;gap:8px;color:var(--green-deep);font-weight:800}.dashboard-v3-topbar>span i{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 0 5px rgba(8,166,87,.1)}.dashboard-v3-topbar>div{display:flex;gap:6px}.dashboard-v3-topbar b{padding:6px 8px;border:1px solid #d1e3d7;border-radius:7px;background:#fff;font-size:14px}
.dashboard-v3-tabs{padding:7px;display:grid;grid-template-columns:repeat(8,1fr);gap:5px;border:1px solid #c9ded1;border-radius:14px;background:#f3f8f5}.dashboard-v3-tabs button{min-width:0;min-height:64px;padding:7px 5px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;border:1px solid transparent;border-radius:9px;background:transparent;color:#73887e;cursor:pointer;transition:.2s}.dashboard-v3-tabs button:hover{background:#fff;color:var(--green-deep)}.dashboard-v3-tabs button.active{border-color:#96cbaa;background:linear-gradient(145deg,#dff8e8,#f5ffe4);color:var(--green);box-shadow:0 9px 20px rgba(10,139,78,.1)}.dashboard-v3-tabs button span{width:25px;height:25px;display:grid;place-items:center}.dashboard-v3-tabs svg{width:18px;height:18px}.dashboard-v3-tabs b{max-width:100%;overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}
.dashboard-v3-stage{position:relative;margin-top:9px;padding:0;border-radius:18px;background:linear-gradient(145deg,#c9f29b,#77d7a4);overflow:visible;transition:opacity .15s,transform .15s}.dashboard-v3-stage.is-changing{opacity:.3;transform:translateY(4px)}.dashboard-v3-browser{position:relative;border:1px solid #9dcbb0;border-radius:17px;background:#fff;box-shadow:0 24px 55px rgba(15,75,49,.16);overflow:hidden}.dashboard-v3-browserbar{height:34px;padding:0 12px;display:flex;align-items:center;gap:8px;border-bottom:1px solid #e2ece6;background:#fbfdfb;color:#83988e;font-size:14px}.dashboard-v3-browserbar>div{display:flex;gap:5px}.dashboard-v3-browserbar i{width:6px;height:6px;border-radius:50%;background:#b4dcc3}.dashboard-v3-browserbar span{margin-left:5px}.dashboard-v3-browserbar>b{margin-left:auto;color:var(--green);font-size:14px;letter-spacing:.13em}.dashboard-v3-browser>img{display:block;width:100%;height:auto;max-height:none;object-fit:contain;object-position:center top;background:#fff;transition:transform .35s}.dashboard-v3-browser:hover>img{transform:scale(1.012)}
.dashboard-v3-float{position:absolute;z-index:4;right:22px;bottom:20px;width:175px;padding:13px 14px;border:1px solid #a8d1b6;border-radius:13px;background:rgba(255,255,255,.94);box-shadow:0 15px 32px rgba(13,73,47,.14);backdrop-filter:blur(10px)}.dashboard-v3-float span{display:block;color:#799087;font-size:14px;text-transform:uppercase;letter-spacing:.1em}.dashboard-v3-float>b{display:block;margin:2px 0 7px;color:var(--green-deep);font-size:15px}.dashboard-v3-float>i{height:4px;display:block;border-radius:99px;background:#dceae1;overflow:hidden}.dashboard-v3-float em{display:block;width:82%;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--green),var(--lime))}
.dashboard-v3-detail{margin-top:9px;padding:19px 20px;display:grid;grid-template-columns:72px minmax(0,1fr) auto;gap:22px;align-items:center;border:1px solid #c4ddcd;border-radius:16px;background:linear-gradient(90deg,#f7fbf8,#edf8f1)}.dashboard-v3-detail>span{color:var(--green);font-size:14px;font-weight:800;letter-spacing:.12em}.dashboard-v3-detail small{color:#7b9086;font-size:14px;text-transform:uppercase;letter-spacing:.1em}.dashboard-v3-detail h3{margin:2px 0 3px;font-size:21px}.dashboard-v3-detail p{max-width:700px;margin:0;color:var(--muted);font-size:17px;line-height:1.5}.dashboard-v3-detail .button{min-height:40px;padding-inline:15px;font-size:14px}
@media(max-width:980px){.dashboard-v3-head{grid-template-columns:1fr;gap:18px}.dashboard-v3-tabs{display:flex;overflow-x:auto}.dashboard-v3-tabs button{flex:0 0 108px}.dashboard-v3-detail{grid-template-columns:60px minmax(0,1fr)}.dashboard-v3-detail .button{grid-column:2;justify-self:start}}
@media(max-width:680px){.dashboard-v3{padding:66px 0}.dashboard-v3-head h2{font-size:40px}.dashboard-v3-console{padding:7px;border-radius:20px}.dashboard-v3-topbar>div{display:none}.dashboard-v3-tabs button{flex-basis:92px}.dashboard-v3-browserbar span{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-v3-float{right:8px;bottom:8px;width:135px;padding:9px}.dashboard-v3-detail{padding:15px;grid-template-columns:1fr;gap:8px}.dashboard-v3-detail .button{grid-column:1;width:100%}}

/* Active dashboard module description sits above the product image */
.dashboard-v3-console{display:flex;flex-direction:column}
.dashboard-v3-topbar{order:1}.dashboard-v3-tabs{order:2}.dashboard-v3-detail{order:3;margin-top:9px;background:linear-gradient(90deg,#edf8f1,#f8fce9)}.dashboard-v3-stage{order:4;margin-top:9px}.dashboard-v3-float{display:none}

/* Keep the dashboard inside the site's standard page margins */
.dashboard-v3>.section-shell{width:min(1100px,calc(100vw - 48px));margin-inline:auto;min-width:0}
.dashboard-v3-console,.dashboard-v3-stage,.dashboard-v3-browser,.dashboard-v3-browser>img{width:100%;max-width:100%;min-width:0}
.dashboard-v3-stage{overflow:hidden}
.dashboard-v3-browser>img{image-rendering:auto;filter:none;transform:none}
.dashboard-v3-browser:hover>img{transform:none}
@media(max-width:680px){.dashboard-v3>.section-shell{width:calc(100vw - 28px)}}

@media(max-width:980px){.mobile-language-switch{display:flex}html[lang="ar"] .nav-shell{display:grid;grid-template-columns:auto 1fr auto}html[lang="ar"] .nav-shell>.brand{position:static;grid-column:1;grid-row:1;justify-self:start;margin:0}html[lang="ar"] .nav-shell>.menu-button{position:static;grid-column:3;grid-row:1;justify-self:end;margin:0}html[lang="ar"] .nav-links{direction:rtl;text-align:right;inset:68px 0 0}html[lang="ar"] .nav-links>a,html[lang="ar"] .nav-trigger,html[lang="ar"] .mega-links a{text-align:right}html[lang="ar"] .discover-menu{right:auto;left:auto}}

/* Mild lossless screen-space sharpening for dashboard UI screenshots */
.dashboard-sharpen-filter{position:absolute;pointer-events:none}
.dashboard-v3-browser>img{filter:url(#dashboard-sharpen) contrast(1.015);transform:none}

/* V31 narrow desktop layout. Remove this block to restore the V30 dimensions. */
@media(min-width:981px){
  body.home-page{--shell:min(1080px,calc(100vw - 64px));--hero-shell:min(1080px,calc(100vw - 64px))}
  body.home-page .section-shell{width:min(1080px,calc(100vw - 64px))}
  body.home-page .home-hero-v2-grid,body.home-page .home-hero .hero-grid{width:min(1080px,calc(100vw - 64px))}
  body.home-page .home-hero-v2-grid{grid-template-columns:minmax(390px,.88fr) minmax(0,1.12fr);gap:48px}
  body.home-page .home-product-stage{min-height:530px}
  body.home-page .why-v2-layout{width:min(1000px,calc(100vw - 64px))}
  body.home-page .dashboard-v3>.section-shell{width:min(1060px,calc(100vw - 64px))}
  body.home-page .home-problem,body.home-page .home-dashboard,body.home-page .home-app-showcase,body.home-page .home-security{padding-top:70px;padding-bottom:70px}
  body.home-page .why-v2,body.home-page .dashboard-v3{padding-top:82px;padding-bottom:82px}
  body.home-page .app-canvas{min-height:590px;grid-template-columns:220px minmax(280px,1fr) 275px}
  body.home-page .dashboard-v3-head{gap:52px}
}

/* Discover navigation */
.discover-menu{left:auto;right:-38px;width:430px;padding:10px;display:block;transform:translateY(10px)}
.nav-group:hover .discover-menu,.nav-group:focus-within .discover-menu{transform:translateY(0)}
.discover-links{display:grid;gap:4px}
.discover-links>a{min-height:78px;padding:12px;display:grid;grid-template-columns:44px 1fr auto;gap:12px;align-items:center;border:1px solid transparent;border-radius:13px;transition:.2s}
.discover-links>a:hover{border-color:#cce6d6;background:#effaf3;transform:translateX(3px)}
.discover-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:#e4f7e9;color:var(--green)}
.discover-icon svg{width:21px;height:21px}
.discover-links>a>span:nth-child(2){display:flex;flex-direction:column;gap:3px}
.discover-links b{font-size:14px}
.discover-links small{color:var(--muted);font-size:14px;line-height:1.35}
.discover-links>a>span:last-child{color:var(--green);font-size:16px}

@media(max-width:980px){
  .discover-menu{display:none;right:auto;padding:6px!important}
  .nav-group.open .discover-menu{display:block}
  .discover-links>a{min-height:68px}
  .discover-links small{font-size:14px}
}

/* Arabic responsive and accessibility pass — preserves the existing compositions. */
html[lang="ar"] h1,html[lang="ar"] h2,html[lang="ar"] h3{text-wrap:balance}
html[lang="ar"] .eyebrow,html[lang="ar"] .ip-kicker,html[lang="ar"] .sec2-kicker,html[lang="ar"] .ab4-kicker,html[lang="ar"] .ap-kicker,html[lang="ar"] .journey-kicker{font-size:max(14px, max(12px,1em));letter-spacing:0}
html[lang="ar"] .button,html[lang="ar"] .home-product-tabs button{min-height:44px}
html[lang="ar"] .breadcrumbs a,html[lang="ar"] .breadcrumbs span{min-height:44px;display:inline-flex;align-items:center}
html[lang="ar"] .footer-grid a,html[lang="ar"] .footer-bottom a{min-height:44px;display:flex;align-items:center}
html[lang="ar"] .metric-tabs button,html[lang="ar"] .metric-tabs button *{text-align:right}
html[lang="ar"] .metric-panel-head,html[lang="ar"] .metric-panel [data-metric-list]>div{direction:rtl;text-align:right}
html[lang="ar"] .journey-steps,html[lang="ar"] .dashboard-v3-tabs{direction:rtl;overscroll-behavior-inline:contain;scroll-snap-type:x proximity}
html[lang="ar"] .journey-steps button,html[lang="ar"] .dashboard-v3-tabs button{scroll-snap-align:start}
html[lang="ar"] .sec15-comparison{direction:rtl;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-gutter:stable}
html[lang="ar"] .sec15-comparison table,html[lang="ar"] .sec15-table{direction:rtl;text-align:right}

@media(max-width:680px){
  html[lang="ar"] .breadcrumbs{overflow-x:auto;scrollbar-width:none}
  html[lang="ar"] .footer-grid a{padding-block:9px}
}
