/* ========================================================= ANTERAH PREMIUM GRADIENT + UI FIXES File: /public_html/assets/css/anterah-gradient-fix.css Link AFTER anterah.css in index.html. ========================================================= */ :root { --anterah-dark: #241F21; --anterah-dark-card: #272525; --anterah-cream: #F0F0E8; --anterah-blue: #23a6d5; --anterah-green: #23d5ab; --anterah-pink: #e73c7e; --anterah-orange: #ee7752; --anterah-navy: #07172f; } /* ========================================================= BASE ========================================================= */ html, body { min-height: 100%; } body { background: linear-gradient(268.31deg, rgba(238,119,82,0.14), rgba(231,60,126,0.14), rgba(35,166,213,0.14), rgba(35,213,171,0.14) ) !important; background-size: 400% 400% !important; animation: anterahGradientMove 10s ease infinite !important; } @keyframes anterahGradientMove { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } /* ========================================================= STATIC OPē-STYLE BACKGROUND WASHES ========================================================= */ .ope-fixed-wash { position: relative; overflow: hidden; isolation: isolate; animation: none !important; background: radial-gradient(circle at 34% 28%, rgba(105,190,225,0.34) 0%, rgba(105,190,225,0.18) 24%, transparent 52%), radial-gradient(circle at 73% 45%, rgba(218,166,92,0.28) 0%, rgba(218,166,92,0.14) 25%, transparent 55%), #f0f0e8 !important; } .ope-fixed-wash::before, .ope-fixed-wash::after { display: none !important; } .hero-grey-wash { position: relative; overflow: hidden; isolation: isolate; animation: none !important; background: radial-gradient(circle at 22% 18%, rgba(116,203,230,0.26) 0%, rgba(116,203,230,0.12) 28%, transparent 58%), linear-gradient(135deg, #eaf1f7 0%, #dfe8f2 52%, #edf3f7 100%) !important; } .hero-grey-wash::before, .hero-grey-wash::after { display: none !important; } /* ========================================================= DARK SECTIONS ========================================================= */ .dark-section, .contact-section, .gradient-dark { position: relative; overflow: hidden; isolation: isolate; background: linear-gradient(135deg, rgba(16,22,33,0.96), rgba(16,27,45,0.94) 58%, rgba(66,27,45,0.94) ) !important; } .dark-section::before, .contact-section::before, .gradient-dark::before { content: ""; position: absolute; inset: -35%; z-index: -2; background: radial-gradient(circle at 20% 20%, rgba(35,166,213,0.20), transparent 30%), radial-gradient(circle at 75% 75%, rgba(231,60,126,0.24), transparent 34%), linear-gradient(268.31deg, rgba(238,119,82,0.18), rgba(231,60,126,0.20), rgba(35,166,213,0.18), rgba(35,213,171,0.14) ); background-size: 400% 400%; animation: anterahGradientMove 10s ease infinite; } /* ========================================================= NAVIGATION + CONTACT BUTTON ========================================================= */ .anterah-nav .nav-link { position: relative; padding-bottom: 10px !important; } .anterah-nav .nav-link::after { content: ""; position: absolute; left: 50%; bottom: 2px; width: 70%; height: 2px; border-radius: 999px; background: linear-gradient(90deg, #23a6d5, #23d5ab, #ee7752, #e73c7e); transform: translateX(-50%) scaleX(0); transform-origin: center; transition: transform 0.35s ease; } .anterah-nav .nav-link:hover::after, .anterah-nav .nav-link:focus::after { transform: translateX(-50%) scaleX(1); } .anterah-nav .btn-cream, .contact-card .btn-cream { position: relative; overflow: hidden; border-radius: 999px !important; padding: 14px 30px !important; background: linear-gradient(145deg, rgba(255,255,255,0.72), rgba(255,255,255,0.38) ) !important; border: 1px solid rgba(255,255,255,0.75) !important; box-shadow: 0 18px 42px rgba(13,27,53,0.14), inset 0 1px 0 rgba(255,255,255,0.85) !important; backdrop-filter: blur(18px) saturate(145%); -webkit-backdrop-filter: blur(18px) saturate(145%); color: #07172f !important; font-weight: 800 !important; transition: transform .35s ease, box-shadow .35s ease; } .anterah-nav .btn-cream::after, .contact-card .btn-cream::after { content: ""; position: absolute; left: 20%; right: 20%; bottom: 8px; height: 2px; border-radius: 999px; background: linear-gradient(90deg, #23a6d5, #23d5ab, #ee7752, #e73c7e); transform: scaleX(0); transform-origin: center; transition: transform .35s ease; } .anterah-nav .btn-cream:hover, .contact-card .btn-cream:hover { transform: translateY(-2px); box-shadow: 0 24px 55px rgba(13,27,53,0.20), inset 0 1px 0 rgba(255,255,255,0.95) !important; } .anterah-nav .btn-cream:hover::after, .contact-card .btn-cream:hover::after { transform: scaleX(1); } /* ========================================================= HERO VISUAL ========================================================= */ .hero-visual-wrap { min-height: 430px; display: flex; align-items: center; justify-content: center; } .hero-visual-float { width: min(520px, 100%); max-height: 460px; object-fit: contain; animation: none !important; transform: rotate(var(--heroRotate, 0deg)) scale(1.08) !important; transition: transform 0.08s linear !important; filter: drop-shadow(0 28px 55px rgba(0,0,0,.35)); } .orbit-ring, .ring-two { display: none !important; } /* ========================================================= ABOUT VALUE STRIP - SMOKY GLASSMORPHISM ========================================================= */ .value-strip { position: relative; overflow: hidden; border-radius: 32px; background: linear-gradient(145deg, rgba(255,255,255,0.38), rgba(255,255,255,0.18) ) !important; border: 1px solid rgba(255,255,255,0.35) !important; backdrop-filter: blur(24px) saturate(160%); -webkit-backdrop-filter: blur(24px) saturate(160%); box-shadow: 0 25px 60px rgba(13,27,53,0.10), 0 8px 24px rgba(13,27,53,0.06), inset 0 1px 0 rgba(255,255,255,0.55) !important; } .value-strip::before { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(255,255,255,0.22), transparent 40%); pointer-events: none; } .value-strip::after { content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1px; background: linear-gradient(90deg, rgba(35,166,213,.35), rgba(35,213,171,.25), rgba(238,119,82,.25), rgba(231,60,126,.35) ); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; } .value-strip > div { position: relative; z-index: 2; transition: transform .35s ease, background .35s ease; } .value-strip > div:hover { transform: translateY(-4px); background: linear-gradient(135deg, rgba(35,166,213,.05), rgba(231,60,126,.05) ); } .value-strip > div:not(:last-child) { position: relative; } .value-strip > div:not(:last-child)::after { content: ""; position: absolute; top: 20%; bottom: 20%; right: 0; width: 1px; background: linear-gradient( to bottom, transparent, rgba(255,255,255,0.55), transparent ); } /* ========================================================= WHAT WE DO - HEADING ========================================================= */ #solution-detail .narrow { max-width: 920px !important; margin: 0 auto 44px auto !important; text-align: center !important; display: flex !important; flex-direction: column !important; align-items: center !important; } #solution-detail .eyebrow { margin-bottom: 22px; } #solution-detail h2 { max-width: 880px !important; margin: 0 auto 22px auto !important; text-align: center !important; font-size: clamp(3rem, 5.8vw, 5.2rem) !important; line-height: 1.05 !important; font-weight: 300 !important; } #solution-detail .narrow p { max-width: 760px !important; margin-left: auto !important; margin-right: auto !important; text-align: center !important; line-height: 1.8; } /* ========================================================= WHAT WE DO - PREMIUM GLASS CARDS ========================================================= */ #solution-detail .detail-card { position: relative; overflow: hidden; height: 100%; padding: 46px 42px; border-radius: 34px; background: linear-gradient(145deg, rgba(255,255,255,0.62), rgba(255,255,255,0.34) ) !important; border: 1px solid rgba(255,255,255,0.65) !important; box-shadow: 0 35px 90px rgba(13,27,53,0.20), 0 18px 38px rgba(13,27,53,0.10), inset 0 1px 0 rgba(255,255,255,0.85), inset 0 -1px 0 rgba(255,255,255,0.25) !important; backdrop-filter: blur(22px) saturate(145%); -webkit-backdrop-filter: blur(22px) saturate(145%); transition: transform 0.45s ease, box-shadow 0.45s ease, border-color 0.45s ease; } #solution-detail .detail-card::before { content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit; background: radial-gradient(circle at 18% 12%, rgba(35,166,213,0.18), transparent 34%), radial-gradient(circle at 88% 18%, rgba(231,60,126,0.12), transparent 32%), linear-gradient(135deg, rgba(255,255,255,0.32), transparent 42%); opacity: 0.75; } #solution-detail .detail-card::after { content: ""; position: absolute; left: 26px; right: 26px; top: 0; height: 3px; border-radius: 999px; background: linear-gradient(90deg, #23a6d5, #23d5ab, #ee7752, #e73c7e); transform: scaleX(0); transform-origin: left; transition: transform 0.45s ease; } #solution-detail .detail-card:hover { transform: translateY(-14px); border-color: rgba(255,255,255,0.9) !important; box-shadow: 0 48px 120px rgba(13,27,53,0.28), 0 22px 55px rgba(35,166,213,0.12), inset 0 1px 0 rgba(255,255,255,0.95) !important; } #solution-detail .detail-card:hover::after { transform: scaleX(1); } #solution-detail .detail-card > * { position: relative; z-index: 2; } #solution-detail .detail-card h3 { font-size: clamp(28px, 2vw, 38px); line-height: 1.08; letter-spacing: -0.03em; color: #07172f; } #solution-detail .detail-card h4 { font-size: 19px; line-height: 1.35; font-weight: 800; color: #0d1b35; } #solution-detail .detail-card p { color: #24334f; line-height: 1.65; } #solution-detail .detail-card strong { display: block; margin-top: 22px; margin-bottom: 10px; color: #0d1b35; } #solution-detail .detail-card ul { padding-left: 20px; margin-bottom: 0; } #solution-detail .detail-card li { margin-bottom: 10px; line-height: 1.55; color: #24334f; } /* ========================================================= ROUND-U SHOWCASE LIST ========================================================= */ #roundu .clean-list { list-style: none !important; padding-left: 0 !important; margin-top: 34px !important; } #roundu .clean-list li { position: relative !important; overflow: hidden !important; padding: 20px 0 !important; border-top: 1px solid rgba(255,255,255,0.16) !important; border-bottom: none !important; } #roundu .clean-list li:last-child { border-bottom: 1px solid rgba(255,255,255,0.16) !important; } #roundu .clean-list li::before, #roundu .clean-list li::after { content: "" !important; position: absolute !important; left: 0 !important; right: 0 !important; height: 2px !important; background: linear-gradient(90deg, #23a6d5, #23d5ab, #ee7752, #e73c7e) !important; transform: scaleX(0) !important; transform-origin: left !important; transition: transform 0.45s ease !important; } #roundu .clean-list li::before { top: 0 !important; } #roundu .clean-list li::after { bottom: 0 !important; } #roundu .clean-list li:hover::before, #roundu .clean-list li:hover::after { transform: scaleX(1) !important; } /* ========================================================= ROUND-U PREMIUM LOGO STAGE - NO GLOW / NO TILT ========================================================= */ .roundu-showcase .col-lg-6.text-center { position: relative; display: flex; justify-content: center; align-items: center; } .roundu-logo-stage { position: relative; width: min(560px, 92%); padding: 42px; border-radius: 36px; background: linear-gradient(145deg, rgba(255,255,255,0.10), rgba(255,255,255,0.03) ); border: 1px solid rgba(255,255,255,0.18); box-shadow: 0 34px 80px rgba(0,0,0,0.24), inset 0 1px 0 rgba(255,255,255,0.18); overflow: hidden; } .roundu-logo-stage::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient( 135deg, rgba(255,255,255,0.055) 0px, rgba(255,255,255,0.055) 1px, transparent 1px, transparent 12px ); opacity: 0.22; } .roundu-logo-stage::after { content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 2px; background: linear-gradient(120deg, #23a6d5, #23d5ab, #ee7752, #e73c7e, #23a6d5); background-size: 300% 300%; animation: logoBorderMove 7s linear infinite; -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; } .roundu-section-logo { position: relative !important; z-index: 2 !important; width: 100% !important; max-height: 500px !important; object-fit: contain !important; animation: logoBreath 6s ease-in-out infinite !important; transform: none !important; filter: drop-shadow(0 28px 38px rgba(0,0,0,0.28)) !important; } .roundu-section-logo:hover { transform: scale(1.025) !important; } @keyframes logoBreath { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.025); } } @keyframes logoBorderMove { 0% { background-position: 0% 50%; } 100% { background-position: 300% 50%; } } /* ========================================================= HOW WE WORK ========================================================= */ .work-section .narrow { max-width: 920px !important; margin: 0 auto 44px auto !important; text-align: center !important; display: flex !important; flex-direction: column !important; align-items: center !important; } .work-section .eyebrow { margin-bottom: 22px; } .work-section h2 { max-width: 880px !important; margin: 0 auto 22px auto !important; text-align: center !important; font-size: clamp(3rem, 5.8vw, 5.2rem) !important; line-height: 1.05 !important; font-weight: 300 !important; } .work-section .work-intro { max-width: 760px !important; margin: 0 auto !important; text-align: center !important; line-height: 1.75 !important; } /* ========================================================= PREMIUM ACCORDION OPEN EFFECT ========================================================= */ .work-accordion .accordion-item { position: relative; overflow: hidden; border: 1px solid rgba(13,27,53,0.08); } .work-accordion .accordion-item::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 2px; z-index: 5; background: linear-gradient(90deg, #23a6d5, #23d5ab, #ee7752, #e73c7e); transform: scaleX(0); transform-origin: left; transition: transform .45s ease; } .work-accordion .accordion-item:hover::before, .work-accordion .accordion-item:has(.accordion-collapse.show)::before { transform: scaleX(1); } .work-accordion .accordion-button { display: grid !important; grid-template-columns: 70px 180px 1fr 42px !important; column-gap: 24px !important; align-items: center !important; padding: 28px 26px !important; background: #f8fafc !important; } .work-accordion .accordion-item:has(.accordion-collapse.show) .accordion-button { background: linear-gradient( 90deg, rgba(35,166,213,.08), rgba(35,213,171,.05), rgba(238,119,82,.05), rgba(231,60,126,.08) ) !important; } .work-accordion .accordion-button span { font-family: monospace !important; color: #526b89 !important; } .work-accordion .accordion-item:has(.accordion-collapse.show) .accordion-button span { color: #23a6d5 !important; } .work-accordion .accordion-button strong { font-weight: 800 !important; color: #0d1b35 !important; } .work-accordion .accordion-button em { font-style: italic !important; color: #4f6178 !important; } .work-accordion .accordion-collapse { transition: height .45s ease; } .work-accordion .accordion-body { animation: accordionReveal .42s ease both; } @keyframes accordionReveal { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } } .work-accordion .accordion-button:not(.collapsed) { box-shadow: none !important; } .work-accordion .accordion-button::after { transition: transform .35s ease; } /* ========================================================= CONTACT FORM FIELD FOCUS ========================================================= */ .contact-card .form-control { border: 2px solid transparent !important; background: linear-gradient(#f3f0f0, #f3f0f0) padding-box, linear-gradient(90deg, transparent, transparent) border-box !important; box-shadow: none !important; transition: border-color .25s ease, box-shadow .25s ease, background .25s ease; } .contact-card .form-control:focus { outline: none !important; border: 2px solid transparent !important; background: linear-gradient(#f3f0f0, #f3f0f0) padding-box, linear-gradient(90deg, #23a6d5, #23d5ab, #ee7752, #e73c7e) border-box !important; box-shadow: 0 0 0 4px rgba(255,255,255,0.10), 0 0 24px rgba(35,166,213,0.22) !important; } /* ========================================================= RESPONSIVE ========================================================= */ @media (max-width: 991px) { #solution-detail .detail-card { padding: 34px 28px; border-radius: 26px; } .work-accordion .accordion-button { grid-template-columns: 48px 1fr 34px !important; row-gap: 8px; } .work-accordion .accordion-button em { grid-column: 2 / 3; } .roundu-logo-stage { padding: 28px; border-radius: 28px; } .value-strip > div:not(:last-child)::after { display: none; } }

.about-depth {
  max-width: 850px;
  margin: 22px auto 0 auto;
  font-size: 1.05rem;
  line-height: 1.8;
  color: #24334f;
}
/* ABOUT section spacing fix */
#about h2 {
  margin-bottom: 38px !important;
}

