:root {
  --bg: #f6f2ea;
  --surface: #fffdf8;
  --surface-strong: #ffffff;
  --text: #172133;
  --muted: #617188;
  --border: #dfd8cc;
  --accent: #44779f;
  --accent-dark: #2f5e83;
  --accent-soft: #d9e7f2;
  --warm: #d5963f;
  --shadow: 0 18px 60px rgba(23, 33, 51, 0.08);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #fcf8f1 0%, var(--bg) 100%);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button {
  font: inherit;
}

.site-shell {
  width: min(1440px, calc(100% - 56px));
  margin: 0 auto;
}

.site-header {
  position: relative;
  z-index: 20;
  background: rgba(255, 253, 248, 0.96);
  border-bottom: 1px solid rgba(223, 216, 204, 0.92);
}

.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.header-logo img {
  height: 38px;
  width: auto;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--muted);
}

.header-nav a {
  padding: 10px 14px;
  border-radius: 999px;
}

.header-nav a:hover,
.header-link:hover {
  color: var(--text);
  background: rgba(217, 231, 242, 0.32);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header-link {
  font-size: 14px;
  color: var(--muted);
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(223, 216, 204, 0.92);
  background: rgba(255, 255, 255, 0.7);
}

.header-btn,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 700;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.header-btn,
.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--accent-dark), var(--accent));
  box-shadow: 0 12px 32px rgba(68, 119, 159, 0.24);
}

.btn-secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.7);
  border-color: var(--border);
}

.btn-ghost {
  color: var(--accent-dark);
  background: transparent;
  border-color: rgba(68, 119, 159, 0.28);
}

.header-btn:hover,
.btn:hover {
  transform: translateY(-1px);
}

.hero-section {
  padding: 42px 0 34px;
  background:
    radial-gradient(circle at top left, rgba(213, 150, 63, 0.14), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.24) 0%, transparent 100%);
}

.hero-layout {
  min-height: 460px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(400px, 1.2fr);
  gap: 16px;
  align-items: center;
}

.hero-copy {
  padding: 8px 0;
}

.hero-kicker,
.section-kicker,
.trust-label,
.contact-label,
.path-index {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-kicker {
  color: var(--accent);
  margin-bottom: 18px;
}

.section-kicker {
  color: var(--accent);
  margin-bottom: 16px;
}

.hero-copy h1,
.section-intro h2,
.split-column h2,
.support-faq h2,
.support-panel h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 0.96;
}

.hero-copy h1 {
  max-width: 15ch;
  color: var(--text);
  font-family: "Manrope", sans-serif;
  font-size: clamp(40px, 4.6vw, 58px);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.96;
  text-wrap: balance;
}

.hero-summary {
  max-width: 46ch;
  margin: 18px 0 0;
  font-size: 17px;
  color: var(--muted);
}

