/* FotoNet — tema preto e vermelho sobre Printop */
:root,
.home-style-gradient.font-size-style-new {
    --main-h: 0;
    --main-s: 72%;
    --main-l: 48%;
    --main-two-h: 0;
    --main-two-s: 0%;
    --main-two-l: 9%;
    --primary-new: 0 72% 48%;
    --secondary-new: 0 72% 48%;
    --gradient-main: linear-gradient(90deg, #0a0a0a 0%, #dc2626 55%, #b91c1c 100%);
    --black: 0 0% 4%;
}

body.home-printop.fn-site {
    background: #fff !important;
    font-family: "DM Sans", sans-serif;
}

/* Esconde painel de demo do template */
.settings-panel { display: none !important; }

.home-style-gradient .section-bg {
    background: rgba(220, 38, 38, 0.04);
}

.home-style-gradient .section-bg-gradient,
.section-bg-gradient {
    background: linear-gradient(360deg, rgba(10, 10, 10, 0) 0%, rgba(220, 38, 38, 0.06) 25%, rgba(220, 38, 38, 0.12) 50%, rgba(220, 38, 38, 0.06) 75%, rgba(10, 10, 10, 0) 100%) !important;
}

.section-bg-gradient-two {
    background: linear-gradient(360deg, rgba(10, 10, 10, 0.03) 0%, rgba(220, 38, 38, 0.08) 25%, rgba(220, 38, 38, 0.14) 50%, rgba(220, 38, 38, 0.08) 75%, rgba(10, 10, 10, 0.03) 100%) !important;
}

.text-stroke {
    -webkit-text-stroke: 1px hsl(0, 72%, 48%);
}
.text-stroke:hover {
    color: hsl(0, 72%, 48%);
    -webkit-text-stroke: 2px hsl(0, 72%, 48%);
}

.top-header-new.bg-main-600,
.bg-primary-new {
    background: #0a0a0a !important;
}

.discount-new.bg-primary-new {
    background: linear-gradient(90deg, #0a0a0a, #991b1b) !important;
}

.home-style-gradient .bg-main-600,
.btn.bg-main-600 {
    background: var(--gradient-main) !important;
    border-color: transparent;
}

/* Botões Revelar Agora / Eu Quero — texto branco, hover cinza claro */
body.fn-site .btn.bg-main-600 {
    color: #fff !important;
}
body.fn-site .btn.bg-main-600 .btn-text,
body.fn-site .btn.bg-main-600 .btn-text .btn-anim__letter {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}
body.fn-site .btn.bg-main-600:hover,
body.fn-site .btn.bg-main-600:focus,
body.fn-site .btn.bg-main-600:hover .btn-text,
body.fn-site .btn.bg-main-600:hover .btn-text .btn-anim__letter,
body.fn-site .btn.bg-main-600:focus .btn-text,
body.fn-site .btn.bg-main-600:focus .btn-text .btn-anim__letter {
    color: #e5e7eb !important;
    -webkit-text-fill-color: #e5e7eb !important;
}

.text-primary-new,
.text-secondary-new {
    color: hsl(0, 72%, 48%) !important;
}

.border-primary-new {
    border-color: hsl(0, 72%, 48%) !important;
}

.bg-primary-new.hover-bg-animation:hover {
    background: #dc2626 !important;
}

#loadingDiv {
    position: fixed;
    inset: 0;
    background: rgba(10, 10, 10, 0.92);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}
#loadingDiv .loadfa { color: #dc2626; }
#ativar_load { display: none; }

/* Preloader simples — só na home */
body.home-printop #loadingDiv {
    display: none !important;
}
.fn-home-loader {
    position: fixed;
    inset: 0;
    z-index: 100001;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0a0a0a;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}
.fn-home-loader.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.fn-home-loader-inner {
    text-align: center;
}
.fn-home-loader-spinner {
    width: 2.75rem;
    height: 2.75rem;
    margin: 0 auto 1rem;
    border: 3px solid rgba(255, 255, 255, 0.15);
    border-top-color: #dc2626;
    border-radius: 50%;
    animation: fn-home-loader-spin 0.75s linear infinite;
}
.fn-home-loader-text {
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.9375rem;
    font-weight: 500;
    letter-spacing: 0.04em;
}
@keyframes fn-home-loader-spin {
    to { transform: rotate(360deg); }
}

