:root {
    --bg-app: #f5f8ff;
    --bg-card: rgba(255, 255, 255, 0.98);
    --accent: #246bff;
    --accent-strong: #0f4fd6;
    --accent-soft: #dbe8ff;
    --sidebar: #081b45;
    --text-main: #0f172f;
    --text-soft: #5f6f8d;
    --border-soft: rgba(15, 23, 47, 0.08);
    --shadow-soft: 0 20px 55px rgba(31, 53, 107, 0.12);
    --hero-deep: #081634;
    --hero-mid: #123b8f;
    --hero-glow: #3d83ff;
}

body.app-shell {
    overflow-x: hidden;
    background:
        radial-gradient(circle at top left, rgba(36, 107, 255, 0.05), transparent 28%),
        radial-gradient(circle at top right, rgba(131, 177, 255, 0.12), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #f4f8ff 100%);
    color: var(--text-main);
    line-height: 1.65;
    text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: -0.03em;
}

.public-main-wrap {
    padding-top: 1.75rem;
    padding-bottom: 0;
}

.public-main-wrap-home {
    padding-top: 0;
}

.public-shell {
    width: 100%;
}

.home-hero-band {
    position: relative;
    padding: 1.75rem 0 2rem;
    background:
        radial-gradient(circle at top left, rgba(36, 107, 255, 0.08), transparent 24%),
        radial-gradient(circle at right center, rgba(78, 151, 255, 0.09), transparent 22%),
        linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
}

.sidebar {
    background: linear-gradient(180deg, #071735, #0b2555);
    border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.sidebar-nav {
    padding-bottom: 1rem;
}

.brand h1,
.stat-card h2,
.card {
    color: var(--text-main);
}

.nav-link {
    color: inherit;
    border-radius: 0.85rem;
    padding: 0.8rem 1rem;
}

.nav-link:hover,
.nav-link.active {
    color: var(--accent-strong);
    background: rgba(36, 107, 255, 0.08);
}

.sidebar-link {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.76);
}

.sidebar-link-button {
    width: 100%;
    border: 0;
    text-align: left;
}

.sidebar-subnav {
    display: grid;
    gap: 0.4rem;
    padding: 0.35rem 0 0.15rem 1rem;
}

.sidebar-sublink {
    font-size: 0.9rem;
}

.sidebar-sublink .sidebar-link-icon {
    width: 1.85rem;
    height: 1.85rem;
    border-radius: 0.65rem;
}

.sidebar-link-icon {
    width: 2.2rem;
    height: 2.2rem;
    display: inline-grid;
    place-items: center;
    border-radius: 0.9rem;
    background: rgba(255, 255, 255, 0.08);
    color: #b8d2ff;
    flex: 0 0 auto;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.sidebar-link:hover .sidebar-link-icon,
.sidebar-link.active .sidebar-link-icon {
    background: var(--accent);
    color: #fff;
    transform: translateY(-1px);
}

.sidebar-link:hover,
.sidebar-link.active {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

.sidebar-user {
    background: rgba(255, 255, 255, 0.04);
    color: #d9e6ff;
}

.dashboard-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.25rem;
    margin-bottom: 1.5rem;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid var(--border-soft);
    border-radius: 1.2rem;
    box-shadow: 0 14px 36px rgba(31, 53, 107, 0.08);
    backdrop-filter: blur(12px);
}

.topbar-logout {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    white-space: nowrap;
}

.card,
.table-panel,
.hero-panel,
.trust-card,
.public-footer,
.cta-banner {
    background: var(--bg-card);
    border: 1px solid var(--border-soft);
    border-radius: 1.5rem;
    box-shadow: var(--shadow-soft);
}

.card {
    background-color: var(--bg-card);
}

.hero-panel {
    padding: 2rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 255, 0.98));
    border-radius: 1.6rem;
    box-shadow: 0 18px 42px rgba(31, 53, 107, 0.08);
}

.public-nav {
    position: relative;
    z-index: 1200;
    margin-bottom: 0;
    padding: 0 2rem;
    background: #fff;
    border-bottom: 1px solid rgba(15, 23, 47, 0.08);
    box-shadow: none;
    backdrop-filter: none;
}

.app-mobile-toolbar {
    padding-top: 1rem;
}

.public-navbar {
    min-height: 4.55rem;
}

.app-navbar {
    min-height: 4.55rem;
}

.public-navbar .navbar-toggler-icon {
    background-image: var(--bs-navbar-toggler-icon-bg);
}

.app-navbar .navbar-toggler-icon {
    background-image: var(--bs-navbar-toggler-icon-bg);
}

.public-brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--text-main);
    text-decoration: none;
}

.public-brand:hover {
    color: var(--text-main);
}

.brand-mark {
    width: 3rem;
    height: 3rem;
    display: inline-grid;
    place-items: center;
    border-radius: 0.95rem;
    background: linear-gradient(145deg, #1a6bff, #4e97ff);
    color: #fff;
    font-weight: 700;
    box-shadow: 0 14px 35px rgba(36, 107, 255, 0.26);
    font-size: 1.12rem;
}

.brand-logo-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: inherit;
}

.sidebar-brand-logo {
    display: block;
    width: 3rem;
    height: 3rem;
    object-fit: contain;
    margin-bottom: 0.75rem;
}

.brand-copy {
    display: grid;
    gap: 0.05rem;
}

.brand-name-line {
    font-size: 1.88rem;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.brand-tagline {
    color: #5b6881;
    font-size: 0.8rem;
    line-height: 1.25;
    font-weight: 500;
}

.public-nav-list {
    gap: 1.35rem;
}

.app-nav-list {
    gap: 1.15rem;
}

.public-nav-link {
    font-weight: 500;
    color: var(--text-main);
    position: relative;
    font-size: 1.02rem;
    padding: 1.1rem 0.2rem 1rem;
}

.app-nav-link {
    font-weight: 500;
    color: var(--text-main);
    position: relative;
    font-size: 0.98rem;
    padding: 1.1rem 0.2rem 1rem;
}

.public-nav-link.active,
.public-nav-link:hover,
.public-nav-link:focus,
.public-nav-link.show {
    color: var(--accent-strong);
}

.app-nav-link.active,
.app-nav-link:hover,
.app-nav-link:focus {
    color: var(--accent-strong);
}

.public-nav-link.active::after,
.public-nav-link:hover::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.1rem;
    height: 2px;
    border-radius: 999px;
    background: var(--accent);
}

.app-nav-link.active::after,
.app-nav-link:hover::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.1rem;
    height: 2px;
    border-radius: 999px;
    background: var(--accent);
}

.public-dropdown {
    position: absolute;
    z-index: 1300;
    min-width: 18rem;
    border-radius: 1rem;
    padding: 0.75rem;
    background: rgba(255, 255, 255, 0.99);
}

.public-dropdown .dropdown-item {
    border-radius: 0.85rem;
    padding: 0.7rem 0.85rem;
    color: var(--text-main);
}

.public-dropdown .dropdown-item:hover,
.public-dropdown .dropdown-item:focus {
    background: rgba(36, 107, 255, 0.08);
    color: var(--accent-strong);
}

.hero-showcase,
.content-section {
    position: relative;
}

.public-nav-actions {
    display: flex;
    align-items: center;
}

.app-sidebar-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    border-color: rgba(15, 23, 47, 0.14);
    color: var(--text-main);
}

.app-sidebar-toggle:hover,
.app-sidebar-toggle:focus {
    color: var(--accent-strong);
    border-color: rgba(36, 107, 255, 0.24);
    background: rgba(36, 107, 255, 0.06);
}

.public-login-button {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.76rem 1.22rem;
    border-radius: 0.68rem;
    font-weight: 600;
    box-shadow: 0 12px 24px rgba(36, 107, 255, 0.18);
}

.app-user-chip {
    display: grid;
    gap: 0.08rem;
    padding: 0.55rem 0.92rem;
    border-radius: 0.95rem;
    background: rgba(36, 107, 255, 0.08);
    border: 1px solid rgba(36, 107, 255, 0.1);
    color: var(--text-main);
}

.app-user-chip strong {
    font-size: 0.95rem;
    line-height: 1.05;
}

.app-user-chip span {
    color: var(--text-soft);
    font-size: 0.76rem;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.app-main-wrap {
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
}

.app-shell-layout {
    align-items: start;
}

.app-content {
    min-width: 0;
}

.app-sidebar {
    position: sticky;
    top: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    min-height: calc(100vh - 8rem);
    padding: 1.35rem 1rem;
    border-radius: 1.4rem;
    box-shadow: 0 18px 44px rgba(8, 27, 69, 0.2);
}

.app-sidebar-canvas {
    background: linear-gradient(180deg, #071735, #0b2555);
    color: #fff;
}

.app-sidebar-canvas .offcanvas-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.app-sidebar-canvas .offcanvas-title {
    color: #fff;
}

.app-sidebar-canvas .offcanvas-body {
    padding: 0;
}

.app-sidebar-mobile {
    position: static;
    min-height: auto;
    padding: 1.2rem 1rem;
    border-radius: 0;
    box-shadow: none;
}

.app-sidebar-brand {
    padding: 0.25rem 0.35rem 0;
    color: #dce8ff;
}

.app-sidebar-brand .small,
.app-sidebar-label {
    color: #98b7f7;
    letter-spacing: 0.1em;
}

.app-sidebar-brand h2 {
    margin: 0.35rem 0 0.45rem;
    color: #fff;
    font-size: 1.45rem;
}

.app-sidebar-brand p {
    color: rgba(220, 232, 255, 0.72);
    font-size: 0.92rem;
    line-height: 1.55;
}

.app-sidebar-group {
    display: grid;
    gap: 0.7rem;
}

.app-sidebar-label {
    padding: 0 0.35rem;
    font-size: 0.76rem;
    font-weight: 700;
    text-transform: uppercase;
}

.app-sidebar-user strong {
    display: block;
    color: #fff;
    margin-bottom: 0.18rem;
}

.app-sidebar-logout {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
}

.app-page-shell {
    display: grid;
    gap: 1.5rem;
}

.app-page-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    padding: 1.5rem 1.6rem;
    border-radius: 1.5rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(243, 248, 255, 0.98));
    border: 1px solid rgba(36, 107, 255, 0.08);
    box-shadow: 0 16px 36px rgba(31, 53, 107, 0.08);
}

.app-page-header-copy {
    min-width: 0;
}

.app-page-eyebrow {
    margin-bottom: 0.55rem;
    color: var(--accent-strong);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.app-page-title {
    margin-bottom: 0.5rem;
    font-size: clamp(1.55rem, 2.2vw, 2.2rem);
}

.app-page-header-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex: 0 0 auto;
}

.history-filter-form {
    display: grid;
    gap: 0.85rem;
    min-width: min(100%, 48rem);
}

.history-filter-grid {
    display: grid;
    grid-template-columns: minmax(12rem, 1.4fr) repeat(3, minmax(9rem, 1fr));
    gap: 0.75rem;
}

.history-filter-actions {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
}

.app-section-card {
    border-radius: 1.35rem;
    border: 1px solid rgba(36, 107, 255, 0.08);
    box-shadow: 0 14px 32px rgba(31, 53, 107, 0.08);
}

.app-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.app-stat-card {
    height: 100%;
}

