/* ============================================
   HEADER E HERO - Estilo Custom
   Design moderno e profissional para e-hosting
   ============================================ */

/* Variáveis CSS */
:root {
    --ehosting-blue: #0a2540; /* Azul escuro principal */
    --ehosting-blue-light: #0d3a5c;
    --ehosting-red: #e63946; /* Vermelho para CTAs */
    --ehosting-red-hover: #d62839;
    --ehosting-text-white: #ffffff;
    --ehosting-text-light: rgba(255, 255, 255, 0.9);
    --ehosting-text-muted: rgba(255, 255, 255, 0.7);
    --ehosting-cyan: #06d6a0; /* Ciano para destaques */
    --ehosting-cyan-light: #48cae4;
    --header-height: 80px;
}

/* ==========================================================
   Nova arquitetura pública: megamenu e páginas internas
   ========================================================== */

/* A forma inclinada também precisa existir fora da homepage. */
.shape_triangle {
    position: relative;
    overflow: visible !important;
    isolation: isolate;
}

.shape_triangle::after {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: -68px;
    width: 100%;
    height: 70px;
    pointer-events: none;
    background: var(--color_shape_triangle, #fff);
    clip-path: polygon(0 0, 100% 0, 0 100%);
}

.shape_triangle.shape_triangle-reverse::after {
    clip-path: polygon(0 0, 100% 0, 100% 100%);
}

/* Nas páginas detalhadas, a faixa azul avança sobre a seção seguinte. */
.sn-stats-section.shape_triangle {
    --color_shape_triangle: var(--ehosting-blue) !important;
}

@media (min-width: 992px) {
    .main-menu-custom .nav-item.dropdown:hover > .coodiv-menu-dropdown,
    .main-menu-custom .nav-item.dropdown:focus-within > .coodiv-menu-dropdown {
        opacity: 1;
        top: 90%;
        z-index: 9999;
        pointer-events: auto;
    }

    .main-menu-custom .mega-menu-solucoes {
        left: 50% !important;
        width: min(1180px, calc(100vw - 32px)) !important;
        min-width: min(1180px, calc(100vw - 32px)) !important;
        max-width: none !important;
        max-height: calc(100vh - 105px);
        padding: 14px !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        transform: translateX(-50%);
        border: 1px solid rgba(13, 58, 92, .14) !important;
        border-radius: 18px !important;
        background: #fff !important;
        box-shadow: 0 24px 60px rgba(24, 40, 20, .18) !important;
    }
}

.mega-solutions-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
}

