/*
Theme Name: Farmácia Confiança
Theme URI: https://exemplo.pt/
Author: O Teu Nome
Author URI: https://exemplo.pt/
Description: Tema personalizado da Farmácia Confiança.
Version: 1.0.0
Text Domain: farmacia-confianca
*/

/* ------------------------------
   RESET / BASE
------------------------------ */

* {
    box-sizing: border-box;
}

.site-branding img {
    height: auto;
    width: 80%;
    display: block;
}

body,
p,
li,
a,
input,
textarea,
button,
label {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}
body{
    margin: 0;
}
/* Headings → Literata */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Literata', serif;
    font-weight: 400;
}

/* Se tiver títulos personalizados */
.fc-section-title,
.fc-title {
    font-family: 'Literata', serif;
}
img {
    max-width: 100%;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

.fc-container {
    width: min(1120px, 100% - 3rem);
    margin: 0 auto;
}

/* ------------------------------
   HEADER
------------------------------ */

.site-header {
    background: #ffffff;
    padding: 0.8rem 0;
    border-bottom: 1px solid #e5e7eb;
}

.site-header .fc-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-branding a {
    font-size: 1.4rem;
    font-weight: 700;
    color: #0a4780;
}

.fc-main-menu {
    display: flex;
    gap: 2rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.fc-main-menu li a {
    font-weight: 500;
    font-size: 0.95rem;
}

/* botao no menu */
.fc-menu-btn {
    background: #0059c8;
    color: #ffffff;
    padding: 0.55rem 1.4rem;
    border-radius: 999px;
    font-size: .9rem;
    font-weight: 600;
}

/* ------------------------------
   HERO
------------------------------ */

.fc-hero {
    background-image: url(https://farmaciaconfianca.angryventures.net/wp-content/themes/farmacia-confianca/assets/img/fc-equipa-hero.png);
    padding: 3.5rem 0 5.5rem;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.fc-hero__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: 2.5rem;
    align-items: center;
}

.fc-hero__eyebrow {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #6b7280;
    margin-bottom: 0.8rem;
}

.fc-hero__title {
    font-size: 2rem;
    line-height: 1.25;
    color: #1C75D2;
    margin: 0 0 1rem;
}

.fc-hero__text {
    max-width: 550px;
    font-size: 0.98rem;
    line-height: 1.7;
    color: #374151;
    margin-bottom: 1.8rem;
}

/* CONTAINER DA IMAGEM DO SLIDE */
.fc-hero__image {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    overflow: hidden;           /* corta a imagem para parecer um “slide” */
    height: 360px;              /* ajusta aqui se quiseres mais alto (380 / 400) */
}

/* IMAGEM DO SLIDE */
.fc-hero__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;          /* enche o bloco e corta em cima/baixo */
    max-width: none;
}

/* BOTÃO */
.fc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.9rem 2rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.95rem;
    border: none;
    cursor: pointer;
}

.fc-btn--primary {
    background: #0059c8;
    color: #ffffff;
}

/* ------------------------------
   BARRA AZUL WHATSAPP/HORÁRIO/EMAIL
------------------------------ */

.fc-hero-contacts {
    margin-top: -0.6rem;        /* <-- puxa a barra para cima, para encostar à foto */
    margin-bottom: 3rem;
}

.fc-hero-contacts__inner {
    background: #0059c8;
    color: #ffffff;
    border-radius: 20px;
    padding: 1.4rem 2.2rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.15);
}

.fc-hero-contact {
    display: flex;
    align-items: center;
    gap: 1rem;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    padding-right: 1.5rem;
}

.fc-hero-contact:last-child {
    border-right: none;
}

.fc-hero-contact__icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}

.fc-hero-contact__label {
    display: block;
    font-size: 0.76rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    opacity: 0.9;
}

.fc-hero-contact__value {
    font-size: 0.95rem;
    font-weight: 600;
}

/* ------------------------------
   PASSOS
------------------------------ */

