:root{--navy: #0b3437;--navy-deep: #07292c;--teal: #147f84;--teal-strong: #0f696e;--teal-soft: #e8f3f1;--cream: #f3eddf;--paper: #fbf8f0;--white: #fffdf8;--ink: #0d3437;--muted: #536568;--line: #d9cdb5;--gold: #c99b3f;--green: #2e8a5d;--danger: #a95648;--shadow: 0 14px 36px rgba(20, 48, 46, .09);--radius: 10px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:86px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,Segoe UI,Arial,sans-serif;font-size:17px;line-height:1.7;-webkit-font-smoothing:antialiased}[dir=rtl]{font-family:Noto Sans Arabic,IBM Plex Sans Arabic,Tahoma,Arial,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}img{max-width:100%}a,button,input,select,textarea{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(20,127,132,.28);outline-offset:3px}.site-shell{min-height:100vh;overflow:clip}.section-wrap{width:min(1200px,calc(100% - 48px));margin-inline:auto}h1,h2,h3{margin-top:0;color:var(--navy);font-family:Georgia,Times New Roman,serif;font-weight:700;text-wrap:balance}[dir=rtl] h1,[dir=rtl] h2,[dir=rtl] h3{font-family:Noto Sans Arabic,IBM Plex Sans Arabic,Tahoma,Arial,sans-serif;font-weight:700;letter-spacing:-.025em}p{max-width:64ch}.section-label,.eyebrow{display:flex;align-items:center;gap:8px;margin:0 0 14px;color:#9a741e;font-size:.875rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}[dir=rtl] .section-label,[dir=rtl] .eyebrow{letter-spacing:0;text-transform:none}.section-label.light{color:#e3b85e}.section-intro{max-width:820px}.section-intro h2,.dashboard-copy h2,.story-card h2,.why-card h2,.contact-section h2{margin:0;font-size:clamp(2.15rem,4vw,3.55rem);line-height:1.08}[dir=rtl] .section-intro h2,[dir=rtl] .dashboard-copy h2,[dir=rtl] .story-card h2,[dir=rtl] .why-card h2,[dir=rtl] .contact-section h2{line-height:1.38}.section-intro>p:last-child,.dashboard-copy>p:last-child{margin:20px 0 0;color:var(--muted);font-size:1rem;line-height:1.85}.section-intro.split{max-width:none;display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:end}.section-intro.split>p{margin:0}.centered{margin-inline:auto;text-align:center}.centered .section-label{justify-content:center}.topbar{position:fixed;inset:0 0 auto;z-index:50;min-height:76px;padding:7px max(24px,calc((100vw - 1360px)/2));border-top:3px solid var(--navy-deep);border-bottom:1px solid rgba(175,157,124,.35);background:#fbf8f0f7;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);display:flex;align-items:center;justify-content:space-between}.brand-logo{width:116px;height:58px;padding:4px 8px;display:flex;align-items:center;justify-content:center;overflow:hidden}.brand-logo img{width:100px;height:52px;object-fit:contain;display:block}.desktop-nav{display:flex;align-items:center;gap:clamp(17px,2vw,29px);font-size:.9rem;font-weight:700}.desktop-nav a{position:relative;white-space:nowrap}.desktop-nav a:after{content:"";position:absolute;inset:auto 0 -10px;height:2px;background:var(--teal);transform:scaleX(0);transition:transform .18s ease}.desktop-nav a:hover:after{transform:scaleX(1)}.nav-actions{display:flex;align-items:center;gap:9px}.language,.menu-button{min-height:40px;padding:8px 11px;border:1px solid var(--line);border-radius:999px;background:transparent;color:var(--navy);display:inline-flex;align-items:center;gap:5px;cursor:pointer}.mini-cta,.primary-button{min-height:48px;padding:0 20px;border-radius:999px;background:var(--teal-strong);color:#fff;font-size:.95rem;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:9px;transition:transform .18s ease,background .18s ease}.mini-cta:hover,.primary-button:hover{transform:translateY(-1px);background:var(--teal)}.menu-button,.mobile-nav{display:none}.hero{padding-top:126px;padding-bottom:80px;display:grid;grid-template-columns:1fr 1fr;gap:clamp(48px,6vw,86px);align-items:center}.hero-copy{min-width:0}.hero .eyebrow{width:fit-content}.hero-problem{margin:0 0 18px;padding-inline-start:13px;border-inline-start:3px solid var(--gold);color:#775530;font-size:1rem;font-weight:700;line-height:1.75}.hero h1{margin:0;font-size:clamp(2.15rem,2.8vw,3rem);line-height:1.1;max-width:21ch;text-wrap:balance;overflow-wrap:normal}[dir=rtl] .hero h1{font-size:clamp(2.1rem,2.9vw,3.05rem);line-height:1.32;white-space:normal}.lead{margin:24px 0 0;color:var(--muted);font-size:1.08rem;line-height:1.9}.button-row{margin-top:29px;display:flex;flex-wrap:wrap;gap:10px}.secondary-button{min-height:48px;padding:0 19px;border:1px solid var(--teal-strong);border-radius:999px;background:transparent;color:var(--teal-strong);font-size:.86rem;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:8px}.trust-list{list-style:none;margin:30px 0 0;padding:0;display:grid;gap:12px;color:#435c5e;font-size:1rem}.trust-list li{display:flex;align-items:center;gap:9px}.trust-list svg{color:var(--gold);flex:none}.hero-visual{min-width:0;position:relative;margin:0;padding:12px;border:1px solid var(--line);border-radius:var(--radius);background:var(--white);box-shadow:var(--shadow)}.hero-figure{align-self:center}.image-frame{aspect-ratio:4 / 3;position:relative;overflow:hidden;border-radius:6px;background:#e5e3df}.image-frame img{width:100%;height:100%;display:block;object-fit:contain;object-position:center}.product-key{padding:14px 4px 2px;display:flex;justify-content:space-between;gap:16px;color:var(--muted);font-size:.9rem;font-weight:700}.product-key span{display:flex;align-items:center;gap:8px}.product-key i{width:9px;height:9px;border-radius:50%;flex:none}.key-light{background:var(--gold)}.key-luma{background:var(--teal)}.image-label{position:absolute;top:15px;z-index:2;padding:8px 11px;border:1px solid rgba(255,255,255,.78);border-radius:999px;background:#fffdf8ed;color:var(--navy);font-size:.72rem;font-weight:800;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.fixture-label{left:15px}.luma-label{right:15px;color:var(--teal-strong)}.monitor-card{position:absolute;z-index:4;left:50%;bottom:-30px;width:min(420px,calc(100% - 28px));padding:16px 18px 15px;border:1px solid rgba(20,127,132,.28);border-radius:16px;background:linear-gradient(145deg,#fffdf8f7,#e8f3f1f7);color:var(--navy);box-shadow:0 20px 42px #07292c33;transform:translate(-50%);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);overflow:hidden}.monitor-card:before{content:"";position:absolute;inset:0 0 auto;height:3px;background:linear-gradient(90deg,var(--teal-strong),#55b9b4,var(--gold))}.monitor-head,.readiness-row,.mini-status{display:flex;align-items:center;justify-content:space-between}.monitor-head{color:var(--muted);font-size:.72rem}.monitor-head span{display:flex;align-items:center;gap:7px;color:var(--teal-strong);font-weight:800}.readiness-row{margin:14px 0}.readiness-row div{display:flex;flex-direction:column}.readiness-row small{color:var(--muted)}.readiness-row strong{color:var(--teal-strong);font-size:2.25rem;line-height:1.1}.status-good{padding:7px 11px;border:1px solid rgba(46,138,93,.18);border-radius:999px;background:#2e8a5d1a;color:#23754e;font-size:.7rem;font-weight:800;display:flex;gap:5px}.mini-status{gap:10px;padding-top:12px;border-top:1px solid rgba(15,105,110,.14);color:#425d5f;font-size:.68rem}.mini-status span{display:flex;align-items:center;gap:5px}.mini-status i{width:6px;height:6px;border-radius:50%}.green{background:var(--green)}.amber{background:var(--gold)}.teal{background:#6fd0ce}.problem-section,.content-section,.golden-section,.how-section,.field-section,.value-section,.dashboard-section,.audience-section,.estimator-section,.survey-section,.pricing-section,.story-section{padding-top:92px;padding-bottom:92px}.problem-section{background:var(--cream)}.problem-section .section-intro,.how-section .section-intro{margin-inline:auto;text-align:center}.problem-section .section-label,.how-section .section-label{justify-content:center}.method-compare{width:min(980px,100%);margin:52px auto 0;display:grid;grid-template-columns:1fr auto 1fr;align-items:stretch;gap:24px}.method-compare article{padding:34px;border-radius:var(--radius)}.method-manual{border:1px solid #d8c6b8;background:#fffdf8b8}.method-continuous{border:1px solid #9fc7c2;background:#e9f4f1}.method-compare article>span{color:#9a741e;font-size:.875rem;font-weight:800;letter-spacing:.08em}.method-compare h3{margin:18px 0 24px;font-size:1.55rem}.method-compare ul{list-style:none;margin:0;padding:0;display:grid;gap:16px}.method-compare li{color:var(--muted);font-size:1rem;line-height:1.75;display:flex;align-items:flex-start;gap:10px}.method-manual li svg{color:var(--danger)}.method-continuous li svg{color:var(--teal)}.method-compare li svg{width:18px;flex:none;margin-top:5px}.compare-shift{color:var(--gold);display:grid;place-items:center}.risk-callout{width:min(920px,100%);margin:44px auto 0;padding:28px 30px;border:1px solid rgba(169,86,72,.22);border-inline-start:4px solid var(--danger);border-radius:var(--radius);background:linear-gradient(135deg,#fffdf8fa,#fff7eff0);display:grid;grid-template-columns:auto 1fr;gap:18px;align-items:start;box-shadow:0 12px 30px #412b2012}.risk-icon{width:46px;height:46px;border-radius:50%;background:#a956481a;color:var(--danger);display:grid;place-items:center}.risk-icon svg{width:22px;height:22px}.risk-callout h3{margin:0 0 8px;font-size:1.3rem;line-height:1.45}.risk-callout p{margin:0;max-width:none;color:var(--muted);font-size:1rem;line-height:1.85}.problem-grid,.pricing-grid{margin-top:42px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.problem-grid article,.pricing-grid article,.capability-grid article,.steps-grid article{padding:28px 4px 8px;border:0;border-top:2px solid var(--line);border-radius:0;background:transparent;box-shadow:none}.problem-grid span,.pricing-grid span,.steps-grid>article>span{color:#9a741e;font-size:.875rem;font-weight:800;letter-spacing:.1em}.problem-grid h3,.pricing-grid h3{margin:18px 0 10px;font-size:1.22rem;line-height:1.45}.problem-grid p,.pricing-grid p,.capability-grid p,.steps-grid p,.value-grid p,.audience-grid p{margin:0;color:var(--muted);font-size:1rem;line-height:1.8}.content-section{background:var(--paper)}.capability-grid{margin-top:52px;display:grid;grid-template-columns:repeat(3,1fr);gap:34px}.capability-grid article{min-height:0;padding-inline-end:24px}.chapter-number{display:block;margin-bottom:18px;color:#9a741e;font-size:.875rem;font-weight:800}.icon-box{width:45px;height:45px;border-radius:50%;background:var(--teal-soft);color:var(--teal);display:grid;place-items:center}.capability-grid h3{margin:20px 0 10px;font-size:1.28rem;line-height:1.4}.golden-section{background:var(--navy-deep);color:#fff}.golden-inner{display:grid;grid-template-columns:1fr 1fr;gap:62px;align-items:center}.golden-media{min-height:390px;position:relative;overflow:hidden;border-radius:var(--radius);box-shadow:0 24px 60px #0000003b}.golden-media>img{width:100%;height:100%;min-height:390px;display:block;object-fit:cover}.golden-seal{position:absolute;inset-inline-start:19px;bottom:19px;width:112px;height:112px;border:1px solid rgba(255,255,255,.4);border-radius:50%;background:#07292ce6;display:grid;place-items:center;text-align:center}.golden-seal svg{width:25px;color:var(--gold);position:absolute;top:20px}.golden-seal span{margin-top:40px;font-size:.65rem;line-height:1.4}.golden-inner h2{margin:0;color:#fffaf0;font-size:clamp(2.2rem,3.8vw,3.5rem);line-height:1.12}[dir=rtl] .golden-inner h2{line-height:1.42}.golden-inner>div:last-child>p:not(.section-label){margin:19px 0 0;color:#cad9d5;line-height:1.85}.golden-note{margin-top:22px;padding:15px 16px;border-inline-start:3px solid var(--gold);background:#ffffff0f;font-size:.83rem;display:flex;align-items:center;gap:9px}.how-section{background:var(--paper)}.evidence-flow{margin:52px 0 0;display:grid;grid-template-columns:repeat(5,1fr);border-block:1px solid var(--line)}.evidence-flow>div{min-width:0;padding:28px 18px;position:relative;display:grid;gap:8px}.evidence-flow span{color:#9a741e;font-size:.8rem;font-weight:800}.evidence-flow b{color:var(--navy);font-size:1rem;line-height:1.5}.flow-arrow{position:absolute;top:50%;inset-inline-end:-13px;z-index:2;width:25px;padding:4px;border-radius:50%;background:var(--paper);color:var(--teal);transform:translateY(-50%)}.steps-grid{margin-top:50px;display:grid;grid-template-columns:repeat(2,1fr);gap:26px 52px}.steps-grid article{min-height:0}.step-line{height:1px;margin:21px 0 27px;background:#dfd3bd;position:relative}.step-line:after{content:"";position:absolute;inset-inline-start:0;top:-4px;width:8px;height:8px;border-radius:50%;background:var(--teal)}.steps-grid h3{margin:0 0 9px;font-size:1.2rem;line-height:1.4}.process-visual{margin:52px auto 0;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--white);box-shadow:var(--shadow)}.process-stage{position:relative;overflow:hidden;background:#0a1d31}.process-stage img{width:100%;height:auto;display:block;aspect-ratio:1893 / 831;object-fit:contain}.diagram-route{padding:18px 20px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:center;gap:clamp(18px,4vw,54px)}.diagram-route>span{min-width:0;color:var(--navy);font-size:.86rem;font-weight:800;line-height:1.5;display:flex;align-items:center;gap:clamp(14px,3vw,42px)}.diagram-route svg{width:18px;flex:none;color:var(--teal)}.process-visual figcaption{padding:17px 20px;color:var(--muted);display:flex;justify-content:space-between;gap:20px;font-size:.9rem}.process-visual figcaption span{color:#9a741e;font-weight:800}.process-visual figcaption b{font-weight:700}.field-section{background:var(--cream)}.field-grid{display:grid;grid-template-columns:1.04fr .96fr;gap:60px;align-items:center}.field-video{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--white);box-shadow:var(--shadow)}.field-video>img{width:100%;display:block;aspect-ratio:16 / 9;object-fit:cover}.field-video>span{position:absolute;inset-inline-start:12px;bottom:12px;padding:7px 10px;border-radius:999px;background:#07292ce6;color:#fff;font-size:.68rem}.field-copy .section-label.light{color:#9a741e}.field-copy h2{margin:0;font-size:clamp(2.1rem,3.6vw,3.25rem);line-height:1.12}[dir=rtl] .field-copy h2{line-height:1.42}.field-copy>p:not(.section-label){margin:19px 0 0;color:var(--muted);line-height:1.85}.system-flow{margin:23px 0 15px;display:flex;flex-wrap:wrap;align-items:center;gap:7px}.system-flow span{padding:8px 10px;border:1px solid #b9d2cd;border-radius:999px;background:var(--teal-soft);color:var(--teal-strong);font-size:.7rem;font-weight:800}.system-flow i{color:#9b7c3b;font-style:normal}.field-copy>small{color:#6e7c7e;font-size:.76rem;line-height:1.65}.value-section{background:var(--paper)}.value-grid{margin-top:42px;display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.value-grid article{padding:22px;border:1px solid var(--line);border-radius:var(--radius);background:var(--white);display:flex;gap:16px}.value-grid article:last-child{grid-column:1 / -1}.value-grid svg{flex:none;width:23px;color:var(--teal)}.value-grid h3{margin:0 0 7px;font-size:1.08rem;line-height:1.4}.dashboard-section{display:grid;grid-template-columns:.9fr 1.1fr;gap:62px;align-items:center;background:var(--cream)}.dashboard-copy{max-width:540px}.dashboard-copy h2{font-size:clamp(2.05rem,3.35vw,3.05rem);line-height:1.16;text-wrap:balance}.dashboard-card{width:100%;max-width:620px;justify-self:end;padding:26px;border-radius:var(--radius);background:var(--navy-deep);color:#fff;box-shadow:0 22px 55px #07292c2b}.dash-head,.fleet-row{display:flex;align-items:center;justify-content:space-between}.dash-head{color:#b8cbc7;font-size:.9rem}.dash-head div{display:flex;align-items:center;gap:7px}.online-dot{width:8px;height:8px;border-radius:50%;background:#62c595;box-shadow:0 0 12px #62c595}.fleet-row{margin:27px 0}.fleet-row>div:first-child{display:flex;flex-direction:column}.fleet-row small{color:#b7c9c5}.fleet-row strong{font-size:3.2rem;line-height:1.1}.ring{width:86px;height:86px;border:8px solid #285153;border-top-color:var(--gold);border-right-color:var(--gold);border-radius:50%;display:grid;place-items:center}.dash-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.dash-stats div{padding:14px;border-radius:6px;background:#154347;display:flex;flex-direction:column}.dash-stats span{color:#b8cbc7;font-size:.86rem}.dash-stats b{margin-top:8px;font-size:1.45rem}.fleet-caption{margin-top:18px;color:#c7d5d2;font-size:.9rem;display:flex;align-items:center;gap:7px}.tools-section{padding:92px 0;background:var(--paper)}.tools-heading{max-width:760px;margin:0 auto 34px;text-align:center}.tools-heading .section-label{justify-content:center}.tools-heading h2{margin:0;font-size:clamp(2.2rem,4vw,3.4rem);line-height:1.35}.tool-tabs{width:fit-content;margin:0 auto 42px;padding:5px;border:1px solid var(--line);border-radius:999px;background:var(--cream);display:flex;gap:5px}.tool-tabs button{min-height:48px;padding:0 24px;border:0;border-radius:999px;background:transparent;color:var(--muted);font-size:.95rem;font-weight:800;cursor:pointer}.tool-tabs button.active{background:var(--teal-strong);color:#fff;box-shadow:0 7px 18px #0f696e29}.tool-panel{min-height:650px}.is-embedded{padding:0;background:transparent}.is-embedded>.section-wrap{width:100%}.audience-section{background:var(--navy-deep);color:#fff}.audience-section h2{color:#fffaf0}.audience-grid{margin-top:42px;display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.audience-grid article{min-height:0;padding:30px;border:1px solid rgba(255,255,255,.18);border-radius:var(--radius);background:#ffffff0d}.audience-grid svg{width:25px;color:var(--gold)}.audience-grid h3{margin:28px 0 9px;color:#fff;font-size:1.16rem;line-height:1.4}.audience-grid p{color:#c6d4d0}.estimator-section{background:var(--paper)}.estimator-shell,.survey-shell{display:grid;grid-template-columns:.82fr 1.18fr;gap:58px;align-items:start}.estimator-copy{position:sticky;top:104px}.estimator-copy h2,.survey-intro h2{margin:0;font-size:clamp(2rem,3vw,2.8rem);line-height:1.2}[dir=rtl] .estimator-copy h2,[dir=rtl] .survey-intro h2{line-height:1.44}.estimator-copy>p:not(.section-label),.survey-intro>p:not(.section-label){margin:18px 0 0;color:var(--muted);line-height:1.85}.estimator-benefits{margin-top:23px;display:flex;flex-wrap:wrap;gap:10px 16px;color:#516669;font-size:.77rem}.estimator-benefits span{display:flex;align-items:center;gap:6px}.estimator-benefits svg{width:15px;color:var(--teal)}.estimator-card,.survey-card{padding:28px;border:1px solid var(--line);border-radius:var(--radius);background:var(--white);box-shadow:var(--shadow)}.estimator-form{display:grid;grid-template-columns:1fr 1fr;gap:15px}.estimator-field{min-width:0;display:flex;flex-direction:column;gap:7px}.estimator-field>span,.dual-select label>span{color:var(--navy);font-size:.95rem;font-weight:800}.estimator-field input,.estimator-select,.survey-select{width:100%;height:52px;padding:0 13px;border:1px solid #d3c7af;border-radius:6px;background:#fffefa;color:var(--ink);text-align:start;font-size:1rem;line-height:1.35}.estimator-field input:focus,.estimator-select:focus,.survey-select:focus{border-color:var(--teal);box-shadow:0 0 0 3px #147f841a}.estimator-field small{color:#737f80;font-size:.85rem;line-height:1.6}.estimator-field.has-error input{border-color:var(--danger);background:#fff9f7}.estimator-field.has-error small{color:var(--danger)}.estimator-wide{grid-column:1 / -1}.native-select{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-inline:13px 38px!important}[dir=rtl] .native-select{text-align:right}.estimator-result{min-height:166px;margin-top:21px;padding:21px;border:1px dashed #cfc1a7;border-radius:7px;background:#faf6ec;display:grid;place-items:center}.estimator-result.has-result{grid-template-columns:1fr 1fr;gap:22px;border-style:solid;border-color:#b4d0ca;background:#edf6f3}.result-empty{max-width:370px;text-align:center;display:flex;flex-direction:column;align-items:center}.result-empty svg{width:30px;height:30px;margin-bottom:11px;color:#789c99}.result-empty b{color:var(--navy);font-size:.9rem}.result-empty span{margin-top:6px;color:var(--muted);font-size:.76rem}.result-main{border-inline-end:1px solid #c7dcd6;text-align:center;display:flex;flex-direction:column;align-items:center}.result-main>span{color:var(--teal);font-size:.9rem;font-weight:800;display:flex;gap:5px}.result-main strong{margin:11px 0 6px;color:var(--navy);font-size:clamp(2.3rem,4vw,3.1rem);line-height:1;direction:ltr}.result-main small,.result-details span{color:var(--muted);font-size:.88rem}.result-details{display:grid;align-content:center;gap:11px}.result-details div{padding-bottom:10px;border-bottom:1px solid #d6e5e0;display:flex;justify-content:space-between;gap:17px}.result-details div:last-child{border:0;padding:0}.result-details b{color:var(--navy)}.estimator-foot{margin-top:16px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.estimator-note{max-width:80%;margin:0;color:#697778;font-size:.84rem;line-height:1.7;display:flex;gap:6px}.estimator-note svg{width:15px;flex:none;color:var(--teal)}.estimator-reset{border:0;background:transparent;color:#657272;font-size:.88rem;font-weight:700;display:flex;gap:5px;cursor:pointer}.survey-section{background:var(--cream)}.survey-intro .section-label.light{color:#9a741e}.survey-proof{margin-top:32px;padding-top:20px;border-top:1px solid var(--line);display:flex;align-items:end;gap:9px}.survey-proof span{color:var(--teal);font-size:3.6rem;font-weight:900;line-height:.8}.survey-proof small{padding-bottom:3px;color:var(--muted)}.survey-card{min-height:490px}.survey-progress>div{margin-bottom:10px;color:var(--teal);font-size:.9rem;font-weight:800;display:flex;justify-content:space-between}.survey-progress small{color:#7d8988}.native-progress{height:6px;overflow:hidden;border-radius:999px;background:#dce9e5}.native-progress>span{display:block;height:100%;border-radius:inherit;background:var(--teal);transition:width .25s ease}.survey-question{min-height:295px;padding-top:32px;animation:survey-in .25s ease}.survey-question h3{margin:0 0 23px;font-size:1.42rem;line-height:1.5}.dual-select{display:grid;grid-template-columns:1fr 1fr;gap:12px}.dual-select label>span{display:block;margin-bottom:7px}.survey-options{display:grid;grid-template-columns:1fr 1fr;gap:9px}.survey-option{min-height:58px;padding:13px 14px;border:1px solid #d7cab2;border-radius:6px;background:#fffefa;font-size:.95rem;line-height:1.55;display:flex;align-items:center;gap:9px;cursor:pointer}.survey-option:hover{border-color:#80b3ad;background:#f1f8f5}.survey-option input{width:18px;height:18px;flex:none;accent-color:var(--teal)}.survey-option.is-selected{border-color:var(--teal);background:var(--teal-soft);box-shadow:inset 0 0 0 1px var(--teal)}.survey-error{min-height:19px;margin:0 0 10px;color:var(--danger);font-size:.88rem;font-weight:700}.survey-actions{padding-top:16px;border-top:1px solid #e3d8c3;display:flex;align-items:center;justify-content:space-between;gap:10px}.survey-actions button{min-height:45px;padding:0 17px;border:1px solid #d3c7af;border-radius:999px;background:transparent;display:flex;align-items:center;gap:7px;cursor:pointer}.survey-actions .survey-next{border-color:var(--teal);background:var(--teal);color:#fff;font-weight:800}.survey-privacy{margin:15px 0 0;color:#6d7979;font-size:.84rem;line-height:1.7}.survey-success{min-height:420px;padding:30px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.survey-success>svg{width:58px;height:58px;color:var(--teal)}.survey-success h3{margin:20px 0 10px;font-size:1.8rem}.survey-success p{color:var(--muted);line-height:1.8}.survey-success-cta{margin-top:13px;padding:12px 16px;border-radius:999px;background:var(--teal);color:#fff;font-weight:800;display:flex;align-items:center;gap:8px}.survey-success button{margin-top:16px;border:0;background:transparent;color:#6d7877;display:flex;gap:6px;cursor:pointer}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes survey-in{0%{opacity:.25;transform:translateY(6px)}to{opacity:1;transform:none}}.pricing-section{background:var(--paper)}.pricing-section .section-intro.split{align-items:center}.pricing-section .secondary-button{justify-self:end}.pricing-grid article{min-height:190px;border-top:3px solid var(--gold)}.story-section{background:var(--cream)}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.story-card,.why-card{padding:39px;border:1px solid var(--line);border-radius:var(--radius)}.story-card{background:var(--navy-deep);color:#fff;border-color:var(--navy-deep)}.story-card h2{color:#fffaf0}.story-card>p:not(.section-label){color:#c7d6d2;line-height:1.85}.experience{margin-top:31px;padding-top:23px;border-top:1px solid rgba(255,255,255,.14);display:flex;align-items:end;gap:10px}.experience strong{color:var(--gold);font-size:3.2rem;line-height:1}.experience span{padding-bottom:5px;color:#bfceca;font-size:.75rem}.why-card{background:var(--white)}.why-card h2{font-size:clamp(1.95rem,3.1vw,2.8rem)}.why-list{margin:27px 0;display:grid;gap:16px}.why-list article{display:flex;gap:10px}.why-list svg{width:18px;flex:none;color:var(--teal)}.why-list h3{margin:0 0 4px;font-family:inherit;font-size:.95rem}.why-list p{margin:0;color:var(--muted);font-size:.78rem;line-height:1.65}.official-link{margin-top:19px;color:var(--teal);font-size:.78rem;font-weight:800;display:flex;align-items:center;gap:7px}.why-card>small{display:block;margin-top:11px;color:#6e7b7b;font-size:.72rem;line-height:1.6}.contact-section{width:100%;margin:0;padding:88px 0;background:var(--navy-deep);color:#fff}.contact-inner{width:min(1200px,calc(100% - 48px));margin-inline:auto;display:grid;grid-template-columns:.82fr 1.18fr;gap:60px;align-items:center}.contact-section h2{color:#fffaf0}.contact-section h2{max-width:15ch;font-size:clamp(2.25rem,3.4vw,3.35rem);line-height:1.16}[dir=rtl] .contact-section h2{line-height:1.38}.contact-copy>p:not(.section-label){color:#c6d5d1;line-height:1.85}.direct-contact{margin-top:28px;display:grid;gap:9px}.direct-contact a,.direct-contact span{min-height:46px;padding:11px 13px;border:1px solid rgba(255,255,255,.18);border-radius:7px;color:#e7efec;direction:ltr;font-size:.82rem;display:flex;align-items:center;gap:9px}.direct-contact svg{width:17px;color:#84d1cd}.booking-form{padding:30px;border:1px solid rgba(255,255,255,.16);border-radius:12px;background:#fffdf8;color:var(--ink);box-shadow:0 24px 60px #0003}.booking-heading h3{margin:0;font-family:inherit;font-size:1.4rem}.booking-heading p{margin:7px 0 22px;color:var(--muted);font-size:.88rem;line-height:1.65}.booking-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.booking-grid label{display:grid;gap:6px}.booking-grid label>span,.contact-choice legend{color:var(--navy);font-size:.82rem;font-weight:800}.booking-grid input,.booking-grid select,.booking-grid textarea{width:100%;min-height:48px;padding:10px 12px;border:1px solid #d3c7af;border-radius:6px;background:#fff;color:var(--ink)}.booking-grid textarea{resize:vertical;line-height:1.5}.booking-wide{grid-column:1 / -1}.contact-choice{margin:16px 0;padding:0;border:0;display:flex;flex-wrap:wrap;gap:15px}.contact-choice legend{margin-bottom:7px}.contact-choice label{color:var(--muted);font-size:.86rem;display:flex;align-items:center;gap:6px}.contact-choice input{accent-color:var(--teal)}.booking-submit{width:100%;min-height:50px;border:0;border-radius:999px;background:var(--teal);color:#fff;font-weight:800;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer}.booking-submit:disabled{opacity:.7;cursor:wait}.booking-submit svg{width:18px}.booking-status{min-height:24px;margin:11px 0 0;color:#6d7979;font-size:.78rem;line-height:1.55;display:flex;align-items:center;gap:6px}.booking-status.success{color:var(--green);font-weight:700}.booking-status.error{color:var(--danger)}.booking-status svg{width:16px;flex:none}footer{padding:45px 0;background:#051f21;color:#9fb2ae}.footer-grid{display:grid;grid-template-columns:auto 1fr 1.2fr auto;gap:37px;align-items:center}.footer-brand.brand-logo{width:120px;height:68px;padding:5px 9px;border-radius:7px;background:var(--white)}.footer-brand.brand-logo img{width:102px;height:58px}.footer-grid b{color:#fff;font-size:.82rem}.footer-grid p{margin:6px 0 0;font-size:.72rem}.footer-grid>div:nth-child(3){display:flex;flex-direction:column;gap:7px;direction:ltr}.footer-grid>div:nth-child(3) a{color:#fff;font-size:.76rem}.footer-grid small,.footer-grid>span{font-size:.67rem;line-height:1.55}.hero{min-height:680px;padding-top:130px;padding-bottom:72px;grid-template-columns:1.02fr .98fr;gap:clamp(52px,7vw,100px)}.hero h1{max-width:21ch;font-size:clamp(2.55rem,3.7vw,4rem);line-height:1.04}[dir=rtl] .hero h1{max-width:17ch;font-size:clamp(2.5rem,4vw,4.25rem);line-height:1.27}.hero-bullets{list-style:none;margin:28px 0 0;padding:0;display:grid;gap:11px}.hero-bullets li{max-width:58ch;color:var(--muted);font-size:.96rem;line-height:1.65;display:flex;align-items:flex-start;gap:10px}.hero-bullets svg{width:17px;flex:none;margin-top:5px;color:var(--gold)}.hero .button-row{margin-top:32px}.hero-visual{padding:10px}.product-key{font-size:.78rem}.core-steps-section{padding:42px 0;border-block:1px solid var(--line);background:var(--cream)}.core-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.core-steps article,.benefit-grid article,.lifecycle-grid article{padding:26px 28px;border:1px solid var(--line);border-radius:var(--radius);background:var(--white);box-shadow:0 8px 22px #14302e0d}.core-steps span,.benefit-grid span,.lifecycle-grid span{color:#9a741e;font-size:.72rem;font-weight:800;letter-spacing:.14em}.core-steps h3,.benefit-grid h3,.lifecycle-grid h3{margin:14px 0 7px;font-size:1.25rem;line-height:1.35}.core-steps p,.benefit-grid p,.lifecycle-grid p{margin:0;color:var(--muted);font-size:.92rem;line-height:1.7}.problem-statement{padding:94px 0 54px;background:var(--paper)}.centered-story{max-width:980px;text-align:center}.centered-story .section-label{justify-content:center}.centered-story h2{margin:0 auto;max-width:21ch;font-size:clamp(2.35rem,4.4vw,4.2rem);line-height:1.08}[dir=rtl] .centered-story h2{line-height:1.35}.centered-story>p:last-child{margin:24px auto 0;max-width:72ch;color:var(--muted);font-size:1.05rem;line-height:1.9}.visual-story{padding:0 0 96px;background:var(--paper)}.visual-story .process-visual{margin-top:0}.visual-story .process-stage img{width:100%}.benefits-section{padding:96px 0;background:var(--cream)}.benefits-section .section-intro{max-width:900px}.benefits-section .section-intro>p:last-child,.distinction-section .section-intro>p:last-child{margin-inline:auto}.benefit-grid{margin-top:46px;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product-proof{padding:96px 0;background:var(--navy-deep);color:#fff}.product-proof-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:64px;align-items:center}.product-proof-copy{max-width:540px}.product-proof h2{margin:0;max-width:17ch;color:#fffaf0;font-size:clamp(2.2rem,3.25vw,3.15rem);line-height:1.15}[dir=rtl] .product-proof h2{line-height:1.4}.product-proof p:not(.section-label){margin:20px 0 0;color:#c7d6d3;line-height:1.85}.product-proof .golden-media,.product-proof .golden-media img{min-height:340px}.hero-visual,.product-proof .golden-media,.process-visual{border-radius:12px}.hero-visual img,.product-proof .golden-media img,.process-visual img{display:block}.hero-visual img,.product-proof .golden-media img{width:100%;object-fit:cover}.product-proof .golden-media{overflow:hidden;border:1px solid rgba(255,255,255,.16);box-shadow:0 22px 50px #0000002e}.proof-section{padding:88px 0;background:var(--paper)}.proof-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:68px;align-items:center}.proof-copy h2{margin:0;max-width:18ch;font-size:clamp(2rem,3.2vw,3rem);line-height:1.15}[dir=rtl] .proof-copy h2{line-height:1.42}.proof-copy>p:last-child{margin:20px 0 0;color:var(--muted);line-height:1.8}.proof-list{display:grid;gap:12px}.proof-list article{padding:20px 22px;border:1px solid var(--line);border-radius:var(--radius);background:var(--white);display:grid;grid-template-columns:auto 1fr;gap:18px;align-items:start}.proof-list article>span{color:var(--gold);font-size:.74rem;font-weight:900;letter-spacing:.12em}.proof-list h3{margin:0 0 4px;font-family:inherit;font-size:1rem}.proof-list p{margin:0;color:var(--muted);font-size:.9rem;line-height:1.65}.distinction-section{padding:105px 0;background:var(--paper)}.distinction-section .section-intro{max-width:1040px}.comparison-table{width:min(1020px,100%);margin:52px auto 0;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--white);box-shadow:var(--shadow)}.comparison-head,.comparison-row{display:grid;grid-template-columns:1fr 1fr}.comparison-head{background:var(--navy-deep);color:#fff}.comparison-head b{padding:20px 28px;font-family:Georgia,Times New Roman,serif;font-size:1.08rem;text-align:center}[dir=rtl] .comparison-head b{font-family:Noto Sans Arabic,Tahoma,Arial,sans-serif}.comparison-row>*{padding:18px 26px;border-top:1px solid #e6dcc8;font-size:.95rem;line-height:1.65}.comparison-row span{color:#876f4e;background:#f4edde;text-align:center}.comparison-row strong{color:var(--navy);display:flex;align-items:center;justify-content:center;gap:9px;text-align:center}.comparison-row strong svg{flex:none;color:var(--teal)}.lifecycle-section{padding:105px 0;background:var(--cream)}.lifecycle-section .section-intro{max-width:1020px}.lifecycle-grid{margin-top:52px;display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.lifecycle-grid article{min-height:245px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.lifecycle-grid h3{font-size:1.3rem}.lifecycle-summary{max-width:760px;margin:42px auto 0;color:var(--muted);font-size:1rem;line-height:1.85;text-align:center}.dashboard-band{background:var(--cream)}.dashboard-section{padding-top:88px;padding-bottom:88px;background:transparent}.dashboard-copy h2{max-width:15ch;font-size:clamp(2.15rem,3.2vw,3rem);line-height:1.18}[dir=rtl] .dashboard-copy h2{line-height:1.38}.dashboard-card{justify-self:stretch;max-width:none}@media (max-width: 1120px){.desktop-nav{gap:15px;font-size:.76rem}.mini-cta{padding-inline:15px}.capability-grid{grid-template-columns:repeat(3,1fr)}.benefit-grid{grid-template-columns:repeat(2,1fr)}.lifecycle-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 900px){.desktop-nav,.mini-cta{display:none}.menu-button{display:inline-flex}.mobile-nav{position:absolute;top:74px;inset-inline:14px;padding:10px;border:1px solid var(--line);border-radius:var(--radius);background:var(--paper);box-shadow:var(--shadow);display:flex;flex-direction:column}.mobile-nav a{padding:12px;border-bottom:1px solid #e6dcc7;font-size:.9rem}.mobile-nav a:last-child{border:0}.hero{padding-top:112px;grid-template-columns:1fr;gap:40px}.hero-copy{max-width:720px}.hero h1,[dir=rtl] .hero h1{white-space:normal}.hero-visual{width:min(760px,100%)}.hero h1,[dir=rtl] .hero h1{max-width:18ch}.core-steps{grid-template-columns:1fr}.product-proof-grid{grid-template-columns:1fr;gap:40px}.product-proof .golden-media{order:2}.lifecycle-grid{grid-template-columns:repeat(2,1fr)}.monitor-card{bottom:-26px}.section-intro.split,.golden-inner,.field-grid,.dashboard-section,.estimator-shell,.survey-shell,.story-grid,.contact-inner,.proof-layout{grid-template-columns:1fr}.section-intro.split{gap:20px}.problem-grid,.audience-grid,.pricing-grid,.method-compare{grid-template-columns:1fr}.compare-shift{min-height:20px;transform:rotate(90deg)}.capability-grid{display:flex;gap:18px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;scrollbar-width:none}.capability-grid::-webkit-scrollbar,.evidence-flow::-webkit-scrollbar{display:none}.capability-grid article{flex:0 0 min(76vw,430px);scroll-snap-align:start}.evidence-flow{grid-template-columns:repeat(5,minmax(190px,1fr));overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory}.evidence-flow>div{padding:24px 18px;scroll-snap-align:start}.steps-grid{grid-template-columns:repeat(2,1fr)}.golden-inner,.field-grid,.dashboard-section,.estimator-shell,.survey-shell{gap:40px}.estimator-copy{position:static}.dashboard-card{justify-self:stretch}.golden-media{order:2}.golden-inner>div:last-child{order:1}.field-video{order:2}.field-copy{order:1}.pricing-section .secondary-button{justify-self:start}.contact-section{padding-block:74px}.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width: 580px){body{font-size:16px}.section-wrap{width:min(100% - 30px,1200px)}.topbar{min-height:70px;padding:6px 11px}.brand-logo{width:96px;height:52px;padding:2px 5px}.brand-logo img{width:87px;height:47px}.language{min-height:38px;padding:7px 9px}.mobile-nav{top:68px}.hero{padding-top:100px;padding-bottom:58px;gap:31px}.hero h1,[dir=rtl] .hero h1{font-size:clamp(2rem,9.2vw,2.75rem)}[dir=rtl] .hero h1{line-height:1.38}.lead{font-size:.96rem;line-height:1.8}.button-row{flex-direction:column;align-items:stretch}.primary-button,.secondary-button{width:100%}.image-frame{aspect-ratio:4 / 3}.product-key{padding-inline:2px;flex-direction:column;gap:7px;font-size:.86rem}.method-compare article{padding:25px 21px}.tool-tabs{width:100%;border-radius:12px;display:grid;grid-template-columns:1fr}.tool-tabs button{width:100%}.tool-panel{min-height:0}.monitor-card{position:relative;inset:auto;width:100%;margin-top:9px;border-radius:10px;box-shadow:none;transform:none}.mini-status{flex-wrap:wrap}.problem-section,.content-section,.golden-section,.how-section,.field-section,.value-section,.dashboard-section,.audience-section,.estimator-section,.survey-section,.pricing-section,.story-section{padding-top:60px;padding-bottom:60px}.tools-section{padding:60px 0}.problem-statement,.benefits-section,.product-proof,.distinction-section,.lifecycle-section,.proof-section{padding:58px 0}.visual-story{padding-bottom:66px}.core-steps-section{padding:30px 0}.core-steps,.benefit-grid,.lifecycle-grid{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:inline mandatory;scrollbar-width:none}.core-steps::-webkit-scrollbar,.benefit-grid::-webkit-scrollbar,.lifecycle-grid::-webkit-scrollbar{display:none}.core-steps article,.benefit-grid article,.lifecycle-grid article{min-width:min(82vw,330px);min-height:0;padding:23px 20px;align-items:flex-start;text-align:start;scroll-snap-align:start}.comparison-table{overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none;display:grid;gap:12px}.comparison-head{display:none}.comparison-row{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--white);display:grid;grid-template-columns:1fr}.comparison-row>*{padding:15px 17px;border-top:0;text-align:start;justify-content:flex-start}.comparison-row strong{border-top:1px solid var(--line)}.section-intro h2,.dashboard-copy h2,.story-card h2,.why-card h2,.contact-section h2{font-size:2rem}.steps-grid,.value-grid{grid-template-columns:1fr}.capability-grid article{flex-basis:86%}.value-grid article:last-child{grid-column:auto}.problem-grid article,.pricing-grid article,.capability-grid article,.steps-grid article,.audience-grid article{min-height:auto}.golden-media,.golden-media>img{min-height:275px}.diagram-route{flex-direction:column;gap:9px}.diagram-route>span{width:100%;justify-content:space-between}.diagram-route svg{transform:rotate(90deg)}.process-visual figcaption{flex-direction:column;gap:5px}.dash-stats{grid-template-columns:1fr}.estimator-card,.survey-card{padding:21px 16px}.estimator-form,.dual-select,.survey-options{grid-template-columns:1fr}.estimator-wide{grid-column:auto}.native-select{font-size:16px!important}.estimator-result.has-result{grid-template-columns:1fr}.result-main{padding-bottom:18px;border-inline-end:0;border-bottom:1px solid #c7dcd6}.result-details div{flex-direction:column;gap:4px}.estimator-foot{flex-direction:column}.estimator-note{max-width:none}.survey-question{min-height:350px}.survey-question h3{font-size:1.25rem}.story-card,.why-card{padding:27px 21px}.contact-section{width:100%;padding:58px 0}.contact-inner{width:min(100% - 30px,1200px);gap:32px}.booking-form{padding:22px 16px}.booking-grid{grid-template-columns:1fr}.booking-wide{grid-column:auto}.footer-grid{grid-template-columns:1fr;gap:23px;align-items:start}.risk-callout{padding:20px;grid-template-columns:1fr;gap:13px}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