.printop-login-dropdown {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 12px);
    width: 300px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 1rem;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
    z-index: 999;
}
.printop-login-dropdown.active { display: block; }
.fn-user-menu:hover .nav-submenu { display: block; }
.fn-user-menu .nav-submenu { display: none; }

body:not(.home-printop) #smooth-content > section,
body:not(.home-printop) .fn-content-wrap {
    padding-top: 2rem;
    padding-bottom: 3rem;
}

/* Logo menor */
.fn-site-logo {
    display: block;
    max-height: 46px;
    width: auto;
    max-width: 120px;
    object-fit: contain;
}
.fn-site-logo--footer {
    max-height: 38px;
    max-width: 100px;
}

/* Rodapé */
.footer-new {
    font-size: 0.875rem;
    line-height: 1.6;
}
.footer-new .fn-footer-body {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.footer-new .fn-footer-title {
    color: #fff !important;
    font-family: "DM Sans", sans-serif !important;
    font-size: 0.9375rem !important;
    font-weight: 600 !important;
    margin: 0 0 1rem !important;
    line-height: 1.3;
}
.footer-new .fn-footer-label {
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.footer-new .fn-footer-text {
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 0.875rem;
    line-height: 1.65;
}
.footer-new .fn-footer-contact {
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5;
}
.footer-new .fn-footer-contact a,
.footer-new .fn-footer-links a {
    color: rgba(255, 255, 255, 0.75) !important;
    font-size: 0.875rem;
    text-decoration: none;
    transition: color 0.2s ease;
}
.footer-new .fn-footer-contact a:hover,
.footer-new .fn-footer-links a:hover {
    color: #fff !important;
}
.footer-new .fn-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-new .fn-footer-copy,
.footer-new .fn-footer-copy a {
    color: rgba(255, 255, 255, 0.65) !important;
    font-size: 0.8125rem;
}
.footer-new .fn-footer-copy a:hover {
    color: #fff !important;
}
.footer-new .border-top {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
}
.fn-site-logo--top {
    max-height: 40px;
    max-width: 110px;
}
.mobile-menu__logo .fn-site-logo {
    max-height: 40px;
    max-width: 110px;
}

/* Barra superior compacta */
.fn-top-bar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.fn-top-bar .fn-top-contact-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    text-decoration: none;
    white-space: nowrap;
    transition: opacity 0.2s ease;
    color: #fff !important;
}
.fn-top-bar .fn-top-contact-link span {
    color: #fff !important;
}
.fn-top-contact-link i {
    font-size: 1.125rem;
    color: #fff !important;
    flex-shrink: 0;
}
.fn-top-contact-link:hover,
.fn-top-contact-link:hover span {
    color: #fff !important;
    opacity: 0.85;
}
.fn-top-actions .fn-top-icon {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    color: #fff !important;
    font-size: 1.5rem;
    line-height: 1;
    text-decoration: none;
    border-radius: 50%;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
    vertical-align: middle;
}
.fn-top-actions .fn-top-icon[style*="display: none"],
.fn-top-actions .fn-top-icon[style*="display:none"] {
    display: none !important;
}
.fn-top-actions .fn-top-icon i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    line-height: 1;
    font-size: 1.5rem;
}
.fn-top-actions .fn-top-icon .ph-truck {
    transform: translateY(1px);
}
.fn-top-actions .fn-top-icon:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff !important;
}
.fn-top-cart-badge {
    position: absolute;
    top: -2px;
    right: -6px;
    min-width: 1.125rem;
    height: 1.125rem;
    padding: 0 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #dc2626;
    color: #fff;
    font-size: 0.625rem;
    font-weight: 700;
    line-height: 1;
}
.home-printop .header {
    border-top: none !important;
}

/* Menu do header — texto escuro (Produtos e demais itens) */
.home-printop .header .nav-menu__link,
.home-printop .header .has-submenu > .nav-menu__link {
    color: #111827 !important;
    -webkit-text-fill-color: #111827 !important;
}
.home-printop .header .nav-menu__item:hover > .nav-menu__link,
.home-printop .header .has-submenu:hover > .nav-menu__link {
    color: #dc2626 !important;
    -webkit-text-fill-color: #dc2626 !important;
}
.home-printop .header .nav-menu__item.activePage > .nav-menu__link {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}
.home-printop .header .nav-submenu__link {
    color: #111827 !important;
    -webkit-text-fill-color: #111827 !important;
}
.home-printop .header .nav-submenu__item:hover .nav-submenu__link {
    color: #dc2626 !important;
    -webkit-text-fill-color: #dc2626 !important;
}
.home-printop .header .category-button {
    color: #111827 !important;
}

