/*
 * Enhancements loaded after style.css.
 * Keep here: responsive polish, form feedback, FAQ, conversion CTAs,
 * accessibility adjustments and page-specific refinements.
 */
/* ===========================
   RESPONSIVE POLISH
=========================== */
main .sobre .center>div img:hover {
    width: 500px;
    height: 700px;
    transform: scale(1.03);
}

main .newsletter article form button img:hover {
    width: 40px;
    height: 40px;
    transform: scale(1.12);
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

@media (max-width: 992px) {
    body {
        background-attachment: scroll;
    }

    header nav ul {
        row-gap: 10px;
    }

    main .sobre .center,
    main .pacotes .center,
    main .online-container,
    main .container-valores {
        width: 92%;
        box-sizing: border-box;
    }

    main .sobre .center>div img:hover {
        width: 350px;
        height: auto;
        transform: none;
    }

    main .sobre .center>div>div p,
    main .nutri-hol .center div:nth-child(1) p,
    main .nutri-hol .center div:nth-child(3) p,
    main .pacotes p,
    main .pacotes ul,
    .accordion-content p,
    .accordion-content ul {
        text-indent: 0;
        letter-spacing: 0;
        text-align: left;
        line-height: 1.55;
    }
}

@media (max-width: 768px) {
    header {
        box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
    }

    header h1 {
        width: 88px;
        height: 88px;
    }

    header nav ul {
        gap: 12px;
        padding: 0 8px;
        box-sizing: border-box;
    }

    header nav ul li a {
        font-size: 15px;
        line-height: 1.2;
        white-space: nowrap;
    }

    main {
        margin-top: 160px;
    }

    main .banner {
        min-height: 560px;
        padding-bottom: 260px;
        background-size: cover, auto 68%;
    }

    main .banner .center div {
        width: 92%;
        max-width: 620px;
        margin: 0 auto;
        padding-top: 64px;
        text-align: center;
    }

    main .banner h2 {
        width: 100%;
        font-size: 32px;
        line-height: 1.16;
        margin: 0 auto;
    }

    main .banner a {
        justify-content: center;
        font-size: 28px;
    }

    main .banner p {
        width: min(100%, 320px);
        margin: 26px auto 0;
        box-sizing: border-box;
    }

    main .sobre .center {
        padding: 36px 0;
    }

    main .sobre .center>div {
        gap: 24px;
    }

    main .sobre .center>div>div p,
    main .nutri-hol .center div:nth-child(1) p,
    main .nutri-hol .center div:nth-child(3) p,
    main .pacotes p {
        font-size: 16px !important;
    }

    main .nutri-hol .center {
        gap: 28px;
    }

    main .historias .center>div .cardDepo {
        box-sizing: border-box;
    }

    footer .info .center>div {
        width: min(92%, 420px);
    }

    footer .info .center>div ul {
        width: auto;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    header h1 {
        width: 78px;
        height: 78px;
        margin: 8px auto;
    }

    header nav ul {
        gap: 8px 10px;
    }

    header nav ul li a {
        font-size: 12px;
    }

    main {
        margin-top: 132px;
    }

    main .banner {
        min-height: 500px;
        padding-bottom: 205px;
        background-position: center, center bottom;
        background-size: cover, auto 58%;
    }

    main .banner .center div {
        padding-top: 54px;
    }

    main .banner h2 {
        font-size: 24px;
        line-height: 1.18;
    }

    main .banner a p {
        font-size: 18px;
        border-radius: 18px;
    }

    main .topicos .center {
        gap: 24px;
    }

    main .sobre .center h2,
    main .nutri-hol h2,
    main .passos h2,
    main .pacotes h2,
    main .online-title,
    main .historias .center h2 {
        font-size: 24px;
        line-height: 1.15;
    }

    main .sobre .center>div img,
    main .sobre .center>div img:hover {
        width: min(78vw, 260px);
        height: auto;
        border-radius: 58px 0 48px 0;
        transform: none;
    }

    main .sobre .center>div>div p,
    main .sobre .center>div>div ul,
    main .nutri-hol .center div:nth-child(1) p,
    main .nutri-hol .center div:nth-child(3) p,
    main .nutri-hol .center div:nth-child(3) ul,
    main .pacotes p,
    main .pacotes ul {
        text-indent: 0;
        letter-spacing: 0;
        text-align: left;
        line-height: 1.55;
    }

    main .nutri-hol .center>div:nth-child(1),
    main .nutri-hol .center div:nth-child(3) {
        width: 92%;
    }

    main .newsletter article {
        width: 94%;
        padding: 18px 14px;
    }

    main .historias .center>div .cardDepo {
        width: 100%;
        padding: 20px;
    }

    main .valores .container-valores {
        width: 92%;
    }

    main .valores .valor-item h3 {
        font-size: 1.05rem;
        line-height: 1.25;
    }

    footer .info .center>div p {
        font-size: 17px;
        line-height: 1.35;
    }

    footer .desenvolvido {
        padding: 12px;
        line-height: 1.35;
    }

    #pg-contato .contato-banner {
        padding: 42px 15px;
    }

    #pg-contato .formulario-contato {
        max-width: 100%;
    }

    #pg-contato .btn-enviar {
        max-width: 100%;
    }
}
/* ===========================
   FORMS & ACCESSIBILITY
=========================== */
.campo-isca {
    position: absolute !important;
    left: -9999px !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.form-feedback {
    width: min(92%, 720px);
    margin: 18px auto 0;
    padding: 12px 16px;
    border-radius: 8px;
    font-family: "Old Standard TT", serif;
    font-size: 18px;
    line-height: 1.35;
    text-align: center;
    box-sizing: border-box;
}

.form-feedback--success {
    color: #006400;
    background: rgba(148, 193, 31, 0.18);
    border: 1px solid rgba(0, 150, 64, 0.28);
}

.form-feedback--error {
    color: #7a2f20;
    background: rgba(249, 178, 51, 0.18);
    border: 1px solid rgba(122, 47, 32, 0.22);
}

.contato-feedback {
    margin-bottom: 22px;
}

@media (max-width: 480px) {
    .form-feedback {
        font-size: 15px;
        padding: 10px 12px;
    }
}
/* ===========================
   FAQ SECTION
=========================== */
main .faq-section {
    padding: 56px 0;
    background: rgba(255, 255, 255, 0.72);
}

main .faq-section h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: 40px;
    color: #009640;
    text-align: center;
    margin-bottom: 30px;
}

