/* Configurações globais */
:root {
    --etec-green-dark: #0f5d43;
    --etec-green-deep: #0b4b36;
    --etec-green: #19724f;
    --etec-green-light: #4be58b;
    --etec-yellow: #ffd51f;
    --etec-background: #f2f2f2;
    --etec-text: #3c3c3c;
    --etec-muted: #666666;
    --etec-border: #d9d9d9;
    --etec-white: #ffffff;
    --etec-shadow: 0 18px 44px rgba(18, 42, 32, 0.12);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

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

body {
    margin: 0;
    overflow-x: hidden;
    background: var(--etec-background);
    color: var(--etec-text);
    font-family: "Red Hat Display", Arial, sans-serif;
    line-height: 1.45;
}

body.menu-open {
    overflow: hidden;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

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

.page-container {
    width: min(100% - 32px, 1100px);
    margin-inline: auto;
}

.section-gap {
    padding-block: clamp(38px, 6vw, 72px);
}

.section-heading {
    width: min(100%, 780px);
    margin-inline: auto;
    text-align: center;
}

.section-heading h2,
.comparison h2,
.testimonials h2,
.plans__heading h2 {
    margin: 0;
    color: var(--etec-text);
    font-size: clamp(2rem, 4.5vw, 3.45rem);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 0.98;
}

.section-heading p {
    margin: 18px auto 0;
    width: min(100%, 620px);
    color: var(--etec-muted);
    font-size: clamp(1rem, 1.8vw, 1.25rem);
    font-weight: 600;
}

.text-yellow {
    color: var(--etec-yellow);
}

.text-green {
    color: var(--etec-green);
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 14px 28px;
    border-radius: 7px;
    border: 1px solid transparent;
    font-size: clamp(0.9rem, 1.4vw, 1rem);
    font-weight: 900;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(10, 75, 54, 0.22);
}

.button--yellow {
    background: var(--etec-yellow);
    color: #111111;
}

.button--outline {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.78);
    color: var(--etec-white);
}

.button--outline:hover {
    background: rgba(255, 255, 255, 0.12);
}

/* Header */
.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(242, 242, 242, 0.96);
    backdrop-filter: blur(12px);
}

.header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 82px;
}

.brand {
    flex: 0 0 auto;
}

.brand img {
    width: clamp(144px, 17vw, 182px);
    height: auto;
}

.site-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(18px, 4vw, 52px);
}

.nav-link {
    border-radius: 9px;
    color: var(--etec-green-dark);
    font-size: 0.95rem;
    font-weight: 900;
    letter-spacing: 0;
    padding: 13px 24px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 180ms ease, color 180ms ease;
}

.nav-link:hover,
.nav-link.is-active {
    background: #dbeae5;
    color: var(--etec-green-deep);
}

.menu-toggle {
    display: none;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(15, 93, 67, 0.2);
    border-radius: 8px;
    background: var(--etec-white);
    cursor: pointer;
    place-items: center;
    padding: 0;
}

.menu-toggle__icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

/* Hero */
.hero {
    padding-top: 16px;
    padding-bottom: clamp(28px, 4vw, 44px);
}

.hero__panel {
    position: relative;
    width: min(calc(100% - 72px), 1720px);
    max-width: none;
    margin-inline: auto;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(0, 560px) minmax(300px, 380px);
    align-items: center;
    justify-content: center;
    gap: clamp(36px, 6vw, 86px);
    overflow: hidden;
    min-height: min(48vw, 430px);
    padding: clamp(34px, 5vw, 60px) clamp(24px, 6vw, 76px);
    border-radius: 18px;
    background-image:
        url("./tela-etec-imgs/etecBackground.png");
    background-position: center;
    background-size: cover;
    color: var(--etec-white);
}

.hero__content {
    max-width: 560px;
    justify-self: center;
}

.hero h1 {
    margin: 0;
    font-size: clamp(2rem, 3.4vw, 2.9rem);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.02;
}

