:root {
  --bg: #02070d;
  --bg-2: #06111b;
  --section-bg: #02070d;
  --panel: rgba(6, 16, 25, 0.72);
  --panel-solid: #07131e;
  --line: rgba(132, 211, 255, 0.28);
  --line-strong: rgba(170, 231, 255, 0.56);
  --text: #f6fbff;
  --muted: #b7cad7;
  --dim: #6f8795;
  --cyan: #65d4ff;
  --cyan-2: #a9edff;
  --steel: #7b9bb0;
  --gold: #d7b15a;
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.56);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: #010305;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 72% 18%, rgba(33, 124, 177, 0.16), transparent 30%),
    linear-gradient(180deg, var(--bg), #03080d 48%, #010305);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

body::selection {
  background: rgba(101, 212, 255, 0.34);
}

a {
  color: inherit;
  text-decoration: none;
}

img,
picture,
figure {
  max-width: 100%;
}

button {
  font: inherit;
}

section {
  scroll-margin-top: 88px;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 100;
  transform: translateY(-160%);
  padding: 10px 14px;
  background: var(--cyan-2);
  color: #03111b;
  font-weight: 800;
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  min-height: 66px;
  padding: 0 clamp(22px, 4.4vw, 80px);
  background: rgba(2, 7, 13, 0.2);
  border: 0;
  backdrop-filter: blur(18px);
  transition: background 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(2, 7, 13, 0.72);
}

.brand {
  justify-self: start;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.325rem, 3.3vw, 3.075rem);
  line-height: 1;
  letter-spacing: 0;
  color: var(--text);
  text-shadow: 0 0 22px rgba(255, 255, 255, 0.16);
}

.brand span {
  position: relative;
  display: inline-block;
}

.brand span::after {
  content: "";
  position: absolute;
  left: 0.38em;
  bottom: -0.14em;
  width: 2.1em;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(246, 251, 255, 0.88) 0 30%,
    transparent 30% 58%,
    rgba(246, 251, 255, 0.88) 58% 100%
  );
  box-shadow: 0 0 12px rgba(101, 212, 255, 0.24);
  pointer-events: none;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 4vw, 62px);
}

.site-nav a,
.contact-button {
  color: #e9f5fb;
  font-size: 1.066rem;
  line-height: 1;
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--cyan-2);
}

.contact-button {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.contact-button:hover,
.contact-button:focus-visible {
  color: var(--cyan-2);
  transform: translateY(-1px);
}

.menu-button {
  display: none;
  justify-self: end;
  width: 44px;
  height: 40px;
  padding: 0;
  border: 1px solid var(--line);
  background: rgba(2, 10, 17, 0.55);
  color: var(--text);
}

.menu-button span {
  display: block;
  width: 18px;
  height: 1px;
  margin: 5px auto;
  background: currentColor;
}

.index-hero {
  position: relative;
  min-height: 94vh;
  display: grid;
  grid-template-columns: minmax(290px, 0.55fr) minmax(560px, 1fr);
  align-items: center;
  gap: clamp(26px, 3vw, 54px);
  padding: 96px clamp(22px, 4.4vw, 80px) 42px;
  overflow: hidden;
  isolation: isolate;
}

.index-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(2, 7, 13, 0.92) 0%, rgba(2, 7, 13, 0.36) 41%, rgba(2, 7, 13, 0.52) 100%),
    linear-gradient(180deg, rgba(2, 7, 13, 0.14), rgba(0, 3, 8, 0.8));
}

.index-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 24%;
  background: linear-gradient(180deg, transparent, rgba(1, 3, 5, 0.92));
  pointer-events: none;
}

.network-canvas {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  opacity: 0.46;
  mix-blend-mode: screen;
}

.hero-image {
  position: absolute;
  inset: 0;
  z-index: -4;
  overflow: hidden;
  background: #010305;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100% center;
  filter: hue-rotate(-8deg) saturate(1.2) contrast(1.18) brightness(0.88);
  transform: scale(1.14) translate(2%, 14%);
  transform-origin: center center;
}

