:root{font-family:Inter,Segoe UI,Arial,sans-serif;color:#f8fbff;background:#050711}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at 20% 0%,#173b6b 0,#050711 35%),radial-gradient(circle at 90% 10%,#541c8a 0,#050711 35%);font-size:20px}.shell{max-width:1180px;margin:auto;padding:22px}.hero{position:relative;min-height:650px;border:1px solid rgba(255,255,255,.12);border-radius:34px;padding:28px;background:linear-gradient(135deg,rgba(255,255,255,.1),rgba(255,255,255,.03));overflow:hidden;box-shadow:0 35px 120px rgba(0,0,0,.45)}.halo{position:absolute;inset:-120px;background:conic-gradient(from 120deg,#00eaff,#7b2cff,#00ff88,#00eaff);filter:blur(90px);opacity:.25;animation:spin 9s linear infinite}.nav,.heroGrid{position:relative}.nav{display:flex;justify-content:space-between;align-items:center}.brand{font-weight:900;font-size:24px}.brand span{display:inline-grid;place-items:center;width:54px;height:54px;border-radius:18px;margin-right:10px;background:#89f7ff;color:#06121c}.pill,.actions button,.composer button,.leadForm button{border:0;border-radius:18px;padding:16px 22px;background:#8ff6ff;color:#07111a;font-size:20px;font-weight:900;cursor:pointer}.heroGrid{display:grid;grid-template-columns:1.1fr .9fr;gap:38px;align-items:center;padding-top:90px}.badge{display:inline-block;padding:12px 18px;border:1px solid rgba(143,246,255,.4);border-radius:999px;background:rgba(143,246,255,.08);color:#bdfaff;font-weight:800}h1{font-size:72px;line-height:.95;margin:24px 0 18px;letter-spacing:-3px}.lead{font-size:26px;line-height:1.5;color:#d8e4f1;max-width:760px}.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.ghost{background:rgba(255,255,255,.08)!important;color:#fff!important;border:1px solid rgba(255,255,255,.18)!important}.orbCard{justify-self:center;width:min(420px,100%);min-height:420px;border-radius:40px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);display:grid;place-items:center;text-align:center;padding:30px;position:relative}.avatarShell{position:relative;width:280px;height:280px;border-radius:34px;overflow:hidden;background:rgba(255,255,255,.04);box-shadow:0 0 70px rgba(143,246,255,.12)}.elAvatar{width:100%;height:100%;object-fit:contain;display:block;filter:saturate(1.02)}.voiceWaves{position:absolute;left:50%;bottom:14px;transform:translateX(-50%);display:flex;align-items:flex-end;gap:6px;padding:8px 12px;border-radius:999px;background:rgba(5,7,17,.45);backdrop-filter:blur(8px);opacity:.18;transition:.25s}.voiceWaves span{width:5px;height:12px;border-radius:999px;background:#8ff6ff}.speaking .voiceWaves{opacity:1}.speaking .voiceWaves span:nth-child(1){animation:wave .85s ease-in-out infinite .05s}.speaking .voiceWaves span:nth-child(2){animation:wave .85s ease-in-out infinite .15s}.speaking .voiceWaves span:nth-child(3){animation:wave .85s ease-in-out infinite .25s}.speaking .voiceWaves span:nth-child(4){animation:wave .85s ease-in-out infinite .35s}.speaking .voiceWaves span:nth-child(5){animation:wave .85s ease-in-out infinite .45s}.speaking .avatarShell,.speaking .chatAvatar{box-shadow:0 0 0 1px rgba(143,246,255,.25),0 0 30px rgba(143,246,255,.35),0 0 80px rgba(123,44,255,.3);transform:translateY(-2px)}.orbCard p{color:#d9e8f5;font-size:24px}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:20px 0}.cards article{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.07);border-radius:26px;padding:24px;min-height:150px}.cards b{display:block;font-size:26px;margin-bottom:12px}.cards span{color:#d7e2ee}.chatWrap{border:1px solid rgba(255,255,255,.12);border-radius:34px;overflow:hidden;background:rgba(255,255,255,.08);box-shadow:0 35px 120px rgba(0,0,0,.35)}.chatHead{display:flex;justify-content:space-between;align-items:center;padding:20px 28px;border-bottom:1px solid rgba(255,255,255,.12);background:rgba(0,0,0,.25)}.chatHeadMain,.chatHeadRight{display:flex;align-items:center;gap:14px}.chatHead strong{display:block;font-size:34px}.chatHead small{color:#b9c8d8}.chatAvatar{position:relative;width:64px;height:64px;border-radius:20px;overflow:hidden;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.05);transition:.2s}.chatAvatarImg{width:100%;height:100%;object-fit:contain;display:block}.voiceDot{position:absolute;right:6px;bottom:6px;width:12px;height:12px;border-radius:50%;background:#67ffab;box-shadow:0 0 14px rgba(103,255,171,.65)}.speakerBtn{width:52px;height:52px;border-radius:16px;border:1px solid rgba(143,246,255,.18);background:rgba(255,255,255,.06);color:#dffcff;font-size:22px;cursor:pointer}.speakerBtn.enabled,.speakerBtn.active{background:#8ff6ff;color:#07111a}.status{color:#67ffab;font-weight:900}.profileBar{display:flex;justify-content:space-between;align-items:end;gap:18px;padding:18px 24px;border-bottom:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.04)}.profileBar label{display:block;margin-bottom:8px;font-weight:800;color:#bdfaff}.selectWrap{position:relative;min-width:min(460px,100%)}.selectWrap::after{content:'▾';position:absolute;right:18px;top:50%;transform:translateY(-50%);color:#8ff6ff;font-size:26px;pointer-events:none}.profileBar select,.leadForm input,.leadForm textarea,.composer input{width:100%;border:1px solid rgba(255,255,255,.18);border-radius:18px;background:rgba(255,255,255,.08);color:#fff;padding:16px 18px;font-size:22px;outline:0}.profileBar select{appearance:none;-webkit-appearance:none;padding-right:52px}.profileBar option{color:#111}.profileHint{padding:16px 18px;border:1px solid rgba(143,246,255,.22);background:rgba(143,246,255,.08);border-radius:18px;color:#dffcff;font-weight:700}.messages{height:420px;overflow:auto;padding:26px;display:flex;flex-direction:column;gap:14px}.msg{max-width:85%;padding:18px 20px;border-radius:22px;line-height:1.45}.bot{background:rgba(255,255,255,.1);align-self:flex-start}.user{background:#8ff6ff;color:#07111a;align-self:flex-end}.composer{display:flex;gap:10px;padding:18px;border-top:1px solid rgba(255,255,255,.12);background:rgba(0,0,0,.25)}.mic{min-width:64px}.leadForm{display:grid;gap:12px;padding:22px;border-top:1px solid rgba(255,255,255,.12)}.leadForm h2{margin:0;font-size:30px}.leadForm textarea{min-height:110px}.leadForm p{margin:0;color:#67ffab;font-weight:900}@keyframes spin{to{transform:rotate(1turn)}}@keyframes wave{0%,100%{height:10px}50%{height:28px}}@media(max-width:850px){h1{font-size:46px}.heroGrid,.cards,.profileBar{grid-template-columns:1fr;display:grid}.lead{font-size:22px}.nav{gap:12px}.pill{display:none}.selectWrap{min-width:100%}.profileHint{font-size:18px}.chatHead{padding:16px 18px}.chatHead strong{font-size:26px}.chatAvatar{width:54px;height:54px}.avatarShell{width:240px;height:240px}}

.internetHint{margin-top:8px;color:#b9c8d8;font-size:15px;text-align:right}
@media(max-width:850px){.internetHint{text-align:left}}


.brand{display:flex;align-items:center;gap:14px;font-weight:900;font-size:24px}
.brandLogo{width:78px;height:78px;object-fit:contain;display:block;filter:drop-shadow(0 0 18px rgba(105,214,255,.18))}
.brandText{display:flex;flex-direction:column;line-height:1}
.brandText strong{font-size:28px;letter-spacing:.4px}
.brandText small{margin-top:8px;font-size:11px;letter-spacing:1.8px;color:#b9c8d8}
@media(max-width:850px){.brandLogo{width:56px;height:56px}.brandText strong{font-size:22px}.brandText small{font-size:9px;letter-spacing:1px}}

.navButtons{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.ghostOwner{background:rgba(255,255,255,.08)!important;color:#fff!important;border:1px solid rgba(255,255,255,.18)!important}
@media(max-width:850px){.navButtons .ghostOwner{display:inline-block;font-size:16px;padding:12px 14px}}

.smartText{margin-top:22px;border:1px solid rgba(255,255,255,.12);border-radius:34px;background:rgba(255,255,255,.06);padding:28px;box-shadow:0 35px 120px rgba(0,0,0,.25)}
.smartIntro{max-width:900px}
.smartKicker{margin:0 0 10px;color:#8ff6ff;font-weight:900;letter-spacing:.18em;text-transform:uppercase}
.smartIntro h2,.smartOffer h2{font-size:38px;line-height:1.12;margin:0 0 14px;letter-spacing:-1px}
.smartIntro p,.smartOffer p{font-size:23px;line-height:1.45;color:#d8e4f1;margin:0}
.smartGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:22px}
.smartGrid article{border:1px solid rgba(255,255,255,.12);background:rgba(0,0,0,.20);border-radius:24px;padding:22px;min-height:155px}
.smartGrid b{display:block;font-size:25px;margin-bottom:12px}
.smartGrid span{display:block;color:#d7e2ee;line-height:1.35}
.smartOffer{margin-top:18px;border:1px solid rgba(143,246,255,.20);background:rgba(143,246,255,.07);border-radius:28px;padding:24px}
.smartOffer button{margin-top:18px;border:0;border-radius:18px;padding:16px 24px;background:#8ff6ff;color:#07111a;font-size:20px;font-weight:900;cursor:pointer}
@media(max-width:850px){.smartGrid{grid-template-columns:1fr}.smartIntro h2,.smartOffer h2{font-size:30px}.smartIntro p,.smartOffer p{font-size:20px}}

.smartTags{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}
.smartTags span{display:inline-flex;align-items:center;padding:12px 18px;border-radius:999px;border:1px solid rgba(143,246,255,.22);background:rgba(143,246,255,.08);color:#e8fdff;font-weight:800}


/* V29 logo + avatar */
.brand{display:flex;align-items:center;gap:0}
.brandLogo{width:132px;height:132px;object-fit:contain;display:block;filter:drop-shadow(0 0 18px rgba(105,214,255,.18))}
.brandText{display:none!important}
.smartTop{display:grid;grid-template-columns:1.25fr .75fr;gap:24px;align-items:center}
.smartIntro{max-width:none}
.smartAvatarCard{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.05);border-radius:28px;padding:20px;text-align:center;display:grid;gap:14px;justify-items:center}
.smartAvatarShell{width:240px;height:240px;border-radius:28px;overflow:hidden;background:rgba(255,255,255,.05);display:grid;place-items:center;box-shadow:0 0 40px rgba(143,246,255,.10)}
.smartAvatarImg{width:100%;height:100%;object-fit:contain;display:block}
.smartAvatarCard p{margin:0;color:#d8e4f1;line-height:1.4;font-size:21px}
@media(max-width:850px){.brandLogo{width:86px;height:86px}.smartTop{grid-template-columns:1fr}.smartAvatarShell{width:210px;height:210px}.smartAvatarCard p{font-size:19px}}


/* V30 text only section */
.smartIntroOnly{max-width:980px}
.smartTop,.smartAvatarCard,.smartAvatarShell,.smartAvatarImg{display:none!important}


.worksSection{margin-top:22px;border:1px solid rgba(255,255,255,.12);border-radius:34px;background:rgba(255,255,255,.06);padding:28px;box-shadow:0 35px 120px rgba(0,0,0,.25)}
.worksIntro{max-width:900px;margin-bottom:18px}
.worksIntro h2{margin:0 0 10px;font-size:38px;line-height:1.1}
.worksIntro p{margin:0;color:#d8e4f1;font-size:23px;line-height:1.45}
.worksGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.workCard{border:1px solid rgba(255,255,255,.12);background:rgba(0,0,0,.22);border-radius:28px;overflow:hidden;display:flex;flex-direction:column;min-height:100%}
.workLogo{display:grid;place-items:center;padding:26px;min-height:220px;background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.02));border-bottom:1px solid rgba(255,255,255,.08)}
.workLogo img{max-width:100%;max-height:170px;object-fit:contain;display:block;filter:drop-shadow(0 0 18px rgba(105,214,255,.10))}
.workBody{padding:22px;display:grid;gap:14px}
.workBody h3{margin:0;font-size:28px;line-height:1.15}
.workLead{margin:0;color:#bdfaff;font-weight:800;line-height:1.35}
.workBody ul{margin:0;padding-left:22px;color:#d7e2ee;display:grid;gap:10px;line-height:1.4}
.workLink{display:inline-flex;align-items:center;justify-content:center;align-self:start;text-decoration:none;border:1px solid rgba(143,246,255,.22);background:rgba(143,246,255,.08);color:#e8fdff;font-weight:900;border-radius:16px;padding:14px 18px}
.workLink:hover{background:#8ff6ff;color:#07111a}
@media(max-width:850px){.worksGrid{grid-template-columns:1fr}.worksIntro h2{font-size:30px}.worksIntro p{font-size:20px}.workLogo{min-height:190px}.workBody h3{font-size:24px}}


/* V32 stronger logo backgrounds */
.workCard{transition:transform .18s ease, box-shadow .18s ease}
.workCard:hover{transform:translateY(-3px);box-shadow:0 28px 70px rgba(0,0,0,.28)}
.workLogo{position:relative;isolation:isolate;overflow:hidden}
.workLogo::before{content:"";position:absolute;inset:22px;border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.04));box-shadow:inset 0 0 0 1px rgba(255,255,255,.10),0 0 45px rgba(143,246,255,.14);z-index:0}
.workLogo::after{content:"";position:absolute;inset:8px;border-radius:34px;z-index:0;opacity:.95}
.workLogo img{position:relative;z-index:1;max-width:88%;max-height:175px;object-fit:contain;display:block;filter:drop-shadow(0 0 20px rgba(255,255,255,.10)) drop-shadow(0 0 18px rgba(105,214,255,.14));transform:scale(1.05)}
.doglifeCard .workLogo::after{background:radial-gradient(circle at 50% 50%, rgba(36,147,255,.30) 0%, rgba(29,62,119,.16) 45%, rgba(0,0,0,0) 74%)}
.doglifeCard .workLogo::before{background:linear-gradient(180deg,rgba(40,143,255,.16),rgba(9,39,82,.28));box-shadow:inset 0 0 0 1px rgba(123,208,255,.18),0 0 55px rgba(59,163,255,.14)}
.aquaCard .workLogo::after{background:radial-gradient(circle at 50% 50%, rgba(38,171,255,.18) 0%, rgba(255,153,0,.12) 40%, rgba(0,0,0,0) 74%)}
.aquaCard .workLogo::before{background:linear-gradient(180deg,rgba(10,86,156,.28),rgba(10,46,88,.24));box-shadow:inset 0 0 0 1px rgba(120,205,255,.16),0 0 55px rgba(51,151,255,.12)}
.ellosCard .workLogo::after{background:radial-gradient(circle at 50% 50%, rgba(0,221,255,.18) 0%, rgba(255,154,0,.10) 38%, rgba(0,0,0,0) 74%)}
.ellosCard .workLogo::before{background:linear-gradient(180deg,rgba(22,44,81,.24),rgba(14,25,46,.28));box-shadow:inset 0 0 0 1px rgba(135,227,255,.16),0 0 55px rgba(79,228,255,.10)}
@media(max-width:850px){.workLogo::before{inset:16px}.workLogo img{max-width:90%;max-height:165px}}

/* V33 EV Focus Event full-width showcase */
.evFocusMega{position:relative;margin-top:22px;border:1px solid rgba(143,246,255,.16);border-radius:34px;overflow:hidden;padding:34px;background:radial-gradient(circle at 14% 0%,rgba(143,246,255,.14),transparent 34%),radial-gradient(circle at 92% 18%,rgba(88,173,255,.08),transparent 28%),linear-gradient(135deg,#08111b,#0a1523 52%,#0b1824);box-shadow:0 34px 110px rgba(0,0,0,.34),0 0 70px rgba(143,246,255,.06)}
.evFocusMega::before{content:"";position:absolute;right:-120px;top:40px;width:360px;height:360px;border-radius:50%;background:rgba(143,246,255,.08);filter:blur(4px)}
.evGlow{position:absolute;inset:-120px;background:conic-gradient(from 120deg,rgba(143,246,255,.16),rgba(62,139,255,.08),rgba(143,246,255,.12));filter:blur(95px);opacity:.30;pointer-events:none}
.evFocusTop,.evFocusPanel,.evFocusTiles,.evFocusNote{position:relative}
.evFocusTop{display:flex;align-items:center;gap:24px;margin-bottom:26px}
.evMark{width:118px;height:118px;border-radius:34px;background:linear-gradient(135deg,#8ff6ff,#65c9ff);display:grid;place-items:center;color:#07131c;font-size:42px;font-weight:950;box-shadow:0 0 0 1px rgba(255,255,255,.14),0 24px 70px rgba(94,190,255,.12)}
.evBadge{display:inline-flex;margin:0 0 12px;padding:10px 18px;border:1px solid rgba(143,246,255,.22);border-radius:999px;background:rgba(143,246,255,.08);color:#dffbff;font-weight:950;letter-spacing:.08em}
.evFocusTop h2{font-size:74px;line-height:.94;margin:0;letter-spacing:-3px}
.evFocusPanel{max-width:1120px;border:1px solid rgba(143,246,255,.12);border-radius:34px;background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.03));padding:34px;margin-bottom:22px;backdrop-filter:blur(2px)}
.evFocusPanel p{font-size:31px;line-height:1.45;margin:0 0 16px;color:#eef6ff}
.evActions{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}
.evActions button{border:0;border-radius:18px;padding:16px 24px;background:#8ff6ff;color:#07121a;font-size:20px;font-weight:950;cursor:pointer;box-shadow:0 10px 30px rgba(143,246,255,.12)}
.evActions .ghost{background:rgba(255,255,255,.06);color:#eef6ff;border:1px solid rgba(255,255,255,.14);box-shadow:none}
.evFocusTiles{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.evFocusTiles article{border:1px solid rgba(143,246,255,.10);border-radius:26px;background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(0,0,0,.12));padding:22px;min-height:190px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.02)}
.evFocusTiles span{display:grid;place-items:center;width:58px;height:58px;border-radius:20px;background:rgba(143,246,255,.07);border:1px solid rgba(143,246,255,.10);font-size:25px;margin-bottom:18px}
.evFocusTiles b{display:block;font-size:26px;margin-bottom:10px;color:#ffffff}
.evFocusTiles p{margin:0;color:#d7e6f5;line-height:1.38}
.evFocusNote{margin-top:18px;border:1px solid rgba(143,246,255,.14);border-radius:24px;background:rgba(143,246,255,.06);padding:18px 22px;color:#e8fbff;font-weight:900;font-size:22px;line-height:1.45}
@media(max-width:850px){.evFocusMega{padding:24px}.evFocusTop{display:grid}.evMark{width:88px;height:88px;font-size:32px}.evFocusTop h2{font-size:44px}.evFocusPanel p{font-size:23px}.evFocusTiles{grid-template-columns:1fr}.evFocusNote{font-size:19px}}

/* V34 3D Mapping legacy */
.mappingLegacy{position:relative;margin-top:22px;border:1px solid rgba(143,246,255,.16);border-radius:34px;overflow:hidden;padding:34px;background:radial-gradient(circle at 84% 10%,rgba(143,246,255,.10),transparent 30%),radial-gradient(circle at 8% 0%,rgba(62,139,255,.08),transparent 24%),linear-gradient(135deg,#09111a,#0a1320 55%,#0b1724);box-shadow:0 40px 120px rgba(0,0,0,.36),0 0 70px rgba(143,246,255,.05)}
.mappingGlow{position:absolute;inset:-120px;background:conic-gradient(from 180deg,rgba(143,246,255,.14),rgba(62,139,255,.08),rgba(143,246,255,.10));filter:blur(95px);opacity:.30;pointer-events:none}
.mappingGrid{position:relative;display:grid;grid-template-columns:1.05fr .95fr;gap:26px;align-items:center}
.mappingBadge{display:inline-flex;margin:0 0 14px;padding:10px 18px;border:1px solid rgba(143,246,255,.24);border-radius:999px;background:rgba(143,246,255,.08);color:#dffbff;font-weight:950;letter-spacing:.08em}
.mappingText h2{font-size:58px;line-height:.98;margin:0 0 18px;letter-spacing:-2px}
.mappingText p{font-size:26px;line-height:1.46;color:#eef6ff;margin:0 0 16px}
.mappingLogo{display:grid;place-items:center;border:1px solid rgba(143,246,255,.12);border-radius:34px;background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.03));min-height:430px;padding:28px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.03),0 0 50px rgba(143,246,255,.05)}
.mappingLogo img{max-width:100%;max-height:360px;object-fit:contain;filter:drop-shadow(0 0 20px rgba(143,246,255,.10))}
.mappingTags{display:flex;flex-wrap:wrap;gap:12px;margin:20px 0}
.mappingTags span{display:inline-flex;align-items:center;padding:12px 16px;border-radius:999px;border:1px solid rgba(143,246,255,.18);background:rgba(143,246,255,.07);color:#e8fbff;font-weight:900}
.mappingActions{display:flex;gap:14px;flex-wrap:wrap;margin-top:22px}
.mappingActions a,.mappingActions button{border:0;text-decoration:none;border-radius:18px;padding:16px 22px;background:#8ff6ff;color:#07121a;font-size:20px;font-weight:950;cursor:pointer;box-shadow:0 10px 30px rgba(143,246,255,.12)}
.mappingActions button{background:rgba(255,255,255,.06);color:#eef6ff;border:1px solid rgba(255,255,255,.14);box-shadow:none}
@media(max-width:850px){.mappingLegacy{padding:24px}.mappingGrid{grid-template-columns:1fr}.mappingText h2{font-size:38px}.mappingText p{font-size:22px}.mappingLogo{min-height:260px}.mappingLogo img{max-height:230px}}


/* V38 smaller homepage/logo/avatar */
.hero{min-height:580px}
.heroGrid{grid-template-columns:1fr .82fr;gap:28px;padding-top:50px}
.brandLogo{width:96px;height:96px}
h1{font-size:48px;line-height:1.04;letter-spacing:-1.5px;max-width:620px}
.lead{font-size:21px;line-height:1.42;max-width:620px}
.orbCard{width:min(320px,100%);min-height:320px;padding:22px;border-radius:30px}
.avatarShell{width:190px;height:190px;border-radius:24px}
.orbCard p{font-size:18px;line-height:1.35;margin:0}
.actions{margin-top:22px}

@media(max-width:1000px){
  .heroGrid{grid-template-columns:1fr;gap:22px;padding-top:36px}
  .orbCard{justify-self:start}
}

@media(max-width:850px){
  .hero{min-height:auto;padding:22px}
  .brandLogo{width:68px;height:68px}
  h1{font-size:34px;line-height:1.08;letter-spacing:-0.8px;max-width:none}
  .lead{font-size:18px;max-width:none}
  .orbCard{width:min(260px,100%);min-height:260px;padding:18px;border-radius:24px}
  .avatarShell{width:140px;height:140px;border-radius:20px}
  .orbCard p{font-size:16px}
  .cards article{min-height:120px}
  .cards b{font-size:22px}
}


/* V39 homepage uses logo instead of avatar */
.heroGrid{grid-template-columns:1.08fr .72fr;align-items:center}
.orbCard{justify-self:center;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.05));box-shadow:0 18px 60px rgba(0,0,0,.18)}
.avatarShell{display:grid;place-items:center;background:radial-gradient(circle at 50% 35%,rgba(143,246,255,.12),rgba(255,255,255,.03));}
.heroLogoAvatar{padding:22px;filter:drop-shadow(0 0 18px rgba(105,214,255,.22))}
.chatLogoAvatar{padding:8px;filter:drop-shadow(0 0 10px rgba(105,214,255,.18))}
.orbCard p{max-width:250px}
@media(max-width:1000px){.heroGrid{grid-template-columns:1fr;}.orbCard{justify-self:start}}
@media(max-width:850px){.heroLogoAvatar{padding:16px}.orbCard p{max-width:none}}


/* V40 remove top logo, move hero up, bigger logo frame */
.nav{justify-content:flex-end}
.hero{min-height:540px;padding-top:18px}
.heroGrid{grid-template-columns:1.02fr .82fr;align-items:start;gap:34px;padding-top:18px}
.badge{margin-top:6px}
h1{margin:18px 0 16px;max-width:650px}
.orbCard{width:min(390px,100%);min-height:390px;padding:26px;border-radius:34px;margin-top:6px}
.avatarShell{width:245px;height:245px;border-radius:30px}
.heroLogoAvatar{padding:26px}
.orbCard p{font-size:20px;max-width:290px}
.cards{margin-top:16px}

@media(max-width:1000px){
  .hero{padding-top:18px}
  .heroGrid{grid-template-columns:1fr;gap:20px;padding-top:12px}
  .orbCard{justify-self:start;width:min(340px,100%);min-height:340px}
  .avatarShell{width:210px;height:210px}
}

@media(max-width:850px){
  .nav{justify-content:flex-start}
  .hero{min-height:auto;padding-top:14px}
  .heroGrid{padding-top:10px}
  .orbCard{width:min(300px,100%);min-height:300px;padding:20px}
  .avatarShell{width:180px;height:180px;border-radius:24px}
  .heroLogoAvatar{padding:18px}
  .orbCard p{font-size:17px}
}


/* V41 larger hero logo for readability */
.orbCard{width:min(430px,100%);min-height:430px}
.avatarShell{width:290px;height:290px}
.heroLogoAvatar{padding:10px;transform:scale(1.18)}
@media(max-width:850px){
  .orbCard{width:min(320px,100%);min-height:320px}
  .avatarShell{width:210px;height:210px}
  .heroLogoAvatar{padding:8px;transform:scale(1.12)}
}


/* V42 premium hero logo frame, no bars */
#heroAvatarBox{
  position:relative;
  overflow:hidden;
  background:linear-gradient(180deg, rgba(120,170,255,.10), rgba(116,98,255,.10));
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 22px 70px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.08);
}
#heroAvatarBox::before{
  content:"";
  position:absolute;
  inset:10px;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.08);
  pointer-events:none;
}
#heroAvatarBox::after{
  content:"";
  position:absolute;
  inset:-40px;
  background:radial-gradient(circle at 30% 20%, rgba(143,246,255,.10), transparent 35%), radial-gradient(circle at 80% 80%, rgba(123,44,255,.10), transparent 32%);
  pointer-events:none;
}
#heroAvatarBox .avatarShell{
  position:relative;
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.025));
  border:1px solid rgba(255,255,255,.08);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06), 0 18px 45px rgba(42,89,180,.16);
}
#heroAvatarBox .avatarShell::before{
  content:"";
  position:absolute;
  inset:16px;
  border-radius:22px;
  border:1px solid rgba(143,246,255,.12);
  pointer-events:none;
}
#heroAvatarBox .heroLogoAvatar{
  position:relative;
  z-index:1;
  transform:scale(1.23);
  filter:drop-shadow(0 0 22px rgba(105,214,255,.25));
}
#heroAvatarBox p{
  position:relative;
  z-index:1;
}
@media(max-width:850px){
  #heroAvatarBox::before{inset:8px;border-radius:22px}
  #heroAvatarBox .avatarShell::before{inset:12px;border-radius:18px}
  #heroAvatarBox .heroLogoAvatar{transform:scale(1.16)}
}


/* V42 hero logo card AI animation and remove bars */
.orbCard{position:relative;overflow:hidden;isolation:isolate}
.orbCard::before{
  content:"";
  position:absolute;
  inset:-1px;
  border-radius:inherit;
  background:transparent;
  animation:none;
  opacity:0;
  z-index:0;
}
.orbCard::after{
  content:"";
  position:absolute;
  inset:1px;
  border-radius:inherit;
  background:linear-gradient(180deg, rgba(86,137,205,.20), rgba(68,59,141,.20));
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.08), 0 0 36px rgba(105,214,255,.12);
  z-index:0;
}
.orbCard > *{position:relative;z-index:1}
.orbCard{animation:aiFloat 4.8s ease-in-out infinite}
.orbCard .voiceWaves{display:none}
.avatarShell{
  box-shadow:0 0 0 1px rgba(143,246,255,.16), 0 0 28px rgba(105,214,255,.10), inset 0 0 45px rgba(255,255,255,.04);
}
.heroLogoAvatar{
  animation:logoPulse 3.2s ease-in-out infinite;
}
@keyframes aiSpin{to{transform:rotate(1turn)}}
@keyframes aiFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}
@keyframes logoPulse{0%,100%{transform:scale(1.18)}50%{transform:scale(1.24)}}

@media(max-width:850px){
  .orbCard{animation:none}
  .heroLogoAvatar{animation:logoPulseMobile 3.2s ease-in-out infinite}
  @keyframes logoPulseMobile{0%,100%{transform:scale(1.12)}50%{transform:scale(1.17)}}
}


/* V43 Greek font and line-height fix */
:root,
body{
  font-family:"Segoe UI","Noto Sans","Noto Sans Greek",Arial,Tahoma,sans-serif;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}

h1,h2,h3,b,strong,.pill,.actions button,.composer button,.leadForm button{
  font-family:"Segoe UI","Noto Sans","Noto Sans Greek",Arial,Tahoma,sans-serif;
}

h1{
  line-height:1.12;
  letter-spacing:-1px;
}

.smartIntro h2,.smartOffer h2{
  line-height:1.18;
  letter-spacing:-.4px;
}

.smartIntro p,.smartOffer p,.lead,.cards span,.smartGrid span,.orbCard p{
  line-height:1.55;
}

.badge,.smartTags span,.cards b,.smartGrid b{
  line-height:1.25;
}

@media(max-width:850px){
  h1{line-height:1.14}
  .smartIntro h2,.smartOffer h2{line-height:1.2}
}


/* V44 english version + AI scroll rail */
.aiRail{position:fixed;right:18px;top:50%;transform:translateY(-50%);z-index:90;display:flex;flex-direction:column;align-items:center;gap:12px}
.aiRailBtn{width:48px;height:48px;border-radius:16px;border:1px solid rgba(143,246,255,.20);background:rgba(7,17,26,.72);backdrop-filter:blur(10px);color:#dffcff;font-size:26px;font-weight:900;cursor:pointer;box-shadow:0 10px 30px rgba(0,0,0,.24),0 0 18px rgba(143,246,255,.10);transition:transform .18s ease, opacity .18s ease, border-color .18s ease}
.aiRailBtn:hover{transform:translateY(-1px);border-color:rgba(143,246,255,.42)}
.aiRailBtn:disabled{opacity:.35;cursor:default;transform:none}
.aiRailInfo{display:flex;flex-direction:column;align-items:center;gap:10px;padding:12px 10px;border-radius:24px;background:rgba(7,17,26,.72);border:1px solid rgba(143,246,255,.14);box-shadow:0 14px 38px rgba(0,0,0,.25),inset 0 0 0 1px rgba(255,255,255,.03);backdrop-filter:blur(10px)}
.aiRailLabel{display:inline-flex;align-items:center;justify-content:center;min-width:88px;padding:8px 12px;border-radius:999px;background:rgba(143,246,255,.10);border:1px solid rgba(143,246,255,.14);color:#eafcff;font-size:13px;font-weight:900;letter-spacing:.04em;text-transform:uppercase;text-align:center}
.aiRailTrack{position:relative;width:10px;height:180px;border-radius:999px;background:rgba(255,255,255,.08);overflow:hidden;box-shadow:inset 0 0 0 1px rgba(255,255,255,.03)}
.aiRailFill{position:absolute;left:0;bottom:0;width:100%;height:8%;border-radius:999px;background:linear-gradient(180deg,#8ff6ff,#6bd1ff 48%,#7b2cff 100%);box-shadow:0 0 18px rgba(143,246,255,.28),0 0 28px rgba(123,44,255,.18);transition:height .18s ease,width .18s ease}
@media(max-width:850px){.aiRail{right:10px;top:auto;bottom:18px;transform:none;flex-direction:row}.aiRailInfo{flex-direction:row;padding:10px 12px}.aiRailTrack{width:110px;height:10px}.aiRailFill{height:100%;width:8%;left:0;bottom:auto;top:0}.aiRailLabel{min-width:auto;font-size:12px;padding:7px 10px}}


/* V45 bilingual switch + mobile polish */
body{overflow-x:hidden}
.nav{gap:14px;flex-wrap:wrap}
.langSwitch{position:relative;display:flex;align-items:center}
.langBallBtn{display:grid;place-items:center;width:52px;height:52px;padding:0;border:1px solid rgba(143,246,255,.14);border-radius:18px;background:rgba(7,17,26,.42);backdrop-filter:blur(10px);box-shadow:0 10px 24px rgba(0,0,0,.14), inset 0 0 0 1px rgba(255,255,255,.02);cursor:pointer;transition:transform .18s ease,border-color .18s ease,background .18s ease}
.langBallBtn:hover{transform:translateY(-1px);border-color:rgba(143,246,255,.28);background:rgba(7,17,26,.56)}
.langBallBtn[aria-expanded="true"]{border-color:rgba(143,246,255,.34);background:rgba(7,17,26,.62)}
.langOrb{position:relative;width:30px;height:30px;border-radius:50%;background:radial-gradient(circle at 30% 30%,rgba(180,251,255,.95) 0%,rgba(100,216,255,.92) 34%,rgba(109,104,255,.88) 70%,rgba(40,26,88,.96) 100%);box-shadow:0 0 14px rgba(105,214,255,.16)}
.langOrb::before,.langOrb::after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border:1px solid rgba(255,255,255,.42);border-radius:50%}
.langOrb::before{width:74%;height:74%}
.langOrb::after{width:30%;height:74%}
.langMenu{position:absolute;top:calc(100% + 8px);right:0;display:grid;gap:8px;min-width:68px;padding:8px;border-radius:16px;border:1px solid rgba(143,246,255,.14);background:rgba(7,17,26,.82);backdrop-filter:blur(12px);box-shadow:0 18px 40px rgba(0,0,0,.24);opacity:0;pointer-events:none;transform:translateY(-4px) scale(.98);transition:opacity .16s ease,transform .16s ease}
.langSwitch.open .langMenu{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}
.langItem{border:0;border-radius:12px;padding:10px 12px;background:transparent;color:#dffcff;font-size:13px;font-weight:900;letter-spacing:.08em;cursor:pointer;transition:.18s ease;text-align:center}
.langItem.active{background:linear-gradient(135deg,#8ff6ff,#7ed4ff);color:#06111a;box-shadow:0 8px 18px rgba(143,246,255,.18)}
.langItem:hover{background:rgba(143,246,255,.12)}
@media(max-width:850px){
  .shell{padding:12px}
  .hero{padding:20px;border-radius:24px}
  .nav{justify-content:space-between;align-items:flex-start}
  .navButtons .pill{display:inline-flex!important;font-size:16px;padding:12px 16px;border-radius:16px}
  .langBallBtn{width:46px;height:46px;border-radius:16px}
  .langOrb{width:26px;height:26px}
  .langMenu{top:calc(100% + 6px);min-width:62px;padding:6px}
  .langItem{padding:9px 10px;font-size:12px}
  h1{font-size:36px;line-height:1.08;letter-spacing:-.6px}
  .lead{font-size:18px;line-height:1.45}
  .actions button{flex:1 1 100%;font-size:18px;padding:14px 16px}
  .orbCard{justify-self:center;width:100%;max-width:320px;min-height:320px;padding:18px 16px}
  .avatarShell{width:200px;height:200px;border-radius:26px}
  .orbCard p{font-size:17px;line-height:1.45}
  .cards{grid-template-columns:1fr 1fr;gap:12px}
  .cards article{padding:18px;border-radius:20px;min-height:110px}
  .cards b{font-size:19px}
  .cards span{font-size:16px;line-height:1.4}
  .chatWrap,.smartText,.worksSection,.evFocusMega,.mappingLegacy{border-radius:24px}
  .chatHead{padding:14px 16px;gap:10px;align-items:center}
  .chatHeadMain,.chatHeadRight{gap:10px}
  .status{font-size:15px}
  .profileBar{display:grid;grid-template-columns:1fr;align-items:stretch;padding:14px}
  .profileBar select,.leadForm input,.leadForm textarea,.composer input{font-size:18px;padding:14px 16px}
  .messages{height:320px;padding:18px}
  .msg{max-width:92%;padding:15px 16px;font-size:17px}
  .composer{padding:14px;flex-wrap:wrap}
  .composer .mic{min-width:54px;flex:0 0 54px}
  .composer input{flex:1 1 0;min-width:0}
  .composer button:last-child{flex:0 0 auto}
  .leadForm{padding:18px}
  .smartIntro h2,.smartOffer h2,.worksIntro h2,.mappingText h2{font-size:30px;line-height:1.15}
  .smartIntro p,.smartOffer p,.worksIntro p,.mappingText p,.evFocusPanel p{font-size:18px;line-height:1.5}
  .smartTags{gap:10px}
  .smartTags span{font-size:15px;padding:10px 14px}
  .worksGrid{grid-template-columns:1fr}
  .workBody ul{padding-left:18px}
}

@media(max-width:560px){
  .cards{grid-template-columns:1fr}
  .aiRail{right:8px;left:8px;bottom:10px;justify-content:center}
  .aiRailInfo{max-width:calc(100vw - 112px);overflow:hidden}
  .aiRailLabel{max-width:112px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
}


/* V46 center logo correctly inside frame */
#heroAvatarBox .avatarShell{
  display:grid;
  place-items:center;
  padding:18px;
}
#heroAvatarBox .heroLogoAvatar{
  display:block;
  width:72% !important;
  height:auto !important;
  max-width:72% !important;
  max-height:72% !important;
  padding:0 !important;
  margin:0 auto;
  object-fit:contain;
  object-position:center;
  transform-origin:center center;
}
@keyframes logoPulse{0%,100%{transform:scale(1.01)}50%{transform:scale(1.05)}}
@media(max-width:850px){
  #heroAvatarBox .avatarShell{padding:14px}
  #heroAvatarBox .heroLogoAvatar{
    width:74% !important;
    max-width:74% !important;
    max-height:74% !important;
  }
  @keyframes logoPulseMobile{0%,100%{transform:scale(1.01)}50%{transform:scale(1.04)}}
}


/* V47 keep hero logo safely inside frame on mobile */
#heroAvatarBox{display:grid;justify-items:center}
#heroAvatarBox .avatarShell{
  overflow:hidden;
  justify-items:center;
  align-items:center;
}
#heroAvatarBox .heroLogoAvatar{
  width:64% !important;
  max-width:64% !important;
  max-height:64% !important;
  position:relative;
  left:-4px;
}
@keyframes logoPulse{0%,100%{transform:scale(1)}50%{transform:scale(1.03)}}
@media(max-width:850px){
  #heroAvatarBox{
    width:100%;
    justify-items:center;
  }
  #heroAvatarBox .avatarShell{
    width:100%;
    max-width:190px;
    aspect-ratio:1/1;
    margin-inline:auto;
  }
  #heroAvatarBox .heroLogoAvatar{
    width:60% !important;
    max-width:60% !important;
    max-height:60% !important;
    left:-6px;
  }
  @keyframes logoPulseMobile{0%,100%{transform:scale(1)}50%{transform:scale(1.025)}}
}
@media(max-width:560px){
  #heroAvatarBox .avatarShell{max-width:176px}
  #heroAvatarBox .heroLogoAvatar{
    width:58% !important;
    max-width:58% !important;
    max-height:58% !important;
    left:-7px;
  }
}


/* V48 restore larger hero frame and move language ball inward */
.nav{
  justify-content:flex-end;
  gap:14px;
  padding-right:14px;
}
.langSwitch{
  margin-right:10px;
  align-self:center;
}
#heroAvatarBox.orbCard{
  width:min(430px,100%);
  min-height:430px;
  padding:28px 26px 24px;
}
#heroAvatarBox .avatarShell{
  width:290px;
  height:290px;
  max-width:none;
  aspect-ratio:auto;
  margin-inline:auto;
}
#heroAvatarBox .heroLogoAvatar{
  width:68% !important;
  max-width:68% !important;
  max-height:68% !important;
  left:-2px;
}
@media(max-width:850px){
  .nav{
    justify-content:space-between;
    padding-right:0;
  }
  .langSwitch{
    margin-right:0;
    margin-left:8px;
  }
  #heroAvatarBox.orbCard{
    width:min(340px,100%);
    min-height:340px;
    padding:22px 18px 18px;
  }
  #heroAvatarBox .avatarShell{
    width:210px;
    height:210px;
    max-width:210px;
  }
  #heroAvatarBox .heroLogoAvatar{
    width:64% !important;
    max-width:64% !important;
    max-height:64% !important;
    left:-3px;
  }
}
@media(max-width:560px){
  #heroAvatarBox.orbCard{
    width:min(320px,100%);
    min-height:320px;
  }
  #heroAvatarBox .avatarShell{
    width:196px;
    height:196px;
    max-width:196px;
  }
  #heroAvatarBox .heroLogoAvatar{
    width:62% !important;
    max-width:62% !important;
    max-height:62% !important;
    left:-4px;
  }
}


