@import url('/assets/css/app.css?v=20260717-base');

/* Public site final layer */
.site-header{
  min-height:76px;
  padding:14px clamp(22px,4vw,64px);
  background:var(--header-bg);
  border-bottom:1px solid rgba(13,8,102,.08);
  backdrop-filter:blur(18px);
}
.site-header .brand-logo{width:clamp(170px,18vw,252px);max-height:58px}
.main-nav{gap:22px;font-size:14.5px}
.main-nav a{font-weight:600;color:var(--ink)}
.header-actions{gap:12px}
.account-menu{position:relative}
.account-dropdown{
  position:absolute;
  right:0;
  top:calc(100% + 10px);
  min-width:190px;
  display:none;
  padding:8px;
  background:var(--surface, #ffffff)!important;
  border:1px solid var(--line);
  border-radius:14px;
  box-shadow:0 20px 60px rgba(13,8,102,.14);
  z-index:60;
}
.account-dropdown.is-open{display:grid}
.account-dropdown a{padding:10px 12px;border-radius:10px;font-weight:600;color:var(--brand)}
.account-dropdown a:hover{background:var(--soft)}
.agency-hero{
  min-height:calc(100vh - 76px);
  padding:86px clamp(24px,5vw,84px) 110px;
  background:#03051e;
}
.agency-hero:before{
  background:
    radial-gradient(circle at 50% 68%,rgba(48,196,255,.58),transparent 16%),
    linear-gradient(180deg,rgba(2,3,18,.24),rgba(2,3,18,.94) 74%),
    var(--hero-bg);
  background-size:cover;
  background-position:center bottom;
}
.agency-hero h1{font-size:clamp(42px,5vw,76px);max-width:920px}
.agency-hero .subtitle{max-width:720px}
.hero-composition{min-height:560px}
.floating-panel{box-shadow:0 34px 110px rgba(0,0,0,.32)}
.section{padding-block:92px}
.project-card,.service-card{border-radius:16px}
.service-card{min-height:320px}
.service-icon{border-radius:18px}
.service-icon svg{stroke:#0d0866}
.services-remix .service-card:first-child .service-icon svg{stroke:#8fefff}
.cta-band{border-radius:18px}
.site-footer{background:#05043a}
.footer-logo{max-width:220px}
@media (max-width:1100px){
  .main-nav{display:none}
  .menu-button{display:block}
  .main-nav.is-open{display:flex}
}
@media (max-width:760px){
  .site-header{min-height:66px;padding:12px 18px}
  .site-header .brand-logo{width:150px}
  .agency-hero{padding-top:54px}
  .agency-hero h1{font-size:36px}
  .header-actions .arrow-button{display:none}
  .account-menu{display:none}
}

/* Final premium public shell */
.site-header{
  position:fixed;
  left:0;
  right:0;
  top:0;
  z-index:50;
  transition:background .28s ease,border-color .28s ease,box-shadow .28s ease,color .28s ease;
}
.site-header.is-transparent{
  background:linear-gradient(180deg,rgba(3,5,30,.72),rgba(3,5,30,0));
  border-bottom-color:rgba(255,255,255,.08);
  box-shadow:none;
}
.site-header.is-transparent .brand-logo{filter:brightness(0) invert(1)}
.site-header.is-transparent .main-nav a,
.site-header.is-transparent .nav-dropdown button,
.site-header.is-transparent .language-switch,
.site-header.is-transparent .client-access{color:#fff}
.site-header.is-transparent .client-access,
.site-header.is-transparent .icon-pill{
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.18);
}
.site-header.is-scrolled{
  background:var(--header-bg);
  border-bottom-color:rgba(13,8,102,.1);
  box-shadow:0 18px 55px rgba(13,8,102,.09);
}
.nav-dropdown{position:relative}
.nav-dropdown button{
  border:0;
  background:transparent;
  color:var(--ink);
  font-weight:600;
  cursor:pointer;
  padding:0;
}
.nav-dropdown button:after{content:"";display:inline-block;width:7px;height:7px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg);margin-left:8px;margin-bottom:3px}
.nav-dropdown>div{
  position:absolute;
  left:0;
  top:calc(100% + 18px);
  min-width:210px;
  display:grid;
  gap:4px;
  padding:10px;
  background:var(--surface, #ffffff) !important;
  border:1px solid #e8ebf6;
  border-radius:16px;
  box-shadow:0 24px 70px rgba(13,8,102,.16);
  opacity:0;
  visibility:hidden;
  transform:translateY(8px);
  transition:opacity .2s ease,transform .2s ease,visibility .2s;
  z-index:70;
}
.nav-dropdown:hover>div,.nav-dropdown:focus-within>div{opacity:1;visibility:visible;transform:none}
.nav-dropdown>div a{padding:10px 12px;border-radius:10px;color:var(--ink)!important}
.nav-dropdown>div a:hover{background:var(--soft)}
.agency-hero{
  min-height:100vh;
  padding-top:150px;
  background:#020417;
}
.agency-hero:before{
  background:
    radial-gradient(circle at 50% 72%,rgba(38,198,255,.48),transparent 18%),
    linear-gradient(180deg,rgba(2,4,23,.28),rgba(2,4,23,.94) 78%),
    var(--hero-bg)!important;
  background-size:cover!important;
  background-position:center bottom!important;
  animation:heroBreath 16s ease-in-out infinite;
}
.agency-hero h1{font-size:clamp(38px,4.4vw,64px);max-width:790px}
.agency-hero .subtitle{font-weight:400;color:rgba(255,255,255,.72);font-size:clamp(15px,1.25vw,19px);line-height:1.75}
.button.arrow-button{
  border-radius:999px;
  box-shadow:0 14px 42px rgba(30,135,255,.28),inset 0 1px 0 rgba(255,255,255,.22);
  transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease;
}
.button.arrow-button:hover{transform:translateY(-2px);box-shadow:0 22px 70px rgba(30,135,255,.38),0 0 0 1px rgba(143,239,255,.28)}
.button.arrow-button:focus-visible{outline:3px solid rgba(143,239,255,.58);outline-offset:3px}
.work-section{background:linear-gradient(180deg,#fff,#f7faff)}
.featured-projects{grid-template-columns:repeat(3,minmax(0,1fr))!important}
.featured-projects .project-card:first-child{grid-row:auto!important}
.project-card{
  border-radius:20px!important;
  border:1px solid #e8ecf7!important;
  box-shadow:0 18px 55px rgba(13,8,102,.08)!important;
  background:var(--surface);
}
.project-card img{aspect-ratio:16/11!important;object-fit:cover}
.project-card div{display:grid;gap:8px}
.project-card h3{font-size:20px}
.project-card p{font-size:14px;line-height:1.7}
.project-card:after{content:"View Project →";display:block;padding:0 22px 22px;color:var(--brand);font-weight:600}
@keyframes heroBreath{50%{transform:scale(1.035)}}
@media (max-width:1100px){
  .main-nav.is-open{position:absolute;inset:72px 18px auto 18px;display:grid!important;background:var(--surface);border:1px solid #e8ecf7;border-radius:18px;padding:16px;box-shadow:0 24px 70px rgba(13,8,102,.16)}
  .main-nav.is-open a,.main-nav.is-open .nav-dropdown button{color:var(--ink)!important}
  .nav-dropdown>div{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border-radius:12px;margin-top:8px}
  .featured-projects{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media (max-width:760px){
  .agency-hero{padding-top:110px}
  .featured-projects{grid-template-columns:1fr!important}
}
@media (prefers-reduced-motion:reduce){
  .agency-hero:before{animation:none}
}
.portal-overview{background:linear-gradient(180deg,#fff,#f5f8ff)}
.portal-detail{margin-top:22px}
.timeline-row{border-bottom:1px solid #edf0f8;padding:14px 0}
.timeline-row strong{display:block;font-weight:600;color:var(--ink)}
.timeline-row span{display:inline-flex;margin:8px 0;padding:5px 10px;border-radius:999px;background:#eef7ff;color:var(--brand);font-size:12px;font-weight:600}
.project-progress{padding:18px 0;border-top:1px solid #edf0f8}

.client-approval-panel{scroll-margin-top:120px}
.client-approval-board{
  margin-top:18px;
  padding:18px;
  border:1px solid rgba(10,14,48,.1);
  border-radius:24px;
  background:#fff;
}
.client-approval-board__header{
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:flex-start;
  margin-bottom:16px;
}
.client-approval-board__header span,
.client-approval-meta span{
  color:#4d7b1b;
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.client-approval-board__header h3{margin:4px 0 6px;font-size:24px}
.client-approval-board__header p{margin:0;color:#68708a}
.client-approval-board__header strong{
  padding:8px 12px;
  border-radius:999px;
  background:#eaffc7;
  color:#315b16;
  white-space:nowrap;
}
.client-approval-items{
  display:grid;
  gap:16px;
}
.client-approval-card{
  display:grid;
  grid-template-columns:240px minmax(0,1fr);
  gap:18px;
  padding:16px;
  border-radius:22px;
  background:#f7f9ff;
}
.client-approval-preview{
  display:grid;
  place-items:center;
  min-height:190px;
  overflow:hidden;
  border-radius:18px;
  background:
    radial-gradient(circle at 22% 24%,rgba(189,242,101,.24),transparent 26%),
    linear-gradient(135deg,#090b31,#17205f);
  color:#bdf265;
  font-weight:700;
}
.client-approval-preview img{width:100%;height:100%;object-fit:contain}
.client-approval-preview a{color:#bdf265;text-decoration:none;font-weight:700}
.client-approval-meta{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
}
.client-approval-meta strong{
  margin-left:auto;
  padding:7px 10px;
  border-radius:999px;
  background:#fff;
  color:#151932;
  font-size:12px;
}
.client-approval-card h4{margin:12px 0 6px;font-size:22px}
.client-approval-card p{margin:0 0 10px;color:#68708a}
.client-approval-card blockquote{
  margin:12px 0;
  padding:14px;
  border-left:4px solid #bdf265;
  border-radius:14px;
  background:#fff;
  color:#151932;
}
.client-approval-comments{
  display:grid;
  gap:6px;
  margin:12px 0;
}
.client-approval-comments p{
  margin:0;
  padding:10px 12px;
  border-radius:14px;
  background:#fff;
  color:#4d536b;
}
.client-approval-form{
  display:grid;
  gap:10px;
  margin-top:12px;
}
.client-approval-form textarea{
  min-height:88px;
  border:1px solid #dfe6f1;
  border-radius:16px;
  padding:12px 14px;
  resize:vertical;
}
.client-approval-form div{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:flex-end;
}
@media (max-width:760px){
  .client-approval-board__header,.client-approval-card{grid-template-columns:1fr;display:grid}
  .client-approval-meta strong{margin-left:0}
}
.progress-bar{height:10px;border-radius:999px;background:#edf1fb;overflow:hidden}
.progress-bar span{display:block;height:100%;background:linear-gradient(90deg,#0d0866,#13b8d7);border-radius:inherit}
.site-footer{
  grid-template-columns:1.4fr repeat(3,minmax(0,1fr));
  background:radial-gradient(circle at 18% 0,rgba(19,184,215,.16),transparent 32%),#05043a;
}
.site-footer h3{font-size:15px;color:#fff}
.social-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
.social-links a{border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:7px 10px;font-size:12px;margin:0!important}

/* ===== Premium auth screens (admin + client/team workspace login) ===== */
.auth-body{
  min-height:100vh;
  display:grid;
  place-items:center;
  padding:24px;
  background:
    radial-gradient(circle at 18% 15%,rgba(103,84,255,.35),transparent 32%),
    radial-gradient(circle at 82% 78%,rgba(19,184,215,.22),transparent 34%),
    radial-gradient(circle at 50% 100%,rgba(59,37,208,.25),transparent 45%),
    linear-gradient(160deg,#070532 0%,#0d0866 55%,#120a4d 100%);
  position:relative;
  overflow:hidden;
}
.auth-body:before{
  content:"";
  position:absolute;inset:0;
  background-image:radial-gradient(rgba(255,255,255,.55) 1px,transparent 1px);
  background-size:3px 3px;
  opacity:.05;
  pointer-events:none;
}
.auth-shell{
  position:relative;
  width:100%;
  max-width:960px;
  display:grid;
  grid-template-columns:1.05fr 1fr;
  background:rgba(10,7,50,.35);
  border:1px solid rgba(255,255,255,.12);
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 40px 120px rgba(0,0,0,.45);
  backdrop-filter:blur(20px);
}
.auth-visual{
  padding:52px 44px;
  color:#fff;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  background:
    radial-gradient(circle at 30% 20%,rgba(103,84,255,.4),transparent 45%),
    linear-gradient(160deg,rgba(103,84,255,.18),rgba(19,184,215,.10));
  position:relative;
}
.auth-visual .brand{margin-bottom:40px;}
.auth-visual .brand-logo{height:28px;filter:brightness(0) invert(1);}
.auth-visual h2{font-size:28px;line-height:1.2;max-width:320px;margin-bottom:14px;}
.auth-visual p{color:rgba(255,255,255,.68);max-width:320px;}
.auth-visual__badges{display:flex;flex-direction:column;gap:12px;margin-top:32px;}
.auth-visual__badge{
  display:flex;align-items:center;gap:10px;
  font-size:13px;color:rgba(255,255,255,.82);
  padding:10px 14px;border-radius:10px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.1);
}
.auth-visual__badge:before{content:"✓";color:#8fefff;font-weight:700;}
.auth-form-side{
  background:rgba(6,4,32,.55);
  padding:52px 44px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.auth-form-side .eyebrow{color:#8fefff;}
.auth-form-side h1{color:#fff;font-size:26px;margin-bottom:8px;}
.auth-form-side > p{color:rgba(255,255,255,.6);margin-bottom:28px;font-size:14px;}
.auth-form-side .smart-form label{color:rgba(255,255,255,.82);font-size:13px;font-weight:500;display:grid;gap:6px;}
.auth-form-side .smart-form input,
.auth-form-side .smart-form select{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.16);
  color:#fff;
  border-radius:10px;
  padding:13px 14px;
}
.auth-form-side .smart-form input::placeholder{color:rgba(255,255,255,.35);}
.auth-form-side .smart-form input:focus,
.auth-form-side .smart-form select:focus{
  outline:none;
  border-color:#8fefff;
  box-shadow:0 0 0 3px rgba(143,239,255,.15);
}
.auth-password-field{position:relative;}
.auth-password-toggle{
  position:absolute;right:12px;top:38px;
  background:none;border:0;color:rgba(255,255,255,.55);
  font-size:12px;font-weight:600;cursor:pointer;letter-spacing:.02em;
}
.auth-password-toggle:hover{color:#fff;}
.auth-row-between{display:flex;align-items:center;justify-content:space-between;font-size:13px;margin-top:-6px;}
.auth-row-between label{flex-direction:row;align-items:center;gap:8px;font-weight:400;color:rgba(255,255,255,.65);}
.auth-row-between input[type=checkbox]{width:auto;}
.auth-row-between a{color:#8fefff;font-weight:500;}
.auth-form-side .button{
  margin-top:6px;
  background:linear-gradient(135deg,#6754ff,#13b8d7);
  box-shadow:0 14px 34px rgba(103,84,255,.35);
}
.auth-form-side .alert{
  background:rgba(255,90,90,.12);
  border:1px solid rgba(255,90,90,.35);
  color:#ffb3b3;
  padding:12px 14px;border-radius:10px;font-size:13px;margin-bottom:18px;
}
.auth-form-side .note-success{
  background:rgba(90,255,170,.1);
  border:1px solid rgba(90,255,170,.32);
  color:#a8ffd6;
  padding:12px 14px;border-radius:10px;font-size:13px;margin-bottom:18px;
}
.auth-back-link{margin-top:22px;font-size:13px;color:rgba(255,255,255,.55);}
.auth-back-link a{color:#8fefff;}

@media (max-width:820px){
  .auth-shell{grid-template-columns:1fr !important;}
  .auth-visual{display:none !important;}
  .auth-form-side{padding:40px 28px;}
}

/* ===== Theme toggle button ===== */
.theme-toggle{
  display:inline-flex;align-items:center;justify-content:center;
  width:38px;height:38px;border-radius:50%;
  border:1px solid var(--line);background:var(--surface);color:var(--ink);
  cursor:pointer;flex-shrink:0;
}
.theme-toggle svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
.theme-toggle__moon{display:none;}
:root[data-theme="dark"] .theme-toggle__sun{display:none;}
:root[data-theme="dark"] .theme-toggle__moon{display:block;}
.theme-toggle--admin{border-color:var(--line);}

/* ===== Public site — premium refinement pass ===== */
.service-card,.project-card,.card-columns article,.stat{
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.service-card:hover{transform:translateY(-4px);box-shadow:0 20px 50px rgba(13,8,102,.12);}
.button{
  transition:transform .15s ease,box-shadow .15s ease,filter .15s ease;
}
.button:hover{transform:translateY(-1px);filter:brightness(1.04);}
.button-ghost:hover{border-color:var(--brand-3);color:var(--brand-3);}
.section{scroll-margin-top:80px;}
.section-heading h2{letter-spacing:-0.01em;}
.logo-item img{transition:filter .25s ease,opacity .25s ease,transform .25s ease;}

/* Footer + copyright stay on the fixed dark brand background in both
   themes (intentional — matches the sidebar's always-dark treatment) */
.site-footer,.copyright{background:#090641;}

/* Dark mode: keep the deliberately-dark hero/CTA sections looking
   correct (they already use their own fixed dark gradients) while
   everything else follows the light/dark toggle. */
:root[data-theme="dark"] .card-columns article,
:root[data-theme="dark"] .service-card,
:root[data-theme="dark"] .stat,
:root[data-theme="dark"] .project-card,
:root[data-theme="dark"] .admin-panel{
  border-color:var(--line);
}
:root[data-theme="dark"] .form-section{background:var(--soft);}
:root[data-theme="dark"] input,
:root[data-theme="dark"] select,
:root[data-theme="dark"] textarea{
  background:var(--surface);
  color:var(--ink);
  border-color:var(--line);
}

/* =========================================================
   HOMEPAGE REDESIGN v2 — new component system, deliberately
   independent of the old .agency-hero/.service-card rules so
   there's no risk of cascade conflicts with earlier layers.
   ========================================================= */

/* ---------- Hero ---------- */
.hero-v2{
  position:relative;
  overflow:hidden;
  padding:clamp(120px,14vw,168px) 24px clamp(80px,10vw,120px);
  background:
    radial-gradient(circle at 50% 0%,rgba(103,84,255,.28),transparent 55%),
    linear-gradient(180deg,#050320 0%,#0a0730 55%,#0d0866 100%);
  text-align:center;
  color:#fff;
}
:root[data-theme="dark"] .hero-v2{
  background:
    radial-gradient(circle at 50% 0%,rgba(103,84,255,.22),transparent 55%),
    linear-gradient(180deg,#020112 0%,#070520 55%,#0a0740 100%);
}
.hero-v2__glow{
  position:absolute;left:50%;top:-10%;
  width:900px;height:900px;
  transform:translateX(-50%);
  background:radial-gradient(circle,rgba(19,184,215,.22),transparent 60%);
  filter:blur(10px);
  pointer-events:none;
}
.hero-v2__grid{
  position:absolute;inset:0;
  background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:48px 48px;
  mask-image:radial-gradient(circle at 50% 20%,black,transparent 70%);
  pointer-events:none;
}
.hero-v2__inner{position:relative;max-width:760px;margin:0 auto;}
.hero-v2__eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;
  color:#8fefff;margin-bottom:20px;
}
.hero-v2__eyebrow:before{content:"";width:6px;height:6px;border-radius:50%;background:#8fefff;}
.hero-v2__title{
  font-size:clamp(38px,6vw,68px);
  font-weight:700;
  line-height:1.08;
  letter-spacing:-0.02em;
  margin:0 0 22px;
  text-wrap:balance;
}
.hero-v2__subtitle{
  font-size:clamp(16px,1.6vw,19px);
  color:rgba(255,255,255,.68);
  max-width:600px;
  margin:0 auto 36px;
  line-height:1.6;
}
.hero-v2__actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-bottom:56px;}
.hero-v2__stats{
  display:flex;justify-content:center;gap:clamp(28px,5vw,64px);
  flex-wrap:wrap;
  padding-top:36px;
  border-top:1px solid rgba(255,255,255,.12);
}
.hero-v2__stats div{display:flex;flex-direction:column;gap:4px;}
.hero-v2__stats strong{font-size:22px;font-weight:700;color:#fff;}
.hero-v2__stats span{font-size:13px;color:rgba(255,255,255,.55);}

/* ---------- Buttons ---------- */
.btn-v2{
  display:inline-flex;align-items:center;justify-content:center;
  padding:14px 28px;border-radius:999px;
  font-weight:600;font-size:15px;
  transition:transform .15s ease,filter .15s ease,background .15s ease,color .15s ease;
  border:1px solid transparent;
}
.btn-v2--primary{
  background:linear-gradient(135deg,#6754ff,#13b8d7);
  color:#fff;
  box-shadow:0 16px 40px rgba(103,84,255,.35);
}
.btn-v2--primary:hover{transform:translateY(-2px);filter:brightness(1.05);}
.btn-v2--ghost{
  background:rgba(255,255,255,.06);
  border-color:rgba(255,255,255,.2);
  color:#fff;
}
.btn-v2--ghost:hover{background:rgba(255,255,255,.12);transform:translateY(-2px);}
.section-v2:not(.section-v2--dark) .btn-v2--ghost{
  background:transparent;border-color:var(--line);color:var(--ink);
}
.section-v2:not(.section-v2--dark) .btn-v2--ghost:hover{background:var(--soft);}

/* ---------- Trust bar ---------- */
.trust-v2{padding:44px 24px;text-align:center;background:var(--surface);border-bottom:1px solid var(--line);}
.trust-v2__label{font-size:13px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:22px;}

/* ---------- Section shell ---------- */
.section-v2{padding:clamp(64px,8vw,104px) 24px;max-width:1200px;margin:0 auto;}
.section-v2--soft{background:var(--soft);max-width:none;}
.section-v2--soft > *{max-width:1200px;margin-left:auto;margin-right:auto;}
.section-v2--dark{background:#080626;max-width:none;color:#fff;}
.section-v2--dark > *{max-width:1200px;margin-left:auto;margin-right:auto;}
.section-v2__head{max-width:640px;margin:0 auto 48px;text-align:center;}
.section-v2__head--split{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;max-width:none;text-align:left;margin-bottom:40px;}
.section-v2__head--split .heading-v2{margin-bottom:0;}
.eyebrow-v2{font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--brand-3);margin-bottom:14px;}
.eyebrow-v2--light{color:#8fefff;}
.heading-v2{font-size:clamp(26px,3.4vw,38px);font-weight:700;letter-spacing:-0.015em;margin:0 0 12px;line-height:1.15;}
.heading-v2--light{color:#fff;}
.lead-v2{font-size:16px;color:var(--muted);line-height:1.6;}

/* ---------- Grids ---------- */
.grid-v2{display:grid;gap:20px;}
.grid-v2--3{grid-template-columns:repeat(3,minmax(0,1fr));}
.grid-v2--4{grid-template-columns:repeat(4,minmax(0,1fr));}
@media (max-width:900px){.grid-v2--3,.grid-v2--4{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media (max-width:600px){.grid-v2--3,.grid-v2--4{grid-template-columns:1fr;}}

/* ---------- Service cards ---------- */
.card-v2{
  display:block;
  padding:32px 28px;
  border-radius:18px;
  background:var(--surface);
  border:1px solid var(--line);
  color:inherit;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.card-v2:hover{transform:translateY(-5px);box-shadow:0 24px 56px rgba(13,8,102,.12);border-color:transparent;}
.card-v2__icon{
  display:inline-flex;align-items:center;justify-content:center;
  width:48px;height:48px;border-radius:14px;
  background:linear-gradient(135deg,rgba(103,84,255,.14),rgba(19,184,215,.16));
  color:var(--brand-3);
  margin-bottom:20px;
}
.card-v2__icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}
.card-v2__icon img{width:24px;height:24px;object-fit:contain;}
.card-v2 h3{font-size:18px;font-weight:600;margin:0 0 8px;}
.card-v2 p{font-size:14.5px;color:var(--muted);line-height:1.6;margin:0 0 18px;}
.card-v2__link{font-size:14px;font-weight:600;color:var(--brand-3);display:inline-flex;align-items:center;gap:6px;}
.card-v2__link i{font-style:normal;transition:transform .15s ease;}
.card-v2:hover .card-v2__link i{transform:translateX(3px);}

/* ---------- Work cards ---------- */
.work-card-v2{display:block;color:inherit;border-radius:18px;overflow:hidden;background:var(--surface);border:1px solid var(--line);transition:transform .2s ease,box-shadow .2s ease;}
.work-card-v2:hover{transform:translateY(-5px);box-shadow:0 24px 56px rgba(13,8,102,.14);}
.work-card-v2__media{aspect-ratio:4/3;overflow:hidden;background:var(--soft);}
.work-card-v2__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;}
.work-card-v2:hover .work-card-v2__media img{transform:scale(1.06);}
.work-card-v2__body{padding:22px;}
.work-card-v2__meta{font-size:12.5px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--brand-3);}
.work-card-v2__body h3{font-size:17px;font-weight:600;margin:8px 0 12px;}

/* ---------- Pills (Why us) ---------- */
.pill-v2{
  padding:20px 22px;
  border-radius:14px;
  background:var(--surface);
  border:1px solid var(--line);
  font-size:14.5px;
  font-weight:600;
  color:var(--ink);
  text-align:center;
}

/* ---------- Process ---------- */
.process-v2{display:flex;gap:16px;flex-wrap:wrap;justify-content:center;}
.process-v2__step{
  flex:1 1 200px;
  max-width:240px;
  padding:24px 20px;
  border-radius:14px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.1);
}
.process-v2__num{display:block;font-size:13px;font-weight:700;color:#8fefff;margin-bottom:10px;}
.process-v2__step strong{font-size:15.5px;color:#fff;font-weight:600;}

/* ---------- CTA ---------- */
.cta-v2{
  text-align:center;
  padding:clamp(48px,7vw,72px) 32px;
  border-radius:24px;
  background:linear-gradient(135deg,#0d0866,#6754ff 65%,#13b8d7);
  color:#fff;
}
.cta-v2 h2{font-size:clamp(24px,3vw,34px);font-weight:700;margin:0 0 12px;color:#fff;}
.cta-v2 p{color:rgba(255,255,255,.78);margin:0 0 28px;}

/* Reference-inspired UI refresh: website only, keeps PHP logic intact */
body{
  background:#f7f7fb;
  color:#11132d;
}
.site-header{
  top:12px;
  width:min(1180px,calc(100% - 32px));
  margin:12px auto 0;
  min-height:64px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:999px;
  background:rgba(6,8,43,.72);
  box-shadow:0 20px 70px rgba(6,8,43,.18);
  backdrop-filter:blur(18px);
}
.site-header.is-scrolled{background:rgba(6,8,43,.82)}
.site-header .brand-logo{width:clamp(140px,15vw,210px);filter:brightness(0) invert(1)}
.main-nav a,.main-nav button,.language-switch,.client-access{color:rgba(255,255,255,.74)!important}
.main-nav a:hover,.main-nav button:hover,.language-switch:hover,.client-access:hover{color:#fff!important}
.client-access,.icon-pill{
  border-color:rgba(255,255,255,.12);
  background:rgba(255,255,255,.055);
  color:#fff!important;
}
.site-header .button{
  border-radius:999px!important;
  background:#fff;
  color:#101437;
  box-shadow:none;
}
.account-dropdown,.nav-dropdown>div{
  background:#10133b!important;
  border-color:rgba(255,255,255,.12);
  box-shadow:0 24px 80px rgba(0,0,0,.28);
}
.account-dropdown a,.nav-dropdown>div a{color:#fff!important}
.menu-button{border-radius:50%;background:rgba(255,255,255,.1);color:#fff}
.hero-v2{
  position:relative;
  min-height:760px;
  overflow:hidden;
  margin-top:-88px;
  padding:178px 24px 90px;
  background:#06082b;
  color:#fff;
  isolation:isolate;
}
.hero-v2:before,.hero-v2:after{
  content:"";
  position:absolute;
  width:38rem;
  height:38rem;
  border-radius:50%;
  background:radial-gradient(circle,rgba(68,95,255,.5),rgba(26,23,106,.2) 42%,transparent 68%);
  filter:blur(18px);
  pointer-events:none;
  z-index:-1;
}
.hero-v2:before{left:-16rem;top:-16rem}
.hero-v2:after{right:-12rem;bottom:-24rem;opacity:.72}
.hero-v2__grid{
  position:absolute;
  inset:0;
  background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:54px 54px;
  mask-image:radial-gradient(circle at 50% 30%,black,transparent 72%);
}
.hero-v2__glow{display:none}
.hero-v2__inner{
  position:relative;
  max-width:1050px;
  margin:0 auto;
  text-align:center;
}
.hero-v2__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin:0 0 28px;
  border:1px solid rgba(103,232,249,.22);
  border-radius:999px;
  background:rgba(103,232,249,.11);
  padding:9px 16px;
  color:#d7fbff;
  font-size:12px;
  font-weight:700;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.hero-v2__title{
  max-width:960px;
  margin:0 auto;
  font-size:clamp(44px,7vw,92px);
  line-height:.96;
  letter-spacing:0;
  color:#fff;
  text-wrap:balance;
}
.hero-v2__title:after{
  content:"";
  display:block;
  width:min(520px,74vw);
  height:1px;
  margin:26px auto 0;
  background:linear-gradient(90deg,transparent,#82e7ff,#a8a3ff,transparent);
  opacity:.75;
}
.hero-v2__subtitle{
  max-width:680px;
  margin:28px auto 0;
  color:rgba(255,255,255,.68);
  font-size:clamp(16px,1.45vw,19px);
  line-height:1.75;
}
.hero-v2__actions{
  justify-content:center;
  margin-top:34px;
}
.btn-v2{
  border-radius:999px!important;
  padding:14px 22px;
  min-height:48px;
}
.btn-v2--primary{
  background:linear-gradient(90deg,#7d6bff,#34d9f5);
  box-shadow:0 0 36px rgba(61,207,255,.3);
}
.btn-v2--ghost{
  border-color:rgba(255,255,255,.18);
  background:rgba(255,255,255,.045);
  color:#fff;
}
.hero-v2__stats{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:1px;
  max-width:930px;
  margin:74px auto 0;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.1);
  border-radius:22px;
  background:rgba(255,255,255,.1);
  text-align:left;
}
.hero-v2__stats div{
  background:rgba(10,13,53,.72);
  padding:22px;
}
.hero-v2__stats strong{display:block;font-size:24px;line-height:1;color:#fff}
.hero-v2__stats span{display:block;margin-top:7px;color:rgba(255,255,255,.55);font-size:12px}
.trust-v2,.section-v2{
  max-width:1280px;
  margin:0 auto;
}
.section-v2{
  padding:104px 24px;
}
.section-v2--soft{
  max-width:none;
  background:#ebeaf5;
}
.section-v2--soft > *{
  max-width:1280px;
  margin-left:auto;
  margin-right:auto;
}
.eyebrow-v2{
  color:#605be1;
  font-size:11px;
  font-weight:700;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.heading-v2{
  font-size:clamp(36px,5vw,64px);
  line-height:.98;
  letter-spacing:0;
}
.card-v2,.work-card-v2,.pill-v2{
  border-radius:22px;
  border-color:#e5e6f0;
  background:#fff;
  box-shadow:0 1px 0 rgba(13,8,102,.03);
}
.card-v2:hover,.work-card-v2:hover{
  box-shadow:0 26px 70px rgba(13,8,102,.09);
  border-color:#d8d7ff;
}
.card-v2__icon{
  border-radius:16px;
  background:#f1f0ff;
  color:#5855d6;
}
.work-card-v2__media{
  position:relative;
  background:linear-gradient(135deg,#3526d7,#34d9f5);
}
.work-card-v2__media:after{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 72% 18%,rgba(255,255,255,.78),transparent 10%),radial-gradient(circle at 42% 70%,rgba(8,5,80,.55),transparent 32%);
  mix-blend-mode:screen;
  opacity:.45;
}
.section-v2--dark{
  max-width:none;
  background:#080a30;
}
.section-v2--dark .section-v2__head,.section-v2--dark .process-v2{
  max-width:1280px;
  margin-left:auto;
  margin-right:auto;
}
.process-v2__step{
  border-radius:18px;
  background:rgba(255,255,255,.055);
}
.cta-v2{
  border-radius:30px;
  background:linear-gradient(90deg,#3526d7,#4641ed,#19cce4);
}
.site-footer{
  background:#07092a;
}
@media (max-width:980px){
  .site-header{top:0;width:100%;margin:0;border-radius:0}
  .hero-v2{margin-top:-76px;padding-top:150px}
  .hero-v2__stats{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:640px){
  .hero-v2{min-height:auto;padding:136px 18px 70px}
  .hero-v2__title{font-size:42px}
  .hero-v2__stats{grid-template-columns:1fr;margin-top:46px}
  .section-v2{padding:72px 18px}
}

/* Unified ESelMedia green style pass */
:root{
  --esel-green:#41f2a6;
  --esel-green-2:#16d9a1;
  --esel-green-soft:#e9fff5;
  --esel-blue:#11144a;
}
.site-header{
  background:rgba(7,10,45,.78);
  border-color:rgba(65,242,166,.18);
}
.site-header .button{
  background:var(--esel-green)!important;
  color:#06142e!important;
}
.client-access,.icon-pill{
  border-color:rgba(65,242,166,.22);
  background:rgba(65,242,166,.08);
}
.hero-v2{
  background:#05072f;
}
.hero-v2:before,.hero-v2:after{
  background:radial-gradient(circle,rgba(65,242,166,.42),rgba(22,217,161,.16) 42%,transparent 68%);
}
.hero-v2__eyebrow{
  border-color:rgba(65,242,166,.25);
  background:rgba(65,242,166,.11);
  color:#d9ffef;
}
.hero-v2__eyebrow:before{
  background:var(--esel-green)!important;
}
.hero-v2__title:after{
  background:linear-gradient(90deg,transparent,var(--esel-green),#8fdfff,transparent);
}
.btn-v2--primary{
  background:linear-gradient(90deg,var(--esel-green),#34d9f5)!important;
  color:#06142e!important;
  box-shadow:0 0 38px rgba(65,242,166,.28);
}
.btn-v2--ghost:hover{
  border-color:rgba(65,242,166,.42);
  background:rgba(65,242,166,.1);
}
.hero-v2__stats{
  border-color:rgba(65,242,166,.16);
}
.hero-v2__stats strong{
  color:var(--esel-green);
}
.eyebrow-v2,.card-v2__link,.work-card-v2__meta{
  color:#0fab7a!important;
}
.card-v2__icon{
  background:var(--esel-green-soft);
  color:#0fab7a;
}
.card-v2:hover,.work-card-v2:hover{
  border-color:rgba(22,217,161,.36);
  box-shadow:0 26px 70px rgba(22,217,161,.1);
}
.work-card-v2__media{
  background:linear-gradient(135deg,#0b755c,var(--esel-green),#34d9f5);
}
.section-v2--dark{
  background:#070b2e;
}
.process-v2__num{
  color:var(--esel-green);
}
.cta-v2{
  background:linear-gradient(90deg,#0f7a61,var(--esel-green-2),#34d9f5);
}
.cta-v2 .btn-v2--primary{
  background:#fff!important;
  color:#073a31!important;
}
.logo-item:hover img{
  filter:grayscale(0) drop-shadow(0 10px 22px rgba(65,242,166,.18));
}
.section-title span,.heading-v2 span{
  color:#0fab7a!important;
}
.button,.button-small{
  background:linear-gradient(90deg,#0f7a61,var(--esel-green-2))!important;
}

/* Exact brand green + contrast correction */
:root{
  --esel-green:#bdf265;
  --esel-green-2:#9de83f;
  --esel-green-soft:#f4ffe0;
  --esel-green-ink:#07110a;
  --esel-green-deep:#314b0d;
}
.site-header{
  border-color:rgba(189,242,101,.22);
}
.site-header .button,
.button,
.button-small,
.btn-v2--primary{
  background:linear-gradient(90deg,var(--esel-green),var(--esel-green-2))!important;
  color:var(--esel-green-ink)!important;
  border-color:rgba(189,242,101,.4)!important;
}
.button:hover,
.button-small:hover,
.btn-v2--primary:hover{
  box-shadow:0 18px 46px rgba(189,242,101,.24)!important;
}
.client-access,
.icon-pill{
  border-color:rgba(189,242,101,.24);
  background:rgba(189,242,101,.09);
}
.hero-v2:before,
.hero-v2:after{
  background:radial-gradient(circle,rgba(189,242,101,.42),rgba(157,232,63,.16) 42%,transparent 68%);
}
.hero-v2__eyebrow{
  border-color:rgba(189,242,101,.28);
  background:rgba(189,242,101,.12);
  color:#f6ffdb;
}
.hero-v2__eyebrow:before{
  background:var(--esel-green)!important;
}
.hero-v2__title:after{
  background:linear-gradient(90deg,transparent,var(--esel-green),#8fdfff,transparent);
}
.btn-v2--primary{
  box-shadow:0 0 38px rgba(189,242,101,.3)!important;
}
.btn-v2--ghost{
  color:#fff!important;
}
.btn-v2--ghost:hover{
  border-color:rgba(189,242,101,.45);
  background:rgba(189,242,101,.12);
}
.section-v2:not(.section-v2--dark) .btn-v2--ghost,
.button-ghost{
  background:#fff!important;
  color:var(--esel-green-deep)!important;
  border-color:#dcebb8!important;
}
.hero-v2__stats{
  border-color:rgba(189,242,101,.18);
}
.hero-v2__stats strong,
.process-v2__num{
  color:var(--esel-green);
}
.eyebrow-v2,
.card-v2__link,
.work-card-v2__meta,
.section-title span,
.heading-v2 span{
  color:#476b14!important;
}
.card-v2__icon{
  background:var(--esel-green-soft);
  color:var(--esel-green-deep);
}
.card-v2:hover,
.work-card-v2:hover{
  border-color:rgba(189,242,101,.5);
  box-shadow:0 26px 70px rgba(189,242,101,.12);
}
.work-card-v2__media{
  background:linear-gradient(135deg,#4331dc,#25bfe6,var(--esel-green));
}
.cta-v2{
  background:linear-gradient(90deg,#4d2de2,#1fbfe2,var(--esel-green));
}
.cta-v2 .btn-v2--primary{
  background:var(--esel-green)!important;
  color:var(--esel-green-ink)!important;
}
.logo-item:hover img{
  filter:grayscale(0) drop-shadow(0 10px 22px rgba(189,242,101,.2));
}
.main-nav.is-open .btn-v2--ghost,
.main-nav.is-open .client-access{
  color:var(--esel-green-deep)!important;
}

/* Compact hero/header + readable hover states */
.site-header{
  top:10px;
  width:min(1120px,calc(100% - 44px));
  min-height:56px;
  padding:9px clamp(16px,2.6vw,34px);
}
.site-header .brand-logo{
  width:clamp(132px,12vw,188px)!important;
  max-height:44px;
}
.main-nav{
  gap:clamp(14px,1.8vw,22px);
  font-size:13px;
}
.nav-dropdown button,
.main-nav a,
.language-switch,
.client-access{
  font-size:13px!important;
}
.icon-pill,
.client-access{
  min-height:38px;
  padding:8px 13px!important;
}
.site-header .button.button-small{
  min-height:44px;
  padding:10px 16px!important;
  font-size:13px!important;
}
.hero-v2{
  min-height:640px;
  margin-top:-76px;
  padding:144px 24px 72px;
}
.hero-v2__inner{
  max-width:900px;
}
.hero-v2__eyebrow{
  margin-bottom:18px;
  padding:7px 13px;
  font-size:10px;
  letter-spacing:.13em;
}
.hero-v2__title{
  max-width:860px;
  font-size:clamp(34px,4.9vw,66px);
  line-height:1.04;
}
.hero-v2__title:after{
  width:min(420px,62vw);
  margin-top:22px;
}
.hero-v2__subtitle{
  max-width:760px;
  margin-top:22px;
  font-size:clamp(13px,1.05vw,16px);
  line-height:1.62;
  font-weight:500;
  color:rgba(255,255,255,.62);
}
.hero-v2__actions{
  margin-top:28px;
  margin-bottom:0;
}
.hero-v2__stats{
  display:none!important;
}
.account-dropdown a,
.nav-dropdown>div a{
  color:#fff!important;
}
.account-dropdown a:hover,
.nav-dropdown>div a:hover,
.account-dropdown a:focus,
.nav-dropdown>div a:focus{
  background:var(--esel-green)!important;
  color:var(--esel-green-ink)!important;
}
.btn-v2--ghost:hover{
  color:#fff!important;
}
.section-v2:not(.section-v2--dark) .btn-v2--ghost:hover,
.button-ghost:hover{
  background:var(--esel-green)!important;
  color:var(--esel-green-ink)!important;
  border-color:var(--esel-green)!important;
}
.auth-form-side .button,
.auth-form-side .button:hover,
.auth-form-side .button:focus{
  color:var(--esel-green-ink)!important;
}
.auth-form-side a:hover,
.auth-back-link a:hover,
.auth-row-between a:hover{
  color:var(--esel-green)!important;
  background:transparent!important;
}
.auth-password-toggle:hover{
  color:var(--esel-green)!important;
}
@media (max-width:1180px){
  .main-nav{gap:12px;font-size:12px}
  .site-header .brand-logo{width:150px!important}
}
@media (max-width:760px){
  .site-header{
    width:calc(100% - 24px);
    min-height:58px;
    padding:10px 14px;
  }
  .hero-v2{
    margin-top:-78px;
    padding-top:132px;
    min-height:auto;
  }
  .hero-v2__title{font-size:clamp(34px,11vw,44px)}
}

/* Header restore + workspace select readability */
.site-header{
  position:fixed;
  top:0;
  left:0;
  right:0;
  width:100%;
  margin:0;
  border-radius:0;
  min-height:72px;
  padding:14px clamp(22px,4vw,64px);
  box-shadow:none;
}
.site-header.is-transparent{
  background:linear-gradient(180deg,rgba(3,5,30,.58),rgba(3,5,30,0))!important;
  border-color:rgba(255,255,255,.08)!important;
}
.site-header.is-scrolled{
  background:#fff!important;
  border-bottom:1px solid #edf0f6!important;
  box-shadow:0 10px 32px rgba(10,15,45,.06)!important;
}
.site-header.is-transparent .brand-logo{
  filter:brightness(0) invert(1)!important;
}
.site-header.is-scrolled .brand-logo{
  filter:none!important;
}
.site-header.is-scrolled .main-nav a,
.site-header.is-scrolled .nav-dropdown button,
.site-header.is-scrolled .language-switch,
.site-header.is-scrolled .client-access{
  color:#111633!important;
}
.site-header.is-scrolled .client-access,
.site-header.is-scrolled .icon-pill{
  background:#f6f8fb!important;
  border-color:#e6eaf2!important;
}
.site-header.is-scrolled .button.button-small{
  background:linear-gradient(90deg,var(--esel-green),var(--esel-green-2))!important;
  color:var(--esel-green-ink)!important;
}
.site-header .brand-logo{
  width:clamp(142px,14vw,210px)!important;
  max-height:50px;
}
.main-nav{
  gap:clamp(16px,2vw,26px);
}
.hero-v2{
  margin-top:0;
}
.auth-form-side .smart-form select{
  color:#fff!important;
  color-scheme:dark;
}
.auth-form-side .smart-form select option{
  background:#fff!important;
  color:#07110a!important;
}
.auth-form-side .smart-form select option:checked,
.auth-form-side .smart-form select option:hover{
  background:var(--esel-green)!important;
  color:#07110a!important;
}
@media (max-width:1100px){
  .site-header{position:fixed}
  .main-nav.is-open{
    background:#fff!important;
  }
  .main-nav.is-open a,
  .main-nav.is-open .nav-dropdown button{
    color:#111633!important;
  }
}
@media (max-width:760px){
  .site-header{
    width:100%;
    min-height:66px;
    padding:12px 18px;
  }
  .hero-v2{
    margin-top:0;
    padding-top:120px;
  }
}

/* Hero image, centered medium nav, animated title glow, fixed workspace select */
.site-header{
  display:grid;
  grid-template-columns:minmax(180px,auto) 1fr minmax(260px,auto);
  align-items:center;
  gap:18px;
}
.main-nav{
  justify-content:center;
  justify-self:center;
  font-weight:500!important;
}
.main-nav a,
.nav-dropdown button{
  font-weight:500!important;
}
.hero-v2{
  background:
    linear-gradient(180deg,rgba(4,6,32,.58),rgba(4,6,32,.9) 72%,#06082b),
    radial-gradient(circle at 64% 28%,rgba(189,242,101,.18),transparent 26%),
    url('/assets/uploads/media/media-20260717201708-1d37e7d1.jpg') center bottom / cover no-repeat!important;
}
.hero-v2:before{
  background:radial-gradient(circle,rgba(189,242,101,.28),rgba(38,198,255,.12) 44%,transparent 70%)!important;
}
.hero-v2:after{
  background:radial-gradient(circle,rgba(189,242,101,.44),rgba(189,242,101,.12) 38%,transparent 68%)!important;
  right:-10rem;
  bottom:-20rem;
}
.hero-v2__title{
  font-size:clamp(32px,4.45vw,58px);
  animation:heroTitleRise .8s ease both, heroTitleGlow 4.8s ease-in-out infinite 1s;
  text-shadow:0 0 0 rgba(189,242,101,0);
}
.hero-v2__title:after{
  height:2px;
  background:linear-gradient(90deg,transparent,rgba(189,242,101,.95),rgba(143,223,255,.7),transparent);
  box-shadow:0 0 28px rgba(189,242,101,.55);
}
@keyframes heroTitleRise{
  from{opacity:0;transform:translateY(16px)}
  to{opacity:1;transform:none}
}
@keyframes heroTitleGlow{
  0%,100%{text-shadow:0 0 0 rgba(189,242,101,0)}
  50%{text-shadow:0 0 34px rgba(189,242,101,.28)}
}
.auth-form-side .smart-form select{
  appearance:auto!important;
  -webkit-appearance:menulist!important;
  background:#eaf1ff!important;
  color:#07110a!important;
  color-scheme:light;
  border-color:rgba(189,242,101,.75)!important;
}
.auth-form-side .smart-form select:focus{
  background:#fff!important;
  color:#07110a!important;
}
.auth-form-side .smart-form select option{
  background:#fff!important;
  color:#07110a!important;
}
@media (max-width:1100px){
  .site-header{
    display:flex;
  }
}
@media (prefers-reduced-motion:reduce){
  .hero-v2__title{animation:none}
}

/* Workspace login input text visibility */
.auth-form-side .smart-form input[type="email"],
.auth-form-side .smart-form input[type="password"],
.auth-form-side .smart-form input[type="text"]{
  background:#fff!important;
  color:#07110a!important;
  caret-color:#07110a!important;
  -webkit-text-fill-color:#07110a!important;
  color-scheme:light;
}
.auth-form-side .smart-form input[type="email"]::placeholder,
.auth-form-side .smart-form input[type="password"]::placeholder,
.auth-form-side .smart-form input[type="text"]::placeholder{
  color:#6b7280!important;
  -webkit-text-fill-color:#6b7280!important;
}
.auth-form-side .smart-form input:-webkit-autofill,
.auth-form-side .smart-form input:-webkit-autofill:hover,
.auth-form-side .smart-form input:-webkit-autofill:focus{
  -webkit-text-fill-color:#07110a!important;
  box-shadow:0 0 0 1000px #fff inset!important;
}
.auth-password-toggle{
  color:#111633!important;
}
.auth-password-toggle:hover{
  color:var(--esel-green-deep)!important;
}

/* Services card contrast pattern */
.service-card-v2{
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(135deg,rgba(189,242,101,.08) 0 1px,transparent 1px 18px),
    radial-gradient(circle at 92% 12%,rgba(189,242,101,.16),transparent 24%),
    #fff!important;
  border-color:#e1e7ef!important;
  transition:transform .22s ease,box-shadow .22s ease,background .22s ease,border-color .22s ease,color .22s ease;
}
.service-card-v2:before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(90deg,rgba(49,75,13,.045) 1px,transparent 1px),
    linear-gradient(rgba(49,75,13,.045) 1px,transparent 1px);
  background-size:28px 28px;
  opacity:.55;
  pointer-events:none;
}
.service-card-v2 > *{
  position:relative;
  z-index:1;
}
.service-card-v2:hover{
  background:
    radial-gradient(circle at 92% 12%,rgba(255,255,255,.34),transparent 26%),
    linear-gradient(135deg,var(--esel-green),var(--esel-green-2))!important;
  border-color:rgba(189,242,101,.75)!important;
  box-shadow:0 26px 68px rgba(189,242,101,.22)!important;
}
.service-card-v2:hover h3,
.service-card-v2:hover p,
.service-card-v2:hover .card-v2__link{
  color:#07110a!important;
}
.service-card-v2:hover .card-v2__icon{
  background:rgba(255,255,255,.58)!important;
  color:#314b0d!important;
}
.service-card-v2--smart{
  background:
    radial-gradient(circle at 88% 12%,rgba(255,255,255,.36),transparent 25%),
    linear-gradient(135deg,var(--esel-green),var(--esel-green-2))!important;
  border-color:rgba(189,242,101,.8)!important;
}
.service-card-v2--smart h3,
.service-card-v2--smart p,
.service-card-v2--smart .card-v2__link{
  color:#07110a!important;
}
.service-card-v2--smart .card-v2__icon{
  background:rgba(255,255,255,.56)!important;
  color:#314b0d!important;
}
.service-card-v2--smart:hover{
  background:
    linear-gradient(135deg,rgba(189,242,101,.08) 0 1px,transparent 1px 18px),
    radial-gradient(circle at 92% 12%,rgba(189,242,101,.16),transparent 24%),
    #fff!important;
  border-color:#e1e7ef!important;
}
.service-card-v2--smart:hover h3{
  color:#111633!important;
}
.service-card-v2--smart:hover p{
  color:var(--muted)!important;
}
.service-card-v2--smart:hover .card-v2__link{
  color:#476b14!important;
}

/* Why Choose EselMedia section */
.why-choice-title{
  max-width:620px;
  font-size:clamp(24px,2.6vw,34px)!important;
  line-height:1.16;
}
.why-choice-grid{
  align-items:stretch;
}
.why-choice-card{
  position:relative;
  overflow:hidden;
  min-height:230px;
  padding:28px;
  border:1px solid #e1e7ef;
  border-radius:22px;
  background:
    url("data:image/svg+xml,%3Csvg width='96' height='96' viewBox='0 0 96 96' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23314b0d' stroke-opacity='.075' stroke-width='1.4'%3E%3Cpath d='M16 18h24v24H16zM56 54h24v24H56z'/%3E%3Cpath d='M48 16l16 16-16 16-16-16zM20 70h28M34 56v28'/%3E%3C/g%3E%3C/svg%3E") right 18px top 18px / 118px 118px no-repeat,
    linear-gradient(135deg,rgba(189,242,101,.08) 0 1px,transparent 1px 18px),
    radial-gradient(circle at 90% 12%,rgba(189,242,101,.18),transparent 26%),
    #fff;
  box-shadow:0 18px 46px rgba(16,22,48,.06);
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background .22s ease;
}
.why-choice-card:before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(90deg,rgba(49,75,13,.04) 1px,transparent 1px),
    linear-gradient(rgba(49,75,13,.04) 1px,transparent 1px);
  background-size:26px 26px;
  opacity:.7;
  pointer-events:none;
}
.why-choice-card > *{
  position:relative;
  z-index:1;
}
.why-choice-card span{
  display:inline-grid;
  place-items:center;
  width:38px;
  height:38px;
  margin-bottom:34px;
  border-radius:50%;
  background:var(--esel-green-soft);
  color:#314b0d;
  font-size:12px;
  font-weight:700;
}
.why-choice-card h3{
  margin:0 0 12px;
  color:#111633;
  font-size:19px;
}
.why-choice-card p{
  margin:0;
  color:#6f728f;
  font-size:14.5px;
  line-height:1.65;
}
.why-choice-card:hover{
  transform:translateY(-5px);
  border-color:rgba(189,242,101,.8);
  background:
    url("data:image/svg+xml,%3Csvg width='96' height='96' viewBox='0 0 96 96' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%2307110a' stroke-opacity='.12' stroke-width='1.4'%3E%3Cpath d='M16 18h24v24H16zM56 54h24v24H56z'/%3E%3Cpath d='M48 16l16 16-16 16-16-16zM20 70h28M34 56v28'/%3E%3C/g%3E%3C/svg%3E") right 18px top 18px / 118px 118px no-repeat,
    radial-gradient(circle at 88% 12%,rgba(255,255,255,.36),transparent 25%),
    linear-gradient(135deg,var(--esel-green),var(--esel-green-2));
  box-shadow:0 26px 68px rgba(189,242,101,.2);
}
.why-choice-card:hover span{
  background:rgba(255,255,255,.6);
}
.why-choice-card:hover h3,
.why-choice-card:hover p{
  color:#07110a;
}

/* Centered why heading + ESelMedia circle pattern */
.why-choice-head{
  max-width:760px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  text-align:center!important;
}
.why-choice-head .eyebrow-v2,
.why-choice-title{
  margin-left:auto!important;
  margin-right:auto!important;
}
.why-choice-card{
  background:
    radial-gradient(circle at 88% 16%,rgba(49,75,13,.11) 0 7px,transparent 8px),
    radial-gradient(circle at 88% 16%,transparent 0 22px,rgba(49,75,13,.07) 23px 24px,transparent 25px),
    radial-gradient(circle at 72% 78%,rgba(189,242,101,.18) 0 34px,transparent 35px),
    radial-gradient(circle at 14% 14%,rgba(189,242,101,.16),transparent 24%),
    #fff!important;
}
.why-choice-card:before{
  background-image:
    radial-gradient(circle,rgba(49,75,13,.08) 0 2px,transparent 2.5px),
    radial-gradient(circle,rgba(49,75,13,.055) 0 1px,transparent 1.5px)!important;
  background-position:0 0,12px 12px!important;
  background-size:32px 32px,32px 32px!important;
  opacity:.75!important;
}
.why-choice-card:hover{
  background:
    radial-gradient(circle at 88% 16%,#07110a 0 7px,transparent 8px),
    radial-gradient(circle at 88% 16%,transparent 0 22px,rgba(7,17,10,.14) 23px 24px,transparent 25px),
    radial-gradient(circle at 72% 78%,rgba(255,255,255,.28) 0 34px,transparent 35px),
    linear-gradient(135deg,var(--esel-green),var(--esel-green-2))!important;
}

/* Mobile header and hero compatibility */
@media (max-width:760px){
  html,body{
    overflow-x:hidden;
  }
  .site-header{
    min-height:72px!important;
    padding:12px 16px!important;
    display:flex!important;
    gap:10px!important;
    justify-content:space-between!important;
    overflow:visible!important;
  }
  .site-header .brand{
    min-width:0!important;
    flex:1 1 auto;
  }
  .site-header .brand-logo{
    width:clamp(168px,48vw,218px)!important;
    max-height:46px!important;
  }
  .header-actions{
    flex:0 0 auto;
    gap:8px!important;
  }
  .icon-pill{
    min-height:42px!important;
    padding:8px 13px!important;
  }
  .menu-button{
    display:grid!important;
    place-items:center;
    width:42px;
    height:42px;
    padding:0!important;
    border:1px solid rgba(255,255,255,.18);
    background:rgba(255,255,255,.1)!important;
    color:#fff!important;
    flex:0 0 auto;
  }
  .site-header.is-scrolled .menu-button{
    border-color:#e6eaf2!important;
    background:#f6f8fb!important;
    color:#111633!important;
  }
  .site-header .button.button-small,
  .account-menu{
    display:none!important;
  }
  .main-nav.is-open{
    position:absolute!important;
    top:calc(100% + 8px)!important;
    left:16px!important;
    right:16px!important;
    inset:auto 16px auto 16px!important;
    display:grid!important;
    gap:8px!important;
    max-height:calc(100vh - 96px);
    overflow:auto;
    padding:18px!important;
    border:1px solid #e4e8f1!important;
    border-radius:22px!important;
    background:#fff!important;
    box-shadow:0 28px 80px rgba(10,15,45,.22)!important;
    z-index:120!important;
  }
  .main-nav.is-open a,
  .main-nav.is-open .nav-dropdown button{
    color:#111633!important;
    font-size:17px!important;
    font-weight:500!important;
    padding:7px 0!important;
  }
  .main-nav.is-open a:after{
    display:none!important;
  }
  .main-nav.is-open .nav-dropdown>div{
    position:static!important;
    display:grid!important;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
    min-width:0!important;
    width:100%!important;
    margin:8px 0 10px!important;
    padding:10px!important;
    border:1px solid #e8ecf7!important;
    border-radius:16px!important;
    background:#f7f9fc!important;
    box-shadow:none!important;
  }
  .main-nav.is-open .nav-dropdown>div a{
    color:#111633!important;
    background:transparent!important;
    padding:10px 12px!important;
    border-radius:12px!important;
  }
  .main-nav.is-open .nav-dropdown>div a:hover,
  .main-nav.is-open .nav-dropdown>div a:focus{
    background:var(--esel-green)!important;
    color:#07110a!important;
  }
  .hero-v2{
    width:100%!important;
    min-height:auto!important;
    padding:112px 20px 76px!important;
    margin:0!important;
  }
  .hero-v2__inner{
    max-width:100%!important;
  }
  .hero-v2__eyebrow{
    font-size:9px!important;
    margin-bottom:14px!important;
  }
  .hero-v2__title{
    max-width:100%!important;
    font-size:clamp(34px,10.5vw,50px)!important;
    line-height:1.08!important;
  }
  .hero-v2__subtitle{
    max-width:100%!important;
    font-size:15px!important;
    line-height:1.65!important;
  }
  .hero-v2__actions{
    display:grid!important;
    grid-template-columns:1fr;
    justify-items:center;
    gap:14px!important;
  }
  .hero-v2__actions .btn-v2{
    width:min(100%,300px);
  }
}

/* Premium footer glow */
.site-footer{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  grid-template-columns:minmax(260px,1.45fr) repeat(3,minmax(150px,1fr))!important;
  gap:clamp(28px,5vw,72px)!important;
  padding:76px clamp(22px,6vw,92px) 54px!important;
  background:
    radial-gradient(circle at 12% 8%,rgba(189,242,101,.22),transparent 28%),
    radial-gradient(circle at 88% 18%,rgba(37,191,230,.18),transparent 30%),
    linear-gradient(180deg,#080b34,#040522 82%)!important;
}
.site-footer:before{
  content:"";
  position:absolute;
  inset:auto -10% -42% -10%;
  height:360px;
  background:radial-gradient(circle,rgba(189,242,101,.24),transparent 64%);
  filter:blur(20px);
  opacity:.85;
  z-index:-1;
}
.site-footer:after{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    radial-gradient(circle,rgba(255,255,255,.08) 0 1px,transparent 1.5px),
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:28px 28px,72px 72px,72px 72px;
  mask-image:linear-gradient(180deg,black,transparent 88%);
  pointer-events:none;
  z-index:-1;
}
.footer-brand{
  display:inline-flex!important;
  margin-bottom:8px;
}
.site-footer .footer-logo{
  max-width:220px!important;
  filter:brightness(0) invert(1)!important;
}
.footer-slogan{
  margin:0 0 18px!important;
  color:var(--esel-green)!important;
  font-size:14px;
  font-weight:500;
  letter-spacing:.01em;
}
.site-footer p:not(.footer-slogan){
  max-width:360px;
  color:rgba(255,255,255,.66)!important;
  font-size:14px;
  line-height:1.75;
}
.site-footer h3{
  margin-bottom:18px!important;
  color:#fff!important;
  font-size:14px!important;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.site-footer a{
  color:rgba(255,255,255,.72)!important;
  transition:color .18s ease,background .18s ease,transform .18s ease,border-color .18s ease;
}
.site-footer a:hover{
  color:var(--esel-green)!important;
}
.social-links{
  display:flex!important;
  flex-wrap:wrap;
  gap:10px!important;
  margin-top:22px!important;
}
.social-links a{
  display:inline-grid!important;
  place-items:center;
  width:42px;
  height:42px;
  margin:0!important;
  padding:0!important;
  border:1px solid rgba(255,255,255,.14)!important;
  border-radius:50%!important;
  background:rgba(255,255,255,.06)!important;
  color:#fff!important;
}
.social-links a:hover{
  transform:translateY(-2px);
  border-color:rgba(189,242,101,.65)!important;
  background:rgba(189,242,101,.14)!important;
  color:var(--esel-green)!important;
  box-shadow:0 12px 30px rgba(189,242,101,.14);
}
.social-links svg{
  width:19px;
  height:19px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.social-links svg path,
.social-links svg circle,
.social-links svg rect{
  vector-effect:non-scaling-stroke;
}
.social-links a span{
  position:absolute;
  width:1px;
  height:1px;
  overflow:hidden;
  clip:rect(0 0 0 0);
  white-space:nowrap;
}
.copyright{
  display:flex;
  justify-content:center;
  align-items:center;
  text-align:center;
  padding:18px clamp(22px,6vw,92px)!important;
  background:#040522!important;
  color:rgba(255,255,255,.58)!important;
  border-top:1px solid rgba(255,255,255,.08)!important;
}
@media (max-width:900px){
  .site-footer{
    grid-template-columns:1fr 1fr!important;
    padding-top:58px!important;
  }
}
@media (max-width:640px){
  .site-footer{
    grid-template-columns:1fr!important;
  }
}

/* Final mobile menu sizing + lighter footer links */
.site-footer h3{
  font-weight:500!important;
}
.site-footer a{
  font-weight:400!important;
}
@media (max-width:760px){
  .main-nav.is-open{
    top:calc(100% + 14px)!important;
    left:20px!important;
    right:20px!important;
    inset:auto 20px auto 20px!important;
    gap:4px!important;
    padding:14px 16px!important;
    border-radius:20px!important;
  }
  .main-nav.is-open a,
  .main-nav.is-open .nav-dropdown button{
    font-size:14px!important;
    line-height:1.25!important;
    font-weight:500!important;
    padding:6px 0!important;
  }
  .main-nav.is-open .nav-dropdown>div{
    margin:6px 0 8px!important;
    padding:8px!important;
    border-radius:14px!important;
  }
  .main-nav.is-open .nav-dropdown>div a{
    font-size:13px!important;
    line-height:1.25!important;
    font-weight:500!important;
    padding:8px 10px!important;
  }
}

/* Collaboration CTA, restored hero media, button icons and final mobile navigation */
.hero-v2{
  background:
    linear-gradient(180deg,rgba(5,7,38,.42),rgba(5,7,38,.82) 64%,#06082b 100%),
    radial-gradient(circle at 52% 78%,rgba(189,242,101,.22),transparent 30%),
    var(--hero-bg,url('/assets/images/hero-horizon.jpg')) center bottom/cover no-repeat!important;
}
.btn-v2{
  gap:10px;
}
.btn-v2 span{
  position:relative;
  z-index:1;
}
.btn-v2 svg{
  width:18px;
  height:18px;
  flex:0 0 auto;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
  transition:transform .18s ease;
}
.btn-v2:hover svg{
  transform:translateX(3px);
}
.hero-v2__actions .btn-v2--ghost:hover svg{
  transform:translateY(-2px);
}
.hero-v2__microcopy{
  max-width:620px;
  margin:-12px auto 30px;
  color:rgba(255,255,255,.72);
  font-size:14px;
  line-height:1.65;
  font-weight:400;
}
.collab-cta{
  position:relative;
  display:grid;
  place-items:center;
  min-height:430px;
  overflow:hidden;
  isolation:isolate;
  padding:clamp(44px,7vw,88px) 24px;
  border-radius:32px;
  text-align:center;
  color:#fff;
  background:
    linear-gradient(180deg,rgba(5,7,47,.24),rgba(5,7,47,.86)),
    url('/assets/uploads/media/media-20260718004824-f5f97d6b.png') center/cover no-repeat;
  box-shadow:0 30px 90px rgba(5,7,47,.18);
}
.collab-cta:before{
  content:"";
  position:absolute;
  inset:-28%;
  z-index:-1;
  background:
    radial-gradient(circle at 50% 56%,rgba(189,242,101,.35),transparent 36%),
    radial-gradient(circle at 82% 18%,rgba(37,191,230,.24),transparent 32%);
  filter:blur(14px);
  opacity:.92;
}
.collab-cta:after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background-image:
    radial-gradient(circle,rgba(255,255,255,.12) 0 1px,transparent 1.5px),
    linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);
  background-size:26px 26px,76px 76px,76px 76px;
  mask-image:linear-gradient(180deg,black,transparent 90%);
  pointer-events:none;
}
.collab-cta__content{
  position:relative;
  z-index:1;
  max-width:830px;
}
.collab-cta h2{
  margin:0 0 18px;
  color:#fff;
  font-size:clamp(30px,4.5vw,58px);
  line-height:1.05;
  letter-spacing:0;
}
.collab-cta__content > p:not(.eyebrow-v2){
  max-width:760px;
  margin:0 auto 30px;
  color:rgba(255,255,255,.78);
  font-size:clamp(15px,1.35vw,19px);
  line-height:1.75;
  font-weight:400;
}
.collab-cta .btn-v2--primary{
  background:linear-gradient(90deg,var(--esel-green),var(--esel-green-2))!important;
  color:#07110a!important;
}
@media (max-width:760px){
  .main-nav.is-open{
    position:fixed!important;
    top:84px!important;
    left:12px!important;
    right:12px!important;
    inset:84px 12px auto 12px!important;
    width:auto!important;
    max-height:calc(100svh - 104px)!important;
    overflow:auto!important;
    display:grid!important;
    gap:10px!important;
    padding:18px!important;
    border:1px solid rgba(17,22,51,.08)!important;
    border-radius:26px!important;
    background:rgba(255,255,255,.96)!important;
    box-shadow:0 30px 90px rgba(4,6,32,.28)!important;
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
    z-index:999!important;
  }
  .main-nav.is-open a,
  .main-nav.is-open .nav-dropdown button{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    width:100%!important;
    padding:12px 14px!important;
    border-radius:16px!important;
    color:#111633!important;
    font-size:15px!important;
    line-height:1.2!important;
    font-weight:500!important;
    background:transparent!important;
  }
  .main-nav.is-open a:hover,
  .main-nav.is-open a:focus,
  .main-nav.is-open .nav-dropdown button:hover,
  .main-nav.is-open .nav-dropdown button:focus{
    color:#111633!important;
    background:#f1f5f9!important;
  }
  .main-nav.is-open .nav-dropdown>div{
    position:static!important;
    width:100%!important;
    min-width:0!important;
    margin:6px 0 4px!important;
    padding:8px!important;
    border:1px solid #e6eaf2!important;
    border-radius:18px!important;
    background:#f6f8fb!important;
    box-shadow:none!important;
  }
  .main-nav.is-open .nav-dropdown>div a{
    padding:10px 12px!important;
    border-radius:12px!important;
    color:#111633!important;
    font-size:14px!important;
    line-height:1.2!important;
    font-weight:500!important;
  }
  .main-nav.is-open .nav-dropdown>div a:hover,
  .main-nav.is-open .nav-dropdown>div a:focus{
    color:#07110a!important;
    background:var(--esel-green)!important;
  }
  .hero-v2{
    width:100%!important;
    padding:126px 18px 74px!important;
  }
  .collab-cta{
    min-height:360px;
    border-radius:24px;
    padding:42px 20px;
  }
  .collab-cta h2{
    font-size:clamp(29px,9.2vw,40px);
  }
}

/* Final header dropdown contrast fix for internal pages */
.site-header.is-scrolled .nav-dropdown>div,
.site-header.is-scrolled .account-dropdown{
  background:#fff!important;
  border:1px solid #e6eaf2!important;
  box-shadow:0 24px 70px rgba(10,15,45,.14)!important;
}
.site-header.is-scrolled .nav-dropdown>div a,
.site-header.is-scrolled .account-dropdown a{
  color:#111633!important;
  background:transparent!important;
  font-weight:500!important;
}
.site-header.is-scrolled .nav-dropdown>div a:hover,
.site-header.is-scrolled .nav-dropdown>div a:focus,
.site-header.is-scrolled .account-dropdown a:hover,
.site-header.is-scrolled .account-dropdown a:focus{
  color:#07110a!important;
  background:var(--esel-green)!important;
}
.site-header.is-transparent .nav-dropdown>div a,
.site-header.is-transparent .account-dropdown a{
  color:#fff!important;
}
@media (max-width:760px){
  .site-header .main-nav.is-open .nav-dropdown>div,
  .site-header.is-transparent .main-nav.is-open .nav-dropdown>div,
  .site-header.is-scrolled .main-nav.is-open .nav-dropdown>div{
    background:#f6f8fb!important;
    border-color:#e6eaf2!important;
    box-shadow:none!important;
  }
  .site-header .main-nav.is-open .nav-dropdown>div a,
  .site-header.is-transparent .main-nav.is-open .nav-dropdown>div a,
  .site-header.is-scrolled .main-nav.is-open .nav-dropdown>div a{
    color:#111633!important;
    font-weight:500!important;
  }
}

.nav-dropdown-trigger{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  border:0!important;
  background:transparent!important;
  padding:0!important;
  color:inherit!important;
  font-weight:500!important;
  cursor:pointer!important;
}
.nav-dropdown-trigger:after{
  content:"";
  display:inline-block;
  width:7px;
  height:7px;
  border-right:1.5px solid currentColor;
  border-bottom:1.5px solid currentColor;
  transform:rotate(45deg);
  margin-left:2px;
  margin-bottom:3px;
}
.site-header.is-scrolled .nav-dropdown-trigger{
  color:#111633!important;
}
.site-header.is-transparent .nav-dropdown-trigger{
  color:#fff!important;
}
@media (max-width:760px){
  .main-nav.is-open .nav-dropdown-trigger{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    width:100%!important;
    padding:12px 14px!important;
    border-radius:16px!important;
    color:#111633!important;
    font-size:15px!important;
    line-height:1.2!important;
    font-weight:500!important;
    background:transparent!important;
  }
  .main-nav.is-open .nav-dropdown-trigger:hover,
  .main-nav.is-open .nav-dropdown-trigger:focus{
    color:#111633!important;
    background:#f1f5f9!important;
  }
}

/* Digital Solutions page */
.solutions-hero{
  position:relative;
  isolation:isolate;
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(360px,1fr);
  gap:clamp(30px,5vw,76px);
  align-items:center;
  min-height:760px;
  padding:148px clamp(20px,5vw,82px) 92px;
  overflow:hidden;
  background:
    radial-gradient(circle at 18% 20%,rgba(189,242,101,.22),transparent 28%),
    radial-gradient(circle at 82% 28%,rgba(50,210,255,.2),transparent 31%),
    linear-gradient(135deg,#060735,#0d0866 58%,#101a4e);
  color:#fff;
}
.solutions-hero:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background-image:linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);
  background-size:54px 54px;
  mask-image:radial-gradient(circle at 62% 38%,black,transparent 72%);
}
.solutions-hero__content{max-width:760px}
.solutions-eyebrow{
  margin:0 0 14px;
  color:#8fefff;
  font-size:12px;
  font-weight:700;
  letter-spacing:.15em;
  text-transform:uppercase;
}
.solutions-hero h1,
.solutions-section h2,
.solutions-ecosystem h2,
.solutions-process h2,
.solutions-final-cta h2{
  color:inherit;
  letter-spacing:0;
}
.solutions-hero h1{
  max-width:820px;
  font-size:clamp(42px,5.1vw,78px);
  line-height:1.02;
}
.solutions-hero__lead{
  max-width:690px;
  color:rgba(255,255,255,.74);
  font-size:clamp(17px,1.55vw,22px);
  line-height:1.72;
}
.solutions-hero__highlight{
  display:inline-flex;
  margin:4px 0 26px;
  padding:10px 14px;
  border:1px solid rgba(189,242,101,.34);
  border-radius:999px;
  background:rgba(189,242,101,.1);
  color:#f7ffe9;
  font-size:14px;
  font-weight:500;
}
.solutions-actions{display:flex;gap:14px;flex-wrap:wrap;align-items:center}
.solutions-system{
  position:relative;
  min-height:430px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:32px;
  background:linear-gradient(150deg,rgba(255,255,255,.12),rgba(255,255,255,.035));
  box-shadow:0 32px 120px rgba(0,0,0,.25);
  overflow:hidden;
}
.solutions-system:before{
  content:"";
  position:absolute;
  inset:22px;
  border-radius:24px;
  background:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);
  background-size:34px 34px;
}
.system-lines{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  fill:none;
  stroke:#8fefff;
  stroke-width:2;
  stroke-linecap:round;
  stroke-dasharray:8 10;
  opacity:.52;
  animation:solutionFlow 9s linear infinite;
}
.system-lines circle{fill:var(--esel-green,#bdf265);stroke:none}
.system-card{
  position:absolute;
  z-index:2;
  width:150px;
  padding:16px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:20px;
  background:rgba(6,8,43,.72);
  box-shadow:0 18px 54px rgba(0,0,0,.24);
  backdrop-filter:blur(14px);
}
.system-card span{display:block;width:36px;height:36px;margin-bottom:14px;border-radius:12px;background:linear-gradient(135deg,var(--esel-green,#bdf265),#8fefff)}
.system-card strong{display:block;color:#fff;font-size:18px}
.system-card i{display:block;height:8px;margin-top:9px;border-radius:999px;background:rgba(255,255,255,.16)}
.system-card i:last-child{width:68%}
.system-card--main{left:50%;top:50%;transform:translate(-50%,-50%);width:178px}
.system-card--top{left:50%;top:34px;transform:translateX(-50%)}
.system-card--right{right:34px;top:230px}
.system-card--bottom{left:54px;bottom:34px}
.solutions-strip{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  padding:24px clamp(20px,5vw,82px);
  background:#f6f8fb;
}
.solutions-strip article{
  display:flex;
  align-items:center;
  gap:12px;
  min-height:72px;
  padding:18px 20px;
  border:1px solid #e5eaf2;
  border-radius:22px;
  background:#fff;
  color:#111633;
  font-weight:600;
  box-shadow:0 14px 40px rgba(13,8,102,.055);
}
.solutions-strip svg,
.solution-card svg,
.process-timeline svg,
.solutions-actions svg{
  width:24px;
  height:24px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.solutions-strip svg{color:#477c22;flex:0 0 auto}
.solutions-section,
.solutions-process{
  padding:92px clamp(20px,5vw,82px);
  background:#f7f8fc;
}
.solutions-section__head{
  max-width:760px;
  margin-bottom:34px;
}
.solutions-section__head h2{
  margin-bottom:12px;
  color:#111633;
  font-size:clamp(34px,4vw,58px);
}
.solutions-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}
.solution-card{
  display:flex;
  flex-direction:column;
  min-height:100%;
  padding:26px;
  border:1px solid #e4e9f2;
  border-radius:26px;
  background:
    radial-gradient(circle at 96% 0,rgba(189,242,101,.16),transparent 28%),
    linear-gradient(180deg,#fff,#fbfcff);
  box-shadow:0 18px 54px rgba(13,8,102,.07);
  transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease;
}
.solution-card:hover{
  transform:translateY(-6px);
  border-color:rgba(189,242,101,.82);
  box-shadow:0 26px 70px rgba(13,8,102,.12);
}
.solution-card__top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:22px;
}
.solution-card__number{
  color:#0d0866;
  font-size:12px;
  font-weight:700;
  letter-spacing:.12em;
}
.solution-card__icon{
  display:grid;
  place-items:center;
  width:56px;
  height:56px;
  border:1px solid rgba(71,124,34,.12);
  border-radius:18px;
  background:#f1ffda;
  color:#477c22;
  transition:background .24s ease,border-color .24s ease,transform .24s ease;
}
.solution-card:hover .solution-card__icon{
  background:var(--esel-green,#bdf265);
  border-color:transparent;
  transform:scale(1.04);
}
.solution-card h3{
  margin:0 0 12px;
  color:#111633;
  font-size:clamp(20px,1.75vw,25px);
  line-height:1.22;
}
.solution-card p{
  color:#646985;
  font-size:15px;
  line-height:1.68;
}
.solution-card ul{
  display:grid;
  gap:10px;
  margin:4px 0 24px;
  padding:0;
  list-style:none;
}
.solution-card li{
  display:flex;
  align-items:flex-start;
  gap:9px;
  color:#30364f;
  font-size:14px;
  line-height:1.45;
}
.solution-card li svg{
  width:17px;
  height:17px;
  margin-top:2px;
  color:#477c22;
  flex:0 0 auto;
}
.solution-card__link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:auto;
  color:#0d0866;
  font-weight:700;
  font-size:14px;
}
.solution-card__link span{transition:transform .2s ease}
.solution-card:hover .solution-card__link span{transform:translateX(5px)}
.solutions-ecosystem{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(360px,.88fr);
  gap:34px;
  align-items:center;
  margin:0;
  padding:92px clamp(20px,5vw,82px);
  background:
    radial-gradient(circle at 82% 20%,rgba(143,239,255,.22),transparent 30%),
    radial-gradient(circle at 18% 74%,rgba(189,242,101,.14),transparent 34%),
    #07073a;
  color:#fff;
}
.solutions-ecosystem:before{
  content:"";
  position:absolute;
  inset:0;
  background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);
  background-size:42px 42px;
  opacity:.55;
}
.solutions-ecosystem>div{position:relative}
.solutions-ecosystem h2{
  max-width:760px;
  font-size:clamp(34px,4.3vw,62px);
}
.solutions-ecosystem p{
  max-width:760px;
  color:rgba(255,255,255,.72);
  font-size:clamp(16px,1.35vw,19px);
  line-height:1.78;
}
.ecosystem-nodes{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:14px;
  padding:34px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:30px;
  background:rgba(255,255,255,.06);
}
.ecosystem-nodes span{
  position:relative;
  min-width:118px;
  padding:14px 18px;
  border:1px solid rgba(143,239,255,.24);
  border-radius:999px;
  background:rgba(8,13,70,.72);
  color:#fff;
  text-align:center;
  font-weight:600;
}
.ecosystem-nodes span:nth-child(odd){background:rgba(189,242,101,.13);border-color:rgba(189,242,101,.26)}
.process-timeline{
  position:relative;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.process-timeline:before{
  content:"";
  position:absolute;
  top:36px;
  left:5%;
  right:5%;
  height:2px;
  background:linear-gradient(90deg,var(--esel-green,#bdf265),#8fefff,var(--esel-green,#bdf265));
  transform-origin:left;
  animation:solutionTimeline 1.2s ease both;
}
.process-timeline article{
  position:relative;
  padding:24px;
  border:1px solid #e4e9f2;
  border-radius:24px;
  background:#fff;
  box-shadow:0 16px 48px rgba(13,8,102,.06);
}
.process-timeline__icon{
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  margin-bottom:24px;
  border-radius:16px;
  background:#f1ffda;
  color:#477c22;
}
.process-timeline small{
  display:block;
  color:#0d0866;
  font-weight:700;
  letter-spacing:.12em;
}
.process-timeline h3{color:#111633;font-size:20px}
.process-timeline p{color:#646985;font-size:14px;line-height:1.65}
.solutions-final-cta{
  margin:0;
  padding:96px clamp(20px,5vw,82px);
  background:#fff;
  text-align:center;
}
.solutions-final-cta h2{
  max-width:860px;
  margin-inline:auto;
  color:#111633;
  font-size:clamp(34px,4.4vw,64px);
}
.solutions-final-cta p{
  max-width:650px;
  margin-inline:auto;
  color:#646985;
  font-size:18px;
}
.solutions-final-cta .solutions-actions{justify-content:center;margin-top:28px}
.solutions-hero a:focus-visible,
.solution-card__link:focus-visible,
.solutions-ecosystem a:focus-visible,
.solutions-final-cta a:focus-visible{
  outline:3px solid var(--esel-green,#bdf265);
  outline-offset:4px;
}
@keyframes solutionFlow{to{stroke-dashoffset:-90}}
@keyframes solutionTimeline{from{transform:scaleX(0)}to{transform:scaleX(1)}}
@media (prefers-reduced-motion:reduce){
  .system-lines,
  .process-timeline:before{
    animation:none!important;
  }
  .solution-card,
  .solution-card__icon,
  .solution-card__link span{
    transition:none!important;
  }
}
@media (max-width:1040px){
  .solutions-hero,
  .solutions-ecosystem{
    grid-template-columns:1fr;
  }
  .solutions-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .process-timeline{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .process-timeline:before{display:none}
}
@media (max-width:700px){
  .solutions-hero{
    min-height:auto;
    padding:126px 18px 72px;
  }
  .solutions-hero h1{
    font-size:clamp(34px,10vw,48px);
  }
  .solutions-hero__lead{
    font-size:16px;
  }
  .solutions-actions{
    align-items:stretch;
  }
  .solutions-actions .btn-v2{
    width:100%;
  }
  .solutions-system{
    min-height:360px;
    border-radius:24px;
  }
  .system-card{
    width:124px;
    padding:13px;
    border-radius:16px;
  }
  .system-card--main{width:142px}
  .system-card--right{right:14px;top:206px}
  .system-card--bottom{left:18px}
  .solutions-strip,
  .solutions-grid,
  .process-timeline{
    grid-template-columns:1fr;
  }
  .solutions-strip,
  .solutions-section,
  .solutions-process,
  .solutions-ecosystem,
  .solutions-final-cta{
    padding-left:18px;
    padding-right:18px;
  }
  .solutions-section,
  .solutions-process,
  .solutions-ecosystem,
  .solutions-final-cta{
    padding-top:66px;
    padding-bottom:66px;
  }
  .solution-card{
    padding:22px;
    border-radius:22px;
  }
  .ecosystem-nodes{
    padding:18px;
    justify-content:flex-start;
  }
  .ecosystem-nodes span{
    min-width:0;
    flex:1 1 130px;
  }
}

/* Digital Solutions refinement pass */
.solutions-hero{
  grid-template-columns:minmax(0,.95fr) minmax(340px,.82fr);
  min-height:690px;
}
.solutions-eyebrow{
  display:inline-flex;
  align-items:center;
  width:max-content;
  padding:7px 12px;
  border:1px solid rgba(189,242,101,.32);
  border-radius:999px;
  background:rgba(189,242,101,.12);
  color:var(--esel-green,#bdf265)!important;
  font-size:11px;
  font-weight:600;
  letter-spacing:.13em;
}
.solutions-section .solutions-eyebrow,
.solutions-process .solutions-eyebrow,
.solutions-final-cta .solutions-eyebrow{
  color:#0d0866!important;
  background:rgba(13,8,102,.06);
  border-color:rgba(13,8,102,.1);
}
.solutions-hero h1{
  max-width:690px;
  font-size:clamp(34px,4vw,58px)!important;
  line-height:1.1;
  font-weight:500!important;
}
.solutions-hero__lead{
  max-width:620px;
  font-size:clamp(14px,1.18vw,17px)!important;
  line-height:1.72;
  font-weight:400!important;
  color:rgba(255,255,255,.68)!important;
}
.solutions-hero__highlight{
  margin-top:0;
  color:#fff;
  font-size:13px;
  font-weight:400;
  letter-spacing:.02em;
  border-color:rgba(255,255,255,.14);
  background:rgba(255,255,255,.06);
}
.solutions-section__head h2{
  font-size:clamp(28px,3.1vw,44px)!important;
  line-height:1.14;
  font-weight:500!important;
}
.solutions-system--icons{
  min-height:410px;
  border-color:rgba(255,255,255,.1);
  background:
    radial-gradient(circle at 50% 46%,rgba(189,242,101,.14),transparent 30%),
    radial-gradient(circle at 72% 20%,rgba(143,239,255,.14),transparent 28%),
    rgba(255,255,255,.045);
}
.solutions-system--icons:after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:170px;
  height:170px;
  border:1px solid rgba(189,242,101,.22);
  border-radius:999px;
  transform:translate(-50%,-50%);
  box-shadow:0 0 70px rgba(189,242,101,.18);
}
.solution-float-card{
  position:absolute;
  z-index:2;
  display:inline-flex;
  align-items:center;
  gap:10px;
  max-width:220px;
  padding:12px 14px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:999px;
  background:rgba(6,8,43,.68);
  color:#fff;
  box-shadow:0 18px 54px rgba(0,0,0,.18);
  backdrop-filter:blur(14px);
  animation:solutionsFloat 7s ease-in-out infinite;
}
.solution-float-card i{
  display:grid;
  place-items:center;
  width:36px;
  height:36px;
  flex:0 0 auto;
  border-radius:50%;
  background:rgba(189,242,101,.15);
  color:var(--esel-green,#bdf265);
}
.solution-float-card svg{
  width:20px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.solution-float-card strong{
  font-size:13px;
  line-height:1.25;
  font-weight:500;
}
.solution-float-card--0{left:9%;top:15%}
.solution-float-card--1{right:8%;top:18%;animation-delay:-1s}
.solution-float-card--2{left:28%;top:43%;animation-delay:-2s}
.solution-float-card--3{right:12%;top:54%;animation-delay:-3s}
.solution-float-card--4{left:9%;bottom:16%;animation-delay:-4s}
.solution-float-card--5{right:22%;bottom:12%;animation-delay:-5s}
.solutions-final-cta .btn-v2--ghost{
  background:#fff!important;
  color:#0d0866!important;
  border:1px solid rgba(13,8,102,.24)!important;
  box-shadow:none!important;
}
.solutions-final-cta .btn-v2--ghost:hover,
.solutions-final-cta .btn-v2--ghost:focus{
  background:#f4f6ff!important;
  color:#0d0866!important;
  border-color:rgba(13,8,102,.38)!important;
}
@keyframes solutionsFloat{
  50%{transform:translateY(-10px)}
}
@media (prefers-reduced-motion:reduce){
  .solution-float-card{animation:none!important}
}
@media (max-width:1040px){
  .solutions-hero{
    grid-template-columns:1fr;
    min-height:auto;
  }
}
@media (max-width:700px){
  .solutions-hero h1{
    font-size:clamp(30px,8.4vw,40px)!important;
  }
  .solutions-system--icons{
    min-height:330px;
  }
  .solution-float-card{
    max-width:170px;
    padding:10px 12px;
  }
  .solution-float-card strong{
    font-size:12px;
  }
  .solution-float-card--0{left:3%;top:10%}
  .solution-float-card--1{right:3%;top:18%}
  .solution-float-card--2{left:10%;top:42%}
  .solution-float-card--3{right:5%;top:51%}
  .solution-float-card--4{left:4%;bottom:13%}
  .solution-float-card--5{right:7%;bottom:8%}
}

/* About page redesign */
.about-hero{
  position:relative;
  isolation:isolate;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(330px,.78fr);
  gap:clamp(30px,5vw,72px);
  align-items:center;
  min-height:690px;
  padding:150px clamp(20px,5vw,82px) 88px;
  overflow:hidden;
  background:
    radial-gradient(circle at 14% 18%,rgba(189,242,101,.2),transparent 28%),
    radial-gradient(circle at 78% 26%,rgba(143,239,255,.18),transparent 30%),
    linear-gradient(135deg,#060735,#0d0866 62%,#101a4e);
  color:#fff;
}
.about-hero:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);
  background-size:54px 54px;
  mask-image:radial-gradient(circle at 70% 42%,black,transparent 72%);
}
.about-hero__content{
  max-width:800px;
}
.about-hero h1{
  max-width:760px;
  color:#fff;
  font-size:clamp(36px,4.4vw,64px);
  line-height:1.08;
  font-weight:500;
}
.about-hero p:not(.solutions-eyebrow){
  max-width:690px;
  color:rgba(255,255,255,.72);
  font-size:clamp(15px,1.3vw,18px);
  line-height:1.78;
  font-weight:400;
}
.about-orbit{
  position:relative;
  min-height:400px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:34px;
  background:
    radial-gradient(circle at 50% 50%,rgba(189,242,101,.16),transparent 28%),
    rgba(255,255,255,.045);
  box-shadow:0 34px 120px rgba(0,0,0,.22);
  overflow:hidden;
}
.about-orbit:before,
.about-orbit:after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  border:1px solid rgba(255,255,255,.13);
  border-radius:999px;
  transform:translate(-50%,-50%);
}
.about-orbit:before{width:260px;height:260px}
.about-orbit:after{width:170px;height:170px;border-color:rgba(189,242,101,.22)}
.about-orbit__core{
  position:absolute;
  left:50%;
  top:50%;
  z-index:2;
  display:grid;
  place-items:center;
  width:90px;
  height:90px;
  border-radius:28px;
  background:linear-gradient(135deg,var(--esel-green,#bdf265),#8fefff);
  color:#07110a;
  font-size:28px;
  font-weight:700;
  transform:translate(-50%,-50%);
  box-shadow:0 20px 80px rgba(189,242,101,.22);
}
.about-orbit__core img{
  display:block;
  width:74px;
  max-height:42px;
  object-fit:contain;
}
.about-story .solutions-eyebrow{
  color:var(--esel-green,#bdf265)!important;
  background:rgba(189,242,101,.12)!important;
  border-color:rgba(189,242,101,.42)!important;
}
.about-orbit__item{
  position:absolute;
  z-index:2;
  padding:12px 16px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:999px;
  background:rgba(6,8,43,.7);
  color:#fff;
  font-size:13px;
  font-weight:500;
  backdrop-filter:blur(14px);
  animation:solutionsFloat 7s ease-in-out infinite;
}
.about-orbit__item--1{left:10%;top:18%}
.about-orbit__item--2{right:12%;top:24%;animation-delay:-1s}
.about-orbit__item--3{left:15%;bottom:20%;animation-delay:-2s}
.about-orbit__item--4{right:14%;bottom:16%;animation-delay:-3s}
.about-story{
  display:grid;
  grid-template-columns:.86fr 1fr;
  gap:clamp(24px,5vw,76px);
  align-items:start;
  padding:92px clamp(20px,5vw,82px);
  background:#fff;
}
.about-story h2{
  margin:0;
  color:#111633;
  font-size:clamp(30px,3.6vw,54px);
  line-height:1.12;
  font-weight:500;
}
.about-story>p{
  color:#565d78;
  font-size:clamp(16px,1.35vw,19px);
  line-height:1.86;
}
.about-values{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
  padding:0 clamp(20px,5vw,82px) 96px;
  background:#fff;
}
.about-values article{
  min-height:100%;
  padding:26px;
  border:1px solid #e4e9f2;
  border-radius:26px;
  background:
    radial-gradient(circle at 100% 0,rgba(189,242,101,.16),transparent 30%),
    linear-gradient(180deg,#fff,#fbfcff);
  box-shadow:0 18px 54px rgba(13,8,102,.065);
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.about-values article:hover{
  transform:translateY(-6px);
  border-color:rgba(189,242,101,.78);
  box-shadow:0 28px 76px rgba(13,8,102,.12);
}
.about-values__top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:28px;
}
.about-values__top span{
  color:#0d0866;
  font-size:12px;
  font-weight:700;
  letter-spacing:.13em;
}
.about-values__top i{
  display:grid;
  place-items:center;
  width:56px;
  height:56px;
  border-radius:18px;
  background:#f1ffda;
  color:#477c22;
}
.about-values svg,
.about-cta svg{
  width:24px;
  height:24px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.about-values h2{
  color:#111633;
  font-size:clamp(22px,2vw,28px);
  line-height:1.18;
  font-weight:600;
}
.about-values p{
  color:#626985;
  font-size:15px;
  line-height:1.78;
}
.about-cta{
  padding:92px clamp(20px,5vw,82px);
  background:
    radial-gradient(circle at 80% 22%,rgba(143,239,255,.18),transparent 28%),
    linear-gradient(135deg,#07073a,#0d0866);
  color:#fff;
  text-align:center;
}
.about-cta .solutions-eyebrow{
  margin-inline:auto;
}
.about-cta h2{
  max-width:850px;
  margin:18px auto 28px;
  color:#fff;
  font-size:clamp(32px,4vw,58px);
  line-height:1.12;
  font-weight:500;
}
@media (prefers-reduced-motion:reduce){
  .about-orbit__item,
  .about-values article{
    animation:none!important;
    transition:none!important;
  }
}
@media (max-width:980px){
  .about-hero,
  .about-story{
    grid-template-columns:1fr;
  }
  .about-values{
    grid-template-columns:1fr;
  }
}
@media (max-width:700px){
  .about-hero{
    min-height:auto;
    padding:126px 18px 66px;
  }
  .about-hero h1{
    font-size:clamp(31px,8.7vw,42px);
  }
  .about-orbit{
    min-height:320px;
    border-radius:24px;
  }
  .about-orbit__item{
    font-size:12px;
    padding:10px 12px;
  }
  .about-story,
  .about-values,
  .about-cta{
    padding-left:18px;
    padding-right:18px;
  }
  .about-story,
  .about-cta{
    padding-top:66px;
    padding-bottom:66px;
  }
  .about-values{
    padding-bottom:66px;
  }
}

/* Contact page redesign */
.contact-hero{
  position:relative;
  isolation:isolate;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,.58fr);
  gap:clamp(26px,5vw,72px);
  align-items:end;
  min-height:620px;
  padding:150px clamp(20px,5vw,82px) 82px;
  overflow:hidden;
  background:
    radial-gradient(circle at 18% 20%,rgba(189,242,101,.2),transparent 28%),
    radial-gradient(circle at 80% 26%,rgba(143,239,255,.18),transparent 30%),
    linear-gradient(135deg,#060735,#0d0866 62%,#101a4e);
  color:#fff;
}
.contact-hero:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);
  background-size:54px 54px;
  mask-image:radial-gradient(circle at 70% 42%,black,transparent 72%);
}
.contact-hero h1{
  max-width:760px;
  color:#fff;
  font-size:clamp(36px,4.6vw,66px);
  line-height:1.08;
  font-weight:500;
}
.contact-hero p:not(.solutions-eyebrow){
  max-width:660px;
  color:rgba(255,255,255,.72);
  font-size:clamp(15px,1.3vw,19px);
  line-height:1.78;
}
.contact-hero__badge{
  display:inline-flex;
  margin-top:6px;
  padding:10px 14px;
  border:1px solid rgba(189,242,101,.34);
  border-radius:999px;
  background:rgba(189,242,101,.1);
  color:#f7ffe9;
  font-size:13px;
  font-weight:500;
}
.contact-panel{
  padding:26px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:28px;
  background:rgba(255,255,255,.07);
  box-shadow:0 28px 90px rgba(0,0,0,.2);
  backdrop-filter:blur(16px);
}
.contact-panel p{
  color:rgba(255,255,255,.74);
  font-size:15px;
  line-height:1.75;
}
.contact-panel__item{
  display:grid;
  gap:4px;
  padding:16px 0;
  border-top:1px solid rgba(255,255,255,.12);
  border-bottom:1px solid rgba(255,255,255,.12);
}
.contact-panel__item span,
.contact-panel__steps strong{
  color:#8fefff;
  font-size:12px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.contact-panel__item a{
  color:#fff;
  font-weight:600;
}
.contact-panel__steps{
  display:grid;
  gap:10px;
  margin-top:18px;
}
.contact-panel__steps small{
  color:rgba(255,255,255,.74);
  font-size:13px;
}
.contact-shell{
  padding:82px clamp(20px,5vw,82px) 96px;
  background:#f7f8fc;
}
.contact-alert{
  max-width:1180px;
  margin:0 auto 18px;
}
.contact-form-v2{
  max-width:1180px;
  margin:0 auto;
  padding:28px;
  border:1px solid #e4e9f2;
  border-radius:30px;
  background:#fff;
  box-shadow:0 24px 80px rgba(13,8,102,.08);
}
.contact-form-v2 .form-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.contact-form-v2 label{
  color:#111633;
  font-size:13px;
  font-weight:500;
}
.contact-form-v2 input,
.contact-form-v2 select,
.contact-form-v2 textarea{
  border-color:#e1e7f0;
  border-radius:18px;
  background:#f8faff;
  color:#111633;
  font-size:15px;
  transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;
}
.contact-form-v2 input:focus,
.contact-form-v2 select:focus,
.contact-form-v2 textarea:focus{
  outline:none;
  border-color:rgba(189,242,101,.92);
  background:#fff;
  box-shadow:0 0 0 4px rgba(189,242,101,.18);
}
.contact-form-v2 .conditional-fields{
  margin-top:4px;
  padding:20px;
  border:1px solid #e5eaf2;
  border-radius:24px;
  background:
    radial-gradient(circle at 100% 0,rgba(189,242,101,.12),transparent 30%),
    #fbfcff;
}
.contact-form-v2 .conditional-fields.is-active{
  display:grid;
}
.contact-check,
.contact-consent{
  display:flex!important;
  align-items:flex-start;
  gap:10px!important;
  padding:14px 16px;
  border:1px solid #e5eaf2;
  border-radius:18px;
  background:#fbfcff;
  line-height:1.5;
}
.contact-check input,
.contact-consent input{
  width:auto;
  margin-top:4px;
  accent-color:#477c22;
}
.contact-submit{
  width:max-content;
  min-width:220px;
  border:0;
  cursor:pointer;
}
.contact-submit svg{
  width:24px;
  height:24px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
@media (max-width:980px){
  .contact-hero{
    grid-template-columns:1fr;
    min-height:auto;
  }
}
@media (max-width:700px){
  .contact-hero{
    padding:126px 18px 66px;
  }
  .contact-hero h1{
    font-size:clamp(31px,8.7vw,42px);
  }
  .contact-shell{
    padding:58px 18px 66px;
  }
  .contact-form-v2{
    padding:20px;
    border-radius:24px;
  }
  .contact-form-v2 .form-grid,
  .contact-form-v2 .conditional-fields{
    grid-template-columns:1fr;
  }
  .contact-submit{
    width:100%;
  }
}

/* Footer menu update */
.site-footer{
  grid-template-columns:minmax(240px,1.35fr) repeat(4,minmax(130px,1fr))!important;
}
.site-footer .footer-slogan{
  margin-bottom:22px!important;
}
@media (max-width:1100px){
  .site-footer{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media (max-width:640px){
  .site-footer{
    grid-template-columns:1fr!important;
  }
}
