/* Финальный визуальный слой: единый характер для главной и посадочных страниц. */
:root {
  --paper: #ffffff;
  --wash: #f5f8f5;
  --line: #dce7df;
  --green: #145a4d;
  --deep: #0c3934;
  --coral: #ff6347;
  --lime: #d9ff57;
  --shadow: 0 24px 58px rgba(12, 57, 52, .14);
}

body {
  background:
    radial-gradient(circle at 94% 19%, rgba(217,255,87,.14), transparent 18rem),
    radial-gradient(circle at 6% 61%, rgba(255,99,71,.06), transparent 22rem),
    #f7f9f7;
}
.topbar { position: sticky; top: 0; z-index: 20; box-shadow: 0 1px 0 rgba(20,90,77,.05); }
.header { height: 82px; }
.brand { letter-spacing: -.065em; }
.brand-mark { box-shadow: 0 8px 17px rgba(255, 99, 71, .24); }
.nav a { transition: color .18s ease; }
.nav a {
  position: relative;
  padding: 8px 0;
}
.nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 1px;
  left: 0;
  height: 2px;
  border-radius: 99px;
  background: var(--coral);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .18s ease;
}
.nav a:hover { color: var(--coral); }
.nav a:hover::after, .nav a.is-current::after { transform: scaleX(1); }
.nav a.is-current { color: var(--green); font-weight: 800; }

.hero { padding: 32px 0 74px; }
.hero-panel { min-height: 680px; border-radius: 30px; grid-template-columns: 1.04fr .96fr; box-shadow: var(--shadow); }
.hero-panel:before { right: -245px; top: -246px; width: 620px; height: 620px; border-color: rgba(217,255,87,.25); }
.hero-panel:after { left: -198px; bottom: -260px; width: 490px; height: 490px; }
.hero-copy { padding: 65px 48px 55px 55px; }
.hero h1 { max-width: 580px; margin: 18px 0 19px; font-size: clamp(46px, 5.2vw, 72px); }
.hero .intro { max-width: 500px; font-size: 17px; }
.chips { margin-top: 28px; }
.chip { transition: transform .18s ease, background .18s ease; }
.chip:hover { transform: translateY(-2px); }
.proof { margin-top: 24px; }
.photo-side { background-position: 59% center; }
.photo-side:after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,57,52,.14), transparent 56%); pointer-events: none; }