/* V49 language menu above hero card + logo image 20% larger */
.nav{
  position:relative;
  z-index:40;
}
.langSwitch{
  position:relative;
  z-index:80;
}
.langMenu{
  z-index:120;
}
#heroAvatarBox .heroLogoAvatar{
  width:82% !important;
  max-width:82% !important;
  max-height:82% !important;
}
@media(max-width:850px){
  #heroAvatarBox .heroLogoAvatar{
    width:77% !important;
    max-width:77% !important;
    max-height:77% !important;
  }
}
@media(max-width:560px){
  #heroAvatarBox .heroLogoAvatar{
    width:74% !important;
    max-width:74% !important;
    max-height:74% !important;
  }
}


/* V50 move hero CTAs under logo card and enrich hero composition */
.heroGrid{align-items:start}
.heroCopy{display:block}
.heroAside{display:grid;justify-items:center;align-content:start;gap:16px}
.heroActions{margin-top:0;justify-content:center;align-items:center;width:min(390px,100%)}
.heroActions button{display:inline-flex;align-items:center;justify-content:center;min-width:0;flex:1 1 0}
.heroActions button:first-child::before{content:"✦";font-size:16px;margin-right:10px;line-height:1}
.heroActions .ghost::before{content:"◉";font-size:14px;margin-right:10px;line-height:1}
.orbCard p{max-width:310px}
@media(max-width:1000px){
  .heroAside{justify-items:start}
  .heroActions{justify-content:flex-start;width:min(340px,100%)}
}
@media(max-width:850px){
  .heroAside{justify-items:start;width:100%}
  .heroActions{display:grid;grid-template-columns:1fr 1fr;gap:12px;width:min(340px,100%)}
  .heroActions button{width:100%;padding:15px 16px;font-size:18px}
}
@media(max-width:560px){
  .heroActions{grid-template-columns:1fr;max-width:300px}
}