.mega-solution-card {
    grid-column: span 2;
    min-width: 0;
    padding: 18px;
    border: 1px solid rgba(6, 214, 160, .24);
    border-radius: 15px;
    background: linear-gradient(145deg, #f8fbff 0%, #eef9f6 100%);
}

.mega-solution-card.mega-card-wide {
    grid-column: span 3;
}

.mega-card-title {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 12px;
    font-size: .95rem;
    font-weight: 750;
    line-height: 1.3;
}

.mega-card-title i {
    color: var(--ehosting-cyan);
    font-size: 1rem;
}

.mega-card-title a,
.mega-card-title a:hover {
    color: var(--ehosting-blue);
    text-decoration: none;
}

.mega-link-columns {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px 18px;
}

.mega-link-columns-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mega-link-columns-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mega-link-columns > div {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.mega-link-columns a {
    display: block;
    padding: 4px 6px;
    border-radius: 7px;
    color: #172033;
    font-size: .76rem;
    font-weight: 500;
    line-height: 1.35;
    text-decoration: none;
    transition: color .18s ease, background .18s ease, transform .18s ease;
}

.mega-link-columns a:hover,
.mega-link-columns a:focus {
    color: var(--ehosting-blue-light);
    background: rgba(6, 214, 160, .12);
    outline: none;
    text-decoration: none;
    transform: translateX(2px);
}

.mega-subgroup-title {
    display: block;
    padding: 4px 6px 3px;
    color: #60758a;
    font-size: .64rem;
    font-weight: 750;
    letter-spacing: .055em;
    line-height: 1.25;
    text-transform: uppercase;
}

/* Navegação móvel com grupos recolhíveis para não criar uma lista interminável. */
.mobile-solutions-item details,
.mobile-solutions-item summary {
    width: 100%;
}

.mobile-solutions-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    list-style: none;
}

.mobile-solutions-item summary::-webkit-details-marker {
    display: none;
}

.mobile-solutions-item > details[open] > summary i {
    transform: rotate(180deg);
}

.mobile-solutions-item summary i {
    transition: transform .2s ease;
}

.mobile-solutions-groups {
    padding: 8px 12px 14px;
}

.mobile-solutions-groups details {
    margin-bottom: 6px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    background: rgba(255, 255, 255, .06);
}

.mobile-solutions-groups summary {
    padding: 9px 11px;
    color: #fff;
    font-size: .86rem;
    font-weight: 650;
}

.mobile-solutions-groups a {
    display: block;
    padding: 7px 14px;
    color: rgba(255, 255, 255, .78);
    font-size: .8rem;
    line-height: 1.3;
    text-decoration: none;
}

.mobile-solutions-groups a:last-child {
    padding-bottom: 11px;
}

.mobile-solutions-groups a:hover,
.mobile-solutions-groups a:focus {
    color: var(--ehosting-cyan);
    text-decoration: none;
}

/* Conteúdo compartilhado das novas páginas. */
.eh-internal-page {
    overflow: hidden;
    background: #fff;
}

.eh-internal-intro {
    z-index: 3;
    padding: 82px 0 70px;
    background:
        radial-gradient(circle at 92% 10%, rgba(6, 214, 160, .14), transparent 32%),
        linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

.eh-page-summary-card {
    position: relative;
    padding: 34px;
    overflow: hidden;
    border: 1px solid #dce6f1;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 22px 50px rgba(10, 37, 64, .1);
}

.eh-page-summary-card::before {
    content: "";
    position: absolute;
    top: -65px;
    right: -45px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: rgba(6, 214, 160, .12);
}

.eh-page-summary-icon {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 14px;
    color: #fff;
    background: linear-gradient(135deg, var(--ehosting-blue-light), var(--ehosting-cyan));
    font-size: 1.25rem;
}

.eh-page-summary-kicker {
    margin: 0 0 5px;
    color: var(--ehosting-blue-light);
    font-size: .72rem;
    font-weight: 750;
    letter-spacing: .08em;
}

.eh-page-summary-card h2 {
    margin-bottom: 12px;
    color: #0a2540;
    font-size: 1.35rem;
    line-height: 1.35;
}

.eh-page-summary-card p:last-child {
    margin: 0;
    color: #627083;
    line-height: 1.7;
}

.eh-internal-benefits {
    z-index: 2;
    padding: 92px 0 48px;
    color: #fff;
    background: #0a2540;
}

.eh-benefit-item {
    display: flex;
    min-height: 58px;
    align-items: center;
    gap: 13px;
    padding: 14px 18px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 14px;
    background: rgba(255, 255, 255, .06);
    font-size: .95rem;
    font-weight: 650;
}

.eh-benefit-item i {
    display: inline-flex;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #0a2540;
    background: var(--ehosting-cyan);
}

.eh-internal-content {
    position: relative;
    z-index: 1;
    padding: 132px 0 88px;
    background: #fff;
}

.eh-related-card {
    display: flex;
    height: 100%;
    min-height: 240px;
    flex-direction: column;
    padding: 26px;
    border: 1px solid #e2e9f0;
    border-radius: 18px;
    color: inherit;
    background: #fff;
    box-shadow: 0 14px 34px rgba(10, 37, 64, .07);
    text-decoration: none;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.eh-related-card:hover,
.eh-related-card:focus {
    border-color: rgba(6, 214, 160, .62);
    color: inherit;
    box-shadow: 0 18px 40px rgba(10, 37, 64, .12);
    outline: none;
    text-decoration: none;
    transform: translateY(-4px);
}

.eh-related-card > span {
    color: var(--ehosting-blue-light);
    font-size: .7rem;
    font-weight: 750;
    letter-spacing: .055em;
    text-transform: uppercase;
}

.eh-related-card h3 {
    margin: 12px 0 10px;
    color: #0a2540;
    font-size: 1.12rem;
}

.eh-related-card p {
    flex: 1;
    color: #627083;
    font-size: .88rem;
    line-height: 1.65;
}

.eh-related-card strong {
    color: var(--ehosting-blue-light);
    font-size: .82rem;
}

@media (max-width: 1199.98px) and (min-width: 992px) {
    .main-menu-custom .mega-menu-solucoes {
        max-height: calc(100vh - 90px);
    }

    .mega-solution-card {
        padding: 14px;
    }

    .mega-link-columns a {
        font-size: .71rem;
    }
}

@media (max-width: 991.98px) {
    .shape_triangle::after {
        bottom: -38px;
        height: 40px;
    }

    .eh-internal-intro {
        padding: 56px 0 50px;
    }

    .eh-internal-benefits {
        padding: 72px 0 40px;
    }

    .eh-internal-content {
        padding: 92px 0 58px;
    }
}

@media (max-width: 575.98px) {
    .eh-page-summary-card {
        padding: 25px;
    }

    .eh-internal-benefits {
        padding: 64px 0 32px;
    }

    .eh-internal-content {
        padding-top: 76px;
    }
}

/* ============================================
   HEADER - Estilo Custom
   ============================================ */

.header-overline-container {
    position: relative;
    z-index: 1000;
    background: var(--ehosting-blue);
    min-height: var(--header-height);
}

/* Header Principal */
.site-header-custom {
    background: var(--ehosting-blue);
    position: relative;
    z-index: 1000;
    padding: 0;
    min-height: var(--header-height);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.site-header-custom .container-fluid {
    padding: 0 2rem;
}

/* Logo */
.brand-logo-custom {
    display: flex;
    align-items: center;
    height: var(--header-height);
}

.brand-logo-custom .logo-img {
    height: 40px;
    width: auto;
    max-width: 200px;
}

/* Navbar */
.navbar-custom {
    flex: 1;
    justify-content: center;
}

.main-menu-custom {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-menu-custom .nav-item {
    position: relative;
}

.main-menu-custom .nav-link {
    color: var(--ehosting-text-white) !important;
    font-size: 0.9375rem;
    font-weight: 500;
    padding: 0.75rem 1rem !important;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.main-menu-custom .nav-link:hover {
    color: var(--ehosting-cyan) !important;
}

.main-menu-custom .nav-link.dropdown-toggle::after {
    margin-left: 0.5rem;
    border-top-color: var(--ehosting-text-white);
    transition: all 0.3s ease;
}

.main-menu-custom .nav-item:hover .nav-link.dropdown-toggle::after {
    border-top-color: var(--ehosting-cyan);
}

/* Dropdown Menu */
.main-menu-custom .dropdown-menu {
    background: var(--ehosting-blue-light);
    border: none;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    padding: 0.5rem 0;
    margin-top: 0.5rem;
    min-width: 220px;
}

.main-menu-custom .dropdown-menu .dropdown-item {
    color: var(--ehosting-text-white);
    padding: 0.75rem 1.5rem;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.main-menu-custom .dropdown-menu .dropdown-item:hover {
    background: rgba(255, 255, 255, 0.1);
    color: var(--ehosting-cyan);
}

/* Botão Entrar */
.btn-entrar-custom {
    background: var(--ehosting-red) !important;
    color: var(--ehosting-text-white) !important;
    padding: 0.75rem 2rem;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.9375rem;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-entrar-custom:hover {
    background: var(--ehosting-red-hover) !important;
    color: var(--ehosting-text-white) !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(230, 57, 70, 0.4);
}

/* Header Actions */
.header-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
}

/* Header Main Row */
.header-main-row {
    position: relative;
    width: 100%;
}

.header-left-section {
    display: flex;
    align-items: center;
    gap: 1rem;
}

/* Mobile Menu Toggle Button */
.mobile-menu-toggle {
    background: rgba(255, 255, 255, 0.15);
    border: none;
    border-radius: 6px;
    padding: 0.5rem 0.75rem;
    color: var(--ehosting-text-white);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

.mobile-menu-toggle:hover,
.mobile-menu-toggle:focus {
    background: rgba(255, 255, 255, 0.25);
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
}

.mobile-menu-toggle .navbar-toggler-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-menu-toggle .navbar-toggler-icon i {
    font-size: 1.25rem;
    color: var(--ehosting-text-white);
}

/* Mobile Menu Collapse */
.mobile-menu-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--ehosting-blue-light);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 1001;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    max-height: calc(100vh - var(--header-height));
    overflow-y: auto;
}

.mobile-menu-collapse.show {
    display: block !important;
}

.main-menu-mobile {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    padding: 0.5rem 0;
    margin: 0;
    list-style: none;
}

.main-menu-mobile .nav-item {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-menu-mobile .nav-item:last-child {
    border-bottom: none;
}

.main-menu-mobile .nav-link {
    color: var(--ehosting-text-white) !important;
    padding: 1rem 1.5rem !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 0.9375rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.main-menu-mobile .nav-link:hover {
    background: rgba(255, 255, 255, 0.1);
    color: var(--ehosting-cyan) !important;
}

.main-menu-mobile .nav-link.dropdown-toggle::after {
    border-top-color: var(--ehosting-text-white);
    margin-left: auto;
}

/* Mobile Dropdown Menu */
.main-menu-mobile .dropdown-menu {
    position: static !important;
    float: none;
    width: 100%;
    margin-top: 0;
    background: rgba(0, 0, 0, 0.2);
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

.main-menu-mobile .dropdown-menu .dropdown-item {
    color: var(--ehosting-text-light);
    padding: 0.75rem 1.5rem 0.75rem 3rem;
    font-size: 0.875rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.main-menu-mobile .dropdown-menu .dropdown-item:hover {
    background: rgba(255, 255, 255, 0.1);
    color: var(--ehosting-cyan);
}

/* Mobile Responsive */
@media (max-width: 991.98px) {
    .site-header-custom {
        position: relative;
    }
    
    .site-header-custom .container-fluid {
        padding: 0 1rem;
        position: relative;
    }
    
    .header-main-row {
        min-height: var(--header-height);
    }
    
    .header-actions {
        gap: 0.5rem;
    }
    
    .btn-entrar-custom {
        padding: 0.625rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .brand-logo-custom .logo-img {
        height: 35px;
    }
    
    /* Garantir que navbar desktop não apareça */
    .navbar-custom.d-none.d-lg-flex {
        display: none !important;
    }
}

/* Body padding para header fixo */
body:not(.homepage-body) {
    padding-top: var(--header-height);
}

@media (max-width: 991.98px) {
    body:not(.homepage-body) {
        padding-top: 0;
    }
}

/* Header fixo em páginas que não são homepage */
.site-header-custom.not-homepage-header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
}

@media (max-width: 991.98px) {
    .site-header-custom.not-homepage-header {
        position: relative !important;
    }
}

/* Header na homepage fica absolute para hero ficar abaixo */
.site-header-custom.is-homepage-header {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
    border-bottom: none;
    z-index: 1001;
}

/* Na homepage, quando scrolla, muda para fixed */
.site-header.is-homepage-header.scrolled {
    position: fixed !important;
    background:#0a2540;
    box-shadow: var(--header-shadow-scrolled);
    top: 12px;
    border-radius: 16px;
    border-color: rgba(255, 255, 255, 0.12);
    width:100%

}

/* Container interno do header - Versão Clean */
.site-header .container-fluid {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 1.25rem 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-header.scrolled .container-fluid {
    padding: 1rem 3rem;
}

/* Ajuste do container interno - Garantir alinhamento vertical */
.site-header .container-fluid > div {
    width: 100%;
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
    min-height: 100%;
}

/* Garantir que nav esteja alinhado */
.site-header .container-fluid > div > nav {
    display: flex;
    align-items: center;
    height: 100%;
    flex: 1;
}

/* Logo - Versão Clean e Elegante */
.brand-logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-right: 4.5rem;
    z-index: 10;
}

.brand-logo a {
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: var(--header-transition);
}

.brand-logo a:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

.brand-logo img {
    max-height: 40px;
    width: auto;
    transition: var(--header-transition);
    /* Filtro removido - logo deve ter sua cor original */
    opacity: 1;
}

.site-header.scrolled .brand-logo img {
    max-height: 36px;
}

/* Navegação Principal - Alinhada com o resto do header */
.navbar {
    flex: 1;
    justify-content: center;
    max-width: none;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
}

/* Garantir que navbar-nav-wrapper esteja alinhado */
.navbar-nav-wrapper {
    display: flex;
    align-items: center;
    height: 100%;
}

.navbar-nav.main-menu {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
    flex-wrap: nowrap;
}

.navbar-nav.main-menu .nav-item {
    position: relative;
}

.navbar-nav.main-menu .nav-link {
    color: var(--header-text) !important;
    font-size: 0.9375rem;
    font-weight: 500;
    letter-spacing: -0.01em;
    padding: 0.65rem 1.4rem !important;
    text-decoration: none;
    transition: var(--header-transition);
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    white-space: nowrap;
}

.navbar-nav.main-menu .nav-link:hover {
    color: var(--header-text-hover) !important;
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.navbar-nav.main-menu .nav-link::after {
    display: none; /* Removido underline para estilo mais clean */
}

/* Dropdown Menu */
.navbar-nav.main-menu .dropdown-menu {
    background: var(--header-bg);
    border: none;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    padding: 0.75rem 0;
    margin-top: 0.5rem;
    min-width: 220px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.navbar-nav.main-menu .dropdown-menu .dropdown-item {
    color: var(--header-text);
    padding: 0.75rem 1.5rem;
    transition: var(--header-transition);
    font-size: 0.9rem;
}

.navbar-nav.main-menu .dropdown-menu .dropdown-item:hover {
    background: rgba(255, 255, 255, 0.1);
    color: var(--header-text-hover);
    padding-left: 2rem;
}

/* Botões do Header (Direita) - Alinhados verticalmente */
.header-btn {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-shrink: 0;
    margin-left: 3rem;
    height: 100%;
}

/* Garantir que todos os elementos do header tenham mesma altura base */
.site-header .container-fluid > div > * {
    display: flex;
    align-items: center;
    height: 100%;
}

/* Botão "Entrar" - Versão Clean e Elegante */
.client-login-header-btn {
    background: var(--header-btn-primary) !important;
    color: white !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 0.75rem 2rem !important;
    font-weight: 600 !important;
    font-size: 0.9375rem !important;
    letter-spacing: -0.01em;
    transition: var(--header-transition);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 4px 20px rgba(59, 130, 246, 0.3);
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}

.client-login-header-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.client-login-header-btn:hover::before {
    left: 100%;
}

.client-login-header-btn:hover {
    background: var(--header-btn-primary-hover) !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(59, 130, 246, 0.4);
    color: white !important;
}

.client-login-header-btn i {
    font-size: 0.9rem;
}

/* Menu Mobile */
.navbar-toggler {
    border: none;
    padding: 0.5rem;
    color: var(--header-text);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    transition: var(--header-transition);
}

.navbar-toggler:hover {
    background: rgba(255, 255, 255, 0.2);
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
}

/* Notificações e Dropdown do Usuário */
.notifications-btn-header,
.minnimalist-btn {
    color: var(--header-text) !important;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 8px;
    padding: 0.5rem 0.75rem;
    transition: var(--header-transition);
}

.notifications-btn-header:hover,
.minnimalist-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

/* Espaçamento para não sobrepor o conteúdo - Apenas páginas não-homepage */
body.not-login-page:not(.homepage-body) {
    /* padding-top: 100px; */
}

/* Homepage - Hero precisa começar abaixo do header */
.site-wrapper .hero-area-header-banner-image {
    margin-top: 0;
    position: relative;
}

/* Garantir que hero comece abaixo do header na homepage */
.site-wrapper .is-homepage-header ~ .hero-area-header-banner-image,
.site-wrapper > .hero-area-header-banner-image {
    padding-top: 120px !important;
    margin-top: 0;
}

/* Se o hero estiver logo após o header-overline-container (estrutura atual) */
.header-overline-container + .hero-area-header-banner-image {
    padding-top: 120px !important;
    margin-top: 0;
}

/* Override do padding-top original do template na homepage */
.site-wrapper .is-homepage-header ~ .hero-area-header-banner-image.pt-33 {
    padding-top: 120px !important;
}

/* Ajustes responsivos */
@media (max-width: 991.98px) {
    :root {
        --header-margin: 15px;
    }
    
    .header-overline-container {
        padding-top: var(--header-margin);
    }
    
    .site-header {
        width: calc(100% - (var(--header-margin) * 2));
        top: var(--header-margin);
        border-radius: 12px;
    }
    
    .site-header.scrolled {
        top: 8px;
        border-radius: 10px;
    }
    
    .site-header .container-fluid {
        padding: 0.875rem 1.5rem;
    }
    
    .site-header.scrolled .container-fluid {
        padding: 0.625rem 1.5rem;
    }
    
    .brand-logo {
        margin-right: 1rem;
    }
    
    .brand-logo img {
        max-height: 36px;
    }
    
    .navbar-nav.main-menu {
        flex-direction: column;
        gap: 0.25rem;
        width: 100%;
    }
    
    .navbar-nav.main-menu .nav-link {
        width: 100%;
        padding: 0.75rem 1rem !important;
        justify-content: flex-start;
    }
    
    .header-btn {
        gap: 0.5rem;
        margin-left: 0.5rem;
    }
    
    .client-login-header-btn span {
        display: none !important;
    }
    
    body.not-login-page:not(.homepage-body) {
        /* padding-top: 90px; */
    }
}

@media (max-width: 575.98px) {
    :root {
        --header-margin: 10px;
        --header-border-radius: 12px;
    }
    
    .site-header {
        width: calc(100% - (var(--header-margin) * 2));
        top: var(--header-margin);
        border-radius: var(--header-border-radius);
    }
    
    .site-header.scrolled {
        top: 5px;
        border-radius: 10px;
    }
    
    .site-header .container-fluid {
        padding: 0.75rem 1rem;
    }
    
    .brand-logo img {
        max-height: 32px;
    }
    
    .brand-logo {
        margin-right: 0.5rem;
    }
    
    .client-login-header-btn {
        padding: 0.5rem 1rem !important;
        font-size: 0.85rem !important;
        border-radius: 8px !important;
    }
    
    body.not-login-page:not(.homepage-body) {
        /* padding-top: 85px; */
    }
}

/* Animação de entrada do header */
@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.site-header {
    animation: slideDown 0.5s ease-out;
}

/* Remover top header se existir */
.whmcs-top-header-area {
    display: none;
}

/* ============================================
   HERO SECTION
   ============================================ */

/* Hero Principal */
.hero-custom {
    background: var(--ehosting-blue);
    min-height: 85vh;
    position: relative;
    overflow: hidden;
    padding: 6rem 0 4rem;
    display: flex;
    align-items: center;
}

/* Background Pattern - Texto "FRIDAY" desbotado */
.hero-bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.08;
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.1) 10px,
        rgba(255, 255, 255, 0.1) 20px
    );
    z-index: 0;
}

.hero-bg-pattern::before {
    content: 'E-HOSTING';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-5deg);
    font-size: 25vw;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.05);
    letter-spacing: 0.1em;
    white-space: nowrap;
    font-family: 'Arial Black', sans-serif;
}

/* Hero Left Content */
.hero-left-content {
    position: relative;
    z-index: 2;
    padding: 2rem 0;
    padding-left:30px;
}

.hero-title-custom {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 2rem;
    color: var(--ehosting-text-white);
}

.hero-title-custom .hero-title-line-1 {
    color: var(--ehosting-cyan);
    display: block;
    margin-bottom: 0.25rem;
}

.hero-title-custom .hero-title-line-2 {
    color: var(--ehosting-text-white);
    display: block;
}

.hero-description-custom {
    font-size: clamp(1rem, 2vw, 1.25rem);
    line-height: 1.7;
    color: var(--ehosting-text-light);
    margin-bottom: 2.5rem;
    max-width: 550px;
}

/* Botões Hero */
.hero-buttons-custom {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-hero-cta-custom {
    padding: 1.25rem 3rem;
    border-radius: 8px;
    font-weight: 700;
    font-size: 1.125rem;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    border: 2px solid transparent;
}

.btn-hero-primary {
    background: var(--ehosting-red);
    color: var(--ehosting-text-white);
    box-shadow: 0 4px 20px rgba(230, 57, 70, 0.3);
}

.btn-hero-primary:hover {
    background: var(--ehosting-red-hover);
    color: var(--ehosting-text-white);
    transform: translateY(-3px);
    box-shadow: 0 6px 30px rgba(230, 57, 70, 0.5);
}

.btn-hero-secondary {
    background: transparent;
    color: var(--ehosting-text-white);
    border-color: var(--ehosting-text-white);
}

.btn-hero-secondary:hover {
    background: var(--ehosting-text-white);
    color: var(--ehosting-primary);
    transform: translateY(-3px);
    box-shadow: 0 6px 30px rgba(255, 255, 255, 0.3);
}

/* Hero Right Visual */
.hero-right-visual {
    position: relative;
    z-index: 2;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
}

/* Promotional Badges */
.hero-badge {
    position: absolute;
    background: var(--ehosting-red);
    color: var(--ehosting-text-white);
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    font-weight: 700;
    font-size: 0.875rem;
    z-index: 10;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.hero-badge-1 {
    top: 10%;
    left: 5%;
    transform: rotate(-5deg);
}

.hero-badge-2 {
    top: 20%;
    right: 10%;
    transform: rotate(3deg);
}

/* Hero Image Wrapper */
.hero-image-wrapper {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.hero-image-placeholder {
    background: linear-gradient(135deg, var(--ehosting-blue-light) 0%, var(--ehosting-cyan) 100%);
    border-radius: 20px;
    padding: 4rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
}

.hero-image-placeholder::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    animation: pulse 3s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.1); opacity: 0.8; }
}

.hero-image-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.hero-image-content img{
    width: 100%;
    max-width: 450px;
    object-fit: cover;
}

.hero-icon-large {
    font-size: 8rem;
    color: rgba(255, 255, 255, 0.9);
}

/* Hero Bottom Text */
.hero-bottom-text {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 2rem 0;
}

.hero-brand-logo {
    margin-bottom: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-logo-img {
    height: 60px;
    width: auto;
    max-width: 300px;
   
}

.hero-tagline {
    font-size: 1rem;
    font-weight: 600;
    color: var(--ehosting-cyan);
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

/* Responsividade Hero */
@media (max-width: 991.98px) {
    .hero-custom {
        min-height: auto;
        padding: 4rem 0 3rem;
    }
    
    .hero-title-custom {
        text-align: center;
    }
    
    .hero-description-custom {
        text-align: center;
        margin: 0 auto 2rem;
    }
    
    .hero-left-content {
        text-align: center;
        margin-bottom: 3rem;
    }
    
    .hero-buttons-custom {
        justify-content: center;
    }
    
    .btn-hero-cta-custom {
        margin: 0;
        flex: 1;
        min-width: 200px;
        justify-content: center;
    }
    
    .hero-right-visual {
        min-height: 400px;
    }
    
    .hero-badge {
        font-size: 0.75rem;
        padding: 0.5rem 1rem;
    }
    
    .hero-icon-large {
        font-size: 5rem;
    }
}

@media (max-width: 575.98px) {
    .hero-custom {
        padding: 3rem 0 2rem;
    }
    
    .hero-title-custom {
        font-size: clamp(1.75rem, 8vw, 2.25rem);
    }
    
    .hero-description-custom {
        font-size: 0.9375rem;
    }
    
    .hero-buttons-custom {
        flex-direction: column;
        width: 100%;
    }
    
    .btn-hero-cta-custom {
        padding: 1rem 2rem;
        font-size: 1rem;
        width: 100%;
        justify-content: center;
    }
    
    .hero-brand-logo .hero-logo-img {
        height: 45px;
        max-width: 250px;
    }
    
    .hero-tagline {
        font-size: 0.875rem;
    }
}

@media (max-width: 991.98px) {
.hero-area-header-banner-image {
        min-height: auto;
        padding: 3rem 1rem !important;
        align-items: flex-start;
        padding-top: 4rem !important;
    }
    
    .hero-area-header-banner-image.pt-33 {
        padding-top: 4rem !important;
    }
}

@media (max-width: 575.98px) {
    .hero-area-header-banner-image {
        padding: 2.5rem 0.75rem !important;
        padding-top: 3.5rem !important;
    }
    
    .hero-area-header-banner-image.pt-33 {
        padding-top: 3.5rem !important;
    }
}

/* Hero com background gradiente suave e elegante */
.hero-area-header-banner-image[style*="background-image"] {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: relative;
}

/* Overlay refinado com gradiente mais sofisticado */
.hero-area-header-banner-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg, 
        rgba(15, 23, 42, 0.75) 0%, 
        rgba(15, 23, 42, 0.5) 50%,
        rgba(15, 23, 42, 0.65) 100%
    );
    z-index: 1;
}

/* Efeito de brilho sutil no fundo */
.hero-area-header-banner-image::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 1;
    animation: pulse 8s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
}

/* Conteúdo do Hero - Versão Clean e Refinada */
.hero-content {
    position: relative;
    z-index: 2;
    max-width: 680px;
    width: 100%;
}

.hero-content h4 {
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: 0.05em;
    font-weight: 500;
    font-size: 0.875rem;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    opacity: 0.9;
}

.hero-content h1 {
    color: #ffffff;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1.75rem;
    letter-spacing: -0.02em;
    font-size: clamp(2rem, 5vw, 4.5rem);
}

.hero-content h1 .sub-text {
    color: var(--header-text-hover);
    background: linear-gradient(135deg, #60a5fa 0%, #3b82f6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
}

.hero-content p {
    color: rgba(255, 255, 255, 0.8);
    font-size: clamp(1rem, 2.5vw, 1.125rem);
    line-height: 1.75;
    margin-bottom: 2.5rem;
    font-weight: 400;
    letter-spacing: -0.01em;
    max-width: 100%;
    padding-right: 0;
}

@media (max-width: 991.98px) {
    .hero-content {
        max-width: 100%;
        text-align: center;
        padding: 0;
    }
    
    .hero-content h4 {
        font-size: 0.8rem;
        margin-bottom: 1rem;
    }
    
    .hero-content h1 {
        font-size: clamp(1.75rem, 8vw, 2.5rem);
        margin-bottom: 1.25rem;
    }
    
    .hero-content p {
        font-size: 1rem;
        margin-bottom: 1.5rem;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

@media (max-width: 575.98px) {
    .hero-content h1 {
        font-size: clamp(1.5rem, 10vw, 2rem);
        line-height: 1.2;
    }
    
    .hero-content p {
        font-size: 0.9375rem;
        line-height: 1.6;
    }
}

/* Botões do Hero - Versão Clean e Elegante */
.hero-btns {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    align-items: flex-start;
    width: 100%;
}

.hero-btns .btn {
    border-radius: 14px;
    padding: 1.125rem 2.5rem;
    font-weight: 600;
    font-size: 1.0625rem;
    letter-spacing: -0.01em;
    transition: var(--header-transition);
    box-shadow: 0 8px 32px rgba(59, 130, 246, 0.35);
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}

.hero-btns .btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
    transition: left 0.6s;
}

.hero-btns .btn:hover::before {
    left: 100%;
}

.hero-btns .btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(59, 130, 246, 0.45);
}

.hero-btns .btn-purple {
    background: var(--header-btn-primary);
    border: none;
    color: white;
}

.hero-btns .btn-purple:hover {
    background: var(--header-btn-primary-hover);
    color: white;
}

.hero-btns p {
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.65);
    margin-top: 0.5rem;
    font-weight: 400;
    width: 100%;
}

.hero-btns p a {
    color: var(--header-text-hover);
    text-decoration: none;
    border-bottom: 1px solid rgba(96, 165, 250, 0.4);
    transition: var(--header-transition);
    padding-bottom: 2px;
}

.hero-btns p a:hover {
    color: #ffffff;
    border-bottom-color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 991.98px) {
    .hero-btns {
        align-items: center;
        width: 100%;
    }
    
    .hero-btns .btn {
        width: 100%;
        max-width: 100%;
        padding: 1rem 2rem;
        font-size: 1rem;
    }
    
    .hero-btns p {
        text-align: center;
        font-size: 0.875rem;
    }
}

@media (max-width: 575.98px) {
    .hero-btns .btn {
        padding: 0.875rem 1.5rem;
        font-size: 0.9375rem;
    }
    
    .hero-btns p {
        font-size: 0.8125rem;
    }
}

/* Domain Checker na Homepage - Versão Clean */
/* ============================================
   DOMAIN CHECKER - Design Moderno
   ============================================ */

.domain-checker-modern {
    position: relative;
    z-index: 2;
    margin-top: -80px;
    margin-bottom: 4rem;
    padding: 0 1rem;
}

.domain-checker-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 3rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

/* ============================================
   SECTION TITLES - Padronização Global
   ============================================ */

.section-title {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 700;
    color: var(--ehosting-blue);
    margin-bottom: 1rem;
    line-height: 1.2;
}

.section-subtitle {
    font-size: clamp(1rem, 2vw, 1.125rem);
    color: #6b7280;
    margin-bottom: 2rem;
    line-height: 1.6;
}

/* Domain Checker - mantém alinhamento centralizado */
.domain-checker-card .section-title,
.domain-checker-card .section-subtitle {
    text-align: center;
}

.domain-checker-card .section-subtitle {
    margin-bottom: 2rem;
}

.domain-checker-form {
    margin-bottom: 2.5rem;
}

.domain-input-wrapper {
    display: flex;
    gap: 0.75rem;
    background: #f9fafb;
    border-radius: 16px;
    padding: 0.5rem;
    border: 2px solid #e5e7eb;
    transition: all 0.3s ease;
}

.domain-input-wrapper:focus-within {
    border-color: var(--ehosting-red);
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(230, 57, 70, 0.1);
}

.domain-input {
    flex: 1;
    border: none !important;
    background: transparent;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    font-weight: 500;
    color: #1f2937;
    border-radius: 12px;
}

.domain-input::placeholder {
    color: #9ca3af;
}

.domain-input:focus {
    outline: none;
    box-shadow: none;
}

.btn-domain-search {
    background: var(--ehosting-red);
    color: #ffffff;
    border: none;
    border-radius: 12px;
    padding: 1rem 2.5rem;
    font-weight: 600;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    white-space: nowrap;
    box-shadow: 0 4px 12px rgba(230, 57, 70, 0.3);
}

.btn-domain-search:hover {
    background: var(--ehosting-red-hover);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(230, 57, 70, 0.4);
    color: #ffffff;
}

.btn-domain-search i {
    font-size: 1.125rem;
}

/* Featured TLDs */
.featured-tlds {
    border-top: 1px solid #e5e7eb;
    padding-top: 2rem;
}

.tlds-label {
    font-size: 0.875rem;
    color: #6b7280;
    margin-bottom: 1rem;
    text-align: center;
    font-weight: 500;
}

.tlds-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

.tld-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem 1.5rem;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    min-width: 100px;
}

.tld-item:hover {
    background: var(--ehosting-blue);
    border-color: var(--ehosting-blue);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(10, 37, 64, 0.2);
}

.tld-item:hover .tld-name,
.tld-item:hover .tld-price {
    color: #ffffff;
}

.tld-name {
    font-size: 1rem;
    font-weight: 700;
    color: var(--ehosting-blue);
    margin-bottom: 0.25rem;
    transition: color 0.3s ease;
}

.tld-price {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--ehosting-red);
    transition: color 0.3s ease;
}

/* Responsividade Domain Checker */
@media (max-width: 991.98px) {
    .domain-checker-modern {
        margin-top: -40px;
        padding: 0 0.75rem;
    }
    
    .domain-checker-card {
        padding: 2rem 1.5rem;
        border-radius: 20px;
    }
    
    .domain-input-wrapper {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .btn-domain-search {
        width: 100%;
        padding: 1rem;
    }
    
    .tlds-list {
        gap: 0.5rem;
    }
    
    .tld-item {
        min-width: 80px;
        padding: 0.875rem 1rem;
    }
}

@media (max-width: 575.98px) {
    .domain-checker-card {
        padding: 1.5rem 1rem;
    }
    
    /* Section titles responsivos - mobile */
    .section-title {
        font-size: clamp(1.5rem, 3vw, 1.75rem);
    }
    
    .section-subtitle {
        font-size: clamp(0.875rem, 1.5vw, 1rem);
    }
    
    .tld-item {
        min-width: 70px;
        padding: 0.75rem 0.875rem;
    }
    
    .tld-name {
        font-size: 0.875rem;
    }
    
    .tld-price {
        font-size: 0.75rem;
    }
}

/* Captcha no Domain Checker */
.domain-checker-form .domainchecker-homepage-captcha {
    margin-top: 1.5rem;
    padding: 0;
}

.domain-checker-form #google-recaptcha-domainchecker {
    margin: 1rem auto;
    display: flex;
    justify-content: center;
}

.domain-checker-form #default-captcha-domainchecker {
    margin: 1rem auto;
    padding: 0;
}

.domain-checker-form #default-captcha-domainchecker p {
    margin-bottom: 0.75rem;
    font-size: 0.875rem;
    color: #6b7280;
}

.domain-checker-form #default-captcha-domainchecker .captchaimage {
    display: flex;
    align-items: center;
    justify-content: center;
}

.domain-checker-form #default-captcha-domainchecker #inputCaptcha {
    width: 100%;
    max-width: 150px;
    padding: 0.75rem;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    font-size: 0.875rem;
}

