/* main */
:root{--nav:#14346b;--nav2:#1d4f8f;--acc:#1e5fbf;--d:#0b2340;--bg:#f5f7fa;--tx:#16233c;--mu:#56657f;--br:#e4e9f0;--wh:#fff;--r:8px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:'Plus Jakarta Sans',system-ui,sans-serif;line-height:1.7;color:var(--tx);background:var(--bg);-webkit-font-smoothing:antialiased}a{color:var(--acc);text-decoration:none;transition:.2s}img{max-width:100%;height:auto;display:block}.container{max-width:1160px;margin:0 auto;padding:0 24px}.site-header{background:var(--wh);border-top:3px solid var(--nav);border-bottom:1px solid var(--br);position:sticky;top:0;z-index:1000}.site-header .header-inner{display:flex;align-items:center;justify-content:space-between;max-width:1160px;margin:0 auto;padding:14px 24px}.site-logo{display:flex;align-items:center;gap:12px;font-weight:800;font-size:1.08rem;color:var(--tx);letter-spacing:-.3px}.site-logo:hover{color:var(--nav)}.logo-mark{width:44px;height:44px;border-radius:8px;background:var(--nav);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.2rem;flex-shrink:0;text-transform:uppercase}.site-nav{display:flex;gap:2px;align-items:center;flex-wrap:wrap}.site-nav a{color:var(--mu);padding:8px 15px;border-radius:6px;font-weight:600;font-size:.85rem;transition:.2s}.site-nav a:hover,.site-nav a.active{color:var(--nav);background:#eef3fa}.hamburger{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--tx);padding:6px}.pg-hero{padding:0;background:linear-gradient(160deg,var(--nav),var(--nav2));color:#fff;overflow:hidden}.pg-hero .hero-grid{max-width:1160px;margin:0 auto;display:grid;grid-template-columns:1.1fr .9fr;gap:44px;align-items:center;padding:80px 24px}.pg-hero .hero-text h1{font-size:clamp(2rem,4.5vw,3rem);font-weight:800;color:#fff;line-height:1.15;margin-bottom:16px;letter-spacing:-.8px}.pg-hero .hero-text h1 .accent{color:#fff;border-bottom:3px solid rgba(255,255,255,.5);padding-bottom:2px}.pg-hero .hero-text p{font-size:1.08rem;color:rgba(255,255,255,.85);line-height:1.75;margin-bottom:26px;max-width:460px}.pg-hero .hero-btns{display:flex;gap:12px;flex-wrap:wrap}.hero-visual{display:flex;justify-content:center;align-items:center}.hero-visual-inner{width:250px;height:250px;border-radius:16px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.25);display:flex;align-items:center;justify-content:center;font-size:4.5rem}.pg-btn{display:inline-flex;align-items:center;gap:8px;padding:13px 28px;background:#fff;color:var(--nav);border-radius:var(--r);font-weight:700;font-size:.92rem;border:none;cursor:pointer;transition:.25s;box-shadow:0 4px 14px rgba(0,0,0,.12)}.pg-btn:hover{transform:translateY(-2px);color:var(--nav);box-shadow:0 10px 26px rgba(0,0,0,.18)}.pg-btn-outline{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.6);box-shadow:none}.pg-btn-outline:hover{background:#fff;color:var(--nav);border-color:#fff}.stats-strip{background:var(--wh);padding:0;margin:0}.stats-strip .stats-inner{max-width:1050px;margin:-52px auto 0;display:grid;grid-template-columns:repeat(4,1fr);gap:18px;padding:0 24px;position:relative;z-index:10}.stat-item{background:var(--wh);padding:28px 18px;border-radius:var(--r);text-align:center;box-shadow:0 6px 24px rgba(11,35,64,.07);border:1px solid var(--br);border-top:3px solid var(--nav)}.stat-item .stat-num{font-size:2.3rem;font-weight:800;display:block;line-height:1;color:var(--nav);letter-spacing:-1px}.stat-item .stat-label{font-size:.8rem;color:var(--mu);text-transform:uppercase;letter-spacing:.4px;margin-top:6px;font-weight:600}.pg-section{padding:76px 24px}.pg-section.alt{background:var(--wh)}.section-label{display:inline-block;padding:6px 16px;background:#e7eefb;color:var(--nav);border-radius:6px;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.6px;margin-bottom:14px}.pg-section h2{font-size:clamp(1.6rem,2.6vw,2.1rem);font-weight:800;color:var(--tx);margin-bottom:12px;letter-spacing:-.4px;line-height:1.3}.section-sub{color:var(--mu);max-width:600px;font-size:1rem;line-height:1.7;margin-bottom:40px}.about-text{max-width:860px;margin:0 auto}.about-text p{font-size:1.02rem;color:var(--mu);margin-bottom:18px;line-height:1.85}.service-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px}.service-card{display:flex;gap:16px;padding:24px;background:var(--wh);border-radius:var(--r);border:1px solid var(--br);align-items:flex-start;transition:.25s}.service-card:hover{border-color:var(--nav);box-shadow:0 12px 30px rgba(11,35,64,.08);transform:translateY(-4px)}.sc-icon{width:52px;height:52px;border-radius:8px;background:#e7eefb;display:flex;align-items:center;justify-content:center;font-size:1.3rem;flex-shrink:0}.sc-text h3{font-size:1.05rem;color:var(--tx);margin-bottom:6px;font-weight:700}.sc-text p{color:var(--mu);font-size:.92rem;line-height:1.65}.num-benefits{counter-reset:benefit;list-style:none;max-width:860px;margin:0 auto}.num-benefits li{counter-increment:benefit;padding:18px 18px 18px 62px;position:relative;border-bottom:1px solid var(--br)}.num-benefits li:last-child{border-bottom:none}.num-benefits li::before{content:counter(benefit,decimal-leading-zero);position:absolute;left:0;top:16px;width:44px;height:44px;border-radius:8px;background:#e7eefb;color:var(--nav);font-weight:800;font-size:.95rem;display:flex;align-items:center;justify-content:center}.num-benefits h4{font-size:1.02rem;color:var(--tx);margin-bottom:4px;font-weight:700}.num-benefits p{color:var(--mu);font-size:.92rem;line-height:1.65}.cta-strip{background:linear-gradient(135deg,var(--nav),var(--nav2));padding:60px 24px;text-align:center;color:#fff}.cta-strip h3{font-size:1.7rem;font-weight:800;margin-bottom:10px;letter-spacing:-.4px}.cta-strip p{opacity:.88;max-width:520px;margin:0 auto 24px;font-size:1.02rem;line-height:1.7}.cta-strip .pg-btn{background:#fff;color:var(--nav)}.news-feed{display:grid;gap:10px;max-width:860px;margin:0 auto}.news-entry{display:flex;gap:16px;align-items:baseline;padding:18px 22px;background:var(--wh);border-radius:var(--r);border:1px solid var(--br);color:inherit;transition:.2s}.news-entry:hover{border-color:var(--nav);box-shadow:0 8px 22px rgba(11,35,64,.06)}.news-date-badge{background:var(--nav);color:#fff;padding:3px 11px;border-radius:5px;font-size:.7rem;font-weight:700;white-space:nowrap;text-transform:uppercase;flex-shrink:0}.news-entry h4{font-size:.96rem;font-weight:700;color:var(--tx);line-height:1.4}.news-entry .news-excerpt{color:var(--mu);font-size:.85rem;margin-top:3px}.hub-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;max-width:900px;margin:0 auto}.hub-link{display:flex;align-items:center;gap:11px;padding:16px 20px;background:var(--wh);border:1px solid var(--br);border-radius:var(--r);color:var(--tx);font-weight:700;font-size:.92rem;transition:.25s}.hub-link:hover{border-color:var(--nav);color:var(--nav);box-shadow:0 8px 22px rgba(11,35,64,.07);transform:translateY(-2px)}.hub-link .hl-icon{font-size:1.2rem;flex-shrink:0}.geo-block{background:var(--wh);border:1px solid var(--br);border-radius:var(--r);padding:26px;margin:18px 0}.geo-block.geo-green{border-left:4px solid var(--nav);background:#eef3fa}.geo-block.geo-amber{border-left:4px solid var(--acc);background:#eef3fa}.geo-block h2{font-size:1.12rem!important;margin-bottom:12px!important}.geo-block p,.geo-block li{color:var(--mu);font-size:.94rem;line-height:1.8}.geo-block ul{list-style:none;padding:0}.geo-block li{padding:7px 0;border-bottom:1px solid var(--br)}.geo-block li:last-child{border-bottom:none}.layout-wrap{max-width:1160px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:36px;align-items:start}.layout-main{min-width:0}.layout-side{position:sticky;top:88px;display:flex;flex-direction:column;gap:22px}.widget{background:var(--wh);border:1px solid var(--br);border-radius:var(--r);padding:22px;box-shadow:0 4px 18px rgba(11,35,64,.05)}.widget-title{display:flex;align-items:center;gap:9px;font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.6px;color:var(--nav);margin-bottom:16px;padding-bottom:12px;border-bottom:2px solid #e7eefb}.widget-title .wt-ico{font-size:1.05rem}.w-post{display:flex;gap:12px;padding:11px 0;border-bottom:1px dashed var(--br)}.w-post:last-child{border-bottom:none}.w-post .wp-date{font-size:.68rem;font-weight:700;color:var(--nav);white-space:nowrap;margin-top:3px}.w-post h4{font-size:.9rem;font-weight:700;line-height:1.45;color:var(--tx)}.w-post h4 a{color:var(--tx)}.w-post h4 a:hover{color:var(--nav)}.w-more{display:inline-block;margin-top:12px;font-size:.8rem;font-weight:700;color:var(--acc)}.w-more:hover{color:var(--nav)}.w-menu{list-style:none}.w-menu li{border-bottom:1px solid var(--br)}.w-menu li:last-child{border-bottom:none}.w-menu a{display:flex;align-items:center;gap:10px;padding:10px 4px;color:var(--tx);font-weight:600;font-size:.9rem;border-radius:6px;transition:.2s}.w-menu a:hover{color:var(--nav);background:#f3f7fd;padding-left:10px}.w-menu .wm-ico{font-size:1.05rem;flex-shrink:0}.w-contact{list-style:none}.w-contact li{display:flex;gap:11px;padding:9px 0;border-bottom:1px dashed var(--br);color:var(--mu);font-size:.88rem;line-height:1.55}.w-contact li:last-child{border-bottom:none}.w-contact .wc-ico{flex-shrink:0;font-size:1rem}.w-contact strong{color:var(--tx)}.w-cta{background:linear-gradient(150deg,var(--nav),var(--nav2));color:#fff;border:none}.w-cta .widget-title{color:#fff;border-bottom-color:rgba(255,255,255,.22)}.w-cta p{color:rgba(255,255,255,.85);font-size:.9rem;line-height:1.7;margin-bottom:16px}.w-cta .pg-btn{width:100%;justify-content:center;background:#fff;color:var(--nav)}.w-cta .pg-btn:hover{box-shadow:0 10px 26px rgba(0,0,0,.22)}.site-footer{background:var(--d);color:rgba(255,255,255,.62);padding:56px 24px 24px;text-align:center;margin-top:48px}.site-footer .foot-brand{color:#fff;font-weight:800;font-size:1.05rem;margin-bottom:8px}.site-footer .foot-desc{max-width:520px;margin:0 auto 18px;font-size:.86rem;line-height:1.7;opacity:.72}.site-footer .foot-links{display:flex;justify-content:center;gap:18px;flex-wrap:wrap;margin-bottom:18px}.site-footer .foot-links a{color:rgba(255,255,255,.6);font-size:.86rem}.site-footer .foot-links a:hover{color:#fff}.site-footer .foot-copy{padding-top:16px;border-top:1px solid rgba(255,255,255,.1);font-size:.8rem;opacity:.6}.site-footer .foot-refs{max-width:600px;margin:0 auto 14px;padding:14px 18px;background:rgba(255,255,255,.05);border-radius:var(--r);font-size:.8rem;color:rgba(255,255,255,.5);line-height:1.6}@media(max-width:768px){.pg-hero .hero-grid{grid-template-columns:1fr;gap:28px;text-align:center;padding:56px 20px}.pg-hero .hero-text p{margin-left:auto;margin-right:auto}.pg-hero .hero-btns{justify-content:center}.hero-visual-inner{width:170px;height:170px;font-size:3rem}.stats-strip .stats-inner{grid-template-columns:repeat(2,1fr);margin-top:-40px;gap:12px}.site-nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--wh);padding:16px 24px;box-shadow:0 16px 40px rgba(0,0,0,.1);flex-direction:column;gap:2px;z-index:100}.site-nav.open{display:flex}.hamburger{display:block}.pg-section{padding:48px 20px}.service-cards{grid-template-columns:1fr}.hub-links{grid-template-columns:1fr 1fr}.layout-wrap{grid-template-columns:1fr}.layout-side{position:static}}

/* kbd */
a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #bd6200;outline-offset:4px}
.page-header{background:var(--nav,#14346b);color:#fff;padding:48px 24px;text-align:center}
.page-header h1{color:#fff;font-size:clamp(1.45rem,3.2vw,2.25rem);line-height:1.2;font-weight:800;margin:0}
.breadcrumb{max-width:1160px;margin:12px auto 0;padding:0 24px;font-size:.88rem;color:var(--mu,#56657f)}
.breadcrumb a{color:var(--acc,#1e5fbf)}
.content{max-width:1160px;margin:0 auto;padding:28px 24px}
.content h2{font-size:1.28rem;margin:26px 0 10px;line-height:1.35}
.content h3{font-size:1.08rem;margin:18px 0 8px}
.content p{margin:0 0 14px}
.content ul,.content ol{margin:0 0 14px 22px}
.verification-notice{padding:14px 24px;background:#fff7df;color:#493500;border-bottom:1px solid #dfc580;font-size:.9rem;line-height:1.6}
.nb4-n-strip-title{font-weight:600;font-size:.88rem}



/* === ENHANCED POLISHED STYLING === */
body {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    color: #1e293b;
    background-color: #f8fafc;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}
.topbar {
    background: #0f172a;
    color: #94a3b8;
    padding: 8px 24px;
    font-size: 0.85rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.topbar a {
    color: #cbd5e1;
    text-decoration: none;
    transition: color 0.2s;
}
.topbar a:hover {
    color: #38bdf8;
}
header {
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    position: sticky;
    top: 0;
    z-index: 50;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
header .c, header .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 12px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #0f172a;
    font-weight: 700;
}
.logo-icon {
    width: 42px;
    height: 42px;
    background: linear-gradient(135deg, #1e40af, #3b82f6);
    color: #ffffff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.2rem;
    box-shadow: 0 2px 4px rgba(30, 64, 175, 0.25);
}
nav {
    display: flex;
    align-items: center;
    gap: 8px;
}
nav a {
    color: #475569;
    text-decoration: none;
    padding: 8px 14px;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 500;
    transition: all 0.2s ease;
}
nav a:hover, nav a.active {
    color: #1e40af;
    background-color: #eff6ff;
}
.hamburger {
    display: none;
    background: transparent;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    padding: 6px 10px;
    font-size: 1.2rem;
    cursor: pointer;
}
@media (max-width: 768px) {
    .hamburger {
        display: block;
    }
    nav {
        display: none;
        flex-direction: column;
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        background: #ffffff;
        border-bottom: 1px solid #e2e8f0;
        padding: 16px;
        box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);
    }
    nav.open, nav.active {
        display: flex;
    }
}
.hero {
    background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%);
    color: #ffffff;
    padding: 64px 24px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.hero h1 {
    font-size: 2.5rem;
    font-weight: 800;
    margin: 0 0 16px 0;
    letter-spacing: -0.025em;
    color: #ffffff;
}
.hero p {
    font-size: 1.15rem;
    color: #cbd5e1;
    max-width: 720px;
    margin: 0 auto 24px auto;
}
.page-header {
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
    color: #ffffff;
    padding: 48px 24px;
    text-align: center;
}
.page-header h1 {
    font-size: 2.2rem;
    font-weight: 800;
    margin: 0 0 12px 0;
    color: #ffffff;
}
.page-header p {
    color: #cbd5e1;
    max-width: 700px;
    margin: 0 auto;
}
.breadcrumb {
    margin-top: 16px;
    font-size: 0.9rem;
    color: #94a3b8;
}
.breadcrumb a {
    color: #38bdf8;
    text-decoration: none;
}
.content, .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 24px;
}
.content-status, .verification-notice, [role="note"] {
    background: #fffbeb;
    border: 1px solid #fef3c7;
    border-left: 4px solid #f59e0b;
    border-radius: 8px;
    padding: 16px 20px;
    margin: 24px 0;
    color: #92400e;
    font-size: 0.95rem;
    line-height: 1.6;
}
.cards, .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    margin: 32px 0;
}
.card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.08);
}
.card h3 {
    margin-top: 0;
    color: #0f172a;
    font-size: 1.25rem;
    font-weight: 700;
}
.card p {
    color: #475569;
    font-size: 0.95rem;
}
details {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    margin-bottom: 12px;
    padding: 16px 20px;
    transition: all 0.2s ease;
}
details[open] {
    border-color: #cbd5e1;
    box-shadow: 0 2px 4px rgba(0,0,0,0.03);
}
summary {
    font-weight: 600;
    color: #0f172a;
    cursor: pointer;
    user-select: none;
    outline: none;
}
details p {
    margin: 12px 0 0 0;
    color: #475569;
    font-size: 0.95rem;
}
footer {
    background: #0f172a;
    color: #94a3b8;
    padding: 48px 24px 24px 24px;
    border-top: 1px solid #1e293b;
    margin-top: 60px;
}
footer .fg {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 32px;
}
footer h4 {
    color: #ffffff;
    font-size: 1.1rem;
    margin: 0 0 16px 0;
}
footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
footer ul li {
    margin-bottom: 8px;
}
footer a {
    color: #94a3b8;
    text-decoration: none;
    transition: color 0.2s;
}
footer a:hover {
    color: #ffffff;
}
footer .copy {
    max-width: 1200px;
    margin: 32px auto 0 auto;
    padding-top: 24px;
    border-top: 1px solid #1e293b;
    text-align: center;
    font-size: 0.85rem;
    color: #64748b;
}


/* ==========================================================================
   ENHANCED POLISHED & COMPREHENSIVE DESIGN SYSTEM (ALL SITES)
   ========================================================================== */

:root {
    --primary: #1e40af;
    --primary-dark: #1e3a8a;
    --primary-light: #3b82f6;
    --primary-subtle: #eff6ff;
    --accent: #0ea5e9;
    --accent-dark: #0284c7;
    --text-main: #0f172a;
    --text-muted: #475569;
    --text-light: #94a3b8;
    --bg-page: #f8fafc;
    --bg-card: #ffffff;
    --border-color: #e2e8f0;
    --border-hover: #cbd5e1;
    --shadow-sm: 0 1px 3px rgba(0,0,0,0.05);
    --shadow-md: 0 4px 6px -1px rgba(0,0,0,0.07), 0 2px 4px -2px rgba(0,0,0,0.05);
    --shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.08), 0 4px 6px -4px rgba(0,0,0,0.04);
    --shadow-xl: 0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.05);
    --radius-sm: 6px;
    --radius-md: 10px;
    --radius-lg: 16px;
    --radius-full: 9999px;
}

*, *::before, *::after {
    box-sizing: border-box;
}

body {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    color: var(--text-main);
    background-color: var(--bg-page);
    line-height: 1.65;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}

/* === TOPBAR === */
.topbar {
    background: #090d16;
    color: #94a3b8;
    padding: 8px 24px;
    font-size: 0.85rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.topbar-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(14, 165, 233, 0.15);
    color: #38bdf8;
    padding: 3px 10px;
    border-radius: var(--radius-full);
    font-size: 0.78rem;
    font-weight: 600;
}
.topbar-badge::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #38bdf8;
    border-radius: 50%;
    box-shadow: 0 0 6px #38bdf8;
}
.topbar a {
    color: #cbd5e1;
    text-decoration: none;
    transition: color 0.2s;
}
.topbar a:hover {
    color: #38bdf8;
}

/* === HEADER & NAVIGATION === */
header {
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-color);
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
}
header .container, header .c {
    max-width: 1200px;
    margin: 0 auto;
    padding: 14px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: var(--text-main);
    font-weight: 800;
    font-size: 1.15rem;
    letter-spacing: -0.01em;
}
.logo-icon {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
    color: #ffffff;
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.25rem;
    box-shadow: 0 4px 10px rgba(30, 64, 175, 0.25);
}
nav {
    display: flex;
    align-items: center;
    gap: 6px;
}
nav a {
    color: var(--text-muted);
    text-decoration: none;
    padding: 8px 14px;
    border-radius: var(--radius-sm);
    font-size: 0.95rem;
    font-weight: 600;
    transition: all 0.2s ease;
    position: relative;
}
nav a:hover, nav a.active {
    color: var(--primary);
    background-color: var(--primary-subtle);
}

.hamburger {
    display: none;
    background: transparent;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-sm);
    padding: 8px 12px;
    font-size: 1.25rem;
    cursor: pointer;
    color: var(--text-main);
}

@media (max-width: 868px) {
    .hamburger {
        display: block;
    }
    nav {
        display: none;
        flex-direction: column;
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        background: #ffffff;
        border-bottom: 1px solid var(--border-color);
        padding: 16px 24px;
        box-shadow: var(--shadow-lg);
    }
    nav.open, nav.active {
        display: flex;
    }
    nav a {
        width: 100%;
        padding: 12px;
    }
}

/* === HERO SECTION === */
.hero {
    background: linear-gradient(135deg, #090d16 0%, #0f172a 40%, #1e3a8a 100%);
    color: #ffffff;
    padding: 72px 24px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.hero::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: radial-gradient(circle at 50% 20%, rgba(14, 165, 233, 0.15), transparent 70%);
    pointer-events: none;
}
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    color: #e2e8f0;
    padding: 6px 16px;
    border-radius: var(--radius-full);
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 20px;
}
.hero h1 {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 20px 0;
    letter-spacing: -0.025em;
    color: #ffffff;
}
.hero p {
    font-size: clamp(1rem, 2vw, 1.2rem);
    color: #cbd5e1;
    max-width: 760px;
    margin: 0 auto 32px auto;
    line-height: 1.7;
}
.hero-cta-group {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: var(--radius-md);
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.25s ease;
    cursor: pointer;
    border: none;
}
.btn-primary {
    background: linear-gradient(135deg, var(--accent), var(--accent-dark));
    color: #ffffff;
    box-shadow: 0 4px 14px rgba(14, 165, 233, 0.35);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(14, 165, 233, 0.45);
    color: #ffffff;
}
.btn-secondary {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(8px);
}
.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
    color: #ffffff;
}

/* === PAGE HEADER === */
.page-header {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: #ffffff;
    padding: 56px 24px;
    text-align: center;
    border-bottom: 1px solid var(--border-color);
}
.page-header h1 {
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
    font-weight: 800;
    margin: 0 0 12px 0;
    color: #ffffff;
    letter-spacing: -0.02em;
}
.page-header p {
    color: #cbd5e1;
    max-width: 720px;
    margin: 0 auto;
    font-size: 1.05rem;
}
.breadcrumb {
    margin-top: 18px;
    font-size: 0.88rem;
    color: #94a3b8;
}
.breadcrumb a {
    color: #38bdf8;
    text-decoration: none;
    font-weight: 600;
}
.breadcrumb span {
    margin: 0 6px;
    color: #64748b;
}

/* === MAIN LAYOUT CONTAINER === */
.container, .content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 24px;
}

