:root {
  --ink: #132b34;
  --ink-2: #36515a;
  --muted: #6d8188;
  --bg: #f4f8f8;
  --surface: #ffffff;
  --surface-2: #eaf5f3;
  --line: #dce8e6;
  --primary: #0e8279;
  --primary-dark: #08675f;
  --primary-soft: #dff3ef;
  --navy: #0b3540;
  --accent: #ffb45c;
  --warning: #fff1e5;
  --shadow-sm: 0 8px 28px rgba(16, 57, 65, .08);
  --shadow-lg: 0 28px 80px rgba(14, 52, 61, .13);
  --radius-sm: 14px;
  --radius: 22px;
  --radius-lg: 32px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--bg); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a, label { -webkit-tap-highlight-color: transparent; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin: 0 auto; }
.skip-link { position: fixed; left: 18px; top: 14px; z-index: 100; transform: translateY(-160%); padding: 10px 15px; border-radius: 10px; color: white; background: var(--navy); }
.skip-link:focus { transform: none; }

.site-header { position: sticky; top: 0; z-index: 50; height: 76px; background: rgba(244,248,248,.88); border-bottom: 1px solid rgba(220,232,230,.8); backdrop-filter: blur(18px); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); text-decoration: none; font-weight: 800; letter-spacing: -.035em; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; color: white; background: linear-gradient(145deg, var(--primary), #22a99c); font-size: 17px; font-weight: 850; box-shadow: 0 7px 18px rgba(14,130,121,.22); }
.desktop-nav { display: flex; align-items: center; gap: 25px; margin-left: auto; }
.desktop-nav a { color: var(--ink-2); font-size: .9rem; font-weight: 650; text-decoration: none; transition: color .16s ease; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--primary); }
.phone-link { display: flex; flex-direction: column; align-items: flex-end; text-decoration: none; font-weight: 790; line-height: 1.28; }
.phone-link span { color: var(--muted); font-size: .68rem; font-weight: 620; letter-spacing: .035em; text-transform: uppercase; }
.menu-button { display: none; width: 44px; height: 44px; margin-left: auto; border: 1px solid var(--line); border-radius: 13px; background: var(--surface); }
.menu-button span, .menu-button::before, .menu-button::after { content: ""; display: block; width: 19px; height: 2px; margin: 4px auto; border-radius: 2px; background: var(--ink); }
.mobile-panel { display: none; }

.kicker, .micro { margin: 0; color: var(--primary); font-size: .74rem; font-weight: 780; letter-spacing: .1em; text-transform: uppercase; }
.section { padding: 108px 0; scroll-margin-top: 76px; }
.section-heading { max-width: 860px; margin-bottom: 46px; }
.section-heading.split { max-width: none; display: grid; grid-template-columns: 1fr .55fr; gap: 80px; align-items: end; }
.section-heading h2, .price-intro h2, .assessment-intro h2, .process-title h2, .dossier-head h2, .faq-layout aside h2, .safety-card h2 { margin: 14px 0 0; font-size: clamp(2.2rem, 4.8vw, 4.15rem); line-height: 1.02; letter-spacing: -.052em; font-weight: 760; }
.section-heading > p, .section-heading.split > p { color: var(--muted); }

.hero { position: relative; overflow: hidden; padding: 58px 0 92px; background: radial-gradient(circle at 8% 10%, rgba(42,185,169,.14), transparent 30%), linear-gradient(135deg, #f8fbfb 0%, #edf7f5 100%); }
.hero::after { content: ""; position: absolute; width: 520px; height: 520px; right: -300px; top: 80px; border-radius: 50%; background: rgba(255,180,92,.11); filter: blur(2px); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(430px, .86fr); gap: 64px; align-items: start; }
.hero-copy { padding-top: 18px; }
.hero-copy h1 { max-width: 700px; margin: 17px 0 25px; font-size: clamp(3.35rem, 6.4vw, 6.2rem); line-height: .94; letter-spacing: -.066em; font-weight: 790; }
.hero-copy h1 em { color: var(--primary); font-family: inherit; font-style: normal; font-weight: inherit; }
.hero-lead { max-width: 660px; margin: 0; color: var(--ink-2); font-size: 1.15rem; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 8px; margin: 27px 0 34px; }
.hero-facts span { padding: 8px 12px; border: 1px solid rgba(14,130,121,.18); border-radius: 999px; color: var(--primary-dark); background: rgba(255,255,255,.72); font-size: .8rem; font-weight: 680; }
.hero-photo { position: relative; max-width: 650px; height: 218px; overflow: hidden; border-radius: var(--radius-lg); background: var(--navy); box-shadow: var(--shadow-sm); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.02); }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,53,64,.32), transparent 60%); }
.photo-stamp { position: absolute; z-index: 1; left: 18px; bottom: 18px; display: grid; gap: 1px; padding: 12px 15px; border: 1px solid rgba(255,255,255,.36); border-radius: 14px; color: white; background: rgba(11,53,64,.58); backdrop-filter: blur(12px); }
.photo-stamp b { font-size: .98rem; }
.photo-stamp span { color: rgba(255,255,255,.78); font-size: .73rem; }

