.contact-section {
  --contact-blue: #2ab6ff;
  --contact-gold: #f6b92f;
  --contact-link-icon-size: clamp(54px, 3.8vw, 72px);
  position: relative;
  width: min(1960px, calc(100% - clamp(6px, 0.8vw, 16px)));
  margin: 0 auto clamp(28px, 3vw, 48px);
  padding: clamp(38px, 3.8vw, 72px) clamp(20px, 2.8vw, 54px);
  display: grid;
  grid-template-columns: minmax(470px, 0.95fr) minmax(560px, 1.05fr);
  gap: clamp(38px, 3.8vw, 76px);
  min-height: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  clip-path: none;
  background: #000;
  box-shadow: none;
}

/* Keep contact and state pages aligned to the shared site rail with matching block air. */
.contact-section,
.thank-you-page,
.contact-error-state {
  width: var(--page-rail, min(1900px, calc(100vw - clamp(32px, 5.2vw, 108px)))) !important;
  max-width: var(--page-rail, min(1900px, calc(100vw - clamp(32px, 5.2vw, 108px)))) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.contact-section {
  margin-top: var(--section-air, clamp(42px, 4vw, 76px)) !important;
  margin-bottom: var(--section-air, clamp(42px, 4vw, 76px)) !important;
}

.thank-you-page {
  gap: var(--block-air, clamp(26px, 2.4vw, 46px)) !important;
  padding-top: var(--block-air, clamp(26px, 2.4vw, 46px)) !important;
}

.thank-you-hero,
.success-proof {
  width: 100% !important;
}

@media (max-width: 900px) {
  .contact-section,
  .thank-you-page,
  .contact-error-state {
    width: var(--page-rail-mobile, calc(100vw - 24px)) !important;
    max-width: var(--page-rail-mobile, calc(100vw - 24px)) !important;
  }
}

/* Contact copy is an open text area; only the actual cards/form should be framed. */
.contact-copy {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.contact-copy::before,
.contact-copy::after {
  content: none !important;
}

.contact-section {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.contact-section::before,
.contact-section::after,
.contact-shell {
  content: none;
  display: none;
}

.contact-copy,
.contact-form {
  position: relative;
  z-index: 1;
}

.contact-message-arrow {
  display: none;
}

.contact-message-arrow path {
  fill: none;
  stroke: rgba(247, 251, 255, 0.86);
  stroke-width: 4.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 5px rgba(247, 251, 255, 0.18));
}

.contact-section h2 {
  margin-bottom: clamp(12px, 1.1vw, 20px);
  font-size: clamp(56px, 4.45vw, 92px);
}

.contact-lede,
.contact-section .contact-lede {
  max-width: 620px;
  color: rgba(247, 251, 255, 0.9);
  font-size: clamp(16px, 1vw, 20px);
  line-height: 1.28;
}

.contact-rule {
  width: min(620px, 100%);
  margin: clamp(24px, 2.4vw, 38px) 0 clamp(18px, 1.8vw, 30px);
  background: linear-gradient(90deg, rgba(247, 251, 255, 0.52), rgba(247, 251, 255, 0.22), transparent);
}

.contact-locations {
  display: grid;
  gap: 0;
}

.contact-location {
  display: grid;
  grid-template-columns: clamp(112px, 7vw, 144px) minmax(0, 1fr);
  gap: clamp(18px, 1.7vw, 30px);
  align-items: center;
  padding: clamp(16px, 1.45vw, 24px) 0;
  border-bottom: 1px solid rgba(247, 251, 255, 0.13);
}

.flag-hex {
  display: block;
  width: clamp(112px, 7vw, 144px);
  aspect-ratio: auto;
  clip-path: none;
  background: transparent;
  box-shadow: none;
}

.flag-hex::before {
  content: none;
}

.flag-hex img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.55;
  object-fit: cover;
  border: 1px solid rgba(42, 182, 255, 0.54);
}

.contact-location h3 {
  margin-bottom: 3px;
  font-size: clamp(18px, 1.15vw, 23px);
}

.contact-location p {
  font-size: clamp(14px, 0.9vw, 18px);
  line-height: 1.22;
}

.contact-connect {
  margin-top: clamp(16px, 1.4vw, 26px);
}

.contact-connect .contact-subtitle {
  display: none;
}

.contact-actions {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 0;
  width: min(980px, 100%);
  margin-top: 0;
}

.contact-link {
  display: flex;
  align-items: center;
  gap: clamp(12px, 0.95vw, 18px);
  min-height: 0;
  padding: 0 clamp(24px, 1.7vw, 34px);
  border: 0;
  border-right: 1px solid rgba(247, 251, 255, 0.13);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: left;
}

.contact-link img {
  display: block;
  flex: 0 0 var(--contact-link-icon-size);
  width: var(--contact-link-icon-size);
  height: var(--contact-link-icon-size);
  object-fit: contain;
}

.contact-link:first-child {
  padding-left: 0;
}

.contact-link:last-child {
  padding-right: 0;
  border-right: 0;
}

.contact-link:hover {
  transform: none;
  border-color: rgba(243, 165, 31, 0.46);
  background: transparent;
  box-shadow: none;
}

.contact-link strong,
.contact-link em {
  display: block;
  min-width: 0;
  overflow-wrap: normal;
  font-style: normal;
  line-height: 1.18;
}

.contact-link strong {
  color: var(--contact-blue);
  font-size: calc(var(--contact-link-icon-size) * 0.52);
  font-weight: 950;
  letter-spacing: 0.02em;
  white-space: nowrap;
  text-transform: uppercase;
}

.contact-link em {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
  color: var(--text);
}

.contact-form {
  align-self: start;
  width: 100%;
  max-width: none;
  margin-top: clamp(8px, 1vw, 18px);
  padding: 0;
  display: grid;
  gap: clamp(18px, 1.5vw, 28px);
  border: 0;
  border-radius: 0;
  clip-path: none;
  background: transparent;
  box-shadow: none;
}

.contact-form::before {
  content: none;
}

.contact-form-head {
  display: block;
  margin-bottom: 0;
}

.contact-form-head h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: var(--text);
  font-size: clamp(14px, 0.86vw, 17px);
  font-weight: 950;
  letter-spacing: 0.26em;
  line-height: 1;
  text-transform: uppercase;
}

.contact-form-head h3::before {
  content: "";
  width: 30px;
  height: 7px;
  border-top: 2px solid var(--contact-gold);
  border-right: 2px solid var(--contact-gold);
  transform: skewX(34deg);
}

.contact-form-head p {
  display: none;
}

.contact-form label {
  gap: 8px;
}

.contact-form input,
.contact-form textarea {
  border: 2px solid rgba(247, 251, 255, 0.9);
  background: rgba(2, 7, 12, 0.9);
}

.contact-form input {
  min-height: clamp(46px, 2.7vw, 56px);
  padding: 0 22px;
}

.contact-form textarea {
  min-height: clamp(170px, 12vw, 240px);
  padding: 20px 22px;
}

.contact-submit {
  width: min(330px, 100%);
  min-height: clamp(48px, 2.8vw, 56px);
  margin-top: 0;
  padding: 0 22px;
}

.contact-secure {
  justify-content: flex-start;
  margin: -4px 0 0;
  color: rgba(247, 251, 255, 0.62);
}

@media (max-width: 1500px) {
  .contact-section {
    grid-template-columns: minmax(0, 1fr);
  }

  .contact-message-arrow {
    display: none;
  }
}

