:root {
    --ch-bg: #0d0d0b;
    --ch-bg-soft: #11110d;
    --ch-surface: #161610;
    --ch-surface-2: #1e1e17;
    --ch-gold: #c9a84c;
    --ch-gold-2: #f0d778;
    --ch-blue: #3b82f6;
    --ch-text: #f5f0e8;
    --ch-muted: #bdb8b0;
    --ch-dim: #8d887e;
    --ch-border: #2a2a26;
    --ch-radius: 16px;
    --ch-shadow: 0 24px 70px rgba(0, 0, 0, .35);
}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--ch-bg) !important;
    color: var(--ch-text) !important;
    font-family: "Inter", "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

body::before {
    background:
        radial-gradient(circle at 16% 0%, rgba(201, 168, 76, .16), transparent 28%),
        radial-gradient(circle at 86% 10%, rgba(59, 130, 246, .14), transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, .03), transparent 440px);
    content: "";
    inset: 0;
    pointer-events: none;
    position: fixed;
    z-index: -1;
}

a {
    color: inherit;
    text-decoration: none;
}

.ch-container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 24px;
    width: 100%;
}

.ch-home {
    background: transparent;
    color: var(--ch-text);
    overflow: hidden;
}

.ch-section {
    padding: 88px 0;
}

.ch-nav {
    background: rgba(13, 13, 11, .76) !important;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
    backdrop-filter: blur(18px);
    padding: 14px 0 !important;
}

.ch-nav.scrolled,
.premium-navbar.scrolled {
    background: rgba(13, 13, 11, .92) !important;
    box-shadow: 0 16px 40px rgba(0, 0, 0, .28) !important;
}

.ch-nav-container {
    align-items: center;
    display: flex;
    gap: 24px;
}

.ch-brand {
    align-items: center;
    color: var(--ch-text) !important;
    display: inline-flex;
    gap: 12px;
    min-width: max-content;
}

.ch-brand-mark {
    align-items: center;
    background: linear-gradient(135deg, var(--ch-gold), var(--ch-gold-2));
    border-radius: 12px;
    color: #161610;
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    height: 38px;
    justify-content: center;
    letter-spacing: 0;
    width: 38px;
}

.ch-brand-text {
    color: var(--ch-text);
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0;
}

.ch-desktop-nav .navbar-nav {
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 999px;
    gap: 2px;
    padding: 6px;
}

.ch-desktop-nav .nav-link {
    border-radius: 999px;
    color: var(--ch-muted) !important;
    font-size: 14px;
    font-weight: 700;
    margin: 0 !important;
    padding: 9px 14px !important;
}

.ch-desktop-nav .nav-link::after {
    display: none;
}

.ch-desktop-nav .nav-link:hover {
    background: rgba(255, 255, 255, .08) !important;
    color: var(--ch-text) !important;
}

.ch-nav-actions {
    align-items: center;
    display: flex;
    gap: 16px;
}

.ch-login-link {
    color: var(--ch-muted);
    font-size: 14px;
    font-weight: 700;
}

.ch-nav-button,
.ch-mobile-cta,
.ch-btn {
    align-items: center;
    border-radius: 10px;
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    letter-spacing: 0;
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease, background .3s ease;
}

.ch-nav-button {
    background: var(--ch-gold);
    color: #11110d;
    min-height: 42px;
    padding: 0 18px;
}

.ch-nav-button:hover,
.ch-mobile-cta:hover,
.ch-btn:hover {
    transform: translateY(-2px) scale(1.02);
}

.ch-nav-button:hover,
.ch-btn-primary:hover {
    box-shadow: 0 12px 34px rgba(201, 168, 76, .28);
    color: #11110d;
}

.ch-mobile-actions {
    align-items: center;
    display: none;
    gap: 10px;
    margin-left: auto;
}

