:root {
  --navy: #15366f;
  --navy-dark: #0e2855;
  --coral: #f04f4f;
  --coral-dark: #dc3e3e;
  --cream: #fffaf5;
  --pale-blue: #edf5ff;
  --mint: #dff5eb;
  --ink: #17223b;
  --muted: #5f6b7d;
  --white: #fff;
  --border: #dfe7ef;
  --shadow: 0 22px 60px rgba(20, 54, 111, .13);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Avenir Next", Avenir, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.9; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 110px 0; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 1000; padding: 12px 18px; color: #fff; background: var(--navy); border-radius: 8px; }
.skip-link:focus { top: 16px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

.site-header { position: fixed; top: 0; z-index: 100; width: 100%; transition: .25s ease; }
.site-header.scrolled { background: rgba(255,255,255,.92); box-shadow: 0 8px 30px rgba(15,44,86,.08); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; }
.logo { font-family: Arial, Helvetica, sans-serif; font-size: 29px; font-weight: 700; letter-spacing: -1.2px; color: var(--navy); }
.logo-pc, .logo-ch { color: var(--coral); }
.main-nav { display: flex; gap: 34px; align-items: center; font-size: 14px; font-weight: 700; }
.main-nav > a:not(.button) { position: relative; }
.main-nav > a:not(.button)::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--coral); transition: .2s; }
.main-nav > a:not(.button):hover::after { right: 0; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; width: 23px; height: 2px; margin: 5px auto; background: var(--navy); transition: .2s; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 0 24px; color: #fff; background: var(--coral); border-radius: 13px; box-shadow: 0 12px 24px rgba(240,79,79,.22); font-size: 15px; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: var(--coral-dark); box-shadow: 0 16px 30px rgba(240,79,79,.3); }
.button svg { width: 20px; }
.button-small { min-height: 43px; padding: 0 18px; border-radius: 10px; font-size: 13px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--navy); font-size: 14px; font-weight: 800; }
.text-link span { font-size: 21px; transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }

.hero { position: relative; min-height: 790px; padding: 170px 0 100px; overflow: hidden; background: linear-gradient(135deg, var(--cream) 0%, #fff 52%, var(--pale-blue) 100%); }
.hero::before { content: ''; position: absolute; inset: auto 0 0; height: 120px; background: linear-gradient(to bottom, transparent, rgba(255,255,255,.7)); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; gap: 72px; align-items: center; }
.hero-copy, .hero-visual { min-width: 0; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--navy); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 3px; background: var(--coral); border-radius: 10px; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 660px; margin-bottom: 24px; color: var(--navy-dark); font-size: clamp(48px, 5.6vw, 75px); line-height: 1.06; letter-spacing: -.047em; }
h1 em { color: var(--coral); font-style: normal; }
.hero-lead { max-width: 620px; margin-bottom: 32px; color: var(--muted); font-size: 19px; line-height: 1.72; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 42px; color: #526179; font-size: 12px; font-weight: 700; }
.trust-row span { display: flex; gap: 7px; align-items: center; }
.trust-row i { display: grid; width: 20px; height: 20px; place-items: center; color: var(--navy); background: #dfeeff; border-radius: 50%; font-style: normal; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.hero-orb-one { width: 290px; height: 290px; top: 115px; right: -100px; background: rgba(240,79,79,.08); }
.hero-orb-two { width: 170px; height: 170px; bottom: 40px; left: 45%; background: rgba(51,147,118,.08); }

.hero-visual { position: relative; min-height: 480px; }
.hero-visual::before { content: ''; position: absolute; width: 390px; height: 390px; top: 38px; left: 50%; transform: translateX(-50%); background: var(--navy); border-radius: 46% 54% 63% 37% / 48% 40% 60% 52%; opacity: .98; }
.hero-visual::after { content: ''; position: absolute; width: 300px; height: 300px; top: 84px; left: 50%; transform: translateX(-50%) rotate(14deg); border: 1px solid rgba(255,255,255,.2); border-radius: 44% 56% 42% 58%; }
.support-card { position: absolute; z-index: 3; top: 110px; left: 50%; width: min(410px, 90%); padding: 24px; transform: translateX(-50%) rotate(-2deg); background: rgba(255,255,255,.98); border: 1px solid rgba(255,255,255,.7); border-radius: 23px; box-shadow: 0 28px 60px rgba(7,29,64,.32); }
.support-top { display: flex; align-items: center; gap: 12px; margin-bottom: 25px; }
.avatar { position: relative; display: grid; width: 46px; height: 46px; place-items: center; color: #fff; background: var(--navy); border-radius: 14px; font-size: 13px; font-weight: 800; }
.online { position: absolute; right: -2px; bottom: -2px; width: 13px; height: 13px; border: 3px solid #fff; background: #36bb7a; border-radius: 50%; }
.support-top div:nth-child(2) { display: flex; flex-direction: column; line-height: 1.35; }
.support-top strong { color: var(--navy); font-size: 14px; }
.support-top div span { color: var(--muted); font-size: 11px; }
.status { margin-left: auto; padding: 5px 9px; color: #278158; background: #e0f6eb; border-radius: 30px; font-size: 10px; font-weight: 800; }
.chat { max-width: 82%; margin: 10px 0; padding: 12px 15px; border-radius: 15px; font-size: 12px; line-height: 1.55; }
.chat-left { color: #45536b; background: #f0f3f7; border-bottom-left-radius: 4px; }
.chat-right { margin-left: auto; color: #fff; background: var(--navy); border-bottom-right-radius: 4px; }
.solution-pill { display: flex; width: max-content; gap: 7px; align-items: center; margin: 20px auto 0; padding: 8px 14px; color: #247450; background: #e3f7ed; border-radius: 40px; font-size: 11px; font-weight: 800; }
.solution-pill span { display: grid; width: 18px; height: 18px; place-items: center; color: white; background: #39ad77; border-radius: 50%; }
.device-card { position: absolute; z-index: 4; display: flex; gap: 8px; align-items: center; padding: 12px 15px; background: #fff; border-radius: 13px; box-shadow: 0 12px 30px rgba(8,33,74,.22); color: var(--navy); font-size: 11px; font-weight: 800; }
.device-card svg { width: 20px; }
.device-laptop { top: 64px; right: 0; transform: rotate(5deg); }
.device-phone { left: 0; bottom: 67px; transform: rotate(-5deg); }

.section-heading { max-width: 660px; margin: 0 auto 52px; text-align: center; }
.section-heading .eyebrow { justify-content: center; }
h2 { margin-bottom: 20px; color: var(--navy-dark); font-size: clamp(35px, 4.2vw, 49px); line-height: 1.17; letter-spacing: -.035em; }
.section-heading > p, .region-copy > p { color: var(--muted); font-size: 17px; }
.services { background: #fff; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card { padding: 35px 32px; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: 0 7px 28px rgba(17,48,97,.05); transition: transform .25s, box-shadow .25s, border .25s; }
.service-card:hover { transform: translateY(-7px); border-color: #cbd8e8; box-shadow: var(--shadow); }
.icon-box { display: grid; width: 56px; height: 56px; margin-bottom: 26px; place-items: center; border-radius: 17px; }
.icon-box svg { width: 27px; }
.icon-box.coral { color: var(--coral); background: #ffe9e7; }
.icon-box.blue { color: var(--navy); background: #e6f1ff; }
.icon-box.mint { color: #27825f; background: var(--mint); }
.service-card h3 { margin-bottom: 12px; color: var(--navy-dark); font-size: 20px; }
.service-card > p { min-height: 82px; color: var(--muted); font-size: 14px; }
.service-card ul { margin: 22px 0 0; padding: 20px 0 0; border-top: 1px solid var(--border); list-style: none; }
.service-card li { position: relative; margin: 9px 0; padding-left: 23px; color: #46546b; font-size: 13px; font-weight: 600; }
.service-card li::before { content: '✓'; position: absolute; left: 0; color: var(--coral); font-weight: 800; }

.process { color: #fff; background: var(--navy-dark); }
.process-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.eyebrow-light { color: #c8d9f4; }
.process h2, .contact h2 { color: #fff; }
.process-copy > p { max-width: 500px; color: #c6d4e9; }
.button-light { margin-top: 18px; color: var(--navy); background: #fff; box-shadow: none; }
.button-light:hover { color: #fff; }
.steps { position: relative; margin: 0; padding: 0; list-style: none; }
.steps::before { content: ''; position: absolute; top: 45px; bottom: 45px; left: 30px; width: 1px; background: rgba(255,255,255,.2); }
.steps li { position: relative; display: flex; gap: 24px; align-items: flex-start; margin: 20px 0; padding: 23px 26px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); border-radius: 18px; backdrop-filter: blur(6px); }
.steps li > span { position: relative; z-index: 2; display: grid; min-width: 42px; height: 42px; place-items: center; color: var(--navy-dark); background: #fff; border-radius: 13px; font-weight: 800; }
.steps li:nth-child(3) > span { color: #fff; background: var(--coral); }
.steps h3 { margin: 0 0 4px; font-size: 17px; }
.steps p { margin: 0; color: #c3d1e6; font-size: 13px; }

.region { background: var(--cream); }
.region-card { position: relative; display: grid; grid-template-columns: 1fr .82fr; min-height: 440px; overflow: hidden; background: #fff; border-radius: 30px; box-shadow: var(--shadow); }
.region-copy { z-index: 2; padding: 76px 68px; }
.region-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.region-tags span { padding: 9px 13px; color: var(--navy); background: var(--pale-blue); border: 1px solid #d9e8fa; border-radius: 40px; font-size: 12px; font-weight: 800; }
.map-art { position: relative; overflow: hidden; min-height: 360px; background: #e8f2ff; }
.map-art::before, .map-art::after { content: ''; position: absolute; width: 430px; height: 230px; border: 2px solid rgba(21,54,111,.13); border-radius: 50%; transform: rotate(-22deg); }
.map-art::before { top: -70px; right: -120px; }
.map-art::after { bottom: -80px; left: -180px; }
.map-line { position: absolute; width: 130%; height: 2px; background: rgba(21,54,111,.13); transform-origin: left; }
.line-one { top: 28%; left: -20%; transform: rotate(25deg); }
.line-two { top: 72%; left: -15%; transform: rotate(-13deg); }
.line-three { top: 15%; left: 40%; transform: rotate(81deg); }
.pin { position: absolute; width: 23px; height: 30px; background: var(--coral); border-radius: 50% 50% 50% 3px; transform: rotate(-45deg); box-shadow: 0 7px 13px rgba(240,79,79,.25); }
.pin i { position: absolute; top: 7px; left: 7px; width: 9px; height: 9px; background: #fff; border-radius: 50%; }
.pin-one { left: 23%; top: 25%; }.pin-two { right: 25%; top: 19%; }.pin-three { left: 38%; bottom: 25%; }.pin-four { right: 17%; bottom: 17%; }
.map-label { position: absolute; top: 45%; left: 50%; padding: 16px 22px; transform: translate(-50%,-50%); color: var(--navy); background: #fff; border-radius: 14px; box-shadow: 0 13px 30px rgba(21,54,111,.17); font-size: 16px; font-weight: 800; line-height: 1.35; }

.contact { padding-top: 0; background: var(--cream); }
.contact-card { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; padding: 64px 68px; color: #fff; background: var(--coral); border-radius: 30px; box-shadow: 0 25px 50px rgba(208,59,59,.2); }
.contact-card p { max-width: 470px; margin: 0; color: #ffe4e4; }
.contact .eyebrow-light { color: #fff; }
.contact .eyebrow-light span { background: #fff; }
.contact-options { display: flex; flex-direction: column; gap: 12px; justify-content: center; }
.contact-options a { display: flex; gap: 15px; align-items: center; padding: 15px 18px; color: var(--navy-dark); background: #fff; border-radius: 15px; transition: transform .2s; }
.contact-options a:hover { transform: translateX(5px); }
.contact-icon { display: grid; min-width: 42px; height: 42px; place-items: center; color: #fff; background: var(--navy); border-radius: 12px; font-weight: 800; }
.contact-options a > span:nth-child(2) { display: flex; flex-direction: column; }
.contact-options small { color: var(--muted); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.contact-options strong { font-size: 14px; }
.contact-options b { margin-left: auto; font-size: 20px; }

.site-footer { padding: 66px 0 25px; color: #c0cde0; background: #0a1d40; }
.logo-footer { display: inline-block; margin-bottom: 10px; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr 1fr; gap: 60px; }
.footer-grid p { color: #8293af; font-size: 13px; }
.footer-contact, .footer-links { display: flex; flex-direction: column; gap: 7px; font-size: 13px; }
.footer-grid strong { margin-bottom: 10px; color: #fff; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid a:not(.logo):hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #6e819f; font-size: 11px; }
.floating-call { position: fixed; z-index: 90; right: 24px; bottom: 24px; display: none; width: 56px; height: 56px; place-items: center; color: #fff; background: var(--coral); border-radius: 50%; box-shadow: 0 10px 26px rgba(240,79,79,.38); }
.floating-call svg { width: 24px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay, .reveal-delay-one { transition-delay: .12s; }
.reveal-delay-two { transition-delay: .22s; }

@media (max-width: 900px) {
  .section { padding: 82px 0; }
  .hero { padding-top: 140px; }
  .hero-grid, .process-grid, .region-card, .contact-card { grid-template-columns: 1fr; }
  .hero-grid { gap: 32px; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow, .hero-actions, .trust-row { justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .hero-visual { width: min(570px, 100%); margin: 0 auto; }
  .service-grid { grid-template-columns: 1fr; max-width: 640px; margin: 0 auto; }
  .service-card > p { min-height: auto; }
  .process-grid { gap: 45px; }
  .region-card { min-height: auto; }
  .region-copy { padding: 55px 45px; }
  .contact-card { gap: 35px; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), 1160px); }
  .site-header { background: rgba(255,255,255,.94); }
  .menu-toggle { display: block; cursor: pointer; }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: absolute; top: 73px; left: 14px; right: 14px; display: none; flex-direction: column; gap: 8px; align-items: stretch; padding: 18px; background: #fff; border: 1px solid var(--border); border-radius: 15px; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 11px 13px; }
  .main-nav .button { color: #fff; }
  .hero { min-height: auto; padding: 125px 0 65px; }
  h1 { font-size: clamp(39px, 11vw, 48px); }
  .hero-copy .eyebrow { gap: 7px; font-size: 10px; letter-spacing: .08em; }
  .hero-copy .eyebrow span { width: 22px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .trust-row { gap: 9px 16px; }
  .hero-visual { min-height: 390px; }
  .hero-visual::before { width: 310px; height: 310px; top: 35px; }
  .hero-visual::after { width: 250px; height: 250px; }
  .support-card { top: 78px; padding: 18px; }
  .device-card { display: none; }
  .section-heading { margin-bottom: 36px; }
  .service-card { padding: 28px 24px; }
  .process-copy { text-align: center; }
  .process-copy .eyebrow { justify-content: center; }
  .steps li { padding: 19px; }
  .region-copy { padding: 42px 25px; }
  .map-art { min-height: 310px; }
  .contact { padding-bottom: 75px; }
  .contact-card { padding: 40px 24px; border-radius: 23px; }
  .contact-options strong { font-size: 12px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 5px; }
  .floating-call { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Datenschutzseite */
.legal-page { background: var(--cream); }
.legal-header { position: static; background: #fff; border-bottom: 1px solid var(--border); }
.legal-header .nav-wrap { min-height: 82px; }
.back-link { display: inline-flex; gap: 8px; align-items: center; color: var(--navy); font-size: 13px; font-weight: 800; }
.back-link span { font-size: 19px; }
.privacy-hero { padding: 82px 0 68px; background: linear-gradient(135deg, var(--cream), var(--pale-blue)); }
.privacy-hero .eyebrow { margin-bottom: 16px; }
.privacy-hero h1 { max-width: 820px; margin-bottom: 20px; font-size: clamp(43px, 6vw, 68px); }
.privacy-hero p { max-width: 700px; margin-bottom: 0; color: var(--muted); font-size: 17px; }
.privacy-content { padding: 70px 0 100px; }
.privacy-layout { display: grid; grid-template-columns: 260px minmax(0, 760px); gap: 70px; align-items: start; }
.privacy-toc { position: sticky; top: 28px; padding: 24px; background: #fff; border: 1px solid var(--border); border-radius: 18px; box-shadow: 0 9px 30px rgba(17,48,97,.06); }
.privacy-toc strong { display: block; margin-bottom: 13px; color: var(--navy-dark); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.privacy-toc a { display: block; padding: 6px 0; color: var(--muted); font-size: 12px; font-weight: 600; }
.privacy-toc a:hover { color: var(--coral); }
.privacy-text { padding: 45px 50px; background: #fff; border: 1px solid var(--border); border-radius: 24px; box-shadow: var(--shadow); }
.privacy-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 45px; }
.privacy-summary div { padding: 17px 15px; background: var(--pale-blue); border-radius: 13px; }
.privacy-summary strong { display: block; margin-bottom: 3px; color: var(--navy); font-size: 12px; }
.privacy-summary span { color: var(--muted); font-size: 11px; }
.privacy-section { scroll-margin-top: 25px; padding: 0 0 34px; margin: 0 0 34px; border-bottom: 1px solid var(--border); }
.privacy-section:last-of-type { padding-bottom: 0; margin-bottom: 0; border: 0; }
.privacy-section h2 { margin-bottom: 14px; font-size: 25px; letter-spacing: -.02em; }
.privacy-section h3 { margin: 23px 0 9px; color: var(--navy-dark); font-size: 16px; }
.privacy-section p, .privacy-section li { color: #536176; font-size: 14px; }
.privacy-section ul { padding-left: 20px; }
.privacy-section a { color: var(--navy); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.privacy-address { padding: 18px 20px; background: var(--cream); border-left: 3px solid var(--coral); border-radius: 0 12px 12px 0; font-style: normal; color: #46546b; font-size: 14px; }
.privacy-date { margin-top: 34px; color: #7c899b; font-size: 12px; }

@media (max-width: 900px) {
  .privacy-layout { grid-template-columns: 1fr; gap: 25px; }
  .privacy-toc { position: static; }
  .privacy-toc a { display: inline-block; margin-right: 16px; }
}

@media (max-width: 720px) {
  .privacy-hero { padding: 55px 0 48px; }
  .privacy-content { padding: 35px 0 70px; }
  .privacy-text { padding: 30px 22px; }
  .privacy-summary { grid-template-columns: 1fr; }
  .legal-header .logo { font-size: 24px; }
}