@media (max-width: 900px) {
  .contact-section {
    --contact-link-icon-size: clamp(44px, 6vw, 58px);
    width: min(100% - 24px, 760px);
    padding: clamp(42px, 8vw, 62px) clamp(20px, 5vw, 36px);
    gap: 46px;
  }

  .contact-location {
    grid-template-columns: 128px minmax(0, 1fr);
    gap: 20px;
  }

  .flag-hex {
    width: 128px;
  }

  .contact-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
  }

  .contact-link {
    padding-inline: 14px;
  }

}

@media (max-width: 560px) {
  .contact-actions {
    grid-template-columns: 1fr;
  }

  .contact-link {
    padding: 12px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(247, 251, 255, 0.13);
  }

  .contact-link:first-child {
    padding-top: 0;
  }

  .contact-link:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .contact-location {
    grid-template-columns: 104px minmax(0, 1fr);
  }

  .flag-hex {
    width: 104px;
  }
}

/* Contact reference panel. */
.contact-section {
  --contact-blue: #00a7ee;
  --contact-blue-soft: rgba(0, 167, 238, 0.32);
  --contact-gold: #f6c400;
  width: min(1880px, calc(100% - clamp(18px, 3vw, 54px)));
  margin: clamp(22px, 3vw, 54px) auto clamp(30px, 3vw, 56px);
  padding: 0;
  grid-template-columns: minmax(410px, 0.84fr) minmax(520px, 1fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(0, 167, 238, 0.34);
  border-radius: 10px;
  background:
    radial-gradient(circle at 82% 20%, rgba(0, 167, 238, 0.07), transparent 28%),
    linear-gradient(180deg, rgba(2, 7, 12, 0.94), #000 68%);
  box-shadow:
    inset 0 0 0 1px rgba(0, 167, 238, 0.08),
    0 0 36px rgba(0, 167, 238, 0.05);
}

.contact-copy,
.contact-form {
  padding: clamp(32px, 2.8vw, 54px) clamp(34px, 3.2vw, 58px);
}

.contact-copy {
  border-right: 1px solid rgba(0, 167, 238, 0.34);
}

.contact-kicker,
.contact-subtitle {
  color: var(--contact-gold);
  font-family: "RajdhaniHero", "EurostileExtendedBlack", "Square721Extended", Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: clamp(13px, 0.72vw, 16px);
  font-weight: 700;
  letter-spacing: 0.32em;
  line-height: 1;
  text-transform: uppercase;
}

.contact-kicker {
  margin-bottom: clamp(12px, 1vw, 18px);
}

.contact-kicker span {
  width: clamp(36px, 2.2vw, 50px);
  height: 8px;
  border-top: 2px solid var(--contact-gold);
  border-right: 2px solid var(--contact-gold);
}

.contact-section h2 {
  margin: 0 0 clamp(18px, 1.2vw, 24px);
  font-size: clamp(54px, 4.4vw, 84px);
  line-height: 0.9;
  letter-spacing: 0.02em;
}

.contact-lede,
.contact-section .contact-lede {
  max-width: 560px;
  margin: 0 0 clamp(18px, 1.55vw, 30px);
  color: rgba(247, 251, 255, 0.84);
  font-size: clamp(17px, 1vw, 20px);
  font-weight: 600;
  line-height: 1.28;
}

.contact-lede-followup {
  display: block;
  margin-top: 0;
}

.contact-lede-question {
  display: block;
  white-space: nowrap;
}

.contact-rule {
  display: none;
}

.contact-company-card,
.contact-location {
  border: 1px solid rgba(0, 167, 238, 0.25);
  border-radius: 7px;
  background:
    radial-gradient(circle at 10% 50%, rgba(0, 167, 238, 0.12), transparent 28%),
    rgba(1, 6, 11, 0.76);
  box-shadow: inset 0 0 0 1px rgba(247, 251, 255, 0.025);
}

.contact-company-card {
  display: grid;
  grid-template-columns: clamp(58px, 3.4vw, 76px) minmax(0, 1fr);
  gap: clamp(16px, 1.4vw, 24px);
  align-items: center;
  margin: 0 0 clamp(16px, 1.2vw, 22px);
  padding: clamp(16px, 1.2vw, 22px) clamp(18px, 1.7vw, 32px);
}

.contact-company-card > img {
  width: clamp(58px, 3.4vw, 76px);
  height: clamp(58px, 3.4vw, 76px);
  object-fit: contain;
  filter: drop-shadow(0 0 13px rgba(0, 167, 238, 0.28));
}

.contact-company-card .contact-subtitle {
  margin: 0 0 6px;
}

.contact-company-card h3,
.contact-location h3 {
  margin: 0 0 4px;
  color: #fff;
  font-size: clamp(18px, 1vw, 22px);
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: uppercase;
}

.contact-company-card p:not(.contact-subtitle),
.contact-location p {
  margin: 0;
  color: rgba(247, 251, 255, 0.78);
  font-size: clamp(15px, 0.9vw, 18px);
  font-weight: 600;
  line-height: 1.27;
}

.contact-locations {
  gap: clamp(10px, 0.75vw, 14px);
}

.contact-locations > .contact-subtitle {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: var(--contact-blue);
}

.contact-locations > .contact-subtitle::after {
  content: "";
  height: 1px;
  flex: 1 1 auto;
  background: linear-gradient(90deg, rgba(247, 251, 255, 0.36), transparent);
}

.contact-location {
  grid-template-columns: clamp(88px, 5.3vw, 120px) clamp(28px, 1.9vw, 38px) minmax(0, 1fr);
  gap: clamp(14px, 1.1vw, 22px);
  min-height: clamp(86px, 5.2vw, 108px);
  padding: clamp(12px, 0.9vw, 18px) clamp(16px, 1.4vw, 26px);
  border-bottom: 1px solid rgba(0, 167, 238, 0.25);
}

.flag-hex {
  width: clamp(88px, 5.3vw, 120px);
}

.flag-hex img {
  border-color: rgba(0, 167, 238, 0.52);
  border-radius: 2px;
}

.contact-location-pin {
  display: block;
  width: clamp(28px, 1.9vw, 38px);
  height: clamp(28px, 1.9vw, 38px);
  justify-self: center;
  object-fit: contain;
  filter: drop-shadow(0 0 8px rgba(0, 167, 238, 0.42));
}

.contact-connect {
  display: block;
  margin-top: clamp(18px, 1.4vw, 26px);
}

.contact-connect .contact-subtitle {
  display: none;
}

.contact-actions {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 0;
  align-items: center;
  width: 100%;
  margin: 0;
}

.contact-link {
  display: inline-flex;
  align-items: center;
  gap: clamp(10px, 0.9vw, 16px);
  min-height: 0;
  padding: 0 clamp(18px, 1.6vw, 30px);
  border: 0;
  border-right: 1px solid rgba(247, 251, 255, 0.12);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.contact-link:first-child {
  padding-left: 0;
}

.contact-link:last-child {
  padding-right: 0;
  border-right: 0;
}

.contact-link img {
  flex: 0 0 clamp(40px, 2.9vw, 56px);
  width: clamp(40px, 2.9vw, 56px);
  height: clamp(40px, 2.9vw, 56px);
  object-fit: contain;
  border-radius: 6px;
  outline: 1px solid transparent;
  outline-offset: 4px;
  transition: transform 180ms ease, outline-color 180ms ease, filter 180ms ease;
}

.contact-link span {
  display: block;
  min-width: 0;
}

.contact-link strong {
  display: block;
  color: #2ab6ff;
  font-family: "RajdhaniHero", "EurostileExtendedBlack", "Square721Extended", Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: clamp(24px, 1.75vw, 36px);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.contact-link em {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.contact-link:hover {
  transform: none;
  border-color: rgba(247, 251, 255, 0.12);
  background: transparent;
  box-shadow: none;
}

.contact-link:hover img,
.contact-link:focus-visible img {
  transform: scale(1.08);
  outline: 2px solid rgba(42, 182, 255, 0.86);
  outline-offset: 5px;
  filter: brightness(1.08);
}

@media (prefers-reduced-motion: reduce) {
  .contact-link img {
    transition: none;
  }

  .contact-link:hover img,
  .contact-link:focus-visible img {
    transform: none;
  }
}

.contact-form {
  align-self: stretch;
  margin: 0;
  gap: clamp(20px, 1.5vw, 30px);
}

.contact-form-head {
  display: grid;
  grid-template-columns: clamp(50px, 3.2vw, 66px) minmax(0, 1fr);
  gap: clamp(18px, 1.3vw, 26px);
  align-items: center;
}

.contact-form-mark {
  display: block;
  width: clamp(50px, 3.2vw, 66px);
  height: clamp(50px, 3.2vw, 66px);
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(0, 167, 238, 0.32));
}

.contact-form-head h3 {
  gap: 0;
  color: var(--contact-blue);
  font-size: clamp(18px, 1.2vw, 24px);
  letter-spacing: 0.24em;
}

.contact-form-head h3::before {
  content: none;
}

.contact-form label {
  gap: 10px;
  color: rgba(247, 251, 255, 0.9);
  font-size: clamp(14px, 0.82vw, 17px);
  letter-spacing: 0.02em;
}

.contact-form input,
.contact-form textarea {
  border: 1px solid rgba(247, 251, 255, 0.72);
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(6, 13, 20, 0.8), rgba(1, 5, 9, 0.92));
  color: #fff;
  font-size: clamp(16px, 0.95vw, 19px);
}

.contact-form input {
  min-height: clamp(54px, 3.3vw, 66px);
  padding: 0 clamp(20px, 1.5vw, 28px);
}

.contact-form textarea {
  min-height: clamp(190px, 13vw, 260px);
  padding: clamp(18px, 1.3vw, 26px) clamp(20px, 1.5vw, 28px);
}

.contact-submit {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: start;
  width: min(270px, 100%);
  min-height: clamp(48px, 2.6vw, 54px);
  padding: 0 clamp(42px, 2.6vw, 52px) 0 clamp(22px, 1.7vw, 32px);
  border: 1px solid rgba(246, 196, 0, 0.78);
  border-radius: 6px;
  background: rgba(246, 196, 0, 0.035);
  color: var(--contact-gold);
  font-family: "RajdhaniHero", "EurostileExtendedBlack", "Square721Extended", Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: clamp(18px, 1.08vw, 22px);
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: inset 0 0 0 1px rgba(246, 196, 0, 0.06);
}

.contact-submit span {
  position: absolute;
  right: clamp(15px, 1vw, 20px);
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.25em;
  line-height: 1;
}

.contact-secure {
  justify-content: flex-start;
  gap: 10px;
  margin: -2px 0 0;
  color: rgba(247, 251, 255, 0.58);
  font-size: clamp(14px, 0.82vw, 16px);
}

.contact-secure img {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
  filter: drop-shadow(0 0 5px rgba(246, 196, 0, 0.28));
}

@media (max-width: 1180px) {
  .contact-section {
    grid-template-columns: 1fr;
  }

  .contact-copy {
    border-right: 0;
    border-bottom: 1px solid rgba(0, 167, 238, 0.34);
  }
}

@media (max-width: 700px) {
  .contact-section {
    width: calc(100% - 18px);
  }

  .contact-copy,
  .contact-form {
    padding: 28px 18px;
  }

  .contact-company-card,
  .contact-location {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .contact-location-pin {
    display: none;
  }

  .flag-hex {
    width: 82px;
  }

  .contact-form-head {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .contact-form-mark {
    width: 44px;
    height: 44px;
  }

  .contact-actions {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .contact-link,
  .contact-link:first-child,
  .contact-link:last-child {
    padding: 0;
    border-right: 0;
  }
}

/* Keep the send button label, arrow, and sparkles on the same centered line. */
.contact-submit.has-button-snow {
  gap: 0.72em;
  padding: 0 clamp(22px, 1.7vw, 32px);
}

.contact-submit.has-button-snow > span:not(.contact-snow) {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  transform: none;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.05em;
  font-weight: 900;
  line-height: 1;
}

.contact-submit.has-button-snow > .contact-snow {
  position: absolute;
  top: 50%;
  right: 16%;
  bottom: auto;
  left: 16%;
  height: 2.45em;
  transform: translateY(-50%);
}

/* Let the contact icon focus rings extend past the sparkle clipping box. */
.contact-link.has-button-snow {
  overflow: visible;
}

.contact-link.has-button-snow:hover,
.contact-link.has-button-snow:focus-visible {
  z-index: 2;
}

.contact-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-state-section {
  min-height: 100vh;
  align-items: center;
}

.contact-state-card {
  max-width: 760px;
  margin: 0 auto;
}

.contact-state-card h1 {
  margin: 0;
  color: var(--contact-blue);
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 4.5rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.contact-state-card .contact-submit {
  display: inline-flex;
  width: fit-content;
  text-decoration: none;
}

.thank-you-page {
  --success-blue: #5aaeff;
  --success-gold: #f6c400;
  width: min(1960px, calc(100% - clamp(18px, 2vw, 38px)));
  min-height: calc(100vh - 92px);
  min-height: calc(100svh - 92px);
  margin: 0 auto;
  padding: clamp(22px, 2.2vw, 34px) 0 clamp(30px, 3vw, 54px);
  display: grid;
  align-content: start;
  gap: clamp(22px, 2vw, 30px);
}

.thank-you-hero {
  position: relative;
  min-height: clamp(520px, 66vh, 770px);
  display: grid;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(42, 182, 255, 0.46);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.9) 34%, rgba(0, 0, 0, 0.5) 59%, rgba(0, 0, 0, 0.18) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.44)),
    url("media/hero/ccc-crypt-final-source.png") center right / cover no-repeat,
    #000;
  box-shadow:
    inset 0 0 0 1px rgba(247, 251, 255, 0.05),
    inset 0 0 86px rgba(42, 182, 255, 0.08);
}

.thank-you-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  pointer-events: none;
  background:
    linear-gradient(rgba(42, 182, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(42, 182, 255, 0.06) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.86) 38%, transparent 72%);
  opacity: 0.56;
}

.success-copy {
  position: relative;
  z-index: 1;
  width: min(720px, 48vw);
  margin-left: clamp(28px, 3vw, 56px);
}

.success-copy .contact-kicker {
  margin-bottom: clamp(20px, 2vw, 34px);
  color: #aad3ff;
}

.success-copy .contact-kicker span {
  border-color: var(--success-blue);
}

.success-copy h1 {
  max-width: 680px;
  margin: 0;
  color: var(--text);
  font-family: var(--font-display);
  font-size: clamp(4rem, 5.65vw, 7.9rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.96;
  text-transform: none;
}

.success-copy p:not(.contact-kicker) {
  max-width: 680px;
  margin: clamp(22px, 2vw, 34px) 0 0;
  color: rgba(247, 251, 255, 0.86);
  font-size: clamp(17px, 1.05vw, 22px);
  font-weight: 600;
  line-height: 1.36;
}

.success-copy p:not(.contact-kicker) + p {
  margin-top: clamp(18px, 1.6vw, 28px);
}

.success-actions {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(14px, 1.6vw, 28px);
  margin-top: clamp(28px, 3vw, 50px);
}

.success-actions .button {
  min-width: clamp(210px, 15vw, 320px);
  min-height: clamp(64px, 4vw, 78px);
  justify-content: center;
  gap: clamp(18px, 1.7vw, 30px);
  padding: 0 clamp(28px, 2.4vw, 46px);
  border: 2px solid rgba(247, 251, 255, 0.64);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.34);
  color: #fff;
  box-shadow:
    inset 0 0 0 1px rgba(247, 251, 255, 0.04),
    0 0 0 1px rgba(0, 0, 0, 0.28);
}

.success-actions .button span {
  color: currentColor;
  font-size: 1.2em;
  line-height: 1;
}

.success-actions .button.primary {
  border-color: rgba(86, 169, 255, 0.96);
  background:
    linear-gradient(180deg, rgba(23, 94, 163, 0.5), rgba(6, 35, 66, 0.42)),
    rgba(0, 0, 0, 0.34);
  color: #fff;
  box-shadow:
    inset 0 0 0 1px rgba(199, 229, 255, 0.18),
    inset 0 0 28px rgba(75, 164, 255, 0.16),
    0 0 0 1px rgba(21, 107, 197, 0.34),
    0 0 22px rgba(77, 163, 255, 0.58);
}

.success-actions .button.ghost {
  border-color: rgba(247, 251, 255, 0.72);
  background: rgba(0, 0, 0, 0.28);
  color: rgba(255, 255, 255, 0.96);
}

.success-actions .button.primary:hover,
.success-actions .button.primary:focus-visible {
  border-color: rgba(130, 197, 255, 1);
  background:
    linear-gradient(180deg, rgba(30, 112, 190, 0.58), rgba(8, 45, 82, 0.5)),
    rgba(0, 0, 0, 0.34);
  box-shadow:
    inset 0 0 0 1px rgba(226, 241, 255, 0.24),
    inset 0 0 34px rgba(75, 164, 255, 0.22),
    0 0 0 1px rgba(21, 107, 197, 0.44),
    0 0 30px rgba(77, 163, 255, 0.72);
}

.success-actions .button.ghost:hover,
.success-actions .button.ghost:focus-visible {
  border-color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.04);
}

.success-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  min-height: clamp(104px, 7vw, 148px);
  padding: clamp(18px, 1.5vw, 28px) clamp(24px, 2.5vw, 52px);
  border: 1px solid rgba(90, 174, 255, 0.76);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(4, 36, 66, 0.78), rgba(0, 8, 18, 0.94)),
    #02060c;
  box-shadow:
    0 0 0 1px rgba(247, 251, 255, 0.08) inset,
    0 0 0 5px rgba(90, 174, 255, 0.08),
    0 0 24px rgba(90, 174, 255, 0.42);
}