.ch-mobile-cta {
    background: rgba(201, 168, 76, .12);
    border: 1px solid rgba(201, 168, 76, .28);
    color: var(--ch-gold);
    font-size: 13px;
    min-height: 40px;
    padding: 0 14px;
}

.premium-navbar .ib-header-mobile-menu .ib-mobile-main-toggle.hc-nav-trigger.ch-menu-toggle,
.premium-navbar .ib-header-mobile-menu .ib-mobile-main-toggle.ch-menu-toggle {
    align-items: center;
    background: var(--ch-gold) !important;
    border: 0;
    border-radius: 12px !important;
    box-shadow: 0 12px 30px rgba(201, 168, 76, .24);
    box-sizing: border-box;
    display: inline-flex;
    height: 42px !important;
    justify-content: center;
    left: auto !important;
    margin: 0 !important;
    min-height: 42px !important;
    overflow: hidden;
    padding: 0 !important;
    position: relative !important;
    text-indent: -9999px;
    top: auto !important;
    width: 42px !important;
}

.premium-navbar .ib-header-mobile-menu .ib-mobile-main-toggle.ch-menu-toggle span,
.premium-navbar .ib-header-mobile-menu .ib-mobile-main-toggle.ch-menu-toggle span::before,
.premium-navbar .ib-header-mobile-menu .ib-mobile-main-toggle.ch-menu-toggle span::after {
    background: #11110d !important;
    border-radius: 999px;
    height: 2px !important;
    left: 11px !important;
    position: absolute;
    width: 20px !important;
}

.premium-navbar .ib-header-mobile-menu .ib-mobile-main-toggle.ch-menu-toggle span {
    top: 20px !important;
}

.premium-navbar .ib-header-mobile-menu .ib-mobile-main-toggle.ch-menu-toggle span::before {
    top: -7px !important;
}

.premium-navbar .ib-header-mobile-menu .ib-mobile-main-toggle.ch-menu-toggle span::after {
    top: 7px !important;
}

.premium-navbar .ib-header-mobile-menu .ib-mobile-main-toggle.ch-menu-toggle.toggle-open span {
    background: transparent !important;
    transform: rotate(45deg);
}

.premium-navbar .ib-header-mobile-menu .ib-mobile-main-toggle.ch-menu-toggle.toggle-open span::before {
    top: 0 !important;
    transform: none;
}

.premium-navbar .ib-header-mobile-menu .ib-mobile-main-toggle.ch-menu-toggle.toggle-open span::after {
    top: 0 !important;
    transform: rotate(-90deg);
}

.ch-hero {
    min-height: 100vh;
    padding: 150px 0 88px;
}

.ch-hero-grid {
    align-items: center;
    display: grid;
    gap: 56px;
    grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr);
}

.ch-eyebrow,
.ch-kicker {
    align-items: center;
    color: var(--ch-gold);
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    gap: 10px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.ch-eyebrow span {
    background: var(--ch-gold);
    border-radius: 999px;
    box-shadow: 0 0 28px rgba(201, 168, 76, .65);
    height: 8px;
    width: 8px;
}

.ch-hero h1,
.ch-section-head h2,
.ch-cta-panel h2 {
    color: var(--ch-text);
    font-family: "Poppins", "Inter", sans-serif;
    font-weight: 900;
    letter-spacing: 0;
}

.ch-hero h1 {
    font-size: clamp(48px, 7vw, 92px);
    line-height: .96;
    margin: 22px 0 24px;
    max-width: 830px;
}

.ch-lead {
    color: var(--ch-muted);
    font-size: clamp(17px, 2vw, 21px);
    line-height: 1.75;
    margin: 0;
    max-width: 720px;
}

.ch-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.ch-btn {
    font-size: 15px;
    min-height: 48px;
    padding: 0 22px;
}

.ch-btn-primary {
    background: var(--ch-gold);
    color: #11110d;
}

.ch-btn-secondary {
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .12);
    color: var(--ch-text);
}