#about .narrow > p:not(.eyebrow) {
  margin-top: 0 !important;
  margin-bottom: 28px !important;
}

#about .about-depth {
  margin-top: 28px !important;
  margin-bottom: 46px !important;
}

/* =========================================================
   ROUND-U SHOWCASE COPY UPGRADE
========================================================= */

.roundu-power-line {
  margin: 24px 0 26px 0;
  padding-left: 18px;
  border-left: 3px solid transparent;
  border-image: linear-gradient(180deg, #23a6d5, #23d5ab, #ee7752, #e73c7e) 1;
  font-size: 1.05rem;
  line-height: 1.75;
  color: rgba(255,255,255,0.92);
  font-weight: 600;
}

#roundu .clean-list li {
  font-weight: 650;
  letter-spacing: -0.01em;
}

/* =========================================================
   ANTERAH HERO INTELLIGENCE ENGINE
========================================================= */

.anterah-engine {
  position: relative;
  width: min(520px, 100%);
  aspect-ratio: 1 / 1;
  margin: 0 auto;
}

.engine-core {
  position: absolute;
  width: 150px;
  height: 150px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow:
    0 28px 70px rgba(0,0,0,0.30),
    inset 0 1px 0 rgba(255,255,255,0.18);
  backdrop-filter: blur(18px);
  z-index: 4;
}