.depth-layer {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.layer-one {
  background:
    linear-gradient(rgba(114, 206, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(114, 206, 255, 0.055) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(ellipse at 62% 56%, #000 0%, transparent 72%);
  opacity: 0.28;
  transform: perspective(760px) rotateX(58deg) translateY(29%);
  transform-origin: center bottom;
}

.layer-two {
  background:
    radial-gradient(circle at 52% 48%, rgba(185, 237, 255, 0.2) 0 1px, transparent 2px),
    radial-gradient(circle at 58% 42%, rgba(77, 191, 255, 0.15) 0 1px, transparent 2px);
  background-size: 42px 42px, 68px 68px;
  opacity: 0.18;
  transform: perspective(820px) rotateX(62deg) translateY(28%) scale(1.16);
  transform-origin: center bottom;
}

.hero-copy {
  max-width: 370px;
  min-width: 0;
  padding-top: 0;
  transform: translateY(-36px);
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--cyan-2);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
  max-width: 100%;
  overflow-wrap: break-word;
}

h1 {
  margin-bottom: 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.08rem, 5.2vw, 5.95rem);
  line-height: 0.94;
  font-weight: 500;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 4vw, 4.6rem);
  line-height: 0.98;
  font-weight: 500;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.04rem;
  line-height: 1.22;
}

.hero-copy p:not(.eyebrow) {
  max-width: 330px;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.55;
}

.index-button {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--text);
  font-size: 0.84rem;
  font-weight: 800;
  transition: color 170ms ease, transform 170ms ease, text-shadow 170ms ease;
}

.index-button:hover,
.index-button:focus-visible {
  color: var(--cyan-2);
  text-shadow: 0 0 18px rgba(101, 212, 255, 0.62);
  transform: translateX(2px);
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px 26px;
}

.secondary-link {
  color: var(--muted);
  font-weight: 700;
}

.contact-large {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  padding: 0 20px;
  border: 1px solid rgba(101, 212, 255, 0.7);
  background: rgba(3, 17, 28, 0.48);
  color: var(--text);
  font-size: 0.82rem;
  font-weight: 800;
  box-shadow: inset 0 0 24px rgba(101, 212, 255, 0.08), 0 16px 44px rgba(0, 0, 0, 0.26);
  transition: transform 170ms ease, border-color 170ms ease, background 170ms ease, box-shadow 170ms ease;
}

.contact-large:hover,
.contact-large:focus-visible {
  transform: translateY(-2px);
  border-color: var(--cyan-2);
  background: rgba(18, 68, 96, 0.46);
  box-shadow: inset 0 0 30px rgba(101, 212, 255, 0.12), 0 22px 54px rgba(0, 0, 0, 0.34);
}

.content-band,
.contact-band {
  padding: clamp(72px, 9vw, 132px) clamp(22px, 4.4vw, 80px);
}

.content-band {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100vh;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(180deg, rgba(2, 7, 13, 0.98), rgba(2, 7, 13, 0.98)),
    var(--section-bg);
}

.payoff-band {
  position: relative;
  overflow: hidden;
  background: var(--section-bg);
  margin-top: -120px;
}

