/* ═══════════════════════════════════════════════════════════
   ENTERPRISE CONSULTATION — enterprise.css
   Premium glass-morphism page for enterprise / international leads.
   Reuses .ct-field form styling from contact.css.
   ═══════════════════════════════════════════════════════════ */

@keyframes entFloat1{0%,100%{transform:translate(0,0) scale(1)}50%{transform:translate(30px,-40px) scale(1.08)}}
@keyframes entFloat2{0%,100%{transform:translate(0,0) scale(1)}50%{transform:translate(-25px,35px) scale(.94)}}

/* ── 1. HERO (premium dark — matches homepage, about & contact hero) ── */
.ent-hero {
  position: relative;
  isolation: isolate;
  overflow: clip;
  padding: clamp(6.5rem, 13vh, 9.5rem) 0 clamp(3rem, 6vw, 5rem);
  text-align: center;
  color: #fff;
  background:
    radial-gradient(92% 100% at 10% 10%, rgba(52, 121, 255, 0.24) 0%, rgba(10, 24, 59, 0) 60%),
    radial-gradient(90% 120% at 90% 86%, rgba(25, 92, 255, 0.20) 0%, rgba(10, 24, 59, 0) 58%),
    linear-gradient(145deg, #030916 0%, #06112a 36%, #08193d 62%, #030914 100%);
  border-bottom: 1px solid rgba(115, 167, 255, 0.22);
}
.ent-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background:
    linear-gradient(120deg, rgba(46, 107, 255, 0.22), transparent 22% 78%, rgba(31, 86, 215, 0.18)),
    repeating-linear-gradient(112deg, rgba(114, 169, 255, 0.07) 0 2px, rgba(114, 169, 255, 0) 2px 26px);
  opacity: 0.85;
}
.ent-hero__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.55;
  pointer-events: none;
  z-index: -2;
  will-change: transform;
}
.ent-hero__orb--1 {
  width: 520px; height: 520px;
  top: -150px; right: -90px;
  background: radial-gradient(circle, rgba(36, 126, 255, 0.55), rgba(36, 126, 255, 0) 70%);
  animation: entFloat1 18s ease-in-out infinite;
}
.ent-hero__orb--2 {
  width: 400px; height: 400px;
  bottom: -110px; left: -70px;
  background: radial-gradient(circle, rgba(57, 166, 255, 0.42), rgba(57, 166, 255, 0) 70%);
  animation: entFloat2 22s ease-in-out infinite;
}
.ent-hero .container { position: relative; z-index: 2; }

.ent-hero__back {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: .85rem;
  font-weight: 600;
  color: rgba(188, 214, 255, 0.85);
  text-decoration: none;
  margin-bottom: 1.4rem;
  transition: color .2s ease, transform .2s ease;
}
.ent-hero__back:hover { color: #fff; transform: translateX(-3px); }

.ent-hero__kicker {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: .8rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #bcd6ff;
  margin-bottom: 1.25rem;
  background: rgba(90, 150, 240, 0.12);
  padding: .5rem 1.1rem;
  border-radius: 999px;
  border: 1px solid rgba(140, 190, 255, 0.32);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.ent-hero__title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  font-size: clamp(2.4rem, 5.2vw, 3.8rem);
  line-height: 1.1;
  color: #f4f8ff;
  margin: 0 auto 1.1rem;
  max-width: 720px;
  text-wrap: balance;
}
.ent-hero__title em {
  font-style: normal;
  color: #2f89ff;
  text-shadow: 0 0 26px rgba(57, 153, 255, 0.5);
}
.ent-hero__desc {
  font-size: clamp(1.02rem, 1.8vw, 1.18rem);
  color: rgba(216, 230, 255, 0.9);
  line-height: 1.7;
  max-width: 640px;
  margin: 0 auto;
}

/* ── 2. MAIN GRID ── */
.ent-main {
  position: relative;
  padding: clamp(2.5rem, 5vw, 4.5rem) 0 clamp(3rem, 6vw, 5rem);
  background: linear-gradient(180deg, #f6f9ff 0%, #eef4fc 45%, #f6f9ff 100%);
}
.ent-main::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(120% 60% at 50% 0%, rgba(29, 92, 181, 0.06), transparent 60%);
}
.ent-main .container { position: relative; z-index: 1; }
.ent-grid {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: start;
  max-width: 1140px;
  margin: 0 auto;
}

/* ── Strategic intro (left) ── */
.ent-intro__title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: #0A1F3F;
  line-height: 1.18;
  margin-bottom: .8rem;
}
.ent-intro__lead {
  font-size: 1rem;
  color: #475569;
  line-height: 1.7;
  margin-bottom: 1.8rem;
}

