/* Fine-tuning against the supplied 1435px hero reference. */
@media (min-width: 851px) {
  .hero {
    min-height: 958px;
    padding-top: 202px;
  }

  .hero h1 {
    max-width: 700px;
    font-size: clamp(54px, 7.2vw, 104px);
    margin: 48px 0 24px;
  }

  .hero-copy { margin: 22px 0 52px; }

  .hero-benefits { bottom: 66px; }
}

/* Supplied multicolour service artwork already carries its own circular badge. */
.service-card .circle:has(.service-illustration) {
  overflow: visible;
  background: transparent;
  box-shadow: none;
}
.service-card .circle .service-illustration {
  position: static;
  inset: auto;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: none;
}

@media (min-width: 851px) {
  .contact-card { grid-template-columns: 195px 1.35fr .72fr 230px; }
  .contact-map { width: 210px; max-height: 150px; object-fit: contain; }
}

@media (max-width: 850px) {
  .hero-copy { width: auto; }
  .contact-map { width: min(100%, 280px); margin: auto; }
}

/* The supplied vector set is used directly; filters only define its contextual colour. */
.designer-icon { display: inline-block; width: 1em; height: 1em; flex: none; object-fit: contain; }
.designer-icon-green { filter: invert(40%) sepia(64%) saturate(735%) hue-rotate(82deg) brightness(89%) contrast(91%); }
.designer-icon-light { filter: brightness(0) invert(1); }
.hero-badge .designer-icon, .actions .designer-icon { width: 18px; height: 18px; }
.mini-points .designer-icon { width: 18px; height: 18px; margin-right: 5px; vertical-align: -4px; }
.hero-benefits span > .designer-icon { grid-column: 1; grid-row: 1 / span 2; align-self: center; width: 100%; height: 100%; padding: 0; }
.why-grid i > .designer-icon { width: 55px; height: 55px; }
.contact-copy li > .designer-icon { width: 24px; height: 24px; }
.socials .designer-icon { width: 23px; height: 23px; }
.footer-contacts .designer-icon { width: 18px; height: 18px; margin-right: 8px; vertical-align: -4px; }
.service-card > img.service-art { object-fit: contain; object-position: center bottom; filter: none; }
.why-grid i > img.benefit-art { width: 56px; height: 56px; object-fit: contain; filter: none; }
@media (max-width: 850px) {
  .hero-benefits span > .designer-icon { width: 35px; height: 35px; }
  .why-grid i > .designer-icon { width: 38px; height: 38px; }
  .contact-copy li > .designer-icon { width: 18px; height: 18px; }
}

/* Final contact composition: supplied reference uses a single information card and an Estonia map. */
.price-layout .price-icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
  filter: invert(40%) sepia(64%) saturate(735%) hue-rotate(82deg) brightness(89%) contrast(91%);
}
.price-section .button.white .price-button-icon {
  width: 22px;
  height: 22px;
  margin-right: 8px;
  object-fit: contain;
  filter: invert(40%) sepia(64%) saturate(735%) hue-rotate(82deg) brightness(89%) contrast(91%);
}

@media (min-width: 851px) {
  .contact {
    padding: clamp(44px, 4vw, 86px) 0 clamp(30px, 2.5vw, 54px);
  }
  .contact-card {
    width: min(calc(100% - 112px), 1965px);
    grid-template-columns: clamp(390px, 29vw, 595px) minmax(510px, 1fr) minmax(400px, .86fr);
    gap: 0;
    min-height: clamp(260px, 18.3vw, 375px);
    padding: 0;
    overflow: hidden;
    border-radius: 22px;
    background: #fff;
  }
  .contact-photo {
    width: 100%;
    height: 100%;
    min-height: 0;
    max-height: 100%;
    align-self: stretch;
    min-height: clamp(260px, 18.3vw, 375px);
    border-radius: 0;
    object-fit: cover;
  }
  .contact-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: clamp(30px, 2.25vw, 46px) clamp(38px, 3.1vw, 64px);
  }
  .contact-card > .contact-copy { padding-left: clamp(38px, 3.1vw, 64px); }
  .contact h2 { font-size: clamp(38px, 2.45vw, 50px); line-height: 1.08; }
  .contact p { max-width: 560px; margin: 18px 0 28px; font-size: clamp(16px, 1.05vw, 21px); line-height: 1.55; }
  .contact-copy ul {
    display: grid;
    gap: 12px;
    min-height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: clamp(16px, 1.05vw, 21px);
  }
  .contact-copy li { gap: 16px; }
  .contact-copy li svg { width: 24px; height: 24px; }
  .contact-map {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    max-height: 100%;
    align-self: stretch;
    min-height: clamp(260px, 18.3vw, 375px);
    object-fit: contain;
    object-position: center;
    padding: clamp(12px, 1.3vw, 26px);
  }
}

@media (max-width: 850px) {
  .price-layout .price-icon { width: 32px; height: 32px; }
  .price-section .button.white .price-button-icon { width: 20px; height: 20px; }
  .contact { padding: 42px 0 54px; }
  .contact-card { grid-template-columns: 1fr; gap: 0; padding: 0; overflow: hidden; border-radius: 16px; }
  .contact-photo { width: 100%; height: 210px; border-radius: 0; }
  .contact-copy { padding: 28px 24px; }
  .contact-copy ul { margin: 24px 0 0; padding: 0; }
  .contact-map { display: block; width: 100%; height: 220px; padding: 14px 28px 24px; object-fit: contain; }
  footer .footer-grid { grid-template-columns: 1fr; }
}

/* Final asset authority: use the prepared PNG set in its original green palette. */
.designer-icon-green,
.price-layout .price-icon,
.keywords article > .keyword-icon,
.service-card > img.service-art,
.why-grid i > img.benefit-art { filter: none !important; }
.service-card > img.service-art { object-fit: contain; object-position: center bottom; }
.why-grid i > img.benefit-art { width: 56px; height: 56px; object-fit: contain; }

/* Services: reserve clear breathing room between the copy and bottom illustration. */
@media (min-width: 851px) {
  .service-card { min-height: clamp(390px, 31vw, 530px); }
  .service-card > img.service-art { height: clamp(210px, 17vw, 275px); }
}