.success-proof-item {
  display: grid;
  grid-template-columns: clamp(58px, 4.3vw, 84px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(14px, 1.2vw, 24px);
  padding: 0 clamp(18px, 2vw, 34px);
  border-right: 1px solid rgba(247, 251, 255, 0.16);
}

.success-proof-item:first-child {
  padding-left: 0;
}

.success-proof-item:last-child {
  padding-right: 0;
  border-right: 0;
}

.success-proof-item img {
  display: block;
  width: clamp(58px, 4.3vw, 84px);
  height: clamp(58px, 4.3vw, 84px);
  object-fit: contain;
}

.success-proof-item strong,
.success-proof-item em {
  display: block;
  font-style: normal;
  line-height: 1.08;
}

.success-proof-item strong {
  color: var(--text);
  font-size: clamp(18px, 1.35vw, 28px);
  font-weight: 950;
}

.success-proof-item em {
  margin-top: 5px;
  color: rgba(247, 251, 255, 0.78);
  font-size: clamp(12px, 0.85vw, 16px);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-error-state {
  --error-panel-width: min(1020px, calc(100vw - 42px));
  min-height: 100vh;
  min-height: 100svh;
  width: 100%;
  margin-top: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  place-items: center;
  padding: 96px clamp(18px, 4vw, 64px) 34px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #000;
  box-shadow: none;
}

.contact-error-state::before {
  content: none;
}

.contact-error-block-c {
  display: none;
}

.contact-error-state .contact-state-card {
  position: relative;
  z-index: 1;
  align-self: center;
  justify-self: center;
  width: var(--error-panel-width);
  max-width: none;
  height: auto;
  min-height: 0;
  margin: 0;
  padding: clamp(26px, 3.3vh, 38px) clamp(24px, 4vw, 64px) clamp(22px, 2.6vh, 30px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  overflow: visible;
  border: 2px solid rgba(61, 153, 255, 0.76);
  border-radius: clamp(22px, 2vw, 30px);
  background:
    radial-gradient(circle at 50% 0%, rgba(42, 182, 255, 0.12), transparent 34%),
    radial-gradient(circle at 50% 100%, rgba(42, 182, 255, 0.08), transparent 36%),
    linear-gradient(180deg, rgba(3, 12, 20, 0.9), rgba(0, 3, 7, 0.94) 68%, rgba(0, 0, 0, 0.98));
  box-shadow:
    0 0 0 1px rgba(42, 182, 255, 0.2),
    0 0 22px rgba(42, 137, 255, 0.58),
    inset 0 0 0 1px rgba(247, 251, 255, 0.05),
    inset 0 0 76px rgba(0, 54, 98, 0.22);
  transform: none;
}

.contact-error-state .contact-state-card::before,
.contact-error-state .contact-state-card::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.contact-error-state .contact-state-card > * {
  position: relative;
  z-index: 1;
}

.contact-error-state .contact-state-card::before {
  inset: 10px;
  border: 1px solid rgba(42, 182, 255, 0.38);
  border-radius: calc(clamp(22px, 2vw, 30px) - 8px);
  box-shadow:
    inset 0 0 32px rgba(42, 182, 255, 0.07),
    0 0 7px rgba(42, 182, 255, 0.2);
}

.contact-error-state .contact-state-card::after {
  inset: 0;
  background:
    linear-gradient(90deg, transparent, rgba(42, 182, 255, 0.12), transparent) 50% 0 / 72% 2px no-repeat,
    linear-gradient(90deg, transparent, rgba(42, 182, 255, 0.1), transparent) 50% 100% / 72% 2px no-repeat;
  opacity: 0.72;
}

.contact-error-state .contact-form-head {
  grid-template-columns: 1fr;
  justify-items: center;
  align-items: center;
  gap: clamp(12px, 1.3vw, 16px);
}

.contact-error-state .contact-form-mark {
  width: clamp(48px, 3.4vw, 58px);
  height: clamp(48px, 3.4vw, 58px);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  filter: none;
}

.contact-error-state .contact-state-card h1 {
  max-width: 620px;
  margin-bottom: clamp(10px, 0.9vw, 14px);
  font-size: clamp(2.55rem, 4.2vw, 4.85rem);
  text-align: center;
}

.contact-error-state .contact-form-head p {
  display: block;
  max-width: 620px;
  margin: 0;
  color: rgba(247, 251, 255, 0.84);
  font-size: clamp(15px, 0.9vw, 18px);
  font-weight: 600;
  line-height: 1.38;
  text-align: center;
}

.contact-error-email {
  display: inline-grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: center;
  justify-items: start;
  gap: 18px;
  width: min(520px, 100%);
  min-height: 78px;
  margin-top: clamp(18px, 1.5vw, 22px);
  padding: 13px 24px;
  border: 1px solid rgba(0, 167, 238, 0.56);
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.42);
  color: #fff;
  text-align: left;
  text-decoration: none;
  box-shadow: none;
}

.contact-error-email img {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
  filter: none;
}

.contact-error-email strong,
.contact-error-email em {
  display: block;
  font-style: normal;
  overflow-wrap: anywhere;
}

.contact-error-email strong {
  color: var(--contact-gold);
  font-size: clamp(14px, 0.9vw, 17px);
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.contact-error-email em {
  margin-top: 6px;
  color: rgba(247, 251, 255, 0.9);
  font-size: clamp(16px, 1vw, 20px);
  font-weight: 800;
  line-height: 1.2;
}

.contact-error-email:hover,
.contact-error-email:focus-visible {
  border-color: rgba(246, 196, 0, 0.74);
  background: rgba(0, 0, 0, 0.54);
}

.contact-error-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: center;
  margin-top: clamp(18px, 1.5vw, 22px);
}

.contact-error-state .contact-submit {
  min-width: min(260px, 100%);
  height: 48px;
  min-height: 48px;
  padding: 0 58px 0 30px;
  border-color: rgba(246, 196, 0, 0.82);
  background: rgba(246, 196, 0, 0.035);
}

@media (max-width: 700px) {
  .thank-you-page {
    width: calc(100% - 20px);
    min-height: calc(100vh - 78px);
    min-height: calc(100svh - 78px);
    padding: 12px 0 28px;
    gap: 16px;
  }

  .thank-you-hero {
    min-height: 0;
    padding: 300px 18px 30px;
    align-items: end;
    border-radius: 14px;
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.14) 0%, rgba(0, 0, 0, 0.56) 34%, rgba(0, 0, 0, 0.96) 74%),
      url("media/hero/ccc-crypt-final-source.png") 62% 0 / auto 370px no-repeat,
      #000;
  }

  .thank-you-hero::before {
    background-size: 42px 42px;
    mask-image: linear-gradient(180deg, transparent 0%, #000 34%, #000 100%);
    opacity: 0.42;
  }

  .success-copy {
    width: 100%;
    margin-left: 0;
  }

  .success-copy h1 {
    font-size: clamp(3rem, 14vw, 5.2rem);
    line-height: 0.94;
  }

  .success-copy p:not(.contact-kicker) {
    max-width: none;
    font-size: 16px;
  }

  .success-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .success-actions .button {
    width: 100%;
    min-width: 0;
    justify-content: center;
  }

  .success-proof {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 18px;
    border-radius: 16px;
  }

  .success-proof-item {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 14px;
    padding: 16px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(247, 251, 255, 0.14);
  }

  .success-proof-item:first-child {
    padding-top: 0;
  }

  .success-proof-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .success-proof-item img {
    width: 56px;
    height: 56px;
  }

  .contact-error-state {
    --error-panel-width: calc(100vw - 24px);
    width: 100%;
    margin-top: 0;
    padding: 78px 12px 28px;
  }

  .contact-error-block-c {
    display: none;
  }

  .contact-error-state .contact-state-card {
    width: var(--error-panel-width);
    height: auto;
    min-height: 0;
    margin: 0;
    padding: 34px 16px 26px;
    transform: none;
  }

  .contact-error-state .contact-form-head {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .contact-error-state .contact-form-mark {
    width: 62px;
    height: 62px;
  }

  .contact-error-email {
    grid-template-columns: 1fr;
    justify-items: center;
    width: 100%;
    min-height: 0;
    margin-top: 26px;
    padding: 18px 16px;
    text-align: center;
  }

  .contact-error-actions {
    align-items: stretch;
  }

  .contact-error-actions .contact-submit,
  .contact-error-state .contact-submit {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

.contact-section {
  transform: translateY(-3.5cm) !important;
  margin-bottom: calc(clamp(14px, 1.1vw, 22px) - 5.5cm) !important;
}

.contact-form-footer {
  display: grid;
  grid-template-columns: minmax(340px, 0.92fr) minmax(260px, 0.68fr);
  gap: clamp(44px, 4.5vw, 92px);
  align-items: start;
  margin-top: clamp(10px, 0.9vw, 18px);
}

.contact-submit-stack {
  display: grid;
  gap: clamp(10px, 0.7vw, 14px);
  align-content: start;
  justify-self: end;
  width: min(320px, 100%);
  padding-top: 2px;
}

.contact-form-footer .contact-submit {
  width: 100%;
  justify-self: end;
}

.contact-privacy-note {
  align-self: start;
  width: 100%;
  padding: clamp(15px, 1.05vw, 20px) clamp(18px, 1.25vw, 24px);
  border: 1px solid rgba(0, 167, 238, 0.42);
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(0, 167, 238, 0.08), rgba(2, 7, 12, 0.58)),
    rgba(0, 0, 0, 0.24);
  box-shadow:
    inset 0 0 0 1px rgba(247, 251, 255, 0.04),
    0 0 28px rgba(0, 167, 238, 0.08);
}

.contact-privacy-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 6px;
  color: var(--contact-blue);
  font-size: clamp(11px, 0.68vw, 13px) !important;
  font-weight: 950;
  letter-spacing: 0.2em;
  line-height: 1;
  text-transform: uppercase;
}

.contact-privacy-kicker::before {
  content: "";
  width: 22px;
  height: 7px;
  border-top: 2px solid var(--contact-gold);
  border-right: 2px solid var(--contact-gold);
  transform: skewX(34deg);
}

.contact-privacy-note h3 {
  margin: 0 0 7px;
  color: var(--text);
  font-size: clamp(25px, 1.65vw, 34px);
  font-weight: 950;
  line-height: 0.96;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.contact-privacy-note p:not(.contact-privacy-kicker) {
  margin: 0;
  color: rgba(247, 251, 255, 0.72);
  font-size: clamp(12px, 0.72vw, 14px) !important;
  font-weight: 600;
  line-height: 1.28;
}

.contact-form-footer .contact-secure {
  width: 100%;
  margin-top: 0;
  font-size: clamp(14px, 0.84vw, 16px);
  line-height: 1.2;
}

@media (max-width: 900px) {
  .contact-form-footer {
    grid-template-columns: 1fr;
    gap: 18px;
    align-items: start;
  }

  .contact-submit-stack {
    justify-self: stretch;
    width: 100%;
    padding-top: 0;
  }

  .contact-privacy-note {
    align-self: stretch;
  }
}

/* Final contact link redesign: framed 2x2 actions with Calendly. */
.contact-connect {
  margin-top: clamp(16px, 1.35vw, 24px) !important;
}

.contact-actions {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(220px, 1fr)) !important;
  gap: clamp(10px, 0.9vw, 16px) !important;
  width: min(680px, 100%) !important;
  margin: 0 !important;
}

.contact-link,
.contact-link:first-child,
.contact-link:last-child {
  position: relative;
  min-height: clamp(72px, 4.8vw, 88px) !important;
  padding: clamp(12px, 0.95vw, 16px) clamp(42px, 1.9vw, 52px) clamp(12px, 0.95vw, 16px) clamp(16px, 1.25vw, 22px) !important;
  display: grid !important;
  grid-template-columns: clamp(46px, 3vw, 58px) minmax(0, 1fr) !important;
  gap: clamp(12px, 0.9vw, 16px) !important;
  align-items: center !important;
  border: 1px solid rgba(247, 251, 255, 0.24) !important;
  border-radius: 6px !important;
  background:
    linear-gradient(135deg, rgba(0, 167, 238, 0.07), rgba(247, 251, 255, 0.025)),
    rgba(2, 7, 12, 0.56) !important;
  box-shadow: inset 0 0 0 1px rgba(0, 167, 238, 0.08) !important;
  overflow: hidden;
}

.contact-link::after {
  content: "\2197";
  position: absolute;
  right: clamp(16px, 1.15vw, 22px);
  top: 50%;
  color: rgba(247, 251, 255, 0.74);
  font-size: clamp(16px, 1.05vw, 20px);
  font-weight: 800;
  line-height: 1;
  transform: translateY(-50%);
}

.contact-link img {
  width: clamp(46px, 3vw, 58px) !important;
  height: clamp(46px, 3vw, 58px) !important;
  border-radius: 8px;
}

.contact-link strong {
  font-size: clamp(20px, 1.45vw, 30px) !important;
  letter-spacing: 0.06em !important;
}

.contact-link:hover,
.contact-link:focus-visible {
  border-color: rgba(42, 182, 255, 0.72) !important;
  background:
    linear-gradient(135deg, rgba(0, 167, 238, 0.12), rgba(246, 196, 0, 0.035)),
    rgba(2, 7, 12, 0.72) !important;
  box-shadow:
    inset 0 0 0 1px rgba(0, 167, 238, 0.18),
    0 0 24px rgba(0, 167, 238, 0.12) !important;
}

@media (max-width: 1180px) {
  .contact-actions {
    width: 100% !important;
  }
}

@media (max-width: 700px) {
  .contact-actions {
    grid-template-columns: 1fr !important;
  }

  .contact-lede-question {
    white-space: normal;
  }
}

@media (min-width: 1181px) {
  .contact-section .contact-lede {
    max-width: none;
  }
}

.thank-you-page {
  width: 100vw !important;
  max-width: none !important;
  min-height: auto !important;
  margin: 0 auto !important;
  padding: 0 !important;
  gap: 0 !important;
}

.thank-you-hero {
  width: 100% !important;
  min-height: 515px !important;
  align-items: center !important;
  border: 0 !important;
  border-radius: 0 !important;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.96) 0 28%, rgba(0, 0, 0, 0.36) 52%, transparent 78%),
    url("media/hero/ccc-crypt-final.png.webp?v=20260505-optimized-assets") calc(100% + 3cm) 0 / contain no-repeat,
    #000 !important;
  box-shadow: none !important;
}

