:root {
    --landing-primary: #7C3AED;
    --landing-primary-dark: #6D28D9;
    --landing-accent: #F59E0B;
    --landing-accent-hover: #D97706;
    --landing-dark: #111827;
    --landing-text: #1F2937;
    --landing-text-light: #6B7280;
    --landing-text-lighter: #9CA3AF;
    --landing-border: #E5E7EB;
    --landing-bg-light: #F9FAFB;
    --landing-white: #FFFFFF;
    --landing-gradient-start: #7C3AED;
    --landing-gradient-end: #6D28D9;
}

/* ── Site Header / Navbar ── */
.site-header {
    background: var(--landing-white);
    border-bottom: 1px solid var(--landing-border);
}

.site-header .navbar {
    padding: 12px 0;
}

.site-header .navbar-brand img {
    height: 45px;
    width: 160px;
    object-fit: contain;
}

.site-header .nav-link {
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    font-size: 0.95rem;
    color: var(--landing-dark);
    padding: 8px 0;
    position: relative;
    transition: color 0.2s;
}

.site-header .nav-link:hover {
    color: var(--landing-primary);
}

/* Buttons in header */
.btn-ghost {
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 10px 24px;
    border: 1.5px solid var(--landing-border);
    border-radius: 50px;
    color: var(--landing-dark);
    background: transparent;
    text-decoration: none;
    transition: all 0.25s;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.btn-ghost:hover {
    border-color: var(--landing-primary);
    color: var(--landing-primary);
}

.btn-primary-pill {
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 10px 24px;
    border: none;
    border-radius: 50px;
    color: var(--landing-white);
    background: var(--landing-primary);
    text-decoration: none;
    transition: all 0.25s;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.btn-primary-pill:hover {
    background: var(--landing-primary-dark);
    color: var(--landing-white);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(124, 58, 237, 0.3);
}

.btn-warning-pill {
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 14px 32px;
    border: none;
    border-radius: 50px;
    color: var(--landing-white);
    background: var(--landing-accent);
    text-decoration: none;
    transition: all 0.25s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-warning-pill:hover {
    background: var(--landing-accent-hover);
    color: var(--landing-white);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(245, 158, 11, 0.35);
}

.btn-outline-pill {
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 14px 32px;
    border: 2px solid var(--landing-border);
    border-radius: 50px;
    color: var(--landing-dark);
    background: transparent;
    text-decoration: none;
    transition: all 0.25s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-outline-pill:hover {
    border-color: var(--landing-primary);
    color: var(--landing-primary);
    transform: translateY(-2px);
}

.btn-outline-light-pill {
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 14px 32px;
    border: 2px solid rgba(255,255,255,0.3);
    border-radius: 50px;
    color: var(--landing-white);
    background: transparent;
    text-decoration: none;
    transition: all 0.25s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-outline-light-pill:hover {
    border-color: var(--landing-white);
    color: var(--landing-white);
    transform: translateY(-2px);
}

/* ── Hero Section ── */
.hero-section {
    padding: 80px 0 60px;
    background: linear-gradient(135deg, #F5F3FF 0%, #FFF7ED 50%, #FDF2F8 100%);
    overflow: hidden;
    position: relative;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 0.85rem;
    color: var(--landing-accent);
    background: rgba(245, 158, 11, 0.1);
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 20px;
}

.hero-badge i {
    font-size: 0.5rem;
    vertical-align: middle;
}

.hero-title {
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: 3.2rem;
    line-height: 1.15;
    color: var(--landing-dark);
    margin-bottom: 20px;
    letter-spacing: -1.5px;
}

.hero-title span {
    background: linear-gradient(135deg, var(--landing-primary), var(--landing-accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-copy {
    font-family: 'Outfit', sans-serif;
    font-size: 1.15rem;
    line-height: 1.7;
    color: var(--landing-text-light);
    margin-bottom: 28px;
    max-width: 540px;
}

/* Hero users */
.hero-users {
    margin-top: 12px;
}

.hero-users small {
    font-family: 'Outfit', sans-serif;
    font-size: 0.9rem;
    color: var(--landing-text-light);
}

.hero-users small strong {
    color: var(--landing-dark);
}

.avatar-list {
    display: flex;
    align-items: center;
}

.avatar-list span {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.75rem;
    color: var(--landing-white);
    margin-right: -8px;
    border: 2px solid var(--landing-white);
}

.avatar-list span:nth-child(1) { background: var(--landing-primary); }
.avatar-list span:nth-child(2) { background: var(--landing-accent); }
.avatar-list span:nth-child(3) { background: #10B981; }
.avatar-list span:nth-child(4) { background: #EF4444; }

/* Hero slider dots */
.hero-slider-dots {
    margin-top: 32px;
}

.dot-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1.5px solid var(--landing-border);
    background: var(--landing-white);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
    color: var(--landing-text-light);
    font-size: 0.85rem;
}

.dot-arrow:hover {
    border-color: var(--landing-primary);
    color: var(--landing-primary);
}

.dot-track {
    display: flex;
    gap: 8px;
}

.dot-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid var(--landing-border);
    background: transparent;
    cursor: pointer;
    padding: 0;
    transition: all 0.25s;
}

.dot-bullet.is-active {
    background: var(--landing-primary);
    border-color: var(--landing-primary);
    width: 28px;
    border-radius: 5px;
}

/* Hero media */
.hero-media-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-glow {
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(124,58,237,0.08) 0%, transparent 70%);
    pointer-events: none;
}

.hero-media-track {
    position: relative;
    width: 100%;
}

.hero-image {
    width: 100%;
    height: auto;
    display: none;
    border-radius: 16px;
}

.hero-image.is-active {
    display: block;
}

/* Quick card */
.quick-card {
    position: absolute;
    bottom: 20px;
    left: -10px;
    background: var(--landing-white);
    border-radius: 16px;
    padding: 14px 20px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    gap: 12px;
    animation: float 3s ease-in-out infinite;
}

.quick-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(245, 158, 11, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: var(--landing-accent);
}

.quick-card h6 {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    color: var(--landing-dark);
    margin: 0;
}

.quick-card p {
    font-family: 'Outfit', sans-serif;
    font-size: 0.8rem;
    color: var(--landing-text-lighter);
    margin: 2px 0 0;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

/* ── Stats Section ── */
.stats-section {
    padding: 60px 0;
    background: var(--landing-white);
}

.stat-item {
    padding: 24px;
}

.stat-item span {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: rgba(124, 58, 237, 0.08);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: var(--landing-primary);
    margin-bottom: 16px;
}

.stat-item h3 {
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: 2.2rem;
    color: var(--landing-dark);
    margin: 0 0 4px;
}

.stat-item p {
    font-family: 'Outfit', sans-serif;
    font-size: 0.9rem;
    color: var(--landing-text-light);
    font-weight: 500;
    margin: 0;
}

.stats-pill {
    text-align: center;
    margin-top: 32px;
    font-family: 'Outfit', sans-serif;
    font-size: 0.95rem;
    color: var(--landing-text-light);
    background: rgba(245, 158, 11, 0.08);
    padding: 12px 28px;
    border-radius: 50px;
    display: inline-block;
    width: auto;
}

.stats-pill b {
    color: var(--landing-accent);
}

/* ── Features Section ── */
.features-section {
    padding: 80px 0;
    background: var(--landing-bg-light);
}

.title-block {
    margin-bottom: 48px;
}

.title-block small {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 0.8rem;
    color: var(--landing-primary);
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 12px;
}

.title-block h2 {
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: 2.2rem;
    color: var(--landing-dark);
    margin-bottom: 12px;
}

.title-block p {
    font-family: 'Outfit', sans-serif;
    font-size: 1.05rem;
    color: var(--landing-text-light);
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.6;
}

.feature-card {
    background: var(--landing-white);
    border: 1px solid var(--landing-border);
    border-radius: 16px;
    padding: 32px 28px;
    transition: all 0.3s;
    height: 100%;
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.06);
    border-color: transparent;
}

.feature-card > span {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgba(124, 58, 237, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: var(--landing-primary);
    margin-bottom: 20px;
}

.feature-card h4 {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--landing-dark);
    margin: 0 0 10px;
}

.feature-card p {
    font-family: 'Outfit', sans-serif;
    font-size: 0.9rem;
    color: var(--landing-text-light);
    line-height: 1.6;
    margin: 0;
}

/* ── Steps Section ── */
.steps-section {
    padding: 80px 0;
    background: var(--landing-white);
    position: relative;
}

.step-item {
    padding: 24px 16px;
}

.step-badge {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--landing-primary);
    color: var(--landing-white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: 1.2rem;
    margin-bottom: 16px;
}

.step-badge.muted {
    background: #E5E7EB;
    color: var(--landing-text-light);
}

.step-badge.warning {
    background: var(--landing-accent);
    color: var(--landing-white);
}

.step-item h5 {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
    color: var(--landing-dark);
    margin: 0 0 8px;
}

.step-item p {
    font-family: 'Outfit', sans-serif;
    font-size: 0.9rem;
    color: var(--landing-text-light);
    line-height: 1.6;
    margin: 0;
}

/* ── About Dark Section ── */
.about-dark-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #1a1f5e 0%, #0f1340 100%);
    color: var(--landing-white);
}

.text-accent {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    color: var(--landing-accent);
}

.v-dash {
    width: 24px;
    height: 2px;
    background: var(--landing-accent);
    display: inline-block;
}

.about-dark-section h2 {
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: 2rem;
    color: var(--landing-white);
    margin-bottom: 16px;
}

.about-dark-section > .container-xl > .row > .col-lg-7 > p {
    font-family: 'Outfit', sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    color: rgba(255,255,255,0.75);
    margin-bottom: 12px;
}

.about-card {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 14px;
    padding: 20px;
    transition: all 0.25s;
}

.about-card:hover {
    background: rgba(255,255,255,0.1);
}

.about-card i {
    color: var(--landing-accent);
    font-size: 1rem;
}

.about-card h6 {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--landing-white);
    margin: 0 0 6px;
}

.about-card p {
    font-family: 'Outfit', sans-serif;
    font-size: 0.85rem;
    color: rgba(255,255,255,0.6);
    margin: 0;
    line-height: 1.5;
}

.about-media {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-media img {
    border-radius: 20px;
    max-height: 450px;
    object-fit: cover;
}

.about-floating {
    position: absolute;
    bottom: 20px;
    left: -10px;
    background: var(--landing-white);
    border-radius: 14px;
    padding: 14px 20px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Outfit', sans-serif;
    font-size: 0.85rem;
    color: var(--landing-text-light);
}

.about-floating strong {
    color: var(--landing-primary);
    font-size: 1.1rem;
}

.about-floating .avatar-list span {
    width: 28px;
    height: 28px;
    font-size: 0.6rem;
    margin-right: -6px;
}

/* ── Partner / Testimonials Section ── */
.partner-section {
    padding: 80px 0;
    background: var(--landing-bg-light);
}

.testimonial-card {
    background: var(--landing-white);
    border: 1px solid var(--landing-border);
    border-radius: 16px;
    padding: 32px;
    transition: all 0.25s;
}

.testimonial-card:hover {
    box-shadow: 0 8px 30px rgba(0,0,0,0.06);
}

.quote-icon {
    font-size: 3rem;
    line-height: 1;
    color: var(--landing-primary);
    opacity: 0.15;
    font-family: Georgia, serif;
    margin-bottom: 8px;
}

.stars {
    color: var(--landing-accent);
    font-size: 1rem;
    margin-bottom: 16px;
    letter-spacing: 2px;
}

.testimonial-card p {
    font-family: 'Outfit', sans-serif;
    font-size: 0.95rem;
    line-height: 1.7;
    color: var(--landing-text);
    margin-bottom: 20px;
}

.author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.author h6 {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    color: var(--landing-dark);
    margin: 0;
}

.author small {
    font-family: 'Outfit', sans-serif;
    font-size: 0.8rem;
    color: var(--landing-text-lighter);
}

.badge-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.8rem;
    color: var(--landing-white);
    flex-shrink: 0;
}

.badge-avatar.orange { background: var(--landing-accent); }
.badge-avatar.green { background: #10B981; }

/* ── Newsletter / Pricing CTA ── */
.newsletter-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #F5F3FF 0%, #FFF7ED 100%);
}

.pricing-cta {
    max-width: 720px;
    margin: 0 auto;
}

.pricing-cta-kicker {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 2px;
    color: var(--landing-primary);
    display: block;
    margin-bottom: 12px;
}

.pricing-cta h2 {
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: 2.2rem;
    color: var(--landing-dark);
    margin-bottom: 12px;
}

.pricing-cta > p {
    font-family: 'Outfit', sans-serif;
    font-size: 1.05rem;
    color: var(--landing-text-light);
    line-height: 1.6;
    margin-bottom: 32px;
}

.pricing-cta-points {
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.pricing-cta-points li {
    font-family: 'Outfit', sans-serif;
    font-size: 0.95rem;
    color: var(--landing-text);
    display: flex;
    align-items: center;
    gap: 8px;
}

.pricing-cta-points li i {
    color: #10B981;
    font-size: 1.1rem;
}

.pricing-cta-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.pricing-cta-stats {
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.pricing-cta-stats article {
    text-align: center;
}

.pricing-cta-stats h4 {
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: 1.6rem;
    color: var(--landing-primary);
    margin: 0 0 4px;
}

.pricing-cta-stats p {
    font-family: 'Outfit', sans-serif;
    font-size: 0.85rem;
    color: var(--landing-text-light);
    margin: 0;
}

.pricing-cta-secure {
    font-family: 'Outfit', sans-serif;
    font-size: 0.85rem;
    color: var(--landing-text-lighter);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

/* ── Results Section ── */
.results-section {
    padding: 80px 0;
    background: var(--landing-white);
}

.result-col h4 {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--landing-dark);
    margin: 0 0 6px;
}

.result-col p {
    font-family: 'Outfit', sans-serif;
    font-size: 0.9rem;
    color: var(--landing-text-light);
    line-height: 1.6;
    margin-bottom: 24px;
}

/* Funnel */
.funnel-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 20px 0;
}

.topIcons img,
.bottomIcons img {
    max-width: 60px;
    height: auto;
    opacity: 0.7;
}

.funnel-pill {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--landing-white);
    background: var(--landing-primary);
    padding: 12px 40px;
    border-radius: 50px;
    width: 200px;
    text-align: center;
}

.funnel-pill.mid {
    background: var(--landing-accent);
    width: 170px;
}

.funnel-pill.small {
    background: #10B981;
    width: 140px;
}

/* ── CTA Section ── */
.cta-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #1a1f5e 0%, #0f1340 100%);
    color: var(--landing-white);
}

.cta-section h2 {
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: 2.2rem;
    margin-bottom: 16px;
}

.cta-section p {
    font-family: 'Outfit', sans-serif;
    font-size: 1.05rem;
    color: rgba(255,255,255,0.7);
    margin-bottom: 32px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

.cta-note {
    font-family: 'Outfit', sans-serif;
    font-size: 0.85rem;
    color: rgba(255,255,255,0.5);
}

/* ── Footer ── */
.site-footer {
    padding: 60px 0 30px;
    background: var(--landing-white);
    border-top: 1px solid var(--landing-border);
}

.site-footer h5 {
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: 1.2rem;
    color: var(--landing-dark);
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.circleIcon {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--landing-primary);
    display: inline-block;
}

.site-footer > .container-xl > .row > .col-lg-6 > p {
    font-family: 'Outfit', sans-serif;
    font-size: 0.9rem;
    color: var(--landing-text-light);
    line-height: 1.7;
    max-width: 360px;
}

.socials {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.socials a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--landing-border);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--landing-text-light);
    font-size: 1rem;
    transition: all 0.2s;
    text-decoration: none;
}

.socials a:hover {
    border-color: var(--landing-primary);
    color: var(--landing-primary);
    background: rgba(124, 58, 237, 0.05);
}

.site-footer h6 {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    color: var(--landing-dark);
    margin-bottom: 16px;
}

.site-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer ul li {
    font-family: 'Outfit', sans-serif;
    font-size: 0.85rem;
    color: var(--landing-text-light);
    padding: 4px 0;
    cursor: pointer;
    transition: color 0.2s;
}

.site-footer ul li:hover {
    color: var(--landing-primary);
}

.footer-bottom {
    border-top: 1px solid var(--landing-border);
    padding-top: 24px;
    margin-top: 40px;
}

.footer-bottom small {
    font-family: 'Outfit', sans-serif;
    font-size: 0.82rem;
    color: var(--landing-text-lighter);
}

/* ── Scroll To Top ── */
#scrollTopBtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: var(--landing-primary);
    color: var(--landing-white);
    font-size: 1rem;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(124, 58, 237, 0.3);
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}

#scrollTopBtn.show {
    opacity: 1;
    transform: translateY(0);
}

#scrollTopBtn:hover {
    background: var(--landing-primary-dark);
    transform: translateY(-2px);
}

/* ── Responsive ── */
@media (max-width: 991px) {
    .hero-title { font-size: 2.4rem; }
    .hero-section { padding: 60px 0 40px; }
    .title-block h2 { font-size: 1.8rem; }
    .pricing-cta h2 { font-size: 1.8rem; }
    .cta-section h2 { font-size: 1.8rem; }
    .about-dark-section h2 { font-size: 1.6rem; }
    .about-floating { left: 10px; }
    .quick-card { left: 10px; }
}

@media (max-width: 767px) {
    .hero-title { font-size: 1.8rem; }
    .hero-copy { font-size: 1rem; }
    .stat-item h3 { font-size: 1.6rem; }
    .title-block h2 { font-size: 1.5rem; }
    .pricing-cta h2 { font-size: 1.5rem; }
    .cta-section h2 { font-size: 1.5rem; }
    .about-dark-section h2 { font-size: 1.4rem; }
    .pricing-cta-points { flex-direction: column; align-items: center; }
    .pricing-cta-stats { gap: 20px; }
    .site-header .navbar-brand img { width: 120px; height: auto; }
}

/* ── AOS Fix for Blazor Server mode ── */
/* AOS.init() runs before Blazor Server delivers content,
   so .aos-animate is never added and elements stay hidden.
   Force visibility and zero transform to keep UI intact. */
[data-aos] {
    opacity: 1 !important;
    transform: none !important;
    pointer-events: auto !important;
}
[data-aos].aos-animate {
    opacity: 1 !important;
    transform: none !important;
}
