:root {
  --bg: #fff;
  --ink: #13213a;
  --muted: #6b778b;
  --line: #e4eaf2;
  --ice: #2878ef;
  --ice2: #1a63d5;
  --ice-light: #eaf2ff;
  --navy: #0b192d;
  --cyan: #72d8f5;
  --gold: #f59e0b;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; overflow-x: clip; }
body { margin: 0; background: var(--bg); color: var(--ink); font: 15px/1.65 'Inter', system-ui, -apple-system, sans-serif; -webkit-font-smoothing: antialiased; overflow-x: clip; }
.wrap { width: min(1200px, calc(100% - 64px)); margin-inline: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; max-width: 100%; }
a, button, summary { -webkit-tap-highlight-color: transparent; }
button, a { transition: background .2s, color .2s, border-color .2s, box-shadow .2s; }
:focus-visible { outline: 3px solid var(--ice); outline-offset: 5px; }
.icon-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }

/* Layered pearl-blue sheen; one sweep every four seconds. */
@keyframes head-shine {
  0%, 8% { transform: translateX(-140%) skewX(-24deg); opacity: 0; }
  12% { opacity: 1; }
  36% { opacity: 1; }
  40%, 100% { transform: translateX(290%) skewX(-24deg); opacity: 0; }
}
@keyframes head-glint {
  0%, 9%, 43%, 100% { opacity: 0; }
  24% { opacity: 1; }
}

