﻿.page-aerotermia {
    --green-900: #284405;
    --green-800: #5d8e1f;
    --green-700: #75a12f;
    --green-100: #e6ecd9;
    --white: #ffffff;
    --ink: #101114;
    --muted: #5f6168;
    font-family: "Manrope", sans-serif;
    color: var(--ink);
    background: #f5f6f8;
}

.page-aerotermia .container {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
}

.aero-topbar {
    background: var(--green-900);
    color: #e7f3cf;
    font-size: 12px;
}

.aero-topbar-inner {
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.aero-topbar a {
    color: #f0ffd4;
    text-decoration: none;
    font-weight: 700;
}

.aero-hero {
    position: relative;
    min-height: 620px;
    background: url("../images/aerotermia/banner_aerotermia.jpg") center/cover no-repeat;
    isolation: isolate;
}

.aero-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(95deg, rgba(10, 16, 9, 0.72) 0%, rgba(10, 16, 9, 0.25) 48%, rgba(10, 16, 9, 0.08) 100%);
    z-index: -1;
}

.aero-nav-wrap {
    padding-top: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.aero-logo {
    width: 120px;
    height: auto;
}

.aero-nav {
    display: flex;
    gap: 26px;
}

.aero-nav a {
    color: #e8f0dc;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}

.aero-nav-cta {
    border-radius: 999px;
    padding: 11px 18px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.48);
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
}

.aero-hero-content {
    padding-top: 90px;
    padding-bottom: 54px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 30px;
}

.aero-hero-copy {
    max-width: 620px;
    color: #fff;
}

.aero-mini {
    display: inline-block;
    letter-spacing: 0.12em;
    font-weight: 800;
    font-size: 11px;
    margin-bottom: 10px;
    color: #d0e5ad;
}

.aero-hero-copy h1 {
    margin: 0;
    font-size: clamp(34px, 5vw, 52px);
    line-height: 1.04;
    letter-spacing: -0.02em;
}

.aero-subtitle {
    margin: 16px 0 18px;
    color: rgba(255, 255, 255, 0.88);
    max-width: 55ch;
}

.aero-hero-points {
    display: flex;
    gap: 24px;
    list-style: none;
    padding: 0;
    margin: 0 0 22px;
    font-size: 14px;
    color: #ddf3b6;
}

.aero-hero-points li {
    position: relative;
    padding-left: 14px;
}

.aero-hero-points li::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #9fd03f;
    position: absolute;
    left: 0;
    top: 8px;
}

.aero-inline-form {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    max-width: 680px;
}

.aero-inline-form input,
.aero-inline-form select,
.aero-inline-form button {
    height: 44px;
    border-radius: 999px;
    border: 0;
    padding: 0 16px;
    font-size: 14px;
    font-family: inherit;
}

.aero-inline-form button {
    grid-column: 1 / -1;
    background: var(--green-800);
    color: #fff;
    font-weight: 800;
    cursor: pointer;
}

.aero-help-badge {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #f15d2f;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    text-align: center;
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.2);
}

.aero-help-badge strong {
    font-size: 35px;
    line-height: 1;
}

.aero-help-badge span {
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.aero-benefits,
.aero-questions,
.aero-coverage,
.aero-faq {
    background: #f5f6f8;
    padding: 74px 0;
}

.aero-benefits-grid {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 34px;
}

.aero-questions h2,
.aero-coverage h2,
.aero-faq h2,
.aero-reviews h2,
.aero-brands h2,
.aero-mini-card h2 {
    font-size: clamp(30px, 3.8vw, 44px);
    line-height: 1.08;
    margin: 0 0 14px;
}

.aero-benefits h2 {
    font-size: 40px;
    line-height: 1.08;
    margin: 0 0 14px;
}

.aero-benefits p {
    color: var(--muted);
    margin-bottom: 18px;
}

.aero-outline-btn {
    display: inline-block;
    padding: 11px 18px;
    border: 1px solid #86a85a;
    border-radius: 999px;
    color: #425a20;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
}

.aero-benefit-table {
    border: 1px solid #dce1d2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.aero-benefit-table article {
    padding: 20px;
    min-height: 132px;
    border-right: 1px solid #dce1d2;
    border-bottom: 1px solid #dce1d2;
}

.aero-benefit-table article:nth-child(2n) {
    border-right: 0;
}

.aero-benefit-table article:nth-last-child(-n+2) {
    border-bottom: 0;
}

.aero-benefit-table h3 {
    margin: 0 0 7px;
    font-size: 17px;
    color: var(--green-800);
}

.aero-benefit-table p {
    margin: 0;
    font-size: 14px;
    color: var(--muted);
}

.aero-reviews {
    background: var(--green-100);
}

.aero-brands {
    background: var(--green-100);
    padding: 62px 0;
    text-align: center;
}

.aero-brands h2 {
    font-size: 40px;
}

.aero-q-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px 24px;
    margin-top: 32px;
}

.aero-q-item {
    display: flex;
    flex-direction: column;
}

.aero-q-step {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.aero-q-step span {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--green-800);
    color: #fff;
    font-weight: 800;
    font-size: 20px;
    flex-shrink: 0;
}