/* Hero Features List */
.hero-features {
    width: 100%;
}

.hero-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    width: 100%;
}

.hero-features li {
    color: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    margin-right: 1.5rem;
    margin-bottom: 0.5rem;
    flex: 0 0 auto;
}

.hero-features li:last-child {
    margin-right: 0;
}

.hero-features i {
    font-size: 1.1rem;
    margin-right: 0.5rem;
    flex-shrink: 0;
}

.hero-features span {
    white-space: nowrap;
}

.hero-features .text-success {
    color: #10b981 !important;
}

@media (max-width: 991.98px) {
    .hero-features ul {
        justify-content: center;
        gap: 0.75rem;
    }
    
    .hero-features li {
        margin-right: 1rem;
        margin-bottom: 0.75rem;
    }
}

@media (max-width: 575.98px) {
    .hero-features ul {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    
    .hero-features li {
        margin-right: 0;
        margin-bottom: 0.5rem;
        width: 100%;
        justify-content: center;
    }
    
    .hero-features i {
        font-size: 1rem;
    }
    
    .hero-features span {
        font-size: 0.875rem;
    }
}

/* Hero Stats */
.hero-stats {
    padding: 2rem;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
}

.stat-item h3 {
    color: #ffffff;
    font-weight: 800;
    font-size: clamp(1.5rem, 4vw, 2.5rem);
}

.stat-item p {
    color: rgba(255, 255, 255, 0.7);
    font-size: clamp(0.75rem, 2vw, 0.875rem);
}

@media (max-width: 991.98px) {
    .hero-stats {
        padding: 1.5rem;
        margin-top: 2rem;
    }
    
    .stat-item {
        text-align: center !important;
    }
    
    .stat-item h3 {
        font-size: 1.75rem;
    }
}

@media (max-width: 575.98px) {
    .hero-stats {
        padding: 1.25rem;
        border-radius: 16px;
    }
    
    .stat-item h3 {
        font-size: 1.5rem;
    }
    
    .stat-item p {
        font-size: 0.75rem;
    }
}

/* Botão Outline Light */
.btn-outline-light {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    transition: var(--header-transition);
}

.btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
    color: #ffffff;
    transform: translateY(-2px);
}

/* Container do Hero - Responsivo */
.hero-area-header-banner-image .container-fluid {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media (max-width: 991.98px) {
    .hero-area-header-banner-image .container-fluid {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    .hero-area-header-banner-image .row {
        margin-left: 0;
        margin-right: 0;
    }
    
    .hero-area-header-banner-image .row > [class*="col-"] {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}

@media (max-width: 575.98px) {
    .hero-area-header-banner-image .container-fluid {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    
}

/* ============================================
   ABOUT SECTION - Design Moderno
   ============================================ */

.about-section-modern {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 6rem 0;
    position: relative;
}

.about-content {
    padding: 2rem;
}

/* About Section - mantém estilo específico se necessário */
.about-section-modern .section-title {
    margin-bottom: 2rem;
}

.about-subtitle {
    font-size: clamp(1.25rem, 2.5vw, 1.75rem);
    font-weight: 700;
    color: var(--ehosting-blue);
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

/* About Statistics Grid */
.about-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 2rem;
    padding: 0;
}

.about-stat-item {
    text-align: center;
    padding: 1.5rem 1rem;
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.about-stat-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    border-color: var(--ehosting-blue-light);
}

.about-stat-icon {
    font-size: 2.5rem;
    color: var(--ehosting-blue);
    margin-bottom: 1rem;
    transition: all 0.3s ease;
}

.about-stat-item:hover .about-stat-icon {
    color: var(--ehosting-blue-light);
    transform: scale(1.1);
}

.about-stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--ehosting-blue);
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

.about-stat-label {
    font-size: 0.9375rem;
    color: #6b7280;
    font-weight: 500;
    text-transform: lowercase;
    line-height: 1.4;
}

.about-benefits {
    list-style: none;
    padding: 0;
    margin: 0 0 2.5rem 0;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.75rem;
    gap: 1rem;
}

.benefit-icon {
    color: var(--ehosting-red);
    font-size: 1.5rem;
    margin-top: 0.25rem;
    flex-shrink: 0;
}

.benefit-content {
    flex: 1;
}

.benefit-content strong {
    display: block;
    font-size: 1.125rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0.5rem;
}

.benefit-content p {
    font-size: 1rem;
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
}

.btn-about-cta {
    background: var(--ehosting-red);
    color: #ffffff;
    padding: 1.25rem 3rem;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1.125rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(230, 57, 70, 0.3);
}

.btn-about-cta:hover {
    background: var(--ehosting-red-hover);
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 6px 30px rgba(230, 57, 70, 0.4);
}

/* About Image Wrapper */
.about-image-wrapper {
    position: relative;
    padding: 2rem;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* About Image Container */
.about-image-container {
    width: 100%;
    max-width: 600px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    position: relative;
}

.about-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.about-image-container:hover .about-image {
    transform: scale(1.02);
}

/* Responsividade About Section */
@media (max-width: 991.98px) {
    .about-section-modern {
        padding: 4rem 0;
    }
    
    .about-content {
        padding: 1.5rem;
        margin-bottom: 3rem;
    }
    
    .about-image-wrapper {
        min-height: 400px;
        padding: 1rem;
    }
    
    .about-image-container {
        max-width: 100%;
    }
}

@media (max-width: 575.98px) {
    .about-section-modern {
        padding: 3rem 0;
    }
    
    .about-content {
        padding: 1rem;
    }
    
    .benefit-item {
        margin-bottom: 1.5rem;
    }
    
    .benefit-content strong {
        font-size: 1rem;
    }
    
    .benefit-content p {
        font-size: 0.9375rem;
    }
    
    .btn-about-cta {
        width: 100%;
        padding: 1rem 2rem;
        font-size: 1rem;
    }
    
    .about-image-container {
        max-width: 100%;
    }
    
    .about-stats-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }
    
    .about-stat-item {
        padding: 1.25rem 0.75rem;
    }
    
    .about-stat-icon {
        font-size: 2rem;
        margin-bottom: 0.75rem;
    }
    
    .about-stat-number {
        font-size: 2rem;
    }
}

@media (max-width: 575.98px) {
    .about-stats-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .about-stat-item {
        padding: 1.5rem 1rem;
    }
    
    .about-stat-icon {
        font-size: 2rem;
        margin-bottom: 0.75rem;
    }
    
    .about-stat-number {
        font-size: 2rem;
    }
    
    .about-subtitle {
        font-size: 1.25rem;
        margin-top: 2rem;
    }
}

/* ============================================
   PRODUCT CARDS - Design Moderno
   Cards de produtos na homepage
   ============================================ */

/* Container da seção de produtos */
.more-services-group-container {
    background: #ffffff;
    position: relative;
    padding: 4rem 0;
}

/* Products Carousel Wrapper */
.products-carousel-wrapper {
    position: relative;
    padding: 0 3rem;
    margin: 2rem 0;
}

.products-carousel {
    width: 100%;
}

.products-carousel .carousel-cell {
    width: calc(33.333% - 1.33rem);
    margin-right: 2rem;
    padding: 0;
}

@media (max-width: 991.98px) {
    .products-carousel .carousel-cell {
        width: calc(50% - 1rem);
    }
}

@media (max-width: 767.98px) {
    .products-carousel .carousel-cell {
        width: 100%;
        margin-right: 1rem;
    }
}

.products-carousel .carousel-cell .product-card-modern {
    margin-bottom: 0;
}

/* Carousel Navigation */
.carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: var(--ehosting-blue);
    color: #ffffff;
    border: none;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(10, 37, 64, 0.2);
}

.carousel-nav:hover {
    background: var(--ehosting-blue-light);
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 20px rgba(10, 37, 64, 0.3);
}

.carousel-nav:active {
    transform: translateY(-50%) scale(0.95);
}

.carousel-nav.disabled {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
}

.carousel-nav i {
    font-size: 1.5rem;
}

.carousel-nav-prev {
    left: 0;
}

.carousel-nav-next {
    right: 0;
}

.more-services-group-container h2 {
    color: var(--ehosting-blue);
    font-weight: 700;
}

.more-services-group-container p {
    color: #6b7280;
}

/* Botão Ver Todos os Planos */
.btn-view-all-plans {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2.5rem;
    background: var(--ehosting-blue);
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(10, 37, 64, 0.2);
}

.btn-view-all-plans:hover {
    background: var(--ehosting-blue-light);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(10, 37, 64, 0.3);
    text-decoration: none;
}

.btn-view-all-plans i {
    transition: transform 0.3s ease;
}

.btn-view-all-plans:hover i {
    transform: translateX(4px);
}

@media (max-width: 991.98px) {
    .products-carousel-wrapper {
        padding: 0 4rem;
    }
}

@media (max-width: 767.98px) {
    .products-carousel-wrapper {
        padding: 0 3.5rem;
    }
    
    .carousel-nav {
        width: 40px;
        height: 40px;
    }
    
    .carousel-nav i {
        font-size: 1.25rem;
    }
}

@media (max-width: 575.98px) {
    .products-carousel-wrapper {
        padding: 0 3rem;
    }
    
    .btn-view-all-plans {
        width: 100%;
        padding: 0.875rem 2rem;
        font-size: 1rem;
    }
    
    .carousel-nav {
        width: 36px;
        height: 36px;
    }
}

/* Cards de Produtos Modernos */
.product-card-modern {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafb 100%);
    border: 2px solid #e5e7eb;
    border-radius: 20px;
    padding: 2.5rem 2rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

/* Efeito de brilho sutil no hover */
.product-card-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.5s ease;
}

.product-card-modern:hover::before {
    left: 100%;
}

/* Hover do card */
.product-card-modern:hover {
    transform: translateY(-8px);
    border-color: var(--ehosting-blue-light);
    box-shadow: 0 20px 40px rgba(10, 37, 64, 0.12);
    background: linear-gradient(135deg, #ffffff 0%, #f0f7ff 100%);
}

/* Ícone do produto */
.product-card-modern .icon {
    font-size: 3rem;
    color: var(--ehosting-blue);
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
    display: block;
}

.product-card-modern:hover .icon {
    color: var(--ehosting-blue-light);
    transform: scale(1.1) rotate(5deg);
}

/* Título do produto */
.product-card-modern h5 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--ehosting-blue);
    margin-bottom: 1rem;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.product-card-modern:hover h5 {
    color: var(--ehosting-blue-light);
}

/* Descrição */
.product-card-modern .aws-services-box-discription {
    color: #6b7280;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    min-height: auto;
    flex-grow: 1;
}

/* Tag "A partir de" */
.product-card-modern .aws-services-box-tag {
    color: #9ca3af;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: auto;
    margin-bottom: 0.5rem;
}

/* Preço */
.product-card-modern .aws-services-box-price {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0.5rem;
    line-height: 1.2;
}

.product-card-modern .aws-services-box-price .currencey {
    font-size: 1.75rem;
    font-weight: 600;
    color: var(--ehosting-blue);
    transition: color 0.3s ease;
    display: inline-block;
}

.product-card-modern:hover .aws-services-box-price .currencey {
    color: var(--ehosting-blue-light);
}

.product-card-modern .aws-services-box-price .currencey.sale {
    font-size: 1rem;
    text-decoration: line-through;
    color: #9ca3af;
    position: relative;
    opacity: 0.7;
    margin-right: 0.5rem;
}

.product-card-modern .aws-services-box-price .currencey.sale::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    background: #9ca3af;
    transform: translateY(-50%);
}

