:root {
  --bg: #fcf8ef;
  --bg-soft: #f5efe3;
  --surface: #fffdf8;
  --surface-low: #f6f3ec;
  --surface-2: #efe7d8;
  --surface-3: #e7dcc6;
  --ink: #1d1a14;
  --ink-soft: #5f5849;
  --ink-muted: #8a816e;
  --line: rgba(54, 44, 22, 0.12);
  --line-strong: rgba(54, 44, 22, 0.22);
  --gold: #b58b00;
  --gold-strong: #6e5700;
  --gold-soft: #f1cd52;
  --pill-bg: rgba(241, 205, 82, 0.34);
  --pill-border: rgba(110, 87, 0, 0.08);
  --shadow: 0 20px 50px rgba(77, 71, 50, 0.06);
  --shadow-strong: 0 24px 60px rgba(77, 71, 50, 0.08);
  --radius-sm: 18px;
  --radius-md: 28px;
  --radius-lg: 42px;
  --max: 1240px;
  --page-bg-edge: #fcf8ef;
  --page-bg: var(--page-bg-edge);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  min-height: 100%;
  background: var(--page-bg);
  background-color: var(--page-bg-edge);
}

body {
  background: var(--page-bg);
  background-color: var(--page-bg-edge);
  color: var(--ink);
  font-family: "Be Vietnam Pro", sans-serif;
  min-height: 100vh;
  min-height: 100svh;
  overflow-x: hidden;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.82' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
  z-index: 9999;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
  color: inherit;
}

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.site-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  padding: 18px 24px;
  transition: padding 0.22s ease;
}

.site-nav.scrolled {
  padding: 10px 18px;
}

.nav-shell {
  max-width: var(--max);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 14px 20px;
  border: 1px solid rgba(208, 198, 171, 0.12);
  border-radius: 999px;
  background: rgba(252, 248, 239, 0.74);
  backdrop-filter: blur(12px);
  box-shadow: 0 16px 30px rgba(74, 58, 22, 0.045);
  transition: padding 0.22s ease, background-color 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.site-nav.scrolled .nav-shell {
  padding: 11px 18px;
  border-color: rgba(208, 198, 171, 0.18);
  background: rgba(252, 248, 239, 0.9);
  box-shadow: 0 12px 22px rgba(74, 58, 22, 0.05);
}

.nav-logo,
.footer-logo {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.nav-logo {
  font-size: 1.18rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
}

.nav-links a {
  font-family: "Inter", sans-serif;
  font-size: 0.9rem;
  color: var(--ink-soft);
  transition: color 0.2s ease, opacity 0.2s ease;
}

.nav-links a:hover {
  color: var(--gold-strong);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.lang-btn {
  border: none;
  background: transparent;
  color: var(--ink-muted);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-size: 0.74rem;
  cursor: pointer;
}

.nav-cta,
.btn-primary,
.btn-dark {
  border: none;
  cursor: pointer;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.nav-cta,
.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--gold-strong), var(--gold-soft));
  box-shadow: 0 16px 32px rgba(148, 114, 0, 0.2);
}

.nav-cta {
  padding: 11px 18px;
  border-radius: 999px;
  font-size: 0.88rem;
  box-shadow: 0 12px 24px rgba(148, 114, 0, 0.16);
}

.nav-cta:hover,
.btn-primary:hover,
.btn-dark:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 36px rgba(60, 45, 8, 0.18);
}

.hero-wrap {
  padding: 138px 24px 110px;
}

.hero-shell,
.section-shell,
.footer-shell {
  width: min(var(--max), calc(100vw - 48px));
  margin: 0 auto;
}

.hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  gap: 40px;
  align-items: start;
}

.hero-copy {
  padding: 8px 0;
}

.hero-visual {
  justify-self: end;
  width: min(100%, 540px);
}

.result-tag {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 7px 14px;
  border: 1px solid var(--pill-border);
  border-radius: 999px;
  background: var(--pill-bg);
  color: var(--gold-strong);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-family: "Inter", sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
}