.success-copy {
  width: min(900px, 58vw) !important;
  margin-left: clamp(28px, 2.25vw, 46px) !important;
  padding: clamp(30px, 3.4vw, 60px) clamp(12px, 1.2vw, 22px) clamp(38px, 3.8vw, 66px) 0 !important;
}

.success-copy h1 {
  font-size: clamp(4rem, 5.65vw, 5.6rem) !important;
  max-width: none !important;
}

.success-copy h1 span {
  display: block;
  white-space: nowrap;
}

.thank-you-hero::before,
.success-proof {
  display: none !important;
}

@media (max-width: 900px) {
  .thank-you-page {
    width: calc(100vw - 24px) !important;
    max-width: none !important;
    padding-top: 108px !important;
  }

  .thank-you-hero {
    min-height: auto !important;
    background-size: cover !important;
    background-position: center right !important;
  }

  .success-copy {
    width: min(100%, 680px) !important;
    padding: 56px 0 42px !important;
  }
}

/* Final mobile thank-you layout: readable copy, contained buttons, no artwork clash. */
@media (max-width: 700px) {
  html,
  body {
    overflow-x: hidden;
  }

  .thank-you-page {
    box-sizing: border-box;
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
    min-height: calc(100svh - 78px) !important;
    padding-top: 78px !important;
    overflow: hidden;
  }

  .thank-you-hero {
    box-sizing: border-box;
    min-height: calc(100svh - 78px) !important;
    display: flex !important;
    align-items: center !important;
    padding: clamp(34px, 8vw, 54px) 20px 42px !important;
    background:
      radial-gradient(circle at 78% 24%, rgba(42, 182, 255, 0.06), transparent 26%),
      linear-gradient(180deg, rgba(0, 0, 0, 0.98), rgba(0, 0, 0, 1)),
      #000 !important;
  }

  .success-copy {
    box-sizing: border-box;
    width: 100% !important;
    max-width: 420px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    overflow: hidden;
  }

  .success-copy .contact-kicker {
    margin-bottom: 16px;
    font-size: 11px;
    letter-spacing: 0.28em;
  }

  .success-copy h1 {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 22px !important;
    font-size: clamp(42px, 12vw, 58px) !important;
    line-height: 0.96 !important;
    overflow-wrap: anywhere;
  }

  .success-copy h1 span {
    display: inline !important;
    white-space: normal !important;
  }

  .success-copy p:not(.contact-kicker) {
    max-width: 100% !important;
    margin-bottom: 16px;
    font-size: 16px !important;
    line-height: 1.34 !important;
    overflow-wrap: anywhere;
  }

  .success-actions {
    width: 100%;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    justify-items: start;
    margin-top: 28px;
  }

  .success-actions .button {
    box-sizing: border-box;
    width: min(100%, 360px) !important;
    min-width: 0 !important;
    min-height: 54px;
    justify-content: center !important;
    padding: 14px 18px !important;
    font-size: 14px;
  }

  .success-proof {
    display: none !important;
  }
}