.hero h1 span {
    display: inline;
}

.hero__content p {
    margin: 20px 0 24px;
    font-size: clamp(1rem, 1.6vw, 1.18rem);
    font-weight: 700;
    line-height: 1.28;
}

.hero__info-card {
    justify-self: center;
    width: min(100%, 380px);
    padding: clamp(20px, 3vw, 32px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 8px;
    background: rgba(8, 73, 52, 0.68);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(8px);
}

.hero__info-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(0.9rem, 1.5vw, 1rem);
    line-height: 1.35;
}

.hero__info-card p + p {
    margin-top: 20px;
}

.hero__info-card strong {
    color: var(--etec-white);
    font-weight: 900;
}

/* Erros */
.errors {
    position: relative;
    z-index: 2;
    padding-top: clamp(28px, 5vw, 48px);
    padding-bottom: 0;
    padding-block-end: 0;
}

.errors__grid {
    display: grid;
    grid-template-columns: minmax(380px, 0.98fr) minmax(320px, 0.72fr);
    align-items: end;
    gap: 0;
    margin-top: clamp(28px, 4vw, 46px);
}

.errors__image {
    position: relative;
    z-index: 1;
    align-self: end;
    margin-bottom: 0;
}

.errors__image img {
    width: min(100%, 610px);
    margin-inline: auto 0;
}

.errors__cards {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 16px;
    align-self: center;
    margin-left: clamp(-72px, -4.5vw, -40px);
    margin-bottom: clamp(42px, 7vw, 86px);
}

.error-card {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    padding: clamp(18px, 3vw, 28px);
    border: 1px solid var(--etec-border);
    border-radius: 10px;
    background: var(--etec-white);
    box-shadow: 0 12px 30px rgba(32, 32, 32, 0.07);
}

.error-card img {
    width: 44px;
    height: 44px;
    object-fit: contain;
}

.error-card p {
    margin: 0;
    color: var(--etec-text);
    font-size: clamp(0.95rem, 1.3vw, 1rem);
    line-height: 1.35;
}

.error-card strong {
    color: var(--etec-green);
    font-weight: 900;
}

/* Pilares */
.pillars {
    position: relative;
    z-index: 1;
    margin-top: 0;
    overflow: visible;
    background-image:
        url("./tela-etec-imgs/etecGreenBackground.png");
    background-position: center;
    background-size: cover;
    color: var(--etec-white);
}

.pillars__inner {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.92fr);
    align-items: end;
    gap: clamp(12px, 4vw, 48px);
    min-height: 440px;
    padding-block: clamp(44px, 6vw, 76px) 0;
}

.pillars__content {
    align-self: center;
    padding-bottom: clamp(40px, 7vw, 88px);
}

.pillars h2 {
    width: min(100%, 620px);
    margin: 0 0 26px;
    color: var(--etec-white);
    font-size: clamp(1.25rem, 2.3vw, 1.7rem);
    font-weight: 700;
    line-height: 1.18;
}

.pillars__list {
    display: grid;
    gap: 14px;
    width: min(100%, 560px);
}

.pillar-card {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    align-items: center;
    min-height: 64px;
    overflow: hidden;
    border: 1px solid rgba(15, 93, 67, 0.2);
    border-radius: 8px;
    background: var(--etec-white);
}

.pillar-card span {
    display: grid;
    height: 100%;
    min-height: 64px;
    place-items: center;
    background: var(--etec-green-light);
    color: var(--etec-green-deep);
    font-size: 2rem;
    font-weight: 900;
}

.pillar-card p {
    margin: 0;
    padding: 13px 20px;
    color: var(--etec-text);
    font-size: 0.98rem;
    line-height: 1.28;
}

.pillars__button {
    margin-top: 28px;
    min-width: min(100%, 300px);
}