.payoff-band::before,
.offer-band::before,
.enquiry-band::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.payoff-band::before {
  background:
    linear-gradient(rgba(169, 237, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(169, 237, 255, 0.038) 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: radial-gradient(ellipse at 68% 42%, #000 0%, transparent 68%);
  opacity: 0.34;
  z-index: 0;
}

.section-bg {
  position: absolute;
  inset: -1px 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.section-bg::before,
.section-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.section-bg::before {
  background:
    linear-gradient(180deg, var(--section-bg) 0%, rgba(2, 7, 13, 0.2) 22%, rgba(2, 7, 13, 0.32) 72%, var(--section-bg) 100%),
    linear-gradient(90deg, rgba(2, 7, 13, 0.88) 0%, rgba(2, 7, 13, 0.38) 42%, rgba(2, 7, 13, 0.66) 100%);
}

.section-bg::after {
  background:
    radial-gradient(circle at 63% 47%, rgba(101, 212, 255, 0.28), transparent 31%),
    radial-gradient(circle at 57% 55%, rgba(215, 177, 90, 0.075), transparent 31%),
    radial-gradient(ellipse at center, transparent 0%, rgba(1, 3, 6, 0.58) 76%),
    linear-gradient(180deg, rgba(2, 7, 13, 0.04), rgba(2, 7, 13, 0.26));
  mix-blend-mode: screen;
  opacity: 0.9;
}

.section-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.96;
  filter: hue-rotate(-9deg) saturate(1.2) contrast(1.18) brightness(0.86);
}

.payoff-band .section-bg img {
  object-position: 72% 32%;
  transform: scaleX(-1) scale(1.08) translateY(-8%);
  mask-image: none;
}

.offer-band .section-bg img {
  object-position: 66% 28%;
  transform: scale(1.08) translateY(-10%);
}

.enquiry-band .section-bg img {
  object-position: 72% 18%;
  transform: scale(1.12) translateY(-14%);
}

.section-canvas {
  z-index: 1;
  opacity: 0.58;
}

.section-copy {
  position: relative;
  z-index: 2;
  width: min(100%, 440px);
  min-width: 0;
  padding-top: clamp(104px, 15vh, 164px);
}

.section-copy-right {
  margin-left: auto;
  margin-right: clamp(0px, 1.4vw, 24px);
}

.section-copy-left {
  margin-left: 0;
  margin-right: auto;
}

.section-copy h2 {
  margin-bottom: 22px;
  font-size: clamp(3.05rem, 5.15vw, 5.7rem);
  line-height: 0.94;
}

.section-copy p {
  max-width: 420px;
  margin: 0;
  color: #d7e8f2;
  font-size: clamp(0.98rem, 1.18vw, 1.12rem);
  line-height: 1.56;
}

.section-copy-right p {
  margin-left: 0;
}

.section-intro {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(220px, 0.32fr) minmax(0, 0.8fr);
  gap: clamp(18px, 4vw, 76px);
  align-items: start;
  margin-bottom: clamp(34px, 5vw, 68px);
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.index-card {
  position: relative;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: transparent;
  box-shadow: none;
  transition: transform 170ms ease, background 170ms ease, border-color 170ms ease, box-shadow 170ms ease;
}

.index-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(169, 237, 255, 0.16), transparent 32%);
  opacity: 0;
  pointer-events: none;
}

.index-card:hover,
.index-card.is-linked {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  transform: translateY(-4px);
}

.index-card span {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: auto;
  color: #d7e8f2;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.index-card h3,
.index-card p {
  position: relative;
  z-index: 1;
}

.index-card p,
.wide-copy {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.62;
}

.payoff-showcase {
  position: relative;
  z-index: 1;
  display: block;
}

.payoff-copy p {
  display: none;
}

.outcome-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 36px);
  margin-top: auto;
  padding-top: clamp(110px, 20vh, 220px);
  background: transparent;
  border: 0;
}

.outcome-card {
  position: relative;
  min-height: 170px;
  padding: 0;
  border-top: 0;
  background: transparent;
  transition: transform 170ms ease, background 170ms ease, box-shadow 170ms ease;
}

.outcome-card:hover {
  transform: translateY(-4px);
  background: transparent;
  box-shadow: none;
}

.outcome-card span,
.enquiry-note li::marker {
  color: #d7e8f2;
}

.outcome-card span {
  display: none;
  margin-bottom: 24px;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.outcome-card p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.56;
}

.compact {
  padding-bottom: clamp(56px, 7vw, 96px);
}

.wide-copy {
  width: 100%;
  max-width: 1080px;
  font-size: clamp(1.1rem, 2vw, 1.55rem);
}

.offer-band {
  position: relative;
  overflow: hidden;
  background: var(--section-bg);
  margin-bottom: 0;
  padding-bottom: clamp(150px, 18vh, 230px);
}

.offer-band::before {
  background:
    linear-gradient(120deg, transparent 0 52%, rgba(169, 237, 255, 0.08) 52.2% 52.6%, transparent 53%),
    radial-gradient(circle at 64% 46%, rgba(101, 212, 255, 0.08), transparent 34%);
  opacity: 0.8;
}

.offer-band::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: -1px;
  left: 0;
  height: clamp(86px, 10vh, 150px);
  background: linear-gradient(180deg, transparent 0%, rgba(2, 7, 13, 0.34) 58%, var(--section-bg) 100%);
  pointer-events: none;
}