.product-card-modern .aws-services-box-price .price {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--ehosting-blue);
    font-family: 'Inter', sans-serif;
    line-height: 1;
    transition: color 0.3s ease;
    display: inline-block;
}

.product-card-modern:hover .aws-services-box-price .price {
    color: var(--ehosting-blue-light);
}

.product-card-modern .aws-services-box-price small {
    font-size: 0.875rem;
    color: #6b7280;
    font-weight: 400;
    margin-left: 0.25rem;
    display: inline-block;
}

/* Preço formatado do WHMCS */
.product-card-modern .aws-services-box-price .price-value {
    font-size: 2.25rem;
    font-weight: 700;
    color: var(--ehosting-blue);
    font-family: 'Inter', sans-serif;
    line-height: 1;
    transition: color 0.3s ease;
}

.product-card-modern:hover .aws-services-box-price .price-value {
    color: var(--ehosting-blue-light);
}

.product-card-modern .aws-services-box-price .price-period {
    font-size: 0.875rem;
    color: #6b7280;
    font-weight: 400;
    margin-left: 0.5rem;
}

/* Botão */
.product-card-modern .btn-outline-white {
    background: transparent;
    border: 2px solid var(--ehosting-blue);
    color: var(--ehosting-blue);
    padding: 0.875rem 1.5rem;
    font-weight: 600;
    font-size: 0.9375rem;
    border-radius: 12px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: auto;
}

.product-card-modern .btn-outline-white:hover {
    background: var(--ehosting-blue);
    border-color: var(--ehosting-blue);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(10, 37, 64, 0.2);
}

.product-card-modern .btn-outline-white i {
    transition: transform 0.3s ease;
}

.product-card-modern .btn-outline-white:hover i {
    transform: translateX(4px);
}

/* Badge de destaque (opcional - para produto em destaque) */
.product-card-modern.featured {
    border-color: var(--ehosting-red);
    background: linear-gradient(135deg, #ffffff 0%, #fff5f5 100%);
    position: relative;
}

.product-card-modern.featured::after {
    content: 'Mais Popular';
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: var(--ehosting-red);
    color: #ffffff;
    padding: 0.375rem 0.875rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Responsividade */
@media (max-width: 991.98px) {
    .product-card-modern {
        padding: 2rem 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .product-card-modern .icon {
        font-size: 2.5rem;
    }
    
    .product-card-modern h5 {
        font-size: 1.25rem;
    }
    
    .product-card-modern .aws-services-box-price .price {
        font-size: 2rem;
    }
}

@media (max-width: 575.98px) {
    .product-card-modern {
        padding: 1.5rem 1.25rem;
    }
    
    .product-card-modern .icon {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
    
    .product-card-modern h5 {
        font-size: 1.125rem;
    }
    
    .product-card-modern .aws-services-box-discription {
        font-size: 0.875rem;
    }
    
    .product-card-modern .aws-services-box-price .price {
        font-size: 1.75rem;
    }
}

/* ============================================
   STATISTICS SECTION - Estatísticas
   ============================================ */

.statistics-section-modern {
    background: linear-gradient(135deg, #f8fafb 0%, #ffffff 100%);
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
}

.statistics-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    padding: 2rem 0;
}

.stat-item {
    text-align: center;
    padding: 1.5rem;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--ehosting-blue);
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 1rem;
    color: #6b7280;
    font-weight: 400;
    line-height: 1.5;
}

/* Responsividade Statistics */
@media (max-width: 991.98px) {
    .statistics-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
    }
    
    .stat-number {
        font-size: 2rem;
    }
}

@media (max-width: 767.98px) {
    .statistics-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .stat-number {
        font-size: 2rem;
    }
}

/* ============================================
   FOOTER MODERNO - Design Limpo e Profissional
   ============================================ */

.footer-modern {
    background: linear-gradient(135deg, #0a2540 0%, #0d3a5c 100%);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

/* CTA Section */
.footer-cta-section {
    background: rgba(255, 255, 255, 0.05);
    padding: 4rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-cta-content {
    max-width: 600px;
    margin: 0 auto;
}

.footer-cta-icon {
    font-size: 3rem;
    color: var(--ehosting-cyan);
    margin-bottom: 1.5rem;
    display: block;
}

.footer-cta-title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
}

.footer-cta-text {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 2rem;
}

.btn-footer-cta {
    display: inline-flex;
    align-items: center;
    padding: 1rem 2rem;
    background: #25d366;
    color: #ffffff;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.btn-footer-cta:hover {
    background: #20ba5a;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
    color: #ffffff;
    text-decoration: none;
}

/* Main Footer Content */
.footer-main-content {
    padding: 4rem 0 2rem;
}

.footer-brand-section {
    margin-bottom: 2rem;
}

.footer-logo-link {
    display: inline-block;
    margin-bottom: 1.5rem;
}

.footer-logo-img {
    height: 45px;
    width: auto;
}

.footer-brand-text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.footer-social-links {
    display: flex;
    gap: 1rem;
}

.footer-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.125rem;
}

.footer-social-link:hover {
    background: var(--ehosting-cyan);
    transform: translateY(-2px);
    color: #ffffff;
    text-decoration: none;
}

/* Footer Columns */
.footer-column {
    height: 100%;
}

.footer-column-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 0.75rem;
}

.footer-column-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: var(--ehosting-cyan);
}

.footer-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links-list li {
    margin-bottom: 0.75rem;
}

.footer-link {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9375rem;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-link:hover {
    color: var(--ehosting-cyan);
    padding-left: 0.5rem;
    text-decoration: none;
}

/* Footer Contact List */
.footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact-item-modern {
    margin-bottom: 1rem;
}

.footer-contact-link-modern {
    display: flex;
    align-items: flex-start;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.9375rem;
    line-height: 1.6;
}

.footer-contact-link-modern:hover {
    color: #ffffff;
    text-decoration: none;
}

.footer-contact-icon {
    min-width: 20px;
    margin-right: 0.75rem;
    margin-top: 0.125rem;
    font-size: 1rem;
}

.footer-contact-link-modern .fab.fa-whatsapp {
    color: #25d366;
}

.footer-contact-link-modern:hover .fab.fa-whatsapp {
    color: #25d366;
}

/* Footer Bottom */
.footer-bottom {
    padding: 2rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.2);
}

.footer-copyright {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.875rem;
    margin: 0;
}

.footer-agency-credit-modern {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
}

.footer-agency-text {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.875rem;
}

.footer-agency-link {
    display: inline-block;
    transition: opacity 0.3s ease;
}

.footer-agency-link:hover {
    opacity: 1;
}

.footer-agency-logo-modern {
    max-height: 35px;
    width: auto;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.footer-agency-link:hover .footer-agency-logo-modern {
    opacity: 1;
}

/* Responsividade Footer */
@media (max-width: 991.98px) {
    .footer-cta-section {
        padding: 3rem 0;
    }
    
    .footer-main-content {
        padding: 3rem 0 1.5rem;
    }
    
    .footer-column {
        margin-bottom: 2.5rem;
    }
}

@media (max-width: 767.98px) {
    .footer-cta-section {
        padding: 2.5rem 0;
    }
    
    .footer-cta-icon {
        font-size: 2.5rem;
    }
    
    .footer-main-content {
        padding: 2.5rem 0 1.5rem;
    }
    
    .btn-footer-cta {
        padding: 0.875rem 1.5rem;
        font-size: 0.9375rem;
    }
    
    .footer-contact-link-modern {
        font-size: 0.875rem;
    }
    
    .footer-contact-icon {
        font-size: 0.875rem;
        min-width: 18px;
    }
}

@media (max-width: 575.98px) {
    .footer-cta-section {
        padding: 2rem 0;
    }
    
    .footer-main-content {
        padding: 2rem 0 1rem;
    }
    
    .footer-agency-credit-modern {
        flex-direction: column;
        gap: 0.5rem;
    }
}

/* ============================================
   TESTIMONIALS SECTION - Depoimentos
   ============================================ */

.testimonials-section-modern {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 6rem 0;
    position: relative;
}

/* Testimonials Section - usa classes padronizadas */
.testimonials-section-modern .section-subtitle {
    margin-bottom: 0;
}

/* Testimonials Carousel Wrapper */
.testimonials-carousel-wrapper {
    position: relative;
    padding: 0 4rem;
    margin: 3rem 0;
}

.testimonials-carousel {
    width: 100%;
}

.testimonials-carousel .testimonial-item {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 1rem;
}

.feedback-cost {
    background: #ffffff;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.feedback-cost:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.feedback-cost a {
    text-decoration: none;
    display: block;
    margin-bottom: 1rem;
}

.feedback-cost a span {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--ehosting-blue);
    transition: color 0.3s ease;
}

.feedback-cost:hover a span {
    color: var(--ehosting-blue-light);
}

.feedback-cost p {
    font-size: 1rem;
    color: #6b7280;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.feedback-cost small {
    display: flex;
    gap: 0.25rem;
    margin-bottom: 1rem;
}

.feedback-cost small i {
    color: #fbbf24;
    font-size: 1.125rem;
}

.fedbak-nam {
    font-style: normal;
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--ehosting-blue);
    display: block;
    margin-top: auto;
}

/* Testimonial Navigation */
.testimonial-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: var(--ehosting-blue);
    color: #ffffff;
    border: none;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(10, 37, 64, 0.2);
}

.testimonial-nav:hover {
    background: var(--ehosting-blue-light);
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 20px rgba(10, 37, 64, 0.3);
}

.testimonial-nav i {
    font-size: 1.5rem;
}

.testimonial-nav-prev {
    left: 0;
}

.testimonial-nav-next {
    right: 0;
}

/* Flickity Page Dots Customization */
.testimonials-carousel .flickity-page-dots {
    bottom: -3rem;
    text-align: center;
}

.testimonials-carousel .flickity-page-dots .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d1d5db;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.testimonials-carousel .flickity-page-dots .dot.is-selected {
    background: var(--ehosting-blue);
    opacity: 1;
    width: 30px;
    border-radius: 5px;
}

/* Responsividade Testimonials */
@media (max-width: 991.98px) {
    .testimonials-carousel-wrapper {
        padding: 0 3.5rem;
    }
    
    /* Títulos padronizados já usam clamp() para responsividade */
}

@media (max-width: 767.98px) {
    .testimonials-section-modern {
        padding: 4rem 0;
    }
    
    .testimonials-carousel-wrapper {
        padding: 0 3rem;
    }
    
    .feedback-cost {
        padding: 2rem 1.5rem;
    }
    
    .testimonial-nav {
        width: 40px;
        height: 40px;
    }
    
    .testimonial-nav i {
        font-size: 1.25rem;
    }
}

@media (max-width: 575.98px) {
    .testimonials-carousel-wrapper {
        padding: 0 2.5rem;
    }
    
    /* Títulos padronizados já usam clamp() para responsividade */
    
    .feedback-cost {
        padding: 1.5rem 1.25rem;
    }
    
    .feedback-cost a span {
        font-size: 1.125rem;
    }
    
    .testimonial-nav {
        width: 36px;
        height: 36px;
    }
}

/* ============================================
   PAGE HERO & BREADCRUMBS - Páginas Internas
   ============================================ */

/* Override para páginas internas com breadcrumbs */
.hero-area-header-banner-image:not(.has-custom-bg) {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%) !important;
    padding: 4rem 0 2rem !important;
    position: relative;
    border-bottom: 1px solid #e5e7eb;
    min-height: auto;
}

/* Remover overlays que interferem nos breadcrumbs */
.hero-area-header-banner-image:not(.has-custom-bg)::before,
.hero-area-header-banner-image:not(.has-custom-bg)::after {
    display: none !important;
}

.page-hero-content {
    padding: 1.5rem 0 1rem 0 !important;
    position: relative;
    z-index: 10 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    gap: 1rem !important;
    border-bottom: none !important;
    flex-wrap: nowrap !important;
    max-width: 1140px;
    margin: 0 auto;
    padding-left: clamp(1rem, 4vw, 2rem) !important;
    padding-right: clamp(1rem, 4vw, 2rem) !important;
}

/* ============================================
   BREADCRUMBS - Design Sutil e Moderno
   ============================================ */

.page-breadcrumb {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    z-index: 10 !important;
    flex: 0 0 auto !important;
    width: 100% !important;
}

.breadcrumb-modern {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    gap: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    font-size: 0 !important; /* Remove espaços entre inline-flex */
}

.breadcrumb-item-modern {
    display: inline-flex !important;
    align-items: center !important;
    font-size: 0.75rem !important;
    font-weight: 400 !important;
    letter-spacing: 0.01em !important;
    padding: 0 !important;
    line-height: 1.4 !important;
}

.breadcrumb-item-modern:not(:last-child)::after {
    content: '/' !important;
    display: inline-block !important;
    margin: 0 0.625rem !important;
    color: #d1d5db !important;
    font-size: 0.75rem !important;
    font-weight: 300 !important;
    opacity: 0.6 !important;
    vertical-align: middle !important;
}

.breadcrumb-link {
    color: rgba(255, 255, 255, 0.9) !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
    display: inline-block !important;
    font-weight: 400 !important;
}