main .faq-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

main .faq-item {
    background: #fff;
    border: 1px solid rgba(148, 193, 31, 0.35);
    border-radius: 8px;
    padding: 22px;
    box-sizing: border-box;
}

main .faq-item h3 {
    font-family: "Cormorant Garamond", serif;
    color: #009640;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 10px;
}

main .faq-item p {
    font-family: "Old Standard TT", serif;
    color: #5d5d5d;
    font-size: 18px;
    line-height: 1.5;
}

.footer-address {
    display: block;
    color: inherit;
}

.footer-address:hover p {
    color: #94c11f;
}

@media (max-width: 768px) {
    main .faq-list {
        grid-template-columns: 1fr;
    }

    main .faq-section {
        padding: 40px 0;
    }
}

@media (max-width: 480px) {
    main .faq-section h2 {
        font-size: 24px;
    }

    main .faq-item {
        padding: 18px;
    }

    main .faq-item h3 {
        font-size: 19px;
    }

    main .faq-item p {
        font-size: 15px;
    }
}
.faq-cta {
    display: flex;
    width: fit-content;
    margin: 28px auto 0;
    padding: 14px 22px;
    border-radius: 8px;
    background: #009640;
    color: #fff;
    font-family: "Cormorant Garamond", serif;
    font-size: 22px;
    line-height: 1.1;
    text-align: center;
    transition: background 0.3s ease, color 0.3s ease;
}

.faq-cta:hover {
    background: #94c11f;
    color: #006400;
}

@media (max-width: 480px) {
    .faq-cta {
        width: 92%;
        box-sizing: border-box;
        justify-content: center;
        font-size: 18px;
    }
}
/* ===========================
   CONVERSION POLISH
=========================== */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
.accordion-header:focus-visible {
    outline: 3px solid rgba(148, 193, 31, 0.75);
    outline-offset: 3px;
}

main .banner p,
main .passos .center a p,
.faq-cta,
.valores-cta,
main .pacotes tbody .linha-botoes button,
#pg-contato .btn-enviar,
#pg-contato .contato-whatsapp a {
    box-shadow: 0 10px 22px rgba(0, 100, 0, 0.13);
}

main .banner p,
main .passos .center a p,
.faq-cta,
.valores-cta {
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

main .banner a:hover p,
main .passos .center a:hover p,
.faq-cta:hover,
.valores-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 26px rgba(0, 100, 0, 0.18);
}

main .historias {
    position: relative;
}

