@font-face {
    font-family: "Geist";
    src: url("/fonts/Geist-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Geist";
    src: url("/fonts/Geist-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Geist";
    src: url("/fonts/Geist-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Geist";
    src: url("/fonts/Geist-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Geist";
    src: url("/fonts/Geist-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

:root {
    --green-950: #002911;
    --green-900: #064c23;
    --green-800: #0d5f2c;
    --green-700: #196733;
    --green-100: #dbeee6;
    --gold: #fdbf2d;
    --gold-hover: #e9ab18;
    --ink: #151515;
    --ink-900: #151515;
    --ink-800: #1e1e1e;
    --ink-700: #2f3633;
    --ink-500: #68736f;
    --line: #e5e9e7;
    --surface: #ffffff;
    --surface-soft: #f8f9fa;
    --surface-muted: #eef3f0;
    --danger: #b42318;
    --shadow-sm: 0 6px 18px rgba(0, 0, 0, 0.08);
    --shadow-md: 0 24px 70px rgba(0, 0, 0, 0.22);
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --radius-xl: 28px;
    --container: 1360px;
    --page-gutter: 20px;
    --page-gutter-total: 40px;
    --gutter: clamp(20px, 5vw, 98px);
}

.grecaptcha-badge {
    visibility: hidden !important;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 88px;
}

body {
    margin: 0;
    min-width: 320px;
    background: var(--surface);
    color: var(--ink);
    font-family: "Geist", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body:has(dialog[open]) {
    overflow: hidden;
}

img,
svg,
picture {
    display: block;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
}

button,
input,
textarea {
    font: inherit;
}

button {
    cursor: pointer;
}

:focus-visible {
    outline: 3px solid var(--gold);
    outline-offset: 4px;
}

::selection {
    color: #fff;
    background: var(--green-700);
}

.container {
    width: min(100% - var(--page-gutter-total), var(--container));
    margin-inline: auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(6, 76, 35, 0.08);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(12px);
}

.site-header__inner {
    min-height: 88px;
    width: min(100% - var(--page-gutter-total), 1760px);
    margin-inline: auto;
    display: grid;
    grid-template-columns: auto auto;
    gap: 32px;
    align-items: center;
    justify-content: space-between;
}

.site-logo {
    display: inline-flex;
    align-items: center;
    width: 124px;
    text-decoration: none;
}

.site-logo img {
    width: 124px;
    height: auto;
}

.site-header__actions {
    display: flex;
    align-items: center;
    gap: 24px;
}

.phone-link {
    color: var(--green-900);
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    transition: color 160ms ease;
}

.phone-link:hover {
    color: var(--green-700);
}

.button {
    --button-bg: var(--green-700);
    --button-fg: #ffffff;
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 24px;
    border: 1px solid transparent;
    border-radius: 999px;
    background: var(--button-bg);
    color: var(--button-fg);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 10px 18px rgba(6, 76, 35, 0.2);
    transition: transform 160ms ease, background-color 160ms ease, color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.button:hover {
    transform: translateY(-1px);
    background: var(--green-900);
    box-shadow: 0 14px 24px rgba(6, 76, 35, 0.26);
}

.button--small {
    min-height: 44px;
    padding: 12px 22px;
    font-size: 1rem;
}

.button--compact {
    min-height: 44px;
    padding: 12px 22px;
    font-size: 0.95rem;
}

.button--accent {
    --button-bg: var(--gold);
    --button-fg: #1e1e1e;
    box-shadow: 0 10px 20px rgba(253, 191, 45, 0.2);
}

.button--accent:hover {
    background: var(--gold-hover);
    color: #111;
}

.button--whatsapp {
    --button-bg: #25d366;
    --button-fg: #ffffff;
    min-height: 52px;
    gap: 10px;
    padding: 8px 20px 8px 12px;
    border: 0;
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.28);
}

.button--whatsapp:hover {
    background: #25d366;
    box-shadow: 0 18px 32px rgba(0, 0, 0, 0.34);
}

.button--whatsapp img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.hero {
    position: relative;
    min-height: 780px;
    isolation: isolate;
    overflow: hidden;
    color: #fff;
    background: var(--ink-900);
}

.hero__media,
.hero__media img,
.hero__overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.hero__media {
    z-index: -2;
}

.hero__media img {
    object-fit: cover;
    object-position: center;
}

.hero__overlay {
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(8, 12, 9, 0.92) 0%, rgba(8, 12, 9, 0.68) 40%, rgba(8, 12, 9, 0.34) 72%, rgba(8, 12, 9, 0.66) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.58) 100%);
}

.hero__grid {
    min-height: 780px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
    column-gap: 72px;
    row-gap: 34px;
    align-items: center;
    padding-block: 96px;
}

.hero__content {
    min-width: 0;
}

.hero h1 {
    max-width: 760px;
    margin: 0;
    font-size: clamp(3.25rem, 4.2vw, 4rem);
    line-height: 1.1;
    font-weight: 800;
}

.hero__lead {
    max-width: 680px;
    margin: 28px 0 0;
    font-size: clamp(1.25rem, 1.6vw, 1.5rem);
    font-weight: 600;
    line-height: 1.5;
}

.hero__body {
    max-width: 690px;
    margin: 14px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(1rem, 1.25vw, 1.25rem);
    line-height: 1.6;
}

.cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.hero-benefits {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 28px;
    background: rgba(0, 0, 0, 0.62);
    box-shadow: var(--shadow-md);
    backdrop-filter: blur(16px);
}

.hero-benefits ul,
.line-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hero-benefits li {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 24px 30px;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.25;
}

.hero-benefits li+li {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.icon-badge {
    display: inline-flex;
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--green-700);
    color: #fff;
}

.icon-badge img {
    width: 52%;
    height: 52%;
    object-fit: contain;
}

.section {
    padding-block: clamp(64px, 9vw, 112px);
}

.section--dark {
    color: #fff;
    background: var(--ink);
}

.section-heading {
    max-width: 900px;
}

.section-heading--center {
    margin-inline: auto;
    text-align: center;
}

.section-heading h2,
.stats-section h2,
.location-section h2,
.specialized-section h2,
.quote-content h2 {
    margin: 0;
    font-size: clamp(2rem, 8vw, 3.25rem);
    line-height: 1.14;
    font-weight: 700;
}

.section-heading p {
    margin: 16px 0 0;
    color: inherit;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.45;
}

.diagnostic-grid {
    display: grid;
    gap: 16px;
    margin-top: 34px;
}

.compact-card {
    display: flex;
    min-height: 88px;
    align-items: center;
    gap: 18px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-top: 4px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--radius-lg);
    background: #fff;
    box-shadow: var(--shadow-sm);
}

.compact-card h3 {
    margin: 0;
    color: #0f172a;
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 700;
}

.section-actions {
    display: flex;
    justify-content: center;
    margin-top: 34px;
}

.split-section {
    display: grid;
    background: var(--surface-soft);
}

.split-section__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(54px, 8vw, 88px) var(--gutter);
}

.split-section__media {
    min-height: 280px;
    overflow: hidden;
}

.split-section__media img {
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
}

.cost-section .split-section__media {
    align-self: stretch;
    justify-self: stretch;
    width: 100%;
    height: 100%;
    min-height: 0;
    background: #fff;
}

.cost-section .split-section__media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: center;
}

.cost-section .split-section__content {
    padding: clamp(32px, 4vw, 50px) clamp(28px, 4vw, 58px);
}

.cost-section .section-heading {
    max-width: 900px;
}

.cost-section .section-heading h2 {
    font-size: clamp(1.85rem, 3.2vw, 2.35rem);
    line-height: 1.08;
}

.cost-section .line-list {
    max-width: 900px;
    margin-top: 18px;
}

.cost-section .line-list li {
    padding-block: 9px;
    font-size: clamp(0.9rem, 1.1vw, 1rem);
}

.cost-section .icon-badge {
    width: 36px;
    height: 36px;
}

.cost-section .callout-block {
    max-width: 900px;
    margin-top: 18px;
}

.cost-section .callout-block p {
    font-size: clamp(1.15rem, 1.85vw, 1.45rem);
}

.line-list {
    margin-top: 28px;
}

.line-list li {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-block: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    color: var(--ink);
    font-size: 1rem;
    font-weight: 700;
}

.line-list li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.line-list--large {
    margin-top: 0;
}

.line-list--large li {
    gap: 20px;
    padding-block: 24px;
    font-size: 1.05rem;
}

.callout-block {
    margin-top: 30px;
}

.callout-block p {
    max-width: 560px;
    margin: 0 0 18px;
    font-size: clamp(1.35rem, 6vw, 2.125rem);
    line-height: 1.15;
    font-weight: 700;
}

.stats-section {
    padding-block: clamp(64px, 8vw, 100px);
    color: #fff;
    background: var(--ink);
}

.stats-grid {
    display: grid;
    gap: 30px;
    margin: 36px 0 0;
}

.stats-grid dt {
    color: var(--gold);
    font-size: clamp(2.75rem, 12vw, 4rem);
    line-height: 1;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
}

.stats-grid dd {
    max-width: 360px;
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1rem;
    line-height: 1.35;
}

.location-section {
    display: grid;
    background: #fff;
}

.location-section__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(54px, 8vw, 92px) var(--gutter);
}

.location-section__content p {
    max-width: 650px;
    margin: 22px 0 0;
    color: rgba(0, 0, 0, 0.72);
    font-size: 1rem;
    line-height: 1.7;
}

.address-block {
    margin-top: 32px;
}

.address-block h3 {
    margin: 0 0 14px;
    color: var(--green-900);
    font-size: 1.05rem;
}

.address-block p {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    max-width: 560px;
    margin: 0;
    color: var(--ink);
}

.icon-inline {
    width: 22px;
    min-width: 22px;
    color: var(--green-700);
}

.map-card {
    position: relative;
    min-height: 320px;
    overflow: hidden;
    background: var(--green-100);
}

.map-card__fallback-image,
.map-card__canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.map-card__fallback-image {
    object-fit: cover;
    transition: opacity 180ms ease;
}

.map-card__canvas {
    opacity: 0;
    transition: opacity 180ms ease;
}

.map-card.is-loaded .map-card__canvas {
    opacity: 1;
}

.map-card.is-loaded .map-card__fallback-image {
    opacity: 0;
    pointer-events: none;
}

.map-card__pin {
    position: absolute;
    width: 28px;
    height: 28px;
    padding: 0;
    border: 3px solid #fff;
    border-radius: 50% 50% 50% 0;
    background: var(--green-700);
    box-shadow: 0 8px 18px rgba(6, 76, 35, 0.28);
    cursor: pointer;
    transform: translate(-50%, -100%) rotate(-45deg);
}

.map-card__pin::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--gold);
    content: "";
    transform: translate(-50%, -50%);
}