/* Final glowing contact action buttons. Keep after all contact-specific overrides. */
.contact-actions {
  align-items: stretch !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  width: 100% !important;
  max-width: 620px !important;
  gap: clamp(12px, 1.05vw, 18px) !important;
}

.contact-link,
.contact-link:first-child,
.contact-link:last-child {
  --io-btn-accent: #84c4ff;
  --io-btn-text: #f7fbff;
  --io-btn-glow: rgba(72, 174, 255, 0.52);
  position: relative;
  width: 100% !important;
  min-height: clamp(72px, 5vw, 88px) !important;
  display: grid !important;
  grid-template-columns: clamp(36px, 2.7vw, 48px) 1px minmax(0, 1fr) clamp(30px, 2.35vw, 40px) !important;
  align-items: center !important;
  column-gap: clamp(8px, 0.8vw, 13px) !important;
  padding: clamp(10px, 0.85vw, 14px) clamp(12px, 1vw, 18px) !important;
  border: 2px solid rgba(247, 251, 255, 0.95) !important;
  border-radius: 999px !important;
  background:
    radial-gradient(circle at 90% 50%, color-mix(in srgb, var(--io-btn-accent) 13%, transparent), transparent 34%),
    linear-gradient(180deg, rgba(17, 25, 34, 0.9), rgba(3, 8, 14, 0.94)) !important;
  box-shadow:
    0 0 18px var(--io-btn-glow),
    0 0 42px color-mix(in srgb, var(--io-btn-accent) 26%, transparent),
    inset 0 0 0 1px rgba(255, 255, 255, 0.09),
    inset 0 0 20px color-mix(in srgb, var(--io-btn-accent) 7%, transparent) !important;
  overflow: hidden;
}