.payoff-band .section-bg::before,
.enquiry-band .section-bg::before {
  background:
    linear-gradient(180deg, rgba(1, 3, 5, 0.78) 0%, rgba(2, 7, 13, 0.18) 22%, rgba(2, 7, 13, 0.36) 74%, var(--section-bg) 100%),
    linear-gradient(90deg, rgba(2, 7, 13, 0.9) 0%, rgba(2, 7, 13, 0.38) 42%, rgba(2, 7, 13, 0.9) 100%);
}

.offer-band .section-bg::before {
  background:
    linear-gradient(180deg, var(--section-bg) 0%, rgba(2, 7, 13, 0.22) 20%, rgba(2, 7, 13, 0.34) 74%, var(--section-bg) 100%),
    linear-gradient(90deg, rgba(2, 7, 13, 0.92) 0%, rgba(2, 7, 13, 0.42) 45%, rgba(2, 7, 13, 0.62) 100%);
}

.offer-band .section-copy {
  width: min(100%, 780px);
  padding-top: clamp(48px, 7vh, 82px);
}

.offer-band .section-copy h2 {
  font-size: clamp(3.05rem, 5.15vw, 5.7rem);
  line-height: 0.94;
}

.offer-grid {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: start;
  gap: clamp(28px, 3.4vw, 52px) clamp(22px, 3vw, 48px);
  margin-top: auto;
  padding-top: clamp(36px, 5vh, 68px);
  padding-bottom: clamp(54px, 7vh, 96px);
}

.offer-card {
  grid-column: span 2;
  min-height: 158px;
  justify-content: flex-start;
  align-self: start;
}

.lead-offer {
  grid-column: span 2;
  min-height: 158px;
  justify-content: flex-start;
  align-self: start;
  background: transparent;
}

.offer-card h3 {
  margin: 0 0 12px;
}

.enquiry-layout {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 860px;
  margin-top: auto;
  padding-top: clamp(28px, 4vw, 58px);
  align-items: start;
}

.enquiry-band {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.85fr);
  align-items: center;
  gap: clamp(34px, 5vw, 86px);
  overflow: hidden;
  background: var(--section-bg);
  margin-top: -18px;
  padding-top: clamp(20px, 3vw, 46px);
}

.enquiry-band::before {
  background:
    linear-gradient(90deg, rgba(169, 237, 255, 0.1), transparent 34%, transparent 66%, rgba(169, 237, 255, 0.08)),
    linear-gradient(rgba(169, 237, 255, 0.045) 1px, transparent 1px);
  background-size: auto, 100% 72px;
  opacity: 0.42;
}

.enquiry-band::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  height: clamp(84px, 10vh, 150px);
  background: linear-gradient(180deg, var(--section-bg) 0%, rgba(2, 7, 13, 0.48) 44%, transparent 100%);
  pointer-events: none;
}

.enquiry-band .section-copy {
  grid-column: 2;
  grid-row: 1;
  z-index: 3;
  width: min(100%, 660px);
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  align-self: center;
  transform: translateY(108px);
}

.enquiry-band .section-copy h2 {
  font-size: clamp(3.05rem, 5.15vw, 5.7rem);
  line-height: 0.94;
}

.accent-email {
  color: var(--cyan-2);
  text-shadow: 0 0 26px rgba(101, 212, 255, 0.34);
  white-space: nowrap;
}

.enquiry-band .enquiry-layout {
  grid-column: 1;
  grid-row: 1;
  z-index: 3;
  max-width: 760px;
  margin-top: 0;
  padding-top: 0;
  align-self: center;
}

.enquiry-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px 28px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.enquiry-form label,
.select-field {
  display: grid;
  gap: 10px;
}