.pillars__image {
    position: relative;
    z-index: 1;
    align-self: end;
    margin-top: clamp(-96px, -7vw, -52px);
    margin-bottom: 0;
}

.pillars__image img {
    width: clamp(580px, 46vw, 620px);
    max-width: none;
    margin-inline: 0 auto;
    object-fit: contain;
}

/* Transformação */
.transformation {
    padding-bottom: clamp(20px, 4vw, 44px);
}

.transformation-card {
    display: grid;
    grid-template-columns: minmax(320px, 1.05fr) minmax(300px, 0.9fr);
    align-items: center;
    gap: clamp(28px, 5vw, 54px);
    padding: clamp(18px, 3vw, 24px);
    border: 1px solid var(--etec-border);
    border-radius: 12px;
    background: var(--etec-white);
    box-shadow: var(--etec-shadow);
}

.transformation-media {
    display: grid;
    grid-template-columns: 0.56fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 12px;
    min-height: 330px;
}

.transformation-media img {
    width: 100%;
    height: 100%;
    min-height: 0;
    border-radius: 8px;
    object-fit: cover;
    object-position: center;
}

.transformation-media__mother {
    grid-row: 1 / 3;
}

.transformation-card__content h2 {
    margin: 0;
    color: var(--etec-text);
    font-size: clamp(2rem, 4.2vw, 3.2rem);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 0.98;
}

.transformation-card__content p {
    margin: 24px 0;
    color: var(--etec-text);
    font-size: clamp(1rem, 1.8vw, 1.25rem);
    font-weight: 600;
    line-height: 1.35;
}

/* Tabelas */
.comparison {
    padding-block: clamp(16px, 4vw, 34px);
}

.comparison h2 {
    margin-bottom: 24px;
    text-align: center;
}

.table-scroll {
    width: 100%;
    overflow-x: auto;
    border: 1px solid var(--etec-border);
    border-radius: 10px;
    box-shadow: 0 14px 34px rgba(36, 36, 36, 0.08);
}

table {
    width: 100%;
    min-width: 720px;
    border-collapse: separate;
    border-spacing: 0;
    background: var(--etec-white);
}

#ganhos table {
    table-layout: fixed;
}

#ganhos th,
#ganhos td {
    width: 50%;
}

th,
td {
    padding: 20px 24px;
    text-align: left;
    vertical-align: top;
}

th {
    background: var(--etec-green);
    color: var(--etec-white);
    font-size: 1rem;
    font-weight: 900;
    text-align: center;
}

th:first-child {
    border-top-left-radius: 9px;
}

th:last-child {
    border-top-right-radius: 9px;
}

td {
    border-top: 1px solid var(--etec-border);
    border-left: 1px solid var(--etec-border);
    background: #f5f5f5;
    color: var(--etec-text);
    font-size: 0.95rem;
}

td:first-child {
    border-left: 0;
    font-weight: 700;
}

tr:nth-child(even) td {
    background: #eeeeee;
}

/* Depoimentos */
.testimonials {
    padding-top: clamp(26px, 5vw, 54px);
}

.testimonials h2 {
    margin-bottom: 28px;
    text-align: center;
}

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

.testimonial-card {
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-width: 0;
    padding: clamp(22px, 3vw, 30px);
    border: 1px solid var(--etec-border);
    border-radius: 10px;
    background: var(--etec-white);
    box-shadow: 0 12px 28px rgba(32, 32, 32, 0.06);
}

.testimonial-card img {
    width: 48px;
    height: auto;
}

.testimonial-card p {
    margin: 0;
    color: var(--etec-text);
    font-size: 0.98rem;
    line-height: 1.38;
}

.testimonial-card strong {
    margin-top: auto;
    color: var(--etec-text);
    font-size: 0.98rem;
    line-height: 1.3;
}

/* Planos */
.plans {
    overflow: hidden;
    background-image:
        url("./tela-etec-imgs/etecGreenBackground2.png");
    background-position: center;
    background-size: cover;
    color: var(--etec-white);
}

