/* WäscheDesk — Shared Stylesheet */
:root {
  --blue: #0EA5E9;
  --blue-dark: #0284C7;
  --teal: #0D9488;
  --teal-dark: #0F766E;
  --white: #F8FAFC;
  --gray-light: #94A3B8;
  --gray-mid: #64748B;
  --gray-dark: #1E293B;
  --text: #0F172A;
  --card-shadow: 0 4px 24px rgba(14,165,233,0.10);
  --radius: 12px;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Segoe UI', system-ui, sans-serif; color: var(--text); background: #fff; line-height: 1.6; }

/* NAV */
nav { background: #fff; border-bottom: 2px solid var(--blue); position: sticky; top: 0; z-index: 100; padding: 0 2rem; display: flex; align-items: center; justify-content: space-between; height: 64px; box-shadow: 0 2px 12px rgba(14,165,233,0.08); }
.nav-brand { font-size: 1.5rem; font-weight: 800; color: var(--blue); text-decoration: none; letter-spacing: -0.5px; }
.nav-brand span { color: var(--teal); }
.nav-links { display: flex; gap: 1.5rem; list-style: none; }
.nav-links a { color: var(--gray-mid); text-decoration: none; font-weight: 500; transition: color .2s; }
.nav-links a:hover { color: var(--blue); }
.nav-cta { background: var(--blue); color: #fff !important; padding: .4rem 1.2rem; border-radius: 20px; }
.nav-cta:hover { background: var(--blue-dark); color: #fff !important; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; border: none; background: none; padding: 4px; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--gray-mid); border-radius: 2px; }

/* HERO */
.hero { background: linear-gradient(135deg, #EFF6FF 0%, #F0FDFA 100%); padding: 5rem 2rem 4rem; text-align: center; }
.hero h1 { font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 900; color: var(--gray-dark); line-height: 1.15; margin-bottom: 1rem; }
.hero h1 span { color: var(--blue); }
.hero .tagline { font-size: 1.25rem; color: var(--gray-mid); margin-bottom: 2rem; font-style: italic; }
.hero-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; gap: .5rem; padding: .75rem 2rem; border-radius: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; border: 2px solid transparent; cursor: pointer; transition: all .2s; }
.btn-primary { background: var(--blue); color: #fff; border-color: var(--blue); }
.btn-primary:hover { background: var(--blue-dark); border-color: var(--blue-dark); }
.btn-outline { background: transparent; color: var(--blue); border-color: var(--blue); }
.btn-outline:hover { background: var(--blue); color: #fff; }
.btn-teal { background: var(--teal); color: #fff; border-color: var(--teal); }
.btn-teal:hover { background: var(--teal-dark); }
.hero-badges { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-top: 2rem; }
.badge { background: #fff; border: 1px solid #e2e8f0; border-radius: 20px; padding: .35rem 1rem; font-size: .85rem; color: var(--gray-mid); box-shadow: 0 2px 8px rgba(0,0,0,.05); }

/* SECTIONS */
section { padding: 4rem 2rem; max-width: 1200px; margin: 0 auto; }
.section-full { max-width: 100%; padding: 4rem 2rem; }
.section-bg { background: var(--white); }
.section-bg-blue { background: linear-gradient(135deg, #EFF6FF 0%, #F0FDFA 100%); }
h2.section-title { font-size: 2rem; font-weight: 800; color: var(--gray-dark); text-align: center; margin-bottom: .5rem; }
p.section-sub { text-align: center; color: var(--gray-mid); margin-bottom: 3rem; font-size: 1.05rem; }

/* PROBLEM CARDS */
.problem-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; }
.problem-card { background: #fff; border-radius: var(--radius); padding: 1.5rem; border-left: 4px solid #f87171; box-shadow: var(--card-shadow); }
.problem-card .icon { font-size: 2rem; margin-bottom: .75rem; }
.problem-card h3 { font-size: 1.1rem; font-weight: 700; color: var(--gray-dark); margin-bottom: .5rem; }
.solution-card { border-left-color: var(--teal); }

/* FEATURE CARDS */
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.5rem; }
.feature-card { background: #fff; border-radius: var(--radius); padding: 2rem; box-shadow: var(--card-shadow); border-top: 3px solid var(--blue); transition: transform .2s, box-shadow .2s; }
.feature-card:hover { transform: translateY(-4px); box-shadow: 0 8px 32px rgba(14,165,233,0.18); }
.feature-card .icon { font-size: 2.5rem; margin-bottom: 1rem; }
.feature-card h3 { font-size: 1.15rem; font-weight: 700; color: var(--gray-dark); margin-bottom: .75rem; }
.feature-card p { color: var(--gray-mid); font-size: .95rem; }
.feature-card ul { list-style: none; color: var(--gray-mid); font-size: .9rem; margin-top: .75rem; }
.feature-card ul li::before { content: "✓ "; color: var(--teal); font-weight: 700; }

/* PRICING */
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; }
.price-card { background: #fff; border-radius: var(--radius); padding: 2rem; box-shadow: var(--card-shadow); border: 2px solid #e2e8f0; text-align: center; position: relative; }
.price-card.featured { border-color: var(--blue); transform: scale(1.04); box-shadow: 0 8px 40px rgba(14,165,233,0.22); }
.price-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--blue); color: #fff; font-size: .78rem; font-weight: 700; padding: .25rem .9rem; border-radius: 20px; white-space: nowrap; }
.price-card h3 { font-size: 1.3rem; font-weight: 800; color: var(--gray-dark); margin-bottom: .25rem; }
.price { font-size: 2.8rem; font-weight: 900; color: var(--blue); }
.price sup { font-size: 1.2rem; vertical-align: super; }
.price sub { font-size: 1rem; color: var(--gray-mid); font-weight: 400; }
.price-desc { color: var(--gray-mid); font-size: .9rem; margin-bottom: 1.5rem; }
.price-features { list-style: none; text-align: left; margin-bottom: 1.5rem; }
.price-features li { padding: .4rem 0; border-bottom: 1px solid #f1f5f9; color: var(--gray-mid); font-size: .92rem; }
.price-features li::before { content: "✓ "; color: var(--teal); font-weight: 700; }
.price-features li.no::before { content: "✗ "; color: #cbd5e1; }
.price-features li.no { color: #cbd5e1; }

/* TESTIMONIALS */
.testi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; }
.testi-card { background: #fff; border-radius: var(--radius); padding: 1.75rem; box-shadow: var(--card-shadow); border-left: 4px solid var(--blue); }
.stars { color: #f59e0b; font-size: 1.2rem; margin-bottom: .75rem; }
.testi-card blockquote { color: var(--gray-dark); font-style: italic; margin-bottom: 1rem; line-height: 1.7; }
.testi-author { font-weight: 700; color: var(--gray-mid); font-size: .9rem; }

/* COMPLIANCE */
.compliance-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1rem; }
.compliance-item { display: flex; gap: 1rem; align-items: flex-start; background: #fff; border-radius: 8px; padding: 1rem 1.25rem; box-shadow: 0 2px 12px rgba(0,0,0,.06); }
.compliance-item .icon { font-size: 1.5rem; flex-shrink: 0; }
.compliance-item h4 { font-size: .95rem; font-weight: 700; color: var(--gray-dark); }
.compliance-item p { font-size: .85rem; color: var(--gray-mid); }

/* FOOTER */
footer { background: var(--gray-dark); color: #94A3B8; padding: 3rem 2rem 1.5rem; }
.footer-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-bottom: 2rem; }
.footer-brand { color: #fff; font-size: 1.3rem; font-weight: 800; margin-bottom: .5rem; }
.footer-brand span { color: var(--blue); }
.footer-col h4 { color: #e2e8f0; font-size: 1rem; font-weight: 700; margin-bottom: 1rem; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: .5rem; }
.footer-col ul a { color: #94A3B8; text-decoration: none; font-size: .9rem; transition: color .2s; }
.footer-col ul a:hover { color: #fff; }
.footer-bottom { max-width: 1200px; margin: 0 auto; border-top: 1px solid #334155; padding-top: 1.5rem; text-align: center; font-size: .85rem; }

/* LEGAL PAGES */
.legal-wrap { max-width: 780px; margin: 0 auto; padding: 3rem 2rem; }
.legal-wrap h1 { font-size: 2rem; font-weight: 800; color: var(--gray-dark); margin-bottom: .25rem; }
.legal-wrap .updated { color: var(--gray-light); font-size: .9rem; margin-bottom: 2rem; }
.legal-wrap h2 { font-size: 1.2rem; font-weight: 700; color: var(--gray-dark); margin: 2rem 0 .75rem; border-left: 3px solid var(--blue); padding-left: .75rem; }
.legal-wrap p, .legal-wrap li { color: #475569; line-height: 1.8; font-size: .97rem; }
.legal-wrap ul, .legal-wrap ol { padding-left: 1.5rem; margin: .75rem 0; }
.legal-wrap li { margin-bottom: .4rem; }
.legal-wrap address { font-style: normal; background: var(--white); border-radius: 8px; padding: 1.25rem 1.5rem; margin: 1rem 0; border-left: 3px solid var(--teal); }

/* DEMO PAGE */
.demo-hero { background: linear-gradient(135deg, #0EA5E9 0%, #0D9488 100%); color: #fff; padding: 4rem 2rem; text-align: center; }
.demo-hero h1 { font-size: 2.5rem; font-weight: 900; margin-bottom: 1rem; }
.demo-hero p { font-size: 1.15rem; opacity: .9; margin-bottom: 2rem; }
.demo-cred { display: inline-block; background: rgba(255,255,255,0.18); border: 1px solid rgba(255,255,255,0.4); border-radius: 8px; padding: .75rem 2rem; font-size: 1.1rem; font-weight: 700; letter-spacing: .5px; margin-top: 1rem; }
.screen-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.5rem; margin: 2rem 0; }
.screen-mock { background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--card-shadow); border: 1px solid #e2e8f0; }
.screen-mock .mock-bar { background: var(--gray-dark); height: 32px; display: flex; align-items: center; gap: 6px; padding: 0 1rem; }
.screen-mock .mock-dot { width: 10px; height: 10px; border-radius: 50%; }
.screen-mock .mock-content { padding: 1.25rem; min-height: 160px; }
.screen-mock h4 { font-size: .95rem; font-weight: 700; color: var(--gray-dark); margin-bottom: .5rem; }
.kpi-row { display: flex; gap: .75rem; flex-wrap: wrap; margin-bottom: 1rem; }
.kpi { background: #EFF6FF; border-radius: 6px; padding: .5rem .75rem; font-size: .8rem; font-weight: 700; color: var(--blue); }
.mock-table { width: 100%; border-collapse: collapse; font-size: .8rem; }
.mock-table th { background: #f1f5f9; color: var(--gray-mid); padding: .35rem .5rem; text-align: left; }
.mock-table td { padding: .35rem .5rem; border-bottom: 1px solid #f1f5f9; color: var(--gray-mid); }
.status-pill { display: inline-block; padding: .15rem .6rem; border-radius: 12px; font-size: .75rem; font-weight: 600; }
.s-new { background: #dbeafe; color: #1d4ed8; }
.s-clean { background: #fef9c3; color: #854d0e; }
.s-done { background: #dcfce7; color: #166534; }

/* RESPONSIVE */
@media (max-width: 768px) {
  .nav-links { display: none; flex-direction: column; position: absolute; top: 64px; left: 0; right: 0; background: #fff; padding: 1rem 2rem; border-bottom: 2px solid var(--blue); gap: 1rem; }
  .nav-links.open { display: flex; }
  .hamburger { display: flex; }
  .price-card.featured { transform: none; }
  nav { flex-wrap: wrap; }
}