.specialized-section {
    background: var(--surface-soft);
}

.specialized-grid {
    display: grid;
    gap: 40px;
    align-items: center;
}

.specialized-copy p {
    max-width: 520px;
    margin: 22px 0 0;
    color: rgba(0, 0, 0, 0.72);
    font-size: 1rem;
    line-height: 1.65;
}

.specialized-copy .button {
    margin-top: 28px;
}

.response-note {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 14px 0 0;
    color: var(--green-700);
    font-weight: 500;
}

.response-note img {
    flex: 0 0 auto;
    filter: none;
}

.quote-section {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    color: #fff;
    background: #151515;
}

.quote-section::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(21, 21, 21, 0.99) 0%, rgba(21, 21, 21, 0.98) 42%, rgba(21, 21, 21, 0.86) 56%, rgba(21, 21, 21, 0.46) 72%, rgba(21, 21, 21, 0.72) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.64) 100%);
    content: "";
}

.quote-layout {
    position: relative;
    z-index: 2;
    display: grid;
}

.quote-image {
    position: absolute;
    inset: 0;
    z-index: 0;
    min-height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.quote-image img {
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center right;
}

.quote-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(52px, 8vw, 96px) var(--gutter);
}

.quote-content .section-heading {
    max-width: 860px;
}

.quote-content .section-heading p {
    color: #c8c8c8;
}

