:root{
  --background:#fff; --foreground:#000;
  --cyan:#29ABE2; --pink:#C5007C; --dark:#1F1F1F; --grey:#F0F0F0;
  --muted:#F0F0F0;
}
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:Arial,sans-serif;font-size:20px;line-height:1.6;background:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;overflow-x:hidden}
h1,h2,h3,h4,h5,h6{font-family:'Locator',Arial,sans-serif;font-weight:700;line-height:1.2}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
strong{font-weight:700}
ol,ul{padding:0;margin:0;list-style:none}
.svg-icon{display:inline-block;width:1em;height:1em;fill:currentColor;vertical-align:-.125em}
.container{max-width:1100px;margin:0 auto}
.px{padding-left:24px;padding-right:24px}
.py-lg{padding-top:40px;padding-bottom:40px}

/* Header */
.site-header{position:fixed;top:0;left:0;right:0;z-index:50;background:var(--dark);color:#fff;height:70px}
.site-header .inner{display:flex;align-items:center;justify-content:space-between;height:100%;padding:0 24px}
.site-header .brand{font-size:20px;font-weight:700;color:#fff;font-family:'Locator',Arial,sans-serif}
.site-header nav{display:none;gap:24px;font-size:15px}
.site-header nav a{color:rgba(255,255,255,.8)}
.site-header nav a:hover,.site-header nav a.active{color:var(--cyan)}

/* Hero generic */
.hero{margin-top:70px;min-height:520px;display:flex;align-items:flex-end;position:relative;overflow:hidden;background-size:cover;background-position:center}
.hero.top{align-items:flex-start;background-position:top}
.hero .overlay{position:absolute;inset:0;background:linear-gradient(to right,rgba(0,0,0,.55) 0%,rgba(0,0,0,.15) 55%,transparent 100%)}
.hero .inner{position:relative;z-index:1;padding:60px 24px;max-width:700px}
.hero h1{font-size:32px;color:#fff;line-height:1.1;margin-bottom:16px}
.hero h1.dark{color:var(--foreground)}
.hero h1 .accent{color:var(--cyan)}
.hero h2{font-size:22px;color:#fff;margin-bottom:28px;font-weight:700}
.hero p{font-size:18px;color:rgba(255,255,255,.75);margin-bottom:36px;line-height:1.5}
.hero .linie{width:200px;margin:6px 0 18px}

/* Tag/Pill */
.tag{display:inline-block;background:var(--cyan);color:#fff;font-size:13px;font-weight:700;letter-spacing:.1em;padding:5px 16px;border-radius:999px;margin-bottom:24px}

/* Buttons */
.cta-stack{display:flex;flex-direction:column;gap:14px;align-items:flex-start}
.btn-store{display:inline-flex;align-items:center;gap:10px;background:var(--pink);color:#fff;font-size:18px;padding:14px 28px;border-radius:8px;transition:opacity .2s;white-space:nowrap}
.btn-store:hover{opacity:.88}
.btn-store.sm{font-size:17px;padding:12px 24px}

/* Cards (home) */
.cards-section{padding:50px 24px;background:var(--background)}
.eyebrow{font-size:13px;font-weight:700;color:var(--cyan);letter-spacing:.12em;margin-bottom:8px}
.cards-section h2{font-size:28px;margin-bottom:32px}
.cards-grid{display:grid;grid-template-columns:1fr;gap:28px}
.card{display:flex;flex-direction:column;border-radius:10px;overflow:hidden;background:#fff;box-shadow:0 2px 16px rgba(0,0,0,.08);transition:transform .2s,box-shadow .2s}
.card:hover{transform:translateY(-4px);box-shadow:0 8px 32px rgba(0,0,0,.14)}
.card .media{width:100%;height:220px;background:var(--grey);overflow:hidden}
.card .media img{width:100%;height:100%;object-fit:cover}
.card .media.cyan-bg{background:var(--cyan);display:flex;align-items:center;justify-content:center}
.card .media.cyan-bg img.contain{height:180px;width:auto;object-fit:contain}
.card .body{padding:28px 28px 32px;flex:1;display:flex;flex-direction:column}
.card-tag{display:inline-block;color:#fff;font-size:12px;font-weight:700;letter-spacing:.08em;padding:3px 12px;border-radius:999px;margin-bottom:14px;width:fit-content;background:var(--cyan)}
.card-tag.pink{background:var(--pink)}
.card h3{font-size:24px;margin-bottom:12px}
.card .text{font-size:18px;color:rgba(0,0,0,.7);line-height:1.6;flex:1;margin-bottom:20px}
.card .more{display:inline-flex;align-items:center;gap:8px;font-size:17px;font-weight:700;color:var(--cyan)}

/* Back */
.back-bar{background:var(--background);padding:24px}
.back-bar a{display:inline-flex;align-items:center;gap:8px;font-weight:700;color:var(--cyan);font-size:16px}
.back-bar a:hover{text-decoration:underline}

/* Two column generic */
.two-col{display:grid;grid-template-columns:1fr;align-items:center;background:var(--background)}
.two-col img.fill{width:100%;height:100%;min-height:280px;object-fit:cover}
.two-col .col{padding:40px 24px}
.two-col h2{font-size:30px;margin-bottom:8px;line-height:1.2}
.two-col p{font-size:20px;line-height:1.6;margin-bottom:14px}
.linie{display:block;margin:0 0 24px;width:180px}
.bullet{font-size:20px;line-height:1.55;margin-bottom:14px;padding-left:1.4em;position:relative}
.bullet::before{content:'•';position:absolute;left:0;color:var(--pink);font-weight:700}

/* Section utilities */
.sec{padding:40px 24px}
.sec.cyan{background:var(--cyan)}
.sec.grey{background:var(--grey)}
.sec h2{font-size:30px;margin-bottom:8px}
.sec p{font-size:20px;line-height:1.6;margin-bottom:14px}
.sec ol{list-style:decimal;padding-left:1.4em;max-width:860px;margin:0 auto}
.sec ol li{font-size:20px;margin-bottom:14px;line-height:1.55;padding-left:6px}
.sec .anleitung{display:block;max-width:100%;width:900px;margin:0 auto 32px;border-radius:8px}

/* Feature boxes */
.features{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;max-width:1200px;margin:0 auto;padding:40px 24px;background:var(--background)}
.feat{background:var(--cyan);padding:32px 16px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px;border-radius:4px}
.feat .svg-icon{width:2.2em;height:2.2em}
.feat span{font-size:16px;line-height:1.35}

/* Tabs */
.tabs{margin-top:32px}
.tabs-bar{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:28px}
.tab-btn{font-size:13.3px;padding:14px 28px;border-radius:8px;border:none;cursor:pointer;background:var(--grey);color:var(--foreground)}
.tab-btn.active{background:var(--cyan);color:#fff}
.tab-content{display:none}
.tab-content.active{display:block}
.tab-content p{font-size:20px;line-height:1.65;margin-bottom:18px;max-width:900px}

/* Slider */
.slider{position:relative;margin-top:20px}
.slider-track{display:flex;overflow-x:auto;gap:12px;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding-bottom:8px}
.slider-track::-webkit-scrollbar{height:6px}
.slider-track::-webkit-scrollbar-thumb{background:var(--cyan);border-radius:3px}
.slider-track > div{flex:0 0 100%;scroll-snap-align:start}
.slider-track img{width:100%;height:220px;object-fit:cover;border-radius:4px}

/* Accordion */
.acc{max-width:900px}
.acc-item{border-bottom:1px solid rgba(0,0,0,.15)}
.acc-item:first-child{border-top:1px solid rgba(0,0,0,.15)}
.acc-item summary{cursor:pointer;list-style:none;padding:20px 0;font-size:20px;font-weight:700;display:flex;justify-content:space-between;align-items:center}
.acc-item summary::-webkit-details-marker{display:none}
.acc-item summary::after{content:'+';width:28px;height:28px;border:2px solid currentColor;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:400;line-height:1}
.acc-item[open] summary::after{content:'×'}
.acc-item summary:hover{color:var(--pink)}
.acc-item .acc-body{padding:0 0 20px;font-size:20px;line-height:1.6}

/* Legal pages */
.legal-hero{margin-top:70px;background:var(--dark);padding:56px 24px;position:relative;overflow:hidden}
.legal-hero::before{content:'';position:absolute;inset:0;background:linear-gradient(to bottom right,rgba(41,171,226,.12),transparent)}
.legal-hero .inner{position:relative;z-index:1;max-width:1100px;margin:0 auto}
.legal-hero h1{font-size:30px;color:#fff;line-height:1.15}
.legal-hero .accent-bar{width:80px;height:4px;background:var(--pink);border-radius:2px;margin-top:12px}
.legal-hero .crumb{margin-top:20px;font-size:15px;color:rgba(255,255,255,.55)}
.legal-hero .crumb a{color:rgba(255,255,255,.55)}
.legal-hero .crumb a:hover{color:#fff}
.legal-hero .crumb .here{color:rgba(255,255,255,.85)}
.legal-main{max-width:860px;margin:0 auto;padding:56px 20px}
.legal-section{margin-bottom:44px;scroll-margin-top:90px}
.legal-section h2{font-size:14px;color:var(--cyan);text-transform:uppercase;letter-spacing:.06em;margin-bottom:12px;padding-bottom:4px;border-bottom:2px solid var(--cyan);display:inline-block}
.legal-section h3{font-size:18px;margin:20px 0 8px}
.legal-section p,.legal-section address{color:rgba(0,0,0,.8);font-size:18px;line-height:1.75;margin-bottom:12px;font-style:normal}
.legal-section a{color:var(--cyan)}
.legal-section a:hover{text-decoration:underline}
.toc{background:var(--muted);border-left:4px solid var(--cyan);border-radius:6px;padding:24px;margin-bottom:48px}
.toc h2{font-size:14px;color:var(--cyan);text-transform:uppercase;letter-spacing:.06em;margin-bottom:16px}
.toc ol{padding-left:20px;list-style:decimal}
.toc li{margin-bottom:4px}
.toc a{color:rgba(0,0,0,.8);font-size:17px}
.toc a:hover{color:var(--cyan);text-decoration:underline}

/* Footer */
.site-footer{background:var(--dark);color:#fff;padding:48px 24px}
.site-footer .row{display:flex;flex-direction:column;justify-content:space-between;gap:32px;margin-bottom:32px;padding-bottom:32px;border-bottom:1px solid rgba(255,255,255,.1)}
.site-footer .tagline{font-size:22px;font-weight:700;max-width:480px;font-family:'Locator',Arial,sans-serif}
.site-footer .stores{display:flex;gap:12px;flex-wrap:wrap}
.site-footer .meta{display:flex;flex-direction:column;justify-content:space-between;gap:16px;font-size:14px;color:rgba(255,255,255,.7)}
.site-footer .meta .links{display:flex;gap:20px}
.site-footer .meta a:hover{color:var(--cyan)}
.site-footer .meta a.active{color:var(--cyan)}

/* Responsive */
@media (min-width:768px){
  .site-header .inner{padding:0 40px}
  .site-header nav{display:flex}
  .hero .inner{padding:60px 40px}
  .hero h1{font-size:42px}
  .hero h2{font-size:28px}
  .hero p{font-size:22px}
  .cta-stack{flex-direction:row;flex-wrap:wrap}
  .cards-section{padding:80px 40px}
  .cards-section h2{font-size:36px;margin-bottom:50px}
  .two-col .col{padding:60px 40px}
  .two-col img.fill{min-height:380px}
  .sec{padding:60px 40px}
  .features{grid-template-columns:repeat(4,1fr);padding:60px 40px}
  .back-bar{padding:24px 40px}
  .legal-hero{padding:56px 40px}
  .legal-hero h1{font-size:42px}
  .site-footer{padding:48px 40px}
  .site-footer .row{flex-direction:row;align-items:center}
  .site-footer .meta{flex-direction:row;align-items:center}
  .slider-track > div{flex:0 0 calc(33.333% - 8px)}
}
@media (min-width:1024px){
  .site-header .inner{padding:0 80px}
  .hero .inner{padding:60px 80px}
  .hero h1{font-size:55px}
  .cards-section{padding:80px 80px}
  .cards-grid{grid-template-columns:1fr 1fr}
  .two-col{grid-template-columns:1fr 1fr}
  .two-col .col{padding:60px 80px}
  .sec{padding:60px 80px}
  .back-bar{padding:24px 80px}
  .site-footer{padding:48px 80px}
}
