@font-face {
  font-family: "Becker";
  src: url("/fonts/Becker.woff2") format("woff2");
  font-display: swap;
}

:root {
  color-scheme: dark;
  --bs-body-bg: #000000;
  --bs-body-color: #ffffff;
  --bs-border-color: #303030;
  --bs-secondary-bg: #0b0b0b;
  --bs-tertiary-bg: #111111;
  --tone-0: #ffffff;
  --tone-100: #d5d5d5;
  --tone-200: #a8a8a8;
  --tone-300: #7a7a7a;
  --tone-400: #3c3c3c;
  --tone-500: #1c1c1c;
  --tone-600: #0d0d0d;
  --tone-700: #050505;
  --tone-accent: #d8b64a;
  --site-font: Arial, Helvetica, sans-serif;
}

html {
  min-height: 100%;
  font-size: 19px;
  scroll-behavior: smooth;
  background: #000000;
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--tone-0);
  background: #000000;
  font-family: var(--site-font);
}

header,
main,
footer {
  color: var(--tone-0);
  background-color: #000000;
}

a {
  color: var(--tone-100);
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}

a:hover,
a:focus {
  color: var(--tone-0);
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus,
.navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.16);
}

.navbar-toggler {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background-color: #080808;
}

.site-nav .nav-link {
  color: #f2f2f2 !important;
}

.site-nav .nav-link:hover,
.site-nav .nav-link:focus,
.site-nav .nav-link.active {
  color: #ffffff !important;
}

main {
  display: block;
}

.page-shell {
  padding: 2rem 0 3rem;
}

.content-panel,
.support-panel,
.info-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, #111111 0%, #070707 100%);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

button,
input,
select,
textarea {
  color: var(--tone-0);
  background-color: #090909;
  border-color: rgba(255, 255, 255, 0.18);
}

.page-title {
  margin: 0;
  font-family: var(--site-font);
  font-weight: 700;
  letter-spacing: 0.03em;
}

.content-panel p,
.support-panel p,
.address-placeholder,
.info-card p {
  color: var(--tone-accent);
  font-size: 1.22rem;
  line-height: 1.75;
}

.section-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 1.5rem;
}

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

.info-card,
.support-panel {
  padding: 1.8rem;
  border-radius: 24px;
}

.info-card h2,
.content-panel h2,
.support-panel h2 {
  margin-bottom: 0.9rem;
  color: var(--tone-0);
  font-size: 1.38rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.content-panel {
  padding: 2.25rem;
  border-radius: 28px;
}

.content-panel + .content-panel,
.support-panel + .support-panel {
  margin-top: 1.25rem;
}

.page-title {
  margin-bottom: 1.1rem;
  font-size: clamp(2.3rem, 5vw, 4rem);
}

.policy-list {
  padding-left: 1.2rem;
  color: var(--tone-100);
}

.policy-list li + li {
  margin-top: 0.7rem;
}

.address-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  padding: 1.5rem;
  border: 1px dashed rgba(255, 255, 255, 0.16);
  border-radius: 22px;
  background: #050505;
  text-align: center;
}

.support-address-image {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}

.support-email-button {
  display: block;
  max-width: 100%;
  padding: 0;
  border: 0;
  border-radius: 16px;
  background: transparent;
  line-height: 0;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.support-email-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.42);
}

.support-email-button:focus-visible {
  outline: 3px solid var(--tone-accent);
  outline-offset: 4px;
}

.support-email-button:active {
  transform: translateY(0);
}

.support-email-button .support-address-image {
  pointer-events: none;
}

.support-email-modal .modal-content {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 22px;
  color: var(--tone-0);
  background: linear-gradient(180deg, #111111 0%, #070707 100%);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.55);
}

.support-email-modal .modal-header,
.support-email-modal .modal-footer {
  border-color: rgba(255, 255, 255, 0.12);
}

.support-email-modal .modal-title {
  color: var(--tone-0);
  font-size: 1.38rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.support-email-modal .modal-body p {
  color: var(--tone-100);
}

.support-email-address {
  margin: 0;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(216, 182, 74, 0.4);
  border-radius: 12px;
  color: var(--tone-accent) !important;
  background: #050505;
  font-size: clamp(1rem, 4vw, 1.2rem);
  font-weight: 700;
  overflow-wrap: anywhere;
  text-align: center;
}

.support-copy-status {
  min-height: 1.5rem;
  margin: 0.75rem 0 0;
  color: var(--tone-accent) !important;
  text-align: center;
}

.support-copy-button,
.support-modal-close {
  padding: 0.65rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  color: var(--tone-0);
  background: #111111;
}

.support-copy-button:not(:disabled) {
  border-color: rgba(216, 182, 74, 0.62);
  color: #000000;
  background: var(--tone-accent);
}

.support-copy-button:not(:disabled):hover,
.support-copy-button:not(:disabled):focus,
.support-modal-close:hover,
.support-modal-close:focus {
  filter: brightness(1.12);
}

.support-copy-button:focus-visible,
.support-modal-close:focus-visible {
  outline: 3px solid var(--tone-accent);
  outline-offset: 2px;
}

@media (max-width: 991.98px) {
  .section-grid {
    grid-template-columns: 1fr;
  }

  .content-panel,
  .support-panel,
  .info-card {
    padding: 1.7rem;
  }
}

@media (max-width: 575.98px) {
  .page-shell {
    padding: 1rem 0 2.5rem;
  }

}
.home-page {
  max-width: 1120px;
  margin: 0 auto;
}

.home-header-image {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.32);
}

.home-company-summary {
  margin: 1.25rem auto 0;
  color: var(--tone-100);
  font-size: 1.08rem;
  line-height: 1.6;
  text-align: center;
}

.home-copy-panel {
  margin-top: 1.5rem;
  padding: 1.7rem 0;
  border-top: 1px solid rgba(216, 182, 74, 0.28);
  border-bottom: 1px solid rgba(216, 182, 74, 0.28);
}

.home-copy-panel p {
  max-width: 62rem;
  margin: 0 auto;
  color: var(--tone-accent);
  font-size: 1.18rem;
  line-height: 1.72;
}

.home-copy-panel p + p {
  margin-top: 1.05rem;
}

@media (max-width: 575.98px) {
  .home-copy-panel {
    padding: 1.25rem 0;
  }

  .home-copy-panel p {
    font-size: 1.02rem;
    line-height: 1.62;
    text-align: center;
  }

  .content-panel,
  .support-panel,
  .content-panel p,
  .support-panel p,
  .policy-list {
    text-align: center;
  }

  .policy-list {
    padding-left: 0;
    list-style-position: inside;
  }
}

.home-product-title-link:hover,
.home-product-title-link:focus {
  color: var(--tone-accent);
}

.home-product-action {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}

.gingerbread-action-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.8rem 1.25rem;
  border: 1px solid rgba(216, 182, 74, 0.72);
  border-radius: 999px;
  background: #0a0a0a;
  color: var(--tone-0);
  font-size: 1rem;
  letter-spacing: 0.04em;
  text-align: center;
}

