:root {
  --navy: #071b4e;
  --navy-deep: #041238;
  --blue: #1457ff;
  --cyan: #19c5e7;
  --lime: #c9f35a;
  --orange: #ffb45c;
  --ink: #0b1733;
  --muted: #667085;
  --line: #dfe5ef;
  --surface: #f4f7fb;
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(4, 18, 56, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.modal-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.skip-link {
  position: fixed; left: 16px; top: -60px; z-index: 1000;
  padding: 12px 16px; border-radius: 10px; background: #fff; color: var(--navy);
}
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(223, 229, 239, 0.8);
  backdrop-filter: blur(18px);
}
.header-inner { height: 82px; display: flex; align-items: center; gap: 42px; }
.brand { display: flex; flex: 0 0 auto; align-items: center; gap: 9px; }
.brand img { display: block; width: 47px; height: 47px; object-fit: contain; }
.brand-wordmark {
  color: #96989d; font-size: 17px; font-weight: 500; letter-spacing: .07em; white-space: nowrap;
}
.brand-wordmark strong { color: #0b5796; font-weight: 850; }
.desktop-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.desktop-nav a { color: #44506a; font-size: 14px; font-weight: 650; transition: color .2s ease; }
.desktop-nav a:hover { color: var(--blue); }
.nav-services { position: relative; }
.nav-services > a { display: inline-flex; align-items: center; gap: 5px; }
.nav-services > a span { font-size: 14px; transition: transform .18s ease; }
.nav-services-menu {
  position: absolute; top: calc(100% + 19px); left: 50%; width: 310px;
  display: grid; gap: 4px; padding: 9px; visibility: hidden; opacity: 0;
  border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.98);
  box-shadow: 0 24px 55px rgba(4,18,56,.16); transform: translate(-50%, -7px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  pointer-events: none;
}
.nav-services-menu::before {
  position: absolute; right: 0; bottom: 100%; left: 0; height: 21px; content: "";
}
.nav-services:hover .nav-services-menu, .nav-services:focus-within .nav-services-menu {
  visibility: visible; opacity: 1; transform: translate(-50%, 0); pointer-events: auto;
}
.nav-services:hover > a span, .nav-services:focus-within > a span { transform: rotate(180deg); }
.desktop-nav .nav-services-menu a {
  display: block; padding: 11px 12px; border-radius: 11px; background: transparent;
}
.desktop-nav .nav-services-menu a:hover { background: #f1f5ff; }
.nav-services-menu strong, .nav-services-menu small { display: block; }
.nav-services-menu strong { color: var(--navy); font-size: 12px; }
.nav-services-menu small { margin-top: 3px; color: var(--muted); font-size: 10px; font-weight: 550; line-height: 1.35; }
.instagram-menu-link {
  display: inline-grid; flex: 0 0 auto; width: 42px; height: 42px; place-items: center;
  border: 1px solid var(--line); border-radius: 13px; color: var(--navy); background: #fff;
  transition: color .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.instagram-menu-link svg {
  width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.9;
}
.instagram-menu-link:hover {
  color: #c13584; border-color: rgba(193, 53, 132, .28); transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(193, 53, 132, .13);
}
.mobile-menu-toggle, .mobile-navigation { display: none; }
.mobile-menu-toggle {
  position: relative; flex: 0 0 auto; width: 42px; height: 42px; padding: 0;
  place-items: center; border: 1px solid var(--line); border-radius: 13px;
  color: var(--navy); background: #fff; cursor: pointer;
}
.mobile-menu-toggle span {
  position: absolute; width: 18px; height: 2px; border-radius: 999px;
  background: currentColor; transition: transform .2s ease, opacity .2s ease;
}
.mobile-menu-toggle span:nth-child(1) { transform: translateY(-6px); }
.mobile-menu-toggle span:nth-child(3) { transform: translateY(6px); }
.mobile-menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: rotate(45deg); }
.mobile-menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.mobile-menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: rotate(-45deg); }
.mobile-menu-label { display: none; }
.mobile-navigation {
  position: absolute; top: 100%; right: 0; left: 0;
  border-top: 1px solid rgba(223, 229, 239, .8);
  border-bottom: 1px solid var(--line); background: rgba(255, 255, 255, .98);
  box-shadow: 0 20px 42px rgba(4, 18, 56, .14); backdrop-filter: blur(18px);
}
.mobile-navigation-inner { display: grid; gap: 8px; padding-top: 16px; padding-bottom: 18px; }
.mobile-navigation-inner > a {
  display: flex; min-height: 50px; align-items: center; padding: 0 15px;
  border: 1px solid #e6ebf3; border-radius: 13px; color: #263551;
  background: #f8faff; font-size: 14px; font-weight: 750;
}
.mobile-navigation-inner > a:hover { color: var(--blue); background: #f2f6ff; }
.mobile-service-group {
  padding: 13px; border: 1px solid #dce5f2; border-radius: 15px;
  background: linear-gradient(145deg, #f4f7ff, #fff);
}
.mobile-service-group > strong {
  display: block; margin-bottom: 9px; color: var(--navy);
  font-size: 11px; text-transform: uppercase; letter-spacing: .1em;
}
.mobile-service-group > div { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 7px; }
.mobile-service-group a {
  min-width: 0; display: flex; align-items: center; justify-content: space-between; gap: 5px;
  padding: 10px; color: #2e3d59; border: 1px solid #e2e8f2;
  border-radius: 10px; background: #fff; font-size: 11px; font-weight: 750; line-height: 1.3;
}
.mobile-service-group a span { flex: 0 0 auto; color: var(--blue); }
.mobile-service-group a:hover { color: var(--blue); border-color: #b9caf0; }
.mobile-instagram-link { gap: 10px; }
.mobile-instagram-link svg {
  width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.9;
}
.mobile-navigation-cta { width: 100%; margin-top: 7px; }
.button {
  min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 0 22px; border: 1px solid transparent; border-radius: 14px;
  font-weight: 750; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .instagram-menu-link:focus-visible, .mobile-menu-toggle:focus-visible,
.mobile-navigation a:focus-visible, .text-link:focus-visible, .quick-service:focus-visible, .contact-option:focus-visible,
.footer-link:focus-visible, .modal-close:focus-visible, .back-button:focus-visible {
  outline: 3px solid rgba(20, 87, 255, .28); outline-offset: 3px;
}
.button-primary { color: #fff; background: var(--blue); box-shadow: 0 12px 30px rgba(20, 87, 255, .24); }
.button-primary:hover { background: #0c49e5; box-shadow: 0 16px 34px rgba(20, 87, 255, .3); }
.header-cta { min-height: 44px; padding: 0 18px; font-size: 14px; }

.hero {
  position: relative; overflow: hidden; color: #fff;
  background:
    radial-gradient(circle at 68% 14%, rgba(28, 128, 255, .36), transparent 34%),
    linear-gradient(135deg, #041238 0%, #082466 54%, #0b3b88 100%);
}
.hero::after {
  content: ""; position: absolute; inset: auto 0 0;
  height: 1px; background: rgba(255,255,255,.12);
}
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero-orb-one { width: 330px; height: 330px; right: -110px; top: 100px; border: 1px solid rgba(255,255,255,.1); }
.hero-orb-two { width: 160px; height: 160px; left: 45%; bottom: -110px; background: rgba(25,197,231,.12); }
.hero-grid {
  position: relative; z-index: 1; min-height: 670px;
  display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(420px, .97fr);
  gap: clamp(45px, 7vw, 92px); align-items: center; padding-top: 70px; padding-bottom: 78px;
}
.eyebrow, .kicker {
  display: inline-flex; align-items: center; gap: 10px;
  color: #80ddf2; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .16em;
}
.eyebrow span { width: 28px; height: 2px; background: var(--cyan); }
.hero h1 {
  max-width: 720px; margin: 22px 0 0; font-size: clamp(47px, 6.2vw, 78px);
  line-height: .98; letter-spacing: -.055em; font-weight: 780;
}
.hero h1 em { color: var(--cyan); font-style: normal; }
.hero-lead {
  max-width: 650px; margin: 28px 0 0; color: rgba(234,244,255,.83);
  font-size: clamp(18px, 2vw, 21px); line-height: 1.62;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button-light { color: var(--navy); background: #fff; box-shadow: 0 15px 35px rgba(0,0,0,.18); }
.button-light:hover { background: #f2fbff; }
.button-ghost-light { color: #fff; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.22); }
.button-ghost-light:hover { background: rgba(255,255,255,.14); }
.trust-row {
  display: flex; flex-wrap: wrap; gap: 20px; list-style: none; padding: 0; margin: 36px 0 0;
  color: rgba(240,247,255,.78); font-size: 13px; font-weight: 650;
}
.trust-row li { display: flex; align-items: center; gap: 7px; }
.trust-row span {
  display: inline-grid; place-items: center; width: 19px; height: 19px;
  border-radius: 50%; color: var(--navy); background: var(--lime); font-size: 11px; font-weight: 900;
}
.hero-panel {
  padding: 16px; border: 1px solid rgba(255,255,255,.18); border-radius: 26px;
  background: rgba(255,255,255,.1); box-shadow: 0 35px 80px rgba(0,0,0,.2);
  backdrop-filter: blur(18px);
}
.panel-topline {
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
  padding: 7px 7px 18px; color: rgba(255,255,255,.9); font-size: 13px; font-weight: 700;
}
.status-dot { display: inline-flex; align-items: center; gap: 7px; color: #d9ff89; font-size: 11px; }
.status-dot::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(201,243,90,.1); }
.status-dot.is-closed { color: #ffe1b9; }
.status-dot.is-closed::before { background: var(--orange); box-shadow: 0 0 0 5px rgba(255,180,92,.1); }
.quick-service {
  width: 100%; display: grid; grid-template-columns: 50px minmax(0,1fr) auto; align-items: center; gap: 14px;
  margin-top: 9px; padding: 17px; text-align: left; color: var(--ink);
  border: 0; border-radius: 17px; background: rgba(255,255,255,.96); cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}
.quick-service:hover { transform: translateX(-5px); box-shadow: 0 16px 35px rgba(1,13,45,.22); }
.quick-service strong { display: block; font-size: 15px; }
.quick-service small { display: block; margin-top: 4px; color: var(--muted); font-size: 12px; line-height: 1.35; }
.quick-title { display: flex; align-items: center; gap: 8px; }
.quick-title img {
  display: block; width: 25px; height: 25px; padding: 3px;
  border: 1px solid #dce4f1; border-radius: 8px; background: #fff; object-fit: contain;
}
.arrow { font-size: 21px; color: var(--blue); }
.service-icon {
  display: inline-grid; place-items: center; width: 50px; height: 50px;
  flex: 0 0 auto; border-radius: 15px;
}
.service-icon svg {
  width: 27px; height: 27px; fill: none; stroke: currentColor;
  stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round;
}
.mark-blue { color: #fff; background: var(--blue); }
.mark-cyan { color: var(--navy); background: #9eeeff; }
.mark-lime { color: var(--navy); background: var(--lime); }
.mark-orange { color: #6a3300; background: var(--orange); }

.partner-section {
  padding: 58px 0 54px; border-top: 1px solid rgba(20, 87, 255, .08);
  background:
    radial-gradient(circle at 8% 10%, rgba(25, 197, 231, .1), transparent 28%),
    linear-gradient(180deg, #f1f5ff, #f8faff);
}
.partner-heading {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr);
  align-items: end; gap: 55px;
}
.partner-kicker {
  color: var(--blue); font-size: 10px; font-weight: 850;
  text-transform: uppercase; letter-spacing: .17em;
}
.partner-heading h2 {
  margin: 7px 0 0; color: var(--navy); font-size: clamp(24px, 3vw, 34px);
  line-height: 1.12; letter-spacing: -.035em;
}
.partner-heading p {
  margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65;
}
.partner-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px; margin-top: 31px;
}
.partner-card {
  position: relative; min-width: 0; display: grid;
  grid-template-columns: 108px minmax(0, 1fr); align-items: center; gap: 18px;
  min-height: 148px; overflow: hidden; padding: 21px;
  border: 1px solid rgba(102, 127, 178, .22); border-radius: 21px; background: #fff;
  box-shadow: 0 18px 42px rgba(4, 18, 56, .08);
  transition: transform .2s ease, box-shadow .2s ease;
}
.partner-card::before {
  position: absolute; top: 0; right: 0; left: 0; height: 4px;
  content: ""; background: var(--blue);
}
.partner-card:nth-child(2)::before { background: #18a8ba; }
.partner-card:nth-child(3)::before { background: #f59b32; }
.partner-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 50px rgba(4, 18, 56, .12);
}
.partner-card-linkable:focus-visible {
  outline: 3px solid rgba(20, 87, 255, .24); outline-offset: 4px;
}
.partner-logo-box {
  display: grid; width: 108px; height: 92px; place-items: center;
  overflow: hidden; padding: 8px; border-radius: 15px;
  background: linear-gradient(145deg, #fff, #f8faff);
}
.partner-logo-box img {
  display: block; max-width: 100%; max-height: 100%; object-fit: contain;
}
.partner-o2 .partner-logo-box img { width: 78px; height: 78px; }
.partner-card:not(.partner-o2) { grid-template-columns: 170px minmax(0, 1fr); gap: 14px; padding: 18px; }
.partner-card:not(.partner-o2) .partner-logo-box { width: 170px; }
.partner-logo-wide img { width: 100%; height: auto; }
.partner-card strong, .partner-card span { display: block; }
.partner-card strong { color: var(--navy); font-size: 16px; line-height: 1.3; }
.partner-card span { margin-top: 7px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.partner-card .partner-verification {
  display: flex; align-items: center; gap: 6px; margin-top: 11px;
  color: #124ac9; font-size: 10px; font-weight: 850;
}
.partner-verification b {
  display: inline-grid; width: 18px; height: 18px; flex: 0 0 auto; place-items: center;
  color: #fff; border-radius: 50%; background: var(--blue); font-size: 10px;
}
.partner-verification i { margin-left: auto; font-size: 13px; font-style: normal; }

.proof-strip {
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: linear-gradient(115deg, #061944, #0b3478);
}
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding-top: 29px; padding-bottom: 29px; }
.proof-grid div { min-width: 0; padding: 3px 25px; border-right: 1px solid rgba(255,255,255,.16); }
.proof-grid div:first-child { padding-left: 0; }
.proof-grid div:last-child { padding-right: 0; border-right: 0; }
.proof-grid strong, .proof-grid span { display: block; }
.proof-grid strong { color: #fff; font-size: 14px; }
.proof-grid span { margin-top: 6px; color: rgba(235, 244, 255, .7); font-size: 11px; line-height: 1.35; }

.section { padding: 108px 0; }
.section-soft { background: var(--surface); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr); gap: 80px; align-items: end; }
.kicker { color: var(--blue); }
.section h2 {
  margin: 15px 0 0; color: var(--navy); font-size: clamp(35px, 4vw, 52px);
  line-height: 1.08; letter-spacing: -.045em;
}
.section-heading > p, .benefit-copy > p {
  margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75;
}
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 55px; }
.service-card {
  position: relative; overflow: hidden; min-height: 410px; padding: 34px;
  border: 1px solid var(--line); border-radius: 24px; background: #fff;
  box-shadow: 0 10px 30px rgba(4,18,56,.035); cursor: pointer;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.service-card::after {
  position: absolute; right: 34px; bottom: 0; left: 34px; height: 4px;
  content: ""; border-radius: 999px 999px 0 0; background: var(--blue);
  transform: scaleX(0); transform-origin: left; transition: transform .25s ease;
}
.service-card:hover, .service-card:focus-visible {
  transform: translateY(-8px); border-color: rgba(20,87,255,.36);
  box-shadow: 0 24px 52px rgba(4,18,56,.12);
}
.service-card:focus-visible {
  outline: 3px solid rgba(20,87,255,.22); outline-offset: 4px;
}
.service-card:hover::after, .service-card:focus-visible::after { transform: scaleX(1); }
.service-card .service-icon { transition: transform .22s ease, box-shadow .22s ease; }
.service-card:hover .service-icon, .service-card:focus-visible .service-icon {
  transform: scale(1.08) rotate(-3deg); box-shadow: 0 10px 22px rgba(4,18,56,.14);
}
.service-card.featured { border-color: rgba(20,87,255,.28); box-shadow: 0 22px 45px rgba(20,87,255,.09); }
.service-card.repair-featured {
  border-color: rgba(255, 180, 92, .65);
  background: linear-gradient(145deg, #fff 55%, #fff8ee);
  box-shadow: 0 22px 48px rgba(112, 58, 0, .09);
}
.card-number { position: absolute; top: 23px; right: 28px; color: #d7dfec; font-size: 46px; font-weight: 800; letter-spacing: -.06em; }
.service-card-top {
  position: relative; z-index: 1; display: flex; min-height: 50px;
  align-items: center; gap: 12px; padding-right: 60px;
}
.provider-badge, .repair-label {
  display: inline-flex; min-height: 32px; align-items: center; gap: 7px;
  padding: 5px 10px; border: 1px solid #dce5f3; border-radius: 999px;
  color: #21416e; background: #f7faff; font-size: 10px; font-weight: 800;
}
.provider-badge img { width: 22px; height: 22px; object-fit: contain; }
.repair-label { color: #75400c; border-color: #f5d5ae; background: #fff8ee; }
.service-card h3 { margin: 22px 0 0; color: var(--navy); font-size: 25px; letter-spacing: -.025em; }
.service-card > p { min-height: 76px; margin: 13px 0 0; color: var(--muted); font-size: 15px; line-height: 1.65; }
.certification-row { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 16px; }
.certification-row span {
  display: inline-flex; min-height: 29px; align-items: center; padding: 5px 10px;
  border: 1px solid #e4c59f; border-radius: 9px; color: #64370c;
  background: #fffaf3; font-size: 10px; font-weight: 800;
}
.service-card ul { list-style: none; padding: 0; margin: 21px 0 0; }
.service-card li { position: relative; padding: 7px 0 7px 24px; color: #34415b; font-size: 13px; }
.service-card li::before { content: "✓"; position: absolute; left: 0; color: var(--blue); font-weight: 900; }
.text-link {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 21px; padding: 0;
  color: var(--blue); border: 0; background: transparent; font-weight: 800; cursor: pointer;
}
.text-link span { transition: transform .18s ease; }
.text-link:hover span, .service-card:hover .text-link span, .service-card:focus-visible .text-link span {
  transform: translateX(5px);
}

.split-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 8vw, 110px); align-items: center; }
.story-card {
  position: relative; min-height: 520px; display: flex; flex-direction: column; justify-content: space-between;
  padding: 42px; color: #fff; border-radius: 28px;
  background:
    radial-gradient(circle at 90% 8%, rgba(25,197,231,.32), transparent 35%),
    linear-gradient(150deg, #071b4e, #0c3985);
  box-shadow: var(--shadow);
}
.story-label { color: #8eeaff; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; }
.story-card blockquote { margin: 45px 0; font-size: clamp(28px, 3.5vw, 42px); line-height: 1.2; letter-spacing: -.04em; font-weight: 650; }
.owner-line { display: flex; align-items: center; gap: 14px; }
.owner-initials { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; color: var(--navy); background: var(--cyan); font-weight: 850; }
.owner-line strong, .owner-line span { display: block; }
.owner-line span { margin-top: 4px; color: rgba(255,255,255,.65); font-size: 12px; }
.story-card-photo { overflow: hidden; padding: 0; background: var(--navy); }
.story-portrait {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  object-position: 43% center; transform: scale(1.035) translateX(3%);
}
.story-photo-shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(3,16,47,.08) 15%, rgba(3,16,47,.18) 44%, rgba(3,16,47,.96) 100%),
    linear-gradient(90deg, rgba(3,16,47,.28), transparent 72%);
}
.story-content {
  position: relative; z-index: 1; min-height: 520px; display: flex;
  flex-direction: column; padding: 34px;
}
.story-card-photo .story-label {
  align-self: flex-start; padding: 8px 11px; border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px; color: #fff; background: rgba(3,16,47,.48);
  backdrop-filter: blur(10px); font-size: 10px;
}
.story-card-photo blockquote {
  max-width: 390px; margin: auto 0 23px; font-size: clamp(25px, 2.9vw, 34px);
  line-height: 1.16; text-shadow: 0 3px 20px rgba(0,0,0,.38);
}
.story-card-photo .owner-line span { color: rgba(255,255,255,.75); }
.benefit-copy > p { margin-top: 23px; max-width: 620px; }
.benefit-list { margin-top: 34px; border-top: 1px solid var(--line); }
.benefit-list > div { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.benefit-list > div > span { color: var(--blue); font-size: 12px; font-weight: 850; }
.benefit-list strong { color: var(--navy); font-size: 16px; }
.benefit-list p { margin: 6px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }

.location-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 12%, rgba(25, 197, 231, .12), transparent 28%),
    linear-gradient(180deg, #f5f8fd, #fff);
}
.location-grid {
  display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
  align-items: center; gap: clamp(48px, 7vw, 90px);
}
.location-gallery {
  position: relative; min-width: 0; display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: minmax(0, 1.72fr) minmax(0, 1fr); gap: 12px;
  height: 565px; padding: 12px; border-radius: 29px;
  background: #fff; box-shadow: 0 26px 65px rgba(4, 18, 56, .16);
}
.location-photo {
  min-width: 0; min-height: 0; overflow: hidden; margin: 0;
  border-radius: 18px; background: #e9eef6;
}
.location-photo-main { grid-column: 1 / -1; }
.location-photo img {
  display: block; width: 100%; height: 100%; object-fit: cover;
  transition: transform .45s ease;
}
.location-photo-main img { object-position: center 53%; }
.location-photo:nth-child(2) img { object-position: center center; }
.location-photo:nth-child(3) img { object-position: center 46%; }
.location-gallery:hover .location-photo img { transform: scale(1.018); }
.location-gallery-label {
  position: absolute; left: 31px; top: 31px; display: inline-flex;
  min-height: 37px; align-items: center; padding: 0 13px;
  color: #fff; border: 1px solid rgba(255,255,255,.26); border-radius: 999px;
  background: rgba(3, 16, 47, .78); backdrop-filter: blur(10px);
  font-size: 11px; font-weight: 800; letter-spacing: .035em;
}
.location-copy h2 {
  margin: 15px 0 0; color: var(--navy); font-size: clamp(38px, 4.5vw, 55px);
  line-height: 1.04; letter-spacing: -.045em;
}
.location-copy > p {
  margin: 22px 0 0; color: var(--muted); font-size: 16px; line-height: 1.72;
}
.google-rating {
  display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 14px;
  margin-top: 27px; padding: 14px 16px; border: 1px solid #dce4ef; border-radius: 17px;
  background: #fff; box-shadow: 0 12px 28px rgba(4,18,56,.06);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.google-rating:hover {
  transform: translateY(-2px); border-color: #b7c7e4;
  box-shadow: 0 17px 34px rgba(4,18,56,.1);
}
.google-rating:focus-visible {
  outline: 3px solid rgba(20, 87, 255, .22); outline-offset: 3px;
}
.google-rating-score { color: var(--navy); font-size: 27px; font-weight: 850; letter-spacing: -.04em; }
.google-rating > span:nth-child(2) { min-width: 0; }
.google-stars { display: block; color: #f6aa00; font-size: 15px; letter-spacing: .07em; line-height: 1; }
.google-rating small { display: block; margin-top: 5px; color: var(--muted); font-size: 11px; font-weight: 700; }
.google-rating-arrow { color: var(--blue); font-size: 19px; }
.location-address {
  display: flex; align-items: center; gap: 13px; margin-top: 17px; padding: 15px 16px;
  border: 1px solid #dce4ef; border-radius: 17px; background: rgba(255,255,255,.68);
  color: #44506a; font-size: 13px; font-style: normal; line-height: 1.55;
}
.location-address strong { display: block; color: var(--navy); font-size: 14px; }
.location-pin {
  display: grid; width: 43px; height: 43px; flex: 0 0 auto; place-items: center;
  color: #fff; border-radius: 13px; background: var(--blue);
}
.location-pin svg {
  width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8;
  stroke-linecap: round; stroke-linejoin: round;
}
.opening-hours-card {
  margin-top: 17px; overflow: hidden; border: 1px solid #dce4ef;
  border-radius: 17px; background: #fff; box-shadow: 0 12px 28px rgba(4,18,56,.05);
}
.opening-hours-head {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 15px 16px; border-bottom: 1px solid #e6ebf3; background: #f8faff;
}
.opening-hours-head strong, .opening-hours-head > div > span { display: block; }
.opening-hours-head strong { color: var(--navy); font-size: 14px; }
.opening-hours-head > div > span { margin-top: 3px; color: var(--muted); font-size: 10px; }
.open-status {
  display: inline-flex; flex: 0 0 auto; min-height: 29px; align-items: center;
  padding: 0 10px; color: #496078; border-radius: 999px; background: #e9eef5;
  font-size: 9px; font-weight: 850; text-align: center;
}
.open-status.is-open { color: #075f35; background: #d8f9e8; }
.open-status.is-whatsapp { color: #075f35; background: #e4fbef; }
.open-status.is-closed { color: #6b4d24; background: #fff1d8; }
.opening-hours-card dl { margin: 0; padding: 10px 16px 12px; }
.opening-hours-card dl > div {
  display: grid; grid-template-columns: 130px minmax(0, 1fr); gap: 12px;
  padding: 7px 0; border-bottom: 1px solid #edf1f6;
}
.opening-hours-card dl > div:last-child { border-bottom: 0; }
.opening-hours-card dt { color: #34415b; font-size: 11px; font-weight: 800; }
.opening-hours-card dd { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.45; }
.route-actions { display: grid; grid-template-columns: 1.35fr 1fr; gap: 10px; margin-top: 17px; }
.route-button {
  min-width: 0; min-height: 52px; justify-content: flex-start; padding: 0 15px;
  border-color: #d8e1ef; border-radius: 15px; background: #fff;
  color: var(--navy); box-shadow: 0 9px 22px rgba(4,18,56,.055); font-size: 12px;
}
.route-button:hover { border-color: #afc0df; box-shadow: 0 13px 27px rgba(4,18,56,.1); }
.route-icon {
  display: grid; width: 30px; height: 30px; flex: 0 0 auto; place-items: center;
  color: #fff; border-radius: 10px; background: var(--blue); font-size: 12px; font-weight: 900;
}
.route-apple .route-icon { background: var(--navy); }
.location-copy > .location-personal-note {
  margin-top: 21px; color: #5c6981; font-size: 13px; line-height: 1.55;
}
.location-personal-note strong { color: var(--navy); }

.section-dark { color: #fff; background: var(--navy-deep); }
.light-heading h2 { color: #fff; }
.light-heading > p { color: rgba(234,244,255,.68); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 52px; }
.step { min-height: 225px; padding: 30px; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; background: rgba(255,255,255,.055); }
.step > span { display: grid; place-items: center; width: 39px; height: 39px; border-radius: 12px; color: var(--navy); background: var(--cyan); font-size: 13px; font-weight: 850; }
.step h3 { margin: 29px 0 0; font-size: 20px; }
.step p { margin: 10px 0 0; color: rgba(234,244,255,.66); font-size: 14px; line-height: 1.6; }

.contact-section { padding: 78px 0; background: linear-gradient(180deg, #fff, #f4f7fb); }
.contact-card {
  display: flex; align-items: center; justify-content: space-between; gap: 40px;
  padding: 52px 58px; color: #fff; border-radius: 28px;
  background: linear-gradient(130deg, #0b49df, #0979cc);
  box-shadow: 0 25px 60px rgba(20,87,255,.22);
}
.contact-card .kicker { color: #aff1ff; }
.contact-card h2 { color: #fff; }
.contact-card p { max-width: 650px; margin: 14px 0 0; color: rgba(255,255,255,.78); line-height: 1.6; }
.button-large { flex: 0 0 auto; min-height: 57px; color: var(--navy); background: #fff; box-shadow: 0 15px 35px rgba(0,0,0,.13); }
.button-large:hover { background: #effbff; }

.site-footer { color: rgba(239,245,255,.76); background: #03102f; }
.footer-grid { display: grid; grid-template-columns: 1.25fr repeat(3, 1fr); gap: 50px; padding-top: 65px; padding-bottom: 58px; }
.footer-brand img { width: 180px; height: 70px; padding: 7px; border-radius: 12px; background: #fff; object-fit: contain; }
.footer-brand p { margin-top: 16px; }
.site-footer h3 { margin: 0 0 14px; color: #fff; font-size: 13px; text-transform: uppercase; letter-spacing: .1em; }
.site-footer p { margin: 0; font-size: 13px; line-height: 1.85; }
.site-footer a:hover, .footer-link:hover { color: var(--cyan); }
.footer-link { padding: 0; color: inherit; border: 0; background: none; cursor: pointer; }
.footer-bottom {
  display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; padding-bottom: 22px;
  color: rgba(239,245,255,.45); border-top: 1px solid rgba(255,255,255,.09); font-size: 11px;
}
.mobile-contact-bar { display: none; }

.modal[hidden] { display: none; }
.modal { position: fixed; inset: 0; z-index: 200; display: grid; place-items: center; padding: 18px; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(2, 10, 31, .72); backdrop-filter: blur(8px); }
.modal-panel {
  position: relative; z-index: 1; width: min(640px, 100%); max-height: calc(100vh - 36px); overflow-y: auto;
  padding: 38px; border-radius: 25px; background: #fff; box-shadow: 0 35px 90px rgba(0,0,0,.3);
}
.modal-close {
  position: absolute; right: 18px; top: 16px; display: grid; place-items: center;
  width: 39px; height: 39px; color: #526079; border: 1px solid var(--line); border-radius: 50%; background: #fff; font-size: 25px; cursor: pointer;
}
.modal h2 { margin: 14px 45px 0 0; color: var(--navy); font-size: clamp(28px, 5vw, 38px); line-height: 1.12; letter-spacing: -.04em; }
.modal-intro { margin: 13px 0 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.selected-service { display: inline-flex; margin-top: 18px; padding: 8px 12px; border-radius: 999px; color: #1044c2; background: #eaf0ff; font-size: 12px; font-weight: 800; }
.contact-options { display: grid; gap: 10px; margin-top: 25px; }
.contact-option {
  width: 100%; display: grid; grid-template-columns: 48px minmax(0,1fr) auto; align-items: center; gap: 14px;
  padding: 15px; text-align: left; border: 1px solid var(--line); border-radius: 16px; background: #fff; cursor: pointer;
  transition: border .18s ease, transform .18s ease, box-shadow .18s ease;
}
.contact-option:hover { transform: translateY(-2px); border-color: #aac0f8; box-shadow: 0 12px 26px rgba(4,18,56,.08); }
.contact-option strong, .contact-option small { display: block; }
.contact-option strong { color: var(--navy); font-size: 15px; }
.contact-option small { margin-top: 4px; color: var(--muted); font-size: 12px; }
.contact-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; font-size: 13px; font-weight: 850; }
.whatsapp .contact-icon { color: #075f35; background: #d8f9e8; }
.email .contact-icon { color: #1744ac; background: #e4ebff; font-size: 21px; }
.form-option .contact-icon { color: #6f3900; background: #fff0dc; }
.back-button { display: block; margin: 0 0 24px; padding: 0; color: var(--blue); border: 0; background: transparent; font-size: 13px; font-weight: 750; cursor: pointer; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; margin-top: 25px; }
.form-grid label > span { display: block; margin: 0 0 7px; color: #44506a; font-size: 12px; font-weight: 750; }
.form-grid input, .form-grid select, .form-grid textarea {
  width: 100%; min-height: 46px; padding: 11px 12px; color: var(--ink);
  border: 1px solid #ccd5e4; border-radius: 11px; background: #fff;
}
.form-grid textarea { resize: vertical; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { outline: 3px solid rgba(20,87,255,.12); border-color: var(--blue); }
.full-field { grid-column: 1 / -1; }
.contact-required-note {
  display: flex; align-items: center; gap: 12px; padding: 13px 14px;
  color: #21416e; border: 1px solid #bcd0f4; border-radius: 13px; background: #eff5ff;
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}
.contact-required-note > span {
  display: grid; width: 30px; height: 30px; flex: 0 0 auto; place-items: center;
  color: #fff; border-radius: 10px; background: var(--blue); font-size: 15px; font-weight: 900;
}
.contact-required-note strong, .contact-required-note small { display: block; }
.contact-required-note strong { color: var(--navy); font-size: 12px; }
.contact-required-note small { margin-top: 3px; color: #526989; font-size: 10px; line-height: 1.4; }
.contact-required-note.has-error {
  border-color: #ef7777; background: #fff1f2; box-shadow: 0 0 0 3px rgba(220,38,38,.08);
}
.contact-required-note.has-error > span { background: #c62828; }
.service-details {
  overflow: hidden; border: 1px solid #d9e3f1; border-radius: 17px;
  background: linear-gradient(145deg, #f7faff, #fff);
}
.service-details-intro {
  display: flex; align-items: center; gap: 12px; padding: 14px 15px;
  border-bottom: 1px solid #e1e8f3; background: #eff5ff;
}
.service-details-icon {
  display: grid; width: 31px; height: 31px; flex: 0 0 auto; place-items: center;
  color: #fff; border-radius: 10px; background: var(--blue); font-size: 18px; font-weight: 850;
}
.service-details-intro strong, .service-details-intro small { display: block; }
.service-details-intro strong { color: var(--navy); font-size: 12px; }
.service-details-intro small { margin-top: 3px; color: var(--muted); font-size: 10px; line-height: 1.4; }
.service-details-panel { padding: 15px; }
.service-details-panel[hidden], .service-details[hidden] { display: none; }
.service-detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
.service-detail-grid .full-detail-field { grid-column: 1 / -1; }
.service-detail-grid label > span:first-child { display: block; margin: 0 0 7px; color: #44506a; font-size: 11px; font-weight: 750; }
.service-detail-grid label > span:first-child small { color: var(--muted); font-weight: 600; }
.option-choice-grid {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px;
}
.option-choice-grid-single { grid-template-columns: 1fr; margin-top: 14px; }
.option-toggle {
  position: relative; min-width: 0; display: flex; min-height: 66px; align-items: center;
  gap: 11px; padding: 12px; border: 1px solid #ccd8e9; border-radius: 13px;
  background: #fff; cursor: pointer; transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}
.option-toggle:hover { border-color: #9eb7df; background: #f8fbff; }
.option-toggle:has(input:focus-visible) { outline: 3px solid rgba(20,87,255,.14); outline-offset: 2px; }
.option-toggle:has(input:checked) {
  border-color: #7ea2f2; background: #eff5ff; box-shadow: inset 0 0 0 1px rgba(20,87,255,.08);
}
.option-toggle input {
  width: 20px; height: 20px; flex: 0 0 auto; margin: 0; accent-color: var(--blue);
}
.option-toggle span, .option-toggle strong, .option-toggle small { display: block; }
.option-toggle strong { color: var(--navy); font-size: 12px; }
.option-toggle small { margin-top: 4px; color: var(--muted); font-size: 10px; line-height: 1.35; }
.conditional-fields {
  margin-top: 11px; padding: 13px; border: 1px solid #d9e3f1;
  border-radius: 13px; background: #fff;
}
.conditional-fields[hidden] { display: none; }
.tv-package-info {
  margin: 11px 0 0; padding: 11px 12px; color: #345079;
  border-radius: 10px; background: #edf4ff; font-size: 10px; line-height: 1.55;
}
.field-with-unit {
  display: flex !important; min-height: 46px; align-items: stretch; margin: 0 !important;
  overflow: hidden; border: 1px solid #ccd5e4; border-radius: 11px; background: #fff;
}
.form-grid .field-with-unit input {
  min-width: 0; min-height: 44px; border: 0; border-radius: 0; box-shadow: none;
}
.form-grid .field-with-unit input:focus { outline: 0; border: 0; }
.field-with-unit:focus-within { outline: 3px solid rgba(20,87,255,.12); border-color: var(--blue); }
.field-with-unit b {
  display: flex; flex: 0 0 auto; align-items: center; padding: 0 11px;
  color: #526079; border-left: 1px solid #dbe3ef; background: #f4f7fb;
  font-size: 10px; font-weight: 800;
}
.energy-upload-note {
  margin: 12px 0 0; padding: 10px 12px; color: #345079;
  border-radius: 10px; background: #edf4ff; font-size: 10px; line-height: 1.5;
}
.upload-field { position: relative; cursor: pointer; }
.upload-field > span:first-child small { color: var(--muted); font-weight: 600; }
.upload-field > .upload-control {
  display: flex; min-height: 72px; align-items: center; gap: 13px; margin: 0;
  padding: 13px 15px; border: 1px dashed #9eb3d6; border-radius: 13px;
  background: #f8fbff; transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}
.upload-field:hover .upload-control, .upload-field:focus-within .upload-control {
  border-color: var(--blue); background: #f1f6ff; box-shadow: 0 0 0 3px rgba(20,87,255,.09);
}
.upload-control > svg {
  width: 27px; height: 27px; flex: 0 0 auto; fill: none; stroke: var(--blue);
  stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round;
}
.upload-control > span { min-width: 0; }
.upload-control strong, .upload-control small { display: block; }
.upload-control strong { color: var(--navy); font-size: 13px; }
.upload-control small { margin-top: 3px; color: var(--muted); font-size: 10px; line-height: 1.4; }
.form-grid .upload-input {
  position: absolute; width: 1px; height: 1px; min-height: 0; padding: 0;
  overflow: hidden; opacity: 0; pointer-events: none;
}
.upload-field > .selected-files {
  display: block; margin: 8px 0 0; color: var(--muted);
  font-size: 10px; font-weight: 600; line-height: 1.5;
}
.privacy-check { display: flex; align-items: flex-start; gap: 9px; margin-top: 17px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.privacy-check input { flex: 0 0 auto; margin-top: 2px; }
.privacy-check a { color: var(--blue); font-weight: 750; text-decoration: underline; text-underline-offset: 2px; }
.form-hint { margin: 13px 0 0; color: var(--muted); font-size: 11px; }
.form-hint-required { color: #3e5373; font-weight: 700; }
.form-error { margin-top: 14px; padding: 11px 13px; color: #9b1c1c; border: 1px solid #fecaca; border-radius: 10px; background: #fff1f2; font-size: 12px; }
.form-submit { width: 100%; margin-top: 20px; }
.honeypot { position: absolute !important; left: -9999px !important; opacity: 0 !important; }
.success-state { padding: 25px 5px 8px; text-align: center; }
.success-icon { display: grid; place-items: center; width: 70px; height: 70px; margin: 0 auto 24px; color: #075f35; border-radius: 50%; background: #d8f9e8; font-size: 31px; font-weight: 900; }
.success-state h2 { margin-right: 0; }
.success-state p { max-width: 450px; margin: 16px auto 25px; color: var(--muted); line-height: 1.65; }
.legal-page { min-height: 100vh; background: var(--surface); }
.legal-header { background: #fff; border-bottom: 1px solid var(--line); }
.legal-header .header-inner { justify-content: space-between; }
.legal-back { color: var(--blue); font-size: 13px; font-weight: 800; }
.legal-main { padding: 65px 0 95px; }
.legal-document {
  width: min(820px, 100%); margin: 0 auto; padding: clamp(28px, 6vw, 62px);
  border: 1px solid var(--line); border-radius: 26px; background: #fff;
  box-shadow: 0 20px 55px rgba(4,18,56,.07);
}
.legal-document h1 {
  margin: 16px 0 12px; color: var(--navy);
  font-size: clamp(38px, 7vw, 58px); line-height: 1; letter-spacing: -.05em;
}
.legal-updated { margin: 0 0 42px; color: var(--muted); font-size: 12px; }
.legal-document h2 { margin: 38px 0 12px; color: var(--navy); font-size: 23px; line-height: 1.25; letter-spacing: -.02em; }
.legal-document h3 { margin: 24px 0 8px; color: var(--navy); font-size: 16px; }
.legal-document p, .legal-document li { color: #4e5a72; font-size: 14px; line-height: 1.75; }
.legal-document ul { padding-left: 20px; }
.legal-document a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.legal-contact-box {
  margin: 25px 0; padding: 20px; border-left: 4px solid var(--blue);
  border-radius: 0 14px 14px 0; background: #f2f6ff;
}
.legal-contact-box p { margin: 0; }
.legal-note { margin-top: 42px; padding-top: 22px; border-top: 1px solid var(--line); }

/* Leistungs-Unterseiten */
.service-page { min-height: 100vh; background: #fff; }
.service-page .legal-header { position: sticky; top: 0; z-index: 40; }
.service-page-header-actions { display: flex; align-items: center; gap: 12px; }
.service-page-header-actions .button { min-height: 43px; padding: 0 17px; font-size: 12px; }
.service-tab-nav {
  position: sticky; top: 82px; z-index: 35; border-bottom: 1px solid #dfe5ef;
  background: rgba(255,255,255,.96); box-shadow: 0 8px 20px rgba(4,18,56,.04);
  backdrop-filter: blur(15px);
}
.service-tab-inner {
  display: flex; min-height: 57px; align-items: stretch; gap: 3px;
  overflow-x: auto; scrollbar-width: none;
}
.service-tab-inner::-webkit-scrollbar { display: none; }
.service-tab-inner a {
  position: relative; display: inline-flex; flex: 0 0 auto; align-items: center;
  padding: 0 17px; color: #536079; font-size: 12px; font-weight: 750; white-space: nowrap;
}
.service-tab-inner a::after {
  position: absolute; right: 14px; bottom: 0; left: 14px; height: 3px;
  content: ""; border-radius: 999px 999px 0 0; background: var(--blue);
  transform: scaleX(0); transition: transform .18s ease;
}
.service-tab-inner a:hover, .service-tab-inner a[aria-current="page"] { color: var(--blue); }
.service-tab-inner a[aria-current="page"]::after { transform: scaleX(1); }
.service-breadcrumb {
  display: inline-flex; align-items: center; gap: 8px; margin-bottom: 24px;
  color: rgba(230,241,255,.76); font-size: 12px; font-weight: 700;
}
.service-breadcrumb span { color: rgba(230,241,255,.38); }
.service-detail-hero {
  position: relative; overflow: hidden; color: #fff;
  background:
    radial-gradient(circle at 84% 20%, rgba(25,197,231,.24), transparent 30%),
    linear-gradient(135deg, #041238, #0a347b);
}
.service-detail-hero::after {
  position: absolute; width: 390px; height: 390px; right: -170px; bottom: -230px;
  content: ""; border: 1px solid rgba(255,255,255,.12); border-radius: 50%;
}
.service-detail-hero-inner {
  position: relative; z-index: 1; display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
  gap: clamp(45px, 8vw, 95px); align-items: center; padding-top: 76px; padding-bottom: 82px;
}
.service-detail-hero h1 {
  max-width: 760px; margin: 14px 0 0; font-size: clamp(43px, 6.3vw, 72px);
  line-height: 1; letter-spacing: -.055em;
}
.service-detail-hero p {
  max-width: 690px; margin: 25px 0 0; color: rgba(234,244,255,.8);
  font-size: clamp(17px, 2vw, 20px); line-height: 1.68;
}
.service-detail-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 31px; }
.service-summary-card {
  padding: 26px; border: 1px solid rgba(255,255,255,.18); border-radius: 23px;
  background: rgba(255,255,255,.1); box-shadow: 0 30px 65px rgba(0,0,0,.18);
  backdrop-filter: blur(16px);
}
.service-summary-card strong { display: block; font-size: 18px; }
.service-summary-card ul { list-style: none; padding: 0; margin: 20px 0 0; }
.service-summary-card li {
  position: relative; padding: 10px 0 10px 27px;
  border-bottom: 1px solid rgba(255,255,255,.1); color: rgba(240,247,255,.82);
  font-size: 13px; line-height: 1.45;
}
.service-summary-card li:last-child { border-bottom: 0; }
.service-summary-card li::before {
  position: absolute; left: 0; content: "✓"; color: var(--lime); font-weight: 900;
}
.detail-section { padding: 90px 0; }
.detail-section-soft { background: var(--surface); }
.detail-heading { max-width: 760px; }
.detail-heading h2 {
  margin: 14px 0 0; color: var(--navy); font-size: clamp(34px, 4.5vw, 50px);
  line-height: 1.08; letter-spacing: -.045em;
}
.detail-heading p { margin: 19px 0 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.detail-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 42px; }
.detail-card {
  min-height: 235px; padding: 27px; border: 1px solid var(--line);
  border-radius: 21px; background: #fff; box-shadow: 0 13px 32px rgba(4,18,56,.055);
}
.detail-card > span {
  display: grid; width: 40px; height: 40px; place-items: center;
  color: var(--navy); border-radius: 12px; background: #dce8ff; font-size: 12px; font-weight: 900;
}
.detail-card h3 { margin: 23px 0 0; color: var(--navy); font-size: 20px; }
.detail-card p { margin: 11px 0 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.detail-process {
  display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: clamp(45px, 8vw, 100px); align-items: start;
}
.detail-process-list { border-top: 1px solid var(--line); }
.detail-process-list > div {
  display: grid; grid-template-columns: 43px minmax(0,1fr); gap: 16px;
  padding: 23px 0; border-bottom: 1px solid var(--line);
}
.detail-process-list > div > span { color: var(--blue); font-size: 12px; font-weight: 900; }
.detail-process-list strong { color: var(--navy); }
.detail-process-list p { margin: 6px 0 0; color: var(--muted); font-size: 13px; line-height: 1.58; }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 38px; }
.faq-item { padding: 23px 24px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.faq-item h3 { margin: 0; color: var(--navy); font-size: 16px; line-height: 1.4; }
.faq-item p { margin: 10px 0 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.service-inline-note {
  margin-top: 27px; padding: 18px 20px; color: #345079; border-left: 4px solid var(--blue);
  border-radius: 0 14px 14px 0; background: #edf4ff; font-size: 13px; line-height: 1.65;
}
.service-page-cta { padding: 72px 0; background: linear-gradient(180deg, #fff, #f3f7fd); }
.service-page-cta-card {
  display: flex; align-items: center; justify-content: space-between; gap: 34px;
  padding: 43px 48px; color: #fff; border-radius: 26px;
  background: linear-gradient(130deg, #0b49df, #0979cc); box-shadow: 0 24px 55px rgba(20,87,255,.2);
}
.service-page-cta-card h2 { margin: 0; font-size: clamp(29px, 4vw, 42px); line-height: 1.1; }
.service-page-cta-card p { max-width: 650px; margin: 12px 0 0; color: rgba(255,255,255,.78); line-height: 1.6; }
.service-page-cta-card .button { flex: 0 0 auto; color: var(--navy); background: #fff; }

@media (max-width: 1100px) and (min-width: 981px) {
  .header-inner { gap: 18px; }
  .desktop-nav { gap: 18px; }
  .desktop-nav a, .header-cta { font-size: 13px; }
  .location-grid { grid-template-columns: minmax(0, 1fr) minmax(340px, .85fr); gap: 42px; }
  .location-gallery { height: 530px; }
}

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .mobile-menu-toggle { display: grid; }
  .mobile-navigation:not([hidden]) { display: block; }
  .instagram-menu-link { margin-left: auto; }
  .header-cta { margin-left: 0; }
  .hero-grid { grid-template-columns: minmax(0, 1fr); padding-top: 65px; }
  .hero-copy { min-width: 0; max-width: 760px; }
  .hero-panel { min-width: 0; max-width: 720px; }
  .partner-heading { grid-template-columns: 1fr; gap: 12px; }
  .partner-heading p { max-width: 680px; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .section-heading > p { max-width: 680px; }
  .split-section { grid-template-columns: 1fr; }
  .story-card { min-height: 440px; }
  .story-content { min-height: 440px; }
  .location-grid { grid-template-columns: 1fr; }
  .location-gallery { width: min(820px, 100%); }
  .location-copy { max-width: 720px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .service-detail-hero-inner { grid-template-columns: 1fr; }
  .service-summary-card { max-width: 720px; }
  .detail-card-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 28px, 1180px); }
  .header-inner { height: 74px; gap: 10px; }
  .brand { min-width: 0; margin-right: auto; gap: 7px; }
  .brand img { width: 44px; height: 44px; }
  .brand-wordmark { font-size: 15px; letter-spacing: .045em; }
  .instagram-menu-link { display: none; }
  .mobile-menu-toggle {
    display: flex; width: 84px; height: 44px; align-items: center;
    justify-content: flex-end; padding: 0 12px; border-radius: 13px;
  }
  .mobile-menu-toggle span { left: 13px; width: 18px; }
  .mobile-menu-label {
    display: block; color: currentColor; font-size: 12px;
    font-weight: 850; letter-spacing: .02em;
  }
  .mobile-navigation {
    max-height: calc(100vh - 74px); overflow-y: auto;
    border-top-color: #dce4f0; box-shadow: 0 22px 50px rgba(4, 18, 56, .2);
  }
  .mobile-navigation-inner > a { min-height: 53px; font-size: 15px; }
  .mobile-service-group > div { grid-template-columns: 1fr; }
  .mobile-service-group a { min-height: 45px; font-size: 12px; }
  .mobile-instagram-link { display: flex; }
  .header-cta { display: none; }
  .hero-grid { min-height: 0; gap: 43px; padding-top: 53px; padding-bottom: 54px; }
  .hero h1 { font-size: clamp(40px, 12.2vw, 50px); }
  .hero-lead { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .trust-row { gap: 12px 18px; }
  .panel-topline { align-items: flex-start; flex-direction: column; }
  .quick-service { grid-template-columns: 44px minmax(0,1fr) auto; padding: 14px 12px; }
  .quick-service .service-icon { width: 44px; height: 44px; border-radius: 12px; }
  .quick-service .service-icon svg { width: 24px; height: 24px; }
  .quick-title { flex-wrap: wrap; gap: 5px; }
  .quick-title img { width: 22px; height: 22px; border-radius: 7px; }
  .quick-service small { font-size: 11px; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); row-gap: 22px; }
  .proof-grid div, .proof-grid div:first-child, .proof-grid div:last-child { padding: 0 15px; border: 0; }
  .proof-grid div:nth-child(odd) { padding-left: 0; border-right: 1px solid rgba(255,255,255,.16); }
  .partner-section { padding: 42px 0 38px; }
  .partner-heading h2 { font-size: 27px; }
  .partner-grid { grid-template-columns: 1fr; gap: 12px; margin-top: 24px; }
  .partner-card {
    grid-template-columns: 104px minmax(0, 1fr); min-height: 130px;
    gap: 14px; padding: 15px;
  }
  .partner-logo-box { width: 104px; height: 84px; }
  .partner-o2 .partner-logo-box img { width: 72px; height: 72px; }
  .partner-card:not(.partner-o2) { grid-template-columns: 145px minmax(0, 1fr); gap: 13px; }
  .partner-card:not(.partner-o2) .partner-logo-box { width: 145px; }
  .section { padding: 75px 0; }
  .section h2 { font-size: 36px; }
  .service-grid { grid-template-columns: 1fr; margin-top: 38px; }
  .service-card { min-height: 0; padding: 27px; }
  .service-card > p { min-height: 0; }
  .service-card-top { padding-right: 48px; }
  .story-card { min-height: 420px; padding: 30px; }
  .story-card-photo { padding: 0; }
  .story-content { min-height: 480px; padding: 26px; }
  .story-card-photo blockquote { max-width: 330px; font-size: 27px; }
  .story-portrait { object-position: 45% center; transform: scale(1.035) translateX(2%); }
  .location-grid { gap: 38px; }
  .location-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 235px 145px; height: 404px; gap: 9px; padding: 9px; border-radius: 22px;
  }
  .location-photo { border-radius: 14px; }
  .location-photo-main { grid-column: 1 / -1; grid-row: 1; }
  .location-gallery-label { left: 21px; top: 21px; min-height: 33px; }
  .location-copy h2 { font-size: 36px; }
  .location-copy > p { font-size: 15px; }
  .opening-hours-head { align-items: flex-start; flex-direction: column; }
  .opening-hours-card dl > div { grid-template-columns: 1fr; gap: 3px; }
  .route-actions { grid-template-columns: 1fr; }
  .route-button { justify-content: center; font-size: 13px; }
  .steps { grid-template-columns: 1fr; }
  .step { min-height: 190px; }
  .contact-section { padding: 55px 0 90px; }
  .contact-card { align-items: flex-start; flex-direction: column; padding: 35px 27px; }
  .button-large { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  body:not(.legal-page) { padding-bottom: calc(76px + env(safe-area-inset-bottom)); }
  .mobile-contact-bar {
    position: fixed; z-index: 45; right: 10px; bottom: max(9px, env(safe-area-inset-bottom)); left: 10px;
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; padding: 6px;
    border: 1px solid rgba(255,255,255,.6); border-radius: 18px;
    background: rgba(255,255,255,.94); box-shadow: 0 18px 42px rgba(4,18,56,.28);
    backdrop-filter: blur(16px);
  }
  .mobile-contact-bar a, .mobile-contact-bar button {
    min-width: 0; min-height: 52px; display: flex; align-items: center; justify-content: center;
    flex-direction: column; gap: 3px; padding: 5px 3px; color: var(--navy);
    border: 0; border-radius: 12px; background: #f2f6fc; cursor: pointer;
  }
  .mobile-contact-bar a:nth-child(2) { color: #075f35; background: #e1f9ec; }
  .mobile-contact-bar > :last-child { color: #fff; background: var(--blue); }
  .mobile-contact-bar span { font-size: 9px; font-weight: 900; letter-spacing: .04em; }
  .mobile-contact-bar > :last-child span { font-size: 18px; line-height: .8; }
  .mobile-contact-bar strong { overflow: hidden; max-width: 100%; font-size: 10px; text-overflow: ellipsis; }
  .service-page-header-actions .button { display: none; }
  .service-tab-nav { top: 74px; }
  .service-tab-inner { min-height: 52px; }
  .service-tab-inner a { padding: 0 13px; font-size: 11px; }
  .service-detail-hero-inner { grid-template-columns: 1fr; gap: 34px; padding-top: 50px; padding-bottom: 55px; }
  .service-detail-hero h1 { font-size: 43px; }
  .detail-section { padding: 68px 0; }
  .detail-card-grid, .faq-grid { grid-template-columns: 1fr; }
  .detail-card { min-height: 0; }
  .detail-process { grid-template-columns: 1fr; gap: 36px; }
  .service-page-cta { padding: 52px 0; }
  .service-page-cta-card { align-items: flex-start; flex-direction: column; padding: 33px 27px; }
  .service-page-cta-card .button { width: 100%; }
  .service-detail-actions { align-items: stretch; flex-direction: column; }
  .service-detail-actions .button { width: 100%; }
  .service-page .footer-grid { grid-template-columns: 1fr; }
  .modal { padding: 9px; align-items: end; }
  .modal-panel { width: 100%; max-height: calc(100vh - 18px); padding: 31px 20px 24px; border-radius: 23px 23px 18px 18px; }
  .form-grid { grid-template-columns: 1fr; }
  .full-field { grid-column: auto; }
  .service-detail-grid { grid-template-columns: 1fr; }
  .service-detail-grid .full-detail-field { grid-column: auto; }
  .option-choice-grid { grid-template-columns: 1fr; }
  .legal-main { padding: 30px 0 70px; }
  .legal-document { padding: 27px 21px; border-radius: 19px; }
  .legal-document h2 { margin-top: 32px; font-size: 21px; }
}

@media (max-width: 380px) {
  .shell { width: min(100% - 22px, 1180px); }
  .header-inner { gap: 7px; }
  .brand { gap: 5px; }
  .brand img { width: 40px; height: 40px; }
  .brand-wordmark { font-size: 13px; letter-spacing: .035em; }
  .mobile-menu-toggle { width: 76px; height: 42px; padding-right: 10px; }
  .mobile-menu-toggle span { left: 11px; width: 17px; }
  .mobile-menu-label { font-size: 11px; }
  .partner-card:not(.partner-o2) {
    grid-template-columns: 128px minmax(0, 1fr); padding: 14px;
  }
  .partner-card:not(.partner-o2) .partner-logo-box { width: 128px; }
  .hero h1 { font-size: 38px; }
  .location-gallery { grid-template-rows: 210px 125px; height: 353px; }
  .location-copy h2 { font-size: 33px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
