:root {
  --iex-gold: #d8a63a;
  --iex-gold-light: #f7dda0;
  --iex-header-bg: rgba(8, 7, 4, .97);
  --iex-header-bg2: rgba(18, 13, 6, .98);
  --iex-header-text: #f5ead0;
  --iex-header-muted: #c9ba91;
  --iex-border: rgba(225, 180, 80, .25);
}

.topbar { display: none !important; }

.nav.iex-header {
  position: sticky !important;
  inset: 0 0 auto !important;
  z-index: 9900 !important;
  width: 100% !important;
  overflow: visible !important;
  color: var(--iex-header-text) !important;
  background:
    radial-gradient(circle at 20% 20%, rgba(223,166,42,.12), transparent 28%),
    linear-gradient(180deg, var(--iex-header-bg), var(--iex-header-bg2)) !important;
  border-bottom: 1px solid var(--iex-border) !important;
  box-shadow: 0 18px 60px rgba(0,0,0,.34) !important;
  backdrop-filter: blur(18px) saturate(1.12) !important;
}

.iex-shell {
  width: min(1440px, calc(100% - 32px));
  margin: 0 auto;
}

.iex-utility {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid rgba(225,180,80,.12);
}

.iex-tagline {
  min-width: 0;
  overflow: hidden;
  color: var(--iex-header-muted);
  font: 700 .65rem/1.2 Montserrat, Arial, sans-serif;
  letter-spacing: .18em;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.iex-tools {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.iex-tool,
.iex-lang,
.iex-menu {
  appearance: none;
  border: 1px solid rgba(231,190,102,.26);
  color: #f5e7bd;
  background: rgba(255,255,255,.035);
  cursor: pointer;
  transition: transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease;
}

.iex-tool:hover,
.iex-lang:hover,
.iex-menu:hover {
  transform: translateY(-1px);
  border-color: rgba(255,224,144,.62);
  background: rgba(255,255,255,.075);
  box-shadow: 0 0 20px rgba(222,165,42,.14);
}

.iex-tool {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 1rem;
}

.iex-theme {
  width: 63px;
  height: 33px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px;
  border-radius: 999px;
  font-size: .72rem;
}

.iex-theme::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: linear-gradient(145deg, #fff0ac, #c88c23);
  box-shadow: 0 0 14px rgba(255,210,91,.28);
  transition: transform .3s cubic-bezier(.2,.8,.2,1);
}

html[data-iex-theme="dark"] .iex-theme::after {
  transform: translateX(31px);
}

.iex-languages {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 3px;
  border: 1px solid rgba(231,190,102,.22);
  border-radius: 999px;
  background: rgba(0,0,0,.18);
}

.iex-lang {
  min-width: 43px;
  height: 29px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0 7px;
  border-radius: 999px;
  font: 800 .62rem Montserrat, Arial, sans-serif;
}

.iex-lang b { font-size: 1rem; line-height: 1; }

.iex-lang.active {
  color: #171006;
  border-color: rgba(255,240,184,.84);
  background: linear-gradient(135deg, #fff0ad, #c58b28);
  box-shadow: 0 0 14px rgba(255,211,91,.24);
}

.iex-brand-row {
  min-height: 136px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
}

.iex-brand {
  position: relative;
  width: min(1120px, 91vw);
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  isolation: isolate;
}

.iex-brand::before {
  content: "";
  position: absolute;
  inset: 10% 3%;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 27% 50%, rgba(232,177,53,.20), transparent 46%),
    radial-gradient(ellipse at 72% 50%, rgba(255,222,133,.09), transparent 58%);
  filter: blur(24px);
}

.iex-brand::after {
  content: "";
  position: absolute;
  z-index: 9;
  top: -35%;
  left: -16%;
  width: 8%;
  height: 180%;
  opacity: 0;
  pointer-events: none;
  transform: rotate(7deg) skewX(-15deg);
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255,226,142,.12),
    rgba(255,250,225,.66),
    rgba(255,255,255,.9),
    rgba(255,233,165,.36),
    transparent
  );
  filter: blur(2.5px);
  mix-blend-mode: screen;
  animation: iexSweep 8.4s cubic-bezier(.55,.02,.25,1) infinite;
}

.iex-brand-inner {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.iex-brand-inner::after {
  content: "";
  position: absolute;
  z-index: 8;
  top: -24%;
  left: -9%;
  width: 3.2%;
  height: 155%;
  opacity: 0;
  pointer-events: none;
  transform: skewX(-13deg);
  background: linear-gradient(90deg, transparent, rgba(255,249,222,.62), transparent);
  filter: blur(.8px);
  mix-blend-mode: screen;
  animation: iexFineSweep 13.4s ease-in-out 2.7s infinite;
}

.iex-logo {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter:
    brightness(1.04)
    contrast(1.08)
    saturate(1.06)
    drop-shadow(0 0 8px rgba(255,239,184,.18))
    drop-shadow(0 0 20px rgba(216,156,31,.16))
    drop-shadow(0 12px 24px rgba(0,0,0,.44));
  animation: iexLogoBreath 4.8s ease-in-out infinite, iexLogoFloat 7.8s ease-in-out infinite;
}

.iex-menu {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  width: 47px;
  height: 43px;
  transform: translateY(-50%);
  border-radius: 14px;
  font-size: 1.4rem;
}

.iex-nav-row {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid rgba(225,180,80,.13);
}

.iex-links {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 2.3vw, 36px);
}

