* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #333;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
}

/* Animated background elements */
html {
    background-color: #050816;
    scroll-behavior: smooth;
}

body {
    font-family: 'Manrope', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
    line-height: 1.6;
    color: #e5e7eb;
    background:
        radial-gradient(circle at 20% 0%, rgba(56, 189, 248, 0.16) 0%, transparent 55%),
        radial-gradient(circle at 100% 80%, rgba(244, 114, 182, 0.2) 0%, transparent 55%),
        radial-gradient(circle at 0% 100%, rgba(250, 204, 21, 0.16) 0%, transparent 60%),
        #020617;
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
}

body,
button,
input,
select,
textarea {
    font-family: 'Manrope', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
}

h1,
h2,
h3,
h4 {
    font-family: 'Fraunces', ui-serif, Georgia, 'Times New Roman', serif;
    font-weight: 600;
    letter-spacing: -0.02em;
}

p {
    font-size: 1rem;
}

/* Animated background elements */
body::before {
    content: '';
    position: fixed;
    inset: 0;
    background:
        radial-gradient(circle at 15% 15%, rgba(56, 189, 248, 0.18) 0%, transparent 55%),
        radial-gradient(circle at 85% 85%, rgba(244, 114, 182, 0.22) 0%, transparent 55%);
    pointer-events: none;
    mix-blend-mode: screen;
    opacity: 0.7;
    z-index: -1;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0.1deg); }
    33% { transform: translateY(-18px) rotate(0.4deg); }
    66% { transform: translateY(10px) rotate(-0.4deg); }
}


.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.hero {
    text-align: left;
    padding: 96px 0 88px;
    color: #f9fafb;
    position: relative;
    overflow: hidden;
    min-height: 70vh;
    z-index: 0;
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(120deg, rgba(7, 9, 15, 0.38), rgba(13, 17, 29, 0.52)),
        url('/img/bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: blur(5px) saturate(0.95);
    transform: scale(1.06);
    transform-origin: center;
    z-index: 0;
}

.hero .container {
    position: relative;
    z-index: 1;
}

.hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(0, 2.4fr);
    align-items: center;
    gap: 54px;
}

.hero-main {
    max-width: 640px;
}

.hero-side {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
}

.logo {
    margin-bottom: 24px;
}

.logo img {
    height: 110px;
    width: auto;
    border-radius: 20px;
    filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.3));
}

.hero h1 {
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 24px;
    text-shadow: 0 18px 45px rgba(15, 23, 42, 0.8);
    line-height: 1.2em;
}

.hero h2 {
    font-size: 1.35rem;
    font-weight: 500;
    margin-bottom: 18px;
    color: rgba(226, 232, 240, 0.92);
    text-shadow: 0 12px 32px rgba(15, 23, 42, 0.7);
}

.hero .entity-definition {
    font-size: 1.1rem;
    margin-bottom: 16px;
    color: rgba(226, 232, 240, 0.98);
    font-weight: 500;
    line-height: 1.6;
}

.hero .subheadline {
    font-size: 1.05rem;
    margin-bottom: 16px;
    color: rgba(203, 213, 225, 0.95);
    font-weight: 400;
}

.last-updated-hero {
    font-size: 0.95rem;
    margin-bottom: 32px;
    color: rgba(148, 163, 184, 0.9);
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(15, 23, 42, 0.4);
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 8px;
    backdrop-filter: blur(8px);
}

.last-updated-hero::before {
    content: '🔄';
    font-size: 1rem;
    opacity: 0.8;
}

.app-store-btn {
    display: inline-block;
    margin-bottom: 40px;
    transition: transform 0.3s ease;
}

.app-store-btn:hover {
    transform: translateY(-3px) scale(1.05);
    filter: brightness(1.1);
}

.app-store-btn img {
    height: 50px;
    width: auto;
}

/* Desktop QR Code */
.app-store-btn-desktop {
    display: none;
    text-align: center;
    margin-bottom: 40px;
}