.fc-steps {
    padding: 3rem 0 4rem;
}

.fc-steps__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.8rem;
    margin-top: 1rem;
}

.fc-step-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.fc-step-card__number {
    font-family: 'Literata', serif;
    font-size: 2.7rem;
    color: #1C75D2;
    margin-bottom: 0.5rem;
}

.fc-step-card__title {
    margin: 0 0 0.6rem;
    font-size: 1rem;
    color: #111827;
}

.fc-step-card__text {
    font-size: 0.92rem;
    line-height: 1.6;
    color: #4b5563;
}

/* ------------------------------
   SECÇÃO DE SERVIÇOS
------------------------------ */

/* SECÇÃO SERVIÇOS */
.fc-services {
    margin-top: 4rem;
}

/* FAIXA AZUL APENAS PARA O TÍTULO */
.fc-services__header {
    background: #1C75D2;
    padding: 2.5rem 0;
    text-align: center;
    height: 200px;
}

.fc-services__header h2 {
    color: #ffffff;
    font-size: 1.8rem;
    margin: 0;
}

/* CARTÕES — aparecem a "sair" da faixa azul */
.fc-services__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1.5rem;

    margin-top: -5.8rem; /* <-- ESTE É O SEGREDO! faz os cartões descerem como no mockup */
    margin-bottom: 3rem;
}

/* CARTÃO INDIVIDUAL */
.fc-service-card {
    background: #ffffff;
    border-radius: 22px;
    padding: 2rem 1.4rem;
    text-align: center;
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

.fc-service-card__icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: #1C75D2;
    margin: 0 auto 1rem;
}

.fc-service-card h3 {
    color: #1C75D2;
    font-size: 1rem;
    margin-bottom: .6rem;
}

.fc-service-card p {
    font-size: 0.9rem;
    color: #4b5563;
    line-height: 1.6;
}

/* Responsivo */
@media (max-width: 1100px) {
    .fc-services__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 768px) {
    .fc-services__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 540px) {
    .fc-services__grid {
        grid-template-columns: 1fr;
    }
}

/* ------------------------------
   MAPA + CONTACTOS
------------------------------ */

.fc-contact {
    background: #f5f5f8;
    padding: 3rem 0 3.5rem;
}

.fc-contact__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 2.5rem;
    margin-bottom: 2.5rem;
}

.fc-contact__map iframe {
    width: 100%;
    min-height: 260px;
    border: 0;
    border-radius: 8px;
}

.fc-contact__info h2 {
    margin: 0 0 0.75rem;
    font-size: 1.6rem;
    color: #1C75D2;
}

.fc-contact__info h2 span {
    font-family: 'Literata', serif;
    font-weight: bold;
    color: #1C75D2;
}

.fc-contact__address {
    margin: 0 0 1rem;
    font-size: 0.95rem;
    color: #4b5563;
}

.fc-contact__list {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 33px;
}

.fc-contact__list li {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 0.55rem;
    font-size: 0.94rem;
}

.fc-contact__icon {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    color: #1C75D2;
}

/* caixa de aviso INFARMED */
.fc-contact-note {
    border: 2px solid #2268bf;
    border-radius: 12px;
    padding: 24px 32px;
    display: flex;
    align-items: center;          /* centra texto e logos na vertical */
    justify-content: space-between;
    gap: 40px;
    background: #fff;
}

.fc-contact-note__text {
    flex: 1;
    max-width: 70%;               /* controla a largura do bloco de texto */
}

.fc-contact-note__text p {
    margin: 0 0 10px;
    line-height: 1.4;
}

/* logos lado a lado à direita */
.fc-contact-note__logos {
    display: flex;
    align-items: center;
    gap: 20px;
}

.fc-contact-note__logos img {
    height: 60px;                 /* ajusta se quiseres maior/menor */
    width: auto;
}