.plans__inner {
    padding-block: clamp(50px, 7vw, 78px);
}

.plans__heading {
    width: min(100%, 780px);
    margin-inline: auto;
    text-align: center;
}

.plans__heading p {
    margin: 0 0 8px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.86rem;
    font-weight: 800;
    text-transform: uppercase;
}

.plans__heading h2 {
    color: var(--etec-white);
    line-height: 1.04;
}

.plans__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    width: min(100%, 1020px);
    margin: clamp(28px, 4vw, 40px) auto 0;
}

.plan-card {
    display: flex;
    flex-direction: column;
    gap: 0;
    min-width: 0;
    min-height: 452px;
    padding: 13px 20px 24px;
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 10px;
    background: #2d2d2d;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.16);
}

.plan-card__top,
.plan-card__brand,
.plan-card__icons {
    display: flex;
    align-items: center;
}

.plan-card__top {
    justify-content: space-between;
    gap: 12px;
}

.plan-card__top > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 130px;
    min-height: 38px;
    padding: 8px 24px;
    border: 1px solid rgba(255, 213, 31, 0.25);
    border-radius: 999px;
    background: #4b4727;
    color: var(--etec-white);
    font-size: 0.86rem;
    font-weight: 800;
}

.plan-card__icons {
    gap: 16px;
}

.plan-card__icons img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.plan-card__brand {
    justify-content: center;
    gap: 12px;
    margin: 33px auto 0;
    color: var(--etec-white);
}

.plan-card__brand img {
    width: 72px;
    height: 72px;
}

.plan-card__brand p {
    margin: 0;
    color: var(--etec-white);
    font-size: 0.67rem;
    font-weight: 800;
    line-height: 1.08;
    text-transform: uppercase;
}

.plan-card__brand strong {
    display: block;
    color: var(--etec-white);
    font-size: 2.05rem;
    font-weight: 900;
    line-height: 1;
}

.plan-card__price {
    margin-top: 26px;
    text-align: center;
}

.plan-card__price p,
.plan-card__description {
    margin: 0;
    color: var(--etec-white);
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.18;
}

.plan-card__price s {
    color: #ff7474;
    text-decoration-thickness: 2px;
}

.plan-card__price strong {
    display: block;
    margin: 4px 0 4px;
    color: var(--etec-white);
    font-size: 2.15rem;
    font-weight: 900;
    line-height: 1;
}

.plan-card__price strong span {
    color: var(--etec-yellow);
    font-size: clamp(4.75rem, 7vw, 5.45rem);
}

.plan-card__price mark {
    padding: 0;
    background: transparent;
    color: var(--etec-yellow);
    font-weight: 900;
}

.plan-card__description {
    width: min(100%, 230px);
    margin: auto auto 16px;
    align-self: center;
    text-align: center;
}

.plan-card__button {
    width: 100%;
    min-height: 56px;
    font-size: 1rem;
}

/* FAQ */
.faq {
    padding-bottom: clamp(50px, 7vw, 88px);
}

.faq__inner {
    display: grid;
    grid-template-columns: minmax(220px, 0.62fr) minmax(0, 1.38fr);
    align-items: start;
    gap: clamp(28px, 7vw, 88px);
}

.faq__heading {
    padding-top: 8px;
}

.faq__heading p {
    margin: 0 0 4px;
    color: var(--etec-text);
    font-size: 0.95rem;
    font-weight: 900;
    text-transform: uppercase;
}

.faq__heading h2 {
    margin: 0;
    color: var(--etec-text);
    font-size: clamp(4rem, 10vw, 6.6rem);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 0.9;
}

.faq__accordion {
    display: grid;
    gap: 10px;
}

.faq-item {
    border-radius: 7px;
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    width: 100%;
    min-height: 58px;
    padding: 15px 20px;
    border: 0;
    border-radius: 7px;
    background: var(--etec-green);
    color: var(--etec-white);
    cursor: pointer;
    font: inherit;
    font-size: 0.98rem;
    font-weight: 900;
    line-height: 1.25;
    text-align: left;
}