.app-store-btn-desktop .qr-code {
    width: 200px;
    height: auto;
    border-radius: 20px;
    display: block;
    margin: 0 auto 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.app-store-btn-desktop .qr-text {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1rem;
    margin: 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

/* Mobile App Store Button */
@media (max-width: 768px) {
    .app-store-btn-mobile {
        display: inline-block;
    }
    
    .app-store-btn-desktop {
        display: none !important;
    }
    
    .app-store-btn img {
        height: 60px;
    }
}

@media (min-width: 769px) {
    .app-store-btn-mobile {
        display: none !important;
    }
    
    .app-store-btn-desktop {
        display: block;
    }
}

@media (max-width: 480px) {
    .app-store-btn img {
        height: 70px;
    }
}

.phone-mockup {
    width: 300px;
    height: 600px;
    background: linear-gradient(45deg, #f0f0f0, #e0e0e0);
    border-radius: 30px;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    border: 8px solid #333;
    display: none;
}

.phone-screen {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    text-align: center;
    padding: 20px;
    position: relative;
    overflow: hidden;
}

.phone-screen::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 30% 70%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    animation: phone-glow 8s ease-in-out infinite;
}

@keyframes phone-glow {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 0.8; }
}

/* By the Numbers Section */
.by-the-numbers {
    background: #020617;
    padding: 80px 0;
    border-top: 1px solid rgba(148, 163, 184, 0.15);
}

.by-the-numbers .section-title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 60px;
    color: #e5e7eb;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto 40px;
    padding: 0 20px;
}

.stat-card {
    background: radial-gradient(circle at 0 0, rgba(56, 189, 248, 0.15) 0, transparent 55%), 
                radial-gradient(circle at 100% 100%, rgba(244, 114, 182, 0.1) 0, transparent 55%),
                #0b1020;
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 16px;
    padding: 32px 24px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 50% 50%, rgba(56, 189, 248, 0.05) 0, transparent 70%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-4px);
    border-color: rgba(56, 189, 248, 0.4);
    box-shadow: 0 8px 24px rgba(56, 189, 248, 0.15);
}

.stat-card:hover::before {
    opacity: 1;
}

.stat-number {
    font-size: 3.5rem;
    font-weight: 700;
    font-family: 'Fraunces', ui-serif, Georgia, serif;
    background: linear-gradient(135deg, #38bdf8 0%, #f472b6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
    margin-bottom: 12px;
    letter-spacing: -0.02em;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

.stat-label {
    font-size: 1.1rem;
    font-weight: 600;
    color: #e5e7eb;
    margin-bottom: 8px;
    letter-spacing: 0.01em;
}

.stat-detail {
    font-size: 0.95rem;
    color: #94a3b8;
    line-height: 1.5;
}

.by-the-numbers .last-updated {
    text-align: center;
    color: #64748b;
    font-size: 0.9rem;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid rgba(148, 163, 184, 0.1);
}

/* Legacy support for numbers-list (if still used elsewhere) */
.numbers-list {
    max-width: 800px;
    margin: 0 auto;
    list-style: none;
    padding: 0;
}

.numbers-list li {
    padding: 16px 24px;
    margin-bottom: 12px;
    background: radial-gradient(circle at 0 0, rgba(56, 189, 248, 0.1) 0, transparent 55%), #020617;
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 12px;
    color: #cbd5f5;
    font-size: 1.05rem;
    line-height: 1.6;
    text-align: center;
}

/* Features Section */
.features {
    background: #0b1020;
    padding: 80px 0;
}

.section-title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 60px;
    color: #e5e7eb;
}

.seo-chapter .section-title {
    color: #111827;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 40px;
}

.feature-card {
    text-align: left;
    padding: 28px 26px;
    border-radius: 18px;
    background: radial-gradient(circle at 0 0, rgba(56, 189, 248, 0.12) 0, transparent 55%), #020617;
    backdrop-filter: blur(18px);
    border: 1px solid rgba(148, 163, 184, 0.28);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.6);
}

.feature-card:hover {
    transform: translateY(-8px) translateZ(0);
    box-shadow: 0 26px 70px rgba(15, 23, 42, 0.8);
    border-color: rgba(96, 165, 250, 0.9);
    background: radial-gradient(circle at 0 0, rgba(56, 189, 248, 0.2) 0, transparent 60%), #020617;
}

.feature-icon {
    font-size: 2.4rem;
    margin-bottom: 14px;
}

.feature-card h3 {
    font-size: 1.25rem;
    margin-bottom: 10px;
    color: #e5e7eb;
}

.feature-card p {
    color: #cbd5f5;
    line-height: 1.7;
}

/* Demo Section */
.demo {
    background: #020617;
    padding: 80px 0;
    text-align: center;
    display: none;
}

.demo-video {
    width: 100%;
    max-width: 600px;
    height: 400px;
    background: #ddd;
    border-radius: 15px;
    margin: 40px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #666;
}

