:root { --purple: #5b4b8a; --violet: #6846e8; --deep: #1c1731; --ink: #171525; --muted: #696679; --green: #2e9c81; --coral: #ff715f; --amber: #f3b84a; --blue: #3f7cf7; --lavender: #f3f0ff; --mint: #edf8f4; --cream: #fff8ef; --line: #e6e3ec; --white: #fff; --shadow: 0 24px 70px rgba(25, 19, 48, .16); color: var(--ink); background: white; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-synthesis: none; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0px; min-width: 320px; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
.j-header { position: sticky; inset: 0px 0px auto; z-index: 40; height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 0px max(28px, -720px + 50vw); background: rgba(255, 255, 255, 0.94); border-bottom: 1px solid rgba(28, 23, 49, 0.09); backdrop-filter: blur(18px); }
.j-brand { display: inline-flex; align-items: center; gap: 10px; white-space: nowrap; }
.j-brand img,
.j-brand__mark { display: block; width: 39px; height: 39px; flex: 0 0 39px; border-radius: 10px; }
.j-brand strong { font-size: 21px; letter-spacing: -0.025em; }
.j-brand > span { padding: 6px 10px; border-radius: 7px; background: var(--lavender); color: var(--purple); font-size: 12px; font-weight: 800; }
.j-header nav { display: flex; align-items: center; gap: 28px; font-size: 15px; font-weight: 700; color: rgb(81, 78, 96); }
.j-header nav a:hover { color: var(--violet); }
.j-menu { display: none; padding: 9px 12px; border: 1px solid var(--line); border-radius: 8px; background: white; }
.j-header-actions { display: flex; align-items: center; gap: 13px; }
.j-lang { display: flex; padding: 3px; border: 1px solid var(--line); border-radius: 8px; background: rgb(247, 246, 249); }
.j-lang a { min-width: 34px; padding: 7px 8px; border-radius: 6px; color: var(--muted); font-size: 12px; font-weight: 900; text-align: center; }
.j-lang a[aria-current="page"] { color: white; background: var(--deep); }
/* `display: inline-flex` below outranks the user-agent `[hidden]` rule, so the
   submit button stayed on screen reading "Wird gesendet…" after a successful
   send. Same reason .j-form-success needs its own [hidden] rule. */
.j-btn[hidden] { display: none; }
.j-btn { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 0px 24px; border: 1px solid transparent; border-radius: 10px; background: var(--violet); color: white; font-weight: 800; white-space: nowrap; box-shadow: rgba(104, 70, 232, 0.23) 0px 12px 28px; transition: transform 0.2s, box-shadow 0.2s; }
.j-btn:hover { transform: translateY(-2px); box-shadow: rgba(104, 70, 232, 0.3) 0px 17px 34px; }
.j-btn--small { min-height: 46px; padding: 0px 20px; font-size: 14px; }
.j-btn--ghost { color: var(--violet); border-color: rgb(152, 135, 223); background: transparent; box-shadow: none; }
.j-eyebrow { margin: 0px 0px 17px; color: var(--violet); font-size: 13px; font-weight: 900; letter-spacing: 0.065em; }
.j-icon { width: 24px; height: 24px; display: inline-grid; place-items: center; flex: 0 0 24px; color: currentcolor; }
.j-icon svg { width: 100%; height: 100%; }
.j-icon--soft { width: 40px; height: 40px; padding: 9px; border-radius: 10px; color: var(--violet); background: var(--lavender); }
.j-hero { max-width: 1440px; min-height: 800px; margin: 0px auto; display: grid; grid-template-columns: minmax(0px, 1fr) minmax(0px, 1fr); }
.j-hero-copy { min-width: 0px; display: flex; flex-direction: column; justify-content: center; padding: 68px clamp(36px, 4vw, 64px); overflow: hidden; }
.j-hero h1 { width: 100%; max-width: 650px; margin: 0px; font-size: clamp(48px, 3.6vw, 64px); line-height: 1; letter-spacing: -0.052em; overflow-wrap: break-word; hyphens: none; }
.j-hero h1 span { display: block; max-width: 100%; white-space: normal; }
.j-hero h1 span + span { margin-top: 0.12em; color: var(--violet); }
.j-lead { max-width: 640px; margin: 25px 0px 0px; color: var(--muted); font-size: 18px; line-height: 1.66; }
.j-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 29px; }
.j-hero-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; margin-top: 34px; }
.j-hero-benefits > div { display: grid; grid-template-columns: auto 1fr; gap: 6px 10px; align-content: start; padding-top: 18px; border-top: 1px solid var(--line); }
.j-hero-benefits .j-icon { grid-row: 1 / 3; color: var(--green); }
.j-hero-benefits strong { font-size: 15px; }
.j-hero-benefits small { color: var(--muted); font-size: 13px; line-height: 1.5; }
.j-hero-scene { position: relative; min-width: 0px; min-height: 0px; height: auto; align-self: center; padding: 0px 0px 0px 32px; background: transparent; overflow: visible; }
.j-hero-scene::before { display: none; }
.j-carousel { --caption-height: 108px; position: relative; width: 100%; aspect-ratio: 1.28; overflow: hidden; border: 1px solid rgba(28, 23, 49, 0.12); border-radius: 22px; background: white; box-shadow: rgba(25, 19, 48, 0.14) 0px 24px 65px; }
.j-carousel-track { position: relative; height: 100%; }
.j-carousel-slide { position: absolute; inset: 0px; margin: 0px; overflow: hidden; opacity: 0; pointer-events: none; transform: scale(1.018); transition: opacity 0.55s ease, transform 0.85s cubic-bezier(.2,.7,.2,1); }
.j-carousel-slide.is-active { z-index: 1; opacity: 1; pointer-events: auto; transform: scale(1); }
.j-carousel-slide::after { display: none; }
.j-carousel-slide img { width: 100%; height: calc(100% - var(--caption-height)); object-fit: cover; object-position: center; }
.j-carousel-slide figcaption { position: absolute; z-index: 2; left: 0px; right: 0px; bottom: 0px; height: var(--caption-height); max-width: none; display: flex; flex-direction: column; justify-content: center; gap: 6px; padding: 18px 24px; border: 0px; border-top: 1px solid var(--line); border-radius: 0px; color: var(--ink); background: white; box-shadow: none; }
.j-carousel-slide figcaption strong { font-size: 18px; letter-spacing: -0.01em; }
.j-carousel-slide figcaption span { color: var(--muted); font-size: 15px; line-height: 1.45; }
.j-carousel-conversation { display: grid !important; grid-template-columns: repeat(2, minmax(0px, 1fr)); gap: 12px !important; padding: 13px 20px !important; background: #fbf9ff !important; }
.j-carousel-slide figcaption .j-speech { position: relative; min-width: 0px; display: grid; align-content: center; gap: 3px; height: 64px; padding: 9px 13px; border-radius: 13px; color: var(--deep); background: var(--lavender); font-size: 12px; font-weight: 750; line-height: 1.3; }
.j-carousel-slide figcaption .j-speech::after { content: ""; position: absolute; left: 16px; bottom: -6px; width: 13px; height: 13px; background: inherit; transform: rotate(45deg); }
.j-carousel-slide figcaption .j-speech--cafe { background: #dff5ed; }
.j-carousel-slide figcaption .j-speech--cafe::after { left: auto; right: 16px; }
.j-carousel-slide figcaption .j-speech small { position: relative; z-index: 1; color: var(--violet); font-size: 8px; font-weight: 900; letter-spacing: .08em; }
.j-carousel-nav { position: absolute; z-index: 4; right: 22px; bottom: calc(var(--caption-height) + 14px); display: flex; align-items: center; gap: 7px; padding: 8px 10px; border: 1px solid rgba(28, 23, 49, 0.1); border-radius: 99px; background: rgba(255, 255, 255, 0.9); box-shadow: rgba(20, 15, 38, 0.14) 0px 8px 22px; backdrop-filter: blur(12px); }
.j-carousel-nav button { width: 10px; height: 10px; padding: 0px; border: 0px; border-radius: 99px; background: rgba(28, 23, 49, 0.3); cursor: pointer; transition: width 0.25s, background 0.25s; }
.j-carousel-nav button.is-active { width: 28px; background: var(--violet); }
.j-topup-card { position: absolute; z-index: 2; top: 150px; right: 6%; width: min(425px, 58%); padding: 23px; border: 1px solid rgba(28, 23, 49, 0.12); border-radius: 16px; background: rgba(255, 255, 255, 0.98); box-shadow: var(--shadow); }
.j-card-head { display: flex; align-items: center; gap: 10px; }
.j-card-head > div { display: grid; gap: 3px; }
.j-card-head small, .j-topup-card label { color: var(--muted); font-size: 12px; }
.j-card-head b { margin-left: auto; padding: 6px 8px; border-radius: 7px; color: rgb(20, 118, 95); background: var(--mint); font-size: 11px; }
.j-topup-card label { display: block; margin-top: 22px; }
.j-amount { display: block; margin: 4px 0px 14px; font-size: 33px; letter-spacing: -0.035em; }
.j-amount-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.j-amount-row button { padding: 10px 4px; border: 0px; border-radius: 7px; color: rgb(86, 82, 100); background: rgb(245, 244, 248); cursor: pointer; }
.j-amount-row button.active { color: white; background: var(--violet); }
.j-pay { width: 100%; margin-top: 12px; padding: 14px; border: 0px; border-radius: 8px; color: white; background: var(--violet); font-weight: 800; cursor: pointer; }
.j-stripe-note { display: flex; align-items: center; justify-content: center; gap: 5px; margin-top: 11px; color: var(--muted); }
.j-stripe-note .j-icon { width: 14px; height: 14px; flex-basis: 14px; }
.j-payout-chip, .j-bonus-chip { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 13px 16px; border-radius: 11px; color: white; box-shadow: rgba(12, 23, 40, 0.25) 0px 18px 40px; }
.j-payout-chip { right: 4%; bottom: 13%; background: var(--green); }
.j-bonus-chip { left: 4%; bottom: 23%; background: var(--coral); }
.j-payout-chip span, .j-bonus-chip span { display: grid; gap: 2px; }
.j-payout-chip small, .j-bonus-chip small { opacity: 0.75; }
.j-trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0px max(28px, -620px + 50vw); color: white; background: var(--violet); }
.j-trust-strip > span { min-height: 100px; display: flex; align-items: center; gap: 13px; padding: 25px; border-right: 1px solid rgba(255, 255, 255, 0.2); font-size: 15px; font-weight: 800; }
.j-trust-strip > span:last-child { border-right: 0px; }
.j-section { padding: 112px max(28px, -610px + 50vw); }
.j-section-head { max-width: 770px; margin: 0px auto 52px; text-align: center; }
.j-section-head--split { max-width: 1220px; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 80px; align-items: end; text-align: left; }
.j-section-head h2, .j-product-copy h2, .j-gift-copy h2, .j-contact h2 { margin: 0px 0px 18px; font-size: clamp(37px, 4vw, 56px); line-height: 1.04; letter-spacing: -0.045em; }
.j-section-head > p:not(.j-eyebrow), .j-section-head--split > p, .j-product-copy > p:not(.j-eyebrow), .j-gift-copy > p:not(.j-eyebrow), .j-contact-copy > p:not(.j-eyebrow) { color: var(--muted); font-size: 17px; line-height: 1.7; }
.j-benefits { background: white; }
.j-benefit-grid { max-width: 1220px; margin: 0px auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.j-benefit { --benefit-accent: var(--violet); --benefit-soft: var(--lavender); position: relative; min-height: 320px; padding: 28px; overflow: hidden; border: 1px solid var(--line); border-top: 4px solid var(--benefit-accent); border-radius: 16px; background: linear-gradient(155deg, var(--benefit-soft), white 38%); transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s; }
.j-benefit::after { content: ""; position: absolute; width: 130px; height: 130px; right: -70px; top: -75px; border-radius: 50%; background: var(--benefit-accent); opacity: 0.08; pointer-events: none; }
.j-benefit:nth-child(2), .j-benefit:nth-child(7) { --benefit-accent: var(--green); --benefit-soft: var(--mint); }
.j-benefit:nth-child(3), .j-benefit:nth-child(8) { --benefit-accent: #d58b22; --benefit-soft: #fff7e7; }
.j-benefit:nth-child(4) { --benefit-accent: var(--coral); --benefit-soft: #fff1ee; }
.j-benefit:nth-child(5) { --benefit-accent: var(--blue); --benefit-soft: #eef4ff; }
.j-benefit:nth-child(6) { --benefit-accent: #b14f9d; --benefit-soft: #fbf0f9; }
.j-benefit:hover { transform: translateY(-6px); border-color: color-mix(in srgb, var(--benefit-accent) 34%, var(--line)); box-shadow: rgba(30, 22, 55, 0.12) 0px 22px 55px; }
.j-benefit .j-icon { width: 46px; height: 46px; padding: 11px; border-radius: 12px; color: var(--benefit-accent); background: var(--benefit-soft); box-shadow: color-mix(in srgb, var(--benefit-accent) 16%, transparent) 0px 9px 24px; }
.j-benefit em { display: block; margin: 24px 0px 8px; color: var(--benefit-accent); font-size: 12px; font-style: normal; font-weight: 900; letter-spacing: 0.08em; }
.j-benefit h3 { margin: 0px 0px 12px; font-size: 21px; letter-spacing: -0.02em; }
.j-benefit p { margin: 0px; color: var(--muted); font-size: 16px; line-height: 1.62; }
.j-benefit--primary { --benefit-accent: rgb(118, 219, 193); --benefit-soft: rgba(255, 255, 255, 0.1); color: white; border-color: var(--deep); background: linear-gradient(145deg, var(--deep), #30264e); }
.j-benefit--primary .j-icon { color: rgb(118, 219, 193); background: rgba(255, 255, 255, 0.1); }
.j-benefit--primary em { color: rgb(118, 219, 193); }
.j-benefit--primary p { color: rgba(255, 255, 255, 0.68); }
.j-flow { color: white; background: var(--deep); }
.j-section-head--inverse > p:not(.j-eyebrow) { color: rgba(255, 255, 255, 0.65); }
.j-flow-canvas { position: relative; max-width: 1220px; margin: 0px auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.j-flow-line { position: absolute; left: 15%; right: 15%; top: 53px; height: 2px; background: linear-gradient(90deg, var(--coral), var(--amber), var(--green)); }
.j-flow-step { position: relative; z-index: 1; min-height: 510px; padding: 28px; border: 1px solid rgba(255, 255, 255, 0.13); border-radius: 16px; background: rgb(41, 35, 63); }
.j-step-top { display: flex; align-items: center; justify-content: space-between; }
.j-step-top > span:first-child { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; color: var(--deep); background: var(--amber); font-weight: 900; }
.j-step-top .j-icon { width: 38px; height: 38px; color: rgba(255, 255, 255, 0.8); }
.j-flow-step:nth-of-type(3) .j-step-top > span:first-child { background: rgb(101, 205, 177); }
.j-flow-step:nth-of-type(4) .j-step-top > span:first-child { color: white; background: var(--violet); }
.j-flow-step h3 { margin: 30px 0px 10px; font-size: 24px; }
.j-flow-step > p { margin: 0px; color: rgba(255, 255, 255, 0.68); font-size: 16px; line-height: 1.6; }
.j-mini-ui, .j-money-ui, .j-redeem-ui { margin-top: 31px; padding: 20px; border-radius: 12px; color: var(--ink); background: white; box-shadow: rgba(0, 0, 0, 0.18) 0px 20px 45px; }
.j-mini-ui { display: grid; gap: 12px; }
.j-mini-ui strong { font-size: 28px; }
.j-mini-ui > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
.j-mini-ui i { padding: 8px 2px; border-radius: 6px; background: rgb(243, 241, 247); font-size: 11px; font-style: normal; text-align: center; }
.j-mini-ui i.active { color: white; background: var(--violet); }
.j-mini-ui b { width: max-content; padding: 6px 8px; border-radius: 6px; color: var(--green); background: var(--mint); font-size: 11px; }
.j-money-ui { min-height: 190px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.j-money-ui .j-icon { width: 45px; height: 45px; padding: 10px; border-radius: 50%; color: var(--green); background: var(--mint); }
.j-money-ui small { margin-top: 13px; color: var(--muted); }
.j-money-ui strong { margin: 4px 0px 14px; font-size: 30px; }
.j-money-ui em { padding: 6px 9px; border-radius: 6px; color: rgb(98, 91, 244); background: rgb(239, 237, 255); font-size: 11px; font-style: normal; font-weight: 900; }
.j-redeem-ui { display: grid; gap: 12px; }
.j-redeem-ui > span { display: flex; justify-content: space-between; color: var(--muted); }
.j-redeem-ui strong { color: var(--ink); }
.j-redeem-ui hr { width: 100%; border-right: 0px; border-bottom: 0px; border-left: 0px; border-image: none; border-top: 1px solid var(--line); }
.j-redeem-ui b { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 12px; border-radius: 8px; color: var(--green); background: var(--mint); }
.j-product { display: grid; grid-template-columns: 1.08fr 0.92fr; align-items: stretch; padding-left: 0px; padding-right: 0px; background: white; }
.j-product-photo { position: relative; min-height: 650px; margin-left: max(0px, -720px + 50vw); overflow: hidden; background: rgb(178, 143, 111); }
.j-product-photo > img { width: 100%; height: 100%; object-fit: cover; }
.j-product-photo::after { content: ""; position: absolute; inset: 0px; background: linear-gradient(0deg, rgba(28, 23, 49, 0.36), transparent 60%); }
.j-floating { position: absolute; z-index: 2; display: flex; align-items: center; gap: 11px; padding: 14px 16px; border: 1px solid rgba(28, 23, 49, 0.1); border-radius: 11px; background: rgba(255, 255, 255, 0.96); box-shadow: var(--shadow); }
.j-floating > span { display: grid; gap: 3px; }
.j-floating small { color: var(--muted); }
.j-floating .j-icon { color: var(--violet); }
.j-floating--bonus { left: 6%; top: 10%; }
.j-floating--report { right: 4%; bottom: 10%; }
.j-floating--redeem { left: 15%; bottom: 25%; }
.j-floating--redeem .j-icon { color: var(--green); }
.j-product-copy { display: flex; flex-direction: column; justify-content: center; padding: 80px max(40px, -610px + 50vw) 80px 72px; }
.j-product-copy ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin: 28px 0px 0px; padding: 0px; list-style: none; }
.j-product-copy li { display: flex; gap: 12px; }
.j-product-copy li .j-icon { color: var(--violet); }
.j-product-copy li > span:last-child { display: grid; gap: 4px; }
.j-product-copy li small { color: var(--muted); font-size: 14px; line-height: 1.5; }
.j-gifts { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 100px; background: var(--cream); }
.j-gift-points { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }
.j-gift-points > span { display: flex; align-items: center; gap: 8px; padding: 10px 13px; border-radius: 8px; background: white; font-size: 14px; font-weight: 750; }
.j-gift-points .j-icon { width: 17px; height: 17px; color: var(--coral); }
.j-gift-card { position: relative; min-height: 350px; padding: 35px; overflow: hidden; border-radius: 22px; color: white; background: linear-gradient(135deg, rgb(255, 113, 95), rgb(139, 71, 231)); box-shadow: rgba(107, 61, 150, 0.2) 0px 30px 70px; transform: rotate(2deg); }
.j-gift-card::after { content: ""; position: absolute; width: 310px; height: 310px; right: -90px; top: -100px; border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 50%; box-shadow: rgba(255, 255, 255, 0.06) 0px 0px 0px 50px, rgba(255, 255, 255, 0.04) 0px 0px 0px 100px; }
.j-gift-card > div { display: flex; align-items: center; gap: 10px; }
.j-gift-card > strong { display: block; margin: 50px 0px 35px; font-size: 65px; letter-spacing: -0.05em; }
.j-gift-card p { font-size: 18px; line-height: 1.5; }
.j-gift-code { position: absolute; right: 28px; bottom: 28px; padding: 8px 10px; border-radius: 7px; background: rgba(255, 255, 255, 0.18); font-size: 12px; font-weight: 800; }
.j-security { background: white; }
.j-security-grid { max-width: 1220px; margin: 0px auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.j-security-grid article { min-height: 250px; padding: 30px; border: 1px solid var(--line); border-radius: 15px; }
.j-security-grid .j-icon { width: 45px; height: 45px; padding: 10px; border-radius: 11px; color: var(--violet); background: var(--lavender); }
.j-security-grid h3 { margin: 25px 0px 11px; font-size: 21px; }
.j-security-grid p { margin: 0px; color: var(--muted); line-height: 1.65; }
.j-contact { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 80px; align-items: center; color: white; background: var(--deep); }
.j-contact-copy > p:not(.j-eyebrow) { color: rgba(255, 255, 255, 0.65); }
.j-contact-proof { display: grid; gap: 11px; margin-top: 30px; color: rgba(255, 255, 255, 0.78); font-size: 15px; }
.j-contact-proof > span { display: flex; align-items: center; gap: 8px; }
.j-contact-proof .j-icon { width: 18px; height: 18px; color: rgb(105, 209, 180); }
.j-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; padding: 32px; border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 18px; background: rgba(255, 255, 255, 0.08); }
.j-form label { display: grid; gap: 8px; color: rgba(255, 255, 255, 0.82); font-size: 14px; font-weight: 700; }
.j-form input, .j-form textarea { width: 100%; padding: 14px; border: 1px solid rgba(255, 255, 255, 0.17); border-radius: 9px; outline: 0px; color: white; background: rgba(255, 255, 255, 0.08); }
.j-form input::placeholder, .j-form textarea::placeholder { color: rgba(255, 255, 255, 0.4); }
.j-form input:focus, .j-form textarea:focus { border-color: rgb(158, 140, 243); box-shadow: rgba(104, 70, 232, 0.2) 0px 0px 0px 3px; }
.j-form-wide { grid-column: 1 / -1; }
.j-form > small { color: rgba(255, 255, 255, 0.45); text-align: center; }
.j-form-success { display: flex; align-items: center; gap: 12px; padding: 16px; border-radius: 10px; color: rgb(182, 245, 227); background: rgba(46, 156, 129, 0.18); }
.j-form-success[hidden] { display: none; }
.j-form-success p { margin: 3px 0px 0px; color: rgba(255, 255, 255, 0.62); }
.j-form-success.error { color: rgb(255, 214, 206); background: rgba(255, 113, 95, 0.16); }
.j-faq { background: var(--lavender); }
.j-faq-grid { max-width: 1050px; margin: 0px auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.j-faq details { padding: 21px 23px; border: 1px solid rgba(91, 75, 138, 0.13); border-radius: 11px; background: white; }
.j-faq summary { cursor: pointer; font-weight: 780; }
.j-faq details p { margin: 16px 0px 0px; color: var(--muted); line-height: 1.65; }
.j-footer { padding: 44px clamp(20px, 5vw, 48px) 28px; color: #cfcadb; background: rgb(18, 15, 32); }
.j-footer-inner { max-width: 1120px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 28px; justify-content: space-between; align-items: center; }
.j-footer-brand { display: flex; align-items: center; gap: 14px; }
.j-footer-wordmark { display: flex; align-items: center; gap: 8px; color: white; font-size: 18px; }
.j-footer-wordmark span { padding: 4px 7px; border-radius: 6px; color: #d9d2f5; background: rgba(143, 124, 236, 0.16); font-size: 12px; font-weight: 800; }
.j-footer-brand p { margin: 4px 0 0; color: #9b95ad; font-size: 14px; }
.j-footer-links { display: flex; flex-wrap: wrap; gap: 22px; }
.j-footer-links a { color: #cfcadb; font-size: 14px; font-weight: 650; text-decoration: none; transition: color .18s ease; }
.j-footer-links a:hover { color: white; }
.j-footer-bottom { max-width: 1120px; margin: 26px auto 0; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, 0.1); color: #8a8499; font-size: 14px; text-align: center; }
.j-live-screen { margin: 0px; overflow: hidden; border: 1px solid rgba(28, 23, 49, 0.12); border-radius: 20px; background: white; box-shadow: rgba(10, 8, 24, 0.28) 0px 28px 70px; }
.j-live-screen figcaption { height: 42px; display: flex; align-items: center; gap: 8px; padding: 0px 14px; color: rgb(78, 74, 93); background: rgba(255, 255, 255, 0.98); border-bottom: 1px solid var(--line); font-size: 12px; font-weight: 850; letter-spacing: 0.035em; text-transform: uppercase; }
.j-live-dot { width: 7px; height: 7px; border-radius: 50%; background: rgb(52, 182, 149); box-shadow: rgba(52, 182, 149, 0.12) 0px 0px 0px 4px; }
.j-screen-window { position: relative; overflow: hidden; background: rgb(245, 243, 248); }
.j-screen-window img { width: 100%; height: auto; }
.j-app-window { height: 520px; overflow: hidden; color: rgb(31, 41, 55); background: rgb(244, 246, 250); }
.j-app-bar { height: 48px; display: flex; align-items: center; gap: 8px; padding: 0px 13px; color: white; background: linear-gradient(135deg, rgb(91, 75, 138), rgb(143, 124, 236)); }
.j-app-bar strong { font-size: 13px; }
.j-app-bar small { margin-left: auto; padding: 4px 7px; border-radius: 5px; background: rgba(255, 255, 255, 0.16); font-size: 10px; font-weight: 900; letter-spacing: 0.08em; }
.j-app-logo { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 7px; color: rgb(91, 75, 138); background: white; font-size: 11px; font-weight: 900; }
.j-app-body { padding: 14px; }
.j-app-back { margin-bottom: 11px; color: rgb(91, 75, 138); font-size: 11px; font-weight: 700; }
.j-app-venue { display: flex; flex-direction: column; align-items: center; gap: 5px; padding: 15px; border-radius: 13px; background: white; box-shadow: rgba(24, 20, 45, 0.06) 0px 2px 9px; }
.j-app-venue > strong { font-size: 17px; }
.j-app-venue > small { color: rgb(119, 113, 132); font-size: 11px; }
.j-test-avatar { position: relative; width: 60px; height: 60px; display: grid; place-items: center; border-radius: 50%; color: white; background: linear-gradient(135deg, rgb(255, 113, 95), rgb(104, 70, 232)); font-size: 18px; font-weight: 900; }
.j-test-avatar > span { position: absolute; right: -10px; bottom: -3px; padding: 3px 5px; border: 2px solid white; border-radius: 5px; color: rgb(91, 75, 138); background: rgb(243, 240, 255); font-size: 6px; letter-spacing: 0.08em; }
.j-app-bonus { display: flex; align-items: center; gap: 9px; margin-top: 11px; padding: 11px; border: 1px solid rgb(242, 197, 97); border-radius: 11px; color: rgb(124, 70, 24); background: linear-gradient(135deg, rgb(255, 243, 199), rgb(253, 230, 138)); }
.j-app-bonus .j-icon { width: 22px; height: 22px; flex-basis: 22px; }
.j-app-bonus > div { display: grid; gap: 2px; }
.j-app-bonus strong { font-size: 12px; }
.j-app-bonus small { font-size: 11px; }
.j-app-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 11px; }
.j-app-actions > div { min-height: 105px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; gap: 4px; padding: 12px; border-radius: 13px; color: white; background: linear-gradient(135deg, rgb(91, 75, 138), rgb(143, 124, 236)); }
.j-app-actions > div:last-child { background: linear-gradient(135deg, rgb(244, 114, 182), rgb(192, 132, 252)); }
.j-app-actions .j-icon { margin-bottom: auto; }
.j-app-actions strong { font-size: 12px; }
.j-app-actions small { opacity: 0.8; font-size: 11px; }
.j-payout-chip { right: 4%; bottom: 7%; }
.j-stripe-provider { flex-wrap: wrap; }
.j-stripe-provider > span { opacity: 0.8; font-size: 13px; font-weight: 700; }
.j-stripe-provider img { width: 78px; height: auto; padding: 6px 8px; border-radius: 6px; background: white; }
.j-flow-step { min-height: 660px; }
.j-product-shot { margin: 29px 0px 0px; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.13); border-radius: 13px; color: var(--ink); background: white; box-shadow: rgba(0, 0, 0, 0.22) 0px 20px 45px; }
.j-product-shot figcaption { display: flex; align-items: center; height: 39px; padding: 0px 13px; color: rgb(105, 102, 121); border-bottom: 1px solid var(--line); background: white; font-size: 11px; font-weight: 850; letter-spacing: 0.07em; }
.j-product-shot > div { height: 280px; overflow: hidden; background: rgb(246, 244, 249); }
.j-product-shot img { width: 100%; height: auto; }
.j-product-shot--venue img { transform: translateY(-22px); }
.j-provider-card { min-height: 315px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; margin-top: 29px; padding: 26px; border-radius: 13px; color: var(--ink); background: white; box-shadow: rgba(0, 0, 0, 0.22) 0px 20px 45px; }
.j-provider-card > small { color: rgb(109, 104, 125); font-size: 12px; font-weight: 900; letter-spacing: 0.08em; }
.j-provider-card > img { width: 126px; height: auto; margin: 18px 0px 14px; }
.j-provider-card > p { margin: 0px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.j-provider-card > span { display: flex; align-items: center; gap: 7px; margin-top: 20px; padding: 8px 10px; border-radius: 7px; color: rgb(20, 118, 95); background: var(--mint); font-size: 12px; font-weight: 850; }
.j-provider-card .j-icon { width: 15px; height: 15px; flex-basis: 15px; }
.j-native-ui { min-height: 315px; margin-top: 29px; padding: 18px; border-radius: 13px; color: rgb(31, 41, 55); background: white; box-shadow: rgba(0, 0, 0, 0.22) 0px 20px 45px; }
.j-native-head { display: flex; align-items: center; gap: 9px; margin-bottom: 17px; }
.j-native-head > span:nth-child(2) { display: grid; gap: 2px; }
.j-native-head strong { font-size: 14px; }
.j-native-head small { color: rgb(46, 156, 129); font-size: 12px; font-weight: 800; }
.j-native-head em { margin-left: auto; padding: 4px 6px; border-radius: 5px; color: rgb(91, 75, 138); background: rgb(243, 240, 255); font-size: 10px; font-style: normal; font-weight: 900; letter-spacing: 0.07em; }
.j-test-avatar--small { width: 38px; height: 38px; flex: 0 0 38px; font-size: 12px; }
.j-native-ui > label { display: block; margin-bottom: 8px; color: rgb(107, 114, 128); font-size: 12px; font-weight: 700; }
.j-native-amounts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.j-native-amounts span { padding: 10px 4px; border: 1px solid rgb(229, 231, 235); border-radius: 7px; color: rgb(55, 65, 81); background: white; font-size: 12px; font-weight: 800; text-align: center; }
.j-native-amounts span.active { color: white; border-color: rgb(104, 70, 232); background: rgb(104, 70, 232); }
.j-native-summary { display: grid; gap: 7px; margin: 13px 0px; padding: 11px; border-radius: 8px; background: rgb(247, 247, 250); }
.j-native-summary > span { display: flex; justify-content: space-between; gap: 10px; color: rgb(107, 114, 128); font-size: 12px; }
.j-native-summary b { color: rgb(31, 41, 55); }
.j-native-summary .bonus, .j-native-summary .bonus b { color: rgb(46, 156, 129); }
.j-native-summary .total { padding-top: 7px; border-top: 1px solid rgb(225, 223, 231); color: rgb(31, 41, 55); font-weight: 800; }
.j-native-ui > button, .j-gift-native > button { width: 100%; display: flex; align-items: center; justify-content: center; gap: 6px; padding: 12px; border: 0px; border-radius: 8px; color: white; background: rgb(91, 75, 138); font-size: 12px; font-weight: 850; }
.j-native-ui > button .j-icon { width: 14px; height: 14px; flex-basis: 14px; }
.j-receipt-hero { display: grid; gap: 4px; padding: 13px; border-radius: 10px; color: rgb(53, 42, 91); background: linear-gradient(rgb(241, 238, 255), white); box-shadow: rgb(221, 214, 254) 0px 0px 0px 1px inset; }
.j-receipt-hero small { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.05em; }
.j-receipt-hero strong { font-size: 27px; letter-spacing: -0.04em; }
.j-receipt-hero span { color: rgb(119, 113, 132); font-size: 11px; }
.j-dashboard-card { position: absolute; z-index: 2; width: min(340px, 54%); padding: 18px; border: 1px solid rgba(28, 23, 49, 0.1); border-radius: 14px; background: rgba(255, 255, 255, 0.97); box-shadow: rgba(12, 8, 28, 0.25) 0px 26px 65px; backdrop-filter: blur(12px); }
.j-dashboard-card header { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.j-dashboard-card header .j-icon { width: 31px; height: 31px; padding: 7px; border-radius: 8px; color: rgb(104, 70, 232); background: rgb(243, 240, 255); }
.j-dashboard-card header > span:last-child { display: grid; gap: 3px; }
.j-dashboard-card header small { color: rgb(119, 113, 132); font-size: 7px; font-weight: 900; letter-spacing: 0.07em; }
.j-dashboard-card header strong { color: rgb(31, 41, 55); font-size: 13px; }
.j-dashboard-card--bonus { right: 4%; bottom: 8%; transform: rotate(2deg); }
.j-dashboard-card--report { left: 5%; bottom: 8%; transform: rotate(-2deg); }
.j-rule-row { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 10px; padding: 9px 0px; border-top: 1px solid rgb(235, 233, 239); color: rgb(86, 82, 100); font-size: 10px; }
.j-rule-row b { color: rgb(104, 70, 232); }
.j-rule-row i { padding: 4px 6px; border-radius: 5px; color: rgb(20, 118, 95); background: rgb(234, 248, 243); font-size: 7px; font-style: normal; font-weight: 850; }
.j-report-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.j-report-metrics > span { display: grid; gap: 3px; padding: 10px; border-radius: 8px; background: rgb(247, 247, 250); }
.j-report-metrics small { color: rgb(119, 113, 132); font-size: 8px; }
.j-report-metrics b { color: rgb(31, 41, 55); font-size: 13px; }
.j-dashboard-card button { width: 100%; margin-top: 10px; padding: 9px; border: 0px; border-radius: 7px; color: white; background: rgb(91, 75, 138); font-size: 9px; font-weight: 800; }
.j-gift-native { width: min(440px, 100%); margin: 0px auto; padding: 24px; border: 1px solid rgba(28, 23, 49, 0.12); border-radius: 20px; background: white; box-shadow: rgba(107, 61, 150, 0.17) 0px 30px 70px; transform: rotate(1deg); }
.j-gift-native header { display: flex; align-items: center; gap: 11px; margin-bottom: 20px; }
.j-gift-native header > .j-icon { width: 42px; height: 42px; padding: 10px; border-radius: 11px; color: rgb(163, 64, 162); background: rgb(251, 234, 250); }
.j-gift-native header > span { display: grid; gap: 3px; }
.j-gift-native header small { color: rgb(192, 79, 136); font-size: 11px; font-weight: 900; letter-spacing: 0.08em; }
.j-gift-native header strong { font-size: 17px; }
.j-gift-native > label { display: block; margin-bottom: 8px; color: rgb(119, 113, 132); font-size: 12px; font-weight: 750; }
.j-gift-recipient { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 15px 0px; }
.j-gift-recipient > span { min-width: 0px; display: grid; gap: 4px; padding: 11px; border-radius: 8px; background: rgb(247, 247, 250); }
.j-gift-recipient small { color: rgb(119, 113, 132); font-size: 10px; }
.j-gift-recipient strong { overflow: hidden; color: rgb(51, 48, 63); font-size: 12px; text-overflow: ellipsis; }
.j-gift-native > p { margin: 12px 0px 0px; color: rgb(110, 105, 122); font-size: 12px; line-height: 1.5; text-align: center; }
.j-security-stripe > img { width: 105px; height: auto; margin-top: 7px; }
@media (max-width: 1120px) {
  .j-header nav, .j-header-actions > .j-btn { display: none; }
  .j-header nav.open { position: absolute; left: 20px; right: 20px; top: 68px; display: grid; gap: 16px; padding: 22px; border: 1px solid var(--line); border-radius: 12px; background: white; box-shadow: var(--shadow); }
  .j-menu { display: block; }
  .j-hero { grid-template-columns: 1fr; }
  .j-hero-copy { padding-left: max(28px, -425px + 50vw); padding-right: max(28px, -425px + 50vw); }
  .j-hero-scene { min-height: 0px; height: auto; padding: 0px max(28px, -425px + 50vw); }
  .j-benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .j-product { grid-template-columns: 1fr; }
  .j-product-photo { min-height: 560px; margin: 0px; }
  .j-product-copy { padding: 80px max(28px, -425px + 50vw); }
  .j-carousel { aspect-ratio: 1.34; border-radius: 22px; }
}
@media (max-width: 780px) {
  .j-brand > span { display: none; }
  .j-header { padding-left: 20px; padding-right: 20px; }
  .j-section { padding-top: 78px; padding-bottom: 78px; }
  .j-hero h1 { font-size: 42px; overflow-wrap: break-word; hyphens: none; }
  /* minmax(0, 1fr), not 1fr: `1fr` is shorthand for `minmax(auto, 1fr)`, and `auto` floors the
     track at the item's min-content width. On a 320px phone the gift section's min-content came to
     353px, so the track grew past its own 320px container and 64px of copy was pushed outside the
     viewport -- invisible rather than scrollable, because body carries overflow-x: hidden.
     minmax(0, 1fr) lets the track shrink to the container. Measured on readable text (the metric
     that matters -- raw document.scrollWidth also counts deliberately bleeding decoration that
     overflow-x: hidden clips): at 375px the worst text overhang went from cut-off copy to 0px; at
     320px what remains is the header's "Menü" button, a separate flex-shrink issue in .j-header.
     Same idiom as the min-width: 0px already used on .j-hero-copy, .j-hero-scene and
     .j-gift-recipient > span. */
  .j-hero-benefits, .j-trust-strip, .j-benefit-grid, .j-flow-canvas, .j-section-head--split, .j-gifts, .j-security-grid, .j-contact, .j-faq-grid { grid-template-columns: minmax(0, 1fr); }
  .j-hero-benefits { gap: 7px; }
  .j-hero-scene { min-height: 0px; height: auto; padding: 0px; }
  .j-carousel { aspect-ratio: 1.08; border-width: 1px 0px; border-radius: 0px; }
  .j-carousel-slide figcaption { left: 0px; right: 0px; bottom: 0px; max-width: none; }
  .j-carousel-nav { left: 50%; right: auto; bottom: calc(var(--caption-height) + 20px); transform: translateX(-50%); }
  .j-payout-chip, .j-bonus-chip { display: none; }
  .j-trust-strip > span { min-height: 75px; border-width: 0px 0px 1px; border-style: none none solid; border-color: currentcolor currentcolor rgba(255, 255, 255, 0.17); border-image: none; }
  .j-flow-line { display: none; }
  .j-flow-step { min-height: 0px; }
  .j-product-shot > div { height: 340px; }
  .j-product-photo { min-height: 490px; }
  .j-dashboard-card { width: min(285px, 78%); }
  .j-product-photo .j-dashboard-card { display: none; }
  .j-product-copy ul { grid-template-columns: 1fr; }
  .j-gifts { gap: 55px; }
  .j-gift-card { min-height: 320px; }
  .j-form { grid-template-columns: 1fr; padding: 23px; }
  .j-form-wide { grid-column: auto; }
  .j-footer-inner { align-items: flex-start; }
  .j-footer-links { width: 100%; gap: 14px 22px; }
}

/* Phones narrower than the 360px most designs stop at. The header is a flex row whose items do
   not shrink below min-content, and at 320px it needs 385px: 20px padding + 140px brand + 30px
   gap + 76px actions + 30px gap + 69px menu button + 20px padding. The overflow pushed the
   hamburger past the right edge, so on an iPhone SE (1st gen) the menu simply could not be tapped
   -- and body { overflow-x: hidden } meant it could not be scrolled to either.

   Trimmed rather than restructured: gap 30->10, padding 20->14 and the wordmark 21px->16px give
   back 74px, which fits. Nothing here applies at 375px, so the design at every width anyone mocks
   up is untouched. Guarded by tests/e2e/42-mobile-viewport.spec.ts at both 320px and 375px. */
@media (max-width: 360px) {
  .j-header { gap: 10px; padding-left: 14px; padding-right: 14px; }
  .j-brand strong { font-size: 16px; }

  /* The hero CTA was the remaining overflow: .j-btn is white-space: nowrap, so
     "Kostenlos beraten lassen" plus a 18px gap, an arrow and 2x24px of padding cannot
     shrink, while .j-hero-copy only gives it 320 - 2x36 = 248px to sit in. CI measured
     the right edge 2px past the viewport.

     Trimmed on both sides rather than allowing a wrap: 16px back from each side of the
     hero column and 8px from each side of the button, ~48px in total against a 2px
     deficit. The margin is deliberate — the shortfall was reproduced only in CI's
     Chromium on Linux, and macOS Chrome measured the same button 9px INSIDE the
     viewport, so a surgical 2px fix would have been fitted to one renderer's metrics. */
  .j-hero-copy { padding-left: 20px; padding-right: 20px; }
  .j-btn { gap: 10px; padding: 0 16px; }
}
