/* =========================================================
   PÁGINA CONTATO — OMG TÊXTIL
========================================================= */

/* =========================================================
   HERO
========================================================= */

.contato-hero {
    position: relative;
    padding: 155px 0 90px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 86% 20%,
            rgba(21, 88, 190, 0.1),
            transparent 32%
        ),
        linear-gradient(
            180deg,
            #ffffff 0%,
            #f5f7fb 100%
        );
}

.contato-hero::before {
    position: absolute;
    top: 45px;
    right: -110px;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(21, 88, 190, 0.08);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.contato-hero::after {
    position: absolute;
    top: 110px;
    right: -35px;
    width: 210px;
    height: 210px;
    border: 1px solid rgba(21, 88, 190, 0.07);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.contato-hero .container {
    position: relative;
    z-index: 2;
}

.contato-hero .container > span {
    display: inline-flex;
    align-items: center;
    padding: 9px 15px;
    margin-bottom: 22px;
    border-radius: 999px;
    background: var(--primary-light);
    color: var(--primary);
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.contato-hero h1 {
    max-width: 820px;
    margin: 0 0 24px;
    color: var(--black);
    font-size: clamp(48px, 6vw, 76px);
    line-height: 0.98;
    letter-spacing: -2px;
}

.contato-hero p {
    max-width: 720px;
    margin: 0;
    color: var(--text);
    font-size: 18px;
    line-height: 1.75;
}

/* =========================================================
   ÁREA PRINCIPAL
========================================================= */

.contato-page {
    padding: 110px 0;
    background: #ffffff;
}

.contato-page-grid {
    display: grid;
    grid-template-columns:
        minmax(0, 1.12fr)
        minmax(340px, 0.88fr);
    align-items: start;
    gap: 72px;
}

/* =========================================================
   CONTEÚDO PRINCIPAL
========================================================= */

.contato-main {
    max-width: 740px;
    padding-top: 12px;
}

.contato-main .section-tag {
    display: inline-flex;
    align-items: center;
    padding: 8px 13px;
    margin-bottom: 22px;
    border-radius: 999px;
    background: var(--primary-light);
    color: var(--primary);
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.contato-main h2 {
    max-width: 680px;
    margin: 0 0 24px;
    color: var(--black);
    font-size: clamp(40px, 4.5vw, 58px);
    line-height: 1.04;
    letter-spacing: -1.2px;
}

.contato-main > p {
    max-width: 700px;
    margin: 0;
    color: var(--text);
    font-size: 16px;
    line-height: 1.8;
}

.contato-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-top: 35px;
}

.contato-buttons a {
    min-width: 205px;
    min-height: 54px;
    justify-content: center;
    text-align: center;
}

/* =========================================================
   CARD DE INFORMAÇÕES
========================================================= */

.contato-info-card {
    position: relative;
    overflow: hidden;
    padding: 38px 34px;
    border: 1px solid rgba(21, 88, 190, 0.1);
    border-radius: 30px;
    background:
        radial-gradient(
            circle at top right,
            rgba(255, 255, 255, 0.16),
            transparent 34%
        ),
        linear-gradient(
            145deg,
            var(--primary),
            var(--primary-dark)
        );
    box-shadow:
        0 28px 65px rgba(21, 88, 190, 0.2);
    color: #ffffff;
}

.contato-info-card::before {
    position: absolute;
    top: -85px;
    right: -70px;
    width: 230px;
    height: 230px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.contato-info-card::after {
    position: absolute;
    top: -12px;
    right: -8px;
    width: 105px;
    height: 105px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.contato-info-card h3 {
    position: relative;
    z-index: 2;
    margin: 0 0 25px;
    color: #ffffff;
    font-size: 29px;
    line-height: 1.1;
}

.contato-item {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 5px;
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.contato-item:first-of-type {
    border-top: 0;
    padding-top: 0;
}

.contato-item:last-child {
    padding-bottom: 0;
}

.contato-item strong {
    color: rgba(255, 255, 255, 0.65);
    font-size: 11px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}

.contato-item span {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.55;
}

.contato-item small {
    display: inline-block;
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 12px;
    font-weight: 500;
}

/* =========================================================
   FAQ
========================================================= */

.contato-faq {
    padding: 110px 0;
    background: #f6f8fb;
}

.contato-faq .section-title {
    max-width: 780px;
    margin-bottom: 50px;
}

.contato-faq .section-title > span {
    display: inline-flex;
    align-items: center;
    padding: 8px 13px;
    margin-bottom: 20px;
    border-radius: 999px;
    background: var(--primary-light);
    color: var(--primary);
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.contato-faq .section-title h2 {
    margin: 0;
    color: var(--black);
    font-size: clamp(40px, 4.5vw, 58px);
    line-height: 1.04;
    letter-spacing: -1.2px;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.faq-card {
    position: relative;
    min-height: 245px;
    overflow: hidden;
    padding: 35px 31px;
    border: 1px solid var(--border);
    border-radius: 26px;
    background: #ffffff;
    box-shadow: var(--shadow-sm);
    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.faq-card::before {
    display: flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    border-radius: 13px;
    background: var(--primary-light);
    color: var(--primary);
    content: "?";
    font-size: 19px;
    font-weight: 900;
    line-height: 1;
}

.faq-card:hover {
    border-color: rgba(21, 88, 190, 0.22);
    box-shadow: var(--shadow-md);
    transform: translateY(-6px);
}

.faq-card h3 {
    margin: 0 0 14px;
    color: var(--black);
    font-size: 23px;
    line-height: 1.2;
}

.faq-card p {
    margin: 0;
    color: var(--text);
    font-size: 14px;
    line-height: 1.7;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .contato-hero {
        padding: 130px 0 75px;
    }

    .contato-hero h1 {
        font-size: 56px;
    }

    .contato-page {
        padding: 88px 0;
    }

    .contato-page-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .contato-main {
        max-width: 760px;
        padding-top: 0;
    }

    .contato-info-card {
        max-width: 720px;
    }

    .contato-faq {
        padding: 88px 0;
    }

    .faq-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .faq-card:last-child {
        grid-column: 1 / -1;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .contato-hero {
        padding: 108px 0 58px;
    }

    .contato-hero .container > span {
        margin-bottom: 18px;
        font-size: 9px;
    }

    .contato-hero h1 {
        margin-bottom: 19px;
        font-size: 42px;
        line-height: 1;
        letter-spacing: -1.3px;
    }

    .contato-hero p {
        font-size: 15px;
        line-height: 1.7;
    }

    .contato-page {
        padding: 66px 0;
    }

    .contato-page-grid {
        gap: 38px;
    }

    .contato-main h2 {
        margin-bottom: 21px;
        font-size: 34px;
        line-height: 1.08;
    }

    .contato-main > p {
        font-size: 15px;
        line-height: 1.75;
    }

    .contato-buttons {
        align-items: stretch;
        flex-direction: column;
        margin-top: 30px;
    }

    .contato-buttons a {
        width: 100%;
        min-width: 0;
    }

    .contato-info-card {
        padding: 30px 25px;
        border-radius: 24px;
    }

    .contato-info-card h3 {
        font-size: 25px;
    }

    .contato-item {
        padding: 16px 0;
    }

    .contato-item span {
        font-size: 15px;
    }

    .contato-faq {
        padding: 66px 0;
    }

    .contato-faq .section-title {
        margin-bottom: 34px;
    }

    .contato-faq .section-title h2 {
        font-size: 34px;
        line-height: 1.08;
    }

    .faq-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .faq-card,
    .faq-card:last-child {
        min-height: auto;
        grid-column: auto;
        padding: 28px 25px;
        border-radius: 21px;
    }

    .faq-card::before {
        margin-bottom: 22px;
    }

    .faq-card h3 {
        font-size: 21px;
    }
}

/* =========================================================
   ACESSIBILIDADE
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .faq-card {
        transition: none;
    }
}