:root {
  color-scheme: light;
  --bg: #fffdf5;
  --bg-soft: #f8f1df;
  --paper: #ffffff;
  --ink: #201c16;
  --muted: #665f52;
  --line: #eadfca;
  --gold: #f3c94a;
  --gold-dark: #7a5312;
  --green: #264c3f;
  --shadow: 0 24px 70px rgba(78, 58, 22, 0.12);
  --radius: 24px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: radial-gradient(circle at top left, #fff4c7 0, transparent 34rem), var(--bg);
  color: var(--ink);
  font-family: var(--font, Inter, system-ui, sans-serif);
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  top: -10rem;
  left: 1rem;
  z-index: 100;
  border-radius: 999px;
  padding: 0.75rem 1rem;
  background: var(--ink);
  color: white;
}

.skip-link:focus {
  top: 1rem;
}

.container {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
}

.section {
  padding: 4.5rem 0;
  scroll-margin-top: 6rem;
}

.tinted {
  background: linear-gradient(180deg, rgba(248, 241, 223, 0.78), rgba(255, 253, 245, 0.88));
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(234, 223, 202, 0.8);
  background: rgba(255, 253, 245, 0.88);
  backdrop-filter: blur(16px);
}

.nav {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  width: min(1120px, calc(100% - 2rem));
  min-height: 72px;
  margin: 0 auto;
}

.brand img {
  width: 132px;
  height: auto;
}

.nav-links {
  display: flex;
  gap: 0.35rem;
  align-items: center;
}

.nav-links a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  border-radius: 999px;
  padding: 0.65rem 0.9rem;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 700;
  text-decoration: none;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  background: var(--bg-soft);
  color: var(--ink);
}

.nav-links .nav-cta {
  background: var(--ink);
  color: white;
}

.nav-links .nav-cta:hover,
.nav-links .nav-cta:focus-visible {
  background: var(--green);
  color: white;
}

.nav-toggle {
  display: none;
}

.hero {
  padding-top: 5rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 2rem;
  align-items: center;
}

.hero-copy {
  min-width: 0;
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--gold-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 20ch;
  margin: 0;
  font-size: clamp(2.55rem, 5.6vw, 4.55rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1;
  letter-spacing: -0.045em;
}

h3 {
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.25;
}

.hero-lead {
  max-width: 42rem;
  margin: 1.35rem 0 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 2vw, 1.3rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.7rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  padding: 0.85rem 1.15rem;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--gold);
  color: #241900;
  box-shadow: 0 12px 30px rgba(155, 116, 32, 0.22);
}

.button-secondary {
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink);
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
}

.trust-list li {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.5rem 0.75rem;
  background: rgba(255, 255, 255, 0.7);
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
}

.hero-panel {
  border: 1px solid var(--line);
  border-radius: 32px;
  padding: 1.15rem;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.panel-topline {
  border-radius: 18px;
  padding: 1rem;
  background: var(--green);
  color: white;
  font-weight: 900;
}

.metric-card {
  margin-top: 1rem;
  border-radius: 22px;
  padding: 1.2rem;
  background: var(--bg-soft);
}

.metric-main {
  border: 1px solid rgba(155, 116, 32, 0.16);
}

.metric-card span,
.metric-card small {
  display: block;
  color: var(--muted);
  font-weight: 800;
}

.metric-card strong {
  display: block;
  margin: 0.25rem 0;
  font-size: clamp(2.4rem, 7vw, 4.2rem);
  line-height: 1;
  letter-spacing: -0.06em;
}

.mini-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  margin-top: 0.75rem;
}

.mini-grid div {
  display: flex;
  align-items: end;
  min-height: 82px;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 0.85rem;
  background: #fffaf0;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.2;
}

.section-heading {
  max-width: 740px;
  margin: 0 auto 2rem;
  text-align: center;
}

.section-heading.align-left {
  margin-left: 0;
  text-align: left;
}

.section-heading p:not(.eyebrow):not(.section-note) {
  color: var(--muted);
  font-size: 1.08rem;
}

.section-heading .section-note {
  color: var(--muted);
  font-size: 0.92rem;
}

.video-frame {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.video-frame iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

.card-grid {
  display: grid;
  gap: 1rem;
}

.card-grid.four {
  grid-template-columns: repeat(4, 1fr);
}

.info-card,
.security-card,
.benefit-list article,
.requirements-card,
.contact-form,
.trust-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 40px rgba(78, 58, 22, 0.07);
}

.info-card {
  padding: 1.25rem;
}

.card-icon {
  display: inline-flex;
  margin-bottom: 1.2rem;
  color: var(--gold-dark);
  font-weight: 1000;
}

.info-card p,
.benefit-list p,
.trust-points p,
.security-card p,
details p {
  margin-bottom: 0;
  color: var(--muted);
}

.split-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2rem;
  align-items: start;
}

.benefit-list {
  display: grid;
  gap: 0.8rem;
}

.benefit-list article {
  padding: 1.1rem;
}

.trust-panel {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2rem;
  padding: 1.6rem;
  background: var(--green);
  color: white;
}

.trust-panel .eyebrow,
.trust-panel p {
  color: #f5e4aa;
}

.trust-points {
  display: grid;
  gap: 0.85rem;
}

.trust-points p {
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  padding-bottom: 0.85rem;
}