.app-stat-label {
    color: var(--text-soft);
    font-size: 0.88rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.public-scan-result-stack {
    display: grid;
    gap: 1.5rem;
}

.public-scan-placeholder {
    border: 1px dashed rgba(36, 107, 255, 0.18);
    background: linear-gradient(180deg, rgba(248, 251, 255, 0.98), rgba(244, 248, 255, 0.98));
}

.home-public-scan-note {
    margin-top: 0.95rem;
    color: var(--text-soft);
    font-size: 0.95rem;
    line-height: 1.6;
}

.home-public-scanner-section {
    scroll-margin-top: 6rem;
}

.home-inline-scan-frame {
    border-radius: 1.9rem;
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(70, 144, 255, 0.18), transparent 24%),
        linear-gradient(180deg, #ffffff, #f5f9ff);
    box-shadow: 0 34px 80px rgba(8, 27, 69, 0.16);
}

.home-scan-shell {
    display: grid;
    grid-template-columns: minmax(320px, 380px) minmax(0, 1fr);
    min-height: min(78vh, 760px);
}

.home-scan-form-pane {
    position: relative;
    padding: 2.35rem 2rem;
    background:
        radial-gradient(circle at top left, rgba(36, 107, 255, 0.16), transparent 28%),
        linear-gradient(180deg, #081938 0%, #0b2555 100%);
    color: #eaf2ff;
}

.home-scan-form-pane::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(148, 189, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(148, 189, 255, 0.08) 1px, transparent 1px);
    background-size: 2.4rem 2.4rem;
    opacity: 0.35;
    pointer-events: none;
}

.home-scan-form-pane > * {
    position: relative;
    z-index: 1;
}

.home-scan-form-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    padding: 0.52rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #bcd5ff;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-scan-form-title {
    margin-bottom: 0.9rem;
    color: #fff;
    font-size: clamp(2rem, 3vw, 2.6rem);
    line-height: 1;
}

.home-scan-form-copy {
    margin-bottom: 1.5rem;
    color: rgba(234, 242, 255, 0.78);
    font-size: 1rem;
    line-height: 1.7;
}

.home-scan-form .form-label {
    color: #d8e6ff;
    font-weight: 600;
}

.home-scan-form .form-control,
.home-scan-form .form-select {
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.96);
}

.home-scan-mini-points {
    display: grid;
    gap: 0.8rem;
    margin-top: 1.5rem;
}

.home-scan-mini-points span {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    color: #d8e6ff;
    font-weight: 500;
}

.home-scan-mini-points i {
    color: #7cc0ff;
}

.home-scan-result-pane {
    position: relative;
    padding: 2.35rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
    background:
        radial-gradient(circle at bottom right, rgba(36, 107, 255, 0.08), transparent 26%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 255, 0.98));
}

.home-scan-result-head {
    max-width: 34rem;
}

.home-scan-loading-state {
    min-height: 100%;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 1.4rem;
    padding: 1.5rem 0;
    text-align: center;
}

.home-scan-loader-orb {
    position: relative;
    width: 12rem;
    height: 12rem;
    display: grid;
    place-items: center;
}

.home-scan-loader-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 1px solid rgba(36, 107, 255, 0.18);
}

.home-scan-loader-ring::after {
    content: "";
    position: absolute;
    inset: -6%;
    border-radius: 50%;
    background: conic-gradient(from 0deg, rgba(72, 170, 255, 0) 0deg, rgba(72, 170, 255, 0.9) 42deg, rgba(72, 170, 255, 0.08) 92deg, rgba(72, 170, 255, 0) 144deg);
    animation: rotateScanner 2.8s linear infinite;
}

.home-scan-loader-ring.ring-two {
    inset: 1.4rem;
}

.home-scan-loader-ring.ring-two::after {
    animation-duration: 2.1s;
    animation-direction: reverse;
}

.home-scan-loader-core {
    position: relative;
    z-index: 1;
    width: 4.9rem;
    height: 4.9rem;
    display: grid;
    place-items: center;
    border-radius: 1.45rem;
    background: linear-gradient(145deg, #1d74ff, #49a6ff);
    color: #fff;
    font-size: 1.8rem;
    box-shadow: 0 18px 40px rgba(36, 107, 255, 0.26);
    animation: heroFloat 2.8s ease-in-out infinite;
}

.home-scan-loader-copy {
    max-width: 30rem;
}

.home-scan-loader-copy h4 {
    margin: 0.9rem 0 0.6rem;
    font-size: 1.5rem;
}

.home-scan-loader-copy p {
    margin: 0;
    color: var(--text-soft);
    line-height: 1.7;
}

.home-scan-loader-steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
}

.home-scan-loader-steps span {
    display: inline-flex;
    align-items: center;
    padding: 0.52rem 0.82rem;
    border-radius: 999px;
    background: rgba(36, 107, 255, 0.08);
    color: var(--accent-strong);
    font-size: 0.86rem;
    font-weight: 600;
    animation: scanBlink 1.4s ease-in-out infinite;
}

.home-scan-loader-steps span:nth-child(2) {
    animation-delay: 0.2s;
}

.home-scan-loader-steps span:nth-child(3) {
    animation-delay: 0.4s;
}

.home-scan-loader-steps span:nth-child(4) {
    animation-delay: 0.6s;
}

.home-scan-loader-bars {
    display: flex;
    align-items: end;
    gap: 0.45rem;
    height: 3rem;
}

.home-scan-loader-bars span {
    width: 0.6rem;
    border-radius: 999px 999px 0 0;
    background: linear-gradient(180deg, #63b0ff, #1b74ff);
    animation: loaderBars 1.25s ease-in-out infinite;
}

.home-scan-loader-bars span:nth-child(1) {
    height: 1.3rem;
}

.home-scan-loader-bars span:nth-child(2) {
    height: 2.5rem;
    animation-delay: 0.18s;
}

.home-scan-loader-bars span:nth-child(3) {
    height: 1.7rem;
    animation-delay: 0.36s;
}

.home-scan-loader-bars span:nth-child(4) {
    height: 2.8rem;
    animation-delay: 0.54s;
}

.home-scan-result-summary {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.2rem 1.25rem;
    border-radius: 1.2rem;
    border: 1px solid rgba(36, 107, 255, 0.1);
    background: rgba(255, 255, 255, 0.85);
}

.home-scan-result-score {
    display: grid;
    gap: 0.55rem;
    justify-items: end;
    text-align: right;
}

.home-scan-result-score strong {
    font-size: 1.3rem;
    line-height: 1;
}

.home-scan-findings-card {
    padding: 1.2rem 1.25rem;
    border-radius: 1.2rem;
    border: 1px solid rgba(36, 107, 255, 0.1);
    background: rgba(255, 255, 255, 0.82);
}

.home-score-explainer {
    padding: 1.2rem 1.25rem;
    border-radius: 1.2rem;
    border: 1px solid rgba(36, 107, 255, 0.1);
    background: rgba(255, 255, 255, 0.85);
}

.home-score-explainer-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.home-score-base-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 6rem;
    padding: 0.6rem 0.9rem;
    border-radius: 999px;
    background: rgba(36, 107, 255, 0.1);
    color: var(--accent-strong);
    font-weight: 700;
}

.home-score-checklist {
    display: grid;
    gap: 0.85rem;
}

.home-score-check-item {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.85rem;
    align-items: start;
    padding: 0.9rem 0.95rem;
    border-radius: 1rem;
    border: 1px solid rgba(15, 23, 47, 0.07);
    background: rgba(245, 249, 255, 0.72);
}

.home-score-check-icon {
    width: 2rem;
    height: 2rem;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    font-size: 0.9rem;
    flex: 0 0 auto;
}

.home-score-check-item.status-pass .home-score-check-icon {
    background: rgba(22, 163, 74, 0.14);
    color: #15803d;
}

.home-score-check-item.status-fail .home-score-check-icon {
    background: rgba(220, 38, 38, 0.14);
    color: #b91c1c;
}

.home-score-check-item.status-info .home-score-check-icon {
    background: rgba(59, 130, 246, 0.12);
    color: #1d4ed8;
}

.home-score-check-copy {
    display: grid;
    gap: 0.18rem;
}

.home-score-check-copy strong {
    line-height: 1.35;
}

.home-score-check-copy span {
    color: var(--text-soft);
    font-size: 0.92rem;
    line-height: 1.55;
}

.home-score-check-impact {
    color: var(--accent-strong);
    font-size: 0.88rem;
    font-weight: 700;
    white-space: nowrap;
}

.home-improvement-card {
    padding: 1.2rem 1.25rem;
    border-radius: 1.2rem;
    border: 1px solid rgba(36, 107, 255, 0.1);
    background:
        radial-gradient(circle at top right, rgba(36, 107, 255, 0.08), transparent 28%),
        rgba(255, 255, 255, 0.84);
}

.home-improvement-list {
    display: grid;
    gap: 0.9rem;
}

.home-improvement-item {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.85rem;
    align-items: start;
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    background: rgba(245, 249, 255, 0.78);
    border: 1px solid rgba(15, 23, 47, 0.07);
}

.home-improvement-index {
    width: 2rem;
    height: 2rem;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(36, 107, 255, 0.12);
    color: var(--accent-strong);
    font-weight: 800;
    font-size: 0.9rem;
}

.home-improvement-copy {
    display: grid;
    gap: 0.2rem;
}

.home-improvement-copy strong {
    line-height: 1.35;
}

.home-improvement-copy span {
    color: var(--text-soft);
    font-size: 0.93rem;
    line-height: 1.58;
}

.home-scan-placeholder {
    position: relative;
    min-height: 100%;
    display: grid;
    place-items: center;
    padding: 2rem;
    border-radius: 1.55rem;
    border: 1px dashed rgba(36, 107, 255, 0.16);
    background:
        radial-gradient(circle at top right, rgba(36, 107, 255, 0.12), transparent 24%),
        linear-gradient(180deg, rgba(250, 252, 255, 0.98), rgba(244, 248, 255, 0.98));
    overflow: hidden;
}

.home-scan-placeholder-grid {
    position: absolute;
    inset: 1.25rem;
    border-radius: 1.25rem;
    background-image:
        linear-gradient(rgba(36, 107, 255, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(36, 107, 255, 0.06) 1px, transparent 1px);
    background-size: 2.2rem 2.2rem;
    mask-image: radial-gradient(circle at center, #000 48%, transparent 100%);
}

.home-scan-placeholder-orb {
    position: absolute;
    width: 14rem;
    height: 14rem;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(88, 163, 255, 0.32), rgba(88, 163, 255, 0.04) 58%, rgba(88, 163, 255, 0) 72%);
    animation: heroFloat 4.4s ease-in-out infinite;
}

.home-scan-placeholder-copy {
    position: relative;
    z-index: 1;
    max-width: 28rem;
    text-align: center;
}

.home-scan-placeholder-copy h4 {
    margin: 0.9rem 0 0.75rem;
    font-size: 1.5rem;
}

.home-scan-placeholder-copy p {
    margin: 0;
    color: var(--text-soft);
    line-height: 1.7;
}

.home-scan-placeholder-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 5.75rem;
    padding: 0.48rem 0.8rem;
    border-radius: 999px;
    background: rgba(36, 107, 255, 0.1);
    color: var(--accent-strong);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.btn {
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.btn:hover,
.btn:focus {
    transform: translateY(-1px);
}

.home-reference-hero {
    padding: 1.85rem 1.2rem 1.85rem;
    margin: 0 0 2rem;
}

.home-reference-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.66rem 1.05rem;
    border-radius: 999px;
    background: #eef4ff;
    border: 1px solid #d7e6ff;
    color: var(--accent-strong);
    font-weight: 600;
    margin-bottom: 1.3rem;
    font-size: 0.92rem;
}

.home-reference-badge::before {
    content: "\F470";
    font-family: "bootstrap-icons";
    font-size: 0.86rem;
}

.home-reference-title {
    max-width: 31rem;
    margin-bottom: 1.05rem;
    font-size: clamp(2.95rem, 5.6vw, 4.92rem);
    line-height: 0.94;
    letter-spacing: -0.055em;
    font-weight: 800;
}

.home-reference-title-accent {
    color: var(--accent);
}

.home-reference-description {
    max-width: 29rem;
    margin-bottom: 1.95rem;
    font-size: 1.12rem;
    color: var(--text-soft);
    line-height: 1.72;
}

.home-reference-hero .btn-lg {
    min-height: 3.35rem;
    padding: 0.86rem 1.42rem;
    border-radius: 0.76rem;
    font-weight: 700;
}

.home-reference-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.home-reference-visual {
    position: relative;
    padding: 0;
    min-height: 31.5rem;
    border-radius: 2rem;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.65), rgba(238, 245, 255, 0.88)),
        radial-gradient(circle at top right, rgba(36, 107, 255, 0.07), transparent 30%);
    overflow: hidden;
}

.home-hero-uploaded-image {
    width: 100%;
    min-height: 31.5rem;
    height: 100%;
    display: block;
    object-fit: cover;
}