/* === INTERACTIVE SEARCH / FILTER WIDGET === */
.interactive-search-box {
    background: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    padding: 20px 24px;
    margin-bottom: 36px;
    box-shadow: var(--shadow-sm);
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.interactive-search-input {
    flex: 1;
    min-width: 240px;
    padding: 12px 18px;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    font-size: 0.95rem;
    font-family: inherit;
    outline: none;
    transition: all 0.2s ease;
}
.interactive-search-input:focus {
    border-color: var(--primary-light);
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}
.search-tag-pills {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.search-pill {
    background: #f1f5f9;
    color: var(--text-muted);
    padding: 6px 12px;
    border-radius: var(--radius-full);
    font-size: 0.82rem;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all 0.2s ease;
}
.search-pill:hover, .search-pill.active {
    background: var(--primary-subtle);
    color: var(--primary);
    border-color: rgba(30, 64, 175, 0.2);
}

/* === QUICK HIGHLIGHT / PILLARS SHOWCASE === */
.pillars-showcase {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    margin: 36px 0;
}
.pillar-card {
    background: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    padding: 24px;
    box-shadow: var(--shadow-sm);
    transition: all 0.25s ease;
    display: flex;
    flex-direction: column;
}
.pillar-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
    border-color: var(--border-hover);
}
.pillar-icon-box {
    width: 48px;
    height: 48px;
    border-radius: var(--radius-md);
    background: var(--primary-subtle);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 16px;
}
.pillar-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--text-main);
    margin: 0 0 8px 0;
}
.pillar-desc {
    font-size: 0.92rem;
    color: var(--text-muted);
    margin: 0;
    line-height: 1.6;
}

