:root{
    --portal-primary:#0f4c81;
    --portal-primary-2:#2563eb;
    --portal-accent:#f4b400;
    --portal-bg:#f4f7fb;
    --portal-card:#ffffff;
    --portal-text:#1f2937;
    --portal-muted:#64748b;
    --portal-shadow:0 16px 36px rgba(15,23,42,.08);
}
*{box-sizing:border-box}
body{margin:0;background:linear-gradient(180deg,#f3f7fc 0%,#fbfdff 100%);color:var(--portal-text);font-family:Arial,sans-serif}
a{transition:.2s ease}
.portal-navbar{background:linear-gradient(135deg,#0b4c84,#1565c0);box-shadow:0 10px 24px rgba(11,76,132,.16)}
.brand-portal{font-weight:800;color:#fff!important;gap:.75rem}
.brand-portal img{max-height:44px}
.portal-navbar .navbar-item{color:#fff;font-weight:700}
.portal-navbar .navbar-item:hover{color:#fff;background:rgba(255,255,255,.08)!important}
.portal-buttons .button{font-weight:700;border-radius:14px}
.hero-portal{padding:1.35rem 0 0}
.slider-portal{position:relative;height:510px;border-radius:28px;overflow:hidden;box-shadow:0 24px 50px rgba(15,76,129,.2)}
.slide{position:absolute;inset:0;opacity:0;transition:opacity .8s ease;background-size:cover;background-position:center;display:flex;align-items:flex-end}
.slide.is-active{opacity:1;z-index:2}
.fallback-slide{background:linear-gradient(135deg,#0f4c81,#3a86ff)}
.overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,23,53,.82),rgba(8,23,53,.25))}
.slide .content{position:relative;z-index:2;max-width:760px;padding:3.2rem;color:#fff}
.badge-slide,.eyebrow{display:inline-block;padding:.5rem .95rem;border-radius:999px;font-size:.82rem;font-weight:800;letter-spacing:.04em}
.badge-slide{background:rgba(255,255,255,.16);color:#fff}
.eyebrow{background:#dbeafe;color:#1d4ed8}
.eyebrow.dark{background:#eaf3ff;color:#0f4c81}
.slide h1,.section-head h1,.section-head h2,.cta-panel h2{font-size:clamp(2rem,4vw,3.25rem);font-weight:800;line-height:1.06}
.slide p,.section-sub,.cta-panel p{font-size:1.02rem;color:inherit}
.hero-buttons .button{border-radius:14px;font-weight:800}
.is-soft-white{background:rgba(255,255,255,.14)!important;border:1px solid rgba(255,255,255,.25)!important;color:#fff!important}
.section{padding:3.8rem 1.5rem}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:1rem;margin-bottom:1.5rem}
.section-head.wrap-mobile{flex-wrap:wrap}
.section-head h2{margin:.2rem 0 .1rem;font-size:2rem;color:#0f172a}
.section-sub{margin:.25rem 0 0;color:var(--portal-muted)}
.stats-section{padding-top:1.4rem;padding-bottom:0}
.stats-band{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:1.1rem;box-shadow:var(--portal-shadow)}
.stats-band div{padding:1rem;border-radius:18px;background:linear-gradient(180deg,#f8fbff,#ffffff);text-align:center}
.stats-band strong{display:block;font-size:2rem;color:#0f4c81;line-height:1.1}
.stats-band span{color:var(--portal-muted);font-weight:700}
.alt-section{background:#fff}
.cards-grid{display:grid;gap:1.4rem}
.cards-grid.three{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}
.cards-grid.two{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}
.feature-card,.content-card,.video-card,.content-panel,.stack-item,.cta-panel{background:#fff;border-radius:24px;box-shadow:var(--portal-shadow);border:1px solid rgba(226,232,240,.85)}
.feature-card{padding:1.5rem}
.feature-card i{width:58px;height:58px;display:inline-flex;align-items:center;justify-content:center;border-radius:18px;background:#eaf3ff;color:#1565c0;font-size:1.5rem;margin-bottom:1rem}
.feature-card h3{font-size:1.18rem;font-weight:800;margin:0 0 .45rem}
.feature-card p{color:var(--portal-muted)}
.content-card{padding:0;overflow:hidden}
.content-card:hover,.gallery-grid figure:hover{transform:translateY(-3px)}
.content-card img,.hero-post-image,.gallery-grid img{width:100%;display:block;object-fit:cover}
.content-card img{height:220px}
.horizontal-card{display:grid;grid-template-columns:220px 1fr}
.horizontal-card img{height:100%}
.content-body{padding:1.25rem}
.content-body h3{font-size:1.18rem;font-weight:800;margin:.55rem 0}.content-body p{color:var(--portal-muted)}
.content-body a{font-weight:800;color:#1d4ed8}
.pill{display:inline-block;background:#eaf3ff;color:#1565c0;padding:.35rem .8rem;border-radius:999px;font-size:.8rem;font-weight:800}
.stack-list{display:grid;gap:1rem}
.stack-item{padding:1.25rem}
.stack-item strong{display:block;font-size:1rem;margin-bottom:.2rem}
.stack-item span,.stack-item p{color:var(--portal-muted)}
.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}
.gallery-grid.large{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}
.gallery-grid figure{margin:0;border-radius:20px;overflow:hidden;background:#fff;box-shadow:0 12px 24px rgba(15,23,42,.08);transition:.2s ease}
.gallery-grid figure img{height:220px}.gallery-grid figcaption{padding:.9rem 1rem;font-weight:700}
.details-list{list-style:none;padding:0;margin:1rem 0 0;display:grid;gap:.5rem}
.details-list li{display:flex;align-items:center;gap:.5rem}.video-card iframe{width:100%;height:300px;border:0;border-radius:18px 18px 0 0}
.narrow-container{max-width:900px}.article-post{background:#fff;border-radius:24px;padding:2rem;box-shadow:0 12px 30px rgba(15,23,42,.08)}
.meta-post{color:#64748b;margin:.5rem 0 1.5rem}.post-text{font-size:1.05rem;line-height:1.8}
.cta-section{padding-top:1rem}
.cta-panel{padding:2rem;background:linear-gradient(135deg,#0f4c81,#2563eb);display:flex;justify-content:space-between;align-items:center;gap:1rem;color:#fff}
.cta-panel h2{margin:.3rem 0 .5rem;color:#fff;font-size:2rem}
.portal-footer{background:#081735;color:#e5eefc;padding:3rem 0 2rem;margin-top:3rem}.portal-footer h3,.portal-footer h4{color:#fff;font-weight:800}
.footer-highlight{display:flex;gap:.75rem;align-items:flex-start;margin-top:1rem;padding:1rem;border-radius:16px;background:rgba(255,255,255,.06)}
.footer-links{list-style:none;padding:0;margin:0;display:grid;gap:.5rem}.footer-links a{color:#dbeafe}
.social-links{display:flex;gap:.8rem;margin-top:.75rem}.social-links a,.whatsapp-float{display:inline-flex;align-items:center;justify-content:center}
.social-links a{width:42px;height:42px;border-radius:50%;background:#16386c;color:#fff}.footer-copy{padding-top:1.5rem;margin-top:1.5rem;border-top:1px solid rgba(255,255,255,.12)}
.whatsapp-float{position:fixed;right:22px;bottom:22px;width:58px;height:58px;border-radius:50%;background:#25d366;color:#fff;font-size:1.8rem;box-shadow:0 10px 24px rgba(0,0,0,.2);z-index:20}
.admin-gallery figure img{height:170px}
@media (max-width:900px){.stats-band{grid-template-columns:repeat(2,1fr)}.cta-panel{flex-direction:column;align-items:flex-start}}
@media (max-width:768px){.navbar-menu{display:block}.horizontal-card{grid-template-columns:1fr}.slider-portal{height:420px}.slide .content{padding:2rem}.portal-navbar .navbar-end .buttons{justify-content:flex-start}.section-head{align-items:flex-start;flex-direction:column}.stats-band{grid-template-columns:1fr}}

.content-actions{margin-top:1rem;display:flex;gap:.75rem;flex-wrap:wrap}.premium-event-card .content-body{display:flex;flex-direction:column;justify-content:center}.premium-event-card img{min-height:100%}.premium-stack-event a{display:inline-flex;align-items:center;gap:.4rem;color:#1d4ed8;font-weight:800;margin-top:.35rem}.evento-page-shell{max-width:1180px}.evento-back-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.back-link{display:inline-flex;align-items:center;gap:.5rem;background:#fff;border:1px solid #dbe3ef;padding:.7rem 1rem;border-radius:999px;color:#1f2937;font-weight:700;box-shadow:0 8px 18px rgba(15,23,42,.06)}.evento-hero-premium{position:relative;min-height:430px;border-radius:28px;overflow:hidden;box-shadow:0 22px 44px rgba(15,23,42,.14);background:linear-gradient(135deg,#0f4c81,#2563eb)}.evento-hero-premium img,.evento-hero-fallback{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.evento-hero-fallback{background:linear-gradient(135deg,#0f4c81,#2563eb)}.evento-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,27,56,.18) 0%,rgba(10,27,56,.62) 52%,rgba(10,27,56,.88) 100%)}.evento-hero-content{position:relative;z-index:2;color:#fff;padding:2.25rem;display:flex;flex-direction:column;justify-content:flex-end;min-height:430px}.evento-hero-content h1{font-size:clamp(2rem,4vw,3.4rem);line-height:1.03;margin:.5rem 0}.hero-lead{font-size:1.06rem;max-width:780px;margin:0 0 .4rem;color:#edf4ff}.hero-summary{max-width:820px;color:#dbeafe;margin:0 0 1rem}.evento-hero-meta{display:flex;flex-wrap:wrap;gap:.8rem}.evento-hero-meta span{display:inline-flex;align-items:center;gap:.5rem;padding:.7rem .95rem;border-radius:999px;background:rgba(255,255,255,.12);backdrop-filter:blur(6px);font-weight:700}.evento-detail-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(320px,.9fr);gap:1.35rem;margin-top:1.5rem}.evento-main-panel,.side-card{padding:1.5rem}.panel-section + .panel-section{margin-top:1.25rem}.section-mini-head h2,.section-mini-head h3{margin:.4rem 0 0;font-size:1.5rem;color:#0f172a}.portal-rich-content{font-size:1.03rem;line-height:1.8;color:#334155}.portal-rich-content p:first-child{margin-top:0}.portal-rich-content img{max-width:100%;height:auto;border-radius:18px;margin:1rem 0;box-shadow:0 10px 24px rgba(15,23,42,.08)}.portal-rich-content h2,.portal-rich-content h3,.portal-rich-content h4{color:#0f172a;margin:1.3rem 0 .6rem}.portal-rich-content ul,.portal-rich-content ol{padding-left:1.3rem}.evento-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin:1.35rem 0}.info-tile{background:linear-gradient(180deg,#f8fbff,#fff);border:1px solid #dce8f6;border-radius:20px;padding:1rem 1.1rem}.info-tile.highlight{background:linear-gradient(135deg,#0f4c81,#2563eb);border-color:#2563eb;color:#fff}.tile-label{display:block;font-size:.82rem;text-transform:uppercase;letter-spacing:.04em;font-weight:800;color:#64748b;margin-bottom:.35rem}.info-tile.highlight .tile-label{color:#dbeafe}.info-tile strong{font-size:1.08rem}.local-panel{background:#f8fbff;border:1px solid #dde8f5;border-radius:24px;padding:1.2rem}.strong-list li{align-items:flex-start}.strong-list i{margin-top:.25rem;color:#2563eb;width:1rem}.strong-list span{font-weight:600;color:#334155}.map-link{margin-top:1rem;border-radius:12px;font-weight:800}.spotlight-card{background:linear-gradient(180deg,#ffffff,#f6faff)}.spotlight-card h3{font-size:1.45rem;margin:.45rem 0}.spotlight-card p{color:#64748b}.side-actions{display:grid;gap:.85rem;margin-top:1rem}.whatsapp-button{background:#25d366!important;color:#fff!important;border:none!important;border-radius:14px;font-weight:800}.compact-info-card h3{font-size:1.2rem;margin-top:0}.compact-list{gap:.9rem}.compact-list li span{font-size:.97rem}@media (max-width:960px){.evento-detail-grid{grid-template-columns:1fr}.evento-info-grid{grid-template-columns:1fr 1fr}}@media (max-width:640px){.evento-hero-content{padding:1.4rem}.evento-hero-meta span{width:100%;justify-content:flex-start}.evento-info-grid{grid-template-columns:1fr}.back-link{width:100%;justify-content:center}}

.comentario-form-card{position:static}.reply-grid{grid-template-columns:1fr}}


.comentarios-premium {
    margin-top: 40px;
}

.comentarios-head {
    margin-bottom: 18px;
}

.comentarios-badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: #dbeafe;
    color: #1d4ed8;
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 10px;
}

.comentarios-head h3 {
    margin: 0 0 8px;
    font-size: 28px;
    font-weight: 800;
    color: #0f172a;
}

.comentarios-head p {
    margin: 0;
    color: #64748b;
    font-size: 15px;
    line-height: 1.6;
}

.comentario-form-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
    margin-top: 18px;
    margin-bottom: 24px;
}

.comentario-form-topo {
    margin-bottom: 18px;
}

.comentario-form-topo h4,
.reply-form-header h5 {
    margin: 0 0 6px;
    font-size: 22px;
    font-weight: 800;
    color: #0f172a;
}

.reply-form-header h5 {
    font-size: 18px;
}

.comentario-form-topo small,
.reply-form-header small {
    color: #64748b;
    font-size: 14px;
}

.comentario-form-premium,
.reply-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.form-grid-2,
.reply-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label {
    font-size: 14px;
    font-weight: 700;
    color: #334155;
}

.form-group input,
.form-group textarea,
.comentario-form-premium input,
.comentario-form-premium textarea,
.reply-form input,
.reply-form textarea {
    width: 100%;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    padding: 14px 16px;
    font-size: 15px;
    background: #f8fafc;
    color: #0f172a;
    transition: all 0.2s ease;
    outline: none;
    box-sizing: border-box;
}

.form-group textarea,
.comentario-form-premium textarea,
.reply-form textarea {
    min-height: 140px;
    resize: vertical;
}

.form-group input:focus,
.form-group textarea:focus,
.comentario-form-premium input:focus,
.comentario-form-premium textarea:focus,
.reply-form input:focus,
.reply-form textarea:focus {
    border-color: #2563eb;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.10);
}

.comentario-form-acoes {
    display: flex;
    justify-content: flex-end;
}

.btn-comentario-enviar {
    border: 0;
    border-radius: 12px;
    padding: 14px 22px;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
    box-shadow: 0 10px 20px rgba(37, 99, 235, 0.20);
}

.btn-comentario-enviar:hover {
    transform: translateY(-1px);
    opacity: 0.96;
}

.btn-comentario-enviar.btn-secundario {
    padding: 12px 18px;
    font-size: 14px;
}

.lista-comentarios {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.comentario-card {
    display: flex;
    gap: 14px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 18px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.comentario-avatar {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2563eb, #60a5fa);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 18px;
}

.comentario-body {
    flex: 1;
}

.comentario-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-bottom: 8px;
}

.comentario-meta strong {
    color: #0f172a;
    font-size: 15px;
}

.comentario-meta span {
    color: #64748b;
    font-size: 13px;
}

.comentario-texto {
    color: #334155;
    line-height: 1.7;
    font-size: 15px;
}

.comentario-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 14px;
}

.comentario-actions form {
    margin: 0;
}

.comment-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #dbeafe;
    background: #eff6ff;
    color: #1d4ed8;
    padding: 10px 14px;
    border-radius: 999px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
}

.comment-action-btn:hover {
    background: #dbeafe;
}

.action-count {
    display: inline-flex;
    min-width: 20px;
    justify-content: center;
}

.reply-form {
    margin-top: 16px;
    padding: 18px;
    border: 1px dashed #cbd5e1;
    border-radius: 16px;
    background: #f8fafc;
}

.comentario-respostas {
    margin-top: 16px;
    padding-left: 20px;
    border-left: 3px solid #dbeafe;
    display: grid;
    gap: 12px;
}

.resposta-card {
    background: #fcfdff;
}

.comentarios-vazio {
    background: #fff;
    border: 1px dashed #cbd5e1;
    border-radius: 16px;
    padding: 22px;
    text-align: center;
    color: #475569;
}

.comentarios-vazio strong {
    display: block;
    color: #0f172a;
    margin-bottom: 6px;
}

.hidden {
    display: none !important;
}

@media (max-width: 768px) {
    .form-grid-2,
    .reply-grid {
        grid-template-columns: 1fr;
    }

    .comentario-form-card {
        padding: 18px;
    }

    .comentarios-head h3 {
        font-size: 24px;
    }

    .comentario-form-acoes {
        justify-content: stretch;
    }

    .btn-comentario-enviar {
        width: 100%;
    }

    .comentario-card {
        padding: 16px;
        flex-direction: column;
    }

    .comentario-avatar {
        width: 42px;
        height: 42px;
        min-width: 42px;
    }

    .comentario-respostas {
        padding-left: 12px;
    }
}

/* ===== Portal premium refresh ===== */
body{font-family:Inter,Arial,sans-serif}
.portal-topbar{background:#eaf2ff;border-bottom:1px solid #d7e4fb;color:#33527a;font-size:.92rem}
.portal-topbar-inner{display:flex;justify-content:space-between;gap:1rem;align-items:center;padding:.55rem 0}
.portal-topbar-item,.portal-topbar-links,.portal-topbar-links span{display:flex;align-items:center;gap:.45rem}
.portal-topbar-links{gap:1rem;flex-wrap:wrap}
.portal-nav-shell{min-height:82px}
.portal-navbar{position:sticky;top:0;z-index:30;background:rgba(11,76,132,.96);backdrop-filter:blur(8px)}
.portal-menu-links{gap:.2rem}
.portal-navbar .navbar-item.is-current{background:rgba(255,255,255,.14)!important;border-radius:12px}
.portal-buttons .button{padding-inline:1.15rem;min-height:48px;box-shadow:0 10px 22px rgba(8,23,53,.18)}
.portal-notification{border-radius:18px;box-shadow:var(--portal-shadow)}
.hero-portal-premium{padding-top:1.4rem}
.hero-premium-card{position:relative;overflow:hidden;min-height:620px;border-radius:34px;box-shadow:0 28px 60px rgba(15,23,42,.18);background:#0f4c81}
.hero-premium-bg{position:absolute;inset:0;background-size:cover;background-position:center}
.hero-premium-bg-fallback{background:radial-gradient(circle at top right,rgba(255,255,255,.24),transparent 32%),linear-gradient(135deg,#0f4c81,#1d4ed8 55%,#6ea8ff)}
.hero-premium-overlay{position:absolute;inset:0;background:linear-gradient(95deg,rgba(8,23,53,.88) 0%,rgba(12,36,68,.68) 38%,rgba(12,36,68,.28) 100%)}
.hero-premium-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.4fr) minmax(310px,.8fr);gap:1.4rem;align-items:end;min-height:620px;padding:3rem}
.hero-premium-copy{max-width:760px;color:#fff}
.hero-premium-copy h1{font-size:clamp(2.6rem,5vw,4.7rem);line-height:.98;font-weight:900;color:#fff;margin:.9rem 0 1rem;text-shadow:0 10px 30px rgba(0,0,0,.18)}
.hero-premium-copy p{max-width:640px;font-size:1.12rem;line-height:1.75;color:#e8f1ff;margin:0 0 1.5rem}
.hero-premium-actions{gap:.9rem!important}
.hero-premium-actions .button{border-radius:16px;font-weight:800;min-height:56px;padding-inline:1.35rem}
.glass-card{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(10px);border-radius:24px;padding:1.35rem;color:#fff;box-shadow:0 18px 36px rgba(8,23,53,.2)}
.hero-premium-side{display:grid;gap:1rem}
.side-kicker{display:inline-flex;padding:.45rem .8rem;background:rgba(255,255,255,.16);border-radius:999px;font-size:.78rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:#fff}
.hero-side-card h3{font-size:1.55rem;line-height:1.15;color:#fff;margin:.8rem 0}
.hero-side-card p{color:#e8f1ff;line-height:1.7;margin-bottom:1rem}
.hero-side-link{display:inline-flex;gap:.55rem;align-items:center;color:#fff;font-weight:800}
.hero-side-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:.95rem}
.hero-side-stats div{background:rgba(255,255,255,.09);border-radius:18px;padding:1rem}
.hero-side-stats strong{display:block;color:#fff;font-size:1.8rem;line-height:1.1}
.hero-side-stats span{color:#e3eeff;font-weight:700}
.portal-strip-section{padding-top:1.2rem;padding-bottom:0}
.portal-strip-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.portal-strip-card{display:flex;align-items:center;gap:1rem;background:#fff;border-radius:24px;padding:1.15rem 1.2rem;border:1px solid #e2e8f0;box-shadow:var(--portal-shadow)}
.portal-strip-card i{width:54px;height:54px;display:inline-flex;align-items:center;justify-content:center;border-radius:18px;background:#eaf3ff;color:#1565c0;font-size:1.25rem}
.portal-strip-card strong{display:block;font-size:1rem;color:#0f172a}
.portal-strip-card span{color:#64748b}
.section-soft{background:linear-gradient(180deg,#f8fbff 0%,#ffffff 100%)}
.home-feature-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(320px,.9fr);gap:1.4rem}
.home-feature-main{min-height:100%}
.home-feature-main img{height:300px}
.home-feature-main .content-body{padding:1.5rem}
.home-feature-main h3{font-size:1.85rem;line-height:1.15}
.home-feature-side{display:grid;gap:1rem}
.mini-news-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:1.3rem;box-shadow:var(--portal-shadow)}
.mini-news-card h4{font-size:1.1rem;font-weight:800;margin:.65rem 0 .45rem;color:#0f172a}
.mini-news-card p{color:#64748b;line-height:1.65;margin-bottom:.7rem}
.mini-news-card a,.link-cta{display:inline-flex;align-items:center;gap:.5rem;font-weight:800;color:#1d4ed8}
.portal-event-card img{height:240px}
.compact-details{margin-top:.85rem}
.media-showcase-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:1.4rem}
.media-panel{padding:1.35rem}
.media-panel-head{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;margin-bottom:1rem}
.media-panel-head h3{font-size:1.45rem;font-weight:800;color:#0f172a;margin:.5rem 0 0}
.media-panel-head a{font-weight:800;color:#1d4ed8}
.media-mini-list{margin-top:1rem}
.media-mini-item{padding:1rem 1.1rem;border-radius:18px;background:#f8fbff;border:1px solid #dfebfb;box-shadow:none}
.compact-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}
.compact-gallery figure img{height:170px}
.portal-final-cta{position:relative;overflow:hidden}
.portal-final-cta:before{content:"";position:absolute;right:-40px;top:-40px;width:220px;height:220px;border-radius:50%;background:rgba(255,255,255,.08)}
.portal-page-hero-section{padding-bottom:1rem}
.portal-page-hero{background:linear-gradient(135deg,#0f4c81,#1d4ed8);border-radius:30px;padding:2.1rem 2.2rem;color:#fff;box-shadow:0 24px 48px rgba(15,23,42,.14)}
.portal-page-hero h1{font-size:clamp(2.1rem,4vw,3.5rem);line-height:1.03;color:#fff;margin:.6rem 0}
.portal-page-hero p{max-width:780px;color:#e6efff;font-size:1.04rem;line-height:1.75;margin:0}
.portal-filter-tags{margin-top:1rem;gap:.55rem}
.portal-filter-tags .tag{border-radius:999px;padding:.6rem .95rem;font-weight:700}
.portal-about-panel,.portal-contact-info,.portal-contact-form{padding:1.8rem}
.portal-about-panel p,.portal-contact-info p{font-size:1.03rem;line-height:1.8;color:#334155}
.portal-contact-form .input,.portal-contact-form .textarea{border-radius:14px;border-color:#d6e2f2;background:#f8fbff;box-shadow:none}
.portal-contact-form .input:focus,.portal-contact-form .textarea:focus{border-color:#2563eb;box-shadow:0 0 0 4px rgba(37,99,235,.08)}
.footer-main-grid{display:grid;grid-template-columns:1.3fr 1fr .8fr .9fr;gap:1.3rem}
.footer-brand-line{display:flex;gap:1rem;align-items:flex-start}
.footer-brand-line img{width:62px;height:62px;object-fit:contain;border-radius:16px;background:rgba(255,255,255,.08);padding:.35rem}
.footer-contact-list{list-style:none;padding:0;margin:0;display:grid;gap:.7rem}
.footer-contact-list li{display:flex;gap:.7rem;align-items:flex-start}
.footer-contact-list i{margin-top:.18rem;color:#9fc3ff}
.footer-admin-box{margin-top:1rem;padding:1rem;border-radius:18px;background:rgba(255,255,255,.06);display:grid;gap:.55rem}
.footer-admin-box strong{color:#fff}
.footer-admin-box a{color:#dbeafe;font-weight:700}
.empty-state-card{display:flex;align-items:center;justify-content:center;min-height:220px;background:linear-gradient(180deg,#f8fbff,#ffffff)}
.empty-state-card .content-body{text-align:center}
@media (max-width:1100px){.hero-premium-grid,.home-feature-grid,.media-showcase-grid,.footer-main-grid{grid-template-columns:1fr}.portal-strip-grid{grid-template-columns:1fr 1fr}.hero-premium-card{min-height:auto}.hero-premium-grid{min-height:auto;padding:2rem}.hero-premium-side{grid-template-columns:1fr 1fr}}
@media (max-width:768px){.portal-topbar-inner,.portal-topbar-links{display:none}.portal-nav-shell{min-height:72px}.portal-navbar .navbar-menu{padding-bottom:1rem}.hero-premium-copy h1{font-size:2.3rem}.hero-premium-grid{padding:1.35rem}.hero-premium-card{border-radius:24px}.hero-premium-actions .button,.portal-buttons .button{width:100%}.portal-strip-grid,.hero-side-stats{grid-template-columns:1fr}.portal-page-hero{padding:1.4rem}.footer-main-grid{grid-template-columns:1fr}.brand-portal span{font-size:1rem}.brand-portal img{max-height:38px}}


/* Mensalidades 2026 */
.mens-hero-section {
    padding-top: 2rem;
}

.mens-hero-card {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background: linear-gradient(135deg, #0f3b78 0%, #1d4ed8 52%, #60a5fa 100%);
    box-shadow: 0 30px 60px rgba(15, 23, 42, 0.15);
    padding: 3rem;
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.8fr);
    gap: 2rem;
    color: #fff;
}

.mens-hero-card::before {
    content: '';
    position: absolute;
    inset: auto -120px -120px auto;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(255,255,255,0.3), transparent 70%);
}

.mens-hero-copy h1 {
    font-size: clamp(2.3rem, 4vw, 3.5rem);
    font-weight: 900;
    line-height: 1.05;
    margin: .4rem 0 1rem;
    color: #fff;
}

.mens-hero-copy p {
    max-width: 760px;
    font-size: 1.05rem;
    color: rgba(255,255,255,0.92);
}

.mens-hero-notes {
    display: flex;
    flex-wrap: wrap;
    gap: .9rem;
    margin-top: 1.4rem;
}

.mens-hero-notes span {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    padding: .85rem 1rem;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 999px;
    font-weight: 700;
}

.mens-highlight-card {
    position: relative;
    z-index: 1;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.18);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    padding: 1.6rem;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.14);
}

.mens-highlight-card strong {
    display: block;
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: .55rem;
}

.mens-highlight-card p {
    color: rgba(255,255,255,0.88);
    margin-bottom: 1rem;
}

.mens-table-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.mens-table-responsive {
    overflow-x: auto;
}

.mens-premium-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 920px;
}

.mens-premium-table thead th {
    background: linear-gradient(135deg, #eaf2ff, #dbeafe);
    color: #0f3b78;
    font-size: 1rem;
    font-weight: 900;
    padding: 1.25rem 1.4rem;
    border-bottom: 1px solid #dbeafe;
}

.mens-premium-table tbody td {
    padding: 1.35rem 1.4rem;
    border-bottom: 1px solid #edf2f7;
    vertical-align: top;
}

.mens-premium-table tbody tr:hover {
    background: #f8fbff;
}

.mens-category-cell {
    display: flex;
    align-items: center;
    gap: .85rem;
}

.mens-category-cell strong {
    color: #0f172a;
    font-size: 1.08rem;
}

.mens-category-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: #eff6ff;
    color: #2563eb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.mens-price {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 148px;
    padding: .85rem 1rem;
    border-radius: 16px;
    font-size: 1.08rem;
    font-weight: 900;
}

.mens-price.is-primary {
    background: linear-gradient(135deg, #dbeafe, #93c5fd);
    color: #0f3b78;
}

.mens-price.is-secondary {
    background: linear-gradient(135deg, #ecfccb, #bef264);
    color: #365314;
}

.mens-benefits-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: .5rem;
}

.mens-benefits-list li {
    display: flex;
    align-items: center;
    gap: .55rem;
    color: #475569;
}

.mens-benefits-list i {
    color: #2563eb;
}

.mens-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.4rem;
}

.mens-plan-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 1.5rem;
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.07);
}

.mens-plan-head h3 {
    margin-top: .35rem;
    font-size: 1.7rem;
    color: #0f172a;
}

.mens-plan-prices {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin: 1rem 0 1.1rem;
}

.mens-plan-prices div {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 1rem;
}

.mens-plan-prices small {
    display: block;
    color: #64748b;
    margin-bottom: .35rem;
}

.mens-plan-prices strong {
    color: #0f3b78;
    font-size: 1.5rem;
    font-weight: 900;
}

.mens-cta-panel,
.mens-home-teaser {
    background: linear-gradient(135deg, #ffffff, #f8fbff);
    border: 1px solid #e2e8f0;
    border-radius: 26px;
    padding: 2rem;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
}

.mens-cta-panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
}

.mens-home-mini-grid {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: stretch;
}

.mens-mini-card {
    min-width: 180px;
    background: #eff6ff;
    border-radius: 18px;
    padding: 1rem 1.1rem;
    display: flex;
    flex-direction: column;
    gap: .35rem;
    color: #0f3b78;
    font-weight: 700;
}

.mens-home-teaser h2,
.mens-cta-panel h2 {
    color: #0f172a;
    margin: .4rem 0 .65rem;
}

@media (max-width: 960px) {
    .mens-hero-card,
    .mens-card-grid,
    .mens-plan-prices {
        grid-template-columns: 1fr;
    }

    .mens-cta-panel {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 768px) {
    .mens-hero-card {
        padding: 1.5rem;
        border-radius: 22px;
    }

    .mens-home-teaser,
    .mens-cta-panel,
    .mens-plan-card {
        padding: 1.25rem;
    }

    .mens-home-mini-grid {
        flex-direction: column;
    }
}


.mens-inline-note{display:block;margin-top:4px;color:#64748b;font-size:.82rem;font-weight:600}
.mens-plan-subtitle{margin-top:8px;color:#64748b;font-size:.95rem;line-height:1.5}


.video-premium-grid .video-card-premium {
    overflow: visible;
}
.video-embed-shell {
    position: relative;
    width: 100%;
    background: #0f172a;
    border-radius: 18px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
}
.video-embed-shell.small { margin-top: 12px; }
.video-embed-shell.large { margin-top: 16px; }
.video-embed-shell iframe,
.libras-player-box iframe {
    width: 100%;
    height: 100%;
    border: 0;
    min-height: 260px;
}
.video-embed-shell.small iframe { min-height: 210px; }
.video-placeholder {
    display:flex;align-items:center;justify-content:center;height:100%;color:#cbd5e1;font-weight:700;
}
.video-action-row {
    display:flex;
    gap:12px;
    flex-wrap:wrap;
    margin-top:18px;
    align-items:flex-start;
}
.libras-toggle-card {
    width: 100%;
    max-width: 100%;
    border: 1px solid #fde68a;
    border-radius: 18px;
    background: linear-gradient(180deg, #fffdf3 0%, #fff8dc 100%);
    box-shadow: 0 12px 28px rgba(245, 158, 11, 0.08);
}
.inline-player { max-width: 100%; }
.libras-toggle-card summary {
    list-style: none;
    cursor: pointer;
}
.libras-toggle-card summary::-webkit-details-marker { display:none; }
.libras-player-box {
    padding: 16px;
}
.libras-box-head {
    display:flex;
    flex-direction:column;
    gap:4px;
    margin-bottom:12px;
    color:#7c2d12;
}
.accessibility-media-grid {
    display:grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}
.accessibility-media-grid.single-under-content {
    margin-top: 8px;
}
.media-access-card,
.libras-highlight-card {
    border-radius: 24px;
}
.libras-highlight-card {
    border: 1px solid #fde68a;
    background: linear-gradient(180deg, #fffdf5 0%, #ffffff 100%);
}
.sports-news-grid .sports-news-card {
    overflow: hidden;
}
.sports-accessibility-box {
    margin-top: 18px;
    padding: 16px;
    border-radius: 18px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}
.sports-accessibility-head {
    display:flex;
    flex-direction:column;
    gap:4px;
    margin-bottom: 10px;
}
@media (max-width: 900px) {
    .accessibility-media-grid {
        grid-template-columns: 1fr;
    }
}


/* === SaaS Premium 2026 === */
body{font-family:Inter,Arial,sans-serif;background:linear-gradient(180deg,#f6f9ff 0%,#ffffff 100%)}
.portal-topbar{
    background:linear-gradient(135deg,#0f172a,#1d4ed8);color:#fff;box-shadow:0 16px 36px rgba(15,23,42,.14)
}
.portal-topbar-item,.portal-topbar-links span{color:rgba(255,255,255,.92)}
.portal-navbar{
    position:sticky;top:0;z-index:30;background:rgba(255,255,255,.82)!important;backdrop-filter:blur(14px);
    border-bottom:1px solid rgba(219,228,240,.85);box-shadow:0 12px 28px rgba(15,23,42,.05)
}
.brand-portal{
    background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid #dbe6f3;border-radius:18px;padding:10px 14px!important;box-shadow:0 10px 24px rgba(15,23,42,.05)
}
.portal-menu-links .navbar-item{
    margin:0 2px;border-radius:14px;font-weight:700;color:#1e293b!important;transition:all .22s ease
}
.portal-menu-links .navbar-item:hover,.portal-menu-links .navbar-item.is-current{
    background:#eef5ff!important;color:#1d4ed8!important
}
.portal-buttons .button{
    min-height:46px;border-radius:16px;font-weight:800;box-shadow:0 12px 24px rgba(15,23,42,.08)
}
.portal-buttons .button.is-light{border:1px solid #dbe6f3;background:linear-gradient(180deg,#fff,#f8fbff)}
.portal-buttons .button.is-warning{background:linear-gradient(135deg,#f59e0b,#d97706);border:none;color:#fff}
.portal-notification{border-radius:18px;border:1px solid #dbe6f3;box-shadow:0 14px 28px rgba(15,23,42,.05)}
.hero-premium,.highlight-card,.modern-card,.section-card,.post-card,.evento-card,.video-card,.galeria-card,.contact-card{
    box-shadow:0 18px 40px rgba(15,23,42,.06);border:1px solid #e2e8f0
}


/* ===== Portal público premium 2026 ===== */
body{background:linear-gradient(180deg,#f7fbff 0%,#eef5ff 40%,#f8fafc 100%)}
.portal-topbar{background:linear-gradient(90deg,#0f172a,#163b78);color:#e2ecff;border-bottom:1px solid rgba(255,255,255,.08)}
.portal-topbar-inner{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:1rem}
.portal-topbar-item,.portal-topbar-links span{display:inline-flex;align-items:center;gap:.5rem;font-weight:600;font-size:.92rem}
.portal-topbar-links{display:flex;gap:1rem;flex-wrap:wrap}
.portal-navbar{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.78)!important;backdrop-filter:blur(14px);box-shadow:0 10px 35px rgba(15,23,42,.08)}
.portal-nav-shell{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:84px}
.portal-brand-wrap{display:flex;align-items:center;justify-content:space-between;width:100%}
.brand-portal{display:flex!important;align-items:center;gap:.9rem;font-weight:800;color:#0f172a!important;padding-left:0!important}
.brand-portal img{width:48px;height:48px;object-fit:contain;border-radius:14px;background:#fff;box-shadow:0 10px 24px rgba(37,99,235,.14);padding:6px}
.brand-portal span{font-size:1.08rem;letter-spacing:-.02em}
.portal-menu-shell{display:flex!important;align-items:center;justify-content:space-between;flex:1;gap:1rem;background:transparent!important}
.portal-menu-links{gap:.25rem;flex-wrap:wrap}
.portal-menu-links .navbar-item{position:relative;color:#334155!important;font-weight:700;border-radius:999px;padding:.72rem 1rem!important;transition:.2s ease}
.portal-menu-links .navbar-item:hover,.portal-menu-links .navbar-item.is-current{background:#e8f0ff!important;color:#1d4ed8!important}
.portal-menu-links .navbar-item.is-current::after{content:'';position:absolute;left:18px;right:18px;bottom:6px;height:3px;border-radius:999px;background:#2563eb}
.portal-buttons{gap:.75rem!important}
.portal-buttons .button{border-radius:14px;font-weight:800;padding:0 1.1rem;height:46px;box-shadow:0 10px 24px rgba(15,23,42,.08)}
.portal-btn-member{border:1px solid #d9e4ff!important;background:#fff!important;color:#0f172a!important}
.portal-btn-admin{background:linear-gradient(135deg,#f59e0b,#fbbf24)!important;color:#0f172a!important;border:none!important}
.portal-burger{display:none;border:none;background:#eff6ff;width:48px;height:48px;border-radius:14px;align-items:center;justify-content:center;flex-direction:column;gap:5px;box-shadow:0 10px 24px rgba(37,99,235,.14)}
.portal-burger span{display:block;width:20px;height:2px;background:#1d4ed8;border-radius:999px;transition:.2s ease}
.portal-burger.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.portal-burger.is-open span:nth-child(2){opacity:0}
.portal-burger.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.hero-premium-card{border-radius:32px;box-shadow:0 28px 80px rgba(15,23,42,.18);border:1px solid rgba(255,255,255,.12)}
.hero-premium-copy h1{font-size:clamp(2.3rem,5vw,4.5rem)!important;line-height:1.02;letter-spacing:-.04em}
.hero-premium-copy p{font-size:1.06rem;max-width:740px;color:#e8f1ff}
.badge-slide{background:rgba(255,255,255,.14);backdrop-filter:blur(10px);padding:.55rem .95rem;border-radius:999px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;font-size:.72rem}
.glass-card{background:rgba(255,255,255,.12)!important;border:1px solid rgba(255,255,255,.16)!important;backdrop-filter:blur(18px)}
.hero-side-card h3,.hero-side-stats strong{color:#fff!important}
.hero-side-card p,.hero-side-stats span{color:#e2ecff!important}
.portal-strip-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.portal-strip-card{display:flex;align-items:center;gap:1rem;background:#fff;border:1px solid #e3edff;border-radius:22px;padding:1.1rem 1.15rem;box-shadow:0 16px 34px rgba(15,23,42,.06)}
.portal-strip-card i{width:52px;height:52px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#dbeafe,#eff6ff);color:#2563eb;font-size:1.2rem}
.portal-strip-card strong{display:block;color:#0f172a}
.portal-strip-card span{display:block;color:#64748b}
.section-soft{background:transparent}
.section-head{margin-bottom:1.25rem}
.eyebrow{display:inline-flex;align-items:center;padding:.45rem .8rem;border-radius:999px;background:#e8f0ff;color:#1d4ed8;font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}
.section-head h2{font-size:clamp(1.9rem,3vw,2.8rem);letter-spacing:-.03em;color:#0f172a}
.section-sub{font-size:1rem;color:#64748b;max-width:760px}
.content-card,.mini-news-card,.side-card,.article-post,.local-panel,.cta-panel,.comentario-form-card,.comentario-card{border-radius:24px!important;box-shadow:0 18px 40px rgba(15,23,42,.07)!important;border:1px solid #e3edff!important}
.content-card img,.portal-event-card img,.gallery-grid figure img{transition:transform .35s ease}
.content-card:hover img,.portal-event-card:hover img,.gallery-grid figure:hover img{transform:scale(1.03)}
.content-body{padding:1.35rem 1.4rem 1.45rem}
.pill{display:inline-flex;align-items:center;padding:.42rem .72rem;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-weight:800;font-size:.78rem}
.link-cta{display:inline-flex;align-items:center;gap:.45rem;color:#1d4ed8;font-weight:800}
.mini-news-card{background:#fff;padding:1.2rem 1.2rem 1.15rem}
.mini-news-card h4{color:#0f172a;font-size:1.06rem;margin:.55rem 0}
.mini-news-card p{color:#64748b}
.portal-event-card .details-list li{color:#475569;font-weight:600}
.portal-footer{position:relative;overflow:hidden;background:linear-gradient(135deg,#07162f,#0f2c59 55%,#163b78)}
.portal-footer::before{content:'';position:absolute;inset:auto -120px -120px auto;width:320px;height:320px;background:rgba(255,255,255,.06);border-radius:50%}
.footer-brand-line{display:flex;gap:1rem;align-items:center;margin-bottom:1rem}.footer-brand-line img{width:58px;height:58px;border-radius:18px;background:#fff;padding:8px}
.footer-main-grid{display:grid;grid-template-columns:1.3fr .95fr .8fr .9fr;gap:1.4rem}
.footer-contact-list{list-style:none;padding:0;margin:0;display:grid;gap:.7rem}.footer-contact-list li{display:flex;gap:.65rem;align-items:flex-start;color:#dbeafe}.footer-contact-list i{margin-top:.22rem}
.footer-admin-box{margin-top:1rem;padding:1rem;border-radius:18px;background:rgba(255,255,255,.06);display:grid;gap:.45rem}.footer-admin-box strong{color:#fff}.footer-admin-box a{color:#dbeafe;font-weight:700}
.portal-notification{border-radius:18px;padding:1rem 1.15rem;box-shadow:0 16px 30px rgba(15,23,42,.07)}
@media (max-width:1100px){.portal-nav-shell{min-height:76px}.footer-main-grid{grid-template-columns:1fr 1fr}.portal-strip-grid{grid-template-columns:1fr}.portal-buttons .button{height:42px}}
@media (max-width:960px){.portal-burger{display:inline-flex}.portal-menu-shell{display:none!important;position:absolute;left:16px;right:16px;top:86px;background:#fff!important;border:1px solid #e2e8f0;border-radius:24px;box-shadow:0 24px 48px rgba(15,23,42,.14);padding:1rem;flex-direction:column;align-items:stretch}.portal-menu-shell.is-open{display:flex!important}.portal-menu-links,.portal-buttons{display:flex;flex-direction:column;align-items:stretch!important}.portal-menu-links .navbar-item{justify-content:flex-start;border-radius:16px}.portal-buttons .button{width:100%}.portal-topbar-links{display:none}.hero-premium-grid{grid-template-columns:1fr!important}.footer-main-grid{grid-template-columns:1fr}}
@media (max-width:640px){.portal-nav-shell{min-height:72px}.brand-portal span{font-size:.98rem}.hero-premium-card{border-radius:24px}.hero-premium-copy h1{font-size:2.2rem!important}.portal-strip-card{padding:1rem;border-radius:18px}.section-head h2{font-size:1.7rem}.footer-brand-line{align-items:flex-start}}

/* ===== HOME V3 PREMIUM ===== */
.portal-navbar{position:sticky;top:0;z-index:30;backdrop-filter:blur(12px);background:rgba(255,255,255,.82)!important;border-bottom:1px solid rgba(226,232,240,.9)}
.portal-topbar{background:linear-gradient(135deg,#081a35,#143a72)}
.brand-portal img{width:54px;height:54px;border-radius:18px;object-fit:cover;background:#fff;padding:6px;box-shadow:0 10px 24px rgba(15,23,42,.12)}
.brand-portal span{font-weight:800;letter-spacing:-.02em}
.portal-buttons .button{border-radius:14px;font-weight:800}
.portal-home-v3-hero{
    padding:34px 0 16px;
    background:
        radial-gradient(circle at top left, rgba(37,99,235,.22), transparent 34%),
        radial-gradient(circle at 92% 14%, rgba(245,158,11,.16), transparent 20%),
        linear-gradient(180deg, #f7fbff 0%, #eef5ff 100%);
}
.portal-home-v3-shell{
    display:grid;
    grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);
    gap:24px;
    align-items:stretch;
}
.portal-home-v3-copy,
.portal-home-v3-hero-card,
.portal-home-v3-quick-card,
.portal-home-v3-service-card,
.portal-home-v3-main-post,
.portal-home-v3-side-card,
.portal-home-v3-panel,
.portal-home-v3-gallery-card,
.portal-home-v3-gallery-empty{
    box-shadow:0 20px 50px rgba(15,23,42,.08);
}
.portal-home-v3-copy{
    position:relative;
    overflow:hidden;
    background:rgba(255,255,255,.92);
    border:1px solid rgba(219,234,254,.95);
    border-radius:36px;
    padding:38px;
    backdrop-filter:blur(10px);
}
.portal-home-v3-copy::after{
    content:'';
    position:absolute;
    right:-110px;
    top:-110px;
    width:240px;
    height:240px;
    border-radius:50%;
    background:radial-gradient(circle, rgba(59,130,246,.14) 0%, rgba(59,130,246,0) 70%);
}
.portal-home-v3-kicker{
    display:inline-flex;
    padding:10px 16px;
    border-radius:999px;
    background:#dbeafe;
    color:#1d4ed8;
    font-size:13px;
    font-weight:800;
    letter-spacing:.02em;
    margin-bottom:14px;
}
.portal-home-v3-copy h1{
    font-size:clamp(2.35rem,4.8vw,4.2rem);
    line-height:1;
    color:#0f172a;
    margin:0 0 14px;
    letter-spacing:-.04em;
}
.portal-home-v3-copy p{
    font-size:1.06rem;
    line-height:1.85;
    color:#475569;
    max-width:700px;
    margin:0;
}
.portal-home-v3-actions{display:flex;gap:12px;flex-wrap:wrap;margin:28px 0 20px}
.portal-home-v3-actions .button{border-radius:16px;font-weight:800;padding-inline:1.1rem}
.portal-home-v3-trustbar{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:26px}
.portal-home-v3-trustbar span{
    display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:#fff;border:1px solid #dbeafe;color:#334155;font-size:.9rem;font-weight:700
}
.portal-home-v3-trustbar i{color:#2563eb}
.portal-home-v3-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.portal-home-v3-metrics article{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:18px 16px}
.portal-home-v3-metrics strong{display:block;font-size:1.85rem;color:#0f172a;line-height:1}
.portal-home-v3-metrics span{display:block;color:#64748b;font-weight:700;margin-top:7px}
.portal-home-v3-visual{display:grid;gap:18px}
.portal-home-v3-hero-card{position:relative;min-height:440px;border-radius:34px;overflow:hidden;background:linear-gradient(135deg,#0f4c81,#2563eb)}
.portal-home-v3-bg,.portal-home-v3-overlay{position:absolute;inset:0}
.portal-home-v3-bg{background-size:cover;background-position:center;transform:scale(1.03)}
.portal-home-v3-bg-fallback{background:linear-gradient(135deg,#0f4c81,#2563eb)}
.portal-home-v3-overlay{background:linear-gradient(180deg, rgba(8,23,53,.1) 0%, rgba(8,23,53,.48) 46%, rgba(8,23,53,.88) 100%)}
.portal-home-v3-content{position:relative;z-index:2;min-height:440px;padding:30px;display:flex;flex-direction:column;justify-content:flex-end;color:#fff}
.portal-home-v3-badge{display:inline-flex;width:max-content;padding:8px 14px;border-radius:999px;background:rgba(255,255,255,.18);color:#fff;font-size:12px;font-weight:800;margin-bottom:12px;backdrop-filter:blur(8px)}
.portal-home-v3-content h3{margin:0 0 10px;font-size:2.05rem;line-height:1.06;color:#fff;letter-spacing:-.03em}
.portal-home-v3-content p{margin:0;color:#e2ecff;line-height:1.78}
.portal-home-v3-content-pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}
.portal-home-v3-content-pills span{display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.16);color:#fff;font-size:.84rem;font-weight:700}
.portal-home-v3-link{display:inline-flex;align-items:center;gap:8px;color:#fff;font-weight:800;margin-top:16px}
.portal-home-v3-quick-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.portal-home-v3-quick-card{display:flex;align-items:flex-start;gap:14px;background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:18px;color:#0f172a;transition:transform .2s ease, box-shadow .2s ease}
.portal-home-v3-quick-card:hover{transform:translateY(-2px);box-shadow:0 24px 40px rgba(15,23,42,.1)}
.portal-home-v3-quick-card i{width:48px;height:48px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;background:#eff6ff;color:#2563eb;font-size:1.15rem;flex-shrink:0}
.portal-home-v3-quick-card strong{display:block;font-size:1rem;margin-bottom:4px}
.portal-home-v3-quick-card span{color:#64748b;line-height:1.55}
.portal-home-v3-strips{padding-top:10px}
.portal-home-v3-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.portal-home-v3-service-card{background:#fff;border:1px solid #e2e8f0;border-radius:28px;padding:26px}
.portal-home-v3-service-card i{width:56px;height:56px;border-radius:18px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#dbeafe,#eff6ff);color:#1d4ed8;font-size:1.3rem;margin-bottom:14px}
.portal-home-v3-service-card h3{margin:0 0 8px;font-size:1.2rem;color:#0f172a}
.portal-home-v3-service-card p{margin:0;color:#64748b;line-height:1.7}
.portal-home-v3-news-wrap{background:linear-gradient(180deg,#f8fbff 0%,#ffffff 100%)}
.portal-home-v3-news-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);gap:22px}
.portal-home-v3-main-post{overflow:hidden;border-radius:30px;background:#fff;border:1px solid #e2e8f0}
.portal-home-v3-main-post img{width:100%;height:340px;object-fit:cover;display:block}
.portal-home-v3-main-body{padding:28px}
.portal-home-v3-main-body h3{font-size:2rem;line-height:1.12;margin:10px 0;color:#0f172a;letter-spacing:-.03em}
.portal-home-v3-main-body p{margin:0;color:#64748b;line-height:1.8}
.portal-home-v3-side-posts{display:grid;gap:16px}
.portal-home-v3-side-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:22px}
.portal-home-v3-side-card h4{margin:12px 0 8px;color:#0f172a;font-size:1.15rem;line-height:1.35}
.portal-home-v3-side-card p{margin:0 0 12px;color:#64748b;line-height:1.7}
.portal-home-v3-side-card a{color:#2563eb;font-weight:800}
.portal-home-v3-empty-card{display:flex;flex-direction:column;justify-content:center;min-height:180px}
.portal-home-v3-highlight-panels{padding-top:10px}
.portal-home-v3-panels-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.portal-home-v3-panel{background:#fff;border:1px solid #e2e8f0;border-radius:30px;padding:26px}
.portal-home-v3-panel-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}
.portal-home-v3-panel-head a{font-weight:800;color:#2563eb}
.portal-home-v3-panel h3{margin:0 0 10px;color:#0f172a;font-size:1.35rem}
.portal-home-v3-panel p{margin:0;color:#64748b;line-height:1.75}
.portal-home-v3-mini-list{list-style:none;padding:0;margin:18px 0;display:grid;gap:10px}
.portal-home-v3-mini-list li{display:flex;gap:10px;align-items:flex-start;color:#334155;font-weight:600}
.portal-home-v3-mini-list i{color:#2563eb;width:18px;margin-top:3px}
.portal-home-v3-panel-badge-row{display:flex;gap:10px;flex-wrap:wrap;margin:18px 0}
.portal-home-v3-panel-badge-row span{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:13px;font-weight:800}
.portal-home-v3-member-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.portal-home-v3-gallery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.portal-home-v3-gallery-card{margin:0;background:#fff;border:1px solid #e2e8f0;border-radius:24px;overflow:hidden}
.portal-home-v3-gallery-card img{width:100%;height:250px;object-fit:cover;display:block}
.portal-home-v3-gallery-card figcaption{padding:14px 16px;color:#0f172a;font-weight:800}
.portal-home-v3-gallery-empty{grid-column:1/-1;text-align:center;padding:34px;border-radius:26px;background:#fff;border:1px dashed #bfdbfe}
.portal-home-v3-gallery-empty i{width:64px;height:64px;border-radius:20px;display:inline-flex;align-items:center;justify-content:center;background:#eff6ff;color:#2563eb;font-size:1.5rem;margin-bottom:12px}
.portal-home-v3-gallery-empty h3{margin:0 0 8px;color:#0f172a}
.portal-home-v3-gallery-empty p{margin:0;color:#64748b}
.portal-home-v3-final-cta{border-radius:32px;overflow:hidden;box-shadow:0 18px 45px rgba(15,23,42,.14)}
@media (max-width:1180px){.portal-home-v3-shell,.portal-home-v3-news-grid,.portal-home-v3-panels-grid{grid-template-columns:1fr}.portal-home-v3-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:860px){.portal-home-v3-service-grid,.portal-home-v3-metrics,.portal-home-v3-quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.portal-home-v3-trustbar{flex-direction:column}}
@media (max-width:640px){.portal-home-v3-copy{padding:24px}.portal-home-v3-hero-card,.portal-home-v3-content{min-height:340px}.portal-home-v3-copy h1{font-size:2rem}.portal-home-v3-actions,.portal-home-v3-member-actions{flex-direction:column}.portal-home-v3-actions .button,.portal-home-v3-member-actions .button{width:100%}.portal-home-v3-service-grid,.portal-home-v3-metrics,.portal-home-v3-quick-grid,.portal-home-v3-gallery-grid{grid-template-columns:1fr}.portal-home-v3-main-post img{height:240px}}

/* 10.1.0 - Portal completo no mesmo padrão da home */
.portal-inner-hero-section{padding:2rem 0 1rem}
.portal-inner-hero{display:grid;grid-template-columns:minmax(0,1.5fr) 320px;gap:1.25rem;align-items:stretch;background:linear-gradient(135deg,#0c1f46,#2563eb);border-radius:32px;padding:2rem;box-shadow:0 22px 44px rgba(15,23,42,.14);color:#fff;position:relative;overflow:hidden}
.portal-inner-hero:before{content:"";position:absolute;right:-70px;top:-70px;width:220px;height:220px;border-radius:50%;background:rgba(255,255,255,.08)}
.portal-inner-hero > *{position:relative;z-index:1}
.portal-inner-hero h1{font-size:clamp(2rem,4vw,3rem);line-height:1.05;margin:.45rem 0 .75rem;color:#fff}
.portal-inner-hero p{max-width:760px;color:#e5efff;font-size:1.02rem}
.portal-inner-hero-card{background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(8px);border-radius:24px;padding:1.2rem;display:flex;flex-direction:column;justify-content:center;min-height:100%}
.portal-inner-hero-card strong{font-size:1.1rem;color:#fff;margin-bottom:.45rem}
.portal-inner-hero-card p{margin:0;color:#e8efff;font-size:.96rem}
.portal-surface-panel{border-radius:28px;box-shadow:0 18px 38px rgba(15,23,42,.08)}
.portal-copy-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(280px,.8fr);gap:1.25rem;align-items:start}
.portal-side-stack{display:grid;gap:.9rem}
.mini-info-card{display:flex;gap:.9rem;align-items:flex-start;padding:1rem 1.05rem;border-radius:20px;background:linear-gradient(180deg,#f8fbff,#fff);border:1px solid #d9e8fb;box-shadow:0 10px 24px rgba(15,23,42,.05)}
.mini-info-card i{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1d4ed8;flex:0 0 42px}
.mini-info-card strong{display:block;color:#0f172a;font-size:1rem}
.mini-info-card span{display:block;color:#64748b;font-size:.94rem;line-height:1.5}
.portal-section-title{font-size:1.7rem;margin:.5rem 0 1rem;color:#0f172a}
.portal-unified-grid,.portal-unified-grid-two{align-items:stretch}
.portal-elevated-card{border:1px solid #e2e8f0;box-shadow:0 18px 38px rgba(15,23,42,.08);transition:transform .2s ease, box-shadow .2s ease}
.portal-elevated-card:hover{transform:translateY(-3px);box-shadow:0 24px 46px rgba(15,23,42,.12)}
.portal-empty-state{padding:3rem 1.5rem;border-radius:28px;background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid #dce8f6;text-align:center;box-shadow:0 14px 32px rgba(15,23,42,.06)}
.portal-empty-state i{display:inline-flex;align-items:center;justify-content:center;width:68px;height:68px;border-radius:20px;background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1d4ed8;font-size:1.5rem;margin-bottom:1rem}
.portal-empty-state h3{font-size:1.45rem;color:#0f172a;margin:0 0 .45rem}
.portal-empty-state p{max-width:640px;margin:0 auto;color:#64748b;line-height:1.7}
.portal-gallery-premium{gap:1.15rem}
.portal-gallery-card{background:#fff;border:1px solid #e2e8f0;border-radius:22px;overflow:hidden;box-shadow:0 16px 32px rgba(15,23,42,.07)}
.portal-gallery-card img{height:240px;width:100%;object-fit:cover}
.portal-gallery-card figcaption{display:flex;flex-direction:column;gap:.25rem;padding:1rem 1rem 1.1rem}
.portal-gallery-card figcaption strong{color:#0f172a}
.portal-gallery-card figcaption span{color:#64748b;font-size:.92rem}
.portal-contact-list-strong{display:grid;gap:.9rem;margin-top:1rem}
.portal-contact-list-strong p{margin:0;padding:.9rem 1rem;border-radius:16px;background:#f8fbff;border:1px solid #dce8f6;color:#334155}
.mini-contact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;margin-top:1rem}
.mini-contact-grid article{display:flex;align-items:center;gap:.7rem;padding:.9rem 1rem;border-radius:16px;background:linear-gradient(180deg,#f8fbff,#fff);border:1px solid #dce8f6;color:#334155;font-weight:700}
.mini-contact-grid i{color:#1d4ed8}
.full-height{height:100%}
.footer-admin-box{display:grid;gap:.5rem;margin-top:.8rem;padding:1rem;border-radius:18px;background:rgba(255,255,255,.06)}
.footer-admin-box strong{color:#fff}
.footer-admin-box a{color:#dbeafe}
@media (max-width:960px){.portal-inner-hero,.portal-copy-grid{grid-template-columns:1fr}.portal-inner-hero-card{min-height:auto}.mini-contact-grid{grid-template-columns:1fr}}
@media (max-width:640px){.portal-inner-hero{padding:1.35rem;border-radius:24px}.portal-inner-hero-section{padding-top:1.25rem}.portal-gallery-card img{height:210px}}

/* =========================================================
   V11.1.5 - MENU MOBILE PERFEITO TOTAL / NAVBAR SAAS
   Fecha por padrão, abre só no clique, dropdown, backdrop e animação.
   ========================================================= */
.portal-navbar{
    position:sticky!important;
    top:0!important;
    z-index:1000!important;
    background:rgba(255,255,255,.9)!important;
    backdrop-filter:blur(16px)!important;
    border-bottom:1px solid rgba(226,232,240,.9)!important;
}
.portal-nav-shell{
    position:relative!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:18px!important;
    min-height:82px!important;
}
.portal-brand-wrap{
    width:auto!important;
    flex:0 0 auto!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
}
.brand-portal{
    display:inline-flex!important;
    align-items:center!important;
    gap:12px!important;
    padding:8px 14px!important;
    border:1px solid #dbeafe!important;
    border-radius:18px!important;
    background:linear-gradient(180deg,#fff,#f8fbff)!important;
    box-shadow:0 12px 26px rgba(15,23,42,.06)!important;
    white-space:nowrap!important;
}
.brand-portal img{width:46px!important;height:46px!important;object-fit:contain!important;flex:0 0 auto!important}
.brand-portal span{font-weight:900!important;color:#0f172a!important;letter-spacing:-.02em!important}
.portal-menu-shell{
    flex:1 1 auto!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:14px!important;
    background:transparent!important;
    box-shadow:none!important;
}
.portal-menu-links{
    display:flex!important;
    align-items:center!important;
    gap:6px!important;
    flex-wrap:nowrap!important;
}
.portal-menu-links .navbar-item,
.portal-dropdown-toggle{
    display:inline-flex!important;
    align-items:center!important;
    gap:8px!important;
    min-height:44px!important;
    padding:0 14px!important;
    border:0!important;
    border-radius:999px!important;
    background:transparent!important;
    color:#334155!important;
    font-family:inherit!important;
    font-size:.95rem!important;
    font-weight:800!important;
    cursor:pointer!important;
    white-space:nowrap!important;
    transition:background .2s ease,color .2s ease,transform .2s ease!important;
}
.portal-menu-links .navbar-item:hover,
.portal-menu-links .navbar-item.is-current,
.portal-dropdown:hover>.portal-dropdown-toggle,
.portal-dropdown.is-current>.portal-dropdown-toggle,
.portal-dropdown.is-open>.portal-dropdown-toggle{
    background:#eaf2ff!important;
    color:#1d4ed8!important;
}
.portal-menu-links .navbar-item.is-current::after{display:none!important}
.portal-dropdown{position:relative!important;display:inline-flex!important;align-items:center!important}
.portal-dropdown-toggle .fa-chevron-down{font-size:.75rem!important;transition:transform .2s ease!important}
.portal-dropdown.is-open .portal-dropdown-toggle .fa-chevron-down{transform:rotate(180deg)!important}
.portal-dropdown-menu{
    position:absolute!important;
    top:calc(100% + 12px)!important;
    left:0!important;
    min-width:230px!important;
    display:grid!important;
    gap:6px!important;
    padding:10px!important;
    border:1px solid #e2e8f0!important;
    border-radius:20px!important;
    background:#fff!important;
    box-shadow:0 22px 48px rgba(15,23,42,.13)!important;
    opacity:0!important;
    pointer-events:none!important;
    transform:translateY(8px) scale(.98)!important;
    transition:opacity .18s ease,transform .18s ease!important;
    z-index:1100!important;
}
.portal-dropdown:hover .portal-dropdown-menu,
.portal-dropdown.is-open .portal-dropdown-menu{
    opacity:1!important;
    pointer-events:auto!important;
    transform:translateY(0) scale(1)!important;
}
.portal-dropdown-menu a{
    display:flex!important;
    align-items:center!important;
    gap:10px!important;
    padding:12px 13px!important;
    border-radius:14px!important;
    color:#334155!important;
    font-weight:800!important;
    transition:background .18s ease,color .18s ease!important;
}
.portal-dropdown-menu a:hover{background:#eff6ff!important;color:#1d4ed8!important}
.portal-dropdown-menu a i{width:20px!important;color:#2563eb!important}
.portal-nav-actions{display:flex!important;align-items:center!important;gap:10px!important;flex:0 0 auto!important}
.portal-buttons{display:flex!important;align-items:center!important;gap:10px!important;flex-wrap:nowrap!important;margin:0!important}
.portal-buttons .button,.portal-install-btn{height:46px!important;border-radius:999px!important;font-weight:900!important;white-space:nowrap!important}
.portal-burger,.portal-mobile-head,.portal-menu-backdrop{display:none!important}
.portal-menu-lock{overflow:hidden!important}

@media (max-width:1280px){
    .portal-menu-links .navbar-item,.portal-dropdown-toggle{padding:0 10px!important;font-size:.88rem!important}
    .brand-portal span{max-width:150px!important;overflow:hidden!important;text-overflow:ellipsis!important}
    .portal-buttons .button,.portal-install-btn{padding-left:12px!important;padding-right:12px!important;font-size:.9rem!important}
}

@media (max-width:960px){
    .portal-topbar{display:none!important}
    .portal-navbar{z-index:2000!important}
    .portal-nav-shell{min-height:72px!important;padding:0 14px!important;width:100%!important;max-width:none!important}
    .portal-brand-wrap{width:100%!important;display:flex!important;align-items:center!important;justify-content:space-between!important}
    .brand-portal{padding:7px 10px!important;border-radius:16px!important;max-width:calc(100vw - 92px)!important}
    .brand-portal img{width:40px!important;height:40px!important}
    .brand-portal span{max-width:210px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:.98rem!important}
    .portal-burger{
        display:inline-flex!important;
        width:48px!important;
        height:48px!important;
        border:0!important;
        border-radius:16px!important;
        align-items:center!important;
        justify-content:center!important;
        flex-direction:column!important;
        gap:5px!important;
        background:#eff6ff!important;
        box-shadow:0 12px 24px rgba(37,99,235,.16)!important;
        cursor:pointer!important;
        flex:0 0 auto!important;
    }
    .portal-burger span{width:21px!important;height:2px!important;background:#1d4ed8!important;border-radius:999px!important;transition:transform .2s ease,opacity .2s ease!important}
    .portal-burger.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)!important}
    .portal-burger.is-open span:nth-child(2){opacity:0!important}
    .portal-burger.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)!important}
    .portal-menu-backdrop{
        display:block!important;
        position:fixed!important;
        inset:72px 0 0 0!important;
        background:rgba(15,23,42,.38)!important;
        backdrop-filter:blur(3px)!important;
        opacity:0!important;
        transition:opacity .22s ease!important;
        z-index:1990!important;
    }
    .portal-menu-backdrop.is-visible{opacity:1!important}
    .portal-menu-shell{
        display:flex!important;
        position:fixed!important;
        top:82px!important;
        right:14px!important;
        left:auto!important;
        width:min(390px,calc(100vw - 28px))!important;
        max-height:calc(100vh - 98px)!important;
        overflow:auto!important;
        overscroll-behavior:contain!important;
        flex-direction:column!important;
        align-items:stretch!important;
        justify-content:flex-start!important;
        gap:14px!important;
        padding:16px!important;
        border:1px solid #e2e8f0!important;
        border-radius:28px!important;
        background:rgba(255,255,255,.98)!important;
        box-shadow:0 30px 70px rgba(15,23,42,.24)!important;
        opacity:0!important;
        pointer-events:none!important;
        transform:translateY(-12px) scale(.97)!important;
        transition:opacity .22s ease,transform .22s ease!important;
        z-index:2010!important;
    }
    .portal-menu-shell.is-open{
        opacity:1!important;
        pointer-events:auto!important;
        transform:translateY(0) scale(1)!important;
    }
    .portal-mobile-head{
        display:flex!important;
        align-items:center!important;
        justify-content:space-between!important;
        gap:12px!important;
        padding:4px 4px 12px!important;
        border-bottom:1px solid #e2e8f0!important;
    }
    .portal-mobile-brand{display:flex!important;align-items:center!important;gap:10px!important;min-width:0!important}
    .portal-mobile-brand img{width:42px!important;height:42px!important;object-fit:contain!important;border-radius:14px!important;background:#eff6ff!important;padding:5px!important}
    .portal-mobile-brand strong{display:block!important;color:#0f172a!important;line-height:1.15!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:230px!important}
    .portal-mobile-brand small{display:block!important;color:#64748b!important;font-weight:700!important}
    .portal-mobile-close{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:42px!important;height:42px!important;border:0!important;border-radius:14px!important;background:#f1f5f9!important;color:#0f172a!important;font-size:1.15rem!important;cursor:pointer!important;flex:0 0 auto!important}
    .portal-menu-links{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;width:100%!important}
    .portal-menu-links .navbar-item,
    .portal-dropdown-toggle{
        width:100%!important;
        justify-content:flex-start!important;
        min-height:52px!important;
        padding:0 14px!important;
        border-radius:16px!important;
        background:#f8fbff!important;
        color:#172033!important;
        font-size:1rem!important;
    }
    .portal-menu-links .navbar-item i,
    .portal-dropdown-toggle span i{width:22px!important;color:#2563eb!important;text-align:center!important}
    .portal-dropdown{display:block!important;width:100%!important}
    .portal-dropdown-toggle{justify-content:space-between!important}
    .portal-dropdown-toggle span{display:inline-flex!important;align-items:center!important;gap:8px!important}
    .portal-dropdown-menu{
        position:static!important;
        min-width:0!important;
        width:100%!important;
        display:grid!important;
        max-height:0!important;
        overflow:hidden!important;
        padding:0 8px!important;
        margin-top:0!important;
        border:0!important;
        border-radius:18px!important;
        background:#f8fbff!important;
        box-shadow:none!important;
        opacity:1!important;
        pointer-events:auto!important;
        transform:none!important;
        transition:max-height .24s ease,padding .24s ease,margin .24s ease!important;
    }
    .portal-dropdown:hover .portal-dropdown-menu{max-height:0!important;padding:0 8px!important;margin-top:0!important}
    .portal-dropdown.is-open .portal-dropdown-menu{
        max-height:360px!important;
        padding:8px!important;
        margin-top:8px!important;
        border:1px solid #e2e8f0!important;
    }
    .portal-dropdown-menu a{min-height:46px!important;background:#fff!important;border:1px solid #eaf0f7!important;border-radius:14px!important}
    .portal-nav-actions{display:grid!important;width:100%!important;gap:10px!important;padding-top:12px!important;border-top:1px solid #e2e8f0!important}
    .portal-buttons{display:grid!important;grid-template-columns:1fr!important;width:100%!important;gap:10px!important}
    .portal-buttons .button,.portal-install-btn{width:100%!important;height:52px!important;justify-content:center!important;border-radius:16px!important}
}

@media (max-width:420px){
    .portal-menu-shell{right:10px!important;width:calc(100vw - 20px)!important;border-radius:24px!important}
    .brand-portal span{max-width:160px!important}
}

/* ===== V11.1.6 PERFORMANCE MAX ===== */
html{scroll-behavior:auto!important}
body{font-family:Arial,"Segoe UI",sans-serif!important;text-rendering:optimizeSpeed!important}
img{max-width:100%;height:auto}
.section,.portal-home-v3-news-wrap,.portal-home-v3-highlight-panels,.portal-footer{content-visibility:auto;contain-intrinsic-size:1px 720px}
.portal-navbar,.portal-menu-shell,.portal-dropdown-menu,.portal-menu-backdrop,.glass-card{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
.portal-navbar{background:#fff!important}
.portal-menu-shell,.portal-dropdown-menu,.content-card,.portal-strip-card,.portal-home-v3-service-card,.portal-home-v3-panel,.portal-home-v3-quick-card{box-shadow:0 10px 24px rgba(15,23,42,.08)!important}
.portal-menu-links .navbar-item,.portal-dropdown-toggle,.portal-dropdown-menu,.portal-menu-shell,.portal-burger span{transition-duration:.14s!important}
.portal-menu-shell{will-change:transform,opacity;contain:layout paint style}
.portal-dropdown-menu{will-change:transform,opacity;contain:layout paint style}
@media (max-width:960px){.portal-menu-backdrop{background:rgba(15,23,42,.28)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.portal-menu-shell{box-shadow:0 18px 38px rgba(15,23,42,.18)!important;transition:opacity .16s ease,transform .16s ease!important}.hero-premium-card,.portal-home-v3-hero-card,.slider-portal{box-shadow:0 12px 28px rgba(15,23,42,.12)!important}*{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important}}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