.breadcrumb-link:hover {
    color: var(--ehosting-cyan, #06d6a0) !important;
    text-decoration: none !important;
}

.breadcrumb-separator {
    display: none !important;
}

.breadcrumb-separator i,
.breadcrumb-separator svg {
    display: none !important;
}

.breadcrumb-current {
    color: var(--ehosting-text-white, #ffffff) !important;
    font-weight: 500 !important;
}

.breadcrumb-item-modern.active .breadcrumb-current {
    color: var(--ehosting-text-white, #ffffff) !important;
}

.breadcrumb-item-modern:not(:last-child)::after {
    color: rgba(255, 255, 255, 0.6) !important;
}

/* Breadcrumb Alternativo (includes/breadcrumb.tpl) - Estilo Sutil */
.breadcrumb.bg-default {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    border: none !important;
    position: relative !important;
    z-index: 10 !important;
    font-size: 0 !important;
}

.breadcrumb.bg-default .breadcrumb-item {
    font-size: 0.75rem !important;
    color: #6b7280 !important;
    font-weight: 400 !important;
    letter-spacing: 0.01em !important;
    display: inline-flex !important;
    align-items: center !important;
    padding: 0 !important;
    line-height: 1.5 !important;
}

.breadcrumb.bg-default .breadcrumb-item a {
    color: #6b7280 !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
    display: inline-block !important;
    font-weight: 400 !important;
}

.breadcrumb.bg-default .breadcrumb-item a:hover {
    color: var(--ehosting-blue) !important;
    text-decoration: none !important;
}

.breadcrumb.bg-default .breadcrumb-item.active {
    color: #374151 !important;
    font-weight: 500 !important;
}

.breadcrumb.bg-default .breadcrumb-item + .breadcrumb-item::before {
    content: '/' !important;
    color: #d1d5db !important;
    font-size: 0.75rem !important;
    opacity: 0.6 !important;
    font-weight: 300 !important;
    padding: 0 0.625rem !important;
    line-height: 1.5 !important;
}

/* Page Hero Title */
.page-hero-title {
    font-size: clamp(1.75rem, 4vw, 2.5rem) !important;
    font-weight: 700 !important;
    color: var(--ehosting-text-white, #ffffff) !important;
    margin: 0 !important;
    margin-top: 0.5rem !important;
    line-height: 1.2 !important;
    text-align: left !important;
    flex: 0 0 auto !important;
    width: 100% !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    opacity: 1 !important;
    visibility: visible !important;
}

/* Responsividade Breadcrumbs */
@media (max-width: 767.98px) {
    .hero-area-header-banner-image {
        padding: 3rem 0 1.5rem;
    }
    
    .page-hero-content {
        padding: 0.75rem 0 0.625rem 0 !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0.75rem !important;
        position: relative !important;
    }
    
    .page-breadcrumb {
        margin: 0 !important;
        padding: 0 !important;
        position: relative !important;
        left: auto !important;
        top: auto !important;
        transform: none !important;
    }
    
    .page-hero-title {
        width: 100% !important;
        text-align: left !important;
    }
    
    .breadcrumb-item-modern {
        font-size: 0.6875rem !important;
    }
    
    .breadcrumb-item-modern:not(:last-child)::after {
        margin: 0 0.5rem !important;
        font-size: 0.6875rem !important;
    }
    
    .breadcrumb.bg-default .breadcrumb-item {
        font-size: 0.6875rem !important;
    }
    
    .breadcrumb.bg-default .breadcrumb-item + .breadcrumb-item::before {
        padding: 0 0.5rem !important;
        font-size: 0.6875rem !important;
    }
    
    .page-hero-title {
        font-size: clamp(1.5rem, 3vw, 2rem);
    }
}

@media (max-width: 575.98px) {
    .hero-area-header-banner-image {
        padding: 2.5rem 0 1rem;
    }
    
    .page-hero-content {
        padding: 0.625rem 0 0.5rem 0 !important;
        gap: 0.5rem !important;
        position: relative !important;
    }
    
    .page-breadcrumb {
        margin: 0 !important;
        padding: 0 !important;
        position: relative !important;
        left: auto !important;
        top: auto !important;
        transform: none !important;
    }
    
    .page-hero-title {
        text-align: left !important;
    }
    
    .breadcrumb.bg-default {
        padding-bottom: 0 !important;
        border-bottom: none !important;
    }
    
    .breadcrumb-item-modern {
        font-size: 0.625rem !important;
    }
    
    .breadcrumb-item-modern:not(:last-child)::after {
        margin: 0 0.375rem !important;
        font-size: 0.625rem !important;
    }
    
    .breadcrumb.bg-default .breadcrumb-item {
        font-size: 0.625rem !important;
    }
    
    .breadcrumb.bg-default .breadcrumb-item + .breadcrumb-item::before {
        padding: 0 0.375rem !important;
        font-size: 0.625rem !important;
    }
}

/* ============================================
   LOGIN PAGE - Design Moderno
   ============================================ */

.login-page-modern {
    width: 100vw;
    height: 100vh;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    display: flex;
    align-items: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.login-container-modern {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.login-form-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    padding: 2rem;
    overflow-y: auto;
}

.login-form-content {
    width: 100%;
    max-width: 450px;
}

/* Title Section */
.login-title-section {
    margin-bottom: 2.5rem;
}

.login-title {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 700;
    color: var(--ehosting-blue);
    margin-bottom: 0.75rem;
}

.login-subtitle {
    font-size: 1rem;
    color: #6b7280;
    margin: 0;
}

/* Form Styles */
.login-form-modern {
    background: #ffffff;
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.form-group-modern {
    margin-bottom: 1.5rem;
}

.form-label-modern {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--ehosting-blue);
    margin-bottom: 0.5rem;
}

.form-icon {
    font-size: 1rem;
    margin-right: 0.5rem;
    color: var(--ehosting-blue);
}

.form-input-modern {
    width: 100%;
    padding: 0.875rem 1rem;
    font-size: 1rem;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    transition: all 0.3s ease;
    background: #f9fafb;
}

.form-input-modern:focus {
    outline: none;
    border-color: var(--ehosting-blue);
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(10, 37, 64, 0.1);
}

.forgot-password-link {
    font-size: 0.875rem;
    color: var(--ehosting-blue);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.forgot-password-link:hover {
    color: var(--ehosting-blue-light);
    text-decoration: none;
}

/* Checkbox Modern */
.checkbox-modern {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

.checkbox-input {
    display: none;
}

.checkbox-custom {
    width: 20px;
    height: 20px;
    border: 2px solid #e5e7eb;
    border-radius: 4px;
    margin-right: 0.75rem;
    position: relative;
    transition: all 0.3s ease;
    background: #ffffff;
}

.checkbox-input:checked + .checkbox-custom {
    background: var(--ehosting-blue);
    border-color: var(--ehosting-blue);
}

.checkbox-input:checked + .checkbox-custom::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkbox-label {
    font-size: 0.9375rem;
    color: #374151;
}

/* Login Button */
.btn-login-modern {
    width: 100%;
    padding: 1rem 2rem;
    background: var(--ehosting-blue);
    color: #ffffff;
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(10, 37, 64, 0.2);
}

.btn-login-modern:hover {
    background: var(--ehosting-blue-light);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(10, 37, 64, 0.3);
    color: #ffffff;
}

.btn-login-modern:active {
    transform: translateY(0);
}

/* Separator */
.login-separator {
    position: relative;
    text-align: center;
    margin: 2rem 0;
}

.login-separator::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #e5e7eb;
}

.separator-text {
    position: relative;
    background: #ffffff;
    padding: 0 1rem;
    color: #6b7280;
    font-size: 0.875rem;
}

/* Sign Up Link */
.login-footer {
    margin-top: 2rem;
}

.signup-text {
    font-size: 0.9375rem;
    color: #6b7280;
    margin: 0;
}

.signup-link {
    color: var(--ehosting-blue);
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.signup-link:hover {
    color: var(--ehosting-blue-light);
    text-decoration: underline;
}

/* Visual Section */
.login-visual-section {
    background: linear-gradient(135deg, var(--ehosting-blue) 0%, var(--ehosting-blue-light) 100%);
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    position: relative;
    overflow: hidden;
}

.login-visual-logo {
    text-align: center;
    margin-bottom: 3rem;
}

.login-visual-logo-link {
    display: inline-block;
    transition: transform 0.3s ease;
}

.login-visual-logo-link:hover {
    transform: scale(1.05);
}

.login-visual-logo-img {
    height: 60px;
    width: auto;
    
}

.login-visual-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    animation: pulse 15s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
}

.login-visual-content {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #ffffff;
}

.login-visual-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #ffffff;
}

.login-visual-text {
    font-size: 1.125rem;
    line-height: 1.7;
    margin-bottom: 3rem;
    color: rgba(255, 255, 255, 0.9);
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.login-features {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 400px;
    margin: 0 auto;
}

.login-feature-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.95);
}

.login-feature-item i {
    font-size: 1.5rem;
    color: var(--ehosting-cyan);
}

/* Responsividade Login */
@media (max-width: 991.98px) {
    .login-form-wrapper {
        height: 100vh;
        padding: 1.5rem 1rem;
    }
    
    .login-form-modern {
        padding: 2rem 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .login-form-wrapper {
        height: 100vh;
        padding: 1rem;
    }
    
    .login-title-section {
        margin-bottom: 2rem;
    }
    
    .login-form-modern {
        padding: 1.5rem;
        border-radius: 16px;
    }
    
    .login-visual-logo-img {
        height: 50px;
    }
}

/* ============================================
   STORE PRODUCTS SECTION - Páginas de Produtos
   ============================================ */

.store-products-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 6rem 0;
    position: relative;
}

.store-products-section .section-title {
    margin-bottom: 1rem;
}

.store-products-section .section-subtitle {
    margin-bottom: 3rem;
}

/* Grid de produtos na store */
.store-products-section .row {
    gap: 2rem 0;
}

/* Ajustes para cards na store (sem carousel) */
.store-products-section .product-card-modern {
    height: 100%;
    margin-bottom: 0;
}

/* Responsividade Store Products */
@media (max-width: 991.98px) {
    .store-products-section {
        padding: 4rem 0;
    }
    
    .store-products-section .row {
        gap: 1.5rem 0;
    }
}

@media (max-width: 767.98px) {
    .store-products-section {
        padding: 3rem 0;
    }
}

/* ============================================
   WHMCS DEFAULT PRODUCT CARDS - Estilização
   Aplicar estilos da homepage nos cards padrão do WHMCS
   ============================================ */

/* Cards padrão do WHMCS nas páginas de store */
.store-promoted-product,
.product-item,
.product-box,
.product-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafb 100%) !important;
    border: 2px solid #e5e7eb !important;
    border-radius: 20px !important;
    padding: 2.5rem 2rem !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    position: relative !important;
    overflow: hidden !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05) !important;
    margin-bottom: 2rem !important;
}

.store-promoted-product::before,
.product-item::before,
.product-box::before,
.product-card::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent) !important;
    transition: left 0.5s ease !important;
}

.store-promoted-product:hover::before,
.product-item:hover::before,
.product-box:hover::before,
.product-card:hover::before {
    left: 100% !important;
}

.store-promoted-product:hover,
.product-item:hover,
.product-box:hover,
.product-card:hover {
    transform: translateY(-8px) !important;
    border-color: var(--ehosting-blue-light) !important;
    box-shadow: 0 20px 40px rgba(10, 37, 64, 0.12) !important;
    background: linear-gradient(135deg, #ffffff 0%, #f0f7ff 100%) !important;
}

/* Títulos dos cards padrão */
.store-promoted-product h3,
.store-promoted-product h4,
.store-promoted-product h5,
.store-promoted-product h6,
.product-item h3,
.product-item h4,
.product-item h5,
.product-item h6,
.product-box h3,
.product-box h4,
.product-box h5,
.product-box h6,
.product-card h3,
.product-card h4,
.product-card h5,
.product-card h6 {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    color: var(--ehosting-blue) !important;
    margin-bottom: 1rem !important;
    line-height: 1.3 !important;
    transition: color 0.3s ease !important;
}

.store-promoted-product:hover h3,
.store-promoted-product:hover h4,
.store-promoted-product:hover h5,
.store-promoted-product:hover h6,
.product-item:hover h3,
.product-item:hover h4,
.product-item:hover h5,
.product-item:hover h6,
.product-box:hover h3,
.product-box:hover h4,
.product-box:hover h5,
.product-box:hover h6,
.product-card:hover h3,
.product-card:hover h4,
.product-card:hover h5,
.product-card:hover h6 {
    color: var(--ehosting-blue-light) !important;
}

/* Descrições */
.store-promoted-product p,
.product-item p,
.product-box p,
.product-card p {
    color: #6b7280 !important;
    font-size: 0.9375rem !important;
    line-height: 1.6 !important;
    margin-bottom: 1.5rem !important;
}

/* Preços padrão do WHMCS */
.store-promoted-product .price,
.store-promoted-product .product-price,
.product-item .price,
.product-item .product-price,
.product-box .price,
.product-box .product-price,
.product-card .price,
.product-card .product-price {
    font-size: 2.25rem !important;
    font-weight: 700 !important;
    color: var(--ehosting-blue) !important;
    margin-bottom: 1.5rem !important;
    transition: color 0.3s ease !important;
}

.store-promoted-product:hover .price,
.store-promoted-product:hover .product-price,
.product-item:hover .price,
.product-item:hover .product-price,
.product-box:hover .price,
.product-box:hover .product-price,
.product-card:hover .price,
.product-card:hover .product-price {
    color: var(--ehosting-blue-light) !important;
}

/* Botões padrão do WHMCS */
.store-promoted-product .btn,
.store-promoted-product a.btn,
.product-item .btn,
.product-item a.btn,
.product-box .btn,
.product-box a.btn,
.product-card .btn,
.product-card a.btn {
    background: transparent !important;
    border: 2px solid var(--ehosting-blue) !important;
    color: var(--ehosting-blue) !important;
    padding: 0.875rem 1.5rem !important;
    font-weight: 600 !important;
    font-size: 0.9375rem !important;
    border-radius: 12px !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.5rem !important;
    margin-top: auto !important;
    width: 100% !important;
}

.store-promoted-product .btn:hover,
.store-promoted-product a.btn:hover,
.product-item .btn:hover,
.product-item a.btn:hover,
.product-box .btn:hover,
.product-box a.btn:hover,
.product-card .btn:hover,
.product-card a.btn:hover {
    background: var(--ehosting-blue) !important;
    border-color: var(--ehosting-blue) !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 16px rgba(10, 37, 64, 0.2) !important;
    text-decoration: none !important;
}

/* Listas de features/recursos */
.store-promoted-product ul,
.store-promoted-product ol,
.product-item ul,
.product-item ol,
.product-box ul,
.product-box ol,
.product-card ul,
.product-card ol {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 1.5rem 0 !important;
}

.store-promoted-product li,
.product-item li,
.product-box li,
.product-card li {
    color: #6b7280 !important;
    font-size: 0.9375rem !important;
    line-height: 1.6 !important;
    margin-bottom: 0.5rem !important;
    padding-left: 1.5rem !important;
    position: relative !important;
}

.store-promoted-product li::before,
.product-item li::before,
.product-box li::before,
.product-card li::before {
    content: '✓' !important;
    position: absolute !important;
    left: 0 !important;
    color: var(--ehosting-blue) !important;
    font-weight: 700 !important;
}

/* Responsividade cards padrão */
@media (max-width: 991.98px) {
    .store-promoted-product,
    .product-item,
    .product-box,
    .product-card {
        padding: 2rem 1.5rem !important;
    }
}

@media (max-width: 575.98px) {
    .store-promoted-product,
    .product-item,
    .product-box,
    .product-card {
        padding: 1.5rem 1.25rem !important;
    }
}

/* ============================================
   WHMCS PRODUCT CARDS - Cards de Produtos
   Estilização dos cards padrão do WHMCS
   ============================================ */

/* ============================================
   CARDS DE PRODUTOS - ESTILO HOMEPAGE
   Transforma cards padrão WHMCS no estilo moderno
   ============================================ */

/* Grid de produtos nas páginas de store */
.store-products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

@media (max-width: 991.98px) {
    .store-products-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 1.25rem;
    }
}

@media (max-width: 767.98px) {
    .store-products-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

/* Card principal do produto - Estilo Homepage Compacto */
.product.clearfix {
    background: #ffffff !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 12px !important;
    padding: 1.25rem 1.5rem !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    overflow: hidden !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
    margin-bottom: 0 !important;
}

/* Efeito de brilho sutil no hover */
.product.clearfix::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent) !important;
    transition: left 0.5s ease !important;
}

.product.clearfix:hover::before {
    left: 100% !important;
}

/* Hover do card - Estilo Homepage */
.product.clearfix:hover {
    border-color: #0a2540 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 16px rgba(10, 37, 64, 0.1) !important;
    background: #ffffff !important;
}

/* Header do produto (nome) - Estilo Homepage Compacto */
.product.clearfix > header {
    margin-bottom: 0.875rem !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
}

.product.clearfix > header span {
    font-size: 1.125rem !important;
    font-weight: 700 !important;
    color: #0a2540 !important;
    line-height: 1.3 !important;
    transition: color 0.3s ease !important;
    display: block !important;
    margin-bottom: 0.375rem !important;
}

.product.clearfix:hover > header span {
    color: #0a2540 !important;
}

/* Descrição do produto - Estilo Homepage Compacto */
.product-desc {
    flex-grow: 1 !important;
    margin-bottom: 1rem !important;
}

.product-desc p {
    color: #6c757d !important;
    font-size: 0.8125rem !important;
    line-height: 1.5 !important;
    margin-bottom: 0 !important;
}

.product-desc p br {
    display: block !important;
    margin: 0.5rem 0 !important;
    content: "" !important;
}

.product-desc ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0.875rem 0 !important;
}

.product-desc li {
    display: flex !important;
    align-items: flex-start !important;
    padding: 0.375rem 0 !important;
    color: #0a2540 !important;
    font-size: 0.8125rem !important;
    line-height: 1.4 !important;
    margin-bottom: 0 !important;
    padding-left: 0 !important;
    position: relative !important;
}

.product-desc li::before {
    content: '' !important;
    display: none !important;
}

.product-desc li::after {
    content: '✓' !important;
    color: #06d6a0 !important;
    margin-right: 0.625rem !important;
    flex-shrink: 0 !important;
    margin-top: 0.125rem !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
}

/* Footer do produto (preço e botão) */
.product.clearfix > footer {
    margin-top: auto !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
}

/* Preço do produto - Estilo Homepage Compacto */
.product-pricing {
    margin: 1rem 0 0.75rem 0 !important;
    padding-top: 1rem !important;
    border-top: 1px solid #e0e0e0 !important;
    text-align: left !important;
}

.product-pricing .price {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    color: #0a2540 !important;
    display: flex !important;
    align-items: baseline !important;
    gap: 0.25rem !important;
    line-height: 1 !important;
    transition: color 0.3s ease !important;
    margin-bottom: 0 !important;
}

.product.clearfix:hover .product-pricing .price {
    color: #0a2540 !important;
}

.product-pricing br + * {
    font-size: 0.8125rem !important;
    color: #6c757d !important;
    font-weight: 400 !important;
    display: inline !important;
    margin-top: 0 !important;
    margin-left: 0.25rem !important;
}