.engine-core img {
  width: 86px;
  height: auto;
  filter: drop-shadow(0 18px 28px rgba(0,0,0,0.35));
}

.engine-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.engine-lines line {
  stroke: url(#engineGradient);
  stroke-width: 1.4;
  stroke-dasharray: 8 12;
  opacity: 0.42;
  animation: dashMove 8s linear infinite;
}

.engine-lines::before {
  content: "";
}

.engine-ring {
  position: absolute;
  inset: 12%;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.10);
  animation: engineRotate 28s linear infinite;
}

.engine-ring.ring-two {
  inset: 24%;
  animation-duration: 18s;
  animation-direction: reverse;
}

.engine-node {
  position: absolute;
  z-index: 3;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f7f7f2;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.20);
  box-shadow:
    0 18px 38px rgba(0,0,0,0.22),
    inset 0 1px 0 rgba(255,255,255,0.18);
  backdrop-filter: blur(16px);
  transition: transform .35s ease, background .35s ease, border-color .35s ease;
}

.engine-node:hover {
  transform: scale(1.08);
  background: rgba(255,255,255,0.14);
  border-color: rgba(255,255,255,0.38);
}

.node-top {
  top: 4%;
  left: 50%;
  transform: translateX(-50%);
}

.node-right-top {
  top: 24%;
  right: 2%;
}

