@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);
}

/* Live Chat widget */
.live-chat-root{
  position:fixed!important;
  right:20px!important;
  bottom:20px!important;
  z-index:9999!important;
  width:auto!important;
  height:auto!important;
  max-width:none!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  pointer-events:none!important;
  font-family:inherit;
}
.live-chat-root .live-chat-launcher,
.live-chat-root .live-chat-panel{
  pointer-events:auto!important;
}
.live-chat-root .live-chat-launcher{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  width:auto!important;
  min-width:0!important;
  min-height:54px!important;
  margin:0!important;
  padding:8px 16px 8px 8px!important;
  border:1px solid rgba(189,242,101,.42)!important;
  border-radius:999px!important;
  background:#0d0866!important;
  color:#fff!important;
  box-shadow:0 18px 48px rgba(13,8,102,.24)!important;
  cursor:pointer;
}
.live-chat-root .live-chat-avatar{
  display:grid!important;
  place-items:center!important;
  flex:0 0 38px!important;
  width:38px!important;
  height:38px!important;
  border-radius:50%!important;
  background:#bdf265!important;
  color:#0b1230!important;
  font-size:13px!important;
  font-weight:600!important;
}
.live-chat-root .live-chat-avatar svg,
.live-chat-root .live-chat-launcher svg{
  display:block!important;
  flex:0 0 20px!important;
  width:20px!important;
  height:20px!important;
  max-width:20px!important;
  max-height:20px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.9!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
.live-chat-root .live-chat-panel{
  position:absolute!important;
  right:0!important;
  bottom:70px!important;
  width:min(390px,calc(100vw - 24px))!important;
  max-height:min(680px,calc(100vh - 110px))!important;
  overflow:hidden!important;
  border:1px solid rgba(255,255,255,.16)!important;
  border-radius:24px!important;
  background:#fff!important;
  box-shadow:0 22px 70px rgba(7,9,45,.24)!important;
}
.live-chat-root .live-chat-panel[hidden]{
  display:none!important;
}
.live-chat-root .live-chat-panel.is-open{
  display:block!important;
}
.live-chat-root .live-chat-panel[hidden]{
  display:none!important;
}
.live-chat-root .live-chat-panel header{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  padding:14px!important;
  background:linear-gradient(135deg,#0d0866,#172348)!important;
  color:#fff!important;
}
.live-chat-root .live-chat-panel header>div{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
}
.live-chat-root .live-chat-panel header strong,
.live-chat-root .live-chat-panel header small{
  display:block!important;
}
.live-chat-root .live-chat-panel header strong{
  font-size:15px!important;
  font-weight:500!important;
}
.live-chat-root .live-chat-panel header small{
  color:rgba(255,255,255,.68)!important;
  font-size:12px!important;
  font-weight:400!important;
}
.live-chat-root .live-chat-panel header button{
  display:grid!important;
  place-items:center!important;
  flex:0 0 34px!important;
  width:34px!important;
  height:34px!important;
  padding:0!important;
  border:1px solid rgba(255,255,255,.18)!important;
  border-radius:50%!important;
  background:rgba(255,255,255,.08)!important;
  color:#fff!important;
  font-size:22px!important;
  line-height:1!important;
  cursor:pointer;
}
.live-chat-root .live-chat-body{
  max-height:520px!important;
  padding:16px!important;
  overflow:auto!important;
  background:#f7f8fc!important;
}
.live-chat-root .live-chat-step{
  display:none!important;
}
.live-chat-root .live-chat-step.is-active{
  display:block!important;
}
.live-chat-root .live-chat-step>p{
  margin:0 0 14px!important;
  white-space:pre-line!important;
  color:#15162f!important;
  font-size:14px!important;
  line-height:1.65!important;
}
.live-chat-root .live-chat-choice-row,
.live-chat-root .live-chat-options{
  display:grid!important;
  gap:8px!important;
}
.live-chat-root .live-chat-choice-row{
  grid-template-columns:1fr 1fr!important;
}
.live-chat-root .live-chat-choice-row button,
.live-chat-root .live-chat-options button,
.live-chat-root .live-chat-composer button,
.live-chat-root .live-chat-step[data-chat-step="visitor"] button{
  min-height:42px!important;
  border:1px solid #e4e8f2!important;
  border-radius:14px!important;
  background:#fff!important;
  color:#15162f!important;
  font-size:13px!important;
  font-weight:500!important;
  cursor:pointer;
}
.live-chat-root .live-chat-choice-row button:hover,
.live-chat-root .live-chat-options button:hover{
  border-color:#bdf265!important;
  background:#f7ffe9!important;
}
.live-chat-root .live-chat-step[data-chat-step="visitor"]{
  display:none!important;
  gap:8px!important;
}
.live-chat-root .live-chat-step[data-chat-step="visitor"].is-active{
  display:grid!important;
}
.live-chat-root .live-chat-step input,
.live-chat-root .live-chat-step select{
  width:100%!important;
  min-height:42px!important;
  padding:0 13px!important;
  border:1px solid #dde3ef!important;
  border-radius:14px!important;
  background:#fff!important;
  color:#15162f!important;
  font-size:13px!important;
}
.live-chat-root .live-chat-step[data-chat-step="visitor"] button,
.live-chat-root .live-chat-composer button{
  border-color:#bdf265!important;
  background:#bdf265!important;
  color:#07101e!important;
}
.live-chat-root .live-chat-messages{
  display:grid!important;
  gap:9px!important;
  max-height:315px!important;
  overflow:auto!important;
}
.live-chat-root .live-chat-bubble{
  max-width:88%!important;
  padding:10px 12px!important;
  border-radius:16px!important;
  background:#fff!important;
  color:#15162f!important;
  box-shadow:0 8px 22px rgba(16,18,46,.05)!important;
}
.live-chat-root .live-chat-bubble strong{
  display:block!important;
  margin-bottom:3px!important;
  font-size:11px!important;
  font-weight:600!important;
  color:#68708a!important;
}
.live-chat-root .live-chat-bubble p{
  margin:0!important;
  font-size:13px!important;
  line-height:1.55!important;
}
.live-chat-root .live-chat-bubble--visitor{
  justify-self:end!important;
  background:#0d0866!important;
  color:#fff!important;
}
.live-chat-root .live-chat-bubble--visitor strong{
  color:rgba(255,255,255,.72)!important;
}
.live-chat-root .live-chat-bubble--typing{
  width:82px!important;
}
.live-chat-root .live-chat-bubble--typing p{
  display:flex!important;
  gap:4px!important;
  align-items:center!important;
}
.live-chat-root .live-chat-bubble--typing p span{
  width:6px!important;
  height:6px!important;
  border-radius:50%!important;
  background:#9aa2b8!important;
  animation:liveChatTyping 1s ease-in-out infinite;
}
.live-chat-root .live-chat-bubble--typing p span:nth-child(2){animation-delay:.15s}
.live-chat-root .live-chat-bubble--typing p span:nth-child(3){animation-delay:.3s}
@keyframes liveChatTyping{
  0%,80%,100%{opacity:.35;transform:translateY(0)}
  40%{opacity:1;transform:translateY(-3px)}
}
.live-chat-root .live-chat-options{
  margin-top:12px!important;
}
.live-chat-root .live-chat-options[hidden],
.live-chat-root .live-chat-options.is-hidden{
  display:none!important;
}
.live-chat-root .live-chat-options p{
  margin:0 0 2px!important;
  color:#15162f!important;
  font-size:13px!important;
  font-weight:500!important;
}
.live-chat-root .live-chat-composer{
  display:flex!important;
  gap:8px!important;
  padding:12px!important;
  border-top:1px solid #e9edf5!important;
  background:#fff!important;
}
.live-chat-root .live-chat-composer[hidden]{
  display:none!important;
}
.live-chat-root .live-chat-composer input{
  flex:1 1 auto!important;
  min-width:0!important;
  min-height:42px!important;
  padding:0 13px!important;
  border:1px solid #dde3ef!important;
  border-radius:999px!important;
}
.live-chat-root .live-chat-composer button{
  flex:0 0 auto!important;
  padding-inline:14px!important;
  border-radius:999px!important;
}
@media (max-width:600px){
  .live-chat-root{
    right:12px!important;
    bottom:12px!important;
  }
  .live-chat-root .live-chat-launcher span:not(.live-chat-avatar){
    display:none!important;
  }
  .live-chat-root .live-chat-panel{
    position:fixed!important;
    right:12px!important;
    left:12px!important;
    bottom:72px!important;
    width:auto!important;
    max-height:calc(100vh - 96px)!important;
  }
  .live-chat-root .live-chat-body{
    max-height:calc(100vh - 196px)!important;
  }
}
.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}
.workspace-access-group{
  display:flex;
  align-items:center;
  gap:8px;
}
.workspace-access-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:0 12px;
  border:1px solid rgba(13,8,102,.14);
  border-radius:999px;
  background:rgba(255,255,255,.78);
  color:var(--brand);
  font-size:12.5px;
  font-weight:700;
  line-height:1;
  text-decoration:none;
  white-space:nowrap;
}
.workspace-access-link:hover,
.workspace-access-link:focus-visible{
  border-color:#bdf265;
  background:#f2ffe1;
  outline:none;
}
.mobile-workspace-links{
  display:none;
}
.language-switch span{
  display:none;
}
.site-header .arrow-button span{
  display:none;
}
.site-header .account-menu{
  display:none;
}
.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}
  .workspace-access-group{display:none}
  .main-nav.is-open .mobile-workspace-links{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
    width:100%;
    padding-top:8px;
    border-top:1px solid #e8ecf7;
  }
  .main-nav.is-open .mobile-workspace-links a{
    justify-content:center;
    min-height:40px;
    padding:0 10px;
    border:1px solid #e8ecf7;
    border-radius:999px;
    background:#f8fbff;
    color:var(--brand)!important;
    font-size:13px;
  }
}
@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,
.site-header.is-transparent .workspace-access-link{color:#fff}
.site-header.is-transparent .client-access,
.site-header.is-transparent .icon-pill,
.site-header.is-transparent .workspace-access-link{
  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{
  gap:10px;
  padding-inline:18px 14px;
  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 svg{
  width:16px;
  height:16px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
  transition:transform .24s ease;
}
.button.arrow-button:hover svg{
  transform:translate(3px,-3px);
}
.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}

.country-picker{
  position:relative;
  width:100%;
}
.country-picker::before{
  content:attr(data-country-flag);
  position:absolute;
  z-index:2;
  left:16px;
  top:50%;
  transform:translateY(-50%);
  font-size:22px;
  line-height:1;
  pointer-events:none;
}
.country-picker > input{
  cursor:pointer;
  background-image:linear-gradient(45deg,transparent 50%,#7d8297 50%),linear-gradient(135deg,#7d8297 50%,transparent 50%)!important;
  background-position:calc(100% - 20px) 50%,calc(100% - 15px) 50%!important;
  background-size:5px 5px,5px 5px!important;
  background-repeat:no-repeat!important;
  padding-right:40px!important;
  padding-left:52px!important;
}
.country-picker__option-main{
  display:inline-flex;
  align-items:center;
  gap:10px;
}
.country-picker__option-main b{
  width:24px;
  font-size:20px;
  line-height:1;
  font-weight:400;
}
.country-picker__panel{
  position:absolute;
  z-index:90;
  top:calc(100% + 8px);
  left:0;
  right:0;
  overflow:hidden;
  border:1px solid rgba(15,18,48,.12);
  border-radius:18px;
  background:#fff;
  box-shadow:0 28px 80px rgba(9,11,45,.22);
}
.country-picker__search{
  position:relative;
  padding:10px;
  border-bottom:1px solid #eef1f8;
}
.country-picker__search span,
.country-picker__search svg{
  position:absolute;
  left:23px;
  top:50%;
  width:16px;
  height:16px;
  transform:translateY(-50%);
  color:#7d8297;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.country-picker__search input{
  width:100%;
  min-height:42px!important;
  padding-left:36px!important;
  border-radius:12px!important;
  font-size:14px!important;
  color:#11142d!important;
  -webkit-text-fill-color:#11142d!important;
  background:#fff!important;
  caret-color:#11142d!important;
}
.country-picker__search input::placeholder{color:#7d8297!important;opacity:1}
.country-picker > input{color:#11142d!important;-webkit-text-fill-color:#11142d!important}
.country-picker__list{
  max-height:260px;
  overflow:auto;
  padding:6px;
}
.country-picker__list button{
  display:flex;
  align-items:center;
  justify-content:space-between;
  width:100%;
  min-height:40px;
  padding:0 11px;
  border:0;
  border-radius:11px;
  background:transparent;
  color:#12142f;
  font-size:14px;
  font-weight:400;
  text-align:left;
  cursor:pointer;
}
.country-picker__list button:hover,
.country-picker__list button:focus{
  background:#f2ffe1;
  color:#315b16;
}
.country-picker__list small{
  color:#7d8297;
  font-size:11px;
}
.country-picker__list p{
  margin:0;
  padding:12px;
  color:#676d82;
  font-size:14px;
}
.project-progress{padding:18px 0;border-top:1px solid #edf0f8}

.client-approval-panel{scroll-margin-top:120px}
.client-approval-board{
  max-width:1040px;
  margin:18px auto 0;
  padding:20px;
  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-items--premium{
  grid-template-columns:repeat(2,minmax(0,1fr));
  align-items:start;
  gap:22px;
}
.client-approval-card{
  display:grid;
  grid-template-columns:240px minmax(0,1fr);
  gap:18px;
  padding:16px;
  border-radius:22px;
  background:#f7f9ff;
}
.client-approval-card--premium{
  display:block;
  overflow:hidden;
  padding:0;
  border:1px solid rgba(10,14,48,.08);
  border-radius:14px;
  background:#fff;
  box-shadow:0 14px 34px rgba(11,15,48,.08);
}
.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--hero{
  width:100%;
  min-height:0;
  height:auto;
  aspect-ratio:4/5;
  max-height:380px;
  border-radius:0;
  background:#f0f1f4;
}
.client-approval-preview img{
  display:block;
  width:100%;
  height:100%;
  max-height:380px;
  object-fit:contain;
}
.client-approval-preview a{color:#bdf265;text-decoration:none;font-weight:700}
.client-approval-card--premium>div:last-child{
  padding:18px;
}
.client-approval-meta{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
}
.client-approval-card--premium .client-approval-meta span{
  display:inline-flex;
  padding:6px 10px;
  border-radius:999px;
  background:#e9fbf7;
  color:#08766a;
  font-size:11px;
}
.client-approval-card--premium .client-approval-meta strong{
  margin-left:0;
  background:#fff4cf;
  color:#765400;
}
.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--premium h4{
  margin:14px 0 10px;
  font-size:18px;
  line-height:1.18;
  letter-spacing:-.02em;
}
.client-approval-card p{margin:0 0 10px;color:#68708a}
.client-approval-card--premium p{
  color:#20263a;
  font-size:14px;
  line-height:1.6;
}
.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;
}
.client-approval-card--premium .client-approval-form textarea{
  background:#f8fafc;
}
.client-approval-card--premium .client-approval-form .button{
  min-height:38px;
  border-radius:8px;
  padding:9px 14px;
  font-size:13px;
}
.client-approval-card--premium .client-approval-form .button-ghost{
  background:#ffe2e4;
  color:#991b1b;
  border-color:#ffe2e4;
}
.client-approval-card--premium .client-approval-form .button:not(.button-ghost){
  background:#087a3d;
  color:#fff;
  box-shadow:none;
}
@media (max-width:760px){
  .client-approval-board__header,.client-approval-card{grid-template-columns:1fr;display:grid}
  .client-approval-items--premium{grid-template-columns:1fr}
  .client-approval-meta strong{margin-left:0}
  .client-approval-preview--hero{max-height:340px}
  .client-approval-preview img{max-height:340px}
}
.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;
}

/* Compact public Workspace dropdown */
.site-header .workspace-access-group,
.site-header .mobile-workspace-links{
  display:none!important;
}

.site-header .account-menu{
  display:block!important;
  position:relative;
}

.site-header .client-access{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  min-height:40px;
  padding:0 13px;
  border:1px solid rgba(13,8,102,.14);
  border-radius:999px;
  background:rgba(255,255,255,.84);
  color:#0d0866;
  font-size:13px;
  font-weight:600;
  line-height:1;
  white-space:nowrap;
  cursor:pointer;
}

.site-header .client-access svg{
  width:16px;
  height:16px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
}

.site-header .account-chevron{
  font-size:10px;
  line-height:1;
}

.site-header.is-transparent .client-access{
  border-color:rgba(255,255,255,.22);
  background:rgba(255,255,255,.14);
  color:#fff;
}

.site-header .account-dropdown{
  right:0;
  min-width:244px;
  padding:7px;
  border-radius:12px;
  border:1px solid #e2e7f0;
  background:#fff!important;
  box-shadow:0 18px 44px rgba(13,8,102,.14);
}

.site-header .account-dropdown.is-open{
  display:grid!important;
}

.site-header .account-dropdown a.workspace-dropdown-item{
  display:grid;
  grid-template-columns:18px minmax(0,1fr);
  gap:10px;
  align-items:start;
  padding:9px 10px;
  border-radius:8px;
  background:transparent;
  color:#0d0866;
  font-size:13px;
  font-weight:400;
  line-height:1.25;
}

.site-header .account-dropdown a.workspace-dropdown-item svg{
  width:17px;
  height:17px;
  margin-top:1px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.site-header .account-dropdown a.workspace-dropdown-item span span{
  display:block;
  font-weight:400;
}

.site-header .account-dropdown a.workspace-dropdown-item small{
  display:block;
  margin-top:3px;
  color:#667085;
  font-size:11px;
  font-weight:400;
  line-height:1.3;
}

.site-header .account-dropdown a.workspace-dropdown-item:hover,
.site-header .account-dropdown a.workspace-dropdown-item:focus-visible{
  background:#f1ffd9;
  color:#0d0866;
  outline:none;
}

.site-header .account-dropdown a.workspace-dropdown-item.is-active{
  background:#eef1f6;
  color:#0d0866;
}

@media (max-width:1100px){
  .site-header .account-menu{
    display:block!important;
  }
}

@media (max-width:760px){
  .site-header .account-menu{
    display:block!important;
  }
  .site-header .client-access{
    min-height:42px;
    padding:0 11px;
    font-size:12px;
  }
  .site-header .client-access svg{
    display:none;
  }
  .site-header .account-dropdown{
    position:fixed;
    top:72px;
    right:14px;
    left:14px;
    min-width:0;
  }
  .site-header .account-dropdown a.workspace-dropdown-item small{
    display:none;
  }
}
.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;
  }
}

/* Footer v15 absolute final override */
.site-footer{
  display:block!important;
  padding:70px clamp(24px,4vw,60px) 0!important;
  background:linear-gradient(135deg,#11144a 0%,#161c5c 55%,#1c2a78 100%)!important;
  color:#fff!important;
}
.site-footer .footer-grid{
  max-width:1400px!important;
  margin:0 auto!important;
  display:grid!important;
  grid-template-columns:1.35fr 1fr 1.35fr 1.1fr!important;
  gap:clamp(28px,4vw,52px)!important;
  padding-bottom:50px!important;
  border-bottom:1px solid rgba(255,255,255,.12)!important;
}
.site-footer .footer-brand-col,
.site-footer .footer-col{
  min-width:0!important;
}
.site-footer h3,
.site-footer .footer-col h3{
  margin:0 0 20px!important;
  color:#8fefff!important;
  font-size:14px!important;
  font-weight:400!important;
  letter-spacing:0!important;
  text-transform:none!important;
  opacity:1!important;
}
.site-footer .footer-col h3.accent-heading{
  color:#bdf265!important;
}
.site-footer a,
.site-footer .footer-col a{
  display:block;
  color:rgba(255,255,255,.75)!important;
  font-size:14.5px!important;
  font-weight:400!important;
  line-height:2!important;
  text-decoration:none!important;
}
.site-footer a:hover,
.site-footer .footer-col a:hover{
  color:#fff!important;
}
.site-footer .footer-brand{
  display:inline-flex!important;
  margin:0 0 16px!important;
}
.site-footer .footer-logo{
  width:auto!important;
  max-width:170px!important;
  height:auto!important;
  filter:brightness(0) invert(1)!important;
}
.site-footer .footer-slogan{
  margin:0 0 24px!important;
  color:rgba(255,255,255,.6)!important;
  font-size:14px!important;
  font-weight:400!important;
  text-transform:lowercase!important;
}
.site-footer .social-links{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px!important;
}
.site-footer .social-links a{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:40px!important;
  height:40px!important;
  min-width:40px!important;
  min-height:40px!important;
  padding:0!important;
  border-radius:50%!important;
  background:rgba(255,255,255,.1)!important;
  color:#fff!important;
  line-height:1!important;
}
.site-footer .social-links a:hover{
  transform:translateY(-2px);
  background:#bdf265!important;
  color:#0d0866!important;
}
.site-footer .social-links svg{
  width:17px!important;
  height:17px!important;
  fill:currentColor!important;
}
.site-footer .social-links span{
  display:none!important;
}
.site-footer .footer-newsletter{
  margin-top:18px!important;
}
.site-footer .footer-newsletter label{
  display:block!important;
  color:#fff!important;
  font-size:14px!important;
  font-weight:400!important;
}
.site-footer .footer-newsletter p{
  margin:8px 0 16px!important;
  color:rgba(255,255,255,.6)!important;
  font-size:13px!important;
  font-weight:400!important;
  line-height:1.6!important;
}
.site-footer .footer-newsletter div{
  display:flex!important;
  gap:8px!important;
}
.site-footer .footer-newsletter input{
  flex:1!important;
  min-width:0!important;
  padding:10px 12px!important;
  border:1px solid rgba(255,255,255,.2)!important;
  border-radius:6px!important;
  background:rgba(255,255,255,.06)!important;
  color:#fff!important;
  font-size:13px!important;
}
.site-footer .footer-newsletter input::placeholder{
  color:rgba(255,255,255,.45)!important;
}
.site-footer .footer-newsletter button{
  padding:10px 16px!important;
  border:0!important;
  border-radius:6px!important;
  background:#bdf265!important;
  color:#05072f!important;
  font-size:13px!important;
  font-weight:700!important;
  cursor:pointer!important;
}
.site-footer .footer-partner-col .partner-label{
  margin:0 0 14px!important;
  color:rgba(255,255,255,.6)!important;
  font-size:13px!important;
  font-weight:400!important;
}
.site-footer .footer-partner-col img{
  display:block!important;
  max-width:160px!important;
  height:auto!important;
  padding:10px 14px!important;
  border-radius:8px!important;
  background:#fff!important;
  object-fit:contain!important;
}
.copyright{
  max-width:1400px!important;
  margin:0 auto!important;
  padding:24px 0!important;
  display:flex!important;
  flex-wrap:wrap!important;
  justify-content:space-between!important;
  gap:12px!important;
  background:transparent!important;
  color:rgba(255,255,255,.55)!important;
  font-size:12px!important;
  font-weight:400!important;
}
.copyright a{
  display:inline!important;
  color:rgba(255,255,255,.75)!important;
}
.copyright a:hover{
  color:#fff!important;
}
@media (max-width:1100px){
  .site-footer .footer-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media (max-width:700px){
  .site-footer{
    padding:50px 24px 0!important;
  }
  .site-footer .footer-grid{
    grid-template-columns:1fr!important;
    gap:32px!important;
  }
  .site-footer .footer-newsletter div{
    display:grid!important;
  }
  .copyright{
    display:grid!important;
    padding:20px 0 24px!important;
  }
}

/* Footer v14 final lock: requested footer wins over older footer layers */
.site-footer{
  display:block!important;
  padding:70px clamp(24px,4vw,60px) 0!important;
  background:linear-gradient(135deg,#11144a 0%,#161c5c 55%,#1c2a78 100%)!important;
  color:#fff!important;
}
.site-footer .footer-grid{
  max-width:1400px!important;
  margin:0 auto!important;
  display:grid!important;
  grid-template-columns:1.35fr 1fr 1.35fr 1.1fr!important;
  gap:clamp(28px,4vw,52px)!important;
  padding-bottom:50px!important;
  border-bottom:1px solid rgba(255,255,255,.12)!important;
}
.site-footer .footer-brand-col,
.site-footer .footer-col{
  min-width:0!important;
}
.site-footer .footer-col h3,
.site-footer h3{
  margin:0 0 20px!important;
  color:#8fefff!important;
  font-size:14px!important;
  font-weight:400!important;
  letter-spacing:0!important;
  text-transform:none!important;
  opacity:1!important;
}
.site-footer .footer-col h3.accent-heading{
  color:#bdf265!important;
}
.site-footer .footer-col a,
.site-footer a{
  display:block;
  color:rgba(255,255,255,.75)!important;
  font-size:14.5px!important;
  font-weight:400!important;
  line-height:2!important;
  text-decoration:none!important;
}
.site-footer .footer-col a:hover,
.site-footer a:hover{
  color:#fff!important;
}
.site-footer .footer-brand{
  display:inline-flex!important;
  margin:0 0 16px!important;
}
.site-footer .footer-logo{
  width:auto!important;
  max-width:170px!important;
  height:auto!important;
  filter:brightness(0) invert(1)!important;
}
.site-footer .footer-slogan{
  margin:0 0 24px!important;
  color:rgba(255,255,255,.6)!important;
  font-size:14px!important;
  font-weight:400!important;
  text-transform:lowercase!important;
}
.site-footer .social-links{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px!important;
}
.site-footer .social-links a{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:40px!important;
  height:40px!important;
  min-width:40px!important;
  min-height:40px!important;
  padding:0!important;
  border-radius:50%!important;
  background:rgba(255,255,255,.1)!important;
  color:#fff!important;
  line-height:1!important;
}
.site-footer .social-links a:hover{
  transform:translateY(-2px);
  background:#bdf265!important;
  color:#0d0866!important;
}
.site-footer .social-links svg{
  width:17px!important;
  height:17px!important;
  fill:currentColor!important;
}
.site-footer .social-links span{
  display:none!important;
}
.site-footer .footer-newsletter{
  margin-top:18px!important;
}
.site-footer .footer-newsletter label{
  display:block!important;
  color:#fff!important;
  font-size:14px!important;
  font-weight:400!important;
}
.site-footer .footer-newsletter p{
  margin:8px 0 16px!important;
  color:rgba(255,255,255,.6)!important;
  font-size:13px!important;
  font-weight:400!important;
  line-height:1.6!important;
}
.site-footer .footer-newsletter div{
  display:flex!important;
  gap:8px!important;
}
.site-footer .footer-newsletter input{
  flex:1!important;
  min-width:0!important;
  padding:10px 12px!important;
  border:1px solid rgba(255,255,255,.2)!important;
  border-radius:6px!important;
  background:rgba(255,255,255,.06)!important;
  color:#fff!important;
  font-size:13px!important;
}
.site-footer .footer-newsletter input::placeholder{
  color:rgba(255,255,255,.45)!important;
}
.site-footer .footer-newsletter button{
  padding:10px 16px!important;
  border:0!important;
  border-radius:6px!important;
  background:#bdf265!important;
  color:#05072f!important;
  font-size:13px!important;
  font-weight:700!important;
  cursor:pointer!important;
}
.site-footer .footer-partner-col .partner-label{
  margin:0 0 14px!important;
  color:rgba(255,255,255,.6)!important;
  font-size:13px!important;
  font-weight:400!important;
}
.site-footer .footer-partner-col img{
  display:block!important;
  max-width:160px!important;
  height:auto!important;
  padding:10px 14px!important;
  border-radius:8px!important;
  background:#fff!important;
  object-fit:contain!important;
}
.copyright{
  max-width:1400px!important;
  margin:0 auto!important;
  padding:24px 0!important;
  display:flex!important;
  flex-wrap:wrap!important;
  justify-content:space-between!important;
  gap:12px!important;
  background:transparent!important;
  color:rgba(255,255,255,.55)!important;
  font-size:12px!important;
  font-weight:400!important;
}
.copyright a{
  display:inline!important;
  color:rgba(255,255,255,.75)!important;
}
.copyright a:hover{
  color:#fff!important;
}
@media (max-width:1100px){
  .site-footer .footer-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media (max-width:700px){
  .site-footer{
    padding:50px 24px 0!important;
  }
  .site-footer .footer-grid{
    grid-template-columns:1fr!important;
    gap:32px!important;
  }
  .site-footer .footer-newsletter div{
    display:grid!important;
  }
  .copyright{
    display:grid!important;
    padding:20px 0 24px!important;
  }
}

/* Footer v13: requested premium footer layout */
.site-footer{
  display:block!important;
  padding:70px clamp(24px,4vw,60px) 0!important;
  background:linear-gradient(135deg,#11144a 0%,#161c5c 55%,#1c2a78 100%)!important;
  color:#fff!important;
}
.footer-grid{
  max-width:1400px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1.35fr 1fr 1.35fr 1.1fr;
  gap:clamp(28px,4vw,52px);
  padding-bottom:50px;
  border-bottom:1px solid rgba(255,255,255,.12);
}
.footer-brand-col,
.footer-col{
  min-width:0;
}
.footer-col h3,
.site-footer h3{
  margin:0 0 20px!important;
  color:#8fefff!important;
  font-size:14px!important;
  font-weight:400!important;
  letter-spacing:0!important;
  text-transform:none!important;
}
.footer-col h3.accent-heading{
  color:#bdf265!important;
}
.site-footer a,
.footer-col a{
  display:block;
  color:rgba(255,255,255,.75)!important;
  font-size:14.5px!important;
  font-weight:400!important;
  line-height:2!important;
  text-decoration:none;
  transition:color .2s ease,background .2s ease,transform .2s ease;
}
.site-footer a:hover,
.footer-col a:hover{
  color:#fff!important;
}
.footer-brand{
  display:inline-flex!important;
  margin:0 0 16px!important;
}
.site-footer .footer-logo{
  width:auto!important;
  max-width:170px!important;
  height:auto!important;
  filter:brightness(0) invert(1)!important;
}
.site-footer .footer-slogan{
  margin:0 0 24px!important;
  color:rgba(255,255,255,.6)!important;
  font-size:14px!important;
  font-weight:400!important;
  text-transform:lowercase;
}
.site-footer .social-links{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px!important;
}
.site-footer .social-links a{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:40px!important;
  height:40px!important;
  min-width:40px!important;
  min-height:40px!important;
  padding:0!important;
  border-radius:50%!important;
  background:rgba(255,255,255,.1)!important;
  color:#fff!important;
  line-height:1!important;
}
.site-footer .social-links a:hover{
  transform:translateY(-2px);
  background:#bdf265!important;
  color:#0d0866!important;
}
.site-footer .social-links svg{
  width:17px!important;
  height:17px!important;
  fill:currentColor;
}
.site-footer .social-links span{
  display:none!important;
}
.site-footer .footer-newsletter{
  margin-top:18px;
}
.site-footer .footer-newsletter label{
  display:block!important;
  color:#fff!important;
  font-size:14px!important;
  font-weight:400!important;
}
.site-footer .footer-newsletter p{
  margin:8px 0 16px!important;
  color:rgba(255,255,255,.6)!important;
  font-size:13px!important;
  font-weight:400!important;
  line-height:1.6!important;
}
.site-footer .footer-newsletter div{
  display:flex;
  gap:8px;
}
.site-footer .footer-newsletter input{
  flex:1;
  min-width:0;
  padding:10px 12px!important;
  border:1px solid rgba(255,255,255,.2)!important;
  border-radius:6px!important;
  background:rgba(255,255,255,.06)!important;
  color:#fff!important;
  font-size:13px!important;
}
.site-footer .footer-newsletter input::placeholder{
  color:rgba(255,255,255,.45)!important;
}
.site-footer .footer-newsletter button{
  padding:10px 16px!important;
  border:0!important;
  border-radius:6px!important;
  background:#bdf265!important;
  color:#05072f!important;
  font-size:13px!important;
  font-weight:700!important;
  cursor:pointer;
}
.footer-partner-col .partner-label{
  margin:0 0 14px!important;
  color:rgba(255,255,255,.6)!important;
  font-size:13px!important;
  font-weight:400!important;
}
.footer-partner-col img{
  display:block;
  max-width:160px;
  height:auto;
  padding:10px 14px;
  border-radius:8px;
  background:#fff;
  object-fit:contain;
}
.copyright{
  max-width:1400px!important;
  margin:0 auto!important;
  padding:24px 0!important;
  display:flex!important;
  flex-wrap:wrap!important;
  justify-content:space-between!important;
  gap:12px!important;
  background:transparent!important;
  color:rgba(255,255,255,.55)!important;
  font-size:12px!important;
  font-weight:400!important;
}
.copyright a{
  display:inline!important;
  color:rgba(255,255,255,.75)!important;
}
.copyright a:hover{
  color:#fff!important;
}
@media (max-width:1100px){
  .footer-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width:700px){
  .site-footer{
    padding:50px 24px 0!important;
  }
  .footer-grid{
    grid-template-columns:1fr;
    gap:32px;
  }
  .copyright{
    display:grid!important;
    padding:20px 0 24px!important;
  }
  .site-footer .footer-newsletter div{
    display:grid;
  }
}

/* Final footer polish: light text, newsletter and credit */
.site-footer{
  align-items:start!important;
}
.site-footer,
.site-footer p,
.site-footer a,
.site-footer h3,
.copyright{
  font-weight:400!important;
}
.site-footer h3{
  margin-bottom:14px!important;
  font-size:12px!important;
  letter-spacing:.06em!important;
}
.site-footer a{
  margin:7px 0!important;
  font-size:13px!important;
}
.footer-slogan{
  font-size:13px!important;
  font-weight:400!important;
}
.footer-newsletter{
  display:grid;
  gap:12px;
  width:min(100%,360px);
  margin:16px 0 18px;
  padding:16px;
  border:1.5px solid var(--esel-green,#bdf265);
  border-radius:18px;
  background:rgba(255,255,255,.04);
  box-shadow:0 18px 50px rgba(189,242,101,.08);
}
.footer-newsletter label{
  display:block;
  color:var(--esel-green,#bdf265);
  font-size:15px;
  line-height:1.25;
  font-weight:400!important;
}
.footer-newsletter div{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:10px;
  align-items:center;
}
.footer-newsletter input{
  min-height:44px;
  padding:0 14px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:13px;
  background:rgba(255,255,255,.92);
  color:#080b34;
  font-size:13px;
}
.footer-newsletter input::placeholder{
  color:#777b86;
}
.footer-newsletter button{
  min-height:44px;
  padding:0 16px;
  border:0;
  border-radius:13px;
  background:linear-gradient(135deg,var(--esel-green,#bdf265),#9de83f);
  color:#07110a;
  font-size:13px;
  font-weight:500;
  cursor:pointer;
}
.footer-newsletter button:hover{
  transform:translateY(-1px);
  box-shadow:0 14px 34px rgba(189,242,101,.18);
}
.copyright{
  display:flex!important;
  gap:8px;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  padding:18px clamp(18px,5vw,78px)!important;
  background:#040522!important;
  color:rgba(255,255,255,.62)!important;
  font-size:12px!important;
  line-height:1.5;
}
.copyright span + span:before{
  content:"·";
  margin-right:8px;
  color:rgba(255,255,255,.34);
}
.copyright-heart{
  color:var(--esel-green,#bdf265);
}
.copyright-heart:before{
  content:none!important;
}
.copyright a{
  color:var(--esel-green,#bdf265);
  font-weight:400!important;
}
@media (max-width:640px){
  .footer-newsletter{
    padding:16px;
    border-radius:18px;
  }
  .footer-newsletter label{
    font-size:14px;
  }
  .footer-newsletter div{
    grid-template-columns:1fr;
  }
  .footer-newsletter button{
    width:100%;
  }
  .copyright{
    display:grid!important;
    gap:4px;
  }
  .copyright span + span:before{
    content:none;
  }
}

/* Footer lightweight newsletter + credit */
.site-footer{
  align-items:start!important;
}
.site-footer,
.site-footer p,
.site-footer a,
.site-footer h3,
.copyright{
  font-weight:400!important;
}
.site-footer h3{
  margin-bottom:14px!important;
  font-size:12px!important;
  letter-spacing:.06em!important;
}
.site-footer a{
  margin:7px 0!important;
  font-size:13px!important;
}
.footer-slogan{
  font-size:13px!important;
  font-weight:400!important;
}
.footer-newsletter{
  display:grid;
  gap:12px;
  width:min(100%,380px);
  margin:20px 0 20px;
  padding:18px;
  border:1.5px solid var(--esel-green,#bdf265);
  border-radius:20px;
  background:rgba(255,255,255,.04);
  box-shadow:0 18px 50px rgba(189,242,101,.08);
}
.footer-newsletter label{
  display:block;
  color:var(--esel-green,#bdf265);
  font-size:18px;
  line-height:1.25;
  font-weight:500!important;
}
.footer-newsletter div{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:10px;
  align-items:center;
}
.footer-newsletter input{
  min-height:48px;
  padding:0 16px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:14px;
  background:rgba(255,255,255,.92);
  color:#080b34;
  font-size:14px;
}
.footer-newsletter input::placeholder{
  color:#777b86;
}
.footer-newsletter button{
  min-height:48px;
  padding:0 18px;
  border:0;
  border-radius:14px;
  background:linear-gradient(135deg,var(--esel-green,#bdf265),#9de83f);
  color:#07110a;
  font-size:14px;
  font-weight:500;
  cursor:pointer;
}
.footer-newsletter button:hover{
  transform:translateY(-1px);
  box-shadow:0 14px 34px rgba(189,242,101,.18);
}
.copyright{
  display:grid!important;
  gap:6px;
  justify-items:center;
  padding:18px clamp(18px,5vw,78px)!important;
  background:#040522!important;
  color:rgba(255,255,255,.62)!important;
  font-size:12px!important;
  line-height:1.5;
}
.copyright a{
  color:var(--esel-green,#bdf265);
  font-weight:400!important;
}
@media (max-width:640px){
  .footer-newsletter{
    padding:16px;
    border-radius:18px;
  }
  .footer-newsletter label{
    font-size:16px;
  }
  .footer-newsletter div{
    grid-template-columns:1fr;
  }
  .footer-newsletter button{
    width:100%;
  }
}

/* Growth Navigator */
.main-nav{
  gap:clamp(12px,1.7vw,24px);
}
.main-nav > a{
  white-space:nowrap;
}
.process-v2{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:12px;
  align-items:stretch;
}
.process-v2__step{
  max-width:none;
  min-height:156px;
  padding:20px;
  border-radius:18px;
  background:
    linear-gradient(135deg,rgba(255,255,255,.07),rgba(255,255,255,.035)),
    radial-gradient(circle at 100% 0,rgba(189,242,101,.12),transparent 44%);
  border:1px solid rgba(255,255,255,.11);
}
.process-v2__num{
  display:block;
  margin-bottom:18px;
  color:var(--esel-green);
  font-size:12px;
  font-weight:500;
  letter-spacing:.02em;
}
.process-v2__step p{
  margin:0;
  color:rgba(255,255,255,.72);
  font-size:13.5px;
  line-height:1.65;
  font-weight:400;
}
@media (max-width:1100px){
  .process-v2{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width:620px){
  .process-v2{
    grid-template-columns:1fr;
  }
  .process-v2__step{
    min-height:auto;
    padding:18px;
  }
}

.finder-hero,
.finder-result-hero{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:24px;
  align-items:end;
  padding:138px clamp(18px,5vw,78px) 46px;
  background:
    radial-gradient(circle at 78% 18%,rgba(189,242,101,.18),transparent 28%),
    linear-gradient(135deg,#07092b,#11164b);
  color:#fff;
}
.finder-hero h1,
.finder-result-hero h1{
  max-width:760px;
  margin:0 0 12px;
  color:#fff;
  font-size:clamp(30px,3.7vw,52px);
  font-weight:600;
  letter-spacing:0;
}
.finder-hero p,
.finder-result-hero p{
  max-width:660px;
  color:rgba(255,255,255,.68);
  font-size:clamp(14px,1.2vw,17px);
  font-weight:400;
}
.finder-shell,
.finder-result-shell{
  padding:54px clamp(18px,5vw,78px) 72px;
  background:#f6f8fc;
}
.finder-card{
  max-width:860px;
  margin:0 auto;
  padding:22px;
  border:1px solid #e5ebf4;
  border-radius:24px;
  background:#fff;
  box-shadow:0 18px 48px rgba(17,22,51,.07);
}
.finder-progress{
  height:7px;
  overflow:hidden;
  border-radius:999px;
  background:#eef2f7;
}
.finder-progress span{
  display:block;
  width:0;
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg,#bdf265,#57d7f5);
  transition:width .25s ease;
}
.finder-step{
  display:none;
  border:0;
  margin:0;
  padding:28px 0 18px;
}
.finder-step.is-active{
  display:block;
}
.finder-count{
  display:inline-flex;
  margin-bottom:12px;
  padding:6px 10px;
  border-radius:999px;
  background:#ecffd5;
  color:#315b16;
  font-size:12px;
  font-weight:600;
}
.finder-step h2{
  max-width:720px;
  margin:0 0 20px;
  color:#121633;
  font-size:clamp(21px,2.2vw,31px);
  font-weight:600;
  line-height:1.15;
}
.finder-options{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.finder-options label{
  cursor:pointer;
}
.finder-options input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}
.finder-options span{
  display:block;
  min-height:62px;
  padding:17px;
  border:1px solid #e5ebf4;
  border-radius:18px;
  background:#fbfcff;
  color:#151932;
  font-size:14px;
  font-weight:500;
  transition:border-color .2s ease,background .2s ease,transform .2s ease;
}
.finder-options input:checked + span{
  border-color:#bdf265;
  background:#f4ffe8;
  box-shadow:0 0 0 4px rgba(189,242,101,.16);
}
.finder-actions{
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding-top:14px;
  border-top:1px solid #eef2f7;
}
.finder-actions [hidden]{
  display:none!important;
}
.finder-consent{
  display:flex!important;
  align-items:flex-start;
  gap:10px!important;
  padding:13px 14px;
  border:1px solid #e5ebf4;
  border-radius:16px;
  background:#fbfcff;
}
.finder-consent input{
  width:auto;
  margin-top:4px;
}
.finder-score{
  display:grid;
  place-items:center;
  min-width:154px;
  aspect-ratio:1;
  border:1px solid rgba(255,255,255,.16);
  border-radius:28px;
  background:rgba(255,255,255,.08);
}
.finder-score strong{
  color:#bdf265;
  font-size:46px;
  font-weight:650;
  line-height:1;
}
.finder-score span,
.finder-score small{
  color:rgba(255,255,255,.72);
  font-size:12px;
}
.finder-result-shell{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.finder-result-card,
.finder-result-cta{
  padding:22px;
  border:1px solid #e5ebf4;
  border-radius:22px;
  background:#fff;
  box-shadow:0 14px 36px rgba(17,22,51,.05);
}
.finder-result-card--main,
.finder-result-card--plan,
.finder-result-cta{
  grid-column:1/-1;
}
.finder-result-card span{
  color:#4e7d1d;
  font-size:12px;
  font-weight:600;
}
.finder-result-card h2,
.finder-result-cta h2{
  margin:0 0 12px;
  color:#121633;
  font-size:clamp(19px,1.8vw,26px);
  font-weight:600;
}
.finder-mini-grid,
.finder-result-card--plan{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}
.finder-mini-grid div,
.finder-result-card--plan div{
  padding:14px;
  border-radius:16px;
  background:#f8fafc;
}
.finder-mini-grid small{
  display:block;
  color:#68708a;
  font-size:11px;
}
.finder-mini-grid strong{
  display:block;
  margin-top:5px;
  color:#151932;
  font-size:13px;
  font-weight:600;
}
.finder-bars{
  display:grid;
  gap:10px;
}
.finder-bars div{
  position:relative;
  display:grid;
  grid-template-columns:1fr auto;
  gap:8px;
  padding-bottom:12px;
}
.finder-bars i{
  position:absolute;
  left:0;
  bottom:0;
  height:6px;
  border-radius:999px;
  background:linear-gradient(90deg,#bdf265,#57d7f5);
}
.finder-result-card li{
  margin:8px 0;
  color:#68708a;
}
.finder-result-card--plan h2{
  grid-column:1/-1;
}
.finder-result-card--plan div span{
  display:inline-grid;
  place-items:center;
  width:36px;
  height:36px;
  border-radius:50%;
  background:#bdf265;
  color:#10210c;
}
.finder-result-card--plan div p{
  margin:10px 0 0;
  font-size:13px;
}
.finder-result-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  background:linear-gradient(135deg,#0b0e35,#182067);
}
.finder-result-cta h2{
  color:#fff;
}
.finder-result-cta div{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
@media (max-width:860px){
  .finder-hero,
  .finder-result-hero,
  .finder-result-shell,
  .finder-mini-grid,
  .finder-result-card--plan{
    grid-template-columns:1fr;
  }
  .finder-options{
    grid-template-columns:1fr;
  }
  .finder-result-cta{
    align-items:flex-start;
    flex-direction:column;
  }
}

/* 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;
}

/* Expertise landing pages */
.expertise-container{
  width:min(1180px, calc(100% - 40px));
  margin:0 auto;
}
.expertise-section{
  padding:86px 0;
  background:#fff;
  color:#11142d;
}
.expertise-section--soft{background:#f6f7fb}
.expertise-split,.expertise-included,.expertise-tech-flow,.expertise-faq-links{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:34px;
}
.expertise-split article,.expertise-included,.client-portal-showcase,.expertise-final-cta>div{
  border:1px solid #e7eaf3;
  border-radius:28px;
  background:#fff;
  box-shadow:0 18px 50px rgba(13,8,102,.06);
}
.expertise-split article{padding:34px}
.expertise-section h2{
  margin:0;
  color:#11142d;
  font-size:clamp(28px, 3vw, 40px);
  line-height:1.05;
  font-weight:500;
}
.expertise-section p{
  color:#646b86;
  line-height:1.75;
  font-weight:400;
}
.expertise-section-head{
  max-width:760px;
  margin-bottom:32px;
}
.expertise-card-grid{
  display:grid;
  gap:18px;
}
.expertise-card-grid--four{grid-template-columns:repeat(4, minmax(0, 1fr))}
.expertise-card,.module-card{
  position:relative;
  overflow:hidden;
  border:1px solid #e7eaf3;
  border-radius:22px;
  background:#fff;
  padding:24px;
  box-shadow:0 14px 38px rgba(13,8,102,.05);
}
.expertise-card:before,.module-card:before{
  content:"";
  position:absolute;
  inset:auto -40px -60px auto;
  width:140px;
  height:140px;
  border-radius:999px;
  background:radial-gradient(circle, rgba(189,242,101,.18), transparent 65%);
}
.expertise-card__num{
  display:inline-flex;
  margin-bottom:34px;
  color:#426f1f;
  font-size:12px;
  font-weight:500;
}
.expertise-card h3,.module-card h3{
  margin:0;
  font-size:18px;
  line-height:1.35;
  font-weight:500;
}
.expertise-included{
  padding:36px;
  align-items:start;
}
.expertise-checklist{
  display:grid;
  gap:12px;
}
.expertise-checklist div{
  display:flex;
  align-items:center;
  gap:10px;
  padding:13px 14px;
  border-radius:16px;
  background:#f8fafc;
  color:#18203b;
  font-size:14px;
}
.expertise-checklist svg{
  width:18px;
  height:18px;
  flex:0 0 18px;
  fill:none;
  stroke:#426f1f;
  stroke-width:2.4;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.expertise-portal-section{
  background:linear-gradient(135deg, #080638, #101867);
  color:#fff;
}
.client-portal-showcase{
  display:grid;
  grid-template-columns:.86fr 1.14fr;
  gap:38px;
  padding:38px;
  background:linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.04));
  border-color:rgba(255,255,255,.15);
  color:#fff;
}
.client-portal-showcase h2{color:#fff}
.client-portal-showcase p{color:rgba(255,255,255,.72)}
.portal-feature-list{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:24px;
}
.portal-feature-list span{
  padding:8px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  color:rgba(255,255,255,.82);
  font-size:12px;
}
.portal-mockup{
  display:grid;
  grid-template-columns:130px 1fr;
  min-height:330px;
  border-radius:24px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.14);
  background:#f8fafc;
  box-shadow:0 30px 80px rgba(0,0,0,.25);
}
.portal-mockup aside{
  padding:20px;
  background:#0d0866;
}
.portal-mockup aside strong{display:block;margin-bottom:34px;color:#fff;font-weight:500}
.portal-mockup aside span{
  display:block;
  height:12px;
  margin:15px 0;
  border-radius:999px;
  background:rgba(255,255,255,.18);
}
.portal-mockup main{padding:20px}
.portal-mockup__bar,.portal-mockup__stats,.portal-mockup__board{
  display:grid;
  gap:12px;
}
.portal-mockup__bar{grid-template-columns:1fr 80px;margin-bottom:18px}
.portal-mockup__bar span,.portal-mockup__stats i,.portal-mockup__board section{
  border-radius:16px;
  background:#fff;
  border:1px solid #e7eaf3;
}
.portal-mockup__bar span{height:38px}
.portal-mockup__stats{grid-template-columns:repeat(3, 1fr);margin-bottom:18px}
.portal-mockup__stats i{height:74px}
.portal-mockup__stats i:first-child{background:linear-gradient(135deg,#bdf265,#eaffc1)}
.portal-mockup__board{grid-template-columns:repeat(3, 1fr)}
.portal-mockup__board section{height:145px;padding:14px}
.portal-mockup__board b,.portal-mockup__board p{
  display:block;
  border-radius:999px;
  background:#e8ecf6;
}
.portal-mockup__board b{width:58%;height:12px;margin-bottom:28px}
.portal-mockup__board p{height:10px;margin:12px 0}
.portal-mockup__board p:last-child{width:70%}
.module-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:16px;
}
.module-card svg{
  width:34px;
  height:34px;
  margin-bottom:22px;
  padding:8px;
  border-radius:12px;
  background:#f0fbdf;
  fill:none;
  stroke:#426f1f;
  stroke-width:1.8;
}
.module-card p{margin-bottom:0;font-size:14px}
.expertise-tech-list{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:24px;
}
.expertise-tech-list span{
  border:1px solid #dfe4ef;
  background:#fff;
  color:#18203b;
  border-radius:999px;
  padding:10px 13px;
  font-size:13px;
}
.expertise-workflow{
  display:grid;
  gap:12px;
}
.expertise-workflow article{
  border:1px solid #e7eaf3;
  background:#fff;
  border-radius:18px;
  padding:18px;
}
.expertise-workflow span{
  color:#426f1f;
  font-size:12px;
  font-weight:600;
}
.expertise-workflow h3{
  margin:8px 0 4px;
  font-size:17px;
  font-weight:500;
}
.expertise-workflow p{margin:0;font-size:14px}
.expertise-faq details{
  border:1px solid #e7eaf3;
  border-radius:18px;
  background:#fff;
  padding:18px 20px;
  margin-bottom:12px;
}
.expertise-faq summary{
  cursor:pointer;
  color:#11142d;
  font-weight:500;
}
.expertise-faq p{margin:12px 0 0;font-size:14px}
.expertise-links{
  display:grid;
  gap:10px;
}
.expertise-links a{
  display:flex;
  justify-content:space-between;
  gap:16px;
  border:1px solid #e7eaf3;
  border-radius:16px;
  padding:14px 16px;
  color:#11142d;
  background:#fff;
  font-weight:500;
}
.expertise-links a:hover{
  border-color:#bdf265;
  transform:translateY(-2px);
}
.expertise-final-cta{
  padding-top:40px;
}
.expertise-final-cta>div{
  padding:52px;
  text-align:center;
  background:
    radial-gradient(circle at 72% 22%, rgba(189,242,101,.18), transparent 30%),
    linear-gradient(135deg, #0d0866, #151d71);
}
.expertise-final-cta h2{color:#fff}
.expertise-final-cta p{
  max-width:620px;
  margin:18px auto 28px;
  color:rgba(255,255,255,.72);
}
@media (prefers-reduced-motion:reduce){
  .expertise-page *{animation:none!important;transition:none!important}
}
@media (max-width:980px){
  .expertise-split,.expertise-included,.client-portal-showcase,.expertise-tech-flow,.expertise-faq-links{
    grid-template-columns:1fr;
  }
  .expertise-card-grid--four,.module-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
  .portal-mockup{grid-template-columns:96px 1fr}
}
@media (max-width:640px){
  .expertise-container{width:min(100% - 28px, 1180px)}
  .expertise-actions .btn-v2{width:100%;justify-content:center}
  .expertise-section{padding:56px 0}
  .expertise-section h2{font-size:30px}
  .expertise-split article,.expertise-included,.client-portal-showcase,.expertise-final-cta>div{
    padding:24px;
    border-radius:22px;
  }
  .expertise-card-grid--four,.module-grid,.portal-mockup__stats,.portal-mockup__board{
    grid-template-columns:1fr;
  }
  .portal-mockup{
    grid-template-columns:1fr;
  }
  .portal-mockup aside{
    display:none;
  }
}
.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:70px clamp(20px,5vw,82px) 82px;
  background:#f7f8fc;
}
.contact-shell--compact{
  padding-block:56px 70px;
}
.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--compact{
  max-width:920px;
  padding:22px;
  border-radius:22px;
  box-shadow:0 18px 56px rgba(13,8,102,.07);
}
.contact-form-v2 .form-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.contact-form-v2--compact .form-grid{
  gap:14px;
}
.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--compact input,
.contact-form-v2--compact select{
  min-height:48px;
  border-radius:14px;
  padding:11px 13px;
}
.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-form-v2--compact .contact-submit{
  min-width:190px;
}
.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-shell--compact{
    padding-block:44px 58px;
  }
  .contact-form-v2{
    padding:20px;
    border-radius:24px;
  }
  .contact-form-v2--compact{
    padding:18px;
    border-radius:18px;
  }
  .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(200px,1.1fr) minmax(110px,.55fr) minmax(230px,1.35fr) minmax(110px,.55fr) minmax(230px,.95fr)!important;
  gap:clamp(14px,1.8vw,26px)!important;
  padding:34px clamp(22px,6vw,92px) 26px!important;
}
.footer-expertise-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  column-gap:16px;
}
.site-footer .footer-slogan{
  margin-bottom:14px!important;
}
@media (max-width:1100px){
  .site-footer{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
}
@media (max-width:820px){
  .site-footer{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media (max-width:640px){
  .site-footer{
    grid-template-columns:1fr!important;
  }
}
/* Final footer polish: light text, newsletter and credit */
.site-footer{
  align-items:start!important;
}
.site-footer,
.site-footer p,
.site-footer a,
.site-footer h3,
.copyright{
  font-weight:450!important;
}
.site-footer h3{
  margin-bottom:10px!important;
  font-size:12px!important;
  letter-spacing:.06em!important;
}
.site-footer a{
  margin:5px 0!important;
  font-size:13px!important;
  font-weight:450!important;
}
.footer-slogan{
  font-size:13px!important;
  font-weight:400!important;
}
.footer-newsletter{
  display:grid;
  gap:8px;
  width:min(100%,500px);
  margin:14px 0 0;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  grid-column:auto;
  align-self:auto;
  justify-self:stretch;
}
.footer-newsletter label{
  display:block;
  color:var(--esel-green,#bdf265);
  font-size:13px;
  line-height:1.25;
  font-weight:450!important;
}
.footer-newsletter p{
  max-width:430px!important;
  margin:0!important;
  color:rgba(255,255,255,.58)!important;
  font-size:12px!important;
  line-height:1.55!important;
  font-weight:400!important;
}
.footer-newsletter div{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:8px;
  align-items:center;
}
.footer-newsletter input{
  min-height:40px;
  padding:0 12px;
  border:1px solid rgba(255,255,255,.2);
  border-radius:11px;
  background:rgba(255,255,255,.06);
  color:#fff;
  font-size:12px;
}
.footer-newsletter input::placeholder{
  color:rgba(255,255,255,.42);
}
.footer-newsletter button{
  min-height:40px;
  padding:0 14px;
  border:0;
  border-radius:11px;
  background:linear-gradient(135deg,var(--esel-green,#bdf265),#9de83f);
  color:#07110a;
  font-size:12px;
  font-weight:500;
  cursor:pointer;
}
.footer-newsletter button:hover{
  transform:translateY(-1px);
  box-shadow:0 14px 34px rgba(189,242,101,.18);
}
.copyright{
  display:flex!important;
  gap:16px;
  flex-wrap:wrap;
  justify-content:space-between;
  align-items:center;
  padding:12px max(clamp(18px,5vw,78px),170px) 12px clamp(18px,5vw,78px)!important;
  background:#040522!important;
  color:rgba(255,255,255,.62)!important;
  font-size:12px!important;
  line-height:1.5;
}
.copyright-credit,
.copyright-legal{
  display:inline-flex;
  align-items:center;
  gap:4px;
}
.copyright-legal{
  margin-left:auto;
  color:rgba(255,255,255,.4);
  font-size:11px;
  text-transform:none;
}
.copyright a{
  color:var(--esel-green,#bdf265);
  font-weight:400!important;
}
.copyright-legal a{
  color:rgba(255,255,255,.52)!important;
  font-size:11px!important;
}
.copyright-legal a:hover{
  color:var(--esel-green,#bdf265)!important;
}
@media (max-width:640px){
  .footer-newsletter{
    grid-column:1 / -1;
    width:100%;
  }
  .footer-newsletter label{
    font-size:13px;
  }
  .footer-newsletter div{
    grid-template-columns:1fr;
  }
  .footer-newsletter button{
    width:100%;
  }
  .copyright{
    display:grid!important;
    gap:4px;
    justify-content:center;
    text-align:center;
    padding:12px 18px 84px!important;
  }
  .copyright-credit,
  .copyright-legal{
    justify-content:center;
    margin-left:0;
  }
}

/* EselMedia Assistant — conversational Solution Finder */
.assistant-hero{
  position:relative;
  overflow:hidden;
  padding:132px clamp(18px,5vw,78px) 44px;
  background:
    radial-gradient(circle at 84% 18%,rgba(189,242,101,.18),transparent 26%),
    radial-gradient(circle at 14% 10%,rgba(87,215,245,.18),transparent 24%),
    linear-gradient(135deg,#07092b,#11164b);
  color:#fff;
}
.assistant-hero:after{
  content:"";
  position:absolute;
  inset:0;
  background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);
  background-size:44px 44px;
  mask-image:radial-gradient(circle at 50% 10%,black,transparent 72%);
  pointer-events:none;
}
.assistant-hero__content{
  position:relative;
  max-width:760px;
  z-index:1;
}
.assistant-hero h1{
  margin:0 0 12px;
  color:#fff;
  font-size:clamp(30px,3.8vw,54px);
  font-weight:600;
  line-height:1.08;
  letter-spacing:0;
}
.assistant-hero p:not(.eyebrow){
  max-width:650px;
  color:rgba(255,255,255,.7);
  font-size:16px;
  font-weight:400;
}
.assistant-shell{
  padding:34px clamp(18px,5vw,78px) 70px;
  background:#f6f8fc;
}
.assistant-card{
  position:relative;
  max-width:920px;
  margin:0 auto;
  padding:18px;
  border:1px solid #e6ebf4;
  border-radius:26px;
  background:#fff;
  box-shadow:0 20px 60px rgba(17,22,51,.08);
}
.assistant-thread{
  display:grid;
  gap:14px;
}
.assistant-message{
  display:grid;
  grid-template-columns:48px minmax(0,1fr);
  gap:12px;
  align-items:start;
}
.assistant-avatar{
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  border-radius:16px;
  background:linear-gradient(145deg,#0d0866,#2630a8);
  color:#bdf265;
  box-shadow:0 16px 36px rgba(13,8,102,.22);
}
.assistant-avatar svg{
  width:30px;
  height:30px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.assistant-bubble{
  width:min(100%,720px);
  padding:16px 18px;
  border:1px solid #e7ebf4;
  border-radius:20px 20px 20px 8px;
  background:#fbfcff;
}
.assistant-bubble strong{
  display:block;
  margin-bottom:8px;
  color:#315b16;
  font-size:12px;
  font-weight:500;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.assistant-bubble h2{
  margin:0 0 8px;
  color:#111633;
  font-size:clamp(19px,2vw,26px);
  font-weight:500;
  line-height:1.22;
}
.assistant-bubble p{
  margin:0 0 8px;
  color:#626982;
  font-size:14px;
  font-weight:400;
  line-height:1.65;
}
.assistant-language{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:12px;
}
.assistant-language button,
.assistant-language a,
.assistant-menu-grid button,
.assistant-view-more{
  min-height:42px;
  border:1px solid #e4eaf3;
  border-radius:999px;
  background:#fff;
  color:#111633;
  padding:10px 15px;
  font-size:14px;
  font-weight:500;
  cursor:pointer;
  transition:transform .16s ease,border-color .16s ease,background .16s ease;
}
.assistant-language button,
.assistant-menu-grid button.is-selected{
  border-color:#bdf265;
  background:#bdf265;
  color:#07110a;
}
.assistant-language button:hover,
.assistant-language a:hover,
.assistant-menu-grid button:hover,
.assistant-view-more:hover{
  transform:translateY(-1px);
  border-color:#bdf265;
}
.assistant-progress{
  display:none;
  margin:18px 0;
  padding:13px 14px;
  border:1px solid #e7ebf4;
  border-radius:18px;
  background:#fff;
}
.assistant-card.has-language .assistant-progress{
  display:block;
}
.assistant-progress>div:first-child{
  display:flex;
  justify-content:space-between;
  gap:12px;
  color:#111633;
  font-size:13px;
}
.assistant-progress strong,
.assistant-progress span{
  font-weight:500;
}
.assistant-progress__bar{
  height:8px;
  margin:9px 0 8px;
  overflow:hidden;
  border-radius:999px;
  background:#eef2f7;
}
.assistant-progress__bar span{
  display:block;
  width:0;
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg,#bdf265,#57d7f5);
  transition:width .25s ease;
}
.assistant-progress p{
  margin:0;
  color:#697089;
  font-size:12.5px;
}
.assistant-step{
  display:none;
  border:0;
  margin:0;
  padding:0;
}
.assistant-step.is-active{
  display:grid;
  gap:16px;
}
.assistant-card:not(.has-language) .assistant-step,
.assistant-card:not(.has-language) .assistant-actions{
  display:none!important;
}
.assistant-fields{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  padding-left:60px;
}
.assistant-fields label{
  color:#111633;
  font-size:13px;
  font-weight:500;
}
.assistant-fields input,
.assistant-fields select{
  margin-top:7px;
  min-height:45px;
  border-radius:14px;
  background:#fff;
  color:#111633;
  font-weight:400;
}
.assistant-menu-grid,
.assistant-options{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  padding-left:60px;
}
.assistant-menu-grid--more{
  margin-top:10px;
}
.assistant-view-more{
  width:max-content;
  margin-left:60px;
  background:#f7f9fd;
}
.assistant-options label{
  cursor:pointer;
}
.assistant-options input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}
.assistant-options span{
  display:flex;
  align-items:center;
  min-height:54px;
  padding:14px 15px;
  border:1px solid #e5ebf4;
  border-radius:16px;
  background:#fff;
  color:#151932;
  font-size:14px;
  font-weight:400;
  transition:border-color .2s ease,background .2s ease,transform .2s ease,box-shadow .2s ease;
}
.assistant-options input:checked + span{
  border-color:#bdf265;
  background:#f4ffe8;
  box-shadow:0 0 0 4px rgba(189,242,101,.14);
}
.assistant-count{
  display:inline-flex;
  margin-bottom:8px;
  padding:4px 8px;
  border-radius:999px;
  background:#ecffd5;
  color:#315b16;
  font-size:11px;
  font-weight:500;
}
.assistant-consent{
  display:flex!important;
  align-items:flex-start;
  gap:10px!important;
  margin-left:60px;
  padding:13px 14px;
  border:1px solid #e5ebf4;
  border-radius:16px;
  background:#fbfcff;
  color:#111633;
  font-size:13px;
  font-weight:400;
}
.assistant-consent input{
  width:auto;
  margin-top:4px;
}
.assistant-actions{
  display:flex;
  justify-content:space-between;
  gap:12px;
  margin-top:18px;
  padding-top:14px;
  border-top:1px solid #eef2f7;
}
.assistant-actions [hidden]{
  display:none!important;
}
.assistant-submit-overlay{
  position:absolute;
  inset:0;
  z-index:5;
  display:grid;
  place-items:center;
  padding:22px;
  border-radius:26px;
  background:rgba(255,255,255,.86);
  backdrop-filter:blur(14px);
}
.assistant-submit-overlay[hidden]{
  display:none!important;
}
.assistant-submit-overlay div{
  width:min(420px,100%);
  padding:24px;
  border:1px solid #e5ebf4;
  border-radius:22px;
  background:#fff;
  box-shadow:0 22px 70px rgba(17,22,51,.14);
  text-align:center;
}
.assistant-submit-overlay strong{
  display:block;
  margin-bottom:10px;
  color:#111633;
  font-size:18px;
  font-weight:500;
}
.assistant-submit-overlay span{
  display:block;
  color:#0d0866;
  font-family:ui-monospace,Menlo,monospace;
  font-size:18px;
  letter-spacing:.04em;
}
.assistant-submit-overlay p{
  margin:12px 0 0;
  color:#626982;
  font-size:14px;
}
@media (max-width:820px){
  .assistant-hero{
    padding-top:116px;
  }
  .assistant-card{
    padding:14px;
    border-radius:22px;
  }
  .assistant-message{
    grid-template-columns:40px minmax(0,1fr);
  }
  .assistant-avatar{
    width:40px;
    height:40px;
    border-radius:14px;
  }
  .assistant-avatar svg{
    width:25px;
    height:25px;
  }
  .assistant-fields,
  .assistant-menu-grid,
  .assistant-options{
    grid-template-columns:1fr;
    padding-left:0;
  }
  .assistant-view-more,
  .assistant-consent{
    margin-left:0;
  }
  .assistant-actions{
    align-items:stretch;
    flex-direction:column;
  }
  .assistant-actions .button{
    width:100%;
  }
}

/* Final Workspace dropdown state lock */
.site-header .account-dropdown a.workspace-dropdown-item,
.site-header.is-scrolled .account-dropdown a.workspace-dropdown-item,
.site-header.is-transparent .account-dropdown a.workspace-dropdown-item{
  display:grid!important;
  grid-template-columns:18px minmax(0,1fr)!important;
  gap:10px!important;
  align-items:start!important;
  padding:9px 10px!important;
  border-radius:8px!important;
  background:transparent!important;
  color:#0d0866!important;
  font-size:13px!important;
  font-weight:400!important;
}

.site-header .account-dropdown a.workspace-dropdown-item:hover,
.site-header .account-dropdown a.workspace-dropdown-item:focus-visible,
.site-header.is-scrolled .account-dropdown a.workspace-dropdown-item:hover,
.site-header.is-scrolled .account-dropdown a.workspace-dropdown-item:focus-visible,
.site-header.is-transparent .account-dropdown a.workspace-dropdown-item:hover,
.site-header.is-transparent .account-dropdown a.workspace-dropdown-item:focus-visible{
  background:#f1ffd9!important;
  color:#0d0866!important;
}

.site-header .account-dropdown a.workspace-dropdown-item.is-active,
.site-header.is-scrolled .account-dropdown a.workspace-dropdown-item.is-active,
.site-header.is-transparent .account-dropdown a.workspace-dropdown-item.is-active{
  background:#eef1f6!important;
  color:#0d0866!important;
}

.site-header .account-dropdown a.workspace-dropdown-item span span{
  font-weight:400!important;
}

/* Final public menu update */
.site-header .nav-dropdown>div{
  min-width:310px!important;
}

.site-header .nav-dropdown>div a{
  font-weight:450!important;
  line-height:1.25!important;
}

.footer-submenu{
  display:grid;
  gap:1px;
  margin:2px 0 7px 0;
  padding:3px 0 4px 12px;
  border-left:1px solid rgba(255,255,255,.16);
}

.site-footer .footer-submenu a{
  margin:2px 0!important;
  color:rgba(255,255,255,.68)!important;
  font-size:12px!important;
  line-height:1.35!important;
}

.site-footer .footer-submenu a:hover,
.site-footer .footer-submenu a:focus{
  color:var(--esel-green,#bdf265)!important;
}

@media (max-width:760px){
  .site-header .nav-dropdown>div{
    min-width:0!important;
  }
}

/* ---------------------------------------------------------------------
 * Partners page - benefits grid, "why choose" pills, FAQ accordion
 * ------------------------------------------------------------------- */
.partners-benefits__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;margin-top:48px}
@media (max-width:900px){.partners-benefits__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:600px){.partners-benefits__grid{grid-template-columns:1fr}}
.partners-benefit-card{background:#fff;border-radius:18px;padding:28px 24px;border:1px solid rgba(13,8,102,.08);transition:transform .25s ease,box-shadow .25s ease}
.partners-benefit-card:hover{transform:translateY(-4px);box-shadow:0 20px 50px rgba(13,8,102,.1)}
.partners-benefit-card__icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:14px;background:var(--esel-green-soft,#e9fff5);margin-bottom:16px}
.partners-benefit-card__icon svg{width:24px;height:24px;stroke:var(--esel-green-2,#16d9a1);fill:none;stroke-width:1.8}
.partners-benefit-card h3{font-size:17px;margin:0 0 8px}
.partners-benefit-card p{font-size:14px;line-height:1.55;color:#5b5b73;margin:0}

.partners-why__grid{display:flex;flex-wrap:wrap;gap:14px;margin-top:40px;justify-content:center}
.partners-why__pill{display:inline-flex;align-items:center;gap:10px;padding:12px 20px;border-radius:999px;background:#fff;border:1px solid rgba(13,8,102,.1);font-weight:600;font-size:14px}
.partners-why__pill span{font-size:18px}

.partners-faq__list{max-width:820px;margin:40px auto 0;display:flex;flex-direction:column;gap:12px}
.partners-faq__item{background:#fff;border:1px solid rgba(13,8,102,.08);border-radius:14px;padding:6px 22px}
.partners-faq__item summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:16px 0;font-weight:600;font-size:15px;color:var(--ink,#0d0866)}
.partners-faq__item summary::-webkit-details-marker{display:none}
.partners-faq__item summary svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2;flex-shrink:0;transition:transform .2s ease}
.partners-faq__item[open] summary svg{transform:rotate(180deg)}
.partners-faq__item p{margin:0 0 18px;color:#5b5b73;font-size:14px;line-height:1.6}

.partners-breadcrumbs{max-width:1200px;margin:20px auto 0;padding:0 24px;display:flex;align-items:center;gap:8px;font-size:13px;color:#8b8ba3}
.partners-breadcrumbs a{color:#8b8ba3;text-decoration:none}
.partners-breadcrumbs a:hover{color:var(--ink,#0d0866)}
.partners-breadcrumbs strong{color:var(--ink,#0d0866);font-weight:600}

.partners-spotlight{max-width:1200px;margin:80px auto;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.partners-spotlight__image{border-radius:24px;overflow:hidden;box-shadow:0 30px 70px rgba(13,8,102,.16)}
.partners-spotlight__image img{width:100%;height:100%;object-fit:cover;display:block;aspect-ratio:4/3}
.partners-spotlight__copy h2{font-size:clamp(26px,3vw,36px);margin:10px 0 16px}
.partners-spotlight__copy p{color:#5b5b73;line-height:1.6;margin:0 0 24px}
@media (max-width:860px){.partners-spotlight{grid-template-columns:1fr}.partners-spotlight__image{order:-1}}

/* Partners page - scoped refinements */
.partners-page .solutions-eyebrow{color:var(--ink,#0d0866)!important}
.partners-page .card-v2__icon{background:transparent!important;border:1.6px solid rgba(189,242,101,.7);box-shadow:none}
.partners-page .card-v2__icon svg{stroke:#7fbf1e}
.partners-page .partners-benefit-card__icon{background:transparent;border:1.6px solid rgba(189,242,101,.55)}
.partners-page .service-card-v2:hover{background:linear-gradient(135deg,#bdf265,#9de83f)!important}
.partners-page .service-card-v2:hover h3,
.partners-page .service-card-v2:hover p{color:#1c2b06!important}
.partners-page .service-card-v2:hover .card-v2__icon{background:rgba(255,255,255,.55)!important;border-color:transparent!important}
.partners-page .service-card-v2:hover .card-v2__icon svg{stroke:#1c2b06}

.partners-spotlight__image{position:relative}
.partners-spotlight__badge{position:absolute;top:16px;display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:999px;background:#fff;box-shadow:0 12px 30px rgba(13,8,102,.16);font-size:12px;font-weight:700;color:var(--ink,#0d0866);z-index:2}
.partners-spotlight__badge svg{width:16px;height:16px;stroke:var(--esel-green-2,#16d9a1);fill:none;stroke-width:1.8}
.partners-spotlight__badge--left{left:16px}
.partners-spotlight__badge--right{right:16px}

.footer-heart-icon{width:14px!important;height:14px!important;display:inline-block;fill:#bdf265!important;vertical-align:-2px;margin:0 1px;flex-shrink:0}

/* Footer - final size/weight pass: smaller and lighter as requested */
.site-footer h3{font-size:12px!important;font-weight:600!important;letter-spacing:.08em!important;margin-bottom:10px!important;opacity:.85}
.site-footer a{font-size:12.5px!important;font-weight:350!important;margin:4px 0!important;line-height:1.4!important}
.site-footer .footer-slogan{font-size:12px!important;font-weight:350!important}
.site-footer p{font-size:12px!important;font-weight:350!important}
.footer-expertise-grid{row-gap:2px!important}

/* ---------------------------------------------------------------------
 * EselMedia Experience section - premium SaaS-style feature grid
 * ------------------------------------------------------------------- */
.experience-v2{
  max-width:none;
  margin:0;
  padding:56px 24px;
  background-image:linear-gradient(rgba(13,8,102,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(13,8,102,.06) 1px,transparent 1px);
  background-size:40px 40px;
}
.experience-v2__inner{max-width:1160px;margin:0 auto}
.experience-v2 .solutions-section__head{max-width:700px;margin-left:auto;margin-right:auto;text-align:center}
.experience-v2 .solutions-eyebrow{color:var(--ink,#0d0866)!important;margin-left:auto;margin-right:auto}
.experience-v2 .solutions-section__head p{font-size:14.5px!important;line-height:1.65!important}
.experience-v2__intro{max-width:700px;margin:6px auto 44px;text-align:center}
.experience-v2__intro p{color:#5b5b73;font-size:14px;line-height:1.7;margin:0 0 10px}
.experience-v2__grid{margin-top:8px;align-items:stretch;row-gap:20px;column-gap:20px}
.experience-v2__card{
  position:relative;
  padding:26px 24px 24px;
  border-radius:16px;
  background:#fff;
  border:1px solid rgba(13,8,102,.06);
  box-shadow:0 2px 10px rgba(13,8,102,.03);
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
  overflow:hidden;
}
.experience-v2__card:before{
  content:"";
  position:absolute;
  top:0;left:0;right:0;
  height:3px;
  background:linear-gradient(90deg,#bdf265,#9de83f);
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .3s ease;
}
.experience-v2__card:hover:before{transform:scaleX(1)}
.experience-v2__card:hover{
  transform:translateY(-5px);
  box-shadow:0 20px 40px rgba(13,8,102,.09);
  border-color:transparent;
}
.experience-v2__card .card-v2__icon{
  width:42px;height:42px;
  background:#f4fbea;
  border:none;
  border-radius:12px;
  margin-bottom:16px;
}
.experience-v2__card .card-v2__icon svg{width:20px;height:20px;stroke:#7fbf1e;stroke-width:1.8}
.experience-v2__card:hover .card-v2__icon{background:#e9fdd0}
.experience-v2__card h3{font-size:16px;margin:0 0 6px;line-height:1.3}
.experience-v2__card p{font-size:13.5px;line-height:1.55;color:#6b6b80;margin:0}
@media (max-width:640px){
  .experience-v2__intro{margin-bottom:32px}
}

/* ---------------------------------------------------------------------
 * Homepage hero redesign - two-column layout with photo + floating badges
 * Scoped to .hero-home only, so it never affects the shared .hero-v2
 * base styles used by other pages (e.g. Partners).
 * ------------------------------------------------------------------- */
.hero-home{
  background:#fff;
  padding:0;
  min-height:0;
}
.hero-home__inner{
  max-width:1280px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  gap:40px;
  padding:70px 48px;
}
.hero-home .hero-v2__eyebrow{
  color:#0d0866;
  background:rgba(189,242,101,.14);
  border:1px solid rgba(189,242,101,.5);
  border-radius:999px;
  padding:7px 16px 7px 12px;
  margin-bottom:24px;
}
.hero-home .hero-v2__eyebrow:before{background:#6ea60f}
.hero-home .hero-v2__title{
  color:#0d0866;
  text-align:left;
  font-size:clamp(32px,3.6vw,50px);
}
.hero-home .hero-v2__title .accent-word{
  position:relative;
  color:#bdf265;
  text-shadow:0 1px 0 rgba(13,8,102,.18);
  padding:0 2px;
  animation:hero-accent-glow 2.6s ease-in-out infinite;
}
@keyframes hero-accent-glow{
  0%,100%{text-shadow:0 1px 0 rgba(13,8,102,.18),0 0 0 rgba(189,242,101,0)}
  50%{text-shadow:0 1px 0 rgba(13,8,102,.18),0 0 18px rgba(189,242,101,.55)}
}
.hero-home .hero-v2__title .underline-word{
  background:linear-gradient(180deg,transparent 62%,rgba(189,242,101,.4) 62%);
  padding:0 2px;
}
.hero-home .hero-v2__subtitle{
  color:#5b5b73;
  text-align:left;
  margin:0 0 34px;
  max-width:480px;
}
.hero-home__actions{justify-content:flex-start!important;margin-bottom:0!important}
.hero-home__actions .btn-v2{font-weight:500!important;font-size:14px!important;padding:13px 22px!important}

.hero-home__visual{position:relative;display:flex;align-items:center;justify-content:center}
.hero-home__blob{
  position:absolute;
  width:420px;height:420px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(189,242,101,.26),rgba(189,242,101,0) 70%);
  z-index:0;
}
.hero-home__visual img{
  position:relative;z-index:1;
  max-width:420px;width:100%;
  height:420px;
  max-height:60vw;
  object-fit:contain;
  filter:drop-shadow(0 30px 50px rgba(13,8,102,.18));
}
.hero-home__badge{
  position:absolute;z-index:2;
  display:flex;align-items:center;gap:10px;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(6px);
  border:1px solid rgba(189,242,101,.5);
  border-radius:999px;
  padding:10px 16px 10px 10px;
  box-shadow:0 10px 30px rgba(13,8,102,.14),0 0 0 6px rgba(189,242,101,.08);
  font-size:13px;font-weight:600;color:#0d0866;
  white-space:nowrap;
}
.hero-home__badge-icon{
  width:30px;height:30px;border-radius:50%;
  background:linear-gradient(135deg,#bdf265,#6754ff);
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 0 14px rgba(189,242,101,.55);
  flex-shrink:0;
}
.hero-home__badge-icon svg{width:15px;height:15px;stroke:#fff;fill:none;stroke-width:2}
.hero-home__badge--1{top:6%;left:-4%}
.hero-home__badge--2{top:42%;right:-8%}
.hero-home__badge--3{bottom:8%;left:2%}
.hero-home__ring{position:absolute;z-index:2;border-radius:50%;border:1.5px dashed rgba(189,242,101,.6)}
.hero-home__ring--1{top:14%;right:8%;width:62px;height:62px}
.hero-home__ring--2{bottom:16%;right:20%;width:30px;height:30px}

@media (max-width:900px){
  .hero-home__inner{grid-template-columns:1fr;padding:40px 24px;gap:36px}
  .hero-home .hero-v2__title{text-align:center}
  .hero-home .hero-v2__subtitle{margin-left:auto;margin-right:auto;text-align:center}
  .hero-home__actions{justify-content:center!important}
  .hero-home__visual{order:-1}
  .hero-home__visual img{max-width:280px;height:280px}
  .hero-home__blob{width:280px;height:280px}
  .hero-home__badge{font-size:11.5px;padding:8px 12px 8px 8px}
  .hero-home__badge-icon{width:24px;height:24px}
}
@media (max-width:640px){
  .hero-home__inner{padding:32px 18px}
  .hero-home__actions{flex-direction:column;align-items:stretch!important}
  .hero-home__badge--1{left:0}
  .hero-home__badge--2{right:0}
  .hero-home__badge--3{left:0}
}

/* Header - lighter, more minimal nav (site-wide, low-risk restyle only) */
.main-nav a{font-weight:400!important}
.main-nav{background:rgba(13,8,102,.03);border-radius:999px;padding:6px 8px}
.main-nav a{padding:8px 14px!important;border-radius:999px;transition:background .2s ease,color .2s ease}
.nav-dropdown-trigger{font-weight:400!important}

/* Home hero v3: isolated replacement for the homepage hero */
.home-hero-v3{
  position:relative;
  isolation:isolate;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(360px,.92fr);
  align-items:center;
  gap:clamp(28px,5vw,62px);
  min-height:calc(100vh - 86px);
  padding:clamp(58px,7vw,88px) clamp(22px,5vw,78px);
  overflow:hidden;
  background:linear-gradient(135deg,rgba(255,255,255,.97),rgba(248,250,255,.9)),var(--hero-bg);
  background-size:cover;
  background-position:center;
  color:#0d0866;
}
.home-hero-v3:before{
  content:"";
  position:absolute;
  inset:auto -18% -38% 48%;
  height:62%;
  background:radial-gradient(circle,rgba(189,242,101,.26),rgba(189,242,101,.08) 42%,transparent 70%);
  z-index:-1;
}
.home-hero-v3:after{
  content:"";
  position:absolute;
  inset:0;
  background-image:linear-gradient(rgba(13,8,102,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(13,8,102,.035) 1px,transparent 1px);
  background-size:42px 42px;
  mask-image:linear-gradient(90deg,black,transparent 70%);
  z-index:-2;
}
.home-hero-v3__copy{max-width:620px}
.home-hero-v3__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:9px;
  padding:7px 16px;
  border:1px solid rgba(189,242,101,.55);
  border-radius:999px;
  background:rgba(189,242,101,.14);
  color:#0d0866;
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin:0 0 24px;
}
.home-hero-v3__eyebrow span{
  width:7px;
  height:7px;
  border-radius:50%;
  background:#9de83f;
  box-shadow:0 0 12px rgba(157,232,63,.7);
}
.home-hero-v3__title{
  margin:0 0 22px;
  color:#0d0866;
  font-size:clamp(38px,5vw,68px);
  font-weight:800;
  line-height:1.1;
  letter-spacing:0;
  text-wrap:balance;
}
.home-hero-v3__title .accent{
  color:#8ccf24;
  text-shadow:0 1px 0 rgba(13,8,102,.18);
  animation:homeHeroAccentGlow 2.8s ease-in-out infinite;
}
.home-hero-v3__title .underline{
  background:linear-gradient(180deg,transparent 62%,rgba(189,242,101,.42) 62%);
  padding-inline:2px;
}
.home-hero-v3__subtitle,
.home-hero-v3__microcopy{
  max-width:520px;
  color:#575b73;
  font-size:clamp(15.5px,1.25vw,18px);
  line-height:1.72;
  margin:0 0 30px;
}
.home-hero-v3__microcopy{
  margin-top:-14px;
  font-size:14px;
}
.home-hero-v3__actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-bottom:28px;
}
.home-hero-v3__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:48px;
  padding:12px 22px;
  border-radius:999px;
  font-size:14px;
  font-weight:600;
  line-height:1;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease;
}
.home-hero-v3__btn svg{
  width:16px;
  height:16px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.1;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.home-hero-v3__btn--primary{
  background:linear-gradient(90deg,#bdf265,#9de83f);
  color:#0d1a03;
  box-shadow:0 16px 34px rgba(157,232,63,.32);
}
.home-hero-v3__btn--secondary{
  border:1px solid rgba(13,8,102,.18);
  background:rgba(255,255,255,.72);
  color:#0d0866;
}
.home-hero-v3__btn:hover{transform:translateY(-2px)}
.home-hero-v3__proof{
  display:flex;
  align-items:center;
  gap:12px;
}
.home-hero-v3__proof span{
  width:40px;
  height:40px;
  flex:0 0 40px;
  display:grid;
  place-items:center;
  border:2px solid #fff;
  border-radius:50%;
  background:#0d0866;
  color:#bdf265;
  box-shadow:0 8px 20px rgba(13,8,102,.18);
}
.home-hero-v3__proof svg{
  width:18px;
  height:18px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.home-hero-v3__proof p{
  margin:0;
  color:#5b5b73;
  font-size:13.5px;
  font-weight:500;
}
.home-hero-v3__proof strong{color:#0d0866}
.home-hero-v3__visual{
  position:relative;
  min-height:620px;
  display:grid;
  place-items:end center;
  align-self:stretch;
}
.home-hero-v3__blob{
  position:absolute;
  width:min(42vw,460px);
  aspect-ratio:1;
  border-radius:50%;
  background:radial-gradient(circle,rgba(189,242,101,.26),rgba(189,242,101,0) 70%);
}
.home-hero-v3__visual img{
  position:relative;
  z-index:1;
  width:min(100%,390px);
  height:auto;
  filter:drop-shadow(0 30px 50px rgba(13,8,102,.18));
  -webkit-mask-image:linear-gradient(to bottom,#000 0%,#000 78%,rgba(0,0,0,.82) 90%,transparent 100%);
  mask-image:linear-gradient(to bottom,#000 0%,#000 78%,rgba(0,0,0,.82) 90%,transparent 100%);
}
.home-hero-v3__ring{
  position:absolute;
  z-index:2;
  border:1.5px dashed rgba(141,207,36,.48);
  border-radius:50%;
}
.home-hero-v3__ring--one{
  width:62px;
  height:62px;
  top:12%;
  right:9%;
}
.home-hero-v3__ring--two{
  width:30px;
  height:30px;
  right:20%;
  bottom:16%;
}
.home-hero-v3__float{
  position:absolute;
  z-index:3;
  display:flex;
  align-items:center;
  gap:10px;
  max-width:220px;
  padding:10px 16px 10px 10px;
  border:1px solid rgba(189,242,101,.5);
  border-radius:999px;
  background:rgba(255,255,255,.9);
  color:#0d0866;
  box-shadow:0 12px 32px rgba(13,8,102,.14),0 0 0 6px rgba(189,242,101,.08);
  backdrop-filter:blur(8px);
  font-size:13px;
  font-weight:700;
  white-space:nowrap;
}
.home-hero-v3__float span{
  width:30px;
  height:30px;
  flex:0 0 30px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:linear-gradient(135deg,#bdf265,#6754ff);
  color:#fff;
}
.home-hero-v3__float svg{
  width:15px;
  height:15px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.home-hero-v3__float--one{top:8%;left:0}
.home-hero-v3__float--two{top:43%;right:-4%}
.home-hero-v3__float--three{left:5%;bottom:9%}
@keyframes homeHeroAccentGlow{
  0%,100%{text-shadow:0 1px 0 rgba(13,8,102,.18),0 0 0 rgba(189,242,101,0)}
  50%{text-shadow:0 1px 0 rgba(13,8,102,.18),0 0 18px rgba(189,242,101,.55)}
}
@media (max-width:980px){
  .home-hero-v3{
    grid-template-columns:1fr;
    min-height:auto;
    padding-block:48px 60px;
  }
  .home-hero-v3__copy{max-width:720px}
  .home-hero-v3__visual{min-height:430px}
  .home-hero-v3__visual img{width:min(74vw,320px)}
  .home-hero-v3__float--two{right:2%}
}
@media (max-width:640px){
  .home-hero-v3{padding:34px 18px 46px}
  .home-hero-v3__title{font-size:clamp(30px,9vw,42px)}
  .home-hero-v3__subtitle{font-size:14.5px}
  .home-hero-v3__actions{display:grid}
  .home-hero-v3__btn{width:100%}
  .home-hero-v3__visual{min-height:360px}
  .home-hero-v3__visual img{width:min(78vw,270px)}
  .home-hero-v3__float{
    max-width:180px;
    padding:8px 12px 8px 8px;
    font-size:11.5px;
  }
  .home-hero-v3__float span{
    width:25px;
    height:25px;
    flex-basis:25px;
  }
  .home-hero-v3__float--one,
  .home-hero-v3__float--three{left:0}
  .home-hero-v3__float--two{right:0}
}
@media (prefers-reduced-motion:reduce){
  .home-hero-v3__title .accent{animation:none}
}

/* Header v4: light brand header over the new home hero */
body:not(.client-workspace-body) #main{
  padding-top:88px;
}
.site-header,
.site-header.is-transparent,
.site-header.is-scrolled{
  background:rgba(255,255,255,.94)!important;
  border-bottom:1px solid rgba(13,8,102,.10)!important;
  box-shadow:0 12px 36px rgba(13,8,102,.08)!important;
  backdrop-filter:blur(18px)!important;
}
.site-header .brand-logo,
.site-header.is-transparent .brand-logo,
.site-header.is-scrolled .brand-logo{
  filter:none!important;
}
.site-header .main-nav,
.site-header.is-transparent .main-nav,
.site-header.is-scrolled .main-nav{
  background:rgba(13,8,102,.045)!important;
  border:1px solid rgba(13,8,102,.06)!important;
  box-shadow:none!important;
}
.site-header .main-nav a,
.site-header .nav-dropdown button,
.site-header .language-switch,
.site-header .client-access,
.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,
.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:#0d0866!important;
}
.site-header .main-nav a:hover,
.site-header .nav-dropdown button:hover{
  background:#fff!important;
  color:#0d0866!important;
}
.site-header .icon-pill,
.site-header .client-access,
.site-header.is-transparent .icon-pill,
.site-header.is-transparent .client-access,
.site-header.is-scrolled .icon-pill,
.site-header.is-scrolled .client-access{
  background:rgba(255,255,255,.74)!important;
  border-color:rgba(13,8,102,.14)!important;
  color:#0d0866!important;
}
.site-header .button.button-small,
.site-header.is-transparent .button.button-small,
.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;
  box-shadow:0 14px 32px rgba(157,232,63,.22)!important;
}
.home-hero-v3{
  min-height:calc(100vh - 88px);
}
@media (max-width:980px){
  body:not(.client-workspace-body) #main{
    padding-top:76px;
  }
}

/* Header submenu hover v5: brand green hover, brand blue text */
.site-header .nav-dropdown>div,
.site-header.is-transparent .nav-dropdown>div,
.site-header.is-scrolled .nav-dropdown>div{
  background:#fff!important;
  border:1px solid rgba(13,8,102,.10)!important;
  box-shadow:0 24px 70px rgba(10,15,45,.14)!important;
}
.site-header .nav-dropdown>div a,
.site-header.is-transparent .nav-dropdown>div a,
.site-header.is-scrolled .nav-dropdown>div a{
  background:transparent!important;
  color:#0d0866!important;
}
.site-header .nav-dropdown>div a:hover,
.site-header .nav-dropdown>div a:focus,
.site-header.is-transparent .nav-dropdown>div a:hover,
.site-header.is-transparent .nav-dropdown>div a:focus,
.site-header.is-scrolled .nav-dropdown>div a:hover,
.site-header.is-scrolled .nav-dropdown>div a:focus{
  background:#bdf265!important;
  color:#0d0866!important;
}

/* Mobile header v6: keep logo and hamburger visible */
@media (max-width:1100px){
  .site-header,
  .site-header.is-transparent,
  .site-header.is-scrolled{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px!important;
    min-height:76px!important;
    padding:12px 16px!important;
    overflow:visible!important;
  }
  .site-header .brand{
    flex:1 1 auto!important;
    min-width:0!important;
    display:flex!important;
    align-items:center!important;
  }
  .site-header .brand-logo,
  .site-header.is-transparent .brand-logo,
  .site-header.is-scrolled .brand-logo{
    width:clamp(148px,48vw,210px)!important;
    max-width:100%!important;
    max-height:48px!important;
    object-fit:contain!important;
    filter:none!important;
  }
  .site-header .header-actions{
    flex:0 0 auto!important;
    display:flex!important;
    align-items:center!important;
    gap:8px!important;
  }
  .site-header .language-switch{
    min-width:44px!important;
    min-height:42px!important;
    padding:8px 11px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    color:#0d0866!important;
    background:#fff!important;
    border:1px solid rgba(13,8,102,.14)!important;
  }
  .site-header .account-menu,
  .site-header .button.button-small{
    display:none!important;
  }
  .site-header .menu-button,
  .site-header.is-transparent .menu-button,
  .site-header.is-scrolled .menu-button{
    display:grid!important;
    place-items:center!important;
    flex:0 0 44px!important;
    width:44px!important;
    height:44px!important;
    min-width:44px!important;
    min-height:44px!important;
    padding:0!important;
    margin:0!important;
    border:1px solid rgba(13,8,102,.14)!important;
    border-radius:999px!important;
    background:#fff!important;
    color:#0d0866!important;
    font-size:0!important;
    line-height:1!important;
    box-shadow:0 10px 24px rgba(13,8,102,.08)!important;
    opacity:1!important;
    visibility:visible!important;
    position:relative!important;
    z-index:1001!important;
  }
  .site-header .menu-button:before,
  .site-header.is-transparent .menu-button:before,
  .site-header.is-scrolled .menu-button:before{
    content:"";
    width:18px;
    height:2px;
    display:block;
    border-radius:999px;
    background:#0d0866;
    box-shadow:0 -6px 0 #0d0866,0 6px 0 #0d0866;
  }
  .site-header .main-nav{
    display:none!important;
  }
  .site-header .main-nav.is-open{
    position:fixed!important;
    top:86px!important;
    left:14px!important;
    right:14px!important;
    width:auto!important;
    max-height:calc(100svh - 108px)!important;
    display:grid!important;
    gap:8px!important;
    padding:16px!important;
    overflow:auto!important;
    border:1px solid rgba(13,8,102,.10)!important;
    border-radius:22px!important;
    background:rgba(255,255,255,.98)!important;
    box-shadow:0 28px 80px rgba(10,15,45,.22)!important;
    z-index:1000!important;
  }
  .site-header .main-nav.is-open a,
  .site-header .main-nav.is-open .nav-dropdown button{
    display:flex!important;
    width:100%!important;
    justify-content:space-between!important;
    align-items:center!important;
    padding:12px 14px!important;
    border-radius:14px!important;
    color:#0d0866!important;
    background:transparent!important;
    font-size:15px!important;
    font-weight:600!important;
  }
  .site-header .main-nav.is-open a:hover,
  .site-header .main-nav.is-open .nav-dropdown button:hover{
    background:#bdf265!important;
    color:#0d0866!important;
  }
}
@media (max-width:430px){
  .site-header .brand-logo,
  .site-header.is-transparent .brand-logo,
  .site-header.is-scrolled .brand-logo{
    width:clamp(132px,42vw,168px)!important;
  }
  .site-header .language-switch{
    min-width:40px!important;
    padding-inline:9px!important;
  }
  .site-header .menu-button,
  .site-header.is-transparent .menu-button,
  .site-header.is-scrolled .menu-button{
    flex-basis:42px!important;
    width:42px!important;
    height:42px!important;
    min-width:42px!important;
  }
}

/* Hero spacing v7: remove the extra empty band below the fixed header */
body:not(.client-workspace-body) #main{
  padding-top:78px!important;
}
.home-hero-v3{
  padding-top:clamp(26px,3.2vw,42px)!important;
}
@media (max-width:1100px){
  body:not(.client-workspace-body) #main{
    padding-top:76px!important;
  }
  .home-hero-v3{
    padding-top:26px!important;
  }
}

/* Mobile header v9: restore Workspace and tighten hamburger */
@media (max-width:1100px){
  .site-header .brand-logo,
  .site-header.is-transparent .brand-logo,
  .site-header.is-scrolled .brand-logo{
    width:clamp(138px,34vw,196px)!important;
  }
  .site-header .account-menu{
    display:block!important;
    position:relative!important;
  }
  .site-header .client-access,
  .site-header.is-transparent .client-access,
  .site-header.is-scrolled .client-access{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:7px!important;
    min-height:40px!important;
    padding:8px 12px!important;
    border-radius:999px!important;
    background:#fff!important;
    border:1px solid rgba(13,8,102,.14)!important;
    color:#0d0866!important;
    font-size:14px!important;
    font-weight:700!important;
    line-height:1!important;
    white-space:nowrap!important;
  }
  .site-header .client-access svg{
    width:17px!important;
    height:17px!important;
    flex:0 0 17px!important;
  }
  .site-header .menu-button,
  .site-header.is-transparent .menu-button,
  .site-header.is-scrolled .menu-button{
    flex:0 0 42px!important;
    width:42px!important;
    height:42px!important;
    min-width:42px!important;
    min-height:42px!important;
    box-shadow:0 8px 18px rgba(13,8,102,.08)!important;
  }
  .site-header .menu-button:before,
  .site-header.is-transparent .menu-button:before,
  .site-header.is-scrolled .menu-button:before{
    width:17px!important;
    height:2px!important;
    box-shadow:0 -5px 0 #0d0866,0 5px 0 #0d0866!important;
  }
}
@media (max-width:560px){
  .site-header .brand-logo,
  .site-header.is-transparent .brand-logo,
  .site-header.is-scrolled .brand-logo{
    width:clamp(132px,38vw,176px)!important;
  }
  .site-header .header-actions{
    gap:6px!important;
  }
  .site-header .language-switch{
    min-width:38px!important;
    min-height:38px!important;
    padding:7px 9px!important;
    font-size:13px!important;
  }
  .site-header .client-access,
  .site-header.is-transparent .client-access,
  .site-header.is-scrolled .client-access{
    min-height:38px!important;
    padding:7px 10px!important;
    font-size:12.5px!important;
  }
  .site-header .client-access .account-chevron{
    display:none!important;
  }
  .site-header .menu-button,
  .site-header.is-transparent .menu-button,
  .site-header.is-scrolled .menu-button{
    flex-basis:38px!important;
    width:38px!important;
    height:38px!important;
    min-width:38px!important;
    min-height:38px!important;
  }
}

/* Mobile header v10: real centered hamburger bars and laptop-weight mobile nav */
.menu-button__bars{
  display:none;
}
@media (max-width:1100px){
  .site-header .menu-button,
  .site-header.is-transparent .menu-button,
  .site-header.is-scrolled .menu-button{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex:0 0 40px!important;
    width:40px!important;
    height:40px!important;
    min-width:40px!important;
    min-height:40px!important;
    padding:0!important;
    border-radius:999px!important;
    background:#fff!important;
    border:1px solid rgba(13,8,102,.14)!important;
    color:#0d0866!important;
    box-shadow:0 8px 18px rgba(13,8,102,.08)!important;
  }
  .site-header .menu-button:before,
  .site-header.is-transparent .menu-button:before,
  .site-header.is-scrolled .menu-button:before{
    content:none!important;
    display:none!important;
  }
  .site-header .menu-button__bars{
    display:grid!important;
    gap:4px!important;
    width:18px!important;
    height:auto!important;
    place-items:center!important;
  }
  .site-header .menu-button__bars span{
    display:block!important;
    width:18px!important;
    height:2px!important;
    border-radius:999px!important;
    background:#0d0866!important;
  }
  .site-header .main-nav.is-open a,
  .site-header .main-nav.is-open .nav-dropdown button,
  .main-nav.is-open a,
  .main-nav.is-open .nav-dropdown button{
    font-size:14.5px!important;
    font-weight:400!important;
    letter-spacing:0!important;
    color:#0d0866!important;
  }
  .site-header .main-nav.is-open .nav-dropdown>div a,
  .main-nav.is-open .nav-dropdown>div a{
    font-size:13.5px!important;
    font-weight:400!important;
    letter-spacing:0!important;
  }
  .site-header .client-access,
  .site-header.is-transparent .client-access,
  .site-header.is-scrolled .client-access,
  .site-header .language-switch{
    font-weight:400!important;
  }
}
@media (max-width:430px){
  .site-header .menu-button,
  .site-header.is-transparent .menu-button,
  .site-header.is-scrolled .menu-button{
    flex-basis:38px!important;
    width:38px!important;
    height:38px!important;
    min-width:38px!important;
    min-height:38px!important;
  }
  .site-header .menu-button__bars,
  .site-header .menu-button__bars span{
    width:17px!important;
  }
}

/* Footer v11: partner logo and header-matched typography */
.site-footer{
  grid-template-columns:minmax(220px,1.15fr) repeat(3,minmax(150px,1fr))!important;
  gap:clamp(22px,3vw,42px)!important;
}
.site-footer h3{
  font-size:14.5px!important;
  font-weight:400!important;
  letter-spacing:0!important;
  text-transform:none!important;
  opacity:1!important;
}
.site-footer a,
.site-footer p,
.site-footer .footer-slogan,
.site-footer .footer-newsletter label,
.site-footer .footer-newsletter p{
  font-size:14.5px!important;
  font-weight:400!important;
  letter-spacing:0!important;
  line-height:1.55!important;
}
.footer-partner{
  display:grid;
  gap:10px;
  align-content:start;
  margin:0;
  max-width:240px;
}
.footer-partner img{
  display:block;
  max-width:210px;
  width:100%;
  height:auto;
  object-fit:contain;
}
@media (max-width:980px){
  .site-footer{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media (max-width:640px){
  .site-footer{
    grid-template-columns:1fr!important;
  }
}

/* Footer v16 true final override */
.site-footer{display:block!important;padding:70px clamp(24px,4vw,60px) 0!important;background:linear-gradient(135deg,#11144a 0%,#161c5c 55%,#1c2a78 100%)!important;color:#fff!important}
.site-footer .footer-grid{max-width:1400px!important;margin:0 auto!important;display:grid!important;grid-template-columns:1.35fr 1fr 1.35fr 1.1fr!important;gap:clamp(28px,4vw,52px)!important;padding-bottom:50px!important;border-bottom:1px solid rgba(255,255,255,.12)!important}
.site-footer .footer-brand-col,.site-footer .footer-col{min-width:0!important}
.site-footer h3,.site-footer .footer-col h3{margin:0 0 20px!important;color:#8fefff!important;font-size:14px!important;font-weight:400!important;letter-spacing:0!important;text-transform:none!important;opacity:1!important}
.site-footer .footer-col h3.accent-heading{color:#bdf265!important}
.site-footer a,.site-footer .footer-col a{display:block;color:rgba(255,255,255,.75)!important;font-size:14.5px!important;font-weight:400!important;line-height:2!important;text-decoration:none!important}
.site-footer a:hover,.site-footer .footer-col a:hover{color:#fff!important}
.site-footer .footer-brand{display:inline-flex!important;margin:0 0 16px!important}
.site-footer .footer-logo{width:auto!important;max-width:170px!important;height:auto!important;filter:brightness(0) invert(1)!important}
.site-footer .footer-slogan{margin:0 0 24px!important;color:rgba(255,255,255,.6)!important;font-size:14px!important;font-weight:400!important;text-transform:lowercase!important}
.site-footer .social-links{display:flex!important;flex-wrap:wrap!important;gap:10px!important}
.site-footer .social-links a{display:flex!important;align-items:center!important;justify-content:center!important;width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;padding:0!important;border-radius:50%!important;background:rgba(255,255,255,.1)!important;color:#fff!important;line-height:1!important}
.site-footer .social-links a:hover{transform:translateY(-2px);background:#bdf265!important;color:#0d0866!important}
.site-footer .social-links svg{width:17px!important;height:17px!important;fill:currentColor!important}
.site-footer .social-links span{display:none!important}
.site-footer .footer-newsletter{margin-top:18px!important}
.site-footer .footer-newsletter label{display:block!important;color:#fff!important;font-size:14px!important;font-weight:400!important}
.site-footer .footer-newsletter p{margin:8px 0 16px!important;color:rgba(255,255,255,.6)!important;font-size:13px!important;font-weight:400!important;line-height:1.6!important}
.site-footer .footer-newsletter div{display:flex!important;gap:8px!important}
.site-footer .footer-newsletter input{flex:1!important;min-width:0!important;padding:10px 12px!important;border:1px solid rgba(255,255,255,.2)!important;border-radius:6px!important;background:rgba(255,255,255,.06)!important;color:#fff!important;font-size:13px!important}
.site-footer .footer-newsletter input::placeholder{color:rgba(255,255,255,.45)!important}
.site-footer .footer-newsletter button{padding:10px 16px!important;border:0!important;border-radius:6px!important;background:#bdf265!important;color:#05072f!important;font-size:13px!important;font-weight:500!important;cursor:pointer!important}
.site-footer .footer-partner-col .partner-label{margin:0 0 14px!important;color:rgba(255,255,255,.6)!important;font-size:13px!important;font-weight:400!important}
.site-footer .footer-partner-col img{display:block!important;max-width:160px!important;height:auto!important;padding:10px 14px!important;border-radius:8px!important;background:#fff!important;object-fit:contain!important}
.copyright{max-width:1400px!important;margin:0 auto!important;padding:24px 0!important;display:flex!important;flex-wrap:wrap!important;justify-content:space-between!important;gap:12px!important;background:transparent!important;color:rgba(255,255,255,.55)!important;font-size:12px!important;font-weight:400!important}
.copyright a{display:inline!important;color:rgba(255,255,255,.75)!important}
.copyright a:hover{color:#fff!important}
@media (max-width:1100px){.site-footer .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media (max-width:700px){.site-footer{padding:50px 24px 0!important}.site-footer .footer-grid{grid-template-columns:1fr!important;gap:32px!important}.site-footer .footer-newsletter div{display:grid!important}.copyright{display:grid!important;padding:20px 0 24px!important}}

/* Footer v17 + header typography polish */
.site-header .main-nav a,
.site-header .nav-dropdown button,
.site-header .language-switch,
.site-header .client-access,
.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,
.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{
  font-weight:400!important;
}
.site-header .button.button-small,
.site-header.is-transparent .button.button-small,
.site-header.is-scrolled .button.button-small{
  font-weight:500!important;
}
.site-footer .footer-col h3.accent-heading,
.site-footer .footer-partner-col h3,
.site-footer .footer-col:nth-child(3) h3{
  color:#bdf265!important;
}
.site-footer .footer-partner-col img{
  max-width:170px!important;
  padding:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}

/* Footer v18: real social brand icons */
.site-footer .social-links a[aria-label="Instagram"]:hover{
  background:radial-gradient(circle at 30% 110%,#fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%)!important;
  color:#fff!important;
}
.site-footer .social-links a[aria-label="Facebook"]:hover{
  background:#1877f2!important;
  color:#fff!important;
}
.site-footer .social-links a[aria-label="Instagram"] svg{
  width:18px!important;
  height:18px!important;
}
.site-footer .social-links a[aria-label="Facebook"] svg{
  width:14px!important;
  height:18px!important;
}

/* Careers */
.careers-hero,
.career-detail-hero{
  max-width:1120px;
  margin:0 auto;
  padding:clamp(120px,14vw,170px) 24px 64px;
}
.careers-hero h1,
.career-detail-hero h1{
  max-width:760px;
  margin:0 0 18px;
  color:#11132d;
  font-size:clamp(40px,6vw,76px);
  line-height:.98;
  letter-spacing:0;
}
.careers-hero p:not(.eyebrow-v2),
.career-detail-hero p:not(.eyebrow-v2){
  max-width:640px;
  color:#596176;
  font-size:18px;
  line-height:1.6;
}
.careers-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.career-card,
.careers-empty,
.career-detail-section article,
.career-detail-section aside{
  border:1px solid #e6e8f2;
  border-radius:16px;
  background:#fff;
  box-shadow:0 18px 50px rgba(13,8,102,.07);
}
.career-card{
  display:flex;
  min-height:230px;
  flex-direction:column;
  justify-content:space-between;
  gap:22px;
  padding:24px;
}
.career-card span,
.career-meta-row span{
  display:inline-flex;
  width:max-content;
  padding:7px 10px;
  border-radius:999px;
  background:#edf7ff;
  color:#1463a5;
  font-size:12px;
  font-weight:700;
}
.career-card h3{
  margin:16px 0 8px;
  color:#11132d;
  font-size:22px;
  font-weight:650;
}
.career-card p,
.career-card small,
.career-detail-section div,
.career-detail-section p{
  color:#596176;
  line-height:1.6;
}
.career-card__actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.career-card__actions a,
.career-back-link{
  color:#0d0866;
  font-weight:700;
  text-decoration:none;
}
.careers-empty{
  padding:28px;
}
.career-meta-row{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin:24px 0;
}
.career-detail-section{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}
.career-detail-section article,
.career-detail-section aside{
  padding:26px;
}
.career-detail-section aside{
  grid-column:1 / -1;
}
.career-detail-section h2{
  margin:0 0 14px;
  color:#11132d;
  font-size:22px;
}
.career-detail-section aside p{
  overflow-wrap:anywhere;
  font-weight:700;
}
@media (max-width:900px){
  .careers-grid,
  .career-detail-section{grid-template-columns:1fr}
}

/* Careers v2 */
body .careers-hero--refined{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:28px;
  align-items:end;
  max-width:1180px;
  padding:132px 24px 44px;
}
body .careers-kicker{
  display:inline-flex;
  margin:0 0 14px;
  color:#4b7d12;
  font-size:12px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}
body .careers-hero--refined h1{
  margin:0 0 14px;
  max-width:760px;
  font-size:clamp(44px,6vw,72px);
  line-height:1;
  font-weight:750;
  letter-spacing:0;
}
body .careers-hero--refined p{
  max-width:650px;
  margin:0;
  color:#667085;
  font-size:18px;
  line-height:1.65;
}
body .careers-open-application{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:0 20px;
  border:1px solid #cfe5a4;
  border-radius:999px;
  color:#17203f;
  background:#fff;
  font-weight:700;
  text-decoration:none;
  box-shadow:0 12px 30px rgba(13,8,102,.06);
}
body .careers-board{
  max-width:1180px;
  margin:0 auto 92px;
  padding:0 24px;
}
body .careers-board__head{
  display:flex;
  justify-content:space-between;
  gap:24px;
  align-items:end;
  margin-bottom:22px;
}
body .careers-board__head span{
  display:inline-flex;
  margin-bottom:8px;
  color:#4b7d12;
  font-size:12px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}
body .careers-board__head h2{
  margin:0;
  color:#111633;
  font-size:clamp(28px,4vw,44px);
  font-weight:720;
  letter-spacing:0;
}
body .careers-board__head p{
  max-width:360px;
  margin:0;
  color:#667085;
  line-height:1.55;
}
body .careers-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
}
body .career-card{
  display:flex!important;
  min-height:320px;
  flex-direction:column;
  gap:18px;
  padding:24px!important;
  border:1px solid #e3e7f0!important;
  border-radius:18px!important;
  background:linear-gradient(180deg,#fff,#fbfcff)!important;
  box-shadow:0 18px 52px rgba(13,8,102,.08)!important;
}
body .career-card__top{
  display:flex;
  justify-content:space-between;
  gap:10px;
  align-items:center;
}
body .career-card__top span,
body .career-card__top small{
  display:inline-flex;
  width:auto;
  padding:7px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:750;
}
body .career-card__top span{
  background:#eff8ff;
  color:#155e91;
}
body .career-card__top small{
  background:#effee1;
  color:#3f6d0a;
}
body .career-card h3{
  margin:0!important;
  color:#111633!important;
  font-size:24px!important;
  line-height:1.15;
  font-weight:720!important;
}
body .career-card p{
  margin:0!important;
  color:#667085!important;
  font-size:14.5px!important;
  line-height:1.6!important;
}
body .career-card dl{
  display:grid;
  gap:9px;
  margin:auto 0 0;
  padding:14px 0 0;
  border-top:1px solid #edf0f5;
}
body .career-card dl div{
  display:flex;
  justify-content:space-between;
  gap:14px;
}
body .career-card dt{
  color:#8a91a4;
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
}
body .career-card dd{
  margin:0;
  color:#111633;
  font-size:13px;
  font-weight:650;
  text-align:right;
}
body .career-card__actions{
  display:grid!important;
  grid-template-columns:1fr 1fr;
  gap:10px!important;
}
body .career-card__actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  border:1px solid #dfe5f0;
  border-radius:12px;
  color:#111633!important;
  background:#fff;
  font-weight:750;
  text-decoration:none;
}
body .career-card__actions a:last-child{
  border-color:#bdf265;
  background:#bdf265;
}
@media (max-width:980px){
  body .careers-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media (max-width:720px){
  body .careers-hero--refined,
  body .careers-board__head{grid-template-columns:1fr;display:grid;align-items:start}
  body .careers-open-application{justify-self:start}
  body .careers-grid{grid-template-columns:1fr!important}
}

/* Careers application v3 */
body .careers-hero--refined{
  max-width:none;
  margin:0 0 36px;
  padding:132px max(24px,calc((100vw - 1180px)/2)) 64px;
  color:#fff;
  background:
    linear-gradient(135deg,rgba(5,7,47,.94),rgba(13,8,102,.88) 58%,rgba(28,88,217,.72)),
    url('/assets/images/hero-horizon.jpg') center/cover no-repeat;
}
body .careers-hero--refined h1,
body .careers-hero--refined p{
  color:#fff;
}
body .careers-hero--refined p:not(.careers-kicker){
  color:rgba(255,255,255,.74);
}
body .careers-kicker{
  color:#8fefff;
  letter-spacing:0;
}
body .careers-open-application{
  border-color:rgba(255,255,255,.24);
  color:#fff;
  background:rgba(255,255,255,.1);
  backdrop-filter:blur(10px);
}
body .careers-board{
  margin-bottom:104px;
}
body .career-card{
  position:relative;
  overflow:hidden;
  border-radius:8px!important;
  border-color:rgba(15,17,48,.1)!important;
  box-shadow:0 1px 2px rgba(15,17,48,.04)!important;
  transition:transform .2s ease, box-shadow .2s ease!important;
}
body .career-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 34px rgba(15,17,48,.1)!important;
}
body .career-card::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:5px;
  background:#bdf265;
}
body .career-card__actions a{
  border-radius:8px;
}
body .career-detail-hero--modern{
  max-width:none;
  margin:0;
  padding:132px max(24px,calc((100vw - 1180px)/2)) 76px;
  color:#fff;
  background:
    linear-gradient(135deg,rgba(5,7,47,.94),rgba(13,8,102,.88) 58%,rgba(28,88,217,.72)),
    url('/assets/images/hero-horizon.jpg') center/cover no-repeat;
}
body .career-detail-hero--modern h1,
body .career-detail-hero--modern .eyebrow-v2{
  color:#fff;
}
body .career-detail-hero--modern .career-back-link,
body .career-detail-hero--modern .career-meta-row span{
  border-color:rgba(255,255,255,.2);
  color:#fff;
  background:rgba(255,255,255,.09);
}
body .career-detail-section--modern{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(360px,440px);
  gap:28px;
  max-width:1180px;
  margin:0 auto 104px;
  padding:44px 24px 0;
}
body .career-detail-copy{
  display:grid;
  gap:18px;
  align-content:start;
  padding:28px;
  border:1px solid #e4e9f2;
  border-radius:8px;
  background:#fff;
  box-shadow:0 14px 42px rgba(13,8,102,.06);
}
body .career-detail-copy h2{
  margin:0;
  color:#111633;
  font-size:24px;
}
body .career-detail-copy div{
  color:#596174;
  line-height:1.75;
}
body .career-apply-card{
  position:sticky;
  top:96px;
  align-self:start;
  padding:24px;
  border:1px solid #dfe7f2;
  border-radius:8px;
  background:#fff;
  box-shadow:0 18px 50px rgba(13,8,102,.1);
}
body .career-apply-card__head span{
  display:inline-flex;
  margin-bottom:10px;
  color:#1c58d9;
  font-size:12px;
  font-weight:800;
  letter-spacing:0;
  text-transform:uppercase;
}
body .career-apply-card__head h2{
  margin:0 0 8px;
  color:#111633;
  font-size:28px;
}
body .career-apply-card__head p{
  margin:0 0 18px;
  color:#667085;
  line-height:1.55;
}
body .career-apply-form{
  display:grid;
  gap:14px;
}
body .career-apply-form__row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
body .career-apply-form label{
  display:grid;
  gap:8px;
  color:#111633;
  font-size:13px;
  font-weight:750;
}
body .career-apply-form input,
body .career-apply-form textarea{
  width:100%;
  min-height:46px;
  padding:12px 13px;
  border:1px solid #dfe6f0;
  border-radius:8px;
  background:#fbfcff;
  color:#111633;
  font:inherit;
}
body .career-apply-form textarea{
  min-height:132px;
  resize:vertical;
}
body .career-apply-form small,
body .career-file-drop small{
  color:#b42318;
  font-size:12px;
}
body .career-file-drop{
  padding:16px;
  border:1px dashed #b9c7d9;
  border-radius:8px;
  background:#f8fafc;
}
body .career-file-drop span{
  font-size:14px;
}
body .career-file-drop em{
  color:#667085;
  font-size:12px;
  font-style:normal;
}
body .career-hp{
  position:absolute!important;
  left:-9999px!important;
  width:1px!important;
  height:1px!important;
  opacity:0!important;
}
body .career-form-alert{
  margin:0 0 16px;
  padding:12px 14px;
  border:1px solid #fecaca;
  border-radius:8px;
  background:#fff1f2;
  color:#9f1239;
  font-size:14px;
  font-weight:700;
}
body .career-form-alert.is-success{
  border-color:#bbf7d0;
  background:#f0fdf4;
  color:#166534;
}
body .career-share-link{
  margin:18px 0 0;
  color:#667085;
  font-size:12px;
  line-height:1.5;
}
body .career-share-link span{
  overflow-wrap:anywhere;
  color:#111633;
  font-weight:700;
}
@media (max-width:980px){
  body .career-detail-section--modern{
    grid-template-columns:1fr;
  }
  body .career-apply-card{
    position:relative;
    top:auto;
  }
}
@media (max-width:680px){
  body .careers-hero--refined,
  body .career-detail-hero--modern{
    padding-top:116px;
  }
  body .career-apply-form__row{
    grid-template-columns:1fr;
  }
}

/* Careers UI refresh 2026-07-26 */
body .careers-hero--refined{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:32px!important;
  align-items:end!important;
  min-height:520px!important;
  margin:0!important;
  padding:138px max(28px,calc((100vw - 1180px)/2)) 70px!important;
  background:
    linear-gradient(135deg,rgba(13,8,102,.94),rgba(28,88,217,.82) 60%,rgba(56,189,248,.6)),
    url('/assets/uploads/media/media-20260726134013-6cf20b8c.webp') center/cover no-repeat!important;
  border-bottom:1px solid rgba(189,242,101,.32)!important;
}
body .careers-hero--refined > div{
  max-width:780px!important;
}
body .careers-kicker{
  margin:0 0 12px!important;
  color:#bdf265!important;
  font-size:12px!important;
  font-weight:850!important;
  letter-spacing:0!important;
}
body .careers-hero--refined h1{
  max-width:780px!important;
  margin:0!important;
  color:#fff!important;
  font-size:62px!important;
  line-height:.98!important;
  font-weight:780!important;
  letter-spacing:0!important;
}
body .careers-hero--refined p:not(.careers-kicker){
  max-width:640px!important;
  margin:18px 0 0!important;
  color:rgba(255,255,255,.78)!important;
  font-size:18px!important;
  line-height:1.65!important;
}
body .careers-stat-row{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
  max-width:620px!important;
  margin-top:30px!important;
}
body .careers-stat-row div{
  display:grid!important;
  gap:6px!important;
  padding:16px!important;
  border:1px solid rgba(255,255,255,.18)!important;
  border-radius:8px!important;
  background:rgba(255,255,255,.1)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.16)!important;
  backdrop-filter:blur(12px)!important;
}
body .careers-stat-row b{
  color:#fff!important;
  font-size:24px!important;
  line-height:1!important;
  font-weight:760!important;
}
body .careers-stat-row span{
  color:rgba(255,255,255,.72)!important;
  font-size:12px!important;
  font-weight:700!important;
}
body .careers-open-application{
  justify-self:end!important;
  min-height:52px!important;
  padding:0 20px!important;
  border:1px solid rgba(189,242,101,.68)!important;
  border-radius:8px!important;
  background:#bdf265!important;
  color:#142218!important;
  box-shadow:0 18px 34px rgba(13,8,102,.22)!important;
  font-weight:800!important;
}
body .careers-board{
  max-width:1180px!important;
  margin:0 auto 110px!important;
  padding:54px 24px 0!important;
}
body .careers-board__head{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(260px,390px)!important;
  gap:28px!important;
  align-items:end!important;
  margin-bottom:24px!important;
}
body .careers-board__head span{
  color:#527a08!important;
  font-size:12px!important;
  font-weight:850!important;
  letter-spacing:0!important;
}
body .careers-board__head h2{
  color:#111633!important;
  font-size:46px!important;
  line-height:1.04!important;
  font-weight:780!important;
  letter-spacing:0!important;
}
body .careers-board__head p{
  color:#667085!important;
  font-size:15px!important;
  line-height:1.65!important;
}
body .careers-grid{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:18px!important;
}
body .career-card{
  min-height:286px!important;
  padding:24px!important;
  border:1px solid #e2e8f3!important;
  border-radius:8px!important;
  background:#fff!important;
  box-shadow:0 14px 36px rgba(13,8,102,.07)!important;
}
body .career-card:nth-child(3n+2)::before{
  background:#38bdf8!important;
}
body .career-card:nth-child(3n+3)::before{
  background:#1c58d9!important;
}
body .career-card__top span,
body .career-card__top small{
  border-radius:8px!important;
  font-size:12px!important;
  letter-spacing:0!important;
}
body .career-card__top span{
  background:#eff6ff!important;
  color:#1c58d9!important;
}
body .career-card__top small{
  background:#effee1!important;
  color:#416a08!important;
}
body .career-card h3{
  color:#111633!important;
  font-size:28px!important;
  line-height:1.08!important;
  font-weight:760!important;
}
body .career-card p{
  color:#667085!important;
  font-size:15px!important;
}
body .career-card dl{
  border-top:1px solid #edf1f7!important;
}
body .career-card__actions a{
  min-height:46px!important;
  border-radius:8px!important;
}
body .career-card__actions a:first-child{
  border-color:#dfe6f0!important;
  background:#fff!important;
  color:#111633!important;
}
body .career-card__actions a:last-child{
  border-color:#bdf265!important;
  background:#bdf265!important;
  color:#142218!important;
}
body .careers-empty{
  border-radius:8px!important;
  border-color:#e2e8f3!important;
  background:#fff!important;
  box-shadow:0 14px 36px rgba(13,8,102,.07)!important;
}
body .career-detail-hero--modern{
  background:
    linear-gradient(135deg,rgba(13,8,102,.94),rgba(28,88,217,.82) 60%,rgba(56,189,248,.6)),
    url('/assets/images/hero-horizon.jpg') center/cover no-repeat!important;
}
body .career-detail-hero--modern h1{
  font-size:58px!important;
  line-height:1!important;
  letter-spacing:0!important;
}
body .career-apply-card{
  border-color:#e2e8f3!important;
  box-shadow:0 18px 46px rgba(13,8,102,.1)!important;
}
body .career-apply-card__head span{
  color:#1c58d9!important;
  letter-spacing:0!important;
}
body .career-apply-form button{
  min-height:48px!important;
  border-radius:8px!important;
  background:#bdf265!important;
  color:#142218!important;
  font-weight:800!important;
}
@media (max-width:900px){
  body .careers-hero--refined,
  body .careers-board__head{
    grid-template-columns:1fr!important;
  }
  body .careers-open-application{
    justify-self:start!important;
  }
  body .careers-grid{
    grid-template-columns:1fr!important;
  }
  body .careers-hero--refined h1,
  body .career-detail-hero--modern h1{
    font-size:42px!important;
  }
  body .careers-board__head h2{
    font-size:34px!important;
  }
}
@media (max-width:640px){
  body .careers-hero--refined{
    min-height:auto!important;
    padding:118px 22px 44px!important;
  }
  body .careers-stat-row{
    grid-template-columns:1fr!important;
  }
  body .careers-board{
    padding:36px 18px 0!important;
  }
  body .career-card__actions{
    grid-template-columns:1fr!important;
  }
}

/* Booking page: real calendar + time slot picker */
.booking-hero__badge{display:inline-flex;align-items:center;gap:8px;margin-top:24px;padding:9px 16px;border:1px solid rgba(189,242,101,.4);border-radius:999px;background:rgba(189,242,101,.12);color:#bdf265;font-size:13px;font-weight:600}
.booking-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:26px;align-items:start;max-width:1180px;margin:0 auto}
.booking-info{position:sticky;top:100px;background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:28px;box-shadow:0 12px 34px rgba(13,8,102,.06)}
.booking-info h2{font-size:19px;margin-bottom:18px}
.booking-steps{list-style:none;margin:0 0 22px;padding:0;display:grid;gap:16px}
.booking-steps li{display:flex;gap:12px;align-items:flex-start}
.booking-steps span{flex:0 0 26px;height:26px;border-radius:50%;background:linear-gradient(135deg,var(--brand),var(--cyan));color:#fff;font-size:12px;font-weight:700;display:grid;place-items:center}
.booking-steps strong{display:block;font-size:14px;color:var(--ink)}
.booking-steps p{margin:2px 0 0;font-size:13px;color:var(--muted)}
.booking-direct{border-top:1px solid var(--line);padding-top:18px;display:grid;gap:6px}
.booking-direct strong{font-size:14px;color:var(--ink)}
.booking-direct a{color:var(--brand);font-weight:600}
.booking-card{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:28px;box-shadow:0 12px 34px rgba(13,8,102,.06)}
.booking-picker{margin:20px 0;display:grid;gap:18px}
.date-picker{border:1px solid var(--line);border-radius:12px;padding:16px;background:var(--soft)}
.date-picker__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}
.date-picker__head strong{font-size:14px;text-transform:capitalize}
.date-picker__nav{border:1px solid var(--line);background:var(--surface);width:32px;height:32px;border-radius:8px;display:grid;place-items:center;cursor:pointer;color:var(--brand);padding:0}
.date-picker__nav svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.date-picker__nav:disabled{opacity:.3;cursor:not-allowed}
.date-picker__label{margin:0 0 8px;font-size:12px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}
.date-picker__weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;margin-bottom:6px}
.date-picker__weekdays span{text-align:center;font-size:11px;font-weight:700;color:var(--muted);text-transform:uppercase}
.date-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}
.date-grid button{aspect-ratio:1;border:1px solid transparent;border-radius:8px;background:transparent;font-weight:600;font-size:13px;color:var(--ink);cursor:pointer}
.date-grid button:hover:not(:disabled){background:var(--surface);border-color:var(--line)}
.date-grid button:disabled{opacity:.25;cursor:not-allowed}
.date-grid button.is-selected{background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;box-shadow:0 8px 18px rgba(13,8,102,.28)}
.date-grid .date-pad{visibility:hidden}
.time-slots__label{display:block;margin-bottom:10px;font-size:12px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}
.time-slots__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.time-slots__grid button{border:1px solid var(--line);border-radius:8px;padding:10px 6px;background:var(--surface);font-size:13px;font-weight:600;color:var(--ink);cursor:pointer}
.time-slots__grid button:hover{border-color:var(--brand);color:var(--brand)}
.time-slots__grid button.is-selected{background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;border-color:transparent}
.time-slots__empty{margin:0;font-size:13px;color:var(--muted)}
.booking-selection{display:flex;gap:10px;flex-wrap:wrap;font-size:13px}
.booking-selection span{border:1px solid var(--line);border-radius:999px;padding:8px 14px;background:var(--soft);font-weight:600;color:var(--brand)}
@media (max-width:900px){.booking-layout{grid-template-columns:1fr}.booking-info{position:static}}
@media (max-width:520px){.time-slots__grid{grid-template-columns:repeat(2,1fr)}}
