:root {
  --ink: #252c20;
  --muted: #626557;
  --paper: #f4f0e9;
  --white: #fffdf8;
  --forest: #38432b;
  --sage: #e6e2d6;
  --clay: #a75131;
  --line: #d5cfc4;
  --gold: #c49a54;
  --radius: 22px;
  --shadow: 0 18px 60px rgba(25, 45, 35, 0.12);
}
@font-face {
  font-family: "Blauer Nue";
  src: url("/assets/164ba81aa346d3.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Blauer Nue";
  src: url("/assets/56a3fc36895dd7.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Gonzalez Helvetica";
  src: url("/assets/969046f828bd6c.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Gonzalez Helvetica";
  src: url("/assets/fe5093b483c6ab.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
main > section {
  scroll-margin-top: 78px;
}
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Gonzalez Helvetica", Arial, sans-serif;
  line-height: 1.55;
}
img {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--clay);
  outline-offset: 3px;
}
button,
input,
select,
textarea {
  font: inherit;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3,
.brand {
  font-family: "Blauer Nue", Arial, sans-serif;
}
h1 {
  max-width: 850px;
  margin-bottom: 24px;
  font-size: clamp(3.4rem, 6vw, 6.9rem);
  line-height: 0.93;
  letter-spacing: -0.065em;
}
h2 {
  margin-bottom: 20px;
  font-size: clamp(2.2rem, 4vw, 4.25rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}
h3 {
  line-height: 1.2;
}
.eyebrow {
  margin-bottom: 20px;
  color: var(--clay);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  border: 0;
  border-radius: 999px;
  background: var(--clay);
  color: white;
  font-weight: 700;
  transition:
    transform 0.2s,
    background 0.2s;
  cursor: pointer;
}
.button:hover {
  transform: translateY(-2px);
  background: #a74730;
}
.button-small {
  min-height: 44px;
  padding: 0 18px;
  font-size: 0.86rem;
}
.text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  font-weight: 700;
  border-bottom: 1px solid currentColor;
}
.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 78px;
  padding: 0 clamp(24px, 5vw, 76px);
  border-bottom: 1px solid rgba(29, 37, 31, 0.1);
  background: rgba(245, 241, 232, 0.92);
  backdrop-filter: blur(14px);
}
.brand {
  display: flex;
  align-items: center;
  min-height: 44px;
  width: min(190px, 30vw);
}
.brand img {
  width: 100%;
  height: auto;
}
.site-header nav {
  display: flex;
  gap: 30px;
  font-size: 0.9rem;
}
.site-header nav a:hover {
  color: var(--clay);
}
.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}
.lang-switch {
  display: flex;
  min-width: 64px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 0;
  background: none;
  color: var(--muted);
  cursor: pointer;
}
.lang-switch [aria-current="true"] {
  color: var(--ink);
  font-weight: 800;
}
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  padding: clamp(34px, 4vw, 58px) clamp(24px, 6vw, 96px) clamp(38px, 4vw, 58px);
}
.hero-copy {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  text-align: center;
}
.hero-tension {
  display: flex;
  width: 100%;
  max-width: none;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 0;
  padding: 12px 18px;
  border-left: 4px solid var(--clay);
  background: var(--forest);
  color: var(--white);
  font-size: 0.9rem;
  box-shadow: 0 10px 30px rgba(56, 67, 43, 0.12);
}
.hero-tension span {
  max-width: 900px;
}
.hero-tension strong {
  flex: none;
  color: #efb08e;
  font-size: 0.82rem;
  letter-spacing: 0.02em;
}
.hero-tension:hover strong {
  color: white;
}
.hero-lead {
  max-width: 940px;
  margin: 0 auto;
  color: #4f5951;
  font-size: clamp(1.12rem, 1.5vw, 1.38rem);
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: center;
  margin: 18px 0 0;
}
.proof-strip {
  display: flex;
  max-width: 710px;
  align-items: center;
  gap: 22px;
  padding: 18px 22px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 253, 248, 0.7);
  font-size: 0.92rem;
}
.proof-number {
  flex: none;
  color: var(--forest);
  font-family: "Blauer Nue", Arial, sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
}
.proof-number i {
  color: var(--clay);
  font-style: normal;
}
.pain-section {
  padding: clamp(64px, 7vw, 105px) clamp(24px, 6vw, 96px);
  background: var(--forest);
  color: white;
}
.hero-vsl {
  width: min(100%, 1040px);
  min-width: 0;
  margin: 8px auto 0;
}
.hero-copy h1 {
  max-width: 1480px;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(3.5rem, 5.2vw, 6.2rem);
}
.vsl-callout {
  display: flex;
  max-width: 620px;
  align-items: flex-end;
  gap: 14px;
  margin: 0 0 18px 28px;
  padding: 14px 18px;
  border: 1px solid var(--line);
  border-radius: 18px 18px 18px 4px;
  background: var(--white);
  box-shadow: 0 10px 30px rgba(56, 67, 43, 0.08);
}
.vsl-callout > span {
  color: var(--clay);
  font-size: 1.8rem;
  line-height: 1;
}
.vsl-callout p,
.vsl-callout small {
  display: block;
  margin: 0;
}
.vsl-callout strong {
  display: block;
  margin-bottom: 3px;
  color: var(--clay);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.vsl-callout small {
  color: var(--muted);
  font-size: 0.9rem;
}
.hero-vsl .video-card {
  width: 100%;
}
.hero-vsl .proof-strip {
  max-width: none;
  margin-top: 16px;
  background: var(--white);
}
.section-heading {
  max-width: 820px;
}
.section-heading > p:last-child {
  max-width: 680px;
  color: var(--muted);
  font-size: 1.15rem;
}
.section-heading.light .eyebrow {
  color: #e7ab91;
}
.pain-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 42px;
  background: transparent;
}
.pain-grid article {
  min-height: 220px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.055);
}
.pain-grid article > span {
  color: #d7a07d;
  font-size: 0.78rem;
}
.pain-grid h3 {
  margin: 28px 0 10px;
  font-size: 1.32rem;
}
.pain-grid p {
  margin: 0;
  color: #c9d5cd;
}
.system-section {
  padding: clamp(80px, 10vw, 150px) clamp(24px, 6vw, 96px);
}
.system-layout {
  max-width: 920px;
  margin-top: 60px;
}
.steps {
  margin: 0;
  padding: 0;
  list-style: none;
}
.steps li {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 20px;
  padding: 25px 0;
  border-top: 1px solid var(--line);
}
.steps li:last-child {
  border-bottom: 1px solid var(--line);
}
.steps b {
  color: var(--clay);
  font-size: 0.75rem;
}
.steps h3 {
  margin-bottom: 8px;
  font-size: 1.3rem;
}
.steps p {
  margin: 0;
  color: var(--muted);
}
.video-card {
  padding: 18px;
  border-radius: 28px;
  background: var(--forest);
  box-shadow: var(--shadow);
}
.video-card video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  background: #0d1712;
}
.video-card p {
  margin: 14px 5px 2px;
  color: #dbe2dd;
  text-align: center;
  font-size: 0.86rem;
}
.case-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  min-height: 0;
  background: #e3e9df;
}
.case-metric {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: clamp(12px, 2vw, 28px);
  align-items: center;
  justify-content: center;
  padding: clamp(48px, 5vw, 76px) 36px;
  color: var(--forest);
  font-family: "Blauer Nue", Arial, sans-serif;
  font-size: clamp(3rem, 4.6vw, 5.4rem);
  line-height: 1;
}
.case-metric i {
  margin: 0;
  color: var(--clay);
  font-style: normal;
}
.case-metric strong {
  color: var(--clay);
}
.case-metric small {
  grid-column: 1 / -1;
  margin-top: -4px;
  text-align: center;
  color: var(--muted);
  font-family: "Gonzalez Helvetica", Arial, sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.case-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(48px, 5vw, 76px) clamp(36px, 5vw, 76px);
}
.case-copy h2 {
  font-size: clamp(2.2rem, 3.1vw, 3.6rem);
}
blockquote {
  margin: 14px 0 22px;
  padding-left: 24px;
  border-left: 3px solid var(--clay);
  font-size: 1.16rem;
}
.person {
  display: flex;
  align-items: center;
  gap: 14px;
}
.person img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
}
.person span {
  display: flex;
  flex-direction: column;
}
.person small,
.disclaimer {
  color: var(--muted);
}
.disclaimer {
  max-width: 520px;
  margin: 25px 0 0;
  font-size: 0.76rem;
}
.about-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 8vw;
  align-items: center;
  padding: clamp(80px, 10vw, 150px) clamp(24px, 6vw, 96px);
}
.about-image {
  overflow: hidden;
  border-radius: 30px;
}
.about-image img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
}
.about-copy > p:not(.eyebrow) {
  max-width: 650px;
  color: var(--muted);
  font-size: 1.12rem;
}
.about-copy ul,
.fit-section ul {
  padding: 0;
  list-style: none;
}
.about-copy li {
  padding: 14px 0 14px 28px;
  border-bottom: 1px solid var(--line);
  position: relative;
}
.about-copy li:before,
.fit-section li:before {
  position: absolute;
  left: 0;
  color: var(--clay);
  content: "✓";
}
.fit-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8vw;
  padding: clamp(75px, 9vw, 125px) clamp(24px, 6vw, 96px);
  background: var(--white);
}
.fit-section li {
  position: relative;
  margin-bottom: 18px;
  padding-left: 30px;
  font-size: 1.08rem;
}
.faq-section {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 8vw;
  padding: clamp(80px, 10vw, 140px) clamp(24px, 6vw, 96px);
}
.faq-list details {
  padding: 25px 0;
  border-top: 1px solid var(--line);
}
.faq-list details:last-child {
  border-bottom: 1px solid var(--line);
}
.faq-list summary {
  position: relative;
  padding-right: 35px;
  font-family: "Blauer Nue", Arial, sans-serif;
  font-size: 1.12rem;
  font-weight: 700;
  cursor: pointer;
}
.faq-list summary::marker {
  color: var(--clay);
}
.faq-list p {
  max-width: 680px;
  margin: 18px 0 0;
  color: var(--muted);
}
.contact-section {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 8vw;
  padding: clamp(80px, 10vw, 140px) clamp(24px, 6vw, 96px);
  background: var(--forest);
  color: white;
}
.contact-intro {
  position: sticky;
  top: 120px;
  align-self: start;
}
.contact-intro > p:last-child {
  color: #c4cfc8;
}
.contact-form {
  padding: clamp(24px, 4vw, 48px);
  border-radius: 26px;
  background: var(--white);
  color: var(--ink);
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.contact-form label > span:first-child {
  display: block;
  margin-bottom: 7px;
  font-size: 0.82rem;
  font-weight: 700;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: white;
  color: var(--ink);
}
.contact-form textarea {
  resize: vertical;
}
.contact-form > label {
  display: block;
  margin-top: 20px;
}
.contact-form .consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 20px 0;
}
.contact-form .consent input {
  width: auto;
  margin-top: 4px;
}
.contact-form .consent span {
  margin: 0;
  font-weight: 400;
}
.hp {
  position: absolute !important;
  left: -9999px !important;
}
.form-status {
  margin: 14px 0 0;
  font-size: 0.85rem;
}
footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 36px clamp(24px, 6vw, 96px);
  background: #102a22;
  color: white;
  font-size: 0.85rem;
}
footer > a:last-child {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}
footer p {
  margin: 0;
}