.quote-form {
    margin-top: 28px;
    padding: clamp(22px, 5vw, 34px);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: #fff;
    color: var(--ink);
    box-shadow: var(--shadow-sm);
}

.form-grid {
    display: grid;
    gap: 12px 18px;
}

.form-field {
    min-width: 0;
}

.form-field--full {
    grid-column: 1 / -1;
}

.form-field--honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

label {
    display: inline-block;
    margin-bottom: 7px;
    color: #111827;
    font-size: 0.95rem;
    font-weight: 700;
}

input,
textarea {
    width: 100%;
    border: 1px solid #dce2df;
    border-radius: var(--radius-md);
    background: #fff;
    color: var(--ink);
    font-size: 0.95rem;
    transition: border-color 150ms ease, box-shadow 150ms ease, background-color 150ms ease;
}

input {
    min-height: 48px;
    padding: 0 15px;
}

textarea {
    min-height: 124px;
    padding: 14px 15px;
    resize: vertical;
}

input::placeholder,
textarea::placeholder {
    color: #9aa4a0;
}

input:focus,
textarea:focus {
    border-color: var(--green-700);
    box-shadow: 0 0 0 4px rgba(25, 103, 51, 0.12);
    outline: none;
}

[aria-invalid="true"] {
    border-color: var(--danger);
    background: #fffafa;
}