/* mobile: tudo em coluna */
@media (max-width: 768px) {
    .fc-contact-note {
        flex-direction: column;
        align-items: flex-start;
    }

    .fc-contact-note__text {
        max-width: 100%;
    }

    .fc-contact-note__logos {
        margin-top: 16px;
    }
}


/* ------------------------------
   FOOTER
------------------------------ */

.site-footer {
    /*margin-top: 3rem;*/
}

.fc-footer-outer {
    background: #1C75D2;
    padding: 1.4rem 0;
}

.fc-footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.5rem;
    color: #ffffff;
    font-size: 0.86rem;
}

.fc-footer__left,
.fc-footer__middle,
.fc-footer__right {
    display: flex;
    align-items: center;
}

.fc-footer__left {
    flex: 0 0 auto;
}

.fc-footer__brand {
    font-size: 1.1rem;
    font-family: 'Literata', serif;
}

.fc-footer__brand span {
    font-family: 'Literata', serif;
    font-weight: 600;
}

.fc-footer__middle {
    flex: 0 0 auto;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    padding-left: 1.5rem;
    gap: 0.9rem;
}

.fc-footer__middle a {
    font-size: 0.9rem;
    font-weight: 600;
}

.fc-footer__right {
    flex: 1;
    justify-content: flex-end;
    text-align: right;
    line-height: 1.5;
}

/* responsivo */
@media (max-width: 900px) {
    .fc-footer-inner {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    .fc-footer__right {
        justify-content: flex-start;
        text-align: left;
    }

    .fc-footer__middle {
        border-left: none;
        padding-left: 0;
    }
}

/* layout base do menu */
.fc-main-menu {
    display: flex;
    align-items: center;     /* alinha todos os items na mesma linha */
    gap: 2rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* cada item de menu */
.fc-main-menu > li {
    display: flex;           /* para o <a> poder alinhar verticalmente */
}

/* links “normais” do menu */
.fc-main-menu > li > a {
    display: flex;
    align-items: center;
    padding: 0.6rem 0;       /* mesma altura para todos */
    font-size: 0.95rem;
}

/* BOTÃO “Faça o seu pedido” */
.fc-main-menu .fc-menu-btn > a {
    padding: 0.45rem 1.6rem; /* vertical semelhante aos outros + horizontal extra */
    /*background: #0059c8;*/
    color: #ffffff !important;
    border-radius: 999px;
    font-weight: 600;
    transition: 0.2s ease;
}

/*.fc-main-menu .fc-menu-btn > a:hover {
    background: #0049a8;
}*/

.fc-contact__info a[href^="mailto:"] {
    color: #000;
    transition: color 0.3s ease;
}

.fc-contact__info a[href^="mailto:"]:hover {
    color: #A5CBF3;
}

.fc-email:hover {
    color: rgba(255, 255, 255, 0.8); /* branco ligeiramente mais escuro */
}

/* ------------------------------
   RESPONSIVO
------------------------------ */

@media (max-width: 960px) {
    .fc-hero__inner {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .fc-hero__image {
        order: -1;
    }

    .fc-hero-contacts__inner,
    .fc-steps__grid {
        grid-template-columns: 1fr;
    }

    .fc-hero-contact {
        border-right: none;
        padding-right: 0;
    }
}


/* ----------------------------------
   QUEM SOMOS – HERO AZUL
---------------------------------- */

.fc-about-hero {
    background: #1C75D2;
    color: #ffffff;
    padding: 2.5rem 0 3rem;
}

.fc-about-hero__inner {
    text-align: center;
}

.fc-about-hero h1 {
    margin: 0 0 1rem;
    font-size: 1.9rem;
    font-weight: 600;
}

.fc-about-hero__quote {
    max-width: 640px;
    margin: 0 auto;
    font-size: 0.95rem;
    line-height: 1.7;
    font-style: italic;
}

.fc-about-hero__author {
    display: block;
    margin-top: 0.5rem;
    font-style: normal;
    font-size: 0.85rem;
}

/* ----------------------------------
   A NOSSA HISTÓRIA
---------------------------------- */

.fc-about-history {
    background: #ffffff;
    padding: 3rem 0 3.5rem;
}

.fc-about-history__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: 2.5rem;
    align-items: center;
}

.fc-about-history__text h2 {
    font-size: 1.7rem;
    margin: 0 0 1.2rem;
}

.fc-about-history__text h2 span {
    color: #1C75D2;
}

.fc-about-history__text p {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #374151;
    margin: 0 0 0.9rem;
}

.fc-about-history__image img {
    border-radius: 22px;
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* ----------------------------------
   TÍTULOS DE SECÇÃO (VALORES / EQUIPA)
---------------------------------- */

.fc-about-section-title {
    text-align: center;
    font-size: 1.6rem;
    margin: 0 0 2.2rem;
    color: #1C75D2;
}

.fc-about-section-title span {
    color: #1C75D2;
    font-weight: bold;
}

/* ----------------------------------
   VALORES – versão com ícone em cima
---------------------------------- */

.fc-about-values {
    background: #f5f5f8;
    padding: 3rem 0 3.5rem;
}

.fc-about-values__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.8rem;
}

/* CARD EM COLUNA, CENTRADO */
.fc-value-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 2.2rem 2rem;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);

    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* ÍCONE REDONDO CENTRADO */
.fc-value-card__icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: #1C75D2;
    margin-bottom: 1rem;
}