/* === GENERAL CARDS & GRID === */
.cards, .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 28px;
    margin: 36px 0;
}
.card {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    padding: 28px;
    box-shadow: var(--shadow-sm);
    transition: all 0.25s ease;
    position: relative;
    display: flex;
    flex-direction: column;
}
.card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
    border-color: var(--border-hover);
}
.card h3 {
    margin-top: 0;
    color: var(--text-main);
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: -0.01em;
}
.card p {
    color: var(--text-muted);
    font-size: 0.96rem;
    line-height: 1.65;
}

/* === NOTICES & STATUS BOXES === */
.content-status, .verification-notice, [role="note"] {
    background: #fffdf5;
    border: 1px solid #fef08a;
    border-left: 4px solid #eab308;
    border-radius: var(--radius-md);
    padding: 18px 22px;
    margin: 28px 0;
    color: #854d0e;
    font-size: 0.95rem;
    line-height: 1.65;
    box-shadow: var(--shadow-sm);
}
.content-status strong, .verification-notice strong {
    color: #713f12;
}

/* === FAQ DETAILS & ACCORDION === */
details {
    background: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    margin-bottom: 14px;
    padding: 18px 22px;
    transition: all 0.2s ease;
}
details[open] {
    border-color: var(--primary-light);
    box-shadow: var(--shadow-md);
    background: #ffffff;
}
summary {
    font-weight: 700;
    font-size: 1.05rem;
    color: var(--text-main);
    cursor: pointer;
    user-select: none;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
summary::-webkit-details-marker {
    display: none;
}
summary::after {
    content: "+";
    font-size: 1.3rem;
    font-weight: 400;
    color: var(--text-light);
    transition: transform 0.2s;
}
details[open] summary::after {
    content: "−";
    color: var(--primary);
}
details p {
    margin: 14px 0 0 0;
    color: var(--text-muted);
    font-size: 0.96rem;
    line-height: 1.7;
    border-top: 1px solid #f1f5f9;
    padding-top: 14px;
}

/* === HUB NETWORK RECOMMENDATIONS (CROSS BACKLINKS) === */
.hub-network-showcase {
    background: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    padding: 40px 32px;
    margin: 48px 0;
    box-shadow: var(--shadow-md);
}
.hub-network-showcase .section-badge {
    display: inline-block;
    background: var(--primary-subtle);
    color: var(--primary);
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 4px 12px;
    border-radius: var(--radius-full);
    margin-bottom: 12px;
}
.hub-network-showcase h2 {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--text-main);
    margin: 0 0 8px 0;
    letter-spacing: -0.02em;
}
.hub-network-showcase .section-subtitle {
    color: var(--text-muted);
    font-size: 1rem;
    margin: 0 0 32px 0;
}
.hub-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 22px;
}
.hub-card {
    background: #f8fafc;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    padding: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.25s ease;
}
.hub-card:hover {
    background: #ffffff;
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
    border-color: var(--primary-light);
}
.hub-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}
.hub-badge {
    background: #e2e8f0;
    color: var(--text-muted);
    font-size: 0.75rem;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: var(--radius-sm);
}
.hub-region {
    font-size: 0.8rem;
    color: var(--text-light);
    font-weight: 600;
}
.hub-card-title {
    font-size: 1.08rem;
    font-weight: 700;
    margin: 0 0 10px 0;
    line-height: 1.4;
}
.hub-card-title a {
    color: var(--text-main);
    text-decoration: none;
    transition: color 0.2s;
}
.hub-card-title a:hover {
    color: var(--primary);
}
.hub-card-desc {
    font-size: 0.88rem;
    color: var(--text-muted);
    margin: 0 0 16px 0;
    line-height: 1.55;
    flex-grow: 1;
}
.hub-card-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--primary);
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none;
    transition: gap 0.2s ease;
}
.hub-card-btn:hover {
    gap: 10px;
    color: var(--primary-dark);
}