h1,
h2,
h3,
.modal-q,
.result-title,
.result-time {
  font-family: "Plus Jakarta Sans", sans-serif;
}

h1 {
  font-size: clamp(3.2rem, 6.8vw, 5.45rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
  margin-bottom: 20px;
  max-width: 620px;
}

.hero-copy h1 {
  margin-top: 18px;
}

html[lang="en"] .hero-copy h1 {
  margin-bottom: 32px;
}

.accent-word {
  color: var(--gold-strong);
  font-style: italic;
}

.possessive-tail {
  display: inline-block;
  margin-left: -0.015em;
  margin-right: 0.11em;
  color: var(--ink);
  font-style: italic;
  transform: translateY(0.025em);
}

.hero-break-desktop {
  display: block;
}

.hero-sub {
  max-width: 500px;
  font-size: 1.12rem;
  line-height: 1.72;
  color: var(--ink-soft);
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 0;
  margin-top: 34px;
}

.btn-primary,
.btn-dark,
.result-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 58px;
  padding: 0 30px;
  border-radius: 20px;
}

.btn-primary,
.btn-dark,
.result-cta {
  font-size: 1rem;
}

.btn-primary {
  min-height: 54px;
  padding: 0 26px;
}

.hero-proof {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.hero-proof-icon {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  color: #8b6b00;
  line-height: 1;
  flex-shrink: 0;
}

.hero-proof-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.hero-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  margin-right: 0;
  margin-top: 28px;
}

.hero-card {
  border-radius: 34px;
  box-shadow: var(--shadow);
}

.hero-card-main {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  background: var(--surface-2);
  overflow: hidden;
  transform: rotate(1.4deg);
  transition: transform 0.6s ease;
}

.hero-card-main:hover {
  transform: rotate(0deg);
}

.hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100% 100%;
}

.hero-quote-card {
  position: absolute;
  left: clamp(-190px, calc(-9vw - 40px), -132px);
  bottom: 28px;
  width: fit-content;
  max-width: min(420px, calc(100vw - 64px));
  padding: 14px 18px 15px;
  border-radius: 30px;
  background: rgba(255, 253, 248, 0.92);
  backdrop-filter: blur(14px);
  box-shadow: 0 28px 70px rgba(64, 48, 12, 0.14);
  overflow: hidden;
}

.hero-quote-card::before,
.hero-quote-card::after {
  content: none;
}

.hero-quote {
  position: relative;
  z-index: 1;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.36;
  letter-spacing: -0.042em;
  font-style: italic;
  max-width: 360px;
  padding: 0;
}

.quote-line {
  display: block;
  padding-left: 28px;
}

