/* Vision Send website — shared styles (index, impressum, datenschutz) */
@font-face { font-family: "Jakarta"; src: url("fonts/PlusJakartaSans-Regular.woff2") format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Jakarta"; src: url("fonts/PlusJakartaSans-Bold.woff2") format("woff2"); font-weight: 700; font-display: swap; }
@font-face { font-family: "Jakarta"; src: url("fonts/PlusJakartaSans-ExtraBold.woff2") format("woff2"); font-weight: 800; font-display: swap; }

:root {
  --green: #0E6B4F;
  --green-deep: #062E24;
  --night: #031A14;
  --mint: #5EF0B8;
  --mint-soft: #DCEBE1;
  --gold: #D79A34;
  --gold-bright: #F5C04A;
  --ink: #13251C;
  --muted: #5E7169;
  --surface: #F6F7FB;
  --card: #FFFFFF;
  --line: #E4EAE6;
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; background: var(--surface); color: var(--ink);
  font-family: "Jakarta", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--green); }
.wrap { width: 100%; max-width: 1120px; margin: 0 auto; padding: 0 20px; }

/* language switch: <span lang="en">…</span><span lang="de">…</span> */
html[data-lang="de"] [lang="en"]:not(html), html[data-lang="en"] [lang="de"]:not(html) { display: none !important; }

