/* ========================================
   DRA. LÍGIA CATANANTE — CSS ESPECÍFICO
   Arquivo: dra-ligia.css
   Escopo apenas do conteúdo da página.
   Head, hero, header e footer seguem globais.
   ======================================== */


/* ========================================
   BASE
   ======================================== */

.ligia-page {
    position: relative;
    overflow: hidden;

    background: #ffffff;
}

.ligia-page *,
.ligia-page *::before,
.ligia-page *::after {
    box-sizing: border-box;
}

.ligia-section {
    position: relative;

    padding: 112px 0;
}

.ligia-section .container {
    position: relative;
    z-index: 2;
}

.ligia-section:nth-of-type(odd) {
    background: #ffffff;
}

.ligia-section:nth-of-type(even) {
    background:
        radial-gradient(
            circle at 92% 14%,
            rgba(200, 155, 109, 0.08),
            transparent 26%
        ),
        linear-gradient(
            180deg,
            #fbf8f3 0%,
            #f7f2eb 100%
        );
}


/* ========================================
   TIPOGRAFIA
   ======================================== */

.ligia-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    margin-bottom: 18px;

    color: var(--champagne, #c89b6d);
    font-size: 0.68rem;
    line-height: 1.3;
    font-weight: 850;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.ligia-eyebrow::before {
    content: "";

    width: 28px;
    height: 1px;

    background: currentColor;
}

.ligia-page h2,
.ligia-page h3,
.ligia-page blockquote {
    color: var(--green-950, #042f2a);

    font-family:
        var(--font-display, "Cormorant Garamond"),
        Georgia,
        serif;

    font-weight: 600;
    letter-spacing: -0.045em;
}

.ligia-page h2,
.ligia-page h3,
.ligia-page p,
.ligia-page blockquote {
    margin-top: 0;
}

.ligia-page p {
    color: rgba(29, 29, 29, 0.68);
    font-size: 0.98rem;
    line-height: 1.84;
}

.ligia-lead {
    color: rgba(22, 49, 44, 0.76) !important;
    font-size: 1.04rem !important;
    line-height: 1.86 !important;
}


/* ========================================
   SEÇÃO 1 — AUTORIDADE PROFISSIONAL
   ======================================== */

.ligia-authority-section {
    padding-top: 118px;
}

.ligia-authority-grid {
    display: grid;
    grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
    align-items: center;
    gap: clamp(54px, 7vw, 104px);
}

.ligia-authority-media,
.ligia-authority-copy {
    min-width: 0;
}

.ligia-photo-frame {
    position: relative;

    width: min(100%, 440px);
    margin: 0 auto;
    padding: 16px 16px 0 0;
}

.ligia-photo-frame::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;

    width: calc(100% - 34px);
    height: calc(100% - 34px);

    border-radius: 32px;

    background: var(--green-950, #042f2a);
}

.ligia-photo-frame::after {
    content: "";
    position: absolute;
    left: -34px;
    bottom: -38px;

    width: 150px;
    height: 150px;

    border: 1px solid rgba(200, 155, 109, 0.34);
    border-radius: 50%;

    pointer-events: none;
}

.ligia-photo-frame img {
    position: relative;
    z-index: 2;

    display: block;

    width: 100%;
    min-height: 560px;

    object-fit: cover;
    object-position: center top;

    border-radius: 28px;

    box-shadow:
        0 34px 82px rgba(4, 47, 42, 0.18),
        0 8px 24px rgba(0, 0, 0, 0.05);
}

.ligia-authority-copy {
    max-width: 790px;
}

.ligia-authority-copy h2 {
    max-width: 770px;
    margin-bottom: 26px;

    font-size: clamp(2.75rem, 4.8vw, 4.9rem);
    line-height: 0.96;

    text-wrap: balance;
}

.ligia-authority-copy p {
    max-width: 760px;
    margin-bottom: 17px;
}

.ligia-credential-box {
    display: inline-grid;
    gap: 5px;

    margin-top: 14px;
    padding: 16px 18px;

    border: 1px solid rgba(200, 155, 109, 0.34);
    border-radius: 18px;

    background:
        radial-gradient(
            circle at 96% 10%,
            rgba(200, 155, 109, 0.13),
            transparent 34%
        ),
        #fffaf4;
}

.ligia-credential-box span {
    color: var(--champagne, #c89b6d);
    font-size: 0.64rem;
    line-height: 1.3;
    font-weight: 850;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.ligia-credential-box strong {
    color: var(--green-950, #042f2a);
    font-size: 0.84rem;
    line-height: 1.45;
    font-weight: 850;
}

.ligia-authority-points {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;

    margin-top: 22px;
}

.ligia-authority-points span {
    display: inline-flex;
    align-items: center;

    min-height: 38px;
    padding: 9px 14px;

    border: 1px solid rgba(7, 95, 85, 0.13);
    border-radius: 999px;

    background:
        linear-gradient(
            145deg,
            #f3f8f5 0%,
            #e9f2ed 100%
        );

    color: var(--green-900, #075f55);
    font-size: 0.74rem;
    line-height: 1.3;
    font-weight: 750;
}


/* ========================================
   SEÇÃO 2 — POSICIONAMENTO CLÍNICO
   ======================================== */

.ligia-position-section {
    overflow: hidden;
}

.ligia-position-section::before {
    content: "";
    position: absolute;
    top: 90px;
    right: -180px;

    width: 430px;
    height: 430px;

    border: 1px solid rgba(200, 155, 109, 0.14);
    border-radius: 50%;

    pointer-events: none;
}

.ligia-position-panel {
    position: relative;
    overflow: hidden;

    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    align-items: center;
    gap: clamp(38px, 6vw, 78px);

    padding: clamp(36px, 5vw, 62px);

    border: 1px solid rgba(7, 95, 85, 0.13);
    border-radius: 34px;

    background:
        radial-gradient(
            circle at 92% 12%,
            rgba(200, 155, 109, 0.16),
            transparent 30%
        ),
        #ffffff;

    box-shadow:
        0 30px 80px rgba(4, 47, 42, 0.08),
        0 8px 24px rgba(0, 0, 0, 0.025);
}

.ligia-position-panel::before {
    content: "“";
    position: absolute;
    top: -48px;
    left: 34px;

    color: rgba(200, 155, 109, 0.14);

    font-family:
        var(--font-display, "Cormorant Garamond"),
        Georgia,
        serif;

    font-size: 14rem;
    line-height: 1;

    pointer-events: none;
}

.ligia-position-heading,
.ligia-position-text {
    position: relative;
    z-index: 2;
}

.ligia-position-heading blockquote {
    margin-bottom: 0;

    font-size: clamp(2.15rem, 3.9vw, 3.65rem);
    line-height: 1.08;
    font-style: italic;

    text-wrap: balance;
}

.ligia-position-text {
    padding-left: 38px;
    border-left: 1px solid rgba(200, 155, 109, 0.32);
}

.ligia-position-text p {
    margin-bottom: 17px;
}

.ligia-position-text p:last-child {
    margin-bottom: 0;
}


/* ========================================
   CABEÇALHO DE SEÇÃO
   ======================================== */

.ligia-section-header {
    max-width: 880px;
    margin: 0 auto 54px;

    text-align: center;
}

.ligia-section-header .ligia-eyebrow {
    justify-content: center;
}

.ligia-section-header .ligia-eyebrow::after {
    content: "";

    width: 28px;
    height: 1px;

    background: currentColor;
}

.ligia-section-header h2 {
    margin-bottom: 22px;

    font-size: clamp(2.65rem, 4.6vw, 4.65rem);
    line-height: 0.98;

    text-wrap: balance;
}

.ligia-section-header p {
    max-width: 730px;
    margin-right: auto;
    margin-left: auto;
}


/* ========================================
   SEÇÃO 3 — DOMÍNIO CLÍNICO
   ======================================== */

.ligia-expertise-section {
    overflow: hidden;
}

.ligia-expertise-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.ligia-expertise-card {
    position: relative;
    overflow: hidden;

    min-height: 305px;
    padding: 30px 28px;

    border: 1px solid rgba(7, 95, 85, 0.12);
    border-radius: 24px;

    background: #ffffff;

    color: inherit;
    text-decoration: none;

    box-shadow:
        0 20px 50px rgba(4, 47, 42, 0.055),
        0 4px 12px rgba(0, 0, 0, 0.025);

    transition:
        transform 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease;
}

.ligia-expertise-card::after {
    content: "";
    position: absolute;
    right: -50px;
    bottom: -56px;

    width: 140px;
    height: 140px;

    border: 1px solid rgba(200, 155, 109, 0.17);
    border-radius: 50%;

    pointer-events: none;
}

.ligia-expertise-card:hover {
    transform: translateY(-7px);

    border-color: rgba(200, 155, 109, 0.46);

    box-shadow:
        0 28px 64px rgba(4, 47, 42, 0.10),
        0 8px 20px rgba(0, 0, 0, 0.035);
}

.ligia-expertise-card > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 44px;
    height: 44px;
    margin-bottom: 30px;

    border: 1px solid rgba(200, 155, 109, 0.44);
    border-radius: 50%;

    color: var(--champagne, #c89b6d);
    font-size: 0.66rem;
    line-height: 1;
    font-weight: 850;
}

.ligia-expertise-card h3 {
    position: relative;
    z-index: 2;

    margin-bottom: 13px;

    font-size: 1.55rem;
    line-height: 1.08;
    letter-spacing: -0.025em;
}

.ligia-expertise-card p {
    position: relative;
    z-index: 2;

    margin-bottom: 0;

    color: rgba(29, 29, 29, 0.63);
    font-size: 0.84rem;
    line-height: 1.7;
}

.ligia-expertise-note {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    align-items: center;
    gap: 34px;

    margin-top: 24px;
    padding: 30px 34px;

    border: 1px solid rgba(200, 155, 109, 0.28);
    border-radius: 25px;

    background:
        linear-gradient(
            145deg,
            #eef6f2 0%,
            #ffffff 100%
        );

    box-shadow:
        0 20px 52px rgba(4, 47, 42, 0.07),
        0 6px 18px rgba(0, 0, 0, 0.025);
}

.ligia-expertise-note strong {
    color: var(--green-950, #042f2a);

    font-family:
        var(--font-display, "Cormorant Garamond"),
        Georgia,
        serif;

    font-size: clamp(1.65rem, 2.6vw, 2.35rem);
    line-height: 1.08;
    font-weight: 600;
    letter-spacing: -0.03em;
}

.ligia-expertise-note p {
    margin-bottom: 0;
}


/* ========================================
   SEÇÃO 4 — COMO ELA CONDUZ
   ======================================== */

.ligia-care-section {
    overflow: hidden;
}

.ligia-care-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    align-items: start;
    gap: clamp(44px, 7vw, 88px);
}

.ligia-care-intro {
    position: sticky;
    top: 115px;
}

.ligia-care-intro h2 {
    margin-bottom: 22px;

    font-size: clamp(2.45rem, 4.1vw, 4.2rem);
    line-height: 0.98;

    text-wrap: balance;
}

.ligia-care-intro p {
    max-width: 520px;
    margin-bottom: 0;
}

.ligia-care-steps {
    display: grid;
    gap: 14px;
}

.ligia-care-step {
    position: relative;
    overflow: hidden;

    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 18px;

    padding: 24px 26px;

    border: 1px solid rgba(7, 95, 85, 0.12);
    border-radius: 22px;

    background: #ffffff;

    box-shadow:
        0 18px 44px rgba(4, 47, 42, 0.055),
        0 5px 14px rgba(0, 0, 0, 0.02);

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.ligia-care-step:hover {
    transform: translateX(6px);

    border-color: rgba(200, 155, 109, 0.42);

    box-shadow:
        0 24px 58px rgba(4, 47, 42, 0.09),
        0 8px 20px rgba(0, 0, 0, 0.03);
}

.ligia-care-step > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 42px;
    height: 42px;

    border: 1px solid rgba(200, 155, 109, 0.44);
    border-radius: 50%;

    color: var(--champagne, #c89b6d);
    font-size: 0.66rem;
    line-height: 1;
    font-weight: 850;
}

.ligia-care-step h3 {
    margin-bottom: 7px;

    font-size: 1.42rem;
    line-height: 1.08;
    letter-spacing: -0.02em;
}

.ligia-care-step p {
    margin-bottom: 0;

    color: rgba(29, 29, 29, 0.63);
    font-size: 0.86rem;
    line-height: 1.68;
}


/* ========================================
   SEÇÃO 5 — MÉTODO RMA RESUMIDO
   ======================================== */

.ligia-method-summary-section {
    overflow: hidden;
}

.ligia-method-summary {
    position: relative;
    overflow: hidden;

    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(310px, 0.92fr);
    align-items: center;
    gap: clamp(40px, 6vw, 82px);

    padding: clamp(38px, 5vw, 64px);

    border-radius: 34px;

    background:
        radial-gradient(
            circle at 90% 12%,
            rgba(200, 155, 109, 0.14),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            var(--green-950, #042f2a) 0%,
            var(--green-900, #075f55) 100%
        );

    box-shadow: 0 34px 90px rgba(4, 47, 42, 0.20);

    color: #ffffff;
}

.ligia-method-summary::before,
.ligia-method-summary::after {
    content: "";
    position: absolute;

    border-radius: 50%;

    pointer-events: none;
}

.ligia-method-summary::before {
    top: -170px;
    right: -140px;

    width: 420px;
    height: 420px;

    border: 1px solid rgba(255, 255, 255, 0.07);
}

.ligia-method-summary::after {
    left: -150px;
    bottom: -180px;

    width: 390px;
    height: 390px;

    border: 1px solid rgba(200, 155, 109, 0.14);
}

.ligia-method-copy,
.ligia-method-mini-proof {
    position: relative;
    z-index: 2;
}

.ligia-method-copy .ligia-eyebrow {
    color: var(--champagne, #c89b6d);
}

.ligia-method-copy h2 {
    margin-bottom: 24px;

    color: #ffffff;
    font-size: clamp(2.55rem, 4.6vw, 4.6rem);
    line-height: 0.98;

    text-wrap: balance;
}

.ligia-method-copy p {
    max-width: 720px;
    margin-bottom: 17px;

    color: rgba(255, 255, 255, 0.72);
}

.ligia-text-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    margin-top: 15px;

    color: #ffffff;
    font-size: 0.82rem;
    line-height: 1.4;
    font-weight: 850;
    text-decoration: none;

    transition:
        gap 0.25s ease,
        color 0.25s ease;
}

.ligia-text-link:hover {
    gap: 13px;

    color: var(--champagne, #c89b6d);
}

.ligia-method-mini-proof {
    display: grid;
    gap: 14px;
}

.ligia-method-mini-proof article {
    position: relative;
    overflow: hidden;

    padding: 24px 26px;

    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 22px;

    background: rgba(255, 255, 255, 0.075);

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.ligia-method-mini-proof article::after {
    content: "";
    position: absolute;
    right: -54px;
    bottom: -62px;

    width: 140px;
    height: 140px;

    border: 1px solid rgba(200, 155, 109, 0.18);
    border-radius: 50%;

    pointer-events: none;
}

.ligia-method-mini-proof strong {
    position: relative;
    z-index: 2;

    display: block;

    margin-bottom: 9px;

    color: #ffffff;

    font-family:
        var(--font-display, "Cormorant Garamond"),
        Georgia,
        serif;

    font-size: clamp(1.85rem, 3vw, 2.55rem);
    line-height: 1;
    font-weight: 600;
    letter-spacing: -0.035em;
}

.ligia-method-mini-proof span {
    position: relative;
    z-index: 2;

    display: block;

    color: rgba(255, 255, 255, 0.68);
    font-size: 0.84rem;
    line-height: 1.65;
}


/* ========================================
   SEÇÃO 6 — POR QUE AGENDAR
   ======================================== */

.ligia-choice-section {
    background: #ffffff !important;
}

.ligia-choice-panel {
    position: relative;
    overflow: hidden;

    max-width: 1080px;
    margin: 0 auto;
    padding: clamp(38px, 5vw, 64px);

    border: 1px solid rgba(200, 155, 109, 0.28);
    border-radius: 34px;

    background:
        radial-gradient(
            circle at 90% 12%,
            rgba(200, 155, 109, 0.15),
            transparent 30%
        ),
        linear-gradient(
            145deg,
            #fffaf4 0%,
            #f6efe5 100%
        );

    box-shadow:
        0 28px 76px rgba(4, 47, 42, 0.08),
        0 8px 22px rgba(0, 0, 0, 0.025);
}

.ligia-choice-panel::before {
    content: "“";
    position: absolute;
    top: -58px;
    left: 34px;

    color: rgba(200, 155, 109, 0.16);

    font-family:
        var(--font-display, "Cormorant Garamond"),
        Georgia,
        serif;

    font-size: 14rem;
    line-height: 1;

    pointer-events: none;
}

.ligia-choice-panel .ligia-eyebrow,
.ligia-choice-panel h2,
.ligia-choice-panel p,
.ligia-choice-grid {
    position: relative;
    z-index: 2;
}

.ligia-choice-panel h2 {
    max-width: 900px;
    margin-bottom: 22px;

    font-size: clamp(2.45rem, 4.4vw, 4.35rem);
    line-height: 1;

    text-wrap: balance;
}

.ligia-choice-panel > p {
    max-width: 760px;
    margin-bottom: 34px;
}

.ligia-choice-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.ligia-choice-grid div {
    padding: 22px 24px;

    border: 1px solid rgba(7, 95, 85, 0.11);
    border-radius: 20px;

    background: rgba(255, 255, 255, 0.68);
}

.ligia-choice-grid strong {
    display: block;

    margin-bottom: 8px;

    color: var(--green-950, #042f2a);
    font-size: 0.88rem;
    line-height: 1.35;
    font-weight: 850;
}

.ligia-choice-grid span {
    display: block;

    color: rgba(29, 29, 29, 0.65);
    font-size: 0.82rem;
    line-height: 1.65;
}


/* ========================================
   CTA FINAL
   ======================================== */

.ligia-final-section {
    position: relative;

    padding: 112px 0;

    background: #ffffff;
}

.ligia-final-cta {
    position: relative;
    overflow: hidden;

    padding: 72px 60px;

    border-radius: 34px;

    background:
        radial-gradient(
            circle at 88% 14%,
            rgba(200, 155, 109, 0.17),
            transparent 28%
        ),
        linear-gradient(
            135deg,
            var(--green-950, #042f2a) 0%,
            var(--green-900, #075f55) 100%
        );

    text-align: center;

    box-shadow:
        0 34px 90px rgba(4, 47, 42, 0.2),
        0 8px 24px rgba(0, 0, 0, 0.05);
}

.ligia-final-cta::before,
.ligia-final-cta::after {
    content: "";
    position: absolute;

    border-radius: 50%;

    pointer-events: none;
}

.ligia-final-cta::before {
    top: -180px;
    left: -150px;

    width: 400px;
    height: 400px;

    border: 1px solid rgba(255, 255, 255, 0.07);
}

.ligia-final-cta::after {
    right: -180px;
    bottom: -220px;

    width: 480px;
    height: 480px;

    border: 1px solid rgba(200, 155, 109, 0.15);
}

.ligia-final-eyebrow,
.ligia-final-cta h2,
.ligia-final-cta p,
.ligia-final-actions,
.ligia-final-cta small {
    position: relative;
    z-index: 2;
}

.ligia-final-eyebrow {
    display: block;

    margin-bottom: 14px;

    color: var(--champagne, #c89b6d);
    font-size: 0.68rem;
    line-height: 1.3;
    font-weight: 850;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.ligia-final-cta h2 {
    max-width: 940px;
    margin: 0 auto 20px;

    color: #ffffff;

    font-size: clamp(3rem, 5.4vw, 5.2rem);
    line-height: 0.96;

    text-wrap: balance;
}

.ligia-final-cta p {
    max-width: 720px;
    margin: 0 auto 31px;

    color: rgba(255, 255, 255, 0.72);
    font-size: 0.96rem;
    line-height: 1.8;
}

.ligia-final-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.ligia-final-primary {
    border: 1px solid var(--champagne, #c89b6d);

    background: var(--champagne, #c89b6d);
    color: var(--green-950, #042f2a);
}

.ligia-final-primary:hover {
    border-color: #ffffff;

    background: #ffffff;
    color: var(--green-950, #042f2a);
}

.ligia-final-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 48px;

    color: rgba(255, 255, 255, 0.78);
    font-size: 0.79rem;
    line-height: 1.4;
    font-weight: 750;
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0.3);
    text-underline-offset: 4px;

    transition: color 0.25s ease;
}

.ligia-final-secondary:hover {
    color: var(--champagne, #c89b6d);
}

.ligia-final-cta small {
    display: block;

    margin-top: 22px;

    color: rgba(255, 255, 255, 0.52);
    font-size: 0.7rem;
    line-height: 1.5;
}


/* ========================================
   RESPONSIVO
   ======================================== */

@media (max-width: 1100px) {
    .ligia-expertise-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ligia-expertise-card {
        min-height: 255px;
    }

    .ligia-choice-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 980px) {
    .ligia-authority-grid,
    .ligia-position-panel,
    .ligia-care-layout,
    .ligia-method-summary,
    .ligia-expertise-note {
        grid-template-columns: 1fr;
    }

    .ligia-authority-copy {
        max-width: 820px;
    }

    .ligia-photo-frame {
        width: min(100%, 520px);
    }

    .ligia-photo-frame img {
        min-height: 520px;
    }

    .ligia-position-text {
        padding-left: 0;
        border-left: 0;
    }

    .ligia-care-intro {
        position: static;
    }

    .ligia-care-intro p {
        max-width: 720px;
    }

    .ligia-section-header {
        text-align: left;
    }

    .ligia-section-header .ligia-eyebrow {
        justify-content: flex-start;
    }

    .ligia-section-header .ligia-eyebrow::after {
        display: none;
    }
}

@media (max-width: 680px) {
    .ligia-section,
    .ligia-final-section {
        padding: 76px 0;
    }

    .ligia-authority-section {
        padding-top: 76px;
    }

    .ligia-authority-grid {
        gap: 42px;
    }

    .ligia-photo-frame {
        padding: 10px 10px 0 0;
    }

    .ligia-photo-frame::before {
        border-radius: 26px;
    }

    .ligia-photo-frame::after {
        left: -12px;
        bottom: -18px;

        width: 96px;
        height: 96px;
    }

    .ligia-photo-frame img {
        min-height: 430px;
        border-radius: 24px;
    }

    .ligia-authority-copy h2,
    .ligia-section-header h2,
    .ligia-care-intro h2,
    .ligia-method-copy h2,
    .ligia-choice-panel h2 {
        font-size: clamp(2.45rem, 10.5vw, 3.55rem);
    }

    .ligia-page p,
    .ligia-lead {
        font-size: 0.93rem !important;
        line-height: 1.78 !important;
    }

    .ligia-credential-box {
        width: 100%;
        padding: 15px;
    }

    .ligia-position-panel,
    .ligia-method-summary,
    .ligia-choice-panel {
        padding: 28px 24px;
        border-radius: 25px;
    }

    .ligia-position-panel::before,
    .ligia-choice-panel::before {
        top: -24px;
        left: 18px;

        font-size: 8rem;
    }

    .ligia-position-heading blockquote {
        font-size: clamp(1.95rem, 9vw, 2.7rem);
        line-height: 1.14;
    }

    .ligia-expertise-grid {
        grid-template-columns: 1fr;
    }

    .ligia-expertise-card {
        min-height: auto;
        padding: 26px 24px;
        border-radius: 22px;
    }

    .ligia-expertise-note {
        padding: 24px;
        border-radius: 22px;
    }

    .ligia-care-step {
        grid-template-columns: 40px minmax(0, 1fr);
        gap: 15px;

        padding: 22px;
    }

    .ligia-care-step:hover {
        transform: none;
    }

    .ligia-method-mini-proof article,
    .ligia-choice-grid div {
        padding: 22px;
    }

    .ligia-final-cta {
        padding: 52px 24px;
        border-radius: 26px;
    }

    .ligia-final-cta h2 {
        font-size: clamp(2.7rem, 12vw, 4rem);
    }

    .ligia-final-actions {
        flex-direction: column;
    }

    .ligia-final-primary,
    .ligia-final-secondary {
        width: 100%;
    }

    .ligia-final-primary {
        justify-content: center;
    }
}

@media (max-width: 420px) {
    .ligia-eyebrow {
        letter-spacing: 0.13em;
    }

    .ligia-position-panel,
    .ligia-method-summary,
    .ligia-choice-panel,
    .ligia-final-cta {
        padding-right: 22px;
        padding-left: 22px;
    }

    .ligia-credential-box strong {
        font-size: 0.78rem;
    }

    .ligia-authority-points {
        display: grid;
        grid-template-columns: 1fr;
    }
}


/* ========================================
   ACESSIBILIDADE
   ======================================== */

@media (prefers-reduced-motion: reduce) {
    .ligia-expertise-card,
    .ligia-care-step,
    .ligia-text-link,
    .ligia-final-secondary {
        transition: none;
    }

    .ligia-expertise-card:hover,
    .ligia-care-step:hover {
        transform: none;
    }
}