.iex-link {
  position: relative;
  min-height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #e8ddc3;
  font: 700 .72rem Montserrat, Arial, sans-serif;
  letter-spacing: .09em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color .25s ease, text-shadow .25s ease, transform .25s ease;
}

.iex-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 2px;
  width: 0;
  height: 2px;
  transform: translateX(-50%);
  border-radius: 10px;
  background: linear-gradient(90deg, transparent, #f4d77e, #fff5c8, #d99e2a, transparent);
  box-shadow: 0 0 13px rgba(232,178,55,.56);
  transition: width .32s cubic-bezier(.2,.8,.2,1);
}

.iex-link:hover,
.iex-link.active {
  color: #fff3c2;
  text-shadow: 0 0 14px rgba(238,190,82,.30);
  transform: translateY(-1px);
}

.iex-link:hover::after,
.iex-link.active::after { width: 100%; }

.iex-link.cta {
  min-height: 39px;
  padding: 0 19px;
  color: #171006;
  overflow: hidden;
  border-radius: 999px;
  background: linear-gradient(135deg, #fff0ae, #c58925);
  box-shadow: 0 10px 24px rgba(194,132,31,.25);
}

.iex-link.cta::before {
  content: "";
  position: absolute;
  top: -60%;
  left: -45%;
  width: 18%;
  height: 220%;
  transform: skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.82), transparent);
  animation: iexCtaSweep 5.8s ease-in-out infinite;
}

.iex-link.cta::after { display: none; }

.iex-search {
  position: absolute;
  z-index: 9950;
  left: 50%;
  top: calc(100% + 10px);
  width: min(780px, calc(100% - 28px));
  transform: translate(-50%, -12px);
  padding: 18px;
  opacity: 0;
  visibility: hidden;
  border: 1px solid rgba(225,180,80,.34);
  border-radius: 22px;
  background: rgba(12,10,6,.985);
  box-shadow: 0 30px 90px rgba(0,0,0,.58);
  backdrop-filter: blur(18px);
  transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
}