/* V37 - Public EL site flow evolution */
.sectionKicker{display:inline-flex;align-items:center;gap:8px;margin:0 0 10px;padding:8px 14px;border:1px solid rgba(118,236,255,.42);border-radius:999px;background:rgba(118,236,255,.08);color:#bdfaff;font-weight:900;letter-spacing:.04em;text-transform:uppercase;font-size:.78rem}.serviceGridV37{grid-template-columns:repeat(3,minmax(0,1fr))}.processSection,.industrySection{position:relative;margin:18px auto;padding:28px;border:1px solid rgba(255,255,255,.12);border-radius:28px;background:linear-gradient(145deg,rgba(20,32,54,.92),rgba(9,18,31,.94));box-shadow:0 20px 60px rgba(0,0,0,.24);overflow:hidden}.processSection:before,.industrySection:before{content:"";position:absolute;inset:-40% auto auto -15%;width:320px;height:320px;background:radial-gradient(circle,rgba(118,236,255,.16),transparent 62%);filter:blur(4px);pointer-events:none}.processGrid,.industryGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:18px}.industryGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.processGrid article,.industryGrid article{position:relative;border:1px solid rgba(255,255,255,.13);border-radius:20px;background:rgba(8,15,28,.62);padding:18px;min-height:142px}.processGrid article span{display:inline-flex;width:42px;height:32px;align-items:center;justify-content:center;border-radius:14px;background:rgba(118,236,255,.15);border:1px solid rgba(118,236,255,.28);color:#86f6ff;font-weight:900;margin-bottom:12px}.processGrid article b,.industryGrid article b{display:block;color:#fff;font-size:1.03rem;margin-bottom:8px}.processGrid article p,.industryGrid article p{margin:0;color:#dce8fa;line-height:1.45}.leadForm button,.composer button:last-child,.smartOffer button,.evActions button,.mappingActions a{font-weight:900}.profileHint{font-weight:900}.messages{scrollbar-color:rgba(118,236,255,.5) rgba(255,255,255,.05)}.msg.bot{max-width:min(92%,680px)}.hero h1{letter-spacing:-.045em}.hero .lead{max-width:760px}.smartText,.worksSection,.evFocusMega,.mappingLegacy,.processSection,.industrySection,.chatWrap{scroll-margin-top:24px}@media (max-width:900px){.serviceGridV37,.industryGrid{grid-template-columns:1fr}.processGrid{grid-template-columns:1fr 1fr}.processSection,.industrySection{padding:20px}}@media (max-width:620px){.processGrid{grid-template-columns:1fr}.hero h1{font-size:clamp(2rem,10vw,3rem)}}


/* V38 - One outside left AI menu, no crowded top navigation */
.siteMenuTrigger{
  position:fixed;
  left:18px;
  top:50%;
  transform:translateY(-50%);
  z-index:2200;
  display:flex;
  align-items:center;
  gap:10px;
  border:1px solid rgba(143,246,255,.38);
  border-radius:20px;
  padding:12px 14px;
  background:linear-gradient(135deg,rgba(143,246,255,.95),rgba(100,225,255,.82));
  color:#06121c;
  font-weight:950;
  box-shadow:0 18px 55px rgba(0,0,0,.35),0 0 28px rgba(143,246,255,.22);
  cursor:pointer;
}
.siteMenuTriggerIcon{font-size:22px;line-height:1}
.siteMenuTriggerText{font-size:13px;letter-spacing:.4px;white-space:nowrap}
.siteMenuOverlay{
  position:fixed;
  inset:0;
  z-index:2190;
  background:rgba(3,5,12,.58);
  backdrop-filter:blur(7px);
  opacity:0;
  pointer-events:none;
  transition:.25s ease;
}
.siteMenuDrawer{
  position:fixed;
  z-index:2201;
  top:18px;
  bottom:18px;
  left:18px;
  width:min(430px,calc(100vw - 34px));
  overflow:auto;
  border:1px solid rgba(143,246,255,.28);
  border-radius:28px;
  padding:18px;
  background:linear-gradient(160deg,rgba(15,30,55,.98),rgba(10,17,33,.98));
  box-shadow:0 40px 120px rgba(0,0,0,.65),0 0 45px rgba(143,246,255,.11);
  transform:translateX(calc(-100% - 38px));
  transition:.32s cubic-bezier(.2,.8,.2,1);
}
body.siteMenuOpen .siteMenuOverlay{opacity:1;pointer-events:auto}
body.siteMenuOpen .siteMenuDrawer{transform:translateX(0)}
body.siteMenuOpen .siteMenuTrigger{opacity:0;pointer-events:none}
.drawerTop{
  display:grid;
  grid-template-columns:64px 1fr 42px;
  gap:12px;
  align-items:center;
  padding:10px;
  border-radius:22px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.1);
}
.drawerMark{width:64px;height:64px;border-radius:18px;display:grid;place-items:center;background:rgba(143,246,255,.08);border:1px solid rgba(143,246,255,.18)}
.drawerMark img{max-width:50px;max-height:50px;object-fit:contain;filter:drop-shadow(0 0 12px rgba(143,246,255,.28))}
.drawerTop b{display:block;font-size:22px;color:#fff}
.drawerTop span{display:block;color:#bfd2e4;font-size:13px;line-height:1.35;margin-top:4px}
.drawerClose{width:40px;height:40px;border-radius:14px;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.06);color:#fff;font-size:24px;cursor:pointer}
.drawerBlock{
  margin-top:14px;
  padding:16px;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.11);
  background:rgba(255,255,255,.045);
}
.drawerKicker{margin:0 0 10px;color:#9df8ff;font-weight:900;font-size:13px;text-transform:uppercase;letter-spacing:.8px}
.drawerAbout h3{font-size:22px;line-height:1.18;margin:0 0 10px;color:#fff}
.drawerAbout p:last-child{font-size:15px;line-height:1.55;color:#d7e3ef;margin:0}
.drawerBlock button{
  width:100%;
  text-align:left;
  border:1px solid rgba(143,246,255,.18);
  background:rgba(143,246,255,.065);
  color:#f7fbff;
  border-radius:16px;
  padding:13px 14px;
  margin:7px 0;
  font-size:16px;
  font-weight:850;
  cursor:pointer;
}
.drawerBlock button:hover{background:rgba(143,246,255,.12);transform:translateX(2px)}
.drawerFlow ol{margin:0;padding-left:21px;color:#dce9f7;font-size:15px;line-height:1.55}
.drawerFlow li{margin:7px 0}
.drawerCTA{
  margin-top:14px;
  padding:18px;
  border-radius:24px;
  background:linear-gradient(135deg,rgba(143,246,255,.18),rgba(123,44,255,.12));
  border:1px solid rgba(143,246,255,.26);
}
.drawerCTA b{display:block;font-size:20px;color:#fff;margin-bottom:7px}
.drawerCTA span{display:block;color:#d9e7f4;font-size:15px;line-height:1.45;margin-bottom:14px}
.drawerCTA button{width:100%;border:0;border-radius:16px;background:#8ff6ff;color:#07111a;font-weight:950;font-size:17px;padding:14px;cursor:pointer}


.drawerContactList{display:grid;gap:9px}
.drawerContactList a{
  display:flex;align-items:center;gap:9px;
  color:#f8fcff;text-decoration:none;font-weight:850;
  border:1px solid rgba(143,246,255,.15);
  border-radius:15px;padding:11px 12px;
  background:rgba(143,246,255,.055);
}
.drawerContactList a:hover{background:rgba(143,246,255,.12);transform:translateX(2px)}
.contactSection{
  position:relative;overflow:hidden;
  margin:28px auto 0;
  padding:34px;
  border-radius:30px;
  border:1px solid rgba(143,246,255,.18);
  background:linear-gradient(145deg,rgba(12,24,44,.96),rgba(18,22,38,.96));
  box-shadow:0 24px 80px rgba(0,0,0,.32);
}
.contactGlow{position:absolute;right:-110px;top:-110px;width:280px;height:280px;border-radius:999px;background:rgba(143,246,255,.13);filter:blur(30px)}
.contactGrid{position:relative;display:grid;grid-template-columns:1.05fr .95fr;gap:24px;align-items:stretch}
.contactText h2{font-size:38px;line-height:1.05;margin:8px 0 14px;color:#fff}
.contactText p{font-size:18px;line-height:1.55;color:#dbe9f6;margin:0 0 18px;max-width:720px}
.contactActions{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}
.contactActions button,.contactActions a{border:0;border-radius:16px;background:#8ff6ff;color:#07111a;text-decoration:none;font-weight:950;padding:14px 18px;cursor:pointer;display:inline-flex;align-items:center}
.contactActions a{background:rgba(255,255,255,.08);color:#fff;border:1px solid rgba(255,255,255,.14)}
.contactCard{display:grid;gap:12px;border:1px solid rgba(143,246,255,.18);background:rgba(255,255,255,.055);border-radius:24px;padding:18px}
.contactLine{display:grid;grid-template-columns:44px 1fr;align-items:center;gap:12px;color:#fff;text-decoration:none;padding:13px;border-radius:18px;background:rgba(5,12,24,.32);border:1px solid rgba(255,255,255,.1)}
.contactLine span{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:rgba(143,246,255,.12)}
.contactLine b{font-size:18px;line-height:1.25;word-break:break-word}
.contactLine:hover{background:rgba(143,246,255,.105);transform:translateY(-1px)}
.contactNote{margin:4px 0 0;color:#bed0df;font-size:14px;line-height:1.45}
@media(max-width:850px){.contactSection{padding:22px;border-radius:24px}.contactGrid{grid-template-columns:1fr}.contactText h2{font-size:29px}.contactText p{font-size:16px}.contactLine b{font-size:16px}}

@media(min-width:1180px){
  .shell{max-width:1320px;padding-left:26px;padding-right:26px}
  .heroGrid{grid-template-columns:1.18fr .82fr;gap:48px}
  .chatWrap{min-height:720px}
}
@media(max-width:850px){
  .siteMenuTrigger{left:14px;top:auto;bottom:18px;transform:none;border-radius:18px;padding:12px 13px}
  .siteMenuTriggerText{display:none}
  .siteMenuDrawer{top:12px;left:12px;bottom:12px;width:calc(100vw - 24px);border-radius:24px}
}


/* V40 - Trust, experience and client/brand credibility panel */
.trustSection{
  position:relative;
  margin:24px auto 0;
  padding:32px;
  max-width:1180px;
  border-radius:30px;
  overflow:hidden;
  border:1px solid rgba(143,246,255,.18);
  background:linear-gradient(145deg,rgba(14,28,52,.92),rgba(8,17,34,.96) 55%,rgba(5,14,28,.98));
  box-shadow:0 24px 70px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.05);
}
.trustGlow{position:absolute;right:-90px;top:-110px;width:310px;height:310px;border-radius:999px;background:rgba(143,246,255,.14);filter:blur(34px)}
.trustHeader{position:relative;max-width:910px}
.trustHeader h2{font-size:38px;line-height:1.08;margin:8px 0 14px;color:#fff;letter-spacing:-.035em}
.trustHeader p{font-size:18px;line-height:1.58;color:#dcecf7;margin:0}
.trustStats{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:24px}
.trustStats article{border:1px solid rgba(143,246,255,.16);background:rgba(255,255,255,.055);border-radius:22px;padding:18px;min-height:130px}
.trustStats b{display:block;font-size:34px;line-height:1;color:#8ff6ff;margin-bottom:10px}
.trustStats span{display:block;color:#d9e8f4;font-weight:750;line-height:1.35}
.clientPanel{position:relative;margin-top:18px;border:1px solid rgba(143,246,255,.18);background:rgba(143,246,255,.065);border-radius:24px;padding:20px}
.clientPanel h3{margin:0 0 8px;color:#fff;font-size:24px;line-height:1.15}
.clientPanel p{margin:0;color:#d7e7f3;line-height:1.5}
.clientLogosText{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}
.clientLogosText span,.drawerClientTags span{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(143,246,255,.24);background:rgba(5,14,28,.42);color:#fff;border-radius:999px;padding:9px 13px;font-weight:950;box-shadow:inset 0 1px 0 rgba(255,255,255,.05)}
.clientNote{font-size:13px!important;color:#aebdcb!important;margin-top:14px!important}
.drawerClientTags{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}
.drawerClients p{color:#cbd8e5;line-height:1.45;margin:0}
.drawerClientTags span{font-size:12px;padding:7px 9px}
@media(max-width:850px){
  .trustSection{padding:22px;border-radius:24px}
  .trustHeader h2{font-size:29px}
  .trustHeader p{font-size:16px}
  .trustStats{grid-template-columns:1fr}
  .clientPanel h3{font-size:21px}
}

/* V41 - Premium side menu redesign: richer, less poor, still one clean outside icon */
.siteMenuTrigger{
  border-radius:999px;
  padding:13px 16px;
  background:linear-gradient(135deg,#8ff6ff 0%,#61d9ff 48%,#b6fff4 100%);
  box-shadow:0 22px 70px rgba(0,0,0,.42),0 0 36px rgba(143,246,255,.26),inset 0 1px 0 rgba(255,255,255,.55);
}
.siteMenuTrigger::after{content:"";width:9px;height:9px;border-radius:999px;background:#06121c;box-shadow:0 0 0 4px rgba(6,18,28,.08)}
.siteMenuTriggerIcon{font-size:0}
.siteMenuTriggerIcon::before{content:"EV";font-size:15px;font-weight:950;letter-spacing:-.5px}
.siteMenuTriggerText{font-size:12px;letter-spacing:.12em;text-transform:uppercase}
.premiumDrawer.siteMenuDrawer{
  width:min(560px,calc(100vw - 34px));
  padding:14px;
  border-radius:34px;
  background:
    radial-gradient(circle at 24% 0%,rgba(143,246,255,.22),transparent 34%),
    radial-gradient(circle at 100% 12%,rgba(123,44,255,.16),transparent 32%),
    linear-gradient(155deg,rgba(12,24,47,.985),rgba(8,13,27,.995) 62%,rgba(5,8,18,.995));
  border:1px solid rgba(143,246,255,.34);
  box-shadow:0 45px 140px rgba(0,0,0,.70),0 0 80px rgba(143,246,255,.12),inset 0 1px 0 rgba(255,255,255,.08);
}
.premiumDrawer::-webkit-scrollbar{width:9px}.premiumDrawer::-webkit-scrollbar-thumb{background:rgba(143,246,255,.28);border-radius:999px}.premiumDrawer::-webkit-scrollbar-track{background:rgba(255,255,255,.035);border-radius:999px}
.drawerHeroPro{
  position:relative;
  padding:24px 22px 20px;
  border-radius:28px;
  overflow:hidden;
  border:1px solid rgba(143,246,255,.18);
  background:linear-gradient(150deg,rgba(255,255,255,.08),rgba(143,246,255,.055) 44%,rgba(0,0,0,.16));
}
.drawerHeroPro::before{content:"";position:absolute;inset:-110px -70px auto auto;width:270px;height:270px;border-radius:999px;background:rgba(143,246,255,.16);filter:blur(22px)}
.drawerHeroPro::after{content:"";position:absolute;left:-50px;bottom:-70px;width:220px;height:220px;border-radius:999px;background:rgba(123,44,255,.13);filter:blur(30px)}
.proClose{position:absolute;right:16px;top:16px;z-index:2;background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.16)!important}
.drawerLogoGlow{position:relative;z-index:1;width:106px;height:106px;border-radius:30px;display:grid;place-items:center;background:radial-gradient(circle at 50% 45%,rgba(143,246,255,.20),rgba(255,255,255,.035));border:1px solid rgba(143,246,255,.22);box-shadow:0 0 45px rgba(143,246,255,.10),inset 0 1px 0 rgba(255,255,255,.10)}
.drawerLogoGlow img{width:82px;height:82px;object-fit:contain;filter:drop-shadow(0 0 20px rgba(143,246,255,.28))}
.drawerMicro{position:relative;z-index:1;display:inline-flex;margin:16px 0 10px;padding:8px 12px;border-radius:999px;border:1px solid rgba(143,246,255,.24);background:rgba(143,246,255,.08);color:#c9fbff;font-size:12px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}
.drawerHeroPro h2{position:relative;z-index:1;margin:0 0 10px;font-size:42px;line-height:.95;letter-spacing:-.06em;color:#fff;text-shadow:0 0 24px rgba(143,246,255,.10)}
.drawerHeroPro>p:not(.drawerMicro){position:relative;z-index:1;margin:0;color:#dce9f6;font-size:16px;line-height:1.55;max-width:460px}
.drawerHeroStats{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:18px}
.drawerHeroStats span{display:flex;flex-direction:column;gap:6px;min-height:86px;padding:13px;border-radius:20px;background:rgba(4,10,22,.36);border:1px solid rgba(143,246,255,.14)}
.drawerHeroStats b{font-size:26px;line-height:1;color:#8ff6ff}.drawerHeroStats small{color:#d5e6f2;line-height:1.24;font-weight:800}
.drawerPremiumGrid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px}
.drawerPremiumGrid article,.drawerBrandExperience,.drawerQuickNavPro,.drawerFlowPro,.drawerContactPro{
  border:1px solid rgba(143,246,255,.14);border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.028));padding:16px;box-shadow:inset 0 1px 0 rgba(255,255,255,.04)
}
.drawerPremiumGrid article span{display:inline-flex;align-items:center;justify-content:center;width:40px;height:32px;border-radius:13px;background:rgba(143,246,255,.11);border:1px solid rgba(143,246,255,.20);color:#8ff6ff;font-weight:950;margin-bottom:12px}
.drawerPremiumGrid article b{display:block;font-size:19px;color:#fff;margin-bottom:8px}.drawerPremiumGrid article p{margin:0;color:#cedceb;font-size:14px;line-height:1.48}
.drawerBrandExperience,.drawerQuickNavPro,.drawerFlowPro,.drawerContactPro{margin-top:12px}.brandExperienceText{margin:0;color:#d7e7f3;font-size:15px;line-height:1.5}
.premiumTags{gap:9px;margin-top:14px}.premiumTags span{border-color:rgba(143,246,255,.25);background:linear-gradient(180deg,rgba(143,246,255,.10),rgba(0,0,0,.16));font-size:12px;padding:8px 10px;box-shadow:0 8px 20px rgba(0,0,0,.16)}
.quickNavGrid{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:10px}.quickNavGrid button{margin:0!important;padding:12px!important;display:flex!important;align-items:center;gap:10px;text-align:left!important;background:rgba(143,246,255,.06)!important;border:1px solid rgba(143,246,255,.15)!important;border-radius:17px!important;color:#f8fcff!important;font-size:14px!important;font-weight:900!important;min-height:54px}.quickNavGrid button span{display:grid;place-items:center;width:34px;height:34px;border-radius:12px;background:rgba(143,246,255,.10);color:#8ff6ff;font-size:13px;font-weight:950;flex:none}.quickNavGrid button:hover{background:rgba(143,246,255,.13)!important;transform:translateY(-1px)!important}
.flowStepsPro{display:grid;gap:9px}.flowStepsPro div{display:grid;grid-template-columns:34px 1fr;gap:11px;align-items:start;padding:11px;border-radius:17px;background:rgba(4,10,22,.30);border:1px solid rgba(255,255,255,.07)}.flowStepsPro b{display:grid;place-items:center;width:34px;height:34px;border-radius:12px;background:#8ff6ff;color:#07111a;font-size:14px}.flowStepsPro span{color:#dbe9f6;font-size:14px;line-height:1.42;font-weight:700}
.proContactList{grid-template-columns:1fr 1fr}.proContactList a{font-size:14px;gap:10px}.proContactList a span{display:grid;place-items:center;width:28px;height:28px;border-radius:10px;background:rgba(143,246,255,.10);flex:none}.proCTA{background:linear-gradient(135deg,rgba(143,246,255,.22),rgba(88,173,255,.12) 48%,rgba(123,44,255,.12));box-shadow:0 20px 55px rgba(0,0,0,.22)}
@media(max-width:680px){.drawerHeroStats,.drawerPremiumGrid,.quickNavGrid,.proContactList{grid-template-columns:1fr}.premiumDrawer.siteMenuDrawer{padding:12px}.drawerHeroPro h2{font-size:34px}}

/* V42 - Premium animation bar polish: subtle, serious AI motion */
:root{
  --ev-aqua:#8ff6ff;
  --ev-cyan:#54d9ff;
  --ev-blue:#4d8dff;
  --ev-violet:#7b5cff;
}

@keyframes evFlowLine{
  0%{background-position:0% 50%;opacity:.62;filter:drop-shadow(0 0 6px rgba(143,246,255,.16));}
  50%{background-position:100% 50%;opacity:1;filter:drop-shadow(0 0 16px rgba(143,246,255,.28));}
  100%{background-position:0% 50%;opacity:.62;filter:drop-shadow(0 0 6px rgba(143,246,255,.16));}
}
@keyframes evSoftPulse{
  0%,100%{box-shadow:0 22px 70px rgba(0,0,0,.42),0 0 28px rgba(143,246,255,.18),inset 0 1px 0 rgba(255,255,255,.55);transform:translateY(-50%) scale(1);}
  50%{box-shadow:0 28px 90px rgba(0,0,0,.48),0 0 46px rgba(143,246,255,.34),inset 0 1px 0 rgba(255,255,255,.65);transform:translateY(-50%) scale(1.018);}
}
@keyframes evBottomPulse{
  0%,100%{box-shadow:0 22px 70px rgba(0,0,0,.42),0 0 28px rgba(143,246,255,.18),inset 0 1px 0 rgba(255,255,255,.55);transform:scale(1);}
  50%{box-shadow:0 28px 90px rgba(0,0,0,.48),0 0 46px rgba(143,246,255,.34),inset 0 1px 0 rgba(255,255,255,.65);transform:scale(1.018);}
}
@keyframes evAmbientMove{
  0%,100%{transform:translate3d(-2%,0,0) rotate(0deg);opacity:.42;}
  50%{transform:translate3d(3%,1%,0) rotate(8deg);opacity:.70;}
}
@keyframes evNumberPulse{
  0%,100%{box-shadow:0 0 0 rgba(143,246,255,0),0 0 0 0 rgba(143,246,255,.0);}
  50%{box-shadow:0 0 20px rgba(143,246,255,.22),0 0 0 5px rgba(143,246,255,.055);}
}
@keyframes evSheenSweep{
  0%{transform:translateX(-120%) skewX(-16deg);opacity:0;}
  18%{opacity:.55;}
  42%{opacity:.22;}
  100%{transform:translateX(140%) skewX(-16deg);opacity:0;}
}

/* outside EV menu button */
.siteMenuTrigger{animation:evSoftPulse 4.8s ease-in-out infinite;}
.siteMenuTrigger:hover{animation:none;transform:translateY(-50%) scale(1.045);}
@media(max-width:850px){
  .siteMenuTrigger{animation:evBottomPulse 4.8s ease-in-out infinite;}
  .siteMenuTrigger:hover{transform:scale(1.045);}
}

/* premium animated top line */
.premiumDrawer.siteMenuDrawer{position:fixed;overflow:auto;}
.premiumDrawer.siteMenuDrawer::before{
  content:"";
  position:sticky;
  top:0;
  display:block;
  height:4px;
  margin:-14px -14px 10px;
  border-radius:999px;
  z-index:5;
  background:linear-gradient(90deg,rgba(143,246,255,.08),var(--ev-aqua),var(--ev-blue),var(--ev-violet),var(--ev-aqua),rgba(143,246,255,.08));
  background-size:260% 100%;
  animation:evFlowLine 5.5s ease-in-out infinite;
}

/* ambient drawer motion */
.drawerHeroPro{isolation:isolate;}
.drawerHeroPro::before{animation:evAmbientMove 9s ease-in-out infinite;}
.drawerHeroPro::after{animation:evAmbientMove 11s ease-in-out infinite reverse;}
.drawerHeroPro .drawerLogoGlow{transition:.28s ease;}
.drawerHeroPro .drawerLogoGlow::after{
  content:"";
  position:absolute;
  inset:-2px;
  border-radius:32px;
  background:conic-gradient(from 180deg,rgba(143,246,255,.0),rgba(143,246,255,.34),rgba(123,92,255,.18),rgba(143,246,255,.0));
  opacity:.38;
  z-index:-1;
  filter:blur(10px);
  animation:evAmbientMove 7.5s ease-in-out infinite;
}

/* luxury dividers */
.drawerPremiumGrid::after,
.drawerBrandExperience::after,
.drawerQuickNavPro::after,
.drawerFlowPro::after,
.drawerContactPro::after,
.proCTA::after{
  content:"";
  display:block;
  height:1px;
  margin:16px 2px 0;
  border-radius:999px;
  background:linear-gradient(90deg,transparent,rgba(143,246,255,.42),rgba(123,92,255,.24),transparent);
  background-size:220% 100%;
  animation:evFlowLine 7.5s ease-in-out infinite;
}

/* premium section cards with subtle active shine */
.drawerPremiumGrid article,
.drawerBrandExperience,
.drawerQuickNavPro,
.drawerFlowPro,
.drawerContactPro,
.proCTA{
  position:relative;
  overflow:hidden;
  transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease,background .24s ease;
}
.drawerPremiumGrid article::before,
.drawerBrandExperience::before,
.drawerQuickNavPro::before,
.drawerFlowPro::before,
.drawerContactPro::before,
.proCTA::before{
  content:"";
  position:absolute;
  top:-35%;bottom:-35%;left:-35%;
  width:34%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.10),transparent);
  transform:translateX(-130%) skewX(-16deg);
  pointer-events:none;
}
.drawerPremiumGrid article:hover,
.drawerBrandExperience:hover,
.drawerQuickNavPro:hover,
.drawerFlowPro:hover,
.drawerContactPro:hover,
.proCTA:hover{
  transform:translateY(-1px);
  border-color:rgba(143,246,255,.25);
  box-shadow:0 18px 48px rgba(0,0,0,.20),0 0 28px rgba(143,246,255,.055),inset 0 1px 0 rgba(255,255,255,.06);
}
.drawerPremiumGrid article:hover::before,
.drawerBrandExperience:hover::before,
.drawerQuickNavPro:hover::before,
.drawerFlowPro:hover::before,
.drawerContactPro:hover::before,
.proCTA:hover::before{
  animation:evSheenSweep 1.15s ease forwards;
}

/* quick navigation micro-interactions */
.quickNavGrid button,
.proContactList a,
.drawerBlock button{
  position:relative;
  overflow:hidden;
  transition:transform .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.quickNavGrid button::after,
.proContactList a::after,
.drawerBlock button::after{
  content:"";
  position:absolute;
  left:12px;right:12px;bottom:7px;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(143,246,255,.42),transparent);
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .25s ease;
}
.quickNavGrid button:hover,
.proContactList a:hover,
.drawerBlock button:hover{
  border-color:rgba(143,246,255,.33)!important;
  box-shadow:0 10px 28px rgba(0,0,0,.20),0 0 18px rgba(143,246,255,.08);
}
.quickNavGrid button:hover::after,
.proContactList a:hover::after,
.drawerBlock button:hover::after{transform:scaleX(1);}
.quickNavGrid button span{transition:.22s ease;}
.quickNavGrid button:hover span{background:rgba(143,246,255,.18);transform:scale(1.05);}

/* flow numbers breathe subtly */
.flowStepsPro b{animation:evNumberPulse 3.8s ease-in-out infinite;}
.flowStepsPro div:nth-child(2) b{animation-delay:.35s;}
.flowStepsPro div:nth-child(3) b{animation-delay:.7s;}
.flowStepsPro div:nth-child(4) b{animation-delay:1.05s;}
.flowStepsPro div:nth-child(5) b{animation-delay:1.4s;}

/* online and CTA premium polish */
.status{position:relative;text-shadow:0 0 14px rgba(99,255,197,.28);}
.status::before{
  content:"";
  display:inline-block;
  width:8px;height:8px;border-radius:999px;
  margin-right:6px;
  background:#64ffc5;
  box-shadow:0 0 0 0 rgba(100,255,197,.28);
  animation:evNumberPulse 2.2s ease-in-out infinite;
}
.status{font-size:0;}
.status::after{content:"Online";font-size:16px;}
.actions button,.leadForm button,.contactActions button,.proCTA button{
  transition:transform .2s ease,box-shadow .2s ease,filter .2s ease;
}
.actions button:hover,.leadForm button:hover,.contactActions button:hover,.proCTA button:hover{
  transform:translateY(-1px);
  box-shadow:0 14px 36px rgba(143,246,255,.18);
  filter:saturate(1.05);
}

/* hero card very light living glow, without noisy bars */
#heroAvatarBox::after{animation:evAmbientMove 10s ease-in-out infinite;}
#heroAvatarBox .avatarShell{transition:.25s ease;}
#heroAvatarBox:hover .avatarShell{transform:translateY(-2px);box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 24px 55px rgba(42,89,180,.20),0 0 24px rgba(143,246,255,.08);}

@media (prefers-reduced-motion: reduce){
  *,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important;}
}


/* V43 - Right premium EL menu trigger unified with the right navigation rail */
@keyframes evRailMenuBreathe{
  0%,100%{box-shadow:0 16px 42px rgba(0,0,0,.34),0 0 18px rgba(143,246,255,.16),inset 0 1px 0 rgba(255,255,255,.08);}
  50%{box-shadow:0 20px 54px rgba(0,0,0,.42),0 0 34px rgba(143,246,255,.30),inset 0 1px 0 rgba(255,255,255,.14);}
}
@keyframes evRailGlowMove{
  0%,100%{opacity:.44;transform:translateY(-3px)}
  50%{opacity:.86;transform:translateY(3px)}
}

.unifiedRail.aiRail{
  right:22px;
  gap:10px;
  padding:10px 8px;
  border-radius:28px;
}
.unifiedRail.aiRail::before{
  content:"";
  position:absolute;
  top:64px;
  bottom:64px;
  left:50%;
  width:1px;
  transform:translateX(-50%);
  background:linear-gradient(180deg,transparent,rgba(143,246,255,.20),rgba(123,92,255,.10),transparent);
  pointer-events:none;
  opacity:.72;
}

/* Override the old left floating EV MENU button only when it lives inside the right rail */
.unifiedRail .siteMenuTrigger.aiRailMenuTrigger{
  position:static!important;
  left:auto!important;
  right:auto!important;
  top:auto!important;
  bottom:auto!important;
  transform:none!important;
  z-index:auto!important;
  width:58px!important;
  height:58px!important;
  min-width:58px!important;
  padding:0!important;
  display:grid!important;
  place-items:center!important;
  gap:0!important;
  border-radius:19px!important;
  border:1px solid rgba(143,246,255,.42)!important;
  background:
    radial-gradient(circle at 28% 18%,rgba(143,246,255,.18),transparent 36%),
    linear-gradient(180deg,rgba(22,46,76,.92),rgba(7,17,29,.88))!important;
  color:#eaffff!important;
  box-shadow:0 16px 42px rgba(0,0,0,.34),0 0 22px rgba(143,246,255,.18),inset 0 1px 0 rgba(255,255,255,.08)!important;
  backdrop-filter:blur(12px)!important;
  animation:evRailMenuBreathe 4.8s ease-in-out infinite!important;
  overflow:hidden;
}
.unifiedRail .siteMenuTrigger.aiRailMenuTrigger:hover{
  transform:translateY(-2px) scale(1.04)!important;
  border-color:rgba(143,246,255,.72)!important;
  animation:none!important;
}
.unifiedRail .siteMenuTrigger.aiRailMenuTrigger::before{
  content:"";
  position:absolute;
  inset:-1px;
  border-radius:inherit;
  background:linear-gradient(135deg,rgba(143,246,255,.22),transparent 38%,rgba(123,92,255,.18));
  pointer-events:none;
  opacity:.75;
}
.unifiedRail .siteMenuTrigger.aiRailMenuTrigger::after{
  content:""!important;
  display:block!important;
  position:absolute;
  width:7px!important;
  height:7px!important;
  right:8px;
  bottom:8px;
  border-radius:999px!important;
  background:#8ff6ff!important;
  box-shadow:0 0 12px rgba(143,246,255,.62)!important;
}
.unifiedRail .aiRailMenuTrigger .siteMenuTriggerIcon,
.unifiedRail .aiRailMenuTrigger .aiRailMenuIcon{
  position:relative;
  width:100%;
  height:100%;
  display:block;
  font-size:0!important;
  line-height:0!important;
}
.unifiedRail .aiRailMenuTrigger .siteMenuTriggerIcon::before{
  content:""!important;
  display:none!important;
}
.railMenuStack{
  position:absolute;
  left:50%;
  top:13px;
  width:27px;
  height:24px;
  transform:translateX(-50%);
  filter:drop-shadow(0 0 8px rgba(143,246,255,.32));
}
.railMenuStack i{
  position:absolute;
  left:4px;
  width:19px;
  height:10px;
  border:2px solid rgba(143,246,255,.92);
  border-radius:3px;
  transform:rotate(-24deg) skewX(17deg);
  opacity:.82;
}
.railMenuStack i:nth-child(1){top:0;}
.railMenuStack i:nth-child(2){top:7px;opacity:.64;}
.railMenuStack i:nth-child(3){top:14px;opacity:.46;}
.unifiedRail .aiRailMenuTrigger .siteMenuTriggerText{
  position:absolute;
  left:0;
  right:0;
  bottom:7px;
  display:block!important;
  color:#8ff6ff!important;
  font-size:9px!important;
  font-weight:950!important;
  letter-spacing:.16em!important;
  text-align:center;
  text-shadow:0 0 10px rgba(143,246,255,.35);
}

/* Make the old right scroll rail match the new menu trigger */
.unifiedRail .aiRailBtn{
  width:48px;
  height:48px;
  border-radius:17px;
  border-color:rgba(143,246,255,.24);
  background:linear-gradient(180deg,rgba(15,35,58,.78),rgba(7,17,26,.72));
  box-shadow:0 12px 32px rgba(0,0,0,.28),0 0 16px rgba(143,246,255,.10),inset 0 1px 0 rgba(255,255,255,.055);
}
.unifiedRail .aiRailBtn:hover{
  border-color:rgba(143,246,255,.58);
  box-shadow:0 15px 38px rgba(0,0,0,.33),0 0 22px rgba(143,246,255,.18),inset 0 1px 0 rgba(255,255,255,.08);
}
.unifiedRail .aiRailInfo{
  border-radius:25px;
  padding:12px 10px;
  border-color:rgba(143,246,255,.20);
  background:linear-gradient(180deg,rgba(10,25,42,.82),rgba(5,13,24,.78));
  box-shadow:0 16px 44px rgba(0,0,0,.32),0 0 18px rgba(143,246,255,.08),inset 0 1px 0 rgba(255,255,255,.045);
}
.unifiedRail .aiRailLabel{
  min-width:80px;
  padding:8px 11px;
  background:linear-gradient(180deg,rgba(143,246,255,.14),rgba(143,246,255,.06));
  border-color:rgba(143,246,255,.22);
  box-shadow:0 0 12px rgba(143,246,255,.08),inset 0 1px 0 rgba(255,255,255,.06);
}
.unifiedRail .aiRailTrack{
  width:9px;
  height:164px;
  background:rgba(255,255,255,.075);
}
.unifiedRail .aiRailFill{
  background:linear-gradient(180deg,#9fffff 0%,#67dcff 46%,#6e7cff 100%);
  animation:evRailGlowMove 3.4s ease-in-out infinite;
}
body.siteMenuOpen .unifiedRail .siteMenuTrigger.aiRailMenuTrigger{
  opacity:0!important;
  pointer-events:none!important;
}

@media(max-width:850px){
  .unifiedRail.aiRail{
    right:10px!important;
    left:10px!important;
    bottom:10px!important;
    top:auto!important;
    transform:none!important;
    flex-direction:row!important;
    justify-content:center!important;
    padding:0!important;
    gap:8px!important;
  }
  .unifiedRail.aiRail::before{display:none;}
  .unifiedRail .siteMenuTrigger.aiRailMenuTrigger{
    width:50px!important;
    height:50px!important;
    min-width:50px!important;
    border-radius:17px!important;
  }
  .railMenuStack{top:10px;transform:translateX(-50%) scale(.86);}
  .unifiedRail .aiRailMenuTrigger .siteMenuTriggerText{bottom:5px;font-size:8px!important;}
  .unifiedRail .aiRailInfo{flex-direction:row!important;padding:10px 12px!important;max-width:calc(100vw - 170px);}
  .unifiedRail .aiRailTrack{width:96px!important;height:9px!important;}
  .unifiedRail .aiRailFill{height:100%;width:8%;left:0;bottom:auto;top:0;}
}


/* V44 - Clean trust frame, no client list, right menu text EV */
.trustSectionV44{
  max-width:1180px;
  padding:32px;
  border-radius:28px;
  border:1px solid rgba(143,246,255,.22);
  background:
    radial-gradient(circle at 88% 10%,rgba(143,246,255,.13),transparent 28%),
    linear-gradient(145deg,rgba(13,29,54,.94),rgba(7,16,31,.97) 58%,rgba(5,10,21,.98));
  box-shadow:0 24px 70px rgba(0,0,0,.32),inset 0 1px 0 rgba(255,255,255,.06);
}
.trustHeaderV44{max-width:960px;position:relative;z-index:1}
.trustHeaderV44 .sectionKicker{display:inline-flex;align-items:center;width:max-content}
.trustStatsV44 article{
  min-height:136px;
  border-radius:20px;
  padding:20px;
  background:linear-gradient(180deg,rgba(255,255,255,.072),rgba(255,255,255,.035));
  border:1px solid rgba(143,246,255,.20);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
}
.trustStatsV44 b{font-size:33px;color:#8ff6ff;text-shadow:0 0 16px rgba(143,246,255,.18)}
.trustStatsV44 span{font-size:17px;color:#e4f4ff;line-height:1.35}
.trustProofStrip{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:18px;
  padding-top:18px;
  border-top:1px solid rgba(143,246,255,.16);
}
.trustProofStrip article{
  display:flex;
  gap:13px;
  align-items:flex-start;
  padding:14px 12px;
  border-radius:18px;
  background:rgba(5,13,25,.38);
  border:1px solid rgba(143,246,255,.10);
}
.trustProofStrip span{
  flex:0 0 42px;
  width:42px;
  height:42px;
  border-radius:16px;
  display:grid;
  place-items:center;
  color:#071827;
  font-weight:950;
  background:linear-gradient(135deg,#8ff6ff,#6fdcff);
  box-shadow:0 0 22px rgba(143,246,255,.18);
}
.trustProofStrip b{display:block;color:#fff;font-size:17px;margin-bottom:5px}
.trustProofStrip p{margin:0;color:#cfe1ef;line-height:1.35;font-size:15px}
.drawerTrustBullets{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}
.drawerTrustBullets span{
  display:inline-flex;align-items:center;justify-content:center;
  border:1px solid rgba(143,246,255,.22);
  background:rgba(5,14,28,.44);
  color:#fff;
  border-radius:999px;
  padding:8px 10px;
  font-weight:900;
  font-size:12px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
}
.unifiedRail .aiRailMenuTrigger .siteMenuTriggerText{letter-spacing:.18em!important;}
@media(max-width:850px){
  .trustSectionV44{padding:22px;border-radius:24px}
  .trustStatsV44{grid-template-columns:1fr!important}
  .trustProofStrip{grid-template-columns:1fr}
}

/* V45 - Trust frame full width alignment pass
   The "20 χρόνια τεχνογνωσίας" frame now follows the same width and visual rhythm as the other main sections. */
.trustSectionV44{
  width:100%;
  max-width:none;
  margin:24px 0 0;
  padding:36px 34px;
  border-radius:30px;
}
.trustHeaderV44{
  max-width:100%;
}
.trustHeaderV44 .sectionKicker{
  max-width:100%;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.trustStatsV44{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.trustStatsV44 article{
  min-height:132px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
}
.trustProofStrip{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.trustProofStrip article{
  min-height:92px;
  align-items:flex-start;
}
@media(max-width:850px){
  .trustSectionV44{
    width:100%;
    padding:22px;
    margin-top:20px;
    border-radius:24px;
  }
  .trustHeaderV44 .sectionKicker{
    white-space:normal;
  }
}


/* V47 - Professional copy/layout polish + delicate right rail */
.smartText,
.processSection,
.industrySection,
.trustSectionV44,
.worksSection,
.contactSection,
.evFocusMega,
.mappingLegacy{
  width:100%;
  max-width:none;
}
.smartIntroOnly h2,
.trustHeaderV44 h2,
.worksIntro h2{
  letter-spacing:-.035em;
}
.smartIntroOnly p,
.trustHeaderV44 p,
.worksIntro p{
  max-width:980px;
  line-height:1.62;
}
.serviceGridV37 article{
  min-height:176px;
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025));
  border-color:rgba(143,246,255,.15);
}
.serviceGridV37 article b{font-size:22px;line-height:1.15;margin-bottom:10px}
.serviceGridV37 article span{line-height:1.45;color:#dbeaf6}
.trustSectionV44{
  padding:42px 40px 36px;
  border-radius:32px;
  margin-top:26px;
  background:radial-gradient(circle at 86% 0%,rgba(143,246,255,.12),transparent 30%),linear-gradient(145deg,rgba(11,29,54,.96),rgba(7,15,31,.985) 62%,rgba(4,10,22,.99));
}
.trustStatsV44 article{
  min-height:138px;
}
.trustProofStrip article{
  min-height:102px;
}
/* Delicate right rail: keep the animated bar, make the rest lighter */
.unifiedRail.aiRail{
  right:38px!important;
  gap:9px!important;
}
.unifiedRail .siteMenuTrigger.aiRailMenuTrigger{
  width:50px!important;
  height:50px!important;
  min-width:50px!important;
  border-radius:17px!important;
  border:1px solid rgba(143,246,255,.28)!important;
  background:linear-gradient(180deg,rgba(13,35,58,.64),rgba(5,13,25,.50))!important;
  box-shadow:0 10px 30px rgba(0,0,0,.26),0 0 18px rgba(143,246,255,.13),inset 0 1px 0 rgba(255,255,255,.06)!important;
}
.railMenuStack{top:11px!important;transform:translateX(-50%) scale(.82)!important;opacity:.92!important}
.unifiedRail .aiRailMenuTrigger .siteMenuTriggerText{font-size:8px!important;bottom:5px!important;letter-spacing:.16em!important}
.unifiedRail .aiRailBtn{
  width:38px!important;
  height:38px!important;
  border-radius:15px!important;
  font-size:18px!important;
  color:#c9faff!important;
  border:1px solid rgba(143,246,255,.18)!important;
  background:rgba(7,17,30,.42)!important;
  box-shadow:0 9px 24px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.045)!important;
}
.unifiedRail .aiRailInfo{
  padding:9px 7px!important;
  border-radius:22px!important;
  border:1px solid rgba(143,246,255,.14)!important;
  background:rgba(5,13,24,.50)!important;
  box-shadow:0 12px 32px rgba(0,0,0,.25),inset 0 1px 0 rgba(255,255,255,.04)!important;
}
.unifiedRail .aiRailLabel{
  min-width:58px!important;
  max-width:78px!important;
  padding:6px 8px!important;
  border-radius:999px!important;
  font-size:10px!important;
  letter-spacing:.03em!important;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  background:rgba(143,246,255,.08)!important;
  border:1px solid rgba(143,246,255,.16)!important;
}
.unifiedRail .aiRailTrack{
  width:6px!important;
  height:146px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.055)!important;
  overflow:hidden!important;
}
.unifiedRail .aiRailFill{
  width:100%!important;
  border-radius:999px!important;
  background:linear-gradient(180deg,#a4ffff 0%,#6fe7ff 45%,#6f7bff 100%)!important;
  box-shadow:0 0 16px rgba(143,246,255,.28)!important;
}
@media(max-width:850px){
  .serviceGridV37 article{min-height:auto}
  .trustSectionV44{padding:24px 20px;border-radius:24px}
  .unifiedRail.aiRail{right:10px!important;gap:8px!important}
  .unifiedRail .aiRailInfo{max-width:calc(100vw - 160px)!important}
  .unifiedRail .aiRailTrack{height:6px!important;width:90px!important}
}

/* V52 — EV Focus showcase service section */
.evFocusShowcase{padding:34px!important;background:radial-gradient(circle at 12% 6%,rgba(98,255,103,.12),transparent 28%),radial-gradient(circle at 88% 16%,rgba(118,236,255,.08),transparent 34%),linear-gradient(145deg,#071018,#0b1422 54%,#061018)!important}
.evFocusTopShowcase{align-items:flex-start!important}
.evFocusTitle{font-size:clamp(2.5rem,5vw,4.6rem)!important;line-height:.95!important;letter-spacing:-.05em!important;margin:0!important}
.evFocusSubtitle{margin:10px 0 0;color:#dff5ff;font-size:clamp(1rem,1.5vw,1.3rem);line-height:1.4;max-width:980px}
.evFocusHeroMedia{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,0.95fr);gap:22px;align-items:stretch;margin:24px 0;border:1px solid rgba(126,255,137,.14);border-radius:30px;background:linear-gradient(135deg,rgba(255,255,255,.055),rgba(0,0,0,.22));padding:22px;overflow:hidden;box-shadow:inset 0 0 0 1px rgba(255,255,255,.025)}
.evFocusHeroMedia:before{content:"";position:absolute;inset:0;background:linear-gradient(100deg,rgba(126,255,137,.07),transparent 40%,rgba(143,246,255,.04));pointer-events:none}
.evFocusHeroText,.evFocusHeroImage{position:relative;z-index:1}
.evFocusEyebrow{display:inline-flex;margin:0 0 14px;padding:8px 13px;border:1px solid rgba(126,255,137,.32);border-radius:999px;background:rgba(126,255,137,.09);color:#baffb6;font-weight:900;text-transform:uppercase;letter-spacing:.04em;font-size:.8rem}
.evFocusHeroTitle{font-size:clamp(1.8rem,3vw,3.2rem);line-height:1.05;margin:0 0 16px;color:#fff;letter-spacing:-.035em}
.evFocusHeroCopy{font-size:clamp(1.05rem,1.5vw,1.35rem);line-height:1.5;color:#dcecff;margin:0 0 18px;max-width:820px}
.evFocusShowcaseActions{display:flex;gap:12px;flex-wrap:wrap}.evFocusShowcaseActions .primaryLink,.evFocusShowcaseActions button{display:inline-flex;align-items:center;justify-content:center;min-height:54px;border-radius:16px;padding:0 20px;border:0;text-decoration:none;font-weight:950;color:#051016;background:linear-gradient(135deg,#91ff71,#66ec58);box-shadow:0 16px 38px rgba(112,255,101,.18);cursor:pointer}.evFocusShowcaseActions .ghost{background:rgba(255,255,255,.07)!important;color:#e9fff0!important;border:1px solid rgba(126,255,137,.20)!important;box-shadow:none!important}
.evFocusHeroImage{margin:0;border-radius:24px;overflow:hidden;border:1px solid rgba(126,255,137,.18);background:#050b10;box-shadow:0 24px 70px rgba(0,0,0,.35),0 0 40px rgba(126,255,137,.08)}
.evFocusHeroImage img{display:block;width:100%;height:100%;min-height:360px;object-fit:cover;object-position:center}
.evFocusServiceBlocks{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:20px 0 22px}.evFocusServiceBlocks article{border:1px solid rgba(126,255,137,.14);border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(0,0,0,.19));padding:18px;min-height:178px}.evFocusServiceBlocks span{display:inline-flex;align-items:center;justify-content:center;height:34px;min-width:46px;padding:0 10px;border-radius:13px;background:rgba(126,255,137,.11);border:1px solid rgba(126,255,137,.24);color:#91ff71;font-weight:950;margin-bottom:12px}.evFocusServiceBlocks b{display:block;font-size:1.25rem;color:#fff;margin-bottom:8px}.evFocusServiceBlocks p{margin:0;color:#d9ebdd;line-height:1.43}
.evFocusGallery{display:grid;grid-template-columns:1.2fr 1fr;gap:14px}.evFocusImageCard{position:relative;min-height:260px;border-radius:24px;overflow:hidden;border:1px solid rgba(126,255,137,.15);background:#050b10;box-shadow:0 18px 50px rgba(0,0,0,.27)}.evFocusImageCard.wide{grid-row:span 2}.evFocusImageCard img{width:100%;height:100%;display:block;object-fit:cover;filter:saturate(1.04) contrast(1.02)}.evFocusImageCard:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 42%,rgba(0,0,0,.78));pointer-events:none}.evFocusImageCard div{position:absolute;left:18px;right:18px;bottom:16px;z-index:1}.evFocusImageCard b{display:block;color:#fff;font-size:1.15rem;margin-bottom:4px}.evFocusImageCard p{margin:0;color:#dff5e0;line-height:1.35;font-size:.98rem}.evFocusShowcase .evFocusNote{border-color:rgba(126,255,137,.18);background:rgba(126,255,137,.065);color:#eaffea;margin-top:18px}
@media(max-width:950px){.evFocusHeroMedia{grid-template-columns:1fr}.evFocusServiceBlocks{grid-template-columns:1fr 1fr}.evFocusGallery{grid-template-columns:1fr}.evFocusImageCard.wide{grid-row:auto}.evFocusHeroImage img,.evFocusImageCard{min-height:260px}}
@media(max-width:620px){.evFocusShowcase{padding:22px!important}.evFocusServiceBlocks{grid-template-columns:1fr}.evFocusShowcaseActions .primaryLink,.evFocusShowcaseActions button{width:100%}.evFocusHeroImage img{min-height:220px}.evFocusImageCard{min-height:220px}}


/* V53 - EV Corrector AI public showcase */
.evCorrectorMega{position:relative;margin-top:22px;border:1px solid rgba(80,178,255,.18);border-radius:34px;overflow:hidden;padding:34px;background:radial-gradient(circle at 12% 6%,rgba(73,190,255,.18),transparent 30%),radial-gradient(circle at 86% 10%,rgba(255,255,255,.16),transparent 28%),linear-gradient(145deg,#f7fcff 0%,#eaf7ff 42%,#f8fbff 100%);box-shadow:0 34px 110px rgba(0,0,0,.18),0 0 70px rgba(73,190,255,.08);color:#10233b}.evCorrectorMega:before{content:"";position:absolute;right:-140px;top:60px;width:390px;height:390px;border-radius:50%;background:rgba(22,152,255,.12);filter:blur(18px);pointer-events:none}.correctorGlow{position:absolute;inset:auto -30% -45% 10%;height:220px;background:radial-gradient(circle,rgba(37,160,255,.12),transparent 70%);pointer-events:none}.correctorTop{position:relative;z-index:1;display:flex;align-items:flex-start;gap:22px;margin-bottom:24px}.correctorMark{display:grid;place-items:center;flex:0 0 74px;width:74px;height:74px;border-radius:24px;background:linear-gradient(135deg,#4ee8ff,#0d8aff);color:#031223;font-weight:1000;font-size:30px;box-shadow:0 18px 45px rgba(23,139,245,.24)}.correctorBadge{display:inline-flex;margin:0 0 8px;padding:8px 13px;border:1px solid rgba(17,143,232,.26);border-radius:999px;background:rgba(28,162,255,.08);color:#0476bd;font-weight:1000;text-transform:uppercase;letter-spacing:.045em;font-size:.78rem}.correctorTitle{margin:0;font-size:clamp(2.5rem,5vw,4.5rem);line-height:.95;letter-spacing:-.05em;color:#08213b}.correctorSubtitle{margin:10px 0 0;color:#294965;font-size:clamp(1rem,1.5vw,1.32rem);line-height:1.45;max-width:980px}.correctorHeroMedia{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);gap:22px;align-items:stretch;margin:24px 0;border:1px solid rgba(36,153,239,.18);border-radius:30px;background:linear-gradient(135deg,rgba(255,255,255,.88),rgba(220,245,255,.62));padding:22px;overflow:hidden;box-shadow:inset 0 0 0 1px rgba(255,255,255,.58),0 18px 50px rgba(21,111,180,.12)}.correctorHeroMedia:before{content:"";position:absolute;inset:0;background:linear-gradient(100deg,rgba(30,162,255,.08),transparent 44%,rgba(255,255,255,.22));pointer-events:none}.correctorHeroText,.correctorHeroImage{position:relative;z-index:1}.correctorEyebrow{display:inline-flex;margin:0 0 14px;padding:8px 13px;border:1px solid rgba(37,160,255,.28);border-radius:999px;background:rgba(37,160,255,.09);color:#0973bb;font-weight:1000;text-transform:uppercase;letter-spacing:.04em;font-size:.78rem}.correctorHeroTitle{font-size:clamp(1.9rem,3vw,3.15rem);line-height:1.05;margin:0 0 16px;color:#071e37;letter-spacing:-.04em}.correctorHeroCopy{font-size:clamp(1.05rem,1.5vw,1.32rem);line-height:1.55;color:#29435f;margin:0 0 18px;max-width:850px}.correctorActions{display:flex;gap:12px;flex-wrap:wrap}.correctorActions .primaryLink,.correctorActions button{display:inline-flex;align-items:center;justify-content:center;min-height:54px;border-radius:16px;padding:0 20px;border:0;text-decoration:none;font-weight:950;color:#fff;background:linear-gradient(135deg,#0eb8ff,#176cff);box-shadow:0 16px 38px rgba(20,121,255,.2);cursor:pointer}.correctorActions .ghost{background:rgba(7,30,55,.06)!important;color:#0b2b4d!important;border:1px solid rgba(20,121,255,.18)!important;box-shadow:none!important}.correctorHeroImage{margin:0;border-radius:24px;overflow:hidden;border:1px solid rgba(37,160,255,.18);background:#e9f7ff;box-shadow:0 24px 70px rgba(21,111,180,.16)}.correctorHeroImage img{display:block;width:100%;height:100%;min-height:360px;object-fit:cover;object-position:center}.correctorServiceBlocks{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:20px 0 22px}.correctorServiceBlocks article{border:1px solid rgba(30,140,230,.16);border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.86),rgba(232,247,255,.72));padding:18px;min-height:184px;box-shadow:0 14px 34px rgba(11,80,140,.07)}.correctorServiceBlocks span{display:inline-flex;align-items:center;justify-content:center;height:34px;min-width:46px;padding:0 10px;border-radius:13px;background:rgba(23,132,244,.11);border:1px solid rgba(23,132,244,.2);color:#0b80d0;font-weight:1000;margin-bottom:12px}.correctorServiceBlocks b{display:block;font-size:1.25rem;color:#08213b;margin-bottom:8px}.correctorServiceBlocks p{margin:0;color:#38546f;line-height:1.43}.correctorGallery{position:relative;z-index:1;display:grid;grid-template-columns:1.18fr 1fr;gap:14px}.correctorImageCard{position:relative;min-height:260px;border-radius:24px;overflow:hidden;border:1px solid rgba(37,160,255,.18);background:#edf9ff;box-shadow:0 18px 50px rgba(23,118,194,.13)}.correctorImageCard.wide{grid-row:span 2}.correctorImageCard img{width:100%;height:100%;display:block;object-fit:cover;filter:saturate(1.03) contrast(1.01)}.correctorImageCard:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 44%,rgba(5,19,36,.76));pointer-events:none}.correctorImageCard div{position:absolute;left:18px;right:18px;bottom:16px;z-index:1}.correctorImageCard b{display:block;color:#fff;font-size:1.15rem;margin-bottom:4px}.correctorImageCard p{margin:0;color:#eaf8ff;line-height:1.35;font-size:.98rem}.correctorNote{position:relative;z-index:1;margin-top:18px;border:1px solid rgba(37,160,255,.18);border-radius:24px;background:rgba(255,255,255,.70);padding:18px 22px;color:#143656;font-weight:850;font-size:1.05rem;line-height:1.45}.correctorNote b{color:#0a75bd}@media(max-width:950px){.correctorHeroMedia{grid-template-columns:1fr}.correctorServiceBlocks{grid-template-columns:1fr 1fr}.correctorGallery{grid-template-columns:1fr}.correctorImageCard.wide{grid-row:auto}.correctorHeroImage img,.correctorImageCard{min-height:260px}}@media(max-width:620px){.evCorrectorMega{padding:22px}.correctorTop{display:grid}.correctorServiceBlocks{grid-template-columns:1fr}.correctorActions .primaryLink,.correctorActions button{width:100%}.correctorHeroImage img{min-height:220px}.correctorImageCard{min-height:220px}}

.leadHelper{margin:6px 4px 10px;color:rgba(220,245,255,.72);font-size:12px;line-height:1.35}

/* V66: preserve clean EL answer lines and bullets */
.msg{white-space:pre-wrap}