.security-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 1rem;
  align-items: start;
}

.security-card {
  padding: 1.25rem;
}

.security-card.highlight {
  background: #fff8dc;
}

.accordion {
  display: grid;
  gap: 0.75rem;
}

details {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1rem 1.1rem;
  background: white;
}

summary {
  display: flex;
  align-items: center;
  min-height: 44px;
  font-weight: 900;
  cursor: pointer;
}

summary::after {
  content: '+';
  margin-left: auto;
  font-weight: 900;
}

details[open] summary::after {
  content: '−';
}

.screenshot-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.screenshot-grid figure {
  margin: 0;
  border: 1px solid var(--line);
  background: white;
  box-shadow: 0 14px 38px rgba(78, 58, 22, 0.08);
}

.screenshot-trigger {
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: zoom-in;
}

.screenshot-trigger:focus-visible {
  outline: 4px solid rgba(243, 201, 74, 0.9);
  outline-offset: 4px;
}

.screenshot-trigger img {
  display: block;
  width: 100%;
  height: auto;
}

.requirements-card {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1.5rem;
  padding: 1.4rem;
}

.requirements {
  background: linear-gradient(180deg, rgba(255, 253, 245, 0.7), rgba(248, 241, 223, 0.5));
}

.requirements-card ul {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--muted);
}

.requirements-card li + li {
  margin-top: 0.55rem;
}

.contact-section {
  background: var(--ink);
  color: white;
}

.contact-section .eyebrow {
  color: var(--gold);
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2rem;
  align-items: start;
}

.contact-grid p,
.contact-details a {
  color: #e4d9c9;
}

.contact-details {
  display: grid;
  gap: 0.65rem;
  margin-top: 1.5rem;
}

.contact-details a {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 44px;
  font-weight: 800;
  text-decoration: none;
}

.contact-details a:hover,
.contact-details a:focus-visible,
.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--gold);
}

.contact-form {
  display: grid;
  gap: 0.85rem;
  padding: 1.2rem;
  color: var(--ink);
}

.contact-form label {
  display: grid;
  gap: 0.35rem;
  font-weight: 900;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 0.95rem 1rem;
  background: #fffdf8;
  color: var(--ink);
  font: inherit;
}

input:focus,
textarea:focus {
  outline: 3px solid rgba(243, 201, 74, 0.45);
  outline-offset: 2px;
}

textarea {
  resize: vertical;
}

.form-note {
  border-radius: 16px;
  padding: 1rem;
  background: #fff8dc;
  color: var(--ink) !important;
  font-weight: 700;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(32, 28, 22, 0.58);
  backdrop-filter: blur(6px);
}

.modal-backdrop[hidden] {
  display: none;
}

.contact-modal {
  position: relative;
  width: min(100%, 520px);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 2rem;
  background: var(--paper);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.contact-modal p:not(.eyebrow) {
  color: var(--muted);
}

.legal-page {
  max-width: 820px;
}

.legal-page h2 {
  margin-top: 2rem;
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.15;
}

.legal-page p {
  max-width: 72ch;
}

.modal-close {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: white;
  color: var(--ink);
  font-size: 1.5rem;
  cursor: pointer;
}

.screenshot-modal-backdrop {
  padding: 1rem;
}

.screenshot-modal {
  position: relative;
  max-width: calc(100vw - 2rem);
  max-height: calc(100vh - 2rem);
}

.screenshot-modal img {
  display: block;
  max-width: calc(100vw - 2rem);
  max-height: calc(100vh - 2rem);
  width: auto;
  height: auto;
  background: white;
  box-shadow: var(--shadow);
}

.screenshot-modal .modal-close {
  top: 0.75rem;
  right: 0.75rem;
  z-index: 1;
}

.site-footer {
  padding: 1.2rem 0;
  background: #17130f;
  color: #e4d9c9;
}

.footer-grid {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}

.footer-grid p {
  margin: 0;
}

.footer-grid a {
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 900px) {
  .nav-toggle {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 0.65rem 0.9rem;
    background: white;
    font-weight: 900;
  }

  .nav-links {
    position: absolute;
    top: 76px;
    right: 1rem;
    left: 1rem;
    display: none;
    flex-direction: column;
    align-items: stretch;
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 0.55rem;
    background: white;
    box-shadow: var(--shadow);
  }

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

  .no-js .nav-toggle {
    display: none;
  }

  .no-js .nav-links {
    position: static;
    display: flex;
  }

  .nav-links a {
    justify-content: center;
  }

  .hero-grid,
  .split-section,
  .trust-panel,
  .security-layout,
  .requirements-card,
  .contact-grid {
    grid-template-columns: 1fr;
  }

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

  .screenshot-grid {
    gap: 1rem;
  }
}

@media (max-width: 640px) {
  .section {
    padding: 3.25rem 0;
  }

  .hero {
    padding-top: 3.5rem;
  }

  h1 {
    max-width: 13ch;
  }

  .hero-actions .button {
    width: 100%;
  }

  .card-grid.four,
  .screenshot-grid {
    grid-template-columns: 1fr;
  }

  .screenshot-modal-backdrop {
    padding: 0.5rem;
  }

  .screenshot-modal,
  .screenshot-modal img {
    max-width: calc(100vw - 1rem);
    max-height: calc(100vh - 1rem);
  }

  .footer-grid {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