.field-error {
    min-height: 17px;
    margin: 6px 0 0;
    color: var(--danger);
    font-size: 0.82rem;
    line-height: 1.35;
}

.field-error:empty {
    min-height: 0;
    margin-top: 0;
}

.form-context,
.recaptcha-disclaimer {
    display: block;
    margin: 10px 0 0;
    color: #7d8782;
    font-size: 0.94rem;
}

.quote-form .form-context,
.quote-form .recaptcha-disclaimer {
    font-size: 0.8rem;
    line-height: 1.42;
}

.form-actions {
    display: flex;
    justify-content: center;
    margin-top: 22px;
}

.quote-form .button {
    min-width: min(248px, 100%);
    min-height: 48px;
}

.form-status {
    margin: 18px 0 0;
    color: var(--green-900);
    font-weight: 800;
    text-align: center;
}

.form-status:empty {
    display: none;
}

.form-status.is-error {
    color: var(--danger);
}

.floating-whatsapp {
    position: fixed;
    right: 20px;
    bottom: 86px;
    z-index: 40;
    display: inline-flex;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #25d366;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.28);
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 18px 32px rgba(0, 0, 0, 0.34);
}

.floating-whatsapp img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.floating-whatsapp__label {
    display: none;
}

.site-footer {
    color: #fff;
    background: var(--green-900);
}

.site-footer__inner {
    width: min(100% - var(--page-gutter-total), 1720px);
    margin-inline: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 56px;
    align-items: center;
    padding-block: 60px;
}

.site-footer__cta h2 {
    margin: 0;
    font-size: clamp(1.5rem, 2vw, 2rem);
}

.site-footer__cta p {
    max-width: 640px;
    margin: 16px 0 24px;
    color: rgba(255, 255, 255, 0.78);
}

.site-footer__brand {
    display: grid;
    gap: 18px;
    justify-items: end;
    text-align: right;
}

.site-footer__brand img {
    width: 170px;
}

address {
    display: grid;
    gap: 8px;
    max-width: 480px;
    color: rgba(255, 255, 255, 0.82);
    font-style: normal;
}

.site-footer__legal {
    padding: 18px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    text-align: center;
}