/* test-phase banner (remove at launch) */
.notice { background: var(--gold-bright); color: #3B2A06; text-align: center; font-size: 13.5px; font-weight: 700; padding: 8px 16px; }

/* header */
.top { position: sticky; top: 0; z-index: 20; background: rgba(3, 26, 20, .88); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.top .wrap { display: flex; align-items: center; gap: 16px; height: 64px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: #fff; font-weight: 800; letter-spacing: .14em; font-size: 15px; white-space: nowrap; }
.brand img { width: 34px; height: 34px; }
.brand b { color: var(--mint); }
.nav { display: flex; gap: 22px; margin-left: auto; }
.nav a { color: rgba(255,255,255,.78); text-decoration: none; font-weight: 700; font-size: 14px; }
.nav a:hover { color: #fff; }
.lang { display: flex; border: 1px solid rgba(255,255,255,.18); border-radius: 99px; overflow: hidden; }
.lang button { background: none; border: 0; color: rgba(255,255,255,.7); font: inherit; font-size: 12.5px; font-weight: 800; padding: 6px 11px; cursor: pointer; }
.lang button[aria-pressed="true"] { background: rgba(255,255,255,.14); color: #fff; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 99px; font-weight: 800; text-decoration: none; padding: 13px 24px; font-size: 15px; transition: transform .15s ease, box-shadow .15s ease; white-space: nowrap; }
.btn:hover { transform: translateY(-1px); }
.btn-mint { background: var(--mint); color: var(--night); box-shadow: 0 10px 30px rgba(94, 240, 184, .25); }
.btn-ghost { color: #fff; border: 1.5px solid rgba(255,255,255,.28); }
.btn-small { padding: 9px 16px; font-size: 13.5px; }

/* hero */
.hero { position: relative; overflow: hidden; color: #fff;
  background: radial-gradient(110% 90% at 20% 0%, #0B5140 0%, var(--green-deep) 45%, var(--night) 100%); }
.hero::after { content: ""; position: absolute; right: -160px; bottom: -220px; width: 560px; height: 560px; border-radius: 50%;
  background: radial-gradient(circle, rgba(215,154,52,.22), transparent 65%); pointer-events: none; }
.hero .wrap { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center; padding-top: 72px; padding-bottom: 88px; position: relative; z-index: 1; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--mint); }
.hero h1 { font-size: clamp(38px, 5.2vw, 62px); line-height: 1.04; letter-spacing: -.035em; margin: 16px 0 18px; font-weight: 800; }
.hero h1 em { font-style: normal; color: var(--mint); }
.hero p.lead { font-size: 18.5px; color: rgba(255,255,255,.78); max-width: 540px; margin: 0 0 30px; }
.cta { display: flex; flex-wrap: wrap; gap: 12px; }
.chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.chip { font-size: 13px; font-weight: 700; color: rgba(255,255,255,.85); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 99px; padding: 7px 13px; }

/* sample receipt card in the hero */
.phone { justify-self: center; width: 100%; max-width: 340px; background: #0A1511; border-radius: 34px; padding: 14px; box-shadow: 0 40px 80px rgba(0,0,0,.45), inset 0 0 0 1px rgba(255,255,255,.08); }
.screen { background: var(--surface); color: var(--ink); border-radius: 24px; padding: 22px 20px; }
.screen .ok { width: 58px; height: 58px; border-radius: 50%; background: #E0F3EA; display: grid; place-items: center; margin: 4px auto 12px; color: var(--green); font-size: 30px; font-weight: 800; }
.screen h3 { text-align: center; margin: 0; font-size: 19px; letter-spacing: -.01em; }
.screen .sub { text-align: center; color: var(--muted); font-size: 13px; margin: 2px 0 18px; }
.row { display: flex; justify-content: space-between; font-size: 14px; padding: 9px 0; border-top: 1px solid var(--line); }
.row span:first-child { color: var(--muted); }
.row b { font-weight: 800; }
.big { font-size: 30px; font-weight: 800; letter-spacing: -.02em; text-align: center; margin: 4px 0 14px; }
.big small { font-size: 16px; color: var(--muted); font-weight: 700; }

/* sections */
section { padding: 84px 0; }
.kicker { font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--green); }
h2 { font-size: clamp(28px, 3.4vw, 40px); line-height: 1.12; letter-spacing: -.03em; margin: 10px 0 14px; }
.intro { color: var(--muted); max-width: 620px; margin: 0 0 40px; font-size: 17px; }
.grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; }
.card .ic { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; background: #E0F3EA; color: var(--green); margin-bottom: 16px; }
.card .ic svg { width: 24px; height: 24px; }
.card h3 { margin: 0 0 6px; font-size: 19px; letter-spacing: -.01em; }
.card p { margin: 0; color: var(--muted); font-size: 15px; }

.steps { counter-reset: step; }
.step { position: relative; padding-top: 84px; }
.step::before { counter-increment: step; content: counter(step); position: absolute; top: 26px; left: 26px; width: 42px; height: 42px; border-radius: 50%; background: var(--green); color: #fff; font-weight: 800; display: grid; place-items: center; }

.dark { background: var(--night); color: #fff; }
.dark .kicker { color: var(--mint); }
.dark .intro { color: rgba(255,255,255,.7); }
.flags { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 12px; }
.flag { display: flex; align-items: center; gap: 12px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.09); border-radius: 16px; padding: 12px 14px; font-weight: 700; font-size: 15px; }
.flag img.f { width: 28px; height: 21px; border-radius: 4px; object-fit: cover; box-shadow: 0 0 0 1px rgba(255,255,255,.12); }
.more { margin-top: 22px; color: rgba(255,255,255,.7); font-size: 15px; }

.trust { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.trust .card { display: flex; gap: 16px; }
.trust .card .ic { flex: none; margin: 0; }

/* FAQ */
details { background: var(--card); border: 1px solid var(--line); border-radius: 18px; padding: 0 22px; margin-bottom: 12px; }
summary { cursor: pointer; list-style: none; font-weight: 800; font-size: 16.5px; padding: 18px 28px 18px 0; position: relative; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 0; top: 14px; font-size: 24px; color: var(--green); font-weight: 700; }
details[open] summary::after { content: "–"; }
details p { margin: 0 0 18px; color: var(--muted); }

.final { text-align: center; background: radial-gradient(90% 120% at 50% 0%, #0B5140, var(--green-deep) 60%, var(--night)); color: #fff; }
.final .intro { margin: 0 auto 30px; color: rgba(255,255,255,.75); }

footer { background: var(--night); color: rgba(255,255,255,.6); font-size: 14px; padding: 36px 0; }
footer .wrap { display: flex; flex-wrap: wrap; gap: 18px 28px; align-items: center; }
footer a { color: rgba(255,255,255,.8); text-decoration: none; font-weight: 700; }
footer a:hover { color: #fff; }
footer .sp { margin-left: auto; }

/* legal pages */
.legal { max-width: 780px; margin: 0 auto; padding: 56px 20px 80px; }
.legal h1 { font-size: 36px; letter-spacing: -.03em; margin: 0 0 24px; }
.legal h2 { font-size: 22px; margin: 34px 0 8px; }
.todo { background: #FFF4D6; border: 1px dashed var(--gold); border-radius: 12px; padding: 12px 16px; color: #6B4A0B; font-size: 14.5px; }

@media (max-width: 900px) {
  .hero .wrap { grid-template-columns: 1fr; padding-top: 48px; padding-bottom: 64px; }
  .phone { max-width: 320px; }
  .grid3 { grid-template-columns: 1fr; }
  .trust { grid-template-columns: 1fr; }
  .nav { display: none; }
  .lang { margin-left: auto; }
  section { padding: 64px 0; }
}
@media (max-width: 420px) {
  .brand span.word { display: none; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .btn { transition: none; } }
