/*
Ekule Contact Experience v1.0.0
Native cinematic contact page
*/

:root{
  --ekc-red:#e52636;
  --ekc-red-dark:#c8192a;
  --ekc-blue:#9edff4;
  --ekc-blue-soft:#eaf8fd;
  --ekc-blue-pale:#f5fbfe;
  --ekc-navy:#07192e;
  --ekc-navy-2:#0b2945;
  --ekc-ink:#0a192b;
  --ekc-muted:#6d7c8c;
  --ekc-line:#dce7ed;
  --ekc-white:#fff;
  --ekc-space:clamp(74px,7vw,104px);
}

.ekc-page{
  position:relative;
  margin:0!important;
  padding:0!important;
  overflow:clip;
  background:#fff;
  color:var(--ekc-ink);
  font-family:"Manrope",Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
}

.ekc-page *,
.ekc-page *::before,
.ekc-page *::after{box-sizing:border-box}

.ekc-page img{display:block;width:100%}
.ekc-page a{text-decoration:none;color:inherit}
.ekc-page button,
.ekc-page input,
.ekc-page textarea{font:inherit}
.ekc-page h1,
.ekc-page h2,
.ekc-page h3,
.ekc-page p{margin-top:0}

.ekc-shell{
  width:min(1240px,calc(100% - 46px));
  margin-inline:auto;
}
.ekc-section{padding-block:var(--ekc-space)}

.ekc-progress{
  position:fixed;
  z-index:9998;
  top:0;
  left:0;
  width:100%;
  height:3px;
  pointer-events:none;
}
.ekc-progress i{
  display:block;
  width:100%;
  height:100%;
  background:linear-gradient(90deg,var(--ekc-red),var(--ekc-blue));
  transform:scaleX(0);
  transform-origin:left;
}