/* Banner hero na home */
.fn-hero-home {
    width: 100%;
    margin: 0;
}
.fn-hero-home .fn-hero-slide img {
    transform: scale(1);
    transition: transform 8s ease;
}
.fn-hero-home .fn-hero-slide.active img {
    transform: scale(1.04);
}
.fn-hero-home .fn-hero-overlay {
    background: linear-gradient(to right, rgba(0,0,0,.82) 0%, rgba(0,0,0,.45) 45%, rgba(0,0,0,.25) 100%),
                linear-gradient(to top, rgba(0,0,0,.55) 0%, transparent 50%);
}
.fn-hero-home .fn-hero-text h1 span {
    color: #fca5a5;
}
.fn-hero-home .fn-hero-dot.active {
    background: #dc2626;
    border-color: #fff;
}
.fn-home > section:not(.fn-hero) {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}
@media (max-width: 767px) {
    .fn-hero-home,
    .fn-hero-home .fn-hero-content {
        min-height: 460px;
    }
    .fn-hero-home .fn-hero-text h1 {
        font-size: 2.25rem;
    }
    .fn-hero-home .fn-hero-arrow {
        width: 2.25rem;
        height: 2.25rem;
        font-size: 1.25rem;
    }
}

/* Cards de produto */
.fn-product-card {
    border-radius: 1rem;
    border: 1px solid #eee;
    background: #fff;
    padding: 1rem;
    height: 100%;
    transition: box-shadow 0.2s, transform 0.2s;
}
.fn-product-card:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}
.fn-product-card .fn-price {
    color: #dc2626;
    font-weight: 700;
    font-size: 1.5rem;
}
.fn-product-card .fn-old-price {
    color: #999;
    text-decoration: line-through;
    font-size: 0.9rem;
}

/* Grid 5 colunas — Revelação e Banner (desktop) */
@media (min-width: 992px) {
    .fn-cols-5.fn-cols-5 {
        display: flex !important;
        flex-wrap: wrap;
        margin-left: calc(var(--bs-gutter-x, 1.5rem) * -0.5);
        margin-right: calc(var(--bs-gutter-x, 1.5rem) * -0.5);
    }
    .fn-cols-5 > .fn-col-5 {
        flex: 0 0 20% !important;
        max-width: 20% !important;
        width: 20% !important;
        padding-left: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
        padding-right: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
    }
}

/* Select mobile — Revelação e Banner */
.fn-size-mobile {
    max-width: 32rem;
    margin: 0 auto;
}
.fn-size-select-label {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.5rem;
}
.fn-size-select {
    width: 100%;
    padding: 0.875rem 2.75rem 0.875rem 1rem;
    font-size: 1rem;
    font-family: inherit;
    color: #111827;
    background-color: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%236b7280' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 6.646a.5.5 0 0 1 .708 0L8 9.293l2.646-2.647a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.fn-size-select:focus {
    outline: none;
    border-color: #dc2626;
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.15);
}

.fn-size-card-printop {
    display: block;
    text-decoration: none;
    color: inherit;
    border-radius: 1rem;
    border: 1px solid #eee;
    background: #fff;
    padding: 1.25rem;
    text-align: center;
    transition: all 0.2s;
}
.fn-size-card-printop:hover {
    border-color: #dc2626;
    box-shadow: 0 8px 24px rgba(220, 38, 38, 0.15);
    color: inherit;
    text-decoration: none;
}
.fn-size-card-printop .sz {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0;
}
.fn-size-card-printop .sprice {
    color: #dc2626;
    font-weight: 700;
    font-size: 1.125rem;
    margin: 0.5rem 0 0;
}

/* Álbum destaque */
.fn-album-printop {
    border-radius: 1.25rem;
    overflow: hidden;
    border: 1px solid #eee;
    background: #fff;
}
.fn-album-printop .fn-album-img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}
.fn-album-printop.reverse .row { flex-direction: row-reverse; }