/* === STRUCTURED MEGA FOOTER === */
footer {
    background: #090d16;
    color: #94a3b8;
    padding: 64px 24px 28px 24px;
    border-top: 1px solid #1e293b;
    margin-top: 80px;
}
footer .fg, footer .footer-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 40px;
}
footer h4 {
    color: #ffffff;
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0 0 20px 0;
    letter-spacing: -0.01em;
}
footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
footer ul li {
    margin-bottom: 10px;
}
footer a {
    color: #94a3b8;
    text-decoration: none;
    font-size: 0.92rem;
    transition: color 0.2s;
}
footer a:hover {
    color: #38bdf8;
}
footer p {
    font-size: 0.92rem;
    line-height: 1.65;
    color: #64748b;
    margin: 0 0 16px 0;
}
footer .copy {
    max-width: 1200px;
    margin: 48px auto 0 auto;
    padding-top: 28px;
    border-top: 1px solid #1e293b;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    font-size: 0.85rem;
    color: #64748b;
}

/* === BACK TO TOP BUTTON === */
.back-to-top {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 44px;
    height: 44px;
    background: #0f172a;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: var(--shadow-lg);
    border: 1px solid #334155;
    cursor: pointer;
    opacity: 0.9;
    transition: all 0.2s ease;
    z-index: 99;
}
.back-to-top:hover {
    background: var(--primary);
    transform: translateY(-3px);
    opacity: 1;
}


/* MBG Hero & Pillars Layout Enhancements */
.pg-hero {
    padding: 64px 24px !important;
    min-height: 480px !important;
}
.pillars-showcase {
    margin: 40px auto !important;
}


/* === NICHE-IDENTITY v1 === */
:root{--acc:#e8751a;--nav:#14346b;--nav2:#1d4f8f;--bg:#faf7f2;--br:#eadfce;--r:14px}
.section-label,.tag,.news-date-badge{background:#fdecd8!important;color:#9a4a0a!important}
.pg-btn{background:#e8751a!important;color:#fff!important}.pg-btn-outline{background:transparent!important;color:#fff!important;border:2px solid rgba(255,255,255,.6)!important}
.logo-mark{background:linear-gradient(135deg,#e8751a,#f5a623)!important}
.cta-strip{background:linear-gradient(135deg,#15803d,#1d7a43)!important}

