:root {
  --bg: #242829;
  --bg-deep: #242829;
  --surface: #3a3f40;
  --surface-2: #3a3f40;
  --olive: #a8b65c;
  --white: #ffffff;
  --muted: #d7d9d8;
  --red: #c9252d;
  --line: rgba(168, 182, 92, 0.28);
  --radius: 22px;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 18% 10%, rgba(168, 182, 92, 0.06), transparent 24rem),
    linear-gradient(180deg, var(--bg) 0%, var(--bg) 100%);
  color: var(--white);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  line-height: 1.62;
  text-rendering: optimizeLegibility;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .16;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.055'/%3E%3C/svg%3E");
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.section { padding: 96px 0; position: relative; overflow: hidden; }
.section-alt { background: rgba(255,255,255,.022); border-block: 1px solid rgba(255,255,255,.045); }

.skip-link {
  position: fixed; left: 16px; top: -80px; z-index: 999;
  background: var(--olive); color: var(--bg); padding: 10px 16px; border-radius: 10px;
}
.skip-link:focus { top: 16px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(27,30,31,.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.header-inner { min-height: 80px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; margin-right: auto; }
.brand img { width: 142px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 26px; }
.main-nav a { text-decoration: none; color: var(--muted); font-size: .93rem; font-weight: 650; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--olive); }
.language-switch { display: flex; align-items: center; gap: 6px; color: var(--muted); }
.lang-btn { background: none; border: 0; color: var(--muted); font-weight: 800; cursor: pointer; padding: 8px 4px; }
.lang-btn.active { color: var(--olive); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; background: transparent; padding: 10px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; background: var(--white); margin: 5px 0; border-radius: 2px; }

.hero { padding-top: 12px; }
.hero-grid { display: grid; grid-template-columns: minmax(0,1.16fr) minmax(340px,.78fr); gap: 40px; align-items: center; }
.step-label { color: var(--olive); font-size: 1.1rem; font-weight: 900; letter-spacing: .14em; margin: 0 0 14px; }
.hero-copy { display:flex; flex-direction:column; align-items:flex-start; }
.hero-copy > * { align-self:flex-start; text-align:left; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(2.65rem, 4.25vw, 4.45rem); line-height: .96; letter-spacing: -.04em; margin-bottom: 14px; color: var(--olive); }

html[data-lang="en"] .hero-copy h1 {
  white-space: nowrap;
  font-size: clamp(2.5rem, 4vw, 4.25rem);
}

.hero-copy h2 { font-size: clamp(1.28rem, 1.72vw, 1.82rem); line-height: 1.1; margin-bottom: 16px; max-width: 790px; }
.hero-copy p { color: var(--muted); max-width: 790px; font-size: .95rem; line-height: 1.58; margin-bottom: 12px; }
.hero-copy .lead { color: var(--white); font-size: 1rem; margin-bottom: 10px; }
.cta-button {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 52px; margin-top: 14px; padding: 13px 24px;
  border: 1px solid var(--olive); border-radius: 999px;
  background: var(--olive); color: var(--bg); text-decoration: none;
  font-size: .9rem; font-weight: 900; letter-spacing: .045em;
  box-shadow: 0 14px 32px rgba(168,182,92,.13);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.cta-button:hover { transform: translateY(-2px); box-shadow: 0 18px 40px rgba(168,182,92,.2); background: var(--olive); }
.image-frame {
  position: relative; isolation: isolate; max-width: 500px; margin-left: auto;
  border-radius: 28px; overflow: hidden; box-shadow: var(--shadow);
  background: #ffffff;
}
.image-frame::before { content:""; position:absolute; inset:0; border:1px solid rgba(168,182,92,.5); border-radius:inherit; z-index:3; pointer-events:none; }
.image-frame img { width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; object-position: center; display:block; }
.image-accent { position:absolute; left:0; right:0; bottom:0; height:18%; background:linear-gradient(180deg, transparent, rgba(36,40,41,.4)); z-index:2; }
.identity-wrap { margin-top: 34px; }
.identity-card { border: 1px solid var(--line); background: rgba(58,63,64,.58); border-radius: 18px; padding: 22px 26px; display: grid; grid-template-columns: 210px 1fr; gap: 28px; align-items: center; }
.identity-card p { margin: 0; color: var(--muted); }
.identity-card .identity-title { color: var(--olive); font-weight: 900; letter-spacing: .06em; }

.hero-copy p,
.identity-card p:not(.identity-title),
.section-heading p,
.panel-note,
.trust-line,
.decision-card p,
.transparency-card p,
.contact-inner h2 {
  text-align: justify;
  text-justify: inter-word;
}

.two-column { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.section-heading h2 { color: var(--olive); font-size: clamp(1.95rem, 3.4vw, 3.2rem); line-height: 1.05; letter-spacing: -.03em; margin-bottom: 20px; }
.section-heading p { color: var(--muted); }
.section-heading.centered { text-align: center; max-width: 900px; margin: 0 auto 54px; }

#section-03 .section-heading h2,
#section-05 .section-heading h2 {
  white-space: nowrap;
  font-size: clamp(1.85rem, 3vw, 3rem);
}
#section-03 .section-heading.centered,
#section-05 .section-heading.centered {
  max-width: 1180px;
}
.section-subtitle { color: var(--white) !important; font-weight: 780; letter-spacing: .015em; }
.info-panel, .check-panel, .cost-card, .transparency-card, .store-card {
  background: linear-gradient(145deg, rgba(58,63,64,.86), rgba(43,48,49,.88));
  border: 1px solid rgba(255,255,255,.08); border-radius: var(--radius); box-shadow: 0 22px 54px rgba(0,0,0,.18);
}
.info-panel { padding: 36px; }
.clean-list, .check-list { list-style: none; padding: 0; margin: 0; }
.clean-list li, .check-list li { position: relative; padding: 15px 12px 15px 34px; border-bottom: 1px solid rgba(255,255,255,.08); font-weight: 680; }
.clean-list li::before, .check-list li::before { content:"✓"; position:absolute; left:0; color:var(--olive); font-weight:950; }
.clean-list li:last-child, .check-list li:last-child { border-bottom: 0; }
.panel-note { margin: 24px 0 0; padding-top: 24px; border-top: 1px solid var(--line); color: var(--muted); }

.comparison-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; align-items: stretch; }
.store-card { padding: 34px 28px; text-align: center; position: relative; min-height: 230px; display: flex; flex-direction: column; justify-content: center; }
.store-card-best { border-color: var(--olive); transform: translateY(-8px); box-shadow: 0 26px 70px rgba(168,182,92,.12); }
.store-label { font-size: 1.35rem; font-weight: 900; color: var(--white); }
.store-card p { color: var(--muted); margin: 18px 0 2px; }
.store-card strong { font-size: clamp(2.2rem,4vw,3.5rem); color: var(--olive); line-height: 1; }
.best-badge { position:absolute; top:-15px; left:50%; transform:translateX(-50%); width:max-content; max-width:88%; padding:7px 14px; border-radius:999px; background:var(--olive); color:var(--bg); font-size:.72rem; font-weight:950; letter-spacing:.04em; }
.trust-line { margin: 52px auto 0; max-width: 880px; padding: 21px 26px; text-align: center; border-left: 4px solid var(--olive); background: rgba(255,255,255,.035); color: var(--white); font-weight: 850; }
#section-03 .trust-line { width: max-content; max-width: 100%; white-space: nowrap; font-size: clamp(.84rem, 1vw, .98rem); }