.fn-modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.55);
    z-index: 10000;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}
.fn-modal-overlay.active { display: flex; }

/* Botão flutuante WhatsApp */
.fn-whatsapp-float {
    position: fixed !important;
    right: 1.25rem;
    bottom: 1.25rem;
    z-index: 100000 !important;
    width: 3.75rem;
    height: 3.75rem;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.28);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    animation: fn-whatsapp-pulse 2.5s ease-in-out infinite;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto;
}
.fn-whatsapp-float img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    border-radius: 50%;
}
.fn-whatsapp-float:hover {
    transform: scale(1.08);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}
@keyframes fn-whatsapp-pulse {
    0%, 100% { box-shadow: 0 6px 24px rgba(0, 0, 0, 0.22); }
    50% { box-shadow: 0 6px 24px rgba(0, 0, 0, 0.22), 0 0 0 10px rgba(37, 211, 102, 0.18); }
}
@media (max-width: 575px) {
    .fn-whatsapp-float {
        right: 1rem;
        bottom: 1rem;
        width: 3.25rem;
        height: 3.25rem;
    }
}

/* Página de cadastro / login */
#sessao-cadastro.fn-auth-page {
    padding: 3rem 0 5rem;
    margin-top: 0 !important;
    background: linear-gradient(180deg, #fafafa 0%, #fff 40%, rgba(220, 38, 38, 0.04) 100%);
}
.fn-auth-alerts .alert {
    border-radius: 0.75rem;
    margin-bottom: 1rem;
}
.fn-auth-hero {
    max-width: 40rem;
    margin: 0 auto 2.5rem;
}
.fn-auth-badge {
    display: inline-block;
    padding: 0.35rem 1rem;
    border-radius: 999px;
    background: rgba(220, 38, 38, 0.08);
    border: 1px solid rgba(220, 38, 38, 0.15);
    color: #dc2626;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.fn-auth-title {
    font-family: "DM Sans", sans-serif !important;
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 700;
    color: #111827 !important;
    margin: 0 0 0.75rem;
    line-height: 1.2;
}
.fn-auth-subtitle {
    color: #6b7280;
    font-size: 1.0625rem;
    margin: 0;
    line-height: 1.6;
}
.fn-auth-card {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 1.25rem;
    padding: 1.75rem;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
    height: 100%;
}
.fn-auth-card--login {
    position: sticky;
    top: 1.5rem;
}
.fn-auth-card-head {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #f3f4f6;
}
.fn-auth-card-icon {
    flex-shrink: 0;
    width: 3rem;
    height: 3rem;
    border-radius: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f4f6;
    color: #111827;
    font-size: 1.375rem;
}
.fn-auth-card-icon--accent {
    background: linear-gradient(135deg, #0a0a0a, #dc2626);
    color: #fff;
}
.fn-auth-card-title {
    font-family: "DM Sans", sans-serif !important;
    font-size: 1.375rem !important;
    font-weight: 700 !important;
    color: #111827 !important;
    margin: 0 0 0.25rem !important;
    text-transform: none !important;
}
.fn-auth-card-desc {
    color: #6b7280;
    font-size: 0.9375rem;
    margin: 0;
    line-height: 1.5;
}
.fn-auth-form .fn-auth-field {
    margin-bottom: 1rem;
}
.fn-auth-form .fn-auth-field label {
    display: block;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.375rem;
}
.fn-auth-form .form-control {
    border: 1px solid #e5e7eb;
    border-radius: 0.625rem;
    padding: 0.7rem 0.875rem;
    font-size: 0.9375rem;
    color: #111827;
    background: #fff;
    box-shadow: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.fn-auth-form .form-control:focus {
    border-color: #dc2626;
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.12);
}
.fn-auth-link {
    display: inline-block;
    margin-top: 0.5rem;
    font-size: 0.8125rem;
    color: #dc2626 !important;
    text-decoration: none;
    font-weight: 500;
}
.fn-auth-link:hover {
    color: #991b1b !important;
    text-decoration: underline;
}
.fn-auth-btn {
    padding: 0.8rem 1.25rem !important;
    border-radius: 999px !important;
    font-weight: 600 !important;
    border: none !important;
}
.fn-auth-btn--lg {
    padding: 0.95rem 1.5rem !important;
    font-size: 1rem !important;
}
.fn-auth-field--inline {
    padding: 1rem;
    border-radius: 0.75rem;
    background: #f9fafb;
    border: 1px solid #f3f4f6;
}
.fn-auth-field--inline > label {
    margin-bottom: 0.75rem !important;
}
.fn-auth-radios {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}
.fn-auth-radio {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
    padding: 0.5rem 1rem;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    background: #fff;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
    transition: border-color 0.2s ease, background 0.2s ease;
}
.fn-auth-radio:has(input:checked) {
    border-color: #dc2626;
    background: rgba(220, 38, 38, 0.06);
    color: #dc2626;
}
.fn-auth-radio input {
    accent-color: #dc2626;
}
.fn-auth-repres-input {
    max-width: 12rem;
}
.fn-auth-modal {
    border: none;
    border-radius: 1rem;
    overflow: hidden;
}
.fn-auth-modal .modal-header {
    border-bottom: 1px solid #f3f4f6;
    padding: 1.25rem 1.5rem;
}
.fn-auth-modal .modal-title {
    font-weight: 700;
    font-size: 1.125rem;
}
.fn-auth-modal .modal-body {
    padding: 1.5rem;
}
.fn-auth-modal-text {
    color: #6b7280;
    font-size: 0.9375rem;
    margin-bottom: 1rem;
}
#sessao-cadastro .login-senha,
#sessao-cadastro .novo-cadastro {
    padding: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
}
@media (max-width: 991px) {
    .fn-auth-card--login {
        position: static;
    }
    #sessao-cadastro.fn-auth-page {
        padding: 2rem 0 3.5rem;
    }
}

