/* ============================================================
   GRÄF — Page & Section Styles (Home + Unterseiten)
   ============================================================ */

/* ---------- Gemeinsame Section-Kopfzeile ---------- */
.sec-head-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; flex-wrap: wrap; margin-bottom: 40px; }

/* ============================================================
   HERO — A: BLOCKSTARK
   ============================================================ */
.hero-block { background: var(--blue-900); color: #fff; position: relative; overflow: hidden; }
.hero-block-bg { position: absolute; inset: 0; overflow: hidden; }
.hb-slash { position: absolute; height: 220%; width: 90px; top: -60%; transform: skewX(-18deg); opacity: .9; }
.hero-block .hb-1 { right: 30%; background: var(--blue-700); opacity: .5; }
.hero-block .hb-2 { right: 24%; width: 30px; background: var(--red-600); opacity: .55; }
.hero-block .hb-3 { right: 19%; width: 18px; background: var(--gold-500); opacity: .6; }
.hero-block-in { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; gap: 56px; align-items: center; padding-block: clamp(48px, 7vw, 96px); }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 12px; font-weight: 700; font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-300); }
.hero-eyebrow.dark { color: var(--blue-600); }
.hero-h1 { font-size: var(--fs-display); font-weight: 900; line-height: .92; letter-spacing: -.03em; margin: 22px 0 0; }
.hero-h1 .hw-0 { color: #fff; } .hero-h1 .hw-1 { color: var(--gold-500); } .hero-h1 .hw-2 { color: #fff; position: relative; }
.hero-sub { font-size: var(--fs-lead); line-height: 1.55; margin-top: 24px; max-width: 520px; color: var(--ink-soft); }
.hero-sub.light { color: rgba(255,255,255,.82); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.hero-stats { display: flex; flex-wrap: wrap; gap: 36px; margin-top: 44px; }
.hero-stat { display: flex; flex-direction: column; }
.hero-stat-v { font-family: var(--font-display); font-weight: 900; font-size: 2rem; letter-spacing: -.02em; color: var(--gold-300); line-height: 1; }
.hero-block .hero-stat-l, .hero-diag .hero-stat-l { color: rgba(255,255,255,.7); }
.hero-stat-l { font-size: .88rem; margin-top: 6px; color: var(--muted); font-weight: 600; }
.hero-media { position: relative; }
/* ---- Hero 3D Showcase ---- */
.hero3d { position: relative; width: 100%; aspect-ratio: 4 / 5; border-radius: var(--r-xl); overflow: hidden; border: 1px solid var(--line); background: var(--blue-900); box-shadow: var(--sh-lg); }
.hero3d-canvas { position: absolute; inset: 0; width: 100% !important; height: 100% !important; display: block; }
.hero3d-label { position: absolute; top: 18px; left: 18px; padding: 10px 18px; border-radius: var(--r-pill); background: rgba(22,24,43,.52); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); color: #fff; font-weight: 600; font-size: .92rem; letter-spacing: .03em; animation: h3d-label .55s var(--ease); pointer-events: none; }
@keyframes h3d-label { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.hero3d-dots { position: absolute; right: 18px; bottom: 18px; display: flex; gap: 8px; }
.hero3d-dot { width: 9px; height: 9px; border-radius: 50%; border: 0; padding: 0; background: rgba(255,255,255,.42); cursor: pointer; transition: transform .2s var(--ease), background .2s var(--ease); }
.hero3d-dot:hover { background: rgba(255,255,255,.8); }
.hero3d-dot.on { background: #fff; transform: scale(1.3); }
.hero-media-badge { position: absolute; bottom: 22px; left: -18px; background: #fff; color: var(--ink); border-radius: var(--r-md); padding: 14px 18px; display: flex; align-items: center; gap: 12px; box-shadow: var(--sh-lg); }
.hero-media-badge svg { color: var(--blue-700); }
.hero-media-badge strong { display: block; font-size: 21px; } .hero-media-badge span { font-size: 21px; color: var(--muted); }
@media (max-width: 900px) { .hero-block-in { grid-template-columns: 1fr; gap: 36px; } .hero-media { max-width: 380px; } }

/* ---------- HERO — B: EDITORIAL ---------- */
.hero-edi { background: var(--cream); padding-top: clamp(36px,5vw,64px); padding-bottom: clamp(48px,7vw,96px); border-bottom: 1px solid var(--line); }
.hero-edi-top { max-width: 1000px; }
.hero-edi-h1 { font-size: clamp(2.6rem,1.2rem+5vw,5.5rem); font-weight: 800; line-height: .98; letter-spacing: -.03em; margin-top: 22px; color: var(--ink); }
.hero-edi-h1 em { font-style: italic; color: var(--blue-700); font-weight: 700; }
.hero-edi-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 44px; margin-top: 40px; align-items: end; }
.hero-edi-side .hero-sub { margin-top: 0; }
.hero-edi-rule { height: 1px; background: var(--line); margin: 28px 0; }
@media (max-width: 880px) { .hero-edi-grid { grid-template-columns: 1fr; gap: 28px; } }

/* ---------- HERO — C: DIAGONAL ---------- */
.hero-diag { background: linear-gradient(120deg, #14173a, var(--blue-900) 60%, #241a3a); color: #fff; position: relative; overflow: hidden; padding-bottom: clamp(40px,5vw,64px); }
.hero-diag-stripes { position: absolute; inset: 0; background: repeating-linear-gradient(122deg, transparent 0 46px, rgba(252,192,39,.05) 46px 48px, transparent 48px 92px, rgba(228,29,33,.05) 92px 94px); }
.hero-diag-in { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; padding-top: clamp(40px,6vw,80px); }
.hero-diag-h1 { font-size: clamp(2.6rem,1.2rem+5vw,5.2rem); font-weight: 900; line-height: .96; letter-spacing: -.03em; margin-top: 22px; }
.hero-diag-mark { color: var(--gold-500); position: relative; display: inline-block; }
.hero-diag-mark::after { content: ""; position: absolute; left: -4px; right: -4px; bottom: 6px; height: 12px; background: var(--red-600); opacity: .85; z-index: -1; transform: skewX(-12deg); }
.hero-pulse-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--red-500); box-shadow: 0 0 0 0 rgba(242,58,62,.6); animation: pulse 2s infinite; }
.hero-diag-media { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items: start; }
.hero-diag .hero-stats { position: relative; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.12); }
@media (max-width: 900px) { .hero-diag-in { grid-template-columns: 1fr; gap: 32px; } }

/* ============================================================
   3 SÄULEN
   ============================================================ */
.pillars-sec { padding-block: clamp(44px,5vw,72px); }
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pillar { padding: 30px; border-radius: var(--r-lg); background: #fff; border: 1px solid var(--line); }
.pillar-ico { width: 56px; height: 56px; border-radius: var(--r-md); display: grid; place-items: center; color: #fff; background: var(--blue-700); margin-bottom: 18px; }
.pillar:nth-child(2) .pillar-ico { background: var(--red-600); }
.pillar:nth-child(3) .pillar-ico { background: var(--gold-500); color: var(--ink); }
@media (max-width: 800px) { .pillars { grid-template-columns: 1fr; } }

/* ============================================================
   SERVICE GRID
   ============================================================ */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.svc-cell { display: flex; }
@media (max-width: 900px) { .svc-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .svc-grid { grid-template-columns: 1fr; } }

/* ============================================================
   TOOLS TEASER
   ============================================================ */
.tools-teaser { background: var(--blue-900); color: #fff; position: relative; overflow: hidden; }
.tools-teaser::before { content: ""; position: absolute; top: -40%; right: -10%; width: 50%; height: 180%; background: repeating-linear-gradient(120deg, transparent 0 40px, rgba(255,255,255,.03) 40px 42px); transform: skewX(-16deg); }
.tt-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 44px; position: relative; }
.tt-card { display: flex; flex-direction: column; text-align: left; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); border-radius: var(--r-lg); padding: 26px; cursor: pointer; transition: transform .2s var(--ease), background .2s, border-color .2s; color: #fff; }
.tt-card:hover { transform: translateY(-4px); background: rgba(255,255,255,.09); border-color: var(--gold-300); }
.tt-ico { width: 54px; height: 54px; border-radius: var(--r-md); display: grid; place-items: center; margin-bottom: 18px; }
.tt-blue { background: var(--blue-600); } .tt-gold { background: var(--gold-500); color: var(--ink); } .tt-red { background: var(--red-600); }
.tt-glyph { font-family: var(--font-display); font-weight: 900; font-size: 1.7rem; line-height: 1; }
.tt-t { font-family: var(--font-display); font-weight: 800; font-size: 1.18rem; min-height: 2.6em; display: flex; align-items: flex-start; }
.tt-x { color: rgba(255,255,255,.7); font-size: .92rem; margin-top: 8px; line-height: 1.5; }
.tt-go { display: inline-flex; align-items: center; gap: 6px; color: var(--gold-300); font-weight: 700; font-size: .9rem; margin-top: auto; padding-top: 18px; }
.tt-card:hover .tt-go svg { transform: translateX(4px); transition: transform .2s; }
@media (max-width: 900px) { .tt-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .tt-grid { grid-template-columns: 1fr; } }

/* ============================================================
   GALERIE TEASER
   ============================================================ */
.gal-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
/* Dynamischer Hover: überfahrenes Bild zoomt & wird scharf, Rest schrumpft & wird unscharf */
.gal-item { transition: transform .45s var(--ease), filter .45s var(--ease), opacity .45s var(--ease); will-change: transform, filter; }
.gal-grid:hover .gal-item { transform: scale(.8); filter: blur(3px) saturate(.85); opacity: .6; }
.gal-grid:hover .gal-item:hover { transform: scale(1.06); filter: none; opacity: 1; z-index: 2; position: relative; }
.gal-item > div { transition: box-shadow .45s var(--ease); }
.gal-grid:hover .gal-item:hover > div { box-shadow: var(--sh-lg); }
@media (max-width: 820px) { .gal-grid { grid-template-columns: 1fr 1fr; } }
@media (hover: none) { .gal-grid:hover .gal-item, .gal-grid:hover .gal-item:hover { transform: none; filter: none; opacity: 1; } }

/* ============================================================
   KONTAKT CTA BOX
   ============================================================ */
.cta-box { position: relative; border-radius: var(--r-xl); overflow: hidden; background: linear-gradient(120deg, var(--blue-800), var(--blue-900)); }
.cta-box-bg { position: absolute; inset: 0; overflow: hidden; }
.cta-box .hb-slash { right: 14%; }
.cta-box .hb-1 { background: var(--red-600); opacity: .5; width: 40px; }
.cta-box .hb-2 { right: 10%; background: var(--gold-500); opacity: .55; width: 22px; }
.cta-box-in { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 36px; padding: clamp(34px,5vw,60px); flex-wrap: wrap; }
.cta-box-actions { display: grid; gap: 14px; }
.cta-call { display: flex; align-items: center; gap: 18px; background: #fff; border-radius: var(--r-lg); padding: 18px 22px; box-shadow: var(--sh-lg); position: relative; overflow: hidden; transition: transform .18s var(--ease), box-shadow .18s var(--ease); }
.cta-call::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 5px; background: linear-gradient(var(--blue-700), var(--red-600), var(--gold-500)); }
.cta-call:hover { transform: translateY(-3px); box-shadow: 0 30px 64px rgba(22,24,43,.28); }
.cta-call-ring { width: 56px; height: 56px; border-radius: 50%; background: var(--blue-700); color: #fff; display: grid; place-items: center; flex: none; position: relative; }
.cta-call-ring::after { content: ""; position: absolute; inset: -6px; border-radius: 50%; border: 2px solid var(--blue-700); opacity: .5; animation: callring 1.8s ease-out infinite; }
@keyframes callring { 0% { transform: scale(.85); opacity: .6; } 100% { transform: scale(1.25); opacity: 0; } }
.cta-call-body { display: grid; gap: 2px; }
.cta-call-status { display: inline-flex; align-items: center; gap: 7px; font-size: .76rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: #1f8a5b; }
.cta-call-status i { width: 8px; height: 8px; border-radius: 50%; background: #34d27b; box-shadow: 0 0 0 0 rgba(52,210,123,.6); animation: pulse 2s infinite; }
.cta-call-num { font-family: var(--font-display); font-weight: 900; font-size: clamp(1.5rem,1.1rem+1.4vw,2rem); letter-spacing: -.02em; color: var(--ink); line-height: 1.1; }
.cta-call-hint { font-size: .82rem; color: var(--muted); }
.cta-call-arrow { margin-left: auto; color: var(--blue-700); flex: none; transition: transform .18s var(--ease); }
.cta-call:hover .cta-call-arrow { transform: translateX(5px); }

/* Notdienst-Zustand (außerhalb der Öffnungszeiten) */
.cta-call-not::before { background: linear-gradient(var(--red-600), var(--red-700)); }
.cta-call-not .cta-call-ring { background: var(--red-600); }
.cta-call-not .cta-call-ring::after { border-color: var(--red-600); }
.cta-call-not .cta-call-status { color: var(--red-600); }
.cta-call-not .cta-call-status i { background: var(--red-500); box-shadow: 0 0 0 0 rgba(242,58,62,.6); }
.cta-call-not .cta-call-arrow { color: var(--red-600); }

/* ============================================================
   PAGE HERO (Unterseiten)
   ============================================================ */
.page-hero { background: var(--blue-900); color: #fff; position: relative; overflow: hidden; }
.page-hero-photo { position: absolute; top: 0; right: 0; bottom: 0; width: min(64%, 820px); background: url("../assets/hero-bg.webp") center / cover no-repeat; -webkit-mask-image: linear-gradient(101deg, transparent 16%, #000 62%); mask-image: linear-gradient(101deg, transparent 16%, #000 62%); }
.page-hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(101deg, var(--blue-900) 26%, rgba(28,33,80,.78) 50%, rgba(28,33,80,.52) 76%, rgba(28,33,80,.42) 100%); }
@media (max-width: 720px) { .page-hero-photo { width: 88%; -webkit-mask-image: linear-gradient(110deg, transparent 6%, #000 70%); mask-image: linear-gradient(110deg, transparent 6%, #000 70%); } .page-hero-photo::after { background: linear-gradient(110deg, var(--blue-900) 30%, rgba(28,33,80,.72) 62%, rgba(28,33,80,.45) 100%); } }
.page-hero-stripes { position: absolute; inset: 0; background: repeating-linear-gradient(122deg, transparent 0 44px, rgba(255,255,255,.035) 44px 46px); }
.page-hero-in { position: relative; padding-block: clamp(44px,6vw,82px); }
.page-hero-ico { width: 60px; height: 60px; border-radius: var(--r-md); background: var(--blue-700); display: grid; place-items: center; margin-bottom: 22px; }

/* Hero-Textaufbau (Animation) */
@media (prefers-reduced-motion: no-preference) {
  .ph-anim { opacity: 0; animation: phUp .6s var(--ease) both; }
  .ph-ico { animation: phPop .6s var(--ease) both; }
  .ph-word { display: inline-block; opacity: 0; transform: translateY(.55em); animation: phWord .62s var(--ease) both; }
}
@keyframes phUp { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
@keyframes phPop { from { opacity: 0; transform: scale(.8); } to { opacity: 1; transform: none; } }
@keyframes phWord { from { opacity: 0; transform: translateY(.55em); } to { opacity: 1; transform: none; } }

/* ============================================================
   LEISTUNGEN — abwechselnde Reihen
   ============================================================ */
.leist-list { display: grid; gap: 48px; }
.leist-row { display: grid; grid-template-columns: 1fr 1.1fr; gap: 44px; align-items: center; }
.leist-row.rev .leist-media { order: 2; }
.leist-ico { width: 54px; height: 54px; border-radius: var(--r-md); display: grid; place-items: center; color: #fff; }
.tone-blue { background: var(--blue-700); }
.tone-red { background: var(--red-600); }
.tone-gold { background: var(--gold-500); color: var(--ink); }
.tone-ink { background: var(--ink); }
.leist-points { list-style: none; padding: 0; margin: 20px 0 0; display: grid; gap: 10px; }
.leist-points li { display: flex; align-items: center; gap: 10px; color: var(--ink-soft); font-weight: 500; }
.leist-points svg { color: #1f8a5b; flex: none; }
@media (max-width: 820px) { .leist-row, .leist-row.rev { grid-template-columns: 1fr; gap: 22px; } .leist-row.rev .leist-media { order: 0; } }

/* Badplaner CTA */
.badplaner-cta-sec { background: var(--surface-2); }
.badplaner-cta { display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px; align-items: center; }
@media (max-width: 820px) { .badplaner-cta { grid-template-columns: 1fr; gap: 28px; } }

/* ============================================================
   BÄDER — Masonry + Steps
   ============================================================ */
.mason { columns: 4; column-gap: 18px; }
.mason-item { break-inside: avoid; margin-bottom: 18px; }
@media (max-width: 1000px) { .mason { columns: 3; } }
@media (max-width: 720px) { .mason { columns: 2; } }
@media (max-width: 440px) { .mason { columns: 1; } }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 44px; }
.step { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px; position: relative; }
.step-n { font-family: var(--font-display); font-weight: 900; font-size: 2.4rem; line-height: 1; color: var(--blue-100); letter-spacing: -.04em; }
.step:nth-child(2) .step-n { color: var(--red-100); } .step:nth-child(3) .step-n { color: var(--gold-100); }
@media (max-width: 820px) { .steps { grid-template-columns: 1fr 1fr; } }
@media (max-width: 460px) { .steps { grid-template-columns: 1fr; } }

/* ============================================================
   TOOLS-SEITE
   ============================================================ */
.tool-tabs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 30px; }
.tool-tab { display: inline-flex; align-items: center; gap: 9px; padding: 13px 20px; border-radius: var(--r-pill); border: 1.5px solid var(--line); background: #fff; font-family: var(--font-body); font-weight: 700; font-size: .96rem; color: var(--ink-soft); cursor: pointer; transition: all .15s; }
.tool-glyph { font-family: var(--font-display); font-weight: 900; font-size: 1.25rem; line-height: 1; width: 20px; text-align: center; }
.tool-card-glyph { font-family: var(--font-display); font-weight: 900; font-size: 1.55rem; line-height: 1; }
.tool-tab:hover { border-color: var(--blue-300); color: var(--blue-700); }
.tool-tab.active { background: var(--blue-700); color: #fff; border-color: var(--blue-700); box-shadow: var(--sh-blue); }
.tool-stage { max-width: 860px; }

/* ============================================================
   ÜBER UNS
   ============================================================ */
.about-intro { display: grid; grid-template-columns: 1.3fr 1fr; gap: 48px; align-items: center; }
.gewerke { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.gewerk { display: inline-flex; align-items: center; gap: 8px; background: var(--blue-50); color: var(--blue-800); border: 1px solid var(--blue-100); border-radius: var(--r-pill); padding: 9px 16px; font-weight: 600; font-size: .92rem; }
.gewerk svg { color: var(--blue-600); }
@media (max-width: 820px) { .about-intro { grid-template-columns: 1fr; gap: 28px; } .about-media { max-width: 360px; } }

.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 44px; }
.value-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px; }
.value-ico { width: 56px; height: 56px; border-radius: var(--r-md); display: grid; place-items: center; color: var(--blue-700); background: var(--blue-50); border: 1px solid var(--blue-100); }
@media (max-width: 860px) { .values-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 460px) { .values-grid { grid-template-columns: 1fr; } }

.stats-band { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; padding: 40px; background: var(--surface-2); border-radius: var(--r-xl); border: 1px solid var(--line); }
@media (max-width: 820px) { .stats-band { grid-template-columns: 1fr 1fr; gap: 32px; } }

/* ---- Inhaber / Team ---- */
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 48px; }
.team-card { display: flex; flex-direction: column; align-items: center; text-align: center; background: #fff; border: 1px solid var(--line); border-radius: var(--r-xl); padding: 36px 28px 32px; transition: transform .28s var(--ease), box-shadow .28s var(--ease); }
.team-card:hover { transform: translateY(-4px); box-shadow: var(--sh-md); }
.team-photo { width: 188px; height: 188px; border-radius: var(--r-pill); overflow: hidden; background: radial-gradient(circle at 50% 38%, var(--blue-50), var(--surface-2)); }
.team-photo img { width: 100%; height: 100%; object-fit: contain; display: block; }
.team-name { font-size: 1.4rem; font-weight: 600; margin-top: 22px; color: var(--ink); }
.team-role { display: inline-flex; align-items: center; gap: 7px; margin-top: 12px; padding: 7px 16px; border-radius: var(--r-pill); background: var(--blue-50); border: 1px solid var(--blue-100); color: var(--blue-800); font-size: .88rem; font-weight: 500; letter-spacing: .01em; }
.team-role svg { color: var(--blue-600); }
@media (max-width: 760px) { .team-grid { grid-template-columns: 1fr; max-width: 380px; margin-inline: auto; } }

/* ============================================================
   KONTAKT
   ============================================================ */
.kontakt-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px; align-items: start; }
@media (max-width: 880px) { .kontakt-grid { grid-template-columns: 1fr; } }
.kontakt-form-wrap { background: #fff; border: 1px solid var(--line); border-radius: var(--r-xl); padding: clamp(24px,4vw,40px); box-shadow: var(--sh-md); }
.kontakt-form { display: grid; gap: 18px; }
.kf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 520px) { .kf-row { grid-template-columns: 1fr; } }
.kf-field { display: grid; gap: 7px; }
.kf-field label { font-weight: 700; font-size: .9rem; }
.kf-field input, .kf-field textarea { border: 1.5px solid var(--line); border-radius: var(--r-md); padding: 13px 15px; font-family: inherit; font-size: 1rem; outline: none; transition: border-color .15s; background: var(--cream); resize: vertical; }
.kf-field input:focus, .kf-field textarea:focus { border-color: var(--blue-600); background: #fff; }
.kf-field .kf-err { border-color: var(--red-500); background: var(--red-100); }
.kf-note { font-size: .82rem; color: var(--muted); line-height: 1.5; margin: 0; }
.kontakt-success { text-align: center; padding: 30px 10px; }
.ks-ico { width: 72px; height: 72px; border-radius: 50%; background: #e7f6ee; color: #1f8a5b; display: grid; place-items: center; margin: 0 auto 20px; }

.kontakt-info { display: grid; gap: 18px; }
.ki-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 24px; display: grid; gap: 14px; }
.ki-line { display: flex; align-items: center; gap: 14px; }
.ki-ico { width: 42px; height: 42px; border-radius: var(--r-sm); background: var(--blue-50); color: var(--blue-700); display: grid; place-items: center; flex: none; }
.ki-line span { font-size: .8rem; color: var(--muted); } .ki-line strong { display: block; font-size: 1.02rem; }
.ki-line.not .ki-ico { background: var(--red-100); color: var(--red-600); } .ki-line.not strong { color: var(--red-600); }
.ki-hours { display: flex; justify-content: space-between; gap: 16px; padding: 7px 0; border-bottom: 1px solid var(--line-soft); }
.ki-hours:last-child { border-bottom: 0; }
.ki-hours span { color: var(--ink-soft); } .ki-hours strong { font-weight: 600; }
.ki-map { position: relative; margin: 0; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh-sm); }
.ki-map img { display: block; }
.ki-map-actions { position: absolute; left: 12px; right: 12px; bottom: 12px; display: flex; gap: 8px; }
.ki-map-btn { flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 7px; background: #fff; color: var(--blue-700); font-weight: 700; font-size: .85rem; padding: 9px 12px; border-radius: var(--r-pill); box-shadow: var(--sh-md); text-decoration: none; transition: background .2s var(--ease-ui), color .2s var(--ease-ui); }
.ki-map-btn:hover { background: var(--blue-700); color: #fff; }
