/* elenas-partner.de – Brand: brand/BRAND.md (Navy #031830, Cyan #35c0ed, Mint #9aeba6, Teal #2e8fae; Bricolage Grotesque + Figtree) */
@font-face { font-family: "Bricolage Grotesque"; src: url("fonts/bricolage-grotesque-latin-wght-normal.woff2") format("woff2"); font-weight: 200 800; font-display: swap; }
@font-face { font-family: "Bricolage Grotesque"; src: url("fonts/bricolage-grotesque-latin-ext-wght-normal.woff2") format("woff2"); font-weight: 200 800; font-display: swap; unicode-range: U+0100-02BA, U+1E00-1E9F; }
@font-face { font-family: "Figtree"; src: url("fonts/figtree-latin-wght-normal.woff2") format("woff2"); font-weight: 300 900; font-display: swap; }
@font-face { font-family: "Figtree"; src: url("fonts/figtree-latin-ext-wght-normal.woff2") format("woff2"); font-weight: 300 900; font-display: swap; unicode-range: U+0100-02BA, U+1E00-1E9F; }

:root {
  --navy: #031830; --navy2: #0a3a6b; --navy3: #062548; --cyan: #35c0ed; --mint: #9aeba6; --teal: #2e8fae;
  --text: #ffffff; --muted: rgba(255,255,255,.74); --line: rgba(255,255,255,.12); --glass: rgba(255,255,255,.06);
  --r: 22px; --wrap: 1180px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { background: var(--navy); color: var(--text); font: 400 17px/1.6 "Figtree", system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
img, video { display: block; max-width: 100%; }
a { color: var(--cyan); }
h1, h2, h3 { font-family: "Bricolage Grotesque", system-ui, sans-serif; font-weight: 800; letter-spacing: -0.02em; line-height: 1.04; hyphens: auto; overflow-wrap: break-word; }
h1 { font-size: clamp(40px, 6vw, 72px); }
h2 { font-size: clamp(32px, 4.4vw, 54px); margin-bottom: 36px; }
h3 { font-size: 22px; line-height: 1.15; }
.c { color: var(--cyan); }
.m { color: var(--mint); }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }
.narrow { max-width: 820px; }
.kicker { font-weight: 800; font-size: 14px; letter-spacing: .16em; text-transform: uppercase; color: var(--cyan); margin-bottom: 14px; }
.lead { font-size: clamp(17px, 1.6vw, 20px); color: var(--muted); max-width: 40em; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--cyan); color: var(--navy); padding: 8px 14px; border-radius: 8px; z-index: 100; }
.skip:focus { left: 8px; }

/* buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: var(--cyan); color: var(--navy); font: 800 17px/1 "Figtree", sans-serif; padding: 18px 28px; border-radius: 999px; text-decoration: none; border: 0; cursor: pointer; transition: transform .15s ease, box-shadow .15s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(53,192,237,.35); }
.btn:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid var(--mint); outline-offset: 3px; }
.btn-ghost { background: transparent; color: #fff; box-shadow: inset 0 0 0 2px rgba(255,255,255,.35); }
.btn-ghost:hover { box-shadow: inset 0 0 0 2px #fff; }
.btn-sm { padding: 12px 20px; font-size: 15px; }
.btn-full { width: 100%; }

/* header */
.top { position: sticky; top: 0; z-index: 50; background: rgba(3,24,48,.86); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.top-in { display: flex; align-items: center; gap: 24px; height: 72px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { height: 44px; width: auto; }
.tag { font: 800 12px/1 "Figtree"; letter-spacing: .14em; text-transform: uppercase; color: var(--navy); background: var(--mint); padding: 6px 10px; border-radius: 99px; }
.nav { display: flex; gap: 26px; margin-left: auto; }
.nav a { color: var(--muted); text-decoration: none; font-weight: 600; font-size: 15px; }
.nav a:hover { color: #fff; }

/* hero */
.hero { background: radial-gradient(90% 80% at 75% 20%, var(--navy2) 0%, var(--navy) 65%); padding: 64px 0 72px; overflow: hidden; }
.hero-in { display: grid; grid-template-columns: 1.15fr .85fr; gap: 56px; align-items: center; }
.hero h1 { margin-bottom: 22px; }
.cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin: 30px 0 26px; }
.ticks { list-style: none; display: flex; flex-wrap: wrap; gap: 10px 22px; }
.ticks li { position: relative; padding-left: 30px; font-weight: 700; }
.ticks li::before { content: ""; position: absolute; left: 0; top: 3px; width: 20px; height: 20px; border-radius: 50%; background: var(--mint) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5' fill='none' stroke='%23031830' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/14px no-repeat; }
.hero-media { display: flex; justify-content: center; }
.phone { position: relative; width: min(340px, 78vw); aspect-ratio: 9/16; border-radius: 34px; overflow: hidden; border: 6px solid rgba(255,255,255,.9); box-shadow: 0 40px 90px rgba(0,0,0,.55), 0 0 0 1px var(--line); background: var(--navy); transform: rotate(2deg); }
.phone video { width: 100%; height: 100%; object-fit: cover; }
.sound { position: absolute; right: 12px; bottom: 12px; background: rgba(3,24,48,.8); color: #fff; border: 1px solid var(--line); border-radius: 99px; padding: 8px 14px; font: 700 14px/1 "Figtree"; cursor: pointer; }

/* proof */
.proof { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--navy3); }
.proof-in { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: 30px 16px; text-align: center; }
.stat + .stat { border-left: 1px solid var(--line); }
.stat strong { display: block; font: 800 clamp(34px, 4vw, 50px)/1 "Bricolage Grotesque"; letter-spacing: -0.03em; }
.stat span { color: var(--muted); font-weight: 600; font-size: 15px; }

/* sections */
.sec { padding: 96px 0; }
.sec-alt { background: linear-gradient(180deg, var(--navy3), var(--navy)); }
.two { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.need { display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 22px; align-items: center; background: var(--glass); border: 1px solid var(--line); border-radius: var(--r); padding: 16px; }
.need img { width: 180px; height: 220px; object-fit: cover; object-position: 50% 30%; border-radius: 16px; }
.need h3 { font-size: 28px; margin-bottom: 8px; color: var(--cyan); }
.need p { color: var(--muted); }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card { background: var(--glass); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; }
.card img { width: 100%; height: 220px; object-fit: cover; object-position: 50% 35%; }
.card-b { padding: 20px 22px 24px; position: relative; }
.card-b::before { content: ""; position: absolute; left: 22px; top: -18px; width: 36px; height: 36px; border-radius: 50%; background: var(--mint) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5' fill='none' stroke='%23031830' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/22px no-repeat; box-shadow: 0 6px 18px rgba(0,0,0,.35); }
.card h3 { margin: 8px 0 8px; }
.card p { color: var(--muted); font-size: 16px; }
.three { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.who { background: var(--glass); border: 1px solid var(--line); border-radius: var(--r); padding: 28px; }
.who p { color: var(--muted); margin-top: 16px; }
.pill { display: inline-block; font: 800 18px/1 "Figtree"; padding: 12px 18px; border-radius: 99px; color: var(--navy); }
.pill-c { background: var(--cyan); } .pill-w { background: #fff; } .pill-m { background: var(--mint); }

/* quote */
.quote { position: relative; min-height: 560px; display: flex; align-items: flex-end; overflow: hidden; }
.quote img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; }
.quote::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(3,24,48,.1) 0%, rgba(3,24,48,.55) 45%, rgba(3,24,48,.95) 100%); }
.quote-in { position: relative; z-index: 1; padding-bottom: 64px; width: 100%; }
.quote-in p { font: 800 clamp(30px, 4.4vw, 56px)/1.08 "Bricolage Grotesque"; letter-spacing: -0.02em; }
.quote-in .sub { font: 700 18px/1.4 "Figtree"; letter-spacing: .12em; text-transform: uppercase; color: var(--mint); margin-top: 18px; }

/* steps */
.steps { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; counter-reset: s; }
.steps li { background: var(--glass); border: 1px solid var(--line); border-radius: var(--r); padding: 26px; position: relative; }
.steps b { font: 800 15px/1 "Figtree"; letter-spacing: .14em; color: var(--cyan); display: block; margin-bottom: 18px; }
.steps h3 { margin-bottom: 8px; }
.steps p { color: var(--muted); font-size: 16px; }

/* faq */
details { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; list-style: none; padding: 22px 44px 22px 0; font: 700 19px/1.35 "Figtree"; position: relative; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 6px; top: 16px; font: 400 30px/1 "Figtree"; color: var(--cyan); transition: transform .2s; }
details[open] summary::after { transform: rotate(45deg); }
details p { color: var(--muted); padding: 0 0 22px; max-width: 46em; }

/* contact */
.contact { background: radial-gradient(80% 90% at 20% 30%, var(--navy2) 0%, var(--navy) 70%); }
.contact-in { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: start; }
.contact-copy .ticks { margin-top: 26px; }
.form { background: rgba(255,255,255,.07); border: 1px solid var(--line); border-radius: 26px; padding: 30px; display: grid; gap: 16px; }
.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form label { display: grid; gap: 7px; font-weight: 700; font-size: 15px; }
.form input, .form select, .form textarea { width: 100%; font: 500 16px/1.4 "Figtree", sans-serif; color: #fff; background: rgba(3,24,48,.6); border: 1px solid rgba(255,255,255,.22); border-radius: 12px; padding: 13px 14px; }
.form select option { color: #031830; }
.form textarea { resize: vertical; }
.form [aria-invalid="true"] { border-color: #ff8a8a; }
.form .check { display: flex; gap: 12px; align-items: flex-start; font-weight: 500; color: var(--muted); }
.form .check input { width: 20px; height: 20px; margin-top: 3px; flex: 0 0 20px; accent-color: var(--cyan); }
.form-msg { min-height: 1.4em; font-weight: 700; }
.form .hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-msg.ok { color: var(--mint); } .form-msg.err { color: #ff8a8a; }

/* footer */
.foot { border-top: 1px solid var(--line); padding: 40px 0 110px; }
.foot-in { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 32px; }
.foot img { height: 40px; width: auto; }
.foot p { color: var(--muted); font-size: 14px; }
.foot nav { display: flex; gap: 20px; margin-left: auto; }
.foot nav a { color: var(--muted); font-size: 14px; }

.sticky-cta { display: none; }

/* responsive */
@media (max-width: 980px) {
  .nav { display: none; }
  .hero-in, .contact-in { grid-template-columns: 1fr; }
  .hero { padding-top: 40px; }
  .hero-media { order: -1; }
  .phone { width: min(300px, 70vw); transform: none; }
  .grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .two, .three { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .top-in { height: 64px; gap: 12px; }
  .brand img { height: 34px; }
  .top .btn-sm { display: none; }
  .sec { padding: 72px 0; }
  .proof-in { grid-template-columns: 1fr 1fr; }
  .stat:nth-child(3) { border-left: 0; }
  .stat:nth-child(n+3) { border-top: 1px solid var(--line); }
  .grid, .steps, .row2 { grid-template-columns: 1fr; }
  .need { grid-template-columns: 110px minmax(0, 1fr); }
  .need img { width: 110px; height: 150px; }
  .need h3 { font-size: 22px; }
  .quote { min-height: 460px; }
  .cta-row .btn { width: 100%; }
  .form { padding: 22px; }
  .foot nav { margin-left: 0; }
  .sticky-cta { display: block; position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 60; text-align: center; background: var(--cyan); color: var(--navy); font: 800 16px/1 "Figtree"; padding: 17px; border-radius: 999px; text-decoration: none; box-shadow: 0 12px 30px rgba(0,0,0,.45); transition: opacity .2s, transform .2s; }
  .sticky-cta.hide { opacity: 0; transform: translateY(20px); pointer-events: none; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .btn { transition: none; } }