.ch-btn-secondary:hover {
    border-color: rgba(201, 168, 76, .52);
    box-shadow: 0 12px 34px rgba(255, 255, 255, .07);
    color: var(--ch-text);
}

.ch-hero-proof {
    border-top: 1px solid var(--ch-border);
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 42px;
    max-width: 720px;
    padding-top: 24px;
}

.ch-hero-proof strong {
    color: var(--ch-text);
    display: block;
    font-size: 20px;
    font-weight: 900;
}

.ch-hero-proof span {
    color: var(--ch-dim);
    display: block;
    font-size: 13px;
    margin-top: 4px;
}

.ch-dashboard {
    background: linear-gradient(145deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .035));
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 28px;
    box-shadow: var(--ch-shadow);
    overflow: hidden;
    position: relative;
}

.ch-dashboard::before {
    background: radial-gradient(circle, rgba(201, 168, 76, .24), transparent 60%);
    content: "";
    height: 260px;
    position: absolute;
    right: -90px;
    top: -90px;
    width: 260px;
}

.ch-dashboard-top {
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    display: flex;
    gap: 8px;
    padding: 18px 20px;
    position: relative;
}

.ch-dashboard-top span {
    background: rgba(255, 255, 255, .24);
    border-radius: 50%;
    height: 10px;
    width: 10px;
}

.ch-dashboard-top span:first-child {
    background: #ff6b6b;
}

.ch-dashboard-top span:nth-child(2) {
    background: #ffd166;
}

.ch-dashboard-top span:nth-child(3) {
    background: #06d6a0;
}

.ch-dashboard-top b {
    color: var(--ch-muted);
    font-size: 13px;
    margin-left: auto;
}

.ch-dashboard-body {
    display: grid;
    gap: 18px;
    grid-template-columns: 1fr 150px;
    padding: 22px;
    position: relative;
}

.ch-dashboard-main,
.ch-dashboard-side,
.ch-stat-card,
.ch-preview-chart,
.ch-system-list div,
.ch-dashboard-side div {
    background: rgba(13, 13, 11, .68);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 18px;
}

.ch-dashboard-main {
    display: grid;
    gap: 16px;
    padding: 16px;
}

.ch-stat-card {
    padding: 18px;
}