.contact-link::before {
  content: "";
  grid-column: 2;
  grid-row: 1;
  width: 1px;
  height: clamp(32px, 2.4vw, 42px);
  background: color-mix(in srgb, var(--io-btn-accent) 30%, rgba(255, 255, 255, 0.38));
  box-shadow: 0 0 10px color-mix(in srgb, var(--io-btn-accent) 18%, transparent);
  opacity: 0.68;
}

.contact-link::after {
  content: "" !important;
  position: static !important;
  grid-column: 4;
  grid-row: 1;
  width: clamp(30px, 2.35vw, 40px);
  height: clamp(30px, 2.35vw, 40px);
  display: block;
  background: url("media/icons/link-arrow.png") center / contain no-repeat;
  filter: drop-shadow(0 0 10px color-mix(in srgb, var(--io-btn-accent) 62%, transparent));
  transform: none !important;
}

.contact-link img {
  grid-column: 1;
  grid-row: 1;
  width: clamp(36px, 2.7vw, 48px) !important;
  height: clamp(36px, 2.7vw, 48px) !important;
  object-fit: contain;
  border-radius: 10px;
  filter: drop-shadow(0 0 12px color-mix(in srgb, var(--io-btn-accent) 48%, transparent));
}

.contact-link span {
  grid-column: 3;
  grid-row: 1;
  min-width: 0;
}

