:root {
  --blue: #0759ff;
  --blue-deep: #0646c6;
  --ink: #17232e;
  --muted: #5f6b78;
  --line: #dce2e9;
  --surface: #f4f7fb;
  --white: #fff;
  --red: #ef262a;
  --max: 1280px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: 'Segoe UI', Arial, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body, h1, h2, h3, p { margin-top: 0; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a, button { touch-action: manipulation; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--blue); outline-offset: 6px; }
img { display: block; max-width: 100%; }
svg { display: block; }
::selection { background: #cdddff; color: #102949; }
.container { width: min(var(--max), calc(100% - 112px)); margin-inline: auto; }
.icon-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.skip-link { position: fixed; left: 16px; top: -100px; padding: 12px 20px; background: white; z-index: 20; }
.skip-link:focus { top: 16px; }
.site-header { position: sticky; top: 0; z-index: 10; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 108px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { flex-shrink: 0; }
.brand img { width: 136px; height: auto; }
.navigation { display: flex; align-items: center; gap: 34px; margin-left: auto; }
.navigation a { padding-block: 16px; font-size: .9rem; font-weight: 600; position: relative; }
.navigation a::after { content: ''; position: absolute; bottom: 9px; left: 0; width: 100%; height: 2px; background: var(--blue); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.navigation a:hover::after, .navigation a:focus-visible::after { transform: scaleX(1); }
.header-phone { display: inline-flex; align-items: center; gap: 11px; font-size: .96rem; font-weight: 600; padding-left: 30px; border-left: 1px solid var(--line); white-space: nowrap; }
.header-phone .icon { color: var(--blue); width: 19px; height: 19px; }
.mobile-menu { display: none; }
.mobile-menu summary { width: 44px; height: 44px; padding: 9px 10px; cursor: pointer; list-style: none; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
.mobile-menu summary span { height: 2px; width: 24px; display: block; margin: 6px 0; background: var(--ink); transition: transform .2s; }
.mobile-menu[open] summary span:first-child { transform: translateY(4px) rotate(45deg); }
.mobile-menu[open] summary span:last-child { transform: translateY(-4px) rotate(-45deg); }
.mobile-menu nav { position: absolute; top: 100%; left: 0; right: 0; padding: 12px 20px; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 12px 24px #17232e14; }
.mobile-menu nav a { display: block; padding: 12px; font-weight: 600; }
.mobile-menu nav a:hover { color: var(--blue); background: var(--surface); }
.hero { padding-top: 44px; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0 0 90px; background-image: linear-gradient(#e6ebf14f 1px, transparent 1px), linear-gradient(90deg,#e6ebf14f 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(90deg,#000,transparent 60%); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: 1.13fr 1fr; align-items: center; gap: 35px; position: relative; }
.hero-copy { padding-block: 34px 30px; position: relative; z-index: 1; }
.eyebrow { display: flex; gap: 13px; align-items: center; color: var(--blue); font-size: .75rem; font-weight: 650; line-height: 1.5; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 25px; }
.survey-mark { position: relative; width: 13px; height: 13px; border: 1px solid var(--red); border-radius: 50%; flex-shrink: 0; }
.survey-mark::before, .survey-mark::after { content: ''; position: absolute; background: var(--red); }
.survey-mark::before { width: 1px; height: 19px; left: 5px; top: -4px; }
.survey-mark::after { width: 19px; height: 1px; top: 5px; left: -4px; }
h1 { font-size: clamp(2.75rem, 4.8vw, 4.4rem); line-height: 1.09; font-weight: 620; letter-spacing: -.06em; margin-bottom: 28px; }
h1 span { color: var(--blue); }
.hero-description { color: var(--muted); max-width: 430px; font-size: 1.03rem; line-height: 1.8; margin-bottom: 29px; }
.hero-actions { display: flex; gap: 26px; align-items: center; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 16px 22px; font-size: .875rem; font-weight: 600; line-height: 1.5; min-height: 56px; border-radius: 3px; transition: background .2s, transform .2s; }
.button-blue { background: var(--blue); color: white; }
.button-blue:hover { background: var(--blue-deep); transform: translateY(-2px); }
.text-link { display: inline-flex; align-items: center; gap: 14px; font-size: .875rem; font-weight: 600; min-height: 44px; text-underline-offset: 5px; }
.text-link:hover { text-decoration: underline; }
.text-link .icon { width: 19px; height: 19px; }
.hero-note { display: flex; align-items: center; gap: 9px; font-size: .8125rem; color: var(--muted); margin-top: 36px; }
.hero-note .icon { height: 17px; width: 17px; }
.hero-visual { height: 548px; position: relative; margin-bottom: 24px; }
.hero-photo { width: 100%; height: 100%; object-fit: cover; object-position: 69% center; border-radius: 4px 4px 54px 4px; }
.photo-corner { position: absolute; top: 23px; right: 22px; width: 42px; color: white; text-align: center; font-family: Consolas, monospace; font-size: .75rem; line-height: 1; }
.photo-corner svg { width: 40px; height: 40px; fill: none; stroke: currentColor; stroke-width: 1; }
.photo-caption { position: absolute; left: -22px; bottom: 28px; display: flex; align-items: center; gap: 20px; background: white; padding: 24px 30px 24px 25px; box-shadow: 0 12px 50px #17232e0d; border-left: 3px solid var(--blue); }
.caption-target { height: 40px; width: 40px; color: var(--blue); stroke: currentColor; stroke-width: 1.2; fill: none; }
.photo-caption p { margin: 0; font-size: .9rem; line-height: 1.6; }
.photo-caption strong { font-weight: 650; }
.photo-index { position: absolute; bottom: -25px; left: 0; font-family: Consolas, monospace; font-size: .75rem; letter-spacing: .04em; color: var(--muted); }
.audience-strip { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 53px; padding-block: 26px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.audience-strip > div { display: flex; gap: 20px; align-items: center; padding-left: 28px; border-left: 1px solid var(--line); }
.audience-strip > div:first-child { padding-left: 0; border-left: 0; }
.mini-cross { color: var(--blue); font-size: 1.8rem; font-weight: 300; }
.audience-strip p { margin: 0; }
.audience-strip strong { display: block; font-size: .9rem; font-weight: 600; }
.audience-strip p span { display: block; color: var(--muted); font-size: .8125rem; }
.section { padding-block: 106px; }
.section-heading { display: grid; grid-template-columns: 1.1fr 1fr; gap: 80px; align-items: end; margin-bottom: 54px; }
.section-heading .eyebrow { margin-bottom: 17px; }
h2 { font-size: clamp(2.2rem,3.5vw,3.2rem); line-height: 1.16; font-weight: 600; letter-spacing: -.045em; margin-bottom: 0; }
.section-heading > p { max-width: 360px; margin: 0 0 3px auto; color: var(--muted); font-size: 1rem; }
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service { position: relative; padding: 31px 32px 54px; border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); transition: background .2s; }
.service:hover, .service:focus-within { background: var(--surface); }
.service-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 31px; }
.service-top > span { font-family: Consolas, monospace; font-size: .75rem; color: var(--muted); }
.service-icon { width: 32px; height: 32px; stroke: var(--blue); stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round; fill: none; }
h3 { font-size: 1.35rem; line-height: 1.35; letter-spacing: -.025em; font-weight: 600; margin-bottom: 14px; }
.service p { color: var(--muted); font-size: 1rem; line-height: 1.75; margin-bottom: 13px; max-width: 320px; }
.service-link { position: absolute; right: 20px; bottom: 14px; padding: 12px; color: var(--blue); transition: transform .2s; }
.service-link:hover { transform: translate(2px,-2px); }
.service h3 a:hover { color: var(--blue); text-decoration: underline; text-underline-offset: 4px; }
.services-note { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-top: 25px; }
.services-note p { margin: 0; font-size: .9rem; color: var(--muted); }
.services-note a { color: var(--blue); }
.about-section { background: var(--surface); padding-block: 85px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.about-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 80px; }
.about-grid h2 { font-size: clamp(2rem,3.1vw,2.8rem); }
.about-grid h2 span { color: var(--blue); }
.about-copy p { font-size: 1rem; color: var(--muted); margin-bottom: 20px; }
.about-copy .lead { font-size: 1.22rem; line-height: 1.6; color: var(--ink); }
.about-copy a { color: var(--blue); }
.process-grid { list-style: none; display: grid; grid-template-columns: repeat(3,1fr); gap: 48px; padding: 0; margin: 0; counter-reset: steps; }
.process-grid li { border-top: 1px solid var(--line); padding-top: 28px; }
.step-number { width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; font-family: Consolas, monospace; font-size: .875rem; color: var(--blue); background: #edf3ff; border-radius: 50%; margin-bottom: 24px; }
.process-grid h3 { font-size: 1.15rem; }
.process-grid p { font-size: 1rem; color: var(--muted); margin-bottom: 0; }
.faq-section { padding-block: 75px 90px; border-top: 1px solid var(--line); }
.faq-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; }
.faq-intro { color: var(--muted); font-size: 1rem; margin: 24px 0 0; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 35px 24px 0; font-size: 1rem; font-weight: 600; line-height: 1.5; list-style: none; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; position: absolute; right: 4px; top: 22px; color: var(--blue); font-size: 1.4rem; font-weight: 400; }
.faq-list details[open] summary::after { content: '−'; }
.faq-list summary:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
.faq-list details p { padding-right: 24px; margin-bottom: 24px; font-size: 1rem; color: var(--muted); }
.faq-list details a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.contact-section { background-color: var(--blue); background-image: linear-gradient(#ffffff0b 1px,transparent 1px),linear-gradient(90deg,#ffffff0b 1px,transparent 1px); background-size: 80px 80px; color: white; padding-block: 88px; }
.contact-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 100px; align-items: center; }
.contact-copy .eyebrow { color: #fff; opacity: .85; }
.contact-copy h2 { font-size: clamp(2.8rem,4.5vw,4.1rem); line-height: 1.09; margin-bottom: 27px; }
.contact-copy h2 span { color: #bcd4ff; }
.contact-copy > p:not(.eyebrow) { font-size: 1rem; color: #e4edff; }
.contact-tip { display: flex; gap: 16px; align-items: center; border-top: 1px solid #ffffff40; padding-top: 24px; margin-top: 30px; width: fit-content; }
.contact-tip > .icon { width: 30px; height: 30px; }
.contact-tip p { font-size: .875rem; line-height: 1.7; margin: 0; color: #e4edff; }
.contact-tip strong { font-weight: 600; color: white; }
.contact-card { background: white; color: var(--ink); padding: 15px 36px 0; font-style: normal; border-radius: 4px; }
.contact-item { padding-block: 24px; border-bottom: 1px solid var(--line); }
.contact-label { display: block; color: var(--muted); font-size: .75rem; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 7px; }
.contact-item > a:not(.map-link) { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.contact-item > a .icon { color: var(--blue); }
.contact-number { font-size: clamp(1.8rem,2.8vw,2.7rem); font-weight: 550; letter-spacing: -.04em; line-height: 1.3; }
.contact-number:hover, .contact-email:hover { color: var(--blue); }
.contact-email { font-size: clamp(.95rem,1.4vw,1.2rem); font-weight: 500; overflow-wrap: anywhere; }
.contact-item > p { margin: 0; font-size: 1.05rem; line-height: 1.6; }
.map-link { margin-top: 6px; color: var(--blue); }
.contact-social { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-block: 23px; font-size: .8125rem; }
.contact-social:hover { color: var(--blue); }
.contact-social .icon { width: 17px; height: 17px; }
.site-footer { padding-block: 25px; }
.footer-inner { display: flex; align-items: center; gap: 36px; }
.footer-inner img { width: 105px; height: auto; }
.footer-inner p, .footer-inner > span, .footer-top { margin: 0; font-size: .8125rem; color: var(--muted); }
.footer-inner > span { margin-left: auto; }
.footer-top { color: var(--ink); min-height: 44px; display: inline-flex; align-items: center; }
.breadcrumbs { padding-block: 28px; font-size: .875rem; color: var(--muted); }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px 14px; list-style: none; margin: 0; padding: 0; }
.breadcrumbs li + li::before { content: '/'; margin-right: 14px; }
.breadcrumbs a { text-decoration: underline; text-underline-offset: 4px; }
.service-intro { display: grid; grid-template-columns: 1.4fr 1fr; align-items: start; gap: 72px; padding-block: 28px 64px; }
.service-intro h1 { font-size: clamp(2.4rem,4.1vw,3.7rem); letter-spacing: -.045em; }
.service-intro h1 span { display: block; }
.service-intro .eyebrow { margin-bottom: 20px; }
.service-lead { color: var(--muted); font-size: 1.1rem; line-height: 1.8; margin-bottom: 30px; }
.preparation { padding: 30px; background: var(--surface); border-left: 3px solid var(--blue); }
.preparation h2, .service-contact h2 { font-size: 1.6rem; letter-spacing: -.025em; margin-bottom: 20px; }
.preparation ul { padding-left: 20px; margin-block: 0 24px; }
.preparation li { padding-left: 4px; margin-bottom: 12px; }
.preparation p:last-child { color: var(--muted); font-size: .9rem; margin: 0; }
.service-body { display: grid; grid-template-columns: minmax(0,1.4fr) minmax(0,1fr); align-items: start; gap: 72px; border-top: 1px solid var(--line); padding-top: 56px; }
.service-prose > section { margin-bottom: 48px; }
.service-prose h2 { font-size: 1.85rem; letter-spacing: -.025em; line-height: 1.25; margin-bottom: 24px; }
.service-prose p { color: var(--muted); line-height: 1.85; margin-bottom: 20px; }
.service-contact { padding: 30px; border: 1px solid var(--line); border-top: 3px solid var(--blue); }
.service-contact address { font-style: normal; }
.service-contact address a { display: block; color: var(--blue); overflow-wrap: anywhere; padding-block: 8px; text-decoration: underline; text-underline-offset: 4px; }
.service-phone { font-size: 1.7rem; font-weight: 600; }
.service-contact address p { margin: 20px 0; }
.service-contact > p:not(.eyebrow) { color: var(--muted); font-size: .9rem; }
.service-questions .faq-list details p { padding-right: 0; }
.related-services { border-top: 1px solid var(--line); padding-block: 48px 60px; }
.related-services h2 { font-size: 2rem; }
.related-services ul { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; list-style: none; padding: 0; margin: 28px 0 18px; }
.related-services li a { display: flex; align-items: center; justify-content: space-between; gap: 16px; height: 100%; padding: 24px; background: var(--surface); font-weight: 600; }
.related-services li a:hover { color: var(--blue); }
.related-services .icon { color: var(--blue); }
.service-page .site-footer { border-top: 1px solid var(--line); }
@media (min-width: 1550px) {
  .hero { padding-top: 58px; }
  .hero-grid { gap: 48px; }
  .hero-visual { height: 590px; }
  h1 { font-size: 4.6rem; }
}
@media (max-width: 1100px) {
  .container { width: calc(100% - 64px); }
  .header-inner { gap: 23px; }
  .navigation { gap: 23px; }
  .header-phone { padding-left: 23px; }
  .hero-grid { gap: 28px; grid-template-columns: 1.12fr 1fr; }
  h1 { font-size: clamp(2.55rem,4.7vw,3.3rem); }
  .hero-visual { height: 510px; }
  .hero-actions { gap: 12px 20px; }
  .hero-note { margin-top: 23px; }
  .photo-caption { padding: 20px; left: -12px; gap: 15px; }
  .audience-strip > div { gap: 13px; padding-left: 20px; }
  .audience-strip p span { font-size: .75rem; }
  .service { padding-inline: 25px; }
  .section-heading, .about-grid { gap: 45px; }
  .contact-grid { gap: 55px; }
  .contact-card { padding-inline: 28px; }
}
@media (max-width: 800px) {
  html { scroll-padding-top: 94px; }
  .container { width: calc(100% - 40px); }
  .header-inner { min-height: 86px; gap: 18px; padding-block: 7px; }
  .brand img { width: 108px; }
  .header-phone { margin-left: auto; padding-left: 0; border-left: 0; font-size: .875rem; }
  .header-phone .icon { width: 17px; }
  .navigation { display: none; }
  .mobile-menu { display: block; flex-shrink: 0; }
  .service-intro, .service-body { grid-template-columns: 1fr; gap: 32px; }
  .service-intro { padding-block: 16px 40px; }
  .service-body { padding-top: 40px; }
  .service-contact { margin-bottom: 36px; }
  .service-prose > section:last-child { margin-bottom: 0; }
  .hero { padding-top: 28px; }
  .hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .hero-copy { padding-block: 12px 0; }
  .hero .eyebrow { margin-bottom: 22px; }
  h1 { font-size: clamp(2.7rem,7.8vw,4rem); }
  .hero-description { max-width: 480px; font-size: 1rem; }
  .hero-actions { gap: 15px 28px; }
  .hero-note { margin-top: 26px; }
  .hero-visual { height: 420px; margin-bottom: 20px; }
  .hero-photo { object-position: center 58%; border-bottom-right-radius: 40px; }
  .photo-caption { left: 17px; bottom: 22px; }
  .photo-index { font-size: .75rem; }
  .audience-strip { margin-top: 32px; padding-block: 23px; gap: 0; }
  .audience-strip > div { align-items: flex-start; padding-inline: 15px; gap: 8px; }
  .audience-strip strong { font-size: .8125rem; }
  .audience-strip p span { line-height: 1.55; margin-top: 4px; }
  .mini-cross { font-size: 1.3rem; line-height: 1.2; }
  .section { padding-block: 72px; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; margin-bottom: 36px; }
  .section-heading > p { margin: 0; max-width: 450px; }
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .service { padding: 25px 24px 52px; }
  .service-top { margin-bottom: 23px; }
  h3 { font-size: 1.25rem; }
  .services-note { align-items: flex-start; }
  .services-note p { max-width: 240px; }
  .services-note a { white-space: nowrap; }
  .about-section { padding-block: 65px; }
  .about-grid { grid-template-columns: 1fr; gap: 30px; }
  .about-copy { max-width: 580px; }
  .process-grid { gap: 24px; }
  .process-grid h3 { font-size: 1.1rem; }
  .faq-section { padding-block: 60px; }
  .faq-grid { grid-template-columns: 1fr; gap: 32px; }
  .contact-section { padding-block: 66px; }
  .contact-grid { grid-template-columns: minmax(0,1fr); gap: 35px; }
  .contact-copy h2 { font-size: 3.2rem; }
  .contact-card { max-width: 620px; padding-inline: 30px; }
  .contact-number { font-size: 2.45rem; }
  .contact-email { font-size: 1.2rem; }
  .contact-tip { margin-top: 24px; }
  .footer-inner { gap: 20px; flex-wrap: wrap; }
  .footer-inner p { font-size: .75rem; }
  .footer-top { display: none; }
}
@media (max-width: 480px) {
  .header-inner { gap: 12px; }
  .brand img { width: 90px; }
  .header-phone { gap: 6px; }
  .hero .eyebrow { font-size: .75rem; letter-spacing: .05em; gap: 11px; }
  h1 { font-size: clamp(2rem,8.35vw,2.6rem); letter-spacing: -.055em; margin-bottom: 23px; }
  .hero-description { font-size: 1rem; }
  .hero-description br { display: none; }
  .hero-actions { gap: 12px 22px; }
  .button { padding: 15px 19px; font-size: .875rem; }
  .hero-visual { height: 345px; }
  .hero-photo { object-position: 66% center; }
  .photo-caption { left: 12px; bottom: 19px; padding: 15px 20px 15px 17px; gap: 15px; }
  .photo-caption p { font-size: .8125rem; }
  .caption-target { width: 32px; height: 32px; }
  .audience-strip { grid-template-columns: 1fr; padding-block: 0; }
  .audience-strip > div, .audience-strip > div:first-child { padding: 16px 2px; border-left: 0; border-bottom: 1px solid var(--line); gap: 17px; align-items: center; }
  .audience-strip > div:last-child { border-bottom: 0; }
  .audience-strip strong { font-size: .875rem; }
  .audience-strip p span { margin-top: 0; font-size: .8125rem; }
  .mini-cross { font-size: 1.6rem; }
  h2 { font-size: 2.15rem; }
  .eyebrow { font-size: .75rem; }
  .section { padding-block: 62px; }
  .section-heading > p br { display: none; }
  .services-grid { grid-template-columns: 1fr; }
  .service { padding: 26px 25px 45px; }
  .service-top { margin-bottom: 19px; }
  .service p { max-width: none; }
  .services-note { display: block; }
  .services-note p { max-width: none; margin-bottom: 9px; }
  .about-grid h2 { font-size: 1.95rem; }
  .about-copy .lead { font-size: 1.1rem; }
  .process-grid { grid-template-columns: 1fr; gap: 27px; }
  .process-grid li { position: relative; padding-left: 60px; }
  .step-number { position: absolute; left: 0; top: 26px; }
  .process-grid h3 { font-size: 1.125rem; margin-bottom: 10px; }
  .contact-copy h2 { font-size: clamp(2.3rem,9.3vw,2.8rem); }
  .contact-card { padding-inline: 23px; }
  .contact-number { font-size: 2.05rem; }
  .contact-email { font-size: 1rem; }
  .contact-item > a:not(.map-link) { gap: 9px; }
  .contact-item > a .icon { width: 18px; height: 18px; }
  .contact-social { font-size: .75rem; }
  .footer-inner { gap: 12px 24px; justify-content: space-between; }
  .footer-inner img { width: 90px; }
  .footer-inner > span { width: 100%; margin-left: 0; padding-top: 12px; border-top: 1px solid var(--line); }
  .service-intro h1 { font-size: 2.2rem; overflow-wrap: anywhere; }
  .service-lead { font-size: 1rem; }
  .service-intro .button { gap: 12px; padding-inline: 14px; }
  .preparation, .service-contact { padding: 24px; }
  .related-services ul { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
@media print {
  .site-header { position: static; }
  .navigation, .hero-actions, .mobile-menu, .hero-visual, .service-link, .footer-top { display: none !important; }
  .container { width: 100%; }
  .hero-grid, .contact-grid { display: block; }
  .section, .about-section, .contact-section { padding-block: 25px; }
  .contact-section, .contact-copy .eyebrow, .contact-copy h2 span, .contact-copy > p:not(.eyebrow) { background: white; color: #17232e; }
  .contact-tip { display: none; }
  .contact-card { padding: 0; }
  .service { break-inside: avoid; }
}