.node-right-bottom {
  bottom: 24%;
  right: 2%;
}

.node-bottom {
  bottom: 4%;
  left: 50%;
  transform: translateX(-50%);
}

.node-left-bottom {
  bottom: 24%;
  left: 2%;
}

.node-left-top {
  top: 24%;
  left: 2%;
}

@keyframes engineRotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes dashMove {
  from { stroke-dashoffset: 0; }
  to { stroke-dashoffset: -120; }
}

@media (max-width: 991px) {
  .anterah-engine {
    width: min(420px, 100%);
  }

  .engine-core {
    width: 120px;
    height: 120px;
  }

  .engine-core img {
    width: 70px;
  }

  .engine-node {
    font-size: 10px;
    padding: 8px 12px;
  }
}

.anterah-engine-image{
    width:100%;
    max-width:900px;
    height:auto;

    filter:
        drop-shadow(0 35px 70px rgba(0,0,0,.35));

    animation:
        engineFloat 8s ease-in-out infinite;
}

@keyframes engineFloat{
    0%{
        transform:translateY(0px);
    }

    50%{
        transform:translateY(-10px);
    }

    100%{
        transform:translateY(0px);
    }
}

/* =========================================================
   HERO IMAGE FIX - ANTERAH INTELLIGENCE ENGINE
========================================================= */

.hero-engine-wrap {
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.anterah-engine-image {
  width: min(820px, 115%);
  max-width: none;
  height: auto;
  object-fit: contain;
  display: block;

  filter: drop-shadow(0 38px 80px rgba(0,0,0,.38));

  animation: engineFloat 8s ease-in-out infinite;
}

@keyframes engineFloat {
  0%, 100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-10px) scale(1.015);
  }
}

@media (max-width: 991px) {
  .hero-engine-wrap {
    min-height: 360px;
  }

  .anterah-engine-image {
    width: min(520px, 100%);
  }
}

/* =========================================================
   FULL HERO BANNER - TEXT OVER IMAGE
========================================================= */

.anterah-hero-full {
  position: relative;
  min-height: 760px;
  padding: 150px 0 90px 0 !important;
  overflow: hidden;
  isolation: isolate;
  background: #020b1d;
}

.anterah-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -3;
  background-image: url("/assets/img/brand/anterah-intelligence-engine.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* dark overlay so text reads clearly */
.anterah-hero-full::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(
      90deg,
      rgba(2, 9, 24, 0.96) 0%,
      rgba(2, 9, 24, 0.88) 28%,
      rgba(2, 9, 24, 0.42) 58%,
      rgba(2, 9, 24, 0.10) 100%
    );
}

/* keep your HTML text visible */
.anterah-hero-full .container {
  display: block !important;
  position: relative;
  z-index: 2;
}

.hero-copy {
  max-width: 640px;
  color: #fff;
}