/* TÍTULO E TEXTO CENTRADOS */
.fc-value-card__title {
    margin: 0 0 0.6rem;
    font-size: 1rem;
    font-weight: 600;
    color: #1C75D2;
}

.fc-value-card__text {
    font-size: 0.9rem;
    line-height: 1.7;
    color: #4b5563;
    max-width: 90%;
}


/* ----------------------------------
   EQUIPA
---------------------------------- */

.fc-about-team {
    background: #ffffff;
    padding: 3rem 0 4rem;
}

.fc-about-team__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
    justify-items: center;
}

.fc-team-card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
    overflow: hidden;
    max-width: 260px;
}

.fc-team-card__image img {
    width: 100%;
    height: auto;
    display: block;
}

.fc-team-card__body {
    padding: 1rem 1.2rem 1.3rem;
    text-align: center;
}

.fc-team-card__name {
    margin: 0 0 0.3rem;
    font-size: 1rem;
    font-weight: 600;
}

.fc-team-card__role {
    margin: 0;
    font-size: 0.9rem;
    color: #1C75D2;
    text-transform: uppercase;
}

/* ----------------------------------
   RESPONSIVO
---------------------------------- */

@media (max-width: 960px) {
    .fc-about-history__inner {
        grid-template-columns: 1fr;
    }

    .fc-about-team__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .fc-about-values__grid {
        grid-template-columns: 1fr;
    }

    .fc-about-team__grid {
        grid-template-columns: 1fr;
    }
}

/* ----------------------------------
   ENTREGAS – HERO
---------------------------------- */

.farmacia-delivery {
    background: #f5f5f8;
}

.fc-delivery-hero {
    background: #1C75D2;
    color: #ffffff;
    padding: 2.4rem 0 3rem;
}

.fc-delivery-hero__inner {
    text-align: center;
}

.fc-delivery-hero h1 {
    margin: 0 0 0.8rem;
    font-size: 1.9rem;
    font-weight: 600;
}

.fc-delivery-hero__subtitle {
    max-width: 640px;
    margin: 0 auto;
    font-size: 0.95rem;
    line-height: 1.7;
}

/* ----------------------------------
   INTRO – ENTREGAS PERSONALIZADAS
---------------------------------- */

.fc-delivery-intro {
    background: #ffffff;
    padding: 3rem 0 3.2rem;
}

.fc-delivery-intro__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: 2.5rem;
    align-items: center;
}

.fc-delivery-intro__text h2 {
    font-size: 1.7rem;
    margin: 0 0 1.2rem;
    color: #1C75D2;
}