.contact-link strong {
  color: var(--io-btn-text) !important;
  font-family: "RajdhaniHero", Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: clamp(15px, 1.05vw, 20px) !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.09em !important;
  text-transform: uppercase;
  white-space: nowrap;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.72);
}

.contact-link em {
  margin-top: 6px;
  color: rgba(247, 251, 255, 0.72) !important;
  font-size: clamp(11px, 0.8vw, 14px) !important;
  line-height: 1.2;
}

.contact-link:hover,
.contact-link:focus-visible {
  transform: translateY(-1px);
  background:
    radial-gradient(circle at 90% 50%, color-mix(in srgb, var(--io-btn-accent) 18%, transparent), transparent 34%),
    linear-gradient(180deg, rgba(21, 33, 45, 0.96), rgba(4, 12, 20, 0.98)) !important;
  box-shadow:
    0 0 24px var(--io-btn-glow),
    0 0 58px color-mix(in srgb, var(--io-btn-accent) 36%, transparent),
    inset 0 0 0 1px rgba(255, 255, 255, 0.16),
    inset 0 0 24px color-mix(in srgb, var(--io-btn-accent) 10%, transparent) !important;
}

.contact-link.has-button-snow > .button-snow {
  grid-column: 1 / -1;
  right: 12%;
  bottom: 8px;
  left: 12%;
  height: 30px;
}

.contact-submit {
  width: auto !important;
  min-width: 0 !important;
  max-width: 100% !important;
  min-height: 62px !important;
  gap: clamp(8px, 0.75vw, 12px) !important;
  padding-right: clamp(14px, 1vw, 18px) !important;
  padding-left: clamp(22px, 1.45vw, 28px) !important;
  font-size: clamp(15px, 1.05vw, 20px) !important;
  letter-spacing: 0.08em !important;
  white-space: nowrap !important;
}

.contact-submit::before {
  height: 30px !important;
  margin-left: 2px !important;
  background: color-mix(in srgb, var(--io-btn-accent) 30%, rgba(255, 255, 255, 0.38)) !important;
  box-shadow: 0 0 10px color-mix(in srgb, var(--io-btn-accent) 18%, transparent) !important;
  opacity: 0.68 !important;
}

.contact-submit::after {
  width: 30px !important;
  height: 30px !important;
  flex: 0 0 30px !important;
}

.contact-submit > span[aria-hidden="true"]:not(.contact-snow) {
  display: none !important;
}

.contact-submit-stack {
  width: max-content !important;
  max-width: 100% !important;
  justify-self: start !important;
}

.contact-form-footer .contact-submit {
  width: auto !important;
}

@media (max-width: 700px) {
  .contact-submit {
    width: 100% !important;
    min-width: 0 !important;
  }

  .contact-submit-stack {
    width: 100% !important;
  }

  .contact-actions {
    grid-template-columns: 1fr !important;
    max-width: 100% !important;
  }

  .contact-link,
  .contact-link:first-child,
  .contact-link:last-child {
    min-height: 74px !important;
    grid-template-columns: 44px 1px minmax(0, 1fr) 36px !important;
    column-gap: 12px !important;
    padding: 12px 14px !important;
  }

  .contact-link::after {
    width: 36px;
    height: 36px;
  }
}

/* Contact page CTA sparkles must match the Book Intro Call particle treatment. */
.contact-submit.has-button-snow,
.contact-link.has-button-snow {
  --button-snow-color: #fff !important;
  --button-snow-opacity: 1;
}

.contact-submit.has-button-snow > .button-snow,
.contact-link.has-button-snow > .button-snow {
  position: absolute !important;
  display: block !important;
  z-index: 1 !important;
  top: 50% !important;
  right: 10% !important;
  bottom: auto !important;
  left: 10% !important;
  height: 2.8em !important;
  color: #fff !important;
  opacity: 1 !important;
  overflow: hidden !important;
  transform: translateY(-50%) !important;
}

.contact-link.has-button-snow > .button-snow {
  grid-column: 1 / -1 !important;
  right: 15% !important;
  left: 25% !important;
}

.contact-submit.has-button-snow > .button-snow i,
.contact-link.has-button-snow > .button-snow i {
  background: currentColor !important;
  box-shadow:
    0 0 10px currentColor,
    0 0 20px currentColor,
    0 0 34px currentColor !important;
}

.contact-submit.has-button-snow > .button-snow::before,
.contact-submit.has-button-snow > .button-snow::after,
.contact-link.has-button-snow > .button-snow::before,
.contact-link.has-button-snow > .button-snow::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.contact-submit.has-button-snow > .button-snow::before,
.contact-link.has-button-snow > .button-snow::before {
  background:
    radial-gradient(circle at 12% 58%, currentColor 0 2px, transparent 2.6px),
    radial-gradient(circle at 28% 30%, currentColor 0 1.5px, transparent 2.1px),
    radial-gradient(circle at 45% 68%, currentColor 0 2px, transparent 2.7px),
    radial-gradient(circle at 62% 38%, currentColor 0 1.6px, transparent 2.2px),
    radial-gradient(circle at 78% 66%, currentColor 0 2px, transparent 2.7px),
    radial-gradient(circle at 93% 32%, currentColor 0 1.5px, transparent 2.1px);
  filter: drop-shadow(0 0 8px currentColor) drop-shadow(0 0 18px currentColor);
  opacity: 0.95;
}

.contact-submit.has-button-snow > .button-snow::after,
.contact-link.has-button-snow > .button-snow::after {
  background:
    radial-gradient(circle at 20% 74%, currentColor 0 1px, transparent 1.7px),
    radial-gradient(circle at 36% 44%, currentColor 0 1.2px, transparent 1.9px),
    radial-gradient(circle at 55% 80%, currentColor 0 1px, transparent 1.7px),
    radial-gradient(circle at 70% 24%, currentColor 0 1.2px, transparent 1.9px),
    radial-gradient(circle at 86% 58%, currentColor 0 1px, transparent 1.7px);
  filter: drop-shadow(0 0 7px currentColor) drop-shadow(0 0 14px currentColor);
  opacity: 0.72;
  animation: button-snow-twinkle 1450ms ease-in-out infinite alternate;
}

.contact-submit.has-button-snow > :not(.contact-snow),
.contact-submit.has-button-snow::before,
.contact-submit.has-button-snow::after,
.contact-link.has-button-snow > :not(.contact-snow),
.contact-link.has-button-snow::before,
.contact-link.has-button-snow::after {
  position: relative;
  z-index: 2;
}