.quick-card { position: relative; inset: auto; width: min(420px,100%); margin-top: 27px; padding: 22px; border-radius: 18px; box-shadow: 0 16px 31px rgba(4,31,27,.18); }
.quick-card h2 { font-size: 20px; }
.fields { gap: 8px; }
.field { min-height: 48px; border-radius: 12px; }
.field:has(input[aria-invalid="true"]) { border-color: var(--coral); box-shadow: 0 0 0 3px rgba(255,99,71,.15); }
.field input::placeholder { color: #718193; opacity: 1; }
.button { border-radius: 12px; box-shadow: 0 8px 16px rgba(255,99,71,.21); transition: transform .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 23px rgba(255,99,71,.28); }

.trust-strip { border-top: 1px solid #edf1ed; }
.trust { min-height: 92px; }
.trust-icon { border-radius: 14px; }
.section { padding: 84px 0; }
.section.soft { background: #edf4ef; }
.section-title h2, .feature h2 { letter-spacing: -.065em; }
.service-card { border-radius: 19px; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.service-card:hover { transform: translateY(-5px); border-color: rgba(20,90,77,.35); box-shadow: 0 18px 30px rgba(20,90,77,.10); background: #fcfffc; }
.service-card .service-icon { transition: transform .2s ease, background .2s ease; }
.service-card .arrow { transition: transform .2s ease, color .2s ease; }
.service-card:hover .service-icon { transform: rotate(-5deg) scale(1.06); background: #ffe3da; }
.service-card:hover .arrow { transform: translate(3px,-3px); color: var(--green); }
.service-card:after { width: 148px; height: 148px; }
.service-card--soon { background: linear-gradient(145deg, #ffffff, #f2f6f3); }
.service-card--soon:after { background: rgba(20,90,77,.07); }
.service-card--soon:hover { transform: none; border-color: var(--line); box-shadow: none; }
.soon-label { position: absolute; right: 18px; top: 18px; color: var(--green); background: #e3f2e7; border-radius: 999px; padding: 5px 9px; font-size: 11px; font-weight: 800; }
.city-tag { transition: background .18s ease, color .18s ease, transform .18s ease; }
.city-tag:hover { transform: translateY(-2px); background: var(--green); border-color: var(--green); color: #fff; }
.step, .article, .aside-card { border-radius: 19px; }
.step { box-shadow: 0 9px 24px rgba(20,90,77,.045); }
.step b { display: inline-flex; min-width: 34px; padding: 4px 0; border-bottom: 2px solid rgba(255,99,71,.38); }
.article { box-shadow: 0 14px 32px rgba(20,90,77,.045); }
.aside-card { box-shadow: 0 14px 32px rgba(20,90,77,.06); }
.cta-band { border-radius: 21px; box-shadow: 0 20px 35px rgba(255,99,71,.18); background: linear-gradient(115deg, #ff6347, #ed553b); }
.cta-band .button { box-shadow: 0 8px 18px rgba(12,57,52,.13); }
.footer a { transition: color .18s ease; }
.footer a:hover { color: var(--lime); }
.footer-legal { display: flex; flex-wrap: wrap; gap: 8px 18px; padding-top: 12px; color: rgba(255,255,255,.48); font-size: 12px; }
#quick-order { scroll-margin-top: 102px; }
.footer { padding-top: 58px; }

/* Единая нижняя часть сайта: не тупик, а спокойная карта сервиса. */
.footer {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 89% 115%, rgba(217,255,87,.12), transparent 17rem),
    linear-gradient(123deg, #0a332e, var(--deep) 58%, #0c453d);
}
.footer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--coral), #ff936e 47%, var(--lime));
}
.footer .container { position: relative; z-index: 1; }
.footer-grid { padding-top: 4px; }
.footer .brand { width: fit-content; }
.footer .brand-mark { box-shadow: none; }
.footer p { margin: 17px 0 0; }
.footer h3 { margin-bottom: 15px; }
.footer a { width: fit-content; margin: 9px 0; }
.footer-bottom { margin-top: 38px; }
.footer-legal { padding-bottom: 3px; }

a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }

@media (max-width: 860px) {
  .header { height: 72px; }
  .header { position: relative; }
  .mobile-menu { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; }
  .nav.is-open {
    position: absolute;
    z-index: 12;
    top: calc(100% - 8px);
    left: 0;
    right: 0;
    display: grid !important;
    gap: 0;
    padding: 10px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow);
  }
  .nav.is-open a { padding: 13px 12px; border-radius: 10px; color: var(--ink); }
  .nav.is-open a::after { display: none; }
  .nav.is-open a:hover { background: #eef5ef; }
  .nav.is-open a.is-current { background: #e5f2e8; color: var(--green); }
  .topbar { position: relative; }
  .footer-legal { gap: 6px 14px; }
  .hero { padding-top: 18px; }
  .hero-panel { min-height: 0; border-radius: 24px; display: block; }
  .hero-copy { padding: 46px 28px 34px; }
  .photo-side { min-height: 330px; height: auto; }
  .section { padding: 62px 0; }
}

@media (min-width: 861px) {
  .content-grid > .aside-card { position: sticky; top: 105px; align-self: start; }
}

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

@media (max-width: 560px) {
  .hero-copy { padding: 37px 22px 29px; }
  .hero h1 { font-size: 45px; }
  .quick-card { padding: 19px; margin-top: 24px; }
  .photo-side { min-height: 290px; }
  .section { padding: 56px 0; }
}

/* Расширенный слой главной: больше полезного контента без потери ритма. */
.intro-band { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.split-callout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 58px; align-items: center; }
.split-callout h2 { margin: 8px 0 14px; font-size: clamp(31px, 3.5vw, 45px); line-height: 1.02; letter-spacing: -.065em; }
.split-callout p { max-width: 610px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.6; }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.metric-row div { min-height: 121px; padding: 19px 15px; background: #f2f7f2; border: 1px solid #dfe9e0; border-radius: 17px; }
.metric-row strong { display: block; color: var(--green); font-size: 28px; letter-spacing: -.055em; }
.metric-row span { display: block; margin-top: 7px; color: var(--muted); font-size: 12px; line-height: 1.3; }
.calculator-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 64px; align-items: center; }
.calculator-layout h2 { margin: 8px 0 13px; color: var(--deep); font-size: clamp(33px, 3.6vw, 49px); line-height: 1.01; letter-spacing: -.07em; }
.calculator-layout p { max-width: 470px; margin: 0 0 17px; color: var(--muted); line-height: 1.55; }
.calculator-card { padding: 27px; background: #fff; border: 1px solid rgba(20,90,77,.16); border-radius: 22px; box-shadow: 0 18px 37px rgba(12,57,52,.10); }
.calc-head { display: flex; justify-content: space-between; gap: 18px; align-items: start; margin-bottom: 20px; }
.calc-head strong, .calc-head span { display: block; }
.calc-head strong { color: var(--deep); font-size: 19px; letter-spacing: -.035em; }
.calc-head span { margin-top: 3px; color: var(--muted); font-size: 12px; }
.calc-head output { color: var(--coral); font-size: 24px; font-weight: 850; letter-spacing: -.05em; white-space: nowrap; }
.calc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.calc-grid label > span { display: block; margin: 0 0 6px; color: var(--muted); font-size: 12px; font-weight: 700; }
.calc-grid select { width: 100%; min-height: 47px; padding: 0 11px; border: 1px solid var(--line); border-radius: 11px; background: #f5f8f5; color: var(--ink); font: inherit; font-size: 13px; font-weight: 700; }
.calc-check { display: flex; gap: 9px; align-items: center; margin: 18px 0; color: var(--ink); font-size: 13px; font-weight: 700; }
.calc-check input { width: 17px; height: 17px; accent-color: var(--coral); }
.calculator-card > small { display: block; margin-top: 11px; color: var(--muted); font-size: 11px; line-height: 1.35; }
.quality-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.quality-grid article { min-height: 192px; padding: 22px 20px; background: #fff; border: 1px solid var(--line); border-radius: 17px; box-shadow: 0 10px 22px rgba(12,57,52,.04); }
.quality-grid b { color: var(--coral); font-size: 13px; letter-spacing: .08em; }
.quality-grid h3 { margin: 28px 0 7px; color: var(--deep); font-size: 17px; letter-spacing: -.035em; }
.quality-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.45; }
.business-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.business-grid article { min-height: 160px; padding: 22px; background: #f8fbf8; border: 1px solid var(--line); border-radius: 17px; }
.business-grid span { color: var(--green); font-size: 16px; font-weight: 850; letter-spacing: -.035em; }
.business-grid p { margin: 11px 0 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.seo-copy { padding-top: 86px; }
.seo-copy .article { padding: 34px; }
.seo-copy .article h2 { border: 0; padding: 0; margin-top: 8px; }
.mini-links { display: grid; grid-template-columns: 1fr 1fr; gap: 9px 18px; margin-top: 23px; padding-top: 19px; border-top: 1px solid var(--line); }
.mini-links a { color: var(--green); font-size: 13px; font-weight: 800; text-decoration: none; }
.mini-links a:hover { color: var(--coral); }
.aside-note { padding-top: 13px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; line-height: 1.5; }

@media (max-width: 860px) {
  .split-callout, .calculator-layout { grid-template-columns: 1fr; gap: 30px; }
  .quality-grid { grid-template-columns: repeat(2, 1fr); }
  .business-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .metric-row { grid-template-columns: 1fr 1fr 1fr; gap: 7px; }
  .metric-row div { min-height: 105px; padding: 14px 10px; }
  .metric-row strong { font-size: 23px; }
  .metric-row span { font-size: 11px; }
  .calculator-card { padding: 20px; }
  .calc-head { display: block; }
  .calc-head output { display: block; margin-top: 10px; }
  .calc-grid, .quality-grid, .mini-links { grid-template-columns: 1fr; }
  .seo-copy { padding-top: 57px; }
  .seo-copy .article { padding: 23px; }
}

/* У второстепенных страниц теперь тот же выразительный характер, что и у главной. */
.page-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 87% 15%, rgba(217,255,87,.19) 0 8px, transparent 9px),
    radial-gradient(circle at 87% 15%, transparent 0 68px, rgba(217,255,87,.16) 69px 70px, transparent 71px),
    radial-gradient(circle at 104% 111%, rgba(255,99,71,.29), transparent 23rem),
    linear-gradient(118deg, #0b3731 0%, #145a4d 58%, #0d443c 100%);
}
.page-hero::after {
  content: "";
  position: absolute;
  right: clamp(-160px, -5vw, -52px);
  bottom: clamp(-250px, -17vw, -130px);
  width: clamp(340px, 39vw, 570px);
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 50%;
  box-shadow: inset 0 0 0 58px rgba(217,255,87,.035), inset 0 0 0 118px transparent;
  pointer-events: none;
}
.page-hero .container { position: relative; z-index: 1; }
.page-hero .eyebrow { display: flex; align-items: center; gap: 9px; color: var(--lime); }
.page-hero .eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--lime);
  box-shadow: 0 0 0 5px rgba(217,255,87,.15);
}
.page-hero h1 { margin-bottom: 15px; text-wrap: balance; }
.page-hero .intro { font-size: 18px; line-height: 1.55; }

.section-title h2, .feature h2, .article h2 { text-wrap: balance; }
.article {
  border-color: rgba(20,90,77,.15);
  box-shadow: 0 18px 38px rgba(12,57,52,.055);
}
.article h2 {
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(20,90,77,.12);
}
.article h3 { color: var(--deep); }
.article li::marker { color: var(--coral); }

.service-grid { gap: 17px; }
.service-card {
  isolation: isolate;
  border-color: rgba(20,90,77,.14);
  box-shadow: 0 8px 20px rgba(12,57,52,.035);
}
.service-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0;
  background: linear-gradient(135deg, rgba(217,255,87,.11), transparent 48%);
  transition: opacity .2s ease;
}
.service-card:hover::before { opacity: 1; }
.service-card:nth-child(3n + 2) .service-icon { color: var(--green); background: #e7f5eb; }
.service-card:nth-child(3n + 3) .service-icon { color: #a43d2b; background: #ffe7df; }
.service-card:nth-child(3n + 2)::after { background: rgba(217,255,87,.14); }
.service-card:nth-child(3n + 3)::after { background: rgba(20,90,77,.075); }
.service-card h3 { font-size: 19px; }
.service-card p { font-size: 13.5px; }

.blog-grid .service-card { min-height: 208px; }
.blog-grid .service-card h3 { max-width: 230px; }
.blog-grid .service-card p { max-width: 230px; }
.city-tags { align-items: center; }
.city-tag { box-shadow: 0 5px 12px rgba(12,57,52,.035); }

.cta-band { position: relative; overflow: hidden; }
.cta-band::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: 15%;
  bottom: -176px;
  border: 1px solid rgba(255,255,255,.27);
  border-radius: 50%;
  pointer-events: none;
}
.cta-band > * { position: relative; z-index: 1; }

@media (max-width: 1060px) and (min-width: 861px) {
  .header { gap: 14px; }
  .nav { gap: 15px; }
  .nav a { font-size: 13px; }
  .city { padding-inline: 9px; }
}

@media (max-width: 560px) {
  .page-hero .intro { font-size: 16px; }
  .page-hero::after { right: -144px; bottom: -230px; width: 350px; }
  .service-grid { gap: 13px; }
  .service-card h3 { font-size: 18px; }
  .blog-grid .service-card { min-height: 176px; }
}

/* Детальные страницы: спокойнее читаются и сильнее ведут к действию. */
.crumbs { display: flex; flex-wrap: wrap; gap: 0 6px; align-items: center; }
.crumbs a { text-decoration: underline; text-decoration-color: transparent; text-underline-offset: 4px; transition: text-decoration-color .18s ease, color .18s ease; }
.crumbs a:hover { color: var(--lime); text-decoration-color: currentColor; }
.page-hero .crumbs a:hover { color: var(--lime); }

.content-grid { align-items: start; }
.content-grid > .article { min-width: 0; }
.article > .service-grid { margin: 23px 0 29px; }
.article .service-grid .service-card {
  min-height: 154px;
  padding: 18px;
  border-radius: 16px;
}
.article .service-grid .service-card h3 { margin-top: 18px; font-size: 17px; }
.article .service-grid .service-card p { font-size: 12.5px; }
.article .service-grid .service-icon { width: 37px; height: 37px; border-radius: 11px; font-size: 17px; }

.aside-card {
  position: relative;
  overflow: hidden;
  padding: 28px 25px 25px;
  border-color: rgba(20,90,77,.17);
  background: linear-gradient(150deg, #ffffff 0%, #f3faf4 100%);
  box-shadow: 0 18px 36px rgba(12,57,52,.09);
}
.aside-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--coral), #ff936e 56%, var(--lime));
}
.aside-card h2 { max-width: 240px; font-size: 21px; }
.aside-card p { max-width: 250px; margin-bottom: 19px; font-size: 14px; }
.aside-card .button { position: relative; z-index: 1; min-height: 53px; }
.aside-card .button::after { content: ""; position: absolute; z-index: -1; right: 13px; width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.38); }

.price-list { border-color: rgba(20,90,77,.14); box-shadow: 0 7px 18px rgba(12,57,52,.035); }
.price-row { align-items: center; padding: 16px 17px; }
.price-row strong { color: var(--deep); font-size: 15px; letter-spacing: -.02em; }
.price-row:first-child { background: linear-gradient(90deg, #f5fbf6, #fff); }

.faq details { position: relative; overflow: hidden; border-color: rgba(20,90,77,.15); transition: border-color .18s ease, box-shadow .18s ease; }
.faq details:hover, .faq details[open] { border-color: rgba(20,90,77,.32); box-shadow: 0 9px 22px rgba(12,57,52,.055); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: var(--green);
  background: #eaf5ec;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
.faq details[open] summary::after { content: "−"; color: #fff; background: var(--green); }
.faq summary:focus-visible { outline: 3px solid var(--lime); outline-offset: 4px; border-radius: 5px; }

@media (max-width: 860px) {
  .aside-card { margin-top: -5px; }
}

@media (max-width: 560px) {
  .article .service-grid .service-card { min-height: 143px; }
  .aside-card { padding: 27px 22px 22px; }
  .aside-card h2 { font-size: 20px; }
}

/* Узкий телефон: сначала задача и путь к заявке, без перегруженной шапки. */
@media (max-width: 560px) {
  .header { gap: 8px; }
  .header .city { display: none; }
  .mobile-menu {
    min-width: 70px;
    padding-inline: 12px;
    background: #edf4ef;
    color: var(--green);
  }
  .hero h1 {
    max-width: 330px;
    font-size: clamp(37px, 11.5vw, 45px);
    line-height: .97;
    text-wrap: balance;
  }
  .hero .intro { line-height: 1.55; }
  .chips { margin-top: 23px; gap: 7px; }
  .chip { padding: 8px 10px; }
  .proof { margin-top: 20px; align-items: flex-start; line-height: 1.42; }
  .trust { gap: 12px; }
  .trust-icon { min-width: 37px; height: 37px; }
  .section-title h2 { font-size: clamp(29px, 9vw, 34px); }
  .cta-band .button { width: 100%; }
  .footer { padding-top: 48px; }
  .footer-grid { gap: 27px; }
  .footer p { margin-top: 13px; }
  .footer-bottom { margin-top: 30px; }
}

/* Визуальная теза: строгая сетка, глубокая база и два энергичных акцента. */
:root {
  --ink: #102536;
  --muted: #5b7081;
  --green: #0c5a4d;
  --deep: #082e32;
  --coral: #ff5d3d;
  --lime: #d8ff48;
  --line: #d9e5df;
}
body {
  background:
    linear-gradient(180deg, #f8faf8 0%, #f4f7f4 36%, #f8faf8 100%);
}
.topbar { border-bottom-color: rgba(16,37,54,.12); }
.brand-mark {
  position: relative;
  isolation: isolate;
  background: var(--coral);
}
.brand-mark::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -3px;
  border: 1px solid rgba(216,255,72,.65);
  border-radius: inherit;
  transform: rotate(8deg);
}
.brand-mark span { position: relative; z-index: 1; }
.city { box-shadow: inset 0 0 0 1px rgba(12,90,77,.07); }

.hero-panel {
  border: 1px solid rgba(216,255,72,.13);
  background:
    radial-gradient(circle at 69% 22%, rgba(216,255,72,.09), transparent 15rem),
    linear-gradient(125deg, #082e32 0%, #0b5a4d 62%, #0d463e 100%);
}
.hero-panel::before { border-width: 1px; border-color: rgba(216,255,72,.32); }
.hero-copy { padding-top: 68px; }
.hero h1 { text-wrap: balance; }
.photo-side { border-left: 1px solid rgba(255,255,255,.14); }
.photo-side::after { background: linear-gradient(90deg, rgba(8,46,50,.24), rgba(8,46,50,.02) 62%, rgba(8,46,50,.10)); }
.quick-card {
  border: 1px solid rgba(12,90,77,.11);
  box-shadow: 0 21px 42px rgba(4,31,27,.22);
}
.quick-card h2 { color: var(--deep); }
.estimate strong { color: var(--green); }
.button { letter-spacing: -.01em; }
.button:hover { filter: saturate(1.08); }

.trust-strip { position: relative; }
.trust-strip::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--coral), #ff9a71 44%, var(--lime));
}
.trust strong { color: var(--ink); }

.service-card {
  border-radius: 16px 20px 16px 20px;
  box-shadow: 0 9px 23px rgba(12,57,52,.055);
}
.service-card:hover { border-color: rgba(12,90,77,.42); }
.service-card .service-icon { border-radius: 10px 13px 10px 13px; }
.service-card .arrow { font-size: 18px; }

.step {
  position: relative;
  overflow: hidden;
  border-radius: 14px 19px 14px 19px;
}
.step::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--coral), var(--lime));
  opacity: .85;
}
.step b { margin-left: 4px; }

.page-hero { border-bottom: 1px solid rgba(216,255,72,.16); }
.page-hero h1 { max-width: 850px; }
.aside-card { border-radius: 14px 20px 14px 20px; }
.article { border-radius: 14px 20px 14px 20px; }
.faq details { border-radius: 12px 16px 12px 16px; }

.footer { border-top: 1px solid rgba(216,255,72,.13); }
.footer .brand-mark::after { border-color: rgba(216,255,72,.35); }

@media (min-width: 861px) {
  .hero-panel { grid-template-columns: 1.18fr .82fr; }
  .hero-copy { padding: 48px 38px 42px 52px; }
  .hero-copy { display: flex; flex-direction: column; }
  .hero-copy h1 { order: 1; font-size: clamp(50px, 4.7vw, 64px); max-width: 610px; }
  .hero-copy .intro { order: 2; }
  .hero-copy .quick-card { order: 3; }
  .hero-copy .chips { order: 4; }
  .hero-copy .proof { order: 5; }
  .quick-card { width: min(520px, 100%); margin-top: 23px; padding: 20px; }
  .quick-card .fields { grid-template-columns: 1.16fr .84fr; gap: 8px; }
  .quick-card .field { min-height: 45px; padding-inline: 11px; }
  .quick-card .estimate { margin: 13px 0 10px; }
  .quick-card .button { min-height: 48px; }
  .quick-card .fineprint { margin-top: 8px !important; }
}

@media (max-width: 860px) {
  .hero-copy { padding-top: 46px; }
}
@media (max-width: 560px) {
  .hero-copy { padding-top: 36px; }
}