.ch-stat-card span,
.ch-dashboard-side small {
    color: var(--ch-dim);
    display: block;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.ch-stat-card strong {
    color: var(--ch-text);
    display: block;
    font-size: 48px;
    line-height: 1;
    margin: 8px 0;
}

.ch-stat-card small {
    color: var(--ch-muted);
}

.ch-preview-chart {
    align-items: end;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(6, 1fr);
    height: 150px;
    padding: 18px;
}

.ch-preview-chart i {
    background: linear-gradient(180deg, var(--ch-gold-2), var(--ch-gold));
    border-radius: 999px 999px 6px 6px;
    display: block;
}

.ch-system-list {
    display: grid;
    gap: 10px;
}

.ch-system-list div {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 13px 14px;
}

.ch-system-list span,
.ch-dashboard-side strong {
    color: var(--ch-text);
    font-weight: 800;
}

.ch-system-list b {
    color: var(--ch-gold);
    font-size: 12px;
}

.ch-dashboard-side {
    background: transparent;
    border: 0;
    display: grid;
    gap: 12px;
}

.ch-dashboard-side div {
    padding: 16px;
}

.ch-trust {
    padding-top: 0;
}

.ch-trust-row {
    align-items: center;
    border-bottom: 1px solid var(--ch-border);
    border-top: 1px solid var(--ch-border);
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
    padding-bottom: 18px;
    padding-top: 18px;
}

.ch-trust-row span {
    color: var(--ch-dim);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.ch-section-head {
    margin-bottom: 34px;
    max-width: 760px;
}

.ch-section-head-row {
    align-items: end;
    display: flex;
    justify-content: space-between;
    max-width: none;
}

.ch-section-head h2,
.ch-cta-panel h2 {
    font-size: clamp(34px, 4.6vw, 58px);
    line-height: 1.05;
    margin: 12px 0 14px;
}

.ch-section-head p,
.ch-cta-panel p {
    color: var(--ch-muted);
    font-size: 17px;
    line-height: 1.7;
    margin: 0;
}

.ch-product-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ch-product-card,
.ch-category-grid a,
.ch-feature-grid article,
.ch-included-grid div,
.ch-quote-grid article,
.ch-cta-panel {
    background: linear-gradient(180deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .025));
    border: 1px solid var(--ch-border);
    border-radius: var(--ch-radius);
    transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.ch-product-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 16px;
}

.ch-product-card:hover,
.ch-category-grid a:hover,
.ch-feature-grid article:hover,
.ch-included-grid div:hover,
.ch-quote-grid article:hover {
    border-color: rgba(201, 168, 76, .52);
    box-shadow: 0 18px 44px rgba(201, 168, 76, .08);
    transform: translateY(-5px);
}

.ch-product-visual {
    border-radius: 14px;
    height: 176px;
    overflow: hidden;
    position: relative;
}

.ch-product-visual span {
    background: rgba(13, 13, 11, .76);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 12px;
    color: var(--ch-text);
    font-weight: 900;
    left: 16px;
    padding: 8px 10px;
    position: absolute;
    top: 16px;
}

.ch-product-visual div {
    background: rgba(255, 255, 255, .22);
    border-radius: 18px 18px 0 0;
    bottom: -12px;
    height: 96px;
    left: 30px;
    position: absolute;
    right: 30px;
}

.ch-product-visual img {
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

.ch-visual-invoice {
    background: linear-gradient(135deg, #29301a, #c9a84c);
}

.ch-visual-ai {
    background: linear-gradient(135deg, #151b38, #3b82f6);
}

.ch-visual-booking {
    background: linear-gradient(135deg, #10251f, #16a37b);
}

.ch-visual-kit {
    background: linear-gradient(135deg, #2b1d12, #e38d3d);
}

.ch-product-meta {
    margin-top: 18px;
}

.ch-product-meta span {
    color: var(--ch-gold);
    display: block;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.ch-product-meta strong {
    color: var(--ch-text);
    display: block;
    font-size: 21px;
    margin-top: 5px;
}

.ch-product-card p {
    color: var(--ch-muted);
    line-height: 1.65;
    margin: 12px 0 16px;
}

.ch-product-card ul {
    display: grid;
    gap: 8px;
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
}

.ch-product-card li {
    color: var(--ch-muted);
    font-size: 14px;
    padding-left: 18px;
    position: relative;
}

.ch-product-card li::before {
    background: var(--ch-gold);
    border-radius: 50%;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: 9px;
    width: 6px;
}

.ch-card-actions {
    align-items: center;
    border-top: 1px solid var(--ch-border);
    display: flex;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 16px;
}

.ch-card-actions a,
.ch-link {
    color: var(--ch-gold);
    font-weight: 900;
}

.ch-card-actions b {
    color: var(--ch-dim);
    font-size: 12px;
}

.ch-categories {
    background: rgba(255, 255, 255, .02);
}

.ch-category-grid,
.ch-feature-grid,
.ch-included-grid,
.ch-quote-grid {
    display: grid;
    gap: 16px;
}

.ch-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ch-category-grid a {
    display: block;
    padding: 24px;
}

.ch-category-grid span {
    color: var(--ch-gold);
    display: block;
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 36px;
}

.ch-category-grid strong,
.ch-included-grid strong {
    color: var(--ch-text);
    display: block;
    font-size: 20px;
}

.ch-category-grid small,
.ch-included-grid span {
    color: var(--ch-muted);
    display: block;
    line-height: 1.6;
    margin-top: 8px;
}

.ch-value-grid {
    align-items: start;
    display: grid;
    gap: 52px;
    grid-template-columns: .82fr 1fr;
}

.ch-sticky-copy {
    margin-bottom: 0;
    position: sticky;
    top: 120px;
}

.ch-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ch-feature-grid article {
    min-height: 260px;
    padding: 28px;
}

.ch-feature-grid span {
    color: var(--ch-gold);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.ch-feature-grid h3 {
    color: var(--ch-text);
    font-size: 24px;
    font-weight: 900;
    line-height: 1.2;
    margin: 34px 0 12px;
}

.ch-feature-grid p {
    color: var(--ch-muted);
    line-height: 1.65;
    margin: 0;
}

.ch-included-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ch-included-grid div {
    padding: 24px;
}

.ch-quote-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ch-quote-grid article {
    padding: 26px;
}

.ch-quote-grid p {
    color: var(--ch-text);
    font-size: 17px;
    line-height: 1.7;
    margin: 0 0 24px;
}

.ch-quote-grid strong,
.ch-quote-grid span {
    display: block;
}

.ch-quote-grid strong {
    color: var(--ch-text);
    font-weight: 900;
}

.ch-quote-grid span {
    color: var(--ch-dim);
    margin-top: 4px;
}

.ch-final-cta {
    padding-bottom: 110px;
}

.ch-cta-panel {
    background:
        radial-gradient(circle at 20% 0%, rgba(201, 168, 76, .22), transparent 34%),
        radial-gradient(circle at 82% 0%, rgba(59, 130, 246, .2), transparent 36%),
        linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .035));
    padding: clamp(32px, 7vw, 72px);
    text-align: center;
}

.ch-cta-panel .ch-actions {
    justify-content: center;
}

.ch-footer {
    background: #090908;
    border-top: 1px solid var(--ch-border);
    color: var(--ch-text);
    padding: 72px 0 28px;
}

.ch-footer-top {
    align-items: start;
    display: flex;
    gap: 32px;
    justify-content: space-between;
    margin-bottom: 48px;
}

.ch-footer-top p {
    color: var(--ch-muted);
    line-height: 1.7;
    margin: 18px 0 0;
    max-width: 420px;
}

.ch-footer-newsletter {
    background: rgba(255, 255, 255, .04);
    border: 1px solid var(--ch-border);
    border-radius: var(--ch-radius);
    max-width: 360px;
    padding: 22px;
}

.ch-footer-newsletter strong,
.ch-footer-newsletter span {
    display: block;
}

.ch-footer-newsletter strong {
    color: var(--ch-text);
    font-size: 18px;
}

.ch-footer-newsletter span {
    color: var(--ch-muted);
    line-height: 1.6;
    margin-top: 8px;
}

.ch-footer-grid {
    display: grid;
    gap: 26px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ch-footer-grid h3 {
    color: var(--ch-text);
    font-size: 14px;
    font-weight: 900;
    margin: 0 0 16px;
    text-transform: uppercase;
}

.ch-footer-grid a {
    color: var(--ch-muted);
    display: block;
    font-weight: 600;
    margin-top: 10px;
}

.ch-footer-grid a:hover {
    color: var(--ch-gold);
}

.ch-footer-bottom {
    border-top: 1px solid var(--ch-border);
    color: var(--ch-dim);
    display: flex;
    justify-content: space-between;
    margin-top: 52px;
    padding-top: 24px;
}

.ch-page-hero {
    padding: 150px 0 72px;
}

.ch-page-hero h1 {
    color: var(--ch-text);
    font-family: "Poppins", "Inter", sans-serif;
    font-size: clamp(42px, 6vw, 78px);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1;
    margin: 14px 0 18px;
    max-width: 900px;
}

.ch-page-hero p {
    color: var(--ch-muted);
    font-size: 18px;
    line-height: 1.75;
    margin: 0;
    max-width: 760px;
}

.ch-filter-bar {
    background: rgba(255, 255, 255, .045);
    border: 1px solid var(--ch-border);
    border-radius: var(--ch-radius);
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(0, 1fr) 240px 130px;
    margin-bottom: 28px;
    padding: 12px;
}

.ch-filter-bar input,
.ch-filter-bar select,
.ch-filter-bar button {
    border-radius: 10px;
    font: inherit;
    min-height: 48px;
}

.ch-filter-bar input,
.ch-filter-bar select {
    background: rgba(13, 13, 11, .8);
    border: 1px solid rgba(255, 255, 255, .1);
    color: var(--ch-text);
    padding: 0 14px;
}

.ch-filter-bar input:focus,
.ch-filter-bar select:focus {
    border-color: rgba(201, 168, 76, .7);
    box-shadow: 0 0 0 3px rgba(201, 168, 76, .12);
    outline: none;
}

.ch-filter-bar button {
    background: var(--ch-gold);
    border: 0;
    color: #11110d;
    font-weight: 900;
}

.ch-empty-state {
    background: rgba(255, 255, 255, .04);
    border: 1px solid var(--ch-border);
    border-radius: var(--ch-radius);
    grid-column: 1 / -1;
    padding: 42px;
    text-align: center;
}

.ch-empty-state h2 {
    color: var(--ch-text);
    font-weight: 900;
}

.ch-empty-state p {
    color: var(--ch-muted);
    margin-bottom: 0;
}

.ch-product-hero-grid {
    align-items: center;
    display: grid;
    gap: 44px;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
}

.ch-product-detail-preview {
    align-items: center;
    aspect-ratio: 1 / .84;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 28px;
    box-shadow: var(--ch-shadow);
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.ch-product-detail-preview img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.ch-product-detail-preview>span {
    background: rgba(13, 13, 11, .7);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 18px;
    color: var(--ch-text);
    font-size: 34px;
    font-weight: 900;
    padding: 18px 22px;
    position: relative;
    z-index: 2;
}

.ch-product-detail-preview>div {
    background: rgba(255, 255, 255, .2);
    border-radius: 24px 24px 0 0;
    bottom: -16px;
    height: 130px;
    left: 48px;
    position: absolute;
    right: 48px;
}

.ch-detail-grid {
    align-items: start;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) 360px;
}

.ch-detail-main,
.ch-detail-sidebar {
    display: grid;
    gap: 20px;
}

.ch-detail-sidebar {
    position: sticky;
    top: 110px;
}

.ch-detail-panel {
    background: linear-gradient(180deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .025));
    border: 1px solid var(--ch-border);
    border-radius: var(--ch-radius);
    padding: 28px;
}

.ch-detail-panel h2 {
    color: var(--ch-text);
    font-size: 28px;
    font-weight: 900;
    line-height: 1.2;
    margin: 10px 0 14px;
}

.ch-detail-panel p {
    color: var(--ch-muted);
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
}

.ch-detail-list-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 18px;
}

.ch-sidebar-list {
    display: grid;
    gap: 10px;
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
}

.ch-sidebar-list li {
    color: var(--ch-muted);
    padding-left: 20px;
    position: relative;
}

.ch-sidebar-list li::before {
    background: var(--ch-gold);
    border-radius: 50%;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    top: 9px;
    width: 7px;
}

.ch-tech-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.ch-tech-tags span {
    background: rgba(201, 168, 76, .1);
    border: 1px solid rgba(201, 168, 76, .22);
    border-radius: 999px;
    color: var(--ch-gold);
    font-size: 13px;
    font-weight: 900;
    padding: 8px 11px;
}

.ch-screenshot-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 18px;
}

.ch-screenshot-grid img {
    aspect-ratio: 16 / 10;
    border: 1px solid var(--ch-border);
    border-radius: 14px;
    object-fit: cover;
    width: 100%;
}

.ch-related-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ch-auth-section {
    min-height: 100vh;
    padding: 144px 0 86px;
}

.ch-auth-grid {
    align-items: center;
    display: grid;
    gap: 56px;
    grid-template-columns: minmax(0, .95fr) minmax(360px, 480px);
}

.ch-auth-copy h1 {
    color: var(--ch-text);
    font-size: clamp(44px, 6vw, 82px);
    font-weight: 900;
    letter-spacing: 0;
    line-height: .95;
    margin: 16px 0 20px;
}

.ch-auth-copy p {
    color: var(--ch-muted);
    font-size: 18px;
    line-height: 1.75;
    max-width: 620px;
}

.ch-auth-points {
    display: grid;
    gap: 12px;
    margin-top: 30px;
    max-width: 520px;
}

.ch-auth-points span {
    background: rgba(255, 255, 255, .065);
    border: 1px solid var(--ch-border);
    border-radius: 8px;
    color: var(--ch-text);
    font-size: 14px;
    font-weight: 800;
    padding: 14px 16px;
}

.ch-auth-card {
    background: linear-gradient(145deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .045));
    border: 1px solid var(--ch-border);
    border-radius: 18px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, .28);
    padding: 28px;
}

.ch-auth-card-head {
    margin-bottom: 22px;
}

.ch-auth-card h2 {
    color: var(--ch-text);
    font-size: 30px;
    font-weight: 900;
    margin: 0 0 6px;
}

.ch-auth-card p {
    color: var(--ch-muted);
    margin: 0;
}

.ch-auth-form {
    display: grid;
    gap: 16px;
}

.ch-auth-form label {
    display: grid;
    gap: 8px;
    margin: 0;
}

.ch-auth-form label span {
    color: var(--ch-text);
    font-size: 13px;
    font-weight: 800;
}

.ch-auth-form input {
    background: rgba(6, 10, 16, .72);
    border: 1px solid var(--ch-border);
    border-radius: 8px;
    color: var(--ch-text);
    font: inherit;
    min-height: 52px;
    outline: none;
    padding: 0 15px;
    transition: border-color .2s ease, box-shadow .2s ease;
    width: 100%;
}

.ch-auth-form input:focus {
    border-color: rgba(68, 190, 255, .78);
    box-shadow: 0 0 0 4px rgba(68, 190, 255, .12);
}

.ch-auth-form small,
.ch-auth-errors {
    color: #ffb4a7;
    font-size: 13px;
    line-height: 1.5;
}

.ch-auth-errors,
.ch-auth-message {
    background: rgba(255, 255, 255, .07);
    border: 1px solid var(--ch-border);
    border-radius: 8px;
    margin-bottom: 16px;
    padding: 12px 14px;
}

.ch-auth-message {
    color: var(--ch-text);
}

.ch-auth-two {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ch-auth-submit,
.ch-google-button {
    align-items: center;
    border-radius: 8px;
    display: inline-flex;
    font-weight: 900;
    justify-content: center;
    min-height: 52px;
    text-decoration: none;
    width: 100%;
}

.ch-auth-submit {
    background: var(--ch-accent);
    border: 0;
    color: #041016;
    margin-top: 4px;
}

.ch-google-button {
    background: #fff;
    border: 1px solid rgba(255, 255, 255, .16);
    color: #111827;
    gap: 10px;
}

.ch-google-button span {
    align-items: center;
    border: 1px solid #d7dce5;
    border-radius: 999px;
    display: inline-flex;
    font-family: Arial, sans-serif;
    font-weight: 900;
    height: 28px;
    justify-content: center;
    width: 28px;
}

.ch-auth-divider {
    align-items: center;
    color: var(--ch-dim);
    display: flex;
    gap: 14px;
    margin: 22px 0;
}

.ch-auth-divider::before,
.ch-auth-divider::after {
    background: var(--ch-border);
    content: "";
    flex: 1;
    height: 1px;
}

.ch-auth-switch {
    color: var(--ch-muted);
    margin-top: 20px !important;
    text-align: center;
}

.ch-auth-switch a {
    color: var(--ch-accent);
    font-weight: 900;
    text-decoration: none;
}

.ch-download-meta {
    background: rgba(255, 255, 255, .055);
    border: 1px solid var(--ch-border);
    border-radius: 8px;
    display: grid;
    gap: 4px;
    margin: 14px 0;
    padding: 12px 14px;
}

.ch-download-meta span {
    color: var(--ch-dim);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.ch-download-meta strong {
    color: var(--ch-text);
    font-size: 14px;
    overflow-wrap: anywhere;
}

.ch-download-card .ch-card-actions {
    margin-top: 18px;
}

.hc-offcanvas-nav .nav-container,
.hc-offcanvas-nav .nav-wrapper,
.hc-offcanvas-nav ul {
    background: #11110d !important;
}

.hc-offcanvas-nav .nav-item-link,
.hc-offcanvas-nav li.nav-close a,
.hc-offcanvas-nav .nav-back a {
    color: var(--ch-text) !important;
    font-family: "Inter", "Poppins", sans-serif !important;
}

@media (max-width: 1199.98px) {
    .ch-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ch-hero-grid {
        grid-template-columns: 1fr;
    }

    .ch-dashboard {
        max-width: 760px;
    }
}

@media (max-width: 991.98px) {
    .ch-desktop-nav {
        display: none !important;
    }

    .ch-mobile-actions {
        display: flex !important;
    }

    .ch-nav {
        padding: 12px 0 !important;
    }

    .ch-hero {
        min-height: auto;
        padding: 126px 0 72px;
    }

    .ch-section {
        padding: 68px 0;
    }

    .ch-section-head-row,
    .ch-footer-top,
    .ch-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .ch-section-head-row {
        gap: 16px;
    }

    .ch-value-grid,
    .ch-category-grid,
    .ch-included-grid,
    .ch-quote-grid,
    .ch-product-hero-grid,
    .ch-detail-grid,
    .ch-auth-grid {
        grid-template-columns: 1fr;
    }

    .ch-sticky-copy {
        position: static;
    }

    .ch-detail-sidebar {
        position: static;
    }

    .ch-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .ch-container {
        padding: 0 18px;
    }

    .ch-hero h1 {
        font-size: 46px;
    }

    .ch-hero {
        padding-top: 108px;
    }

    .ch-hero-grid {
        gap: 34px;
    }

    .ch-actions {
        margin-top: 24px;
    }

    .ch-hero-proof {
        margin-top: 28px;
        padding-top: 18px;
    }

    .ch-dashboard-top {
        padding: 13px 14px;
    }

    .ch-hero-proof,
    .ch-feature-grid,
    .ch-product-grid,
    .ch-dashboard-body,
    .ch-filter-bar,
    .ch-detail-list-grid,
    .ch-screenshot-grid,
    .ch-related-grid,
    .ch-auth-two {
        grid-template-columns: 1fr;
    }

    .ch-auth-section {
        padding-top: 116px;
    }

    .ch-auth-card {
        padding: 22px;
    }

    .ch-dashboard-side {
        display: none;
    }

    .ch-dashboard-body,
    .ch-dashboard-main {
        gap: 12px;
    }

    .ch-dashboard-body {
        padding: 14px;
    }

    .ch-dashboard-main {
        padding: 12px;
    }

    .ch-stat-card {
        padding: 14px;
    }

    .ch-stat-card strong {
        font-size: 36px;
    }

    .ch-preview-chart {
        height: 88px;
        padding: 14px;
    }

    .ch-system-list div {
        padding: 10px 12px;
    }

    .ch-product-visual {
        height: 158px;
    }

    .ch-footer-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 420px) {
    .ch-brand-text {
        font-size: 16px;
    }

    .ch-mobile-cta {
        display: none;
    }

    .ch-hero h1 {
        font-size: 40px;
    }

    .ch-dashboard {
        border-radius: 20px;
    }
}