/* Testimonials */
.testimonials {
    background: #020617;
    padding: 80px 0;
}

.rating {
    text-align: center;
    margin-bottom: 40px;
}

.stars {
    font-size: 2rem;
    margin-bottom: 10px;
    letter-spacing: 10px;
}

.rating-text {
    font-size: 1.2rem;
    color: #cbd5f5;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.testimonial-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.testimonial-text {
    font-style: italic;
    margin-bottom: 20px;
    color: #555;
    line-height: 1.6;
}

.testimonial-author-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.testimonial-author {
    font-weight: 600;
    color: #333;
    font-size: 1rem;
}

.testimonial-rating {
    font-size: 0.9rem;
    color: #f59e0b;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
}

.testimonial-verified {
    font-size: 0.85rem;
    color: #10b981;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
}

/* FAQ Section */
.faq {
    background: #020617;
    padding: 80px 0;
}

.faq-item {
    background: #020617;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.faq-question {
    padding: 20px;
    background: #020617;
    cursor: pointer;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-right: 48px;
}

.faq-question::after {
    content: '▾';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    font-size: 0.95rem;
    color: #9ca3af;
    transition: transform 0.2s ease, color 0.2s ease, opacity 0.2s ease;
    opacity: 0.85;
}

.faq-item.open .faq-question::after {
    transform: translateY(-50%) rotate(180deg);
    color: #e5e7eb;
}

.faq-answer {
    padding: 20px;
    background: #020617;
    display: none;
}

.faq-answer.active {
    display: block;
}