.contact-submit.has-button-snow > .button-snow::before,
.contact-submit.has-button-snow > .button-snow::after,
.contact-link.has-button-snow > .button-snow::before,
.contact-link.has-button-snow > .button-snow::after {
  content: none !important;
}

.contact-submit.has-button-snow:hover > .button-snow i,
.contact-submit.has-button-snow:focus-visible > .button-snow i,
.contact-link.has-button-snow:hover > .button-snow i,
.contact-link.has-button-snow:focus-visible > .button-snow i {
  animation-duration: calc(var(--snow-speed, 1800ms) * 0.42) !important;
}

.contact-link img {
  width: clamp(32px, 2.45vw, 42px) !important;
  height: clamp(32px, 2.45vw, 42px) !important;
  padding: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: none !important;
}

.contact-actions .contact-link,
.contact-actions .contact-link:first-child,
.contact-actions .contact-link:last-child {
  border-color: rgba(247, 251, 255, 0.95) !important;
  background:
    radial-gradient(circle at 84% 50%, rgba(105, 184, 255, 0.12), transparent 36%),
    linear-gradient(180deg, rgba(18, 28, 38, 0.88), rgba(3, 8, 14, 0.92)) !important;
  box-shadow:
    0 0 18px rgba(60, 155, 235, 0.78),
    0 0 40px rgba(25, 112, 188, 0.34),
    inset 0 0 0 1px rgba(255, 255, 255, 0.1),
    inset 0 0 18px rgba(120, 200, 255, 0.08) !important;
}

.contact-actions .contact-link:hover,
.contact-actions .contact-link:focus-visible {
  border-color: #fff !important;
  background:
    radial-gradient(circle at 84% 50%, rgba(105, 184, 255, 0.18), transparent 36%),
    linear-gradient(180deg, rgba(20, 33, 45, 0.96), rgba(5, 12, 20, 0.96)) !important;
  box-shadow:
    0 0 24px rgba(72, 174, 255, 0.92),
    0 0 54px rgba(25, 112, 188, 0.42),
    inset 0 0 0 1px rgba(255, 255, 255, 0.16),
    inset 0 0 22px rgba(120, 200, 255, 0.12) !important;
}

.contact-form label > span:first-child {
  color: #fff !important;
  text-shadow:
    0 0 8px rgba(255, 255, 255, 0.58),
    0 0 18px rgba(42, 182, 255, 0.24);
}

.contact-field {
  position: relative;
  display: block;
  border: 2px solid rgba(247, 251, 255, 0.9);
  border-radius: 10px;
  background:
    radial-gradient(circle at 90% 50%, rgba(132, 196, 255, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(17, 25, 34, 0.84), rgba(3, 8, 14, 0.94));
  box-shadow:
    0 0 17px rgba(139, 201, 255, 0.44),
    0 0 40px rgba(72, 174, 255, 0.2),
    inset 0 0 0 1px rgba(255, 255, 255, 0.11),
    inset 0 0 24px rgba(132, 196, 255, 0.08);
  overflow: hidden;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.contact-field::before,
.contact-field::after {
  content: none;
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  pointer-events: none;
}

.contact-field:focus-within {
  border-color: rgba(255, 255, 255, 1);
  background:
    radial-gradient(circle at 90% 50%, rgba(132, 196, 255, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(20, 30, 41, 0.9), rgba(3, 8, 14, 0.96));
  box-shadow:
    0 0 22px rgba(247, 251, 255, 0.58),
    0 0 54px rgba(72, 174, 255, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.18),
    inset 0 0 28px rgba(132, 196, 255, 0.12);
}

.contact-field > input,
.contact-field > textarea {
  position: relative;
  z-index: 2;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.contact-field::before {
  background: none;
  opacity: 0;
  animation: none;
}

.contact-field::after {
  background: none;
  opacity: 0;
  animation: none;
}

.contact-message-field::after {
  background: none;
}

.contact-field.has-field-snow {
  --button-snow-color: #fff !important;
  --button-snow-opacity: 0.95;
}

.contact-field.has-field-snow > .button-snow {
  position: absolute !important;
  z-index: 1 !important;
  inset: auto 10px 4px 10px !important;
  display: block !important;
  height: clamp(34px, 3vw, 46px) !important;
  color: #fff !important;
  opacity: 0.95 !important;
  overflow: hidden !important;
  transform: none !important;
}

.contact-message-field.has-field-snow > .button-snow {
  height: clamp(62px, 5vw, 82px) !important;
}

.contact-field.has-field-snow > .button-snow i {
  width: var(--snow-size, 3px) !important;
  height: var(--snow-size, 3px) !important;
  background: currentColor !important;
  box-shadow:
    0 0 9px currentColor,
    0 0 18px rgba(255, 255, 255, 0.72),
    0 0 28px rgba(139, 201, 255, 0.35) !important;
}

.contact-field.has-field-snow > .button-snow i:nth-child(1) { --snow-x: 1.4%; --snow-size: 2px; --snow-speed: 1650ms; --snow-delay: -160ms; --snow-drift: 3px; }
.contact-field.has-field-snow > .button-snow i:nth-child(2) { --snow-x: 3.6%; --snow-size: 2px; --snow-speed: 2050ms; --snow-delay: -900ms; --snow-drift: -3px; }
.contact-field.has-field-snow > .button-snow i:nth-child(3) { --snow-x: 6.5%; --snow-size: 3px; --snow-speed: 1780ms; --snow-delay: -1320ms; --snow-drift: 4px; }
.contact-field.has-field-snow > .button-snow i:nth-child(4) { --snow-x: 10%; --snow-size: 2px; --snow-speed: 2150ms; --snow-delay: -540ms; --snow-drift: -4px; }
.contact-field.has-field-snow > .button-snow i:nth-child(5) { --snow-x: 82%; --snow-size: 2px; --snow-speed: 1880ms; --snow-delay: -1120ms; --snow-drift: 5px; }
.contact-field.has-field-snow > .button-snow i:nth-child(6) { --snow-x: 86%; --snow-size: 2px; --snow-speed: 2020ms; --snow-delay: -1480ms; --snow-drift: -5px; }
.contact-field.has-field-snow > .button-snow i:nth-child(7) { --snow-x: 90%; --snow-size: 3px; --snow-speed: 1700ms; --snow-delay: -640ms; --snow-drift: 4px; }
.contact-field.has-field-snow > .button-snow i:nth-child(8) { --snow-x: 93.5%; --snow-size: 2px; --snow-speed: 2180ms; --snow-delay: -1720ms; --snow-drift: -4px; }
.contact-field.has-field-snow > .button-snow i:nth-child(9) { --snow-x: 96%; --snow-size: 3px; --snow-speed: 1800ms; --snow-delay: -1240ms; --snow-drift: 5px; }
.contact-field.has-field-snow > .button-snow i:nth-child(10) { --snow-x: 98.4%; --snow-size: 2px; --snow-speed: 2100ms; --snow-delay: -320ms; --snow-drift: -3px; }
.contact-field.has-field-snow > .button-snow i:nth-child(n + 11) {
  display: none !important;
}

.contact-field:not(.contact-message-field).has-field-snow > .button-snow i:nth-child(-n + 4) {
  display: none !important;
}

@keyframes contact-field-shine {
  from {
    opacity: 0.58;
  }

  to {
    opacity: 0.84;
  }
}

@keyframes contact-field-sparkle {
  from {
    opacity: 0.58;
    filter: drop-shadow(0 0 2px rgba(42, 182, 255, 0.55));
  }

  to {
    opacity: 0.9;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.58));
  }
}