.enquiry-form label span,
.select-field > span {
  color: rgba(246, 251, 255, 0.92);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.enquiry-form input,
.enquiry-form textarea {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-bottom: 1px solid rgba(215, 232, 242, 0.44);
  border-radius: 0;
  padding: 10px 0 13px;
  background: transparent;
  color: var(--text);
  font: inherit;
  outline: 0;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.select-field {
  position: relative;
}

.select-trigger {
  position: relative;
  display: flex;
  min-height: 48px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 0;
  border-bottom: 1px solid rgba(215, 232, 242, 0.44);
  border-radius: 0;
  padding: 10px 2px 13px 0;
  background: transparent;
  color: var(--text);
  cursor: pointer;
  font: inherit;
  outline: 0;
  text-align: left;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease, color 160ms ease;
}

.select-trigger:hover,
.select-trigger:focus-visible,
.select-field.is-open .select-trigger {
  border-color: var(--cyan-2);
  background: transparent;
  box-shadow: 0 14px 30px -26px rgba(101, 212, 255, 0.92);
}

.select-field.is-empty .select-trigger {
  border-color: rgba(255, 118, 118, 0.82);
  box-shadow: 0 14px 34px -26px rgba(255, 118, 118, 0.7);
}

.select-mark {
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  border-right: 1px solid rgba(169, 237, 255, 0.95);
  border-bottom: 1px solid rgba(169, 237, 255, 0.95);
  transform: rotate(45deg) translateY(-2px);
  transition: transform 170ms ease;
}

.select-field.is-open .select-mark {
  transform: rotate(225deg) translate(-2px, -1px);
}

.select-panel {
  position: absolute;
  z-index: 30;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(169, 237, 255, 0.24);
  background:
    radial-gradient(circle at 72% 0%, rgba(101, 212, 255, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(4, 16, 25, 0.96), rgba(1, 6, 10, 0.96));
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.62), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.select-field.is-open .select-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.select-panel button {
  min-height: 44px;
  border: 0;
  border-bottom: 1px solid rgba(169, 237, 255, 0.12);
  background: transparent;
  color: rgba(235, 248, 255, 0.88);
  cursor: pointer;
  font: inherit;
  padding: 0 14px;
  text-align: left;
  transition: background 150ms ease, color 150ms ease, text-shadow 150ms ease;
}

.select-panel button:last-child {
  border-bottom: 0;
}

.select-panel button:hover,
.select-panel button:focus-visible,
.select-panel button[aria-selected="true"] {
  background: rgba(101, 212, 255, 0.14);
  color: var(--white);
  outline: 0;
  text-shadow: 0 0 18px rgba(101, 212, 255, 0.46);
}

.enquiry-form textarea {
  min-height: 118px;
  resize: vertical;
}

.enquiry-form input:focus,
.enquiry-form textarea:focus {
  border-color: var(--cyan-2);
  background: transparent;
  box-shadow: 0 12px 30px -26px rgba(101, 212, 255, 0.72);
}

.full-field,
.submit-button {
  grid-column: 1 / -1;
}

.submit-button {
  justify-self: start;
  min-height: 40px;
  border: 0;
  border-bottom: 1px solid rgba(169, 237, 255, 0.72);
  border-radius: 0;
  padding: 0 0 8px;
  background: transparent;
  color: var(--text);
  cursor: pointer;
  font-weight: 900;
  transition: transform 170ms ease, border-color 170ms ease, background 170ms ease, box-shadow 170ms ease;
}

.submit-button:hover,
.submit-button:focus-visible {
  transform: translateY(-2px);
  border-color: var(--cyan-2);
  background: transparent;
  box-shadow: 0 16px 36px -28px rgba(101, 212, 255, 0.86);
}

.submit-button.is-sending {
  color: var(--cyan-2);
  pointer-events: none;
}

.submit-button.is-sent {
  color: var(--cyan-2);
  text-shadow: 0 0 18px rgba(101, 212, 255, 0.38);
}

.enquiry-note {
  position: relative;
  max-width: 430px;
  margin: 28px 0 0;
  padding: 0;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.enquiry-note::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(169, 237, 255, 0.18), transparent 45%);
  height: 1px;
  inset: 0 auto auto 0;
  width: 120px;
  opacity: 1;
  pointer-events: none;
}

.enquiry-note h3,
.enquiry-note p,
.enquiry-note ul {
  position: relative;
  z-index: 1;
}

.enquiry-note h3 {
  padding-top: 20px;
}

.enquiry-note p,
.enquiry-note li {
  color: var(--muted);
  line-height: 1.58;
}

.enquiry-note ul {
  margin: 22px 0 0;
  padding-left: 18px;
}

.contact-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  background: #010305;
}

.contact-band h2 {
  max-width: 900px;
}

.contact-large {
  flex: 0 0 auto;
  min-width: 184px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 92px;
  padding: 24px clamp(22px, 4.4vw, 80px);
  border-top: 1px solid rgba(132, 211, 255, 0.18);
  color: var(--dim);
  font-size: 0.84rem;
}

.footer-brand {
  position: relative;
  z-index: 1;
  font-size: clamp(1.55rem, 2.2vw, 2.05rem);
}

.footer-url {
  justify-self: end;
  color: var(--muted);
  font-size: 0.9rem;
  transition: color 160ms ease, text-shadow 160ms ease;
}

.footer-url:hover,
.footer-url:focus-visible {
  color: var(--cyan-2);
  text-shadow: 0 0 18px rgba(101, 212, 255, 0.42);
}

.reveal {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 680ms ease, transform 680ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .index-hero {
    grid-template-columns: 1fr;
    align-items: start;
    min-height: auto;
    padding-top: 112px;
  }

  .hero-copy {
    max-width: 720px;
  }

  .hero-copy p:not(.eyebrow) {
    max-width: 580px;
  }

  .section-intro {
    grid-template-columns: 1fr;
  }

  .outcome-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .offer-card,
  .lead-offer {
    grid-column: span 3;
  }

}

@media (max-width: 820px) {
  .site-header {
    grid-template-columns: 1fr auto;
    min-height: 62px;
  }

  .menu-button {
    position: fixed;
    right: 16px;
    top: 11px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-color: rgba(169, 237, 255, 0.62);
    background: rgba(7, 26, 40, 0.82);
    box-shadow: inset 0 0 18px rgba(101, 212, 255, 0.08);
    z-index: 60;
  }

  .site-nav {
    position: absolute;
    left: 14px;
    right: 14px;
    top: calc(100% + 1px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    border: 1px solid var(--line);
    background: rgba(2, 7, 13, 0.96);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    min-height: 46px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(132, 211, 255, 0.1);
  }

  .contact-button {
    display: none;
  }

  .card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .offer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .offer-card,
  .lead-offer {
    grid-column: span 1;
  }

  .contact-band {
    align-items: flex-start;
    flex-direction: column;
  }

  .enquiry-band {
    display: flex;
    flex-direction: column;
    gap: 42px;
    margin-top: 0;
  }

  .enquiry-band .section-copy,
  .enquiry-band .enquiry-layout {
    width: 100%;
    max-width: 100%;
    transform: none;
  }
}

@media (max-width: 640px) {
  .index-hero {
    grid-template-columns: minmax(0, 1fr);
    padding: 94px 16px 44px;
  }

  h1 {
    font-size: clamp(2.45rem, 10.6vw, 3.15rem);
    line-height: 0.98;
  }

  h2 {
    font-size: clamp(2.2rem, 9.8vw, 3.05rem);
    line-height: 0.98;
  }

  .hero-copy {
    max-width: min(330px, calc(100vw - 32px));
    transform: translateY(0);
  }

  .hero-copy p:not(.eyebrow) {
    max-width: min(330px, calc(100vw - 32px));
  }

  .wide-copy {
    width: calc(100vw - 32px);
    font-size: 1rem;
    line-height: 1.55;
  }

  .section-copy,
  .section-copy-right,
  .section-copy-left {
    width: 100%;
    max-width: min(330px, calc(100vw - 32px));
    margin-left: 0;
    margin-right: 0;
    padding-top: 36px;
  }

  .section-copy p,
  .section-copy-right p,
  .enquiry-note {
    max-width: 100%;
    margin-left: 0;
  }

  .outcome-grid,
  .offer-grid {
    margin-top: 72px;
  }

  .payoff-band .section-bg img,
  .offer-band .section-bg img,
  .enquiry-band .section-bg img {
    opacity: 0.72;
    mask-image: none;
  }

  .content-band,
  .contact-band {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .outcome-grid,
  .card-grid,
  .offer-grid {
    grid-template-columns: 1fr;
  }

  .enquiry-form {
    grid-template-columns: 1fr;
  }

  .enquiry-band .section-copy h2 {
    font-size: clamp(2.5rem, 12.5vw, 4rem);
  }

  .index-card {
    min-height: 210px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