.hero-network-scene {
    position: relative;
    min-height: 31.5rem;
    padding: 2rem;
}

.hero-network-scene::after {
    content: "";
    position: absolute;
    inset: -18% 38% -18% 38%;
    z-index: 0;
    background: linear-gradient(180deg, rgba(72, 170, 255, 0), rgba(72, 170, 255, 0.2), rgba(72, 170, 255, 0));
    filter: blur(10px);
    transform: rotate(24deg) translateY(-115%);
    animation: scanSweep 5.4s ease-in-out infinite;
    pointer-events: none;
}

.hero-network-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(12px);
}

.network-glow-one {
    top: 1.2rem;
    right: 3rem;
    width: 14rem;
    height: 14rem;
    background: radial-gradient(circle, rgba(36, 107, 255, 0.2), rgba(36, 107, 255, 0));
}

.network-glow-two {
    left: 1rem;
    bottom: 1rem;
    width: 11rem;
    height: 11rem;
    background: radial-gradient(circle, rgba(28, 214, 164, 0.16), rgba(28, 214, 164, 0));
}

.hero-network-grid {
    position: absolute;
    inset: 1.6rem;
    border-radius: 1.75rem;
    background-image:
        linear-gradient(rgba(19, 57, 128, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(19, 57, 128, 0.06) 1px, transparent 1px);
    background-size: 2.2rem 2.2rem;
    mask-image: radial-gradient(circle at center, #000 46%, transparent 100%);
}

.hero-network-core {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 13rem;
    height: 13rem;
    transform: translate(-50%, -50%);
    display: grid;
    place-items: center;
}

.hero-network-core-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 1px solid rgba(36, 107, 255, 0.18);
    background: radial-gradient(circle, rgba(36, 107, 255, 0.09), rgba(36, 107, 255, 0.01));
    overflow: hidden;
}

.hero-network-core-ring::after {
    content: "";
    position: absolute;
    inset: -8%;
    border-radius: 50%;
    background: conic-gradient(from 0deg, rgba(88, 183, 255, 0) 0deg, rgba(88, 183, 255, 0.75) 38deg, rgba(88, 183, 255, 0.08) 82deg, rgba(88, 183, 255, 0) 128deg);
    animation: rotateScanner 4.2s linear infinite;
}

.hero-network-core-shield {
    position: relative;
    z-index: 3;
    width: 5.6rem;
    height: 5.6rem;
    display: grid;
    place-items: center;
    border-radius: 1.6rem;
    background: linear-gradient(145deg, #1d74ff, #49a6ff);
    color: #fff;
    font-size: 2.2rem;
    box-shadow: 0 18px 42px rgba(36, 107, 255, 0.28);
}

.hero-network-pulse {
    position: absolute;
    inset: 1rem;
    border-radius: 50%;
    border: 1px solid rgba(36, 107, 255, 0.16);
    animation: orbPulse 4.4s ease-in-out infinite;
}

.hero-network-pulse.pulse-two {
    inset: 2rem;
    animation-delay: 0.8s;
}

.hero-network-link {
    position: absolute;
    z-index: 1;
    background: linear-gradient(90deg, rgba(61, 148, 255, 0.08), rgba(61, 148, 255, 0.6), rgba(61, 148, 255, 0.08));
    height: 2px;
    transform-origin: left center;
}

.link-top-left {
    top: 8.3rem;
    left: 9.2rem;
    width: 11.5rem;
    transform: rotate(24deg);
}

.link-top-right {
    top: 8.2rem;
    right: 9.4rem;
    width: 11.5rem;
    transform: rotate(-24deg);
}

.link-bottom-left {
    bottom: 9.15rem;
    left: 9.5rem;
    width: 10.4rem;
    transform: rotate(-24deg);
}

.link-bottom-right {
    bottom: 9.1rem;
    right: 9.4rem;
    width: 10.4rem;
    transform: rotate(24deg);
}

.hero-network-node {
    position: absolute;
    z-index: 2;
    width: 12rem;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem;
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(18, 48, 104, 0.08);
    box-shadow: 0 16px 34px rgba(31, 53, 107, 0.12);
    backdrop-filter: blur(8px);
    animation: networkNodeFloat 6s ease-in-out infinite;
}

.hero-network-node-icon {
    width: 2.6rem;
    height: 2.6rem;
    display: inline-grid;
    place-items: center;
    border-radius: 0.9rem;
    background: rgba(36, 107, 255, 0.1);
    color: var(--accent-strong);
    flex: 0 0 auto;
    font-size: 1.1rem;
}

.hero-network-node-copy {
    display: grid;
    gap: 0.2rem;
}

.hero-network-node-copy strong {
    font-size: 0.95rem;
    line-height: 1.15;
    color: var(--text-main);
}

.hero-network-node-copy span {
    color: var(--text-soft);
    font-size: 0.8rem;
    line-height: 1.4;
}

.network-node-threat {
    top: 2.2rem;
    left: 1.75rem;
}

.network-node-scan {
    top: 2.1rem;
    right: 1.75rem;
    animation-delay: 0.8s;
}

.network-node-report {
    bottom: 2.3rem;
    left: 2.4rem;
    animation-delay: 1.5s;
}

.network-node-assets {
    bottom: 2.2rem;
    right: 1.9rem;
    animation-delay: 2.2s;
}

.hero-network-status-card {
    position: absolute;
    left: 50%;
    bottom: 1.55rem;
    transform: translateX(-50%);
    width: 15.5rem;
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    background: rgba(8, 26, 61, 0.9);
    color: #e6f0ff;
    box-shadow: 0 18px 40px rgba(8, 27, 69, 0.22);
}

.hero-network-status-head {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 0.75rem;
    font-size: 0.8rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.hero-network-status-dot {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: #1cd08f;
    box-shadow: 0 0 0 0.3rem rgba(28, 208, 143, 0.14);
}

.hero-network-status-bars {
    display: flex;
    align-items: end;
    gap: 0.45rem;
    height: 2.75rem;
}

.hero-network-status-bars span {
    flex: 1;
    border-radius: 999px 999px 0 0;
    background: linear-gradient(180deg, #63b0ff, #1b74ff);
}

.hero-network-status-bars span:nth-child(1) {
    height: 1.2rem;
}

.hero-network-status-bars span:nth-child(2) {
    height: 2.2rem;
}

.hero-network-status-bars span:nth-child(3) {
    height: 1.65rem;
}

.hero-network-status-bars span:nth-child(4) {
    height: 2.5rem;
}

.hero-orbit-scene {
    position: relative;
    min-height: 31.5rem;
}

.hero-orbit-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(8px);
}

.glow-primary {
    top: 0.5rem;
    right: 5rem;
    width: 13rem;
    height: 13rem;
    background: radial-gradient(circle, rgba(36, 107, 255, 0.18), rgba(36, 107, 255, 0));
}

.glow-secondary {
    left: 1.5rem;
    bottom: 4rem;
    width: 10rem;
    height: 10rem;
    background: radial-gradient(circle, rgba(61, 193, 255, 0.2), rgba(61, 193, 255, 0));
}

.glow-tertiary {
    right: 0.5rem;
    bottom: 0.5rem;
    width: 15rem;
    height: 15rem;
    background: radial-gradient(circle, rgba(109, 130, 255, 0.12), rgba(109, 130, 255, 0));
}

.hero-node {
    position: absolute;
    z-index: 3;
    width: 4.6rem;
    height: 4.6rem;
    display: grid;
    place-items: center;
    border-radius: 1.15rem;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(15, 23, 47, 0.06);
    box-shadow: 0 16px 30px rgba(31, 53, 107, 0.14);
    font-size: 1.75rem;
    animation: heroFloat 6s ease-in-out infinite;
}

.node-globe {
    top: 1.65rem;
    left: 2.2rem;
    color: #2d79ff;
}

.node-code {
    top: 10.15rem;
    left: 0.9rem;
    color: #18a6f1;
    animation-delay: 0.35s;
}

.node-lock {
    top: 5.85rem;
    right: 0.85rem;
    color: #2d79ff;
    animation-delay: 0.7s;
}

.node-stack {
    right: 1.35rem;
    bottom: 3.85rem;
    color: #4e7cf5;
    animation-delay: 1.05s;
}

.hero-orbit-line {
    position: absolute;
    z-index: 1;
    border: 2px dashed rgba(111, 174, 255, 0.65);
    border-radius: 1rem;
    opacity: 0.9;
}

.orbit-line-one {
    top: 4.45rem;
    left: 6.35rem;
    width: 9rem;
    height: 7.2rem;
    border-left: 0;
    border-bottom: 0;
}

.orbit-line-two {
    top: 11.55rem;
    left: 5.15rem;
    width: 10.2rem;
    height: 5.25rem;
    border-left: 0;
    border-bottom: 0;
}

.orbit-line-three {
    top: 8.85rem;
    right: 4.95rem;
    width: 5.15rem;
    height: 8.1rem;
    border-right: 0;
    border-top: 0;
}

.orbit-line-four {
    right: 6.3rem;
    bottom: 5.45rem;
    width: 6.1rem;
    height: 5rem;
    border-right: 0;
    border-top: 0;
}

.hero-device-shell {
    position: absolute;
    right: 0.35rem;
    top: 0.5rem;
    width: 32.8rem;
    z-index: 2;
    animation: heroFloat 7s ease-in-out infinite;
}

.hero-device-screen {
    position: relative;
    display: grid;
    grid-template-columns: 4rem 1fr;
    gap: 1rem;
    padding: 1.1rem;
    min-height: 21.4rem;
    border-radius: 1.8rem 1.8rem 1.2rem 1.2rem;
    background: linear-gradient(145deg, #09162f, #0f2856 58%, #07142e);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 30px 64px rgba(8, 27, 69, 0.3);
    transform: perspective(1200px) rotateY(-14deg) rotateX(8deg);
}

.hero-device-screen::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0.55rem;
    width: 4rem;
    height: 0.24rem;
    transform: translateX(-50%);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
}

.hero-device-sidebar {
    display: grid;
    gap: 0.72rem;
    align-content: start;
    padding-top: 1rem;
}

.hero-device-sidebar span {
    height: 0.42rem;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(80, 156, 255, 0.95), rgba(80, 156, 255, 0.2));
}

.hero-device-main {
    display: grid;
    align-content: start;
    gap: 1rem;
}

.hero-device-chip {
    display: inline-flex;
    justify-self: start;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(227, 236, 255, 0.92);
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-device-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 1rem;
}

.hero-device-shield-panel {
    min-height: 11.8rem;
    display: grid;
    place-items: center;
    border-radius: 1.25rem;
    background: radial-gradient(circle at center, rgba(36, 107, 255, 0.22), rgba(10, 24, 53, 0.16));
}

.hero-device-shield {
    width: 8rem;
    height: 8rem;
    display: grid;
    place-items: center;
    border-radius: 2rem;
    background: linear-gradient(145deg, #1773ff, #56a0ff);
    box-shadow: 0 16px 34px rgba(36, 107, 255, 0.34);
    color: #fff;
    font-size: 3.3rem;
}

.hero-device-score-panel {
    display: grid;
    align-content: start;
    gap: 1rem;
    padding-top: 0.25rem;
}

.hero-device-score-ring {
    width: 7.4rem;
    height: 7.4rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background:
        radial-gradient(circle, #102448 54%, transparent 56%),
        conic-gradient(#1fd077 0 212deg, #ef4e4e 212deg 312deg, rgba(255, 255, 255, 0.08) 312deg 360deg);
    color: #fff;
    font-size: 1.82rem;
    font-weight: 800;
}

.hero-device-score-copy {
    display: grid;
    gap: 0.2rem;
    color: rgba(224, 234, 255, 0.76);
}

.hero-device-score-copy strong {
    color: #fff;
    font-size: 1rem;
}

.hero-device-score-copy span {
    color: #ff6868;
    font-weight: 700;
}

.hero-device-chart {
    grid-column: 1 / -1;
    display: flex;
    align-items: end;
    gap: 0.55rem;
    padding-top: 0.15rem;
}

.hero-device-chart span {
    flex: 1;
    border-radius: 999px 999px 0 0;
    background: linear-gradient(180deg, #4ec2ff, #1c7cff);
}

.hero-device-chart span:nth-child(1) {
    height: 2rem;
}

.hero-device-chart span:nth-child(2) {
    height: 3rem;
}

.hero-device-chart span:nth-child(3) {
    height: 1.7rem;
}

.hero-device-chart span:nth-child(4) {
    height: 3.6rem;
}

.hero-device-chart span:nth-child(5) {
    height: 2.45rem;
}

.hero-device-keyboard {
    position: relative;
    width: 36.5rem;
    height: 2rem;
    margin: -0.1rem auto 0;
    border-radius: 0 0 1.7rem 1.7rem;
    background: linear-gradient(180deg, #edf3fb, #c7d2e3 58%, #b5c1d7);
    box-shadow: 0 18px 28px rgba(31, 53, 107, 0.16);
    transform: perspective(1000px) rotateX(72deg);
}

.hero-device-keyboard::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0.16rem;
    width: 5rem;
    height: 0.36rem;
    transform: translateX(-50%);
    border-radius: 999px;
    background: linear-gradient(180deg, #d8e1ee, #bcc8da);
}

.hero-device-keyboard::after {
    content: "";
    position: absolute;
    left: 2rem;
    right: 2rem;
    top: -0.12rem;
    height: 0.16rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.48);
}

.hero-device-trackpad {
    position: absolute;
    left: 50%;
    bottom: 0.38rem;
    width: 5.2rem;
    height: 0.95rem;
    transform: translateX(-50%);
    border-radius: 0.55rem;
    background: linear-gradient(180deg, rgba(186, 198, 215, 0.95), rgba(165, 179, 200, 0.92));
}

.hero-scene-plant {
    position: absolute;
    right: 0.2rem;
    bottom: 0.1rem;
    z-index: 3;
    width: 5.1rem;
    height: 6.8rem;
}

.hero-scene-leaf {
    position: absolute;
    bottom: 1.62rem;
    width: 1.82rem;
    border-radius: 100% 0 100% 0;
    background: linear-gradient(180deg, #9be5af, #54bd76);
    box-shadow: inset -0.12rem -0.18rem 0 rgba(18, 95, 48, 0.12);
    transform-origin: bottom center;
}

.leaf-one {
    left: 0.72rem;
    height: 2.95rem;
    transform: rotate(-34deg);
}

.leaf-two {
    left: 1.7rem;
    height: 3.85rem;
    transform: rotate(-5deg);
}

.leaf-three {
    left: 2.72rem;
    height: 3.1rem;
    transform: rotate(24deg) scaleX(-1);
}

.hero-scene-pot {
    position: absolute;
    left: 0.95rem;
    bottom: 0;
    width: 3.05rem;
    height: 2.35rem;
    border-radius: 0 0 1.2rem 1.2rem;
    background: linear-gradient(180deg, #ffffff, #eef2f7 70%, #dfe5ee);
    box-shadow: 0 0.85rem 1.25rem rgba(31, 53, 107, 0.12);
}

.hero-scene-pot::before {
    content: "";
    position: absolute;
    left: -0.06rem;
    top: -0.38rem;
    width: 3.18rem;
    height: 0.56rem;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffffff, #edf2f8);
}

.hero-console-scene {
    position: relative;
    min-height: 31.5rem;
}

.console-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(6px);
}

.glow-one {
    top: 1rem;
    right: 5rem;
    width: 12rem;
    height: 12rem;
    background: radial-gradient(circle, rgba(36, 107, 255, 0.18), rgba(36, 107, 255, 0));
}

.glow-two {
    left: 2rem;
    bottom: 4rem;
    width: 10rem;
    height: 10rem;
    background: radial-gradient(circle, rgba(60, 197, 255, 0.18), rgba(60, 197, 255, 0));
}

.glow-three {
    right: 0;
    bottom: 0;
    width: 14rem;
    height: 14rem;
    background: radial-gradient(circle, rgba(92, 122, 255, 0.12), rgba(92, 122, 255, 0));
}

.console-link {
    position: absolute;
    z-index: 1;
    border: 2px dashed rgba(111, 174, 255, 0.6);
    border-radius: 1rem;
    opacity: 0.9;
}

.link-left-top {
    top: 4.25rem;
    left: 6.15rem;
    width: 9.75rem;
    height: 7.5rem;
    border-left: 0;
    border-bottom: 0;
}

.link-left-bottom {
    top: 11.2rem;
    left: 5.15rem;
    width: 10.55rem;
    height: 5.85rem;
    border-left: 0;
    border-bottom: 0;
}

.link-right-top {
    top: 8.15rem;
    right: 5.05rem;
    width: 4.95rem;
    height: 8.35rem;
    border-right: 0;
    border-top: 0;
}

.link-right-bottom {
    right: 6.15rem;
    bottom: 5.15rem;
    width: 6.2rem;
    height: 5.05rem;
    border-right: 0;
    border-top: 0;
}

.console-float {
    position: absolute;
    z-index: 3;
    width: 4.55rem;
    height: 4.55rem;
    display: grid;
    place-items: center;
    border-radius: 1.15rem;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(15, 23, 47, 0.06);
    box-shadow: 0 16px 30px rgba(31, 53, 107, 0.14);
    font-size: 1.72rem;
}

.float-globe {
    top: 1.55rem;
    left: 2.15rem;
    color: #2d79ff;
}

.float-code {
    top: 9.95rem;
    left: 0.95rem;
    color: #1ea7f0;
}

.float-lock {
    top: 5.7rem;
    right: 0.75rem;
    color: #2d79ff;
}

.float-stack {
    right: 1.25rem;
    bottom: 3.55rem;
    color: #4e7cf5;
}

.console-device {
    position: absolute;
    right: 0.1rem;
    top: 0.2rem;
    width: 33rem;
    z-index: 2;
}

.console-screen {
    position: relative;
    display: grid;
    grid-template-columns: 4.1rem 1fr;
    gap: 1rem;
    padding: 1.15rem;
    min-height: 22rem;
    border-radius: 1.9rem;
    background: linear-gradient(145deg, #091630, #0f2856 56%, #07142e);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 30px 64px rgba(8, 27, 69, 0.3);
    transform: perspective(1200px) rotateY(-14deg) rotateX(8deg);
}

.console-screen::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0.55rem;
    width: 4rem;
    height: 0.24rem;
    transform: translateX(-50%);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
}

.console-sidebar {
    display: grid;
    gap: 0.75rem;
    align-content: start;
    padding-top: 1rem;
}

.console-sidebar span {
    height: 0.42rem;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(80, 156, 255, 0.95), rgba(80, 156, 255, 0.2));
}

.console-main {
    display: grid;
    align-content: start;
    gap: 1rem;
}

.console-topbar {
    display: flex;
    justify-content: flex-start;
}

.console-badge {
    display: inline-flex;
    padding: 0.38rem 0.7rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(227, 236, 255, 0.92);
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.console-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 1rem;
}

.console-shield-card {
    min-height: 12rem;
    display: grid;
    place-items: center;
    border-radius: 1.3rem;
    background: radial-gradient(circle at center, rgba(36, 107, 255, 0.22), rgba(11, 28, 63, 0.18));
}

.console-shield {
    width: 8rem;
    height: 8rem;
    display: grid;
    place-items: center;
    border-radius: 2rem;
    background: linear-gradient(145deg, #1773ff, #56a0ff);
    box-shadow: 0 16px 34px rgba(36, 107, 255, 0.34);
    color: #fff;
    font-size: 3.35rem;
}

.console-score-card {
    display: grid;
    align-content: start;
    gap: 1rem;
    padding-top: 0.25rem;
}

.console-score-ring {
    width: 7.4rem;
    height: 7.4rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background:
        radial-gradient(circle, #102448 54%, transparent 56%),
        conic-gradient(#1fd077 0 212deg, #ef4e4e 212deg 312deg, rgba(255, 255, 255, 0.08) 312deg 360deg);
    color: #fff;
    font-size: 1.82rem;
    font-weight: 800;
}

.console-score-copy {
    display: grid;
    gap: 0.2rem;
    color: rgba(224, 234, 255, 0.76);
}

.console-score-copy strong {
    color: #fff;
    font-size: 1rem;
}

.console-score-copy span {
    color: #ff6868;
    font-weight: 700;
}

.console-chart-card {
    grid-column: 1 / -1;
    display: flex;
    align-items: end;
    gap: 0.55rem;
    padding-top: 0.15rem;
}

.console-chart-card span {
    flex: 1;
    border-radius: 999px 999px 0 0;
    background: linear-gradient(180deg, #4ec2ff, #1c7cff);
}

.console-chart-card span:nth-child(1) {
    height: 2rem;
}

.console-chart-card span:nth-child(2) {
    height: 3rem;
}

.console-chart-card span:nth-child(3) {
    height: 1.7rem;
}

.console-chart-card span:nth-child(4) {
    height: 3.6rem;
}

.console-chart-card span:nth-child(5) {
    height: 2.45rem;
}

.console-base {
    position: relative;
    width: 36.6rem;
    height: 1.9rem;
    margin: -0.12rem auto 0;
    border-radius: 0 0 1.6rem 1.6rem;
    background: linear-gradient(180deg, #eef3fb, #c8d3e4 58%, #b5c1d7);
    box-shadow: 0 18px 28px rgba(31, 53, 107, 0.16);
    transform: perspective(1000px) rotateX(72deg);
}

.console-base::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0.14rem;
    width: 5rem;
    height: 0.36rem;
    transform: translateX(-50%);
    border-radius: 999px;
    background: linear-gradient(180deg, #d8e1ee, #bcc8da);
}

.console-base::after {
    content: "";
    position: absolute;
    left: 2rem;
    right: 2rem;
    top: -0.12rem;
    height: 0.16rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.48);
}

.console-plant {
    position: absolute;
    right: 0;
    bottom: 0.2rem;
    z-index: 3;
    width: 5.35rem;
    height: 7rem;
}

.console-leaf {
    position: absolute;
    bottom: 1.62rem;
    width: 1.82rem;
    border-radius: 100% 0 100% 0;
    background: linear-gradient(180deg, #9be5af, #54bd76);
    box-shadow: inset -0.12rem -0.18rem 0 rgba(18, 95, 48, 0.12);
    transform-origin: bottom center;
}

.leaf-a {
    left: 0.8rem;
    height: 3rem;
    transform: rotate(-34deg);
}

.leaf-b {
    left: 1.82rem;
    height: 3.95rem;
    transform: rotate(-5deg);
}

.leaf-c {
    left: 2.85rem;
    height: 3.2rem;
    transform: rotate(24deg) scaleX(-1);
}

.console-pot {
    position: absolute;
    left: 1rem;
    bottom: 0;
    width: 3.15rem;
    height: 2.45rem;
    border-radius: 0 0 1.2rem 1.2rem;
    background: linear-gradient(180deg, #ffffff, #eef2f7 70%, #dfe5ee);
    box-shadow: 0 0.85rem 1.25rem rgba(31, 53, 107, 0.12);
}

.console-pot::before {
    content: "";
    position: absolute;
    left: -0.08rem;
    top: -0.4rem;
    width: 3.32rem;
    height: 0.58rem;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffffff, #edf2f8);
}

.home-reference-visual::before,
.home-reference-visual::after {
    content: "";
    position: absolute;
    inset: auto 0 0 auto;
    width: 70%;
    height: 80%;
    background: linear-gradient(145deg, rgba(222, 234, 255, 0.55), rgba(255, 255, 255, 0));
    clip-path: polygon(45% 0, 100% 0, 100% 100%, 0 100%);
}

.home-reference-visual::after {
    inset: 0 auto auto 0;
    width: 42%;
    height: 42%;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    opacity: 0.55;
}

.home-reference-image {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    max-width: 36rem;
    margin: 0 auto;
    filter: drop-shadow(0 24px 44px rgba(31, 53, 107, 0.15));
}

.hero-laptop-scene {
    position: relative;
    min-height: 31.5rem;
}

.hero-scene-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(4px);
}

.hero-connector {
    position: absolute;
    z-index: 1;
    border: 2px dashed rgba(112, 173, 255, 0.68);
    border-radius: 1rem;
    opacity: 0.88;
}

.connector-globe {
    top: 4.2rem;
    left: 6.35rem;
    width: 8.6rem;
    height: 7.8rem;
    border-left: 0;
    border-bottom: 0;
}

.connector-code {
    top: 10.55rem;
    left: 4.85rem;
    width: 10.15rem;
    height: 5.7rem;
    border-left: 0;
    border-bottom: 0;
}

.connector-lock {
    top: 8.55rem;
    right: 4.6rem;
    width: 5.35rem;
    height: 8.45rem;
    border-right: 0;
    border-top: 0;
}

.connector-stack {
    right: 6.3rem;
    bottom: 5.95rem;
    width: 6.35rem;
    height: 5rem;
    border-right: 0;
    border-top: 0;
}

.orb-blue {
    top: 0.5rem;
    right: 4rem;
    width: 14rem;
    height: 14rem;
    background: radial-gradient(circle, rgba(36, 107, 255, 0.18), rgba(36, 107, 255, 0));
}

.orb-cyan {
    left: 5rem;
    bottom: 2rem;
    width: 12rem;
    height: 12rem;
    background: radial-gradient(circle, rgba(42, 198, 255, 0.16), rgba(42, 198, 255, 0));
}

.orb-soft {
    left: 0;
    top: 2rem;
    width: 9rem;
    height: 9rem;
    background: radial-gradient(circle, rgba(122, 92, 255, 0.12), rgba(122, 92, 255, 0));
}

.hero-device-card {
    position: absolute;
    z-index: 3;
    width: 4.6rem;
    height: 4.6rem;
    display: grid;
    place-items: center;
    border-radius: 1.15rem;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(15, 23, 47, 0.06);
    box-shadow: 0 16px 30px rgba(31, 53, 107, 0.13);
    font-size: 1.78rem;
}

.card-globe {
    top: 1.55rem;
    left: 2.35rem;
    color: #2d79ff;
}

.card-code {
    top: 9.55rem;
    left: 0.8rem;
    color: #1f9cf0;
}

.card-lock {
    top: 5.95rem;
    right: 0.7rem;
    color: #2d79ff;
}

.card-stack {
    right: 1.25rem;
    bottom: 3.85rem;
    color: #4e7cf5;
}

.hero-plant {
    position: absolute;
    right: -0.05rem;
    bottom: 0.15rem;
    z-index: 3;
    width: 5.35rem;
    height: 7rem;
}

.hero-plant-leaf {
    position: absolute;
    bottom: 1.62rem;
    width: 1.82rem;
    border-radius: 100% 0 100% 0;
    background: linear-gradient(180deg, #9be5af, #54bd76);
    box-shadow: inset -0.12rem -0.18rem 0 rgba(18, 95, 48, 0.12);
    transform-origin: bottom center;
}

.leaf-left {
    left: 0.8rem;
    height: 3rem;
    transform: rotate(-34deg);
}

.leaf-center {
    left: 1.82rem;
    height: 3.95rem;
    transform: rotate(-5deg);
}

.leaf-right {
    left: 2.85rem;
    height: 3.2rem;
    transform: rotate(24deg) scaleX(-1);
}

.hero-plant-pot {
    position: absolute;
    left: 1rem;
    bottom: 0;
    width: 3.15rem;
    height: 2.45rem;
    border-radius: 0 0 1.2rem 1.2rem;
    background: linear-gradient(180deg, #ffffff, #eef2f7 70%, #dfe5ee);
    box-shadow: 0 0.85rem 1.25rem rgba(31, 53, 107, 0.12);
}

.hero-plant-pot::before {
    content: "";
    position: absolute;
    left: -0.08rem;
    top: -0.4rem;
    width: 3.32rem;
    height: 0.58rem;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffffff, #edf2f8);
}

.hero-laptop {
    position: absolute;
    right: 0.2rem;
    top: 0.25rem;
    width: 33.25rem;
    z-index: 2;
}

.hero-laptop-screen {
    position: relative;
    display: grid;
    grid-template-columns: 4.2rem 1fr;
    gap: 0.9rem;
    padding: 1.1rem;
    min-height: 22.2rem;
    border-radius: 1.8rem;
    background: linear-gradient(145deg, #0a1834, #0f2652 55%, #08142d);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 30px 64px rgba(8, 27, 69, 0.3);
    transform: perspective(1200px) rotateY(-14deg) rotateX(8deg);
    transform-origin: center;
}

.hero-screen-sidebar {
    display: grid;
    gap: 0.75rem;
    align-content: start;
    padding-top: 1rem;
}

.hero-screen-sidebar span {
    height: 0.45rem;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(72, 150, 255, 0.95), rgba(52, 104, 255, 0.2));
}

.hero-screen-main {
    position: relative;
    display: grid;
    grid-template-columns: 1.1fr 0.82fr;
    gap: 1rem;
    align-content: start;
}

.hero-screen-top {
    grid-column: 1 / -1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hero-screen-badge {
    display: inline-flex;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(225, 236, 255, 0.92);
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-shield-panel {
    min-height: 12.7rem;
    display: grid;
    place-items: center;
    border-radius: 1.25rem;
    background: radial-gradient(circle at center, rgba(36, 107, 255, 0.2), rgba(9, 22, 52, 0.18));
}

.hero-shield-core {
    width: 8.35rem;
    height: 8.35rem;
    display: grid;
    place-items: center;
    border-radius: 2rem;
    background: linear-gradient(145deg, #1875ff, #58a0ff);
    box-shadow: 0 14px 32px rgba(36, 107, 255, 0.32);
    color: #fff;
    font-size: 3.45rem;
}

.hero-risk-widget {
    display: grid;
    align-content: start;
    gap: 1rem;
    padding-top: 0.3rem;
}

.hero-risk-ring {
    width: 7.7rem;
    height: 7.7rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background:
        radial-gradient(circle, #102448 54%, transparent 56%),
        conic-gradient(#1fd077 0 210deg, #f04747 210deg 310deg, rgba(255, 255, 255, 0.08) 310deg 360deg);
    color: #fff;
    font-size: 1.85rem;
    font-weight: 800;
}

.hero-risk-meta {
    display: grid;
    gap: 0.2rem;
    color: rgba(223, 233, 255, 0.8);
    font-size: 0.92rem;
}

.hero-risk-meta strong {
    color: #fff;
    font-size: 1rem;
}

.hero-risk-meta span {
    color: #ff6b6b;
    font-weight: 700;
}

.hero-chart-row {
    grid-column: 1 / -1;
    display: flex;
    align-items: end;
    gap: 0.55rem;
    padding-top: 0.3rem;
}

.hero-chart-row span {
    flex: 1;
    border-radius: 999px 999px 0 0;
    background: linear-gradient(180deg, #4ec2ff, #1c7cff);
    opacity: 0.95;
}

.hero-chart-row span:nth-child(1) {
    height: 2rem;
}

.hero-chart-row span:nth-child(2) {
    height: 3rem;
}

.hero-chart-row span:nth-child(3) {
    height: 1.6rem;
}

.hero-chart-row span:nth-child(4) {
    height: 3.6rem;
}

.hero-chart-row span:nth-child(5) {
    height: 2.4rem;
}

.hero-laptop-base {
    width: 36.5rem;
    height: 1.62rem;
    margin: -0.6rem auto 0;
    border-radius: 0 0 1.5rem 1.5rem;
    background: linear-gradient(180deg, #d7e1f2, #b9c5dc);
    box-shadow: 0 18px 28px rgba(31, 53, 107, 0.14);
    transform: perspective(1000px) rotateX(70deg);
}

.home-reference-float {
    position: absolute;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.88rem 1rem;
    border-radius: 0.95rem;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(15, 23, 47, 0.06);
    box-shadow: 0 14px 26px rgba(31, 53, 107, 0.1);
    color: var(--accent-strong);
    font-weight: 600;
    font-size: 0.88rem;
}

.float-icon-blue {
    color: #2d79ff;
}

.float-icon-cyan {
    color: #17a4f2;
}

.float-icon-green {
    color: #13b96d;
}

.float-top {
    top: 1.7rem;
    left: 1rem;
}

.float-middle {
    top: 8.9rem;
    left: 0;
}

.float-bottom {
    right: 0.25rem;
    bottom: 4.4rem;
}

.home-hero-stats {
    display: flex;
    flex-wrap: nowrap;
    gap: 1rem 1.25rem;
    margin-top: 2.05rem;
    align-items: center;
}

.home-hero-stat {
    display: flex;
    align-items: center;
    gap: 0.62rem;
    min-width: 0;
    flex: 1 1 0;
    justify-content: center;
}

.home-hero-stat-icon {
    width: 3rem;
    height: 3rem;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(145deg, #edf4ff, #f8fbff);
    color: var(--accent);
    font-size: 1.02rem;
}

.home-hero-stat-icon i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    line-height: 1;
    transform: none;
}

.home-hero-stat-icon.stat-purple {
    background: linear-gradient(145deg, #f2efff, #faf9ff);
    color: #7a5cff;
}

.home-hero-stat-icon.stat-blue {
    background: linear-gradient(145deg, #eef5ff, #fbfdff);
    color: #2d79ff;
}

.home-hero-stat-icon.stat-green {
    background: linear-gradient(145deg, #edfdf4, #fbfffd);
    color: #10b968;
}

.home-hero-stat-icon.stat-orange {
    background: linear-gradient(145deg, #fff5eb, #fffdf9);
    color: #f38a24;
}

.home-hero-stat strong,
.home-hero-stat span {
    display: block;
}

.home-hero-stat > div {
    display: grid;
    align-content: center;
}

.home-hero-stat strong {
    font-size: 1.08rem;
}

.home-hero-stat span {
    color: var(--text-soft);
    font-size: 0.88rem;
}

.visual-product-image {
    display: block;
    width: 100%;
    height: auto;
}

.glass-tile {
    padding: 1.35rem;
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(14px);
}

.glass-metric {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.35rem;
}

.radar-panel {
    position: relative;
    min-height: 22rem;
    display: grid;
    place-items: center;
}

.radar-ring {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
}

.radar-ring-lg {
    width: 19rem;
    height: 19rem;
}

.radar-ring-md {
    width: 13rem;
    height: 13rem;
}

.radar-ring-sm {
    width: 7rem;
    height: 7rem;
}

.radar-core {
    display: grid;
    place-items: center;
    width: 7.5rem;
    height: 7.5rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(243, 143, 93, 0.85), rgba(203, 90, 46, 0.88));
    font-weight: 700;
    text-align: center;
    padding: 1rem;
    box-shadow: 0 0 60px rgba(243, 143, 93, 0.35);
}

.signal-stack {
    display: grid;
    gap: 1rem;
}

.signal-card {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding: 1rem 1.15rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.signal-dot {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: #ffbf8d;
    box-shadow: 0 0 0 0.35rem rgba(255, 191, 141, 0.18);
}

.hero-indicators {
    justify-content: flex-start;
    margin: 0;
    left: 3.2rem;
    right: auto;
    bottom: 2rem;
}

.hero-indicators [data-bs-target] {
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
}

.mission-panel {
    background:
        radial-gradient(circle at top right, rgba(36, 107, 255, 0.08), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 255, 0.98));
}

.page-hero {
    background:
        radial-gradient(circle at top right, rgba(36, 107, 255, 0.08), transparent 26%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 255, 0.98));
}

.pricing-page-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2rem;
    align-items: center;
    padding: 2rem;
    border: 1px solid var(--border-soft);
    border-radius: 1.25rem;
}

.page-hero-metric {
    width: min(18rem, 100%);
    padding: 1.25rem;
    border-radius: 1rem;
    background: #fff;
    border: 1px solid var(--border-soft);
    box-shadow: 0 18px 40px rgba(18, 28, 40, 0.08);
}

.page-hero-metric strong,
.page-hero-metric span {
    display: block;
}

.page-hero-metric strong {
    color: var(--accent-strong);
    font-size: 2.8rem;
    line-height: 1;
    font-weight: 800;
}

.page-hero-metric span {
    margin-top: 0.6rem;
    color: var(--text-soft);
}

.page-hero .eyebrow-pill.text-dark,
.hero-panel .small.text-uppercase {
    color: var(--accent-strong) !important;
    letter-spacing: 0.12em;
    font-weight: 700;
}

.visual-product-card {
    overflow: hidden;
    border-radius: 1.5rem;
}

.visual-product-frame {
    position: relative;
    overflow: hidden;
    min-height: 18rem;
    padding: 1.25rem;
    background:
        radial-gradient(circle at top right, rgba(36, 107, 255, 0.16), transparent 28%),
        linear-gradient(180deg, #f7fbff 0%, #edf4ff 100%);
}

.visual-product-image {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 11;
    object-fit: cover;
    border-radius: 1rem;
    box-shadow: 0 24px 48px rgba(18, 28, 40, 0.18);
    transform: scale(1.01);
}

.visual-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(2px);
    animation: orbPulse 6s ease-in-out infinite;
    will-change: transform, opacity;
}

.orb-one {
    width: 7rem;
    height: 7rem;
    top: 1rem;
    right: 1rem;
    background: radial-gradient(circle, rgba(240, 138, 86, 0.42), rgba(240, 138, 86, 0));
}

.orb-two {
    width: 9rem;
    height: 9rem;
    left: -1.5rem;
    bottom: -1.5rem;
    background: radial-gradient(circle, rgba(42, 91, 123, 0.22), rgba(42, 91, 123, 0));
    animation-delay: -2.1s;
}

.mission-list {
    display: grid;
    gap: 1rem;
}

.mission-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1rem 0;
    border-top: 1px solid rgba(24, 33, 47, 0.08);
}

.mission-item:first-child {
    border-top: 0;
    padding-top: 0;
}

.mission-icon,
.workflow-step,
.product-icon {
    width: 3rem;
    height: 3rem;
    display: inline-grid;
    place-items: center;
    border-radius: 1rem;
    background: rgba(36, 107, 255, 0.12);
    color: var(--accent-strong);
    font-weight: 700;
    flex: 0 0 auto;
}

.trust-card {
    height: 100%;
    padding: 1.5rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(244, 248, 255, 0.95));
}

.trust-title,
.footer-title {
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--accent-strong);
}

.section-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 1rem;
    margin-bottom: 2rem;
}

.section-heading-centered {
    justify-content: center;
    text-align: center;
}

.page-hero .lead,
.page-hero p.text-soft,
.content-section p.text-soft {
    max-width: 48rem;
}

.product-card,
.capability-card,
.workflow-card,
.testimonial-card {
    height: 100%;
    padding: 1.6rem;
    border-radius: 1.35rem;
}

.product-card {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    background:
        radial-gradient(circle at top right, rgba(36, 107, 255, 0.08), transparent 28%),
        rgba(255, 255, 255, 0.98);
}

.product-icon-themed {
    flex: 0 0 auto;
    width: 4.5rem;
    height: 4.5rem;
    display: inline-grid;
    place-items: center;
    border-radius: 1.25rem;
    font-size: 1.6rem;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.82);
}

.home-scanner-card {
    height: 100%;
    padding: 1.7rem 1.15rem 1.2rem;
    text-align: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(249, 251, 255, 1));
    border-radius: 1.2rem;
    box-shadow: 0 10px 24px rgba(31, 53, 107, 0.08);
    border: 1px solid rgba(36, 107, 255, 0.06);
}

.home-scanner-card-icon {
    width: 5.15rem;
    height: 5.15rem;
    display: inline-grid;
    place-items: center;
    margin: 0 auto 1.25rem;
    border-radius: 50%;
    font-size: 2.15rem;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8);
}

.home-scanner-card-icon i {
    line-height: 1;
}

.home-scanner-card h4 {
    font-size: 1.18rem;
    font-weight: 700;
    min-height: 2.8rem;
}

.home-scanner-card p {
    font-size: 0.95rem;
    line-height: 1.65;
    min-height: 5.9rem;
}

.home-scanner-card .scanner-lineup-card-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.72rem 1.15rem;
    border-radius: 0.85rem;
    background: #f4f8ff;
    border: 1px solid #dce7ff;
    font-size: 0.9rem;
    font-weight: 600;
}

.scanner-lineup-card-copy {
    position: relative;
    z-index: 1;
}

.scanner-lineup-card-link {
    font-size: 0.86rem;
    font-weight: 700;
    color: var(--accent-strong);
}

.accent-blue {
    background: linear-gradient(145deg, #eef5ff, #fafdff);
    color: #2d79ff;
}

.accent-cyan {
    background: linear-gradient(145deg, #eff7ff, #f8fdff);
    color: #1881c8;
}

.accent-amber {
    background: linear-gradient(145deg, #fff8ea, #fffdf5);
    color: #ea9800;
}

.accent-sky {
    background: linear-gradient(145deg, #ebf7ff, #f7fcff);
    color: #2092d8;
}

.accent-violet {
    background: linear-gradient(145deg, #f3efff, #fbf9ff);
    color: #7a5cff;
}

.accent-green {
    background: linear-gradient(145deg, #edfdf4, #fbfffd);
    color: #10b968;
}

.accent-orange {
    background: linear-gradient(145deg, #fff5eb, #fffdf9);
    color: #f38a24;
}

.accent-indigo {
    background: linear-gradient(145deg, #eef2ff, #fafbff);
    color: #4e7cf5;
}

.accent-pink {
    background: linear-gradient(145deg, #fff0f8, #fffafd);
    color: #ec4eb5;
}

.accent-red {
    background: linear-gradient(145deg, #fff1f1, #fffafb);
    color: #ea4335;
}

.capability-card {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 255, 0.98));
}

.use-case-card {
    padding: 1.6rem;
    border-radius: 1.35rem;
    background:
        radial-gradient(circle at top right, rgba(36, 107, 255, 0.08), transparent 24%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 255, 0.98));
}

.about-hero-panel {
    overflow: hidden;
}

.about-hero-visual {
    display: grid;
    place-items: center;
    height: 100%;
    border-radius: 1.5rem;
    background:
        radial-gradient(circle at top left, rgba(36, 107, 255, 0.1), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 255, 0.98));
    padding: 1rem;
}

.about-hero-image {
    width: 100%;
    max-width: 40rem;
    border-radius: 1.25rem;
    object-fit: cover;
    box-shadow: 0 22px 54px rgba(31, 53, 107, 0.12);
}

.about-point-card {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
    padding: 1rem 0.15rem;
}

.about-point-icon {
    width: 3rem;
    height: 3rem;
    display: inline-grid;
    place-items: center;
    border-radius: 1rem;
    background: rgba(36, 107, 255, 0.08);
    color: var(--accent);
    flex: 0 0 auto;
    font-size: 1.2rem;
}

.about-stats-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    padding: 1.6rem 1.8rem;
    border-radius: 1.5rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(245, 249, 255, 0.98));
    border: 1px solid rgba(36, 107, 255, 0.08);
    box-shadow: 0 18px 42px rgba(31, 53, 107, 0.08);
}

.about-stat-item {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding: 0.6rem 1rem;
}

.about-stat-item + .about-stat-item {
    border-left: 1px solid rgba(15, 23, 47, 0.08);
}

.about-stat-icon {
    width: 3.3rem;
    height: 3.3rem;
    display: inline-grid;
    place-items: center;
    border-radius: 1rem;
    background: linear-gradient(145deg, #eef4ff, #fbfdff);
    color: var(--accent);
    font-size: 1.3rem;
    flex: 0 0 auto;
}

.about-stat-item strong {
    display: block;
    font-size: 2rem;
    line-height: 1;
    font-weight: 800;
    color: var(--accent);
}

.about-stat-item span {
    color: var(--text-soft);
}

.capability-tag {
    display: inline-flex;
    margin-bottom: 1rem;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: rgba(36, 107, 255, 0.1);
    color: var(--accent-strong);
    font-weight: 600;
    font-size: 0.82rem;
}

.workflow-card {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 255, 0.98));
}

.workflow-card::after {
    content: "";
    position: absolute;
    inset: auto -2rem -2rem auto;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(36, 107, 255, 0.12), transparent 68%);
}

.testimonial-card {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(36, 107, 255, 0.08), transparent 24%),
        rgba(255, 255, 255, 0.98);
}

.stat-card {
    padding: 1.5rem;
    border-radius: 1.35rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(245, 249, 255, 0.98));
    border: 1px solid rgba(36, 107, 255, 0.08);
    box-shadow: 0 14px 32px rgba(31, 53, 107, 0.08);
}

.stat-card .text-soft {
    font-size: 0.88rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.table-panel {
    border-radius: 1.5rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(245, 249, 255, 0.98));
    border: 1px solid rgba(36, 107, 255, 0.06);
}

.table-panel thead th {
    color: #50627f;
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-bottom-width: 1px;
}

.table-panel tbody tr:hover {
    background: rgba(36, 107, 255, 0.04);
}

.module-mini-card {
    padding: 1rem 1.05rem;
    border-radius: 1.15rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 249, 255, 0.98));
    border: 1px solid rgba(36, 107, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.report-summary-card {
    background:
        radial-gradient(circle at top right, rgba(36, 107, 255, 0.08), transparent 26%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(245, 249, 255, 0.98));
}

.detail-panel {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(245, 249, 255, 0.98));
}

.findings-list {
    padding-left: 1.1rem;
}

.findings-list li::marker {
    color: var(--accent);
}

.auth-shell {
    max-width: 34rem;
    margin: 4rem auto 0;
}

.user-login-shell {
    max-width: 1120px;
}

.user-login-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 460px);
    gap: 1.5rem;
    align-items: stretch;
}

.user-login-showcase {
    padding: 2.2rem;
    border-radius: 1.7rem;
    background:
        radial-gradient(circle at top right, rgba(36, 107, 255, 0.18), transparent 24%),
        linear-gradient(180deg, #081938, #0b2555);
    color: #eef4ff;
    box-shadow: 0 22px 52px rgba(8, 27, 69, 0.18);
}

.user-login-eyebrow {
    color: #9fc2ff;
    letter-spacing: 0.08em;
}

.user-login-title {
    margin: 0.75rem 0 1rem;
    font-size: clamp(2rem, 3vw, 2.9rem);
    line-height: 1.02;
    color: #fff;
}

.user-login-copy {
    margin-bottom: 1.4rem;
    color: rgba(238, 244, 255, 0.78);
    line-height: 1.75;
}

.user-login-points {
    display: grid;
    gap: 0.85rem;
}

.user-login-points span {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    font-weight: 500;
    color: #dce8ff;
}

.user-login-points i {
    color: #7cc0ff;
}

.auth-panel {
    padding: 2rem;
}

.user-login-form-panel {
    max-width: none;
    height: 100%;
}

.auth-info-card {
    background:
        radial-gradient(circle at top right, rgba(36, 107, 255, 0.08), transparent 26%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 255, 0.98));
}

.auth-form .form-control {
    min-height: 3.2rem;
    border-radius: 0.9rem;
}

.auth-form .btn {
    min-height: 3.25rem;
    border-radius: 0.9rem;
    font-weight: 700;
}

.sidebar .brand {
    padding-top: 1.8rem !important;
    padding-bottom: 1.4rem !important;
}

.sidebar .brand .small {
    color: rgba(196, 218, 255, 0.78) !important;
    letter-spacing: 0.12em;
}

.sidebar .brand h1 {
    color: #fff;
}

.dashboard-topbar {
    border-radius: 1.3rem;
}

.dashboard-topbar .small {
    color: var(--accent-strong) !important;
    letter-spacing: 0.12em;
}

.topbar-logout {
    border-radius: 0.75rem;
}

.feature-admin-item {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(246, 249, 255, 0.98));
}

.feature-admin-thumb-image {
    box-shadow: 0 10px 24px rgba(31, 53, 107, 0.1);
}

.hero-panel + .row .card,
.hero-panel + .table-panel,
.content-section .card {
    box-shadow: 0 14px 34px rgba(31, 53, 107, 0.08);
}

.testimonial-mini-slider {
    position: relative;
    padding: 0 4.75rem 3rem;
    contain: layout paint;
}

.testimonial-mini-inner {
    overflow: visible;
}

.testimonial-mini-card {
    height: 100%;
    padding: 1.45rem 1.35rem 1.2rem;
    border-radius: 1.45rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 255, 0.98));
    border: 1px solid rgba(24, 33, 47, 0.08);
    box-shadow: 0 18px 42px rgba(53, 43, 31, 0.12);
}

.testimonial-mini-title {
    margin-bottom: 0.5rem;
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--text-main);
}

.testimonial-mini-stars {
    display: flex;
    gap: 0.25rem;
    margin-bottom: 0.95rem;
    color: #f2ba46;
    font-size: 0.8rem;
}

.testimonial-mini-copy {
    min-height: 4.9rem;
    margin-bottom: 1rem;
    color: var(--text-soft);
    line-height: 1.6;
    font-size: 0.92rem;
}

.testimonial-mini-footer {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.testimonial-avatar-image {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    object-fit: cover;
    flex: 0 0 auto;
    border: 2px solid rgba(36, 107, 255, 0.14);
    box-shadow: 0 10px 24px rgba(31, 53, 107, 0.12);
}

.testimonial-avatar {
    width: 3.5rem;
    height: 3.5rem;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
}

.testimonial-avatar-light {
    background: linear-gradient(145deg, var(--accent), var(--hero-glow));
    box-shadow: 0 10px 24px rgba(36, 107, 255, 0.24);
}

.testimonial-mini-indicators {
    justify-content: center;
    margin: 0;
    bottom: 0;
    gap: 0.45rem;
}

.testimonial-mini-indicators [data-bs-target] {
    width: 0.65rem;
    height: 0.65rem;
    margin: 0;
    border-radius: 50%;
    border: 0;
    background-color: rgba(24, 33, 47, 0.18);
    opacity: 1;
}

.testimonial-mini-indicators .active {
    background-color: var(--accent);
}

.testimonial-mini-control {
    top: 50%;
    width: auto;
    opacity: 1;
    transform: translateY(-50%);
}

.carousel-control-prev.testimonial-mini-control {
    left: -0.35rem;
}

.carousel-control-next.testimonial-mini-control {
    right: -0.35rem;
}

.testimonial-mini-control-icon {
    width: 3.15rem;
    height: 3.15rem;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(205, 188, 255, 0.3);
    color: #8e72d9;
    font-size: 1rem;
    box-shadow: 0 12px 30px rgba(142, 114, 217, 0.16);
}

.testimonial-quote-mark {
    font-size: 4rem;
    line-height: 1;
    color: rgba(36, 107, 255, 0.2);
    font-weight: 700;
}

.testimonial-copy {
    font-size: 1.02rem;
    color: var(--text-main);
    margin: 0.5rem 0 1.5rem;
}

.testimonial-meta {
    display: grid;
    gap: 0.2rem;
}

.contact-value {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.85rem;
    color: var(--text-main);
}

.contact-form-card {
    padding: 1.75rem;
}

.contact-cards-stack {
    display: grid;
    gap: 1rem;
}

.pricing-card,
.faq-card {
    padding: 1.7rem;
    border-radius: 1.45rem;
}

.pricing-card {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(245, 249, 255, 0.98));
}

.pricing-card::after {
    content: "";
    position: absolute;
    inset: auto -2.5rem -2.5rem auto;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(36, 107, 255, 0.12), transparent 68%);
}

.pricing-card-professional {
    border-color: rgba(36, 107, 255, 0.22);
    box-shadow: 0 24px 52px rgba(31, 53, 107, 0.14);
}

.pricing-card-professional .pricing-badge {
    background: rgba(36, 107, 255, 0.12);
}

.pricing-badge {
    display: inline-flex;
    align-items: center;
    margin-bottom: 1rem;
    padding: 0.4rem 0.8rem;
    border-radius: 999px;
    background: rgba(15, 23, 47, 0.06);
    color: var(--accent-strong);
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.pricing-name {
    font-size: 1.4rem;
    margin-bottom: 0.75rem;
}

.pricing-price-row {
    display: flex;
    align-items: end;
    gap: 0.35rem;
    margin-bottom: 1rem;
}

.pricing-price {
    font-size: 2.7rem;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.05em;
}

.pricing-period {
    color: var(--text-soft);
    font-weight: 600;
    padding-bottom: 0.3rem;
}

.pricing-feature-list,
.trust-stat-list {
    display: grid;
    gap: 0.85rem;
}

.pricing-feature-item,
.trust-stat-item {
    display: flex;
    gap: 0.85rem;
    align-items: flex-start;
}

.pricing-feature-icon {
    width: 1.65rem;
    height: 1.65rem;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(36, 107, 255, 0.1);
    color: var(--accent-strong);
    flex: 0 0 auto;
}

.faq-card {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(246, 249, 255, 0.98));
}

.trust-stat-stack {
    padding: 1.7rem;
}

.trust-stat-item strong {
    display: block;
    margin-bottom: 0.18rem;
}

.trust-stat-item span {
    color: var(--text-soft);
}

.contact-form textarea.form-control {
    resize: vertical;
    min-height: 10rem;
}

.text-soft {
    color: var(--text-soft);
}

.btn-primary {
    background-color: var(--accent);
    border-color: var(--accent);
    color: #fff;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: var(--accent-strong);
    border-color: var(--accent-strong);
    color: #fff;
}

.btn-outline-light {
    color: var(--accent-strong);
    border-color: rgba(24, 33, 47, 0.14);
    background-color: #fff;
}

.btn-outline-light:hover,
.btn-outline-light:focus {
    color: #fff;
    background-color: var(--accent);
    border-color: var(--accent);
}

.table {
    --bs-table-bg: transparent;
    --bs-table-color: var(--text-main);
    --bs-table-border-color: var(--border-soft);
}

.form-control,
.form-select {
    background-color: #fff;
    border-color: rgba(24, 33, 47, 0.12);
    color: var(--text-main);
}

.form-control:focus,
.form-select:focus {
    background-color: #fff;
    color: var(--text-main);
    border-color: rgba(36, 107, 255, 0.45);
    box-shadow: 0 0 0 0.25rem rgba(36, 107, 255, 0.12);
}

.login-panel {
    max-width: 460px;
    margin: 5rem auto;
}

.metric {
    font-size: 2rem;
    font-weight: 700;
}

.feature-card {
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.feature-card:hover,
.product-card:hover,
.home-scanner-card:hover,
.capability-card:hover,
.workflow-card:hover,
.pricing-card:hover,
.faq-card:hover,
.testimonial-card:hover,
.use-case-card:hover {
    transform: translateY(-4px);
    border-color: rgba(36, 107, 255, 0.22);
    box-shadow: 0 20px 44px rgba(31, 53, 107, 0.12);
}

.feature-image,
.feature-admin-thumb-image {
    display: block;
    width: 100%;
    object-fit: cover;
}

.feature-image {
    height: 180px;
}

.feature-image-placeholder {
    background:
        radial-gradient(circle at top left, rgba(36, 107, 255, 0.18), transparent 34%),
        linear-gradient(135deg, #eef5ff, #dce8ff);
    color: var(--accent-strong);
    display: grid;
    place-items: center;
    font-size: 2rem;
    font-weight: 700;
}

.feature-admin-list {
    display: grid;
    gap: 1rem;
}

.admin-panel-layout {
    align-items: start;
}

.admin-current-preview-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.admin-current-preview-card {
    padding: 1rem;
    border: 1px solid var(--border-soft);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.7);
}

.admin-current-preview-card-wide {
    grid-column: 1 / -1;
}

.admin-brand-preview-box {
    min-height: 5.5rem;
    display: grid;
    place-items: center;
    border-radius: 0.9rem;
    background: #f5f8ff;
    border: 1px dashed rgba(36, 107, 255, 0.24);
}

.admin-brand-preview-box img {
    max-width: 100%;
    max-height: 4.5rem;
    object-fit: contain;
}

.admin-favicon-preview-box img {
    width: 3rem;
    height: 3rem;
}

.admin-current-hero-preview {
    width: 100%;
    max-height: 18rem;
    object-fit: cover;
    border-radius: 0.9rem;
    border: 1px solid var(--border-soft);
}

.admin-default-hero-preview {
    min-height: 10rem;
    display: grid;
    place-items: center;
    gap: 0.75rem;
    border-radius: 0.9rem;
    color: var(--accent-strong);
    background:
        radial-gradient(circle at top right, rgba(36, 107, 255, 0.12), transparent 32%),
        linear-gradient(135deg, #f7fbff, #eaf2ff);
    border: 1px dashed rgba(36, 107, 255, 0.24);
    font-weight: 700;
}

.admin-default-hero-preview i {
    font-size: 2.4rem;
}

.payment-admin-qr-preview,
.payment-qr-image {
    display: block;
    width: min(14rem, 100%);
    aspect-ratio: 1;
    object-fit: contain;
    border-radius: 1rem;
    border: 1px solid var(--border-soft);
    background: #fff;
    padding: 0.75rem;
}

.payment-qr-large {
    width: min(20rem, 100%);
}

.payment-upi-panel {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding: 1rem;
    border-radius: 1rem;
    border: 1px solid var(--border-soft);
    background: rgba(255, 255, 255, 0.75);
}

.payment-module-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem 1rem;
    padding: 1rem;
    border-radius: 1rem;
    border: 1px solid var(--border-soft);
    background: rgba(255, 255, 255, 0.72);
}

.payment-order-stack {
    display: grid;
    gap: 1rem;
}

.admin-side-nav,
.admin-section-card,
.admin-plan-card,
.admin-preview-panel {
    padding: 1.6rem;
    border-radius: 1.4rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(245, 249, 255, 0.98));
    border: 1px solid rgba(36, 107, 255, 0.08);
    box-shadow: 0 16px 38px rgba(31, 53, 107, 0.08);
}

.admin-side-nav {
    position: sticky;
    top: 1.5rem;
}

.admin-side-nav-copy {
    margin-bottom: 1.2rem;
}

.admin-side-nav-group + .admin-side-nav-group {
    margin-top: 1.25rem;
}

.admin-side-nav-label {
    margin-bottom: 0.7rem;
    color: var(--accent-strong);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.admin-side-nav-links {
    display: grid;
    gap: 0.55rem;
}

.admin-nav-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.88rem 1rem;
    border-radius: 1rem;
    color: var(--text-main);
    text-decoration: none;
    font-weight: 600;
    background: rgba(36, 107, 255, 0.04);
    border: 1px solid transparent;
}

.admin-nav-link:hover,
.admin-nav-link.active {
    color: var(--accent-strong);
    border-color: rgba(36, 107, 255, 0.14);
    background: rgba(36, 107, 255, 0.09);
}

.admin-side-nav-note {
    display: grid;
    gap: 0.35rem;
    margin-top: 1.25rem;
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    background: rgba(36, 107, 255, 0.06);
    border: 1px solid rgba(36, 107, 255, 0.1);
    color: var(--text-soft);
    font-size: 0.92rem;
}

.admin-side-nav-note strong {
    color: var(--text-main);
}

.admin-section-head {
    margin-bottom: 1.4rem;
}

.admin-preview-image {
    width: 100%;
    border-radius: 1.2rem;
    object-fit: cover;
    box-shadow: 0 14px 34px rgba(31, 53, 107, 0.1);
}

.feature-admin-item {
    background-color: rgba(247, 250, 255, 0.95);
}

.feature-admin-thumb {
    width: 132px;
    flex: 0 0 132px;
}

.feature-admin-thumb-image {
    height: 84px;
    border-radius: 0.9rem;
}

.cta-banner {
    padding: 2rem;
    background:
        radial-gradient(circle at top right, rgba(36, 107, 255, 0.12), transparent 24%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 255, 0.98));
}

.footer-cta-strip {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 1.25rem;
    align-items: center;
    padding: 1.6rem 1.8rem;
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    border-radius: 0;
    background: linear-gradient(135deg, #071a42 0%, #091731 100%);
    color: #fff;
    box-shadow: 0 26px 60px rgba(8, 27, 69, 0.22);
}

.public-footer-strip {
    margin-top: 3rem;
}

.footer-title {
    margin-bottom: 1rem;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
}

.footer-cta-icon {
    width: 4.5rem;
    height: 4.5rem;
    display: inline-grid;
    place-items: center;
    border-radius: 1.35rem;
    background: linear-gradient(145deg, rgba(36, 107, 255, 0.18), rgba(36, 107, 255, 0.28));
    color: #8fc0ff;
    font-size: 1.8rem;
}

.footer-cta-copy h3,
.footer-cta-copy p {
    color: #fff;
}

.footer-cta-copy p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 1.02rem;
}

.public-footer {
    padding: 1.8rem 2rem 1.35rem;
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    border-radius: 0;
    background:
        radial-gradient(circle at top right, rgba(36, 107, 255, 0.12), transparent 22%),
        linear-gradient(180deg, #091731, #071227);
    color: #fff;
}

.footer-three-column-grid {
    justify-content: space-between;
}

.footer-brand-wrap {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
}

.footer-brand-wrap .brand-mark {
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 1rem;
}

.footer-social {
    display: flex;
    gap: 0.75rem;
    justify-content: flex-start;
}

.footer-social-link {
    width: 2.5rem;
    height: 2.5rem;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(222, 233, 255, 0.9);
    text-decoration: none;
}

.footer-social-link:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.08);
}

.footer-link,
.footer-copy {
    display: block;
    color: rgba(222, 233, 255, 0.72);
    text-decoration: none;
    margin-bottom: 0.65rem;
    font-size: 0.96rem;
}

.footer-link:hover {
    color: var(--accent-strong);
}

.footer-newsletter-col {
    display: flex;
    justify-content: flex-start;
}

.footer-newsletter-panel {
    width: 100%;
    max-width: none;
    text-align: left;
}

.public-footer-bottom {
    margin-top: 1.2rem;
    padding-top: 0.9rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(222, 233, 255, 0.72);
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.footer-newsletter .form-control {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.footer-newsletter .form-control::placeholder {
    color: rgba(222, 233, 255, 0.58);
}

@media (max-width: 991.98px) {
    .footer-newsletter-panel {
        max-width: none;
    }
}

pre.report-output {
    white-space: pre-wrap;
    word-break: break-word;
    max-height: 320px;
    overflow: auto;
    background: #f9f5ef;
    color: var(--text-main);
    border: 1px solid var(--border-soft);
    border-radius: 1rem;
    padding: 1rem;
}

.link-light {
    color: var(--accent-strong) !important;
    text-decoration: none;
}

.link-light:hover {
    color: var(--accent) !important;
    text-decoration: underline;
}

.badge.text-bg-dark {
    background-color: #f1e3d5 !important;
    color: #634736 !important;
}

.btn-outline-info {
    color: #0c7489;
    border-color: #8fd0da;
}

.btn-outline-info:hover,
.btn-outline-info:focus {
    color: #fff;
    background-color: #0c7489;
    border-color: #0c7489;
}

.btn-outline-danger {
    color: #b42318;
    border-color: #f0b1ab;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus {
    color: #fff;
    background-color: #b42318;
    border-color: #b42318;
}

@keyframes heroFloat {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes orbPulse {
    0%,
    100% {
        transform: scale(1);
        opacity: 0.9;
    }

    50% {
        transform: scale(1.08);
        opacity: 0.55;
    }
}

@keyframes rotateScanner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes scanSweep {
    0%,
    18% {
        opacity: 0;
        transform: rotate(24deg) translateY(-115%);
    }

    34%,
    62% {
        opacity: 1;
        transform: rotate(24deg) translateY(0);
    }

    82%,
    100% {
        opacity: 0;
        transform: rotate(24deg) translateY(115%);
    }
}

@keyframes networkNodeFloat {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }
}

@keyframes scanBlink {
    0%,
    100% {
        opacity: 0.45;
        transform: translateY(0);
    }

    50% {
        opacity: 1;
        transform: translateY(-2px);
    }
}

@keyframes loaderBars {
    0%,
    100% {
        transform: scaleY(0.78);
        opacity: 0.72;
    }

    50% {
        transform: scaleY(1.06);
        opacity: 1;
    }
}

@media (min-width: 1200px) {
    .col-xl-2-custom {
        flex: 0 0 auto;
        width: 20%;
    }
}

@media (max-width: 1199.98px) {
}

@media (max-width: 991.98px) {
    .sidebar {
        border-right: 0;
        border-bottom: 1px solid var(--border-soft);
    }

    .app-sidebar {
        position: static;
        min-height: auto;
    }

    .sidebar-user {
        margin-top: 1rem;
    }

    .section-heading {
        flex-direction: column;
        align-items: flex-start;
    }

    .app-page-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .app-page-header-actions {
        width: 100%;
    }

    .app-page-header-actions .btn,
    .app-page-header-actions .form-select,
    .app-page-header-actions form {
        width: 100%;
    }

    .history-filter-grid {
        grid-template-columns: 1fr;
    }

    .history-filter-actions {
        flex-direction: column;
        justify-content: stretch;
    }

    .home-scan-shell {
        grid-template-columns: 1fr;
    }

    .home-scan-placeholder {
        min-height: 24rem;
    }

    .public-navbar .navbar-collapse {
        padding-top: 1rem;
    }

    .app-navbar .navbar-collapse {
        padding-top: 1rem;
    }

    .public-nav-list {
        align-items: flex-start !important;
        gap: 0.15rem;
    }

    .app-nav-list {
        align-items: flex-start !important;
        gap: 0.15rem;
    }

    .public-nav-link {
        padding: 0.8rem 0;
    }

    .app-nav-link {
        padding: 0.8rem 0;
    }

    .footer-cta-strip {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .about-stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
    }

    .about-stat-item + .about-stat-item {
        border-left: 0;
    }

    .admin-side-nav {
        position: static;
    }

    .visual-orb {
        animation: none;
    }
}

@media (max-width: 767.98px) {
    .dashboard-topbar {
        flex-direction: column;
        align-items: stretch;
        text-align: left;
    }

    .topbar-logout {
        justify-content: center;
        width: 100%;
    }

    .sidebar-link {
        padding-left: 0.85rem;
        padding-right: 0.85rem;
    }

    .public-main-wrap {
        padding-top: 1rem;
        padding-bottom: 0;
    }

    .about-stats-grid {
        grid-template-columns: 1fr;
        padding: 1.25rem;
    }

    .admin-current-preview-grid {
        grid-template-columns: 1fr;
    }

    .payment-upi-panel,
    .payment-module-grid {
        grid-template-columns: 1fr;
    }

    .payment-upi-panel {
        align-items: flex-start;
        flex-direction: column;
    }

    .auth-shell {
        max-width: none;
        margin-top: 2rem;
        padding-inline: 1rem;
    }

    .user-login-panel {
        grid-template-columns: 1fr;
    }

    .user-login-showcase {
        padding: 1.5rem;
    }

    .public-nav {
        padding: 0.85rem 1rem;
    }

    .app-sidebar-toggle {
        justify-content: center;
    }

    .app-main-wrap {
        padding-top: 1rem;
        padding-bottom: 2rem;
    }

    .app-section-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .home-reference-hero {
        padding-inline: 0;
    }

    .brand-name-line {
        font-size: 1.65rem;
    }

    .brand-tagline {
        font-size: 0.82rem;
    }

    .home-reference-title,
    .page-hero .display-6 {
        font-size: clamp(2.3rem, 8vw, 3.35rem);
    }

    .hero-panel,
    .cta-banner,
    .public-footer,
    .trust-card,
    .product-card,
    .home-scanner-card,
    .capability-card,
    .workflow-card,
    .admin-side-nav,
    .admin-section-card,
    .admin-plan-card,
    .admin-preview-panel {
        padding: 1.35rem;
    }

    .home-reference-actions,
    .page-hero .d-flex.flex-wrap.gap-3 {
        flex-direction: column;
        align-items: stretch;
    }

    .pricing-page-hero {
        grid-template-columns: 1fr;
        padding: 1.35rem;
    }

    .home-reference-actions .btn,
    .page-hero .btn-lg {
        width: 100%;
        justify-content: center;
    }

    .home-scan-form-pane,
    .home-scan-result-pane {
        padding: 1.5rem 1.2rem;
    }

    .home-scan-result-summary {
        flex-direction: column;
    }

    .home-scan-result-score {
        justify-items: start;
        text-align: left;
    }

    .home-score-explainer-head,
    .home-score-check-item {
        grid-template-columns: 1fr;
    }

    .home-score-check-impact {
        white-space: normal;
    }

    .home-reference-visual {
        min-height: auto;
        padding: 1.25rem;
    }

    .hero-network-scene {
        min-height: 30rem;
        padding: 1rem;
    }

    .hero-network-node {
        width: 10.5rem;
        padding: 0.85rem;
    }

    .link-top-left,
    .link-top-right,
    .link-bottom-left,
    .link-bottom-right {
        display: none;
    }

    .network-node-threat,
    .network-node-scan {
        top: 1rem;
    }

    .network-node-threat,
    .network-node-report {
        left: 1rem;
    }

    .network-node-scan,
    .network-node-assets {
        right: 1rem;
    }

    .network-node-report,
    .network-node-assets {
        bottom: 5.3rem;
    }

    .hero-network-status-card {
        width: calc(100% - 2rem);
        left: 1rem;
        bottom: 1rem;
        transform: none;
    }

    .hero-console-scene {
        min-height: 27rem;
    }

    .console-device {
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
        max-width: 24.5rem;
        margin: 1.75rem auto 0;
    }

    .console-base {
        width: 100%;
    }

    .console-float {
        width: 4rem;
        height: 4rem;
        font-size: 1.45rem;
    }

    .console-link {
        display: none;
    }

    .console-plant {
        transform: scale(0.9);
        transform-origin: bottom right;
    }

    .hero-laptop-scene {
        min-height: 28rem;
    }

    .hero-laptop {
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
        max-width: 24.5rem;
        margin: 2rem auto 0;
    }

    .hero-device-card {
        width: 4rem;
        height: 4rem;
        font-size: 1.5rem;
    }

    .hero-connector {
        display: none;
    }

    .hero-plant {
        transform: scale(0.9);
        transform-origin: bottom right;
    }

    .home-reference-float {
        position: static;
        margin-top: 0.85rem;
    }

    .home-hero-stats {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .pricing-price {
        font-size: 2.3rem;
    }

    .card-globe,
    .card-code,
    .card-lock,
    .card-stack {
        transform: scale(0.92);
    }

    .feature-admin-thumb {
        width: 100%;
        flex-basis: auto;
    }

    .admin-responsive-table thead {
        display: none;
    }

    .admin-responsive-table,
    .admin-responsive-table tbody,
    .admin-responsive-table tr,
    .admin-responsive-table td {
        display: block;
        width: 100%;
    }

    .admin-responsive-table tr {
        padding: 1rem 0;
        border-bottom: 1px solid var(--border-soft);
    }

    .admin-responsive-table tr:last-child {
        border-bottom: 0;
    }

    .admin-responsive-table td {
        padding: 0.5rem 0;
        border: 0;
    }

    .admin-responsive-table td::before {
        content: attr(data-label);
        display: block;
        margin-bottom: 0.2rem;
        color: var(--text-soft);
        font-size: 0.76rem;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-reference-image,
    .visual-orb,
    .hero-node,
    .hero-device-shell,
    .hero-network-pulse {
        animation: none;
    }
}
.subscription-countdown-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    max-width: 100%;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    font-size: 0.9rem;
    line-height: 1.2;
    white-space: nowrap;
}

.subscription-countdown-ok {
    color: #062e1a;
    background: #7ee2a8;
}

.subscription-countdown-soon {
    color: #2f2200;
    background: #ffd86b;
}

.subscription-countdown-urgent {
    color: #fff;
    background: #d94848;
}

.subscription-countdown-expired {
    color: #fff;
    background: #6c757d;
}