.hero-facts {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.hero-facts li {
  min-height: 56px;
  display: flex;
  align-items: center;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(223, 216, 204, 0.92);
  color: var(--text);
  font-size: 14px;
  font-weight: 700;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.hero-visual {
  justify-self: end;
  width: min(100%, 640px);
  margin: 0;
}

.hero-visual img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 24px;
  border: 1px solid rgba(223, 216, 204, 0.92);
  box-shadow: 0 20px 42px rgba(23, 33, 51, 0.1);
}

.hero-visual figcaption {
  display: grid;
  gap: 2px;
  width: min(100%, 340px);
  margin: 14px 0 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.hero-visual figcaption strong {
  font-size: 14px;
  letter-spacing: 0.02em;
}

.hero-visual figcaption span {
  color: var(--muted);
  font-size: 13px;
}

.trust-strip {
  padding: 0 0 34px;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  background: rgba(223, 216, 204, 0.8);
  border: 1px solid rgba(223, 216, 204, 0.92);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.trust-item {
  padding: 26px 24px 24px;
  background: rgba(255, 253, 248, 0.94);
}

.trust-label {
  color: var(--accent);
}

.trust-item strong {
  display: block;
  margin-top: 12px;
  font-size: 18px;
}

.trust-item p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.section-block {
  padding: 44px 0 72px;
}

.section-intro {
  max-width: 760px;
  margin-bottom: 32px;
}

.section-intro h2,
.split-column h2,
.support-faq h2,
.support-panel h2 {
  font-size: clamp(34px, 3.4vw, 46px);
}

.section-intro p,
.split-column p,
.support-panel p {
  max-width: 60ch;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 17px;
}

.path-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.path-item {
  padding: 28px 0 0;
  border-top: 1px solid rgba(68, 119, 159, 0.24);
}

.path-index {
  color: var(--warm);
}

.path-item h3 {
  margin: 14px 0 10px;
  font-size: 28px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
}

.path-item p {
  margin: 0 0 18px;
  color: var(--muted);
}

.path-item a,
.text-link {
  color: var(--accent-dark);
  font-weight: 700;
}

.split-layout {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 56px;
  align-items: start;
}

.split-column {
  padding-top: 8px;
}

.link-stack,
.method-list,
.faq-list {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.link-stack a {
  display: grid;
  gap: 4px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(223, 216, 204, 0.92);
  border-radius: 20px;
  box-shadow: var(--shadow);
}

.link-stack strong,
.method-row strong,
.proof-item h3 {
  font-size: 18px;
}

.link-stack span,
.method-row span,
.proof-item p {
  color: var(--muted);
  font-size: 15px;
}

.method-list {
  margin-bottom: 20px;
}

.method-row {
  display: grid;
  gap: 6px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(223, 216, 204, 0.92);
}

.proof-section {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0.16) 100%);
}

.proof-layout {
  display: grid;
  gap: 30px;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.proof-item {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 18px;
  align-items: center;
  padding: 18px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(223, 216, 204, 0.9);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.proof-item img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 18px;
}

.proof-item h3 {
  margin: 0 0 8px;
}

.proof-item p {
  margin: 0;
}

.process-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 8px;
}

.process-step {
  min-height: 94px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(223, 216, 204, 0.9);
}

.process-step strong {
  color: var(--accent);
  font-size: 13px;
  letter-spacing: 0.12em;
}

.process-step span {
  font-size: 17px;
  font-weight: 700;
}

.support-section {
  padding: 28px 0 52px;
  background: linear-gradient(180deg, rgba(246, 242, 234, 0.08) 0%, rgba(242, 233, 219, 0.72) 62%, rgba(238, 227, 211, 0.96) 100%);
}

.support-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: start;
}

.support-faq h2,
.support-panel h2 {
  font-family: "Manrope", sans-serif;
  font-size: clamp(32px, 3.2vw, 42px);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.faq-list details {
  padding: 18px 0;
  border-bottom: 1px solid rgba(223, 216, 204, 0.92);
}

.faq-list summary {
  cursor: pointer;
  list-style: none;
  font-size: 18px;
  font-weight: 700;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list details p {
  margin: 10px 0 0;
  color: var(--muted);
}

.support-panel {
  padding: 24px 24px 20px;
  background: rgba(255, 252, 246, 0.7);
  border: 1px solid rgba(223, 216, 204, 0.84);
  border-radius: 24px;
  box-shadow: 0 12px 28px rgba(23, 33, 51, 0.05);
}

.support-actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  margin: 20px 0 0;
}

.support-actions .btn {
  min-width: 0;
}

.contact-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(223, 216, 204, 0.92);
}

.contact-label {
  color: var(--accent);
  margin-bottom: 8px;
}

.contact-card a {
  display: inline-block;
  margin-top: 4px;
  font-size: 16px;
  font-weight: 700;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes heroFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@media (max-width: 1220px) {
  .site-shell {
    width: min(100% - 36px, 1280px);
  }

  .hero-layout,
  .split-layout,
  .support-layout {
    grid-template-columns: 1fr;
  }

  .hero-copy h1 {
    max-width: 16ch;
  }

  .hero-visual {
    justify-self: start;
    width: min(100%, 460px);
  }

  .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .header-inner {
    min-height: auto;
    padding: 14px 0;
    flex-wrap: wrap;
  }

  .header-nav {
    order: 3;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 6px;
  }

  .hero-section {
    padding-top: 24px;
  }

  .hero-layout {
    min-height: auto;
    gap: 24px;
  }

  .hero-copy {
    padding-top: 6px;
  }

  .hero-copy h1 {
    max-width: none;
    font-size: clamp(36px, 9vw, 48px);
  }

  .hero-summary {
    font-size: 16px;
  }

  .hero-facts {
    grid-template-columns: 1fr;
  }

  .hero-visual img {
    height: 340px;
  }

  .hero-visual figcaption {
    width: min(100%, 100%);
  }

  .path-grid,
  .process-strip {
    grid-template-columns: 1fr;
  }

  .proof-item {
    grid-template-columns: 1fr;
  }

  .proof-item img {
    height: 220px;
  }
}

@media (max-width: 640px) {
  .site-shell {
    width: calc(100% - 28px);
  }

  .header-actions {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .hero-copy h1,
  .section-intro h2,
  .split-column h2,
  .support-faq h2,
  .support-panel h2 {
    font-size: clamp(30px, 9vw, 38px);
    line-height: 0.98;
  }

  .trust-grid {
    grid-template-columns: 1fr;
  }

  .section-block {
    padding: 32px 0 56px;
  }

  .support-panel {
    padding: 24px 20px;
  }

  .support-actions {
    flex-direction: column;
  }

  .support-actions .btn {
    width: 100%;
  }

  .contact-card {
    grid-template-columns: 1fr;
  }
}