.ent-steps {
  list-style: none;
  margin: 0 0 1.8rem;
  padding: 0;
  display: grid;
  gap: 1.1rem;
}
.ent-step {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.ent-step__num {
  flex: 0 0 auto;
  width: 34px; height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: .95rem;
  color: #fff;
  background: linear-gradient(135deg, #1D5CB5, #3b82f6);
  box-shadow: 0 6px 16px rgba(29, 92, 181, 0.28);
}
.ent-step h3 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  font-size: 1.15rem;
  color: #0A1F3F;
  margin: .1rem 0 .2rem;
}
.ent-step p {
  font-size: .92rem;
  color: #64748b;
  line-height: 1.55;
  margin: 0;
}

.ent-reassure {
  display: flex;
  gap: .9rem;
  align-items: flex-start;
  background: linear-gradient(135deg, rgba(29,92,181,.07), rgba(59,130,246,.04));
  border: 1px solid rgba(29,92,181,.14);
  border-radius: 16px;
  padding: 1.2rem 1.4rem;
}
.ent-reassure__icon {
  flex: 0 0 auto;
  width: 30px; height: 30px;
  color: #1D5CB5;
}
.ent-reassure__icon svg { width: 100%; height: 100%; }
.ent-reassure p {
  margin: 0;
  font-size: .92rem;
  color: #334155;
  line-height: 1.6;
  font-style: italic;
}

/* ── Form card (right) ── */
.ent-form-wrap { position: relative; }
.ent-form-card {
  background: linear-gradient(160deg, rgba(255,255,255,.95) 0%, rgba(248,250,255,.85) 100%);
  border: 1px solid rgba(180,205,255,.45);
  border-radius: 24px;
  padding: clamp(1.8rem, 3vw, 2.5rem);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow:
    0 12px 40px rgba(10,31,63,.08),
    inset 0 1px 0 rgba(255,255,255,.7);
}
.ent-form-card__title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: #0A1F3F;
  margin-bottom: .4rem;
}
.ent-form-card__desc {
  font-size: .92rem;
  color: #64748b;
  margin-bottom: 1.6rem;
  line-height: 1.5;
}
/* Form grid reuses .ct-field styling from contact.css */
.ent-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}
.ent-form__fineprint {
  grid-column: 1 / -1;
  font-size: .8rem;
  color: #64748b;
  line-height: 1.5;
  text-align: center;
  margin: -.2rem 0 0;
}

/* ── 3. RESPONSIVE ── */
@media (max-width: 880px) {
  .ent-grid {
    grid-template-columns: 1fr;
    max-width: 640px;
  }
  .ent-intro { order: 1; }
  .ent-form-wrap { order: 2; }
}
@media (max-width: 540px) {
  .ent-form { grid-template-columns: 1fr; }
  .ent-hero__title { font-size: 2rem; }
}



/* ═══════════════════════════════════════════════════════════
   CORPORATE SHOWCASE (video cards) + TECHNICAL FOUNDATION
   Appended for enterprise-consultation page below the form.
   ═══════════════════════════════════════════════════════════ */

/* ── Shared dark premium section base ── */
.corp-showcase,
.corp-tech {
  position: relative;
  isolation: isolate;
  overflow: clip;
  padding: clamp(4rem, 8vw, 6.5rem) 0;
  color: #fff;
  background:
    radial-gradient(92% 100% at 12% 8%, rgba(52, 121, 255, 0.20) 0%, rgba(10, 24, 59, 0) 60%),
    radial-gradient(90% 120% at 88% 92%, rgba(25, 92, 255, 0.16) 0%, rgba(10, 24, 59, 0) 58%),
    linear-gradient(145deg, #030916 0%, #06112a 36%, #08193d 62%, #030914 100%);
  border-top: 1px solid rgba(115, 167, 255, 0.22);
}
.corp-tech { border-top: 1px solid rgba(115, 167, 255, 0.16); }

.corp-showcase__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(95px);
  opacity: 0.5;
  pointer-events: none;
  z-index: -2;
  will-change: transform;
}
.corp-showcase__orb--1 {
  width: 460px; height: 460px;
  top: -150px; right: -90px;
  background: radial-gradient(circle, rgba(36, 126, 255, 0.5), rgba(36, 126, 255, 0) 70%);
  animation: entFloat1 22s ease-in-out infinite;
}
.corp-showcase__orb--2 {
  width: 380px; height: 380px;
  bottom: -120px; left: -70px;
  background: radial-gradient(circle, rgba(57, 166, 255, 0.4), rgba(57, 166, 255, 0) 70%);
  animation: entFloat2 26s ease-in-out infinite;
}
.corp-showcase__inner { position: relative; z-index: 1; }

/* ── Section head ── */
.corp-head { text-align: center; max-width: 760px; margin: 0 auto clamp(2.4rem, 4vw, 3.4rem); }
.corp-kicker {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: .76rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #bcd6ff;
  margin-bottom: 1.1rem;
  background: rgba(90, 150, 240, 0.12);
  padding: .5rem 1.1rem;
  border-radius: 999px;
  border: 1px solid rgba(140, 190, 255, 0.32);
}
.corp-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  font-size: clamp(2rem, 4.4vw, 3.1rem);
  line-height: 1.12;
  color: #f4f8ff;
  margin: 0 0 1rem;
  text-wrap: balance;
}
.corp-title em {
  font-style: normal;
  color: #2f89ff;
  text-shadow: 0 0 26px rgba(57, 153, 255, 0.5);
}
.corp-desc {
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  color: rgba(216, 230, 255, 0.9);
  line-height: 1.7;
  margin: 0 auto;
  max-width: 660px;
}

