:root {
    --bs-primary: #0c2340;
    --bs-primary-rgb: 12, 35, 64;
    --rynex-primary: #0c2340;
    --rynex-secondary: #163a5f;
    --rynex-accent: #c4a574;
    --rynex-surface: #ffffff;
    --rynex-surface-alt: #f6f3ec;
    --rynex-muted: #6f675c;
    --rynex-border: #e4dcce;
    --rynex-shadow: 0 8px 28px rgba(12, 35, 64, 0.07);
    --rynex-radius: 12px;
    --rynex-sidebar-width: 284px;
    --rynex-shell: min(100% - 2rem, 1280px);
    --rynex-pad: clamp(1.25rem, 1.4vw, 2.75rem);
    --rynex-gutter: clamp(1.75rem, 3.2vw, 3.25rem);
    --font-sans: "Manrope", "Noto Sans Devanagari", "Segoe UI", system-ui, sans-serif;
    --font-display: "Fraunces", "Noto Serif Devanagari", "Times New Roman", serif;
    --bs-body-font-family: var(--font-sans);
    --bs-body-color: #1c1914;
}
@view-transition { navigation: auto; }
::view-transition-old(root),
::view-transition-new(root) { animation-duration: .16s; }
html { font-size: 16px; scroll-behavior: auto; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
html:has(.public-body) { scroll-behavior: smooth; }
html.shell-warm .app-loader { display: none !important; }
html[lang^="hi"] {
    --font-sans: "Noto Sans Devanagari", "Manrope", "Segoe UI", sans-serif;
    --font-display: "Noto Serif Devanagari", "Fraunces", serif;
}
html[lang^="hi"] body,
html[lang^="hi"] h1,
html[lang^="hi"] h2,
html[lang^="hi"] h3,
html[lang^="hi"] h4 { letter-spacing: 0; }
html[lang^="hi"] .eyebrow { letter-spacing: .08em; }
.lang-switch {
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--rynex-border);
    border-radius: 999px;
    overflow: hidden;
    background: #fff;
}
.lang-switch button {
    border: 0;
    background: transparent;
    color: #475569;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .04em;
    padding: .28rem .7rem;
    line-height: 1.2;
}
.lang-switch button.is-on {
    background: #0c2340;
    color: #e8d5b0;
}
.portal-topbar .lang-switch { margin-right: .15rem; }
:focus-visible { outline: 2px solid #c4a574; outline-offset: 2px; }
a, button, .btn, summary, .nav-pins a { touch-action: manipulation; }
*, *::before, *::after { box-sizing: border-box; }
html { max-width: 100%; overflow-x: clip; }
body { font-family: var(--font-sans); font-size: 0.95rem; font-weight: 500; letter-spacing: -0.011em; color: #1c1914; background: #fff; min-height: 100vh; min-height: 100dvh; max-width: 100%; }
img, video, svg, canvas, iframe { max-width: 100%; height: auto; }
.row, .card, .portal-shell, .portal-main, .portal-content, .topbar-title, main { min-width: 0; }
.row > [class*="col-"] { min-width: 0; }
pre, code { max-width: 100%; overflow-x: auto; }
body.nav-open { overflow: hidden; }
h1,h2,h3,h4 { font-family: var(--font-sans); font-weight: 700; letter-spacing: -0.028em; }
.btn:not(.btn-close) {
    --bs-btn-border-radius: 999px;
    border-radius: 999px;
    font-weight: 700;
    letter-spacing: -0.01em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .4rem;
    padding: .55rem 1.15rem;
    line-height: 1.2;
    transition: transform .16s ease, box-shadow .16s ease, background .16s ease, border-color .16s ease, color .16s ease;
}
.btn:not(.btn-close):hover { transform: translateY(-1px); }
.btn:not(.btn-close):active { transform: translateY(0); }
.btn i { font-size: 1em; line-height: 1; }
.btn-sm:not(.btn-close) { padding: .32rem .75rem; font-size: .78rem; font-weight: 700; gap: .3rem; }
.btn-lg:not(.btn-close) { padding: .75rem 1.45rem; font-size: 1.02rem; }
.btn-primary {
    background: #0c2340;
    border-color: #0c2340;
    color: #f6f3ec;
    box-shadow: 0 10px 22px rgba(12, 35, 64, .18);
}
.btn-primary:hover, .btn-primary:focus {
    background: #163a5f;
    border-color: #163a5f;
    color: #fff;
    box-shadow: 0 12px 26px rgba(12, 35, 64, .24);
}
.btn-outline-primary {
    color: #0c2340;
    border-color: #c4a574;
    background: #fff;
    box-shadow: none;
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
    background: #f6f3ec;
    color: #0c2340;
    border-color: #0c2340;
}
.btn-success {
    background: linear-gradient(180deg, #34d399 0%, #059669 100%);
    border-color: #047857;
    box-shadow: 0 8px 16px rgba(5, 150, 105, .2);
}
.btn-outline-success { color: #047857; border-color: #6ee7b7; background: #fff; }
.btn-outline-success:hover { background: #ecfdf5; color: #065f46; border-color: #059669; }
.btn-danger {
    background: linear-gradient(180deg, #fb7185 0%, #e11d48 100%);
    border-color: #be123c;
    box-shadow: 0 8px 16px rgba(225, 29, 72, .2);
}
.btn-outline-danger { color: #be123c; border-color: #fda4af; background: #fff; }
.btn-outline-danger:hover { background: #fff1f2; color: #9f1239; border-color: #e11d48; }
.btn-warning {
    background: linear-gradient(180deg, #c4a574 0%, #d97706 100%);
    border-color: #c4a574; color: #1c1408;
}
.btn-outline-warning { color: #c4a574; border-color: #fcd34d; background: #fff; }
.btn-outline-warning:hover { background: #f6f3ec; color: #8a7048; }
.btn-outline-secondary {
    color: #334155; border-color: #cbd5e1; background: #fff; font-weight: 700;
}
.btn-outline-secondary:hover { background: #f8fafc; border-color: #94a3b8; color: #0f172a; }
.btn-light { font-weight: 700; box-shadow: 0 6px 16px rgba(15, 23, 42, .12); }
.btn-outline-light { font-weight: 700; border-width: 1.5px; }
.app-banner .btn, .workspace-banner .btn { min-height: 2.15rem; }
.table .btn-sm, .btn-row {
    border-radius: 999px;
    min-height: 1.85rem;
    padding: .28rem .8rem;
    box-shadow: none;
}
.table .btn-outline-primary { background: #fbf8f2; }
.form-control, .form-select { border-radius: 10px; border-color: var(--rynex-border); padding: .65rem 1rem; }
.form-control:focus, .form-select:focus { border-color: var(--rynex-primary); box-shadow: 0 0 0 .2rem rgba(12,35,64,.12); }
.card { border: 1px solid var(--rynex-border); border-radius: var(--rynex-radius); box-shadow: var(--rynex-shadow); }
.badge { font-weight: 600; }
.table { --bs-table-bg: #fff; }
.portal-shell { display: flex; min-height: 100vh; }
.portal-sidebar {
    background: linear-gradient(180deg, #fbf8f2 0%, #fff 18%);
    width: var(--rynex-sidebar-width); height: 100dvh; flex-shrink: 0;
    display: flex; flex-direction: column; position: fixed; left: 0; top: 0; z-index: 1040;
    border-right: 1px solid var(--rynex-border); box-shadow: 8px 0 32px rgba(15,23,42,.04); overflow: hidden;
}
.portal-sidebar .sidebar-brand { padding: 1.1rem 1.25rem; border-bottom: 1px solid var(--rynex-border); background: var(--rynex-surface-alt); flex-shrink: 0; display: flex; align-items: center; justify-content: space-between; gap: .5rem; }
.portal-sidebar .sidebar-brand a { color: inherit; text-decoration: none; display: block; }
.portal-sidebar { transition: transform .22s ease; contain: layout style; }
.portal-sidebar .sidebar-nav { padding: .35rem 0 1rem; flex: 1; min-height: 0; overflow-x: hidden; overflow-y: auto; scroll-behavior: auto; overscroll-behavior: contain; }
.portal-sidebar .sidebar-nav a {
    color: #475569; display: flex; align-items: center; gap: .7rem; padding: .58rem 1.15rem;
    text-decoration: none; font-weight: 600; font-size: .88rem; border-left: 3px solid transparent;
    border-radius: 0 10px 10px 0; margin-right: .55rem; transition: background .18s ease, color .18s ease, border-color .18s ease;
}
.portal-sidebar .sidebar-nav a i { color: var(--rynex-primary); width: 1.1rem; text-align: center; }
.portal-sidebar .sidebar-nav a:hover, .portal-sidebar .sidebar-nav a.active {
    background: var(--rynex-surface-alt); color: var(--rynex-primary); border-left-color: var(--rynex-primary);
}
.portal-sidebar .sidebar-nav a:active { background: #e4dcce; }
.portal-nav-section { font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; color: #94a3b8; padding: .85rem 1.5rem .25rem; font-weight: 700; }
.sidebar-find {
    display: flex; align-items: center; gap: .45rem; margin: .75rem .85rem .35rem;
    border: 1px solid var(--rynex-border); border-radius: 10px; padding: .35rem .7rem; background: #fff;
}
.sidebar-find i { color: #94a3b8; }
.sidebar-find input { border: 0; outline: 0; width: 100%; font: inherit; font-size: .82rem; background: transparent; }
.nav-pins {
    display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: .2rem;
    padding: .55rem .5rem .65rem; border-bottom: 1px solid var(--rynex-border); flex-shrink: 0;
}
.nav-pins a {
    display: flex; flex-direction: column; align-items: center; justify-content: flex-start; gap: .22rem;
    min-width: 0; padding: .42rem .08rem .38rem; border-radius: 10px; text-decoration: none;
    color: #64748b; font-size: .6rem; font-weight: 700; letter-spacing: 0; line-height: 1.15;
    text-align: center; border: 0; margin: 0; background: transparent;
}
html:not([lang^="hi"]) .nav-pins a { text-transform: uppercase; }
.nav-pins a span {
    display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-clamp: 2;
    overflow: hidden; width: 100%; white-space: normal; word-break: break-word; overflow-wrap: anywhere;
}
.nav-pins a i { font-size: 1.08rem; color: var(--rynex-primary); line-height: 1; }
.nav-pins a:hover, .nav-pins a.active { background: var(--rynex-surface-alt); color: var(--rynex-primary); }
.nav-group { border: 0; padding: 0; margin: .15rem .35rem; }
.nav-group > summary {
    list-style: none; cursor: pointer; user-select: none;
    font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; color: #94a3b8;
    padding: .65rem .85rem .35rem; display: flex; align-items: center; justify-content: space-between;
}
.nav-group > summary::-webkit-details-marker { display: none; }
.nav-group > summary::after { content: "▾"; font-size: .7rem; transition: transform .2s ease; }
.nav-group:not([open]) > summary::after { transform: rotate(-90deg); }
.nav-group-links { padding-bottom: .2rem; }
.nav-group.is-filtered > summary { color: #0c2340; }
.nav-hidden { display: none !important; }
.portal-sidebar .sidebar-footer { padding: 1rem 1.5rem; border-top: 1px solid var(--rynex-border); flex-shrink: 0; }
.portal-sidebar .sidebar-footer a { color: var(--rynex-muted); text-decoration: none; font-size: .875rem; display: flex; gap: .5rem; align-items: center; }
.portal-shell { min-width: 0; }
.portal-main { flex: 1; margin-left: var(--rynex-sidebar-width); min-height: 100vh; min-width: 0; display: flex; flex-direction: column; background: var(--rynex-surface-alt); }
.portal-topbar {
    background: rgba(255,255,255,.88); backdrop-filter: blur(16px); border-bottom: 1px solid var(--rynex-border);
    padding: .7rem max(var(--rynex-gutter), env(safe-area-inset-right)) .7rem max(var(--rynex-gutter), env(safe-area-inset-left));
    display: flex; align-items: center; justify-content: space-between; gap: .75rem 1rem;
    position: sticky; top: 0; z-index: 1020; flex-wrap: wrap;
}
.topbar-lead { display: flex; align-items: center; gap: .75rem; min-width: 0; flex: 1 1 auto; }
.topbar-title { min-width: 0; }
.topbar-title .page-title { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.crumbs { display: flex; flex-wrap: wrap; gap: .35rem; align-items: center; font-size: .72rem; color: #94a3b8; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.crumbs a { color: #64748b; text-decoration: none; }
.crumbs a:hover { color: var(--rynex-primary); }
.topbar-search { flex: 1; max-width: 420px; }
.topbar-actions { display: flex; align-items: center; gap: .45rem; flex-shrink: 0; }
.portal-content.is-enter { animation: rynex-enter .18s ease both; }
@keyframes rynex-enter { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: none; } }
.cmdk {
    width: min(520px, 92vw); border: 1px solid var(--rynex-border); border-radius: 16px; padding: 0;
    box-shadow: 0 30px 80px rgba(15,23,42,.2); background: #fff;
}
.cmdk::backdrop { background: rgba(15,23,42,.35); backdrop-filter: blur(6px); }
.cmdk input { width: 100%; border: 0; border-bottom: 1px solid var(--rynex-border); padding: .95rem 1.1rem; font: inherit; font-size: 1rem; outline: none; }
.cmdk ul { list-style: none; margin: 0; padding: .4rem; max-height: 320px; overflow: auto; }
.cmdk li a, .cmdk [data-cmdk-item] {
    display: flex; align-items: center; gap: .7rem; padding: .65rem .75rem; border-radius: 10px;
    text-decoration: none; color: #1c1914; font-weight: 600;
}
.cmdk [data-cmdk-item]:hover, .cmdk [data-cmdk-item].is-on { background: #f6f3ec; color: #0c2340; }
.cmdk-hint { margin: 0; padding: .45rem 1rem .7rem; font-size: .72rem; color: #94a3b8; }
.portal-content {
    padding: var(--rynex-pad) max(var(--rynex-gutter), env(safe-area-inset-right)) max(var(--rynex-pad), env(safe-area-inset-bottom)) max(var(--rynex-gutter), env(safe-area-inset-left));
    flex: 1; width: 100%; max-width: none; min-width: 0;
}
.powered-by {
    display: inline;
    margin: 0;
    font-size: .78rem;
    color: #64748b;
    letter-spacing: .01em;
}
.powered-by a {
    color: #0c2340;
    font-weight: 700;
    text-decoration: none;
}
.powered-by a:hover { text-decoration: underline; color: #0c2340; }
.app-powered-by {
    margin-top: auto;
    flex-shrink: 0;
    padding: .7rem max(var(--rynex-gutter), env(safe-area-inset-right)) .7rem max(var(--rynex-gutter), env(safe-area-inset-left));
    border-top: 1px solid var(--rynex-border);
    background: #fff;
    text-align: center;
}
.canvas-4k { width: 100%; max-width: min(100%, 3200px); margin-inline: auto; }
.portal-topbar .page-title { font-size: 1.05rem; font-weight: 800; letter-spacing: -.02em; margin: 0; }
.stat-card { background: #fff; border-radius: var(--rynex-radius); padding: 1.25rem 1.4rem; box-shadow: var(--rynex-shadow); border: 1px solid var(--rynex-border); height: 100%; transition: transform .2s ease, box-shadow .2s ease; }
.stat-card:hover { transform: translateY(-3px); box-shadow: 0 16px 36px rgba(12,35,64,.1); }
.stat-card .stat-icon { width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.25rem; margin-bottom: .7rem; }
.stat-icon.blue { background: rgba(12,35,64,.1); color: var(--rynex-primary); }
.stat-icon.green { background: rgba(5,150,105,.12); color: #059669; }
.stat-icon.orange { background: rgba(245,158,11,.15); color: #d97706; }
.stat-icon.purple { background: rgba(99,102,241,.12); color: #6366f1; }
.stat-icon.gold { background: rgba(180,83,9,.12); color: #c4a574; }
.stat-card .stat-label { color: var(--rynex-muted); font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .03em; white-space: normal; overflow: visible; }
.stat-card .value { font-size: 1.45rem; font-weight: 700; font-family: var(--font-display); }
.portal-table-card .card-header { background: #fff; border-bottom: 1px solid var(--rynex-border); font-weight: 600; }
.badge-soft { background: #f6f3ec; color: #0c2340; }
.skip-link { position: absolute; left: -999px; top: 0; background: #163a5f; color: #fff; padding: .6rem 1rem; z-index: 2000; }
.skip-link:focus { left: 1rem; top: 1rem; }
.public-body { background: #f6f3ec; color: #1c1914; }
.public-body .site-header { position: sticky; top: 0; z-index: 30; }
.public-body .rynex-navbar {
    background: rgba(246,243,236,.94); backdrop-filter: blur(18px);
    border-bottom: 1px solid #e4dcce;
}
.public-body .rynex-navbar.compact { box-shadow: 0 10px 28px rgba(12,35,64,.08); }
.public-body .public-nav .nav-link {
    color: #4a453c; font-weight: 700; font-size: .86rem; letter-spacing: .04em;
    text-transform: uppercase; padding: .5rem .7rem; border-radius: 0;
}
.public-body .public-nav .nav-link:hover, .public-body .public-nav .nav-link.active {
    color: #0c2340; background: transparent;
    box-shadow: inset 0 -2px 0 #c4a574;
}
.public-body .btn-primary {
    background: #0c2340;
    border-color: #0c2340;
    color: #f6f3ec;
    box-shadow: 0 10px 22px rgba(12, 35, 64, .18);
}
.public-body .btn-primary:hover, .public-body .btn-primary:focus {
    background: #163a5f;
    border-color: #163a5f;
    color: #fff;
}
.public-body .btn-outline-primary {
    color: #0c2340; border-color: #c4a574; background: #fffdf8;
}
.public-body .btn-outline-primary:hover {
    background: #f6f3ec; color: #0c2340; border-color: #0c2340;
}
.public-body .eyebrow { color: #c4a574; letter-spacing: .2em; }
.public-body .feature-card {
    background: #fbf8f2; border-color: #e4dcce; box-shadow: 0 10px 30px rgba(12,35,64,.05);
}
.public-body .feature-card .kicker { color: #c4a574; }
.public-body .section-alt { background: #fbf8f2; border-block-color: #e4dcce; }
.public-body .section-head p { color: #6f675c; }
.public-body .logo-strip {
    background: #fbf8f2; border-block-color: #e4dcce; color: #6f675c; letter-spacing: .14em;
}
.public-body .site-footer {
    background: #071226; color: #d6d3d1;
    border-top: 3px solid #c4a574;
}
.public-body .footer-label { color: #e8d5b0; }
.public-body .trust-chip { border-color: rgba(196,165,116,.35); color: #e8d5b0; }

.stage-carousel { background: #071226; position: relative; }
.stage-slide {
    display: grid;
    grid-template-columns: minmax(22rem, 42%) minmax(0, 1fr);
    min-height: min(78vh, 640px);
}
.stage-copy {
    background: #0c2340;
    color: #f6f3ec;
    padding: 4.4rem clamp(1.4rem, 5vw, 4.2rem) 5.2rem;
    display: flex; flex-direction: column; justify-content: center;
    position: relative;
}
.stage-copy::after {
    content: ""; position: absolute; right: 0; top: 14%; bottom: 14%; width: 2px;
    background: linear-gradient(180deg, transparent, #c4a574, transparent);
}
.stage-index {
    font-size: .72rem; letter-spacing: .22em; font-weight: 800;
    color: #c4a574; text-transform: uppercase; margin-bottom: .7rem;
}
.stage-kicker {
    display: inline-flex; align-items: center; gap: .55rem;
    font-size: .72rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase;
    color: #e8d5b0; margin-bottom: .85rem;
}
.stage-copy h1, .page-stage-copy h1 {
    font-family: var(--font-display); font-weight: 600; letter-spacing: -.035em;
    font-size: clamp(2.15rem, 3.2vw + .4rem, 3.7rem); line-height: 1.08; max-width: 13ch;
}
.stage-copy h1 em, .page-stage-copy h1 em { font-style: italic; font-weight: 500; color: #e8d5b0; }
.stage-copy .lead, .page-stage-copy .lead { color: #d6d3d1; max-width: 34rem; font-size: 1.05rem; }
.stage-visual, .page-stage-visual { position: relative; min-height: 280px; overflow: hidden; background: #071226; }
.stage-visual img, .page-stage-visual img {
    position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
    transform: scale(1.04); animation: heroKen 22s ease-in-out infinite alternate;
}
.stage-caption {
    position: absolute; left: 1.35rem; bottom: 1.35rem; margin: 0;
    background: rgba(7,18,38,.78); color: #e8d5b0;
    padding: .4rem .85rem; font-size: .72rem; letter-spacing: .12em;
    text-transform: uppercase; font-weight: 800; border-left: 2px solid #c4a574;
}
.stage-carousel .carousel-indicators {
    position: absolute; left: clamp(1.4rem, 5vw, 4.2rem); bottom: 1.45rem;
    justify-content: flex-start; margin: 0; z-index: 5;
}
.stage-carousel .carousel-indicators [data-bs-target] {
    width: 2.35rem; height: 3px; border: 0; border-radius: 0; background: rgba(232,213,176,.35); opacity: 1;
}
.stage-carousel .carousel-indicators .active { background: #c4a574; width: 3.1rem; }
.stage-carousel .carousel-control-prev,
.stage-carousel .carousel-control-next {
    width: 2.6rem; height: 2.6rem; top: auto; bottom: 1.3rem; opacity: 1;
}
.stage-carousel .carousel-control-prev { left: auto; right: 4.8rem; }
.stage-carousel .carousel-control-next { right: 1.4rem; }
.stage-carousel .carousel-control-prev-icon,
.stage-carousel .carousel-control-next-icon {
    width: 2.6rem; height: 2.6rem; border-radius: 50%;
    background-color: rgba(7,18,38,.55); background-size: 42%;
    border: 1px solid rgba(196,165,116,.45);
}
.page-stage {
    display: grid; grid-template-columns: 1.15fr .85fr;
    min-height: 320px; background: #0c2340; color: #f6f3ec;
}
.page-stage-copy {
    padding: 3.4rem clamp(1.4rem, 6vw, 5rem);
    display: flex; flex-direction: column; justify-content: center;
}
.page-stage-copy .stage-price {
    font-family: var(--font-display); font-size: 2rem; font-weight: 600; color: #e8d5b0; margin: .35rem 0 0;
}
.stage-band {
    background: #0c2340; color: #f6f3ec; padding: 3.2rem 0;
    border-top: 2px solid #c4a574;
}
.stage-band h2 { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.55rem, 1.7vw + 1rem, 2.4rem); }
.stage-band p { color: #d6d3d1; max-width: 36rem; }
.public-body .metric-strip { margin-top: -2.2rem; }
.estate-hero-slide .hero-photo {
    position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
    transform: scale(1.04); animation: heroKen 22s ease-in-out infinite alternate;
}
.estate-hero-veil {
    position: absolute; inset: 0; z-index: 1; pointer-events: none;
    background:
        linear-gradient(105deg, rgba(7,11,24,.92) 0%, rgba(7,11,24,.72) 38%, rgba(7,11,24,.28) 68%, rgba(7,11,24,.45) 100%),
        linear-gradient(180deg, rgba(7,11,24,.15) 0%, rgba(7,11,24,.55) 100%);
}
.estate-hero-slide::before {
    content: ""; position: absolute; left: 0; right: 0; top: 0; height: 3px; z-index: 3;
    background: linear-gradient(90deg, transparent, #c4a574 18%, #e8d5b0 50%, #c4a574 82%, transparent);
}
.estate-hero-inner { position: relative; z-index: 2; padding: 5.2rem 0 6.5rem; width: 100%; }
.estate-kicker {
    display: inline-flex; align-items: center; gap: .6rem;
    font-size: .72rem; font-weight: 800; letter-spacing: .22em; text-transform: uppercase;
    color: #e8d5b0; margin-bottom: 1rem;
}
.estate-kicker::before, .estate-kicker::after {
    content: ""; width: 1.6rem; height: 1px; background: #c4a574;
}
.estate-hero-slide h1 {
    font-family: var(--font-display); font-weight: 600; letter-spacing: -.04em;
    font-size: clamp(2.4rem, 4vw + .6rem, 4.6rem); line-height: 1.05; max-width: 14ch;
}
.estate-hero-slide h1 em { font-style: italic; font-weight: 500; color: #e8d5b0; }
.estate-hero-slide .lead { color: #e7e5e4; max-width: 36rem; font-size: 1.12rem; }
.estate-hero-panel {
    background: linear-gradient(180deg, rgba(7,18,38,.78), rgba(7,18,38,.88));
    border: 1px solid rgba(196,165,116,.32);
    box-shadow: 0 30px 80px rgba(0,0,0,.35), inset 0 1px 0 rgba(232,213,176,.16);
    border-radius: 22px; padding: 1.15rem; backdrop-filter: blur(16px);
}
.estate-hero-panel .product-frame {
    transform: none; background: transparent; border: 0; box-shadow: none; padding: .25rem;
}
.estate-meta {
    display: flex; flex-wrap: wrap; gap: 1.4rem 2rem; margin-top: 1.6rem; padding-top: 1.2rem;
    border-top: 1px solid rgba(253,230,138,.2);
}
.estate-meta strong { display: block; font-family: var(--font-display); font-size: 1.2rem; color: #fff; }
.estate-meta span { color: #d6d3d1; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.public-body .chip {
    border-color: rgba(196,165,116,.32); background: rgba(7,18,38,.28); color: #f5f5f4;
}
.public-body .chip i { color: #e8d5b0; }
.public-body .metric-strip { margin-top: -3rem; }
.public-body .metric-tile {
    background: #fbf8f2; border-color: #e4dcce; box-shadow: 0 18px 40px rgba(12,35,64,.08);
}
.public-body .metric-tile strong { color: #0c2340; }
.public-body .page-hero {
    min-height: 340px; padding: 4.2rem 0 3.2rem;
    background: #071226;
}
.public-body .page-hero::after { display: none; }
.public-body .page-hero-photo { min-height: 380px; }
.public-body .page-hero-photo::before {
    background:
        linear-gradient(105deg, rgba(7,18,38,.88) 0%, rgba(7,18,38,.55) 50%, rgba(7,18,38,.3) 100%);
}
.public-body .page-hero h1 { max-width: 16ch; }
.public-body .mid-banner {
    position: relative; padding: 3.6rem 0;
    background: #071226;
}
.public-body .mid-banner::before {
    content: ""; position: absolute; inset: 0 0 auto 0; height: 2px;
    background: linear-gradient(90deg, transparent, #c4a574, transparent);
}
.public-body .mid-banner-gold, .public-body .mid-banner-teal {
    background:
        linear-gradient(105deg, rgba(7,18,38,.92), rgba(12,35,64,.7)),
        url("/images/site/banner-tower.svg") center/cover;
}
.public-body .cta-band {
    background: #071226; padding: 3.8rem 0;
    border-top: 2px solid #c4a574;
}
.public-body .quote-card { background: #fbf8f2; border-color: #e4dcce; }
.public-body .faq-list details { background: #fbf8f2; border-color: #e4dcce; }
.public-body .price-card { background: #fbf8f2; border-color: #e4dcce; }
.public-body .price-card.featured { border-color: #c4a574; box-shadow: 0 20px 50px rgba(12,35,64,.12); }
.public-body .india-panel {
    background:
        radial-gradient(600px 240px at 100% 0%, rgba(196,165,116,.22), transparent 55%),
        linear-gradient(160deg, #071226 0%, #0c2340 55%, #163a5f 100%);
}
.public-body .loop-step { background: #fbf8f2; border-color: #e4dcce; }
.public-body .loop-step::before { background: #f6f3ec; color: #c4a574; }
.public-body .listing-card { background: #fbf8f2; border-color: #e4dcce; }
.public-body .contact-aside { background: #fbf8f2; border-color: #e4dcce; }
.public-body .estate-mosaic figure { border-radius: 8px; }
.hero-carousel .carousel-indicators { z-index: 4; margin-bottom: 1.6rem; }
.hero-carousel .carousel-indicators .active { background: #c4a574; }

.announce-bar {
    background: #071226;
    color: #e8d5b0; font-size: .78rem; font-weight: 600; letter-spacing: .04em;
    border-bottom: 1px solid rgba(196,165,116,.35);
}
.site-header { position: sticky; top: 0; z-index: 30; }
.rynex-navbar { background: rgba(246,243,236,.9); backdrop-filter: blur(16px); border-bottom: 1px solid var(--rynex-border); }
.rynex-navbar.compact { box-shadow: 0 8px 30px rgba(12,35,64,.08); }
.rynex-navbar .brand { font-family: var(--font-sans); font-weight: 700; font-size: 1.2rem; color: #0c2340; text-decoration: none; display: inline-flex; align-items: center; gap: .55rem; }
.rynex-navbar .brand span, .site-footer .brand span { color: #c4a574; }
.brand-mark { width: 32px; height: 32px; border-radius: 9px; background: linear-gradient(135deg,#163a5f,#0c2340); color: #e8d5b0; display: inline-flex; align-items: center; justify-content: center; font-size: .95rem; }
.public-nav { display: flex; flex-wrap: wrap; gap: .15rem; }
.public-nav .nav-link { color: #4a453c; font-weight: 600; font-size: .92rem; padding: .45rem .8rem; border-radius: 999px; }
.public-nav .nav-link:hover, .public-nav .nav-link.active { color: #0c2340; background: #f6f3ec; }
.hero-banner {
    position: relative; overflow: hidden; color: #f8fafc;
    padding: 5.5rem 0 4.5rem;
    background:
        radial-gradient(900px 420px at 85% 10%, rgba(196,165,116,.22), transparent 60%),
        linear-gradient(160deg, #071226 0%, #0c2340 48%, #163a5f 100%);
}
.hero-grid {
    position: absolute; inset: 0; pointer-events: none; opacity: .22;
    background-image:
        linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px);
    background-size: 72px 72px; mask-image: linear-gradient(180deg, #000 30%, transparent);
}
.hero-skyline {
    position: absolute; left: 0; right: 0; bottom: 0; height: 120px; pointer-events: none; opacity: .35;
    background:
        linear-gradient(#0b1f4d, transparent),
        repeating-linear-gradient(90deg, #e8d5b0 0 18px, transparent 18px 52px);
    clip-path: polygon(0 100%, 0 62%, 4% 62%, 4% 40%, 8% 40%, 8% 70%, 12% 70%, 12% 28%, 18% 28%, 18% 55%, 22% 55%, 22% 18%, 28% 18%, 28% 48%, 34% 48%, 34% 22%, 40% 22%, 40% 60%, 46% 60%, 46% 34%, 52% 34%, 52% 70%, 58% 70%, 58% 26%, 66% 26%, 66% 50%, 72% 50%, 72% 16%, 80% 16%, 80% 44%, 86% 44%, 86% 64%, 92% 64%, 92% 30%, 100% 30%, 100% 100%);
}
.hero-banner-inner { position: relative; z-index: 1; }
.hero-banner::before {
    content: ""; position: absolute; left: 8%; right: 8%; top: 0; height: 2px; z-index: 2;
    background: linear-gradient(90deg, transparent, #c4a574, #e8d5b0, transparent);
    opacity: .85;
}
@media (max-width: 991px) {
    .product-frame { transform: none; }
}
.hero-banner h1, .page-hero h1, .section-head h2, .cta-band h2, .workspace-banner h2, .auth-canvas h1 {
    font-family: var(--font-display); font-weight: 600; letter-spacing: -.035em;
}
.hero-banner h1 {
    font-size: clamp(2.35rem, 3.6vw + 1rem, 5.4rem); line-height: 1.08; color: inherit;
}
.page-hero h1 {
    font-size: clamp(1.85rem, 2.2vw + 1rem, 3.4rem); line-height: 1.12; color: inherit; max-width: 18ch;
}
.hero-banner h1 em { font-style: italic; font-weight: 500; color: #e8d5b0; }
.hero-banner .lead { color: #e8d5b0; max-width: 38rem; font-size: clamp(1.05rem, 0.45vw + 1rem, 1.35rem); font-weight: 500; }
.eyebrow { display: inline-flex; align-items: center; gap: .5rem; font-family: var(--font-sans); font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: #c4a574; margin-bottom: .85rem; }
.eyebrow.light { color: #e8d5b0; }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: #34d399; box-shadow: 0 0 0 6px rgba(52,211,153,.16); }
.btn-ghost { background: #fff; border: 1px solid #e8d5b0; color: #0c2340; font-weight: 600; border-radius: 10px; }
.btn-ghost:hover { background: #f6f3ec; color: #163a5f; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 1.25rem 2rem; }
.hero-meta strong { display: block; font-family: var(--font-display); font-size: 1.35rem; color: #0b1f4d; }
.hero-meta span { color: #64748b; font-size: .78rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.hero-meta.light strong { color: #fff; }
.hero-meta.light span { color: #e8d5b0; }
.product-frame {
    background: linear-gradient(180deg, rgba(15,32,78,.92), rgba(30,58,138,.88));
    border: 1px solid rgba(196,165,116,.22); backdrop-filter: blur(18px);
    border-radius: 22px; padding: 1.1rem; color: #e2e8f0;
    box-shadow: 0 40px 90px rgba(7,18,38,.45), inset 0 1px 0 rgba(255,255,255,.12);
    transform: perspective(1200px) rotateY(-6deg) rotateX(2deg);
}
.product-chrome { display: flex; align-items: center; gap: .4rem; margin-bottom: 1rem; }
.product-chrome span { width: 10px; height: 10px; border-radius: 50%; background: #64748b; }
.product-chrome span:first-child { background: #fb7185; }
.product-chrome em { margin-left: auto; font-style: normal; font-size: .75rem; color: #e8d5b0; }
.product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; }
.product-grid article { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.08); border-radius: 14px; padding: .85rem 1rem; }
.product-grid span { font-size: .72rem; text-transform: uppercase; letter-spacing: .04em; color: #e8d5b0; }
.product-grid strong { display: block; font-size: 1.35rem; color: #fff; font-family: var(--font-display); }
.mini-bar { height: 6px; background: rgba(255,255,255,.12); border-radius: 99px; margin-top: .55rem; }
.mini-bar i { display: block; height: 100%; border-radius: 99px; background: #c4a574; }
.mini-bar.green i { background: #34d399; }
.mini-bar.amber i { background: #c4a574; }
.mini-bar.rose i { background: #fb7185; }
.product-list { list-style: none; padding: 1rem 0 0; margin: 1rem 0 0; border-top: 1px solid rgba(255,255,255,.1); }
.product-list li { display: flex; justify-content: space-between; gap: 1rem; padding: .45rem 0; font-size: .9rem; }
.product-list span { color: #e8d5b0; }
.logo-strip { padding: 1rem 0; border-block: 1px solid #e4dcce; background: #fff; color: #64748b; font-weight: 600; font-size: .85rem; letter-spacing: .04em; text-transform: uppercase; }
.section { padding: 4.2rem 0; }
.section-alt { background: #fff; border-block: 1px solid #ede7db; }
.section-head { max-width: 640px; margin: 0 auto 2.2rem; text-align: center; }
.section-head h2, .cta-band h2 { font-family: var(--font-display); font-size: clamp(1.7rem, 1.6vw + 1rem, 2.6rem); }
.section-head p { color: #64748b; }
.feature-card { background: #fff; border: 1px solid var(--rynex-border); border-radius: 18px; padding: 1.45rem; height: 100%; box-shadow: var(--rynex-shadow); }
.feature-card h3, .feature-card h2 { font-size: 1.05rem; margin: .35rem 0 .4rem; }
.feature-card p { color: #64748b; margin: 0; }
.hover-lift { transition: transform .2s ease, box-shadow .2s ease; }
.hover-lift:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(12,35,64,.12); }
.steps { margin: 1.2rem 0 0; padding-left: 1.1rem; }
.steps li { margin-bottom: .85rem; color: #475569; }
.flow-card { display: flex; flex-wrap: wrap; gap: .6rem; align-items: center; background: #fbf8f2; border: 1px dashed #e8d5b0; border-radius: 18px; padding: 1.2rem; }
.flow-node { background: #fff; border: 1px solid #e4dcce; border-radius: 999px; padding: .45rem 1rem; font-weight: 600; }
.flow-node.accent { background: #0c2340; color: #fff; border-color: #0c2340; }
.flow-arrow { color: #c4a574; font-weight: 700; }
.quote-card { background: #fff; border: 1px solid var(--rynex-border); border-radius: 18px; padding: 1.5rem; height: 100%; margin: 0; box-shadow: var(--rynex-shadow); }
.quote-card p { font-family: var(--font-display); font-size: 1.12rem; font-style: italic; font-weight: 500; color: #1c1914; }
.quote-card footer { color: #64748b; font-size: .85rem; }
.faq-list details { background: #fff; border: 1px solid var(--rynex-border); border-radius: 14px; padding: 1rem 1.2rem; margin-bottom: .75rem; }
.faq-list summary { cursor: pointer; font-weight: 600; }
.faq-list p { margin: .7rem 0 0; color: #475569; }
.cta-band { background: linear-gradient(135deg,#071226,#0c2340 55%,#c4a574); color: #fff; padding: 3.4rem 0; }
.cta-band p { color: #e4dcce; }
.page-hero {
    position: relative; overflow: hidden; color: #f8fafc;
    padding: 3.6rem 0 2.4rem;
    background:
        radial-gradient(700px 280px at 90% 0%, rgba(196,165,116,.25), transparent 60%),
        linear-gradient(135deg, #071226 0%, #163a5f 100%);
}
.page-hero::after {
    content: ""; position: absolute; inset: auto 0 0 0; height: 72px; opacity: .28; pointer-events: none;
    background: repeating-linear-gradient(90deg, #e8d5b0 0 14px, transparent 14px 46px);
    clip-path: polygon(0 100%, 0 55%, 6% 55%, 6% 28%, 12% 28%, 12% 62%, 20% 62%, 20% 18%, 28% 18%, 28% 48%, 38% 48%, 38% 30%, 48% 30%, 48% 68%, 60% 68%, 60% 22%, 72% 22%, 72% 50%, 84% 50%, 84% 16%, 100% 16%, 100% 100%);
}
.page-hero .lead { color: #e4dcce; max-width: 40rem; }
.page-hero .container { position: relative; z-index: 1; }
.workspace-banner, .app-banner {
    position: relative; overflow: hidden;
    display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 1.25rem;
    padding: 1.65rem 1.8rem; border-radius: 18px; color: #f8fafc; margin-bottom: 1.25rem;
    box-shadow: 0 16px 40px rgba(15,23,42,.12);
}
.app-banner-copy, .workspace-banner > div:first-child { position: relative; z-index: 1; }
.app-banner-actions { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: .5rem; }
.workspace-banner h2, .app-banner h2 {
    font-family: var(--font-display); font-size: clamp(1.35rem, 1.2vw + 1rem, 2rem);
    margin: 0 0 .35rem; color: #fff; font-weight: 600;
}
.workspace-banner p, .app-banner p { color: #e4dcce; max-width: 40rem; margin: 0; }
.app-banner-grid, .app-banner-skyline { position: absolute; inset: 0; pointer-events: none; }
.app-banner-grid {
    opacity: .18;
    background-image: linear-gradient(rgba(255,255,255,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px);
    background-size: 48px 48px; mask-image: linear-gradient(90deg,#000 30%, transparent);
}
.app-banner-skyline {
    opacity: .28; height: auto; top: auto; bottom: 0; height: 64px;
    background: repeating-linear-gradient(90deg, currentColor 0 12px, transparent 12px 40px);
    clip-path: polygon(0 100%, 0 58%, 7% 58%, 7% 30%, 14% 30%, 14% 64%, 22% 64%, 22% 18%, 32% 18%, 32% 50%, 42% 50%, 42% 28%, 54% 28%, 54% 70%, 66% 70%, 66% 22%, 80% 22%, 80% 48%, 92% 48%, 92% 16%, 100% 16%, 100% 100%);
    color: #e8d5b0;
}
.app-banner-dusk, .workspace-banner {
    background:
        radial-gradient(500px 180px at 100% 0%, rgba(196,165,116,.28), transparent 55%),
        linear-gradient(120deg, #071226 0%, #163a5f 100%);
}
.app-banner-gold {
    background:
        radial-gradient(480px 180px at 95% 0%, rgba(196,165,116,.32), transparent 55%),
        linear-gradient(120deg, #071226 0%, #0c2340 55%, #6b5638 100%);
}
.app-banner-gold .app-banner-skyline { color: #e8d5b0; }
.app-banner-gold p { color: #e8d5b0; }
.app-banner-teal {
    background:
        radial-gradient(480px 180px at 95% 0%, rgba(196,165,116,.2), transparent 55%),
        linear-gradient(120deg, #071226 0%, #0c2340 100%);
}
.app-banner-teal .app-banner-skyline { color: #e8d5b0; }
.app-banner-slate {
    background:
        radial-gradient(480px 180px at 95% 0%, rgba(196,165,116,.18), transparent 55%),
        linear-gradient(120deg, #071226 0%, #1a2744 100%);
}
.app-banner-rose {
    background:
        radial-gradient(480px 180px at 95% 0%, rgba(196,165,116,.2), transparent 55%),
        linear-gradient(120deg, #1a1220 0%, #0c2340 100%);
}
.app-banner-rose p { color: #e8d5b0; }
.ribbon-banner {
    display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: .75rem;
    border-radius: 14px; padding: .85rem 1.15rem; margin-bottom: 1.15rem; font-weight: 600;
}
.ribbon-gold { background: linear-gradient(90deg,#f6f3ec,#fef3c7); color: #8a7048; border: 1px solid #e8d5b0; }
.ribbon-teal { background: linear-gradient(90deg,#f0fdfa,#ccfbf1); color: #0f766e; border: 1px solid #99f6e4; }
.ribbon-banner a { font-weight: 700; text-decoration: none; }
.hero-carousel { position: relative; }
.hero-carousel .carousel-item { min-height: 0; }
.hero-carousel .hero-banner { min-height: 520px; display: flex; align-items: center; }
.hero-banner-gold {
    background:
        radial-gradient(900px 420px at 85% 10%, rgba(251,191,36,.22), transparent 60%),
        linear-gradient(160deg, #1c1408 0%, #6b5638 42%, #c4a574 100%);
}
.hero-banner-teal {
    background:
        radial-gradient(900px 420px at 85% 10%, rgba(45,212,191,.22), transparent 60%),
        linear-gradient(160deg, #042f2e 0%, #115e59 42%, #0f766e 100%);
}
.hero-banner-slate {
    background:
        radial-gradient(900px 420px at 85% 10%, rgba(148,163,184,.2), transparent 60%),
        linear-gradient(160deg, #020617 0%, #1e293b 50%, #334155 100%);
}
.hero-carousel .carousel-indicators { margin-bottom: 1.4rem; gap: .4rem; }
.hero-carousel .carousel-indicators [data-bs-target] {
    width: 2.1rem; height: 5px; border-radius: 99px; border: 0; background: rgba(255,255,255,.35); opacity: 1;
}
.hero-carousel .carousel-indicators .active { background: #c4a574; width: 2.8rem; }
.hero-carousel .carousel-control-prev, .hero-carousel .carousel-control-next {
    width: 3.2rem; opacity: .85;
}
.hero-carousel .carousel-control-prev-icon, .hero-carousel .carousel-control-next-icon {
    width: 1.6rem; height: 1.6rem; filter: none;
    background-color: rgba(7,18,38,.35); border-radius: 50%; background-size: 50%;
    filter: drop-shadow(0 2px 8px rgba(0,0,0,.45));
}
.hero-photo-banner { position: relative; min-height: 560px; overflow: hidden; background: #071226; }
.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(1.06); animation: heroKen 18s ease-in-out infinite alternate; }
.hero-photo-shade {
    position: absolute; inset: 0;
    background:
        linear-gradient(90deg, rgba(7,18,38,.82) 0%, rgba(7,18,38,.48) 48%, rgba(7,18,38,.22) 100%),
        linear-gradient(180deg, rgba(7,18,38,.2) 0%, rgba(7,18,38,.55) 100%);
}
.hero-photo-banner .hero-banner-inner { position: relative; z-index: 2; padding: 5.5rem 0 4.5rem; }
@keyframes heroKen { from { transform: scale(1.04) translate3d(0,0,0); } to { transform: scale(1.12) translate3d(-1.5%, 0, 0); } }
@media (prefers-reduced-motion: reduce) {
    .hero-photo { animation: none; }
}
.estate-gallery { padding: 3rem 0 1rem; }
.estate-mosaic {
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    grid-template-rows: 200px 200px auto;
    gap: .85rem;
}
.estate-mosaic figure { margin: 0; position: relative; overflow: hidden; border-radius: 18px; min-height: 200px; }
.estate-mosaic figure:first-child { grid-row: 1 / span 2; min-height: 100%; }
.estate-mosaic figure:last-child { grid-column: 1 / -1; min-height: 240px; }
.estate-mosaic img { width: 100%; height: 100%; object-fit: cover; min-height: 200px; display: block; }
.estate-mosaic figcaption {
    position: absolute; left: 1rem; bottom: 1rem; color: #fff; font-size: .82rem; font-weight: 700;
    letter-spacing: .04em; text-transform: uppercase; text-shadow: 0 8px 24px rgba(0,0,0,.45);
}
.estate-card { overflow: hidden; padding-top: 0; }
.estate-card img { width: 100%; height: 180px; object-fit: cover; display: block; margin: 0 -1.25rem 1rem; width: calc(100% + 2.5rem); max-width: none; }
.page-hero-photo { min-height: 280px; display: flex; align-items: flex-end; background: #071226; }
.page-hero-photo .page-hero-img { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero-photo::before {
    content: ""; position: absolute; inset: 0; z-index: 0;
    background: linear-gradient(90deg, rgba(7,18,38,.78), rgba(7,18,38,.35));
}
.page-hero-photo::after { opacity: .12; }
.site-thumb { width: 56px; height: 40px; object-fit: cover; border-radius: 8px; }
.site-thumb-wide { width: 96px; height: 56px; }
.site-preview { max-width: 100%; max-height: 240px; border-radius: 12px; object-fit: cover; }
.cms-body { max-width: 760px; }
.mid-banner {
    position: relative; overflow: hidden; color: #fff; padding: 3.2rem 0;
}
.mid-banner-gold { background: linear-gradient(120deg,#1c1408,#c4a574); }
.mid-banner-teal { background: linear-gradient(120deg,#042f2e,#0f766e); }
.mid-banner h2 { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.6rem, 1.8vw + 1rem, 2.5rem); }
.mid-banner p { color: rgba(255,255,255,.82); max-width: 36rem; }
.price-card { background: #fff; border: 1px solid var(--rynex-border); border-radius: 20px; padding: 1.6rem; height: 100%; box-shadow: var(--rynex-shadow); }
.price-card.featured { border-color: #0c2340; transform: translateY(-6px); box-shadow: 0 20px 50px rgba(12,35,64,.16); }
.price { font-family: var(--font-display); font-size: 2rem; margin: .2rem 0 .6rem; }
.price span { font-size: 1rem; color: #64748b; }
.price-card ul { padding-left: 1.1rem; color: #475569; margin-bottom: 1.2rem; }
.site-footer { background: #0b1f4d; color: #cbd5e1; }
.site-footer .brand { font-family: var(--font-sans); font-weight: 700; font-size: 1.15rem; }
.footer-label { font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; color: #e8d5b0; margin-bottom: .6rem; font-weight: 700; }
.site-footer a { display: block; color: #e2e8f0; text-decoration: none; margin-bottom: .35rem; }
.site-footer a:hover { color: #e8d5b0; }
.site-footer .powered-by { margin: 0; color: inherit; }
.site-footer .powered-by a { display: inline; color: #e4dcce; font-weight: 700; }
.footer-copy { color: #94a3b8; max-width: 28rem; }
.trust-chip { border: 1px solid rgba(196,165,116,.35); border-radius: 999px; padding: .25rem .7rem; font-size: .75rem; color: #e4dcce; }
.footer-bottom { border-top: 1px solid rgba(196,165,116,.2); font-size: .85rem; color: #94a3b8; }
.footer-bottom a { display: inline; color: #e4dcce; }
.legal-copy { max-width: 760px; }
.legal-copy h2 { font-size: 1.15rem; margin-top: 1.5rem; }
.legal-copy p { color: #475569; }
.auth-card { max-width: 440px; margin: 3rem auto; background: #fff; border: 1px solid var(--rynex-border); border-radius: 18px; padding: 2rem; box-shadow: var(--rynex-shadow); }
.field-validation-error { display: block; margin-top: .25rem; }
.input-validation-error, .form-control.input-validation-error {
    border-color: #dc2626;
    box-shadow: 0 0 0 .15rem rgba(220, 38, 38, .12);
}
.public-footer { border-top: 1px solid var(--rynex-border); background: #fff; }
.filter-bar {
    background: #fff; border: 1px solid var(--rynex-border); border-radius: 16px;
    padding: .85rem 1rem; margin-bottom: 0; min-width: 0;
    display: flex; flex-wrap: wrap; gap: .65rem; align-items: center;
    box-shadow: 0 8px 24px rgba(12, 35, 64, .04);
}
.filter-bar .form-control, .filter-bar .form-select { min-width: 0; }
.filter-bar .form-control:not(.form-select) { min-width: 12rem; flex: 1 1 16rem; }
.search-field { position: relative; flex: 1 1 16rem; min-width: 12rem; }
.search-field i {
    position: absolute; left: .9rem; top: 50%; transform: translateY(-50%);
    color: #94a3b8; pointer-events: none;
}
.search-field .form-control { padding-left: 2.35rem; width: 100%; }
.page-toolbar { display: flex; flex-wrap: wrap; gap: .75rem; align-items: stretch; margin-bottom: 1rem; }
.page-toolbar .filter-bar { flex: 1 1 20rem; }
.page-toolbar .toolbar-actions { display: flex; flex-wrap: wrap; gap: .5rem; align-items: center; }
.list-card { overflow: hidden; }
.list-card .table, .portal-content .card .table { min-width: 720px; }
.list-card thead th, .portal-content .card .table thead th {
    font-size: .72rem; letter-spacing: .06em; text-transform: uppercase;
    color: #64748b; background: #fbf8f2; border-bottom-width: 1px; white-space: nowrap;
    padding: .85rem 1rem;
}
.list-card tbody td { padding: .8rem 1rem; }
.list-card tbody tr { transition: background .12s ease; }
.list-card tbody tr:hover { background: #fbf8f2; }
.col-sort, .report-sort {
    color: inherit; text-decoration: none; font-weight: 800; white-space: nowrap;
    display: inline-flex; align-items: center; gap: .35rem; letter-spacing: .04em;
}
.col-sort .bi, .report-sort .bi { font-size: .7rem; color: #94a3b8; }
.col-sort:hover, .col-sort.is-on, .report-sort:hover, .report-sort.is-on { color: var(--rynex-primary); }
.col-sort:hover .bi, .col-sort.is-on .bi, .report-sort:hover .bi, .report-sort.is-on .bi { color: var(--rynex-primary); }
.th-sort { cursor: pointer; user-select: none; white-space: nowrap; }
.th-sort i { font-size: .7rem; color: #94a3b8; margin-left: .35rem; }
.th-sort.is-on, .th-sort.is-on i { color: var(--rynex-primary); }
.status-pill {
    display: inline-flex; align-items: center; border-radius: 999px;
    padding: .22rem .7rem; font-size: .72rem; font-weight: 800; letter-spacing: .02em;
    background: #f1f5f9; color: #475569;
}
.status-pill.is-available { background: #ecfdf5; color: #047857; }
.status-pill.is-occupied { background: #f6f3ec; color: #0c2340; }
.status-pill.is-reserved { background: #f6f3ec; color: #c4a574; }
.status-pill.is-sold { background: #f1f5f9; color: #334155; }
.status-pill.is-notice { background: #f6f3ec; color: #c2410c; }
.status-pill.is-maint { background: #f5f3ff; color: #6d28d9; }
.status-pill.is-muted { background: #f8fafc; color: #64748b; }
.status-pill.is-overdue { background: #fef2f2; color: #b91c1c; }

.estate-asset-card {
    display: flex; flex-direction: column; height: 100%; text-decoration: none; color: inherit;
    background: #fff; border: 1px solid var(--rynex-border); border-radius: 18px; overflow: hidden;
    box-shadow: var(--rynex-shadow); transition: transform .2s ease, box-shadow .2s ease;
}
.estate-asset-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(12,35,64,.12); color: inherit; }
.estate-asset-media {
    height: 148px; background: #0b1f4d center/cover no-repeat; position: relative;
}
.estate-asset-media.is-Residential { background-image: linear-gradient(180deg, transparent, rgba(7,18,38,.45)), url("/images/site/banner-living.svg"); }
.estate-asset-media.is-HousingSociety { background-image: linear-gradient(180deg, transparent, rgba(7,18,38,.45)), url("/images/site/gallery-skyline.svg"); }
.estate-asset-media.is-Commercial { background-image: linear-gradient(180deg, transparent, rgba(7,18,38,.45)), url("/images/site/banner-campus.svg"); }
.estate-asset-media.is-Hospitality { background-image: linear-gradient(180deg, transparent, rgba(7,18,38,.45)), url("/images/site/banner-villa.svg"); }
.estate-asset-media.is-MixedUse { background-image: linear-gradient(180deg, transparent, rgba(7,18,38,.45)), url("/images/site/banner-tower.svg"); }
.estate-asset-media.is-Retail, .estate-asset-media.is-Industrial { background-image: linear-gradient(180deg, transparent, rgba(7,18,38,.45)), url("/images/site/banner-campus.svg"); }
.estate-asset-media.is-Land { background-image: linear-gradient(180deg, transparent, rgba(7,18,38,.45)), url("/images/site/gallery-skyline.svg"); }
.estate-asset-chip {
    position: absolute; left: .85rem; bottom: .75rem;
    background: rgba(255,255,255,.92); color: #0b1f4d; border-radius: 999px;
    padding: .18rem .65rem; font-size: .68rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase;
}
.estate-asset-body { padding: 1rem 1.15rem 1.15rem; }
.estate-asset-body h3 { font-size: 1.05rem; margin: 0 0 .2rem; }
.occ-bar { height: 6px; background: #e2e8f0; border-radius: 99px; overflow: hidden; margin: .65rem 0 .4rem; }
.occ-bar i { display: block; height: 100%; background: linear-gradient(90deg, #34d399, #059669); border-radius: 99px; }
.occ-bar.is-sold i { background: linear-gradient(90deg, #c4a574, #c4a574); }
.amenity-chip {
    display: inline-flex; align-items: center; gap: .3rem;
    background: #f8fafc; border: 1px solid #e2e8f0; color: #0b1f4d;
    border-radius: 999px; padding: .2rem .65rem; font-size: .75rem; font-weight: 600;
}

.listing-card-media { height: 168px; overflow: hidden; background: #0b1f4d; }
.listing-card-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.listing-specs, .estate-specs {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: .75rem;
    margin: 1.1rem 0 1.25rem;
}
.estate-specs {
    background: #fbf8f2; border: 1px solid #e4dcce; border-radius: 16px; padding: 1rem 1.1rem;
}
.listing-specs div, .estate-specs div { min-width: 0; }
.listing-specs span, .estate-specs span {
    display: block; font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: #78716c;
}
.listing-specs strong, .estate-specs strong { display: block; font-size: .95rem; color: #0b1f4d; font-weight: 800; }
.listing-enquire { background: #fbf8f2; border: 1px solid #e4dcce; border-radius: 18px; padding: 1.35rem 1.4rem; box-shadow: 0 18px 40px rgba(12,35,64,.08); }
@media (min-width: 992px) {
    .listing-enquire { position: sticky; top: 5.5rem; }
}
.app-banner { border-top: 3px solid #c4a574; }
.app-banner-dusk {
    background:
        linear-gradient(105deg, rgba(7,18,38,.88), rgba(12,35,64,.52)),
        url("/images/site/banner-tower.svg") right center / cover;
}
.app-banner-teal {
    background:
        linear-gradient(105deg, rgba(7,18,38,.9), rgba(12,35,64,.55)),
        url("/images/site/banner-campus.svg") right center / cover;
}
.app-banner-gold {
    background:
        linear-gradient(105deg, rgba(7,18,38,.9), rgba(107,86,56,.45)),
        url("/images/site/gallery-lobby.svg") right center / cover;
}
.app-banner-slate {
    background:
        linear-gradient(105deg, rgba(7,18,38,.92), rgba(12,35,64,.55)),
        url("/images/site/banner-living.svg") right center / cover;
}
.list-pager {
    display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;
    gap: .75rem; margin-top: 1rem; padding: .85rem 1rem;
    background: #fff; border: 1px solid var(--rynex-border); border-radius: 16px;
}
.list-pager-meta { margin: 0; color: #64748b; font-size: .85rem; }
.list-pager .pagination { gap: .35rem; }
.list-pager .page-link {
    border-radius: 999px !important; border: 1px solid #e2e8f0;
    min-width: 2.15rem; height: 2.15rem; padding: 0 .7rem;
    display: inline-flex; align-items: center; justify-content: center; gap: .25rem;
    color: #334155; font-weight: 700; background: #fff;
}
.list-pager .page-item.active .page-link {
    background: var(--rynex-primary); border-color: var(--rynex-primary); color: #fff;
    box-shadow: 0 6px 14px rgba(12, 35, 64, .25);
}
.list-pager .page-item.disabled .page-link { opacity: .45; background: #f8fafc; }
.list-empty { text-align: center; color: #64748b; padding: 2.5rem 1rem; }
.table-responsive { -webkit-overflow-scrolling: touch; max-width: 100%; overflow-x: auto; overscroll-behavior-x: contain; }
.portal-content .table { min-width: 640px; }
.portal-content .card { max-width: 100%; }
.page-toolbar, .portal-content > .d-flex.justify-content-between.mb-3,
.portal-content > .d-flex.gap-2.mb-3 {
    flex-wrap: wrap; gap: .75rem; align-items: stretch;
}
.pagination { flex-wrap: wrap; }

@media (max-width: 1199.98px) {
    .topbar-search { max-width: none; flex: 1 1 200px; }
}

@media (max-width: 991.98px) {
    :root { --rynex-gutter: 1.15rem; --rynex-pad: 1.1rem; }
    .portal-body { padding-bottom: calc(4.35rem + env(safe-area-inset-bottom)); }
    .portal-sidebar {
        width: min(var(--rynex-sidebar-width), 88vw);
        transform: translateX(-110%);
        padding-top: env(safe-area-inset-top);
        padding-bottom: env(safe-area-inset-bottom);
    }
    .portal-sidebar.show { transform: none; }
    .portal-main { margin-left: 0; }
    .portal-sidebar-backdrop.show { display: block; position: fixed; inset: 0; background: rgba(15,23,42,.35); z-index: 1030; }
    .portal-topbar {
        flex-wrap: nowrap;
        gap: .5rem;
        padding-top: max(.7rem, env(safe-area-inset-top));
    }
    .topbar-search { display: none; }
    .topbar-actions { gap: .3rem; }
    .nav-pins { grid-template-columns: repeat(5, minmax(0, 1fr)); }
    .page-title { font-size: 1rem; }
    .app-banner, .workspace-banner { padding: 1.2rem 1.15rem; align-items: flex-start; }
    .workspace-banner h2, .app-banner h2 { font-size: 1.35rem; }
    .hero-carousel .hero-banner { min-height: 0; }
    .hero-photo-banner { min-height: 0; }
    .estate-hero-slide { min-height: 0; }
    .estate-hero-inner { padding: 3.2rem 0 4.6rem; }
    .estate-hero-slide h1 { max-width: none; font-size: clamp(2rem, 8vw, 2.85rem); }
    .estate-mosaic { grid-template-columns: 1fr; grid-template-rows: none; }
    .estate-mosaic figure:first-child { grid-row: auto; }
    .estate-mosaic figure:last-child { grid-column: auto; }
    .hero-banner { padding: 3.4rem 0 3.6rem; }
    .hero-banner h1 { font-size: clamp(1.85rem, 7vw, 2.7rem); max-width: none; }
    .auth-card { margin: 1.75rem 1rem; padding: 1.5rem; }
    .auth-form-col .auth-card { margin: 0 auto; padding: 1.45rem 1.25rem 1.2rem; }
    .price-card.featured { transform: none; }
    #publicNav.show, #publicNav.collapsing {
        background: #fff; border-radius: 16px; padding: 1rem; margin-top: .75rem;
        box-shadow: 0 16px 40px rgba(15,23,42,.08); border: 1px solid var(--rynex-border);
        width: 100%;
    }
    .public-nav { flex-direction: column; width: 100%; }
    .public-nav .nav-link { padding: .7rem .9rem; min-height: 44px; }
    .public-nav-panel .d-flex { flex-wrap: wrap; }
    .site-header .container { flex-wrap: wrap; }
    .btn, .btn-sm, .page-link, .dropdown-item, .nav-link, .form-control, .form-select,
    .lang-switch button {
        min-height: 44px;
    }
    .form-control, .form-select { font-size: 16px; }
    .btn-sm { padding: .5rem .75rem; }
    .table .btn-sm { min-height: 44px; padding: .45rem .7rem; }
    .card-header { flex-wrap: wrap; gap: .4rem; }
    .mobile-tabbar { display: flex; }
}

@media (max-width: 767.98px) {
    :root { --rynex-gutter: 1rem; }
    .crumbs { display: none; }
    .portal-content > .d-flex.justify-content-between,
    .page-toolbar {
        flex-direction: column; align-items: stretch;
    }
    .filter-bar {
        flex-direction: column; width: 100%; margin-right: 0 !important; margin-bottom: 0;
        align-items: stretch;
    }
    .filter-bar .form-control:not(.form-select),
    .filter-bar .form-select,
    .search-field { min-width: 0; flex: 1 1 auto; width: 100%; }
    .page-toolbar .toolbar-actions { width: 100%; }
    .page-toolbar .toolbar-actions .btn, .page-toolbar .toolbar-actions form { flex: 1; }
    .portal-content > .d-flex.justify-content-between > .btn,
    .portal-content > .d-flex.justify-content-between > form { width: 100%; }
    .portal-content > .d-flex.justify-content-between > form .btn { width: 100%; }
    .table { font-size: .84rem; }
    .table .btn-sm { padding: .22rem .5rem; font-size: .72rem; }
    .stat-card .value { font-size: 1.2rem; }
    .btn-lg { width: 100%; }
    .section { padding: 3rem 0; }
    .mid-banner { padding: 2.2rem 0; }
    .product-frame { padding: 1rem; }
    .cmdk { width: min(100vw - 1.25rem, 520px); }
    .portal-content > .d-flex.gap-2.mb-3 > .btn { width: 100%; }
    .row.g-2, .row.g-3 { --bs-gutter-x: .85rem; }
    .list-pager { justify-content: center; text-align: center; }
    .list-pager .pagination { justify-content: center; width: 100%; }

    .portal-content .table,
    .list-card .table,
    .portal-content .card .table { min-width: 0; }
    .table-stack thead { display: none; }
    .table-stack,
    .table-stack tbody,
    .table-stack tbody tr,
    .table-stack tbody td { display: block; width: 100%; }
    .table-stack tbody tr {
        padding: .9rem 1rem;
        border-bottom: 1px solid var(--rynex-border);
    }
    .table-stack tbody td {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 1rem;
        border: 0;
        padding: .28rem 0;
        white-space: normal;
        text-align: right;
    }
    .table-stack tbody td::before {
        content: attr(data-label);
        font-size: .72rem;
        font-weight: 800;
        letter-spacing: .04em;
        text-transform: uppercase;
        color: #64748b;
        flex: 0 0 38%;
        max-width: 42%;
        text-align: left;
    }
    .table-stack tbody td:first-child { font-weight: 700; }
    .table-stack tbody td:not([data-label]) { justify-content: flex-end; }
}

@media (max-width: 575.98px) {
    .topbar-actions .lang-switch button { padding: .28rem .5rem; }
    .portal-topbar { padding-block: .55rem; }
    .app-banner-actions { width: 100%; }
    .app-banner-actions .btn { flex: 1 1 auto; }
    .product-grid { grid-template-columns: 1fr; }
    .page-hero { padding: 2.2rem 0 1.6rem; }
    .hero-meta { gap: .85rem 1.2rem; }
    .cta-band .d-flex { flex-direction: column; align-items: stretch; }
    .cta-band .btn { width: 100%; }
    .auth-card { margin: 1.1rem .75rem 2rem; padding: 1.25rem; }
    .auth-form-col .auth-card { margin: 0 auto; }
    .price-card.featured { transform: none; }
    .input-group { flex-wrap: wrap; }
    .input-group > .form-control,
    .input-group > .form-select { flex: 1 1 100%; width: 100%; }
    .input-group > .btn { flex: 1 1 100%; width: 100%; }
}

.portal-sidebar-backdrop { display: none; }

.mobile-tabbar {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background: #fff;
    border-top: 1px solid var(--rynex-border);
    padding: .2rem .35rem calc(.2rem + env(safe-area-inset-bottom));
    justify-content: space-around;
    align-items: stretch;
}
.mobile-tabbar a, .mobile-tabbar button {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .12rem;
    min-height: 48px;
    border: 0;
    background: transparent;
    color: var(--rynex-muted);
    text-decoration: none;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .02em;
}
.mobile-tabbar i { font-size: 1.15rem; line-height: 1; }
.mobile-tabbar a.is-on, .mobile-tabbar button.is-on { color: var(--rynex-primary); }

@media (max-width: 991.98px) {
    .mobile-tabbar { display: flex; }
    .app-powered-by { padding-bottom: calc(.7rem + 3.4rem + env(safe-area-inset-bottom)); }
}

@media (hover: none) {
    .hover-lift:hover, .stat-card:hover, .btn:not(.btn-close):hover, .report-tile:hover { transform: none; }
}

/* ── Logo ── */
.rynex-logo { position: relative; display: inline-flex; align-items: center; gap: .75rem; color: #0b1f4d; line-height: 1.05; }
.rynex-logo-halo {
    position: absolute; left: -6px; top: 50%; width: 52px; height: 52px; margin-top: -26px;
    border-radius: 50%; pointer-events: none;
    background: radial-gradient(circle, rgba(251,191,36,.28), transparent 68%);
    animation: rynex-halo 3.6s ease-in-out infinite;
}
.rynex-logo-mark {
    width: 40px; height: 40px; flex-shrink: 0; position: relative; z-index: 1;
    filter: drop-shadow(0 8px 16px rgba(12,35,64,.32));
}
.rynex-logo-type { display: flex; flex-wrap: wrap; align-items: baseline; column-gap: .28rem; font-family: var(--font-sans); font-weight: 800; font-size: 1.12rem; letter-spacing: -.04em; position: relative; z-index: 1; max-width: 9.5rem; }
.rynex-logo-type b { font-weight: 800; background: linear-gradient(120deg,#0b1f4d 20%,#0c2340 80%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.rynex-logo-type span { color: #0c2340; font-weight: 700; }
.rynex-logo-type small { flex-basis: 100%; font-family: var(--font-sans); font-weight: 700; font-size: .58rem; letter-spacing: .18em; text-transform: uppercase; color: #c4a574; margin-top: .14rem; }
.rynex-logo.is-compact .rynex-logo-mark { width: 34px; height: 34px; }
.rynex-logo.is-compact .rynex-logo-halo { width: 44px; height: 44px; margin-top: -22px; left: -5px; }
.rynex-logo.is-compact .rynex-logo-type { font-size: 1.02rem; max-width: none; }
.rynex-logo.is-compact .rynex-logo-type small { display: none; }
.rynex-logo.is-inverse { color: #fff; }
.rynex-logo.is-inverse .rynex-logo-type b { background: linear-gradient(120deg,#fff,#e8d5b0); -webkit-background-clip: text; background-clip: text; color: transparent; }
.rynex-logo.is-inverse .rynex-logo-type span { color: #e8d5b0; }
.rynex-logo.is-inverse .rynex-logo-type small { color: #e8d5b0; }
.rynex-logo.is-inverse .rynex-logo-mark { filter: drop-shadow(0 8px 18px rgba(0,0,0,.35)); }
.rynex-navbar .brand { text-decoration: none; }
@keyframes rynex-halo { 0%,100% { opacity: .55; transform: scale(1); } 50% { opacity: 1; transform: scale(1.08); } }

/* ── Spinner ── */
.rynex-spinner {
    position: relative; width: 44px; height: 44px;
    display: inline-flex; align-items: center; justify-content: center;
}
.rynex-spinner img { width: 22px; height: 22px; border-radius: 7px; position: relative; z-index: 1; }
.rynex-spinner-lg { width: 88px; height: 88px; }
.rynex-spinner-lg img { width: 42px; height: 42px; border-radius: 12px; }
.rynex-spinner-sm { width: 22px; height: 22px; }
.rynex-spinner-sm img { display: none; }
.rynex-spinner-ring {
    position: absolute; inset: 0; border-radius: 50%;
    border: 2.5px solid rgba(12,35,64,.12);
    border-top-color: #0c2340;
    border-right-color: #c4a574;
    animation: rynex-spin 0.9s cubic-bezier(.5,.15,.5,.85) infinite;
}
.rynex-spinner-ring-2 {
    inset: 6px; border-width: 2px;
    border-color: rgba(196,165,116,.15);
    border-bottom-color: #0c2340;
    animation-duration: 1.35s;
    animation-direction: reverse;
}
.rynex-spinner-lg .rynex-spinner-ring-2 { inset: 10px; }
@keyframes rynex-spin { to { transform: rotate(360deg); } }

.app-loader {
    position: fixed; inset: 0; z-index: 4000;
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1rem;
    background: radial-gradient(circle at 50% 30%, #eef5ff, #fbf8f2 55%, #fff);
    transition: opacity .2s ease, visibility .2s ease;
}
.app-loader p { margin: 0; font-weight: 600; color: #0c2340; letter-spacing: .04em; font-size: .85rem; text-transform: uppercase; }
.app-loader.is-done { opacity: 0; visibility: hidden; pointer-events: none; }
.app-progress {
    position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 4001; pointer-events: none;
    opacity: 0; transition: opacity .2s;
}
.app-progress.is-on { opacity: 1; }
.app-progress i {
    display: block; height: 100%; width: 32%;
    background: linear-gradient(90deg,#c4a574,#0c2340,#0c2340);
    animation: rynex-progress 1s ease-in-out infinite;
    border-radius: 0 2px 2px 0;
}
@keyframes rynex-progress {
    0% { transform: translateX(-120%); width: 30%; }
    50% { width: 55%; }
    100% { transform: translateX(350%); width: 30%; }
}
.btn.is-loading { position: relative; pointer-events: none; color: transparent !important; }
.btn.is-loading::after {
    content: ""; position: absolute; inset: 0; margin: auto; width: 18px; height: 18px; border-radius: 50%;
    border: 2px solid rgba(255,255,255,.35); border-top-color: #fff;
    animation: rynex-spin .7s linear infinite;
}
.btn-outline-primary.is-loading::after, .btn-outline-secondary.is-loading::after, .btn-light.is-loading::after {
    border-color: rgba(12,35,64,.2); border-top-color: #0c2340;
}

/* ── 4K / ultra-wide canvas ── */
.container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    width: var(--rynex-shell);
    max-width: var(--rynex-shell);
    margin-inline: auto;
    padding-inline: 0;
}
.container-fluid { width: 100%; padding-inline: var(--rynex-pad); }
.public-body .container { padding-inline: clamp(1rem, 2vw, 2rem); }

@media (min-width: 1400px) {
    :root { --rynex-shell: min(94vw, 1520px); --rynex-sidebar-width: 280px; }
}
@media (min-width: 1600px) {
    :root { --rynex-shell: min(92vw, 1680px); --rynex-gutter: 2.5rem; }
}
@media (min-width: 1920px) {
    html { font-size: 17px; }
    :root {
        --rynex-shell: min(90vw, 1840px);
        --rynex-sidebar-width: 300px;
        --rynex-radius: 14px;
        --rynex-gutter: 3rem;
    }
    .hero-banner { padding: 6rem 0 5rem; }
    .section { padding: 5rem 0; }
    .stat-card .value { font-size: 1.7rem; }
    .table { font-size: 0.95rem; }
    .table > :not(caption) > * > * { padding: .85rem 1rem; }
}
@media (min-width: 2560px) {
    html { font-size: 18px; }
    :root {
        --rynex-shell: min(88vw, 2400px);
        --rynex-sidebar-width: 340px;
        --rynex-radius: 16px;
        --rynex-gutter: 3.5rem;
    }
    .hero-banner { padding: 7rem 0 5.5rem; }
    .section { padding: 6rem 0; }
    .cta-band { padding: 4.5rem 0; }
    .rynex-logo-mark, .rynex-logo.is-compact .rynex-logo-mark { width: 44px; height: 44px; }
    .hero-carousel .hero-banner { min-height: 620px; }
    .rynex-spinner-lg { width: 120px; height: 120px; }
    .rynex-spinner-lg img { width: 56px; height: 56px; }
    .product-frame { padding: 1.4rem; border-radius: 28px; }
    .auth-form-col .auth-card { max-width: 520px; padding: 2.4rem; }
    .portal-topbar .page-title { font-size: 1.15rem; }
}
@media (min-width: 3840px) {
    html { font-size: 22px; }
    :root {
        --rynex-shell: min(86vw, 3200px);
        --rynex-sidebar-width: 400px;
        --rynex-pad: 2.5rem;
        --rynex-radius: 18px;
        --rynex-gutter: 4.5rem;
    }
    .hero-banner { padding: 8rem 0 6rem; min-height: 72vh; display: flex; align-items: center; }
    .section { padding: 7.5rem 0; }
    .section-head { max-width: 52rem; }
    .legal-copy { max-width: 56rem; }
    .footer-copy { max-width: 36rem; }
    .btn-lg { padding: .85rem 1.6rem; font-size: 1.05rem; }
    .stat-card { padding: 1.6rem 1.8rem; }
    .stat-card .stat-icon { width: 56px; height: 56px; font-size: 1.5rem; }
    .feature-card, .price-card, .quote-card { padding: 1.85rem; }
    .app-progress { height: 4px; }
}

@media (min-width: 1920px) and (min-height: 1080px) {
    .portal-shell, .portal-main, .public-body { min-height: 100dvh; }
}

.report-group-title {
    font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
    color: #94a3b8; margin: .4rem 0 .85rem;
}
.report-tile {
    display: flex; align-items: center; gap: .85rem; padding: 1rem 1.1rem;
    background: #fff; border: 1px solid var(--rynex-border); border-radius: 14px;
    text-decoration: none; color: inherit; height: 100%;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.report-tile:hover { transform: translateY(-2px); box-shadow: var(--rynex-shadow); border-color: #e8d5b0; color: inherit; }
.report-tile-icon {
    width: 42px; height: 42px; border-radius: 12px; flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
    background: #f6f3ec; color: var(--rynex-primary); font-size: 1.15rem;
}
.report-tile-copy { min-width: 0; flex: 1; display: flex; flex-direction: column; gap: .15rem; }
.report-tile-copy strong { font-size: .95rem; }
.report-tile-copy span { color: var(--rynex-muted); font-size: .8rem; line-height: 1.35; }
.report-tile .bi-chevron-right { color: #94a3b8; }
.report-filters { display: flex; flex-wrap: wrap; gap: .6rem; align-items: center; }
.report-filters .search-field { flex: 1 1 18rem; max-width: none; }
.report-filters .search-field .form-control { max-width: none; }
.report-exports .btn { min-width: 9.5rem; }
.report-total td { font-weight: 800; background: #f6f3ec; }

/* ── Auth stage ── */
.auth-body {
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    background: #e8f0ff;
    color: #0f2744;
}
.auth-body.is-platform { background: #efe8dc; }
.auth-body .app-loader { display: none; }
.auth-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .8rem clamp(1rem, 3vw, 2.4rem);
    padding-top: max(.8rem, env(safe-area-inset-top));
    position: relative;
    z-index: 5;
    background: rgba(255,255,255,.78);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(196,165,116,.7);
}
.auth-body.is-platform .auth-top {
    background: rgba(255,252,247,.82);
    border-bottom-color: rgba(212,175,55,.28);
}
.auth-top .brand { text-decoration: none; }
.auth-top-actions { display: flex; align-items: center; gap: .7rem; flex-wrap: wrap; justify-content: flex-end; }
.auth-top-link {
    color: #334155;
    font-weight: 700;
    font-size: .85rem;
    text-decoration: none;
    padding: .35rem .2rem;
}
.auth-top-link:hover { color: #0c2340; }
.auth-stage {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr;
    min-height: 0;
}
.auth-canvas {
    position: relative;
    overflow: hidden;
    color: #e2e8f0;
    min-height: 220px;
    padding: 1.6rem 1.25rem 2.4rem;
    background:
        radial-gradient(640px 320px at 88% 8%, rgba(196,165,116,.32), transparent 62%),
        radial-gradient(520px 280px at 8% 92%, rgba(14,165,233,.2), transparent 58%),
        linear-gradient(158deg, #06101f 0%, #0b1f4d 46%, #0c2340 100%);
}
.auth-body.is-platform .auth-canvas {
    background:
        radial-gradient(560px 280px at 86% 10%, rgba(251,191,36,.22), transparent 60%),
        linear-gradient(158deg, #0c0a09 0%, #1c1917 48%, #44403c 100%);
}
.auth-canvas-glow {
    position: absolute; inset: -20% auto auto -10%;
    width: 55%; height: 70%;
    background: radial-gradient(circle, rgba(196,165,116,.28), transparent 68%);
    animation: auth-drift 14s ease-in-out infinite;
    pointer-events: none;
}
.auth-body.is-platform .auth-canvas-glow {
    background: radial-gradient(circle, rgba(251,191,36,.18), transparent 68%);
}
.auth-canvas-grid {
    position: absolute; inset: 0; pointer-events: none; opacity: .18;
    background-image:
        linear-gradient(rgba(255,255,255,.14) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(180deg, #000 28%, transparent);
}
.auth-skyline {
    position: absolute; left: 0; right: 0; bottom: 0; height: 110px; pointer-events: none; opacity: .38;
    background:
        linear-gradient(#0b1f4d, transparent),
        repeating-linear-gradient(90deg, #e8d5b0 0 16px, transparent 16px 48px);
    clip-path: polygon(0 100%, 0 62%, 4% 62%, 4% 40%, 8% 40%, 8% 70%, 12% 70%, 12% 28%, 18% 28%, 18% 55%, 22% 55%, 22% 18%, 28% 18%, 28% 48%, 34% 48%, 34% 22%, 40% 22%, 40% 60%, 46% 60%, 46% 34%, 52% 34%, 52% 70%, 58% 70%, 58% 26%, 66% 26%, 66% 50%, 72% 50%, 72% 16%, 80% 16%, 80% 44%, 86% 44%, 86% 64%, 92% 64%, 92% 30%, 100% 30%, 100% 100%);
}
.auth-body.is-platform .auth-skyline {
    background:
        linear-gradient(#1c1917, transparent),
        repeating-linear-gradient(90deg, #e8d5b0 0 16px, transparent 16px 48px);
    opacity: .28;
}
.auth-canvas::before {
    content: ""; position: absolute; left: 10%; right: 10%; top: 0; height: 2px; z-index: 2;
    background: linear-gradient(90deg, transparent, #c4a574, #e8d5b0, transparent);
    opacity: .75;
}
.auth-canvas-inner { position: relative; z-index: 2; max-width: 36rem; }
.auth-canvas h1 {
    font-size: clamp(1.7rem, 2.4vw + 1rem, 3.35rem);
    line-height: 1.12;
    color: #fff;
    max-width: 14ch;
    margin: 0;
}
.auth-lead { color: #e4dcce; margin: 1rem 0 0; max-width: 34rem; font-weight: 500; font-size: 1.02rem; }
.auth-body.is-platform .auth-lead { color: #e7e5e4; }
.auth-metrics {
    display: grid;
    gap: .75rem;
    margin-top: 1.6rem;
    max-width: 28rem;
}
.auth-metrics article {
    display: flex;
    align-items: flex-start;
    gap: .85rem;
    padding: .85rem 1rem;
    border-radius: 16px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    backdrop-filter: blur(12px);
}
.auth-metrics i {
    width: 2.1rem; height: 2.1rem; border-radius: 10px; flex-shrink: 0;
    display: inline-flex; align-items: center; justify-content: center;
    background: rgba(196,165,116,.18); color: #e8d5b0; font-size: 1.05rem;
}
.auth-body.is-platform .auth-metrics i { background: rgba(251,191,36,.16); color: #e8d5b0; }
.auth-metrics strong { display: block; color: #fff; font-size: .95rem; }
.auth-metrics span { color: #e8d5b0; font-size: .78rem; font-weight: 600; }
.auth-body.is-platform .auth-metrics span { color: #d6d3d1; }
.auth-orbits { display: none; }
.auth-orbit-card {
    position: absolute;
    display: flex; align-items: center; gap: .7rem;
    padding: .7rem .95rem;
    border-radius: 16px;
    background: rgba(15,32,78,.72);
    border: 1px solid rgba(196,165,116,.22);
    backdrop-filter: blur(16px);
    box-shadow: 0 18px 40px rgba(7,18,38,.28);
    color: #fff;
    z-index: 3;
}
.auth-orbit-card strong { display: block; font-size: .82rem; }
.auth-orbit-card em { font-style: normal; font-size: .72rem; color: #e8d5b0; }
.auth-orbit-card.a { right: 8%; top: 18%; animation: auth-float 6.5s ease-in-out infinite; }
.auth-orbit-card.b { right: 16%; bottom: 22%; animation: auth-float 7.5s ease-in-out infinite reverse; }
.auth-form-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.35rem 1.1rem 1.1rem;
    position: relative;
}
.auth-form-col .auth-card {
    width: min(100%, 440px);
    margin: 0 auto;
    padding: 1.7rem 1.55rem 1.35rem;
    border-radius: 24px;
    border: 1px solid rgba(196,165,116,.85);
    box-shadow: 0 1px 0 rgba(255,255,255,.9) inset, 0 28px 70px rgba(15,39,68,.1);
    position: relative;
    overflow: hidden;
    animation: auth-rise .55s ease both;
}
.auth-form-col .auth-card.is-wide { width: min(100%, 560px); }
.auth-form-col .auth-card::before {
    content: "";
    position: absolute; left: 1.4rem; right: 1.4rem; top: 0; height: 3px;
    background: linear-gradient(90deg, transparent, #c4a574, #c4a574, transparent);
    opacity: .9;
}
.auth-body.is-platform .auth-form-col .auth-card::before {
    background: linear-gradient(90deg, transparent, #f59e0b, #e7e5e4, transparent);
}
.auth-kicker {
    display: inline-flex; align-items: center; gap: .4rem;
    font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
    color: #0c2340; background: #f6f3ec; border: 1px solid #e4dcce;
    border-radius: 999px; padding: .28rem .7rem; margin-bottom: .85rem;
}
.auth-kicker.is-gold { color: #8a7048; background: #f6f3ec; border-color: #e8d5b0; }
.auth-title {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: clamp(1.45rem, 1vw + 1.15rem, 1.85rem);
    letter-spacing: -.03em;
    margin: 0 0 .35rem;
    color: #0b1f4d;
}
.auth-sub { color: #64748b; margin-bottom: 1.25rem; font-size: .92rem; }
.auth-field { margin-bottom: 1rem; }
.auth-field .form-label { font-weight: 700; font-size: .82rem; color: #334155; margin-bottom: .35rem; }
.auth-input { position: relative; }
.auth-input > i:first-child {
    position: absolute; left: .95rem; top: 50%; transform: translateY(-50%);
    color: #94a3b8; pointer-events: none; font-size: 1.05rem;
}
.auth-input .form-control {
    padding: .72rem 2.7rem .72rem 2.55rem;
    border-radius: 14px;
    background: #fbf8f2;
    border-color: #e4dcce;
    min-height: 2.9rem;
}
.auth-input .form-control:focus {
    background: #fff;
    border-color: #c4a574;
}
.auth-otp {
    letter-spacing: .28em;
    font-weight: 800;
    font-size: 1.15rem;
    font-variant-numeric: tabular-nums;
}
.auth-eye {
    position: absolute; right: .3rem; top: 50%; transform: translateY(-50%);
    width: 2.25rem; height: 2.25rem; border: 0; border-radius: 10px;
    background: transparent; color: #64748b;
    display: inline-flex; align-items: center; justify-content: center;
}
.auth-eye:hover, .auth-eye[aria-pressed="true"] { color: #0c2340; background: #f6f3ec; }
.auth-row {
    display: flex; align-items: center; justify-content: space-between; gap: .75rem; flex-wrap: wrap;
    margin-bottom: 1.05rem;
}
.auth-quiet { font-size: .85rem; font-weight: 700; text-decoration: none; color: #0c2340; }
.auth-quiet:hover { color: #163a5f; }
.auth-submit { min-height: 2.85rem; margin-top: .15rem; }
.auth-grid { display: grid; grid-template-columns: 1fr; gap: 0; }
.auth-trust {
    display: flex; flex-wrap: wrap; gap: .45rem .85rem;
    list-style: none; padding: 0; margin: 1.05rem 0 0;
    color: #64748b; font-size: .72rem; font-weight: 700;
}
.auth-trust li { display: inline-flex; align-items: center; gap: .3rem; }
.auth-trust i { color: #0c2340; }
.auth-body.is-platform .auth-trust i { color: #c4a574; }
.auth-links {
    display: flex; flex-direction: column; gap: .45rem;
    margin-top: 1.15rem; padding-top: 1rem;
    border-top: 1px solid #eef2ff;
    font-size: .85rem; color: #64748b;
}
.auth-links a { font-weight: 700; text-decoration: none; }
.auth-legal {
    text-align: center; color: #94a3b8; font-size: .78rem; margin: 1.25rem 0 0;
}
.auth-legal a { color: #64748b; text-decoration: none; font-weight: 700; }
.auth-legal a:hover { color: #0c2340; }
.auth-legal span { margin: 0 .35rem; }
.auth-form-col .powered-by { display: block; text-align: center; margin-top: .75rem; }
.auth-steps { color: #475569; font-size: .88rem; padding-left: 1.15rem; margin-bottom: 1rem; }
.auth-secret-label { font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: #64748b; margin: .85rem 0 .3rem; }
.auth-secret {
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: .82rem; background: #fbf8f2; border: 1px dashed #e8d5b0;
    border-radius: 12px; padding: .7rem .85rem; word-break: break-all; margin-bottom: 0;
}
.auth-empty-icon {
    width: 3.4rem; height: 3.4rem; border-radius: 16px; margin: 0 auto 1rem;
    display: flex; align-items: center; justify-content: center;
    background: #fff1f2; color: #e11d48; font-size: 1.5rem;
}
@keyframes auth-drift {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(8%, 6%) scale(1.08); }
}
@keyframes auth-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}
@keyframes auth-rise {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: none; }
}
@media (min-width: 992px) {
    .auth-stage {
        grid-template-columns: minmax(0, 1.15fr) minmax(24rem, .85fr);
        min-height: calc(100dvh - 4.35rem);
    }
    .auth-canvas {
        min-height: 100%;
        padding: 3.25rem 3rem 4.5rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .auth-orbits { display: block; }
    .auth-form-col {
        padding: 2.4rem clamp(1.6rem, 4vw, 3.6rem);
        background:
            radial-gradient(420px 220px at 100% 0%, rgba(196,165,116,.55), transparent 70%),
            linear-gradient(180deg, #f7fbff 0%, #eaf2ff 100%);
    }
    .auth-body.is-platform .auth-form-col {
        background:
            radial-gradient(420px 220px at 100% 0%, rgba(253,230,138,.35), transparent 70%),
            linear-gradient(180deg, #fffaf3 0%, #efe8dc 100%);
    }
    .auth-body.is-wide .auth-stage {
        grid-template-columns: minmax(0, .95fr) minmax(28rem, 1.05fr);
    }
}
@media (min-width: 1200px) {
    .auth-grid { grid-template-columns: 1fr 1fr; gap: 0 1rem; }
}
@media (max-width: 991.98px) {
    .auth-metrics { display: none; }
    .auth-canvas h1 { max-width: none; font-size: clamp(1.45rem, 6vw, 2.1rem); }
    .auth-lead { font-size: .95rem; }
    .auth-canvas { padding-bottom: 1.8rem; }
    .auth-eye, .btn, .form-control { min-height: 44px; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .portal-content.is-enter, .app-progress i, .rynex-spinner-ring { animation: none; }
    .portal-sidebar, .app-loader { transition: none; }
    .auth-canvas-glow, .auth-orbit-card, .auth-form-col .auth-card { animation: none; }
}

.announce-bar {
    background: #071226;
    color: #e8d5b0; font-size: .78rem; font-weight: 600; letter-spacing: .04em;
    border-bottom: 1px solid rgba(196,165,116,.35);
}
.announce-bar .container {
    display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: .35rem 1rem;
    padding: .55rem 0;
}
.announce-bar a { color: #e8d5b0; font-weight: 800; text-decoration: none; }
.announce-bar a:hover { text-decoration: underline; }
.chip-row { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: 1.15rem; }
.chip {
    display: inline-flex; align-items: center; gap: .35rem;
    border: 1px solid rgba(196,165,116,.35); background: rgba(255,255,255,.08);
    color: #e2e8f0; border-radius: 999px; padding: .32rem .75rem;
    font-size: .75rem; font-weight: 700; letter-spacing: .02em;
}
.chip i { color: #c4a574; }
.metric-strip {
    margin-top: -2.6rem; position: relative; z-index: 3; padding-bottom: 0;
}
.metric-strip .container { display: grid; grid-template-columns: repeat(4, 1fr); gap: .85rem; }
.metric-tile {
    background: #fff; border: 1px solid var(--rynex-border); border-radius: 16px;
    padding: 1.1rem 1.2rem; box-shadow: 0 18px 40px rgba(15,23,42,.08);
}
.metric-tile strong { display: block; font-family: var(--font-display); font-size: 1.55rem; color: #0b1f4d; line-height: 1.1; }
.metric-tile span { color: #64748b; font-size: .78rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.product-stage {
    display: grid; grid-template-columns: 1fr 1.05fr; gap: 3rem; align-items: center;
}
.product-stage .lead-copy { max-width: 36rem; }
.product-stage .lead-copy h2 { text-align: left; }
.check-list { list-style: none; padding: 0; margin: 1.1rem 0 0; }
.check-list li {
    position: relative; padding: .4rem 0 .4rem 1.7rem; color: #334155; font-weight: 600;
}
.check-list li::before {
    content: "✓"; position: absolute; left: 0; color: #0c2340; font-weight: 800;
}
.bento {
    display: grid; grid-template-columns: repeat(12, 1fr); gap: 1rem;
}
.bento > article { grid-column: span 4; }
.bento > article.is-wide { grid-column: span 8; }
.bento > article.is-tall { min-height: 100%; }
.feature-card .kicker { font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: #0c2340; margin: 0 0 .35rem; }
.feature-card ul { margin: .7rem 0 0; padding-left: 1.1rem; color: #475569; }
.feature-card ul li { margin-bottom: .28rem; }
.loop-track {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; counter-reset: loop;
}
.loop-step {
    background: #fff; border: 1px solid var(--rynex-border); border-radius: 18px; padding: 1.25rem 1.3rem;
    box-shadow: var(--rynex-shadow); position: relative;
}
.loop-step::before {
    counter-increment: loop; content: counter(loop); display: grid; place-items: center;
    width: 2rem; height: 2rem; border-radius: 50%; margin-bottom: .75rem;
    background: #f6f3ec; color: #0c2340; font-weight: 800;
}
.loop-step h3 { font-size: 1.02rem; margin: 0 0 .35rem; }
.loop-step p { margin: 0; color: #64748b; }
.india-panel {
    background:
        radial-gradient(600px 240px at 100% 0%, rgba(251,191,36,.16), transparent 55%),
        linear-gradient(160deg, #071226 0%, #0b1f4d 48%, #163a5f 100%);
    color: #e2e8f0; border-radius: 28px; padding: 2.4rem 2.2rem; overflow: hidden;
}
.india-panel h2, .india-panel .eyebrow { color: #e8d5b0; }
.india-panel h2 { font-family: var(--font-display); font-size: clamp(1.6rem, 1.5vw + 1rem, 2.4rem); }
.india-panel > p { color: #e8d5b0; max-width: 42rem; }
.india-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .9rem; margin-top: 1.6rem; }
.india-card {
    background: rgba(255,255,255,.06); border: 1px solid rgba(196,165,116,.18);
    border-radius: 16px; padding: 1.1rem 1.15rem;
}
.india-card h3 { font-size: .95rem; color: #fff; margin: .2rem 0 .35rem; }
.india-card p { margin: 0; color: #cbd5e1; font-size: .9rem; }
.module-group { margin-bottom: 2.75rem; }
.module-group .group-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; margin-bottom: 1.1rem; }
.module-group .group-head h2 { font-family: var(--font-display); font-size: 1.55rem; margin: 0; }
.module-group .group-head p { margin: 0; color: #64748b; max-width: 36rem; text-align: right; }
.compare-wrap { overflow-x: auto; border: 1px solid var(--rynex-border); border-radius: 18px; background: #fff; }
.compare-table { width: 100%; margin: 0; min-width: 640px; }
.compare-table th, .compare-table td { padding: .85rem 1.1rem; border-bottom: 1px solid #ede7db; }
.compare-table th { font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; color: #64748b; background: #fbf8f2; }
.compare-table td:first-child { font-weight: 700; color: #0f2744; }
.compare-table td { color: #475569; }
.about-stat { font-family: var(--font-display); font-size: 2rem; color: #0b1f4d; display: block; }
.contact-aside { background: #fff; border: 1px solid var(--rynex-border); border-radius: 18px; padding: 1.5rem; box-shadow: var(--rynex-shadow); }
.listing-card {
    display: block; height: 100%; text-decoration: none; color: inherit;
    background: #fff; border: 1px solid var(--rynex-border); border-radius: 18px; overflow: hidden;
    box-shadow: var(--rynex-shadow); transition: transform .2s ease, box-shadow .2s ease;
}
.listing-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(12,35,64,.12); color: inherit; }
.listing-card .card-body { padding: 1.2rem 1.25rem 1.35rem; }
.listing-card .price { font-size: 1.25rem; margin: .4rem 0 0; }
.section-head.is-left { margin-left: 0; text-align: left; }
.hero-photo-banner .hero-banner-inner { padding-bottom: 6.5rem; }
.logo-strip span { position: relative; }
.logo-strip span + span::before {
    content: "·"; margin-right: 1.1rem; color: #e8d5b0;
}
.public-nav-panel .btn { white-space: nowrap; }

@media (max-width: 991.98px) {
    .public-body .metric-strip { margin-top: -1.6rem; }
    .metric-strip .container, .loop-track, .india-grid, .product-stage { grid-template-columns: 1fr 1fr; }
    .bento > article, .bento > article.is-wide { grid-column: span 6; }
    .module-group .group-head { flex-direction: column; align-items: flex-start; }
    .module-group .group-head p { text-align: left; }
    .hero-photo-banner .hero-banner-inner { padding-bottom: 4.5rem; }
    .stage-slide, .page-stage { grid-template-columns: 1fr; min-height: 0; }
    .stage-copy { padding: 2.6rem 1.25rem 3.6rem; }
    .stage-copy::after { display: none; }
    .stage-copy h1, .page-stage-copy h1 { max-width: none; font-size: clamp(1.85rem, 8vw, 2.6rem); }
    .stage-visual { min-height: 240px; }
    .page-stage-visual { min-height: 200px; }
    .page-stage-copy { padding: 2.4rem 1.25rem; }
    .stage-carousel .carousel-indicators { left: 1.25rem; }
    .stage-carousel .carousel-control-prev { right: 4.4rem; }
}
@media (max-width: 575.98px) {
    .metric-strip .container, .loop-track, .india-grid, .product-stage { grid-template-columns: 1fr; }
    .bento > article, .bento > article.is-wide { grid-column: span 12; }
    .announce-bar { text-align: center; }
}

@media print {
    .portal-sidebar, .portal-topbar, .app-banner, .filter-bar, .report-exports, .pagination, .list-pager, .app-loader, .skip-link, .auth-top, .auth-canvas, .auth-legal, .app-powered-by, .mobile-tabbar { display: none !important; }
    .portal-main { margin: 0 !important; }
    .portal-content { padding: 0 !important; }
    .card { box-shadow: none; border: 0; }
}