.aero-q-arrow {
    flex: 1;
    text-align: center;
    color: var(--green-800);
    font-size: 22px;
    line-height: 1;
    padding-left: 8px;
}

.aero-q-item--last .aero-q-step {
    /* no arrow after last item */
}

.aero-q-grid h3 {
    margin: 0 0 10px;
    font-size: 17px;
    font-weight: 700;
    color: var(--ink);
    line-height: 1.3;
}

.aero-q-grid p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.6;
}

.aero-brand-row {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    align-items: center;
    gap: 24px;
}

.aero-brand-row img {
    width: 100%;
    max-height: 34px;
    object-fit: contain;
}

.aero-coverage-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    align-items: center;
}

.aero-coverage-grid img {
    width: 100%;
    border-radius: 12px;
    min-height: 340px;
    object-fit: cover;
}

.aero-cov-intro {
    color: var(--muted);
    margin-bottom: 24px;
}

.aero-coverage-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 20px;
}

.aero-coverage-list li {
    display: flex !important;
    gap: 14px;
    align-items: flex-start;
    padding: 0;
}

.aero-cov-icon {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 50%;
    background: var(--green-800);
    color: #fff;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 900;
    flex-shrink: 0;
    margin-top: 3px;
    line-height: 1;
}

.aero-coverage-list strong {
    display: block;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 4px;
    color: var(--ink);
}

.aero-coverage-list p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.6;
}

.aero-faq-list {
    margin-top: 20px;
    border-top: 1px solid #c6d2ae;
}

.aero-faq-list details {
    border-bottom: 1px solid #c6d2ae;
    padding: 14px 0;
}

.aero-faq-list summary {
    cursor: pointer;
    font-weight: 600;
}

.aero-faq-list p {
    color: var(--muted);
    margin: 10px 0 0;
}

.aero-mini-contact {
    background: linear-gradient(180deg, #f5f6f8 0 52%, #688f1e 52% 100%);
    padding: 0 0 48px;
}

.aero-mini-card {
    margin: 0 auto;
    max-width: 840px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.13);
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.aero-mini-card h2 {
    font-size: 35px;
}

.aero-mini-card p {
    margin: 0;
    color: var(--muted);
}

.aero-mini-btn {
    border-radius: 999px;
    background: var(--green-800);
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    padding: 12px 26px;
}

.aero-footer {
    background: #688f1e;
    color: #f4f8ee;
    padding: 50px 0;
}

.aero-footer-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 42px;
}

.aero-footer-left img {
    width: 126px;
    margin-bottom: 16px;
}

.aero-footer-left p {
    margin: 0 0 12px;
    max-width: 56ch;
}

.aero-legal-links {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.aero-legal-links a {
    color: #eaf5d1;
}

.aero-footer-form-wrap {
    background: #f4f8ee;
    color: #111;
    border-radius: 12px;
    padding: 20px;
}

.aero-footer-form-wrap h3 {
    margin: 0 0 12px;
    font-size: 28px;
}

.aero-footer-form input,
.aero-footer-form textarea,
.aero-footer-form button {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #ccd4bd;
    padding: 12px;
    font-family: inherit;
    font-size: 14px;
}

.aero-footer-form textarea {
    resize: vertical;
    min-height: 92px;
}

.aero-footer-form {
    display: grid;
    gap: 10px;
}

.aero-two-cols {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.aero-check {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    font-size: 13px;
}

.aero-check input[type="checkbox"] {
    width: 18px;
    height: 18px;
    min-width: 18px;
    padding: 0;
    margin-top: 2px;
    border-radius: 4px;
}

.aero-check span {
    line-height: 1.35;
}

.aero-check a {
    color: #345616;
}

.aero-footer-form button {
    border: 0;
    background: var(--green-800);
    color: #fff;
    font-weight: 800;
    cursor: pointer;
}

@media (max-width: 980px) {
    .aero-nav { display: none; }
    .aero-nav-cta { display: none; }
    .aero-hero-content { padding-top: 64px; }
    .aero-inline-form { grid-template-columns: 1fr; max-width: 420px; }
    .aero-inline-form button { grid-column: 1; }
    .aero-help-badge { width: 200px; height: 200px; }
    .aero-benefits-grid,
    .aero-coverage-grid,
    .aero-footer-grid { grid-template-columns: 1fr; }
    .aero-q-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .aero-q-arrow { font-size: 18px; }
    .aero-brand-row { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
    .page-aerotermia .container { width: calc(100% - 24px); }
    .aero-hero { min-height: 660px; }
    .aero-hero-content { align-items: flex-start; }
    .aero-help-badge { display: none; }
    .aero-hero-points { flex-direction: column; gap: 8px; }
    .aero-benefits,
    .aero-questions,
    .aero-coverage,
    .aero-faq { padding: 54px 0; }
    .aero-benefit-table { grid-template-columns: 1fr; }
    .aero-benefit-table article:nth-child(2n) { border-right: 1px solid #dce1d2; }
    .aero-benefit-table article { border-right: 0; }
    .aero-benefit-table article:last-child { border-bottom: 0; }
    .aero-q-grid,
    .aero-brand-row,
    .aero-two-cols { grid-template-columns: 1fr; }
    .aero-q-arrow { display: none; }
    .aero-mini-card { flex-direction: column; align-items: flex-start; }
}
