@font-face {
  font-family: Inter;
  src: url("/fonts/inter-latin-ext.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Inter;
  src: url("/fonts/inter-latin.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: Manrope;
  src: url("/fonts/manrope-latin-ext.woff2") format("woff2");
  font-weight: 200 800;
  font-display: swap;
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Manrope;
  src: url("/fonts/manrope-latin.woff2") format("woff2");
  font-weight: 200 800;
  font-display: swap;
}
:root {
  --blue: #004fff;
  --ink: #18212e;
  --muted: #5b6471;
  --line: #dde1e7;
  --paper: #f4f6f8;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 32px;
}
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.65;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 6px;
}
a:hover {
  color: var(--blue);
}
img {
  display: block;
  max-width: 100%;
}
.wrap {
  max-width: 1280px;
  width: calc(100% - 112px);
  margin-inline: auto;
}
.header {
  height: 84px;
  display: flex;
  align-items: center;
  gap: 40px;
  border-bottom: 1px solid var(--line);
}
.logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
  line-height: 1;
  white-space: nowrap;
}
.logo img {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.logo-wordmark {
  display: inline-flex;
  align-items: baseline;
  gap: 0.065em;
  font-family: Manrope, Inter, sans-serif;
  font-size: 20px;
  line-height: 1;
}
.logo-wordmark b {
  font-size: 1em;
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 600;
}
.logo-wordmark > span {
  font-size: 0.65em;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 500;
}
.desktop-nav {
  display: flex;
  gap: 27px;
  margin-left: auto;
  font-size: 13px;
}
.header-end {
  display: flex;
  gap: 28px;
  align-items: center;
}
.languages {
  display: flex;
  gap: 9px;
  font-size: 12px;
  color: var(--muted);
}
.languages [aria-current] {
  color: var(--blue);
  font-weight: 650;
}
.languages a {
  padding: 8px 0;
}
.header-cta {
  font-size: 12px;
  font-weight: 600;
}
.mobile-menu {
  display: none;
}
.skip {
  position: absolute;
  top: -100px;
  left: 20px;
  background: #fff;
  padding: 12px;
  z-index: 10;
}
.skip:focus {
  top: 12px;
}
.hero {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 72px;
  align-items: center;
  padding-block: 72px;
}
.eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 26px;
}
h1,
h2,
h3 {
  font-family: Manrope, Inter, sans-serif;
  font-weight: 500;
  line-height: 1.12;
  margin: 0;
  letter-spacing: -2px;
}
h1 {
  font-size: clamp(40px, 3.8vw, 52px);
  letter-spacing: -2px;
}
h2 {
  font-size: clamp(28px, 2.8vw, 36px);
  letter-spacing: -1.2px;
}
h3 {
  font-size: 18px;
  letter-spacing: -0.4px;
  line-height: 1.3;
}
.intro {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
  max-width: 520px;
  margin: 28px 0;
}
.hero-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 17px;
}
.button {
  display: inline-flex;
  justify-content: center;
  text-align: center;
  min-width: 160px;
  align-items: center;
  padding: 14px 21px;
  background: var(--blue);
  color: white;
  font-size: 13px;
  font-weight: 550;
  border: 1px solid var(--blue);
  min-height: 50px;
}
.button:hover {
  background: #0146ad;
  color: white;
  border-color: #0146ad;
}
.button.secondary {
  background: white;
  border-color: var(--line);
  color: var(--ink);
}
.button.secondary:hover {
  border-color: var(--blue);
  color: var(--blue);
}
.text-link {
  display: inline-block;
  color: var(--blue);
  font-weight: 550;
  font-size: 13px;
}
.status {
  font-size: 10px;
  letter-spacing: 0.15px;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 29px;
}
.status > span {
  width: 5px;
  height: 5px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--blue);
}
.benefits-overview {
  background: linear-gradient(145deg, #f0f5ff, #f7f8fa 65%);
  border: 1px solid #dde5f2;
  border-radius: 18px;
  padding: 30px;
  box-shadow: 0 12px 36px -24px #17356630;
}
.overview-label {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}
.benefits-overview h2 {
  font-size: 25px;
  letter-spacing: -0.8px;
  line-height: 1.25;
}
.benefits-overview ul {
  list-style: none;
  display: grid;
  gap: 10px;
  margin: 24px 0 20px;
  padding: 0;
}
.benefits-overview li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  background: #fff;
  border: 1px solid #e6eaf1;
  border-radius: 12px;
}
.benefit-icon {
  display: grid;
  place-items: center;
  flex: 0 0 40px;
  height: 40px;
  border-radius: 10px;
  color: var(--blue);
  background: #edf3ff;
}
.benefit-icon svg {
  width: 22px;
  height: 22px;
}
.benefits-overview h3 {
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.2px;
}
.benefits-overview li p {
  margin: 4px 0 0;
  font-size: 12px;
  line-height: 1.5;
  color: var(--muted);
}
.overview-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid #c9d8f5;
  border-radius: 9px;
  color: var(--blue);
  background: #fff;
  font-size: 13px;
  font-weight: 550;
  text-align: center;
}
.overview-cta:hover {
  background: #edf3ff;
  border-color: var(--blue);
}
.overview-cta:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 4px;
}
@media (prefers-reduced-motion: no-preference) {
  .benefits-overview li {
    animation: benefit-arrive 600ms cubic-bezier(.2, .7, .3, 1) both;
  }
  .benefits-overview li:nth-child(2) { animation-delay: 90ms; }
  .benefits-overview li:nth-child(3) { animation-delay: 180ms; }
  .overview-cta { transition: background-color 160ms, border-color 160ms; }
}
@keyframes benefit-arrive {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}
.strip {
  border-block: 1px solid var(--line);
}
.strip .wrap {
  display: flex;
  justify-content: center;
  padding-block: 23px;
  gap: 48px;
}
.strip span {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 12px;
  color: var(--muted);
}
.strip i {
  font-style: normal;
  font-size: 20px;
  color: var(--blue);
}
.section {
  padding-block: 100px;
}
.section-heading {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 100px;
  align-items: end;
  margin-bottom: 48px;
}
.section-heading > p,
.section-heading > div > p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}
.section-heading .text-link {
  margin-top: 19px;
}
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.cards article {
  border-top: 1px solid var(--line);
  padding-top: 25px;
}
.cards p {
  font-size: 13px;
  line-height: 1.8;
  color: var(--muted);
  margin: 14px 0 0;
}
.gaming {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}
.gaming-copy {
  padding: 51px 42px;
}
.gaming-copy > p:not(.eyebrow):not(.fine) {
  color: var(--muted);
  font-size: 14px;
  margin-top: 22px;
}
.gaming-copy h2 {
  font-size: 32px;
}
.gaming ul {
  padding: 0;
  list-style: none;
  margin-block: 23px;
}
.gaming li {
  font-size: 12px;
  margin-bottom: 10px;
  display: flex;
  gap: 12px;
}
.gaming li:before {
  content: "+";
  color: var(--blue);
}
.fine {
  font-size: 10px;
  color: var(--muted);
  line-height: 1.7;
  margin: 22px 0 0;
}
.gaming-art {
  position: relative;
  overflow: hidden;
  min-height: 470px;
  border-right: 1px solid var(--line);
  background-image:
    linear-gradient(#e1e5eb 1px, transparent 1px),
    linear-gradient(90deg, #e1e5eb 1px, transparent 1px);
  background-size: 42px 42px;
}
.game-symbol {
  color: var(--blue);
  position: absolute;
  top: 94px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 200px;
}
.art-caption {
  position: absolute;
  bottom: 40px;
  left: 35px;
  font-family: Manrope, sans-serif;
  font-size: 25px;
  letter-spacing: -1px;
  line-height: 1.15;
}
.art-number {
  position: absolute;
  bottom: 40px;
  right: 30px;
  color: var(--muted);
  font-size: 11px;
}
.pixel {
  position: absolute;
  width: 42px;
  height: 42px;
  background: #dce6fb;
}
.p1 {
  top: 0;
  left: 0;
}
.p2 {
  top: 42px;
  right: 42px;
}
.p3 {
  top: 84px;
  right: 0;
}
.p4 {
  bottom: 126px;
  left: 0;
}
.p5 {
  bottom: 84px;
  left: 42px;
}
.number {
  font-size: 12px;
  color: var(--blue);
  display: block;
  margin-bottom: 29px;
}
.how {
  padding-block: 32px;
}
.how-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 80px;
  align-items: center;
}
.how-intro {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 390px;
  padding: 40px;
  border-radius: 8px;
  color: white;
  background: var(--blue);
}
.how-intro::before,
.how-intro::after {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  border: 1px solid #ffffff30;
  border-radius: 50%;
  pointer-events: none;
  right: -100px;
  bottom: -90px;
}
.how-intro::after {
  right: -20px;
  bottom: -145px;
}
.how-intro > * {
  position: relative;
}
.how-intro .eyebrow {
  color: #dce6ff;
  font-size: 10px;
  margin-bottom: 30px;
}
.how-intro h1,
.how-intro h2 {
  max-width: 310px;
  font-size: 34px;
  line-height: 1.15;
  letter-spacing: -1.2px;
}
.how-description {
  max-width: 280px;
  margin: 20px 0 36px;
  color: #e3ebff;
  font-size: 13px;
  line-height: 1.8;
}
.how-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 112px;
  min-height: 44px;
  margin-top: auto;
  padding: 10px 16px;
  background: white;
  border: 1px solid white;
  border-radius: 4px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 600;
}
.how-cta:hover {
  background: #e9efff;
  border-color: #e9efff;
}
.how-cta:focus-visible {
  outline-color: white;
}
.steps {
  list-style: none;
  padding: 0;
  margin: 0;
}
.steps li {
  position: relative;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) 30px;
  column-gap: 24px;
  padding-block: 24px;
}
.steps li:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 68px;
  bottom: -16px;
  border-left: 1px dashed #c4d3f5;
}
.step-number {
  display: grid;
  place-items: center;
  height: 36px;
  border: 1px solid #dce4f4;
  border-radius: 50%;
  color: var(--blue);
  background: #f5f8ff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.step-copy h3 {
  font-size: 18px;
  letter-spacing: -0.4px;
  padding-top: 6px;
}
.step-copy p {
  max-width: 440px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
}
.step-icon {
  width: 26px;
  height: 26px;
  margin-top: 4px;
  color: var(--blue);
}
.detail-page > .how:first-child {
  padding-top: 64px;
}
.faq {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 70px;
}
.faq h2 {
  max-width: 320px;
}
.faq details {
  border-bottom: 1px solid var(--line);
}
.faq details:first-child {
  border-top: 1px solid var(--line);
}
.faq summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  cursor: pointer;
  padding: 23px 0;
  font-size: 14px;
  font-weight: 500;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary > span {
  color: var(--blue);
  font-size: 20px;
}
.faq details[open] summary > span {
  transform: rotate(45deg);
}
.faq details p {
  font-size: 13px;
  color: var(--muted);
  margin: 0 36px 24px 0;
}
.contact {
  border-block: 1px solid var(--line);
  text-align: center;
  padding-block: 76px;
}
.contact h2 {
  font-size: clamp(28px, 3vw, 38px);
}
.contact-intro {
  max-width: 520px;
  margin: 25px auto;
  color: var(--muted);
  font-size: 14px;
}
.contact-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
.contact-note {
  max-width: 530px;
  color: var(--muted);
  font-size: 10px;
  margin: 22px auto 12px;
}
.email {
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.footer {
  padding-top: 42px;
  padding-bottom: 25px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.footer-top p {
  font-size: 12px;
  color: var(--muted);
  margin-top: 13px;
}
.footer-links {
  display: flex;
  gap: 26px;
  font-size: 12px;
}
.disclosure {
  font-size: 10px;
  color: var(--muted);
  max-width: 780px;
  margin: 28px 0;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--line);
  padding-top: 18px;
  font-size: 10px;
  color: var(--muted);
}
@media (min-width: 1500px) {
  .hero {
    gap: 110px;
  }
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .header {
    gap: 24px;
  }
  .desktop-nav {
    gap: 16px;
  }
  .header-end {
    gap: 20px;
  }
  .header-cta {
    display: none;
  }
  .hero {
    gap: 35px;
    padding-block: 65px;
  }
  h1 {
    font-size: 42px;
    letter-spacing: -1.6px;
  }
  .benefits-overview {
    padding: 26px;
  }
  .section-heading {
    gap: 50px;
  }
  .gaming-copy {
    padding: 35px 28px;
  }
  .gaming-copy h2 {
    font-size: 32px;
  }
  .how-layout {
    gap: 40px;
  }
  .how-intro {
    padding: 32px;
  }
  .faq {
    gap: 40px;
  }
  .section {
    padding-block: 75px;
  }
}
@media (max-width: 760px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .header {
    height: 72px;
    gap: 16px;
  }
  .desktop-nav {
    display: none;
  }
  .header-end {
    margin-left: auto;
  }
  .mobile-menu {
    display: block;
  }
  .mobile-menu > summary {
    list-style: none;
    cursor: pointer;
    width: 26px;
    height: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
  }
  .mobile-menu > summary::-webkit-details-marker {
    display: none;
  }
  .mobile-menu > summary span {
    height: 1px;
    width: 24px;
    background: var(--ink);
  }
  .mobile-menu nav {
    position: absolute;
    top: 71px;
    left: 0;
    right: 0;
    z-index: 5;
    background: white;
    border-bottom: 1px solid var(--line);
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 43px;
    padding-block: 48px;
  }
  .eyebrow {
    font-size: 10px;
    letter-spacing: 1.3px;
    margin-bottom: 22px;
  }
  h1 {
    font-size: clamp(32px, 8vw, 42px);
    letter-spacing: -1.3px;
  }
  .intro {
    font-size: 14px;
    margin-block: 24px;
    max-width: 560px;
  }
  .hero-actions {
    gap: 18px;
  }
  .status {
    font-size: 9px;
    margin-top: 25px;
  }
  .benefits-overview {
    max-width: 500px;
    width: 100%;
    margin: auto;
    padding: 20px;
  }
  .strip .wrap {
    gap: 8px;
    padding-block: 16px;
  }
  .strip span {
    font-size: 9px;
    gap: 7px;
    line-height: 1.5;
    flex: 1;
  }
  .strip i {
    font-size: 17px;
  }
  .section {
    padding-block: 62px;
  }
  .section-heading {
    grid-template-columns: 1fr;
    gap: 23px;
    margin-bottom: 35px;
  }
  h2 {
    font-size: 28px;
    letter-spacing: -1px;
  }
  .section-heading > p,
  .section-heading > div > p:not(.eyebrow) {
    font-size: 14px;
  }
  .cards {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .cards article {
    padding-top: 22px;
  }
  .cards p {
    max-width: 560px;
  }
  .gaming {
    grid-template-columns: 1fr;
  }
  .gaming-art {
    min-height: 280px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .game-symbol {
    width: 150px;
    height: 150px;
    top: 30px;
    left: 50%;
  }
  .art-caption {
    font-size: 22px;
    left: 24px;
    bottom: 26px;
  }
  .art-number {
    bottom: 26px;
    right: 24px;
  }
  .gaming-copy {
    padding: 32px 24px;
  }
  .gaming-copy h2 {
    font-size: 27px;
  }
  .how {
    padding-block: 12px;
  }
  .how-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .how-intro {
    min-height: 300px;
    padding: 28px;
  }
  .how-intro h1,
  .how-intro h2 {
    font-size: 28px;
    letter-spacing: -1px;
  }
  .how-intro .eyebrow {
    margin-bottom: 24px;
  }
  .how-description {
    margin-bottom: 28px;
  }
  .steps li {
    grid-template-columns: 32px minmax(0, 1fr) 22px;
    column-gap: 16px;
    padding-block: 20px;
  }
  .step-number {
    height: 32px;
    font-size: 10px;
  }
  .steps li:not(:last-child)::before {
    left: 15px;
    top: 60px;
    bottom: -12px;
  }
  .step-copy h3 {
    font-size: 17px;
    padding-top: 4px;
  }
  .step-icon {
    width: 22px;
    height: 22px;
  }
  .detail-page > .how:first-child {
    padding-top: 32px;
  }
  .faq {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .faq h2 {
    max-width: none;
  }
  .faq summary {
    font-size: 13px;
    padding-block: 20px;
  }
  .contact {
    padding-block: 50px;
  }
  .contact h2 {
    font-size: 28px;
  }
  .contact-actions {
    flex-direction: column;
    align-items: stretch;
    max-width: 360px;
    margin: auto;
  }
  .contact-intro {
    font-size: 13px;
  }
  .contact-note {
    padding-inline: 6px;
  }
  .footer-top {
    flex-direction: column;
    gap: 18px;
  }
  .disclosure {
    font-size: 9px;
  }
  .footer-links {
    font-size: 11px;
  }
  .number {
    margin-bottom: 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

.desktop-nav a[aria-current="page"],
.mobile-menu nav a[aria-current="page"] {
  color: var(--blue);
}
.detail-page .section-heading h1 {
  font-size: clamp(32px, 3.8vw, 46px);
  letter-spacing: -1.7px;
}
.detail-page > .contact:first-child {
  border-top: 0;
  padding-top: 100px;
}
.detail-page .contact h1 {
  font-size: clamp(32px, 3.8vw, 44px);
  letter-spacing: -1.7px;
}
@media (max-width: 760px) {
  .detail-page > .contact:first-child {
    padding-top: 58px;
  }
  .detail-page .section-heading h1,
  .detail-page .contact h1 {
    font-size: 30px;
    letter-spacing: -1.1px;
  }
}

.sign-in-link {
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 720px) {
  .header-end > .sign-in-link {
    display: none;
  }
}

/* Contact intake keeps the company context beside an accessible, compact form. */
.enquiry-section {
  padding-block: 64px 80px;
}
.enquiry-heading {
  max-width: 740px;
  margin-bottom: 40px;
}
.enquiry-heading h1,
.privacy-page h1 {
  font:
    600 clamp(30px, 4vw, 46px) / 1.15 Manrope,
    sans-serif;
  letter-spacing: -0.04em;
  margin: 12px 0 18px;
}
.enquiry-heading > p:last-child {
  color: var(--muted);
  max-width: 600px;
}
.enquiry-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 48px;
  align-items: start;
}
.enquiry-aside {
  background: var(--paper);
  border-radius: 16px;
  padding: 38px;
}
.enquiry-mark {
  display: inline-block;
  background: var(--blue);
  color: white;
  border-radius: 12px;
  padding: 10px 17px;
  font:
    600 26px Manrope,
    sans-serif;
  margin-bottom: 32px;
}
.enquiry-aside h2 {
  font:
    600 27px/1.25 Manrope,
    sans-serif;
  letter-spacing: -0.03em;
  margin: 0 0 16px;
}
.enquiry-aside p {
  color: var(--muted);
}
.enquiry-aside ul {
  list-style: none;
  padding: 20px 0 0;
  margin: 0;
}
.enquiry-aside li {
  border-top: 1px solid var(--line);
  padding: 14px 0;
  font-size: 13px;
}
.enquiry-card {
  border: 1px solid var(--line);
  padding: 34px;
  border-radius: 16px;
  min-width: 0;
}
.enquiry-card h2 {
  font:
    600 24px/1.3 Manrope,
    sans-serif;
  margin: 0 0 28px;
  letter-spacing: -0.03em;
}
.enquiry-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 18px;
}
.enquiry-field {
  margin-bottom: 20px;
  min-width: 0;
}
.enquiry-field.full {
  grid-column: 1 / -1;
}
.enquiry-field label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 7px;
}
.enquiry-field input,
.enquiry-field select,
.enquiry-field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: white;
  color: var(--ink);
  padding: 11px 12px;
  font: inherit;
  font-size: 14px;
  min-height: 45px;
}
.enquiry-field textarea {
  resize: vertical;
}
.enquiry-field input:focus,
.enquiry-field select:focus,
.enquiry-field textarea:focus {
  outline: 2px solid var(--blue);
  outline-offset: 2px;
}
.enquiry-field [aria-invalid="true"] {
  border-color: #b42318;
}
.field-hint {
  display: block;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.65;
  margin-top: 8px;
}
.field-error {
  display: block;
  color: #b42318;
  font-size: 12px;
}
.enquiry-consent {
  display: flex;
  gap: 10px;
  font-size: 12px;
  line-height: 1.7;
  align-items: flex-start;
}
.enquiry-consent input {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin: 3px 0 0;
  accent-color: var(--blue);
}
.enquiry-consent a {
  color: var(--blue);
  text-decoration: underline;
}
.enquiry-submit {
  width: 100%;
  cursor: pointer;
  font-family: inherit;
}
.enquiry-submit:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
.enquiry-status {
  color: #b42318;
  font-size: 13px;
  margin: 16px 0;
}
.enquiry-status:empty {
  margin: 20px 0 0;
}
.enquiry-trap {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}
.enquiry-success {
  padding-block: 40px;
  overflow-wrap: anywhere;
}
.enquiry-success-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #e6f5eb;
  color: #18733b;
  margin-bottom: 24px;
  font-size: 24px;
}
.enquiry-card [hidden] {
  display: none;
}
.privacy-page {
  max-width: 800px;
  padding-block: 64px 90px;
}
.privacy-page section {
  margin: 32px 0;
}
.privacy-page h2 {
  font-size: 20px;
  letter-spacing: -0.02em;
}
.privacy-page p {
  color: var(--muted);
}
@media (max-width: 800px) {
  .enquiry-section {
    padding-block: 36px 50px;
  }
  .enquiry-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .enquiry-aside {
    padding: 24px;
  }
  .enquiry-mark {
    margin-bottom: 18px;
  }
  .enquiry-card {
    padding: 24px;
  }
}
@media (max-width: 480px) {
  .enquiry-grid {
    grid-template-columns: 1fr;
  }
  .enquiry-card {
    padding: 20px 16px;
  }
  .enquiry-heading h1,
  .privacy-page h1 {
    font-size: 30px;
  }
}
