:root {
    --bg: #030408;
    --bg-card: rgba(13, 17, 38, 0.5);
    --primary: #082155;
    --primary-l: #2f56a6;
    --cyan: #06b6d4;
    --emerald: #10b981;
    --text: #f9fafb;
    --muted: #9ca3af;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    background: #010c32;
    color: var(--text);
    font-family: 'Outfit', sans-serif !important;
    overflow-x: hidden;
    position: relative;
}

/* Ambient background blobs */
.ambient-blob {
    position: fixed;
    border-radius: 50%;
    filter: blur(90px);
    pointer-events: none;
    z-index: 0;
    opacity: 0.45;
}

.blob-1 {
    width: 700px;
    height: 700px;
    top: -200px;
    right: -150px;
    background: radial-gradient(circle, rgba(47, 86, 166, 0.3) 0%, transparent 70%);
}

.blob-2 {
    width: 600px;
    height: 600px;
    top: 40%;
    left: -200px;
    background: radial-gradient(circle, rgba(6, 182, 212, 0.2) 0%, transparent 70%);
}

.blob-3 {
    width: 500px;
    height: 500px;
    bottom: 0;
    right: 10%;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.15) 0%, transparent 70%);
}

/* ── Scrollbar ── */
::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-track {
    background: #030408;
}

::-webkit-scrollbar-thumb {
    background: #1e1b4b;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--primary);
}

/* ── Navbar ── */
.navbar-glass {
    background: rgba(13, 17, 38, 0.85);
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 0rem 0;
    transition: all 0.4s ease;
    z-index: 1000;
}

.navbar-glass.scrolled {
    padding: 0rem 0;
    background: rgb(224 224 224 / 85%);
    border-bottom: 1px solid rgba(47, 86, 166, 0.2);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6);
}

.navbar-brand {
    font-family: 'Outfit', sans-serif !important;
    font-weight: 800;
    font-size: 1.5rem;
    color: var(--primary-l) !important;
    letter-spacing: -0.5px;
    text-decoration: none;
}

.landlord-top-logo {
    height: 70px;
    width: auto;
    object-fit: contain;
}

.landloard-footer-logo {
    height: 60px;
    width: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.nav-pill-link {
    color: var(--muted);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 0.4rem 0.85rem;
    border-radius: 8px;
    transition: all 0.2s;
}

.nav-pill-link:hover {
    color: var(--text);
    background: rgba(255, 255, 255, 0.06);
}

/* ── Buttons ── */
.btn-primary-grad {
    background: #082155;
    color: #fffefe;
    border: none;
    border-radius: 100px;
    font-weight: 700;
    padding: 0.8rem 2rem;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-primary-grad:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(8, 33, 85, 0.4);
    color: #fff;
}

.btn-outline-light-pill {
    background: rgb(22 181 131);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: var(--text);
    border-radius: 100px;
    font-weight: 600;
    padding: 0.8rem 2rem;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-outline-light-pill:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.25);
    transform: translateY(-1px);
}

/* ── Badges ── */
.badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 0.5rem 1.2rem;
    border-radius: 100px;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.badge-violet {
    background: rgba(47, 86, 166, 0.12);
    border: 1px solid rgba(47, 86, 166, 0.3);
    color: #60a5fa;
}

.badge-cyan {
    background: rgba(6, 182, 212, 0.12);
    border: 1px solid rgba(6, 182, 212, 0.3);
    color: #22d3ee;
}

.badge-green {
    background: rgba(16, 185, 129, 0.12);
    border: 1px solid rgba(16, 185, 129, 0.3);
    color: #34d399;
}

.badge-amber {
    background: rgba(245, 158, 11, 0.12);
    border: 1px solid rgba(245, 158, 11, 0.3);
    color: #fbbf24;
}

.badge-rose {
    background: rgba(244, 63, 94, 0.12);
    border: 1px solid rgba(244, 63, 94, 0.3);
    color: #fb7185;
}

/* ── Section labels ── */
.section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #60a5fa;
    margin-bottom: 1rem;
}

.section-eyebrow::before,
.section-eyebrow::after {
    content: '';
    height: 1px;
    width: 30px;
    background: linear-gradient(90deg, transparent, rgba(96, 165, 250, 0.5));
}

.section-eyebrow::before {
    background: linear-gradient(270deg, transparent, rgba(96, 165, 250, 0.5));
}

