/* Light theme for Seitenabo.de inspired by the provided minimalist style */
/* Hand-drawn look adjustments */
:root {
  --brand: #2563eb;           /* blue */
  --brand-600: #2563eb;
  --brand-700: #1d4ed8;
  --accent: #0ea5e9;          /* sky */
  --bg: #fafaf9;              /* off white */
  --surface: #ffffff;
  --surface-2: #f9fafb;       /* very light gray section */
  --text: #111827;            /* slate-900 */
  --muted: #6b7280;           /* slate-500 */
  --border: #e5e7eb;          /* gray-200 */
  --ring: rgba(37, 99, 235, 0.35);
  --shadow: 0 10px 30px rgba(17, 24, 39, 0.08);
}

* { box-sizing: border-box; }
html, body {
  padding: 0;
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Almond Slate theme for homepage */
.theme-almond {
  --bg: linear-gradient(180deg, #f7f1e8 0%, #f1ede6 30%, #e7e3dc 100%);
  --surface: #ffffffee;
  --surface-2: rgba(255,255,255,0.6);
  --text: #1f2937;
  --muted: #4b5563;
  --border: rgba(31,41,55,0.12);
}
.theme-almond .header { background: rgba(255,255,255,0.7); }
.theme-almond .badge { background:#fde68a; border-color:#fcd34d; color:#92400e; }
.theme-almond .tag { background:#f3f4f6; color:#334155; border-color:#e5e7eb; }


img, svg { display: block; max-width: 100%; }
.container { width: min(1200px, 92%); margin-inline: auto; }
.section { padding: 80px 0; }
.section--alt { background: var(--surface-2); }
.section h2 { font-size: 2rem; line-height: 1.2; margin: 0 0 8px; }
.section__sub { color: var(--muted); margin: 0 0 28px; }

/* Header */
.header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(255,255,255,0.85);
  backdrop-filter: saturate(180%) blur(10px);
  border-bottom: 1px solid var(--border);
}
.header__inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; }
.logo { display: inline-flex; align-items: center; gap: 10px; color: inherit; text-decoration: none; }
.logo__mark { display: none; }
.logo__text { font-weight: 800; letter-spacing: 0.2px; }
.logo__dot { color: var(--brand); }
/* Make header brand match CTA height */
.logo { height: 44px; }
.logo__text { font-size: 22px; line-height: 1; display: flex; align-items: center; }


.nav__toggle { display: none; }
.nav__list { display: flex; gap: 22px; list-style: none; margin: 0; padding: 0; }
.nav__list a { color: rgba(17,24,39,0.8); text-decoration: none; font-weight: 500; }
.nav__list a:hover { color: var(--text); }
.header__cta { margin-left: 16px; }

/* Hero */
.hero { padding: 96px 0 64px; border-bottom: 1px solid var(--border); }
.hero__inner { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 40px; align-items: center; }
.kicker { display: inline-block; padding: 6px 10px; border: 2px solid #0f172a10; border-radius: 999px; font-weight: 700; color: #1f2937; background: #fff; box-shadow: 3px 3px 0 rgba(17,24,39,0.08); margin-bottom: 10px; }
.hero__title { font-size: clamp(2.6rem, 3vw + 1rem, 4rem); line-height: 0.95; margin: 0 0 10px; letter-spacing: 0.2px; }
.lead { font-size: 1.125rem; color: var(--muted); margin: 8px 0 16px; }
.badge { display:inline-flex; align-items:center; height:36px; padding:0 12px; border-radius:999px; background:#eef2ff; color:#1e40af; border:2px solid #c7d2fe; font-weight:800; }
.badge--price { box-shadow:3px 3px 0 rgba(17,24,39,0.08); margin: 8px 0 12px; }
.checks { list-style:none; padding:0; margin:0 0 14px; display:grid; gap:8px; }
.checks li { display:flex; align-items:center; gap:8px; color:#1f2937; font-weight:600; }
.check { flex:0 0 auto; }
.hero__actions { display: flex; gap: 14px; margin: 18px 0 10px; }


/* Illustration or previews */
.hero__illustration { width: 100%; height: auto; filter: contrast(1.05) saturate(1.02); }
.previews { display:grid; gap:14px; align-content:start; }
.previews--compact .device--phone{ width:160px; height:300px; }
.previews--compact .device--web .d-hero{ height:80px; }
.preview { position:relative; background:#fff; border:2px solid #0f172a10; border-radius:16px; box-shadow:4px 4px 0 rgba(17,24,39,0.12); padding:12px; transform: translateZ(0); }
.preview.is-active { outline: 3px solid rgba(37,99,235,0.25); }

/* web device */
.device--web .d-bar{ display:flex; gap:6px; margin-bottom:10px; }
.device--web .d-bar span{ width:8px; height:8px; background:#9ca3af; border-radius:999px; display:block; }
.device--web .d-hero{ height:90px; border-radius:10px; background:linear-gradient(135deg,#e0e7ff,#e0f2fe); border:1px solid #c7d2fe; animation: shimmer 3s linear infinite; background-size: 200% 100%; }
.device--web .d-lines{ display:grid; gap:6px; margin-top:10px; }
.device--web .d-lines i{ height:8px; border-radius:6px; background:#eef2ff; border:1px solid #c7d2fe; display:block; }

/* phone device */
.device--phone{ width:180px; height:320px; border:2px solid #0f172a10; border-radius:28px; margin-inline:auto; position:relative; background:#fff; box-shadow:4px 4px 0 rgba(17,24,39,0.12); display:grid; grid-template-rows:36px 1fr 62px; }
.device--phone .d-notch{ width:90px; height:16px; background:#0f172a10; border-radius:0 0 12px 12px; margin:8px auto 0; }
.device--phone .d-appgrid{ display:grid; grid-template-columns:repeat(2,1fr); gap:8px; padding:10px; }
.device--phone .d-appgrid b{ display:block; height:56px; border-radius:12px; background:#e5e7eb; border:1px solid var(--border); }
.device--phone .d-cta{ margin:10px; height:36px; border-radius:999px; background:linear-gradient(135deg,#2563eb,#0ea5e9); border:1px solid #1d4ed8; box-shadow:0 6px 16px rgba(37,99,235,0.25); }

/* shop variant */
.d-product{ display:grid; grid-template-columns:100px 1fr; gap:12px; align-items:center; margin-top:6px; }
.d-product .d-photo{ height:80px; border-radius:10px; background:#fde68a; border:1px solid #fcd34d; }
.d-product .d-price{ font-weight:800; color:#1f2937; }

@keyframes shimmer{ 0%{background-position:0% 0} 100%{background-position:200% 0} }

/* cycle animation */
@keyframes slideIn{ from{opacity:0; transform: translateY(10px)} to{opacity:1; transform:none} }
.preview{ opacity:.65; transition:opacity .3s ease, transform .3s ease; }
.preview.is-active{ opacity:1; transform:translateY(-2px); animation: slideIn .3s ease both; }



/* Grid & cards */
.grid { display: grid; gap: 18px; }
.features { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.pricing { grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; }
.portfolio { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.card { background: var(--surface); border: 1px solid rgba(31,41,55,0.12); border-radius: 18px; padding: 24px; box-shadow: 0 10px 30px rgba(17,24,39,0.08); transition: transform .2s ease, box-shadow .2s ease; backdrop-filter: saturate(180%) blur(4px); }
.card:hover { transform: translateY(-1px); box-shadow: 0 2px 2px rgba(17,24,39,0.03), 0 14px 28px rgba(17,24,39,0.06); }
.feature .doodle { margin-bottom: 6px; }
/* Emphasized benefits */
#vorteile .feature { border-color: var(--border); box-shadow: 0 10px 26px rgba(17,24,39,0.08); }
#vorteile .feature h3 { color: var(--brand); }


.price header { border-bottom: 1px solid var(--border); padding-bottom: 14px; margin-bottom: 14px; }
.price h3 { margin: 0 0 4px; }
.price__value { font-size: 1.9rem; margin: 0; font-weight: 800; }
.price__value span { font-size: 2.6rem; }
.price__note { color: var(--muted); margin: 4px 0 0; }
.price .list { margin: 14px 0 18px; padding-left: 16px; color: var(--muted); }
.price--popular { position: relative; border-color: rgba(37,99,235,0.6); box-shadow: 0 0 0 1px rgba(37,99,235,0.2), 0 14px 28px rgba(37,99,235,0.08); }
.price .badge { position: absolute; top: -12px; right: 16px; background: var(--brand); color: white; font-weight: 700; border-radius: 999px; padding: 6px 10px; font-size: 12px; letter-spacing: .2px; }

.portfolio { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.case { display:grid; grid-template-rows:auto auto 1fr auto; gap:8px; }
.case .tags { display:flex; gap:6px; flex-wrap:wrap; }
.tag { font-size:.8rem; padding:4px 8px; border-radius:999px; background:#eef2ff; color:#1e40af; border:1px solid #c7d2fe; font-weight:700; }
.portfolio__thumb { height: 160px; border-radius: 12px; border: 1px solid var(--border); margin-bottom: 10px; background: #f3f4f6; }
.portfolio__thumb[data-gradient="2"] { background: #eef2ff; }
.portfolio__thumb[data-gradient="3"] { background: #e0f2fe; }

/* Buttons */
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: 46px; padding: 0 20px; border-radius: 14px; border: 1px solid rgba(31,41,55,0.12); background: #fff; color: var(--text); text-decoration: none; font-weight: 700; cursor: pointer; box-shadow: 0 10px 24px rgba(17,24,39,0.08); }
.button:hover { transform: translateY(-1px); box-shadow: 0 14px 30px rgba(17,24,39,0.12); }
.button--primary { background: var(--brand); border-color: var(--brand); color: #fff; }
.button--primary:hover { background: var(--brand-700); border-color: var(--brand-700); }
.button--secondary { background: #fff7ed; border-color: #fed7aa; color: #92400e; }
.button--ghost { background: transparent; }

/* FAQ */
.faq { display: grid; gap: 10px; }
.faq__item { border: 1px solid var(--border); border-radius: 14px; overflow: hidden; background: #fff; }
.faq__q { width: 100%; text-align: left; background: transparent; color: var(--text); border: 0; padding: 16px; font-weight: 600; cursor: pointer; }
.faq__a { padding: 0 16px 16px; color: var(--muted); }

/* Form */
.form { display: grid; gap: 14px; }
.form__row { display: grid; gap: 14px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.form__field { display: grid; gap: 6px; }
label { font-weight: 600; }
input, select, textarea { background: #fff; border: 1px solid var(--border); color: var(--text); border-radius: 12px; padding: 10px 12px; outline: none; }
input:focus, select:focus, textarea:focus { border-color: var(--brand-600); box-shadow: 0 0 0 3px var(--ring); }
.form__consent { color: var(--muted); }
.checkbox { display: flex; gap: 10px; align-items: flex-start; }
.form__actions { display: flex; gap: 12px; align-items: center; }
.form__status { color: #15803d; font-weight: 600; }

/* Footer */
.footer { border-top: 1px solid var(--border); padding: 28px 0; background: var(--surface-2); }
.footer__inner { display: grid; grid-template-columns: 1fr auto; gap: 16px; align-items: center; }
.footer__brand { display: flex; align-items: center; gap: 10px; }
.footer__sub { margin: 0 0 0 10px; color: var(--muted); }
.footer__links { list-style: none; margin: 0; padding: 0; display: flex; gap: 16px; }
.footer__links a { color: var(--muted); text-decoration: none; }
.footer__links a:hover { color: var(--text); }
.footer__copy { grid-column: 1 / -1; color: var(--muted); margin: 0; }

/* Utilities */
.text-gradient { background: linear-gradient(90deg, var(--brand-700), var(--accent)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.muted { color: var(--muted); }

/* Chips */
.chips { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 12px; }
.chip { background: #eef2ff; color: #1e40af; border: 1px solid #c7d2fe; border-radius: 999px; padding: 6px 12px; font-weight: 600; font-size: 0.9rem; }

/* Stats */
.stats { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.stat { text-align: center; padding: 22px; }
.stat__value { font-size: 2rem; font-weight: 800; color: var(--brand-700); margin: 0; }
.stat__label { color: var(--muted); margin: 6px 0 0; }

/* Steps */
.steps { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.step { position: relative; padding-top: 26px; transform: translateY(10px); opacity: 0; }
.step--in { animation: stepIn .6s cubic-bezier(.22,1,.36,1) forwards; }
@keyframes stepIn { to { transform: none; opacity: 1; } }
.step__index { position: absolute; top: -14px; left: 18px; width: 34px; height: 34px; border-radius: 999px; background: var(--brand); color: #fff; display: grid; place-items: center; font-weight: 800; box-shadow: var(--shadow); }
.step h3 { margin: 0 0 6px; }

/* Responsive */
@media (max-width: 980px) { .hero__inner { grid-template-columns: 1fr; } }
@media (max-width: 760px) {
  .nav__toggle { display: inline-flex; align-items: center; height: 36px; padding: 0 12px; border-radius: 8px; background: #fff; border: 1px solid var(--border); color: var(--text); }
  .nav__list { display: none; position: absolute; right: 16px; top: 56px; background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 10px; flex-direction: column; min-width: 210px; box-shadow: var(--shadow); }
  .nav__list[aria-expanded="true"] { display: flex; }
  .features, .pricing, .portfolio, .stats, .steps, .compare { grid-template-columns: 1fr; }
  .form__row { grid-template-columns: 1fr; }
} 

/* Timeline */
.timeline { position: relative; margin: 24px 0; }
.timeline::before { content: ""; position: absolute; left: 50%; top: 0; bottom: 0; width: 2px; background: #0f172a10; transform: translateX(-50%); }
.t-item { position: relative; width: 50%; padding: 12px 20px; }
.t-item.left { left: 0; }
.t-item.right { left: 50%; }
.t-card { position: relative; background: #fff; border: 2px solid #0f172a10; border-radius: 14px; padding: 16px 16px 18px; box-shadow: 3px 3px 0 rgba(17,24,39,0.1); }
.t-index { position: absolute; top: -14px; width: 34px; height: 34px; border-radius: 999px; background: var(--brand); color: #fff; display: grid; place-items: center; font-weight: 800; box-shadow: 3px 3px 0 rgba(17,24,39,0.15); }
.t-item.left .t-index { right: -17px; }
.t-item.right .t-index { left: -17px; }

@media (max-width: 980px) {
  .timeline::before { left: 12px; }
  .t-item { width: 100%; left: 0; padding-left: 40px; }
  .t-item.left .t-index, .t-item.right .t-index { left: 0; right: auto; transform: translateX(-50%); }
} 

/* Almond theme brand overrides (replace blue) */
.theme-almond {
  --brand: #b45309;          /* amber-700 */
  --brand-600: #b45309;
  --brand-700: #92400e;
  --accent: #d97706;         /* amber-600 */
}
.theme-almond .button--secondary { background: #fef3c7; border-color: #fcd34d; color: #92400e; }
.theme-almond .price--popular { border-color: rgba(217,119,6,0.6); box-shadow: 0 0 0 1px rgba(217,119,6,0.25), 0 14px 28px rgba(217,119,6,0.12); }
.theme-almond .chip { background:#fef3c7; color:#92400e; border-color:#fcd34d; }

/* Preview device overrides (remove blue hues) */
.theme-almond .device--web .d-hero { background: linear-gradient(135deg,#fde68a,#fef3c7); border-color:#fcd34d; }
.theme-almond .device--web .d-lines i { background:#fff7ed; border-color:#fed7aa; }
.theme-almond .device--phone .d-cta { background: linear-gradient(135deg,#f59e0b,#fcd34d); border-color:#f59e0b; } 

/* Premium scroll animations */
.js .section { opacity: 0; transform: translateY(14px); transition: opacity .6s ease, transform .6s ease; }
.js .section.is-visible { opacity: 1; transform: none; }

/* Subtle parallax for hero previews */
@media (min-width: 981px) {
  .previews { will-change: transform; transition: transform .6s cubic-bezier(.22,1,.36,1); }
  body.scrolled .previews { transform: translateY(-8px); }
} 

/* Comparison section */
.compare { grid-template-columns: repeat(2, minmax(0,1fr)); gap:16px; }
.compare .col { display:grid; gap:10px; }
.compare .item { display:flex; gap:10px; align-items:flex-start; padding:12px; border:1px solid var(--border); border-radius:12px; background:#fff; }
.badge-icon { width:22px; height:22px; display:grid; place-items:center; border-radius:999px; font-weight:800; }
.badge--check { background:#d1fae5; color:#065f46; border:1px solid #34d399; }
.badge--cross { background:#fee2e2; color:#991b1b; border:1px solid #fca5a5; } 

/* 3-column comparison table */
.compare-table { display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap:12px; align-items:start; }
.compare-table .col-head { background:#fff; border:1px solid var(--border); border-radius:14px; padding:14px; box-shadow: 0 10px 24px rgba(17,24,39,0.06); text-align:center; }
.compare-table .price-pill { display:inline-flex; flex-direction:column; align-items:center; gap:2px; padding:8px 12px; border-radius:999px; background:#fff7ed; color:#92400e; border:1px solid #fed7aa; font-weight:800; margin-top:6px; }
.compare-table .row { background:#fff; border:1px solid var(--border); border-radius:12px; padding:12px; box-shadow: 0 6px 18px rgba(17,24,39,0.05); }
.compare-table .row.label { background:transparent; border:0; box-shadow:none; grid-column: 1 / -1; margin-top:10px; font-weight:800; color:#334155; }
.compare-table .row.highlight { background:#ecfccb; border-color:#bbf7d0; font-weight:800; }

@media (max-width: 980px) {
  .compare-table { grid-template-columns: 1fr; }
  .compare-table .row.label { margin-top:16px; }
} 

/* Premium table */
.table-wrap { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.table { width: 100%; border-collapse: separate; border-spacing: 0 10px; }
.table thead th { position: sticky; top: 0; background: #ffffffcc; backdrop-filter: blur(6px); padding: 12px; text-align: left; font-weight: 800; border-bottom: 1px solid var(--border); }
.table tbody td { background: #fff; border: 1px solid var(--border); padding: 12px; }
.table tbody tr { box-shadow: 0 6px 18px rgba(17,24,39,0.05); }
.table tbody td:first-child { border-radius: 12px 0 0 12px; font-weight: 700; color:#334155; }
.table tbody td:last-child { border-radius: 0 12px 12px 0; }
.table .accent { background: #fff7ed; color:#92400e; border-color:#fed7aa; font-weight: 800; }

@media (max-width: 760px) {
  .table { min-width: 720px; }
} 

/* Scroll progress bar */
.scroll-progress { position: sticky; top: 0; z-index: 30; height: 3px; width: 100%; background: transparent; }
.scroll-progress__bar { height: 100%; width: 0%; background: linear-gradient(90deg, var(--brand), var(--accent)); transition: width .15s linear; }

/* Scroll to top button */
.to-top { position: fixed; right: 18px; bottom: 18px; z-index: 30; opacity: 0; transform: translateY(8px); pointer-events: none; }
.to-top.is-visible { opacity: 1; transform: none; pointer-events: auto; } 

.case--link { text-decoration: none; color: inherit; display: block; }
.case--link:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(17,24,39,0.12); }

/* Services Grid (Leistungen) */
.hero-text {
  text-align: center;
  margin-bottom: 4rem;
}

.services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-bottom: 3rem;
}

@media (min-width: 1200px) {
  .services-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.service-category {
  background: linear-gradient(135deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.4) 100%);
  border: 1px solid rgba(var(--brand-rgb), 0.1);
  border-radius: 16px;
  padding: 2rem;
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}

.service-category::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--brand), var(--brand-light));
  border-radius: 16px 16px 0 0;
}

.service-category--full {
  grid-column: 1 / -1;
}

.category-header {
  text-align: center;
  margin-bottom: 1.5rem;
}

.category-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  display: block;
}

.category-header h2 {
  color: var(--text);
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.category-header p {
  color: var(--text-muted);
  font-size: 0.95rem;
}

.service-items {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.service-items--horizontal {
  flex-direction: row;
  gap: 2rem;
}

.service-item {
  padding: 1.25rem;
  background: rgba(255,255,255,0.6);
  border: 1px solid rgba(var(--brand-rgb), 0.08);
  border-radius: 12px;
  transition: all 0.3s ease;
  position: relative;
}

.service-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--brand);
  border-radius: 12px 0 0 12px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.service-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(var(--brand-rgb), 0.15);
  border-color: rgba(var(--brand-rgb), 0.2);
}

.service-item:hover::before {
  opacity: 1;
}

.service-item h3 {
  color: var(--text);
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.service-item p {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .services-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .service-items--horizontal {
    flex-direction: column;
    gap: 1.25rem;
  }
  
  .category-icon {
    font-size: 2rem;
  }
}

/* Pricing v2 Styles */
.pricing-v2 .pv2__tag { display:inline-grid; place-items:center; width:max-content; margin:0 auto 10px; padding:6px 10px; border-radius:999px; border:1px solid var(--border); background:#fff; font-weight:800; font-size:.8rem; color: var(--brand); }
.pricing-v2 .pv2__actions { margin-top:14px; display:flex; justify-content:center; }
.pricing-v2 .pv2__cta { display:inline-flex; align-items:center; gap:8px; padding:10px 16px; border-radius:12px; background: linear-gradient(135deg, var(--brand), var(--accent)); color:#fff; text-decoration:none; font-weight:800; box-shadow: 0 10px 28px rgba(217,119,6,.25); }

.pricing-v2 .pv2__stage { position:relative; margin-top: 24px; padding: 28px 18px; border-radius: 18px; background: linear-gradient(180deg, rgba(255,255,255,.8), rgba(255,255,255,.6)); border:1px solid var(--border); box-shadow: 0 20px 60px rgba(17,24,39,.10) inset; }

.pricing-v2 .pv2__compare { margin-top: 36px; }
.pricing-v2 .pv2__compare h2 { text-align:center; margin: 0 0 12px; }
.pricing-v2 .pv2__table { display:grid; gap:10px; max-width: 1100px; margin: 0 auto; }
.pricing-v2 .pv2__thead { display:grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap:10px; align-items:end; color: var(--muted); font-weight:800; }
.pricing-v2 .pv2__row { display:grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap:10px; }
.pricing-v2 .pv2__row > div, .pricing-v2 .pv2__thead > div { background:#fff; border:1px solid var(--border); border-radius:12px; padding:12px 14px; box-shadow: 0 8px 20px rgba(17,24,39,.06); }
/* Table polish */
.pricing-v2 .pv2__thead > div { background:#ffffffcc; backdrop-filter: blur(6px); font-weight:800; }
.pricing-v2 .pv2__row > div:first-child { font-weight:700; color:#334155; }
.pricing-v2 .pv2__row > div:nth-child(n+2),
.pricing-v2 .pv2__thead > div:nth-child(n+2) { text-align:center; }
.pricing-v2 .pv2__row:nth-child(odd) > div { background: #fff; }
.pricing-v2 .pv2__row:nth-child(even) > div { background: #fffdf6; }
.pricing-v2 .pv2__row:hover > div { box-shadow: 0 10px 24px rgba(17,24,39,.08); border-color: rgba(31,41,55,0.18); }
/* Highlight Business column */
.pricing-v2 .pv2__thead > div:nth-child(3),
.pricing-v2 .pv2__row > div:nth-child(3) { background: linear-gradient(180deg, #fff7ed, #ffffff); border-color:#fed7aa; }
/* Emphasize price row */
.pricing-v2 .pv2__table .pv2__row:first-of-type > div:nth-child(n+2) { font-weight:800; color: var(--text); }
.pricing-v2 .pv2__header { text-align:center; margin-bottom: 36px; }
.pricing-v2 .pv2__title { margin:0 0 6px; font-size: 2rem; letter-spacing:-0.02em; }
.pricing-v2 .pv2__lead { margin:0; color: var(--muted); }
.pricing-v2 .pv2__meta { display:flex; gap:8px; justify-content:center; flex-wrap:wrap; margin-top:12px; }
.pricing-v2 .pv2__pill { background:#fff; border:1px solid var(--border); border-radius:999px; padding:6px 10px; font-weight:600; font-size:.85rem; }

.pricing-v2 .pv2__tiers { display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; max-width: 980px; margin: 0 auto 28px; align-items: stretch; }
.pricing-v2 .tier { position:relative; background:#fff; border:1px solid var(--border); border-radius:16px; padding:16px; box-shadow: var(--shadow); transition: transform .25s ease, box-shadow .25s ease; display:flex; flex-direction:column; }
.pricing-v2 .tier:hover { transform: translateY(-4px); box-shadow: 0 16px 30px rgba(17,24,39,.10); }
.pricing-v2 .tier--popular { border-color: var(--brand); box-shadow: 0 0 0 2px rgba(180,83,9,.15), 0 16px 30px rgba(217,119,6,.12); }
.pricing-v2 .tier__badge { position:absolute; top:10px; right:10px; background: rgba(180,83,9,.1); color:#92400e; border:1px solid rgba(217,119,6,.3); border-radius:999px; padding:4px 8px; font-size:.75rem; font-weight:800; }

.pricing-v2 .tier__head { text-align:center; margin-bottom:12px; }
.pricing-v2 .tier__kicker { display:inline-block; background:#fff7ed; color:#92400e; border:1px solid #fed7aa; border-radius:999px; padding:4px 8px; font-weight:800; font-size:.75rem; }
.pricing-v2 .tier__title { margin:8px 0 6px; font-size:1.1rem; letter-spacing:-0.01em; }
.pricing-v2 .tier__price { display:flex; align-items:baseline; justify-content:center; gap:4px; margin: 6px 0; }
.pricing-v2 .tier__currency { color: var(--brand); font-weight:700; }
.pricing-v2 .tier__amount { font-size: 2rem; font-weight:800; letter-spacing:-0.02em; }
.pricing-v2 .tier__period { color: var(--muted); font-size:.9rem; }
.pricing-v2 .tier__note { color: var(--muted); margin: 4px 0 0; font-size: .9rem; }

.pricing-v2 .tier__features { list-style:none; margin: 12px 0 14px; padding:0; display:grid; gap:8px; flex-grow:1; }
.pricing-v2 .tier__features li { padding:8px 10px; border:1px dashed var(--border); border-radius:10px; background:#fff; }

.pricing-v2 .tier__cta { display:block; text-align:center; text-decoration:none; font-weight:800; padding:10px 14px; border-radius:10px; border:1px solid var(--brand); color:#fff; background: linear-gradient(135deg, var(--brand), var(--accent)); box-shadow: 0 10px 24px rgba(217,119,6,.25); margin-top: auto; }
.pricing-v2 .tier__cta--primary { background: linear-gradient(135deg, var(--brand-700), var(--accent)); }
.pricing-v2 .tier__cta:hover { transform: translateY(-1px); }

.pricing-v2 .pv2__included h2 { text-align:center; margin: 24px 0 18px; }
.pricing-v2 .pv2__grid { display:grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; }
.pricing-v2 .pv2__item { background:#fff; border:1px solid var(--border); border-radius:12px; padding:14px; box-shadow: 0 10px 24px rgba(17,24,39,.06); }

@media (max-width: 980px) {
  .pricing-v2 .pv2__tiers { grid-template-columns: 1fr; max-width:420px; }
  .pricing-v2 .pv2__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .pricing-v2 .pv2__grid { grid-template-columns: 1fr; }
}

/* Pricing Page Styles */
.pricing-header {
  text-align: center;
  margin-bottom: 4rem;
}

.pricing-guarantee {
  margin-top: 1.5rem;
}

 .chips--meta { display: flex; gap: .5rem; justify-content: center; flex-wrap: wrap; margin-top: 1rem; }
 .chip { background: rgba(var(--brand-rgb), .08); border: 1px solid rgba(var(--brand-rgb), .18); color: var(--text); padding: .35rem .7rem; border-radius: 999px; font-size: .85rem; }

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 4rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-card {
  background: rgba(255,255,255,0.95);
  border: 1px solid rgba(var(--brand-rgb), 0.12);
  border-radius: 20px;
  padding: 1.5rem 1.2rem;
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(20px);
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(var(--brand-rgb), 0.08);
}

.pricing-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(135deg, var(--brand), var(--brand-light));
  border-radius: 20px 20px 0 0;
}

.pricing-card::after {
  content: '';
  position: absolute;
  inset: -1px;
  background: linear-gradient(135deg, transparent, rgba(var(--brand-rgb), 0.1), transparent);
  border-radius: 20px;
  padding: 1px;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: xor;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.pricing-card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 25px 50px rgba(var(--brand-rgb), 0.2);
  border-color: rgba(var(--brand-rgb), 0.25);
}

.pricing-card:hover::after {
  opacity: 1;
}

.pricing-card--popular {
  background: linear-gradient(135deg, 
    rgba(255,255,255,0.98) 0%, 
    rgba(var(--brand-rgb), 0.02) 50%, 
    rgba(255,255,255,0.98) 100%);
  border: 2px solid var(--brand);
  transform: scale(1.08);
  box-shadow: 0 8px 30px rgba(var(--brand-rgb), 0.15);
}

.pricing-card--popular::before {
  height: 6px;
  background: linear-gradient(135deg, var(--brand), var(--brand-light), var(--accent));
}

.pricing-card--popular:hover {
  transform: translateY(-12px) scale(1.1);
  box-shadow: 0 30px 60px rgba(var(--brand-rgb), 0.25);
}

.popular-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(var(--brand-rgb), .1);
  color: var(--brand);
  padding: .35rem .6rem;
  border-radius: 999px;
  font-size: .75rem;
  font-weight: 600;
  border: 1px solid rgba(var(--brand-rgb), .25);
}

.pricing-header-card {
  text-align: center;
  margin-bottom: 1.5rem;
}

.pricing-header-card h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}

.pricing-value {
  margin-bottom: 1rem;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.2rem;
}

.currency {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--brand);
  margin-top: 0.5rem;
}

.amount {
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--text);
  line-height: 0.9;
  letter-spacing: -0.03em;
}

.period {
  font-size: 0.9rem;
  color: var(--text-muted);
  font-weight: 500;
  margin-bottom: 0.3rem;
}

.pricing-note {
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.4;
}

.pricing-features {
  margin-bottom: 1.2rem;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0;
  border-bottom: 1px solid rgba(var(--brand-rgb), 0.05);
}

.feature-item:last-child {
  border-bottom: none;
}

.feature-icon {
  color: var(--brand);
  font-weight: 600;
  font-size: 1.1rem;
}

.pricing-cta {
  display: block;
  text-align: center;
  padding: 1rem 1.5rem;
  background: linear-gradient(135deg, rgba(var(--brand-rgb), 0.08) 0%, rgba(var(--brand-rgb), 0.12) 100%);
  color: var(--brand);
  text-decoration: none;
  border-radius: 16px;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}

.pricing-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--brand), var(--brand-light));
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: 14px;
}

.pricing-cta--primary {
  background: linear-gradient(135deg, var(--brand), var(--brand-light));
  color: white;
  box-shadow: 0 4px 16px rgba(var(--brand-rgb), 0.3);
}

.pricing-cta--primary::before {
  background: linear-gradient(135deg, var(--brand-dark), var(--brand));
}

.pricing-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(var(--brand-rgb), 0.25);
}

.pricing-cta:hover::before {
  opacity: 1;
}

.pricing-cta span {
  position: relative;
  z-index: 1;
}

.pricing-cta--primary:hover {
  box-shadow: 0 12px 30px rgba(var(--brand-rgb), 0.4);
}

.pricing-benefits {
  margin-bottom: 4rem;
}

.pricing-benefits h2 {
  text-align: center;
  margin-bottom: 3rem;
  color: var(--text);
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.benefit-item {
  text-align: center;
  padding: 1.5rem;
  background: rgba(255,255,255,0.6);
  border: 1px solid rgba(var(--brand-rgb), 0.08);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.benefit-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(var(--brand-rgb), 0.1);
}

.benefit-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.benefit-item h3 {
  color: var(--text);
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.benefit-item p {
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.pricing-faq h2 {
  text-align: center;
  margin-bottom: 3rem;
  color: var(--text);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.faq-item {
  padding: 1.5rem;
  background: rgba(255,255,255,0.6);
  border: 1px solid rgba(var(--brand-rgb), 0.08);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.faq-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(var(--brand-rgb), 0.1);
}

.faq-item h3 {
  color: var(--text);
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.faq-item p {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 350px;
    gap: 1.5rem;
  }
  
  .pricing-card--popular {
    transform: none;
    order: -1;
  }
}

@media (max-width: 768px) {
  .pricing-grid {
    gap: 1rem;
  }
  
  .pricing-card {
    padding: 1.2rem 1rem;
  }
  
  .pricing-header-card {
    margin-bottom: 1rem;
  }
  
  .pricing-features {
    margin-bottom: 1rem;
  }
  
  .benefits-grid {
    grid-template-columns: 1fr;
  }
  
  .faq-grid {
    grid-template-columns: 1fr;
  }
} 

/* About page responsive grids */
.about-main-grid { grid-template-columns: 1.2fr 0.8fr; gap: 24px; align-items: start; }
.about-cards-grid { grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 24px; }

@media (max-width: 980px) {
  .about-main-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .about-cards-grid { grid-template-columns: 1fr; }
}

/* Footer mobile improvements */
@media (max-width: 760px) {
  .footer__inner { grid-template-columns: 1fr; text-align: center; }
  .footer__brand { justify-content: center; }
  .footer__links { justify-content: center; flex-wrap: wrap; }
}

/* Header mobile touch targets */
@media (max-width: 760px) {
  .header__inner { padding: 12px 0; }
  .header .button.header__cta { height: 40px; padding: 0 14px; font-size: .95rem; }
} 

/* Readable article width */
.prose { max-width: 70ch; margin-inline: auto; }
.prose h1, .prose h2, .prose h3 { line-height: 1.2; }

/* Tiny screens: stack hero actions */
@media (max-width: 480px) {
  .hero__actions { flex-direction: column; align-items: stretch; }
} 

/* Narrower layout for the "So arbeiten wir mit dir" section on mobile */
@media (max-width: 760px) {
  #schritte .container { width: 88%; }
  .timeline { overflow: hidden; }
}
@media (max-width: 480px) {
  #schritte .container { width: 86%; }
} 

/* Accessible helper */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 1px, 1px); white-space: nowrap; border: 0; }

/* Burger button polish */
@media (max-width: 760px) {
  .nav__toggle { gap: 6px; }
  .nav__toggle svg { display: block; }
}

/* Mobile: stack timeline items */
@media (max-width: 760px) {
  #schritte .timeline::before { display: none; }
  #schritte .t-item { width: 100%; left: 0; padding: 0; }
  #schritte .t-item .t-card { margin-bottom: 12px; }
  #schritte .t-index { left: 12px; right: auto; }
} 

/* Pricing v2 table: responsive stacking */
@media (max-width: 980px) {
  .pricing-v2 .pv2__thead { display: none; }
  .pricing-v2 .pv2__table { gap: 12px; }
  .pricing-v2 .pv2__row { grid-template-columns: 1fr; gap: 8px; }
  .pricing-v2 .pv2__row > div { padding: 12px 14px; }
  .pricing-v2 .pv2__row > div:first-child { font-weight: 800; color: #334155; }
  .pricing-v2 .pv2__row > div:nth-child(n+2) { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
  .pricing-v2 .pv2__row > div:nth-child(2)::before { content: "Starter"; font-weight: 800; color: var(--muted); }
  .pricing-v2 .pv2__row > div:nth-child(3)::before { content: "Business"; font-weight: 800; color: var(--muted); }
  .pricing-v2 .pv2__row > div:nth-child(4)::before { content: "Pro"; font-weight: 800; color: var(--muted); }
}

@media (max-width: 640px) {
  .pricing-v2 .pv2__row > div { padding: 10px 12px; }
} 

/* Horizontal scroll container for pricing compare */
.pv2__scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  position: relative;
}
.pv2__scroll::after {
  content: "";
  position: absolute;
  top: 0; right: 0; bottom: 0; width: 24px;
  background: linear-gradient(90deg, rgba(255,255,255,0), #fff);
  pointer-events: none;
}

/* Keep 4-column grid on small screens, enable snapping */
.pv2__scroll .pv2__table { min-width: 720px; scroll-snap-type: x proximity; }
.pv2__scroll .pv2__thead > div,
.pv2__scroll .pv2__row > div { scroll-snap-align: start; }

@media (max-width: 980px) {
  /* Re-enable 4-col layout under mobile by overriding earlier stacking */
  .pricing-v2 .pv2__thead { display: grid; }
  .pricing-v2 .pv2__row { grid-template-columns: 2fr 1fr 1fr 1fr; }
  .pricing-v2 .pv2__row > div:nth-child(n+2)::before { content: none; }
} 