/*
Theme Name: IDS Stade
Theme URI: https://ids-stade.de
Author: IDS UG (haftungsbeschränkt)
Author URI: https://ids-stade.de
Description: Anbieter-/Verkaufsseite für das IDS-System (Verleih, Shop, Werkstatt und mehr als Abo). Eigenständiges Theme, nutzt das ids-platform-Plugin (Shortcode [ids_angebot]).
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
Text Domain: ids-stade
*/

/* ═══════ BASIS ═══════ */
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
    color:#1c2733;background:#fff;line-height:1.6;font-size:16px}
img{max-width:100%;height:auto}
a{color:var(--ids-primary,#0a7a4a)}
h1,h2,h3{line-height:1.2;color:#0e2033}
.ids-container{max-width:1120px;margin:0 auto;padding:0 20px}

/* ═══════ HEADER ═══════ */
.ids-header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid #eef1f4}
.ids-header__inner{display:flex;align-items:center;justify-content:space-between;
    max-width:1120px;margin:0 auto;padding:12px 20px;gap:16px}
.ids-header__brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:#0e2033;font-weight:800;font-size:20px}
.ids-header__brand img{max-height:46px;width:auto}
.ids-nav{display:flex;gap:4px;list-style:none;margin:0;padding:0}
.ids-nav a{padding:8px 14px;color:#33475b;text-decoration:none;font-weight:600;border-radius:8px}
.ids-nav a:hover{background:#f2f5f7;color:#0e2033}
.ids-header__actions{display:flex;align-items:center;gap:10px}
.ids-login{display:inline-flex;align-items:center;gap:7px;padding:9px 16px;border:1px solid #d7dee4;
    border-radius:9px;text-decoration:none;color:#0e2033;font-weight:600}
.ids-login:hover{background:#f2f5f7}
.ids-burger{display:none;background:none;border:0;font-size:26px;cursor:pointer;color:#0e2033}

/* ═══════ BUTTONS ═══════ */
.ids-btn{display:inline-block;background:var(--ids-primary,#0a7a4a);color:#fff;font-weight:700;
    padding:14px 30px;border-radius:10px;text-decoration:none;font-size:16px;border:0;cursor:pointer}
.ids-btn:hover{filter:brightness(.93);color:#fff}
.ids-btn--ghost{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.7)}
.ids-btn--ghost:hover{background:rgba(255,255,255,.12)}

/* ═══════ HERO ═══════ */
.ids-hero{background:linear-gradient(135deg,#0e2033,#12503a);color:#fff;padding:72px 0 78px;text-align:center}
.ids-hero h1{font-size:40px;margin:0 0 14px;color:#fff}
.ids-hero p{font-size:19px;color:#d7e4dd;max-width:720px;margin:0 auto 26px}
.ids-hero__btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}

/* ═══════ SECTIONS ═══════ */
.ids-section{padding:52px 0}
.ids-section--muted{background:#f6f8f9}
.ids-section h2{font-size:28px;text-align:center;margin:0 0 8px}
.ids-section__sub{text-align:center;color:#516072;max-width:640px;margin:0 auto 30px}
.ids-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}
.ids-feature{background:#fff;border:1px solid #e6eaee;border-radius:14px;padding:22px}
.ids-feature h3{margin:0 0 8px;font-size:18px}
.ids-feature p{margin:0;color:#516072;font-size:15px}
.ids-center{text-align:center}

/* ═══════ PAGE HEADER ═══════ */
.ids-page-header{background:#0e2033;color:#fff;padding:44px 0;text-align:center}
.ids-page-header h1{color:#fff;margin:0}
.ids-page-content{padding:44px 0}
.ids-page-content h2{margin-top:1.6em}

/* ═══════ FOOTER ═══════ */
.ids-footer{background:#0e2033;color:#c3ced9;padding:44px 0 22px;font-size:15px}
.ids-footer__cols{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:28px}
.ids-footer h4{color:#fff;font-size:15px;margin:0 0 12px;text-transform:uppercase;letter-spacing:.05em}
.ids-footer a{color:#c3ced9;text-decoration:none;display:block;margin-bottom:6px}
.ids-footer a:hover{color:#fff}
.ids-footer__social a{display:inline-block;margin:0 10px 0 0}
.ids-footer__bottom{border-top:1px solid #23384c;margin-top:28px;padding-top:16px;text-align:center;color:#8ba0b3;font-size:13px}

/* ═══════ RESPONSIVE ═══════ */
@media (max-width:820px){
    .ids-burger{display:block}
    .ids-nav{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;
        flex-direction:column;padding:10px;border-bottom:1px solid #eef1f4;box-shadow:0 8px 20px rgba(0,0,0,.08)}
    .ids-nav.open{display:flex}
    .ids-header{position:relative}
    .ids-hero h1{font-size:31px}
}