.quote-mark {
  display: inline-block;
  color: var(--ink-muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.15em;
  line-height: 0;
  opacity: 0.42;
}

.quote-mark-open {
  width: 24px;
  margin-left: -26px;
  margin-right: 2px;
  transform: translate(10px, 0.34em) scale(1.22);
  transform-origin: center;
}

.quote-mark-close {
  width: 16px;
  margin-left: 5px;
  transform: translateY(0.42em) scale(1.22);
  transform-origin: center;
}

.hero-quote-meta {
  position: relative;
  z-index: 1;
  margin-top: 9px;
  margin-left: 28px;
  color: var(--ink-muted);
  font-size: 0.76rem;
}

html[lang="en"] .hero-quote-card {
  max-width: min(390px, calc(100vw - 64px));
}

html[lang="en"] .hero-quote {
  font-size: 0.96rem;
  letter-spacing: -0.036em;
}

.hero-photo {
  mix-blend-mode: multiply;
  filter: saturate(0.86) contrast(1.02);
}

.client-band {
  padding: 14px 0 0;
}

.client-band-shell {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 10px 24px 10px 56px;
  background: linear-gradient(180deg, #f3ead0 0%, #eadfbe 100%);
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.36) inset;
}

.client-band-title {
  color: rgba(84, 70, 34, 0.66);
  font-family: "Inter", sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  white-space: nowrap;
}

.client-band-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.client-band-item {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(84, 70, 34, 0.09);
  border-radius: 8px;
  color: #5a4a20;
  background: rgba(255, 252, 244, 0.42);
  font-family: "Inter", sans-serif;
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: transform 0.24s ease, background-color 0.24s ease, border-color 0.24s ease;
}

html[lang="en"] .client-band-item {
  letter-spacing: 0.075em;
}

.client-band-item:hover {
  transform: translateY(-2px);
  background: rgba(255, 252, 244, 0.56);
  border-color: rgba(84, 70, 34, 0.16);
}

.section {
  padding: 110px 24px;
}

.section-heading {
  max-width: 820px;
  margin: 0 auto 52px;
  text-align: center;
}

.section-heading-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

h2 {
  font-size: clamp(2.35rem, 4.8vw, 4.45rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.064em;
  margin: 18px 0 18px;
}

h2 em {
  color: var(--gold-strong);
  font-style: italic;
  padding-right: 0.08em;
}

.section-heading p {
  max-width: 620px;
  margin: 0 auto;
  color: var(--ink-soft);
  line-height: 1.8;
  font-size: 1.04rem;
}

.section-problem {
  background: linear-gradient(180deg, rgba(246, 243, 236, 0.34), rgba(246, 243, 236, 0.12));
}

.section-problem .section-heading {
  max-width: 860px;
  text-align: center;
  margin-left: auto;
}

.section-problem .section-heading h2 {
  margin: 0 0 18px;
}

.section-problem .section-heading p {
  max-width: 640px;
  margin: 0 auto;
}

.problem-grid,
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.problem-card,
.process-step,
.result-card,
.faq-item,
.cta-panel {
  background: var(--surface);
  box-shadow: var(--shadow);
}

.problem-card {
  padding: 30px;
  border-radius: var(--radius-md);
}

.problem-index,
.process-number {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--gold-strong), var(--gold-soft));
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  margin-bottom: 22px;
  box-shadow: 0 16px 28px rgba(154, 121, 8, 0.24);
}

.problem-card h3,
.process-step h3,
.result-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.04em;
  margin-bottom: 12px;
}

.problem-card p,
.process-step p,
.result-card p,
.faq-a,
.cta-panel p,
.footer-copy {
  color: var(--ink-soft);
  line-height: 1.8;
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
  align-items: start;
}

.results-tabs {
  display: none;
}

.results-tab {
  border: none;
  cursor: pointer;
  font-family: "Inter", sans-serif;
}

.result-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  overflow: hidden;
  padding: 30px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(54, 44, 22, 0.08);
  background:
    radial-gradient(circle at 100% 0%, rgba(241, 205, 82, 0.08), transparent 30%),
    var(--surface);
  box-shadow: 0 22px 54px rgba(77, 71, 50, 0.07);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.result-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(241, 205, 82, 0.06), transparent 46%);
  opacity: 0;
  transition: opacity 0.22s ease;
}

.result-card:hover {
  transform: translateY(-3px);
  border-color: rgba(110, 87, 0, 0.14);
  box-shadow: 0 32px 70px rgba(77, 71, 50, 0.105);
}

.result-card:hover::before {
  opacity: 1;
}

.result-card.reveal {
  transition: opacity 0.55s ease, transform 0.55s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.result-card.reveal.visible:hover {
  transform: translateY(-3px);
}

.result-card > * {
  position: relative;
  z-index: 1;
}

.result-card .result-tag {
  position: relative;
  padding: 0;
  padding-left: 18px;
  border: none;
  border-radius: 0;
  background: transparent;
  color: rgba(110, 87, 0, 0.78);
  font-size: 0.62rem;
  letter-spacing: 0.105em;
}

html[lang="en"] .result-card .result-tag {
  letter-spacing: 0.075em;
}

.result-card .result-tag::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 2px;
  border-radius: 999px;
  background: rgba(181, 139, 0, 0.78);
  transform: translateY(-50%);
  transition: width 0.22s ease, background 0.22s ease;
}

.result-card:hover .result-tag::before {
  width: 14px;
  background: var(--gold-strong);
}