.hero-copy h1 {
  font-size: clamp(4rem, 6.4vw, 7rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
  color: #fff;
}

.hero-copy .hero-lead {
  max-width: 620px;
  margin-top: 24px;
  font-size: 1.28rem;
  line-height: 1.5;
  color: rgba(255,255,255,0.86);
}

.anterah-hero-full .hero-tags {
  margin-top: 54px;
}

/* mobile */
@media (max-width: 991px) {
  .anterah-hero-full {
    min-height: 720px;
    padding: 120px 0 70px 0 !important;
  }

  .anterah-hero-bg {
    background-position: 62% center;
  }

  .hero-copy h1 {
    font-size: clamp(3.2rem, 13vw, 5rem);
  }

  .hero-copy .hero-lead {
    font-size: 1.05rem;
  }
}


/* =========================================================
   FINAL ANTERAH HERO - RESPONSIVE FULL HERO LOOK
========================================================= */

.anterah-hero-example {
  position: relative !important;
  overflow: hidden !important;
  min-height: clamp(680px, 45vw, 820px) !important;
  padding: clamp(90px, 7vw, 115px) 0 clamp(45px, 5vw, 70px) 0 !important;
  background-color: #020b1d !important;


background-image:
linear-gradient(
  90deg,
      rgba(0,3,23,1) 0%,
      rgba(0,3,23,.98) 9%,
      rgba(0,3,23,.72) 17%,
      rgba(0,3,23,.35) 24%,
      rgba(0,3,23,.10) 31%,
      rgba(0,3,23,0) 41%
),
url("/assets/img/brand/anterah-intelligence-engine.png");

  background-repeat: no-repeat !important;
  background-size: min(78vw, 1450px) auto !important;
  background-position: right 42% center !important;
}

.anterah-hero-example .container {
  max-width: 1760px !important;
  padding-left: clamp(24px, 5vw, 80px) !important;
  padding-right: clamp(24px, 5vw, 80px) !important;
}

.anterah-hero-example .hero-copy {
  max-width: 520px !important;
  margin-left: 0 !important;
  color: #fff !important;
  position: relative !important;
  z-index: 5 !important;
}

.anterah-hero-example .hero-copy h1 {
  font-size: clamp(3.8rem, 5vw, 6.4rem) !important;
  line-height: 0.96 !important;
  letter-spacing: -0.055em !important;
  color: #fff !important;
  margin: 0 !important;
}

.anterah-hero-example .hero-lead {
  max-width: 520px !important;
  margin-top: 26px !important;
  font-size: clamp(1rem, 1.05vw, 1.18rem) !important;
  line-height: 1.5 !important;
  color: rgba(255,255,255,0.88) !important;
}

.anterah-hero-example .hero-tags {
  margin-top: 42px !important;
}

/* tablet */
@media (max-width: 1200px) {
  .anterah-hero-example {
    background-size: 92vw auto !important;
    background-position: right 35% center !important;
  }
}

/* mobile */
@media (max-width: 991px) {
  .anterah-hero-example {
    min-height: auto !important;
    padding: 105px 0 390px 0 !important;

    background-image:
      linear-gradient(
        180deg,
        rgba(2,9,24,1) 0%,
        rgba(2,9,24,.96) 34%,
        rgba(2,9,24,.40) 62%,
        rgba(2,9,24,0) 100%
      ),
      url("/assets/img/brand/anterah-intelligence-engine.png");

    background-size: 120% auto !important;
    background-position: center bottom !important;
  }

  .anterah-hero-example .hero-copy {
    max-width: 100% !important;
  }

  .anterah-hero-example .hero-copy h1 {
    font-size: clamp(3.1rem, 13vw, 5rem) !important;
  }

  .anterah-hero-example .hero-tags {
    margin-top: 32px !important;
  }
}
.anterah-hero-example {

    background-color: #000317 !important;

    background-size: min(78vw, 1450px) auto !important;

    background-position: right -40px center !important;
}

/* =========================================================
   ANTERAH MOBILE BOTTOM MENU
========================================================= */

.anterah-mobile-menu {
  display: none;
}

@media (max-width: 991px) {

  /* Hide the normal hamburger menu */
  .navbar-toggler {
    display: none !important;
  }

  .anterah-nav .collapse {
    display: none !important;
  }

  /* Bottom glass mobile menu */
  .anterah-mobile-menu {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 78px;
    z-index: 9999;

    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;

    background: rgba(12, 18, 26, 0.58);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    border-top: 1px solid rgba(255,255,255,0.22);
    box-shadow: 0 -18px 45px rgba(0,0,0,0.28);
  }

  .anterah-mobile-menu a {
    height: 78px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-decoration: none;
    color: rgba(255,255,255,0.88);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.03em;
    text-transform: uppercase;
  }

  .anterah-mobile-menu a span {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 6px;
    color: rgba(255,255,255,0.92);
  }

  .anterah-mobile-menu a:hover,
  .anterah-mobile-menu a:focus {
    color: #ffffff;
    background: rgba(255,255,255,0.08);
  }

  body {
    padding-bottom: 78px;
  }
}

/* =========================================================
   MOBILE HERO FIX - ANTERAH
   Paste at very bottom of anterah-gradient-fix.css
========================================================= */

@media (max-width: 767px) {

  /* Top logo centred */
  .anterah-nav .container {
    justify-content: center !important;
  }

  .anterah-nav .navbar-brand {
    margin: 0 auto !important;
  }

  .anterah-nav .navbar-brand img {
    width: 74px !important;
    height: auto !important;
  }

  .anterah-nav .navbar-toggler,
  .anterah-nav .collapse,
  .anterah-nav .btn-cream {
    display: none !important;
  }

  /* Hero mobile */
  .anterah-hero-example {
    min-height: auto !important;
    padding: 92px 22px 150px 22px !important;
    background-color: #000317 !important;

    background-image:
      linear-gradient(
        180deg,
        rgba(0,3,23,1) 0%,
        rgba(0,3,23,.98) 26%,
        rgba(0,3,23,.82) 44%,
        rgba(0,3,23,.32) 66%,
        rgba(0,3,23,0) 82%
      ),
      url("/assets/img/brand/anterah-intelligence-engine.png") !important;

    background-size: 118% auto !important;
    background-position: center 62% !important;
    background-repeat: no-repeat !important;
  }

  .anterah-hero-example .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .anterah-hero-example .hero-copy {
    max-width: 100% !important;
    margin: 0 auto !important;
    text-align: left !important;
  }

  .anterah-hero-example .eyebrow {
    font-size: 11px !important;
    letter-spacing: 0.22em !important;
    margin-bottom: 24px !important;
  }

  .anterah-hero-example .hero-copy h1 {
    font-size: clamp(3.2rem, 15vw, 4.6rem) !important;
    line-height: 0.96 !important;
    letter-spacing: -0.055em !important;
    max-width: 420px !important;
  }

  .anterah-hero-example .hero-lead {
    max-width: 390px !important;
    margin-top: 24px !important;
    font-size: 1.02rem !important;
    line-height: 1.55 !important;
  }

  .anterah-hero-example .d-flex {
    gap: 12px !important;
    margin-top: 26px !important;
  }

  .anterah-hero-example .btn {
    padding: 13px 20px !important;
    font-size: 13px !important;
    border-radius: 999px !important;
  }

  .anterah-hero-example .hero-tags {
    margin-top: 30px !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    max-width: 360px !important;
  }

  .anterah-hero-example .hero-tags span {
    font-size: 10px !important;
    padding: 9px 14px !important;
  }
}

/* =========================================================
   FINAL MOBILE HERO CLEAN OVERRIDE
========================================================= */

@media (max-width: 549px) {

  .anterah-nav {
    height: 112px !important;
    background: rgba(207, 212, 220, 0.48) !important;
    backdrop-filter: blur(18px) saturate(150%) !important;
    -webkit-backdrop-filter: blur(18px) saturate(150%) !important;
  }

  .anterah-nav .container {
    justify-content: center !important;
  }

  .anterah-nav .navbar-brand {
    margin: 0 auto !important;
  }

  .anterah-nav .navbar-brand img {
    width: 88px !important;
    height: auto !important;
    max-height: 88px !important;
    object-fit: contain !important;
  }

  .anterah-nav .navbar-toggler,
  .anterah-nav .collapse,
  .anterah-nav .btn-cream {
    display: none !important;
  }

  .anterah-hero-example {
    margin-top: 112px !important;
    padding: 46px 0 32px 0 !important;
    min-height: auto !important;
    background-color: #000317 !important;

    background-image:
      linear-gradient(
        180deg,
        rgba(0,3,23,1) 0%,
        rgba(0,3,23,.98) 26%,
        rgba(0,3,23,.72) 46%,
        rgba(0,3,23,.26) 68%,
        rgba(0,3,23,.96) 100%
      ),
      url("/assets/img/brand/anterah-intelligence-engine.png") !important;

    background-size: 145% auto !important;
    background-position: center 52% !important;
    background-repeat: no-repeat !important;
  }

  .anterah-hero-example .container {
    padding-left: 26px !important;
    padding-right: 26px !important;
  }

  .anterah-hero-example .hero-copy {
    text-align: center !important;
    max-width: 100% !important;
  }

  .anterah-hero-example .eyebrow {
    display: block !important;
    text-align: left !important;
    font-size: 12px !important;
    letter-spacing: 0.22em !important;
    margin-bottom: 24px !important;
  }

  .anterah-hero-example .hero-copy h1 {
    font-size: clamp(3rem, 12.5vw, 4.3rem) !important;
    line-height: 1.05 !important;
    letter-spacing: -0.055em !important;
    text-align: center !important;
    margin: 0 auto 28px auto !important;
  }

  .anterah-hero-example .hero-lead {
    max-width: 92% !important;
    margin: 0 auto 24px auto !important;
    text-align: center !important;
    font-size: 1rem !important;
    line-height: 1.52 !important;
  }

  .anterah-hero-example .d-flex {
    justify-content: center !important;
    flex-wrap: nowrap !important;
    gap: 12px !important;
  }

  .anterah-hero-example .btn {
    padding: 13px 18px !important;
    font-size: 0.86rem !important;
    white-space: nowrap !important;
  }

  .anterah-hero-example .hero-tags {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 6px !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 32px auto 0 auto !important;
  }

  .anterah-hero-example .hero-tags span {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 8px 2px !important;
    font-size: 0.51rem !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
    border-radius: 999px !important;
  }

  body {
    padding-bottom: 86px !important;
  }
}



/* =========================================================
   ROUND-U MOBILE FINAL - LOGO POSITION FIX
   Delete all previous #roundu mobile blocks and use only this
========================================================= */

@media (max-width: 767px) {

  #roundu {
    position: relative !important;
    margin-top: 0 !important;
    padding: 240px 18px 62px 18px !important;
    text-align: center !important;
    overflow: hidden !important;
  }

  #roundu .container {
    padding: 0 !important;
    max-width: 100% !important;
  }

  #roundu .row {
    display: block !important;
    margin: 0 !important;
  }

  /* Take logo OUT of the layout and place it manually */
  #roundu .col-lg-6.text-center {
    position: absolute !important;
    top: 28px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 220px !important;
    height: 220px !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 5 !important;
  }

  #roundu .roundu-logo-stage {
    width: 220px !important;
    max-width: 220px !important;
    height: 220px !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  #roundu .roundu-logo-stage::before,
  #roundu .roundu-logo-stage::after {
    display: none !important;
  }

  #roundu .roundu-section-logo {
    width: 220px !important;
    max-width: 220px !important;
    height: 220px !important;
    max-height: 220px !important;
    object-fit: contain !important;
    margin: 0 auto !important;
    display: block !important;
    animation: none !important;
    transform: none !important;
    filter: none !important;
  }

  #roundu .eyebrow {
    margin: 40px 0 18px 0 !important;
    text-align: center !important;
    font-size: 12px !important;
    letter-spacing: 0.22em !important;
  }

  #roundu h2 {
    max-width: 440px !important;
    margin: 0 auto 22px auto !important;
    text-align: center !important;
    font-size: clamp(2.05rem, 8vw, 2.65rem) !important;
    line-height: 1.14 !important;
  }

  #roundu p {
    max-width: 430px !important;
    margin: 0 auto 16px auto !important;
    text-align: center !important;
    font-size: 1rem !important;
    line-height: 1.62 !important;
  }

  #roundu .roundu-power-line {
    margin: 22px auto 24px auto !important;
    padding: 16px 0 0 0 !important;
    text-align: center !important;
    border-left: none !important;
    border-top: 3px solid transparent !important;
    border-image: linear-gradient(90deg, #23a6d5, #23d5ab, #ee7752, #e73c7e) 1 !important;
  }
}
@media (max-width: 767px) {
  #roundu .clean-list li,
  #roundu .clean-list li strong,
  #roundu .clean-list li b {
    text-align: left !important;
    font-weight: 400 !important;
  }
}