.details-grid { align-items: start; }
.check-panel { padding: 32px 36px; }
.check-title { color: var(--olive); font-weight: 900; font-size: 1.12rem; }
.decision-card { margin-top: 44px; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 34px; background: rgba(168,182,92,.055); text-align: center; }
.decision-card h3 { color: var(--olive); margin-bottom: 8px; }
.decision-card p { color: var(--muted); margin-bottom: 0; }

.final-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 28px; align-items: stretch; }
.cost-card, .transparency-card { padding: 36px; }
.eyebrow { color: var(--olive); font-size: .82rem; font-weight: 950; letter-spacing: .085em; }
.cost-card h3, .transparency-card h3 { font-size: 1.35rem; line-height: 1.25; }
.cost-list { margin: 28px 0 0; }
.cost-list div { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.09); }
.cost-list dt { color: var(--muted); }
.cost-list dd { margin:0; font-weight:850; }
.total-cost { margin-top: 26px; padding-top: 25px; display:flex; align-items:end; justify-content:space-between; gap:16px; border-top:1px solid var(--olive); }
.total-cost span { font-size: .82rem; color: var(--muted); font-weight: 850; }
.total-cost strong { color:var(--olive); font-size:clamp(2.5rem,5vw,4.6rem); line-height:.9; }
.transparency-card p { color: var(--muted); }
.transparency-card .fee-note { border-top: 1px solid var(--line); padding-top: 18px; color: var(--white); font-weight: 700; }