.result-card .result-card-title {
  font-size: clamp(1.18rem, 1.65vw, 1.4rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.035em;
  margin-bottom: 0;
}

.result-context {
  padding-left: 10px;
  border-left: 2px solid var(--gold);
  color: var(--ink-muted);
  font-size: 0.88rem;
  font-style: italic;
  line-height: 1.6;
}

.result-before-after {
  display: grid;
  grid-template-columns: 1fr 20px 1fr;
  align-items: stretch;
  row-gap: 0;
}

.result-before-label,
.result-after-label {
  display: flex;
  align-items: center;
  min-height: 30px;
  font-family: "Inter", sans-serif;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.result-before-label {
  padding: 10px 0 4px;
  color: rgba(95, 88, 73, 0.62);
}

.result-after-label {
  padding: 10px 13px 4px;
  border-radius: 12px 12px 0 0;
  color: var(--gold-strong);
  border-top: 1px solid rgba(110, 87, 0, 0.08);
  border-right: 1px solid rgba(110, 87, 0, 0.08);
  border-left: 1px solid rgba(110, 87, 0, 0.08);
  background: rgba(255, 247, 213, 0.86);
  transition: background 0.22s ease;
}

.result-label-arrow {
  min-width: 20px;
}

.result-before-item,
.result-after-item {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  font-size: 0.86rem;
  line-height: 1.42;
}

.result-before-item {
  padding: 6px 8px 12px 0;
  color: rgba(95, 88, 73, 0.66);
}

.result-before-item::before {
  content: "×";
  flex-shrink: 0;
  margin-top: 0.1em;
  color: rgba(213, 113, 113, 0.68);
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1;
}

.result-arrow {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 8px;
  color: rgba(110, 87, 0, 0.26);
  font-size: 0.9rem;
}

.result-after-item {
  padding: 8px 13px;
  color: rgba(58, 46, 0, 0.9);
  border-right: 1px solid rgba(110, 87, 0, 0.08);
  border-left: 1px solid rgba(110, 87, 0, 0.08);
  background: rgba(255, 247, 213, 0.86);
  transition: background 0.22s ease;
}

.result-after-item::before {
  content: "✓";
  flex-shrink: 0;
  margin-top: 2px;
  color: var(--gold-strong);
  font-size: 0.82rem;
  font-weight: 700;
}

.result-after-item:last-of-type {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(110, 87, 0, 0.08);
  border-radius: 0 0 12px 12px;
  box-shadow: 0 14px 28px rgba(107, 84, 0, 0.07);
}

.result-card:hover .result-after-label,
.result-card:hover .result-after-item {
  background: rgba(255, 241, 183, 0.9);
}

.result-metric-block {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(110, 87, 0, 0.12);
}

.result-metric-left {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.result-metric-number {
  flex: 0 0 auto;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(2.55rem, 4.2vw, 3.95rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1;
  color: var(--gold-strong);
  white-space: nowrap;
}

.result-metric-number[data-prefix-fr] {
  font-size: clamp(2.25rem, 3.7vw, 3.45rem);
}

.result-metric-label {
  padding-top: 28px;
  color: var(--ink-muted);
  font-size: 0.82rem;
  line-height: 1.32;
}

.result-metric-label strong {
  display: block;
  color: var(--ink-soft);
  font-size: 0.9rem;
  font-weight: 700;
}

.result-metric-note {
  display: block;
  margin-top: 4px;
  color: rgba(95, 88, 73, 0.48);
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.35;
}

.section-process {
  background: transparent;
}

.process-step {
  position: relative;
  padding: 34px 28px 30px;
  border-radius: var(--radius-md);
  text-align: center;
}

.process-number {
  margin-left: auto;
  margin-right: auto;
}

.faq-shell {
  max-width: 860px;
}

.section-faq {
  padding-bottom: 42px;
}

.faq-list {
  display: grid;
  gap: 16px;
}

.faq-item {
  border-radius: var(--radius-md);
  padding: 0 26px;
  background: var(--surface-low);
}

.faq-q {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 26px 0;
  border: none;
  background: transparent;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.faq-icon {
  font-size: 1.2rem;
  color: var(--ink-muted);
  transition: transform 0.24s ease;
  flex-shrink: 0;
}

.faq-item.open .faq-icon {
  transform: rotate(45deg);
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  padding-right: 30px;
  transition: max-height 0.28s ease, padding-bottom 0.28s ease;
}

.faq-a p {
  margin: 0;
}

.faq-a p + p {
  margin-top: 12px;
}

.faq-item.open .faq-a {
  max-height: 620px;
  padding-bottom: 26px;
}

.section-cta {
  padding-top: 18px;
  padding-bottom: 42px;
}

.cta-panel {
  position: relative;
  overflow: hidden;
  width: min(100%, 720px);
  min-height: 360px;
  margin: 0 auto;
  padding: 22px 54px;
  border-radius: 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background:
    radial-gradient(circle at bottom left, rgba(241, 205, 82, 0.18), transparent 34%),
    linear-gradient(135deg, #f4d455, #f7e6ac);
  box-shadow: 0 28px 62px rgba(77, 71, 50, 0.085);
  text-align: center;
}

.cta-panel::before,
.cta-panel::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(107, 84, 0, 0.08);
}

.cta-panel::before {
  width: 260px;
  height: 260px;
  right: -70px;
  top: -80px;
}

.cta-panel::after {
  width: 340px;
  height: 340px;
  left: -120px;
  bottom: -160px;
}

.cta-panel > * {
  position: relative;
  z-index: 1;
}

.cta-panel h2 {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.cta-heading-line {
  white-space: nowrap;
}

.cta-panel p {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 28px;
}

.cta-panel .btn-dark {
  border: 1px solid rgba(255, 253, 248, 0.22);
  background: linear-gradient(135deg, #6f5908, #9a7908);
  color: #fffaf0;
  box-shadow: 0 18px 34px rgba(110, 87, 0, 0.22);
  white-space: nowrap;
}

.cta-panel .btn-dark:hover {
  background: linear-gradient(135deg, #755f0a, #ad8c16);
  box-shadow: 0 24px 42px rgba(110, 87, 0, 0.28);
}

.btn-dark {
  background: #1d1a14;
  color: #fffdf8;
  box-shadow: 0 16px 32px rgba(29, 26, 20, 0.2);
}

.site-footer {
  padding: 0 24px 42px;
  background: transparent;
}

.footer-shell {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(54, 44, 22, 0.1);
}

.footer-brand {
  display: flex;
  flex-direction: column;
}

.footer-logo {
  font-size: 1.04rem;
}

.footer-logo-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-social {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  color: var(--ink-muted);
  background: rgba(29, 26, 20, 0.04);
  transition: color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.footer-social svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.footer-social:hover {
  color: var(--gold-strong);
  background: rgba(241, 205, 82, 0.24);
  transform: translateY(-1px);
}

.footer-copy {
  margin-top: 6px;
  font-size: 0.92rem;
  line-height: 1.6;
}

.footer-meta {
  color: rgba(95, 88, 73, 0.62);
  font-family: "Inter", sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
}

.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(20, 17, 10, 0.5);
  display: grid;
  place-items: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 400;
}

.modal-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

.modal {
  position: relative;
  width: min(100%, 480px);
  max-height: min(88vh, 880px);
  overflow: auto;
  background: linear-gradient(180deg, #fffdf8, #f6efdf);
  border: 1px solid rgba(208, 198, 171, 0.15);
  border-radius: 30px;
  box-shadow: var(--shadow-strong);
  padding: 24px;
  transform: translateY(18px);
  transition: transform 0.24s ease;
}

.modal-overlay.open .modal {
  transform: translateY(0);
}

.modal-close,
.modal-back {
  border: none;
  background: transparent;
  cursor: pointer;
  color: var(--ink-muted);
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  font-size: 0.98rem;
  line-height: 1;
  transition: color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.modal-close:hover {
  color: var(--ink);
  background: rgba(29, 26, 20, 0.05);
  transform: rotate(3deg);
}

.progress-wrap {
  margin: 6px 46px 16px 46px;
}

.modal.is-processing .progress-wrap {
  margin: 4px 46px 8px 46px;
}

.progress-track {
  height: 3px;
  border-radius: 999px;
  background: rgba(29, 26, 20, 0.08);
}

.progress-fill {
  width: 0;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold-strong), var(--gold-soft));
  transition: width 0.25s ease;
}

.progress-fill.complete {
  background: linear-gradient(135deg, var(--gold-strong), var(--gold-soft));
}

.progress-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 6px;
  font-family: "Inter", sans-serif;
  color: var(--ink-muted);
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}

.modal-back {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  display: none;
  place-items: center;
  width: 34px;
  height: 34px;
  margin: 0;
  border-radius: 999px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1rem;
  line-height: 1;
  transition: color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.modal-back.visible {
  display: grid;
}

.modal-back:hover {
  color: var(--ink);
  background: rgba(29, 26, 20, 0.05);
  transform: translateX(-2px);
}

.modal-step {
  display: none;
}

.modal-step.active,
.result-screen.active {
  display: block;
}

.text-loader.active {
  display: grid;
}

.modal-q {
  font-size: clamp(1.38rem, 2.4vw, 1.78rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.045em;
  margin-bottom: 10px;
}

.modal-sub {
  color: var(--ink-muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

.options {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.opt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 16px 15px 18px;
  border-radius: 18px;
  border: 1px solid rgba(208, 198, 171, 0.15);
  background: rgba(255, 253, 248, 0.88);
  cursor: pointer;
  text-align: left;
  transition: transform 0.16s ease, background 0.16s ease, border-color 0.16s ease;
}

.opt:hover {
  transform: translateY(-1px);
  border-color: rgba(110, 87, 0, 0.28);
  background: rgba(249, 240, 212, 0.78);
}

.opt-arr {
  color: var(--ink-muted);
}

.text-loader,
.result-screen {
  display: none;
}

.text-loader {
  min-height: 64px;
  place-items: center;
  padding: 4px 8px 0;
  text-align: center;
}

.loader-sub {
  min-height: 30px;
  color: rgba(95, 88, 73, 0.78);
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.5;
  opacity: 0;
  transform: translateY(5px);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.loader-sub.visible {
  opacity: 1;
  transform: translateY(0);
}

.progress-pct.is-loading {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 10px;
}

.progress-pct.is-loading span {
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: var(--gold);
  animation: pulse 1s infinite ease-in-out;
}

.progress-pct.is-loading span:nth-child(2) {
  animation-delay: 0.15s;
}

.progress-pct.is-loading span:nth-child(3) {
  animation-delay: 0.3s;
}

.modal.is-processing .progress-step {
  text-transform: none;
  letter-spacing: 0.02em;
}

.result-bar {
  width: calc(100% - 50px);
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold-strong), var(--gold-soft));
  margin-bottom: 28px;
}

.result-title {
  max-width: 520px;
  font-size: clamp(1.65rem, 3.2vw, 2.25rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.052em;
  margin-bottom: 14px;
}

.result-time {
  font-size: clamp(1.05rem, 2.4vw, 1.45rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--gold-strong);
  margin-bottom: 18px;
}

.result-desc {
  max-width: 540px;
  color: var(--ink-soft);
  font-size: 0.98rem;
  line-height: 1.68;
  margin-bottom: 28px;
}

.result-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.result-cta {
  color: #fff;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 253, 248, 0.12), transparent 36%),
    linear-gradient(135deg, #1d1a14, #2b2518);
  min-height: 56px;
  padding: 0 30px;
  border-radius: 18px;
  border: 1px solid rgba(255, 253, 248, 0.08);
  font-size: 1rem;
  box-shadow: 0 20px 42px rgba(29, 26, 20, 0.22);
}

.result-restart {
  border: none;
  background: transparent;
  color: rgba(95, 88, 73, 0.78);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.86rem;
  font-weight: 600;
  cursor: pointer;
  transition: color 0.18s ease, transform 0.18s ease;
}

.result-restart:hover {
  color: var(--gold-strong);
  transform: translateX(2px);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 0.4; }
  50% { transform: scale(1.18); opacity: 1; }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1100px) {
  .hero-shell {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    width: min(100%, 620px);
    justify-self: stretch;
  }

  .hero-frame {
    aspect-ratio: auto;
    height: 420px;
    margin-right: 0;
    margin-top: 0;
  }

  .hero-quote-card {
    left: 36px;
    bottom: -26px;
  }

  .section-problem .section-heading {
    max-width: 100%;
  }

  .section-problem .section-heading p {
    max-width: 540px;
    margin: 0 auto;
  }

  .problem-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .results-grid {
    max-width: 100%;
  }

}

@media (max-width: 760px) {
  .site-nav {
    padding: 10px 12px 0;
  }

  .site-nav.scrolled {
    padding: 8px 12px 0;
  }

  .nav-shell,
  .site-nav.scrolled .nav-shell {
    gap: 10px;
    padding: 10px 12px;
    border-radius: 999px;
    flex-wrap: nowrap;
  }

  .nav-logo {
    font-size: 1rem;
    white-space: nowrap;
  }

  .nav-links {
    display: none;
  }

  .nav-actions {
    flex-shrink: 0;
    gap: 8px;
    margin-left: auto;
  }

  .lang-btn {
    font-size: 0.68rem;
    letter-spacing: 0.12em;
  }

  .nav-actions .nav-cta {
    width: auto;
    min-height: 38px;
    padding: 0 12px;
    font-size: 0.78rem;
  }

  .hero-wrap {
    padding-top: 116px;
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 32px;
  }

  h1 {
    font-size: clamp(2.7rem, 15vw, 4.05rem);
  }

  .hero-copy h1 {
    margin-top: 14px;
  }

  .hero-break-desktop {
    display: none;
  }

  h2 {
    font-size: clamp(2rem, 11vw, 3.1rem);
  }

  .hero-shell,
  .section-shell,
  .footer-shell {
    width: min(var(--max), calc(100vw - 28px));
  }

  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-top: 28px;
  }

  .btn-dark,
  .result-cta {
    width: 100%;
  }

  .hero-actions .btn-primary {
    width: auto;
    max-width: 100%;
    min-height: 48px;
    padding: 0 20px;
    border-radius: 16px;
    font-size: 0.92rem;
    white-space: normal;
    text-align: center;
  }

  .hero-proof {
    align-items: center;
    flex-direction: row;
    margin-top: 12px;
  }

  .hero-visual {
    justify-self: center;
    width: 100%;
    max-width: none;
    margin: 0 auto;
  }

  .hero-frame {
    aspect-ratio: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    height: auto;
    margin-right: 0;
    margin-top: 0;
    width: 100%;
  }

  .hero-card-main {
    flex: none;
    width: 100%;
    height: clamp(300px, 82vw, 360px);
    margin: 0 auto;
    transform: none;
  }

  .hero-photo {
    object-position: 50% 72%;
  }

  .hero-quote-card {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 18px 18px 16px;
    border-radius: 24px;
    align-self: center;
  }

  .hero-quote {
    max-width: none;
    margin: 0 auto;
    font-size: 0.96rem;
    padding: 0;
  }

  .hero-quote-meta {
    margin-left: 28px;
  }

  .section,
  .site-footer {
    padding-left: 14px;
    padding-right: 14px;
  }

  .client-band {
    padding: 0;
  }

  .client-band-shell {
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: auto;
    padding: 8px 14px;
    background: rgba(241, 205, 82, 0.13);
    border-top: 1px solid rgba(84, 70, 34, 0.075);
    border-bottom: 1px solid rgba(84, 70, 34, 0.075);
    box-shadow: none;
    scrollbar-width: none;
  }

  .client-band-shell::-webkit-scrollbar {
    display: none;
  }

  .client-band-title {
    flex: 0 0 auto;
    font-size: 0.62rem;
    letter-spacing: 0.2em;
  }

  .client-band-items {
    flex-wrap: nowrap;
    gap: 8px;
    min-width: max-content;
  }

  .client-band-item {
    min-height: 24px;
    padding: 0 9px;
    border-radius: 999px;
    background: rgba(255, 252, 244, 0.44);
    font-size: 0.61rem;
    letter-spacing: 0.06em;
  }

  .section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-faq {
    padding-bottom: 28px;
  }

  .section-cta {
    padding-top: 22px;
    padding-bottom: 38px;
  }

  .results-tabs {
    display: flex;
    gap: 4px;
    width: 100%;
    max-width: 420px;
    padding: 4px;
    border: 1px solid rgba(110, 87, 0, 0.1);
    border-radius: 999px;
    background: rgba(255, 253, 248, 0.72);
    box-shadow: 0 14px 32px rgba(77, 71, 50, 0.06);
  }

  .results-tabs {
    margin: -30px auto 22px;
  }

  .results-tab {
    flex: 1;
    min-height: 38px;
    padding: 0 10px;
    border-radius: 999px;
    background: transparent;
    color: var(--ink-muted);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition: color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
  }

  .results-tab.active {
    color: #fffdf8;
    background: linear-gradient(135deg, var(--gold-strong), var(--gold-soft));
    box-shadow: 0 10px 22px rgba(148, 114, 0, 0.16);
  }

  html[lang="en"] .results-tab {
    font-size: 0.62rem;
    letter-spacing: 0.025em;
  }

  .process-grid {
    position: relative;
    display: grid;
    gap: 14px;
    margin: -18px 0 0;
    padding: 0;
    overflow: visible;
  }

  .process-grid::before {
    content: none;
  }

  .results-grid {
    display: block;
    margin: 0;
    padding: 0;
    overflow: visible;
  }

  .process-step {
    position: relative;
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    column-gap: 14px;
    align-items: start;
    width: 100%;
    padding: 18px 18px 18px 0;
    border: none;
    background: transparent;
    box-shadow: none;
    text-align: left;
  }

  .process-step:not(:last-child)::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 38px;
    bottom: -34px;
    width: 1px;
    background: rgba(110, 87, 0, 0.14);
  }

  .process-step .process-number {
    position: relative;
    z-index: 1;
    width: 38px;
    height: 38px;
    margin: 0;
    font-size: 0.9rem;
    box-shadow: 0 10px 20px rgba(154, 121, 8, 0.18);
  }

  .process-step h3,
  .process-step p {
    grid-column: 2;
  }

  .process-step h3 {
    margin-bottom: 6px;
  }

  .process-step p {
    font-size: 0.92rem;
    line-height: 1.65;
  }

  .result-card {
    width: 100%;
  }

  .result-card:not(.is-active) {
    display: none;
  }

  .result-card.is-active.reveal {
    opacity: 1;
    transform: none;
  }

  .problem-card,
  .process-step,
  .result-card,
  .cta-panel {
    border-radius: 26px;
  }

  .cta-panel {
    width: auto;
    min-height: 0;
    padding: 34px 24px;
  }

  .cta-heading-line {
    display: block;
  }

  .cta-panel .btn-dark {
    width: auto;
    min-width: 0;
    padding-left: 22px;
    padding-right: 22px;
    white-space: nowrap;
  }

  .result-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }

  .result-restart {
    align-self: center;
  }

  .faq-item {
    padding: 0 20px;
  }

  .faq-q {
    font-size: 1rem;
  }

  .site-footer {
    padding-bottom: calc(34px + env(safe-area-inset-bottom));
  }

  .footer-shell {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 16px 0 0;
    border-top: 1px solid rgba(54, 44, 22, 0.12);
    border-radius: 0;
    background: transparent;
    text-align: center;
    box-shadow: none;
  }

  .footer-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-logo-row {
    justify-content: center;
  }

  .footer-meta {
    font-size: 0.78rem;
  }

  .modal {
    width: min(100%, 620px);
    padding: 18px;
    border-radius: 24px;
  }

  .text-loader {
    min-height: 62px;
    padding: 2px 4px 0;
  }

  .loader-sub {
    min-height: 34px;
  }

  .progress-wrap {
    margin: 4px 44px 16px;
  }

  .modal.is-processing .progress-wrap {
    margin: 2px 44px 8px;
  }
}