.fc-delivery-intro__text h2 span {
    color: #1C75D2;
}

.fc-delivery-intro__text p {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #374151;
    margin: 0 0 0.8rem;
}

.fc-delivery-intro__image img {
    border-radius: 20px;
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* ----------------------------------
   VALOR DAS ENTREGAS
---------------------------------- */

.fc-delivery-pricing {
    padding: 3rem 0 3.5rem;
    background: #f5f5f8;
}

.fc-delivery-section-title {
    text-align: center;
    font-size: 1.6rem;
    margin: 0 0 2rem;
    color: #1C75D2;
}

.fc-delivery-section-title span {
    color: #1C75D2;
}

.fc-delivery-pricing__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.6rem;
    margin-bottom: 1.8rem;
}

.fc-delivery-price-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 1.7rem 1.6rem;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    font-size: 0.9rem;
    line-height: 1.7;
    color: #374151;
}

.fc-delivery-price-card h3 {
    margin: 0 0 0.6rem;
    font-size: 1.4rem;
    color: #1C75D2;
}

.fc-delivery-price-card__note {
    margin-top: 0.6rem;
    font-weight: 500;
}

.fc-delivery-pricing__cta {
    text-align: center;
}

li#menu-item-16:hover {
    background-color: #0049a8;
}

/* ----------------------------------
   CONTEÚDO (POLÍTICA DE DEVOLUÇÃO)
---------------------------------- */

.fc-delivery-content {
    background: #ffffff;
    padding: 3rem 0 4rem;
}

.fc-delivery-content .fc-container {
    max-width: 800px;
}

.fc-delivery-content h2,
.fc-delivery-content h3 {
    color: #1C75D2;
}

.fc-delivery-content p,
.fc-delivery-content li {
    font-size: 0.94rem;
    line-height: 1.75;
    color: #374151;
}

/* responsivo */
@media (max-width: 960px) {
    .fc-delivery-intro__inner,
    .fc-delivery-pricing__grid {
        grid-template-columns: 1fr;
    }
}

/* ----------------------------------
   POLÍTICA DE DEVOLUÇÃO
---------------------------------- */

.fc-delivery-policy {
    background: #ffffff;
    padding: 3rem 0 4rem;
}

.fc-delivery-policy__inner {
    max-width: 800px;
    margin: 0 auto;
    font-size: 0.94rem;
    line-height: 1.75;
    color: #00000;
}

.fc-delivery-policy__title {
    text-align: center;
    font-size: 1.5rem;
    margin: 0 0 1.4rem;
    color: #1C75D2;
}

.fc-delivery-policy__title span, #primary > section.fc-delivery-policy > div > p.fc-delivery-policy__signature > strong {
    color: #1C75D2;
}

/* subtítulos em azul */
.fc-delivery-policy h3 {
    margin-top: 1.8rem;
    margin-bottom: 0.6rem;
    font-size: 1rem;
    color: #1C75D2;
}

/* listas */
.fc-delivery-policy ol,
.fc-delivery-policy ul {
    padding-left: 1.2rem;
    margin-top: 0.4rem;
    margin-bottom: 0.9rem;
}

.fc-delivery-policy li {
    margin-bottom: 0.4rem;
}

/* assinatura final */
.fc-delivery-policy__signature {
    margin-top: 2rem;
    font-size: 0.9rem;
}

/* HERO DA PÁGINA DE PEDIDOS */
.fc-order-page {
    background: #f5f5f8;
}

.fc-order-hero {
    background: #1C75D2;
    color: #ffffff;
    padding: 2.8rem 0 3.2rem;
    text-align: center;
}

.fc-order-hero__inner h1 {
    margin: 0 0 1rem;
    font-size: 1.9rem;
    font-weight: 600;
}

.fc-order-hero__inner p {
    max-width: 620px;
    margin: 0 auto 0.4rem;
    font-size: 0.93rem;
    line-height: 1.7;
}

