:root {
  --icb-blue: #1464aa;
  --icb-blue-dark: #0f4f86;
  --icb-red: #e61428;
  --icb-charcoal: #2c2c2c;
  --icb-ink: #111111;
  --icb-soft: #eaf4fb;
  --icb-muted: #5d5b57;
  --icb-white: #ffffff;
  --icb-serif: Georgia, "Times New Roman", serif;
  --icb-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--icb-ink); background: var(--icb-soft); font-family: var(--icb-sans); line-height: 1.6; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
button, .button, a { min-height: 48px; }
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(20,100,170,.25); backdrop-filter: blur(12px); }
.language-bar { display: flex; flex-wrap: wrap; justify-content: center; gap: .9rem; padding: .75rem 1rem; background: var(--icb-blue); }
.language-bar button { min-height: 32px; padding: .2rem .35rem; border: 0; color: rgba(255,255,255,.75); background: transparent; cursor: pointer; text-transform: uppercase; letter-spacing: .14em; font-size: .72rem; }
.language-bar button.active, .language-bar button:hover { color: #fff; text-decoration: underline; text-underline-offset: 5px; }
.header-inner { max-width: 1240px; margin: 0 auto; padding: 1.05rem 1.25rem; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 1.25rem; align-items: center; }
.brand-lockup { display: inline-flex; align-items: center; justify-content: flex-start; gap: 1rem; min-width: 0; }
.brand-mark-wrap { width: 176px; height: 96px; padding: .35rem; overflow: visible; display: grid; place-items: center; flex: 0 0 auto; }
.brand-mark { width: 100%; height: 100%; object-fit: contain; }
.brand-name { display: grid; color: #000; font-family: var(--icb-serif); font-weight: 700; line-height: .96; font-size: clamp(1.35rem, 2.1vw, 2rem); text-align: center; }
.brand-second { transform: translateX(1.1rem); margin-top: .2rem; }
.brand-second small { font-size: .52em; letter-spacing: .14em; }
.nav-toggle { display: none; border: 1px solid rgba(20,100,170,.3); border-radius: 999px; background: #fff; color: var(--icb-blue); padding: .65rem 1rem; cursor: pointer; }
.primary-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(.8rem, 1.3vw, 1.8rem); }
.primary-nav a { display: inline-flex; align-items: center; justify-content: center; padding: .45rem .15rem; font-size: .92rem; color: #111; }
.primary-nav a:hover { color: var(--icb-red); }
.nav-quote { border-radius: 999px; background: var(--icb-blue); color: #fff !important; padding: .72rem 1rem !important; text-transform: uppercase; letter-spacing: .12em; font-size: .76rem !important; }
.nav-quote:hover { background: var(--icb-red); color: #fff !important; }
.nav-tagline { margin: 0 auto; max-width: 1240px; padding: 0 1.25rem 1rem; text-align: center; color: #000; font-family: var(--icb-serif); font-weight: 700; text-transform: uppercase; letter-spacing: .22em; font-size: clamp(1rem, 1.3vw, 1.25rem); }
.site-main { min-height: 60vh; }
.hero-section, .section, .page-hero { max-width: 1240px; margin: 0 auto; padding: clamp(3.5rem, 6vw, 6rem) 1.25rem; }
.hero-section { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.eyebrow { color: var(--icb-blue); text-transform: uppercase; letter-spacing: .28em; font-size: .78rem; font-weight: 700; margin: 0 0 1rem; }
h1, h2, h3 { font-family: var(--icb-serif); line-height: 1.05; letter-spacing: 0; margin: 0; }
h1 { font-size: clamp(3rem, 6vw, 5.75rem); }
h2 { font-size: clamp(2.2rem, 4vw, 4.5rem); }
h3 { font-size: clamp(1.5rem, 2.2vw, 2.2rem); }
.lead, .hero-copy p:not(.eyebrow):not(.hero-tagline), .section-heading p, .bio-copy p, .about-company p, .legal-copy p, .support-copy p { color: var(--icb-muted); font-size: 1.08rem; line-height: 1.85; }
.hero-tagline { margin: 3rem 0 1rem; color: var(--icb-blue); font-family: var(--icb-serif); font-size: clamp(1.55rem, 2.3vw, 2.2rem); }
.hero-media { display: grid; grid-template-columns: minmax(160px,.48fr) minmax(260px,1fr); gap: 1.5rem; align-items: center; }
.hero-logo-card { display: grid; justify-items: center; text-align: center; color: #000; font-family: var(--icb-serif); font-weight: 700; font-size: clamp(1.3rem, 2vw, 2rem); }
.hero-logo-card img { width: min(210px, 100%); object-fit: contain; }
.hero-logo-card span { display: block; transform: translateX(.7rem); }
.hero-image { width: 100%; max-height: 620px; object-fit: contain; border-radius: 1.25rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; border-radius: 999px; padding: .85rem 1.35rem; border: 1px solid transparent; font-size: .86rem; font-weight: 800; letter-spacing: .14em; line-height: 1.2; text-align: center; text-transform: uppercase; transition: transform .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--icb-blue); box-shadow: 0 16px 30px rgba(20,100,170,.18); }
.button-primary:hover { background: var(--icb-red); }
.button-subtle { color: var(--icb-blue); background: #fff; border-color: rgba(20,100,170,.2); }
.button-subtle:hover { color: var(--icb-red); }
.button-ghost { color: var(--icb-blue); background: var(--icb-soft); border-color: rgba(20,100,170,.24); }
.button-dark { color: #fff; background: var(--icb-charcoal); }
.button-dark:hover { background: #111; }
.button-light { color: var(--icb-blue); background: #fff; }
.button-outline-light { color: #fff; border-color: rgba(255,255,255,.5); background: transparent; }
.whatsapp-button { background: var(--icb-blue); color: #fff; }
.whatsapp-button:hover { background: var(--icb-red); color: #fff; }
.soft { background: rgba(255,255,255,.45); }
.section-heading { max-width: 850px; margin-bottom: 2rem; }
.section-heading.compact { text-align: center; margin-left: auto; margin-right: auto; }
.card-grid { display: grid; gap: 1.25rem; }
.card-grid.three { grid-template-columns: repeat(3, minmax(0,1fr)); }
.service-card, .review-card, .human-card, .proof-card, .contact-hub, .google-panel, .support-copy, .legal-copy, .icb-form { border: 1px solid rgba(20,100,170,.18); border-radius: 1.4rem; background: #fff; box-shadow: 0 18px 50px rgba(20,100,170,.08); }
.service-card { padding: 1.45rem; display: flex; flex-direction: column; gap: 1rem; }
.service-card h2, .service-card h3 { color: var(--icb-blue); font-size: 1.65rem; }
.service-card p { margin: 0; color: var(--icb-muted); }
.service-card ul { margin: 0; padding-left: 1.2rem; color: var(--icb-muted); }
.price { color: var(--icb-charcoal) !important; font-weight: 800; }
.card-actions, .compact-cta, .contact-grid, .google-grid, .payment-grid { display: flex; flex-wrap: wrap; gap: .9rem; align-items: center; justify-content: center; }
.compact-cta { margin-top: 2rem; }
.compact-cta.left { justify-content: flex-start; }
.cta-band { max-width: none; background: var(--icb-blue); color: #fff; text-align: center; }
.cta-band h2 { max-width: 900px; margin: 0 auto 1.5rem; }
.page-hero { text-align: center; }
.page-hero.dark { max-width: none; background: var(--icb-charcoal); color: #fff; }
.page-hero.dark .lead { color: #dceeff; }
.kitchen-feature, .bio-layout, .about-company { display: grid; grid-template-columns: .95fr 1.05fr; gap: 2rem; align-items: center; }
.kitchen-feature img, .bio-photo img, .about-company img { width: 100%; border-radius: 1.5rem; box-shadow: 0 22px 55px rgba(20,100,170,.16); object-fit: contain; background: #fff; }
.bio-photo img { max-height: 720px; object-fit: cover; object-position: center top; }
.about-company img { max-height: 760px; width: auto; margin: 0 auto; }
.human-rights-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1rem; }
.human-card { min-height: 170px; padding: 1.5rem; display: grid; place-items: center; text-align: center; }
.human-card strong { display: grid; place-items: center; width: 70px; height: 70px; border-radius: 999px; color: #fff; background: var(--icb-blue); }
.human-card span { color: var(--icb-charcoal); font-weight: 800; }
.trust-page { background: var(--icb-charcoal); }
.proof-list { max-width: 1160px; }
.proof-card { margin-bottom: 2rem; padding: 1rem; background: rgba(20,100,170,.18); border-color: rgba(125,187,232,.4); color: #fff; }
.proof-card h2 { color: #eaf4fb; font-size: 2rem; margin: .5rem .5rem 1rem; }
.proof-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1rem; }
.proof-grid figure { margin: 0; }
.proof-grid img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 1rem; }
.proof-grid figcaption { color: #fff; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; margin-top: .5rem; text-align: center; }
.review-card { padding: 1.4rem; display: flex; min-height: 310px; flex-direction: column; justify-content: space-between; }
.review-card p { color: var(--icb-muted); margin: 0 0 1rem; }
.stars { color: var(--icb-red); font-size: 1.2rem; letter-spacing: .08em; }
.contact-grid, .google-grid, .payment-grid { align-items: stretch; }
.contact-grid .button, .google-grid .button, .payment-grid .button { flex: 1 1 230px; }
.support-note { text-align: center; color: var(--icb-muted); }
.google-panel, .support-copy { padding: 2rem; text-align: center; }
.icb-form { max-width: 760px; margin: 0 auto; padding: 2rem; display: grid; gap: .75rem; }
.icb-form label { font-weight: 800; color: var(--icb-charcoal); }
.icb-form input, .icb-form select, .icb-form textarea { width: 100%; min-height: 48px; border: 1px solid rgba(20,100,170,.28); border-radius: .9rem; padding: .85rem 1rem; background: #fff; }
.form-note { color: var(--icb-muted); font-size: .95rem; }
.legal-copy { max-width: 880px; padding: 2rem; }
.legal-copy h2 { margin-top: 1.4rem; color: var(--icb-blue); font-size: 1.8rem; }
.site-footer { background: var(--icb-blue); color: rgba(255,255,255,.88); text-align: center; padding: 2.5rem 1.25rem; }
.footer-brand { font-family: var(--icb-serif); font-size: 1.35rem; color: #fff; margin-bottom: 1rem; }
.footer-legal { max-width: 860px; margin: 0 auto; border-top: 1px solid rgba(255,255,255,.22); padding-top: 1.4rem; }
.footer-legal nav { display: flex; flex-wrap: wrap; gap: .8rem 1.4rem; justify-content: center; margin: 1rem 0; text-transform: uppercase; letter-spacing: .16em; font-size: .75rem; }
.footer-legal a:hover { color: #dceeff; }
.data-note { max-width: 720px; margin: 1rem auto; color: rgba(255,255,255,.78); font-size: .9rem; }
.established { text-transform: uppercase; letter-spacing: .2em; font-size: .75rem; color: rgba(255,255,255,.75); }
.cookie-banner { position: fixed; left: 1rem; right: 1rem; bottom: max(1rem, env(safe-area-inset-bottom)); z-index: 9998; margin: 0 auto; max-width: 980px; padding: 1rem; border-radius: 1rem; background: #fff; box-shadow: 0 18px 60px rgba(17,17,17,.18); display: none; gap: 1rem; align-items: center; justify-content: space-between; }
.cookie-banner.visible { display: flex; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: .6rem; }
.cookie-actions button { border: 0; }
iframe[src*="app.famulor.de"] { position: fixed !important; right: 20px !important; bottom: max(20px, env(safe-area-inset-bottom)) !important; z-index: 999999 !important; max-width: calc(100vw - 40px) !important; }
@media (max-width: 1024px) {
  .primary-nav { grid-column: 1 / -1; justify-content: center; flex-wrap: wrap; }
  .header-inner { grid-template-columns: 1fr; justify-items: center; }
  .hero-section, .hero-media, .kitchen-feature, .bio-layout, .about-company { grid-template-columns: 1fr; }
  .hero-media { max-width: 760px; margin: 0 auto; }
  .card-grid.three, .human-rights-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 768px) {
  .language-bar { gap: .4rem .8rem; }
  .header-inner { grid-template-columns: minmax(0,1fr) auto; justify-items: stretch; padding: .8rem 1rem; }
  .brand-mark-wrap { width: 118px; height: 68px; }
  .brand-name { font-size: 1.25rem; }
  .brand-second { transform: translateX(.55rem); }
  .nav-toggle { display: inline-flex; justify-content: center; align-items: center; }
  .primary-nav { display: none; grid-column: 1 / -1; width: 100%; padding-top: 1rem; }
  .primary-nav.open { display: grid; gap: .35rem; }
  .primary-nav a { width: 100%; border-radius: .8rem; padding: .85rem 1rem; background: rgba(20,100,170,.08); }
  .nav-tagline { font-size: .96rem; letter-spacing: .16em; padding-bottom: .8rem; }
  .hero-section, .section, .page-hero { padding: 3rem 1rem; }
  h1 { font-size: clamp(2.45rem, 14vw, 4rem); }
  h2 { font-size: clamp(2rem, 10vw, 3.25rem); }
  .hero-media { grid-template-columns: 1fr; }
  .hero-logo-card { order: 2; }
  .hero-image { order: 1; max-height: 430px; }
  .card-grid.three, .human-rights-grid, .proof-grid { grid-template-columns: 1fr; }
  .service-card, .review-card { min-height: auto; }
  .button { width: 100%; padding-left: 1rem; padding-right: 1rem; }
  .compact-cta.left { justify-content: center; }
  .bio-photo img { max-height: 560px; }
  .about-company img { width: 100%; max-height: none; }
  .cookie-banner { align-items: stretch; flex-direction: column; }
  .cookie-actions { display: grid; }
  iframe[src*="app.famulor.de"] { right: 14px !important; bottom: max(14px, env(safe-area-inset-bottom)) !important; max-width: calc(100vw - 28px) !important; }
}
@media (max-width: 430px) {
  .brand-lockup { gap: .45rem; }
  .brand-mark-wrap { width: 92px; height: 56px; }
  .brand-name { font-size: 1.02rem; }
  .nav-tagline { font-size: .78rem; }
  .hero-tagline { margin-top: 2rem; }
}