/* =========================================================
   DESKTOP NAV - SMOKEY GLASS EFFECT
========================================================= */

.anterah-nav {
    position: fixed !important;
    top: 16px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;

    width: calc(100% - 40px) !important;
    max-width: 1500px !important;

    border-radius: 22px !important;

    background: rgba(255,255,255,0.14) !important;
    backdrop-filter: blur(22px) saturate(160%) !important;
    -webkit-backdrop-filter: blur(22px) saturate(160%) !important;

    border: 1px solid rgba(255,255,255,0.25) !important;

    box-shadow:
        0 20px 50px rgba(0,0,0,.18),
        inset 0 1px 0 rgba(255,255,255,.35) !important;

    z-index: 9999 !important;
}

/* Logo */
.anterah-nav .navbar-brand img {
    height: 54px !important;
    width: auto !important;
}

/* Menu links */
.anterah-nav .nav-link {
    color: #07172f !important;
    font-weight: 600 !important;
    letter-spacing: .01em !important;
}

/* Hover */
.anterah-nav .nav-link:hover {
    color: #23a6d5 !important;
}

/* Contact button */
.anterah-nav .btn-cream {
    background: rgba(255,255,255,.35) !important;

    backdrop-filter: blur(18px) !important;
    -webkit-backdrop-filter: blur(18px) !important;

    border: 1px solid rgba(255,255,255,.55) !important;

    box-shadow:
        0 12px 30px rgba(0,0,0,.12),
        inset 0 1px 0 rgba(255,255,255,.65) !important;
}

