@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');
:root{--navy:#031322;--deep:#061d31;--cyan:#77e8ff;--blue:#18b9df;--paper:#edf5f6;--ink:#072235;--coral:#ff6f61;--line:rgba(255,255,255,.18)}
body{font-family:Roboto,Arial,sans-serif}
.text-arrow{font-family:Arial,Helvetica,sans-serif!important;font-style:normal;font-weight:400;font-variant-emoji:text;line-height:1}

/* Refined DeepDive brand and audit presentation */
.logo{width:176px;height:52px;display:flex;align-items:center}.logo img{display:block;width:100%;height:auto}.lead{font-size:clamp(21px,1.75vw,27px);line-height:1.48;max-width:720px;color:rgba(255,255,255,.82)}.domain-form>label{font-size:17px;margin-bottom:12px}.form-note{font-size:16px;line-height:1.5;color:rgba(255,255,255,.68);margin-top:14px}.audit-section{position:relative;overflow:hidden;background:linear-gradient(145deg,#061a2e 0%,#08344d 52%,#052237 100%);color:#fff;padding-top:clamp(90px,10vw,150px);padding-bottom:clamp(90px,10vw,145px)}.audit-section:before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(96,221,246,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(96,221,246,.045) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(to bottom,black,transparent 90%)}.audit-glow{position:absolute;width:620px;height:620px;border-radius:50%;right:-180px;top:-250px;border:1px solid rgba(119,232,255,.14);box-shadow:0 0 0 100px rgba(119,232,255,.025),0 0 0 220px rgba(119,232,255,.018)}.audit-section .section-intro{position:relative;z-index:1}.audit-section .section-intro .eyebrow{color:var(--cyan)}.audit-section .section-intro p:last-child{color:rgba(255,255,255,.67);font-size:19px;line-height:1.65;max-width:580px}.audit-grid{position:relative;z-index:1;grid-template-columns:repeat(6,1fr);gap:14px;border:0;margin-top:72px}.audit-grid article{grid-column:span 2;min-height:310px;border:1px solid rgba(119,232,255,.16);border-radius:3px;padding:32px!important;background:linear-gradient(155deg,rgba(17,77,102,.72),rgba(3,26,45,.86));transition:transform .25s ease,border-color .25s ease,background .25s ease}.audit-grid article:nth-child(4){grid-column:2/span 2}.audit-grid article:nth-child(5){grid-column:4/span 2}.audit-grid article:hover{transform:translateY(-7px);border-color:rgba(119,232,255,.55);background:linear-gradient(155deg,rgba(20,93,121,.82),rgba(3,31,52,.95))}.audit-grid article>span{top:26px;right:28px;color:rgba(119,232,255,.52);letter-spacing:.16em}.audit-grid .icon{width:52px;height:52px;border:1px solid rgba(119,232,255,.28);display:grid;place-items:center;border-radius:50%;font-size:21px;color:var(--cyan);background:rgba(119,232,255,.06)}.audit-grid h3{font-size:24px;line-height:1.25;margin:34px 0 16px}.audit-grid p{font-size:16px;line-height:1.65;color:rgba(255,255,255,.65);max-width:none}.audit-grid small{display:block;margin-top:24px;padding-top:17px;border-top:1px solid rgba(255,255,255,.1);font-size:11px;letter-spacing:.13em;text-transform:uppercase;color:var(--cyan)}.audit-bottom{position:relative;z-index:1;margin-top:18px;border-top:1px solid rgba(119,232,255,.22);border-bottom:1px solid rgba(119,232,255,.22);padding:24px 0;display:grid;grid-template-columns:120px 1fr auto;align-items:center;gap:25px}.audit-bottom span{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--cyan)}.audit-bottom strong{font-size:17px;font-weight:500}.audit-bottom a{font-size:14px;font-weight:700;color:var(--cyan)}
@media(max-width:900px){.logo{width:145px}.audit-grid{grid-template-columns:1fr 1fr}.audit-grid article,.audit-grid article:nth-child(4),.audit-grid article:nth-child(5){grid-column:auto}.audit-grid article:last-child{grid-column:1/-1}.audit-bottom{grid-template-columns:1fr}.audit-bottom span{margin-bottom:-12px}}
@media(max-width:600px){.lead{font-size:20px}.domain-form>label{font-size:16px}.form-note{font-size:15px}.audit-grid{grid-template-columns:1fr;margin-top:45px}.audit-grid article,.audit-grid article:last-child{grid-column:auto;min-height:0}.audit-section .section-intro p:last-child{font-size:17px}}
.domain-form .domain-prompt{position:relative;display:grid;grid-template-columns:1fr auto;align-items:end;gap:5px 16px;margin:0 0 15px;padding-left:17px;border-left:3px solid var(--cyan);font-size:inherit}.domain-prompt span{grid-column:1;font-size:12px;line-height:1.2;text-transform:uppercase;letter-spacing:.15em;color:var(--cyan);font-weight:700}.domain-prompt strong{grid-column:1;font-size:24px;line-height:1.2;color:#fff;font-weight:700;letter-spacing:-.02em}.domain-prompt b{grid-column:2;grid-row:1/3;width:40px;height:40px;border:1px solid rgba(119,232,255,.42);border-radius:50%;display:grid;place-items:center;color:var(--cyan);font-size:20px;animation:prompt-bounce 1.8s ease-in-out infinite}@keyframes prompt-bounce{0%,100%{transform:translateY(-2px)}50%{transform:translateY(4px)}}
@media(max-width:600px){.domain-prompt strong{font-size:21px}.domain-prompt b{width:36px;height:36px}.domain-form .domain-prompt{padding-left:13px}}
.domain-form .form-note{display:flex;align-items:flex-start;gap:11px;width:fit-content;max-width:100%;margin-top:16px;padding:11px 15px;border:1px solid rgba(119,232,255,.22);border-radius:6px;background:rgba(4,31,49,.72);box-shadow:0 8px 30px rgba(0,0,0,.14);font-size:18px;line-height:1.4;font-weight:500;color:rgba(255,255,255,.94)}.domain-form .form-note:before{content:'✓';flex:0 0 auto;width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:var(--cyan);color:#042235;font-size:14px;font-weight:900;margin-top:1px}
@media(max-width:600px){.domain-form .form-note{font-size:16px;padding:10px 12px}.domain-form .form-note:before{width:22px;height:22px}}
.topbar{padding-left:clamp(24px,9vw,150px);padding-right:clamp(24px,9vw,150px)}.scroll-cue{transform:translateX(-50%)}
@media(max-width:600px){.scroll-cue{transform:none}}

/* Second section: editorial depth route */
.audit-section.audit-v2{display:grid;grid-template-columns:minmax(310px,.82fr) minmax(560px,1.35fr);gap:clamp(55px,7vw,120px);align-items:start;background:#edf6f7;color:var(--ink);padding:clamp(85px,9vw,140px) clamp(24px,9vw,150px);overflow:visible}.audit-v2:before,.audit-v2 .audit-glow{display:none}.audit-v2-intro{min-width:0}.audit-v2-sticky{position:sticky;top:70px}.audit-v2 .eyebrow{color:#118ca7}.audit-v2 h2{font-size:clamp(52px,5.7vw,86px);line-height:.98;letter-spacing:-.055em;margin:0;font-weight:700}.audit-v2 h2 em{font-style:normal;color:#129fbc}.audit-v2-sticky>p:last-of-type{font-size:19px;line-height:1.65;color:#597380;max-width:500px;margin:30px 0 42px}.depth-route{position:relative;display:grid;grid-template-columns:24px 1fr;column-gap:16px;align-items:start;padding-top:4px;color:#76909b}.depth-route i{grid-row:1/3;width:12px;height:140px;border-left:1px solid #8fc7d2;border-top:1px solid #8fc7d2;border-bottom:1px solid #8fc7d2;position:relative}.depth-route i:after{content:"";position:absolute;width:9px;height:9px;border-radius:50%;background:#16b8d8;left:-5px;bottom:17px;box-shadow:0 0 0 7px rgba(22,184,216,.12)}.depth-route span{font-size:10px;letter-spacing:.17em}.depth-route b{align-self:end;margin-top:104px;font-size:13px;font-weight:500;color:#315465}.audit-v2-list{min-width:0;border-top:1px solid #b8d3d8}.audit-v2-list article{display:grid;grid-template-columns:52px minmax(190px,.72fr) minmax(250px,1fr);gap:24px;align-items:center;min-height:148px;padding:26px 0;border-bottom:1px solid #b8d3d8;color:var(--ink);transition:padding .22s ease,background .22s ease}.audit-v2-list article:hover{padding-left:18px;padding-right:18px;background:rgba(255,255,255,.68)}.check-no{width:44px;height:44px;border:1px solid #7fc6d4;border-radius:50%;display:grid;place-items:center;color:#0a8da8;font-size:12px;font-weight:700}.audit-v2-list small{display:block;color:#0d91aa;font-size:10px;line-height:1.4;text-transform:uppercase;letter-spacing:.13em;margin-bottom:8px}.audit-v2-list h3{font-size:22px;line-height:1.22;margin:0;color:#08263a}.audit-v2-list article>p{font-size:16px;line-height:1.62;color:#5d7480;margin:0;max-width:470px}.audit-v2-result{display:grid;grid-template-columns:52px 1fr auto;gap:24px;align-items:center;background:#06243a;color:#fff;padding:28px 26px;margin-top:22px;transition:background .2s ease}.audit-v2-result:hover{background:#0b4b67}.audit-v2-result span{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--cyan)}.audit-v2-result strong{font-size:19px}.audit-v2-result b{font-size:13px;color:var(--cyan);white-space:nowrap}
@media(max-width:1000px){.audit-section.audit-v2{grid-template-columns:1fr;gap:55px}.audit-v2-sticky{position:static}.depth-route{display:none}}
@media(max-width:680px){.audit-section.audit-v2{padding:75px 20px}.audit-v2 h2{font-size:46px}.audit-v2-sticky>p:last-of-type{font-size:17px}.audit-v2-list article{grid-template-columns:45px 1fr;gap:10px 16px;padding:24px 0;align-items:start}.audit-v2-list article>p{grid-column:2;font-size:15px}.audit-v2-list h3{font-size:20px}.check-no{width:40px;height:40px}.audit-v2-result{grid-template-columns:1fr auto;gap:9px 16px}.audit-v2-result span{grid-column:1/-1}.audit-v2-result strong{font-size:17px}}
*{box-sizing:border-box}html{scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar,body::-webkit-scrollbar{display:none;width:0;height:0}body{margin:0;background:var(--navy);color:white;font-family:Manrope,Arial,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}.topbar{height:88px;padding:0 clamp(24px,5vw,80px);display:flex;align-items:center;justify-content:space-between;position:absolute;inset:0 0 auto;z-index:10;border-bottom:1px solid var(--line);background:linear-gradient(180deg,rgba(1,13,25,.66),transparent)}.logo{display:flex;align-items:center;gap:12px;font-weight:800;font-size:20px;letter-spacing:-.5px}.logo>span:last-child>span{display:block;font-size:9px;letter-spacing:4px;text-transform:uppercase;color:var(--cyan);margin-top:1px}.logo-mark{width:42px;height:42px;border:1px solid var(--cyan);border-radius:50%;display:grid;place-items:center;color:var(--cyan);font-style:italic;font-size:24px}.topbar nav{display:flex;gap:36px;font-size:14px;color:rgba(255,255,255,.72)}.topbar nav a:hover{color:#fff}.header-cta{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;border:1px solid rgba(119,232,255,.5);border-radius:99px;padding:12px 18px}.hero{min-height:100svh;position:relative;overflow:hidden;display:flex;align-items:center;padding:120px clamp(24px,9vw,150px) 72px}.hero-bg{position:absolute;inset:0;background:linear-gradient(90deg,rgba(1,13,26,.94) 0%,rgba(2,21,38,.72) 42%,rgba(2,20,34,.16) 74%),linear-gradient(0deg,rgba(1,12,22,.55),transparent 45%),url('./deepdive-hero.png') center/cover no-repeat;transform:scale(1.02);animation:drift 14s ease-in-out infinite alternate}.hero:after{content:"";position:absolute;inset:auto 0 0;height:130px;background:linear-gradient(transparent,var(--navy));pointer-events:none}.hero-content{position:relative;z-index:2;width:min(760px,66vw)}.eyebrow{font-size:12px;letter-spacing:.18em;text-transform:uppercase;font-weight:700;color:var(--cyan);display:flex;align-items:center;gap:12px;margin:0 0 22px}.eyebrow span{width:38px;height:1px;background:currentColor}.hero h1,.section-intro h2,.process h2{font-size:clamp(48px,6.2vw,94px);line-height:.98;letter-spacing:-.055em;margin:0;font-weight:700}.hero h1 em,.section-intro h2 em{font-style:normal;color:var(--cyan)}.lead{font-size:clamp(17px,1.5vw,22px);line-height:1.6;color:rgba(255,255,255,.72);max-width:650px;margin:28px 0 34px}.domain-form{max-width:690px}.domain-form>label,.modal-card>label{font-size:13px;font-weight:700;display:block;margin:0 0 10px}.input-row{display:flex;gap:10px}.input-wrap{position:relative;flex:1}.input-wrap span{position:absolute;left:20px;top:50%;transform:translateY(-50%);color:#62869d}.input-wrap input,.contact-row input{width:100%;height:62px;border:1px solid rgba(255,255,255,.22);border-radius:7px;background:rgba(1,12,23,.7);backdrop-filter:blur(10px);color:white;padding:0 20px 0 48px;outline:none;font-size:17px}.input-wrap input:focus{border-color:var(--cyan);box-shadow:0 0 0 3px rgba(119,232,255,.12)}.input-row button,.contact-row button{border:0;border-radius:7px;background:var(--cyan);color:#032033;padding:0 25px;font-weight:800;cursor:pointer;white-space:nowrap;transition:.2s}.input-row button:hover,.contact-row button:hover{background:#fff;transform:translateY(-2px)}.input-row button span{margin-left:10px;font-size:18px}.form-note,.form-error{font-size:12px;color:rgba(255,255,255,.5);margin:11px 0 0}.form-error{color:#ffaca5}.form-error:empty{display:none}.trust-row{display:flex;gap:25px;flex-wrap:wrap;margin-top:26px;font-size:12px;color:rgba(255,255,255,.72)}.trust-row span::first-letter{color:var(--cyan)}.depth-scale{position:absolute;right:28px;top:18%;bottom:14%;z-index:2;display:flex;flex-direction:column;justify-content:space-between;font-size:10px;letter-spacing:.12em;color:rgba(255,255,255,.48)}.depth-scale:before{content:"";position:absolute;right:calc(100% + 12px);top:5px;bottom:5px;width:1px;background:rgba(255,255,255,.25)}.scroll-cue{position:absolute;left:50%;bottom:30px;z-index:3;display:flex;align-items:center;gap:12px;font-size:10px;text-transform:uppercase;letter-spacing:.15em;color:rgba(255,255,255,.55)}.scroll-cue b{border:1px solid rgba(255,255,255,.3);border-radius:50%;width:34px;height:34px;display:grid;place-items:center}.bubbles i{position:absolute;z-index:1;bottom:-20px;border:1px solid rgba(130,235,255,.45);border-radius:50%;animation:rise 9s linear infinite}.bubbles i:nth-child(1){left:15%;width:8px;height:8px}.bubbles i:nth-child(2){left:52%;width:14px;height:14px;animation-delay:-4s}.bubbles i:nth-child(3){left:69%;width:6px;height:6px;animation-delay:-2s}.bubbles i:nth-child(4){left:83%;width:18px;height:18px;animation-delay:-7s}.bubbles i:nth-child(5){left:40%;width:5px;height:5px;animation-delay:-5s}.bubbles i:nth-child(6){left:92%;width:9px;height:9px;animation-delay:-1s}@keyframes rise{to{transform:translateY(-110vh);opacity:0}}@keyframes drift{to{transform:scale(1.06) translate(-.5%,.5%)}}
.audit-section{background:var(--paper);color:var(--ink);padding:clamp(80px,10vw,150px) clamp(24px,8vw,130px)}.eyebrow.dark{color:#168aa5}.section-intro{display:grid;grid-template-columns:1.2fr .8fr;gap:40px;align-items:end}.section-intro .eyebrow{grid-column:1/-1;margin-bottom:-5px}.section-intro h2{font-size:clamp(43px,5.2vw,78px)}.section-intro p:last-child{font-size:17px;line-height:1.7;color:#587080;margin:0 0 5px}.audit-grid{display:grid;grid-template-columns:repeat(3,1fr);margin-top:70px;border-top:1px solid #bdd0d5}.audit-grid article{position:relative;padding:46px 34px 15px 0;border-right:1px solid #bdd0d5;min-height:275px}.audit-grid article+article{padding-left:34px}.audit-grid article:last-child{border-right:0}.audit-grid article>span{position:absolute;right:22px;top:20px;font-size:11px;color:#78909d}.icon{font-size:35px;color:#109cba}.audit-grid h3{font-size:21px;margin:35px 0 14px}.audit-grid p{font-size:14px;line-height:1.7;color:#647985;margin:0;max-width:300px}.process{min-height:720px;display:grid;grid-template-columns:1fr 1fr;background:radial-gradient(circle at 75% 50%,#0a4b68 0,#06253b 32%,#031422 70%);position:relative;overflow:hidden}.process-card{padding:100px clamp(24px,7vw,110px);position:relative;z-index:2}.process h2{font-size:clamp(48px,5vw,76px)}.process ol{list-style:none;padding:0;margin:48px 0 42px}.process li{display:flex;gap:22px;border-top:1px solid var(--line);padding:20px 0}.process li>b{color:var(--cyan);font-size:12px}.process strong{font-size:17px}.process li p{margin:7px 0 0;color:rgba(255,255,255,.55);font-size:13px}.process-card>a{display:inline-flex;gap:26px;align-items:center;color:var(--cyan);font-weight:700;border-bottom:1px solid rgba(119,232,255,.35);padding-bottom:8px}.sonar{width:min(52vw,650px);aspect-ratio:1;align-self:center;justify-self:center;position:relative;border-radius:50%;border:1px solid rgba(119,232,255,.12);box-shadow:0 0 80px rgba(49,215,247,.08) inset}.ring{position:absolute;border:1px solid rgba(119,232,255,.17);border-radius:50%;inset:16%}.r2{inset:31%}.r3{inset:44%;background:#76e6fb;box-shadow:0 0 35px #49d9f5}.sonar-line{position:absolute;width:50%;height:1px;left:50%;top:50%;transform-origin:left;background:linear-gradient(90deg,#7aeaff,transparent);animation:scan 5s linear infinite}.sonar b{position:absolute;left:53%;top:43%;font-size:11px;color:var(--cyan);letter-spacing:.15em}@keyframes scan{to{transform:rotate(360deg)}}
.result-modal{position:fixed;inset:0;z-index:50;background:rgba(0,12,22,.82);backdrop-filter:blur(12px);display:grid;place-items:center;padding:20px}.result-modal[hidden]{display:none}.modal-card{width:min(560px,100%);background:var(--paper);color:var(--ink);border-radius:14px;padding:48px;position:relative;box-shadow:0 30px 100px rgba(0,0,0,.4)}.modal-close{position:absolute;right:18px;top:14px;background:none;border:0;font-size:26px;color:#68808e;cursor:pointer}.result-icon{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;background:#c8f6ff;color:#087a94;font-size:26px;margin-bottom:24px}.modal-card h2{font-size:38px;margin:0 0 14px;letter-spacing:-.04em}.modal-card>p{color:#587080;line-height:1.65}.modal-card>label{margin-top:24px}.contact-row{display:flex;gap:8px}.contact-row input{height:54px;background:white;border-color:#b9cdd3;color:var(--ink);padding:0 16px}.contact-status{font-size:13px;color:#0b8aa4!important;margin-bottom:0}
@media(max-width:850px){.topbar{height:72px}.topbar nav{display:none}.hero{padding-top:110px;align-items:flex-start}.hero-content{width:100%}.hero-bg{background-position:62% center}.hero h1{font-size:clamp(43px,12vw,70px)}.depth-scale{display:none}.section-intro{grid-template-columns:1fr}.audit-grid{grid-template-columns:1fr}.audit-grid article,.audit-grid article+article{border-right:0;border-bottom:1px solid #bdd0d5;padding:34px 0;min-height:0}.process{grid-template-columns:1fr}.sonar{position:absolute;right:-35%;top:15%;opacity:.35;width:90vw}.process-card{padding-bottom:90px}}
@media(max-width:600px){.header-cta{font-size:0;padding:11px}.header-cta:after{content:'Аудит';font-size:12px}.logo{font-size:17px}.logo-mark{width:35px;height:35px}.hero{min-height:820px;padding-left:20px;padding-right:20px}.lead{font-size:16px}.input-row,.contact-row{flex-direction:column}.input-row button,.contact-row button{height:56px}.trust-row{gap:10px 18px}.scroll-cue{left:20px;transform:none}.section-intro h2{font-size:42px}.audit-section{padding:75px 20px}.process-card{padding:75px 20px}.modal-card{padding:38px 22px}.modal-card h2{font-size:30px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero-bg,.bubbles i,.sonar-line{animation:none}}
body{font-family:Roboto,Arial,sans-serif}

/* Keep the logo and all hero content on one vertical axis. */
.topbar{padding-left:clamp(24px,9vw,150px);padding-right:clamp(24px,9vw,150px)}
@media(max-width:600px){.topbar{padding-left:20px;padding-right:20px}}

/* Stronger brand mark and a single directional animation. */
.logo{width:220px;height:auto}
.domain-form .form-note{font-size:16px}
.scroll-cue b{color:var(--cyan);border-color:rgba(119,232,255,.55);animation:scroll-arrow 1.7s ease-in-out infinite}
@keyframes scroll-arrow{0%,100%{transform:translateY(-2px)}50%{transform:translateY(5px)}}
@media(max-width:900px){.logo{width:180px}}
@media(max-width:600px){.logo{width:174px}.domain-form .form-note{font-size:15px}}
@media(prefers-reduced-motion:reduce){.scroll-cue b{animation:none}}

/* Keep the longer audit headline deliberate and readable. */
.audit-v2 .audit-v2-heading{font-size:clamp(42px,4.4vw,68px);line-height:1.03}
@media(max-width:680px){.audit-v2 .audit-v2-heading{font-size:39px}}
.domain-form .domain-prompt{grid-template-columns:1fr}

/* Header navigation should remain legible beside the larger brand mark. */
.topbar nav{font-size:16px;gap:40px;transform:translateX(24px)}
.header-cta{font-size:14px;padding:13px 20px}
.header-actions{display:flex;align-items:center;gap:18px}.header-phone{color:var(--cyan);font-size:15px;font-weight:800;white-space:nowrap}.header-phone:hover{color:#fff}
@media(max-width:600px){.header-cta:after{font-size:13px}}

/* Prevent the next section from peeking under the mobile hero. */
@media(max-width:600px){.hero{min-height:100svh}}

/* Preserve the requested two-line rhythm for the longer process heading. */
.process .process-heading{font-size:clamp(28px,3vw,44px);line-height:1.08;letter-spacing:-.04em}
.process-heading span{display:block;white-space:nowrap}

/* Use one explicit CTA label at each breakpoint. */
.header-cta-short{display:none}
@media(max-width:850px){.topbar nav{transform:none}}
@media(max-width:600px){.header-actions{display:none}.header-cta{display:none}.header-cta-full{display:none}.header-cta-short{display:inline}}

/* Give the three-step process the same reading priority as the rest of the page. */
.process li{padding:24px 0}
.process li>b{font-size:14px;padding-top:3px}
.process strong{font-size:21px;line-height:1.3}
.process li p{font-size:16px;line-height:1.55;margin-top:9px;color:rgba(255,255,255,.68)}
.process-card>a{font-size:18px}
@media(max-width:600px){.process strong{font-size:20px}.process li p{font-size:16px}.process-card>a{font-size:17px}}
.audit-v2 .eyebrow{font-size:15px;letter-spacing:.14em}

/* Make audit category labels easier to scan. */
.audit-v2-list small{font-size:13px;letter-spacing:.11em;line-height:1.45}
@media(max-width:680px){.audit-v2-list small{font-size:12px}}

/* Strengthen the closing action in the audit section. */
.audit-v2-result{padding:32px 28px}
.audit-v2-result span{font-size:13px;letter-spacing:.12em}
.audit-v2-result strong{font-size:24px;line-height:1.25}
.audit-v2-result b{font-size:16px}
@media(max-width:680px){.audit-v2-result{grid-template-columns:1fr;padding:26px 22px;gap:10px}.audit-v2-result span{grid-column:auto;font-size:12px}.audit-v2-result strong{font-size:21px}.audit-v2-result b{font-size:16px;margin-top:4px}}

/* Reserve enough room for the enlarged result label. */
@media(min-width:681px){.audit-v2-result{grid-template-columns:130px minmax(0,1fr) auto}.audit-v2-result span{white-space:nowrap}}

/* Increase the final process block for comfortable reading. */
.process li{padding:28px 0}
.process li>b{font-size:16px}
.process strong{font-size:24px}
.process li p{font-size:18px;line-height:1.55}
.process-card>a{font-size:19px}
@media(max-width:600px){.process li{padding:25px 0}.process li>b{font-size:15px}.process strong{font-size:22px}.process li p{font-size:17px}.process-card>a{font-size:18px}}

/* Give the header audit CTA a clear interactive response. */
.header-cta{transition:background-color .22s ease,color .22s ease,border-color .22s ease,box-shadow .22s ease,transform .22s ease}
@media(hover:hover){.header-cta:hover{background:var(--cyan);color:#032033;border-color:var(--cyan);box-shadow:0 8px 28px rgba(119,232,255,.24);transform:translateY(-2px)}}
.header-cta:focus-visible{outline:3px solid rgba(119,232,255,.35);outline-offset:4px;background:var(--cyan);color:#032033;border-color:var(--cyan)}

/* Make the light audit section more compact vertically. */
.audit-section.audit-v2{
  padding-top:clamp(64px,6vw,92px);
  padding-bottom:clamp(64px,6vw,92px);
}
@media(max-width:680px){
  .audit-section.audit-v2{
    padding-top:58px;
    padding-bottom:58px;
  }
}

/* Make the step numbers a clear part of the process hierarchy. */
.process li{gap:28px}
.process li>b{
  min-width:38px;
  font-size:24px;
  line-height:1.15;
  font-weight:700;
}
@media(max-width:600px){
  .process li{gap:18px}
  .process li>b{min-width:32px;font-size:20px}
}

/* Reduce excess dark background above and below the process content. */
.process{min-height:650px}
.process-card{
  padding-top:72px;
  padding-bottom:72px;
}
@media(max-width:850px){
  .process-card{padding-top:64px;padding-bottom:64px}
}
@media(max-width:600px){
  .process-card{padding-top:56px;padding-bottom:56px}
}

/* Turn the audit result into one cohesive report card. */
.audit-v2-result{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  display:grid;
  grid-template-columns:64px minmax(0,1fr) auto;
  gap:24px;
  min-height:126px;
  padding:24px 26px;
  border-left:4px solid var(--cyan);
  background:linear-gradient(115deg,#06243a 0%,#07314a 58%,#08445e 100%);
  box-shadow:0 18px 44px rgba(6,36,58,.13);
}
.audit-v2-result:after{
  content:"";
  position:absolute;
  z-index:-1;
  width:230px;
  height:230px;
  right:16%;
  top:50%;
  border:1px solid rgba(119,232,255,.12);
  border-radius:50%;
  transform:translateY(-50%);
  box-shadow:0 0 0 38px rgba(119,232,255,.035),0 0 0 76px rgba(119,232,255,.02);
}
.audit-v2-result .result-format{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  border:1px solid rgba(119,232,255,.5);
  color:var(--cyan);
  font-size:14px;
  font-weight:800;
  letter-spacing:.08em;
}
.audit-v2-result .result-copy{
  display:grid;
  gap:7px;
  min-width:0;
  color:#fff;
  font-size:inherit;
  letter-spacing:normal;
  text-transform:none;
  white-space:normal;
}
.audit-v2-result .result-copy small{
  color:var(--cyan);
  font-size:13px;
  font-weight:700;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.audit-v2-result .result-copy strong{
  display:block;
  max-width:620px;
  font-size:26px;
  line-height:1.18;
  white-space:normal;
  overflow-wrap:break-word;
}
.audit-v2-result .result-action{
  display:inline-flex;
  align-items:center;
  gap:14px;
  min-height:52px;
  padding:0 20px;
  border:1px solid rgba(119,232,255,.55);
  border-radius:99px;
  color:var(--cyan);
  font-size:16px;
  white-space:nowrap;
  justify-self:end;
  transition:background .2s ease,color .2s ease,transform .2s ease;
}
.audit-v2-result .result-action i{font-size:22px;font-style:normal;transition:transform .2s ease}
@media(hover:hover){
  .audit-v2-result:hover{background:linear-gradient(115deg,#07314a 0%,#08405c 58%,#09617a 100%)}
  .audit-v2-result:hover .result-action{background:var(--cyan);color:#032033;transform:translateY(-2px)}
  .audit-v2-result:hover .result-action i{transform:translate(3px,-3px)}
}
@media(max-width:680px){
  .audit-v2-result{grid-template-columns:54px minmax(0,1fr);gap:18px;padding:22px;border-left-width:3px}
  .audit-v2-result .result-format{width:52px;height:52px;font-size:13px}
  .audit-v2-result .result-copy strong{font-size:22px}
  .audit-v2-result .result-copy small{font-size:12px}
  .audit-v2-result .result-action{grid-column:1/-1;justify-content:space-between;margin-top:4px;width:100%;font-size:16px}
}

/* Give the hero and process section labels enough visual presence. */
.hero .eyebrow,.process .eyebrow{font-size:15px;letter-spacing:.15em}
@media(max-width:600px){
  .hero .eyebrow,.process .eyebrow{font-size:15px;line-height:1.45}
}

/* Audit request modal. */
.result-modal{padding:24px;overflow-y:auto}
.audit-request-card{
  width:min(680px,100%);
  margin:auto;
  padding:48px;
  border-radius:4px;
  border-top:4px solid var(--cyan);
  box-shadow:0 34px 110px rgba(0,0,0,.5);
}
.audit-request-card .eyebrow{font-size:14px;margin-bottom:16px}
.audit-request-card h2{font-size:clamp(36px,4vw,52px);line-height:1.02;margin-bottom:16px}
.audit-request-card .modal-lead{margin:0 0 30px;max-width:560px;font-size:17px;line-height:1.55;color:#587080}
.audit-request-form{display:grid;gap:18px}
.form-honeypot{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important}
.modal-fields-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.modal-field{display:grid;gap:8px;margin:0}
.modal-field>span{font-size:14px;font-weight:700;color:#18394c}
.required-mark{color:#0b9fbd;font-size:1.05em}
.modal-field input{
  width:100%;
  height:56px;
  border:1px solid #b7cdd3;
  border-radius:4px;
  background:#fff;
  color:#08263a;
  padding:0 16px;
  outline:none;
  font-size:16px;
  transition:border-color .2s ease,box-shadow .2s ease;
}
.modal-field input:focus{border-color:#10a9c7;box-shadow:0 0 0 3px rgba(16,169,199,.12)}
.modal-field-domain input{background:#f5fafb;color:#18394c;font-weight:700}
.consent-field{display:grid;grid-template-columns:22px 1fr;gap:11px;align-items:start;cursor:pointer;color:#597380;font-size:13px;line-height:1.5;margin:2px 0}
.consent-field input{position:absolute;opacity:0;pointer-events:none}
.consent-check{width:22px;height:22px;border:1px solid #8eb3bd;background:#fff;display:grid;place-items:center;transition:.2s}
.consent-field input:checked+.consent-check{border-color:#0da4c1;background:#0da4c1}
.consent-field input:checked+.consent-check:after{content:"✓";color:#fff;font-size:15px;font-weight:800}
.consent-field input:focus-visible+.consent-check{outline:3px solid rgba(16,169,199,.2);outline-offset:2px}
.consent-field a{color:#087f99;text-decoration:underline;text-underline-offset:2px}
.modal-submit{height:58px;border:0;border-radius:4px;background:#082b40;color:#fff;font-size:17px;font-weight:800;cursor:pointer;transition:.2s}
.modal-submit span{margin-left:12px;color:var(--cyan)}
.modal-submit:hover{background:#0b4b67;transform:translateY(-1px)}
.modal-submit:disabled{cursor:default;transform:none;background:#6d8792}
.audit-request-card .contact-status{min-height:24px;margin:0;color:#078eaa;font-size:15px;font-weight:700;line-height:1.45;text-align:center}
.audit-request-card .contact-status.is-success{padding:12px 16px;border:1px solid #65d9ed;border-radius:4px;background:#dffaff;color:#007e99!important;font-size:17px;font-weight:800;box-shadow:0 0 0 3px rgba(16,169,199,.08)}
@media(max-width:600px){
  .result-modal{padding:12px;align-items:start}
  .audit-request-card{padding:34px 20px 26px;margin:12px auto}
  .audit-request-card h2{font-size:34px}
  .audit-request-card .modal-lead{font-size:16px;margin-bottom:24px}
  .modal-fields-row{grid-template-columns:1fr}
  .modal-field input{height:54px}
}

/* Slightly reduce the hero headline so the first screen breathes better. */
.hero h1{font-size:clamp(46px,5.7vw,84px)}
@media(max-width:850px){.hero h1{font-size:clamp(41px,10.5vw,62px)}}

/* Keep the hero image clean and stable during in-page anchor scrolling. */
.hero-bg{
  inset:-2%;
  transform:none;
  animation:none;
}
.hero:after{display:none}

/* Branded 404 page. */
.error-page{min-height:100svh;overflow:hidden;background:#031322}
.error-topbar{position:fixed;inset:0 0 auto;z-index:10;background:linear-gradient(180deg,rgba(2,15,27,.9),rgba(2,15,27,0));border-bottom:0}
.error-header-link{display:inline-flex;align-items:center;gap:13px;padding-bottom:7px;border-bottom:1px solid rgba(119,232,255,.38);color:var(--cyan);font-size:16px;font-weight:700;transition:color .2s ease,border-color .2s ease,transform .2s ease}
.error-header-link span{font-size:21px}
.error-header-link:hover{color:#fff;border-color:#fff;transform:translateY(-2px)}
.error-main{position:relative;isolation:isolate;display:grid;align-items:center;min-height:100svh;padding:126px clamp(24px,9vw,150px) 70px;overflow:hidden}
.error-ocean{position:absolute;z-index:-4;inset:-2%;background:linear-gradient(90deg,rgba(3,19,34,.93) 0%,rgba(3,19,34,.68) 54%,rgba(3,19,34,.4) 100%),url('/deepdive-hero.png') center/cover no-repeat}
.error-main:after{content:"";position:absolute;z-index:-3;inset:0;background:linear-gradient(180deg,rgba(7,48,70,.06),rgba(1,12,23,.58)),linear-gradient(90deg,rgba(119,232,255,.035) 1px,transparent 1px),linear-gradient(rgba(119,232,255,.035) 1px,transparent 1px);background-size:auto,80px 80px,80px 80px;mask-image:linear-gradient(to bottom,transparent,black 25%,black 78%,transparent)}
.error-content{position:relative;z-index:2;width:min(830px,100%)}
.error-content .eyebrow{font-size:15px;letter-spacing:.15em}
.error-code{margin:18px 0 -20px;color:transparent;font-size:clamp(112px,17vw,250px);font-weight:900;line-height:.82;letter-spacing:-.075em;-webkit-text-stroke:1px rgba(119,232,255,.5);text-shadow:0 0 70px rgba(39,207,240,.12)}
.error-content h1{margin:0;color:#fff;font-size:clamp(48px,5.4vw,82px);font-weight:900;line-height:.95;letter-spacing:-.055em}
.error-content h1 em{color:var(--cyan);font-style:normal;font-weight:500}
.error-lead{max-width:690px;margin:30px 0 0;color:rgba(255,255,255,.76);font-size:clamp(18px,1.55vw,23px);line-height:1.55}
.error-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:38px}
.error-button{min-height:58px;padding:0 25px;border:1px solid rgba(119,232,255,.58);border-radius:99px;display:inline-flex;align-items:center;justify-content:space-between;gap:28px;font-size:17px;font-weight:800;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}
.error-button span{font-size:22px}
.error-button-primary{background:var(--cyan);border-color:var(--cyan);color:#032033;box-shadow:0 12px 38px rgba(36,194,225,.2)}
.error-button-secondary{background:rgba(3,26,43,.42);color:#fff;backdrop-filter:blur(9px)}
.error-button:hover{transform:translateY(-3px)}
.error-button-primary:hover{background:#fff;border-color:#fff;box-shadow:0 15px 42px rgba(119,232,255,.25)}
.error-button-secondary:hover{background:rgba(119,232,255,.12);border-color:var(--cyan);color:var(--cyan)}
.error-button:focus-visible,.error-header-link:focus-visible{outline:3px solid rgba(119,232,255,.45);outline-offset:5px}
.error-depth{position:absolute;right:clamp(24px,6vw,95px);top:50%;z-index:2;display:grid;grid-template-columns:auto 30px;grid-template-rows:auto 150px auto;align-items:center;gap:10px 15px;color:rgba(255,255,255,.58);transform:translateY(-42%)}
.error-depth span{font-size:14px;font-weight:700;letter-spacing:.12em}
.error-depth i{grid-column:2;grid-row:1/4;justify-self:center;width:1px;height:100%;background:linear-gradient(transparent,var(--cyan),transparent);position:relative}
.error-depth i:after{content:"";position:absolute;left:50%;top:48%;width:9px;height:9px;border-radius:50%;background:var(--cyan);box-shadow:0 0 0 7px rgba(119,232,255,.13),0 0 25px rgba(119,232,255,.55);transform:translate(-50%,-50%)}
.error-depth small{font-size:10px;letter-spacing:.17em;writing-mode:vertical-rl;justify-self:end}
.error-rings{position:absolute;z-index:-2;right:-9vw;bottom:-34vw;width:min(72vw,920px);aspect-ratio:1;border:1px solid rgba(119,232,255,.11);border-radius:50%}
.error-rings i{position:absolute;border:1px solid rgba(119,232,255,.1);border-radius:50%}
.error-rings i:nth-child(1){inset:14%}.error-rings i:nth-child(2){inset:29%}.error-rings i:nth-child(3){inset:43%;background:rgba(119,232,255,.035);box-shadow:0 0 48px rgba(119,232,255,.08)}
.error-bubbles i:nth-child(1){left:11%;animation-duration:12s}.error-bubbles i:nth-child(2){left:36%;animation-duration:16s}.error-bubbles i:nth-child(3){left:62%;animation-duration:13s}.error-bubbles i:nth-child(4){left:79%;animation-duration:18s}.error-bubbles i:nth-child(5){left:91%;animation-duration:11s}.error-bubbles i:nth-child(6){left:51%;animation-duration:20s}
@media(max-width:850px){.error-main{padding-top:112px;align-items:center}.error-depth{display:none}.error-code{margin-bottom:-12px}.error-rings{width:110vw;right:-52vw;bottom:-42vw}}
@media(max-width:600px){.error-page{overflow:auto}.error-topbar{height:78px}.error-topbar .logo{width:164px}.error-header-link{font-size:14px;gap:8px}.error-main{min-height:100svh;padding:110px 20px 48px}.error-content .eyebrow{font-size:13px}.error-code{font-size:clamp(106px,36vw,148px);margin:18px 0 -8px}.error-content h1{font-size:clamp(40px,12vw,56px)}.error-lead{margin-top:24px;font-size:17px}.error-actions{display:grid;margin-top:30px}.error-button{width:100%;min-height:56px;padding:0 22px;font-size:16px}.error-rings{bottom:-23vw}}
@media(prefers-reduced-motion:reduce){.error-bubbles i{animation:none}}

/* Compact legal footer. */
.site-footer{display:flex;min-height:72px;padding:21px 20px;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap;border-top:1px solid rgba(119,232,255,.12);background:#031322;text-align:center}
.site-footer a{color:rgba(255,255,255,.58);font-size:13px;line-height:1.45;text-decoration:underline;text-decoration-color:rgba(119,232,255,.3);text-underline-offset:4px;transition:color .2s ease,text-decoration-color .2s ease}
.site-footer a:hover{color:var(--cyan);text-decoration-color:var(--cyan)}
.site-footer a:focus-visible{outline:3px solid rgba(119,232,255,.38);outline-offset:5px}
.mobile-footer-phone{display:none}
.error-footer{position:absolute;z-index:3;left:50%;bottom:max(17px,env(safe-area-inset-bottom));width:max-content;max-width:calc(100% - 40px);min-height:0;padding:0;border:0;background:transparent;transform:translateX(-50%)}
.error-footer a{font-size:12px;color:rgba(255,255,255,.5)}
@media(max-width:600px){.site-footer{gap:12px}.mobile-footer-phone{display:block;width:100%;color:var(--cyan)!important;font-size:14px!important;font-weight:700}.error-main{padding-bottom:108px}.error-footer{bottom:max(15px,env(safe-area-inset-bottom));max-width:calc(100% - 28px)}.error-footer a{font-size:11px}}

/* First-visit cookie consent, inspired by the compact SkanerLidov notice. */
.cookie-notice[hidden]{display:none}
.cookie-notice{position:fixed;z-index:90;left:50%;bottom:max(22px,env(safe-area-inset-bottom));transform:translateX(-50%);display:grid;grid-template-columns:25px minmax(0,1fr) auto;align-items:center;gap:14px;width:min(790px,calc(100vw - 32px));padding:16px 18px;border:1px solid rgba(119,232,255,.35);border-radius:15px;background:rgba(5,31,48,.94);color:#e9f7fa;box-shadow:0 20px 65px rgba(0,0,0,.48);backdrop-filter:blur(18px);animation:cookie-rise .28s ease-out both}
.cookie-notice.is-closing{opacity:0;transform:translate(-50%,10px);transition:opacity .2s ease,transform .2s ease}
.cookie-notice-icon{color:var(--cyan);filter:drop-shadow(0 0 10px rgba(119,232,255,.22))}
.cookie-notice p{margin:0;font-size:15px;line-height:1.5;color:rgba(255,255,255,.84)}
.cookie-notice-actions{display:flex;align-items:center;gap:9px}
.cookie-notice a,.cookie-notice button{min-height:42px;padding:0 17px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;font:inherit;font-size:14px;font-weight:700;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}
.cookie-notice a{border:1px solid rgba(119,232,255,.28);background:rgba(255,255,255,.035);color:#b8f3ff}
.cookie-notice button{cursor:pointer;border:1px solid var(--cyan);background:var(--cyan);color:#032033}
.cookie-notice a:hover{border-color:var(--cyan);background:rgba(119,232,255,.1);color:#fff}
.cookie-notice button:hover{border-color:#fff;background:#fff;transform:translateY(-1px)}
.cookie-notice a:focus-visible,.cookie-notice button:focus-visible{outline:3px solid rgba(119,232,255,.38);outline-offset:3px}
@keyframes cookie-rise{from{opacity:0;transform:translate(-50%,14px)}to{opacity:1;transform:translate(-50%,0)}}
@media(max-width:640px){.cookie-notice{bottom:max(12px,env(safe-area-inset-bottom));grid-template-columns:23px minmax(0,1fr);gap:10px;width:calc(100vw - 24px);padding:14px;border-radius:13px}.cookie-notice-icon{align-self:start;margin-top:2px}.cookie-notice p{font-size:13px;line-height:1.48}.cookie-notice-actions{grid-column:2;flex-wrap:wrap}.cookie-notice a,.cookie-notice button{min-height:40px;padding:0 15px;font-size:13px}}
@media(prefers-reduced-motion:reduce){.cookie-notice{animation:none}.cookie-notice.is-closing{transition:none}}