.faq-question img {
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    transition: transform 220ms ease;
}

.faq-item.is-open .faq-question {
    border-radius: 7px 7px 0 0;
}

.faq-item.is-open .faq-question img {
    transform: rotate(0deg);
}

.faq-answer {
    overflow: hidden;
    max-height: 0;
    padding: 0 30px;
    border: 1px solid var(--etec-border);
    border-top: 0;
    border-radius: 0 0 7px 7px;
    background: var(--etec-white);
    opacity: 0;
    transform: translateY(-4px);
    transition:
        max-height 280ms ease,
        padding-top 280ms ease,
        padding-bottom 280ms ease,
        opacity 220ms ease,
        transform 280ms ease;
}

.faq-item.is-open .faq-answer {
    padding-top: 28px;
    padding-bottom: 28px;
    opacity: 1;
    transform: translateY(0);
}

.faq-answer p {
    margin: 0;
    color: var(--etec-text);
    font-size: 0.98rem;
    line-height: 1.45;
}

/* CTA */
.final-cta {
    color: var(--etec-white);
    text-align: center;
}

.final-cta__inner {
    display: grid;
    justify-items: center;
    gap: 18px;
    padding-block: clamp(54px, 8vw, 76px);
}

.final-cta h2 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.05;
}

.final-cta p {
    width: min(100%, 520px);
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(1rem, 2vw, 1.15rem);
    font-weight: 600;
    line-height: 1.3;
}

.final-cta__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 8px;
}

.final-cta__actions .button {
    min-width: 202px;
}

/* Footer */
.site-footer {
    background-image:
        url("./tela-etec-imgs/etecGreenBackground2.png");
    background-position: center;
    background-size: cover;
    color: var(--etec-white);
}

.footer__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    min-height: 112px;
    padding-block: 24px;
}

.footer__logo {
    width: clamp(128px, 16vw, 168px);
    height: auto;
    filter: brightness(0) invert(1);
}

.footer__inner p {
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.95rem;
    text-align: center;
}

.footer__inner strong {
    color: var(--etec-white);
    font-weight: 800;
}

.footer__hangar {
    width: clamp(118px, 14vw, 154px);
    height: auto;
}