/* WRAPPER / CARD */
.fc-order-form-wrapper {
    padding: 3rem 0 3.5rem;
}

.fc-order-card {
    max-width: 640px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 22px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
    padding: 2.2rem 2.4rem 2.4rem;
}

/* ERROS */
.fc-order-errors {
    max-width: 640px;
    margin: 0 auto 1.5rem;
    background: #fee2e2;
    border: 1px solid #fca5a5;
    border-radius: 10px;
    padding: 0.9rem 1rem;
    font-size: 0.9rem;
    color: #7f1d1d;
}

.fc-order-errors ul {
    margin: 0;
    padding-left: 1.2rem;
}

/* STEPPER */
.fc-order-stepper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.8rem;
}

.fc-stepper__step {
    width: 26px;
    height: 26px;
    border-radius: 999px;
    border: 2px solid #d1d5db;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    background: #ffffff;
    color: #6b7280;
}

.fc-stepper__step--active {
    border-color: #1C75D2;
    background: #1C75D2;
    color: #ffffff;
}

.fc-stepper__step--done {
    border-color: #1C75D2;
    color: #1C75D2;
}

.fc-stepper__line {
    flex: 1;
    height: 2px;
    background: #d1d5db;
    margin: 0 6px;
}

.fc-stepper__line--done {
    background: #1C75D2;
}

/* CAMPOS E PASSOS */
.fc-step__label {
    font-size: 0.8rem;
    color: #6b7280;
    margin: 0 0 0.25rem;
}

.fc-step__title {
    font-size: 1rem;
    margin: 0 0 1.3rem;
    font-weight: 600;
}

.fc-field {
    display: block;
    margin-bottom: 0.9rem;
}

.fc-field span {
    display: block;
    font-size: 0.86rem;
    margin-bottom: 0.3rem;
}

.fc-field input,
.fc-field textarea {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #e5e7eb;
    padding: 0.55rem 0.6rem;
    font-size: 0.9rem;
    background: #f5f5f8;
}

.fc-field textarea {
    resize: vertical;
}

/* BOTÕES */
.fc-btn {
    border-radius: 999px;
    border: none;
    padding: 0.9rem 3rem;
    font-size: 1.3rem;
    cursor: pointer;
}

.fc-btn--primary {
    background: #0059c8;
    color: #ffffff;
}

.fc-btn--primary:hover {
    background: #0049a8;
}

.fc-btn--ghost {
    background: #ffffff;
    color: #0059c8;
    border: 1px solid #0059c8;
}

.fc-step__actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.4rem;
}

.fc-step__actions--right {
    justify-content: flex-end;
}

/* RADIO */
.fc-radio-group {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.fc-radio {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.9rem;
}

/* SUCESSO */
.fc-order-card--success {
    text-align: center;
}

.fc-order-success-icon {
    width: 80px;
    height: 80px;
    border-radius: 999px;
    background: #1C75D2;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    margin: 1.5rem auto 1.1rem;
}

.fc-order-success-title {
    font-size: 1.1rem;
    margin: 0 0 0.5rem;
    color: #1C75D2;
}

.fc-order-success-text {
    font-size: 0.9rem;
    color: #374151;
}

/* RESPONSIVO */
@media (max-width: 640px) {
    .fc-order-card {
        padding: 1.7rem 1.4rem 2rem;
    }
}

.fc-subheader {
    background: #2E77D1; /* azul igual ao screenshot */
    padding: 6px 0;
    color: white;
    font-size: 14px;
}

.fc-subheader__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fc-subheader__left,
.fc-subheader__right {
    display: flex;
    align-items: center;
    gap: 18px;
}

.fc-social-icon svg {
    display: block;
    transition: opacity .2s ease;
}

.fc-social-icon:hover svg {
    opacity: 0.7;
}

.fc-subheader__item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.fc-subheader__item img {
    height: 16px;
    width: auto;
    display: block;
}


