@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter-latin-ext.woff2') format('woff2');
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    unicode-range: U+0100-024F, U+1E00-1EFF;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter-latin.woff2') format('woff2');
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    unicode-range: U+0000-00FF, U+2000-206F, U+20AC, U+2122;
}
@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/playfair-latin-ext.woff2') format('woff2');
    font-style: normal;
    font-weight: 600 700;
    font-display: swap;
    unicode-range: U+0100-024F, U+1E00-1EFF;
}
@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/playfair-latin.woff2') format('woff2');
    font-style: normal;
    font-weight: 600 700;
    font-display: swap;
    unicode-range: U+0000-00FF, U+2000-206F, U+20AC, U+2122;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
:root {
    --bg: #0b0b10; --bg-soft: #111118; --card: #15151d; --card-hover: #1b1b25;
    --text: #ffffff; --muted: #a4a4b2; --accent: #cd3253; --accent-light: #ef6a86;
    --border: rgba(255,255,255,.08); --radius: 18px; --font: 'Inter', sans-serif; --display: 'Playfair Display', serif;
}
html { scroll-behavior: smooth; font-size: 16px; }
body { background: var(--bg); color: var(--text); font-family: var(--font); line-height: 1.55; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
button,a { -webkit-tap-highlight-color: transparent; }
button { font-family: inherit; border: 0; cursor: pointer; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }

.site-header { position: sticky; top: 0; z-index: 100; height: 62px; display: flex; align-items: center; justify-content: center; background: rgba(11,11,16,.92); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-bottom: 1px solid var(--border); }
.logo { display: flex; align-items: center; gap: 8px; font-family: var(--display); font-size: 1.2rem; font-weight: 700; }
.logo-heart { color: var(--accent); font-family: Arial,sans-serif; }
.logo-dot { color: var(--accent); }

.hero { padding: 42px 18px 38px; text-align: center; }
.hero-content { max-width: 620px; margin: 0 auto; }
.eyebrow { display: inline-flex; align-items: center; padding: 7px 13px; border-radius: 50px; background: rgba(205,50,83,.11); border: 1px solid rgba(205,50,83,.25); color: var(--accent-light); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; margin-bottom: 18px; }
.hero h1 { font-family: var(--display); font-size: clamp(2.1rem,10vw,3.4rem); line-height: 1.08; letter-spacing: -.025em; margin-bottom: 18px; }
.hero h1 span { display: block; color: var(--accent-light); }
.hero-text { max-width: 520px; margin: 0 auto 24px; color: var(--muted); font-size: .98rem; line-height: 1.65; }

.cta-button { width: 100%; min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 15px 22px; border-radius: 14px; background: var(--accent); color: #fff; font-size: 1rem; font-weight: 700; box-shadow: 0 10px 30px rgba(205,50,83,.24); transition: transform .2s ease,background .2s ease; }
.cta-button:active { transform: scale(.98); }
.arrow { font-size: 1.25rem; line-height: 1; }
.small-note { margin-top: 12px; color: #777784; font-size: .72rem; }
.trust-strip { max-width: 560px; display: flex; justify-content: center; flex-wrap: wrap; gap: 7px 14px; margin: 18px auto 0; color: #b8b2bc; font-size: .68rem; font-weight: 600; }
.trust-strip span::first-letter { color: #55d889; }

.sticky-cta { position: fixed; z-index: 500; right: 0; bottom: 0; left: 0; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); border-top: 1px solid rgba(255,255,255,.1); background: rgba(11,11,16,.9); box-shadow: 0 -12px 35px rgba(0,0,0,.38); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.sticky-cta .cta-button { width: min(100%,480px); min-width: 0; margin: 0 auto; display: flex; border: 1px solid rgba(255,255,255,.13); background: linear-gradient(135deg,#ec5275 0%,#d33359 52%,#b92148 100%); box-shadow: 0 10px 30px rgba(205,50,83,.34),0 1px 0 rgba(255,255,255,.16) inset; }

.age-modal { position: fixed; z-index: 9999; inset: 0; display: grid; place-items: center; overflow-y: auto; padding: max(24px,env(safe-area-inset-top)) 18px max(24px,env(safe-area-inset-bottom)); background: radial-gradient(circle at 50% 20%,rgba(205,50,83,.3),transparent 26rem),linear-gradient(155deg,#17111a 0%,#09090d 62%,#120a10 100%); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .22s ease,visibility .22s ease; }
.age-modal.active { opacity: 1; visibility: visible; pointer-events: auto; }
.age-modal-close { position: fixed; top: max(16px,env(safe-area-inset-top)); right: 18px; z-index: 1; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; background: rgba(255,255,255,.07); color: #b5adb7; font-size: 1.55rem; }
.age-modal-content { width: min(100%,520px); text-align: center; transform: translateY(12px); transition: transform .22s ease; }
.age-modal.active .age-modal-content { transform: translateY(0); }
.age-modal-icon { width: 70px; height: 70px; display: grid; place-items: center; margin: 0 auto 16px; border: 1px solid rgba(239,106,134,.28); border-radius: 50%; background: rgba(205,50,83,.14); color: var(--accent-light); font-size: 1.7rem; }
.age-step-label { display: block; margin-bottom: 8px; color: var(--accent-light); font-size: .66rem; font-weight: 800; letter-spacing: .13em; }
.age-modal h2 { color: #fff; font: 700 clamp(2.1rem,10vw,3.2rem)/1.05 var(--display); }
.age-modal-content > p { max-width: 410px; margin: 12px auto 0; color: #aaa2ad; font-size: .85rem; line-height: 1.55; }
.age-modal-options { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; margin-top: 28px; }
.age-option { width: 100%; min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 12px 15px; border: 1px solid #fff; border-radius: 13px; background: #fff; color: #1c1920; font: 800 .84rem/1.25 var(--font); cursor: pointer; box-shadow: 0 9px 24px rgba(0,0,0,.25); transition: transform .15s ease,border-color .15s ease,background .15s ease; }
.age-option span:last-child { color: #bc284b; font-size: .9rem; }
.age-option:hover { transform: translateY(-1px); border-color: #ff91aa; background: #fff7f9; }
.age-option:disabled { cursor: wait; opacity: .55; }
.age-option:focus-visible { outline: 3px solid var(--accent-light); outline-offset: 3px; }
.age-modal-note { color: #77717a !important; font-size: .66rem !important; }
.age-modal-affiliate { padding-top: 18px; border-top: 1px solid rgba(255,255,255,.08); color: #77717a !important; font-size: .6rem !important; }
body.age-modal-open { overflow: hidden; }

.profiles-showcase { width: min(100%,1080px); margin: 54px auto 0; text-align: left; }
.profiles-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.profiles-label { display: block; margin-bottom: 7px; color: var(--accent-light); font-size: .66rem; font-weight: 800; letter-spacing: .14em; }
.profiles-header h2 { margin: 0 0 7px; font-size: clamp(1.5rem,5vw,2.15rem); line-height: 1.15; }
.profiles-header p { color: var(--muted); font-size: .84rem; }
.profiles-line { display: block; width: 44px; height: 3px; margin-top: 13px; border-radius: 3px; background: var(--accent); }
.profiles-nav { display: flex; gap: 8px; flex: 0 0 auto; }
.profiles-nav button { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; background: #1b1b25; color: #aaa6b2; font-size: 1.35rem; line-height: 1; }
.profiles-nav button:hover { border-color: var(--accent); background: var(--accent); color: #fff; }
.profiles-nav button:disabled { cursor: default; opacity: .35; }
.profiles-slider { overflow-x: auto; overscroll-behavior-inline: contain; scroll-behavior: smooth; scrollbar-width: none; scroll-snap-type: x mandatory; }
.profiles-slider::-webkit-scrollbar { display: none; }
.hero-photos { width: max-content; display: flex; gap: 14px; margin: 0; }
.photo-card { width: 216px; flex: 0 0 216px; overflow: hidden; border: 1px solid var(--border); border-radius: 18px; background: var(--card); color: #fff; cursor: pointer; scroll-snap-align: start; text-align: left; transition: transform .2s ease,border-color .2s ease; }
.photo-card:hover { border-color: rgba(239,106,134,.42); transform: translateY(-3px); }
.photo-frame { position: relative; height: 248px; display: block; overflow: hidden; background: #111118; }
.photo-frame img { width: 100%; height: 100%; object-fit: cover; filter: blur(6px) brightness(.82); transform: scale(1.075); transition: filter .25s ease,transform .25s ease; }
.photo-card:active .photo-frame img { filter: blur(4px) brightness(.9); transform: scale(1.1); }
.photo-heart { position: absolute; top: 50%; left: 50%; width: 43px; height: 43px; display: grid; place-items: center; transform: translate(-50%,-50%); border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(10,8,12,.58); color: #fff; font-size: 1.15rem; box-shadow: 0 6px 20px rgba(0,0,0,.3); backdrop-filter: blur(5px); }
.photo-overlay { min-height: 64px; display: flex; flex-direction: column; justify-content: center; padding: 11px 13px; background: #171720; }
.photo-overlay strong { font-size: .86rem; }
.photo-overlay small { margin-top: 3px; color: #8e8e9c; font-size: .65rem; }
.photo-overlay::after { content: 'Profil ansehen  →'; margin-top: 9px; color: var(--accent-light); font-size: .68rem; font-weight: 800; }
.profiles-progress { height: 3px; margin-top: 18px; overflow: hidden; border-radius: 3px; background: rgba(255,255,255,.08); }
.profiles-progress span { display: block; width: 24%; height: 100%; border-radius: inherit; background: var(--accent); transition: width .2s ease; }
.ai-note { max-width: 1080px; margin: 12px auto 0; color: #656570; font-size: .65rem; }

.footer { padding: 30px 18px calc(95px + env(safe-area-inset-bottom)); border-top: 1px solid var(--border); text-align: center; color: #666672; }
.footer p { font-size: .7rem; margin-bottom: 12px; }
.affiliate-disclosure { max-width: 720px; margin: 0 auto 16px; color: #858591; font-size: .68rem; line-height: 1.6; }
.affiliate-disclosure strong { color: #a4a4b2; }

@media (max-width:420px) { .age-modal-options { grid-template-columns: 1fr; } }
@media (max-width:699px) {
    .hero { position: relative; isolation: isolate; overflow: hidden; padding-top: 36px; background: linear-gradient(180deg,#0b0b10 0%,#0d0b11 44%,#120c12 72%,#111118 100%); }
    .hero::before { content: ''; position: absolute; z-index: 0; top: 145px; left: 50%; width: 560px; height: 560px; transform: translateX(-50%); background: radial-gradient(circle,rgba(205,50,83,.2) 0%,rgba(126,35,91,.11) 36%,transparent 68%); pointer-events: none; }
    .hero::after { content: ''; position: absolute; z-index: 0; right: 0; bottom: 0; left: 0; height: 300px; background: linear-gradient(180deg,transparent 0%,rgba(205,50,83,.055) 52%,rgba(17,17,24,.94) 100%); pointer-events: none; }
    .hero-content,.profiles-showcase,.ai-note { position: relative; z-index: 1; }
    .hero h1 { text-shadow: 0 4px 28px rgba(0,0,0,.32); }
    .hero h1 span { background: linear-gradient(105deg,#ff87a0 0%,#ed5e7d 48%,#d63c61 100%); background-clip: text; -webkit-background-clip: text; color: transparent; }
    .hero .cta-button { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.13); background: linear-gradient(135deg,#ec5275 0%,#d33359 52%,#b92148 100%); box-shadow: 0 14px 38px rgba(205,50,83,.34),0 1px 0 rgba(255,255,255,.16) inset; }
    .hero .cta-button::after { content: ''; position: absolute; top: 0; left: -35%; width: 42%; height: 100%; transform: skewX(-22deg); background: linear-gradient(90deg,transparent,rgba(255,255,255,.12),transparent); pointer-events: none; }
    .profiles-showcase { margin-top: 46px; }
    .photo-card { border-color: rgba(255,255,255,.1); box-shadow: 0 7px 18px rgba(0,0,0,.2); }
}
@media (min-width:700px) {
    .site-header { height: 70px; justify-content: flex-start; padding: 0 30px; }
    .hero { padding: 70px 24px 60px; }
    .hero h1 { font-size: 3.5rem; }
    .hero-text { font-size: 1.05rem; }
    .cta-button { width: auto; min-width: 260px; }
    .photo-card { width: 230px; flex-basis: 230px; }
    .sticky-cta { display: none; }
    .footer { padding-bottom: 40px; }
}
@media (min-width:1100px) {
    .hero { padding-top: 90px; }
}

.simple-landing .photo-card { padding: 0; color: #fff; text-align: left; }
