/* ===================================================================
   PutzFE – Premium High-End Landingpage
   Navy · Blau · Türkis · Glassmorphism · Soft Shadows
   =================================================================== */

:root {
  --navy:    #0D1B2A;
  --navy-2:  #14233b;
  --blue:    #1565D8;
  --blue-2:  #0f4fb0;
  --teal:    #22B8E8;
  --sky:     #E6F4FF;
  --sky-2:   #d4e8ff;

  --ink:     #0f2238;
  --ink-2:   #44566b;
  --muted:   #6c7c91;
  --line:    #e7edf6;
  --bg:      #ffffff;
  --bg-alt:  #F5F7FA;

  --grad:      linear-gradient(135deg, #2aa6e8 0%, #1565D8 58%, #104a9e 100%);
  --grad-teal: linear-gradient(135deg, #22B8E8 0%, #1565D8 100%);
  --grad-navy: linear-gradient(160deg, #14233b 0%, #0D1B2A 100%);

  --sh-sm: 0 4px 16px rgba(15,52,120,.07);
  --sh:    0 16px 44px rgba(15,52,120,.12);
  --sh-lg: 0 30px 70px rgba(15,52,120,.20);
  --glass-bd: 1px solid rgba(255,255,255,.6);

  --r:    16px;
  --r-lg: 24px;
  --r-xl: 32px;
  --pill: 999px;

  --maxw: 1200px;
  --fh: 'Plus Jakarta Sans', system-ui, sans-serif;
  --fb: 'Inter', system-ui, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { font-family: var(--fb); color: var(--ink); background: var(--bg); line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; -webkit-tap-highlight-color: transparent; }
h1, h2, h3, h4 { font-family: var(--fh); line-height: 1.14; color: var(--ink); font-weight: 800; letter-spacing: -.02em; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
img { max-width: 100%; display: block; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.container--narrow { max-width: 820px; }

/* ===== BUTTONS ===== */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-family: var(--fh); font-weight: 700; font-size: .95rem; padding: 13px 24px; border-radius: var(--pill); border: 2px solid transparent; cursor: pointer; transition: transform .22s, box-shadow .22s, background .22s, color .22s; white-space: nowrap; }
.btn-lg { padding: 16px 30px; font-size: 1.02rem; }
.btn-block { width: 100%; }
.btn-primary { background: var(--grad); color: #fff; box-shadow: 0 10px 26px rgba(31,95,255,.36); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(31,95,255,.48); }
.btn-soft { background: var(--sky); color: var(--blue-2); }
.btn-soft:hover { background: var(--sky-2); transform: translateY(-2px); }
.btn-light { background: #fff; color: var(--blue-2); }
.btn-light:hover { transform: translateY(-2px); box-shadow: var(--sh); }
.btn-ghost { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.45); }
.btn-ghost:hover { background: #fff; color: var(--navy); }
.btn-ghost-sm { background: var(--sky); color: var(--ink-2); padding: 13px 20px; }
.btn-ghost-sm:hover { background: var(--sky-2); }
.btn-emergency { background: linear-gradient(135deg,#ff5b5b,#e11d48); color: #fff; box-shadow: 0 10px 24px rgba(225,29,72,.35); }
.btn-emergency:hover { transform: translateY(-2px); box-shadow: 0 16px 30px rgba(225,29,72,.45); }

/* ===== NAV ===== */
.nav { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.85); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); transition: box-shadow .3s; }
.nav.scrolled { box-shadow: var(--sh-sm); }
.nav__inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 12px 24px; }
.logo { display: inline-flex; align-items: center; gap: 11px; }
.logo__mark { display: grid; place-items: center; }
.logo__mark img { height: 44px; width: auto; display: block; filter: drop-shadow(0 4px 9px rgba(21,101,216,.22)); }
.logo--footer .logo__mark img { height: 40px; }
.logo__txt { display: flex; flex-direction: column; line-height: 1.05; }
.logo__name { font-family: var(--fh); font-weight: 800; font-size: 1.45rem; color: var(--navy); letter-spacing: -.03em; }
.logo__name span { color: var(--blue); }
.logo__sub { font-size: .64rem; letter-spacing: 1.4px; text-transform: uppercase; color: var(--muted); font-weight: 600; }

.nav__menu { flex: 1; display: flex; justify-content: center; }
.nav__menu ul { display: flex; gap: 30px; }
.nav__link { font-family: var(--fh); font-weight: 600; font-size: .92rem; color: var(--ink-2); position: relative; padding: 6px 0; transition: color .2s; white-space: nowrap; }
.nav__menu ul { white-space: nowrap; }
.nav__link::after { content: ''; position: absolute; left: 0; bottom: -2px; width: 0; height: 2.5px; background: var(--grad); border-radius: 3px; transition: width .3s; }
.nav__link:hover, .nav__link.active { color: var(--blue); }
.nav__link:hover::after, .nav__link.active::after { width: 100%; }

.nav__actions { display: flex; align-items: center; gap: 14px; }
.nav__phone { display: inline-flex; align-items: center; gap: 8px; color: var(--navy); font-family: var(--fh); font-weight: 600; font-size: .92rem; white-space: nowrap; transition: color .2s; }
.nav__phone:hover { color: var(--blue); }
.nav__phone svg { color: var(--blue); }
.nav__burger { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 6px; }
.nav__burger span { width: 25px; height: 3px; background: var(--navy); border-radius: 3px; transition: .3s; }
.nav__burger.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav__burger.open span:nth-child(2) { opacity: 0; }
.nav__burger.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ===== HERO ===== */
.hero { position: relative; padding: 70px 0 60px; overflow: hidden; min-height: 600px; display: flex; align-items: center;
  background-image: linear-gradient(100deg, rgba(244,249,255,.96) 0%, rgba(244,249,255,.86) 30%, rgba(244,249,255,.5) 48%, rgba(244,249,255,.12) 70%, rgba(244,249,255,0) 100%), url('assets/hero-office.jpg');
  background-size: cover; background-position: center 55%; }
.hero__glow { position: absolute; top: -160px; right: -120px; width: 560px; height: 560px; background: radial-gradient(circle, rgba(31,95,255,.16), transparent 65%); border-radius: 50%; z-index: 0; }
.hero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr 1fr; gap: 48px; align-items: center; }
.badge { display: inline-flex; align-items: center; gap: 9px; background: #fff; border: 1px solid var(--line); box-shadow: var(--sh-sm); padding: 8px 16px; border-radius: var(--pill); font-size: .82rem; font-weight: 600; color: var(--navy); margin-bottom: 22px; }
.badge .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 4px rgba(22,200,216,.2); }
.hero h1 { font-size: clamp(2.4rem, 5vw, 3.8rem); margin-bottom: 20px; }
.grad { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero p { font-size: 1.14rem; color: var(--ink-2); max-width: 540px; margin-bottom: 28px; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 26px; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 10px 22px; }
.hero__trust li { display: inline-flex; align-items: center; gap: 7px; font-size: .9rem; font-weight: 600; color: var(--ink-2); }

.hero__media { display: flex; align-items: center; justify-content: flex-end; }

/* ===== CALCULATOR ===== */
.glass { background: rgba(255,255,255,.82); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); border: var(--glass-bd); box-shadow: var(--sh-lg); }
.calc { width: min(380px, 100%); border-radius: var(--r-lg); padding: 22px; margin-top: 150px; }
.calc__head { margin-bottom: 16px; }
.calc__head strong { font-family: var(--fh); font-size: 1.05rem; display: block; margin-bottom: 12px; }
.calc__steps { display: flex; align-items: center; gap: 8px; }
.calc__steps span { flex: 1; height: 30px; display: grid; place-items: center; border-radius: 9px; background: var(--sky); color: var(--muted); font-family: var(--fh); font-weight: 700; font-size: .85rem; transition: .25s; }
.calc__steps span.active { background: var(--grad); color: #fff; box-shadow: 0 6px 14px rgba(31,95,255,.3); }
.calc__steps span.done { background: var(--teal); color: #fff; }
.calc__label { display: block; font-family: var(--fh); font-weight: 600; font-size: .8rem; color: var(--ink-2); margin: 14px 0 7px; }
.calc__panel > .calc__label:first-child { margin-top: 0; }
.calc input { width: 100%; padding: 11px 13px; border: 1.5px solid var(--line); border-radius: 11px; font-family: var(--fb); font-size: .92rem; background: rgba(255,255,255,.7); transition: border-color .2s, box-shadow .2s; }
.calc input:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 4px rgba(31,95,255,.14); }
.calc__nav { display: flex; gap: 10px; margin-top: 18px; }
.calc__note { text-align: center; font-size: .76rem; color: var(--muted); margin-top: 10px; }
.calc__done { text-align: center; padding: 14px 6px; }
.calc__check { display: grid; place-items: center; width: 60px; height: 60px; margin: 0 auto 12px; border-radius: 50%; background: var(--grad-teal); color: #fff; box-shadow: 0 10px 22px rgba(31,95,255,.35); }
.calc__done strong { font-family: var(--fh); font-size: 1.15rem; display: block; margin-bottom: 6px; }
.calc__done p { font-size: .9rem; color: var(--ink-2); }

/* segmented controls */
.seg { display: flex; gap: 6px; background: var(--bg-alt); padding: 5px; border-radius: 12px; }
.seg--wrap { flex-wrap: wrap; }
.seg button { flex: 1; min-width: fit-content; border: 0; background: transparent; padding: 9px 10px; border-radius: 8px; font-family: var(--fh); font-weight: 600; font-size: .82rem; color: var(--ink-2); cursor: pointer; transition: .2s; white-space: nowrap; }
.seg button.active { background: #fff; color: var(--blue); box-shadow: var(--sh-sm); }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chips button { border: 1.5px solid var(--line); background: #fff; padding: 8px 14px; border-radius: var(--pill); font-family: var(--fh); font-weight: 600; font-size: .82rem; color: var(--ink-2); cursor: pointer; transition: .2s; }
.chips button.active { background: var(--grad); color: #fff; border-color: transparent; }

/* ===== TRUST DASHBOARD ===== */
.trustbar { background: var(--grad-navy); color: #fff; position: relative; overflow: hidden; }
.trustbar::before { content: ''; position: absolute; inset: 0; background: radial-gradient(60% 120% at 80% 0%, rgba(31,95,255,.3), transparent 60%); }
.trustbar__grid { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; padding: 38px 24px; }
.tstat { text-align: center; }
.tstat__ic { font-size: 1.4rem; display: block; margin-bottom: 4px; }
.tstat strong { display: block; font-family: var(--fh); font-weight: 800; font-size: clamp(1.6rem, 3vw, 2.3rem); }
.tstat span:last-child { font-size: .84rem; opacity: .8; }

/* ===== SECTIONS ===== */
.section { padding: 84px 0; }
.section--alt { background: var(--bg-alt); }
.section--dark { background: var(--grad-navy); color: #fff; position: relative; }
.section--dark .head h2, .section--dark h2, .section--dark h3 { color: #fff; }
.head { max-width: 680px; margin: 0 auto 50px; text-align: center; }
.eyebrow { display: inline-block; font-family: var(--fh); font-weight: 700; font-size: .78rem; letter-spacing: 1.6px; text-transform: uppercase; color: var(--blue); margin-bottom: 12px; }
.eyebrow--light { color: var(--teal); }
.head h2 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); margin-bottom: 14px; }
.head p { color: var(--ink-2); font-size: 1.06rem; }
.muted-light { color: rgba(255,255,255,.78) !important; }
.head__cta { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; margin-top: 40px; }
.lead { font-size: 1.1rem; color: var(--ink-2); margin: 8px 0 18px; }

/* ===== CARDS GRID ===== */
.cards { display: grid; gap: 22px; }
.cards--4 { grid-template-columns: repeat(4, 1fr); }
.cards--3 { grid-template-columns: repeat(3, 1fr); }

.scard { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px; transition: transform .28s, box-shadow .28s, border-color .28s; }
.scard:hover { transform: translateY(-7px); box-shadow: var(--sh); border-color: transparent; }
.scard__ic { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 15px; background: var(--sky); font-size: 1.5rem; margin-bottom: 16px; }
.scard:hover .scard__ic { background: var(--grad); }
.scard h3 { font-size: 1.12rem; margin-bottom: 8px; }
.scard p { font-size: .92rem; color: var(--ink-2); margin-bottom: 14px; }
.lnk { font-family: var(--fh); font-weight: 700; font-size: .88rem; color: var(--blue); }
.lnk:hover { color: var(--blue-2); }

/* compact service cards (icon left, text right) */
.cards--compact .scard { display: flex; align-items: center; gap: 16px; padding: 18px 20px; }
.cards--compact .scard__ic { margin-bottom: 0; width: 48px; height: 48px; font-size: 1.3rem; flex-shrink: 0; }
.cards--compact .scard h3 { font-size: 1.04rem; margin-bottom: 2px; }
.cards--compact .scard p { font-size: .88rem; margin-bottom: 0; }

/* in-section sub-heading (groups blocks within one chapter) */
.subhead { max-width: 680px; margin: 64px auto 30px; text-align: center; }
.subhead .eyebrow { margin-bottom: 8px; }
.subhead h3 { font-size: clamp(1.4rem, 2.6vw, 1.9rem); }

/* booking chapter spacing */
.plz__box + .booking-split, .booking-split { margin-top: 36px; }
.booking-h { font-size: clamp(1.4rem, 2.6vw, 1.9rem); margin-bottom: 10px; }

/* branch chips */
.branchchips { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.bchip { display: inline-flex; align-items: center; gap: 9px; background: #fff; border: 1px solid var(--line); border-radius: var(--pill); padding: 11px 20px; font-family: var(--fh); font-weight: 600; font-size: .94rem; color: var(--ink); box-shadow: var(--sh-sm); transition: transform .2s, box-shadow .2s, border-color .2s, color .2s; }
.bchip span { font-size: 1.15rem; }
.bchip:hover { transform: translateY(-3px); box-shadow: var(--sh); border-color: transparent; color: var(--blue); }

.icard { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px; text-align: center; transition: transform .28s, box-shadow .28s; }
.icard:hover { transform: translateY(-7px); box-shadow: var(--sh); }
.icard__ic { display: grid; place-items: center; width: 64px; height: 64px; margin: 0 auto 14px; border-radius: 50%; background: var(--grad-navy); font-size: 1.6rem; }
.icard h3 { font-size: 1.02rem; margin-bottom: 12px; }

/* ===== BEFORE / AFTER ===== */
.ba { position: relative; aspect-ratio: 4/3; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh); cursor: ew-resize; user-select: none; touch-action: none; }
.ba__after, .ba__before { position: absolute; inset: 0; background-size: cover; background-position: center; }
.ba__before { filter: grayscale(.9) brightness(.62) contrast(1.05); }
.ba__after { clip-path: inset(0 50% 0 0); }
.ba__tag { position: absolute; top: 12px; padding: 5px 12px; border-radius: var(--pill); font-family: var(--fh); font-weight: 700; font-size: .72rem; color: #fff; z-index: 3; }
.ba__tag--before { left: 12px; background: rgba(10,27,61,.7); }
.ba__tag--after { right: 12px; background: var(--blue); }
.ba__handle { position: absolute; top: 0; bottom: 0; left: 50%; width: 3px; background: #fff; transform: translateX(-50%); z-index: 4; box-shadow: 0 0 12px rgba(0,0,0,.3); }
.ba__grip { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 40px; height: 40px; border-radius: 50%; background: #fff; display: grid; place-items: center; color: var(--blue); font-weight: 700; box-shadow: var(--sh); }
.ba__cap { position: absolute; bottom: 12px; left: 12px; z-index: 3; color: #fff; font-family: var(--fh); font-weight: 700; font-size: .9rem; text-shadow: 0 2px 8px rgba(0,0,0,.5); }

/* ===== SPLIT ===== */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.split--media { align-items: center; }

.why { display: grid; gap: 16px; margin-top: 20px; }
.why li { display: flex; gap: 14px; }
.why span { flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%; background: var(--grad); color: #fff; display: grid; place-items: center; font-size: .8rem; font-weight: 800; margin-top: 2px; }
.why strong { display: block; font-family: var(--fh); font-size: 1rem; }
.why div { color: var(--ink-2); font-size: .92rem; }

.process { display: grid; gap: 16px; margin-top: 20px; }
.process li { display: flex; gap: 16px; background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 18px 20px; box-shadow: var(--sh-sm); }
.process__n { flex-shrink: 0; width: 42px; height: 42px; border-radius: 13px; background: var(--grad); color: #fff; display: grid; place-items: center; font-family: var(--fh); font-weight: 800; font-size: 1.2rem; }
.process strong { display: block; font-family: var(--fh); font-size: 1.02rem; }
.process div { color: var(--ink-2); font-size: .92rem; }

/* ===== PLANNER ===== */
.planner { display: grid; grid-template-columns: 1.2fr 1fr; gap: 30px; border-radius: var(--r-xl); padding: 30px; }
.planner__controls { display: grid; gap: 18px; }
.field label { display: block; font-family: var(--fh); font-weight: 600; font-size: .85rem; color: var(--ink-2); margin-bottom: 8px; }
.planner__preview { background: var(--grad-navy); color: #fff; border-radius: var(--r-lg); padding: 24px; display: flex; flex-direction: column; }
.planner__tag { font-family: var(--fh); font-weight: 700; font-size: .78rem; letter-spacing: 1px; text-transform: uppercase; color: var(--teal); margin-bottom: 14px; }
.planlist { display: grid; gap: 10px; margin-bottom: 18px; flex: 1; }
.planlist li { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 12px; padding: 11px 14px; font-size: .9rem; }
.planlist li b { font-family: var(--fh); color: var(--teal); }

/* ===== PLZ ===== */
.plz__box { border-radius: var(--r-xl); padding: 34px; display: grid; grid-template-columns: 1.1fr 1fr; gap: 24px 30px; align-items: center; }
.plz__box .head, .plz__box .eyebrow { margin: 0; text-align: left; }
.plz__box h2 { font-size: clamp(1.4rem, 2.6vw, 1.9rem); margin-top: 6px; }
.plz__form { display: flex; gap: 10px; }
.plz__form input { flex: 1; padding: 14px 16px; border: 1.5px solid var(--line); border-radius: var(--pill); font-family: var(--fb); font-size: 1rem; background: #fff; }
.plz__form input:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 4px rgba(31,95,255,.14); }
.plz__result { grid-column: 1 / -1; font-weight: 600; font-family: var(--fh); }
.plz__result.ok { color: #0a9e6e; }
.plz__result.no { color: #d9802b; }

/* ===== FOTO-PROTOKOLL / MINI ===== */
.mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 18px; }
.mini { display: flex; align-items: center; gap: 10px; background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 13px 16px; font-weight: 600; font-size: .92rem; box-shadow: var(--sh-sm); }
.mini span { font-size: 1.2rem; }

.phone-mock { border-radius: var(--r-lg); padding: 18px; max-width: 380px; margin: 0 auto; }
.phone-mock__bar { display: flex; justify-content: space-between; align-items: center; font-family: var(--fh); font-weight: 700; font-size: .8rem; margin-bottom: 14px; }
.pill { padding: 4px 11px; border-radius: var(--pill); font-size: .7rem; font-weight: 700; }
.pill--ok { background: #e3f9ef; color: #0a9e6e; }
.phone-mock__imgs { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 14px; }
.pm-img { aspect-ratio: 4/3; border-radius: 12px; position: relative; }
.pm-img span { position: absolute; bottom: 7px; left: 7px; font-family: var(--fh); font-weight: 700; font-size: .68rem; color: #fff; background: rgba(0,0,0,.45); padding: 2px 8px; border-radius: 6px; }
.pm-img--before { background: linear-gradient(135deg,#7a8699,#566273); filter: contrast(1.05); }
.pm-img--after { background: var(--grad-teal); }
.phone-mock__list { display: grid; gap: 8px; }
.phone-mock__list li { font-size: .88rem; color: var(--ink-2); font-weight: 500; }

/* ===== CHECKLIST ===== */
.checklist { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.check { background: #fff; border: 1px solid var(--line); border-radius: var(--pill); padding: 12px 22px; font-family: var(--fh); font-weight: 600; color: var(--ink); box-shadow: var(--sh-sm); }
.check::first-letter { color: var(--blue); }

/* ===== DASHBOARD ===== */
.dash-feats { display: grid; gap: 11px; margin: 18px 0 24px; }
.dash-feats li { font-size: .98rem; color: rgba(255,255,255,.9); }
.dash { border-radius: var(--r-lg); padding: 22px; max-width: 440px; margin: 0 auto; }
.dash__top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.dash__top strong { font-family: var(--fh); color: var(--navy); }
.dash__row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 18px; }
.dash__tile { background: var(--bg-alt); border-radius: 14px; padding: 14px; }
.dash__tile small { color: var(--muted); font-size: .74rem; }
.dash__tile b { display: block; font-family: var(--fh); font-size: 1.1rem; color: var(--navy); margin: 2px 0; }
.dash__tile span { font-size: .78rem; color: #0a9e6e; }
.dash__bars { display: grid; gap: 12px; margin-bottom: 18px; }
.dash__bar { font-size: .82rem; color: var(--ink-2); font-weight: 600; }
.dash__bar i { display: block; height: 8px; border-radius: 6px; background: var(--line); margin-top: 5px; position: relative; overflow: hidden; }
.dash__bar i::after { content: ''; position: absolute; inset: 0; width: var(--w); background: var(--grad); border-radius: 6px; }
.dash__actions { display: flex; flex-wrap: wrap; gap: 8px; }
.dash__actions span { background: var(--sky); color: var(--blue-2); font-family: var(--fh); font-weight: 600; font-size: .8rem; padding: 8px 12px; border-radius: var(--pill); }

/* ===== BOOKING / EMERGENCY ===== */
.bookform { border-radius: var(--r-lg); padding: 28px; display: grid; gap: 14px; }
.bookform label, .bookform .form-row label { display: block; font-family: var(--fh); font-weight: 600; font-size: .84rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.bookform input, .bookform select { width: 100%; margin-top: 6px; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: 12px; font-family: var(--fb); font-size: .94rem; background: rgba(255,255,255,.7); }
.bookform input:focus, .bookform select:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 4px rgba(31,95,255,.14); }
.micro { font-size: .9rem; color: var(--ink-2); font-weight: 600; margin-bottom: 22px; }
.form-ok { text-align: center; color: #0a9e6e; font-weight: 700; font-size: .9rem; }
.emergency { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; background: linear-gradient(135deg,#fff1f1,#ffe4e9); border: 1px solid #ffd0d8; border-radius: var(--r-lg); padding: 20px 22px; }
.emergency strong { font-family: var(--fh); display: block; color: #be123c; }
.emergency span { font-size: .88rem; color: #9f1239; }

/* ===== REVIEWS ===== */
.review { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px; box-shadow: var(--sh-sm); }
.review__stars { color: #f5b301; letter-spacing: 2px; margin-bottom: 12px; }
.review p { color: var(--ink-2); font-style: italic; margin-bottom: 20px; }
.review__by { display: flex; align-items: center; gap: 12px; }
.av { width: 44px; height: 44px; border-radius: 50%; background: var(--grad); color: #fff; display: grid; place-items: center; font-family: var(--fh); font-weight: 700; }
.review__by strong { font-family: var(--fh); font-size: .96rem; display: block; }
.review__by small { color: var(--muted); }

/* ===== FAQ ===== */
.faq { display: grid; gap: 12px; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: var(--r); box-shadow: var(--sh-sm); overflow: hidden; }
.faq summary { cursor: pointer; padding: 18px 22px; font-family: var(--fh); font-weight: 700; font-size: 1rem; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; font-size: 1.4rem; color: var(--blue); transition: transform .25s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq p { padding: 0 22px 20px; color: var(--ink-2); }

/* ===== FINAL CTA ===== */
.finalcta { padding: 30px 0 70px; }
.finalcta__inner { position: relative; background: var(--grad); color: #fff; border-radius: var(--r-xl); padding: 60px 40px; text-align: center; overflow: hidden; box-shadow: var(--sh-lg); }
.finalcta__glow { position: absolute; top: -100px; right: -60px; width: 360px; height: 360px; border-radius: 50%; background: radial-gradient(circle, rgba(44,212,230,.5), transparent 65%); }
.finalcta h2 { color: #fff; font-size: clamp(1.8rem, 3.4vw, 2.5rem); margin-bottom: 14px; max-width: 760px; margin-inline: auto; position: relative; }
.finalcta p { opacity: .92; margin-bottom: 28px; position: relative; }
.finalcta__btns { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; position: relative; }

/* ===== FOOTER ===== */
.footer { background: var(--navy); color: #b9c6dc; padding-top: 60px; }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.1fr 1.1fr; gap: 36px; padding-bottom: 44px; }
.logo--footer .logo__name { color: #fff; }
.footer__brand p { margin: 16px 0; font-size: .92rem; line-height: 1.7; color: #93a3c0; max-width: 280px; }
.social { display: flex; gap: 10px; }
.social a { width: 38px; height: 38px; border-radius: 11px; background: rgba(255,255,255,.08); display: grid; place-items: center; font-weight: 700; transition: .2s; }
.social a:hover { background: var(--blue); color: #fff; }
.footer__col h4 { color: #fff; font-size: 1rem; margin-bottom: 16px; }
.footer__col ul { display: grid; gap: 10px; }
.footer__col a, .footer__contact li { font-size: .92rem; color: #93a3c0; transition: color .2s; }
.footer__col a:hover { color: var(--teal); }
.footer__hours li { display: flex; justify-content: space-between; gap: 12px; font-size: .9rem; color: #93a3c0; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 20px 0; }
.footer__bottom-inner { display: flex; justify-content: space-between; align-items: center; gap: 14px; flex-wrap: wrap; font-size: .86rem; color: #7e8eaa; }
.footer__bottom nav { display: flex; gap: 20px; }
.footer__bottom a:hover { color: var(--teal); }

/* ===== FAB / MOBILE BAR ===== */
.fab { position: fixed; right: 18px; bottom: 24px; display: flex; flex-direction: column; gap: 12px; z-index: 95; }
.fab__btn { width: 52px; height: 52px; border-radius: 50%; background: #fff; box-shadow: var(--sh); display: grid; place-items: center; font-size: 1.3rem; position: relative; transition: transform .2s; }
.fab__btn:hover { transform: scale(1.08); }
.fab__btn--wa { background: #25d366; }
.fab__btn::after { content: attr(data-tip); position: absolute; right: 64px; top: 50%; transform: translateY(-50%); background: var(--navy); color: #fff; font-size: .76rem; font-weight: 600; padding: 6px 11px; border-radius: 8px; white-space: nowrap; opacity: 0; pointer-events: none; transition: opacity .2s; }
.fab__btn:hover::after { opacity: 1; }

.mbar { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 96; background: rgba(255,255,255,.95); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); border-top: 1px solid var(--line); padding: 8px 8px calc(8px + env(safe-area-inset-bottom)); grid-template-columns: repeat(4, 1fr); }
.mbar a { display: flex; flex-direction: column; align-items: center; gap: 3px; font-family: var(--fh); font-weight: 600; font-size: .7rem; color: var(--navy); padding: 6px 0; }
.mbar a span { font-size: 1.2rem; }

/* ===== REVEAL ===== */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1050px) {
  .nav__menu { display: none; }
  .nav__burger { display: flex; }
  .nav__menu.open { display: block; position: fixed; inset: 0 0 0 auto; width: min(300px, 82vw); background: #fff; padding: 88px 28px; box-shadow: -12px 0 40px rgba(0,0,0,.14); z-index: 999; overflow-y: auto; }
  .nav__menu.open ul { flex-direction: column; gap: 6px; }
  .nav__menu.open .nav__link { display: block; padding: 13px 0; border-bottom: 1px solid var(--line); color: var(--navy); font-size: 1rem; }
  .nav__phone { display: none; }
  .nav__actions .btn { display: none; }
  .cards--4 { grid-template-columns: repeat(3, 1fr); }
  .trustbar__grid { grid-template-columns: repeat(5, 1fr); }
}
@media (max-width: 920px) {
  .hero { min-height: 0; background-image: linear-gradient(180deg, rgba(244,249,255,.92), rgba(244,249,255,.96)), url('assets/hero-office.jpg'); background-position: center; }
  .hero__inner { grid-template-columns: 1fr; gap: 30px; }
  .hero__media { justify-content: center; }
  .calc { width: 100%; max-width: 440px; margin-top: 0; }
  .split { grid-template-columns: 1fr; gap: 36px; }
  .planner { grid-template-columns: 1fr; }
  .plz__box { grid-template-columns: 1fr; }
  .cards--3 { grid-template-columns: 1fr 1fr; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .cards--4, .cards--3 { grid-template-columns: 1fr 1fr; }
  .trustbar__grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .checklist { gap: 8px; }
  .mini-grid { grid-template-columns: 1fr; }
  .finalcta__inner { padding: 44px 24px; }
  .fab { display: none; }
  .mbar { display: grid; }
  body { padding-bottom: calc(70px + env(safe-area-inset-bottom)); }
  .footer__grid { grid-template-columns: 1fr; }
  /* iOS: prevent auto-zoom on input focus (needs >=16px) */
  .calc input, .bookform input, .bookform select, .plz__form input { font-size: 16px; }
}
@media (max-width: 460px) {
  .cards--4, .cards--3, .ba__grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .section { padding: 60px 0; }
  .hero { padding: 40px 0 30px; }
}