.product-pricing .price-label {
    display: block !important;
    font-size: 0.8125rem !important;
    color: #6c757d !important;
    margin-bottom: 0.375rem !important;
}

/* Botão de compra - Estilo Homepage Compacto */
.product.clearfix .btn-order-now,
.product.clearfix .btn-success.btn-sm {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0.625rem 1.25rem !important;
    border: 1px solid #0a2540 !important;
    background: transparent !important;
    color: #0a2540 !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    font-size: 0.875rem !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    gap: 0.5rem !important;
    width: 100% !important;
    margin-top: 0.75rem !important;
}

.product.clearfix .btn-order-now:hover,
.product.clearfix .btn-success.btn-sm:hover {
    background: #0a2540 !important;
    border-color: #0a2540 !important;
    color: white !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 2px 8px rgba(10, 37, 64, 0.2) !important;
    text-decoration: none !important;
}

.product.clearfix .btn-order-now i,
.product.clearfix .btn-success.btn-sm i {
    transition: transform 0.3s ease !important;
}

.product.clearfix .btn-order-now:hover i,
.product.clearfix .btn-success.btn-sm:hover i {
    transform: translateX(4px) !important;
}

/* Grid automático para produtos nas páginas de store */
/* NÃO aplicar grid em todas as rows - apenas em containers específicos */
.row .product.clearfix {
    margin-bottom: 0;
}

/* Garantir que rows com sidebar não usem grid */
.row:has(.sidebar) {
    display: flex !important;
    flex-wrap: wrap !important;
}

/* Garantir que carrinho não use grid */
.row:has(.cart),
.row:has(.shopping-cart),
.row:has(.cart-items),
#main-body:has(.cart) .row,
.main-page-contents:has(.cart) .row,
.container:has(.cart) .row {
    display: flex !important;
    flex-wrap: wrap !important;
}

/* Garantir que páginas com sidebar não usem grid */
.row:has(.sidebar),
.row:has(.nav-scroller),
.main-page-contents:has(.sidebar) .row {
    display: flex !important;
    flex-wrap: wrap !important;
}

/* Container de produtos - aplicar grid APENAS em páginas de store específicas */
/* Usar seletor mais específico para evitar conflitos */
.store-products-wrapper .row,
.store-products-section .row {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 1.5rem 1.5rem !important;
    row-gap: 2rem !important;
}

/* Aplicar grid apenas em rows que contêm produtos E não contêm sidebar/cart */
/* IMPORTANTE: Aplicar apenas em páginas de produtos, não em carrinho ou outras páginas */
.main-page-contents .row:has(.product.clearfix):not(:has(.sidebar)):not(:has(.cart)):not(:has(.shopping-cart)):not(:has(.cart-items)):not(:has(.nav-scroller)) {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 1.5rem 1.5rem !important;
    row-gap: 2rem !important;
}

/* Garantir que rows dentro de containers específicos mantenham flex */
.container .row:has(.cart),
.container .row:has(.sidebar),
#main-body .row:has(.cart),
#main-body .row:has(.sidebar) {
    display: flex !important;
    flex-wrap: wrap !important;
}

@media (max-width: 991.98px) {
    .store-products-wrapper .row,
    .store-products-section .row,
    .main-page-contents .row:has(.product.clearfix):not(:has(.sidebar)):not(:has(.cart)):not(:has(.shopping-cart)):not(:has(.cart-items)):not(:has(.nav-scroller)) {
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)) !important;
        gap: 1.25rem 1.25rem !important;
        row-gap: 1.75rem !important;
    }
    
    .product.clearfix {
        padding: 1.25rem 1.25rem !important;
    }
    
    .product.clearfix > header span {
        font-size: 1.0625rem !important;
    }
    
    .product-pricing .price {
        font-size: 1.375rem !important;
    }
}

@media (max-width: 767.98px) {
    .store-products-wrapper .row,
    .store-products-section .row,
    .main-page-contents .row:has(.product.clearfix):not(:has(.sidebar)):not(:has(.cart)):not(:has(.shopping-cart)):not(:has(.cart-items)):not(:has(.nav-scroller)) {
        grid-template-columns: 1fr !important;
        gap: 1rem 1rem !important;
        row-gap: 1.5rem !important;
    }
}

@media (max-width: 575.98px) {
    .product.clearfix {
        padding: 1.25rem 1.125rem !important;
    }
    
    .product.clearfix > header span {
        font-size: 1rem !important;
    }
    
    .product-desc p {
        font-size: 0.8125rem !important;
    }
    
    .product-pricing .price {
        font-size: 1.375rem !important;
    }
    
    .product-desc ul {
        margin: 0.75rem 0 !important;
    }
    
    .product-desc li {
        padding: 0.25rem 0 !important;
        font-size: 0.75rem !important;
    }
}

/* ============================================
   SIDEBAR - Menu Lateral das Páginas de Produtos
   Estilização moderna do menu lateral
   ============================================ */

/* Container principal da sidebar */
.cart-sidebar.sidebar,
.sidebar {
    padding: 0 !important;
    margin: 0 !important;
}

/* Painéis/Cards da sidebar */
.panel-sidebar,
.card-sidebar {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafb 100%) !important;
    border: 2px solid #e5e7eb !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05) !important;
    margin-bottom: 1.5rem !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
}

.panel-sidebar:hover,
.card-sidebar:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08) !important;
    border-color: var(--ehosting-blue-light) !important;
}

/* Cabeçalho dos painéis */
.panel-heading.card-header,
.card-header {
    background: linear-gradient(135deg, var(--ehosting-blue) 0%, var(--ehosting-blue-light) 100%) !important;
    padding: 1rem 1.25rem !important;
    border: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
}

/* Título do painel */
.panel-title {
    font-size: 1rem !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    line-height: 1.5 !important;
}

.panel-title i:first-child {
    margin-right: 0.5rem !important;
    font-size: 1rem !important;
    opacity: 0.9 !important;
}

/* Ícone de minimizar */
.card-minimise.panel-minimise,
.panel-minimise {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 0.875rem !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    padding: 0.25rem !important;
    border-radius: 4px !important;
}

.card-minimise.panel-minimise:hover,
.panel-minimise:hover {
    background: rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
}

.card-minimise.panel-minimise.minimised,
.panel-minimise.minimised {
    transform: rotate(180deg) !important;
}

/* Lista de itens */
.list-group.collapsable-card-body,
.list-group {
    padding: 0.75rem 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
}

/* Itens da lista */
.list-group-item.list-group-item-action,
.list-group-item {
    background: transparent !important;
    border: none !important;
    border-left: 3px solid transparent !important;
    padding: 0.875rem 1.25rem !important;
    margin: 0.25rem 0.75rem !important;
    border-radius: 8px !important;
    color: #6b7280 !important;
    font-size: 0.9375rem !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
}

.list-group-item.list-group-item-action:hover,
.list-group-item:hover {
    background: linear-gradient(90deg, rgba(10, 37, 64, 0.05) 0%, transparent 100%) !important;
    color: var(--ehosting-blue) !important;
    border-left-color: var(--ehosting-blue-light) !important;
    transform: translateX(4px) !important;
    text-decoration: none !important;
}

/* Item ativo */
.list-group-item.list-group-item-action.active,
.list-group-item.active {
    background: linear-gradient(90deg, rgba(10, 37, 64, 0.1) 0%, rgba(10, 37, 64, 0.05) 100%) !important;
    color: var(--ehosting-blue) !important;
    border-left-color: var(--ehosting-blue) !important;
    font-weight: 600 !important;
}

/* Ícones dentro dos itens */
.list-group-item i {
    margin-right: 0.75rem !important;
    font-size: 0.875rem !important;
    width: 18px !important;
    text-align: center !important;
    color: var(--ehosting-blue) !important;
    opacity: 0.7 !important;
    transition: all 0.3s ease !important;
}

.list-group-item:hover i,
.list-group-item.active i {
    opacity: 1 !important;
    color: var(--ehosting-blue-light) !important;
}

/* Responsividade */
@media (max-width: 991.98px) {
    .panel-sidebar,
    .card-sidebar {
        margin-bottom: 1rem !important;
    }
    
    .panel-heading.card-header,
    .card-header {
        padding: 0.875rem 1rem !important;
    }
    
    .panel-title {
        font-size: 0.9375rem !important;
    }
    
    .list-group-item.list-group-item-action,
    .list-group-item {
        padding: 0.75rem 1rem !important;
        font-size: 0.875rem !important;
    }
}

@media (max-width: 575.98px) {
    .panel-sidebar,
    .card-sidebar {
        border-radius: 12px !important;
    }
    
    .panel-heading.card-header,
    .card-header {
        padding: 0.75rem !important;
    }
    
    .panel-title {
        font-size: 0.875rem !important;
    }
    
    .list-group-item.list-group-item-action,
    .list-group-item {
        padding: 0.625rem 0.875rem !important;
        margin: 0.25rem 0.5rem !important;
        font-size: 0.8125rem !important;
    }
}

/* Smooth scroll */
html {
    scroll-behavior: smooth;
}

/* ============================================
   ESTILOS MODERNOS PARA PÁGINAS INTERNAS
   Design consistente com a identidade moderna
   ============================================ */

/* Hero/Banner das Páginas Internas - Moderno */
.hero-area-header-banner-image.text-page-hero {
    background: linear-gradient(135deg, var(--ehosting-blue) 0%, var(--ehosting-blue-light) 100%) !important;
    padding: 3rem 0 2rem !important;
    position: relative;
    overflow: hidden;
    min-height: 120px;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.hero-area-header-banner-image.text-page-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    opacity: 0.5;
    z-index: 0;
    pointer-events: none;
}

.page-hero-content {
    position: relative;
    z-index: 2;
}

.page-hero-title {
    color: var(--ehosting-text-white) !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    opacity: 1 !important;
    visibility: visible !important;
    margin-top: 0.5rem !important;
}

.breadcrumb-link {
    color: rgba(255, 255, 255, 0.8) !important;
}

.breadcrumb-link:hover {
    color: var(--ehosting-cyan) !important;
}

.breadcrumb-current {
    color: var(--ehosting-text-white) !important;
}

.breadcrumb-item-modern:not(:last-child)::after {
    color: rgba(255, 255, 255, 0.5) !important;
}

/* Cards Modernos para Páginas Internas */
.card {
    border: none;
    border-radius: var(--border-radius-lg, 12px);
    box-shadow: var(--shadow-md, 0 4px 16px rgba(0, 0, 0, 0.06));
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.card:hover {
    box-shadow: var(--shadow-lg, 0 8px 32px rgba(0, 0, 0, 0.1));
    transform: translateY(-2px);
}

.card-header {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-bottom: 1px solid #e5e7eb;
    padding: 1.25rem 1.5rem;
    font-weight: 600;
    color: var(--ehosting-blue);
}

.card-body {
    padding: 1.5rem;
}

/* Formulários Modernos */
.form-control {
    border: 2px solid #e5e7eb;
    border-radius: var(--border-radius, 8px);
    padding: 0.75rem 1rem;
    font-size: 0.9375rem;
    transition: all 0.3s ease;
    background: #ffffff;
}

.form-control:focus {
    border-color: var(--ehosting-blue);
    box-shadow: 0 0 0 3px rgba(10, 37, 64, 0.1);
    outline: none;
}

.form-label,
.col-form-label {
    font-weight: 500;
    color: var(--ehosting-blue);
    margin-bottom: 0.5rem;
    font-size: 0.9375rem;
}

/* Botões Modernos */
.btn-primary {
    background: var(--ehosting-red);
    border: none;
    border-radius: var(--border-radius, 8px);
    padding: 0.75rem 2rem;
    font-weight: 600;
    font-size: 0.9375rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(230, 57, 70, 0.3);
}

.btn-primary:hover {
    background: var(--ehosting-red-hover);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(230, 57, 70, 0.4);
}

.btn-secondary {
    background: transparent;
    border: 2px solid var(--ehosting-blue);
    color: var(--ehosting-blue);
    border-radius: var(--border-radius, 8px);
    padding: 0.75rem 2rem;
    font-weight: 600;
    font-size: 0.9375rem;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background: var(--ehosting-blue);
    color: var(--ehosting-text-white);
    transform: translateY(-2px);
}

/* Página de Contato - Estilo Moderno */
.contact-page-modern .card {
    border-radius: var(--border-radius-lg, 12px);
    overflow: hidden;
}

.contact-page-modern .form-group {
    margin-bottom: 1.5rem;
}

.contact-page-modern .form-group.row {
    margin-bottom: 1.5rem;
}

.contact-page-modern .form-group.row .col-form-label {
    text-align: left;
    padding-left: 0;
}

@media (min-width: 576px) {
    .contact-page-modern .form-group.row .col-form-label {
        text-align: right;
        padding-right: 1rem;
    }
}

/* Knowledge Base - Estilo Moderno */
.kb-search {
    border-radius: var(--border-radius-lg, 12px);
    overflow: hidden;
    box-shadow: var(--shadow-md, 0 4px 16px rgba(0, 0, 0, 0.06));
}

.kb-searchinput {
    border: 2px solid #e5e7eb;
    border-right: none;
    padding: 1rem 1.25rem;
    font-size: 1rem;
}

.kb-searchinput:focus {
    border-color: var(--ehosting-blue);
    box-shadow: none;
}

.kb-searchbutton {
    border-radius: 0 var(--border-radius-lg, 12px) var(--border-radius-lg, 12px) 0;
    padding: 1rem 2rem;
    font-weight: 600;
}

.kb-box-header {
    margin-bottom: 1rem;
}

.kb-box-header a {
    color: var(--ehosting-blue);
    text-decoration: none;
    transition: color 0.3s ease;
}

.kb-box-header a:hover {
    color: var(--ehosting-red);
}

/* Área do Cliente - Cards Modernos */
.clientarea-header-details h5 {
    color: var(--ehosting-blue);
    font-weight: 700;
}

.tile {
    border-radius: var(--border-radius-lg, 12px);
    transition: all 0.3s ease;
    border: 1px solid #e5e7eb;
}

.tile:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg, 0 8px 32px rgba(0, 0, 0, 0.1));
    border-color: var(--ehosting-blue);
}

/* Listas e Links Modernos */
.list-group-item {
    border: none;
    border-bottom: 1px solid #f3f4f6;
    padding: 1rem 1.25rem;
    transition: all 0.2s ease;
}

.list-group-item:hover {
    background: #f8f9fa;
    padding-left: 1.5rem;
}

.list-group-item.active {
    background: linear-gradient(135deg, var(--ehosting-blue) 0%, var(--ehosting-blue-light) 100%);
    color: var(--ehosting-text-white);
    border-color: var(--ehosting-blue);
}

/* Alertas Modernos */
.alert {
    border-radius: var(--border-radius, 8px);
    border: none;
    padding: 1rem 1.25rem;
    box-shadow: var(--shadow-sm, 0 2px 8px rgba(0, 0, 0, 0.04));
}

.alert-success {
    background: #d1fae5;
    color: #065f46;
}

.alert-danger {
    background: #fee2e2;
    color: #991b1b;
}

.alert-info {
    background: #dbeafe;
    color: #1e40af;
}

.alert-warning {
    background: #fef3c7;
    color: #92400e;
}

/* Responsividade para Páginas Internas */
@media (max-width: 767.98px) {
    .hero-area-header-banner-image.text-page-hero {
        padding: 2rem 0 1.5rem !important;
    }
    
    .page-hero-title {
        font-size: clamp(1.5rem, 4vw, 2rem) !important;
    }
    
    .card-body {
        padding: 1.25rem;
    }
    
    .form-group.row .col-form-label {
        text-align: left !important;
        margin-bottom: 0.5rem;
    }
    
    .btn-primary,
    .btn-secondary {
        width: 100%;
        margin-bottom: 0.75rem;
    }
}

@media (max-width: 575.98px) {
    .hero-area-header-banner-image.text-page-hero {
        padding: 1.5rem 0 1rem !important;
    }
    
    .card-body {
        padding: 1rem;
    }
    
    .kb-searchinput,
    .kb-searchbutton {
        padding: 0.875rem 1rem;
    }
}

/* Estilos Específicos para Knowledge Base */
.knowledgebase-page-modern .kb-category-card {
    transition: all 0.3s ease;
    border: 1px solid #e5e7eb;
}