.site-footer__legal p {
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.95rem;
}

.link-button {
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.privacy-dialog {
    width: min(900px, calc(100% - 32px));
    max-height: min(760px, calc(100dvh - 32px));
    padding: 0;
    border: 0;
    border-radius: var(--radius-md);
    color: var(--ink);
    box-shadow: var(--shadow-md);
}

.privacy-dialog::backdrop {
    background: rgba(0, 0, 0, 0.62);
}

.privacy-dialog__header {
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 22px 28px;
    border-bottom: 1px solid var(--line);
    background: #fff;
}

.privacy-dialog h2 {
    margin: 0;
    font-size: 1.35rem;
}

.dialog-close {
    width: 40px;
    height: 40px;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: #fff;
    color: var(--ink);
    font-size: 1.5rem;
    line-height: 1;
}

.privacy-dialog__body {
    padding: 28px;
    overflow: auto;
}

.privacy-dialog__body p {
    margin: 0 0 1rem;
    color: var(--ink-700);
}

@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}

@media (min-width: 560px) {
    .diagnostic-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .form-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 768px) {
    html {
        scroll-padding-top: 96px;
    }

    .site-header__inner {
        min-height: 88px;
    }

    .site-logo,
    .site-logo img {
        width: 124px;
    }

    .site-header__actions {
        gap: 24px;
    }

    .button--small {
        min-height: 44px;
        padding: 12px 22px;
        font-size: 1rem;
    }

    .split-section {
        grid-template-columns: minmax(0, 1fr) minmax(360px, 48vw);
        min-height: 720px;
    }

    .cost-section {
        align-items: center;
        /* grid-template-columns: minmax(320px, 0.88fr) minmax(360px, min(52vw, 922px)); */
        min-height: auto;
    }

    .cost-section .split-section__content {
        order: 1;
    }

    .cost-section .split-section__media {
        align-self: stretch;
        justify-self: stretch;
        width: 100%;
        height: 100%;
        order: 2;
    }

    .split-section__media {
        min-height: 100%;
    }

    .split-section__media img {
        min-height: 100%;
    }

    .stats-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 34px;
    }

    .location-section {
        grid-template-columns: minmax(0, 52vw) minmax(360px, 48vw);
        min-height: 600px;
    }

    .map-card {
        min-height: 600px;
    }

    .specialized-grid {
        grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
        gap: 70px;
    }

    .floating-whatsapp {
        right: 90px;
        bottom: 24px;
        width: auto;
        min-height: 60px;
        gap: 12px;
        padding: 10px 26px 10px 14px;
        font-size: 1.05rem;
        font-weight: 700;
    }

    .floating-whatsapp__label {
        display: inline;
    }

    .site-footer__inner {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 56px;
        padding-block: 60px;
    }

    .site-footer__brand {
        justify-items: end;
        text-align: right;
    }

    .site-footer__brand img {
        width: 170px;
    }
}

@media (min-width: 1024px) {
    .quote-layout {
        grid-template-columns: minmax(0, 1.1fr) minmax(330px, 0.8fr);
        min-height: 860px;
    }

    .quote-image,
    .quote-image img {
        min-height: 860px;
    }
}

@media (max-width: 1180px) {
    .hero__grid {
        grid-template-columns: 1fr;
        row-gap: 34px;
    }

    .hero-benefits {
        max-width: 620px;
    }
}

@media (min-width: 1180px) {
    .diagnostic-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        margin-top: 42px;
    }

    .line-list li {
        font-size: 1.125rem;
    }

    .quote-form {
        max-width: 1002px;
    }
}

@media (min-width: 1200px) {
    .cost-section .split-section__content {
        padding: clamp(40px, 5vw, 64px) clamp(28px, 4vw, 58px);
    }

    .cost-section .section-heading h2 {
        font-size: clamp(2rem, 8vw, 3.25rem);
        line-height: 1.1;
    }

    .cost-section .line-list {
        margin-top: 22px;
    }

    .cost-section .line-list li {
        padding-block: 12px;
        font-size: clamp(0.95rem, 1.25vw, 1.05rem);
    }

    .cost-section .icon-badge {
        width: 40px;
        height: 40px;
    }

    .cost-section .callout-block {
        margin-top: 24px;
    }

    .cost-section .callout-block p {
        font-size: clamp(1.25rem, 2.2vw, 1.75rem);
    }
}