.calculator { position: sticky; top: 100px; padding: 30px; border: 1px solid rgba(220,232,230,.8); border-radius: var(--radius-lg); color: var(--ink); background: rgba(255,255,255,.93); box-shadow: var(--shadow-lg); backdrop-filter: blur(16px); }
.calc-head { display: grid; grid-template-columns: 44px 1fr; gap: 14px; align-items: start; margin-bottom: 25px; }
.calc-head > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; color: var(--primary-dark); background: var(--primary-soft); font-size: .83rem; font-weight: 800; }
.calc-head .micro { color: var(--muted); }
.calc-head h2 { margin: 4px 0 0; font-size: 1.58rem; line-height: 1.16; letter-spacing: -.035em; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.choice input { position: absolute; opacity: 0; pointer-events: none; }
.choice span { display: flex; min-height: 47px; align-items: center; justify-content: center; padding: 8px 10px; border: 1px solid var(--line); border-radius: 13px; color: var(--ink-2); background: #fafcfc; font-size: .84rem; font-weight: 650; cursor: pointer; transition: .16s ease; }
.choice span:hover { border-color: #acd6d1; }
.choice input:checked + span { border-color: var(--primary); color: white; background: var(--primary); box-shadow: 0 8px 20px rgba(14,130,121,.17); }
.choice input:focus-visible + span { outline: 3px solid rgba(14,130,121,.25); outline-offset: 2px; }
.money-field { display: grid; gap: 8px; margin-top: 22px; }
.money-field > span:first-child { color: var(--ink-2); font-size: .8rem; font-weight: 650; }
.money-input { display: grid; grid-template-columns: 1fr auto; align-items: center; padding: 0 15px; border: 1px solid var(--line); border-radius: 15px; background: #fbfdfd; transition: .16s ease; }
.money-input:focus-within { border-color: var(--primary); box-shadow: 0 0 0 4px rgba(14,130,121,.1); }
.money-input input { min-width: 0; height: 61px; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 1.82rem; font-weight: 750; letter-spacing: -.04em; }
.money-input input::placeholder { color: #aab8bc; }
.money-input b { color: var(--muted); font-size: 1.4rem; }
.money-field.has-error .money-input { border-color: #db6e53; }
.action { display: inline-flex; min-height: 53px; align-items: center; justify-content: center; gap: 9px; padding: 0 21px; border: 0; border-radius: 14px; text-decoration: none; font-weight: 740; cursor: pointer; transition: transform .16s ease, background .16s ease, box-shadow .16s ease; }
.action:hover { transform: translateY(-2px); }
.action-lime, .action-blue { color: white; background: linear-gradient(135deg, var(--primary), #18a899); box-shadow: 0 12px 24px rgba(14,130,121,.2); }
.action-lime:hover, .action-blue:hover { background: linear-gradient(135deg, var(--primary-dark), var(--primary)); }
.action-dark { color: white; background: var(--navy); }
.calc-button { width: 100%; margin-top: 19px; justify-content: space-between; }
.text-button { width: 100%; margin-top: 12px; padding: 5px; border: 0; color: var(--muted); background: transparent; text-decoration: underline; text-decoration-color: #a8b9bc; text-underline-offset: 4px; cursor: pointer; }
.calc-result { display: none; margin: 22px -30px -30px; padding: 24px 30px 27px; border-radius: 0 0 var(--radius-lg) var(--radius-lg); color: var(--ink); background: var(--primary-soft); }
.calc-result.visible { display: block; animation: reveal .3s ease both; }
.calc-result .micro { color: var(--primary-dark); }
.calc-result strong { display: block; margin: 7px 0 8px; font-size: clamp(1.65rem, 3vw, 2.2rem); line-height: 1; letter-spacing: -.045em; }
.calc-result p:not(.micro) { margin: 0; color: var(--ink-2); font-size: .77rem; }
.result-link { display: flex; justify-content: space-between; gap: 20px; margin-top: 17px; padding-top: 15px; border-top: 1px solid rgba(14,130,121,.19); color: var(--primary-dark); font-size: .86rem; font-weight: 740; text-decoration: none; }
@keyframes reveal { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: none; } }

.fit-section { background: var(--surface); }
.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.fit-card { min-height: 355px; padding: 38px; border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); }
.fit-yes { color: white; background: linear-gradient(145deg, var(--navy), #0f5361); }
.fit-no { border: 1px solid var(--line); background: #f8fbfb; }
.fit-label { display: inline-flex; padding: 7px 11px; border-radius: 999px; color: inherit; background: rgba(255,255,255,.12); font-size: .71rem; font-weight: 760; letter-spacing: .07em; text-transform: uppercase; }
.fit-no .fit-label { color: var(--primary-dark); background: var(--primary-soft); }
.fit-card h3 { max-width: 520px; margin: 66px 0 19px; font-size: clamp(1.65rem, 3vw, 2.65rem); line-height: 1.06; letter-spacing: -.042em; }
.fit-card p, .fit-card ul { max-width: 550px; margin: 0; }
.fit-card ul { padding-left: 20px; color: rgba(255,255,255,.82); }
.fit-no p { color: var(--muted); }

.price-section { color: white; background: var(--navy); }
.price-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; }
.price-intro { position: sticky; top: 108px; align-self: start; }
.price-intro .kicker { color: #70d8ce; }
.price-intro p:last-child { max-width: 500px; color: rgba(255,255,255,.64); }
.factor-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.factor { min-height: 150px; display: flex; flex-direction: column; justify-content: space-between; padding: 23px; border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); background: rgba(255,255,255,.055); }
.factor b { color: #70d8ce; font-size: .75rem; }
.factor span { max-width: 245px; font-size: 1.16rem; font-weight: 670; }

.assessment-section { background: var(--surface-2); }
.assessment-layout { display: grid; grid-template-columns: .68fr 1.32fr; gap: 62px; align-items: start; }
.assessment-intro { position: sticky; top: 108px; }
.assessment-intro > p:not(.kicker) { color: var(--muted); }
.contact-note { display: grid; gap: 4px; margin-top: 38px; padding: 20px; border-radius: var(--radius); background: rgba(255,255,255,.68); }
.contact-note span, .contact-note small { color: var(--muted); }
.contact-note a { font-size: 1.45rem; font-weight: 780; letter-spacing: -.03em; text-decoration: none; }
.assessment-form { padding: 34px; border: 1px solid rgba(220,232,230,.9); border-radius: var(--radius-lg); background: var(--surface); box-shadow: var(--shadow-sm); }
.form-row { display: grid; gap: 16px; }
.form-row.two { grid-template-columns: 1fr 1fr; }
.form-row + .form-row { margin-top: 17px; }
.field { display: grid; gap: 7px; }
.field > span, .issues legend { font-size: .8rem; font-weight: 690; }
.field input, .field select, .field textarea { width: 100%; min-height: 52px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 13px; outline: 0; color: var(--ink); background: #fbfdfd; }
.field textarea { min-height: 104px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--primary); box-shadow: 0 0 0 4px rgba(14,130,121,.09); }
.issues { margin: 24px 0 0; padding: 0; border: 0; }
.issues legend { margin-bottom: 10px; }
.issue-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.issue-grid input { position: absolute; opacity: 0; }
.issue-grid span { min-height: 46px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 12px; color: var(--ink-2); background: #fbfdfd; font-size: .82rem; font-weight: 650; cursor: pointer; }
.issue-grid input:checked + span { border-color: var(--primary); color: white; background: var(--primary); }
.issue-grid input:focus-visible + span { outline: 3px solid rgba(14,130,121,.2); outline-offset: 2px; }
.upload-box { margin: 24px 0; border: 1px dashed #9cc9c4; border-radius: var(--radius); background: #f7fcfb; }
.upload-box > input { position: absolute; opacity: 0; pointer-events: none; }
.upload-box > label { min-height: 146px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 22px; text-align: center; cursor: pointer; }
.upload-box > label:hover { background: #eff9f7; }
.upload-icon { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 10px; border-radius: 13px; color: white; background: var(--primary); font-size: 1.35rem; box-shadow: 0 8px 18px rgba(14,130,121,.18); }
.upload-box small { margin-top: 3px; color: var(--muted); }
.photo-preview { display: none; grid-template-columns: repeat(4, 1fr); gap: 8px; padding: 0 16px 16px; }
.photo-preview.has-items { display: grid; }
.photo-item { position: relative; aspect-ratio: 1; overflow: hidden; border-radius: 12px; background: #e4eeec; }
.photo-item img { width: 100%; height: 100%; object-fit: cover; }
.photo-item button { position: absolute; right: 6px; top: 6px; width: 28px; height: 28px; border: 0; border-radius: 9px; color: white; background: rgba(11,53,64,.82); cursor: pointer; }
.contact-fields { margin-bottom: 17px; }
.form-submit { display: flex; align-items: center; gap: 17px; margin-top: 22px; }
.form-submit > span { max-width: 260px; color: var(--muted); font-size: .75rem; }
.form-status { display: none; margin: 18px 0 0; padding: 14px 16px; border-radius: 13px; color: var(--primary-dark); background: var(--primary-soft); font-weight: 680; }
.form-status.show { display: block; }

.process-section { background: var(--surface); }
.process-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 72px; }
.process-title { position: sticky; top: 108px; align-self: start; }
.process-list { position: relative; margin: 0; padding: 0; list-style: none; }
.process-list::before { content: ""; position: absolute; left: 24px; top: 46px; bottom: 46px; width: 2px; background: var(--line); }
.process-list li { position: relative; z-index: 1; display: grid; grid-template-columns: 50px 1fr; gap: 22px; padding: 18px 0 28px; }
.process-list > li > span { width: 50px; height: 50px; display: grid; place-items: center; border: 6px solid white; border-radius: 50%; color: white; background: var(--primary); box-shadow: 0 6px 16px rgba(14,130,121,.18); font-size: .75rem; font-weight: 760; }
.process-list h3 { margin: 5px 0 7px; font-size: 1.35rem; letter-spacing: -.025em; }
.process-list p { margin: 0; color: var(--muted); }

.dossier-section { background: #eff7f6; }
.dossier-head { display: grid; grid-template-columns: .55fr 1fr; gap: 54px; align-items: end; margin-bottom: 46px; }
.dossier-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.dossier-grid article { min-height: 280px; padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: 0 8px 26px rgba(16,57,65,.05); }
.dossier-grid b { display: inline-flex; min-width: 48px; height: 48px; align-items: center; justify-content: center; padding: 0 11px; border-radius: 14px; color: var(--primary-dark); background: var(--primary-soft); font-size: 1.35rem; line-height: 1; font-weight: 760; }
.dossier-grid h3 { margin: 58px 0 9px; font-size: 1.13rem; }
.dossier-grid p { margin: 0; color: var(--muted); font-size: .88rem; }

.services-section { background: var(--surface); }
.service-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.service-list article { min-height: 300px; padding: 27px; border: 1px solid var(--line); border-radius: var(--radius); background: #fbfdfd; }
.service-list span { color: var(--primary); font-size: .75rem; font-weight: 760; }
.service-list h3 { margin: 74px 0 12px; font-size: 1.27rem; line-height: 1.16; letter-spacing: -.027em; }
.service-list p { margin: 0; color: var(--muted); }

.safety-section { padding-top: 22px; background: var(--surface); }
.safety-card { position: relative; min-height: 320px; display: grid; grid-template-columns: 130px 1fr auto; gap: 36px; align-items: center; padding: 40px; overflow: hidden; border-radius: var(--radius-lg); background: linear-gradient(135deg, var(--warning), #fff8f1); box-shadow: var(--shadow-sm); }
.safety-number { width: 92px; height: 92px; display: grid; place-items: center; border-radius: 26px; color: #9b4f28; background: rgba(255,180,92,.34); font-size: 3.8rem; line-height: 1; font-weight: 750; }
.safety-card .kicker { color: #a7592f; }
.safety-card h2 { max-width: 640px; font-size: clamp(2rem, 4vw, 3.5rem); }
.safety-card p:not(.kicker) { max-width: 610px; color: #725847; }

.faq-section { background: var(--surface); }
.faq-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 72px; align-items: start; }
.faq-layout aside { position: sticky; top: 108px; }
.faq-layout aside > p:last-child { color: var(--muted); }
.faq-list { display: grid; gap: 10px; }
.faq-item { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #fbfdfd; }
.faq-question { width: 100%; display: flex; justify-content: space-between; gap: 24px; align-items: center; padding: 20px 21px; border: 0; color: var(--ink); background: transparent; text-align: left; font-size: 1rem; font-weight: 690; cursor: pointer; }
.faq-question::after { content: "+"; width: 32px; height: 32px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 10px; color: var(--primary); background: var(--primary-soft); font-size: 1.2rem; font-weight: 400; }
.faq-question[aria-expanded="true"]::after { content: "−"; color: white; background: var(--primary); }
.faq-answer { display: none; max-width: 760px; padding: 0 66px 21px 21px; color: var(--muted); }
.faq-answer.open { display: block; }

.site-footer { padding: 70px 0 26px; color: white; background: var(--navy); }
.brand-light { color: white; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; }
.footer-main h2 { max-width: 620px; margin: 54px 0 0; font-size: clamp(2.8rem, 5.8vw, 5.5rem); line-height: .94; letter-spacing: -.06em; }
.footer-contact { display: grid; justify-items: end; gap: 8px; text-align: right; }
.footer-contact > span { color: rgba(255,255,255,.58); }
.footer-contact a { color: #78ddd3; font-size: clamp(1.7rem, 2.8vw, 2.8rem); font-weight: 760; text-decoration: none; letter-spacing: -.04em; }
.footer-contact p { margin: 0; color: rgba(255,255,255,.58); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 58px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.42); font-size: .75rem; }

.article-hero { padding: 70px 0 82px; color: white; background: radial-gradient(circle at 84% 10%, rgba(33,169,156,.34), transparent 32%), linear-gradient(145deg, var(--navy), #102e38); }
.breadcrumbs { display: flex; gap: 9px; margin-bottom: 58px; color: rgba(255,255,255,.52); font-size: .8rem; }
.breadcrumbs a { color: inherit; }
.article-hero .kicker { color: #78ddd3; }
.article-title { max-width: 1030px; margin: 17px 0 25px; font-size: clamp(3.2rem, 7vw, 7rem); line-height: .91; letter-spacing: -.069em; }
.article-title em { color: var(--accent); font-family: inherit; font-style: normal; font-weight: inherit; }
.article-lead { max-width: 760px; margin: 0; color: rgba(255,255,255,.66); font-size: 1.18rem; }
.article-nav { position: sticky; top: 76px; z-index: 20; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.93); backdrop-filter: blur(14px); }
.article-nav .shell { display: flex; overflow-x: auto; scrollbar-width: none; }
.article-nav a { flex: 0 0 auto; padding: 14px 21px; border-right: 1px solid var(--line); color: var(--ink-2); text-decoration: none; font-size: .79rem; font-weight: 650; }
.article-nav a:hover { color: var(--primary); }
.article-layout { display: grid; grid-template-columns: 90px minmax(0, 760px) 270px; gap: 50px; padding: 84px 0 108px; }
.article-index { width: 66px; height: 66px; display: grid; place-items: center; border-radius: 20px; color: var(--primary-dark); background: var(--primary-soft); font-size: 1.35rem; font-weight: 760; }
.article-body section { scroll-margin-top: 140px; padding: 0 0 54px; margin: 0 0 54px; border-bottom: 1px solid var(--line); }
.article-body section:last-child { margin-bottom: 0; }
.article-body h2 { margin: 0 0 21px; font-size: clamp(1.9rem, 3.8vw, 3.25rem); line-height: 1.04; letter-spacing: -.047em; }
.article-body p { margin: 0; color: var(--ink-2); font-size: 1.06rem; line-height: 1.72; }
.article-aside { position: sticky; top: 142px; align-self: start; }
.warning-card, .article-cta { padding: 23px; border-radius: var(--radius); }
.warning-card { color: #59381f; background: var(--warning); }
.warning-card .micro { color: #a7592f; }
.warning-card h3 { margin: 25px 0 11px; font-size: 1.28rem; line-height: 1.12; }
.warning-card p { margin: 0; font-size: .87rem; }
.article-cta { margin-top: 14px; border: 1px solid var(--line); background: var(--surface); box-shadow: var(--shadow-sm); }
.article-cta h3 { margin: 0 0 7px; }
.article-cta p { color: var(--muted); font-size: .85rem; }
.article-cta .action { width: 100%; margin-top: 10px; }

@media (max-width: 1040px) {
  .desktop-nav, .phone-link { display: none; }
  .menu-button { display: block; }
  .mobile-panel { position: fixed; inset: 76px 0 0; z-index: 45; padding: 22px 24px; background: var(--bg); }
  .mobile-panel.open { display: block; }
  .mobile-panel nav { display: grid; }
  .mobile-panel nav a { padding: 15px 0; border-bottom: 1px solid var(--line); text-decoration: none; font-size: 1.08rem; font-weight: 700; }
  .mobile-panel .action { width: 100%; margin-top: 22px; }
  .hero-grid { grid-template-columns: 1fr; }
  .calculator { position: static; max-width: 720px; }
  .price-layout, .assessment-layout, .process-layout, .faq-layout { grid-template-columns: 1fr; }
  .price-intro, .assessment-intro, .process-title, .faq-layout aside { position: static; }
  .dossier-grid { grid-template-columns: 1fr 1fr; }
  .service-list { grid-template-columns: 1fr 1fr; }
  .article-layout { grid-template-columns: 72px minmax(0, 1fr); }
  .article-aside { grid-column: 2; position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
  .article-cta { margin-top: 0; }
}

@media (max-width: 720px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .site-header { height: 68px; }
  .mobile-panel { top: 68px; }
  .brand-mark { width: 34px; height: 34px; }
  .section { padding: 74px 0; }
  .section-heading h2, .price-intro h2, .assessment-intro h2, .process-title h2, .dossier-head h2, .faq-layout aside h2 { font-size: clamp(2.15rem, 11vw, 3.3rem); }
  .hero { padding: 40px 0 58px; }
  .hero-copy { padding-top: 0; }
  .hero-copy h1 { font-size: clamp(3rem, 14vw, 4.5rem); }
  .hero-lead { font-size: 1rem; }
  .hero-photo { height: 205px; border-radius: var(--radius); }
  .calculator { padding: 20px; border-radius: var(--radius); }
  .choice-grid { grid-template-columns: 1fr; }
  .calc-result { margin: 22px -20px -20px; padding: 22px 20px; border-radius: 0 0 var(--radius) var(--radius); }
  .calc-result strong { font-size: 1.65rem; }
  .fit-grid { grid-template-columns: 1fr; }
  .fit-card { min-height: 320px; padding: 26px; border-radius: var(--radius); }
  .fit-card h3 { margin-top: 48px; }
  .price-layout { gap: 38px; }
  .factor-grid { grid-template-columns: 1fr; }
  .factor { min-height: 125px; }
  .assessment-layout { gap: 34px; }
  .assessment-form { padding: 20px; border-radius: var(--radius); }
  .form-row.two { grid-template-columns: 1fr; }
  .issue-grid { grid-template-columns: 1fr 1fr; }
  .photo-preview { grid-template-columns: repeat(3, 1fr); }
  .form-submit { align-items: stretch; flex-direction: column; }
  .process-list li { grid-template-columns: 50px 1fr; gap: 14px; }
  .dossier-head { grid-template-columns: 1fr; gap: 10px; }
  .dossier-grid { grid-template-columns: 1fr; }
  .dossier-grid article { min-height: 230px; }
  .dossier-grid h3 { margin-top: 42px; }
  .section-heading.split { grid-template-columns: 1fr; gap: 8px; }
  .service-list { grid-template-columns: 1fr; }
  .service-list article { min-height: 250px; }
  .service-list h3 { margin-top: 48px; }
  .safety-card { grid-template-columns: 1fr; min-height: 0; padding: 26px; border-radius: var(--radius); }
  .safety-number { width: 72px; height: 72px; border-radius: 20px; font-size: 2.8rem; }
  .safety-card .action { justify-self: stretch; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-contact { justify-items: start; text-align: left; }
  .footer-bottom { flex-direction: column; }
  .article-hero { padding: 44px 0 58px; }
  .breadcrumbs { margin-bottom: 43px; }
  .article-title { font-size: clamp(3rem, 14vw, 4.8rem); }
  .article-nav { top: 68px; }
  .article-layout { grid-template-columns: 1fr; gap: 22px; padding: 56px 0 76px; }
  .article-index { width: 56px; height: 56px; border-radius: 17px; }
  .article-aside { grid-column: 1; grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; animation: none !important; transition: none !important; } }