.gingerbread-action-link:hover,
.gingerbread-action-link:focus {
  background: rgba(216, 182, 74, 0.14);
  color: var(--tone-0);
  transform: translateY(-1px);
}

.gingerbread-page {
  max-width: 1180px;
  margin: 0 auto;
}

.gingerbread-intro {
  text-align: center;
}

.gingerbread-kicker {
  margin: 0 0 0.6rem;
  color: var(--tone-200) !important;
  font-size: 0.92rem !important;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.gingerbread-lead {
  max-width: 56rem;
  margin: 0 auto;
}

.gingerbread-showcase,
.gingerbread-feature-section {
  margin-top: 2rem;
}

.gingerbread-section-heading,
.gingerbread-feature-section > h2 {
  margin-bottom: 1rem;
  text-align: center;
}

.gingerbread-section-heading h2,
.gingerbread-feature-section > h2 {
  margin-bottom: 0.45rem;
  color: var(--tone-0);
  font-size: clamp(1.8rem, 4vw, 2.6rem);
}

.gingerbread-section-heading p {
  max-width: 50rem;
  margin: 0 auto;
  color: var(--tone-100);
  line-height: 1.6;
}

.gingerbread-carousel {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: #050505;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
}

.gingerbread-carousel figure {
  margin: 0;
}

.gingerbread-screenshot-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16 / 10;
  background: #020202;
}

.gingerbread-screenshot {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gingerbread-slide-copy {
  min-height: 148px;
  padding: 1.15rem 5.5rem 2.65rem;
  background: linear-gradient(180deg, #111111 0%, #070707 100%);
  text-align: center;
}

.gingerbread-slide-copy h3 {
  margin: 0 0 0.35rem;
  color: var(--tone-0);
  font-size: 1.35rem;
}

.gingerbread-slide-copy p {
  max-width: 48rem;
  margin: 0 auto;
  color: var(--tone-accent);
  line-height: 1.55;
}

.gingerbread-carousel .carousel-control-prev,
.gingerbread-carousel .carousel-control-next {
  width: 9%;
}

.gingerbread-carousel .carousel-control-prev-icon,
.gingerbread-carousel .carousel-control-next-icon {
  width: 2.4rem;
  height: 2.4rem;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  background-color: rgba(0, 0, 0, 0.7);
  background-size: 45%;
}

.gingerbread-carousel .carousel-indicators {
  margin-bottom: 0.65rem;
}

.gingerbread-carousel .carousel-indicators [data-bs-target] {
  width: 34px;
  height: 4px;
  border: 0;
  background-color: var(--tone-0);
}

.gingerbread-privacy-note {
  margin: 0.75rem 0 0;
  color: var(--tone-300);
  font-size: 0.9rem;
  text-align: center;
}

.gingerbread-copy-section,
.gingerbread-enquiry {
  margin-top: 2rem;
}

.gingerbread-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}

.gingerbread-feature-grid .info-card {
  padding: 1.5rem;
  border-radius: 18px;
}

.gingerbread-feature-grid h3 {
  margin: 0 0 0.65rem;
  color: var(--tone-0);
  font-size: 1.18rem;
}

.gingerbread-feature-grid p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
}

.gingerbread-enquiry {
  text-align: center;
}

.gingerbread-enquiry p {
  max-width: 54rem;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 991.98px) {
  .gingerbread-feature-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .home-product-action {
    align-items: stretch;
  }

  .gingerbread-action-link {
    width: 100%;
  }

  .gingerbread-screenshot-frame {
    aspect-ratio: 4 / 3;
  }

  .gingerbread-slide-copy {
    min-height: 180px;
    padding: 1rem 3.1rem 2.75rem;
  }

  .gingerbread-slide-copy h3 {
    font-size: 1.15rem;
  }

  .gingerbread-slide-copy p {
    font-size: 0.9rem;
  }
}