/* Responsividade */
@media (max-width: 1024px) {
    .header__inner {
        min-height: 74px;
    }

    .site-nav {
        gap: 12px;
    }

    .nav-link {
        padding-inline: 16px;
        font-size: 0.88rem;
    }

    .hero__panel,
    .pillars__inner,
    .transformation-card {
        grid-template-columns: 1fr;
    }

    .hero__info-card {
        justify-self: center;
        width: min(100%, 560px);
    }

    .pillars__inner {
        min-height: 0;
    }

    .pillars__content {
        padding-bottom: 0;
    }

    .pillars__image img {
        width: min(100%, 430px);
        max-width: 100%;
        transform: none;
    }

    .transformation-media {
        min-height: 360px;
    }
}

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

    .page-container {
        width: min(100% - 24px, 1100px);
    }

    .menu-toggle {
        display: grid;
        position: relative;
        z-index: 30;
    }

    .site-nav {
        position: fixed;
        top: 74px;
        left: 12px;
        right: 12px;
        z-index: 25;
        display: grid;
        gap: 8px;
        max-height: calc(100dvh - 92px);
        overflow-y: auto;
        padding: 12px;
        border: 1px solid var(--etec-border);
        border-radius: 12px;
        background: var(--etec-white);
        box-shadow: var(--etec-shadow);
        opacity: 0;
        pointer-events: none;
        transform: translateY(-10px);
        transition: opacity 180ms ease, transform 180ms ease;
    }

    .site-nav.is-open {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .nav-link {
        display: block;
        width: 100%;
        padding: 14px 16px;
        text-align: center;
    }

    .hero__panel {
        width: min(calc(100% - 24px), 1100px);
        min-height: 0;
        padding: 34px 22px;
        border-radius: 14px;
        background-position: center;
    }

    .hero__content,
    .hero__info-card {
        max-width: none;
    }

    .hero .button {
        width: min(100%, 360px);
    }

    .errors__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .errors__cards {
        order: 2;
        margin-left: 0;
        margin-bottom: 0;
    }

    .errors__image {
        order: 1;
        margin-bottom: 0;
    }

    .errors__image img {
        width: min(100%, 440px);
        margin-inline: auto;
        -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 88%, transparent 100%);
        mask-image: linear-gradient(to bottom, #000 0%, #000 88%, transparent 100%);
    }

    .pillars__inner {
        padding-block: 42px 0;
    }

    .pillars__image {
        margin-top: 0;
        margin-bottom: 0;
    }

    .pillars__image img {
        width: min(100%, 460px);
        max-width: 100%;
        transform: none;
    }

    .pillar-card {
        grid-template-columns: 62px minmax(0, 1fr);
    }

    .pillar-card span {
        min-height: 60px;
        font-size: 1.7rem;
    }

    .pillars__button {
        width: min(100%, 320px);
    }

    .transformation-media {
        min-height: 0;
        aspect-ratio: 1 / 0.92;
    }

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

    .plans__grid {
        grid-template-columns: 1fr;
        width: min(100%, 360px);
        margin-inline: auto;
    }

    .faq__inner {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .faq__heading {
        text-align: center;
    }

    .footer__inner {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .section-gap {
        padding-block: 34px;
    }

    .header__inner {
        min-height: 68px;
    }

    .brand img {
        width: 136px;
    }

    .site-nav {
        top: 68px;
    }

    .hero h1,
    .section-heading h2,
    .comparison h2,
    .testimonials h2,
    .transformation-card__content h2,
    .final-cta h2 {
        line-height: 1.04;
    }

    .hero__panel {
        gap: 18px;
        padding: 22px 16px;
    }

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

    .hero__content p {
        margin: 16px 0 18px;
        font-size: 0.95rem;
        line-height: 1.25;
    }

    .button {
        width: 100%;
        min-height: 46px;
        padding-inline: 16px;
    }

    .hero__info-card {
        padding: 16px;
    }

    .hero__info-card p {
        font-size: 0.84rem;
        line-height: 1.28;
    }

    .hero__info-card p + p {
        margin-top: 10px;
    }

    .error-card {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 14px;
    }

    .error-card img {
        width: 36px;
        height: 36px;
    }

    .pillar-card p {
        padding: 12px 14px;
        font-size: 0.92rem;
    }

    .transformation-card {
        padding: 14px;
    }

    .transformation-media {
        grid-template-columns: 1fr 1fr;
        aspect-ratio: 1 / 1.1;
        gap: 8px;
    }

    th,
    td {
        padding: 16px;
    }

    table {
        min-width: 650px;
    }

    .faq-question {
        align-items: flex-start;
        min-height: 56px;
        padding: 14px;
        font-size: 0.9rem;
    }

    .faq-question img {
        width: 28px;
        height: 28px;
    }

    .faq-answer {
        padding-inline: 16px;
    }

    .faq-item.is-open .faq-answer {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .final-cta__actions {
        width: 100%;
    }
}

@media (max-width: 360px) {
    .page-container {
        width: min(100% - 20px, 1100px);
    }

    .brand img {
        width: 126px;
    }

    .menu-toggle {
        width: 42px;
        height: 42px;
    }

    .hero__panel {
        width: min(calc(100% - 20px), 1100px);
        padding: 20px 14px;
    }

    .hero h1 {
        font-size: 1.72rem;
    }

    .pillar-card {
        grid-template-columns: 54px minmax(0, 1fr);
    }
}