/* ── Video cards grid ── */
.corp-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.3rem;
  margin-bottom: clamp(2.2rem, 4vw, 3rem);
}
.corp-card {
  display: flex;
  flex-direction: column;
  background: linear-gradient(160deg, rgba(255,255,255,.07) 0%, rgba(255,255,255,.03) 100%);
  border: 1px solid rgba(140, 190, 255, 0.22);
  border-radius: 20px;
  overflow: hidden;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 10px 30px rgba(2, 9, 22, 0.25);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.corp-card:hover {
  transform: translateY(-6px);
  border-color: rgba(120, 180, 255, 0.6);
  box-shadow: 0 18px 48px rgba(15, 60, 150, 0.4), 0 0 0 1px rgba(120, 180, 255, 0.25);
}
.corp-card__media {
  position: relative;
  aspect-ratio: 16 / 11;
  overflow: hidden;
  background: #06112a;
}
.corp-card__media::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(3,9,22,0) 55%, rgba(3,9,22,0.45) 100%);
}
.corp-card__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.01);
  transition: transform .5s ease;
}
.corp-card:hover .corp-card__video { transform: scale(1.06); }
.corp-card__body { padding: 1.4rem 1.4rem 1.6rem; }
.corp-card__icon {
  width: 44px; height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #8cc0ff;
  background: rgba(70, 130, 230, 0.16);
  border: 1px solid rgba(140, 190, 255, 0.3);
  margin-bottom: .9rem;
}
.corp-card__icon svg { width: 22px; height: 22px; }
.corp-card__body h3 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  font-size: 1.32rem;
  color: #f4f8ff;
  margin: 0 0 .45rem;
}
.corp-card__body p {
  font-size: .92rem;
  color: rgba(206, 224, 255, 0.82);
  line-height: 1.6;
  margin: 0;
}

/* ── Consultation strip ── */
.corp-strip {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  flex-wrap: wrap;
  background: linear-gradient(135deg, rgba(29, 92, 181, 0.24), rgba(59, 130, 246, 0.12));
  border: 1px solid rgba(140, 190, 255, 0.3);
  border-radius: 22px;
  padding: clamp(1.4rem, 3vw, 2rem) clamp(1.5rem, 3vw, 2.4rem);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.corp-strip__icon {
  flex: 0 0 auto;
  width: 50px; height: 50px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #8cc0ff;
  background: rgba(70, 130, 230, 0.18);
  border: 1px solid rgba(140, 190, 255, 0.32);
}
.corp-strip__icon svg { width: 26px; height: 26px; }
.corp-strip__text {
  flex: 1 1 320px;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.2rem, 2.4vw, 1.6rem);
  line-height: 1.4;
  color: #f4f8ff;
  margin: 0;
}
.corp-strip__btn { flex: 0 0 auto; gap: .5rem; }
.corp-strip__btn span { transition: transform .25s ease; }
.corp-strip__btn:hover span { transform: translateX(4px); }

/* ── Technical foundation frames ── */
.corp-tech__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
}
.corp-tech__frame {
  position: relative;
  margin: 0;
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(160deg, rgba(255,255,255,.08) 0%, rgba(255,255,255,.03) 100%);
  border: 1px solid rgba(140, 190, 255, 0.28);
  box-shadow: 0 14px 38px rgba(2, 9, 22, 0.32), inset 0 1px 0 rgba(255,255,255,0.07);
  transition: transform .4s ease, box-shadow .4s ease, border-color .4s ease;
}
.corp-tech__frame::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(120, 180, 255, 0.18);
}
.corp-tech__frame:hover {
  transform: translateY(-6px);
  border-color: rgba(120, 180, 255, 0.6);
  box-shadow: 0 22px 54px rgba(15, 60, 150, 0.42), 0 0 0 1px rgba(120, 180, 255, 0.3);
}
.corp-tech__frame img {
  display: block;
  width: 100%;
  height: auto;
}

/* ── Reveal animation ── */
.corp-showcase [data-reveal],
.corp-tech [data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .6s ease, transform .6s ease;
}
.corp-showcase [data-reveal].is-visible,
.corp-tech [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .corp-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 880px) {
  .corp-tech__grid { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
}
@media (max-width: 600px) {
  .corp-grid { grid-template-columns: 1fr; max-width: 420px; margin-left: auto; margin-right: auto; }
  .corp-strip { flex-direction: column; align-items: flex-start; text-align: left; }
  .corp-strip__btn { width: 100%; justify-content: center; }
}

/* Respect reduced motion — keep posters static, no float */
@media (prefers-reduced-motion: reduce) {
  .corp-showcase__orb { animation: none; }
  .corp-card__video { transform: none !important; }
}