/* Navigation */
.header { position: sticky; top: 0; z-index: 50; color: #fff; background: rgba(11, 25, 45, .97); backdrop-filter: blur(16px); border-bottom: 1px solid #ffffff12; }
.header-inner { display: flex; justify-content: space-between; align-items: center; height: 88px; gap: 24px; }
.brand { display: flex; align-items: center; gap: 11px; font-size: 22px; font-weight: 800; line-height: 1.15; letter-spacing: 1.6px; flex-shrink: 0; }
.brand small { display: block; color: #9cabbe; font-size: 8px; font-weight: 500; letter-spacing: 1.4px; margin-top: 7px; }
.brand-mark { display: grid; place-items: center; width: 44px; height: 44px; color: var(--cyan); background: #17334d; border: 1px solid #72d8f524; border-radius: 13px; }
.brand-mark .icon { width: 29px; height: 29px; }
.header-right { display: flex; align-items: center; gap: 32px; }
nav { display: flex; gap: 28px; color: #c0cbda; font-size: 13px; }
nav a:hover { color: #fff; }

.head-phone { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 44px; font-size: 13px; font-weight: 600; padding: 10px 16px; border: 1px solid #87c8ee4d; border-radius: 12px; white-space: nowrap; flex-shrink: 0; position: relative; overflow: hidden; isolation: isolate; color: #f2faff; background: linear-gradient(115deg, #1b405b, #152f48); box-shadow: inset 0 1px 0 #ffffff0d, 0 3px 12px #030c1614; }
.head-phone::before { content: ''; position: absolute; top: -70%; bottom: -70%; left: 0; width: 62%; background: linear-gradient(90deg, transparent 0%, #75bcff08 12%, #91dfff38 30%, #d4d4ff55 43%, #ffffffa8 49%, #e2f8ff70 53%, #94dcff36 64%, transparent 100%); transform: translateX(-140%) skewX(-24deg); animation: head-shine 4s cubic-bezier(.22,.61,.36,1) infinite; pointer-events: none; z-index: -1; }
.head-phone::after { content: ''; position: absolute; inset: 0; border-radius: inherit; box-shadow: inset 0 1px 0 #dcf7ffbf, inset 0 -1px 0 #7fcfff70, inset 0 0 12px #a3dbff22; opacity: 0; animation: head-glint 4s ease-in-out infinite; pointer-events: none; }
.head-phone .icon { width: 16px; height: 16px; color: #9bdcf4; }
.head-phone-number { font-variant-numeric: tabular-nums; letter-spacing: .1px; }
.head-phone:hover { background: linear-gradient(115deg, #234e6c, #1a3a56); border-color: #9ddcfa80; box-shadow: inset 0 1px 0 #ffffff14, 0 4px 16px #030c1620; }
.head-phone:active { background: #16334c; }
.head-phone:focus-visible { outline: 2px solid #a7e2fa; outline-offset: 4px; }

.burger { display: none; width: 44px; height: 44px; border: 0; background: transparent; cursor: pointer; position: relative; }
.burger span { position: absolute; left: 11px; width: 22px; height: 2px; background: #fff; transition: transform .2s, opacity .2s; }
.burger span:nth-child(1) { top: 14px; }
.burger span:nth-child(2) { top: 21px; }
.burger span:nth-child(3) { top: 28px; }
.burger.active span:nth-child(1) { top: 21px; transform: rotate(45deg); }
.burger.active span:nth-child(2) { opacity: 0; }
.burger.active span:nth-child(3) { top: 21px; transform: rotate(-45deg); }

/* First screen */
.hero-section { background: radial-gradient(ellipse at 78% 24%, #173654 0, transparent 54%), var(--navy); color: #fff; padding-bottom: 32px; overflow: clip; }
.hero { display: grid; grid-template-columns: 1.12fr 1fr; align-items: center; gap: 70px; padding-block: 64px 66px; }
.hero-copy, .hero-visual { min-width: 0; }
.location { display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px; border: 1px solid #ffffff1f; background: #ffffff04; border-radius: 30px; font-size: 11px; color: #c2cfdf; margin: 0 0 26px; }
.location .icon { color: var(--cyan); width: 14px; height: 14px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(38px, 4.35vw, 62px); font-weight: 800; line-height: 1.08; letter-spacing: -2.9px; margin-bottom: 24px; }
h1 span { color: var(--cyan); font-size: .78em; letter-spacing: -1.8px; white-space: nowrap; }
.lead { max-width: 495px; color: #b8c6d8; line-height: 1.85; font-size: 14px; margin-bottom: 28px; }
.actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* Buttons */
.button, a.button { 
  display: inline-flex; 
  justify-content: center; 
  align-items: center; 
  gap: 25px; 
  padding: 16px 22px; 
  color: #fff !important; 
  text-decoration: none !important;
  border: 1px solid transparent; 
  background: var(--ice); 
  border-radius: 9px; 
  font-size: 13px; 
  line-height: 1.5; 
  font-weight: 600; 
  cursor: pointer; 
  min-height: 54px; 
}
.button .icon, a.button .icon { width: 18px; height: 18px; }
.button:hover, a.button:hover { background: var(--ice2); box-shadow: 0 6px 24px #2878ef30; color: #fff !important; }
.button-ghost, a.button-ghost { color: #e7edf6 !important; border-color: #ffffff30; background: #ffffff05; font-weight: 500; }
.button-ghost:hover, a.button-ghost:hover { background: #ffffff10; box-shadow: none; color: #fff !important; }
.button-ghost span { font-size: 19px; line-height: 1; }

.hero-note { display: flex; gap: 9px; align-items: center; font-size: 11px; color: #95a8bd; margin-top: 20px; }
.hero-note .icon { width: 16px; height: 16px; color: var(--cyan); }
.hero-visual { position: relative; padding: 13px; background: #ffffff06; border: 1px solid #ffffff20; border-radius: 22px; margin-right: 14px; }
.visual-topline { display: flex; justify-content: space-between; align-items: center; color: #afc5d7; padding: 3px 5px 15px; font-size: 8px; letter-spacing: 1.7px; }
.visual-topline>span { display: flex; align-items: center; gap: 8px; }
.visual-topline>.icon { width: 17px; height: 17px; color: var(--cyan); }
.status-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 4px #72d8f510; }
.hero-image { position: relative; height: 387px; overflow: hidden; border-radius: 12px; background: #8395a2; }
.hero-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, #071628cc 0%, transparent 55%); }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: 62% center; }
.image-caption { position: absolute; left: 24px; bottom: 26px; z-index: 1; }
.image-caption>span { display: block; font-size: 10px; color: #d6e0ed; margin-bottom: 8px; }
.image-caption b { display: block; font-size: 24px; line-height: 1.25; font-weight: 600; letter-spacing: -.7px; }
.experience-badge { position: absolute; right: -29px; top: 75px; padding: 20px; background: var(--ice); border: 1px solid #639fff; border-radius: 14px; box-shadow: 0 12px 35px #06102130; transform: rotate(4deg); }
.experience-badge strong { display: flex; align-items: baseline; gap: 7px; font-size: 45px; line-height: 1; letter-spacing: -2px; }
.experience-badge strong span { font-size: 16px; font-weight: 500; letter-spacing: 0; }
.experience-badge>span { display: block; font-size: 10px; line-height: 1.5; color: #e6f0ff; margin-top: 10px; }
.guarantee-badge { position: absolute; bottom: -23px; right: 18px; display: flex; align-items: center; gap: 12px; padding: 16px 20px; border: 1px solid #e3ebf6; border-radius: 12px; color: var(--ink); background: #fff; box-shadow: 0 12px 30px #0610211a; }
.shield-icon { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 10px; background: var(--ice-light); color: var(--ice); }
.guarantee-badge b { display: block; font-size: 12px; font-weight: 600; }
.guarantee-badge small { display: block; font-size: 10px; color: var(--muted); margin-top: 3px; }
.hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); padding-top: 30px; border-top: 1px solid #ffffff1c; }
.hero-facts>div { display: flex; align-items: center; gap: 15px; padding-left: 32px; border-left: 1px solid #ffffff1c; }
.hero-facts>div:first-child { border: 0; padding-left: 0; }
.hero-facts .icon { color: var(--cyan); width: 23px; height: 23px; }
.hero-facts strong { display: block; font-size: 13px; font-weight: 600; }
.hero-facts small { display: block; font-size: 11px; color: #8fa2bb; margin-top: 4px; }
.brands { display: flex; align-items: center; gap: 40px; padding-block: 31px; }
.brands>p { color: var(--muted); font-size: 10px; line-height: 1.6; margin: 0; min-width: 108px; }
.brands-list { display: flex; flex: 1; gap: 24px; align-items: center; justify-content: space-between; color: #7a879a; }
.brands-list span { font-size: 16px; font-weight: 700; letter-spacing: -.6px; }
.brands-list span:nth-child(2), .brands-list span:nth-child(4) { font-size: 13px; }

/* Content and service cards */
.section { padding-block: 92px; }
.eyebrow { font-size: 10px; line-height: 1.6; letter-spacing: 1.6px; color: var(--ice2); font-weight: 700; margin-bottom: 18px; display: flex; align-items: center; gap: 9px; }
.eyebrow::before { content: ''; width: 6px; height: 6px; border-radius: 2px; background: currentColor; }
h2 { font-size: clamp(30px, 3.2vw, 44px); letter-spacing: -1.8px; line-height: 1.16; font-weight: 700; margin-bottom: 0; }
h2 span { color: var(--ice2); }
.section-heading { display: flex; justify-content: space-between; gap: 48px; align-items: flex-end; margin-bottom: 40px; }
.section-heading>p { max-width: 345px; color: var(--muted); font-size: 13px; line-height: 1.9; margin: 0 0 4px; }
.symptoms-section { background: #f4f7fb; border-block: 1px solid #e9eef5; }
.cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.card { padding: 25px; background: #fff; border: 1px solid var(--line); border-radius: 13px; display: flex; flex-direction: column; justify-content: space-between; transition: border-color .2s, box-shadow .2s; }
.card:hover, .card:focus-within { border-color: #94bafa; box-shadow: 0 10px 30px #13213a08; }
.card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 23px; }
.symptom-icon { display: grid; place-items: center; width: 44px; height: 44px; color: var(--ice2); background: var(--ice-light); border-radius: 12px; }
.card-number { font-size: 11px; color: #8a96a7; font-weight: 500; }
.card h3 { font-size: 17px; letter-spacing: -.5px; line-height: 1.45; font-weight: 600; margin-bottom: 12px; max-width: 280px; }
.card p { font-size: 12px; line-height: 1.85; color: var(--muted); margin-bottom: 24px; }
.card button { display: flex; align-items: center; justify-content: space-between; background: transparent; padding: 17px 0 0; min-height: 44px; border: 0; border-top: 1px solid var(--line); font-size: 11px; font-weight: 600; color: var(--ice2); cursor: pointer; text-align: left; }
.card button span { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: #f1f5fb; font-size: 16px; }
.card button:hover span { background: var(--ice2); color: #fff; }
.section-note { text-align: center; color: var(--muted); font-size: 11px; margin: 27px 0 0; }
.section-note a { color: var(--ice2); border-bottom: 1px solid #c4d8f8; padding-bottom: 3px; margin-left: 4px; }
.price-layout { display: grid; grid-template-columns: .78fr 1.5fr; gap: 30px; }
.price-aside { background: #edf4ff; border: 1px solid #e0ebfc; border-radius: 16px; padding: 32px; display: flex; flex-direction: column; align-items: flex-start; }
.aside-icon { display: grid; place-items: center; background: #fff; color: var(--ice2); width: 48px; height: 48px; border-radius: 13px; margin-bottom: 24px; }
.price-aside h3 { font-size: 25px; letter-spacing: -1px; line-height: 1.25; margin-bottom: 15px; }
.price-aside p { color: var(--muted); font-size: 13px; line-height: 1.85; max-width: 275px; margin-bottom: 28px; }
.aside-bottom { margin-top: auto; padding-top: 20px; border-top: 1px solid #cbdcf5; display: flex; align-items: center; gap: 9px; width: 100%; color: var(--ice2); font-size: 11px; font-weight: 500; }
.aside-bottom .icon { width: 16px; height: 16px; }
.price-table { padding: 5px 0; }
.price-table-head { display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 10px; padding: 0 0 15px; border-bottom: 1px solid var(--line); }
.service-item { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 21px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.service-item b { font-size: 18px; font-weight: 600; letter-spacing: -.5px; white-space: nowrap; }
.service-item small { color: var(--muted); font-size: 13px; font-weight: 400; }

/* About the master */
.approach-section { background: #0e2038; color: #fff; }
.approach-section .eyebrow { color: var(--cyan); }
.approach-section h2 span { color: var(--cyan); }
.approach-section .section-heading>p { color: #9daec4; }
.steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; margin-top: 48px; }
.steps article { border-top: 1px solid #ffffff2b; padding-top: 22px; }
.step-top { display: flex; align-items: center; justify-content: space-between; color: #617b9c; }
.step-top b { font-size: 32px; font-weight: 500; letter-spacing: -1.5px; }
.step-top>span { font-size: 22px; }
.step-top>.icon { width: 20px; height: 20px; color: var(--cyan); }
.steps h3 { margin: 24px 0 10px; font-size: 14px; letter-spacing: -.3px; font-weight: 600; }
.steps p { color: #9daec4; font-size: 12px; line-height: 1.85; margin: 0; }
.master-note { margin-top: 44px; padding: 24px 28px; border: 1px solid #ffffff16; background: #ffffff04; border-radius: 12px; display: flex; align-items: center; gap: 22px; }
.master-monogram { display: grid; place-items: center; flex-shrink: 0; width: 46px; height: 46px; border-radius: 50%; background: #203d5e; color: var(--cyan); border: 1px solid #ffffff18; font-weight: 600; font-size: 21px; }
.master-note p { font-size: 13px; line-height: 1.8; max-width: 735px; color: #ccdae9; margin: 0; }
.master-sign { margin-left: auto; white-space: nowrap; font-size: 13px; font-weight: 600; }
.master-sign small { display: block; margin-top: 3px; color: #859ab5; font-size: 10px; font-weight: 400; }

/* Reviews section */
.reviews-section { background: #f8fafc; border-block: 1px solid #e9eef5; }
.reviews-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-bottom: 40px; }
.review-card { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; transition: transform .2s, box-shadow .2s, border-color .2s; }
.review-card:hover { transform: translateY(-2px); border-color: #94bafa; box-shadow: 0 12px 30px #13213a0a; }
.review-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 14px; gap: 16px; }
.review-header h4 { margin: 0; font-size: 15px; font-weight: 700; color: var(--ink); }
.review-meta { display: block; font-size: 11px; color: var(--muted); margin-top: 2px; }
.review-rating { display: flex; gap: 3px; color: var(--gold); }
.star-icon { width: 15px; height: 15px; }
.review-card p { font-size: 13px; line-height: 1.8; color: #475569; margin: 0; }

/* Leave Review Card */
.leave-review-card {
  background: radial-gradient(circle at 92% 8%, #eff6ff 0%, #ffffff 48%);
  border: 1px solid #d9e6f7;
  border-radius: 20px;
  padding: 38px 42px;
  box-shadow: 0 18px 45px -10px rgba(19, 33, 58, 0.08), 0 2px 8px rgba(19, 33, 58, 0.02);
  margin-top: 24px;
  position: relative;
  overflow: clip;
}
.badge-accent {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: var(--ice2);
  background: var(--ice-light);
  border: 1px solid #d0e2fc;
  padding: 6px 12px;
  border-radius: 30px;
  margin-bottom: 16px;
}
.badge-accent .icon { width: 14px; height: 14px; }
.leave-review-head h3 {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -.6px;
  color: var(--ink);
  margin-bottom: 10px;
}
.leave-review-head p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
  max-width: 780px;
  margin-bottom: 26px;
}

.rating-select-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 9px 16px;
  background: #f8fafc;
  border: 1px solid #e5edf7;
  border-radius: 12px;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 24px;
}
.rating-label { font-size: 12.5px; font-weight: 600; color: var(--ink); }
.star-rating { display: flex; gap: 7px; }
.star-btn { background: transparent; border: 0; padding: 0; cursor: pointer; color: #cbd5e1; transition: transform .15s, color .15s; }
.star-btn .star-icon { width: 23px; height: 23px; }
.star-btn.active { color: var(--gold); }
.star-btn:hover { transform: scale(1.18); }

.review-form label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 18px;
  color: var(--ink);
  min-width: 0;
}
.review-fields-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.review-form input, .review-form textarea, .review-form select {
  width: 100%;
  max-width: 100%;
  display: block;
  margin-top: 8px;
  background: #fbfcfe;
  border: 1px solid #dce5f1;
  border-radius: 10px;
  padding: 13px 16px;
  font: inherit;
  font-size: 13.5px;
  color: var(--ink);
  transition: border-color .2s, box-shadow .2s, background .2s;
}
.review-form input::placeholder, .review-form textarea::placeholder {
  color: #94a3b8;
}
.review-form input:focus, .review-form textarea:focus, .review-form select:focus {
  outline: none;
  background: #fff;
  border-color: var(--ice);
  box-shadow: 0 0 0 4px rgba(40, 120, 239, 0.12);
}
.review-form textarea { min-height: 100px; resize: vertical; }
.field-hint { display: block; font-size: 11px; font-weight: 400; color: #8a99ad; margin-top: 6px; }

/* Custom District Selection Row */
.district-field-group { margin-bottom: 18px; width: 100%; }
.district-select-row { display: flex; align-items: flex-end; gap: 16px; flex-wrap: wrap; width: 100%; }
.district-select-row label { flex: 1 1 280px; min-width: 0; margin-bottom: 0; }
.select-wrapper { position: relative; width: 100%; }
.select-wrapper::after { content: ''; position: absolute; right: 16px; top: 50%; width: 8px; height: 8px; border-right: 2px solid #8493a8; border-bottom: 2px solid #8493a8; transform: translateY(-70%) rotate(45deg); pointer-events: none; }
.review-form select { appearance: none; -webkit-appearance: none; -moz-appearance: none; padding-right: 38px; cursor: pointer; }
.review-form select:invalid, .review-form select option[value=""] { color: #94a3b8; }
.district-toggle-btn {
  background: #f1f5fa;
  border: 1px solid #d7e2f0;
  border-radius: 9px;
  padding: 12px 16px;
  color: var(--ice2);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  align-self: flex-end;
  margin-bottom: 0;
  transition: background .2s, border-color .2s, color .2s;
  flex-shrink: 0;
}
.district-toggle-btn:hover { background: var(--ice-light); border-color: #bcd4f7; color: var(--ice); }
.manual-district-wrap { margin-top: 14px; animation: cinematic-enter .3s ease both; width: 100%; }
.manual-district-wrap[hidden] { display: none; }
.review-submit-bar { display: flex; align-items: center; gap: 20px; margin-top: 14px; flex-wrap: wrap; }

.faq-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.faq-intro>p:not(.eyebrow) { font-size: 13px; color: var(--muted); line-height: 1.85; margin: 22px 0; }
.text-link { font-size: 12px; font-weight: 600; color: var(--ice2); }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); padding: 25px 0; }
summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: 13px; font-weight: 500; list-style: none; cursor: pointer; }
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; width: 28px; height: 28px; border-radius: 7px; background: #f0f5fc; color: var(--ice2); display: grid; place-items: center; font-size: 22px; font-weight: 400; flex-shrink: 0; transition: transform .2s; }
details[open] summary::after { transform: rotate(45deg); }
details p { margin: 16px 40px 0 0; color: var(--muted); font-size: 12px; line-height: 1.9; }

/* Contact */
.contact { padding-block: 76px; color: #fff; background: radial-gradient(ellipse at 10% 100%, #153960, transparent 65%), var(--navy); }
.contact-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 100px; align-items: center; }
.contact .eyebrow { color: var(--cyan); }
.contact h2 { font-size: clamp(34px, 3.5vw, 49px); line-height: 1.17; }
.contact h2 span { color: var(--cyan); }
.contact-copy>p:not(.eyebrow) { color: #a6b7cd; font-size: 13px; line-height: 1.9; margin: 24px 0 30px; }
.contact-person { display: flex; align-items: center; gap: 12px; }
.contact-person strong { display: block; font-size: 12px; font-weight: 500; }
.contact-person small { display: block; color: #8b9fb9; font-size: 10px; margin-top: 5px; }
.glass-form { border: 1px solid #ffffff; background: #fff; color: var(--ink); border-radius: 16px; padding: 30px; box-shadow: 0 20px 60px #00000018; }
.glass-form h3 { font-size: 18px; font-weight: 600; letter-spacing: -.5px; margin-bottom: 6px; }
.form-intro { font-size: 11px; color: var(--muted); margin-bottom: 23px; }
.contact label { display: block; font-size: 11px; font-weight: 600; margin-bottom: 17px; }
.contact input:not([type=checkbox]), .contact textarea { width: 100%; display: block; margin-top: 8px; background: #f6f8fc; border: 1px solid #e3e9f2; border-radius: 8px; padding: 13px 14px; font: inherit; font-size: 14px; font-weight: 400; transition: border-color .2s, box-shadow .2s; }
.contact input::placeholder, .contact textarea::placeholder { color: #7b8799; }
.contact input:not([type=checkbox]):focus, .contact textarea:focus { outline: none; background: #fff; border-color: var(--ice); box-shadow: 0 0 0 3px var(--ice-light); }
.contact textarea { min-height: 100px; resize: vertical; }
.check { display: flex !important; align-items: center; gap: 8px; font-size: 10px !important; font-weight: 400 !important; color: var(--muted); cursor: pointer; }
.check input { width: 16px; height: 16px; margin: 0; accent-color: var(--ice); flex-shrink: 0; }
.glass-form .button { width: 100%; justify-content: space-between; }

/* Compact cookie notice */
.cookie-notice {
  position: fixed; z-index: 60; left: 24px; bottom: max(20px, env(safe-area-inset-bottom));
  width: min(490px, calc(100% - 48px)); display: grid; grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center; gap: 14px; padding: 14px 12px 14px 20px;
  color: #253950; background: rgba(245, 250, 255, .78);
  border: 1px solid rgba(255, 255, 255, .6); border-radius: 16px;
  box-shadow: 0 6px 28px #10243c18, inset 0 1px 0 #ffffffcc;
  -webkit-backdrop-filter: blur(20px) saturate(120%); backdrop-filter: blur(20px) saturate(120%);
  font-size: 12px; line-height: 1.55;
}
.cookie-notice[hidden] { display: none !important; }
.cookie-notice p { margin: 0; }
.cookie-notice a { color: #405e7d; text-decoration: underline; text-decoration-color: #405e7d66; text-underline-offset: 3px; white-space: nowrap; }
.cookie-notice button { display: grid; place-items: center; cursor: pointer; font: inherit; border: 0; }
.cookie-notice #cookie-accept { min-height: 36px; padding: 0 15px; border-radius: 9px; background: #173954; color: #fff; font-weight: 500; }
.cookie-notice #cookie-accept:hover { background: #254f70; }
.cookie-notice .cookie-dismiss { width: 32px; height: 36px; padding: 0; color: #a44949; background: transparent; border-radius: 8px; }
.cookie-notice .cookie-dismiss:hover { background: #a449490c; color: #833434; }
.cookie-notice :focus-visible { outline: 2px solid #2878ef; outline-offset: 3px; }
@supports not (backdrop-filter: blur(1px)) { .cookie-notice { background: #f3f8fe; } }
@media (max-width: 600px) {
  .cookie-notice { left: 12px; bottom: max(12px, env(safe-area-inset-bottom)); width: calc(100% - 24px); padding: 12px 8px 12px 14px; gap: 10px; border-radius: 14px; }
  .cookie-notice #cookie-accept { padding-inline: 12px; }
  .cookie-notice .cookie-dismiss { width: 28px; }
}
.legal-page { max-width: 860px; padding-top: 90px; padding-bottom: 100px; }
.legal-page h1 { margin: 12px 0 28px; font-size: clamp(34px, 6vw, 64px); line-height: 1.02; }
.legal-page h2 { margin: 34px 0 10px; font-size: 22px; }
.legal-page p { max-width: 760px; color: var(--muted); line-height: 1.75; }
.legal-page a { color: var(--ice2); }
.error-page { min-height: calc(100vh - 74px); display: grid; align-items: center; }
.error-page .hero-visual { min-height: 360px; }
.status { font-size: 12px; line-height: 1.7; margin: 16px 0 0; overflow-wrap: anywhere; }
.status:empty { display: none; }
.footer { background: #091526; color: #fff; border-top: 1px solid #ffffff12; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-block: 28px; }
.footer .brand { font-size: 16px; }
.footer .brand small { font-size: 6px; }
.footer .brand-mark { width: 34px; height: 34px; border-radius: 10px; }
.footer .brand-mark .icon { width: 23px; height: 23px; }
.footer p, .footer-inner>a:last-child { font-size: 10px; color: #8b9db5; margin: 0; }

/* Responsive layout */
@media (max-width: 1100px) {
  .hero { gap: 40px; }
  .header-right { gap: 16px; }
  nav { gap: 18px; }
  .hero-image { height: 365px; }
  .hero-visual { margin-right: 20px; }
  .experience-badge { padding: 16px; right: -26px; }
  .brands { gap: 24px; }
  .brands-list { flex-wrap: wrap; gap: 15px 24px; }
  .hero-facts>div { padding-left: 20px; gap: 12px; }
  .hero-facts strong { font-size: 12px; }
  .hero-facts small { font-size: 10px; }
  .contact-grid { gap: 48px; }
}
@media (max-width: 900px) {
  .header-inner { height: 74px; }
  .header-right { gap: 10px; }
  .burger { display: block; }
  nav { position: absolute; top: 74px; left: 0; right: 0; background: var(--navy); border-bottom: 1px solid #ffffff20; padding: 20px 32px; flex-direction: column; gap: 5px; visibility: hidden; opacity: 0; transform: translateY(-8px); transition: opacity .2s, transform .2s, visibility .2s; pointer-events: none; }
  nav a { padding: 12px 0; font-size: 15px; }
  nav.active { opacity: 1; visibility: visible; transform: none; pointer-events: auto; }
  .hero { grid-template-columns: 1fr 1fr; gap: 28px; padding-block: 48px 56px; }
  h1 { font-size: 39px; letter-spacing: -1.9px; }
  h1 span { font-size: .72em; letter-spacing: -.9px; }
  .location { font-size: 9px; padding-inline: 9px; }
  .lead { font-size: 12px; }
  .desktop-break { display: none; }
  .hero-image { height: 350px; }
  .hero-visual { padding: 9px; margin-right: 10px; }
  .visual-topline { font-size: 6px; letter-spacing: 1px; }
  .experience-badge { padding: 13px; right: -17px; }
  .experience-badge strong { font-size: 34px; }
  .experience-badge strong span { font-size: 12px; }
  .experience-badge>span { font-size: 8px; }
  .image-caption { left: 17px; bottom: 40px; }
  .image-caption b { font-size: 21px; }
  .guarantee-badge { right: 7px; padding: 12px; gap: 8px; }
  .guarantee-badge b { font-size: 10px; }
  .guarantee-badge small { font-size: 9px; }
  .hero-facts { gap: 16px; }
  .hero-facts>div { padding-left: 0; border: 0; align-items: flex-start; }
  .hero-facts strong { font-size: 11px; }
  .hero-facts small { font-size: 9px; }
  .section { padding-block: 64px; }
  .section-heading { gap: 28px; }
  .section-heading>p { max-width: 280px; font-size: 12px; }
  .cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .reviews-grid { grid-template-columns: 1fr; }
  .leave-review-card { padding: 28px 24px; }
  .review-fields-grid { grid-template-columns: 1fr; gap: 0; }
  .district-select-row { flex-direction: column; align-items: flex-start; gap: 10px; }
  .district-select-row label { width: 100%; }
  .district-toggle-btn { width: 100%; text-align: center; }
  .price-layout { grid-template-columns: .85fr 1.2fr; gap: 24px; }
  .price-aside { padding: 24px; }
  .price-aside h3 br { display: none; }
  .price-aside h3 { font-size: 23px; }
  .price-aside p { max-width: 100%; margin-bottom: 22px; }
  .aside-icon { margin-bottom: 20px; }
  .service-item { font-size: 12px; gap: 14px; }
  .service-item b { font-size: 17px; }
  .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; }
  .master-note { padding: 22px; }
  .master-note p { font-size: 12px; }
  .faq-section { grid-template-columns: 1fr; gap: 28px; }
  .faq-intro>p:not(.eyebrow) { margin: 18px 0; }
  details { padding-block: 22px; }
  summary { font-size: 13px; }
  details p { margin-right: 0; }
  .contact { padding-block: 54px; }
  .contact-grid { grid-template-columns: 1fr; gap: 32px; }
  .contact h2 { font-size: clamp(31px, 7.7vw, 44px); letter-spacing: -1.5px; }
  .contact-copy>p:not(.eyebrow) { font-size: 12px; }
  .contact input:not([type=checkbox]), .contact textarea { font-size: 16px; }
  .glass-form { padding: 24px; }
  .glass-form h3 { font-size: 18px; }
  .footer-inner { flex-wrap: wrap; gap: 22px; }
  .footer p { order: 3; width: 100%; }
}
@media (max-width: 700px) {
  .wrap { width: calc(100% - 40px); }
  .brand { font-size: 18px; gap: 9px; }
  .brand small { font-size: 6px; letter-spacing: 1px; }
  .brand-mark { width: 37px; height: 37px; border-radius: 11px; }
  .brand-mark .icon { width: 25px; height: 25px; }
  .head-phone { padding: 8px 10px; gap: 6px; font-size: 11.5px; }
  .header-right { gap: 6px; }
  .hero { grid-template-columns: 1fr; padding-block: 34px 52px; gap: 36px; }
  .location { font-size: 10px; margin-bottom: 23px; }
  h1 { font-size: clamp(35px, 8.7vw, 58px); letter-spacing: -1.7px; }
  h1 span { font-size: .79em; letter-spacing: -1.2px; }
  .lead { font-size: 13px; max-width: 480px; margin-bottom: 24px; }
  .actions { gap: 10px; }
  .actions .button { flex: 1; padding-inline: 14px; gap: 12px; font-size: 11px; min-height: 50px; white-space: nowrap; }
  .hero-note { font-size: 10px; margin-top: 16px; }
  .hero-visual { margin-right: 13px; border-radius: 18px; padding: 11px; }
  .hero-image { height: 330px; }
  .visual-topline { font-size: 8px; padding-bottom: 13px; }
  .experience-badge { padding: 17px; right: -15px; top: 60px; }
  .experience-badge strong { font-size: 40px; }
  .experience-badge>span { font-size: 9px; }
  .guarantee-badge { right: 12px; padding: 14px 16px; }
  .guarantee-badge b { font-size: 11px; }
  .image-caption b { font-size: 25px; }
  .hero-facts { grid-template-columns: 1fr; gap: 21px; padding-top: 24px; }
  .hero-facts>div { gap: 13px; align-items: center; }
  .hero-facts strong { font-size: 12px; }
  .hero-facts small { font-size: 10px; }
  .hero-section { padding-bottom: 28px; }
  .brands { display: block; padding-block: 24px; }
  .brands>p { font-size: 10px; margin-bottom: 18px; }
  .brands>p br { display: none; }
  .brands-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 17px 14px; }
  .brands-list span { font-size: 14px; }
  .brands-list span:nth-child(2), .brands-list span:nth-child(4) { font-size: 11px; }
  .section { padding-block: 54px; }
  h2 { font-size: clamp(29px, 6.6vw, 38px); letter-spacing: -1.2px; }
  .eyebrow { font-size: 9px; letter-spacing: 1.3px; margin-bottom: 16px; }
  .section-heading { display: block; margin-bottom: 28px; }
  .section-heading>p { margin-top: 19px; max-width: 100%; font-size: 13px; }
  .section-heading>p br { display: none; }
  .cards { gap: 12px; }
  .card { padding: 19px; }
  .card h3 { font-size: 16px; }
  .card p { font-size: 12px; }
  .section-note { text-align: left; line-height: 2; }
  .section-note a { display: inline-block; margin-left: 0; }
  .price-layout { grid-template-columns: 1fr; gap: 28px; }
  .price-aside { padding: 25px; }
  .price-aside h3 br { display: none; }
  .price-aside h3 { font-size: 23px; }
  .price-aside p { max-width: 100%; margin-bottom: 22px; }
  .aside-icon { margin-bottom: 20px; }
  .service-item { font-size: 12px; gap: 14px; }
  .service-item b { font-size: 17px; }
  .steps { gap: 28px 20px; margin-top: 32px; }
  .steps h3 { font-size: 14px; margin-top: 18px; }
  .steps p { font-size: 11px; }
  .step-top b { font-size: 28px; }
  .master-note { flex-wrap: wrap; gap: 16px; padding: 22px; margin-top: 30px; }
  .master-note p { flex: 1; min-width: 170px; }
  .master-sign { margin-left: 62px; }
  .faq-section { grid-template-columns: 1fr; gap: 28px; }
  .faq-intro>p:not(.eyebrow) { margin: 18px 0; }
  details { padding-block: 22px; }
  summary { font-size: 13px; }
  details p { margin-right: 0; }
  .contact { padding-block: 54px; }
  .contact-grid { grid-template-columns: 1fr; gap: 32px; }
  .contact h2 { font-size: clamp(31px, 7.7vw, 44px); letter-spacing: -1.5px; }
  .contact-copy>p:not(.eyebrow) { font-size: 12px; }
  .contact input:not([type=checkbox]), .contact textarea { font-size: 16px; }
  .glass-form { padding: 24px; }
  .glass-form h3 { font-size: 18px; }
  .footer-inner { flex-wrap: wrap; gap: 22px; }
  .footer p { order: 3; width: 100%; }
}
@media (max-width: 450px) {
  .cards { grid-template-columns: 1fr; }
  .card { padding: 24px; }
  .card-top { margin-bottom: 18px; }
  .card h3 { font-size: 18px; max-width: 100%; }
  .card p { font-size: 13px; }
  .card button { font-size: 12px; }
}
@media (max-width: 360px) {
  .wrap { width: calc(100% - 32px); }
  .brand { font-size: 16px; gap: 7px; }
  .brand-mark { width: 32px; height: 32px; border-radius: 9px; }
  .head-phone { padding: 6px 8px; font-size: 10px; gap: 4px; }
  .head-phone .icon { width: 12px; height: 12px; }
  .header-right { gap: 4px; }
  .actions { flex-direction: column; }
  .actions .button { font-size: 12px; }
  .hero-image { height: 290px; }
  .steps { grid-template-columns: 1fr; }
  .brands-list span:nth-child(2), .brands-list span:nth-child(4) { font-size: 9px; }
  .glass-form { padding: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

/* Searchable content shares the site's existing spacing and palette. */
.skip-link { position: fixed; z-index: 100; top: -80px; left: 16px; padding: 10px 16px; border-radius: 8px; background: #fff; color: #13213a; }
.skip-link:focus { top: 12px; }
.symptom-action { display: flex; justify-content: space-between; align-items: center; width: 100%; padding-top: 20px; color: var(--ice2); font-size: 12px; font-weight: 600; }
.symptom-action:hover { color: var(--ink); }
.service-item a:hover { color: var(--ice2); text-decoration: underline; text-underline-offset: 4px; }
.info-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.info-grid article { padding: 28px; border: 1px solid var(--line); border-radius: 14px; background: #f8fbff; }
.info-grid h3 { font-size: 18px; line-height: 1.4; margin-bottom: 14px; }
.info-grid p { font-size: 13px; color: #56667b; }
.info-grid a { font-size: 13px; color: var(--ice2); }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 18px; max-width: 470px; font-size: 11px; color: #b9c9dc; }
.footer-links a:hover { color: #fff; }
.guide-hero { padding: 28px 0 54px; background: radial-gradient(ellipse at 80% 0, #173654, transparent 65%), var(--navy); color: #fff; }
.breadcrumbs { position: static; display: flex; visibility: visible; opacity: 1; transform: none; pointer-events: auto; flex-direction: row; flex-wrap: wrap; background: none; border: 0; padding: 0; gap: 9px; color: #b2c7db; font-size: 12px; margin-bottom: 36px; }
.breadcrumbs a { padding: 0; font-size: inherit; }
.guide-hero h1 { max-width: 850px; font-size: clamp(32px, 4.2vw, 54px); letter-spacing: -1.6px; line-height: 1.15; }
.guide-hero .eyebrow { color: #92c9ef; }
.guide-intro { max-width: 760px; color: #c3d4e5; font-size: 16px; line-height: 1.8; margin-bottom: 26px; }
.guide-layout { display: grid; grid-template-columns: minmax(0, 790px) minmax(210px, 1fr); gap: 64px; padding-block: 56px 80px; align-items: start; }
.guide-content { min-width: 0; }
.guide-content section + section { margin-top: 44px; }
.guide-content h2 { font-size: clamp(23px, 3vw, 30px); letter-spacing: -.7px; line-height: 1.3; margin-bottom: 18px; }
.guide-content h3 { font-size: 18px; line-height: 1.45; margin-bottom: 8px; }
.guide-content p, .guide-content li { color: #4f6077; line-height: 1.85; }
.guide-content a { color: var(--ice2); text-decoration: underline; text-decoration-color: #2878ef50; text-underline-offset: 3px; }
.guide-content li + li { margin-top: 12px; }
.guide-content ol { padding-left: 23px; }
.guide-content .source-note { font-size: 12px; border-left: 2px solid #bfd8f8; padding-left: 16px; }

/* Guide table and price layout */
.guide-table { 
  width: 100%; 
  border-collapse: separate; 
  border-spacing: 0; 
  margin-bottom: 16px; 
  text-align: left; 
  font-size: 13.5px; 
  border: 1px solid var(--line); 
  border-radius: 12px; 
  overflow: hidden; 
  background: #fff; 
}
.guide-table caption { text-align: left; font-size: 12px; color: #56667b; padding-bottom: 14px; }
.guide-table thead th { color: #fff; background: #10243c; padding: 16px 20px; font-size: 13px; letter-spacing: .3px; font-weight: 600; border: 0; }
.guide-table th, .guide-table td { padding: 14px 20px; border-bottom: 1px solid var(--line); vertical-align: middle; }
.guide-table tbody tr:nth-child(even) { background: #f8fafc; }
.guide-table tbody tr:hover { background: #f0f6ff; }
.guide-table tbody tr:last-child th, .guide-table tbody tr:last-child td { border-bottom: 0; }
.guide-table tbody th { font-weight: 500; color: var(--ink); }
.guide-table td { min-width: 115px; color: #475569; white-space: nowrap; }

.price-tag { display: inline-block; font-weight: 700; color: var(--ice2); font-size: 14px; }
.table-footnote { font-size: 11.5px; line-height: 1.65; color: #64748b; margin-top: 14px; padding: 14px 18px; background: #f8fafc; border: 1px solid var(--line); border-radius: 10px; }

.table-scroll { overflow-x: auto; }
.service-detail { scroll-margin-top: 110px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.service-detail p { margin: 0; }
.guide-aside { padding: 24px; border: 1px solid var(--line); background: #f5f9ff; border-radius: 16px; }
.guide-aside h2 { font-size: 19px; line-height: 1.4; margin: 0 0 12px; letter-spacing: -.3px; }
.guide-aside p { font-size: 13px; color: #56667b; }
.guide-related { margin-top: 28px; padding-top: 22px; border-top: 1px solid #dce5f0; }
.guide-related a { display: block; margin-top: 12px; font-size: 13px; color: var(--ice2); }
.master-contact { font-style: normal; font-size: 17px; line-height: 2; }
.hero-image picture { display: block; }

@media (max-width: 1100px) { .brand { font-size: 19px; letter-spacing: .6px; } .header-right { gap: 18px; } nav { gap: 18px; } }
@media (max-width: 900px) { .guide-layout { grid-template-columns: 1fr; gap: 32px; } .guide-aside { max-width: 600px; } .info-grid { gap: 16px; } .info-grid article { padding: 20px; } }
@media (max-width: 700px) {
  .info-grid { grid-template-columns: 1fr; } .footer-links { justify-content: flex-start; }
  .brand { font-size: 15px; gap: 8px; letter-spacing: .3px; } .brand small { font-size: 6px; letter-spacing: .9px; }
  .brand-mark { width: 32px; height: 32px; }
  html { scroll-padding-top: 90px; }
  .header-inner { display: flex; width: calc(100% - 24px); height: 66px; gap: 8px; padding: 0; }
  .header .brand { font-size: 13px; gap: 6px; letter-spacing: .15px; }
  .header .brand small { font-size: 5.5px; letter-spacing: .7px; margin-top: 5px; }
  .header .brand-mark { width: 28px; height: 30px; border-radius: 9px; }
  .header .brand-mark .icon { width: 22px; height: 22px; }
  .header-right { display: flex; gap: 6px; }
  .header .burger { flex: 0 0 36px; width: 36px; height: 44px; }
  .header .burger span { left: 8px; width: 20px; }
  .header #mobile-nav { top: 100%; }
  .header .head-phone { width: auto; min-height: 44px; padding: 8px 10px; gap: 0; border-radius: 10px; font-size: 13px; }
  .header .head-phone .icon { display: none; }
  .header .head-phone-number { display: inline; }
  .guide-intro { font-size: 14px; } .guide-layout { padding-block: 36px 56px; }
  .guide-table th, .guide-table td { padding: 12px 14px; font-size: 12.5px; }
  .price-tag { font-size: 13px; }
  .breadcrumbs { margin-bottom: 28px; } .guide-hero { padding-bottom: 36px; }
}
@media (max-width: 380px) {
  .header-inner { gap: 5px; }
  .header .brand { font-size: 11.5px; gap: 5px; }
  .header .brand small { font-size: 5px; letter-spacing: .3px; }
  .header .brand-mark { width: 24px; height: 28px; }
  .header .brand-mark .icon { width: 19px; height: 19px; }
  .header .head-phone { padding-inline: 7px; font-size: 11.5px; }
  .header-right { gap: 3px; }
  .header .burger { flex-basis: 32px; width: 32px; }
  .header .burger span { left: 6px; }
}
@media (prefers-reduced-motion: reduce) { .head-phone::before, .head-phone::after { animation: none; } }