/* DESKTOP NAV READABILITY FIX */
@media (min-width: 992px) {
  .anterah-nav {
    background: rgba(235, 240, 248, 0.22) !important;
    backdrop-filter: blur(28px) saturate(170%) brightness(1.25) !important;
    -webkit-backdrop-filter: blur(28px) saturate(170%) brightness(1.25) !important;
  }

  .anterah-nav .nav-link {
    color: #ffffff !important;
    text-shadow: 0 1px 10px rgba(0,0,0,0.65) !important;
  }

  .anterah-nav .navbar-brand img {
    filter: brightness(0) invert(1) drop-shadow(0 2px 8px rgba(0,0,0,.45)) !important;
  }

  .anterah-nav .btn-cream {
    color: #07172f !important;
    text-shadow: none !important;
    background: rgba(255,255,255,0.58) !important;
  }
}

/* DESKTOP CONTACT BUTTON - SMALLER */
@media (min-width: 992px) {
  .anterah-nav .btn-cream {
    padding: 10px 24px !important;
    font-size: 0.9rem !important;
    line-height: 1.1 !important;
    min-height: 46px !important;
  }
}

@media (min-width: 992px) {
  .anterah-nav .btn-cream {
    font-weight: 500 !important;
  }
}

/* =========================================================
   COOKIE BAR - ANTERAH SMOKEY GLASS
========================================================= */

.cookie-bar,
.cookie-consent,
#cookie-bar,
#cookieConsent {
  position: fixed !important;
  left: 50% !important;
  bottom: 26px !important;
  transform: translateX(-50%) !important;
  z-index: 99999 !important;

  width: min(620px, calc(100% - 34px)) !important;
  padding: 16px 24px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;

  border-radius: 18px !important;
  background: rgba(235, 235, 235, 0.72) !important;
  backdrop-filter: blur(18px) saturate(150%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(150%) !important;

  border: 1px solid rgba(255,255,255,0.55) !important;
  box-shadow: 0 18px 45px rgba(0,0,0,0.22) !important;

  color: #111827 !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
}

/* Cookie buttons */
.cookie-bar button,
.cookie-consent button,
#cookie-bar button,
#cookieConsent button,
.cookie-bar a,
.cookie-consent a,
#cookie-bar a,
#cookieConsent a {
  border-radius: 10px !important;
  padding: 9px 18px !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}

/* More Info */
.cookie-bar .more-info,
.cookie-consent .more-info,
#cookie-bar .more-info,
#cookieConsent .more-info {
  background: rgba(255,255,255,0.55) !important;
  border: 1px solid rgba(130,170,220,0.65) !important;
  color: #7f9fc5 !important;
}

/* Accept */
.cookie-bar .accept,
.cookie-consent .accept,
#cookie-bar .accept,
#cookieConsent .accept {
  background: rgba(255,255,255,0.55) !important;
  border: 1px solid rgba(120,120,120,0.55) !important;
  color: #777 !important;
}

