:root {
  --primary: #0b2a4a;
  --secondary: #1155cc;
  --accent: #12b5cb;
  --header-red: #ff6347;
  --header-red-dark: #d93624;
  --text: #172033;
  --muted: #64748b;
  --bg: #f7f9fc;
  --success: #25d366;
  --border: #dbe3ef;
  --shadow: 0 18px 45px rgba(15, 23, 42, .10);
}

* { box-sizing: border-box; }
body { margin: 0; font-family: Inter, Manrope, system-ui, -apple-system, Segoe UI, sans-serif; color: var(--text); background: #fff; }
html, body { max-width: 100%; overflow-x: hidden; }
a { color: var(--secondary); text-decoration: none; }
a:hover { color: var(--primary); }
.skip-link { position: absolute; left: -999px; top: 0; background: #fff; padding: .75rem 1rem; z-index: 2000; }
.skip-link:focus { left: 1rem; top: 1rem; }
body { padding-top: 92px; }
.topbar { position: fixed; top: 0; left: 0; right: 0; z-index: 1040; background: var(--header-red); color: #fff; font-size: .86rem; padding: .34rem 0; }
.topbar a { color: #fff; }
.site-header { position: fixed; top: 30px; left: 0; right: 0; z-index: 1035; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--border); box-shadow: 0 8px 24px rgba(15,23,42,.06); backdrop-filter: blur(12px); }
.navbar { min-height: 62px; padding-top: .35rem; padding-bottom: .35rem; }
.brand-mark { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 8px; background: linear-gradient(135deg, var(--primary), var(--secondary)); color: #fff; font-weight: 800; margin-right: .55rem; box-shadow: 0 10px 22px rgba(11,42,74,.18); }
.navbar-brand, .footer-brand { display: inline-flex; align-items: center; font-weight: 800; color: var(--primary); }
.site-header .navbar-brand { color: var(--primary); }
.site-header .brand-mark { background: linear-gradient(135deg, var(--primary), var(--secondary)); color: #fff; box-shadow: 0 8px 18px rgba(11,42,74,.14); }
.nav-link { font-weight: 650; color: var(--text); }
.nav-link.active { color: var(--secondary); }
.site-header .navbar-nav { align-items: center; }
.site-header .navbar-nav .nav-link { display: flex; align-items: center; min-height: 38px; padding-top: .42rem; padding-bottom: .42rem; }
.site-header .navbar .nav-link { color: var(--text); }
.site-header .navbar .nav-link:hover, .site-header .navbar .nav-link.active { color: var(--secondary); }
.site-header .dropdown-toggle { justify-content: center; gap: .55rem; min-width: 126px; padding-left: 1rem; padding-right: 1rem; line-height: 1.2; }
.site-header .dropdown-toggle::after { width: .62rem; height: .62rem; margin-left: .08rem; border: 0; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translate(-1px, -1px); }
.site-header .dropdown.show .dropdown-toggle::after, .site-header .dropdown-toggle[aria-expanded="true"]::after { transform: rotate(225deg) translate(-1px, -1px); }
.site-header .navbar-toggler { display: none; align-items: center; justify-content: center; width: 42px; height: 38px; padding: 0; border-color: var(--border); border-radius: 8px; }
.site-header .navbar-toggler-icon { filter: none; background-image: var(--bs-navbar-toggler-icon-bg, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2823, 32, 51, 0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")); }
.btn { border-radius: 8px; font-weight: 750; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: .4rem; }
.btn-primary { background: var(--secondary); border-color: var(--secondary); box-shadow: 0 10px 24px rgba(17,85,204,.18); }
.btn-primary:hover { background: #0d47a8; border-color: #0d47a8; }
.btn-outline-primary { color: var(--secondary); border-color: var(--secondary); }
.btn-outline-primary:hover { background: var(--secondary); border-color: var(--secondary); }
.btn-whatsapp { background: var(--success); color: #042310; }
.btn-login-icon { border: 1px solid var(--border); min-width: 44px; }
.site-header .btn { min-height: 36px; padding: .34rem .66rem; font-size: .88rem; box-shadow: none; }
.site-header .btn-outline-primary { color: var(--secondary); border-color: var(--secondary); }
.site-header .btn-outline-primary:hover { background: var(--secondary); color: #fff; border-color: var(--secondary); }
.site-header .btn-primary { background: var(--secondary); border-color: var(--secondary); color: #fff; }
.site-header .btn-primary:hover { background: #0d47a8; border-color: #0d47a8; color: #fff; }
.site-header .btn-login-icon { min-width: 38px; width: 38px; padding: 0; }
.site-header .navbar-collapse { position: relative; }
.site-header .mega { position: static; }
.mobile-menu-panel .btn-outline-primary { color: var(--secondary); border-color: var(--secondary); }
.mobile-menu-panel .btn-outline-primary:hover { background: var(--secondary); border-color: var(--secondary); color: #fff; }
.mobile-menu-panel .btn-primary { background: var(--secondary); border-color: var(--secondary); color: #fff; }
.mobile-menu-panel { position: fixed; top: 0; right: 0; bottom: 0; width: min(360px, 92vw); max-width: 100%; background: #fff; transform: translateX(100%); visibility: hidden; z-index: 1060; overflow-y: auto; box-shadow: -24px 0 48px rgba(15,23,42,.18); transition: transform .22s ease, visibility .22s ease; }
.mobile-menu-panel.is-open { visibility: visible; transform: translateX(0); }
.mobile-menu-header { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.1rem; border-bottom: 1px solid var(--border); }
.mobile-menu-header h2 { margin: 0; color: var(--primary); font-weight: 850; }
.mobile-menu-body { padding: .5rem 1.1rem 1.2rem; }
.menu-backdrop { position: fixed; inset: 0; background: rgba(15,23,42,.4); opacity: 0; pointer-events: none; z-index: 1050; transition: opacity .2s ease; }
.menu-backdrop.is-visible { opacity: 1; pointer-events: auto; }
body.menu-open { overflow: hidden; }
.mega-menu { min-width: 680px; border: 1px solid var(--border); box-shadow: var(--shadow); border-radius: 8px; }
.site-header .mega-menu { left: 0; right: 0; top: 100%; width: 100%; min-width: 0; padding: .85rem !important; margin-top: .35rem; }
.site-header .mega .mega-menu[data-bs-popper] { left: 0; right: 0; top: 100%; transform: none !important; }
.site-header .mega-menu-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .75rem; }
.site-header .mega-menu-column { min-width: 0; padding: .1rem .25rem; }
.site-header .mega-menu-title { display: flex; align-items: center; gap: .45rem; margin: 0 0 .45rem; padding: .15rem .35rem .45rem; border-bottom: 1px solid var(--border); color: var(--primary); font-size: .86rem; line-height: 1.25; font-weight: 850; letter-spacing: 0; }
.site-header .mega-menu-title i { color: var(--secondary); font-size: 1rem; }
.site-header .mega-menu-links { display: grid; gap: .12rem; }
.dropdown-item { border-radius: 8px; padding: .75rem; white-space: normal; font-weight: 650; }
.site-header .mega-menu .dropdown-item { display: flex; align-items: flex-start; gap: .38rem; min-height: 0; padding: .42rem .5rem; line-height: 1.35; font-weight: 760; color: var(--text); font-size: .88rem; }
.site-header .mega-menu .dropdown-item i { width: 1.05rem; min-width: 1.05rem; margin-top: .12rem; color: var(--primary); font-size: 1.02rem; line-height: 1; text-align: center; }
.site-header .mega-menu .dropdown-item:hover { background: #f5f8fc; color: var(--secondary); }
.site-header .mega-menu .dropdown-item:hover i { color: var(--secondary); }
.mobile-nav { display: grid; gap: .35rem; }
.mobile-nav a:not(.btn) { padding: .8rem; color: var(--text); font-weight: 700; border-bottom: 1px solid var(--border); }
.flash-wrap { margin-top: 1rem; }
.hero { background: radial-gradient(circle at 78% 18%, #1b6ee8 0, #0b2a4a 36%, #071e36 100%); color: #fff; padding: 24px 0 14px; overflow: hidden; }
.hero h1, .page-hero h1 { font-size: clamp(1.85rem, 3.5vw, 3.25rem); line-height: 1.05; letter-spacing: 0; font-weight: 850; }
.hero .eyebrow { margin-bottom: .25rem; }
.hero h1 { margin-bottom: .55rem; }
.hero p { color: #dceaff; font-size: 1rem; max-width: 640px; margin-bottom: .8rem; }
.hero-img { width: 100%; max-width: 680px; border-radius: 8px; box-shadow: 0 20px 48px rgba(0,0,0,.22); filter: none; }
.eyebrow { text-transform: uppercase; letter-spacing: .08em; color: var(--accent); font-size: .78rem; font-weight: 850; margin-bottom: .45rem; }
.trust-strip { margin-top: 12px; background: #fff; color: var(--text); border-radius: 8px; display: grid; grid-template-columns: repeat(4, 1fr); box-shadow: var(--shadow); overflow: hidden; }
.trust-strip div { padding: .78rem 1rem; border-right: 1px solid var(--border); }
.trust-strip div:last-child { border-right: 0; }
.trust-strip strong { display: block; color: var(--primary); font-size: 1.6rem; }
.trust-strip span { color: var(--muted); }
.home-announcement { margin-top: -1px; padding: 22px 0; background: linear-gradient(180deg, #fff, #f6f9fd); border-bottom: 1px solid var(--border); }
.announcement-panel { position: relative; display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 1rem; padding: 1rem 1.1rem; border: 1px solid rgba(18,181,203,.28); border-radius: 8px; background: linear-gradient(135deg, #08233e 0%, #0d3f75 64%, #06606c 100%); color: #fff; box-shadow: 0 18px 42px rgba(8,35,62,.18); overflow: hidden; }
.announcement-panel::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.13), transparent 34%, rgba(255,255,255,.08)); pointer-events: none; }
.announcement-icon, .announcement-copy, .announcement-panel .btn, .announcement-close { position: relative; z-index: 1; }
.announcement-icon { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; min-width: 48px; border-radius: 8px; background: rgba(255,255,255,.13); color: #7df0ff; font-size: 1.35rem; border: 1px solid rgba(255,255,255,.18); }
.announcement-copy span { display: block; color: #7df0ff; font-size: .76rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; margin-bottom: .2rem; }
.announcement-copy h2 { margin: 0 0 .18rem; color: #fff; font-size: clamp(1.05rem, 2vw, 1.35rem); line-height: 1.22; font-weight: 850; letter-spacing: 0; }
.announcement-copy p { margin: 0; color: #e8f5ff; line-height: 1.5; }
.announcement-panel .btn { min-width: 148px; color: var(--primary); box-shadow: none; white-space: nowrap; }
.announcement-close { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; padding: 0; border: 1px solid rgba(255,255,255,.22); border-radius: 8px; background: rgba(255,255,255,.1); color: #fff; }
.announcement-close:hover, .announcement-close:focus { background: rgba(255,255,255,.18); color: #fff; outline: 0; }
.client-ticker { padding: 28px 0; background: #fff; border-bottom: 1px solid var(--border); }
.ticker-head { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-bottom: .9rem; color: var(--muted); font-weight: 750; font-size: .92rem; }
.ticker-head a { font-size: .86rem; }
.ticker-viewport { overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.ticker-track { display: flex; gap: 1rem; width: max-content; animation: ticker-scroll 28s linear infinite; }
.ticker-viewport:hover .ticker-track { animation-play-state: paused; }
.client-chip { min-width: 250px; display: flex; align-items: center; gap: .75rem; padding: .85rem 1rem; border: 1px solid var(--border); border-radius: 8px; background: linear-gradient(135deg, #fff, #f8fafc); color: var(--text); box-shadow: 0 8px 22px rgba(15,23,42,.06); }
.client-logo-text { width: 46px; height: 46px; min-width: 46px; display: inline-flex; align-items: center; justify-content: center; border-radius: 8px; background: var(--primary); color: #fff; font-weight: 850; letter-spacing: .03em; }
.client-chip strong { display: block; color: var(--primary); line-height: 1.15; }
.client-chip small { display: block; color: var(--muted); margin-top: .2rem; }
@keyframes ticker-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.section { padding: 82px 0; }
.band { background: var(--bg); }
.section-head { max-width: 780px; margin-bottom: 34px; }
.section-head h2, .category-title { font-size: clamp(1.7rem, 3vw, 2.6rem); font-weight: 850; color: var(--primary); letter-spacing: 0; }
.section-head p { color: var(--muted); }
.home-core-section { position: relative; background: linear-gradient(180deg, #fff 0%, #f7fbff 100%); border-bottom: 1px solid #e7eef8; }
.home-core-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; margin-bottom: 30px; }
.home-core-head .section-head { margin-bottom: 0; }
.home-core-head .section-head h2 { max-width: 720px; }
.home-core-head .btn { min-width: 150px; }
.home-core-section .service-card { position: relative; overflow: hidden; border-color: #dfe9f5; box-shadow: 0 14px 34px rgba(15,23,42,.075); }
.home-core-section .service-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: linear-gradient(90deg, var(--accent), var(--secondary)); }
.home-core-section .service-card > i { background: #eef7ff; border: 1px solid #d9eafa; box-shadow: inset 0 1px 0 rgba(255,255,255,.85); }
.home-core-section .service-card h3 { line-height: 1.25; }
.service-card, .product-card, .post-card, .quote-card, .team-card, .partner-card, .result-card, .info-panel, .sticky-panel, .lead-form, .need-panel, .summary-tile, .expertise-card { background: #fff; border: 1px solid var(--border); border-radius: 8px; padding: 1.4rem; box-shadow: 0 10px 28px rgba(15, 23, 42, .07); }
.service-card, .product-card, .post-card, .summary-tile { transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.service-card:hover, .product-card:hover, .post-card:hover, .summary-tile:hover { transform: translateY(-3px); border-color: #cbd5e1; box-shadow: 0 18px 42px rgba(15,23,42,.11); }
.service-card > i { display: inline-flex; width: 50px; height: 50px; align-items: center; justify-content: center; border-radius: 8px; background: #f8fafc; color: var(--secondary); font-size: 1.45rem; margin-bottom: 1rem; }
.service-card h3, .product-card h3, .post-card h3, .team-card h3, .partner-card h3, .result-card h3 { font-size: 1.25rem; color: var(--primary); font-weight: 800; letter-spacing: 0; }
.service-card p, .product-card p, .post-card p, .quote-card p, .team-card p { color: var(--muted); }
.card-actions { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-weight: 800; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.feature-grid div { background: #fff; border: 1px solid var(--border); border-radius: 8px; padding: 1rem; font-weight: 700; }
.feature-grid i { color: var(--accent); margin-right: .45rem; }
.solution-tabs { gap: .5rem; }
.solution-tabs .nav-link { border: 1px solid var(--border); color: var(--text); border-radius: 8px; }
.solution-tabs .nav-link.active { background: var(--secondary); color: #fff; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.steps article { position: relative; border: 1px solid var(--border); border-radius: 8px; padding: 1.25rem; background: #fff; min-height: 100%; box-shadow: 0 10px 28px rgba(15,23,42,.07); }
.steps article::after { content: ""; position: absolute; top: 36px; right: -1rem; width: 1rem; border-top: 2px dashed #cbd5e1; }
.steps article:last-child::after { display: none; }
.steps span { display: inline-flex; width: 34px; height: 34px; border-radius: 8px; align-items: center; justify-content: center; background: var(--primary); color: #fff; font-weight: 800; margin-bottom: .75rem; }
.steps i { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; border-radius: 8px; background: #eef6ff; color: var(--secondary); font-size: 1.25rem; margin-left: .45rem; margin-bottom: .75rem; vertical-align: top; }
.steps strong { display: block; color: var(--primary); font-size: 1.05rem; margin-bottom: .4rem; }
.steps p { margin: 0; color: var(--muted); font-size: .94rem; }
.quote-card strong, .quote-card span { display: block; }
.quote-card span { color: var(--muted); }
.page-hero { background: linear-gradient(135deg, var(--primary), #123f6c); color: #fff; padding: 34px 0 26px; position: relative; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; inset: auto -8% -40% 45%; height: 260px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.12)); transform: rotate(-8deg); }
.page-hero p { max-width: 760px; color: #e4efff; font-size: 1.1rem; position: relative; z-index: 1; }
.page-hero h1, .page-hero .eyebrow, .hero-breadcrumb { position: relative; z-index: 1; }
.hero-breadcrumb { display: flex; align-items: center; flex-wrap: wrap; gap: .42rem; margin-bottom: .55rem; color: rgba(255,255,255,.76); font-size: .86rem; font-weight: 750; }
.hero-breadcrumb a { color: rgba(255,255,255,.9); }
.hero-breadcrumb a:hover { color: #fff; }
.hero-breadcrumb strong { color: #fff; font-weight: 850; }
.breadcrumb-wrap { color: var(--muted); margin-bottom: 1rem; }
.check-list { display: grid; gap: .7rem; padding-left: 0; list-style: none; }
.check-list li { padding-left: 1.8rem; position: relative; }
.check-list li::before { content: "\F26E"; font-family: "bootstrap-icons"; position: absolute; left: 0; color: var(--accent); }
.sticky-panel { position: sticky; top: 115px; }
.pricing-table table { background: #fff; border: 1px solid var(--border); border-radius: 8px; overflow: hidden; }
.pricing-table thead { --bs-table-bg: #f8fafc; }
.tag-cloud { display: flex; flex-wrap: wrap; gap: .7rem; }
.tag-cloud span { background: #fff; border: 1px solid var(--border); border-radius: 999px; padding: .55rem .9rem; font-weight: 700; }
.avatar, .partner-logo { width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; border-radius: 8px; background: var(--primary); color: #fff; font-weight: 850; margin-bottom: 1rem; }
.narrow { max-width: 860px; }
.search-form { display: flex; gap: .7rem; }
.lead-form .form-label { width: 100%; font-weight: 700; color: var(--primary); }
.form-control:focus, .form-select:focus { border-color: #4c8df6; box-shadow: 0 0 0 .2rem rgba(17,85,204,.14); }
.consent { display: flex; gap: .55rem; align-items: flex-start; color: var(--muted); }
.hp-field { position: absolute; left: -9999px; }
.map-embed iframe { width: 100%; min-height: 260px; border: 0; border-radius: 8px; }
.cta-band { background: linear-gradient(135deg, var(--secondary), var(--primary)); color: #fff; padding: 42px 0; }
.cta-band h2 { margin: 0; font-weight: 850; letter-spacing: 0; }
.site-footer { background: linear-gradient(180deg, #071e36, #041525); color: #c9d7e8; padding: 38px 0 24px; }
.site-footer h3 { color: #fff; font-size: 1rem; font-weight: 850; }
.site-footer a { display: block; color: #dceaff; margin-bottom: .45rem; }
.site-footer p { margin-bottom: .55rem; }
.site-footer p:has(> i) { display: flex; align-items: flex-start; gap: .55rem; line-height: 1.45; }
.site-footer p > i { width: 20px; min-width: 20px; margin-top: .12rem; color: var(--accent); text-align: center; }
.site-footer p > a { display: inline; margin-bottom: 0; overflow-wrap: anywhere; }
.site-footer .footer-address { align-items: flex-start; }
.site-footer .footer-address span { display: block; max-width: 260px; line-height: 1.5; }
.site-footer .socials { display: flex; align-items: center; gap: .55rem; margin-top: .9rem; }
.site-footer .socials a { width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; margin: 0; border: 1px solid rgba(255,255,255,.18); border-radius: 8px; background: rgba(255,255,255,.08); color: #fff; font-size: 1.05rem; }
.site-footer .socials a:hover { background: var(--accent); border-color: var(--accent); color: #04212a; }
.footer-bottom { margin-top: 22px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.14); display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.footer-bottom a { display: inline; margin-left: .8rem; }
.floating-whatsapp { position: fixed; right: 22px; bottom: 24px; width: 58px; height: 58px; border-radius: 50%; background: var(--success); color: #06290f; display: flex; align-items: center; justify-content: center; font-size: 1.7rem; box-shadow: var(--shadow); z-index: 1000; }
.back-to-top { position: fixed; right: 22px; bottom: 92px; width: 44px; height: 44px; border: 1px solid var(--border); border-radius: 8px; background: #fff; color: var(--primary); box-shadow: var(--shadow); opacity: 0; pointer-events: none; transition: opacity .2s ease; z-index: 999; }
.back-to-top.is-visible { opacity: 1; pointer-events: auto; }
.site-header.is-compact .navbar { min-height: 56px; }
.mobile-actions { display: none; }
.intro-grid-section { padding-top: 0; }
.summary-tile { height: 100%; }
.summary-tile i { display: inline-flex; width: 50px; height: 50px; align-items: center; justify-content: center; border-radius: 8px; background: #f8fafc; color: var(--secondary); font-size: 1.45rem; margin-bottom: 1rem; }
.summary-tile h2 { color: var(--primary); font-size: 1.25rem; font-weight: 850; }
.summary-tile p { color: var(--muted); margin-bottom: 0; }
.expertise-card { display: flex; gap: .8rem; align-items: flex-start; font-weight: 750; height: 100%; }
.expertise-card i { color: var(--secondary); font-size: 1.2rem; }
.timeline { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.timeline div { border-left: 4px solid var(--secondary); background: #fff; border-radius: 8px; padding: 1.1rem; box-shadow: 0 10px 28px rgba(15,23,42,.07); }
.timeline strong { display: block; color: var(--secondary); font-size: 1.25rem; margin-bottom: .35rem; }
.timeline span { color: var(--muted); }
.listing-intro { max-width: 900px; margin-bottom: 2rem; padding: 1.2rem 1.4rem; border: 1px solid var(--border); border-radius: 8px; background: linear-gradient(135deg, #fff, #f8fafc); }
.listing-intro h2 { color: var(--primary); font-weight: 850; font-size: 1.45rem; }
.listing-intro p { color: var(--muted); margin-bottom: 0; }
.seo-note { border-color: #cbd5e1; background: #f8fafc; color: var(--text); }
.contact-strip { background: #fff; margin-top: -28px; position: relative; z-index: 2; }
.contact-card { min-height: 118px; display: grid; gap: .3rem; align-content: center; background: #fff; border: 1px solid var(--border); border-radius: 8px; padding: 1rem 1.1rem; box-shadow: var(--shadow); color: var(--text); }
.contact-card i { color: var(--secondary); font-size: 1.4rem; }
.contact-card span { color: var(--muted); font-weight: 750; }
.contact-card strong { color: var(--primary); overflow-wrap: anywhere; }
.support-list { display: grid; gap: .5rem; margin-top: 1rem; }
.support-list span { display: flex; gap: .5rem; color: var(--muted); }
.support-list i { color: var(--secondary); }
.lead-table td { vertical-align: top; }
.lead-table p { margin: .4rem 0 0; max-width: 420px; color: var(--muted); }
.inner-page { background: linear-gradient(180deg, #fbfdff 0, #fff 360px); }
.inner-page .page-hero { background: linear-gradient(135deg, #092541 0%, #0e3b68 54%, #1554a6 100%); padding: 38px 0 30px; border-bottom: 1px solid rgba(255,255,255,.14); }
.inner-page .page-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.09), transparent 42%), radial-gradient(circle at 84% 8%, rgba(18,181,203,.28), transparent 30%); pointer-events: none; }
.inner-page .page-hero::after { opacity: .55; }
.inner-page .page-hero h1 { max-width: 920px; margin-bottom: .5rem; font-size: clamp(1.8rem, 3vw, 2.9rem); }
.inner-page .page-hero p:not(.eyebrow) { margin-bottom: 0; font-size: 1.03rem; line-height: 1.62; }
.inner-page .section { padding: 72px 0; }
.inner-page .section.band { background: linear-gradient(180deg, #f6f9fd, #eef4fb); border-top: 1px solid #e7edf6; border-bottom: 1px solid #e7edf6; }
.inner-page .section-head { margin-bottom: 28px; }
.inner-page .section-head h2, .inner-page .category-title { font-size: clamp(1.45rem, 2.4vw, 2.2rem); }
.inner-page .category-title { display: flex; align-items: center; gap: .65rem; margin: 2rem 0 1rem; }
.inner-page .category-title::before { content: ""; width: 6px; height: 26px; border-radius: 999px; background: linear-gradient(180deg, var(--accent), var(--secondary)); }
.inner-page .listing-intro { position: relative; max-width: none; margin-bottom: 2.2rem; padding: 1.35rem 1.5rem 1.35rem 1.7rem; background: linear-gradient(135deg, #fff, #f7fbff); box-shadow: 0 14px 34px rgba(15,23,42,.07); overflow: hidden; }
.inner-page .listing-intro::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: linear-gradient(180deg, var(--accent), var(--secondary)); }
.inner-page .service-card, .inner-page .product-card, .inner-page .post-card, .inner-page .quote-card, .inner-page .team-card, .inner-page .partner-card, .inner-page .result-card, .inner-page .info-panel, .inner-page .sticky-panel, .inner-page .lead-form, .inner-page .expertise-card { border-color: #e4ebf5; box-shadow: 0 14px 34px rgba(15,23,42,.075); }
.inner-page .service-card, .inner-page .product-card, .inner-page .post-card, .inner-page .team-card, .inner-page .partner-card, .inner-page .result-card { height: 100%; }
.inner-page .service-card > i, .inner-page .summary-tile i { background: linear-gradient(135deg, #eef6ff, #f8fbff); border: 1px solid #deebfb; box-shadow: inset 0 1px 0 rgba(255,255,255,.8); }
.inner-page .product-card a, .inner-page .post-card a, .inner-page .result-card a, .inner-page .service-card a { display: inline-flex; align-items: center; gap: .35rem; margin-top: .25rem; font-weight: 850; }
.inner-page .product-card a::after, .inner-page .post-card a::after, .inner-page .result-card a::after, .inner-page .service-card a::after { content: "\F138"; font-family: "bootstrap-icons"; font-size: .82rem; }
.inner-page .col-lg-8 > h2, .inner-page .narrow > h2 { margin-top: 1.6rem; margin-bottom: .7rem; color: var(--primary); font-size: 1.45rem; font-weight: 850; }
.inner-page .col-lg-8 > h2:first-child, .inner-page .narrow > h2:first-child { margin-top: 0; }
.inner-page .col-lg-8 > p, .inner-page .narrow > p, .inner-page .lead { color: #435064; line-height: 1.78; }
.rich-content { color: #435064; line-height: 1.78; }
.rich-content h2, .rich-content h3, .rich-content h4 { color: var(--primary); font-weight: 850; letter-spacing: 0; margin: 1.35rem 0 .65rem; }
.rich-content h2:first-child, .rich-content h3:first-child, .rich-content h4:first-child { margin-top: 0; }
.rich-content p { margin-bottom: .9rem; }
.rich-content ul, .rich-content ol { display: grid; gap: .45rem; margin: .85rem 0 1rem; padding-left: 1.25rem; }
.rich-content li::marker { color: var(--secondary); }
.rich-content blockquote { margin: 1rem 0; padding: .9rem 1rem; border-left: 4px solid var(--secondary); background: #f8fbff; border-radius: 8px; }
.rich-content a { font-weight: 800; }
.inner-page .check-list { gap: .55rem; margin: .8rem 0 1.5rem; }
.inner-page .check-list li { padding: .72rem .85rem .72rem 2.45rem; background: #fff; border: 1px solid #e4ebf5; border-radius: 8px; box-shadow: 0 8px 20px rgba(15,23,42,.045); }
.inner-page .check-list li::before { left: .85rem; top: .78rem; color: var(--secondary); }
.inner-page .sticky-panel { top: 112px; background: linear-gradient(180deg, #fff, #f8fbff); }
.inner-page .sticky-panel h2, .inner-page .lead-form h2, .inner-page .info-panel h2 { color: var(--primary); font-weight: 850; }
.inner-page .pricing-table { border-radius: 8px; box-shadow: 0 14px 34px rgba(15,23,42,.07); }
.inner-page .pricing-table table { margin-bottom: 0; border-collapse: separate; border-spacing: 0; }
.inner-page .pricing-table thead { --bs-table-bg: #eef5ff; color: var(--primary); }
.inner-page .pricing-table th { font-size: .84rem; text-transform: uppercase; letter-spacing: .04em; }
.inner-page .pricing-table tbody tr:hover { --bs-table-bg: #f8fbff; }
.inner-page .partner-logo, .inner-page .avatar { background: linear-gradient(135deg, var(--primary), var(--secondary)); box-shadow: 0 12px 24px rgba(11,42,74,.16); }
.inner-page .team-card strong { display: block; color: var(--secondary); margin-bottom: .45rem; }
.inner-page .contact-strip { background: linear-gradient(180deg, #fff, #f7fbff); padding-bottom: .4rem; }
.inner-page .contact-card { min-height: 104px; transition: transform .18s ease, border-color .18s ease; }
.inner-page .contact-card:hover { transform: translateY(-2px); border-color: #c9d8ee; }
.inner-page .lead-form { background: linear-gradient(180deg, #fff, #f9fbff); }
.inner-page .lead-form .form-control, .inner-page .lead-form .form-select, .inner-page .search-form .form-control { min-height: 46px; border-color: #d6e0ee; background-color: #fbfdff; }
.inner-page .lead-form textarea.form-control { min-height: 132px; }
.inner-page .accordion-item { border: 1px solid #e1e9f4; border-radius: 8px; overflow: hidden; box-shadow: 0 10px 24px rgba(15,23,42,.055); }
.inner-page .accordion-item + .accordion-item { margin-top: .8rem; }
.inner-page .accordion-button { font-weight: 800; color: var(--primary); }
.inner-page .accordion-button:not(.collapsed) { background: #eef6ff; color: var(--secondary); box-shadow: none; }
.inner-page .sitemap-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: .75rem; padding: 0; list-style: none; }
.inner-page .sitemap-list a { display: block; padding: .85rem 1rem; border: 1px solid #e4ebf5; border-radius: 8px; background: #fff; font-weight: 800; box-shadow: 0 8px 20px rgba(15,23,42,.045); }
.policy-section { background: linear-gradient(180deg, #f7fbff, #fff); }
.policy-shell { display: grid; grid-template-columns: minmax(220px, 280px) minmax(0, 1fr); gap: 1.2rem; align-items: start; }
.policy-aside { position: sticky; top: 112px; display: grid; gap: .85rem; }
.policy-stamp, .policy-meta, .policy-card { background: #fff; border: 1px solid #e1e9f4; border-radius: 8px; box-shadow: 0 14px 34px rgba(15,23,42,.075); }
.policy-stamp { padding: 1rem; display: grid; gap: .35rem; }
.policy-stamp i { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 8px; background: #eef7ff; color: var(--secondary); font-size: 1.25rem; margin-bottom: .2rem; }
.policy-stamp strong, .policy-meta strong { color: var(--primary); font-weight: 850; }
.policy-stamp span, .policy-meta span { color: var(--muted); line-height: 1.45; }
.policy-meta { padding: .9rem 1rem; display: grid; gap: .2rem; }
.policy-card { position: relative; overflow: hidden; }
.policy-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: linear-gradient(90deg, var(--accent), var(--secondary)); }
.policy-notice { display: flex; align-items: flex-start; gap: .65rem; margin: 1.15rem 1.25rem 0; padding: .85rem 1rem; border: 1px solid #f4d58d; border-radius: 8px; background: #fff8e7; color: #6b4a05; }
.policy-notice i { color: #c77700; margin-top: .12rem; }
.policy-content { padding: 1.25rem; color: #36445a; }
.policy-content h2 { display: flex; align-items: center; gap: .55rem; margin: 1.45rem 0 .65rem; color: var(--primary); font-size: 1.18rem; line-height: 1.3; font-weight: 850; }
.policy-content h2:first-child { margin-top: 0; }
.policy-content h2::before { content: ""; width: 8px; height: 24px; border-radius: 999px; background: linear-gradient(180deg, var(--accent), var(--secondary)); flex: 0 0 auto; }
.policy-content p { margin: 0; padding: .9rem 0; border-bottom: 1px solid #eef3f8; color: #435064; font-size: 1rem; line-height: 1.82; }
.policy-content p:last-child { border-bottom: 0; padding-bottom: 0; }
.policy-content p + p { margin-top: 0; }
.network-showcase { background: linear-gradient(180deg, #f7fbff, #eef5fb); border-top: 1px solid #e1e9f4; border-bottom: 1px solid #dce7f4; }
.network-visual-card, .monitoring-graph-card { height: 100%; border: 1px solid #d8e5f3; border-radius: 8px; background: #fff; box-shadow: 0 18px 44px rgba(15,23,42,.09); overflow: hidden; }
.network-visual-card { display: grid; align-content: space-between; }
.network-visual-card img { display: block; width: 100%; min-height: 260px; object-fit: contain; background: #fff; padding: 1rem; }
.network-visual-caption { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.2rem; border-top: 1px solid #e3edf8; background: linear-gradient(135deg, #fbfdff, #eef6ff); }
.network-visual-caption strong { color: var(--primary); font-weight: 850; }
.network-visual-caption span { color: var(--muted); max-width: 560px; line-height: 1.5; }
.monitoring-graph-card { padding: 1rem; display: grid; gap: 1rem; background: linear-gradient(180deg, #fff, #f8fbff); }
.ring-graph { border: 1px solid #e1e9f4; border-radius: 8px; background: radial-gradient(circle at 70% 18%, rgba(18,181,203,.14), transparent 30%), linear-gradient(135deg, #081f38, #0d3d6f 62%, #0b6470); overflow: hidden; }
.ring-graph svg { display: block; width: 100%; height: auto; min-height: 300px; }
.ring-graph .line { fill: none; stroke-width: 11; stroke-linecap: round; filter: drop-shadow(0 7px 10px rgba(0,0,0,.18)); }
.ring-graph .primary-line { stroke: #24d2c0; }
.ring-graph .backup-line { stroke: #ff5a52; }
.ring-graph .alert-line { stroke: #ffd166; stroke-dasharray: 16 13; }
.graph-node circle { fill: rgba(255,255,255,.95); stroke: rgba(255,255,255,.65); stroke-width: 3; filter: drop-shadow(0 10px 16px rgba(0,0,0,.22)); }
.graph-node text { fill: var(--primary); font-size: 14px; font-weight: 850; text-anchor: middle; letter-spacing: 0; }
.node-alert circle { fill: #eafff1; }
.node-alert text { fill: #096b35; font-size: 12px; }
.node-port-one circle { fill: #fff0ef; }
.node-port-two circle { fill: #e9fffc; }
.monitoring-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: .75rem; }
.monitoring-metrics div { min-height: 88px; border: 1px solid #e0e9f4; border-radius: 8px; padding: .85rem; background: #fff; }
.monitoring-metrics strong { display: block; color: var(--secondary); font-size: 1.25rem; font-weight: 900; }
.monitoring-metrics span { color: var(--muted); font-size: .88rem; line-height: 1.35; }
.alert-type-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: .8rem; margin-top: 1rem; }
.alert-type-grid div { min-height: 92px; display: grid; align-content: center; justify-items: center; gap: .45rem; padding: .85rem; border: 1px solid #dce7f4; border-radius: 8px; background: #fff; box-shadow: 0 10px 24px rgba(15,23,42,.06); text-align: center; font-weight: 800; color: var(--primary); }
.alert-type-grid i { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 8px; background: #eef7ff; color: var(--secondary); font-size: 1.15rem; }
.admin-body { padding-top: 0; background: #f3f7fb; }
.admin-shell { display: grid; grid-template-columns: 292px minmax(0, 1fr); min-height: 100vh; }
.admin-sidebar { position: sticky; top: 0; height: 100vh; overflow-y: auto; background: linear-gradient(180deg, #071e36, #0b2a4a); color: #fff; padding: 1rem; border-right: 1px solid rgba(255,255,255,.08); }
.admin-brand { display: flex; align-items: center; gap: .65rem; color: #fff; padding: .35rem .35rem 1rem; margin-bottom: .65rem; border-bottom: 1px solid rgba(255,255,255,.12); }
.admin-brand:hover { color: #fff; }
.admin-brand .brand-mark { margin-right: 0; box-shadow: none; }
.admin-brand strong, .admin-brand small { display: block; line-height: 1.15; }
.admin-brand small { color: #bfd7f5; margin-top: .18rem; font-size: .8rem; font-weight: 750; }
.admin-nav { display: grid; gap: .18rem; }
.admin-nav a { display: flex; align-items: center; gap: .65rem; min-height: 40px; color: #dceaff; padding: .55rem .65rem; border-radius: 8px; font-weight: 780; }
.admin-nav a i { width: 20px; min-width: 20px; color: #7ddfec; text-align: center; font-size: 1rem; }
.admin-nav a:hover { background: rgba(255,255,255,.1); color: #fff; }
.admin-main { min-width: 0; padding: 1.35rem; }
.admin-topbar { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-bottom: 1.2rem; padding: .85rem 1rem; background: rgba(255,255,255,.9); border: 1px solid #e1e9f4; border-radius: 8px; box-shadow: 0 12px 30px rgba(15,23,42,.055); backdrop-filter: blur(10px); }
.admin-topbar span, .admin-user small { display: block; color: var(--muted); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.admin-topbar strong { color: var(--primary); font-weight: 850; }
.admin-user { display: flex; align-items: center; gap: .65rem; }
.admin-user > span { width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; border-radius: 8px; background: linear-gradient(135deg, var(--primary), var(--secondary)); color: #fff; font-weight: 900; text-transform: uppercase; letter-spacing: 0; }
.admin-user div strong, .admin-user div small { display: block; line-height: 1.18; }
.admin-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; margin-bottom: 1.2rem; }
.admin-head h1 { margin: 0 0 .25rem; color: var(--primary); font-weight: 880; letter-spacing: 0; }
.admin-head p { margin: 0; color: var(--muted); line-height: 1.55; }
.admin-cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; margin-bottom: 1.4rem; }
.admin-cards div, .admin-panel { background: #fff; border: 1px solid #e1e9f4; border-radius: 8px; padding: 1.2rem; box-shadow: 0 12px 30px rgba(15,23,42,.055); }
.admin-cards div { position: relative; min-height: 132px; display: grid; align-content: end; overflow: hidden; }
.admin-cards-compact div { min-height: 112px; }
.admin-cards div::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: linear-gradient(90deg, var(--accent), var(--secondary)); }
.admin-cards i { position: absolute; top: 1rem; right: 1rem; width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center; border-radius: 8px; background: #eef7ff; color: var(--secondary); font-size: 1.25rem; }
.admin-cards strong { display: block; color: var(--primary); font-size: 2.15rem; line-height: 1; font-weight: 900; }
.admin-cards span { color: var(--muted); font-weight: 800; margin-top: .35rem; }
.admin-panel h2 { color: var(--primary); font-size: 1.2rem; font-weight: 850; margin-bottom: .85rem; }
.admin-panel .table { margin-bottom: 0; }
.admin-panel .table thead th { color: var(--primary); background: #f6f9fd; border-bottom: 1px solid #e1e9f4; font-size: .78rem; text-transform: uppercase; letter-spacing: .05em; white-space: nowrap; }
.admin-panel .table tbody td { border-color: #edf2f7; vertical-align: middle; color: #354156; }
.admin-panel .table tbody tr:hover { --bs-table-bg: #f8fbff; }
.admin-panel small { color: var(--muted); }
.admin-panel .form-label { width: 100%; color: var(--primary); font-weight: 800; }
.admin-form-label { display: grid; gap: .45rem; }
.admin-form-label > span { display: inline-flex; align-items: center; gap: .4rem; }
.admin-info-btn { width: 20px; height: 20px; display: inline-flex; align-items: center; justify-content: center; margin-left: .35rem; border: 1px solid #cfe0f5; border-radius: 50%; background: #eef7ff; color: var(--secondary); font-size: .72rem; line-height: 1; font-weight: 900; cursor: help; vertical-align: middle; }
.admin-info-btn:hover { background: var(--secondary); border-color: var(--secondary); color: #fff; }
.admin-panel .form-control, .admin-panel .form-select { min-height: 42px; border-color: #d6e0ee; background-color: #fbfdff; }
.admin-panel textarea.form-control { min-height: 112px; }
.admin-panel .admin-html-editor { min-height: 260px; font-family: Consolas, Monaco, monospace; font-size: .92rem; line-height: 1.6; background: #fbfdff; }
.admin-field-help { display: flex; align-items: flex-start; gap: .45rem; margin-top: .5rem; color: var(--muted); font-weight: 650; line-height: 1.5; }
.admin-field-help i { color: var(--secondary); margin-top: .12rem; }
.admin-panel .badge { border: 1px solid #dce7f4; color: var(--primary); font-weight: 800; }
.lead-update { min-width: 190px; }
.auth-body { min-height: 100vh; background: radial-gradient(circle at 20% 16%, rgba(18,181,203,.24), transparent 30%), linear-gradient(135deg, #061b31 0%, #0b2a4a 52%, #0e4d7a 100%); display: grid; place-items: center; padding: 1.2rem; }
.auth-shell { width: min(980px, 100%); display: grid; grid-template-columns: minmax(0, .9fr) minmax(360px, 440px); border: 1px solid rgba(255,255,255,.18); border-radius: 8px; overflow: hidden; background: rgba(255,255,255,.08); box-shadow: 0 28px 70px rgba(0,0,0,.28); }
.auth-brand-panel { min-height: 560px; display: grid; align-content: space-between; gap: 2rem; padding: 2rem; color: #fff; background: linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.02)); }
.auth-brand { display: inline-flex; align-items: center; width: max-content; color: #fff; font-weight: 850; }
.auth-brand:hover { color: #fff; }
.auth-brand .brand-mark { background: #fff; color: var(--primary); box-shadow: 0 18px 36px rgba(0,0,0,.18); }
.auth-eyebrow { margin: 0 0 .55rem; color: #80f0ff; text-transform: uppercase; letter-spacing: .08em; font-size: .78rem; font-weight: 850; }
.auth-brand-panel h1 { max-width: 520px; margin: 0 0 .75rem; color: #fff; font-size: clamp(1.7rem, 3vw, 2.55rem); line-height: 1.08; font-weight: 880; letter-spacing: 0; }
.auth-brand-panel p:not(.auth-eyebrow) { max-width: 520px; margin: 0; color: #dbeafe; line-height: 1.68; }
.auth-points { display: grid; gap: .65rem; }
.auth-points span { display: flex; align-items: center; gap: .55rem; color: #eef7ff; font-weight: 760; }
.auth-points i { color: #7df0ff; }
.auth-card { display: grid; align-content: center; gap: 1rem; background: #fff; padding: 2rem; }
.auth-card-head { display: flex; align-items: center; gap: .8rem; margin-bottom: .25rem; }
.auth-icon { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; min-width: 48px; border-radius: 8px; background: #eef7ff; color: var(--secondary); font-size: 1.3rem; }
.auth-card-head p { margin: 0 0 .12rem; color: var(--muted); font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 850; }
.auth-card h2 { margin: 0; color: var(--primary); font-size: 1.65rem; line-height: 1.18; font-weight: 880; letter-spacing: 0; }
.auth-field { display: grid; gap: .4rem; margin: 0; color: var(--primary); font-weight: 800; }
.auth-field > div { position: relative; display: flex; align-items: center; }
.auth-field i { position: absolute; left: .9rem; color: var(--muted); font-size: 1rem; z-index: 1; }
.auth-field .form-control { min-height: 48px; padding-left: 2.55rem; border-color: #d6e0ee; background: #fbfdff; font-weight: 650; }
.auth-field .form-control:focus { background: #fff; }
.auth-submit { min-height: 48px; margin-top: .2rem; }
.auth-note { display: flex; align-items: flex-start; gap: .5rem; margin: .1rem 0 0; color: var(--muted); font-size: .9rem; line-height: 1.55; }
.auth-note i { color: var(--secondary); margin-top: .18rem; }
.auth-back { display: inline-flex; align-items: center; justify-content: center; gap: .4rem; color: var(--primary); font-weight: 800; }

@media (max-width: 991.98px) {
  body { padding-top: 62px; }
  .site-header { top: 0; }
  .site-header .navbar-toggler { display: inline-flex; }
  .hero { padding-top: 20px; }
  .announcement-panel { grid-template-columns: auto 1fr auto; align-items: flex-start; }
  .announcement-panel .btn { grid-column: 2; justify-self: flex-start; }
  .announcement-close { grid-column: 3; grid-row: 1; }
  .inner-page .page-hero { padding: 30px 0 24px; }
  .inner-page .section { padding: 60px 0; }
  .hero-img { width: 100%; }
  .trust-strip, .feature-grid, .steps, .admin-cards { grid-template-columns: 1fr 1fr; }
  .alert-type-grid { grid-template-columns: repeat(3, 1fr); }
  .steps article::after { display: none; }
  .timeline { grid-template-columns: 1fr; }
  .mega-menu { min-width: auto; }
  .policy-shell { grid-template-columns: 1fr; }
  .policy-aside { position: static; }
  .home-core-head { align-items: flex-start; flex-direction: column; }
  .home-core-head .btn { width: 100%; }
  .auth-shell { grid-template-columns: 1fr; max-width: 540px; }
  .auth-brand-panel { min-height: auto; padding: 1.5rem; gap: 1.3rem; }
  .auth-points { grid-template-columns: 1fr; }
  .admin-shell { grid-template-columns: 1fr; }
  .admin-sidebar { position: static; height: auto; }
  .admin-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .admin-main { padding: 1rem; }
  .admin-head { align-items: flex-start; flex-direction: column; }
  .admin-cards { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 575.98px) {
  .section { padding: 56px 0; }
  .inner-page .section { padding: 48px 0; }
  .inner-page .page-hero { padding: 24px 0 20px; }
  .inner-page .listing-intro { padding: 1.1rem 1rem 1.1rem 1.2rem; }
  .inner-page .sitemap-list { grid-template-columns: 1fr; }
  .policy-notice { margin: 1rem 1rem 0; }
  .policy-content { padding: 1rem; }
  .policy-content h2 { font-size: 1.06rem; }
  .policy-content p { font-size: .95rem; line-height: 1.74; }
  .auth-body { padding: .8rem; }
  .auth-brand-panel { padding: 1.15rem; }
  .auth-brand-panel h1 { font-size: 1.45rem; }
  .auth-brand-panel p:not(.auth-eyebrow), .auth-points { font-size: .92rem; }
  .auth-card { padding: 1.15rem; }
  .auth-card h2 { font-size: 1.35rem; }
  .admin-topbar { align-items: flex-start; flex-direction: column; }
  .admin-nav { grid-template-columns: 1fr; }
  .admin-cards { grid-template-columns: 1fr; }
  .admin-cards div { min-height: 118px; }
  .trust-strip, .feature-grid, .steps, .admin-cards { grid-template-columns: 1fr; }
  .network-visual-card img { min-height: 180px; padding: .75rem; }
  .network-visual-caption { align-items: flex-start; flex-direction: column; }
  .monitoring-metrics, .alert-type-grid { grid-template-columns: 1fr; }
  .ring-graph svg { min-height: 250px; }
  .search-form { flex-direction: column; }
  .floating-whatsapp { bottom: 86px; }
  .hero { padding-top: 18px; padding-bottom: 12px; }
  .home-announcement { padding: 16px 0; }
  .announcement-panel { grid-template-columns: auto 1fr auto; padding: 1rem; gap: .75rem; }
  .announcement-icon { width: 44px; height: 44px; min-width: 44px; }
  .announcement-copy { grid-column: 1 / -1; }
  .announcement-panel .btn { grid-column: 1 / -1; width: 100%; }
  .announcement-close { grid-column: 3; grid-row: 1; justify-self: end; }
  .ticker-head { align-items: flex-start; flex-direction: column; }
  .client-chip { min-width: 220px; }
  .site-footer { padding-bottom: 72px; }
  .mobile-actions { display: grid; position: fixed; left: 0; right: 0; bottom: 0; grid-template-columns: repeat(3, 1fr); background: #fff; border-top: 1px solid var(--border); z-index: 1001; }
  .mobile-actions a { min-height: 58px; display: flex; align-items: center; justify-content: center; gap: .35rem; font-weight: 800; color: var(--primary); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .001ms !important; animation-duration: .001ms !important; }
  .ticker-track { animation: none; flex-wrap: wrap; width: auto; }
}
