.landing-page{--bg:#f5f0e8;--bg-soft:hsla(37,39%,94%,.55);--bg-glass:hsla(37,39%,94%,.38);--bg-glass-strong:hsla(37,39%,94%,.72);--green:#1d9e75;--green-deep:#0f6e56;--green-glow:rgba(29,158,117,.18);--text-landing:#1a1814;--text-soft:rgba(26,24,20,.78);--text-muted:rgba(26,24,20,.6);--white-landing:#fffdf9;--border-glass:rgba(255,253,249,.35);--border-glass-dark:rgba(26,24,20,.08);--shadow-glass:0 8px 32px rgba(15,110,86,.12),inset 0 1px 0 rgba(255,253,249,.4);--radius-full:100px;--radius-lg:22px;--nav-h:76px;--gold:#8a6020;--gold-dim:rgba(138,96,32,.1);--bg-alt:#ede8df;--bg-alt-2:#e4ddd2;--border:rgba(26,24,20,.09);--border-strong:rgba(26,24,20,.16);--shadow-card:0 6px 20px rgba(26,24,20,.05),0 1px 3px rgba(26,24,20,.04);--shadow-card-hover:0 22px 50px rgba(29,158,117,.13),0 6px 16px rgba(26,24,20,.06);--radius-md:14px;--radius-lg-card:20px;--ease-out:cubic-bezier(0.23,1,0.32,1);--ease-in-out:cubic-bezier(0.77,0,0.175,1);--ease-soft:cubic-bezier(0.4,0,0.2,1);background:var(--bg);color:var(--text-landing);font-family:var(--font-arabic),"Cairo",sans-serif;line-height:1.7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100dvh}body.landing-page{overflow-x:hidden!important}.landing-page *,.landing-page :after,.landing-page :before{box-sizing:border-box}.landing-page :where(a,button,summary,[role=button]):focus-visible{outline:2px solid var(--green);outline-offset:3px}.landing-page .nav{position:fixed;top:1.1rem;left:1.5rem;right:1.5rem;z-index:1000;height:var(--nav-h);display:flex;align-items:center;justify-content:space-between;padding:0 1.6rem 0 1.2rem;background:var(--bg-glass);backdrop-filter:blur(22px) saturate(1.4);-webkit-backdrop-filter:blur(22px) saturate(1.4);border:1px solid var(--border-glass);border-radius:var(--radius-lg);box-shadow:var(--shadow-glass);transition:background .28s var(--ease-soft),box-shadow .28s var(--ease-soft),top .28s var(--ease-soft)}@media (prefers-reduced-transparency:reduce){.landing-page .nav{background:var(--bg-glass-strong);backdrop-filter:none;-webkit-backdrop-filter:none}}.landing-page .nav.scrolled{background:var(--bg-glass-strong);box-shadow:0 14px 44px rgba(15,110,86,.16),inset 0 1px 0 rgba(255,253,249,.5);top:.7rem}.landing-page .nav-logo{display:flex;align-items:center;text-decoration:none;flex-shrink:0;height:100%;padding:.4rem 0}.landing-page .nav-logo img{height:46px;width:auto;display:block}.landing-page .nav-links{display:flex;gap:2.4rem;list-style:none;align-items:center;margin:0;padding:0}.landing-page .nav-links a{color:var(--text-soft);text-decoration:none;font-size:.92rem;font-weight:600;position:relative;transition:color .25s ease;padding:.35rem 0;background:none;border:none;cursor:pointer}.landing-page .nav-links a:after{content:"";position:absolute;bottom:-4px;right:0;width:0;height:1.5px;background:var(--green);transition:width .3s cubic-bezier(.4,0,.2,1)}.landing-page .nav-links a:hover{color:var(--text-landing)}.landing-page .nav-links a:hover:after{width:100%}.landing-page .nav-actions{display:flex;align-items:center;gap:.8rem}.landing-page .nav-login{color:var(--text-soft);text-decoration:none;font-size:.9rem;font-weight:600;transition:color .25s ease;padding:.5rem .6rem}.landing-page .nav-login:hover{color:var(--text-landing)}.landing-page .nav-cta-btn{background:var(--green);border:1px solid rgba(255,253,249,.18);color:#fff;padding:.65rem 1.5rem;border-radius:var(--radius-full);font-size:.92rem;font-weight:700;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;transition:transform .18s var(--ease-out),box-shadow .22s var(--ease-soft),background .22s var(--ease-soft);box-shadow:0 6px 20px rgba(29,158,117,.28)}.landing-page .nav-cta-btn:hover{transform:translateY(-2px);background:var(--green-deep);box-shadow:0 12px 30px rgba(29,158,117,.38)}.landing-page .nav-cta-btn:active{transform:translateY(0) scale(.97);transition-duration:90ms}.landing-page .hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px;z-index:1002}.landing-page .hamburger span{display:block;width:24px;height:2px;background:var(--text-landing);border-radius:2px;transition:transform .35s cubic-bezier(.4,0,.2,1),opacity .25s}.landing-page .hamburger.open span:first-child{transform:translateY(7px) rotate(45deg)}.landing-page .hamburger.open span:nth-child(2){opacity:0}.landing-page .hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.landing-page .mobile-menu{position:fixed;inset:0;background:hsla(37,39%,94%,.95);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);z-index:1001;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;opacity:0;pointer-events:none;transition:opacity .4s cubic-bezier(.4,0,.2,1)}.landing-page .mobile-menu.open{opacity:1;pointer-events:all}.landing-page .mobile-menu a,.landing-page .mobile-menu button{font-size:1.55rem;color:var(--text-landing);text-decoration:none;font-weight:600;opacity:0;transform:translateY(20px);transition:opacity .4s,transform .4s;background:none;border:none;cursor:pointer;font-family:inherit}.landing-page .mobile-menu.open a,.landing-page .mobile-menu.open button{opacity:1;transform:translateY(0)}.landing-page .mobile-menu.open>:first-child{transition-delay:.1s}.landing-page .mobile-menu.open>:nth-child(2){transition-delay:.15s}.landing-page .mobile-menu.open>:nth-child(3){transition-delay:.2s}.landing-page .mobile-menu.open>:nth-child(4){transition-delay:.25s}.landing-page .mobile-menu.open>:nth-child(5){transition-delay:.3s}.landing-page .mobile-menu.open>:nth-child(6){transition-delay:.35s}.landing-page .mobile-menu .mobile-cta{margin-top:.4rem;background:var(--green);color:#fff;border:none;padding:.95rem 2.4rem;border-radius:var(--radius-full);font-size:1.05rem;font-weight:700;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;box-shadow:0 10px 30px rgba(29,158,117,.35);transition:transform .18s var(--ease-out),box-shadow .22s var(--ease-soft)}.landing-page .mobile-menu .mobile-cta:active{transform:scale(.97);transition-duration:90ms}.landing-page .hero{position:relative;min-height:100dvh;width:100%;display:flex;align-items:center;overflow:hidden;padding:calc(var(--nav-h) + 5rem) clamp(1.25rem,5vw,4rem) 5rem}.landing-page .hero-wrap{position:relative;z-index:3;width:100%;max-width:1140px;margin:0 auto}.landing-page .hero-video-wrap{position:absolute;inset:0;z-index:0;overflow:hidden}.landing-page .hero-video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);-o-object-fit:cover;object-fit:cover}.landing-page .hero-video-wrap:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,hsla(37,39%,94%,.55),hsla(37,39%,94%,.18) 30%,hsla(37,39%,94%,.35) 65%,hsla(37,39%,94%,.85) 88%,#f5f0e8),radial-gradient(ellipse at top right,rgba(15,110,86,.18) 0,transparent 55%),radial-gradient(ellipse at bottom left,rgba(138,96,32,.12) 0,transparent 55%);z-index:1;pointer-events:none}.landing-page .hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:4.5vh;background:linear-gradient(180deg,hsla(37,39%,94%,0) 0,hsla(37,39%,94%,.75) 55%,var(--bg) 100%);z-index:2;pointer-events:none}.landing-page .hero-video-wrap:after{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.06'/%3E%3C/svg%3E");pointer-events:none;z-index:2;opacity:.5;mix-blend-mode:overlay}.landing-page .hero-inner{position:relative;max-width:760px;width:100%;text-align:right;display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem;transform:translateY(-12vh)}.landing-page .hero-inner:before{content:"";position:absolute;inset:-3rem -3.5rem -3rem -8rem;z-index:-1;background:radial-gradient(ellipse 75% 65% at 75% 50%,hsla(37,39%,94%,.45) 0,hsla(37,39%,94%,.18) 45%,hsla(37,39%,94%,0) 75%);backdrop-filter:blur(22px) saturate(1.15);-webkit-backdrop-filter:blur(22px) saturate(1.15);-webkit-mask-image:radial-gradient(ellipse 70% 60% at 75% 50%,#000 0,rgba(0,0,0,.85) 40%,rgba(0,0,0,.35) 65%,transparent 88%);mask-image:radial-gradient(ellipse 70% 60% at 75% 50%,#000 0,rgba(0,0,0,.85) 40%,rgba(0,0,0,.35) 65%,transparent 88%);pointer-events:none;opacity:0;animation:heroIn 1.2s cubic-bezier(.4,0,.2,1) .05s forwards}.landing-page .hero-headline{font-size:clamp(1.25rem,2.4vw,2rem);font-weight:800;line-height:1.55;letter-spacing:-.01em;color:var(--text-landing);opacity:0;transform:translateY(28px);animation:heroIn 1s cubic-bezier(.4,0,.2,1) .25s forwards}.landing-page .hero-headline .line{display:block;white-space:nowrap}.landing-page .hero-headline em{font-style:normal;color:var(--green-deep)}.landing-page .hero-sub{font-size:clamp(1.08rem,1.26vw,1.2rem);font-weight:500;color:var(--text-soft);line-height:1.9;max-width:620px;opacity:0;transform:translateY(20px);animation:heroIn 1s cubic-bezier(.4,0,.2,1) .4s forwards}.landing-page .hero-sub strong{font-weight:700;color:var(--text-landing)}.landing-page .hero-cta-row{display:flex;gap:.9rem;flex-wrap:wrap;justify-content:flex-start;margin-top:.6rem;opacity:0;transform:translateY(20px);animation:heroIn 1s cubic-bezier(.4,0,.2,1) .55s forwards}.landing-page .btn-primary{display:inline-flex;align-items:center;gap:.65rem;background:var(--green);color:#fff;border:none;padding:.95rem 2.15rem;border-radius:var(--radius-full);font-size:1.08rem;font-weight:700;cursor:pointer;text-decoration:none;position:relative;overflow:hidden;box-shadow:0 14px 38px rgba(29,158,117,.32);transition:transform .2s var(--ease-out),box-shadow .28s var(--ease-soft),background .22s var(--ease-soft);font-family:inherit}.landing-page .btn-primary:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.22),transparent);transform:translateX(120%);transition:transform .56s var(--ease-out)}.landing-page .btn-primary:hover{transform:translateY(-2px);background:var(--green-deep);box-shadow:0 20px 50px rgba(29,158,117,.42)}.landing-page .btn-primary:hover:after{transform:translateX(-120%)}.landing-page .btn-primary:active{transform:translateY(0) scale(.97);transition-duration:90ms}.landing-page .btn-ghost{display:inline-flex;align-items:center;gap:.6rem;background:var(--bg-glass-strong);backdrop-filter:blur(18px) saturate(1.4);-webkit-backdrop-filter:blur(18px) saturate(1.4);color:var(--text-landing);border:1px solid var(--border-glass);padding:.95rem 1.9rem;border-radius:var(--radius-full);font-size:1.05rem;font-weight:600;cursor:pointer;text-decoration:none;box-shadow:0 6px 22px rgba(15,110,86,.1),inset 0 1px 0 rgba(255,253,249,.45);transition:transform .2s var(--ease-out),background .22s var(--ease-soft),color .22s var(--ease-soft);font-family:inherit}.landing-page .btn-ghost:hover{transform:translateY(-2px);background:rgba(255,253,249,.85)}.landing-page .btn-ghost:active{transform:translateY(0) scale(.97);transition-duration:90ms}@keyframes heroIn{to{opacity:1;transform:translateY(0)}}.landing-page .hero-stats{display:inline-flex;flex-wrap:wrap;align-items:stretch;gap:0;margin-top:1.75rem;padding:1.1rem .5rem;background:var(--bg-glass-strong);backdrop-filter:blur(16px) saturate(1.35);-webkit-backdrop-filter:blur(16px) saturate(1.35);border:1px solid var(--border-glass);border-radius:22px;box-shadow:0 10px 32px rgba(15,110,86,.14),inset 0 1px 0 rgba(255,253,249,.4);opacity:0;transform:translateY(20px);animation:heroIn 1s cubic-bezier(.4,0,.2,1) .7s forwards}.landing-page .hero-stat{position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:.18rem;padding:.1rem 1.4rem;color:var(--text-muted);font-size:.82rem;font-weight:500;line-height:1.4;white-space:nowrap}.landing-page .hero-stat .num{font-weight:800;font-size:clamp(1.55rem,2.2vw,2rem);color:var(--green-deep);letter-spacing:-.02em;line-height:1.05;font-variant-numeric:tabular-nums}.landing-page .hero-stat+.hero-stat:before{content:"";position:absolute;inset-inline-start:0;top:18%;bottom:18%;width:1px;background:rgba(26,24,20,.12)}.landing-page .page-loader{position:fixed;inset:0;z-index:9999;background:var(--bg);display:flex;align-items:center;justify-content:center;transition:opacity .55s ease,visibility .55s ease}.landing-page .page-loader.is-hidden{opacity:0;visibility:hidden;pointer-events:none}.landing-page .page-loader-stage{position:relative;width:102px;height:102px}.landing-page .page-loader-ring{position:absolute;inset:0;border-radius:50%;border:2px solid rgba(29,158,117,.14);border-top:2px solid var(--green);animation:loader-spin 1.1s linear infinite}.landing-page .page-loader-ring-2{position:absolute;inset:9px;border-radius:50%;border:1.5px solid rgba(29,158,117,.08);border-bottom-color:rgba(15,110,86,.5);animation:loader-spin 1.6s linear infinite reverse}.landing-page .page-loader-logo{position:absolute;top:50%;left:50%;width:44px;height:auto;transform:translate(-50%,-50%);animation:loader-pulse 1.9s ease-in-out infinite}@keyframes loader-spin{to{transform:rotate(1turn)}}@keyframes loader-pulse{0%,to{opacity:1;transform:translate(-50%,-50%) scale(1)}50%{opacity:.7;transform:translate(-50%,-50%) scale(.94)}}.landing-page main{position:relative;z-index:1;display:block}.landing-page section.page-section{position:relative;padding:clamp(4rem,8vw,7rem) clamp(1.25rem,5vw,4rem)}.landing-page .section-wrap{max-width:1140px;margin:0 auto}.landing-page .section-head{display:flex;flex-direction:column;align-items:flex-start;text-align:right;margin-bottom:3rem}.landing-page .section-head--center{align-items:center;text-align:center;margin-left:auto;margin-right:auto;max-width:760px}.landing-page .section-label{display:inline-flex;align-items:center;gap:.5rem;font-size:.78rem;font-weight:700;letter-spacing:.1em;color:var(--green-deep);margin-bottom:1rem;text-transform:uppercase}.landing-page .section-label:before{content:"";width:22px;height:1.5px;background:var(--green)}.landing-page .section-headline{font-size:clamp(1.65rem,2.9vw,2.35rem);font-weight:800;line-height:1.55;color:var(--text-landing);letter-spacing:-.01em;max-width:880px}.landing-page .section-headline em{font-style:normal;color:var(--green-deep)}.landing-page .section-head--center:has(.section-headline--nowrap){max-width:none}@media (min-width:641px){.landing-page .section-headline--nowrap{white-space:nowrap}}.landing-page .section-lead{font-size:1.02rem;font-weight:500;color:var(--text-soft);line-height:1.95;margin-top:1.1rem;max-width:720px}.landing-page .section-lead strong{font-weight:700;color:var(--text-landing)}.landing-page .section--alt{background:var(--bg-alt)}.landing-page .section--alt-2{background:var(--bg-alt-2)}.landing-page .ti{width:1em;height:1em;display:inline-block;flex-shrink:0;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;fill:none;vertical-align:middle}.landing-page .reveal{opacity:0;transform:translateY(28px);transition:opacity .6s var(--ease-out),transform .6s var(--ease-out)}.landing-page .reveal.in{opacity:1;transform:translateY(0)}.landing-page .reveal-stagger>*{opacity:0;transform:translateY(22px) scale(.97);transition:opacity .56s var(--ease-out),transform .56s var(--ease-out)}.landing-page .reveal-stagger.in>:first-child{transition-delay:0s}.landing-page .reveal-stagger.in>:nth-child(2){transition-delay:.08s}.landing-page .reveal-stagger.in>:nth-child(3){transition-delay:.16s}.landing-page .reveal-stagger.in>:nth-child(4){transition-delay:.24s}.landing-page .reveal-stagger.in>:nth-child(5){transition-delay:.32s}.landing-page .reveal-stagger.in>:nth-child(6){transition-delay:.4s}.landing-page .reveal-stagger.in>:nth-child(7){transition-delay:.46s}.landing-page .reveal-stagger.in>:nth-child(8){transition-delay:.52s}.landing-page .reveal-stagger.in>:nth-child(9){transition-delay:.58s}.landing-page .reveal-stagger.in>:nth-child(10){transition-delay:.64s}.landing-page .reveal-stagger.in>*{opacity:1;transform:translateY(0) scale(1)}.landing-page .reveal--from-end{transform:translateY(20px) translateX(28px)}.landing-page .reveal--from-start{transform:translateY(20px) translateX(-28px)}.landing-page .reveal--from-end.in,.landing-page .reveal--from-start.in{transform:translateY(0) translateX(0)}.landing-page .section-headline em{display:inline-block;opacity:0;transform:translateY(8px);transition:opacity .7s var(--ease-out) .22s,transform .7s var(--ease-out) .22s}.landing-page .reveal-stagger.in .section-headline em,.landing-page .reveal.in .section-headline em{opacity:1;transform:translateY(0)}.landing-page .section-headline:not(:where(.reveal,.reveal-stagger) *) em{opacity:1;transform:none}.landing-page .reveal--statement{opacity:0;transform:translateY(20px) scale(.97);filter:blur(4px);transition:opacity .8s var(--ease-out),transform .8s var(--ease-out),filter .8s var(--ease-out)}.landing-page .reveal--statement.in{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}@media (prefers-reduced-motion:reduce){.landing-page .reveal,.landing-page .reveal--from-end,.landing-page .reveal--from-start,.landing-page .reveal--statement,.landing-page .reveal-stagger>*,.landing-page .section-headline em{opacity:1!important;transform:none!important;filter:none!important;transition:none!important}}@supports (animation-timeline:view()){@media (prefers-reduced-motion:no-preference){.landing-page .hero-video{animation:hero-video-parallax linear both;animation-timeline:view();animation-range:entry 0 exit 100%}@keyframes hero-video-parallax{0%{translate:0 -2vh}to{translate:0 2vh}}}}.landing-page .problem-wrap{display:block}.landing-page .problem-content{display:flex;flex-direction:column;max-width:880px;margin-inline:auto}.landing-page .problem-content .section-head{margin-bottom:2rem;text-align:center}.landing-page .problem-content .section-headline{line-height:1.45}.landing-page .problem-evidence{list-style:none;margin:.5rem 0 0;padding:0;display:grid;gap:0;border-top:1px solid var(--border)}.landing-page .problem-evidence li{padding:1.35rem .25rem;border-bottom:1px solid var(--border);display:grid;gap:.3rem}.landing-page .evidence-q{display:block;color:var(--text-soft);font-size:1rem;line-height:1.75}.landing-page .evidence-a{display:block;color:var(--text-landing);font-weight:600;font-size:1.06rem;line-height:1.75;padding-inline-start:.85rem;border-inline-start:2px solid var(--gold)}.landing-page .problem-diagnosis{margin:2.75rem 0 0;font-size:clamp(1.25rem,1.9vw,1.6rem);font-weight:600;line-height:1.6;color:var(--text-landing);text-align:center;letter-spacing:-.01em}.landing-page .problem-diagnosis em{font-style:normal;color:var(--green-deep);background:linear-gradient(180deg,transparent 62%,var(--gold-dim) 62%,var(--gold-dim) 92%,transparent 92%);padding:0 .15em}.landing-page .problem-mechanism-lead{margin:2.5rem 0 0;font-size:1.02rem;line-height:1.95;color:var(--text-soft)}.landing-page .problem-blindspots{display:grid;grid-template-columns:1fr 1fr;gap:.7rem;margin-top:1rem;list-style:none;padding:0}.landing-page .problem-blindspots li{display:flex;align-items:flex-start;gap:.75rem;font-size:.97rem;color:var(--text-landing);line-height:1.7;padding:.95rem 1.05rem;background:var(--white-landing);border:1px solid var(--border);border-radius:var(--radius-md)}.landing-page .problem-blindspots li:before{content:"";flex-shrink:0;width:6px;height:6px;border-radius:50%;background:var(--gold);margin-top:.65rem;box-shadow:0 0 0 4px var(--gold-dim)}.landing-page .problem-coda{margin:2.25rem 0 0;font-size:1.05rem;line-height:1.8;color:var(--text-landing);text-align:center;padding-top:1.75rem;border-top:1px solid var(--border)}.landing-page .problem-coda em{font-style:normal;color:var(--green-deep);font-weight:700}.landing-page .solution-text{display:flex;flex-direction:column;gap:1.2rem;max-width:820px}.landing-page .solution-split{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:clamp(2rem,5vw,4.5rem);align-items:center}.landing-page .solution-split .solution-text{max-width:none}.landing-page .solution-media{position:relative;display:flex;justify-content:center;align-items:center}.landing-page .solution-media img{width:100%;max-width:520px;height:auto;display:block;border-radius:var(--radius-md);box-shadow:var(--shadow-card);transform:scale(.96);opacity:0;transition:transform .7s cubic-bezier(.23,1,.32,1),opacity .7s cubic-bezier(.23,1,.32,1),box-shadow .7s cubic-bezier(.23,1,.32,1);transition-delay:80ms}.landing-page .solution-media.in img{transform:scale(1);opacity:1}.landing-page .solution-answers{list-style:none;margin:0 auto;padding:0;display:grid;grid-template-columns:1.4fr 1fr;grid-template-rows:auto auto;gap:.85rem;max-width:1040px}.landing-page .answer-tile{position:relative;display:flex;flex-direction:column;gap:.45rem;padding:1.4rem 1.4rem 1.5rem;background:var(--white-landing);border:1px solid var(--border);border-radius:var(--radius-md);transition:transform .28s cubic-bezier(.23,1,.32,1),box-shadow .28s cubic-bezier(.23,1,.32,1),border-color .28s}.landing-page .answer-tile:after{content:"";position:absolute;top:1.4rem;inset-inline-start:1.4rem;width:22px;height:22px;border-radius:50%;background:var(--green-deep);background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'><path d='M20 6 9 17l-5-5'/></svg>");background-size:14px 14px;background-repeat:no-repeat;background-position:50%;box-shadow:0 0 0 6px rgba(15,110,86,.08)}.landing-page .answer-tile--lead{grid-row:1/span 2;padding:1.6rem 1.6rem 1.75rem;background:linear-gradient(180deg,var(--white-landing) 0,var(--gold-dim) 220%);border-color:rgba(15,110,86,.18)}.landing-page .answer-q{color:var(--text-soft);font-size:.98rem}.landing-page .answer-a,.landing-page .answer-q{display:block;line-height:1.7;padding-inline-start:2.5rem}.landing-page .answer-a{color:var(--text-landing);font-size:1.08rem;font-weight:600}.landing-page .answer-tile--lead .answer-a{font-size:1.2rem;letter-spacing:-.005em}@media (hover:hover) and (pointer:fine){.landing-page .answer-tile:hover{transform:translateY(-2px);box-shadow:var(--shadow-card);border-color:rgba(15,110,86,.28)}}.landing-page .solution-pivot{margin:3rem auto 0;max-width:760px;font-size:clamp(1.25rem,1.9vw,1.55rem);font-weight:600;line-height:1.65;color:var(--text-landing);text-align:center;letter-spacing:-.01em}.landing-page .solution-pivot em{font-style:normal;color:var(--green-deep);background:linear-gradient(180deg,transparent 60%,var(--gold-dim) 60%,var(--gold-dim) 92%,transparent 92%);padding:0 .18em}.landing-page .solution-promises{list-style:none;padding:0;margin:1.25rem 0 0;display:flex;flex-direction:column;gap:.65rem}.landing-page .solution-promises li{display:flex;align-items:center;gap:.7rem;font-size:.98rem;font-weight:500;color:var(--text-landing);line-height:1.55}.landing-page .solution-promises .promise-check{flex-shrink:0;width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(15,110,86,.1);color:var(--green-deep)}.landing-page .solution-promises .promise-check svg{width:13px;height:13px}.landing-page .solution-split--inverse{margin-top:3rem}.landing-page .solution-coda{margin:2.75rem auto 0;max-width:880px;font-size:1.04rem;line-height:1.95;color:var(--text-landing);text-align:center;padding:1.6rem 1.5rem;background:var(--white-landing);border:1px solid var(--border);border-radius:var(--radius-md)}.landing-page .solution-coda .coda-label{display:inline-block;font-weight:700;color:var(--green-deep);margin-inline-end:.45rem}.landing-page .solution-coda em{font-style:normal;font-weight:700;color:var(--green-deep)}@media (hover:hover) and (pointer:fine){.landing-page .connect-illustration img:hover,.landing-page .problem-media img:hover,.landing-page .security-media img:hover,.landing-page .solution-media img:hover{transform:scale(1.02);box-shadow:var(--shadow-card-hover);transition:transform .28s cubic-bezier(.23,1,.32,1),box-shadow .28s cubic-bezier(.23,1,.32,1)}}.landing-page .step-img{box-shadow:var(--shadow-card)}.landing-page .step-img img{transition:transform .36s cubic-bezier(.23,1,.32,1)}@media (hover:hover) and (pointer:fine){.landing-page .step-card:hover .step-img img{transform:scale(1.05)}.landing-page .step-card:hover .step-img{box-shadow:var(--shadow-card-hover)}}.landing-page .icon-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2.5rem;list-style:none;padding:0}.landing-page .icon-strip li{display:flex;align-items:flex-start;gap:.85rem;padding:1.1rem 1.2rem;background:var(--white-landing);border:1px solid var(--border);border-radius:var(--radius-md);font-size:.95rem;color:var(--text-soft);font-weight:500;line-height:1.7;transition:transform .24s var(--ease-out),box-shadow .24s var(--ease-soft),border-color .24s var(--ease-soft)}.landing-page .icon-strip li:hover{transform:translateY(-3px);border-color:rgba(29,158,117,.3);box-shadow:var(--shadow-card)}.landing-page .icon-strip .ic{font-size:1.5rem;line-height:1.2;flex-shrink:0;color:var(--green-deep);display:inline-flex;align-items:center;justify-content:center}.landing-page .steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:1rem;position:relative}.landing-page .step-card{position:relative;background:var(--white-landing);border:1px solid var(--border);border-radius:var(--radius-lg-card);padding:1.8rem 1.6rem 1.6rem;display:flex;flex-direction:column;gap:.8rem;transition:transform .28s var(--ease-out),box-shadow .28s var(--ease-soft),border-color .28s var(--ease-soft)}.landing-page .step-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-card-hover);border-color:rgba(29,158,117,.28)}.landing-page .step-img{width:100%;height:180px;border-radius:14px;background:var(--bg-alt);overflow:hidden;display:flex;align-items:center;justify-content:center}.landing-page .step-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.landing-page .step-num{font-size:.78rem;font-weight:700;letter-spacing:.12em;color:var(--green);display:inline-flex;align-items:center;gap:.5rem}.landing-page .step-num:before{content:attr(data-n);display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:var(--green);color:#fff;font-size:.82rem;font-weight:800}.landing-page .step-title{font-size:1.18rem;font-weight:700;color:var(--text-landing)}.landing-page .step-desc{font-size:.95rem;color:var(--text-muted);line-height:1.85}.landing-page .connect-illustration{display:flex;justify-content:center;align-items:center;margin:2.25rem auto .25rem}.landing-page .connect-illustration img{width:100%;max-width:720px;height:auto;display:block;border-radius:var(--radius-md);box-shadow:var(--shadow-card);transform:scale(.96);opacity:0;transition:transform .7s cubic-bezier(.23,1,.32,1),opacity .7s cubic-bezier(.23,1,.32,1),box-shadow .7s cubic-bezier(.23,1,.32,1);transition-delay:80ms}.landing-page .connect-illustration.in img{transform:scale(1);opacity:1}.landing-page .connect-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem;margin-top:2rem}.landing-page .connect-card{background:var(--white-landing);border:1px solid var(--border);border-radius:var(--radius-lg-card);padding:1.8rem 1.6rem;display:flex;flex-direction:column;gap:.8rem;transition:transform .24s var(--ease-out),border-color .24s var(--ease-soft),box-shadow .24s var(--ease-soft)}.landing-page .connect-card:hover{transform:translateY(-4px);border-color:rgba(29,158,117,.28);box-shadow:var(--shadow-card-hover)}.landing-page .connect-card h3{font-size:1.05rem;font-weight:700;color:var(--green-deep)}.landing-page .connect-tags{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;padding:0}.landing-page .connect-tags li{font-size:.85rem;font-weight:600;color:var(--text-soft);background:var(--bg);border:1px solid var(--border);padding:.4rem .85rem;border-radius:100px}.landing-page .connect-tagline{margin-top:2rem;text-align:center;font-size:1.1rem;font-weight:600;color:var(--text-landing)}.landing-page .connect-tagline strong{color:var(--green-deep);font-weight:800}.landing-page .cases-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.4rem;margin-top:2rem}.landing-page .case-card{position:relative;display:flex;flex-direction:column;background:var(--white-landing);border:1px solid var(--border);border-radius:var(--radius-lg-card);padding:1.75rem 1.7rem 1.9rem;overflow:hidden;transition:transform .28s var(--ease-out),box-shadow .28s var(--ease-soft),border-color .28s var(--ease-soft)}.landing-page .case-card:before{content:"";position:absolute;top:0;right:0;left:0;height:3px;background:linear-gradient(90deg,var(--green),var(--green-deep));transform:scaleX(0);transform-origin:right;transition:transform .36s var(--ease-out)}@media (hover:hover) and (pointer:fine){.landing-page .case-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-card-hover);border-color:rgba(29,158,117,.28)}.landing-page .case-card:hover:before{transform:scaleX(1);transform-origin:left}}.landing-page .case-head{display:flex;align-items:center;gap:.7rem;margin-bottom:1rem}.landing-page .case-icon{flex-shrink:0;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;background:rgba(29,158,117,.1);color:var(--green-deep)}.landing-page .case-icon svg{width:18px;height:18px}.landing-page .case-tag{font-size:.78rem;font-weight:700;letter-spacing:.02em;color:var(--green-deep);text-transform:none}.landing-page .case-before{font-size:.97rem;line-height:1.85;color:var(--text-muted);margin:0}.landing-page .case-before strong{font-weight:700;color:var(--text-landing)}.landing-page .case-pivot{display:flex;align-items:center;gap:.7rem;margin:1rem 0}.landing-page .case-pivot:after,.landing-page .case-pivot:before{content:"";flex:1;height:1px;background:var(--border)}.landing-page .case-pivot-label{flex-shrink:0;font-size:.72rem;font-weight:700;letter-spacing:.04em;color:var(--green-deep);padding:.25rem .75rem;background:rgba(29,158,117,.08);border-radius:999px}.landing-page .case-after{margin:0;font-size:1.02rem;line-height:1.75;color:var(--text-landing)}.landing-page .case-metric{display:inline;font-weight:700;color:var(--green-deep);margin-inline-end:.25rem}.landing-page .case-detail{display:inline;font-weight:500;color:var(--text-landing)}.landing-page .compare{margin:2.25rem auto 0;max-width:1180px;border:1px solid var(--border);border-radius:var(--radius-lg-card);background:var(--white-landing);overflow:hidden}.landing-page .compare-table{width:100%;border-collapse:collapse;table-layout:fixed;font-size:.94rem;color:var(--text-landing)}.landing-page .compare-table thead th{padding:1.1rem 1rem;text-align:start;vertical-align:bottom;font-weight:600;font-size:.95rem;color:var(--text-muted);background:linear-gradient(180deg,transparent,rgba(0,0,0,.015));border-bottom:1px solid var(--border)}.landing-page .compare-table tbody th{text-align:start;font-weight:600;font-size:.95rem;color:var(--text-landing);padding:1.1rem;vertical-align:middle;line-height:1.5}.landing-page .compare-table tbody td.cell{padding:1.1rem 1rem;vertical-align:middle;line-height:1.55;border-inline-start:1px solid var(--border)}.landing-page .compare-table tbody tr+tr td,.landing-page .compare-table tbody tr+tr th{border-top:1px solid var(--border)}.landing-page .compare-table thead .compare-criterion-head{width:26%}.landing-page .compare-table thead .compare-col-alt,.landing-page .compare-table thead .compare-col-nawar{width:18.5%;text-align:start}.landing-page .compare-brand{display:inline-block;font-weight:700;color:var(--text-landing);line-height:1.25;letter-spacing:-.005em}.landing-page .compare-brand--nawar{font-size:1.1rem;color:var(--green-deep)}.landing-page .compare-table tbody td:nth-child(2),.landing-page .compare-table thead .compare-col-nawar{background:linear-gradient(180deg,rgba(29,158,117,.06),rgba(29,158,117,.02));border-inline-start:1px solid rgba(15,110,86,.18);border-inline-end:1px solid rgba(15,110,86,.18)}.landing-page .compare-table thead .compare-col-nawar{position:relative;border-top:3px solid var(--green-deep)}.landing-page .compare-table .cell-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;font-size:.72rem;font-weight:800;margin-inline-end:.4rem;vertical-align:-2px}.landing-page .compare-table .cell--yes{color:var(--text-landing);font-weight:500}.landing-page .compare-table .cell--yes .cell-icon{background:var(--green-deep);color:#fff}.landing-page .compare-table tbody td:nth-child(2).cell--yes{font-weight:600}.landing-page .compare-table .cell--no{color:var(--text-muted)}.landing-page .compare-table .cell--no .cell-icon{background:rgba(180,80,80,.12);color:#aa4646}.landing-page .compare-table .cell--meh{color:var(--text-muted)}.landing-page .compare-table .cell-pill{display:inline-block;padding:.25rem .7rem;border-radius:999px;background:rgba(29,158,117,.1);color:var(--green-deep);font-weight:600;font-size:.85rem}.landing-page .compare-cost-row td,.landing-page .compare-cost-row th{background:linear-gradient(180deg,transparent,rgba(0,0,0,.02))}.landing-page .compare-cost-row td.cell--yes{background:linear-gradient(180deg,rgba(29,158,117,.1),rgba(29,158,117,.04))}.landing-page .compare-table .cost-figure{display:inline-block;font-weight:700;font-size:1.05rem;letter-spacing:-.01em;color:var(--text-landing)}.landing-page .compare-table .cost-figure--ours{color:var(--green-deep);font-weight:700}.landing-page .compare-table .cost-note{display:block;margin-top:.3rem;font-size:.78rem;color:var(--text-muted);font-weight:500}.landing-page .security-text{display:flex;flex-direction:column;gap:1.1rem;max-width:820px}.landing-page .security-text .checklist{max-width:720px}.landing-page .security-wrap{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:clamp(2rem,5vw,4.5rem);align-items:center}.landing-page .security-media{position:relative;display:flex;justify-content:center;align-items:center}.landing-page .security-media img{width:100%;max-width:480px;height:auto;display:block;border-radius:var(--radius-md);box-shadow:var(--shadow-card);transform:scale(.96);opacity:0;transition:transform .7s cubic-bezier(.23,1,.32,1),opacity .7s cubic-bezier(.23,1,.32,1),box-shadow .7s cubic-bezier(.23,1,.32,1);transition-delay:80ms}.landing-page .security-media.in img{transform:scale(1);opacity:1}.landing-page .security-content{display:flex;flex-direction:column}.landing-page .security-content .section-head{margin-bottom:0}.landing-page .security-content .checklist--grid{max-width:none;margin:1.75rem 0 0}.landing-page .checklist{list-style:none;padding:0;margin-top:.6rem;display:flex;flex-direction:column;gap:.7rem}.landing-page .checklist--grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem 1rem;max-width:880px;margin:1.4rem auto 0}.landing-page .checklist li{display:flex;align-items:flex-start;gap:.8rem;font-size:.98rem;color:var(--text-soft);line-height:1.75;padding:.85rem 1rem;background:var(--white-landing);border:1px solid var(--border);border-radius:12px}.landing-page .checklist .check{flex-shrink:0;width:24px;height:24px;border-radius:50%;background:var(--green);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:800;margin-top:.05rem}.landing-page .security-pillars{display:grid;grid-template-columns:1fr;gap:1rem;margin:2.25rem auto 0;max-width:960px}.landing-page .pillar{background:var(--white-landing);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.6rem 1.6rem 1.5rem}.landing-page .pillar-head{display:flex;align-items:center;gap:.85rem;padding-bottom:1.1rem;margin-bottom:1rem;border-bottom:1px solid var(--border)}.landing-page .pillar-icon{flex-shrink:0;width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:11px;background:var(--gold-dim);color:var(--green-deep)}.landing-page .pillar-icon svg{width:20px;height:20px}.landing-page .pillar h3{font-size:1.1rem;font-weight:700;color:var(--text-landing);letter-spacing:-.01em;margin:0;line-height:1.4}.landing-page .pillar-list{margin-top:0;gap:.55rem}.landing-page .pillar-list li{background:transparent;border:0;padding:.25rem 0;font-size:.96rem;color:var(--text-landing);line-height:1.7}.landing-page .sovereign-callout{position:relative;margin:2.25rem auto 0;max-width:960px;padding:1.75rem 1.75rem 1.85rem;border-radius:var(--radius-md);background:radial-gradient(ellipse 80% 100% at 100% 0,rgba(15,110,86,.06),transparent 60%),linear-gradient(180deg,var(--white-landing),var(--gold-dim));border:1px solid rgba(15,110,86,.18);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.6)}.landing-page .sovereign-tag{display:inline-flex;align-items:center;gap:.45rem;padding:.32rem .75rem;font-size:.72rem;font-weight:700;letter-spacing:.04em;color:var(--green-deep);background:rgba(15,110,86,.08);border:1px solid rgba(15,110,86,.2);border-radius:999px}.landing-page .sovereign-heading{margin:.85rem 0 .65rem;font-size:clamp(1.2rem,1.7vw,1.45rem);font-weight:700;color:var(--text-landing);line-height:1.5;letter-spacing:-.01em}.landing-page .sovereign-heading em{font-style:normal;color:var(--green-deep)}.landing-page .sovereign-body{margin:0;font-size:1rem;line-height:1.85;color:var(--text-soft);max-width:760px}.landing-page .sovereign-cta{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.25rem;padding:.75rem 1.4rem;font-size:.95rem;font-weight:600;color:#fff;background:var(--green-deep);border-radius:999px;text-decoration:none;transition:transform .2s cubic-bezier(.23,1,.32,1),box-shadow .2s}.landing-page .sovereign-cta:after{content:"←";font-size:1rem;transition:transform .2s}@media (hover:hover) and (pointer:fine){.landing-page .sovereign-cta:hover{transform:translateY(-1px);box-shadow:0 10px 24px -10px rgba(15,110,86,.45)}.landing-page .sovereign-cta:hover:after{transform:translateX(-3px)}}.landing-page .sectors{display:grid;grid-template-columns:repeat(2,1fr);gap:1.3rem;margin-top:1rem}.landing-page .sector{background:var(--white-landing);border:1px solid var(--border);border-radius:var(--radius-lg-card);padding:1.8rem 1.7rem;display:flex;gap:1.2rem;align-items:flex-start;transition:transform .24s var(--ease-out),box-shadow .24s var(--ease-soft),border-color .24s var(--ease-soft)}.landing-page .sector:hover{transform:translateY(-4px);border-color:rgba(29,158,117,.28);box-shadow:var(--shadow-card-hover)}.landing-page .sector-icon{width:54px;height:54px;border-radius:14px;background:rgba(29,158,117,.1);color:var(--green-deep);display:inline-flex;align-items:center;justify-content:center;font-size:1.6rem;flex-shrink:0}.landing-page .sector-body h3{font-size:1.08rem;font-weight:700;color:var(--text-landing);margin-bottom:.4rem}.landing-page .sector-body p{font-size:.95rem;color:var(--text-muted);line-height:1.85}.landing-page .faq{margin-top:1rem;display:flex;flex-direction:column;gap:.8rem;max-width:880px;margin-left:auto;margin-right:auto}.landing-page .faq-item{background:var(--white-landing);border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden;transition:border-color .22s var(--ease-soft),box-shadow .22s var(--ease-soft)}.landing-page .faq-item[open]{border-color:rgba(29,158,117,.32);box-shadow:var(--shadow-card)}.landing-page .faq-item summary{list-style:none;cursor:pointer;padding:1.15rem 1.4rem;font-size:1rem;font-weight:700;color:var(--text-landing);display:flex;align-items:center;justify-content:space-between;gap:1rem}.landing-page .faq-item summary::-webkit-details-marker{display:none}.landing-page .faq-item summary:after{content:"+";flex-shrink:0;width:28px;height:28px;border-radius:50%;background:rgba(29,158,117,.12);color:var(--green-deep);display:inline-flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:700;transition:transform .22s var(--ease-out),background .22s var(--ease-soft);line-height:1}.landing-page .faq-item[open] summary:after{content:"−";background:var(--green);color:#fff;transform:rotate(180deg)}.landing-page .faq-answer{padding:0 1.4rem 1.3rem;font-size:.96rem;color:var(--text-soft);line-height:1.95}.landing-page .pricing-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.3rem;margin-top:1rem}.landing-page .price-card{position:relative;background:var(--white-landing);border:1px solid var(--border);border-radius:var(--radius-lg-card);padding:2rem 1.6rem;display:flex;flex-direction:column;gap:1rem;transition:transform .24s var(--ease-out),border-color .24s var(--ease-soft),box-shadow .24s var(--ease-soft)}.landing-page .price-card:hover{transform:translateY(-6px);border-color:rgba(29,158,117,.32);box-shadow:var(--shadow-card-hover)}.landing-page .price-card--featured{border-color:var(--green);box-shadow:0 18px 44px rgba(29,158,117,.18);background:linear-gradient(180deg,var(--white-landing),rgba(29,158,117,.03))}.landing-page .price-card--sovereign{background:radial-gradient(ellipse 100% 80% at 100% 0,rgba(15,110,86,.08),transparent 60%),linear-gradient(180deg,var(--white-landing),var(--gold-dim));border-color:rgba(15,110,86,.22)}.landing-page .price-card--sovereign .price-cta{background:var(--green-deep);box-shadow:0 8px 22px rgba(15,110,86,.26)}.landing-page .price-card--sovereign .price-cta:hover{background:#0c5944;box-shadow:0 14px 32px rgba(15,110,86,.36)}.landing-page .price-card--current{border-color:var(--green-deep);box-shadow:0 0 0 3px rgba(15,110,86,.12),0 18px 44px rgba(29,158,117,.12)}.landing-page .price-badge--current{background:var(--green-deep)}.landing-page .pricing-note{margin:2.5rem auto 0;max-width:720px;text-align:center;font-size:.88rem;line-height:1.7;color:var(--text-muted)}.landing-page .price-badge{position:absolute;top:-12px;right:1.4rem;background:var(--green);color:#fff;font-size:.72rem;font-weight:700;letter-spacing:.08em;padding:.3rem .8rem;border-radius:100px;text-transform:uppercase}.landing-page .price-head{display:flex;flex-direction:column;gap:.4rem;padding-bottom:.9rem;border-bottom:1px solid var(--border)}.landing-page .price-name{display:flex;flex-direction:column;gap:.15rem;margin:0;font-size:1.15rem;font-weight:700;color:var(--green-deep);line-height:1.3}.landing-page .price-name-ar{display:block}.landing-page .price-name-en{display:block;font-size:.78rem;font-weight:600;letter-spacing:.04em;color:var(--text-muted);text-transform:uppercase}.landing-page .price-tagline{margin:0;font-size:.85rem;color:var(--text-muted);line-height:1.55;min-height:2.4em}.landing-page .price-amount{display:flex;align-items:baseline;flex-wrap:wrap;gap:.4rem;margin-top:.25rem}.landing-page .price-figure{font-size:clamp(1.85rem,2.6vw,2.35rem);font-weight:800;color:var(--text-landing);letter-spacing:-.02em;line-height:1}.landing-page .price-currency{font-size:.95rem;font-weight:700;color:var(--text-landing)}.landing-page .price-unit{font-size:.82rem;color:var(--text-muted);font-weight:500;line-height:1.4;flex-basis:100%}.landing-page .price-card--featured .price-figure{color:var(--green-deep)}.landing-page .price-card--sovereign .price-figure{font-size:clamp(1.2rem,1.7vw,1.4rem);font-weight:700;color:var(--green-deep)}.landing-page .price-card--sovereign .price-unit{flex-basis:auto}.landing-page .price-min{margin:0;font-size:.78rem;font-weight:600;color:var(--text-muted);padding:.4rem .7rem;background:rgba(0,0,0,.025);border-radius:999px;align-self:flex-start}.landing-page .price-inherits{margin:0;font-size:.85rem;font-weight:600;color:var(--green-deep);padding-bottom:.55rem;border-bottom:1px dashed rgba(15,110,86,.25)}.landing-page .price-features{list-style:none;padding:0;margin:.25rem 0 0;display:flex;flex-direction:column;gap:.6rem;flex:1}.landing-page .price-features li{display:flex;align-items:flex-start;gap:.55rem;font-size:.92rem;color:var(--text-landing);line-height:1.65}.landing-page .price-features li:before{content:"";flex-shrink:0;width:16px;height:16px;border-radius:50%;margin-top:.3rem;background:rgba(29,158,117,.12);background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230f6e56' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><path d='M20 6 9 17l-5-5'/></svg>");background-size:10px 10px;background-repeat:no-repeat;background-position:50%}.landing-page .price-cta{background:var(--green);color:#fff;border:none;padding:.8rem 1.4rem;border-radius:var(--radius-full);font-size:.95rem;font-weight:700;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;margin-top:auto;transition:transform .18s var(--ease-out),background .2s var(--ease-soft),box-shadow .22s var(--ease-soft);box-shadow:0 8px 22px rgba(29,158,117,.22);font-family:inherit}.landing-page .price-cta:hover{transform:translateY(-2px);background:var(--green-deep);box-shadow:0 14px 32px rgba(29,158,117,.32)}.landing-page .testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.3rem;margin-top:1rem}.landing-page .testimonial{background:var(--white-landing);border:1px solid var(--border);border-radius:var(--radius-lg-card);padding:1.8rem 1.6rem;display:flex;flex-direction:column;gap:1.1rem;transition:transform .24s var(--ease-out),border-color .24s var(--ease-soft),box-shadow .24s var(--ease-soft)}.landing-page .testimonial:hover{transform:translateY(-4px);border-color:rgba(29,158,117,.28);box-shadow:var(--shadow-card-hover)}.landing-page .testimonial-text{font-size:.98rem;color:var(--text-soft);line-height:1.9;font-weight:500}.landing-page .testimonial-author{display:flex;align-items:center;gap:.75rem}.landing-page .testimonial-avatar{width:42px;height:42px;border-radius:50%;background:rgba(29,158,117,.12);color:var(--green-deep);display:inline-flex;align-items:center;justify-content:center;font-weight:800;font-size:1.05rem;flex-shrink:0}.landing-page .testimonial-name{font-weight:700;color:var(--text-landing);font-size:.95rem}.landing-page .testimonial-role{color:var(--text-muted);font-size:.85rem}.landing-page .contact-page-main{padding-top:calc(var(--nav-h) + 2rem)}.landing-page .contact-page-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:2rem;align-items:start;max-width:1040px;margin:0 auto}.landing-page .contact-info{background:var(--white-landing);border:1px solid var(--border);border-radius:24px;padding:clamp(1.5rem,3vw,2.2rem);box-shadow:var(--shadow-card);display:flex;flex-direction:column;gap:1.3rem}.landing-page .contact-info-title{font-size:1.15rem;font-weight:800;color:var(--green-deep)}.landing-page .contact-info-lead{font-size:.95rem;color:var(--text-soft);line-height:1.8}.landing-page .contact-info-row{display:flex;align-items:flex-start;gap:.9rem;padding:.6rem 0;border-top:1px solid var(--border)}.landing-page .contact-info-row:first-of-type{border-top:none;padding-top:0}.landing-page .contact-info-icon{width:38px;height:38px;border-radius:11px;background:rgba(29,158,117,.1);color:var(--green-deep);display:inline-flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0}.landing-page .contact-info-icon .ti{width:1.1rem;height:1.1rem}.landing-page .contact-info-label{font-size:.78rem;font-weight:700;letter-spacing:.06em;color:var(--text-muted);text-transform:uppercase;margin-bottom:.2rem}.landing-page .contact-info-value{font-size:.98rem;font-weight:600;color:var(--text-landing);text-decoration:none;word-break:break-word}.landing-page a.contact-info-value:hover{color:var(--green-deep);text-decoration:underline}@media (max-width:900px){.landing-page .contact-page-grid{grid-template-columns:1fr}}.landing-page .contact-card{background:var(--white-landing);border:1px solid var(--border);border-radius:24px;padding:clamp(1.8rem,3vw,2.6rem);width:100%;max-width:720px;margin:1rem auto 0;box-shadow:0 16px 44px rgba(15,110,86,.1),0 2px 6px rgba(26,24,20,.04)}.landing-page .contact-page-grid .contact-card{max-width:none;margin:0}.landing-page .contact-form{display:grid;gap:1.15rem;width:100%}.landing-page .contact-row{display:grid;grid-template-columns:1fr;gap:1.15rem}.landing-page .contact-field{display:flex;flex-direction:column;gap:.45rem;width:100%}.landing-page .contact-field label{font-size:.88rem;font-weight:700;color:var(--text-landing);letter-spacing:-.005em}.landing-page .contact-field input,.landing-page .contact-field select{width:100%;padding:.95rem 1.1rem;border-radius:12px;border:1px solid var(--border-strong);background:#fffdf9;font-size:1rem;color:var(--text-landing);font-family:inherit;line-height:1.4;transition:border-color .18s var(--ease-soft),box-shadow .18s var(--ease-soft),background .18s var(--ease-soft)}.landing-page .contact-field input:hover,.landing-page .contact-field select:hover{border-color:rgba(29,158,117,.45)}.landing-page .contact-field input:focus,.landing-page .contact-field select:focus{outline:none;border-color:var(--green);background:#fff;box-shadow:0 0 0 4px var(--green-glow)}.landing-page .contact-field input::-moz-placeholder{color:var(--text-muted)}.landing-page .contact-field input::placeholder{color:var(--text-muted)}.landing-page .contact-field select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none' stroke='%230F6E56' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='1 1 6 6 11 1'/></svg>");background-repeat:no-repeat;background-position:left 1rem center;padding-inline-start:2.4rem}.landing-page .contact-submit{width:100%;background:var(--green);color:#fff;border:none;padding:1.05rem 1.6rem;border-radius:var(--radius-full);font-size:1.05rem;font-weight:800;cursor:pointer;text-decoration:none;font-family:inherit;margin-top:.6rem;letter-spacing:-.005em;box-shadow:0 14px 34px rgba(29,158,117,.32);transition:transform .18s var(--ease-out),background .2s var(--ease-soft),box-shadow .22s var(--ease-soft)}.landing-page .contact-submit:hover:not(:disabled){transform:translateY(-2px);background:var(--green-deep);box-shadow:0 20px 46px rgba(29,158,117,.42)}.landing-page .contact-submit:active:not(:disabled){transform:translateY(0) scale(.98);transition-duration:90ms}.landing-page .contact-submit:disabled{opacity:.65;cursor:not-allowed;transform:none}.landing-page .contact-status{font-size:.95rem;font-weight:600;padding:.8rem 1rem;border-radius:10px;text-align:center}.landing-page .contact-status--success{color:var(--green-deep);background:rgba(29,158,117,.1);border:1px solid rgba(29,158,117,.25)}.landing-page .contact-status--error{color:#b3261e;background:rgba(179,38,30,.08);border:1px solid rgba(179,38,30,.25)}.landing-page .final-cta{position:relative;overflow:hidden;text-align:center;border-radius:28px;padding:clamp(2.5rem,6vw,5rem) clamp(1.5rem,5vw,4rem);background:linear-gradient(135deg,var(--green-deep) 0,var(--green) 100%);color:#fff;margin:clamp(2rem,6vw,5rem) clamp(1rem,4vw,4rem);isolation:isolate}.landing-page .final-cta:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 20%,rgba(255,253,249,.22) 0,transparent 45%),radial-gradient(circle at 15% 85%,hsla(37,39%,94%,.18) 0,transparent 50%);z-index:-1}.landing-page .final-cta:after{content:"";position:absolute;inset:0;background-image:url(/landing/last.png);background-size:cover;background-position:50%;opacity:.08;z-index:-1;filter:saturate(.6) brightness(1.2)}.landing-page .final-cta h2{font-size:clamp(1.7rem,3vw,2.4rem);font-weight:800;line-height:1.5;letter-spacing:-.01em;margin-bottom:1rem;max-width:820px;margin-left:auto;margin-right:auto}.landing-page .final-cta h2 em{font-style:normal;color:#fff;opacity:.92}.landing-page .final-cta p{font-size:1.02rem;font-weight:500;line-height:1.95;color:rgba(255,253,249,.92);max-width:720px;margin:0 auto 2rem}.landing-page .final-cta .hero-cta-row{justify-content:center}.landing-page .final-cta .btn-primary{background:#fff;color:var(--green-deep);box-shadow:0 14px 38px rgba(0,0,0,.18)}.landing-page .final-cta .btn-primary:hover{background:var(--bg);color:var(--green-deep);box-shadow:0 20px 50px rgba(0,0,0,.24)}.landing-page .final-cta .btn-ghost{background:rgba(255,253,249,.14);color:#fff;border-color:rgba(255,253,249,.45);backdrop-filter:blur(8px)}.landing-page .final-cta .btn-ghost:hover{background:rgba(255,253,249,.24);color:#fff}.landing-page .site-footer{background:var(--bg-alt-2);border-top:1px solid var(--border);padding:3.5rem clamp(1.25rem,5vw,4rem) 2rem}.landing-page .footer-inner{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:2.5rem;align-items:flex-start}.landing-page .footer-brand img{height:48px;width:auto;margin-bottom:1rem}.landing-page .footer-brand p{color:var(--text-soft);font-size:.95rem;line-height:1.85;max-width:320px}.landing-page .footer-social{list-style:none;padding:0;margin:1.3rem 0 0;display:flex;gap:.55rem}.landing-page .footer-social a{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:var(--white-landing);border:1px solid var(--border);color:var(--text-soft);transition:background .2s var(--ease-soft),color .2s var(--ease-soft),transform .2s var(--ease-out),border-color .2s var(--ease-soft),box-shadow .22s var(--ease-soft)}.landing-page .footer-social a:focus-visible,.landing-page .footer-social a:hover{background:var(--green);color:#fff;border-color:var(--green);transform:translateY(-2px);box-shadow:0 8px 22px rgba(29,158,117,.28)}.landing-page .footer-social a:active{transform:translateY(0) scale(.94);transition-duration:90ms}.landing-page .footer-social svg{width:16px;height:16px;fill:currentColor}.landing-page .footer-col h4{font-size:.85rem;font-weight:700;letter-spacing:.06em;color:var(--text-landing);margin-bottom:1rem;text-transform:uppercase}.landing-page .footer-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.55rem}.landing-page .footer-col a,.landing-page .footer-col button{color:var(--text-soft);text-decoration:none;font-size:.93rem;font-weight:500;transition:color .25s;background:none;border:none;padding:0;cursor:pointer;font-family:inherit;text-align:right}.landing-page .footer-col a:hover,.landing-page .footer-col button:hover{color:var(--green-deep)}.landing-page .footer-col address{font-style:normal;color:var(--text-muted);font-size:.9rem;line-height:1.85}.landing-page .footer-bottom{max-width:1140px;margin:2.5rem auto 0;padding-top:1.5rem;border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;font-size:.85rem;color:var(--text-muted)}.landing-page .section-nav{position:fixed;bottom:1.5rem;inset-inline-end:1.5rem;z-index:950;display:flex;flex-direction:column;gap:.55rem;opacity:0;transform:translateY(14px);pointer-events:none;transition:opacity .32s var(--ease-soft),transform .32s var(--ease-out)}.landing-page .section-nav.is-visible{opacity:1;transform:translateY(0);pointer-events:auto}.landing-page .section-nav-btn{width:44px;height:44px;border-radius:50%;background:var(--bg-glass-strong);backdrop-filter:blur(14px) saturate(1.4);-webkit-backdrop-filter:blur(14px) saturate(1.4);border:1px solid var(--border-glass);color:var(--green-deep);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0;font-family:inherit;box-shadow:0 6px 22px rgba(15,110,86,.16),inset 0 1px 0 rgba(255,253,249,.45);transition:transform .18s var(--ease-out),background .2s var(--ease-soft),color .2s var(--ease-soft),box-shadow .22s var(--ease-soft)}.landing-page .section-nav-btn:hover:not(:disabled){transform:translateY(-2px);background:var(--green);color:#fff;box-shadow:0 14px 32px rgba(29,158,117,.34)}.landing-page .section-nav-btn:active:not(:disabled){transform:translateY(0) scale(.95);transition-duration:90ms}.landing-page .section-nav-btn:disabled{opacity:.35;cursor:not-allowed}.landing-page .section-nav-btn svg{width:22px;height:22px;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;fill:none}@media (max-width:640px){.landing-page .section-nav{bottom:1rem;inset-inline-end:1rem;gap:.45rem}.landing-page .section-nav-btn{width:40px;height:40px}.landing-page .section-nav-btn svg{width:20px;height:20px}}@media (max-width:1100px){.landing-page .pricing-grid,.landing-page .testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:960px){.landing-page .nav{padding:0 1.1rem 0 .8rem}.landing-page .nav-actions .nav-login,.landing-page .nav-links{display:none}.landing-page .hamburger{display:flex}.landing-page .connect-grid,.landing-page .icon-strip,.landing-page .steps{grid-template-columns:repeat(2,1fr)}.landing-page .cases-grid{grid-template-columns:1fr}.landing-page .compare{overflow-x:auto;-webkit-overflow-scrolling:touch}.landing-page .compare-table{min-width:760px}.landing-page .security-wrap,.landing-page .solution-split{grid-template-columns:1fr;gap:2.25rem}.landing-page .security-media{order:-1}.landing-page .solution-media img{max-width:460px}.landing-page .solution-answers{grid-template-columns:1fr;grid-template-rows:auto}.landing-page .answer-tile--lead{grid-row:auto}.landing-page .security-media img{max-width:380px}.landing-page .footer-inner{grid-template-columns:1fr 1fr 1fr;gap:2rem}.landing-page .footer-brand{grid-column:1/-1}}@media (max-width:640px){.landing-page .nav{top:.7rem;left:.8rem;right:.8rem;height:64px;padding:0 .9rem 0 .6rem;border-radius:18px}.landing-page .nav-logo img{height:38px}.landing-page .nav-cta-btn{padding:.5rem 1.1rem;font-size:.82rem}.landing-page .hero{padding:calc(var(--nav-h) + 2.5rem) 1.2rem 5rem;align-items:flex-start}.landing-page .hero-inner{gap:1.3rem;max-width:100%;transform:none}.landing-page .hero-inner:before{inset:-2rem -1.5rem -2rem -1.5rem;background:radial-gradient(ellipse 90% 70% at 50% 50%,hsla(37,39%,94%,.5) 0,hsla(37,39%,94%,0) 75%);-webkit-mask-image:radial-gradient(ellipse 90% 70% at 50% 50%,#000 0,rgba(0,0,0,.7) 55%,transparent 90%);mask-image:radial-gradient(ellipse 90% 70% at 50% 50%,#000 0,rgba(0,0,0,.7) 55%,transparent 90%)}.landing-page .hero-headline{line-height:1.65}.landing-page .hero-headline .line{white-space:normal}.landing-page .hero-sub{font-size:1.05rem;line-height:1.85}.landing-page .hero-cta-row{flex-direction:column;width:100%;gap:.75rem}.landing-page .btn-ghost,.landing-page .btn-primary{width:100%;justify-content:center;padding:1rem 1.6rem;font-size:1.05rem}.landing-page .hero-stats{width:100%;justify-content:space-between;padding:.9rem .4rem;border-radius:18px}.landing-page .hero-stat{padding:.1rem .7rem;font-size:.72rem;gap:.1rem}.landing-page .hero-stat .num{font-size:1.35rem}.landing-page .section-head{margin-bottom:2rem}.landing-page .connect-grid,.landing-page .icon-strip,.landing-page .pricing-grid,.landing-page .problem-blindspots,.landing-page .security-pillars,.landing-page .solution-answers,.landing-page .steps,.landing-page .testimonials-grid{grid-template-columns:1fr}.landing-page .pillar{padding:1.35rem 1.25rem 1.4rem}.landing-page .pillar h3{font-size:1.02rem}.landing-page .sovereign-callout{padding:1.5rem 1.4rem 1.6rem}.landing-page .problem-diagnosis,.landing-page .solution-pivot{font-size:1.2rem}.landing-page .answer-a,.landing-page .answer-q{padding-inline-start:2.25rem}.landing-page .checklist--grid,.landing-page .contact-row{grid-template-columns:1fr}.landing-page .step-img{height:200px}.landing-page .sector{padding:1.4rem 1.3rem;gap:.9rem}.landing-page .sector-icon{width:46px;height:46px;font-size:1.35rem;border-radius:12px}.landing-page .final-cta{margin:1.5rem .8rem;border-radius:22px;padding:2.5rem 1.4rem}.landing-page .footer-inner{grid-template-columns:1fr;gap:2rem}.landing-page .footer-bottom{flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion:reduce){.landing-page *,.landing-page :after,.landing-page :before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}