/* Mobile */
@media (max-width: 549px) {
  .cookie-bar,
  .cookie-consent,
  #cookie-bar,
  #cookieConsent {
    bottom: 92px !important;
    flex-direction: column !important;
    text-align: center !important;
    padding: 16px 18px !important;
  }
}
.cookie-actions {
  display: flex !important;
  gap: 14px !important;
  align-items: center !important;
}

#cookieConsent[style*="display: none"] {
  display: none !important;
}

/* =========================================================
   MOBILE BOTTOM MENU - PNG ICONS
========================================================= */

@media (max-width: 991px) {

  .anterah-mobile-menu a {
    gap: 3px !important;
  }
}
@media (max-width: 991px) {
  .anterah-mobile-menu a img {
    width: 24px !important;
    height: 24px !important;
    object-fit: contain !important;
    display: block !important;
    margin-bottom: 6px !important;
  }

  .anterah-mobile-menu a span {
    font-size: 10px !important;
    line-height: 1 !important;
    margin: 0 !important;
  }
}

/* Hero Tags - Remove Bold */
.hero-tags span {
    font-weight: 400 !important;
}

@media (max-width: 991px) {
    .hero-tags span {
        font-weight: 400 !important;
    }
}

/* =========================================================
   CONTACT FORM BUTTON - REMOVE BOLD
========================================================= */

.contact-card .btn-cream,
#contact .btn-cream,
#contact button.btn-cream {
  font-weight: 400 !important;
}

/* =========================================================
   PRIVACY PAGE LAYOUT FIX
========================================================= */

.privacy-page {
  min-height: 100vh !important;
  padding-top: 150px !important;
  padding-bottom: 80px !important;
}

.privacy-hero {
  padding: 70px 0 30px 0 !important;
  text-align: center !important;
}

.privacy-hero h1 {
  font-size: clamp(3rem, 7vw, 6.5rem) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.055em !important;
  color: #07172f !important;
  margin: 0 auto 24px auto !important;
}

.privacy-updated {
  color: #07172f !important;
  font-size: 1rem !important;
}

.privacy-content-wrap {
  padding: 20px 0 90px 0 !important;
}

.privacy-card {
  max-width: 980px !important;
  margin: 0 auto !important;
  padding: clamp(28px, 5vw, 64px) !important;

  border-radius: 34px !important;

  background: rgba(255,255,255,0.52) !important;
  backdrop-filter: blur(24px) saturate(150%) !important;
  -webkit-backdrop-filter: blur(24px) saturate(150%) !important;

  border: 1px solid rgba(255,255,255,0.65) !important;

  box-shadow:
    0 35px 90px rgba(13,27,53,0.16),
    inset 0 1px 0 rgba(255,255,255,0.8) !important;

  color: #07172f !important;
}

.privacy-card h2 {
  font-size: clamp(1.8rem, 3.8vw, 3.2rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.04em !important;
  margin: 46px 0 18px 0 !important;
  color: #07172f !important;
}

.privacy-card p,
.privacy-card li {
  font-size: clamp(0.98rem, 1.4vw, 1.08rem) !important;
  line-height: 1.75 !important;
  color: #0d1b35 !important;
}

.privacy-card ul {
  padding-left: 22px !important;
  margin-bottom: 22px !important;
}

.privacy-card li {
  margin-bottom: 8px !important;
}

.privacy-card .btn-cream {
  font-weight: 400 !important;
}

/* Mobile privacy page */
@media (max-width: 767px) {
  .privacy-page {
    padding-top: 118px !important;
    padding-bottom: 110px !important;
  }

  .privacy-hero {
    padding: 38px 18px 18px 18px !important;
  }

  .privacy-hero h1 {
    font-size: clamp(2.7rem, 15vw, 4.5rem) !important;
  }

  .privacy-content-wrap {
    padding: 12px 14px 70px 14px !important;
  }

  .privacy-card {
    padding: 28px 22px !important;
    border-radius: 26px !important;
  }

  .privacy-card h2 {
    margin-top: 34px !important;
  }
}

/* =========================================================
   DESKTOP CONTACT BUTTON - CENTRED + ANIMATED BORDER
========================================================= */

@media (min-width: 992px) {

  .anterah-nav .btn-cream {
    position: relative !important;
    overflow: hidden !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 8px 22px !important;
    min-height: 42px !important;
    min-width: 116px !important;

    border-radius: 999px !important;
    font-size: 0.86rem !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    text-align: center !important;

    background:
      linear-gradient(rgba(255,255,255,0.62), rgba(255,255,255,0.44)) padding-box,
      linear-gradient(90deg, rgba(255,255,255,0.65), rgba(255,255,255,0.65)) border-box !important;

    border: 2px solid transparent !important;
    color: #07172f !important;
    text-decoration: none !important;
  }

  .anterah-nav .btn-cream::after {
    display: none !important;
  }

  .anterah-nav .btn-cream::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 2px;

    background: linear-gradient(
      90deg,
      #23a6d5,
      #23d5ab,
      #ee7752,
      #e73c7e,
      #23a6d5
    );

    background-size: 300% 300%;
    opacity: 0;
    animation: anterahButtonBorderRun 1.4s linear infinite;

    -webkit-mask:
      linear-gradient(#000 0 0) content-box,
      linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;

    pointer-events: none;
  }

  .anterah-nav .btn-cream:hover::before,
  .anterah-nav .btn-cream:focus::before {
    opacity: 1;
  }

  .anterah-nav .btn-cream:hover {
    transform: translateY(-1px) !important;
  }
}

@keyframes anterahButtonBorderRun {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 300% 50%;
  }
}