/* ── Gradient Text ── */
.gradient-text {
    background: linear-gradient(135deg, #fff 20%, #38bdf8 55%, #2f56a6 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-text-cyan {
    background: linear-gradient(135deg, #fff 20%, #67e8f9 55%, #06b6d4 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-text-green {
    background: linear-gradient(135deg, #fff 20%, #6ee7b7 55%, #10b981 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ── Glass Cards ── */
.glass-card {
    background: var(--bg-card);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 24px;
    transition: border-color 0.4s, box-shadow 0.4s, transform 0.3s;
}

.glass-card:hover {
    border-color: rgba(47, 86, 166, 0.25);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
    transform: translateY(-4px);
}

.glass-card-flat {
    background: rgba(13, 17, 38, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 18px;
}

/* ── Hero ── */
.hero-section {
    padding: 12rem 0 8rem;
    position: relative;
    z-index: 1;
}

.hero-badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-bottom: 2rem;
}

.hero-stat-strip {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.hero-stat-item {
    text-align: center;
}

.hero-stat-num {
    font-size: 1.6rem;
    font-weight: 800;
    font-family: var(--font-display);
    color: #fff;
    line-height: 1;
}

.hero-stat-lbl {
    font-size: 0.78rem;
    color: var(--muted);
    margin-top: 3px;
    font-weight: 500;
}

/* Hero mockup window */
.dashboard-mockup {
    background: linear-gradient(135deg, #0a0d1f 0%, #060813 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(47, 86, 166, 0.1);
    position: relative;
}

.mockup-topbar {
    background: rgba(13, 17, 38, 0.9);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding: 0.8rem 1.2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.mockup-dots {
    display: flex;
    gap: 6px;
}

.mockup-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.mockup-dot.dot-red {
    background: #ff5f56;
}

.mockup-dot.dot-yellow {
    background: #ffbd2e;
}

.mockup-dot.dot-green {
    background: #27c93f;
}

.mockup-live-badge {
    font-size: 0.65rem;
}

.mockup-live-badge i {
    font-size: 0.5rem;
}

.mockup-url-bar {
    flex: 1;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 6px;
    padding: 0.3rem 0.8rem;
    font-size: 0.78rem;
    color: var(--muted);
}

.mockup-body {
    padding: 1.5rem;
}

.mockup-metric {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    padding: 1rem;
}

.mockup-metric-val {
    font-size: 1.4rem;
    font-weight: 800;
    font-family: var(--font-display);
}

.metric-val-purple {
    color: #60a5fa;
}

.metric-val-green {
    color: #34d399;
}

.metric-val-blue {
    color: #22d3ee;
}

.metric-val-yellow {
    color: #fbbf24;
}

.mockup-metric-lbl {
    font-size: 0.72rem;
    color: var(--muted);
    margin-top: 2px;
}

.mockup-bar {
    height: 5px;
    border-radius: 3px;
    margin-top: 8px;
}

.metric-bar-purple {
    background: linear-gradient(90deg, #2f56a6, #60a5fa);
    width: 78%;
}

.metric-bar-green {
    background: linear-gradient(90deg, #059669, #34d399);
    width: 62%;
}

.metric-bar-blue {
    background: linear-gradient(90deg, #0891b2, #22d3ee);
    width: 45%;
}

.metric-bar-yellow {
    background: linear-gradient(90deg, #d97706, #fbbf24);
    width: 30%;
}

.mockup-orders-title {
    font-size: 0.72rem;
    color: var(--muted);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mockup-order-row {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 0.82rem;
}

.mockup-order-id {
    color: var(--muted);
}

.mockup-order-price {
    color: #60a5fa;
    font-weight: 700;
}

/* ── Common Sections ── */
.relative-z1 {
    position: relative;
    z-index: 1;
}

.section-pad-7 {
    padding: 7rem 0;
}

.section-pad-6 {
    padding: 6rem 0;
}

.section-display-title {
    font-family: var(--font-display);
    letter-spacing: -1.5px;
}

.section-subtext {
    max-width: 560px;
    font-size: 1.05rem;
    line-height: 1.7;
}

.section-subtext-simple {
    line-height: 1.7;
}

.fs-85 {
    font-size: 0.85rem;
}

.fs-875 {
    font-size: 0.875rem;
}

/* ── Navigation ── */
.trust-strip-title {
    color: var(--muted);
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.trust-item {
    opacity: 0.55;
}

.trust-item-icon {
    color: var(--muted);
}

.trust-item-label {
    font-size: 0.72rem;
    color: var(--muted);
    font-weight: 600;
}

/* ── Feature cards ── */
.feature-icon-wrap {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    flex-shrink: 0;
    margin-bottom: 1.2rem;
}

.feat-color-purple {
    background: rgba(47, 86, 166, 0.15);
    color: #60a5fa;
}

.feat-color-cyan {
    background: rgba(6, 182, 212, 0.15);
    color: #22d3ee;
}

.feat-color-green {
    background: rgba(16, 185, 129, 0.15);
    color: #34d399;
}

.feat-color-yellow {
    background: rgba(245, 158, 11, 0.15);
    color: #fbbf24;
}

.feat-color-rose {
    background: rgba(244, 63, 94, 0.15);
    color: #fb7185;
}

.feat-text-md {
    font-size: 0.9rem;
    line-height: 1.6;
}

.feat-text-sm {
    font-size: 0.85rem;
    line-height: 1.6;
}

.feat-channel-badge {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 0.3rem 0.7rem;
    font-size: 0.78rem;
    color: var(--muted);
    display: flex;
    align-items: center;
    gap: 5px;
}

.feat-diagram-circle {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.15) 0%, rgba(245, 158, 11, 0.03) 70%);
    border: 1px solid rgba(245, 158, 11, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.feat-diagram-icon {
    font-size: 4rem;
    color: #fbbf24;
    opacity: 0.7;
}

.feat-icon-sm {
    width: 42px;
    height: 42px;
    font-size: 1.15rem;
    border-radius: 11px;
    margin-bottom: 1rem;
}

/* ── Theme showcase cards ── */
.themes-bg {
    background: rgba(0, 0, 0, 0.2);
}

.max-w-520 {
    max-width: 520px;
}

.theme-card {
    background: rgba(13, 17, 38, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.35s ease;
    position: relative;
}

.theme-card:hover {
    border-color: rgba(47, 86, 166, 0.3);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    transform: translateY(-5px);
}

.theme-card-preview {
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: linear-gradient(135deg, var(--theme-bg, rgba(47, 86, 166, 0.15)), rgba(6, 8, 15, 0.8));
}

.theme-card-emoji {
    font-size: 3.5rem;
}

.theme-card-body {
    padding: 1.5rem;
}

.theme-card-tag {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 0.58rem;
    padding: 0.2rem 0.6rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-radius: 100px;
}

.theme-card-category {
    font-size: 0.75rem;
    color: var(--theme-color, #60a5fa);
    font-weight: 600;
}

.theme-card-desc {
    font-size: 0.82rem;
    line-height: 1.55;
}

/* ── How it works steps ── */
.step-num {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), #082155);
    color: #fff;
    font-weight: 800;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 0 20px rgba(47, 86, 166, 0.4);
}

.step-connector {
    width: 2px;
    flex: 1;
    min-height: 40px;
    background: linear-gradient(180deg, rgba(47, 86, 166, 0.4) 0%, rgba(47, 86, 166, 0.05) 100%);
    margin: 4px auto;
}

.step-card-text {
    font-size: 0.88rem;
    line-height: 1.6;
}

.text-purple {
    color: #60a5fa !important;
}

.text-cyan {
    color: #22d3ee !important;
}

.text-green {
    color: #34d399 !important;
}

.text-yellow {
    color: #fbbf24 !important;
}

.text-rose {
    color: #fb7185 !important;
}

.rounded-16 {
    border-radius: 16px;
}

/* ── Pricing ── */
.pricing-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 28px;
    padding: 2.5rem 2rem;
    transition: all 0.4s ease;
    position: relative;
}

.pricing-card:hover {
    transform: translateY(-6px);
    border-color: rgba(47, 86, 166, 0.3);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}

.pricing-card.featured {
    border-color: var(--primary);
    background: rgba(47, 86, 166, 0.04);
}

.featured-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, var(--primary), #082155);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0.3rem 1.2rem;
    border-radius: 100px;
}

.price-num {
    font-family: var(--font-display);
    font-size: 2.8rem;
    font-weight: 800;
    color: #fff;
}

.price-period {
    font-size: 1rem;
    font-weight: 400;
    color: var(--muted);
}

.check-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--muted);
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
}

.check-item i {
    color: var(--emerald);
    flex-shrink: 0;
}

.check-item.muted-item i {
    color: #9ca3af;
}

.check-item.muted-item {
    opacity: 0.5;
}

/* ── Testimonials ── */
.testimonial-card {
    background: rgba(13, 17, 38, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 20px;
    padding: 2rem;
    transition: all 0.3s;
}

.testimonial-card:hover {
    border-color: rgba(47, 86, 166, 0.2);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.testimonial-avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1rem;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.05);
    color: var(--t-color);
    border: 2px solid var(--t-color);
}

.testi-name {
    font-size: 0.95rem;
}

.testi-role {
    font-size: 0.8rem;
}

.testi-quote {
    font-size: 0.9rem;
    line-height: 1.7;
}

.testi-rating {
    font-size: 0.85rem;
}

/* ── Stats ── */
.stat-card {
    background: rgba(13, 17, 38, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 20px;
    padding: 2.5rem 2rem;
    text-align: center;
    transition: all 0.3s;
}

.stat-card:hover {
    border-color: rgba(47, 86, 166, 0.2);
    transform: translateY(-3px);
}

.stat-big {
    font-weight: 800;
    font-family: var(--font-display);
}

.stat-big-val {
    font-size: 2.5rem;
}

.stat-desc {
    font-size: 0.9rem;
}

/* ── FAQ Accordion ── */
.faq-accordion .accordion-button {
    padding: 1.25rem 1.5rem;
    border-radius: 12px !important;
    background: rgba(13, 17, 38, 0.4);
    box-shadow: none;
    transition: all 0.3s ease;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background: rgba(47, 86, 166, 0.15);
    border-bottom: 1px solid rgba(47, 86, 166, 0.3);
}

.faq-accordion .accordion-button::after {
    filter: invert(1);
    transition: transform 0.3s ease;
}

.faq-accordion .accordion-body {
    border-radius: 12px;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* ── Footer ── */
footer {
    background: #010206;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    padding: 6rem 0 3rem;
}

footer a {
    color: var(--muted);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s;
}

footer a:hover {
    color: #fff;
}

/* ── CTA band ── */
.cta-band {
    background: linear-gradient(135deg, rgba(47, 86, 166, 0.12) 0%, rgba(6, 182, 212, 0.08) 100%);
    border: 1px solid rgba(47, 86, 166, 0.2);
    border-radius: 28px;
}

.section-display-title-lg {
    font-family: var(--font-display);
    letter-spacing: -2px;
}

.max-w-480 {
    max-width: 480px;
}

/* ── Navigation ── */
.navbar {
    background: rgba(255, 255, 255, 0.85);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.nav-link {
    color: #010f3d !important;
    font-size: 0.9rem;
    font-weight: 500;
    transition: color 0.3s;
}

.nav-link:hover,
.nav-link.active {
    color: #fff !important;
}

.nav-btn-text {
    font-size: 0.875rem;
}

/* ── Hero section ── */
.hero-section {
    position: relative;
    padding: 10rem 0 7rem;
    overflow: hidden;
}

.hero-title {
    font-family: var(--font-display);
    line-height: 1.1;
    letter-spacing: -2px;
}

.hero-title-accent {
    font-style: normal;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #082155, #2f56a6);
    -webkit-background-clip: text;
    background-clip: text;
}

.hero-subtitle {
    color: #cbd5e1;
    font-size: 1.15rem;
    line-height: 1.75;
    max-width: 520px;
}

.footer-tagline {
    font-size: 0.9rem;
    line-height: 1.7;
    max-width: 340px;
}

.footer-heading {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.footer-divider {
    border: none;
    height: 1px;
    background: rgba(255, 255, 255, 0.06);
    margin: 3.5rem 0 2rem;
}

.footer-link-sm {
    font-size: 0.82rem;
}

/* Floating animation for hero mockup */
@keyframes float {

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

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

.float-anim {
    animation: float 5s ease-in-out infinite;
}

/* Divider glow line */
.glow-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(47, 86, 166, 0.4), rgba(6, 182, 212, 0.3), transparent);
    border: none;
    margin: 0;
}
/* -- Themes Section -- */
.theme-card {
    background: rgba(13, 17, 38, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 1.5rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    position: relative;
    overflow: hidden;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}
.theme-card:hover {
    transform: translateY(-8px);
    background: rgba(20, 25, 50, 0.6);
    border-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 15px 30px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.1);
}
.theme-icon-box {
    font-size: 2.5rem;
    line-height: 1;
    margin-bottom: 1rem;
    display: inline-block;
    padding: 15px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255,255,255,0.05);
    transition: transform 0.3s ease;
}
.theme-card:hover .theme-icon-box {
    transform: scale(1.1) rotate(5deg);
}
.theme-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.25rem;
    display: flex;
    align-items: center;
    gap: 8px;
}
.theme-subtitle {
    font-size: 0.85rem;
    color: var(--cyan);
    font-weight: 600;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.theme-desc {
    font-size: 0.95rem;
    color: var(--muted);
    line-height: 1.5;
    margin-bottom: 0;
}
.badge-popular {
    background: linear-gradient(45deg, #ff6b6b, #ff8e8b);
    color: #fff;
    font-size: 0.7rem;
    padding: 3px 8px;
    border-radius: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.badge-new {
    background: linear-gradient(45deg, #10b981, #34d399);
    color: #fff;
    font-size: 0.7rem;
    padding: 3px 8px;
    border-radius: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
