.asc-public { background: #f8fbfd; }
.asc-navbar { background: rgba(255,255,255,.82); backdrop-filter: blur(18px); border-bottom: 1px solid var(--asc-line); }
.asc-navbar .navbar-brand { display: flex; align-items: center; gap: 12px; color: var(--asc-blue-900); font-weight: 900; }
.asc-brand-logo { width: 44px; height: 44px; object-fit: contain; border-radius: 12px; background: #fff; }
.asc-navbar .nav-link { color: var(--asc-ink); font-weight: 700; }
.asc-hero { min-height: 92vh; display: flex; align-items: center; padding: 132px 0 70px; background: linear-gradient(135deg, #f8fbfd 0%, #eaf3f0 46%, #fff4ea 100%); position: relative; overflow: hidden; }
.asc-hero:before { content: ""; position: absolute; inset: auto -10% -25% 45%; height: 55%; background: linear-gradient(135deg, rgba(31,143,106,.14), rgba(242,106,46,.16)); transform: rotate(-8deg); border-radius: 42px; }
.asc-hero h1 { font-size: clamp(3rem, 7vw, 6.6rem); line-height: .93; font-weight: 900; color: var(--asc-blue-900); max-width: 900px; margin: 18px 0; }
.asc-hero .lead { max-width: 720px; color: var(--asc-muted); font-size: 1.2rem; line-height: 1.7; }
.asc-action-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.asc-hero-console { position: relative; background: rgba(255,255,255,.78); border: 1px solid rgba(255,255,255,.72); border-radius: 26px; padding: 18px; box-shadow: var(--asc-shadow); }
.asc-console-top { display: flex; justify-content: space-between; align-items: center; font-weight: 850; margin-bottom: 14px; color: var(--asc-blue-900); }
.asc-map-preview { height: 320px; border-radius: 20px; overflow: hidden; background: #dbe9ef; }
.asc-console-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 14px; }
.asc-console-grid div, .asc-route-card div { background: #fff; border: 1px solid var(--asc-line); border-radius: 16px; padding: 14px; }
.asc-console-grid strong { display: block; font-size: 1.35rem; color: var(--asc-blue); }
.asc-console-grid span { color: var(--asc-muted); font-size: .8rem; }
.asc-tour-band { background: #071d3d; color: #fff; }
.asc-tour-band h2 { font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 900; }
.asc-tour-band p { color: rgba(255,255,255,.72); line-height: 1.8; }
.asc-route-card { display: grid; gap: 14px; }
.asc-route-card div { display: flex; align-items: center; gap: 12px; color: var(--asc-blue-900); font-weight: 800; }
.asc-route-card i { color: var(--asc-orange); }
.asc-kpi { padding: 24px; min-height: 150px; }
.asc-kpi i { color: var(--asc-green); font-size: 1.4rem; }
.asc-kpi strong { display: block; font-size: 2rem; font-weight: 900; color: var(--asc-blue-900); margin-top: 16px; }
.asc-kpi span { color: var(--asc-muted); }
.asc-footer { padding: 56px 0; background: var(--asc-blue-900); color: rgba(255,255,255,.72); }
.asc-footer-logo { display: flex; align-items: center; gap: 12px; color: #fff; font-size: 1.4rem; font-weight: 900; margin-bottom: 12px; }
.asc-footer-logo img { width: 52px; height: 52px; object-fit: contain; border-radius: 14px; background: #fff; padding: 4px; }
.asc-footer a { color: #fff; font-weight: 700; }
.asc-page-spacer { padding-top: 90px; }
@media (max-width: 991px) {
    .asc-hero { min-height: auto; padding-top: 118px; }
    .asc-console-grid { grid-template-columns: 1fr; }
}