@media (min-width: 1280px) {
    .site-header__inner {
        width: min(100% - var(--page-gutter-total), 1760px);
    }

    .container {
        width: min(100% - var(--page-gutter-total), var(--container));
    }

    .split-section__content {
        padding-left: 100px;
        padding-right: 70px;
    }

    .location-section__content {
        padding-left: 98px;
        padding-right: 70px;
    }

    .quote-content {
        padding-left: 82px;
        padding-right: 82px;
    }
}

@media (max-width: 820px) {
    html {
        scroll-padding-top: 80px;
    }

    .site-header__inner {
        min-height: 74px;
        width: min(100% - var(--page-gutter-total), 1760px);
        grid-template-columns: auto auto;
        gap: 14px;
    }

    .site-logo,
    .site-logo img {
        width: 88px;
    }

    .site-header__actions {
        gap: 10px;
    }

    .phone-link {
        display: none;
    }

    .site-header .button {
        min-height: 40px;
        padding: 11px 16px;
        font-size: 0.875rem;
    }

    .hero {
        min-height: auto;
    }

    .hero__grid {
        min-height: auto;
        padding-block: 70px 58px;
    }

    .hero__overlay {
        z-index: -1;
        background: linear-gradient(181deg, rgba(8, 12, 9, 0.92) 0%, rgba(8, 12, 9, 0.68) 40%, rgba(8, 12, 9, 0.34) 72%, rgba(8, 12, 9, 0.66) 100%), linear-gradient(1deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.58) 100%);
    }

    .hero h1 {
        font-size: clamp(2.5rem, 10.5vw, 3.25rem);
    }

    .cta-row {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-benefits li {
        padding: 18px;
        font-size: 1rem;
    }

    .section {
        padding-block: 64px;
    }

    .site-footer__inner {
        grid-template-columns: 1fr;
        gap: 34px;
        padding-block: 44px;
    }

    .site-footer__brand {
        justify-items: start;
        text-align: left;
    }
}

@media (max-width: 430px) {
    .container {
        width: min(100% - var(--page-gutter-total), var(--container));
    }

    .site-header__inner {
        width: min(100% - var(--page-gutter-total), 1760px);
    }

    .site-header .button {
        width: auto;
        max-width: none;
    }

    .hero__grid {
        row-gap: 32px;
        padding-block: 60px 40px;
    }

    .hero h1 {
        font-size: 1.85rem;
        line-height: 1.12;
    }

    .hero__lead {
        margin-top: 24px;
        font-size: 1.18rem;
        line-height: 1.45;
    }

    .hero__body {
        margin-top: 12px;
        font-size: 0.98rem;
        line-height: 1.55;
    }

    .hero .cta-row {
        margin-top: 26px;
    }

    .hero .button {
        min-height: 56px;
    }

    .hero-benefits {
        width: 100%;
        border-radius: 18px;
        background: rgba(0, 0, 0, 0.74);
        box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
        backdrop-filter: blur(14px);
    }

    .hero-benefits li {
        min-height: 74px;
        gap: 14px;
        padding: 14px 22px;
        font-size: 1rem;
        line-height: 1.25;
    }

    .hero-benefits .icon-badge {
        width: 38px;
        height: 38px;
    }

    .diagnostic-grid {
        grid-template-columns: 1fr;
    }

    .compact-card {
        min-height: auto;
    }

    .section-heading h2,
    .stats-section h2,
    .location-section h2,
    .specialized-section h2,
    .quote-content h2 {
        font-size: 1.9rem;
    }

    .quote-form {
        padding: 20px;
    }
}