/* ============================================================
   BAUTIMER HOMEPAGE — layout styles shared by / and /en/
   Tokens come from colors_and_type.css; this file only adds the
   homepage-specific layout. Mobile-first; two-column layouts kick
   in at 880px.
   ============================================================ */
:root {
  --dark: #05230f;
  --dark-2: #0b3119;
  --ink: #101a13;
  --page: #f7faf1;
  --line: rgba(5, 35, 15, 0.10);
  --amber: #e9a825;
  --radius-xl: 20px;
  --shadow-card: 0 1px 2px rgba(5,35,15,.05), 0 8px 24px -8px rgba(5,35,15,.14);
  --shadow-float: 0 12px 40px -12px rgba(5,35,15,.35), 0 2px 6px rgba(5,35,15,.08);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--page); color: var(--ink); overflow-x: hidden; }
a { color: inherit; }
img { display: block; }
.wrap { width: min(1140px, 100% - 40px); margin-inline: auto; }
.section { padding: clamp(64px, 9vw, 112px) 0; }
.label {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 13px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase;
  color: var(--color-primary); margin: 0 0 16px;
}
.label::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--amber); }
.h2 { font-size: clamp(30px, 4.2vw, 44px); line-height: 1.08; margin: 0 0 16px; max-width: 18ch; }
.lead { font-size: clamp(17px, 1.6vw, 19px); color: var(--color-text-muted); line-height: 1.55; margin: 0; max-width: 56ch; }
.center { text-align: center; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.center .h2, .center .lead { margin-inline: auto; }
em.hl { font-style: normal; color: var(--color-primary); }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--font-sans); font-size: 16px; font-weight: 500; line-height: 1;
  padding: 16px 24px; border-radius: 12px; border: 1.5px solid transparent;
  text-decoration: none; cursor: pointer; white-space: nowrap;
  transition: transform .15s ease, background .2s, border-color .2s, box-shadow .2s;
}
.btn:active { transform: translateY(1px); }
.btn .material-icons { font-size: 20px; }
.btn-primary { background: var(--color-primary); color: #fff; box-shadow: 0 6px 16px -6px rgba(0,110,47,.6); }
.btn-primary:hover { background: var(--color-action-hover); }
.btn-ghost { background: transparent; color: var(--ink); border-color: rgba(5,35,15,.22); }
.btn-ghost:hover { border-color: var(--ink); background: #fff; }
.btn-light { background: #fff; color: var(--dark); }
.btn-light:hover { background: var(--color-primary-container); }
.btn-outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.4); }
.btn-outline-light:hover { border-color: #fff; }
.btn-sm { font-size: 14px; padding: 10px 16px; border-radius: 10px; }

/* Nav */
.nav-bar {
  position: sticky; top: 0; z-index: 50;
  background: rgba(247,250,241,.86); backdrop-filter: saturate(160%) blur(12px);
  -webkit-backdrop-filter: saturate(160%) blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav-bar nav { display: flex; align-items: center; gap: 24px; height: 68px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-family: var(--font-display); font-weight: 700; font-size: 21px; letter-spacing: -.01em; color: var(--ink); }
.brand img { width: 34px; height: 34px; }
.bt-nav-links { display: flex; align-items: center; gap: 2px; margin-left: 8px; flex-shrink: 0; }
.bt-nav-links a { font-size: 14.5px; font-weight: 500; color: var(--color-on-surface-variant); text-decoration: none; padding: 8px 9px; border-radius: 8px; white-space: nowrap; }
.bt-nav-links a:hover { color: var(--ink); background: rgba(5,35,15,.05); }
.bt-nav-cta { display: flex; align-items: center; gap: 8px; margin-left: auto; flex-shrink: 0; }
.nav-tel { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 500; color: var(--ink); text-decoration: none; padding: 8px 8px; white-space: nowrap; }
.nav-tel .material-icons { font-size: 18px; color: var(--color-primary); }
.brand { white-space: nowrap; flex-shrink: 0; }
/* The header never wraps: as the viewport narrows it sheds the phone label,
   then the secondary "Anmelden" button (login is one click away in the footer),
   then collapses into the burger. */
@media (max-width: 1280px) { .nav-tel span:last-child { display: none; } }
@media (max-width: 1140px) { .bt-nav-cta .btn-ghost.btn-sm { display: none; } }
@media (max-width: 960px) {
  .nav-bar nav { height: 62px; }
  .bt-nav-burger { display: inline-flex; }
  .bt-nav-links, .bt-nav-cta { display: none !important; }
  nav.bt-open { flex-wrap: wrap; row-gap: 4px; height: auto; padding-bottom: 8px; }
  nav.bt-open .bt-nav-links, nav.bt-open .bt-nav-cta {
    display: flex !important; flex-direction: column; align-items: stretch;
    flex-basis: 100%; width: 100%; margin-left: 0 !important; gap: 2px; padding: 6px 0;
  }
  nav.bt-open .bt-nav-links a { padding: 10px 0; font-size: 1rem; }
  nav.bt-open .bt-nav-cta { gap: 10px; padding-bottom: 10px; }
  nav.bt-open .bt-nav-cta a { text-align: center; }
  nav.bt-open .bt-nav-cta .btn-ghost.btn-sm { display: inline-flex; }
  nav.bt-open .nav-tel { justify-content: center; }
  nav.bt-open .nav-tel span:last-child { display: inline; }
  .nav-bar:has(nav.bt-open) { background: var(--page); }
  .lang-menu { position: static; box-shadow: none; border: 0; padding: 0 0 4px 14px; min-width: 0; }
  nav.bt-open .lang { width: 100%; }
}

/* Language menu (details-based, no JS needed to open) */
.lang { position: relative; }
.lang summary { list-style: none; cursor: pointer; display: inline-flex; align-items: center; gap: 2px; font-size: 15px; font-weight: 500; color: var(--color-on-surface-variant); padding: 8px 8px 8px 10px; border-radius: 8px; white-space: nowrap; }
.lang summary::-webkit-details-marker { display: none; }
.lang summary:hover, .lang[open] summary { color: var(--ink); background: rgba(5,35,15,.05); }
.lang summary .material-icons { font-size: 18px; }
.lang summary .material-icons:first-child { margin-right: 4px; }
.lang-menu { position: absolute; right: 0; top: calc(100% + 6px); min-width: 190px; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow-float); padding: 6px; z-index: 60; }
.bt-nav-links .lang-menu a { display: block; padding: 9px 12px; border-radius: 8px; font-size: 15px; color: var(--ink); }
.bt-nav-links .lang-menu a[aria-current="page"] { font-weight: 700; color: var(--color-primary); }

/* Hero */
.hero { padding: clamp(40px, 7vw, 88px) 0 clamp(48px, 7vw, 96px); position: relative; }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(900px 500px at 85% 0%, rgba(147,247,168,.35), transparent 60%),
    radial-gradient(600px 400px at 0% 100%, rgba(233,168,37,.10), transparent 60%);
}
.hero-grid { display: grid; gap: 48px; align-items: center; }
@media (min-width: 880px) { .hero-grid { grid-template-columns: 1.05fr 1fr; gap: 40px; } }
.chip {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; border: 1px solid var(--line); border-radius: 999px;
  padding: 7px 14px 7px 9px; font-size: 13.5px; font-weight: 500; color: var(--color-on-surface-variant);
  box-shadow: var(--shadow-card); line-height: 1.3; text-align: left;
}
.chip .material-icons { flex-shrink: 0; }
.chip .material-icons { font-size: 18px; color: var(--color-primary); }
.hero h1 { font-size: clamp(38px, 6vw, 66px); line-height: 1.02; letter-spacing: -.03em; margin: 22px 0 20px; max-width: 14ch; }
.hero .lead { max-width: 50ch; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 22px; padding: 0; list-style: none; font-size: 14px; color: var(--color-text-muted); }
.hero-trust li { display: inline-flex; align-items: center; gap: 6px; }
.hero-trust .material-icons { font-size: 17px; color: var(--color-primary); }

/* Product scene (phone + result card) */
.scene { position: relative; min-height: 600px; display: flex; justify-content: flex-end; padding-right: 24px; }
@media (max-width: 879px) {
  .scene { min-height: 0; padding: 0; flex-direction: column; align-items: center; gap: 0; }
}
.phone {
  width: 292px; background: var(--dark); border-radius: 40px; padding: 12px;
  box-shadow: var(--shadow-float), inset 0 0 0 2px rgba(255,255,255,.08);
  position: relative; z-index: 1;
}
.phone-screen { background: #fff; border-radius: 30px; overflow: hidden; font-size: 13px; color: var(--ink); }
.ph-top { background: var(--color-primary); color: #fff; padding: 20px 18px 14px; }
.ph-top small { display: block; font-size: 11px; opacity: .8; letter-spacing: .04em; text-transform: uppercase; }
.ph-top b { display: block; font-family: var(--font-display); font-size: 17px; margin-top: 2px; }
.ph-body { padding: 14px 16px 16px; }
.ph-h { font-size: 11px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; color: var(--color-text-muted); margin: 10px 0 6px; }
.ph-row { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; border-bottom: 1px solid #eef2ea; }
.ph-row:last-child { border-bottom: 0; }
.ph-row .material-icons { font-size: 18px; color: var(--color-primary); }
.ph-row .v { font-weight: 500; }
.ph-chip { display: inline-block; background: var(--color-primary-container); color: var(--color-on-primary-container); font-size: 11px; font-weight: 500; padding: 3px 8px; border-radius: 999px; }
.ph-photos { display: flex; gap: 6px; margin-top: 6px; }
.ph-photos i { flex: 1; aspect-ratio: 1; border-radius: 8px; background: linear-gradient(135deg, #cfe8d3, #8fc79c); }
.ph-photos i:nth-child(2) { background: linear-gradient(135deg, #e6d9b8, #b89a5a); }
.ph-photos i:nth-child(3) { background: linear-gradient(135deg, #d9dee0, #8f9aa2); }
.ph-btn { margin-top: 14px; background: var(--color-primary); color: #fff; text-align: center; font-weight: 500; padding: 11px; border-radius: 10px; font-size: 13px; }
.result-card {
  position: absolute; left: 0; bottom: 24px; z-index: 2;
  width: min(340px, 100%); background: #fff; border-radius: 16px; padding: 18px 20px;
  box-shadow: var(--shadow-float); border: 1px solid var(--line);
}
@media (max-width: 879px) { .result-card { position: static; margin-top: -28px; width: min(360px, 100%); } }
.rc-head { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-bottom: 10px; }
.rc-head b { font-size: 14px; }
.rc-tag { font-size: 10.5px; font-weight: 700; letter-spacing: .08em; background: var(--amber); color: #3a2a00; padding: 3px 8px; border-radius: 999px; }
.rc-row { display: flex; justify-content: space-between; font-size: 13.5px; padding: 7px 0; border-bottom: 1px solid #eef2ea; }
.rc-row span:first-child { color: var(--color-text-muted); }
.rc-row b { font-weight: 500; }
.rc-result { display: flex; justify-content: space-between; align-items: baseline; padding-top: 12px; }
.rc-result .k { font-size: 11px; font-weight: 700; letter-spacing: .12em; color: var(--color-text-muted); }
.rc-result .v { font-family: var(--font-display); font-size: 30px; font-weight: 700; color: var(--color-primary); letter-spacing: -.02em; }
.rc-bar { height: 7px; background: #eef2ea; border-radius: 99px; margin-top: 10px; overflow: hidden; }
.rc-bar i { display: block; height: 100%; width: 0; background: var(--color-primary); border-radius: 99px; transition: width 1.2s cubic-bezier(.2,.7,.2,1) .3s; }
.in .rc-bar i { width: 92.5%; }
.result-card.big { position: static; width: 100%; padding: 26px 28px; }
.result-card.big .rc-result .v { font-size: 40px; }
.toast {
  position: absolute; left: 0; top: 24px; z-index: 3;
  display: flex; align-items: center; gap: 10px; background: #fff; border-radius: 12px;
  padding: 10px 14px 10px 10px; box-shadow: var(--shadow-float); border: 1px solid var(--line); font-size: 13px;
}
@media (max-width: 879px) { .toast { display: none; } }
.toast .ic { width: 30px; height: 30px; border-radius: 8px; background: var(--color-primary-container); color: var(--color-primary); display: grid; place-items: center; }
.toast .ic .material-icons { font-size: 18px; }
.toast b { display: block; font-size: 13px; }
.toast span { color: var(--color-text-muted); font-size: 12px; }

/* Trust strip */
.strip { background: var(--dark); color: #fff; }
.strip-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px 28px; padding: 30px 0; }
@media (min-width: 880px) { .strip-grid { grid-template-columns: repeat(4, 1fr); padding: 34px 0; } }
.strip-item { display: flex; gap: 12px; align-items: flex-start; }
.strip-item .material-icons { color: var(--color-primary-container); font-size: 24px; flex-shrink: 0; }
.strip-item b { display: block; font-size: 15px; font-weight: 500; }
.strip-item span { font-size: 13px; color: rgba(255,255,255,.62); line-height: 1.4; }

/* Problem */
.cards-3 { display: grid; gap: 16px; margin-top: 40px; }
@media (min-width: 720px) { .cards-3 { grid-template-columns: repeat(3, 1fr); gap: 20px; } }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-xl); padding: 28px; box-shadow: var(--shadow-card); }
.card .ico { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; background: var(--color-primary-container); color: var(--color-primary); margin-bottom: 18px; }
.card h3 { font-size: 21px; margin: 0 0 8px; line-height: 1.2; }
.card p { margin: 0; color: var(--color-text-muted); font-size: 15.5px; }
.punch { margin: 40px auto 0; max-width: 720px; text-align: center; font-family: var(--font-display); font-size: clamp(22px, 3vw, 30px); font-weight: 600; line-height: 1.25; letter-spacing: -.01em; }
.punch em { font-style: normal; color: var(--color-primary); }

/* How it works */
.steps { display: grid; gap: clamp(48px, 7vw, 88px); margin-top: clamp(40px, 6vw, 72px); }
.step { display: grid; gap: 28px; align-items: center; }
@media (min-width: 880px) {
  .step { grid-template-columns: 1fr 1fr; gap: 64px; }
  .step.flip .step-media { order: -1; }
}
.step-num { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; background: var(--dark); color: var(--color-primary-container); font-family: var(--font-display); font-weight: 700; font-size: 20px; margin-bottom: 18px; }
.step h3 { font-size: clamp(24px, 3vw, 32px); line-height: 1.12; margin: 0 0 12px; max-width: 18ch; }
.step p { font-size: 17px; color: var(--color-text-muted); margin: 0 0 16px; max-width: 46ch; }
.step ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.step li { display: flex; gap: 10px; align-items: flex-start; font-size: 15.5px; }
.step li .material-icons { font-size: 20px; color: var(--color-primary); flex-shrink: 0; }
.browser { background: #fff; border-radius: 14px; box-shadow: var(--shadow-float); border: 1px solid var(--line); overflow: hidden; }
.browser-bar { display: flex; align-items: center; gap: 6px; padding: 10px 14px; border-bottom: 1px solid var(--line); background: #f5f7f2; }
.browser-bar i { width: 10px; height: 10px; border-radius: 50%; background: #d8ded4; }
.browser-bar span { margin-left: 10px; font-size: 12px; color: var(--color-text-muted); }
.browser img { width: 100%; height: auto; }
.step-media.phone-stage { display: flex; justify-content: center; padding: 24px 0; position: relative; }
.step-media.phone-stage::before { content: ""; position: absolute; inset: 10% 8%; border-radius: 32px; background: linear-gradient(135deg, var(--color-primary-container), rgba(147,247,168,.25)); z-index: 0; }

/* Nachkalkulation (dark) */
.calc-section { background: var(--dark); color: #fff; position: relative; overflow: hidden; }
.calc-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(700px 400px at 100% 100%, rgba(0,110,47,.45), transparent 60%); pointer-events: none; }
.calc-section .label { color: var(--color-primary-container); }
.calc-section .lead { color: rgba(255,255,255,.72); }
.calc-grid { display: grid; gap: 40px; align-items: start; margin-top: 48px; position: relative; }
@media (min-width: 880px) { .calc-grid { grid-template-columns: 1fr 1fr; gap: 56px; } }
.calc-section .result-card { color: var(--ink); }
.rc-cap { font-size: 13.5px; color: var(--color-text-muted); margin: 12px 0 0; }
.calc { background: var(--dark-2); border: 1px solid rgba(255,255,255,.10); border-radius: var(--radius-xl); padding: 28px; }
.calc h3 { font-size: 24px; margin: 0 0 6px; }
.calc > p { margin: 0 0 22px; color: rgba(255,255,255,.7); font-size: 15px; }
.calc label { display: flex; justify-content: space-between; align-items: baseline; font-size: 14px; color: rgba(255,255,255,.85); margin-bottom: 8px; }
.calc label output { font-family: var(--font-display); font-weight: 700; font-size: 18px; color: #fff; }
.calc input[type=range] { width: 100%; accent-color: var(--color-primary-container); margin: 0 0 22px; cursor: pointer; }
.calc-out { border-top: 1px solid rgba(255,255,255,.12); padding-top: 20px; }
.calc-out .k { font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.6); }
.calc-out .v { font-family: var(--font-display); font-size: clamp(36px, 5vw, 48px); font-weight: 700; letter-spacing: -.02em; line-height: 1.1; color: var(--color-primary-container); margin: 4px 0 8px; }
.calc-out p { margin: 0; font-size: 14.5px; color: rgba(255,255,255,.72); }
.calc-out p b { color: #fff; font-weight: 500; }

/* Proof */
.proof-grid { display: grid; gap: 32px; margin-top: 48px; align-items: center; }
@media (min-width: 880px) { .proof-grid { grid-template-columns: 1fr 1.1fr; gap: 64px; } }
.timeline { list-style: none; margin: 0; padding: 0; display: grid; gap: 0; }
.timeline li { display: grid; grid-template-columns: 96px 1fr; gap: 16px; padding: 18px 0; border-top: 1px solid var(--line); }
.timeline li:last-child { border-bottom: 1px solid var(--line); }
.timeline .y { font-family: var(--font-display); font-weight: 700; font-size: 20px; color: var(--color-primary); }
.timeline b { display: block; font-weight: 500; }
.timeline span { color: var(--color-text-muted); font-size: 15px; }
.quote { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-xl); padding: 32px; box-shadow: var(--shadow-card); position: relative; }
.quote > .material-icons { font-size: 44px; color: var(--color-primary-container); position: absolute; top: 18px; right: 22px; }
.quote p { font-family: var(--font-display); font-size: clamp(21px, 2.4vw, 26px); font-weight: 600; line-height: 1.3; letter-spacing: -.01em; margin: 0 0 22px; padding-right: 40px; }
.quote-who { display: flex; align-items: center; gap: 14px; }
.quote-who .av { width: 46px; height: 46px; border-radius: 50%; background: var(--color-primary); color: #fff; display: grid; place-items: center; font-weight: 700; }
.quote-who b { display: block; }
.quote-who span { font-size: 14px; color: var(--color-text-muted); }
.stat { display: flex; gap: 32px; flex-wrap: wrap; margin-top: 28px; }
.stat div b { display: block; font-family: var(--font-display); font-size: 40px; font-weight: 700; line-height: 1; letter-spacing: -.02em; color: var(--ink); }
.stat div span { font-size: 14px; color: var(--color-text-muted); }

/* Team */
.team-grid { display: grid; gap: 20px; margin-top: 44px; }
@media (min-width: 720px) { .team-grid { grid-template-columns: 1fr 1fr; gap: 24px; } }
.person { display: grid; grid-template-columns: 56px 1fr; gap: 20px; align-items: start; }
@media (max-width: 480px) { .person { grid-template-columns: 1fr; } }
.person .ico { width: 56px; height: 56px; border-radius: 16px; margin: 0; }
.person .ico .material-icons { font-size: 28px; }
.person h3 { font-size: 22px; margin: 4px 0 4px; }
.person .role { font-size: 14px; font-weight: 500; color: var(--color-primary); margin: 0 0 10px; }
.person p { margin: 0; font-size: 15.5px; color: var(--color-text-muted); }
.team-note { margin-top: 36px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-xl); padding: 22px 28px; box-shadow: var(--shadow-card); }
.team-note p { margin: 0; font-family: var(--font-display); font-weight: 600; font-size: 20px; }

/* Pricing */
.price-wrap { display: grid; gap: 24px; margin-top: 44px; align-items: start; }
@media (min-width: 880px) { .price-wrap { grid-template-columns: 1fr 1fr; gap: 40px; } }
.price-card { background: #fff; border: 2px solid var(--color-primary); border-radius: var(--radius-xl); padding: 36px; box-shadow: var(--shadow-float); position: relative; }
.price-card .badge { position: absolute; top: -14px; left: 32px; background: var(--dark); color: var(--color-primary-container); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 6px 12px; border-radius: 999px; }
.price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px; margin: 8px 0 4px; }
.price b { font-family: var(--font-display); font-size: 64px; font-weight: 700; letter-spacing: -.03em; line-height: 1; white-space: nowrap; }
@media (max-width: 480px) { .price b { font-size: 52px; } }
.price span { color: var(--color-text-muted); font-size: 16px; }
.price-sub { color: var(--color-text-muted); font-size: 14.5px; margin: 0 0 22px; }
.price-list { list-style: none; padding: 0; margin: 0 0 26px; display: grid; gap: 10px; }
.price-list li { display: flex; gap: 10px; align-items: flex-start; font-size: 15.5px; }
.price-list .material-icons { color: var(--color-primary); font-size: 20px; flex-shrink: 0; }
.price-ctas { display: flex; flex-wrap: wrap; gap: 12px; }
/* Billing toggle */
.toggle { display: inline-flex; gap: 4px; padding: 4px; background: var(--color-bg-card); border: 1px solid var(--line); border-radius: 999px; margin-bottom: 18px; max-width: 100%; }
.tg { border: 0; background: transparent; color: var(--ink); font-family: var(--font-sans); font-weight: 500; font-size: 14.5px; padding: 9px 16px; border-radius: 999px; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }
.tg[aria-pressed="true"] { background: var(--dark); color: #fff; }
.tg-badge { font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; background: var(--color-primary-container); color: var(--color-on-primary-container); padding: 3px 8px; border-radius: 999px; }
.price-card .only-yearly, .price-card[data-plan="yearly"] .only-monthly { display: none; }
.price-card[data-plan="yearly"] .only-yearly { display: block; }
.season { display: grid; grid-template-columns: repeat(12, 1fr); gap: 4px; margin: 14px 0 6px; max-width: 420px; }
.season i { display: block; height: 22px; border-radius: 4px; background: var(--color-primary); }
.season i.gift { background: transparent; border: 2px dashed var(--amber); }
.season-legend { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 13px; color: var(--color-text-muted); margin-bottom: 4px; }
.season-legend span { display: inline-flex; align-items: center; gap: 6px; }
.season-legend i { width: 11px; height: 11px; border-radius: 3px; background: var(--color-primary); display: inline-block; }
.season-legend i.gift { background: transparent; border: 2px dashed var(--amber); }
/* Comparison table (monthly vs. Saison-Abo) */
.plans-col { min-width: 0; }
.plans-col h3 { font-size: 22px; margin: 6px 0 6px; }
.plans-col > p { color: var(--color-text-muted); margin: 0 0 16px; font-size: 15.5px; }
.plans-box { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-xl); box-shadow: var(--shadow-card); overflow-x: auto; }
.plans { width: 100%; border-collapse: collapse; font-size: 15px; font-variant-numeric: tabular-nums; min-width: 420px; }
.plans th, .plans td { text-align: left; padding: 13px 14px; border-bottom: 1px solid var(--line); vertical-align: top; line-height: 1.35; }
.plans thead th { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--color-text-muted); font-weight: 700; background: var(--color-bg-card); white-space: nowrap; }
.plans thead th:last-child { color: var(--color-primary); }
.plans tbody th { font-weight: 400; color: var(--color-text-muted); width: 30%; }
.plans tbody tr:last-child th, .plans tbody tr:last-child td { border-bottom: 0; }
.plans td { font-weight: 500; width: 35%; }
.plans td:last-child { background: rgba(147,247,168,.16); }
.plans thead th:last-child { background: rgba(147,247,168,.32); }
.plans tr.total td { font-family: var(--font-display); font-weight: 700; font-size: 18px; white-space: nowrap; }
.plans td.hi { color: var(--color-primary); font-weight: 700; }
.plans-fine { font-size: 13.5px; color: var(--color-text-muted); margin: 12px 0 0; }
.included { list-style: none; padding: 0; margin: 18px 0 0; display: flex; flex-wrap: wrap; gap: 8px 18px; font-size: 14.5px; }
.included li { display: inline-flex; align-items: center; gap: 6px; }
.included .material-icons { font-size: 18px; color: var(--color-primary); }
@media (max-width: 640px) {
  .price-ctas .btn, .hero-ctas .btn, .final .btns .btn { white-space: normal; text-align: center; }
  .toggle { display: flex; }
  .tg { flex: 1; justify-content: center; flex-wrap: wrap; white-space: normal; padding: 8px 10px; text-align: center; gap: 4px 8px; }
}
@media (max-width: 420px) {
  .plans { font-size: 14px; min-width: 0; }
  .plans th, .plans td { padding: 10px 10px; }
  .plans tbody th { width: 28%; }
  .plans thead th { white-space: normal; letter-spacing: .06em; }
  .plans tr.total td { white-space: normal; font-size: 16px; }
}

/* FAQ */
.faq { max-width: 780px; margin: 40px auto 0; display: grid; gap: 10px; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 0 22px; }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 18px 0; font-weight: 500; font-size: 16.5px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .material-icons { color: var(--color-primary); transition: transform .2s; flex-shrink: 0; }
.faq details[open] summary .material-icons { transform: rotate(45deg); }
.faq details p { margin: 0; padding: 0 0 20px; color: var(--color-text-muted); font-size: 15.5px; line-height: 1.6; }

/* Final CTA */
.final { background: linear-gradient(135deg, var(--color-primary), #004d20); color: #fff; border-radius: 28px; padding: clamp(40px, 6vw, 72px) clamp(24px, 5vw, 64px); text-align: center; position: relative; overflow: hidden; }
.final::after { content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%; right: -180px; top: -260px; background: rgba(147,247,168,.18); pointer-events: none; }
.final h2 { font-size: clamp(30px, 4.5vw, 46px); line-height: 1.08; letter-spacing: -.025em; margin: 0 auto 14px; max-width: 20ch; color: #fff; }
.final p { color: rgba(255,255,255,.82); font-size: 17px; max-width: 56ch; margin: 0 auto 28px; }
.final .btns { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; position: relative; }

/* Footer */
footer { background: var(--dark); color: rgba(255,255,255,.72); margin-top: clamp(64px, 9vw, 112px); }
.foot-grid { display: grid; gap: 32px; padding: 56px 0 40px; }
@media (min-width: 720px) { .foot-grid { grid-template-columns: 1.6fr 1fr 1fr 1fr; } }
.foot-grid .brand { color: #fff; }
.foot-grid p { font-size: 14.5px; margin: 14px 0; max-width: 34ch; }
.foot-grid h4 { color: #fff; font-family: var(--font-sans); font-size: 13px; letter-spacing: .1em; text-transform: uppercase; margin: 0 0 14px; }
.foot-grid a { display: block; color: rgba(255,255,255,.72); text-decoration: none; font-size: 15px; margin-bottom: 10px; }
.foot-grid a:hover { color: #fff; }
.foot-contact a { display: inline-flex; align-items: center; gap: 8px; }
.foot-contact .material-icons { font-size: 18px; color: var(--color-primary-container); }
.foot-bottom { border-top: 1px solid rgba(255,255,255,.12); padding: 20px 0; font-size: 13px; display: flex; flex-wrap: wrap; gap: 8px 24px; justify-content: space-between; }

/* Scroll reveal (progressive enhancement; respects reduced motion) */
.rv { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.rv.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .rv { opacity: 1; transform: none; transition: none; }
  .rc-bar i { transition: none; }
}