main .historias::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 80, 34, 0.25);
    pointer-events: none;
}

main .historias .center {
    position: relative;
    z-index: 1;
}

main .historias .center>div .cardDepo,
main .historias .center>div>div {
    background: rgba(255, 255, 255, 0.94);
    border-radius: 8px;
    border: 1px solid rgba(148, 193, 31, 0.32);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.12);
}

main .historias .center>div .cardDepo .avatar,
main .historias .center>div>div .avatar {
    background: #009640;
    color: #fff;
    box-shadow: 0 10px 20px rgba(0, 100, 0, 0.18);
}

main .historias .center>div .cardDepo p,
main .historias .center>div>div p {
    text-align: left;
    letter-spacing: 0;
}

main .historias .center>div .estrelas {
    color: #f9b233;
    letter-spacing: 2px;
}

main .valores {
    background: rgba(255, 255, 255, 0.72);
}

main .valores .container-valores {
    max-width: 980px;
}

main .valores .valor-item {
    border-radius: 8px;
    border-left: 5px solid #009640;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

main .valores .valor-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.11);
}

main .valores .valor-item h3 {
    font-family: "Cormorant Garamond", serif;
    color: #1a1a1a;
}

main .valores .valor-item p {
    margin-top: 8px;
}

main .valores .pagamento {
    border-radius: 8px;
}

.valores-cta {
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: 26px auto 0;
    padding: 14px 24px;
    border-radius: 8px;
    background: #009640;
    color: #fff;
    font-family: "Cormorant Garamond", serif;
    font-size: 22px;
    line-height: 1.1;
    text-align: center;
}

.valores-cta:hover {
    background: #94c11f;
    color: #006400;
}

@media (max-width: 768px) {
    main .historias::before {
        background: rgba(0, 80, 34, 0.34);
    }

    main .historias .center>div .cardDepo,
    main .historias .center>div>div {
        border-radius: 8px;
    }
}

@media (max-width: 480px) {
    .valores-cta {
        width: 92%;
        box-sizing: border-box;
        font-size: 18px;
    }

    main .historias .center>div .cardDepo p,
    main .historias .center>div>div p {
        margin: 10px 0;
    }
}
/* ===========================
   ACCESSIBILITY POLISH
=========================== */
.close-modal {
    appearance: none;
    background: transparent;
    border: 0;
    line-height: 1;
    padding: 0;
}

.close-modal:focus-visible {
    outline: 3px solid rgba(148, 193, 31, 0.75);
    outline-offset: 4px;
    border-radius: 4px;
}
/* ===========================
   THANK YOU PAGE
=========================== */
#pg-obrigado main {
    min-height: 520px;
}

.obrigado-section {
    padding: 96px 20px;
    background: rgba(255, 255, 255, 0.78);
}

.obrigado-section .center {
    max-width: 820px;
    text-align: center;
}

.obrigado-kicker {
    font-family: "Old Standard TT", serif;
    color: #5d5d5d;
    font-size: 20px;
    margin-bottom: 10px;
}

.obrigado-section h2 {
    font-family: "Cormorant Garamond", serif;
    color: #009640;
    font-size: 44px;
    line-height: 1.1;
    margin-bottom: 16px;
}

.obrigado-section p {
    font-family: "Old Standard TT", serif;
    color: #5d5d5d;
    font-size: 22px;
    line-height: 1.5;
}

.obrigado-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.obrigado-primary,
.obrigado-secondary {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 48px;
    padding: 12px 22px;
    border-radius: 8px;
    font-family: "Cormorant Garamond", serif;
    font-size: 21px;
    line-height: 1.1;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.obrigado-primary {
    background: #009640;
    color: #fff;
    box-shadow: 0 12px 24px rgba(0, 100, 0, 0.16);
}

.obrigado-secondary {
    color: #009640;
    border: 1px solid rgba(0, 150, 64, 0.35);
    background: #fff;
}

.obrigado-primary:hover,
.obrigado-secondary:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 28px rgba(0, 100, 0, 0.16);
}

.obrigado-primary:hover {
    background: #94c11f;
    color: #006400;
}

@media (max-width: 480px) {
    .obrigado-section {
        padding: 64px 16px;
    }

    .obrigado-section h2 {
        font-size: 30px;
    }

    .obrigado-section p {
        font-size: 17px;
    }

    .obrigado-primary,
    .obrigado-secondary {
        width: 100%;
        box-sizing: border-box;
        font-size: 18px;
    }
}