@media (min-width: 851px) {
  .services { padding: 86px 0 70px; }
  .section-title { margin-bottom: 42px; }
  .section-title em { font-size: 17px; font-weight: 800; }
  .section-title h2 { margin: 14px 0 10px; font-size: 46px; }
  .section-title p { font-size: 17px; }
  .service-grid { gap: 32px; }
  .service-card { min-height: 344px; padding: 29px 30px 0; border-radius: 14px; }
  .service-card .circle { width: 90px; height: 90px; }
  .service-card .circle svg { width: 46px; height: 46px; }
  .service-card h3 { margin: 20px 0 11px; font-size: 24px; }
  .service-card p { max-width: 285px; font-size: 16px; line-height: 1.65; }
  .service-card img { height: 164px; }

  .audience { padding: 76px 0; }
  .audience .lined-title { margin-bottom: 42px; }
  .audience-grid { gap: 32px; }
  .audience-grid article { gap: 23px; min-height: 176px; padding: 24px 26px; border-radius: 14px; align-items: center; }
  .audience-grid img { width: 126px; height: 120px; }
  .audience-grid h3 { margin: 0 0 10px; font-size: 22px; }
  .audience-grid p { font-size: 15px; line-height: 1.65; }

  .about { padding: 92px 0 80px; }
  .about-grid { grid-template-columns: 1.04fr .96fr; gap: 76px; }
  .about em { font-size: 17px; font-weight: 800; text-transform: uppercase; }
  .about h2 { max-width: 690px; margin: 20px 0 26px; font-size: 48px; }
  .about h2::after { content: ''; display: block; width: 56px; height: 2px; margin-top: 26px; background: #34b748; }
  .about p { margin: 0 0 17px; font-size: 16px; line-height: 1.75; }
  .mini-points { justify-content: space-between; gap: 15px; padding-top: 18px; font-size: 12px; color: #102016; }
  .mini-points li { display: grid; grid-template-columns: 36px 1fr; align-items: center; gap: 8px; max-width: 138px; }
  .mini-points svg { width: 32px; height: 32px; padding: 7px; border-radius: 50%; background: #ebf8ed; fill: none; stroke: #1f8a34; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
  .keywords { gap: 18px; }
  .keywords article { align-items: center; gap: 16px; min-height: 160px; padding: 24px 20px; border-radius: 13px; font-size: unset; box-shadow: 0 10px 26px rgba(16,42,24,.04); }
  .keywords article > svg { width: 76px; height: 76px; flex: none; padding: 15px; border-radius: 50%; background: radial-gradient(circle at 35% 30%,#fff,#edf8ee); fill: none; stroke: #1f8a34; stroke-width: 2.15; stroke-linecap: round; stroke-linejoin: round; }
  .keywords b { font-size: 15px; line-height: 1.35; }
  .keywords p { margin: 9px 0 0; font-size: 12px; line-height: 1.55; }

  footer { position: relative; overflow: hidden; padding: 58px 0 24px; background: linear-gradient(110deg,#02170a,#06441a); }
  footer::before,footer::after { display: none; }
  .footer-grid { position: relative; z-index: 1; grid-template-columns: 2.15fr .85fr 1.2fr 1.1fr; gap: 56px; }
  .footer-grid img { width: 270px; }
  .footer-grid p { max-width: 270px; margin-top: 28px; font-size: 15px; line-height: 1.65; }
  .socials { display: flex; gap: 12px; margin-top: 24px; }
  .socials a { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: #27a93d; text-decoration: none; }
  .socials svg { width: 22px; height: 22px; fill: none; stroke: #fff; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
  .socials a:first-child svg { fill: #fff; stroke: none; }
  .footer-grid b { display: block; margin: 10px 0 15px; font-size: 17px; }
  footer a,footer span { font-size: 14px; line-height: 2.45; }
  .footer-contacts a,.footer-contacts > span:not(.schedule) { display: flex; align-items: center; gap: 12px; }
  .footer-contacts svg { width: 18px; height: 18px; flex: none; fill: none; stroke: #fff; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
  .schedule { display: block; margin-top: 8px; color: #51d35b; font-weight: 800; line-height: 1.7; }
  .footer-bottom { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; margin-top: 38px; padding-top: 20px; font-size: 13px; }
  .footer-credit { justify-self: end; color: #e6f4e7; font-size: 13px; font-weight: 700; line-height: 1.3; text-decoration: none; }
  .footer-credit:hover { color: #6ee379; text-decoration: underline; text-underline-offset: 5px; }
}

@media (max-width: 850px) {
  .mini-points li { display: flex; align-items: center; gap: 7px; }
  .mini-points svg { width: 22px; height: 22px; fill: none; stroke: #1f8a34; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
  .keywords article > svg { width: 38px; height: 38px; flex: none; fill: none; stroke: #1f8a34; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
}

/* Restrained motion: it reinforces hierarchy without changing the static layout. */
.button,.contact-cta,.socials a,.service-card,.audience-grid article,.keywords article,.why-grid article,.faq-list button { transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease, background-color .24s ease; }
.button:hover,.contact-cta:hover { transform: translateY(-2px); box-shadow: 0 14px 26px rgba(9,57,20,.24); }
.service-card:hover,.audience-grid article:hover,.keywords article:hover,.why-grid article:hover { transform: translateY(-6px); border-color: #9edba7; box-shadow: 0 20px 42px rgba(16,42,24,.12); }
.faq-list button:hover { transform: translateX(5px); border-color: #86ce92; }
.faq-list button.selected { border-color: #43b955; background: #f4fbf5; }
.socials a:hover { transform: translateY(-3px) scale(1.04); }
.hero-badge { animation: badge-in .65s ease-out both; }
.hero-benefits span { transition: transform .24s ease, background-color .24s ease; }
.hero-benefits span:hover { transform: translateY(-4px); }
@keyframes badge-in { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

/* Small leaf mark from the reference, rendered as vector instead of a text glyph. */
.section-title h2::before,
.leaf h2::before {
  content: '' !important;
  display: block;
  width: 28px;
  height: 28px !important;
  margin: 0 auto 8px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2328A63D' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 20c7-1 13-6 14-15-9 1-14 7-14 15Z'/%3E%3Cpath d='M5 20c3-5 7-8 12-11'/%3E%3C/svg%3E") center / contain no-repeat;
}

@media (prefers-reduced-motion: reduce) {
  .hero-badge { animation: none; }
  .button,.contact-cta,.socials a,.service-card,.audience-grid article,.keywords article,.why-grid article,.faq-list button,.hero-benefits span { transition: none; }
}

/* Final desktop alignment pass against the supplied section captures. */
@media (min-width: 851px) {
  .hero-benefits { grid-template-columns: repeat(4, 1fr); gap: 0; }
  .hero-benefits span { position: relative; grid-template-columns: 64px minmax(0,1fr); min-height: 68px; padding: 0 28px; align-content: center; }
  .hero-benefits span:first-child { padding-left: 0; }
  .hero-benefits span:last-child { padding-right: 0; }
  .hero-benefits span:not(:last-child)::after { content: ''; position: absolute; top: 3px; right: 0; width: 1px; height: 62px; background: rgba(255,255,255,.32); }
  .hero-benefits span > svg { width: 60px; height: 60px; padding: 14px; }
  .hero-benefits b { align-self: end; font-size: 14px; line-height: 1.15; }
  .hero-benefits small { align-self: start; font-size: 13px; line-height: 1.25; }

  .service-card { display: grid; grid-template-columns: 112px minmax(0,1fr); grid-template-rows: auto auto 1fr; column-gap: 18px; align-content: start; }
  .service-card .circle { grid-column: 1; grid-row: 1 / span 2; align-self: start; }
  .service-card h3 { grid-column: 2; grid-row: 1; margin: 7px 0 9px; }
  .service-card p { grid-column: 2; grid-row: 2; max-width: 255px; }
  .service-card img { grid-column: 1 / -1; }

  .faq-layout { grid-template-columns: .9fr 1.1fr; }
  .faq-list { grid-template-columns: 1fr 1fr; gap: 13px; }
  .faq-list button { min-height: 76px; }
  .faq-list button:first-child { grid-column: 1 / -1; }
  .faq-active { min-height: 292px; }

  .contact { margin-top: 0; padding: 34px 0 28px;}
  .contact-card { grid-template-columns: 265px 1.35fr .95fr 258px; min-height: 148px; padding: 0; overflow: hidden; border-radius: 18px; }
  .contact-photo { width: 265px; height: 148px; border-radius: 0; }
  .contact-card > div { padding-left: 8px; }
  .contact h2 { font-size: 29px; }
  .contact p { max-width: 330px; margin: 8px 0 0; font-size: 13px; }
  .contact ul { min-height: 82px; padding-left: 26px; border-left: 1px solid #e3ece3; }
  .contact-cta { min-height: 48px; margin-right: 18px; font-size: 13px; }
  .contact-cta small { font-size: 10px; }
}

@media (max-width: 850px) {
  .faq-list { grid-template-columns: 1fr; }

  .contact-card { background: #fff; }
}

/* Illustration cards: soft paper-like surfaces and depth from the supplied drawn template. */
@media (min-width: 851px) {
  .service-card { isolation: isolate; background: linear-gradient(145deg, #fff 0%, #fbfefb 100%); box-shadow: 0 18px 42px rgba(15,50,23,.09); }
  .service-card::before { content: ''; position: absolute; z-index: -1; inset: auto -12% -48px; height: 160px; background: radial-gradient(ellipse at center, rgba(57,159,57,.10), transparent 68%); }
  .service-card .circle { box-shadow: inset 0 1px 0 rgba(255,255,255,.34), 0 8px 18px rgba(20,121,38,.18); }
  .service-card img { filter: saturate(1.04) contrast(1.02); }
  .audience-grid article { position: relative; isolation: isolate; background: linear-gradient(145deg, #fff, #fbfefb); box-shadow: 0 15px 36px rgba(15,50,23,.08); }
  .audience-grid article::before { content: ''; position: absolute; z-index: -1; left: 20px; top: 22px; width: 142px; height: 132px; border-radius: 50%; background: radial-gradient(circle, rgba(66,178,71,.13), transparent 68%); }
  .audience-grid img { filter: saturate(1.05) contrast(1.02); }
}

/* Keyboard focus remains visible without changing the reference appearance. */
a:focus-visible,
button:focus-visible {
  outline: 3px solid #ffb000;
  outline-offset: 4px;
}

/* Unified outline icon treatment, matching the supplied icon specification. */
.hero-badge,
.button.primary { gap: 8px; }

.hero-badge img,
.button.primary img {
  width: 17px;
  height: 17px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.hero-badge svg,
.button.primary svg {
  width: 17px;
  height: 17px;
  flex: none;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-benefits span { grid-template-columns: 52px 1fr; }
.hero-benefits span > img {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  padding: 11px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  background: rgba(31,138,52,.62);
  filter: brightness(0) invert(1);
  object-fit: contain;
}
.hero-benefits small { grid-column: 2; }

.hero-benefits span > svg {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  padding: 11px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  background: rgba(31,138,52,.62);
  fill: none;
  stroke: #fff;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.circle img {
  width: 27px;
  height: 27px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.circle svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: #fff;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.why-grid i img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.why-grid i svg {
  width: 40px;
  height: 40px;
  fill: none;
  stroke: #166a28;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 850px) {
  .hero-benefits span { grid-template-columns: 48px 1fr; }
}
.svg-sprite{position:absolute;width:0;height:0;overflow:hidden}

/* FAQ stays a single vertical list; the contact CTA appears immediately before it. */
@media (min-width: 851px) {
  .faq-list { grid-template-columns: 1fr !important; gap: 13px; }
  .faq-list button:first-child { grid-column: auto; }
  .contact { margin-top: 0; padding: 34px 0 28px;  }
  .contact-card { grid-template-columns: 265px 1.28fr .92fr 300px; gap: 20px; min-height: 148px; padding: 0; overflow: hidden; border-radius: 18px; background: #fff; }
  .contact-photo { width: 265px; height: 148px; border-radius: 0; }
  .contact-card > div { padding-left: 8px; }
  .contact h2 { font-size: 29px; }
  .contact p { max-width: 330px; margin: 8px 0 0; font-size: 13px; }
  .contact ul { min-height: 82px; padding-left: 26px; border-left: 1px solid #e3ece3; }
  .contact-cta { min-height: 48px; margin-right: 18px; font-size: 13px; }
  .contact-cta small { font-size: 10px; }
}

/* Desktop composition for the long-form reference sections. */
@media (min-width: 851px) {
  .price-section {
    width: min(calc(100% - 30px), 1556px);
    min-height: 644px;
    margin: 88px auto;
    padding: 68px 58px;
    border-radius: 18px;
    background:
      linear-gradient(100deg, rgba(2, 46, 17, .96), rgba(4, 74, 27, .9)),
      url('assets/images/hero.jpg') center / cover;
  }

  .price-layout { grid-template-columns: .78fr 1.72fr; gap: 0 }
  .price-section em { font-size: 18px; font-weight: 800; text-transform: uppercase; }
  .price-section h2 { margin: 22px 0 28px; font-size: clamp(48px, 4.5vw, 68px); line-height: 1.03; }
  .price-section p { max-width: 450px; margin: 0 0 34px; font-size: 17px; line-height: 1.55; }
  .price-section .button.white { min-width: 282px; min-height: 72px; border-radius: 38px; font-size: 18px; }
  .price-section .button.white svg { width: 22px; height: 22px; fill: none; stroke: #1f8a34; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
  .price-layout ol { gap: 0; align-items: start; }
  .price-layout li { gap: 17px; font-size: 16px; }
  .price-layout li:not(:last-child):after { top: 66px; left: 68%; width: 65%; border-top: 2px dotted #b9efbd; }
  .price-layout i { width: 122px; height: 122px; border: 2px solid #fff; box-shadow: 0 10px 24px rgba(0,0,0,.14); }
  .price-layout i svg { width: 60px; height: 60px; fill: none; stroke: #1f8a34; stroke-width: 2.15; stroke-linecap: round; stroke-linejoin: round; }
  .price-layout b { min-height: 56px; font-size: 20px; line-height: 1.45; }
  .price-layout b::after { content: ''; display: block; width: 48px; height: 2px; margin: 22px auto 0; background: #42c453; }
  .price-layout span { min-height: 84px; padding: 0 22px; border-right: 1px solid rgba(255,255,255,.27); font-size: 15px; line-height: 1.75; color: #eef9ef; }
  .price-layout li:last-child span { border-right: 0; }

  .why { padding: 86px 0 70px; }
  .lined-title { gap: 30px; margin-bottom: 38px; }
  .lined-title h2 { font-size: 42px; }
  .lined-title span { width: 124px; }
  .why-grid { gap: 22px; }
  .why-grid article { grid-template-columns: 124px 1fr; gap: 28px; min-height: 192px; padding: 31px 24px; border-radius: 16px; }
  .why-grid i { width: 108px; height: 108px; background: radial-gradient(circle at 35% 30%,#fff,#f4fbf5 55%,#e6f5e8); }
  .why-grid i svg { width: 55px; height: 55px; stroke-width: 2.15; }
  .why-grid h3 { margin: 9px 0 0; font-size: 22px; }
  .why-grid b { width: 43px; margin: 15px 0 16px; }
  .why-grid p { font-size: 15px; line-height: 1.6; }

  .faq-section { padding: 68px 0 170px; }
  .faq-layout { grid-template-columns: .95fr 1.05fr; gap: 38px; }
  .faq-active { min-height: 286px; padding: 28px 34px; border-radius: 14px; }
  .faq-active header { grid-template-columns: 44px 1fr 34px; gap: 15px; }
  .faq-active header span,.faq-list span { width: 38px; height: 38px; font-size: 18px; }
  .faq-active h3 { font-size: 17px; }
  .faq-active button { width: 32px; height: 32px; font-size: 22px; }
  .faq-active p { width: 59%; font-size: 14px; line-height: 1.6; }
  .faq-active img { right: -4px; width: 56%; height: 145px; object-fit: contain; object-position: right bottom; }
  .faq-list { gap: 13px; }
  .faq-list button { grid-template-columns: 38px 1fr 32px; gap: 18px; min-height: 81px; padding: 16px 26px; border-radius: 13px; font-size: 15px; }
  .faq-list i { width: 30px; height: 30px; font-size: 22px; }

  .contact { padding: 0 0 70px; }
  .contact-card { grid-template-columns: 260px 1.3fr .9fr 300px; gap: 28px; min-height: 164px; padding: 12px; border-radius: 18px; background: #fff; }
  .contact-photo { width: 260px; height: 164px; border-radius: 12px; }
  .contact h2 { font-size: 32px; }
  .contact p { max-width: 360px; margin-top: 12px; font-size: 14px; line-height: 1.65; }
  .contact ul { display: grid; gap: 10px; font-size: 13px; line-height: 1.5; }
  .contact li { display: flex; align-items: center; gap: 12px; color: #102016; }
  .contact li svg { width: 20px; height: 20px; flex: none; fill: none; stroke: #1f8a34; stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; }
  .contact-cta { display: grid; grid-template-columns: 1fr 22px; align-items: center; gap: 12px; min-height: 56px; padding: 0 22px; border-radius: 30px; background: linear-gradient(135deg,#37bc4b,#16812b); color: #fff; text-decoration: none; font-size: 14px; font-weight: 800; }
  .contact-cta svg { width: 20px; height: 20px; fill: none; stroke: #fff; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
  .contact-cta small { grid-column: 1 / -1; margin-top: -18px; color: #4f5e54; font-size: 11px; font-weight: 600; }
}

@media (max-width: 850px) {
  .price-section { margin: 38px 14px; border-radius: 16px; }
  .price-layout i svg,.price-section .button.white svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
  .contact li { display: flex; gap: 10px; align-items: center; }
  .contact li svg { width: 18px; height: 18px; fill: none; stroke: #1f8a34; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
  .contact-cta { display: grid; gap: 6px; padding: 16px; border-radius: 12px; background: #1f8a34; color: #fff; font-weight: 800; text-decoration: none; }
  .contact-cta svg { width: 18px; height: 18px; fill: none; stroke: #fff; }
  .contact-cta small { color: #d8f4db; }
}

/* Last-resort authority: CTA and FAQ match the final supplied composition. */
@media (min-width: 851px) {
  .faq-list { grid-template-columns: 1fr !important; gap: 13px; }
  .faq-list button:first-child { grid-column: auto; }
  .contact { margin-top: 0; padding: clamp(34px, 3.95vw, 104px) 0 clamp(28px, 3.95vw, 104px);}
  .contact-card { width: min(calc(100% - 106px), 2424px); grid-template-columns: clamp(195px, 15vw, 395px) minmax(330px, 1.25fr) minmax(215px, .9fr) clamp(240px, 18vw, 475px); gap: clamp(20px, 1.5vw, 40px); min-height: clamp(148px, 11.15vw, 294px); padding: 0; overflow: hidden; border-radius: clamp(18px, 1.35vw, 36px); background: #fff; }
  .contact-photo { width: clamp(195px, 15vw, 395px); height: clamp(148px, 11.15vw, 294px); border-radius: 0; }
  .contact-card > div { padding-left: 8px; }
  .contact h2 { font-size: clamp(29px, 2.08vw, 55px); }
  .contact p { max-width: clamp(365px, 15.2vw, 402px); margin: clamp(8px, .62vw, 16px) 0 0; font-size: clamp(13px, .83vw, 22px); }
  .contact ul { min-height: clamp(82px, 6.2vw, 164px); padding-left: clamp(26px, 1.95vw, 52px); border-left: 1px solid #e3ece3; font-size: clamp(13px, .83vw, 22px); }
  .contact li { gap: clamp(12px, .9vw, 24px); }
  .contact li svg { width: clamp(20px, 1.5vw, 40px); height: clamp(20px, 1.5vw, 40px); }
  .contact-cta { grid-template-columns: 1fr clamp(18px, 1.35vw, 36px); gap: clamp(8px, .6vw, 16px); min-height: clamp(48px, 3vw, 78px); margin-right: clamp(18px, 1.35vw, 36px); padding: 0 clamp(18px, 1.35vw, 36px); font-size: clamp(12px, .9vw, 23px); white-space: nowrap; }
  .contact-cta svg { width: clamp(20px, 1.5vw, 40px); height: clamp(20px, 1.5vw, 40px); }
  .contact-cta small { font-size: clamp(10px, .67vw, 18px); white-space: normal; }
}

/* The garden photo is an edge-to-edge panel, never a smaller card inside the CTA. */
@media (min-width: 851px) {
  .contact-card { align-items: stretch; }
  .contact-photo { align-self: stretch; height: 100%; min-height: clamp(148px, 11.15vw, 294px); object-fit: cover; object-position: center; }
}

/* The illustrated service cards use the broad three-column composition from the supplied artwork. */
@media (min-width: 851px) {
  .services .service-grid {
    position: relative;
    left: 50%;
    width: min(calc(100vw - 68px), 1544px);
    margin: 0;
    transform: translateX(-50%);
    gap: clamp(28px, 2.5vw, 40px);
  }
  .service-card {
    min-height: clamp(344px, 25.2vw, 406px);
    padding: clamp(29px, 1.8vw, 34px) clamp(30px, 2.1vw, 40px) 0;
    grid-template-columns: clamp(90px, 6.45vw, 104px) minmax(0, 1fr);
    column-gap: clamp(18px, 1.6vw, 25px);
  }
  .service-card .circle { width: clamp(90px, 6.45vw, 104px); height: clamp(90px, 6.45vw, 104px); }
  .service-card .circle svg { width: clamp(46px, 3.25vw, 52px); height: clamp(46px, 3.25vw, 52px); }
  .service-card h3 { margin-top: 7px; font-size: clamp(24px, 1.62vw, 26px); }
  .service-card p { max-width: 310px; font-size: clamp(16px, 1.04vw, 17px); }
  .service-card img { height: clamp(164px, 12.1vw, 195px); }
}

/* The four hero assurances span the full photographic banner, as in the supplied strip. */
@media (min-width: 851px) {
  .hero-benefits {
    width: min(calc(100% - 40px), 2498px);
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .hero-benefits span {
    grid-template-columns: clamp(60px, 3.78vw, 96px) minmax(0, 1fr);
    min-height: clamp(68px, 4.85vw, 123px);
    padding-inline: clamp(28px, 2.05vw, 52px);
  }
  .hero-benefits span:first-child { padding-left: 0; }
  .hero-benefits span:last-child { padding-right: 0; }
  .hero-benefits span > svg {
    grid-column: 1;
    grid-row: 1 / span 2;
    align-self: center;
    width: clamp(60px, 3.78vw, 96px);
    height: clamp(60px, 3.78vw, 96px);
    padding: clamp(14px, .87vw, 22px);
    margin: 0;
  }
  .hero-benefits span:not(:last-child)::after {
    top: 0;
    height: clamp(62px, 4.85vw, 123px);
  }
  .hero-benefits b { grid-column: 2; grid-row: 1; align-self: end; font-size: clamp(14px, 1.1vw, 28px); }
  .hero-benefits small { grid-column: 2; grid-row: 2; align-self: start; font-size: clamp(13px, .91vw, 23px); }
}

/* Services: text above a full-bleed illustration; no separate badge icon. */
@media (min-width: 851px) {
  .service-card {
    display: block;
    padding: clamp(29px, 1.8vw, 34px) clamp(30px, 2.1vw, 40px) 0;
  }
  .service-card h3 {
    margin: 0 0 11px;
  }
  .service-card p {
    max-width: 100%;
    margin: 0;
  }
  .service-card > img {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: clamp(210px, 17vw, 275px);
    max-width: none;
    object-fit: cover;
    object-position: center bottom;
  }
}

/* One broad desktop grid: hero, sections, footer and cards share the same outer rhythm. */
@media (min-width: 851px) {
  :root { --container: 1900px; }
  .hero-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    line-height: 1;
  }
  .hero-badge svg {
    display: block;
    margin: 0;
  }
}

/* Audience section follows the supplied single-panel composition. */
@media (min-width: 851px) {
  .audience {
    padding: 42px 0 20px;
    background: linear-gradient(#fff, #f7fbf7);
  }
  .audience .container {
    width: min(calc(100% - 38px), 2000px);
  }
  .audience .lined-title {
    margin-bottom: 18px;
  }
  .audience .lined-title span { display: none; }
  .audience .lined-title h2 { font-size: clamp(32px, 2.5vw, 52px); }
  .audience-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    overflow: hidden;
    border: 1px solid #d9ebda;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(15,50,23,.08);
  }
  .audience-grid article,
  .audience-grid article:hover {
    display: grid;
    grid-template-columns: clamp(190px, 14vw, 280px) minmax(0, 1fr);
    gap: clamp(18px, 1.8vw, 34px);
    min-height: clamp(210px, 13.3vw, 270px);
    padding: clamp(20px, 1.8vw, 34px);
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transform: none;
  }
  .audience-grid article:not(:last-child) { border-right: 1px solid #d9e5da; }
  .audience-grid article::before { display: none; }
  .audience-grid img {
    width: clamp(180px, 13vw, 260px);
    height: clamp(170px, 12vw, 240px);
    object-fit: contain;
    filter: saturate(1.03) contrast(1.01);
  }
  .audience-grid h3 { margin: 0 0 12px; font-size: clamp(20px, 1.55vw, 30px); }
  .audience-grid p { margin: 0; font-size: clamp(15px, 1.1vw, 22px); line-height: 1.55; }
}

/* Direct references to the supplied keyword SVGs replace the old sprite symbols. */
.keywords article > .keyword-icon {
  width: 76px;
  height: 76px;
  flex: none;
  padding: 15px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #fff, #edf8ee);
  filter: invert(41%) sepia(59%) saturate(753%) hue-rotate(82deg) brightness(89%) contrast(92%);
  object-fit: contain;
}
@media (max-width: 850px) {
  .keywords article > .keyword-icon {
    width: 38px;
    height: 38px;
    padding: 6px;
    background: none;
  }
}

/* Final authority — approved map-based contact panel. */
.price-layout .price-icon { width: 60px; height: 60px; object-fit: contain; filter: invert(40%) sepia(64%) saturate(735%) hue-rotate(82deg) brightness(89%) contrast(91%); }
.price-section .button.white .price-button-icon { width: 22px; height: 22px; margin-right: 8px; object-fit: contain; filter: invert(40%) sepia(64%) saturate(735%) hue-rotate(82deg) brightness(89%) contrast(91%); }
@media (min-width: 851px) {
  .contact { padding: clamp(44px, 4vw, 86px) 0 clamp(30px, 2.5vw, 54px);}
  .contact-card { width: min(calc(100% - 112px), 1965px); grid-template-columns: clamp(390px, 29vw, 595px) minmax(510px, 1fr) minmax(400px, .86fr); gap: 0; min-height: clamp(260px, 18.3vw, 375px); padding: 0; overflow: hidden; border-radius: 22px; background: #fff; }
  .contact-photo { width: 100%; height: 100%; min-height: clamp(260px, 18.3vw, 375px); border-radius: 0; object-fit: cover; }
  .contact-copy { display: flex; flex-direction: column; justify-content: center; min-width: 0; padding: clamp(30px, 2.25vw, 46px) clamp(38px, 3.1vw, 64px); }
  .contact-card > .contact-copy { padding-left: clamp(38px, 3.1vw, 64px); }
  .contact h2 { font-size: clamp(38px, 2.45vw, 50px); line-height: 1.08; }
  .contact p { max-width: 560px; margin: 18px 0 28px; font-size: clamp(16px, 1.05vw, 21px); line-height: 1.55; }
  .contact-copy ul { display: grid; gap: 12px; min-height: 0; margin: 0; padding: 0; border: 0; font-size: clamp(16px, 1.05vw, 21px); }
  .contact-copy li { gap: 16px; }
  .contact-copy li svg { width: 24px; height: 24px; }
  .contact-map { display: block; width: 100%; height: 100%; min-height: clamp(260px, 18.3vw, 375px); padding: clamp(12px, 1.3vw, 26px); object-fit: contain; object-position: center; }
}
@media (max-width: 850px) {
  .price-layout .price-icon { width: 32px; height: 32px; }
  .price-section .button.white .price-button-icon { width: 20px; height: 20px; }
  .contact { padding: 42px 0 54px;}
  .contact-card { grid-template-columns: 1fr; gap: 0; padding: 0; overflow: hidden; border-radius: 16px; }
  .contact-photo { width: 100%; height: 210px; border-radius: 0; }
  .contact-copy { padding: 28px 24px; }
  .contact-copy ul { margin: 24px 0 0; padding: 0; }
  .contact-map { display: block; width: 100%; height: 220px; padding: 14px 28px 24px; object-fit: contain; }
}

/* Final services spacing authority. */
@media (min-width: 851px) {
  .service-card { min-height: clamp(390px, 25.5vw, 450px); }
  .service-card > img.service-art { height: clamp(210px, 17vw, 275px); object-fit: contain; object-position: center bottom; }
}

/* Price CTA: preserve a clear, even gap between its checkmark and label. */
.price-section .button.white { gap: 12px; }
.price-section .button.white > svg { width: 22px; height: 22px; flex: none; }

/* Contact panel: photo fills the full left panel; the grass sits below the card. */
@media (min-width: 851px) {
  .contact { background-position: center calc(100% + 86px); padding-bottom: clamp(82px, 5.5vw, 120px); }
  .contact-photo { grid-row: 1; align-self: stretch; width: 100%; height: 100%; min-height: 100%; display: block; object-fit: cover; object-position: center; }
}
@media (max-width: 850px) {
  .contact { background-position: center calc(100% + 46px); padding-bottom: 88px; }
  .contact-photo { display: block; width: 100%; height: 250px; object-fit: cover; object-position: center; }
}

/* Desktop alignment grid: each composition uses a deliberate, repeatable edge. */
@media (min-width: 851px) {
  /* Main reading grid — header, hero, text sections, FAQ and footer. */
  .container { width: min(calc(100% - 160px), 1900px); }

  /* Broad visual compositions have their own symmetric column width. */
  .services .service-grid {
    left: 50%;
    width: min(calc(100% - 160px), 1680px);
    transform: translateX(-50%);
  }

  .audience .container {
    width: min(calc(100% - 32px), 2016px);
  }

  .price-section {
    width: min(calc(100% - 160px), 1694px);
  }

  .contact-card {
    width: min(calc(100% - 128px), 1920px);
  }

  /* Keep the visual breathing room consistent inside the expanded cards. */
  .service-card {
    padding: clamp(30px, 1.9vw, 40px) clamp(32px, 2.15vw, 44px) 0;
  }
  .service-card > img.service-art {
    bottom: 0;
  }
}

/* The grass transition belongs to the FAQ before the footer, not to contacts. */
.faq-section { background: url('assets/images/grass-border.png') center bottom / 100% auto no-repeat; }

@media (min-width: 851px) {
  .contact { padding-bottom: clamp(30px, 2.5vw, 54px); }
  .faq-section { padding-bottom: clamp(124px, 9vw, 184px); }
}

@media (max-width: 850px) {
  .contact { padding-bottom: 54px; }
  .faq-section { padding-bottom: 118px; background-size: auto 110px; }
}

/* Price block: use the same wide desktop rhythm as the feature sections. */
@media (min-width: 851px) {
  .price-section {
    width: min(calc(100% - 216px), 1832px);
    padding-inline: clamp(72px, 4.3vw, 96px);
  }
  .price-section > .price-layout {
    width: 100%;
    grid-template-columns: minmax(390px, .76fr) minmax(0, 1.84fr);
    gap: clamp(48px, 3vw, 64px);
  }
}

/* Approved footer sequence: description, social channels, then the company mark. */
@media (min-width: 851px) {
  .footer-grid > div:first-child {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-grid > div:first-child > p { order: 1; margin: 0 0 24px; }
  .footer-grid > div:first-child > .socials { order: 2; margin: 0 0 24px; }
  .footer-grid > div:first-child > img { order: 3; }
}

/* Static FAQ: preserve the approved two-column composition without JS content swapping. */
.faq-list details {
  overflow: hidden;
  border: 1px solid #d5e9d7;
  border-radius: 13px;
  background: #fff;
}
.faq-list summary {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 32px;
  align-items: center;
  gap: 18px;
  min-height: 81px;
  padding: 16px 26px;
  color: #102016;
  cursor: pointer;
  font: 800 15px/1.35 Inter, Arial, sans-serif;
  list-style: none;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #27a93d;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}
.faq-list summary::after {
  content: '+';
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #e5f6e7;
  color: #198b31;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
}
.faq-list details[open] summary::after { content: '−'; background: #299a3c; color: #fff; }
.faq-list details p {
  margin: -2px 26px 20px 82px;
  color: #4f5e54;
  font-size: 14px;
  line-height: 1.6;
}
@media (min-width: 851px) {
  .faq-layout { grid-template-columns: .95fr 1.05fr; gap: 38px; }
  .faq-active { min-height: 286px; padding: 28px 34px; border-radius: 14px; }
  .faq-active h3 { font-size: 17px; }
  .faq-active p { width: 59%; font-size: 14px; line-height: 1.6; }
  .faq-active img { right: -4px; width: 56%; height: 145px; object-fit: contain; object-position: right bottom; }
}
@media (max-width: 850px) {
  .keywords { grid-template-columns: 1fr; }
  .faq-list summary { grid-template-columns: 30px minmax(0, 1fr) 26px; gap: 12px; min-height: 64px; padding: 12px 16px; font-size: 14px; }
  .faq-list summary span { width: 30px; height: 30px; font-size: 14px; }
  .faq-list details p { margin: 0 16px 16px 58px; font-size: 13px; }
}

/* Tablet transition: prevent compressed desktop cards while retaining the desktop visual language. */
@media (min-width: 851px) and (max-width: 1220px) {
  .container { width: min(calc(100% - 48px), var(--container)); }
  .header-inner { height: 86px; }
  .brand img { width: 240px; }
  .main-nav { gap: 18px; font-size: 12px; }
  .lang { gap: 9px; padding-left: 14px; }

  .services .service-grid { width: 100%; left: auto; transform: none; grid-template-columns:repeat(2,minmax(0,1fr)); gap: 24px; }
  .service-card { min-height: 350px; }
  .service-card:nth-child(3) { grid-column: 1 / -1; }

  .audience-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .audience-grid article { grid-template-columns: 1fr; text-align: center; }
  .audience-grid img { margin: auto; }

  .about-grid { grid-template-columns: 1fr; gap: 38px; }
  .keywords { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .price-section { width: min(calc(100% - 48px), 100%); padding-inline: 36px; }
  .price-section > .price-layout { width: 100%; grid-template-columns: 1fr !important; gap: 34px; }
  .price-layout > div { max-width: 620px; }
  .price-layout ol { gap: 14px; }

  .why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .why-grid article:last-child { grid-column: 1 / -1; }

  .faq-layout { grid-template-columns: 1fr; }
  .faq-active { min-height: 260px; }

  .contact-card { width: 100%; grid-template-columns: 1fr 1fr; min-height: 0; }
  .contact-photo { width: 100%; height: 260px; }
  .contact-map { width: 100%; height: 260px; }
  .contact-copy { grid-column: 1 / -1; grid-row: 2; padding: 28px 34px; }
  .contact h2 { font-size: 34px; }

  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px; }
  .footer-bottom { grid-template-columns: 1fr 1fr; }
  .footer-credit { justify-self: start; }
}

/* The primary message must never wait for an observer callback after a viewport resize. */
.hero .reveal { opacity: 1; transform: none; }

/* At tablet widths the desktop header no longer has enough room. */
@media (min-width: 851px) and (max-width: 1220px) {
  .site-header { position: fixed; }
  .header-inner { height: 76px; }
  .brand img { width: 225px; }
  .nav-toggle { display: grid; gap: 4px; border: 0; background: none; }
  .nav-toggle i { display: block; width: 25px; height: 2px; background: #fff; }
  .main-nav {
    display: none;
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 22px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    background: #07140cf5;
    font-size: 14px;
  }
  .main-nav.open { display: flex; }
  .lang { gap: 16px; padding: 14px 0 0; border-left: 0; }

  .hero { min-height: 760px; padding-top: 150px; background-position: 62% center; }
  .hero h1 { max-width: 620px; font-size: clamp(58px, 8.2vw, 76px); }
  .hero-copy { max-width: 470px; }
  .hero-benefits { width: min(calc(100% - 48px), 976px); gap: 16px; }
  .hero-benefits span { font-size: 22px; }

  .service-card { min-height: 330px; }
  .service-card img { height: 130px; }
  .audience-grid article { min-height: 185px; }
  .price-section { padding-block: 54px; }
  .contact-card { gap: 0; overflow: hidden; }
  .contact-copy { min-width: 0; }
}

/* Keep the keyboard skip link outside the visible area without enlarging the page width. */
.skip-link { left: 1rem; top: 0; transform: translateY(-150%); }
.skip-link:focus { left: 1rem; top: 1rem; transform: none; }

/* Decorative hero layers must never create a horizontal page scrollbar. */
.hero { overflow-x: clip; }

.footer-contacts svg { width: 18px; height: 18px; flex: none; }

/* Mobile pages should scroll naturally: the header belongs to the hero, not to every later section. */
@media (max-width: 850px) {
  .site-header { position: absolute; }

  .hero-benefits { align-items: start; }
  .hero-benefits span {
    grid-template-columns: 48px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 12px;
    align-content: start;
    min-height: 86px;
  }
  .hero-benefits span > svg {
    grid-column: 1;
    grid-row: 1 / span 2;
    align-self: start;
  }
  .hero-benefits b {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
    margin-top: 3px;
  }
  .hero-benefits small {
    grid-column: 2;
    grid-row: 2;
    align-self: start;
  }

  .audience-grid article { grid-template-columns: 92px minmax(0, 1fr); gap: 16px; text-align: left; align-items: center; }
  .audience-grid img { width: 82px; height: 82px; margin: 0; object-fit: contain; }

  footer { padding: 42px 0 24px; overflow: hidden; }
  footer .footer-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 32px; }
  footer .footer-grid > div { min-width: 0; }
  footer .footer-grid > div:first-child { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
  footer .footer-grid img { width: min(215px, 100%); order: 1; }
  footer .footer-grid p { max-width: none; margin: 0; order: 2; font-size: 16px; line-height: 1.55; }
  footer .footer-grid b { display: block; margin: 0 0 13px; font-size: 20px; }
  footer a, footer span { font-size: 16px; line-height: 1.75; }
  footer .socials { display: flex; gap: 12px; margin: 0; order: 3; }
  footer .socials a { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: #27a93d; }
  footer .socials svg { width: 22px; height: 22px; fill: none; stroke: #fff; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
  footer .socials a:first-child svg { fill: #fff; stroke: none; }
  footer .footer-contacts { display: grid; gap: 8px; }
  footer .footer-contacts a,
  footer .footer-contacts > span:not(.schedule) { display: flex; align-items: center; gap: 12px; min-height: 28px; }
  footer .footer-contacts svg { display: block; width: 20px; height: 20px; min-width: 20px; min-height: 20px; fill: none; stroke: #fff; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
  footer .schedule { display: block; margin-top: 8px; color: #51d35b; font-weight: 800; line-height: 1.55; }
  footer .footer-bottom { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; margin-top: 32px; padding-top: 18px; }
  footer .footer-credit { justify-self: auto; }

  .service-card > img.service-art {
    width: 100%;
    height: clamp(190px, 52vw, 250px);
    object-fit: cover;
    object-position: center bottom;
  }
  .service-card {
    min-height: 400px;
    padding: 26px 24px 0;
  }
  .service-card p { max-width: 100%; }

  .faq-section {
    padding-bottom: 54px;
    background: none;
  }
}

@media (max-width: 320px) {
  .hero h1 { font-size: 46px; }
  .hero-benefits { grid-template-columns: 1fr; margin-top: 56px; }
  .why-grid article,
  footer .footer-grid > div { min-width: 0; }
  .why-grid article { grid-template-columns: 58px minmax(0, 1fr); gap: 12px; padding: 18px 14px; }
  .why-grid i { width: 56px; height: 56px; }
  .why-grid h3,
  .why-grid p { overflow-wrap: anywhere; }
  footer .footer-grid { grid-template-columns: minmax(0, 1fr); }
  footer .footer-grid p,
  footer a { max-width: 100%; overflow-wrap: anywhere; }
}

/* Final footer authority: one consistent composition at every breakpoint. */
footer {
  position: relative;
  overflow: hidden;
  padding: 58px 0 24px;
  background: linear-gradient(110deg, #02170a, #06441a);
  color: #fff;
}
footer .footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.5fr) minmax(150px, .8fr) minmax(220px, 1.1fr) minmax(210px, 1fr);
  gap: clamp(30px, 4vw, 64px);
  align-items: start;
}
footer .footer-grid > div { min-width: 0; }
footer .footer-grid > div:first-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
footer .footer-grid > div:first-child > p { order: 1; }
footer .footer-grid > div:first-child > .socials { order: 2; }
footer .footer-grid > div:first-child > img { order: 3; }
footer .footer-grid img { width: min(250px, 100%); height: auto; }
footer .footer-grid p { max-width: 300px; margin: 0 0 20px; color: #d2e8d4; font-size: 15px; line-height: 1.6; }
footer .footer-grid b { display: block; margin: 0 0 14px; color: #fff; font-size: 18px; line-height: 1.25; }
footer a,
footer span { color: #e6f4e7; font-size: 15px; line-height: 1.8; }
footer .footer-grid > div:not(:first-child) > a { display: block; text-decoration: none; }
footer .footer-grid > div:not(:first-child) > a:hover { color: #6ee379; }
footer .socials { display: flex; gap: 12px; margin: 0 0 22px; }
footer .socials a { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: #27a93d; line-height: 1; }
footer .socials svg { display: block; width: 22px; height: 22px; fill: none; stroke: #fff; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
footer .socials a:first-child svg { fill: #fff; stroke: none; }
footer .footer-contacts { display: grid; gap: 6px; }
footer .footer-contacts a,
footer .footer-contacts > span:not(.schedule) { display: flex; align-items: center; gap: 11px; min-height: 27px; text-decoration: none; }
footer .footer-contacts svg { display: block; flex: 0 0 19px; width: 19px; height: 19px; fill: none; stroke: #fff; stroke-width: 2.1; stroke-linecap: round; stroke-linejoin: round; }
footer .schedule { display: block; margin-top: 7px; color: #51d35b; font-weight: 800; line-height: 1.55; }
footer .footer-bottom {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.16);
}
footer .footer-bottom > span,
footer .footer-credit { font-size: 14px; font-weight: 700; }
footer .footer-credit { justify-self: end; text-decoration: none; }

@media (min-width: 851px) and (max-width: 1220px) {
  footer .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 38px 48px; }
  footer .footer-grid > div:first-child { grid-column: 1 / -1; }
  .why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .why-grid article:last-child { grid-column: auto; }
}

@media (max-width: 850px) {
  footer { padding: 40px 0 24px; }
  footer .footer-grid { grid-template-columns: minmax(0, 1fr); gap: 30px; }
  footer .footer-grid > div:first-child { gap: 0; }
  footer .footer-grid > div:first-child > p { margin: 0 0 18px; }
  footer .footer-grid > div:first-child > .socials { margin: 0 0 22px; }
  footer .footer-grid img { width: min(215px, 100%); }
  footer .footer-grid p { max-width: none; font-size: 16px; }
  footer .footer-grid b { font-size: 20px; }
  footer a,
  footer span { font-size: 16px; line-height: 1.7; }
  footer .footer-contacts { gap: 8px; }
  footer .footer-contacts svg { flex-basis: 20px; width: 20px; height: 20px; }
  footer .footer-bottom { grid-template-columns: 1fr; gap: 10px; margin-top: 32px; padding-top: 18px; }
  footer .footer-credit { justify-self: start; }
}

/* Contact section: keep the intended text–map–photo composition on wide screens. */
@media (min-width: 1221px) {
  .contact { padding: clamp(64px, 5vw, 108px) 0; }
  .contact-card {
    width: min(calc(100% - 64px), 1920px);
    min-height: clamp(360px, 29vw, 590px);
    margin: 0 auto;
    padding: 0;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.35fr) minmax(0, .78fr);
    gap: 0;
    align-items: stretch;
    overflow: hidden;
    border-radius: clamp(18px, 1.4vw, 34px);
  }
  .contact-copy {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    padding: clamp(38px, 4vw, 84px);
  }
  .contact-photo {
    grid-column: 3;
    grid-row: 1;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: center;
    border-radius: 0;
  }
  .contact-map {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    height: 100%;
    min-height: 0;
    max-height: none;
    padding: clamp(24px, 3vw, 58px);
    object-fit: contain;
    object-position: center;
  }
  .contact h2 { margin: 0; font-size: clamp(38px, 3.35vw, 72px); line-height: 1.04; }
  .contact p { max-width: 540px; margin: 26px 0 34px; font-size: clamp(17px, 1.25vw, 25px); line-height: 1.55; }
  .contact ul { display: grid; gap: 14px; min-height: 0; margin: 0; padding: 0; border: 0; font-size: clamp(16px, 1.15vw, 23px); line-height: 1.45; }
  .contact li { display: flex; align-items: center; gap: 14px; }
}

/* Footer contact rows never break between their icon and the contact value. */
footer .footer-contacts a,
footer .footer-contacts > span:not(.schedule) {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  flex-wrap: nowrap;
  white-space: nowrap;
}
footer .footer-contacts svg { overflow: visible; }

/* Keep the contact icon and value on one aligned row despite generic footer-link rules. */
footer .footer-grid > div.footer-contacts > a,
footer .footer-grid > div.footer-contacts > span:not(.schedule) {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: max-content;
  max-width: 100%;
  min-height: 27px;
  white-space: nowrap;
}

/* One active FAQ at a time; non-active answers must not reserve visible space. */
.faq-list details:not([open]) > p { display: none; }
.faq-list summary:focus-visible {
  outline: 3px solid #1976d2;
  outline-offset: 2px;
}

/* Desktop FAQ: the right column is a question switcher; the answer lives in the left preview only. */
@media (min-width: 851px) {
  .faq-list details > p { display: none; }
}

/* Desktop contact panel: restore the approved compact text–map–photo proportion. */
@media (min-width: 1221px) {
  .contact {
    padding: clamp(100px, 7vw, 142px) 0 clamp(72px, 5vw, 104px);
  }
  .contact-card {
    width: min(calc(100% - 12vw), 1860px);
    min-height: clamp(400px, 28.9vw, 590px);
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1.5fr) minmax(0, 1fr);
  }
  .contact-copy { padding: clamp(44px, 3vw, 60px); }
  .contact h2 { font-size: clamp(42px, 3.1vw, 64px); }
  .contact p { margin: 24px 0 30px; }
}

/* Approved contact composition: photo on the left, copy in the centre, map on the right. */
@media (min-width: 1221px) {
  .contact {
    padding: clamp(56px, 4vw, 86px) 0 clamp(58px, 4vw, 84px);
  }
  .contact-card {
    width: min(calc(100% - 64px), 1965px);
    height: clamp(360px, 19vw, 390px);
    min-height: 0;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.15fr);
  }
  .contact-photo {
    grid-column: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .contact-copy {
    grid-column: 2;
    align-self: center;
    padding: clamp(28px, 2.2vw, 44px);
  }
  .contact-map {
    grid-column: 3;
    width: 100%;
    height: 100%;
    padding: clamp(20px, 2.2vw, 46px);
  }
  .contact h2 { font-size: clamp(34px, 2.25vw, 46px); }
  .contact p { margin: 14px 0 20px; }
}