.ekc-index{
  display:flex;
  align-items:center;
  gap:9px;
  color:#8795a4;
  font-size:8px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.ekc-index span{color:var(--ekc-red)}
.ekc-index i{width:27px;height:1px;background:#bcc9d2}
.ekc-index--dark{color:#7890a5}
.ekc-index--dark span{color:#fff}
.ekc-index--dark i{background:#425c72}

.ekc-eyebrow{
  margin:0 0 17px;
  color:var(--ekc-red);
  font-size:9px;
  line-height:1;
  font-weight:800;
  letter-spacing:.17em;
  text-transform:uppercase;
}
.ekc-eyebrow--light{color:var(--ekc-blue)}

.ekc-btn{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:13px!important;
  min-height:50px!important;
  padding:0 9px 0 18px!important;
  border-radius:999px!important;
  font-size:11px!important;
  font-weight:800!important;
  text-decoration:none!important;
  transition:background .25s ease,color .25s ease,transform .3s cubic-bezier(.2,.7,.2,1),box-shadow .25s ease!important;
  will-change:transform;
}
.ekc-btn span{color:inherit!important}
.ekc-btn--red{
  background:var(--ekc-red)!important;
  color:#fff!important;
  border:0!important;
  box-shadow:0 14px 36px rgba(229,38,54,.19)!important;
}
.ekc-btn--red:hover{
  background:var(--ekc-red-dark)!important;
  color:#fff!important;
}
.ekc-btn--ghost{
  background:#fff!important;
  color:var(--ekc-navy)!important;
  border:1px solid #dbe6ec!important;
}
.ekc-chip{
  display:grid!important;
  place-items:center!important;
  flex:0 0 auto;
  width:32px!important;
  height:32px!important;
  border-radius:50%!important;
  background:rgba(255,255,255,.17)!important;
  color:inherit!important;
  font-style:normal!important;
  font-size:10px!important;
  font-weight:800!important;
  border:1px solid rgba(255,255,255,.17)!important;
  transition:transform .35s cubic-bezier(.2,.7,.2,1)!important;
}
.ekc-btn:hover .ekc-chip,
.ekc-submit:hover .ekc-chip{transform:rotate(18deg) scale(1.04)}
.ekc-chip--dark{
  background:var(--ekc-navy)!important;
  color:#fff!important;
  border-color:var(--ekc-navy)!important;
}

/* HERO */
.ekc-hero{
  position:relative;
  min-height:calc(100svh - 58px);
  padding:clamp(18px,2.7vw,34px) 0 52px;
  background:
    radial-gradient(circle at 84% 20%,rgba(158,223,244,.28),transparent 28%),
    linear-gradient(135deg,#fff 0%,#fff 50%,#f3fbfe 100%);
  isolation:isolate;
}
.ekc-hero__grid-bg{
  position:absolute;
  inset:0;
  z-index:-3;
  opacity:.26;
  background-image:
    linear-gradient(rgba(8,29,51,.055) 1px,transparent 1px),
    linear-gradient(90deg,rgba(8,29,51,.055) 1px,transparent 1px);
  background-size:70px 70px;
  mask-image:linear-gradient(to right,transparent 0%,#000 46%,#000 100%);
}
.ekc-hero__halo{
  position:absolute;
  z-index:-2;
  left:-180px;
  bottom:-220px;
  width:440px;
  height:440px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(229,38,54,.07),rgba(229,38,54,0) 70%);
}
.ekc-hero__layout{
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(520px,1.08fr);
  gap:clamp(44px,6vw,82px);
  align-items:center;
}
.ekc-kicker{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:18px;
}
.ekc-kicker span{
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--ekc-red);
  box-shadow:0 0 0 6px rgba(229,38,54,.08);
}
.ekc-kicker b{
  color:#57687a;
  font-size:9px;
  font-weight:800;
  letter-spacing:.14em;
}
.ekc-hero__title{
  margin:0;
  color:var(--ekc-ink);
  font-size:clamp(50px,5.8vw,85px);
  line-height:.91;
  letter-spacing:-.067em;
  font-weight:650;
}
.ekc-line{
  display:block;
  overflow:hidden;
  padding-bottom:.035em;
}
.ekc-line > span{
  display:block;
  transform:translateY(110%);
}
.ekc-page.is-loaded .ekc-line > span{
  animation:ekcHeroLine .95s cubic-bezier(.2,.7,.2,1) forwards;
}
.ekc-page.is-loaded .ekc-line:nth-child(2) > span{animation-delay:.09s}
.ekc-page.is-loaded .ekc-line:nth-child(3) > span{animation-delay:.18s}
@keyframes ekcHeroLine{to{transform:translateY(0)}}
.ekc-line--red > span{color:var(--ekc-red)}
.ekc-hero__lead{
  max-width:590px;
  margin:23px 0 0;
  color:#607082;
  font-size:13px;
  line-height:1.76;
}
.ekc-hero__actions{
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:27px;
}
.ekc-hero__quick{
  display:flex;
  align-items:center;
  gap:18px;
  margin-top:38px;
  padding-top:19px;
  border-top:1px solid var(--ekc-line);
}
.ekc-hero__quick > span{
  width:1px;
  height:32px;
  background:var(--ekc-line);
}
.ekc-hero__quick small,
.ekc-hero__quick strong{display:block}
.ekc-hero__quick small{
  margin-bottom:4px;
  color:#84919d;
  font-size:7px;
  font-weight:800;
  letter-spacing:.13em;
}
.ekc-hero__quick strong{
  color:var(--ekc-ink);
  font-size:9px;
}
.ekc-hero__visual{
  position:relative;
  min-height:620px;
  perspective:1200px;
}
.ekc-orbit{
  position:absolute;
  inset:6% 2% 7% 7%;
}
.ekc-orbit i{
  position:absolute;
  border:1px solid rgba(9,29,49,.08);
  border-radius:50%;
}
.ekc-orbit i:nth-child(1){inset:0}
.ekc-orbit i:nth-child(2){inset:13%}
.ekc-orbit i:nth-child(3){inset:26%}
.ekc-shot{
  position:absolute;
  margin:0;
  overflow:hidden;
  background:#dceaf0;
  will-change:transform;
  transition:transform .55s cubic-bezier(.2,.7,.2,1);
}
.ekc-shot img{width:100%;height:100%;object-fit:cover}
.ekc-shot--main{
  z-index:2;
  top:7%;
  right:7%;
  width:71%;
  height:76%;
  border-radius:3px 3px 68px 3px;
  box-shadow:0 36px 86px rgba(8,34,55,.19);
}
.ekc-shot__shade{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 40%,rgba(6,21,38,.78) 100%);
}
.ekc-shot--main figcaption{
  position:absolute;
  z-index:3;
  left:auto;
  right:26px;
  bottom:24px;
  width:min(55%,365px);
  padding:14px 16px 15px;
  border:1px solid rgba(255,255,255,.17);
  border-radius:14px 14px 14px 4px;
  background:rgba(7,25,46,.48);
  color:#fff;
  backdrop-filter:blur(10px) saturate(120%);
  -webkit-backdrop-filter:blur(10px) saturate(120%);
  box-shadow:0 12px 32px rgba(0,0,0,.13);
}
.ekc-shot--main figcaption span{
  display:block;
  margin-bottom:7px;
  color:var(--ekc-blue);
  font-size:7px;
  font-weight:800;
  letter-spacing:.16em;
  opacity:1;
}
.ekc-shot--main figcaption strong{
  display:block;
  color:#fff;
  font-size:18px;
  line-height:1.18;
  letter-spacing:-.03em;
  text-shadow:0 1px 12px rgba(0,0,0,.18);
}
.ekc-shot--a{
  z-index:4;
  left:-1%;
  bottom:3%;
  width:28%;
  height:28%;
  padding:6px;
  overflow:visible;
  background:#fff;
  border-radius:17px;
  box-shadow:0 24px 60px rgba(8,34,55,.2);
}
.ekc-shot--a img{border-radius:11px}
.ekc-shot--b{
  top:0;
  right:0;
  width:27%;
  height:25%;
  padding:5px;
  overflow:visible;
  background:#fff;
  border-radius:14px;
  box-shadow:0 20px 52px rgba(8,34,55,.16);
}
.ekc-shot--b img{border-radius:9px}
.ekc-shot--a > span,
.ekc-shot--b > span{
  position:absolute;
  left:12px;
  bottom:12px;
  padding:4px 6px;
  border-radius:4px;
  background:rgba(7,25,46,.82);
  color:#fff;
  font-size:6px;
  font-weight:800;
  letter-spacing:.14em;
}
.ekc-hero__statement{
  position:absolute;
  z-index:5;
  left:4%;
  top:21%;
  width:158px;
  padding:17px;
  border-radius:16px 16px 3px 16px;
  background:var(--ekc-red);
  color:#fff;
  box-shadow:0 20px 50px rgba(229,38,54,.24);
  will-change:transform;
  transition:transform .55s cubic-bezier(.2,.7,.2,1);
}
.ekc-hero__statement span{
  display:block;
  margin-bottom:18px;
  font-size:6px;
  font-weight:800;
  letter-spacing:.16em;
  opacity:.74;
}
.ekc-hero__statement strong{
  display:block;
  margin-bottom:19px;
  font-size:13px;
  line-height:1.23;
}
.ekc-hero__statement b{
  font-size:7px;
  letter-spacing:.16em;
  opacity:.7;
}
.ekc-hero__pulse{
  position:absolute;
  right:3%;
  bottom:8%;
  width:78px;
  height:78px;
}
.ekc-hero__pulse i{
  position:absolute;
  border:1px solid rgba(229,38,54,.18);
  border-radius:50%;
  animation:ekcPulse 2.8s ease-in-out infinite;
}
.ekc-hero__pulse i:nth-child(1){inset:0}
.ekc-hero__pulse i:nth-child(2){inset:12px;animation-delay:-.7s}
.ekc-hero__pulse i:nth-child(3){inset:24px;animation-delay:-1.4s}
@keyframes ekcPulse{
  0%,100%{transform:scale(.94);opacity:.4}
  50%{transform:scale(1.06);opacity:1}
}
.ekc-scroll-cue{
  position:absolute;
  left:max(23px,calc((100vw - 1240px)/2));
  bottom:13px;
  display:flex;
  align-items:center;
  gap:12px;
  color:#72818f;
  font-size:6px;
  font-weight:800;
  letter-spacing:.18em;
}
.ekc-scroll-cue i{
  position:relative;
  width:48px;
  height:1px;
  overflow:hidden;
  background:#cad5db;
}
.ekc-scroll-cue i::after{
  content:"";
  position:absolute;
  inset:0;
  background:var(--ekc-red);
  animation:ekcScrollCue 1.8s ease-in-out infinite;
}
@keyframes ekcScrollCue{
  0%{transform:translateX(-100%)}
  50%{transform:translateX(0)}
  100%{transform:translateX(100%)}
}

/* BAND */
.ekc-band{
  overflow:hidden;
  background:var(--ekc-red);
  color:#fff;
  transform:rotate(-.65deg) scale(1.01);
  transform-origin:center;
}
.ekc-band__track{
  display:flex;
  width:max-content;
  animation:ekcBand 24s linear infinite;
  will-change:transform;
}
.ekc-band__set{
  display:flex;
  align-items:center;
  flex-shrink:0;
  gap:18px;
  padding:11px 9px;
}
.ekc-band__set span{
  font-size:7px;
  font-weight:800;
  letter-spacing:.16em;
}
.ekc-band__set i{
  width:4px;
  height:4px;
  border:1px solid rgba(255,255,255,.9);
  border-radius:50%;
}
@keyframes ekcBand{to{transform:translateX(-50%)}}

/* ROUTING */
.ekc-routing{background:#fff}
.ekc-routing__head{
  display:grid;
  grid-template-columns:175px minmax(0,1fr) 300px;
  gap:50px;
  align-items:end;
  margin-bottom:40px;
}
.ekc-routing__head h2{
  margin:0;
  color:var(--ekc-ink);
  font-size:clamp(39px,4.5vw,62px);
  line-height:1.02;
  letter-spacing:-.055em;
  font-weight:620;
}
.ekc-routing__head h2 span{
  display:block;
  color:#8999a7;
  font-weight:500;
}
.ekc-routing__head > p{
  margin:0 0 4px;
  color:#6c7b8b;
  font-size:11px;
  line-height:1.78;
}
.ekc-routing__grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border:1px solid var(--ekc-line);
  border-radius:22px;
  overflow:hidden;
}
.ekc-route-card{
  position:relative;
  min-height:320px;
  padding:25px 23px;
  overflow:hidden;
  border:0;
  border-right:1px solid var(--ekc-line);
  background:#fff;
  color:var(--ekc-ink);
  text-align:left;
  cursor:pointer;
  isolation:isolate;
  transition:background .3s ease,color .3s ease;
}
.ekc-route-card:last-child{border-right:0}
.ekc-route-card::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(145deg,var(--ekc-navy),#0b2a47);
  opacity:0;
  transition:opacity .35s ease;
}
.ekc-route-card:hover::before,
.ekc-route-card.is-active::before{opacity:1}
.ekc-route-card:hover,
.ekc-route-card.is-active{color:#fff}
.ekc-route-card > small{
  display:block;
  color:var(--ekc-red);
  font-size:8px;
  font-weight:800;
}
.ekc-route-card__glyph{
  position:relative;
  display:block;
  width:68px;
  height:68px;
  margin:47px 0 31px;
}
.ekc-route-card__glyph i{
  position:absolute;
  border:1px solid #a8b6c1;
  border-radius:50%;
  transition:border-color .3s ease,transform .35s ease;
}
.ekc-route-card__glyph i:nth-child(1){inset:0}
.ekc-route-card__glyph i:nth-child(2){inset:14px}
.ekc-route-card__glyph i:nth-child(3){inset:28px}
.ekc-route-card:hover .ekc-route-card__glyph i,
.ekc-route-card.is-active .ekc-route-card__glyph i{border-color:var(--ekc-blue)}
.ekc-route-card:hover .ekc-route-card__glyph{animation:ekcGlyph 1s ease}
@keyframes ekcGlyph{
  0%,100%{transform:scale(1)}
  50%{transform:scale(1.08)}
}
.ekc-route-card__glyph--service i{border-radius:4px;transform:rotate(45deg)}
.ekc-route-card__glyph--partner i:nth-child(1){inset:0 32px}
.ekc-route-card__glyph--partner i:nth-child(2){inset:19px 13px}
.ekc-route-card__glyph--partner i:nth-child(3){inset:32px 0}
.ekc-route-card__glyph--support i:nth-child(1){inset:4px 4px 30px}
.ekc-route-card__glyph--support i:nth-child(2){inset:24px 4px 10px}
.ekc-route-card__glyph--support i:nth-child(3){inset:44px 4px -10px}
.ekc-route-card h3{
  margin:0 0 9px;
  color:inherit;
  font-size:17px;
  letter-spacing:-.035em;
}
.ekc-route-card p{
  margin:0;
  color:#718091;
  font-size:9px;
  line-height:1.7;
  transition:color .3s ease;
}
.ekc-route-card:hover p,
.ekc-route-card.is-active p{color:#a9bac8}
.ekc-route-card > b{
  position:absolute;
  right:20px;
  bottom:19px;
  color:#9aa8b4;
  font-size:7px;
  letter-spacing:.13em;
  opacity:.7;
}
.ekc-route-card.is-active > b{color:var(--ekc-blue)}

/* CONSOLE */
.ekc-console{
  position:relative;
  padding:var(--ekc-space) 0;
  overflow:hidden;
  background:var(--ekc-navy);
  color:#fff;
}
.ekc-console__ambient{
  position:absolute;
  inset:-30%;
  pointer-events:none;
  background:
    radial-gradient(circle at var(--cx,78%) var(--cy,24%),rgba(158,223,244,.085),transparent 16%),
    radial-gradient(circle at 10% 85%,rgba(229,38,54,.06),transparent 18%);
}
.ekc-console__layout{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,.82fr) minmax(520px,1.18fr);
  gap:clamp(55px,7vw,95px);
  align-items:start;
}
.ekc-console__story .ekc-index{margin-bottom:35px}
.ekc-console__story h2{
  margin:0;
  color:#fff;
  font-size:clamp(42px,4.8vw,66px);
  line-height:.98;
  letter-spacing:-.057em;
  font-weight:600;
}
.ekc-console__story h2 span{
  display:block;
  color:#7d98af;
  font-weight:500;
}
.ekc-console__lead{
  max-width:490px;
  margin:22px 0 32px;
  color:#9dafbe;
  font-size:11px;
  line-height:1.8;
}
.ekc-console__steps{
  border-top:1px solid rgba(255,255,255,.12);
}
.ekc-console__steps > div{
  display:grid;
  grid-template-columns:34px 1fr;
  column-gap:11px;
  padding:15px 0;
  border-bottom:1px solid rgba(255,255,255,.1);
}
.ekc-console__steps small{
  grid-row:span 2;
  color:var(--ekc-red);
  font-size:7px;
  font-weight:800;
}
.ekc-console__steps strong{
  color:#fff;
  font-size:10px;
}
.ekc-console__steps span{
  margin-top:3px;
  color:#72899d;
  font-size:8px;
}
.ekc-console__live-route{
  position:relative;
  margin-top:26px;
  padding:17px 18px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  border-radius:14px;
  background:rgba(255,255,255,.045);
}
.ekc-console__live-route span,
.ekc-console__live-route strong{display:block}
.ekc-console__live-route span{
  margin-bottom:5px;
  color:#6b8498;
  font-size:6px;
  font-weight:800;
  letter-spacing:.15em;
}
.ekc-console__live-route strong{
  color:#fff;
  font-size:13px;
}
.ekc-console__live-route i{
  position:absolute;
  right:18px;
  top:50%;
  width:8px;
  height:8px;
  border-radius:50%;
  background:#31b776;
  box-shadow:0 0 0 6px rgba(49,183,118,.08);
  transform:translateY(-50%);
}

/* Form */
.ekc-form-card{
  padding:26px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:24px;
  background:#fff;
  color:var(--ekc-ink);
  box-shadow:0 35px 80px rgba(0,0,0,.18);
}
.ekc-form-card__top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:20px;
  margin-bottom:25px;
  padding-bottom:19px;
  border-bottom:1px solid var(--ekc-line);
}
.ekc-form-card__top small{
  display:block;
  margin-bottom:6px;
  color:var(--ekc-red);
  font-size:7px;
  font-weight:800;
  letter-spacing:.15em;
}
.ekc-form-card__top h3{
  margin:0;
  color:var(--ekc-ink);
  font-size:22px;
  letter-spacing:-.04em;
}
.ekc-form-card__status{
  display:flex;
  align-items:center;
  gap:7px;
  padding-top:5px;
  color:#7b8995;
  font-size:6px;
  font-weight:800;
  letter-spacing:.12em;
}
.ekc-form-card__status i{
  width:6px;
  height:6px;
  border-radius:50%;
  background:#31b776;
  box-shadow:0 0 0 5px rgba(49,183,118,.08);
}
.ekc-honeypot{
  position:absolute!important;
  left:-9999px!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
}
.ekc-form__grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:15px;
}
.ekc-field{
  display:block;
}
.ekc-field > span{
  display:block;
  margin:0 0 7px;
  color:#647383;
  font-size:8px;
  font-weight:750;
}
.ekc-field > span b{color:var(--ekc-red)}
.ekc-field input,
.ekc-field textarea{
  width:100%;
  border:1px solid #dce5ea!important;
  border-radius:12px!important;
  background:#f9fbfc!important;
  color:var(--ekc-ink)!important;
  outline:0!important;
  box-shadow:none!important;
  transition:border-color .25s ease,background .25s ease,box-shadow .25s ease;
}
.ekc-field input{
  height:48px!important;
  padding:0 14px!important;
  font-size:10px!important;
}
.ekc-field textarea{
  min-height:155px!important;
  padding:13px 14px!important;
  resize:vertical;
  font-size:10px!important;
  line-height:1.6!important;
}
.ekc-field input::placeholder,
.ekc-field textarea::placeholder{color:#a2adb6}
.ekc-field input:focus,
.ekc-field textarea:focus{
  border-color:var(--ekc-blue)!important;
  background:#fff!important;
  box-shadow:0 0 0 4px rgba(158,223,244,.15)!important;
}
.ekc-field--message{
  position:relative;
  margin-top:16px;
}
.ekc-field--message > small{
  position:absolute;
  right:11px;
  bottom:10px;
  color:#9aa6af;
  font-size:7px;
}
.ekc-form__footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  margin-top:20px;
  padding-top:18px;
  border-top:1px solid var(--ekc-line);
}
.ekc-form__footer p{
  max-width:350px;
  margin:0;
  color:#8a97a2;
  font-size:7px;
  line-height:1.55;
}
.ekc-submit{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  gap:13px;
  min-height:50px;
  padding:0 8px 0 17px;
  border:0!important;
  border-radius:999px!important;
  background:var(--ekc-red)!important;
  color:#fff!important;
  cursor:pointer;
  font-size:10px;
  font-weight:800;
  box-shadow:0 14px 30px rgba(229,38,54,.18);
  transition:background .25s ease,transform .25s ease,opacity .25s ease;
}
.ekc-submit:hover{
  background:var(--ekc-red-dark)!important;
  transform:translateY(-2px);
}
.ekc-submit:disabled{
  opacity:.6;
  cursor:wait;
  transform:none;
}
.ekc-submit span{color:#fff!important}
.ekc-form__message{
  display:none;
  margin-top:15px;
  padding:12px 14px;
  border-radius:10px;
  font-size:9px;
  line-height:1.5;
}
.ekc-form__message.is-success{
  display:block;
  background:#edf9f3;
  color:#157348;
  border:1px solid #cdebdc;
}
.ekc-form__message.is-error{
  display:block;
  background:#fff1f2;
  color:#aa2431;
  border:1px solid #f2ccd0;
}

/* DIRECT */
.ekc-direct{background:#fff}
.ekc-direct__head{
  display:grid;
  grid-template-columns:175px 1fr;
  gap:50px;
  align-items:end;
  margin-bottom:36px;
}
.ekc-direct__head h2{
  margin:0;
  color:var(--ekc-ink);
  font-size:clamp(38px,4.2vw,59px);
  line-height:1.02;
  letter-spacing:-.052em;
  font-weight:620;
}
.ekc-direct__head h2 span{
  display:block;
  color:#8999a7;
  font-weight:500;
}
.ekc-direct__grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border:1px solid var(--ekc-line);
  border-radius:22px;
  overflow:hidden;
}
.ekc-direct-card{
  position:relative;
  display:block!important;
  min-height:250px;
  padding:25px 23px;
  overflow:hidden;
  border-right:1px solid var(--ekc-line);
  background:#fff;
  color:var(--ekc-ink)!important;
  isolation:isolate;
  transition:color .3s ease;
}
.ekc-direct-card:last-child{border-right:0}
.ekc-direct-card::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(145deg,var(--ekc-navy),#0b2a47);
  transform:translateY(101%);
  transition:transform .5s cubic-bezier(.2,.7,.2,1);
}
.ekc-direct-card:hover::before{transform:none}
.ekc-direct-card:hover{color:#fff!important}
.ekc-direct-card > small{
  display:block;
  margin-bottom:82px;
  color:var(--ekc-red);
  font-size:7px;
  font-weight:800;
  letter-spacing:.15em;
}
.ekc-direct-card h3{
  margin:0 0 8px;
  color:inherit;
  font-size:16px;
  line-height:1.3;
  letter-spacing:-.035em;
}
.ekc-direct-card p{
  margin:0;
  color:#778593;
  font-size:9px;
  line-height:1.65;
  transition:color .3s ease;
}
.ekc-direct-card:hover p{color:#a7bac8}
.ekc-direct-card__mark{
  position:absolute;
  right:18px;
  top:19px;
  display:grid;
  place-items:center;
  width:30px;
  height:30px;
  border-radius:50%;
  background:#f3f8fa;
  color:var(--ekc-navy);
  font-style:normal;
  font-size:9px;
  font-weight:800;
  transition:transform .35s ease,background .3s ease,color .3s ease;
}
.ekc-direct-card:hover .ekc-direct-card__mark{
  transform:rotate(18deg);
  background:#fff;
  color:var(--ekc-navy);
}

/* INTERLUDE */
.ekc-interlude{
  position:relative;
  min-height:74vh;
  display:flex;
  align-items:center;
  overflow:hidden;
  background:var(--ekc-navy);
}
.ekc-interlude__media{
  position:absolute;
  inset:0;
  overflow:hidden;
}
.ekc-interlude__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  transform:scale(1.15);
  will-change:transform;
}
.ekc-interlude__shade{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(4,17,31,.91) 0%,rgba(4,17,31,.65) 50%,rgba(4,17,31,.25) 100%),
    linear-gradient(180deg,rgba(4,17,31,.15),rgba(4,17,31,.62));
}
.ekc-interlude__copy{
  position:relative;
  z-index:2;
  color:#fff;
}
.ekc-interlude__copy .ekc-index{margin-bottom:34px}
.ekc-interlude__copy h2{
  max-width:830px;
  margin:0;
  color:#fff;
  font-size:clamp(44px,5.6vw,76px);
  line-height:.96;
  letter-spacing:-.06em;
  font-weight:600;
}
.ekc-interlude__copy h2 span{
  display:block;
  color:var(--ekc-blue);
  font-weight:520;
}
.ekc-interlude__copy > p:not(.ekc-eyebrow){
  max-width:610px;
  margin:23px 0 0;
  color:#b2bec8;
  font-size:11px;
  line-height:1.8;
}

/* FAQ */
.ekc-faq{background:var(--ekc-blue-pale)}
.ekc-faq__layout{
  display:grid;
  grid-template-columns:360px 1fr;
  gap:clamp(60px,9vw,130px);
}
.ekc-faq__intro .ekc-index{margin-bottom:31px}
.ekc-faq__intro h2{
  margin:0;
  color:var(--ekc-ink);
  font-size:clamp(39px,4.1vw,58px);
  line-height:1.03;
  letter-spacing:-.052em;
  font-weight:620;
}
.ekc-faq__intro h2 span{
  display:block;
  color:#8999a7;
  font-weight:500;
}
.ekc-faq__intro > p:not(.ekc-eyebrow){
  max-width:320px;
  margin:22px 0 0;
  color:#6d7c8c;
  font-size:10px;
  line-height:1.75;
}
.ekc-faq__list{
  border-top:1px solid #d7e4ea;
}
.ekc-faq details{border-bottom:1px solid #d7e4ea}
.ekc-faq summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  min-height:78px;
  padding:18px 0;
  list-style:none;
  cursor:pointer;
  color:var(--ekc-ink);
  font-size:11px;
  font-weight:700;
}
.ekc-faq summary::-webkit-details-marker{display:none}
.ekc-faq summary span{
  display:flex;
  align-items:center;
  gap:17px;
}
.ekc-faq summary span i{
  color:#9aa7b3;
  font-style:normal;
  font-size:7px;
}
.ekc-faq summary b{
  position:relative;
  flex:0 0 auto;
  width:28px;
  height:28px;
  border-radius:50%;
  background:#fff;
}
.ekc-faq summary b::before,
.ekc-faq summary b::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:10px;
  height:1px;
  background:var(--ekc-red);
  transform:translate(-50%,-50%);
  transition:transform .25s ease;
}
.ekc-faq summary b::after{transform:translate(-50%,-50%) rotate(90deg)}
.ekc-faq details[open] summary b::after{transform:translate(-50%,-50%) rotate(0)}
.ekc-faq__answer{
  max-width:720px;
  padding:0 50px 23px 42px;
  color:#748293;
  font-size:10px;
  line-height:1.8;
}

/* CLOSING */
.ekc-closing{
  padding:0 0 var(--ekc-space);
  background:var(--ekc-blue-pale);
}
.ekc-closing__card{
  position:relative;
  min-height:480px;
  overflow:hidden;
  padding:clamp(46px,6vw,72px);
  border-radius:28px;
  background:
    radial-gradient(circle at 87% 20%,rgba(158,223,244,.15),transparent 26%),
    linear-gradient(135deg,#07192e,#0b2945);
  color:#fff;
  isolation:isolate;
}
.ekc-closing__grid-bg{
  position:absolute;
  inset:0;
  z-index:-1;
  opacity:.08;
  background-image:
    linear-gradient(rgba(255,255,255,.15) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.15) 1px,transparent 1px);
  background-size:58px 58px;
  mask-image:linear-gradient(to right,transparent 20%,#000 100%);
}
.ekc-closing__copy{
  position:relative;
  z-index:2;
  max-width:790px;
}
.ekc-closing__copy h2{
  margin:0;
  color:#fff;
  font-size:clamp(44px,5.2vw,71px);
  line-height:.98;
  letter-spacing:-.06em;
  font-weight:600;
}
.ekc-closing__copy h2 span{
  display:block;
  color:var(--ekc-blue);
  font-weight:520;
}
.ekc-closing__copy > p:not(.ekc-eyebrow){
  max-width:590px;
  margin:21px 0 29px;
  color:#9eb0bf;
  font-size:11px;
  line-height:1.78;
}
.ekc-closing__art{
  position:absolute;
  right:-70px;
  top:50%;
  width:460px;
  height:460px;
  transform:translateY(-50%);
}
.ekc-rings{
  position:absolute;
  inset:0;
  will-change:transform;
}
.ekc-rings i{
  position:absolute;
  border:1px solid rgba(255,255,255,.1);
  border-radius:50%;
}
.ekc-rings i:nth-child(1){inset:0}
.ekc-rings i:nth-child(2){inset:53px}
.ekc-rings i:nth-child(3){inset:106px}
.ekc-rings i:nth-child(4){inset:159px}
.ekc-closing__art > strong{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  color:rgba(255,255,255,.07);
  font-size:170px;
  line-height:1;
  font-weight:800;
}
.ekc-dot{
  position:absolute;
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--ekc-red);
  box-shadow:0 0 0 6px rgba(229,38,54,.1);
}
.ekc-dot--1{left:18%;top:19%}
.ekc-dot--2{right:16%;top:47%;background:var(--ekc-blue)}
.ekc-dot--3{left:43%;bottom:10%;width:4px;height:4px}

/* Reveals */
[data-ekc-reveal]{
  opacity:0;
  transform:translateY(24px);
  transition:opacity .75s ease,transform .75s cubic-bezier(.2,.7,.2,1);
}
[data-ekc-reveal].is-visible{
  opacity:1;
  transform:none;
}

/* Responsive */
@media (max-width:1050px){
  .ekc-hero__layout{grid-template-columns:1fr 1fr;gap:38px}
  .ekc-hero__visual{min-height:540px}
  .ekc-routing__head{grid-template-columns:135px 1fr}
  .ekc-routing__head > p{grid-column:2}
  .ekc-console__layout{grid-template-columns:.85fr 1.15fr;gap:45px}
  .ekc-direct__head{grid-template-columns:135px 1fr}
}


@media (max-width:1050px) and (min-width:821px){
  .ekc-shot--main figcaption{
    right:18px;
    bottom:18px;
    width:58%;
    max-width:310px;
    padding:12px 13px;
  }

  .ekc-shot--main figcaption strong{
    font-size:15px;
  }

  .ekc-shot--a{
    width:27%;
    height:27%;
  }
}

@media (max-width:820px){
  :root{--ekc-space:72px}
  .ekc-shell{width:min(720px,calc(100% - 30px))}

  .ekc-hero{min-height:auto;padding-top:21px}
  .ekc-hero__layout{grid-template-columns:1fr;gap:39px}
  .ekc-hero__title{font-size:clamp(48px,11vw,70px)}
  .ekc-hero__visual{width:min(650px,100%);min-height:515px;margin-inline:auto}
  .ekc-scroll-cue{display:none}

  .ekc-routing__head{grid-template-columns:1fr;gap:20px}
  .ekc-routing__head > p{grid-column:auto}
  .ekc-routing__grid{grid-template-columns:1fr 1fr}
  .ekc-route-card:nth-child(2){border-right:0}
  .ekc-route-card:nth-child(-n+2){border-bottom:1px solid var(--ekc-line)}

  .ekc-console__layout{grid-template-columns:1fr;gap:50px}
  .ekc-console__story{max-width:640px}

  .ekc-direct__grid{grid-template-columns:1fr 1fr}
  .ekc-direct-card:nth-child(2){border-right:0}
  .ekc-direct-card:nth-child(-n+2){border-bottom:1px solid var(--ekc-line)}

  .ekc-faq__layout{grid-template-columns:1fr;gap:48px}
  .ekc-closing__art{right:-220px}
}

@media (max-width:590px){
  :root{--ekc-space:62px}
  .ekc-shell{width:calc(100% - 24px)}

  .ekc-hero{padding-top:17px;padding-bottom:50px}
  .ekc-kicker b{font-size:8px}
  .ekc-hero__title{font-size:clamp(41px,12.8vw,55px);line-height:.94}
  .ekc-hero__lead{margin-top:20px;font-size:11px}
  /* Keep the two hero actions inline on mobile */
  .ekc-hero__actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:stretch;
    gap:8px;
    width:100%;
  }

  .ekc-hero__actions .ekc-btn{
    width:100%!important;
    min-width:0!important;
    min-height:46px!important;
    padding:0 7px 0 11px!important;
    gap:6px!important;
    font-size:8.6px!important;
    white-space:nowrap;
  }

  .ekc-hero__actions .ekc-chip{
    width:27px!important;
    height:27px!important;
    font-size:8px!important;
  }

  /* Keep Email and Office Hours as one compact two-column strip */
  .ekc-hero__quick{
    display:grid;
    grid-template-columns:1fr 1px 1fr;
    align-items:center;
    gap:12px;
    width:100%;
    margin-top:26px;
    padding-top:16px;
  }

  .ekc-hero__quick > span{
    width:1px;
    height:36px;
    background:var(--ekc-line);
  }

  .ekc-hero__quick > a,
  .ekc-hero__quick > div{
    min-width:0;
  }

  .ekc-hero__quick small{
    font-size:6.4px;
    line-height:1.2;
  }

  .ekc-hero__quick strong{
    font-size:8px;
    line-height:1.35;
    overflow-wrap:anywhere;
  }

  .ekc-hero__visual{min-height:395px}
  .ekc-shot--main{right:3%;width:80%;height:80%;border-radius:3px 3px 44px 3px}
  .ekc-shot--main figcaption{
    right:12px;
    bottom:12px;
    width:55%;
    max-width:none;
    padding:9px 10px;
    border-radius:10px 10px 10px 3px;
  }
  .ekc-shot--main figcaption span{margin-bottom:4px;font-size:5.5px}
  .ekc-shot--main figcaption strong{font-size:12px;line-height:1.2}
  .ekc-shot--a{left:-1%;bottom:2%;width:34%;height:29%}
  .ekc-shot--b{width:30%;height:24%}
  .ekc-hero__statement{left:1%;top:18%;width:127px;padding:14px}
  .ekc-hero__statement span{margin-bottom:15px}
  .ekc-hero__statement strong{font-size:11px}
  .ekc-hero__pulse{display:none}

  .ekc-routing__head h2{font-size:36px}
  .ekc-routing__grid{display:block;border-radius:18px}
  .ekc-route-card{
    width:100%;
    min-height:220px;
    border-right:0;
    border-bottom:1px solid var(--ekc-line);
  }
  .ekc-route-card:last-child{border-bottom:0}
  .ekc-route-card__glyph{margin:28px 0 22px}

  .ekc-console__story h2{font-size:38px}
  .ekc-form-card{padding:20px 16px;border-radius:19px}
  .ekc-form-card__top{align-items:flex-start;flex-direction:column}
  .ekc-form__grid{grid-template-columns:1fr}
  .ekc-form__footer{align-items:flex-start;flex-direction:column}
  .ekc-submit{width:100%}

  .ekc-direct__head{grid-template-columns:1fr;gap:19px}
  .ekc-direct__head h2{font-size:36px}
  .ekc-direct__grid{display:block;border-radius:18px}
  .ekc-direct-card{
    min-height:210px;
    border-right:0;
    border-bottom:1px solid var(--ekc-line);
  }
  .ekc-direct-card:last-child{border-bottom:0}
  .ekc-direct-card > small{margin-bottom:58px}

  .ekc-interlude{min-height:70vh}
  .ekc-interlude__copy h2{font-size:39px}

  .ekc-faq__intro h2{font-size:36px}
  .ekc-faq summary{font-size:10px;min-height:72px}
  .ekc-faq__answer{padding-left:25px;padding-right:0}

  .ekc-closing{padding-bottom:62px}
  .ekc-closing__card{min-height:560px;padding:38px 22px;border-radius:22px}
  .ekc-closing__copy h2{font-size:38px}
  .ekc-closing__art{width:350px;height:350px;right:-235px;top:77%}
}


@media (max-width:390px){
  .ekc-hero__actions{
    gap:6px;
  }

  .ekc-hero__actions .ekc-btn{
    min-height:44px!important;
    padding:0 5px 0 8px!important;
    gap:5px!important;
    font-size:7.7px!important;
    letter-spacing:-.01em;
  }

  .ekc-hero__actions .ekc-chip{
    width:24px!important;
    height:24px!important;
    font-size:7px!important;
  }

  .ekc-hero__quick{
    gap:8px;
  }

  .ekc-hero__quick small{
    font-size:5.8px;
  }

  .ekc-hero__quick strong{
    font-size:7.2px;
  }
}