/* Âncoras com offset do header fixo */
#quem-somos,
#contato,
#pacotes,
#revelacao,
#banners,
#albuns {
    scroll-margin-top: 7.5rem;
}

/* Seção Quem Somos */
.fn-about-card {
    border-radius: 1.25rem;
    overflow: hidden;
    border: 1px solid #eee;
    background: #fff;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
}
.fn-about-img img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    display: block;
}
.fn-about-lead {
    font-size: 1.25rem;
    font-weight: 600;
    color: #111827;
    margin-bottom: 1rem;
}
.fn-about-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.fn-about-stat {
    flex: 1;
    min-width: 7rem;
    padding: 1rem;
    border-radius: 0.75rem;
    background: linear-gradient(135deg, rgba(10, 10, 10, 0.04), rgba(220, 38, 38, 0.08));
    border: 1px solid rgba(220, 38, 38, 0.12);
    text-align: center;
}
.fn-about-stat-num {
    display: block;
    font-size: 1.125rem;
    font-weight: 700;
    color: #dc2626;
}
.fn-about-stat-label {
    display: block;
    font-size: 0.75rem;
    color: #6b7280;
    margin-top: 0.25rem;
}
.fn-about-gallery-item {
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid #eee;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    height: 100%;
    min-height: 220px;
}
.fn-about-gallery-item img {
    width: 100%;
    height: 100%;
    min-height: 220px;
    object-fit: cover;
    display: block;
}

/* Seção Contato */
.fn-contact-info {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    height: 100%;
}
.fn-contact-item {
    display: flex;
    gap: 1rem;
    padding: 1.25rem;
    border-radius: 1rem;
    border: 1px solid #eee;
    background: #fafafa;
}
.fn-contact-icon {
    flex-shrink: 0;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0a0a0a, #dc2626);
    color: #fff;
    font-size: 1.25rem;
}
.fn-contact-label {
    font-size: 0.9375rem;
    font-weight: 700;
    color: #111827;
    margin: 0 0 0.35rem;
}
.fn-contact-item p,
.fn-contact-item a {
    color: #4b5563 !important;
    font-size: 0.9375rem;
    line-height: 1.6;
    text-decoration: none;
}
.fn-contact-item a:hover {
    color: #dc2626 !important;
}
.fn-contact-form-card {
    padding: 1.75rem;
    border-radius: 1.25rem;
    border: 1px solid #eee;
    background: #fff;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
    height: 100%;
}
.fn-contact-form-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #111827;
    margin: 0 0 0.25rem;
}
.fn-contact-map-frame {
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid #eee;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}
.fn-contact-map-frame iframe {
    display: block;
    width: 100%;
    height: 380px;
    border: 0;
}
