:root {
  --ink: #151817;
  --muted: #69706d;
  --line: #e4e8e6;
  --soft: #f4f6f5;
  --brand: #147a66;
  --brand-dark: #0f5b4d;
  --white: #ffffff;
  --dark: #101312;
  --radius: 18px;
  --shadow: 0 20px 55px rgba(16, 30, 26, .08);
  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid rgba(20, 122, 102, .35); outline-offset: 3px; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section-pad { padding: 110px 0; }
.skip-link { position: fixed; top: 10px; left: 10px; transform: translateY(-160%); background: var(--dark); color: #fff; padding: 10px 14px; z-index: 9999; border-radius: 6px; }
.skip-link:focus { transform: translateY(0); }

.topbar { background: var(--dark); color: #d9dfdc; font-size: 12px; letter-spacing: .04em; }
.topbar__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar p { margin: 0; }
.topbar__links { display: flex; align-items: center; gap: 10px; }
.topbar a:hover { color: #fff; }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(10px); }
.header__inner { height: 86px; display: flex; align-items: center; gap: 38px; }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: 182px; }
.brand__mark { width: 35px; height: 35px; display: grid; place-items: center; }
.brand__mark svg { width: 100%; height: 100%; fill: none; stroke: var(--brand); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.brand__text { display: flex; flex-direction: column; line-height: 1; }
.brand__text strong { font-size: 18px; letter-spacing: .19em; }
.brand__text small { margin-top: 5px; font-size: 8px; letter-spacing: .48em; color: var(--muted); }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 27px; flex: 1; }
.main-nav a { position: relative; font-size: 13px; font-weight: 600; color: #3e4542; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--brand); transition: right .25s ease; }
.main-nav a:hover::after, .main-nav a[aria-current="page"]::after { right: 0; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--ink); transition: .25s ease; }

.btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border: 1px solid transparent; border-radius: 8px; font-size: 13px; font-weight: 700; letter-spacing: .02em; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn--brand { color: #fff; background: var(--brand); }
.btn--brand:hover { background: var(--brand-dark); }
.btn--dark { color: #fff; background: var(--dark); }
.btn--dark:hover { background: #252a28; }
.btn--text { border-color: var(--line); background: #fff; }
.btn--text:hover { border-color: #bec6c2; }
.btn--full { width: 100%; }

.eyebrow { display: flex; align-items: center; gap: 11px; margin-bottom: 22px; color: var(--brand); font-size: 11px; font-weight: 800; letter-spacing: .18em; }
.eyebrow span { width: 30px; height: 1px; background: currentColor; }
.eyebrow--light { color: #8ed1c3; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.045em; line-height: 1.03; }
h1 em, h2 em { color: var(--brand); font-style: normal; font-weight: 400; }

.hero { overflow: hidden; padding-top: 76px; padding-bottom: 84px; }
.hero__grid { display: grid; grid-template-columns: .96fr 1.04fr; gap: 70px; align-items: center; }
.hero h1 { max-width: 720px; margin-bottom: 26px; font-size: clamp(46px, 5.2vw, 76px); font-weight: 700; }
.hero__lead { max-width: 590px; margin-bottom: 34px; color: var(--muted); font-size: 18px; line-height: 1.75; }
.hero__actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero__trust { margin-top: 54px; padding-top: 22px; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.hero__trust span { color: #535b57; font-size: 12px; }
.hero__trust b { display: block; margin-bottom: 6px; color: var(--brand); font-size: 10px; letter-spacing: .12em; }
.hero__media { position: relative; min-height: 580px; border-radius: 6px 60px 6px 6px; overflow: hidden; background: #edf3f0; box-shadow: var(--shadow); }
.hero__media > img { width: 100%; height: 100%; min-height: 580px; object-fit: cover; }
.hero__badge { position: absolute; left: 0; bottom: 0; padding: 24px 28px; background: var(--white); border-top-right-radius: 20px; }
.hero__badge span { display: block; margin-bottom: 4px; color: var(--muted); font-size: 9px; letter-spacing: .16em; }
.hero__badge strong { font-size: 17px; }

.service-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-strip__inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; overflow-x: auto; scrollbar-width: none; }
.service-strip__inner::-webkit-scrollbar { display: none; }
.service-strip span { white-space: nowrap; color: #4a514e; font-size: 12px; font-weight: 700; letter-spacing: .04em; }
.service-strip i { flex: 0 0 4px; width: 4px; height: 4px; border-radius: 50%; background: #c4cbc8; }

.services { background: #fff; }
.section-head--split { display: grid; grid-template-columns: 1.05fr .65fr; gap: 70px; align-items: end; margin-bottom: 66px; }
.section-head h2 { margin-bottom: 0; font-size: clamp(38px, 4.2vw, 58px); }
.section-head--split > p { margin-bottom: 5px; color: var(--muted); font-size: 15px; }
.service-list { border-top: 1px solid var(--line); }
.service-row { display: grid; grid-template-columns: 80px 1fr 58px; gap: 25px; align-items: center; min-height: 132px; border-bottom: 1px solid var(--line); transition: padding .2s ease, background .2s ease; }
.service-row:hover { padding-inline: 12px; background: var(--soft); }
.service-row__number { color: #8d9692; font-size: 11px; letter-spacing: .14em; }
.service-row__content { display: grid; grid-template-columns: .6fr 1fr; gap: 35px; align-items: center; }
.service-row h3 { margin: 0; font-size: 25px; letter-spacing: -.025em; }
.service-row p { margin: 0; color: var(--muted); font-size: 14px; }
.circle-link { width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; transition: .2s ease; }
.circle-link:hover { color: #fff; background: var(--brand); border-color: var(--brand); transform: rotate(8deg); }

.about { background: var(--soft); }
.about__grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 86px; align-items: center; }
.about__visual { position: relative; min-height: 650px; overflow: hidden; border-radius: 3px; background: #e5ece8; }
.about__visual img { width: 100%; height: 100%; min-height: 650px; object-fit: cover; }
.about__label { position: absolute; right: 0; bottom: 0; width: 58%; padding: 20px 24px; background: #fff; }
.about__label span { display: block; color: var(--brand); font-size: 9px; letter-spacing: .18em; }
.about__label strong { display: block; margin-top: 5px; font-size: 14px; }
.about__content h2 { margin-bottom: 28px; font-size: clamp(38px, 4vw, 56px); }
.about__content > p { max-width: 650px; margin-bottom: 45px; color: var(--muted); }
.value-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #d9dfdc; border-left: 1px solid #d9dfdc; }
.value-grid > div { min-height: 168px; padding: 24px; border-right: 1px solid #d9dfdc; border-bottom: 1px solid #d9dfdc; }
.value-grid b { color: var(--brand); font-size: 10px; }
.value-grid h3 { margin: 18px 0 7px; font-size: 17px; }
.value-grid p { margin: 0; color: var(--muted); font-size: 12px; }

.process { background: var(--dark); color: #fff; }
.section-head--center { max-width: 700px; margin: 0 auto 70px; text-align: center; }
.section-head--center .eyebrow { justify-content: center; color: #8ed1c3; }
.process .section-head h2 { color: #fff; }
.process .section-head h2 em { color: #8ed1c3; }
.process__grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid #303634; }
.process__grid li { min-height: 260px; padding: 35px 30px 25px 0; border-right: 1px solid #303634; }
.process__grid li:not(:first-child) { padding-left: 30px; }
.process__grid li:last-child { border-right: 0; }
.process__grid span { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 48px; border: 1px solid #48504d; border-radius: 50%; color: #8ed1c3; font-size: 10px; }
.process__grid h3 { margin-bottom: 12px; font-size: 18px; }
.process__grid p { margin: 0; color: #aeb7b3; font-size: 13px; }

.areas { background: #fff; }
.areas__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.areas h2 { margin-bottom: 25px; font-size: clamp(38px, 4vw, 56px); }
.areas p { max-width: 530px; margin-bottom: 32px; color: var(--muted); }
.area-list { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); }
.area-list span { padding: 20px 8px; border-bottom: 1px solid var(--line); color: #3d4541; font-size: 14px; }
.area-list span:nth-child(odd) { border-right: 1px solid var(--line); }
.area-list span::before { content: "•"; margin-right: 12px; color: var(--brand); }

.proof { padding-top: 0; }
.proof__grid { display: grid; grid-template-columns: 1.35fr .65fr; min-height: 430px; }
.proof__statement { position: relative; padding: 68px; display: flex; flex-direction: column; justify-content: center; background: var(--brand); color: #fff; }
.quote-mark { position: absolute; top: 24px; right: 40px; color: rgba(255,255,255,.18); font-family: Georgia, serif; font-size: 120px; line-height: 1; }
.proof__statement h2 { max-width: 760px; margin-bottom: 28px; font-size: clamp(32px, 3.6vw, 50px); font-weight: 500; }
.proof__statement p { margin: 0; color: #cfeae4; font-size: 12px; letter-spacing: .08em; }
.proof__note { padding: 60px 50px; display: flex; flex-direction: column; justify-content: center; background: var(--soft); }
.proof__note h3 { margin-bottom: 14px; font-size: 22px; }
.proof__note p { margin: 0; color: var(--muted); font-size: 14px; }

.faq__grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.faq__intro { position: sticky; top: 125px; align-self: start; }
.faq h2 { margin-bottom: 22px; font-size: clamp(38px, 4vw, 56px); }
.faq__intro p { max-width: 380px; color: var(--muted); }
.text-link { display: inline-flex; gap: 10px; padding-bottom: 4px; border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 700; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 20px; padding: 25px 0; font-size: 16px; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 760px; margin: -5px 0 25px; padding-right: 48px; color: var(--muted); font-size: 14px; }

.appointment { background: var(--dark); color: #fff; }
.appointment__grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: start; }
.appointment__intro h2 { margin-bottom: 24px; font-size: clamp(40px, 4vw, 58px); }
.appointment__intro h2 em { color: #8ed1c3; }
.appointment__intro > p { max-width: 490px; color: #aeb7b3; }
.appointment__contact { margin-top: 52px; padding-top: 24px; border-top: 1px solid #303634; }
.appointment__contact small { display: block; margin-bottom: 8px; color: #7f8a86; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.appointment__contact a { font-size: 28px; font-weight: 700; }
.appointment-form { padding: 42px; border: 1px solid #313735; background: #171b1a; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 20px; }
.field { min-width: 0; }
.field--full { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 8px; color: #dfe5e2; font-size: 12px; font-weight: 700; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #353c39; border-radius: 6px; background: #111514; color: #fff; outline: 0; transition: border .2s ease, box-shadow .2s ease; }
.field input, .field select { height: 52px; padding: 0 14px; }
.field textarea { resize: vertical; padding: 13px 14px; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: #62bca9; box-shadow: 0 0 0 3px rgba(98,188,169,.12); }
.field [aria-invalid="true"] { border-color: #e48686; }
.field-error { min-height: 18px; display: block; padding-top: 4px; color: #ffaaaa; font-size: 10px; }
.appointment-form .btn { margin-top: 22px; }
.form-note { margin: 12px 0 0; color: #7f8a86; font-size: 10px; line-height: 1.5; }
.form-status { min-height: 20px; margin-top: 8px; color: #bfe0d8; font-size: 12px; }

.contact { background: var(--soft); }
.contact__grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }
.contact h2 { margin-bottom: 0; font-size: clamp(38px, 4vw, 56px); }
.contact__items { border-top: 1px solid #d7ddda; }
.contact__items > * { min-height: 82px; display: grid; grid-template-columns: 140px 1fr 35px; align-items: center; border-bottom: 1px solid #d7ddda; }
.contact__items small { color: #7c8581; font-size: 9px; letter-spacing: .15em; }
.contact__items strong { font-size: 18px; }
.contact__items span { justify-self: end; }

.footer { padding: 70px 0 32px; background: #0b0d0c; color: #fff; }
.footer__top { display: grid; grid-template-columns: .8fr 1.2fr .8fr; gap: 60px; align-items: start; padding-bottom: 55px; }
.brand--footer .brand__text small { color: #77817d; }
.footer__top p { max-width: 460px; margin: 0; color: #8f9995; font-size: 13px; }
.footer nav { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 30px; }
.footer nav a { color: #bac2bf; font-size: 12px; }
.footer__bottom { padding-top: 24px; border-top: 1px solid #242927; display: flex; justify-content: space-between; gap: 20px; color: #6f7774; font-size: 10px; }
.footer__bottom p { margin: 0; }
.mobile-actions { display: none; }

@media (max-width: 1080px) {
  .header__inner { gap: 20px; }
  .main-nav { gap: 17px; }
  .main-nav a { font-size: 12px; }
  .hero__grid, .about__grid, .appointment__grid { gap: 50px; }
  .hero__media, .hero__media > img { min-height: 500px; }
  .about__visual, .about__visual img { min-height: 570px; }
}

@media (max-width: 900px) {
  .section-pad { padding: 80px 0; }
  .topbar__inner { min-height: 34px; }
  .topbar p { display: none; }
  .topbar__links { width: 100%; justify-content: center; }
  .header__inner { height: 74px; }
  .header__cta { display: none; }
  .menu-toggle { display: block; margin-left: auto; }
  .main-nav { position: fixed; inset: 108px 0 auto 0; height: calc(100vh - 108px); padding: 35px 20px 120px; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 0; background: #fff; transform: translateX(100%); transition: transform .28s ease; overflow-y: auto; }
  .main-nav.is-open { transform: translateX(0); }
  .main-nav a { width: 100%; padding: 17px 0; border-bottom: 1px solid var(--line); font-size: 17px; }
  .main-nav a::after { display: none; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding-top: 55px; }
  .hero__grid, .about__grid, .areas__grid, .faq__grid, .appointment__grid, .contact__grid { grid-template-columns: 1fr; }
  .hero__grid { gap: 45px; }
  .hero__media, .hero__media > img { min-height: 520px; }
  .section-head--split { grid-template-columns: 1fr; gap: 25px; }
  .service-row__content { grid-template-columns: .7fr 1fr; }
  .about__grid { gap: 55px; }
  .about__visual, .about__visual img { min-height: 620px; }
  .process__grid { grid-template-columns: 1fr 1fr; }
  .process__grid li:nth-child(2) { border-right: 0; }
  .process__grid li:nth-child(-n+2) { border-bottom: 1px solid #303634; }
  .proof__grid { grid-template-columns: 1fr; }
  .proof__note { min-height: 290px; }
  .faq__intro { position: static; }
  .contact__grid { gap: 45px; }
  .footer__top { grid-template-columns: 1fr 1fr; }
  .footer__top > p { grid-column: 1 / -1; order: 3; }
}

@media (max-width: 640px) {
  body { padding-bottom: calc(68px + env(safe-area-inset-bottom)); }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section-pad { padding: 66px 0; }
  .topbar { font-size: 11px; }
  .brand { min-width: auto; }
  .brand__mark { width: 30px; height: 30px; }
  .brand__text strong { font-size: 15px; }
  .brand__text small { font-size: 7px; }
  .hero { padding-top: 42px; }
  .hero h1 { font-size: clamp(42px, 12.5vw, 58px); }
  .hero__lead { font-size: 16px; }
  .hero__actions { flex-direction: column; }
  .hero__actions .btn { width: 100%; }
  .hero__trust { grid-template-columns: 1fr; gap: 10px; margin-top: 38px; }
  .hero__trust span { display: grid; grid-template-columns: 35px 1fr; align-items: center; }
  .hero__trust b { margin: 0; }
  .hero__media, .hero__media > img { min-height: 390px; }
  .hero__media { border-radius: 4px 38px 4px 4px; }
  .hero__badge { padding: 17px 20px; }
  .service-strip__inner { justify-content: flex-start; }
  .section-head h2, .about__content h2, .areas h2, .faq h2, .appointment__intro h2, .contact h2 { font-size: 38px; }
  .service-row { grid-template-columns: 40px 1fr 45px; gap: 12px; min-height: 138px; }
  .service-row__content { grid-template-columns: 1fr; gap: 7px; }
  .service-row h3 { font-size: 20px; }
  .service-row p { font-size: 12px; line-height: 1.5; }
  .circle-link { width: 42px; height: 42px; }
  .about__visual, .about__visual img { min-height: 470px; }
  .about__label { width: 78%; }
  .value-grid { grid-template-columns: 1fr; }
  .process__grid { grid-template-columns: 1fr; }
  .process__grid li, .process__grid li:not(:first-child) { min-height: auto; padding: 28px 0; border-right: 0; border-bottom: 1px solid #303634; }
  .process__grid li:last-child { border-bottom: 0; }
  .process__grid span { margin-bottom: 24px; }
  .area-list { grid-template-columns: 1fr; }
  .area-list span:nth-child(odd) { border-right: 0; }
  .proof__statement { padding: 45px 28px; }
  .proof__statement h2 { font-size: 32px; }
  .proof__note { padding: 42px 28px; }
  .faq-list summary { font-size: 14px; }
  .appointment-form { padding: 26px 18px; }
  .form-grid { grid-template-columns: 1fr; gap: 13px; }
  .field--full { grid-column: auto; }
  .contact__items > * { grid-template-columns: 95px 1fr 25px; }
  .contact__items strong { font-size: 15px; }
  .footer { padding-top: 55px; }
  .footer__top { grid-template-columns: 1fr; gap: 35px; }
  .footer__top > p { grid-column: auto; order: initial; }
  .footer__bottom { flex-direction: column; }
  .mobile-actions { position: fixed; z-index: 1100; left: 0; right: 0; bottom: 0; min-height: 64px; padding-bottom: env(safe-area-inset-bottom); display: grid; grid-template-columns: repeat(3, 1fr); background: rgba(255,255,255,.98); border-top: 1px solid var(--line); box-shadow: 0 -8px 25px rgba(0,0,0,.06); }
  .mobile-actions a { min-height: 64px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; border-right: 1px solid var(--line); font-size: 10px; font-weight: 700; }
  .mobile-actions a:last-child { border-right: 0; color: #fff; background: var(--brand); }
  .mobile-actions span { font-size: 18px; line-height: 1; }
}

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

/* Service detail pages */
.breadcrumb { display: flex; align-items: center; gap: 9px; margin-bottom: 38px; color: #89918e; font-size: 11px; }
.breadcrumb a:hover { color: var(--brand); }
.service-hero { padding-top: 68px; background: #fff; }
.service-hero__grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 80px; }
.service-hero h1 { max-width: 680px; margin-bottom: 24px; font-size: clamp(48px, 5.4vw, 76px); }
.service-hero p { max-width: 580px; margin-bottom: 32px; color: var(--muted); font-size: 17px; }
.service-hero__media { min-height: 520px; overflow: hidden; border-radius: 5px 52px 5px 5px; background: #eaf0ed; }
.service-hero__media img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.service-detail { background: var(--soft); }
.service-detail__grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.service-detail h2 { font-size: clamp(38px, 4vw, 56px); }
.service-copy__lead { margin-bottom: 35px; color: #555f5a; font-size: 17px; line-height: 1.85; }
.check-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid #d7dedb; }
.check-list li { padding: 16px 0; border-bottom: 1px solid #d7dedb; display: flex; align-items: center; gap: 13px; font-size: 14px; font-weight: 700; }
.check-list span { width: 24px; height: 24px; display: inline-grid; place-items: center; border-radius: 50%; background: #e1eee9; color: var(--brand); font-size: 11px; }
.service-process { background: #fff; }
.service-steps { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.service-steps li { min-height: 240px; padding: 30px 28px 25px 0; border-right: 1px solid var(--line); }
.service-steps li:not(:first-child) { padding-left: 28px; }
.service-steps li:last-child { border-right: 0; }
.service-steps span { color: var(--brand); font-size: 10px; letter-spacing: .12em; }
.service-steps h3 { margin: 50px 0 10px; font-size: 18px; }
.service-steps p { margin: 0; color: var(--muted); font-size: 13px; }
.related { background: var(--soft); }
.related__list { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #d7dedb; border-left: 1px solid #d7dedb; }
.related__list a { min-height: 110px; padding: 25px; border-right: 1px solid #d7dedb; border-bottom: 1px solid #d7dedb; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-weight: 700; transition: background .2s ease, color .2s ease; }
.related__list a:hover { background: var(--brand); color: #fff; }
.related__list b { font-size: 18px; }
.service-cta { padding: 70px 0; background: var(--dark); color: #fff; }
.service-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.service-cta span { color: #8ed1c3; font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.service-cta h2 { margin: 8px 0 0; font-size: 35px; letter-spacing: -.035em; }
.service-cta__inner > div:last-child { display: flex; gap: 12px; }
.btn--light { border-color: #353d3a; color: #fff; background: transparent; }

@media (max-width: 900px) {
  .service-hero__grid, .service-detail__grid { grid-template-columns: 1fr; gap: 48px; }
  .service-hero__media, .service-hero__media img { min-height: 500px; }
  .service-steps { grid-template-columns: 1fr 1fr; }
  .service-steps li:nth-child(2) { border-right: 0; }
  .service-steps li:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .related__list { grid-template-columns: 1fr; }
  .service-cta__inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 640px) {
  .service-hero { padding-top: 44px; }
  .service-hero h1 { font-size: 44px; }
  .service-hero__media, .service-hero__media img { min-height: 380px; }
  .service-detail h2 { font-size: 38px; }
  .service-steps { grid-template-columns: 1fr; }
  .service-steps li, .service-steps li:not(:first-child) { min-height: auto; padding: 27px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-steps h3 { margin-top: 25px; }
  .service-cta__inner > div:last-child { width: 100%; flex-direction: column; }
  .service-cta__inner .btn { width: 100%; }
}
