*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --y: #f59e0b; --yd: #d97706; --ylight: #fef3c7;
  --dark: #0f1117; --dark2: #1a1f2e;
  --text: #e2e8f0; --muted: #94a3b8;
  --border: rgba(255,255,255,.08);
}
html { scroll-behavior: smooth; }
body { font-family: 'Plus Jakarta Sans', system-ui, sans-serif; background: var(--dark); color: var(--text); line-height: 1.6; overflow-x: hidden; }

/* i18n */
[data-fr], [data-de] { display: none; }
html[lang="fr"] [data-fr] { display: revert; }
html[lang="de"] [data-de] { display: revert; }
span[data-fr], span[data-de], a[data-fr], a[data-de] { display: inline; }
html[lang="fr"] span[data-de], html[lang="fr"] a[data-de] { display: none; }
html[lang="de"] span[data-fr], html[lang="de"] a[data-fr] { display: none; }

/* Layout */
.container { max-width: 1120px; margin: 0 auto; padding: 0 24px; }
section { padding: 96px 0; }

/* Nav */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: rgba(15,17,23,.88); backdrop-filter: blur(20px); border-bottom: 1px solid var(--border); }
.nav-inner { max-width: 1120px; margin: 0 auto; padding: 0 24px; height: 64px; display: flex; align-items: center; gap: 20px; }
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; flex-shrink: 0; }
.logo-mark { width: 36px; height: 36px; background: var(--y); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 18px; }
.logo-text { font-family: 'Sora', sans-serif; font-size: 18px; font-weight: 700; color: white; }
.logo-text em { color: var(--y); font-style: normal; }
.nav-links { display: flex; align-items: center; gap: 2px; margin-left: auto; }
.nav-links a { padding: 7px 13px; border-radius: 8px; font-size: 14px; font-weight: 500; color: var(--muted); text-decoration: none; transition: all .15s; white-space: nowrap; }
.nav-links a:hover { color: white; background: rgba(255,255,255,.06); }
.nav-cta { background: var(--y) !important; color: #111 !important; font-weight: 600 !important; }
.nav-cta:hover { background: var(--yd) !important; }
.lang-sw { display: flex; align-items: center; gap: 2px; background: rgba(255,255,255,.07); border: 1px solid var(--border); border-radius: 8px; padding: 3px; flex-shrink: 0; }
.lang-btn { padding: 5px 11px; border-radius: 6px; border: none; background: none; font-size: 13px; font-weight: 600; cursor: pointer; transition: all .15s; color: var(--muted); line-height: 1; }
.lang-btn.active { background: var(--y); color: #111; }
.lang-btn:not(.active):hover { color: white; background: rgba(255,255,255,.08); }

/* Hero */
.hero { min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 120px 24px 80px; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 800px 600px at 50% 20%, rgba(245,158,11,.12) 0%, transparent 70%); pointer-events: none; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(245,158,11,.12); border: 1px solid rgba(245,158,11,.25); color: var(--y); padding: 6px 16px; border-radius: 50px; font-size: 13px; font-weight: 600; margin-bottom: 28px; }
.hero h1 { font-family: 'Sora', sans-serif; font-size: clamp(34px, 7vw, 70px); font-weight: 800; line-height: 1.1; color: white; margin-bottom: 24px; max-width: 820px; }
.hero h1 em { color: var(--y); font-style: normal; }
.hero > p { font-size: 18px; color: var(--muted); max-width: 560px; margin-bottom: 40px; line-height: 1.7; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-bottom: 56px; }
.btn-hero { padding: 14px 28px; border-radius: 12px; font-size: 15px; font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: all .2s; }
.btn-hero-p { background: var(--y); color: #111; box-shadow: 0 8px 32px rgba(245,158,11,.3); }
.btn-hero-p:hover { background: var(--yd); transform: translateY(-2px); }
.btn-hero-s { background: rgba(255,255,255,.06); color: white; border: 1px solid var(--border); }
.btn-hero-s:hover { background: rgba(255,255,255,.1); }
.hero-stats { display: flex; flex-wrap: wrap; justify-content: center; gap: 32px; padding: 24px 32px; background: rgba(255,255,255,.04); border: 1px solid var(--border); border-radius: 16px; margin-bottom: 16px; }
.hero-stat { text-align: center; }
.hero-stat strong { display: block; font-family: 'Sora', sans-serif; font-size: 28px; font-weight: 700; color: var(--y); }
.hero-stat span { font-size: 13px; color: var(--muted); }
.chf-pill { display: inline-flex; align-items: center; gap: 6px; background: rgba(22,163,74,.12); border: 1px solid rgba(22,163,74,.3); color: #4ade80; padding: 5px 16px; border-radius: 50px; font-size: 12px; font-weight: 600; }

/* Features */
.grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; }
.f-card { background: var(--dark2); border: 1px solid var(--border); border-radius: 16px; padding: 28px; transition: border-color .2s, transform .2s; }
.f-card:hover { border-color: rgba(245,158,11,.4); transform: translateY(-4px); }
.f-icon { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 16px; }
.f-card h3 { font-family: 'Sora', sans-serif; font-size: 17px; font-weight: 700; color: white; margin-bottom: 8px; }
.f-card p { font-size: 14px; color: var(--muted); line-height: 1.6; }

/* Pricing */
.pgrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; max-width: 900px; margin: 0 auto; }
.plan { background: var(--dark2); border: 1px solid var(--border); border-radius: 20px; padding: 32px; position: relative; display: flex; flex-direction: column; }
.plan.feat { border-color: var(--y); box-shadow: 0 0 40px rgba(245,158,11,.15); }
.pbadge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--y); color: #111; font-size: 12px; font-weight: 700; padding: 4px 14px; border-radius: 20px; white-space: nowrap; }
.pname { font-family: 'Sora', sans-serif; font-size: 18px; font-weight: 700; color: white; margin-bottom: 8px; }
.pprice { font-family: 'Sora', sans-serif; font-size: 40px; font-weight: 800; color: white; line-height: 1.1; }
.pprice .cur { font-size: 16px; font-weight: 600; color: var(--muted); vertical-align: super; margin-right: 1px; }
.pprice .per { font-size: 14px; color: var(--muted); font-weight: 400; }
.pdesc { font-size: 13px; color: var(--muted); margin: 10px 0 18px; }
.plist { list-style: none; flex: 1; margin-bottom: 24px; display: flex; flex-direction: column; gap: 7px; }
.plist li { display: flex; align-items: flex-start; gap: 9px; font-size: 14px; color: var(--muted); }
.plist li::before { content: '✓'; color: var(--y); font-weight: 700; flex-shrink: 0; margin-top: 1px; }
.plist li.off { color: #475569; }
.plist li.off::before { content: '×'; color: #334155; }
.pbtn { display: block; text-align: center; padding: 12px; border-radius: 10px; font-weight: 600; font-size: 14px; text-decoration: none; transition: all .15s; }
.pbtn-g { background: rgba(255,255,255,.06); color: white; border: 1px solid var(--border); }
.pbtn-g:hover { background: rgba(255,255,255,.12); }
.pbtn-p { background: var(--y); color: #111; }
.pbtn-p:hover { background: var(--yd); }
.pricing-note { text-align: center; color: var(--muted); font-size: 13px; margin-top: 24px; }

/* Testimonials */
.tgrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.tcard { background: var(--dark2); border: 1px solid var(--border); border-radius: 16px; padding: 24px; }
.tstars { color: var(--y); font-size: 16px; letter-spacing: 2px; margin-bottom: 12px; }
.ttext { font-size: 14px; color: var(--muted); line-height: 1.7; margin-bottom: 16px; font-style: italic; }
.tauthor { display: flex; align-items: center; gap: 12px; }
.tavatar { width: 40px; height: 40px; border-radius: 50%; background: var(--y); color: #111; font-weight: 700; font-size: 14px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.tname { font-size: 14px; font-weight: 600; color: white; }
.trole { font-size: 12px; color: var(--muted); }

/* CTA */
.cta-box { text-align: center; background: linear-gradient(135deg, rgba(245,158,11,.1) 0%, rgba(22,101,52,.08) 100%); border: 1px solid rgba(245,158,11,.2); border-radius: 24px; padding: 80px 40px; }
.cta-box h2 { font-family: 'Sora', sans-serif; font-size: clamp(28px, 5vw, 48px); font-weight: 800; color: white; margin-bottom: 16px; }
.cta-box p { font-size: 17px; color: var(--muted); max-width: 500px; margin: 0 auto 36px; }

/* Footer */
footer { border-top: 1px solid var(--border); padding: 40px 0; }
.footer-in { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; justify-content: space-between; }
.flinks { display: flex; gap: 24px; flex-wrap: wrap; }
.flinks a { font-size: 14px; color: var(--muted); text-decoration: none; }
.flinks a:hover { color: white; }

/* Shared */
.slabel { font-size: 13px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--y); margin-bottom: 12px; }
.stitle { font-family: 'Sora', sans-serif; font-size: clamp(28px, 4vw, 42px); font-weight: 800; color: white; margin-bottom: 16px; }
.ssub { font-size: 16px; color: var(--muted); max-width: 560px; }
.tc { text-align: center; }
.mb16 { margin-bottom: 64px; }

/* Auth forms */
.auth-page { min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 100px 24px 40px; }
.auth-card { background: var(--dark2); border: 1px solid var(--border); border-radius: 20px; padding: 40px; width: 100%; max-width: 480px; }
.auth-card h1 { font-family: 'Sora', sans-serif; font-size: 24px; font-weight: 700; color: white; margin-bottom: 8px; }
.auth-card p.sub { color: var(--muted); font-size: 15px; margin-bottom: 28px; }
.form-group { margin-bottom: 16px; }
.form-label { display: block; font-size: 13px; font-weight: 500; color: var(--muted); margin-bottom: 6px; }
.form-input { display: block; width: 100%; padding: 11px 14px; background: rgba(255,255,255,.05); border: 1px solid var(--border); border-radius: 10px; color: white; font-size: 14px; font-family: inherit; outline: none; transition: border-color .15s; }
.form-input:focus { border-color: var(--y); box-shadow: 0 0 0 3px rgba(245,158,11,.1); }
.form-input::placeholder { color: #475569; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.btn-submit { width: 100%; padding: 13px; background: var(--y); color: #111; font-size: 15px; font-weight: 700; border: none; border-radius: 12px; cursor: pointer; transition: background .15s; font-family: inherit; margin-top: 8px; }
.btn-submit:hover { background: var(--yd); }
.btn-submit:disabled { background: #334155; color: #64748b; cursor: not-allowed; }
.form-error { background: rgba(239,68,68,.1); border: 1px solid rgba(239,68,68,.3); color: #fca5a5; padding: 10px 14px; border-radius: 8px; font-size: 13px; margin-bottom: 16px; }
.form-success { background: rgba(34,197,94,.1); border: 1px solid rgba(34,197,94,.3); color: #86efac; padding: 10px 14px; border-radius: 8px; font-size: 13px; margin-bottom: 16px; }
.form-divider { display: flex; align-items: center; gap: 12px; margin: 20px 0; color: var(--muted); font-size: 13px; }
.form-divider::before, .form-divider::after { content: ''; flex: 1; height: 1px; background: var(--border); }
.auth-link { text-align: center; margin-top: 20px; font-size: 14px; color: var(--muted); }
.auth-link a { color: var(--y); text-decoration: none; font-weight: 600; }
.auth-link a:hover { text-decoration: underline; }

/* Plan selector */
.plan-selector { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 20px; }
.plan-option { border: 2px solid var(--border); border-radius: 12px; padding: 14px 10px; text-align: center; cursor: pointer; transition: all .15s; background: rgba(255,255,255,.03); }
.plan-option:hover { border-color: rgba(245,158,11,.4); }
.plan-option.selected { border-color: var(--y); background: rgba(245,158,11,.08); }
.plan-option input { display: none; }
.plan-option .plan-opt-name { font-weight: 700; color: white; font-size: 14px; }
.plan-option .plan-opt-price { font-size: 12px; color: var(--muted); margin-top: 2px; }
.plan-option.selected .plan-opt-price { color: var(--y); }

/* Steps indicator */
.steps-bar { display: flex; align-items: center; justify-content: center; gap: 8px; margin-bottom: 32px; }
.step-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--border); transition: all .2s; }
.step-dot.active { background: var(--y); width: 24px; border-radius: 4px; }
.step-dot.done { background: #22c55e; }

/* Stripe placeholder */
.stripe-placeholder { background: rgba(255,255,255,.03); border: 2px dashed var(--border); border-radius: 12px; padding: 24px; text-align: center; margin: 16px 0; }
.stripe-placeholder p { color: var(--muted); font-size: 13px; }
.stripe-placeholder .stripe-logo { font-size: 24px; margin-bottom: 8px; }

@media (max-width: 768px) {
  .nav-links a:not(.nav-cta) { display: none; }
  section { padding: 64px 0; }
  .form-row { grid-template-columns: 1fr; }
  .plan-selector { grid-template-columns: 1fr; }
}

/* Logo image */
.logo-img { height: 44px; object-fit: contain; }
.hero-logo-wrap { margin-bottom: 28px; }
.hero-logo { height: 100px; object-fit: contain; filter: drop-shadow(0 8px 24px rgba(245,158,11,.25)); }

/* Contact banner */
.contact-banner { display: flex; align-items: center; gap: 24px; background: var(--dark2); border: 1px solid rgba(245,158,11,.2); border-radius: 20px; padding: 28px 32px; }
.contact-banner-icon { font-size: 32px; flex-shrink: 0; }
.contact-banner h3 { font-family: 'Sora', sans-serif; font-size: 18px; font-weight: 700; color: white; margin-bottom: 6px; }
.contact-banner p { font-size: 14px; color: var(--muted); }
.contact-banner strong { color: var(--y); }

/* Steps */
.steps { display: grid; counter-reset: s; max-width: 700px; margin: 0 auto; }
.step { display: flex; gap: 24px; padding: 28px 0; border-left: 2px solid var(--border); padding-left: 32px; position: relative; counter-increment: s; }
.step::before { content: counter(s); position: absolute; left: -20px; width: 38px; height: 38px; border-radius: 50%; background: var(--dark2); border: 2px solid var(--y); color: var(--y); font-family: 'Sora', sans-serif; font-weight: 700; display: flex; align-items: center; justify-content: center; font-size: 14px; }
.step:last-child { border-left-color: transparent; }
.step-ico { font-size: 28px; flex-shrink: 0; padding-top: 2px; }
.step h3 { font-family: 'Sora', sans-serif; font-size: 16px; font-weight: 700; color: white; margin-bottom: 6px; }
.step p { font-size: 14px; color: var(--muted); }

/* Mobile nav */
.nav-mobile-btn { display: none; background: none; border: none; color: white; font-size: 20px; cursor: pointer; padding: 4px 8px; }
.nav-mobile { display: none; flex-direction: column; gap: 4px; padding: 12px 24px 16px; border-top: 1px solid var(--border); background: rgba(15,17,23,.98); }
.nav-mobile.open { display: flex; }
.nav-mobile a { padding: 10px 12px; border-radius: 8px; font-size: 15px; font-weight: 500; color: var(--muted); text-decoration: none; }
.nav-mobile a:hover { color: white; background: rgba(255,255,255,.06); }
.nav-cta-mobile { background: var(--y) !important; color: #111 !important; font-weight: 600 !important; margin-top: 4px; }

@media (max-width: 768px) {
  .nav-mobile-btn { display: block; margin-left: auto; }
  .contact-banner { flex-direction: column; text-align: center; }
}