.contact-strip { padding: 70px 0; background: linear-gradient(90deg, rgba(168,182,92,.14), rgba(168,182,92,.035)); border-block: 1px solid var(--line); }
.contact-inner { display:flex; align-items:center; justify-content:space-between; gap:40px; }
.contact-inner h2 { margin:0; font-size:clamp(1.7rem,3vw,3rem); }
.contact-inner .cta-button { margin:0; flex:0 0 auto; }
.site-footer { padding: 44px 0; background: var(--bg-deep); border-top: 1px solid rgba(255,255,255,.07); }
.footer-inner { display:grid; grid-template-columns:auto minmax(180px,1fr) minmax(220px,1.15fr) auto; gap:28px; align-items:center; }
.footer-inner img { width: 118px; }
.footer-inner div { display:flex; flex-direction:column; gap:5px; }
.footer-legal { display:flex; flex-wrap:wrap; gap:8px 18px; align-items:center; }
.footer-legal a { font-size:.85rem; }
.footer-inner a { color:var(--muted); text-decoration:none; }
.footer-inner p { margin:0; color:var(--muted); font-size:.85rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .section { padding: 74px 0; }
  #section-03 .trust-line { width: auto; white-space: normal; }
  .hero-grid { grid-template-columns: 1fr .82fr; gap: 24px; }
  .two-column, .final-grid { grid-template-columns: 1fr; gap: 38px; }
  .details-grid .section-heading { max-width: 800px; }
  .comparison-grid { grid-template-columns: 1fr 1fr; }
  .store-card-best { grid-column: span 2; order: -1; transform: none; }
  .identity-card { grid-template-columns: 1fr; gap: 8px; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .hero-copy p, .identity-card p:not(.identity-title), .section-heading p, .panel-note, .trust-line, .decision-card p, .transparency-card p, .contact-inner h2 { text-align: left; }
  #section-03 .section-heading h2, #section-05 .section-heading h2 { white-space: normal; font-size: clamp(1.85rem, 8vw, 2.5rem); }
  .header-inner { min-height: 70px; gap: 14px; }
  .brand img { width: 108px; }
  .menu-toggle { display:block; order:2; }
  .language-switch { order:1; margin-left:auto; }
  .main-nav { position:absolute; left:14px; right:14px; top:70px; display:none; flex-direction:column; align-items:stretch; gap:0; padding:10px; background:var(--bg); border:1px solid var(--surface-2); border-radius:16px; box-shadow:var(--shadow); }
  .main-nav.open { display:flex; }
  .main-nav a { padding:14px 16px; border-bottom:1px solid rgba(255,255,255,.07); }
  .main-nav a:last-child { border-bottom:0; }
  .hero { padding-top:24px; }
  .hero-grid { grid-template-columns: 1fr; gap: 30px; }
  h1 { font-size: clamp(2.25rem, 12vw, 3.9rem); }
  html[data-lang="en"] .hero-copy h1 { white-space: normal; font-size: clamp(2.25rem, 11vw, 3.7rem); }
  .hero-copy h2 { font-size: 1.36rem; }
  .hero-visual { order: 2; }
  .image-frame { max-width: 100%; margin: 0 auto; }
  .identity-wrap { margin-top: 40px; }
  .comparison-grid { grid-template-columns: 1fr; }
  .store-card-best { grid-column: auto; }
  .store-card { min-height: 190px; }
  .section-heading.centered { text-align:left; margin-bottom:36px; }
  .info-panel, .check-panel, .cost-card, .transparency-card { padding: 25px 22px; }
  .total-cost { flex-direction:column; align-items:flex-start; }
  .contact-inner { flex-direction:column; align-items:flex-start; }
  .contact-inner .cta-button { width:100%; }
  .footer-inner { grid-template-columns:1fr; text-align:center; justify-items:center; }
  .footer-legal { justify-content:center; }
  .footer-inner div { align-items:center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity:1; transform:none; transition:none; }
  .cta-button { transition:none; }
}