/* Footer */
.footer {
    background: #020617;
    color: #e5e7eb;
    padding: 40px 0;
    text-align: center;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-links a {
    color: #9ca3af;
    text-decoration: none;
    margin: 0 15px;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.footer-links a:hover {
    opacity: 1;
}

.footer-cta {
    display: inline-block;
    background: #22c55e;
    color: #022c22;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 122, 255, 0.3);
}

.footer-cta:hover {
    background: #16a34a;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 122, 255, 0.4);
}

/* Floating CTA */
.floating-cta {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #22c55e;
    color: #022c22;
    padding: 15px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    box-shadow: 0 8px 25px rgba(0, 122, 255, 0.4);
    z-index: 1000;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.floating-cta:hover {
    background: #16a34a;
    transform: translateX(-50%) translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 122, 255, 0.5);
}

.floating-cta.show {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 768px) {
    .floating-cta {
        bottom: 15px;
        padding: 15px 25px;
        font-size: 1rem;
        white-space: nowrap;
        max-width: 90vw;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 480px) {
    .floating-cta {
        bottom: 10px;
        padding: 12px 20px;
        font-size: 0.95rem;
        white-space: nowrap;
        max-width: 95vw;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero {
        padding: 72px 0 56px;
        text-align: center;
        min-height: 60vh;
    }

    .hero-layout {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .hero-main {
        margin: 0 auto;
    }

    .hero-side {
        align-items: center;
    }

    .hero h1 {
        font-size: 2rem;
        line-height: 1.2;
    }

    .hero h2 {
        font-size: 1.2rem;
        line-height: 1.3;
    }

    .hero .subheadline {
        font-size: 1.05rem;
        line-height: 1.4;
    }

    .last-updated-hero {
        font-size: 0.9rem;
        padding: 6px 12px;
        margin-bottom: 24px;
    }

    .phone-mockup {
        width: 250px;
        height: 500px;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }

    .footer-content {
        flex-direction: column;
        text-align: center;
    }

    .footer-cta {
        font-size: 1rem;
        padding: 15px 25px;
        white-space: normal;
        text-align: center;
        min-width: 250px;
    }
}

@media (max-width: 480px) {
    .hero {
        padding: 64px 0 48px;
        min-height: 60vh;
    }

    .hero h1 {
        font-size: 1.8rem;
    }

    .hero h2 {
        font-size: 1.05rem;
    }

    .hero .subheadline {
        font-size: 0.98rem;
    }

    .last-updated-hero {
        font-size: 0.85rem;
        padding: 6px 10px;
        margin-bottom: 20px;
    }

    .footer-cta {
        font-size: 0.95rem;
        padding: 12px 20px;
    }
}

/* SEO Chapter */
.seo-chapter {
    background: transparent;
    padding: 80px 0;
}

.seo-chapter .container {
    background: rgba(255, 255, 255, 0.92);
    border-radius: 16px;
    padding: 40px 30px;
    box-shadow: 0 16px 48px rgba(0,0,0,0.18);
}

.seo-chapter .subheadline {
    text-align: center;
    font-size: 1.2rem;
    color: #666;
    max-width: 800px;
    margin: -40px auto 30px;
}

.seo-chapter p {
    color: #333;
    font-size: 1.05rem;
    line-height: 1.8;
    max-width: 900px;
    margin: 0 auto 16px;
}

.seo-sections {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    margin: 24px 0 10px;
}

.seo-section {
    background: #fff;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 14px;
    padding: 24px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.seo-section:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.12);
}

.seo-section h3 {
    font-size: 1.25rem;
    margin-bottom: 12px;
    color: #111;
}

.seo-section p {
    margin: 0;
    color: #444;
}

.seo-chapter h3 {
    text-align: center;
    margin: 32px 0 10px;
    color: #111;
}

.seo-chapter ul {
    max-width: 800px;
    margin: 0 auto 20px;
    padding-left: 20px;
}

.seo-chapter li {
    margin: 10px 0;
    color: #444;
    line-height: 1.8;
}

.comparison-section {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid var(--lux-border);
}

.comparison-section h3 {
    text-align: center;
    margin-bottom: 20px;
    color: var(--lux-text);
    font-size: 1.5rem;
}

.comparison-section p {
    text-align: center;
    margin-bottom: 30px;
    color: var(--lux-text-soft);
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.comparison-table {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    border-collapse: collapse;
    background: rgba(15, 20, 34, 0.96);
    border: 1px solid var(--lux-border);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.42);
    border-radius: 12px;
    overflow: hidden;
}

.comparison-table thead {
    background: rgba(212, 182, 108, 0.16);
}

.comparison-table th {
    padding: 16px 20px;
    text-align: left;
    font-weight: 600;
    color: var(--lux-text);
    border-bottom: 1px solid var(--lux-border);
}

.comparison-table th:first-child {
    width: 30%;
}

.comparison-table td {
    padding: 14px 20px;
    border-bottom: 1px solid rgba(212, 182, 108, 0.2);
    color: var(--lux-text-soft);
    line-height: 1.6;
}

.comparison-table tbody tr:last-child td {
    border-bottom: none;
}

.comparison-table tbody tr:hover {
    background: rgba(212, 182, 108, 0.1);
}

.last-updated {
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(148, 163, 184, 0.2);
    color: #9ca3af;
    font-size: 0.9rem;
}

.seo-chapter .footer-cta {
    display: inline-block;
    margin-top: 6px;
}

@media (max-width: 768px) {
    .seo-chapter {
        padding: 60px 0;
    }

    .seo-chapter .container {
        padding: 28px 18px;
        border-radius: 14px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    }

    .seo-chapter .subheadline {
        font-size: 1.05rem;
        margin: -30px auto 25px;
        padding: 0 6px;
    }

    .seo-section {
        padding: 20px;
    }

    .comparison-table {
        font-size: 0.9rem;
    }

    .comparison-table th,
    .comparison-table td {
        padding: 12px 14px;
    }

    .by-the-numbers {
        padding: 50px 0;
    }

    .by-the-numbers .section-title {
        font-size: 1.75rem;
        margin-bottom: 40px;
    }

    .stats-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
        padding: 0 16px;
    }

    .stat-card {
        padding: 24px 20px;
    }

    .stat-number {
        font-size: 2.5rem;
    }

    .stat-label {
        font-size: 1rem;
    }

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

    .numbers-list li {
        font-size: 1rem;
        padding: 14px 20px;
    }
}

@media (max-width: 480px) {
    .seo-chapter {
        padding: 50px 0;
    }

    .seo-chapter p {
        font-size: 1rem;
    }

    .by-the-numbers {
        padding: 40px 0;
    }

    .by-the-numbers .section-title {
        font-size: 1.5rem;
        margin-bottom: 30px;
    }

    .stats-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 0 12px;
    }

    .stat-card {
        padding: 20px 16px;
    }

    .stat-number {
        font-size: 2.25rem;
    }

    .stat-label {
        font-size: 0.95rem;
    }

    .stat-detail {
        font-size: 0.85rem;
    }

    .by-the-numbers .last-updated {
        font-size: 0.85rem;
        margin-top: 30px;
        padding-top: 16px;
    }

    .testimonial-card {
        padding: 24px 20px;
    }

    .testimonial-author-info {
        gap: 4px;
    }

    .testimonial-author {
        font-size: 0.95rem;
    }

    .testimonial-rating,
    .testimonial-verified {
        font-size: 0.8rem;
    }
}

/* Minimal-lux polish */
:root {
    --lux-bg: #07090f;
    --lux-surface: #0f1422;
    --lux-surface-soft: #141b2c;
    --lux-border: rgba(212, 182, 108, 0.28);
    --lux-border-strong: rgba(212, 182, 108, 0.46);
    --lux-text: #f4f1e8;
    --lux-text-soft: #c9c1af;
    --lux-accent: #d4b66c;
    --lux-accent-soft: #edd9a1;
}

body {
    color: var(--lux-text);
    background:
        radial-gradient(circle at 15% 0%, rgba(212, 182, 108, 0.1) 0%, transparent 52%),
        radial-gradient(circle at 90% 95%, rgba(123, 103, 58, 0.18) 0%, transparent 56%),
        var(--lux-bg);
}

body::before {
    background:
        radial-gradient(circle at 15% 15%, rgba(212, 182, 108, 0.12) 0%, transparent 54%),
        radial-gradient(circle at 85% 85%, rgba(212, 182, 108, 0.08) 0%, transparent 52%);
    opacity: 0.55;
}


.hero h1 {
    text-shadow: 0 14px 40px rgba(0, 0, 0, 0.45);
}

.hero h2,
.hero .entity-definition,
.hero .subheadline {
    color: var(--lux-text-soft);
}

.last-updated-hero {
    background: rgba(15, 20, 34, 0.72);
    border: 1px solid var(--lux-border);
    border-radius: 999px;
    color: var(--lux-accent-soft);
}

.features,
.by-the-numbers,
.testimonials,
.faq,
.footer {
    background: transparent;
}

.feature-card,
.stat-card,
.faq-item,
.testimonial-card {
    background: linear-gradient(160deg, rgba(20, 27, 44, 0.86), rgba(12, 17, 30, 0.92));
    border: 1px solid var(--lux-border);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.34);
}

.feature-card:hover,
.stat-card:hover,
.testimonial-card:hover {
    border-color: var(--lux-border-strong);
    box-shadow: 0 24px 52px rgba(0, 0, 0, 0.45);
}

.section-title,
.feature-card h3,
.stat-label,
.faq-question,
.comparison-section h3,
.seo-section h3 {
    color: var(--lux-text);
}

.feature-card p,
.stat-detail,
.rating-text,
.faq-answer,
.comparison-section p {
    color: var(--lux-text-soft);
}

.stat-number {
    background: linear-gradient(140deg, var(--lux-accent-soft), var(--lux-accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.comparison-table {
    background: rgba(15, 20, 34, 0.9);
    border: 1px solid var(--lux-border);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.36);
}

.comparison-table thead {
    background: rgba(212, 182, 108, 0.12);
}

.comparison-table th,
.comparison-table td {
    color: var(--lux-text-soft);
    border-bottom-color: rgba(212, 182, 108, 0.2);
}

.comparison-table tbody tr:hover {
    background: rgba(212, 182, 108, 0.08);
}

.footer-cta,
.floating-cta {
    background: linear-gradient(140deg, var(--lux-accent-soft), var(--lux-accent));
    color: #1a1408;
    border: 1px solid rgba(240, 224, 178, 0.55);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}

.footer-cta:hover,
.floating-cta:hover {
    background: linear-gradient(140deg, #f3e4b8, #d8ba70);
}

.footer-links a {
    color: var(--lux-text-soft);
}

.footer-links a:hover {
    color: var(--lux-accent-soft);
}

/* Contrast fixes for minimal-lux */
.seo-chapter .container {
    background: linear-gradient(160deg, rgba(20, 27, 44, 0.9), rgba(12, 17, 30, 0.94));
    border: 1px solid var(--lux-border);
}

.seo-chapter .section-title,
.seo-chapter h3,
.seo-chapter .subheadline,
.seo-chapter p,
.seo-chapter li,
.comparison-section p {
    color: var(--lux-text-soft);
}

.seo-section {
    background: rgba(15, 20, 34, 0.86);
    border: 1px solid var(--lux-border);
}

.testimonial-text,
.testimonial-author {
    color: var(--lux-text-soft);
}