.iex-search.open {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.iex-search-head {
  display: flex;
  align-items: center;
  gap: 10px;
}

.iex-search-input {
  width: 100%;
  min-height: 49px;
  padding: 0 16px;
  border: 1px solid rgba(225,180,80,.28);
  border-radius: 14px;
  outline: none;
  color: #fff5da;
  background: rgba(255,255,255,.05);
  font: 500 1rem Montserrat, Arial, sans-serif;
}

.iex-search-input:focus {
  border-color: rgba(255,224,143,.72);
  box-shadow: 0 0 0 3px rgba(218,160,39,.12);
}

.iex-search-close {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border: 1px solid rgba(225,180,80,.28);
  border-radius: 50%;
  color: #f4e4b8;
  background: transparent;
  cursor: pointer;
  font-size: 1.2rem;
}

.iex-results {
  display: grid;
  gap: 8px;
  max-height: 340px;
  margin-top: 12px;
  overflow: auto;
}

.iex-result {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid rgba(225,180,80,.14);
  border-radius: 13px;
  color: #eee2c8;
  background: rgba(255,255,255,.025);
  cursor: pointer;
  text-align: left;
}

.iex-result:hover {
  border-color: rgba(255,222,139,.45);
  background: rgba(255,255,255,.06);
}

.iex-result strong {
  display: block;
  margin-bottom: 3px;
  color: #ffe8a8;
}

.iex-empty {
  padding: 18px;
  color: #bfb39a;
  text-align: center;
}

/* Light / dark mode for the full site */
html[data-iex-theme="dark"] {
  --cream: #0d0d0b !important;
  --paper: #171713 !important;
  --ink: #f6f0e2 !important;
  --muted: #c9c0ae !important;
  --line: rgba(221,176,75,.23) !important;
}

html[data-iex-theme="dark"] body {
  color: #f6f0e2 !important;
  background: #0d0d0b !important;
}

html[data-iex-theme="dark"] .section {
  color: #f6f0e2 !important;
  background: #0d0d0b !important;
}

html[data-iex-theme="dark"] .section[style] {
  background: #14120d !important;
}

html[data-iex-theme="dark"] .card,
html[data-iex-theme="dark"] .price,
html[data-iex-theme="dark"] .quote,
html[data-iex-theme="dark"] .step,
html[data-iex-theme="dark"] .trust,
html[data-iex-theme="dark"] .faq details {
  color: #f5eedf !important;
  background: #191812 !important;
}

html[data-iex-theme="dark"] .lead,
html[data-iex-theme="dark"] .card p,
html[data-iex-theme="dark"] .price ul,
html[data-iex-theme="dark"] .note,
html[data-iex-theme="dark"] .faq p,
html[data-iex-theme="dark"] .trust span {
  color: #c9c0ae !important;
}

html[data-iex-theme="dark"] .contact {
  background: #17150f !important;
}

html[data-iex-theme="dark"] .field input,
html[data-iex-theme="dark"] .field select,
html[data-iex-theme="dark"] .field textarea {
  color: #fff !important;
  background: #222019 !important;
}

.iex-footer-logo {
  width: min(380px, 100%) !important;
  height: auto !important;
  object-fit: contain !important;
}

h1, h2, h3, .title, .section-title, .big-statement {
  overflow-wrap: anywhere;
  text-wrap: balance;
}

body { overflow-x: hidden; }

@keyframes iexSweep {
  0%, 12% { left: -16%; opacity: 0; }
  16% { opacity: .78; }
  31% { left: 107%; opacity: 0; }
  63% { left: 107%; opacity: 0; }
  69% { left: -16%; opacity: 0; }
  74% { opacity: .48; }
  86%, 100% { left: 107%; opacity: 0; }
}

@keyframes iexFineSweep {
  0%, 21% { left: -9%; opacity: 0; }
  25% { opacity: .56; }
  36% { left: 106%; opacity: 0; }
  76% { left: 106%; opacity: 0; }
  81% { left: -9%; opacity: 0; }
  85% { opacity: .36; }
  94%, 100% { left: 106%; opacity: 0; }
}

@keyframes iexLogoFloat {
  0%, 100% { transform: translateY(0) scale(1); }
  48% { transform: translateY(-1px) scale(1.005); }
}

@keyframes iexLogoBreath {
  0%, 100% {
    filter:
      brightness(1.04)
      contrast(1.08)
      saturate(1.06)
      drop-shadow(0 0 8px rgba(255,239,184,.17))
      drop-shadow(0 0 20px rgba(216,156,31,.15))
      drop-shadow(0 12px 24px rgba(0,0,0,.44));
  }
  50% {
    filter:
      brightness(1.075)
      contrast(1.09)
      saturate(1.08)
      drop-shadow(0 0 13px rgba(255,244,205,.29))
      drop-shadow(0 0 30px rgba(220,160,34,.25))
      drop-shadow(0 13px 26px rgba(0,0,0,.48));
  }
}

@keyframes iexCtaSweep {
  0%, 22% { left: -45%; opacity: 0; }
  28% { opacity: 1; }
  43% { left: 125%; opacity: 0; }
  100% { left: 125%; opacity: 0; }
}

@media (max-width: 980px) {
  .iex-shell { width: min(100% - 22px, 980px); }

  .iex-brand-row {
    min-height: 108px;
    justify-content: flex-start;
    padding-right: 58px;
  }

  .iex-brand {
    width: min(840px, 100%);
    height: 96px;
    justify-content: flex-start;
  }

  .iex-logo { object-position: left center; }

  .iex-menu {
    display: grid;
    place-items: center;
  }

  .iex-nav-row {
    display: block;
    min-height: 0;
    border-top: 0;
  }

  .iex-links {
    position: absolute;
    left: 11px;
    right: 11px;
    top: calc(100% + 8px);
    width: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 14px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    border: 1px solid rgba(225,180,80,.30);
    border-radius: 20px;
    background: rgba(11,9,5,.99);
    box-shadow: 0 28px 80px rgba(0,0,0,.58);
    transition: opacity .24s ease, visibility .24s ease, transform .24s ease;
  }

  .iex-links.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .iex-link {
    min-height: 46px;
    border: 1px solid rgba(225,180,80,.12);
    border-radius: 12px;
    background: rgba(255,255,255,.025);
  }

  .iex-link::after { display: none; }
  .iex-link.cta { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .iex-utility { min-height: 43px; }
  .iex-tagline { display: none; }
  .iex-tools { width: 100%; justify-content: space-between; }

  .iex-brand-row {
    min-height: 92px;
    padding-right: 51px;
  }

  .iex-brand { height: 82px; }

  .iex-lang {
    min-width: 37px;
    padding: 0 5px;
  }

  .iex-lang span { display: none; }
  .iex-links { grid-template-columns: 1fr; }
  .iex-search { top: calc(100% + 6px); padding: 13px; }
}

@media (max-width: 380px) {
  .iex-shell { width: calc(100% - 14px); }
  .iex-tool { width: 31px; height: 31px; }
  .iex-theme { width: 57px; }
  .iex-theme::after { width: 23px; height: 23px; }
  html[data-iex-theme="dark"] .iex-theme::after { transform: translateX(27px); }
  .iex-lang { min-width: 34px; width: 34px; }
  .iex-brand-row { min-height: 80px; }
  .iex-brand { height: 70px; }
}

@media (prefers-reduced-motion: reduce) {
  .iex-logo,
  .iex-brand::after,
  .iex-brand-inner::after,
  .iex-link.cta::before {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
  }
}
