:root {
  --ink: #142220;
  --ink-soft: #213330;
  --cream: #f5efe4;
  --paper: #fffdf8;
  --line: #cbc4b7;
  --gold: #c89d51;
  --lime: #d8f36a;
  --orange: #ef6b48;
  --muted: #63706c;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: Georgia, "Times New Roman", serif;
  --mono: "SFMono-Regular", Consolas, monospace;
  --safe-bottom: env(safe-area-inset-bottom, 0px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--cream); }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--cream); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.5; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid var(--orange); outline-offset: 3px; }

.topline {
  min-height: 38px;
  padding: 9px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: var(--ink);
  color: var(--paper);
  font: 12px var(--mono);
  letter-spacing: 0.03em;
  text-align: center;
  position: relative;
}

.pulse { width: 8px; height: 8px; flex: 0 0 auto; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(216, 243, 106, 0.16); }
.language-button { position: absolute; right: 14px; top: 5px; min-height: 28px; max-width: 120px; padding: 0 8px; border: 1px solid rgba(255, 253, 248, 0.24); border-radius: 6px; background: transparent; color: var(--paper); cursor: pointer; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.site-header { height: 76px; max-width: 1280px; margin: auto; padding: 0 28px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.logo { min-width: 0; display: inline-flex; align-items: center; gap: 5px; font: 800 15px var(--mono); letter-spacing: -0.04em; white-space: nowrap; }
.logo i { color: var(--orange); font-style: normal; }
.site-header nav { display: flex; gap: 22px; font-size: 14px; }
.site-header nav a:hover, .text-link:hover { text-decoration: underline; }
.header-cta { min-height: 40px; padding: 0 14px; display: inline-flex; align-items: center; border: 1px solid var(--ink); border-radius: 6px; font-size: 13px; font-weight: 760; white-space: nowrap; }

.hero { max-width: 1280px; margin: 0 auto; padding: 42px 28px 68px; display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; }
.eyebrow { margin: 0 0 14px; color: var(--muted); font: 760 12px var(--mono); letter-spacing: 0.08em; text-transform: uppercase; }
.hero h1, h2 { margin: 0; font-family: var(--serif); font-weight: 500; letter-spacing: -0.035em; line-height: 1; overflow-wrap: anywhere; text-wrap: balance; }
.hero h1 { max-width: 680px; font-size: clamp(48px, 6.4vw, 84px); }
.hero-text { max-width: 540px; margin: 24px 0; font-size: 18px; line-height: 1.55; color: #32413e; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.button { min-height: 48px; padding: 0 20px; border: 0; border-radius: 6px; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; font-weight: 780; line-height: 1.2; text-align: center; }
.primary { background: var(--orange); color: #fff; box-shadow: 4px 4px 0 var(--ink); }
.text-link { font-size: 14px; font-weight: 760; }
.trust-row { margin-top: 42px; display: flex; flex-wrap: wrap; gap: 12px; font-size: 13px; }
.trust-row span { padding: 7px 10px; border: 1px solid var(--line); border-radius: 6px; background: rgba(255, 253, 248, 0.55); }

.hero-visual { position: relative; }
.hero-visual img { width: 100%; height: 570px; object-fit: cover; border-radius: 6px; filter: saturate(0.9); }
.hero-sticker { position: absolute; z-index: 1; right: -16px; top: 26px; width: 132px; height: 132px; padding: 15px; border-radius: 50%; display: flex; flex-direction: column; justify-content: center; text-align: center; background: var(--lime); color: var(--ink); transform: rotate(10deg); box-shadow: 0 18px 32px rgba(20, 34, 32, 0.16); }
.hero-sticker strong { font-family: var(--serif); font-size: 29px; line-height: 1; }
.hero-sticker span { margin-top: 7px; font-size: 12px; line-height: 1.15; }
.hero-caption { position: absolute; left: 16px; right: 16px; bottom: 16px; min-height: 48px; padding: 0 14px; display: flex; align-items: center; justify-content: space-between; gap: 10px; border-radius: 6px; background: rgba(20, 34, 32, 0.78); color: var(--paper); backdrop-filter: blur(12px); font-size: 13px; }
.hero-caption b { color: var(--lime); }

.ticker { overflow: hidden; border-block: 1px solid var(--line); background: var(--paper); white-space: nowrap; font: 19px var(--mono); }
.ticker div { display: inline-block; padding: 18px 0; animation: marquee 28s linear infinite; }
.ticker i { color: var(--orange); font-style: normal; padding: 0 16px; }
@keyframes marquee { to { transform: translateX(-36%); } }

.proof-section { max-width: 1280px; margin: auto; padding: 96px 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 34px; }
.proof-section h2, .section-heading h2, .calculator h2, .contact h2, .faq h2 { max-width: 580px; font-size: clamp(36px, 4vw, 56px); }
.proof-section > p { margin: 30px 0 0; max-width: 560px; font-size: 20px; color: #33433f; }
.proof-stats { grid-column: 1 / -1; margin-top: 34px; padding-top: 22px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.proof-stats div { padding: 8px 24px; border-right: 1px solid var(--line); }
.proof-stats div:first-child { padding-left: 0; }
.proof-stats div:last-child { border-right: 0; }
.proof-stats b { display: block; font: 44px var(--serif); }
.proof-stats span { display: block; color: var(--muted); font-size: 13px; line-height: 1.25; }

.calculator { max-width: 1224px; margin: auto; display: grid; grid-template-columns: 0.9fr 1.1fr; background: var(--ink); color: var(--paper); }
.calculator-image { position: relative; min-height: 590px; }
.calculator-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.calculator-image p { position: absolute; left: 0; bottom: 0; margin: 0; padding: 13px 16px; background: var(--lime); color: var(--ink); font: 13px var(--mono); }
.calculator-card { padding: 58px 64px; }
.calculator-card .eyebrow { color: var(--lime); }
.calc-intro { color: #c9d1ce; }
.watch-estimator label { display: block; margin: 25px 0 7px; font-size: 13px; }
.watch-estimator select, .contact input { width: 100%; min-height: 48px; padding: 0 13px; border: 1px solid #73847f; border-radius: 6px; background: transparent; color: inherit; }
.watch-estimator option { color: var(--ink); }
.full { width: 100%; margin-top: 18px; }
.valuation-result { margin-top: 24px; padding: 20px; border: 1px solid #4e625c; border-radius: 6px; background: rgba(255, 253, 248, 0.055); }
.valuation-result span { color: var(--lime); font: 12px var(--mono); text-transform: uppercase; }
.valuation-result strong { display: block; margin-top: 6px; font: 42px var(--serif); }
.valuation-result p { color: #cbd3d0; }
.result-cta { background: var(--lime); color: var(--ink); box-shadow: none; }

.deal-showcase { margin-top: 110px; padding: 90px 0; background: #0d1716; color: var(--paper); }
.deal-shell { max-width: 1280px; margin: auto; padding: 0 28px; }
.deal-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 420px); gap: 56px; align-items: end; }
.deal-heading .eyebrow { color: var(--gold); }
.deal-heading h2 { max-width: 760px; font-size: clamp(42px, 5vw, 68px); }
.deal-heading p { margin: 0; color: #b9c4c0; line-height: 1.7; }
.deal-grid { margin-top: 36px; display: grid; grid-template-columns: repeat(4, minmax(230px, 1fr)); gap: 14px; }
.deal-card { min-width: 0; padding: 14px; border: 1px solid #334540; border-radius: 6px; background: rgba(255, 253, 248, 0.04); }
.deal-image { min-height: 235px; border-radius: 6px; background-size: cover; background-position: center; box-shadow: inset 0 -70px 80px rgba(13, 23, 22, 0.28); }
.deal-card:nth-child(1) .deal-image { background-image: linear-gradient(180deg, rgba(20, 34, 32, 0), rgba(20, 34, 32, 0.42)), url("./assets/deal-steel-diver.png"); }
.deal-card:nth-child(2) .deal-image { background-image: linear-gradient(180deg, rgba(20, 34, 32, 0), rgba(20, 34, 32, 0.42)), url("./assets/deal-moon-chrono.png"); }
.deal-card:nth-child(3) .deal-image { background-image: linear-gradient(180deg, rgba(20, 34, 32, 0), rgba(20, 34, 32, 0.32)), url("./assets/deal-rectangular-dress.png"); }
.deal-card:nth-child(4) .deal-image { background-image: linear-gradient(180deg, rgba(20, 34, 32, 0), rgba(20, 34, 32, 0.42)), url("./assets/deal-gold-sport.png"); }
.deal-meta { margin-top: 16px; color: var(--gold); font: 12px var(--mono); text-transform: uppercase; }
.deal-card h3 { margin: 8px 0 8px; font-family: var(--serif); font-size: 27px; font-weight: 500; line-height: 1.05; overflow-wrap: anywhere; }
.deal-card p { margin: 0; color: #c8d0cd; }
.deal-foot { margin-top: 16px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.deal-foot strong { font-family: var(--serif); font-size: 24px; color: var(--lime); }
.mini-button { min-height: 38px; padding: 0 11px; border: 1px solid #4d625d; border-radius: 6px; background: transparent; color: var(--paper); cursor: pointer; font-weight: 720; }

.steps { max-width: 1280px; margin: auto; padding: 110px 28px; }
.section-heading { text-align: center; }
.section-heading h2 { margin: auto; }
.section-heading > p:last-child { max-width: 560px; margin: 16px auto 0; color: var(--muted); }
.steps-grid { margin-top: 50px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.steps-grid article { min-width: 0; padding: 28px 34px; border-top: 2px solid var(--ink); border-right: 1px solid var(--line); }
.steps-grid article:last-child { border-right: 0; }
.steps-grid span { color: var(--orange); font: 13px var(--mono); }
.steps-grid h3 { margin: 36px 0 12px; font-size: 22px; line-height: 1.1; }
.steps-grid p { margin: 0; color: #3d4b48; }

.brands { padding: 96px 28px; background: var(--paper); }
.brand-cloud { max-width: 1000px; margin: 44px auto 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.brand-cloud span { padding: 12px 15px; border: 1px solid var(--line); border-radius: 6px; background: var(--cream); font: 700 15px var(--mono); }

.testimonial { max-width: 1040px; margin: 96px auto; padding: 0 28px; display: grid; grid-template-columns: 310px minmax(0, 1fr); align-items: center; gap: 34px; }
.testimonial img { width: 100%; height: 330px; object-fit: cover; border-radius: 6px; transform: rotate(-2deg); }
blockquote { margin: 0; font: 32px/1.16 var(--serif); }
cite { display: block; margin-top: 22px; font: 14px var(--sans); color: var(--muted); }

.faq { max-width: 860px; margin: 0 auto; padding: 20px 28px 96px; }
.faq h2 { margin-bottom: 34px; }
.faq details { border-top: 1px solid var(--ink); padding: 18px 0; }
.faq details:last-child { border-bottom: 1px solid var(--ink); }
summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 20px; font-weight: 780; }
summary::after { content: "+"; font-size: 24px; line-height: 0.9; }
details[open] summary::after { content: "-"; }
.faq details p { margin: 12px 0 0; color: #3f4d4a; }

.contact { max-width: 1224px; margin: 0 auto 70px; padding: 54px; display: grid; grid-template-columns: 1fr 0.85fr; gap: 42px; background: var(--ink); color: var(--paper); }
.contact .eyebrow { color: var(--lime); }
.contact p { color: #cbd3d0; }
.contact form { display: grid; gap: 12px; align-content: start; }
.form-status { min-height: 22px; margin: 0; color: var(--lime); }

.footer { padding: 32px 28px calc(32px + var(--safe-bottom)); display: flex; align-items: center; justify-content: space-between; gap: 20px; background: #0c1514; color: #c7cfcc; }
.footer p { margin: 0; color: var(--paper); font-weight: 800; }

.panel-scrim { position: fixed; z-index: 70; inset: 0; background: rgba(0,0,0,.42); }
.language-panel { position: fixed; z-index: 80; left: 0; right: 0; bottom: 0; max-height: min(82svh, 640px); padding: 10px 16px calc(18px + var(--safe-bottom)); border-radius: 8px 8px 0 0; background: rgba(20, 34, 32, 0.98); color: var(--paper); box-shadow: 0 -28px 72px rgba(0,0,0,.38); }
.language-panel__handle { width: 40px; height: 4px; margin: 0 auto 16px; border-radius: 8px; background: rgba(255,255,255,.26); }
.language-panel__head { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.language-panel h2 { margin: 0; font-family: var(--serif); font-size: 28px; font-weight: 500; }
.icon-button { width: 44px; height: 44px; border: 1px solid #4a5e59; border-radius: 6px; background: transparent; color: var(--paper); cursor: pointer; font-size: 24px; }
.language-grid { margin-top: 16px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.language-option { min-height: 50px; padding: 0 12px; border: 1px solid #4a5e59; border-radius: 6px; background: transparent; color: var(--paper); cursor: pointer; text-align: start; line-height: 1.2; }
.language-option[aria-selected="true"] { border-color: var(--lime); color: var(--lime); background: rgba(216, 243, 106, 0.1); }

html.lang-de .hero h1,
html.lang-fr .hero h1,
html.lang-es .hero h1,
html.lang-pt .hero h1 { font-size: clamp(42px, 5.3vw, 70px); line-height: 1.04; }
html.lang-de h2,
html.lang-fr h2,
html.lang-es h2,
html.lang-pt h2 { font-size: clamp(32px, 3.5vw, 48px); line-height: 1.07; }

@media (max-width: 980px) {
  .site-header nav { display: none; }
  .hero, .proof-section, .calculator, .deal-heading, .contact { grid-template-columns: 1fr; }
  .hero { gap: 32px; }
  .hero-visual img { height: 460px; }
  .calculator-image { min-height: 380px; }
  .deal-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .topline { justify-content: flex-start; padding-right: 116px; text-align: start; }
  .site-header { height: 68px; padding: 0 16px; }
  .header-cta { display: none; }
  .hero { padding: 30px 16px 56px; }
  .hero h1 { font-size: 45px; }
  .hero-text { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button, .text-link { width: 100%; justify-content: center; text-align: center; }
  .trust-row { gap: 8px; }
  .hero-sticker { width: 108px; height: 108px; right: 10px; top: 14px; }
  .hero-visual img { height: 380px; }
  .proof-section, .steps, .brands, .deal-shell, .faq { padding-inline: 16px; }
  .proof-stats, .steps-grid, .deal-grid { grid-template-columns: 1fr; }
  .proof-stats div, .steps-grid article { border-right: 0; padding-left: 0; }
  .calculator-card { padding: 34px 20px; }
  .deal-showcase { margin-top: 72px; padding: 70px 0; }
  .deal-image { min-height: 250px; }
  .testimonial { grid-template-columns: 1fr; margin: 70px auto; padding-inline: 16px; }
  blockquote { font-size: 27px; }
  .contact { margin: 0 16px 50px; padding: 28px 18px; }
  .footer { align-items: flex-start; flex-direction: column; }
  .language-grid { grid-template-columns: 1fr; }
}