.knowledgebase-page-modern .kb-category-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg, 0 8px 32px rgba(0, 0, 0, 0.1));
    border-color: var(--ehosting-blue);
}

.knowledgebase-page-modern .kb-category-title {
    color: var(--ehosting-blue);
    text-decoration: none;
    transition: color 0.3s ease;
    display: block;
}

.knowledgebase-page-modern .kb-category-title:hover {
    color: var(--ehosting-red);
    text-decoration: none;
}

.knowledgebase-page-modern .kb-category-title h4 {
    color: var(--ehosting-blue);
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.knowledgebase-page-modern .badge-primary {
    background: var(--ehosting-red);
    color: var(--ehosting-text-white);
    font-weight: 600;
}

/* Estilos Específicos para Página de Contato */
.contact-page-modern .card-header h3 {
    color: var(--ehosting-blue);
    font-weight: 700;
    font-size: 1.5rem;
}

.contact-page-modern .form-control::placeholder {
    color: #9ca3af;
    opacity: 0.7;
}

.contact-page-modern textarea.form-control {
    resize: vertical;
    min-height: 150px;
}

/* Melhorias Gerais para Consistência Visual */
.main-page-contents {
    padding: 2rem 0;
}

.white-bg {
    background: #ffffff;
}

.bg-light {
    background: #f8f9fa;
}

/* Cards de Área do Cliente */
.coodiv-clientarea-boxes {
    border-radius: var(--border-radius-lg, 12px);
    box-shadow: var(--shadow-md, 0 4px 16px rgba(0, 0, 0, 0.06));
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
}

.coodiv-clientarea-boxes:hover {
    box-shadow: var(--shadow-lg, 0 8px 32px rgba(0, 0, 0, 0.1));
}

.coodiv-clientarea-box-header {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid #e5e7eb;
}

.coodiv-clientarea-box-header h3 {
    color: var(--ehosting-blue);
    font-weight: 600;
}

/* Tabelas Modernas */
.table {
    border-radius: var(--border-radius, 8px);
    overflow: hidden;
}

.table thead {
    background: linear-gradient(135deg, var(--ehosting-blue) 0%, var(--ehosting-blue-light) 100%);
    color: var(--ehosting-text-white);
}

.table thead th {
    border: none;
    padding: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.8125rem;
    letter-spacing: 0.05em;
}

.table tbody tr {
    transition: background 0.2s ease;
}

.table tbody tr:hover {
    background: #f8f9fa;
}

.table tbody td {
    padding: 1rem;
    border-color: #f3f4f6;
    vertical-align: middle;
}

/* Badges Modernos */
.badge {
    padding: 0.375rem 0.75rem;
    font-weight: 600;
    font-size: 0.75rem;
    border-radius: var(--border-radius, 8px);
}

.badge-primary {
    background: var(--ehosting-red);
    color: var(--ehosting-text-white);
}

.badge-warning {
    background: #fbbf24;
    color: #78350f;
}

.badge-success {
    background: #10b981;
    color: #ffffff;
}

.badge-danger {
    background: #ef4444;
    color: #ffffff;
}

.badge-info {
    background: var(--ehosting-blue);
    color: var(--ehosting-text-white);
}

/* ============================================
   FORÇAR ESTILOS COMPACTOS NOS CARDS - ALTA ESPECIFICIDADE
   Garantir que os estilos compactos sejam aplicados
   ============================================ */

/* Cards compactos - especificidade máxima */
.main-page-contents .product.clearfix,
#main-body .product.clearfix,
.store-products-wrapper .product.clearfix,
.store-products-section .product.clearfix,
.row .product.clearfix {
    padding: 1.25rem 1.5rem !important;
    min-height: auto !important;
}

.main-page-contents .product.clearfix > header,
#main-body .product.clearfix > header,
.store-products-wrapper .product.clearfix > header,
.store-products-section .product.clearfix > header,
.row .product.clearfix > header {
    margin-bottom: 0.875rem !important;
}

.main-page-contents .product.clearfix > header span,
#main-body .product.clearfix > header span,
.store-products-wrapper .product.clearfix > header span,
.store-products-section .product.clearfix > header span,
.row .product.clearfix > header span {
    font-size: 1.125rem !important;
    margin-bottom: 0.375rem !important;
}

.main-page-contents .product-desc,
#main-body .product-desc,
.store-products-wrapper .product-desc,
.store-products-section .product-desc,
.row .product-desc {
    margin-bottom: 1rem !important;
}

.main-page-contents .product-desc p,
#main-body .product-desc p,
.store-products-wrapper .product-desc p,
.store-products-section .product-desc p,
.row .product-desc p {
    font-size: 0.8125rem !important;
    line-height: 1.5 !important;
}

.main-page-contents .product-desc ul,
#main-body .product-desc ul,
.store-products-wrapper .product-desc ul,
.store-products-section .product-desc ul,
.row .product-desc ul {
    margin: 0.875rem 0 !important;
}

.main-page-contents .product-desc li,
#main-body .product-desc li,
.store-products-wrapper .product-desc li,
.store-products-section .product-desc li,
.row .product-desc li {
    padding: 0.375rem 0 !important;
    font-size: 0.8125rem !important;
    line-height: 1.4 !important;
}

.main-page-contents .product-pricing,
#main-body .product-pricing,
.store-products-wrapper .product-pricing,
.store-products-section .product-pricing,
.row .product-pricing {
    margin: 1rem 0 0.75rem 0 !important;
    padding-top: 1rem !important;
}

.main-page-contents .product-pricing .price,
#main-body .product-pricing .price,
.store-products-wrapper .product-pricing .price,
.store-products-section .product-pricing .price,
.row .product-pricing .price {
    font-size: 1.5rem !important;
}

.main-page-contents .product.clearfix .btn-order-now,
.main-page-contents .product.clearfix .btn-success.btn-sm,
#main-body .product.clearfix .btn-order-now,
#main-body .product.clearfix .btn-success.btn-sm,
.store-products-wrapper .product.clearfix .btn-order-now,
.store-products-wrapper .product.clearfix .btn-success.btn-sm,
.store-products-section .product.clearfix .btn-order-now,
.store-products-section .product.clearfix .btn-success.btn-sm,
.row .product.clearfix .btn-order-now,
.row .product.clearfix .btn-success.btn-sm {
    padding: 0.625rem 1.25rem !important;
    font-size: 0.875rem !important;
    margin-top: 0.75rem !important;
}

/* Página estática Sobre nós (pagina.php?p=sobre-nos) */
.sobre-nos-estatica {
    background: #fff;
}

.sobre-nos-artigo {
    max-width: 720px;
    margin: 0 auto;
}

.sobre-nos-etiqueta {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #06d6a0;
    font-weight: 600;
    margin-bottom: 0.35rem;
}

.sobre-nos-titulo {
    font-size: 2rem;
    font-weight: 700;
    color: var(--ehosting-blue, #0a2540);
    margin-bottom: 0.75rem;
}

.sobre-nos-lead {
    font-size: 1.05rem;
    line-height: 1.5;
}

.sobre-nos-texto p {
    font-size: 1rem;
    line-height: 1.65;
    color: #334155;
    margin-bottom: 1rem;
}

.sobre-nos-img {
    max-height: 240px;
    width: auto;
}

/* ============================================
   PÁGINA SOBRE NÓS — index.php?rp=/sobre-nos
   ============================================ */

/* Label de seção reutilizável */
.sn-label {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--ehosting-cyan, #06d6a0);
    margin-bottom: 0.5rem;
}

/* --- INTRO --- */
.sn-intro-section {
    padding: 80px 0 60px;
    background: #fff;
}

.sn-title {
    font-size: 2.4rem;
    font-weight: 800;
    color: var(--ehosting-blue, #0a2540);
    line-height: 1.2;
    margin-bottom: 1rem;
}

.sn-lead {
    font-size: 1.1rem;
    color: #475569;
    line-height: 1.65;
    margin-bottom: 2rem;
}

.sn-intro-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.sn-intro-img {
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(10, 37, 64, 0.12);
    max-height: 480px;
    object-fit: cover;
    width: 100%;
}

/* --- STATS --- */
.sn-stats-section {
    padding: 60px 0;
    background: var(--ehosting-blue, #0a2540);
}

.sn-stat-number {
    font-size: 2.6rem;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    margin-bottom: 0.4rem;
}

.sn-stat-number span {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--ehosting-cyan, #06d6a0);
}

.sn-stat-label {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

/* --- HISTÓRIA --- */
.sn-story-section {
    padding: 80px 0;
    background: #f8fafc;
}

.sn-story-img {
    max-height: 340px;
    filter: drop-shadow(0 12px 32px rgba(10, 37, 64, 0.1));
}

.sn-section-title {
    font-size: 1.85rem;
    font-weight: 700;
    color: var(--ehosting-blue, #0a2540);
    margin-bottom: 1rem;
    line-height: 1.25;
}

.sn-section-lead {
    font-size: 1rem;
    color: #64748b;
}

.sn-text {
    font-size: 1rem;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.sn-check-list {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 0;
}

.sn-check-list li {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.95rem;
    color: #334155;
    margin-bottom: 0.6rem;
}

.sn-check-list li .feather {
    color: var(--ehosting-cyan, #06d6a0);
    flex-shrink: 0;
    width: 18px;
    height: 18px;
}

/* --- VALORES --- */
.sn-values-section {
    padding: 80px 0;
    background: #fff;
}

.sn-value-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 2rem 1.75rem;
    height: 100%;
    transition: box-shadow 0.25s, transform 0.25s;
}

.sn-value-card:hover {
    box-shadow: 0 8px 32px rgba(10, 37, 64, 0.1);
    transform: translateY(-4px);
}

.sn-value-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: var(--ehosting-blue, #0a2540);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
}

.sn-value-icon .feather {
    color: var(--ehosting-cyan, #06d6a0);
    width: 22px;
    height: 22px;
}

.sn-value-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--ehosting-blue, #0a2540);
    margin-bottom: 0.5rem;
}

.sn-value-text {
    font-size: 0.92rem;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

/* --- POR QUE NÓS --- */
.sn-why-section {
    padding: 80px 0;
    background: #f8fafc;
}

.sn-feature-list {
    margin-top: 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.sn-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.sn-feature-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: var(--ehosting-blue, #0a2540);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.sn-feature-icon .feather {
    color: var(--ehosting-cyan, #06d6a0);
    width: 18px;
    height: 18px;
}

.sn-feature-item strong {
    display: block;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--ehosting-blue, #0a2540);
    margin-bottom: 0.15rem;
}

.sn-feature-item p {
    font-size: 0.88rem;
    color: #64748b;
    margin: 0;
    line-height: 1.5;
}

/* Tabela comparativa */
.sn-compare-box {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 24px rgba(10, 37, 64, 0.06);
}

.sn-compare-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--ehosting-blue, #0a2540);
    margin-bottom: 1.25rem;
}

.sn-compare-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.88rem;
}

.sn-compare-table th,
.sn-compare-table td {
    padding: 0.6rem 0.75rem;
    border-bottom: 1px solid #f1f5f9;
    color: #475569;
}

.sn-compare-table thead th {
    font-weight: 700;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #94a3b8;
    border-bottom: 2px solid #e2e8f0;
}

.sn-col-us {
    color: var(--ehosting-blue, #0a2540) !important;
}

.sn-icon-yes  { color: #06d6a0; font-size: 1.1rem; }
.sn-icon-no   { color: #e63946; font-size: 1.1rem; }
.sn-icon-maybe { color: #f59e0b; font-size: 1.1rem; }

/* --- CTA FINAL --- */
.sn-cta-section {
    padding: 80px 0;
    background: var(--ehosting-blue, #0a2540);
}

.sn-cta-title {
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 0.75rem;
    line-height: 1.25;
}

.sn-cta-text {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 2rem;
}

.sn-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

/* --- BOTÕES --- */
.sn-btn-primary {
    background: var(--ehosting-red, #e63946);
    color: #fff !important;
    border: none;
    border-radius: 8px;
    padding: 0.65rem 1.5rem;
    font-weight: 600;
    font-size: 0.92rem;
    transition: background 0.2s, transform 0.15s;
    display: inline-flex;
    align-items: center;
}

.sn-btn-primary:hover {
    background: var(--ehosting-red-hover, #d62839);
    transform: translateY(-1px);
    color: #fff !important;
    text-decoration: none;
}

.sn-btn-outline {
    background: transparent;
    color: var(--ehosting-blue, #0a2540) !important;
    border: 2px solid var(--ehosting-blue, #0a2540);
    border-radius: 8px;
    padding: 0.65rem 1.5rem;
    font-weight: 600;
    font-size: 0.92rem;
    transition: background 0.2s, color 0.2s;
    display: inline-flex;
    align-items: center;
}

.sn-btn-outline:hover {
    background: var(--ehosting-blue, #0a2540);
    color: #fff !important;
    text-decoration: none;
}

.sn-btn-ghost {
    background: transparent;
    color: #fff !important;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    padding: 0.65rem 1.5rem;
    font-weight: 600;
    font-size: 0.92rem;
    transition: border-color 0.2s, background 0.2s;
    display: inline-flex;
    align-items: center;
}

.sn-btn-ghost:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.1);
    text-decoration: none;
}

.sn-btn-lg {
    padding: 0.8rem 2rem;
    font-size: 1rem;
}

/* --- RESPONSIVIDADE --- */
@media (max-width: 767.98px) {
    .sn-title { font-size: 1.8rem; }
    .sn-section-title { font-size: 1.5rem; }
    .sn-cta-title { font-size: 1.5rem; }
    .sn-stat-number { font-size: 2rem; }
    .sn-intro-section,
    .sn-story-section,
    .sn-values-section,
    .sn-why-section,
    .sn-cta-section { padding: 48px 0; }
    .sn-stats-section { padding: 40px 0; }
    .sn-intro-img { max-height: 300px; }
}

/* ── Price badge (solution pages) ── */
.sn-price-badge {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-bottom: 1.5rem;
}
.sn-price-amount {
    font-size: 2rem;
    font-weight: 800;
    color: var(--ehosting-blue, #0a2540);
    line-height: 1;
}
.sn-price-period {
    font-size: 1rem;
    font-weight: 500;
    color: #64748b;
}
.sn-price-note {
    width: 100%;
    font-size: 0.8rem;
    color: var(--ehosting-cyan, #06d6a0);
    font-weight: 600;
}

/* ── Mega menu (header.tpl + SITE/includes/header.php) ── */
.mega-col-title {
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: #8a8ea5;
    margin-bottom: .65rem;
    padding-left: 0;
}

/* Base state: hidden (mirrors main.css which is not loaded on SITE/ pages) */
@media (min-width: 992px) {
    .main-menu-custom .coodiv-menu-dropdown {
        position: absolute;
        display: block;
        opacity: 0;
        top: 100%;
        z-index: -99;
        pointer-events: none;
        transition: opacity .3s, top .3s;
        min-width: 240px;
        background: #fff;
        border-radius: 12px;
        border: 2px solid #f1f1f7;
        box-shadow: 0 20px 54px rgba(65,62,101,.18);
        padding: 12px 0;
    }

    /* Hover activation — replaces the rule missing from theme.min.css */
    .main-menu-custom .nav-item.dropdown:hover > .coodiv-menu-dropdown {
        opacity: 1;
        top: 90%;
        z-index: 9999;
        pointer-events: auto;
    }

    /* ── Novo Mega Menu Soluções ── */
    .mega-menu-solucoes {
        min-width: 740px !important;
        max-width: 740px !important;
        padding: 0 !important;
        border-radius: 16px !important;
        overflow: hidden;
    }
    .mega-cols {
        display: flex;
    }
    .mega-col {
        flex: 1;
        padding: 1.5rem 1.25rem;
        border-right: 1px solid #f1f1f7;
        display: flex;
        flex-direction: column;
    }
    .mega-col:last-child {
        border-right: none;
    }
    .mega-col-cta {
        background: linear-gradient(160deg, #f8fbff 0%, #eef4ff 100%);
        flex: 0 0 220px;
    }
    .mega-col-header {
        display: flex;
        align-items: center;
        gap: .6rem;
        margin-bottom: .75rem;
    }
    .mega-col-icon {
        width: 32px;
        height: 32px;
        border-radius: 8px;
        background: #eef4ff;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        color: var(--ehosting-blue, #0a2540);
        font-size: .9rem;
    }
    .mega-col-title {
        font-size: .7rem;
        font-weight: 700;
        letter-spacing: .07em;
        text-transform: uppercase;
        color: var(--ehosting-blue, #0a2540);
        margin: 0 0 .1rem;
        padding: 0;
    }
    .mega-col-sub {
        font-size: .7rem;
        color: #9ca3af;
        font-weight: 400;
    }
    .mega-link {
        display: flex;
        align-items: center;
        gap: .55rem;
        padding: .4rem .5rem;
        border-radius: 7px;
        font-size: .83rem;
        font-weight: 500;
        color: #374151;
        text-decoration: none;
        transition: background .15s, color .15s;
        margin-bottom: .1rem;
    }
    .mega-link:hover {
        background: #f0f5ff;
        color: var(--ehosting-blue, #0a2540);
        text-decoration: none;
    }
    .mega-link-icon {
        font-size: .85rem;
        color: var(--ehosting-blue-light, #1a6cf6);
        flex-shrink: 0;
        width: 16px;
        text-align: center;
    }
    .mega-link-muted { color: #6b7280; }
    .mega-link-muted:hover { color: var(--ehosting-blue, #0a2540); }
    /* CTA box */
    .mega-cta-box {
        background: var(--ehosting-blue, #0a2540);
        border-radius: 12px;
        padding: 1.1rem 1rem;
        color: #fff;
        text-align: center;
        margin-bottom: .5rem;
    }
    .mega-cta-icon {
        font-size: 1.4rem;
        color: var(--ehosting-cyan, #06d6a0);
        margin-bottom: .4rem;
        display: block;
    }
    .mega-cta-title {
        font-size: .7rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: .06em;
        color: rgba(255,255,255,.65);
        margin: 0 0 .2rem;
    }
    .mega-cta-price {
        font-size: 1.5rem;
        font-weight: 800;
        color: #fff;
        margin: 0 0 .4rem;
        line-height: 1;
    }
    .mega-cta-price span {
        font-size: .8rem;
        font-weight: 500;
        color: rgba(255,255,255,.7);
    }
    .mega-cta-desc {
        font-size: .72rem;
        color: rgba(255,255,255,.7);
        line-height: 1.4;
        margin: 0 0 .75rem;
    }
    .mega-cta-btn {
        display: block;
        background: var(--ehosting-cyan, #06d6a0);
        color: #0a2540;
        font-size: .78rem;
        font-weight: 700;
        padding: .5rem .75rem;
        border-radius: 7px;
        text-decoration: none;
        transition: opacity .2s;
    }
    .mega-cta-btn:hover {
        opacity: .9;
        text-decoration: none;
        color: #0a2540;
    }

    /* Regular dropdown items */
    .main-menu-custom .coodiv-menu-dropdown > .drop-menu-item {
        padding: 6px 24px;
    }
    .main-menu-custom .coodiv-menu-dropdown > .drop-menu-item > a {
        font-size: 13px;
        font-weight: 600;
        color: #19191b;
        display: block;
    }
    .main-menu-custom .coodiv-menu-dropdown > .drop-menu-item:hover > a {
        color: var(--ehosting-cyan);
    }
}

/* ── FAQ accordion — reset global + estilos completos ── */

/* Reset card-header (evita gradiente azul global) */
.accordion .card-header,
.accordion .sn-faq-header {
    background: transparent !important;
    padding: 0 !important;
    border-bottom: none !important;
}

/* Padrão Bootstrap btn btn-block (suporte-*, email-*, etc.) */
.accordion .card-header .btn {
    color: #0a2540 !important;
    background: transparent !important;
    white-space: normal;
    text-align: left;
    box-shadow: none !important;
    padding: 1.1rem 1.5rem;
    font-weight: 600;
    font-size: 1rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.accordion .card-header .btn:hover,
.accordion .card-header .btn:focus {
    color: var(--ehosting-blue-light, #1a6cf6) !important;
    text-decoration: none;
    box-shadow: none !important;
}

/* Padrão sn-faq-btn (hospedagem-compartilhada, vps, etc.) */
.sn-faq-btn {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 0.75rem;
    background: transparent;
    border: none;
    padding: 1.1rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    color: #0a2540;
    cursor: pointer;
    text-align: left;
    transition: color .2s;
}
.sn-faq-btn:hover,
.sn-faq-btn:focus {
    color: var(--ehosting-blue-light, #1a6cf6);
    outline: none;
}
.sn-faq-icon {
    flex-shrink: 0;
    margin-left: auto;
    transition: transform .3s ease;
}
.sn-faq-btn:not(.collapsed) .sn-faq-icon {
    transform: rotate(180deg);
}
.sn-faq-body {
    padding: 0 1.5rem 1.25rem;
    color: #475569;
    font-size: .95rem;
    line-height: 1.65;
}

/* Cards */
.accordion .card,
.sn-faq-card {
    border: 1px solid #e5e7eb !important;
    border-radius: 12px !important;
    overflow: hidden;
    box-shadow: none !important;
    margin-bottom: 0.75rem;
}
.accordion .card:hover,
.sn-faq-card:hover {
    border-color: #c7d7f0 !important;
    box-shadow: 0 4px 16px rgba(10,37,64,.08) !important;
}

/* ── Store product cards: feature list ── */
.store-card-features {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}
.store-card-features li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #374151;
    line-height: 1.4;
}
.store-card-feature-icon {
    color: var(--ehosting-cyan, #06d6a0);
    font-size: 1rem;
    flex-shrink: 0;
    margin-top: 0.1rem;
}

/* ── Store trust row ── */
.store-trust-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.75rem 1.5rem;
    padding: 1.5rem 0;
    border-top: 1px solid #e5e7eb;
}
.store-trust-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.825rem;
    font-weight: 600;
    color: #6b7280;
    white-space: nowrap;
}
.store-trust-badge .feather {
    color: var(--ehosting-blue, #0a2540);
    font-size: 1rem;
}
@media (max-width: 575.98px) {
    .store-trust-badge { font-size: 0.8rem; }
}

/* ── Pricing cards (precos-planos.tpl) ── */
.sn-pricing-card {
    background: #fff;
    border: 2px solid #e5e7eb;
    border-radius: 20px;
    padding: 2rem 1.75rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: border-color .25s, box-shadow .25s, transform .25s;
}
.sn-pricing-card:hover {
    border-color: var(--ehosting-blue-light, #1a6cf6);
    box-shadow: 0 16px 40px rgba(10,37,64,.1);
    transform: translateY(-4px);
}
.sn-pricing-card.sn-pricing-featured {
    border-color: var(--ehosting-red, #e63946);
    background: linear-gradient(135deg,#fff 0%,#fff5f5 100%);
    position: relative;
}
.sn-pricing-card.sn-pricing-featured::before {
    content: 'Mais Popular';
    position: absolute;
    top: -1px;
    right: 1.5rem;
    background: var(--ehosting-red, #e63946);
    color: #fff;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: .3rem .8rem;
    border-radius: 0 0 8px 8px;
}
.sn-pricing-icon {
    font-size: 2rem;
    color: var(--ehosting-blue, #0a2540);
    margin-bottom: 1rem;
}
.sn-pricing-name {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--ehosting-blue, #0a2540);
    margin-bottom: .6rem;
}
.sn-pricing-desc {
    font-size: .9rem;
    color: #64748b;
    line-height: 1.55;
    margin-bottom: 1.25rem;
    flex-grow: 0;
}
.sn-pricing-price {
    margin-bottom: 1.25rem;
}
.sn-pricing-from {
    display: block;
    font-size: .7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #9ca3af;
    margin-bottom: .2rem;
}
.sn-pricing-value {
    font-size: 2rem;
    font-weight: 800;
    color: var(--ehosting-blue, #0a2540);
    line-height: 1;
}
.sn-pricing-value span {
    font-size: 1rem;
    font-weight: 500;
    color: #64748b;
    margin-left: .25rem;
}
.sn-pricing-note {
    display: block;
    font-size: .78rem;
    color: var(--ehosting-cyan, #06d6a0);
    font-weight: 600;
    margin-top: .4rem;
}
.sn-pricing-features {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    flex-grow: 1;
}
.sn-pricing-features li {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: .875rem;
    color: #374151;
}
.sn-pricing-features .feather {
    color: var(--ehosting-cyan, #06d6a0);
    font-size: 1rem;
    flex-shrink: 0;
}
/* FAQ card uniform style */
.sn-faq-card {
    border: 1px solid #e5e7eb !important;
    border-radius: 12px !important;
    overflow: hidden;
    box-shadow: none !important;
}
.sn-faq-card .card-body {
    padding: 0 1.5rem 1.25rem;
    color: #475569;
    font-size: .95rem;
    line-height: 1.6;
}

/* Mantém o novo megamenu acima das regras legadas do tema. */
@media (min-width: 992px) {
    .main-menu-custom .coodiv-menu-dropdown.mega-menu-solucoes {
        left: 50% !important;
        width: min(1180px, calc(100vw - 32px)) !important;
        min-width: min(1180px, calc(100vw - 32px)) !important;
        max-width: none !important;
        max-height: calc(100vh - 105px);
        padding: 14px !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        transform: translateX(-50%) !important;
        border: 1px solid rgba(13, 58, 92, .14) !important;
        border-radius: 18px !important;
        background: #fff !important;
        box-shadow: 0 24px 60px rgba(24, 40, 20, .18) !important;
    }
}

/* ==========================================================
   Política de Privacidade e Mapa do Site
   ========================================================== */

.eh-policy-updated {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 16px 0 0;
    padding: 9px 14px;
    border: 1px solid rgba(13, 58, 92, .12);
    border-radius: 999px;
    color: #60758a;
    background: rgba(255, 255, 255, .72);
    font-size: .8rem;
    font-weight: 600;
}

.eh-legal-highlight,
.eh-sitemap-highlight {
    position: relative;
    z-index: 2;
    padding: 92px 0 48px;
    color: #fff;
    background: var(--ehosting-blue);
}

.eh-policy-content,
.eh-sitemap-content {
    position: relative;
    z-index: 1;
    padding: 132px 0 92px;
    background: #f8fafc;
}

.eh-policy-nav {
    position: sticky;
    top: 120px;
    display: flex;
    flex-direction: column;
    padding: 22px;
    border: 1px solid #dce6f1;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(10, 37, 64, .07);
}

.eh-policy-nav strong {
    margin-bottom: 12px;
    color: var(--ehosting-blue);
    font-size: .88rem;
}

.eh-policy-nav a {
    padding: 7px 0;
    border-bottom: 1px solid #edf1f5;
    color: #60758a;
    font-size: .8rem;
    text-decoration: none;
}

.eh-policy-nav a:last-child {
    border-bottom: 0;
}

.eh-policy-nav a:hover,
.eh-policy-nav a:focus {
    color: var(--ehosting-blue-light);
    outline: none;
    text-decoration: none;
}

.eh-policy-article {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.eh-policy-article > section {
    position: relative;
    scroll-margin-top: 120px;
    padding: 28px 30px;
    border: 1px solid #dfe7ef;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(10, 37, 64, .055);
}

.eh-policy-number {
    display: block;
    margin-bottom: 7px;
    color: var(--ehosting-cyan);
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .09em;
}

.eh-policy-article h2 {
    margin-bottom: 14px;
    color: var(--ehosting-blue);
    font-size: 1.3rem;
    line-height: 1.35;
}

.eh-policy-article p,
.eh-policy-article li {
    color: #58697c;
    font-size: .93rem;
    line-height: 1.75;
}

.eh-policy-article p:last-child,
.eh-policy-article ul:last-child {
    margin-bottom: 0;
}

.eh-policy-article ul {
    margin: 0;
    padding-left: 21px;
}

.eh-policy-article a {
    color: var(--ehosting-blue-light);
    font-weight: 650;
}

.eh-sitemap-quick {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.eh-sitemap-quick a {
    display: flex;
    min-height: 78px;
    align-items: center;
    gap: 12px;
    padding: 17px 19px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 14px;
    color: #fff;
    background: rgba(255, 255, 255, .07);
    font-size: .9rem;
    font-weight: 650;
    text-decoration: none;
    transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.eh-sitemap-quick a:hover,
.eh-sitemap-quick a:focus {
    border-color: rgba(6, 214, 160, .65);
    color: #fff;
    background: rgba(6, 214, 160, .12);
    outline: none;
    text-decoration: none;
    transform: translateY(-2px);
}

.eh-sitemap-quick i {
    color: var(--ehosting-cyan);
    font-size: 1.15rem;
}

.eh-sitemap-group {
    height: 100%;
    overflow: hidden;
    border: 1px solid #dfe7ef;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(10, 37, 64, .065);
}

.eh-sitemap-group-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px 22px;
    border-bottom: 1px solid #e7edf3;
    background: linear-gradient(145deg, #f8fbff 0%, #eef9f6 100%);
}

.eh-sitemap-group-header > span {
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: var(--ehosting-blue);
    background: rgba(6, 214, 160, .2);
}

.eh-sitemap-group h2 {
    margin: 0;
    color: var(--ehosting-blue);
    font-size: 1.02rem;
}

.eh-sitemap-group ul {
    margin: 0;
    padding: 10px 14px 14px;
    list-style: none;
}

.eh-sitemap-group li {
    border-bottom: 1px solid #edf1f5;
}

.eh-sitemap-group li:last-child {
    border-bottom: 0;
}

.eh-sitemap-group li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 8px;
    border-radius: 8px;
    color: #536579;
    font-size: .84rem;
    text-decoration: none;
}

.eh-sitemap-group li a i {
    flex: 0 0 auto;
    color: var(--ehosting-cyan);
    opacity: 0;
    transform: translateX(-5px);
    transition: opacity .18s ease, transform .18s ease;
}

.eh-sitemap-group li a:hover,
.eh-sitemap-group li a:focus {
    color: var(--ehosting-blue);
    background: rgba(6, 214, 160, .09);
    outline: none;
    text-decoration: none;
}

.eh-sitemap-group li a:hover i,
.eh-sitemap-group li a:focus i {
    opacity: 1;
    transform: translateX(0);
}

.eh-sitemap-system {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
    gap: 34px;
    align-items: center;
    padding: 34px;
    border-radius: 20px;
    color: #fff;
    background: var(--ehosting-blue);
}

.eh-sitemap-system h2 {
    margin: 7px 0 10px;
    color: #fff;
    font-size: 1.45rem;
}

.eh-sitemap-system p {
    margin: 0;
    color: rgba(255, 255, 255, .72);
}

.eh-sitemap-system-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
}

.eh-sitemap-system-links a {
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 9px;
    color: #fff;
    background: rgba(255, 255, 255, .07);
    font-size: .78rem;
    font-weight: 650;
    text-align: center;
    text-decoration: none;
}

.eh-sitemap-system-links a:hover,
.eh-sitemap-system-links a:focus {
    border-color: var(--ehosting-cyan);
    color: var(--ehosting-cyan);
    outline: none;
    text-decoration: none;
}

.footer-legal-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin-top: 8px;
}

.footer-legal-links a {
    color: rgba(255, 255, 255, .68);
    font-size: .74rem;
    text-decoration: none;
}

.footer-legal-links a:hover,
.footer-legal-links a:focus {
    color: var(--ehosting-cyan);
    outline: none;
    text-decoration: none;
}

@media (max-width: 991.98px) {
    .eh-legal-highlight,
    .eh-sitemap-highlight {
        padding: 72px 0 40px;
    }

    .eh-policy-content,
    .eh-sitemap-content {
        padding: 92px 0 62px;
    }

    .eh-policy-nav {
        position: static;
    }

    .eh-sitemap-quick {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .eh-sitemap-system {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .eh-legal-highlight,
    .eh-sitemap-highlight {
        padding: 64px 0 32px;
    }

    .eh-policy-content,
    .eh-sitemap-content {
        padding-top: 76px;
    }

    .eh-policy-article > section {
        padding: 23px 20px;
    }

    .eh-sitemap-quick {
        grid-template-columns: 1fr;
    }

    .eh-sitemap-quick a {
        min-height: 62px;
    }

    .eh-sitemap-system {
        padding: 25px 20px;
    }

    .eh-sitemap-system-links {
        grid-template-columns: 1fr;
    }

    .footer-legal-links {
        justify-content: center;
    }
}
