/*
Theme Name: IPTV GoLive
Theme URI: https://iptv-golive.online
Author: Antigravity AI
Author URI: https://google.com
Description: A premium, high-performance, warm carbon-dark and amber-gold IPTV landing page theme.
Version: 2.0.1
Text Domain: iptv-golive
*/

/* --- Base & Reset CSS --- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --bg-main: #050716;
    --bg-surface: rgba(13, 17, 39, 0.6);
    --bg-surface-glow: rgba(22, 28, 61, 0.85);
    --text-primary: #f8fafc;
    --text-secondary: #94a3b8;
    --color-primary: #e63925;
    --color-secondary: #38bdf8;
    --color-accent: #fbbf24;
    --gradient-title: linear-gradient(135deg, #ffffff 30%, #e63925 100%);
    --gradient-amber: linear-gradient(135deg, #e63925 0%, #ff523d 100%);
    --gradient-glow: linear-gradient(135deg, rgba(230, 57, 37, 0.15) 0%, rgba(56, 189, 248, 0.15) 100%);
    --border-color: rgba(255, 255, 255, 0.06);
    --border-radius-lg: 16px;
    --border-radius-xl: 24px;
    --transition-speed: 0.3s;
    --font-family: 'Outfit', 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

html, body {
    overflow-x: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* Accessibility Focus States */
a:focus-visible, button:focus-visible, input:focus-visible, [tabindex]:focus-visible {
    outline: 3px solid var(--color-primary);
    outline-offset: 4px;
}

body {
    font-size: 16px;
    background-color: var(--bg-main);
    background-image: 
        radial-gradient(circle at 85% 15%, rgba(230, 57, 37, 0.45) 0%, rgba(230, 57, 37, 0) 60%),
        radial-gradient(circle at 15% 15%, rgba(56, 189, 248, 0.25) 0%, rgba(56, 189, 248, 0) 50%),
        radial-gradient(circle at 65% 75%, rgba(124, 58, 237, 0.25) 0%, rgba(124, 58, 237, 0) 60%),
        radial-gradient(circle at 100% 100%, rgba(5, 7, 22, 0.8) 0%, rgba(5, 7, 22, 0) 50%);
    background-attachment: fixed;
    background-size: cover;
    color: var(--text-primary);
    font-family: var(--font-family);
    line-height: 1.6;
    overflow-x: hidden;
    position: relative;
    -webkit-font-smoothing: antialiased;
}

/* Background grid overlay */
.absolute-grid {
    position: absolute;
    inset: 0;
    background-size: 40px 40px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.015) 1px, transparent 1px),
                      linear-gradient(to bottom, rgba(255, 255, 255, 0.015) 1px, transparent 1px);
    pointer-events: none;
    z-index: 0;
}

/* Redesigned horizon glow matching mockup gradients */
.top-amber-glow {
    pointer-events: none;
    position: absolute;
    top: -160px;
    left: 50%;
    transform: translateX(-50%);
    width: 900px;
    height: 500px;
    border-radius: 50%;
    filter: blur(140px);
    background: radial-gradient(circle at 50% 30%, rgba(56, 189, 248, 0.18) 0%, rgba(230, 57, 37, 0.08) 45%, transparent 75%);
    z-index: 0;
}

a {
    color: var(--color-primary);
    text-decoration: none;
    transition: color var(--transition-speed);
}

a:hover {
    color: #ffffff;
}

img {
    max-width: 100%;
    height: auto;
}

/* --- Container Layout --- */
.container-shell {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.section-padding {
    padding: 56px 0;
    position: relative;
}

/* --- Header & Navigation --- */
.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid var(--border-color);
    background: rgba(6, 8, 19, 0.85);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    padding: 12px 0;
}

.header-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.5px;
}

.logo span {
    color: var(--color-primary);
}

.desktop-nav-pill {
    display: flex;
    align-items: center;
    gap: 4px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.03);
    padding: 6px 8px;
}

.desktop-nav-pill a {
    border-radius: 12px;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 500;
    color: var(--text-secondary);
    transition: background var(--transition-speed), color var(--transition-speed);
    white-space: nowrap;
}

.desktop-nav-pill a:hover, .desktop-nav-pill a.active {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-trial-nav {
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 600;
    color: var(--text-primary);
    transition: background var(--transition-speed), color var(--transition-speed);
}

.btn-trial-nav:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.btn-primary-nav {
    border-radius: 12px;
    background: var(--gradient-amber);
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 600;
    color: #0e0d0b;
    box-shadow: 0 4px 12px rgba(243, 176, 108, 0.25);
    transition: transform var(--transition-speed), box-shadow var(--transition-speed);
}

.btn-primary-nav:hover {
    color: #0e0d0b;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(243, 176, 108, 0.4);
}

/* Mobile menu toggle */
.mobile-menu-btn {
    display: none;
    height: 48px;
    width: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    cursor: pointer;
}

.mobile-menu-dropdown {
    display: block;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    border-top: 1px solid transparent;
    padding: 0;
    transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease, padding 0.4s ease;
}

.mobile-menu-dropdown.active {
    max-height: 500px;
    opacity: 1;
    border-top: 1px solid var(--border-color);
    padding: 16px 0;
}

.mobile-menu-dropdown a {
    display: block;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-secondary);
    border-radius: 12px;
}

.mobile-menu-dropdown a:hover, .mobile-menu-dropdown a.active {
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
}

/* --- Hero Section --- */
.hero-bg {
    position: relative;
    overflow: hidden;
    padding: 100px 0 110px 0;
    background: url('assets/images/hero-bg.png') center center / cover no-repeat;
}

.hero-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(6, 8, 19, 0.7) 0%, rgba(6, 8, 19, 0.98) 100%);
    z-index: 1;
}

.hero-bg > * {
    position: relative;
    z-index: 2;
}

/* Hero Grid Layout */
.hero-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 48px;
    align-items: center;
    text-align: left;
}

.hero-content {
    max-width: 620px;
    text-align: left;
}

.hero-slider-wrap {
    position: relative;
    width: 100%;
    height: 380px;
    border-radius: var(--border-radius-xl);
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.02);
    box-shadow: 0 0 30px rgba(243, 176, 108, 0.1), 0 30px 60px rgba(0,0,0,0.6);
    overflow: hidden;
    padding: 8px;
}

.hero-slider {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: calc(var(--border-radius-xl) - 8px);
    overflow: hidden;
}

.hero-slider .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    object-fit: cover;
    display: block;
}

.hero-slider .slide.active {
    opacity: 1;
    z-index: 5;
}

.eyebrow {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--color-primary);
    background: rgba(243, 176, 108, 0.1);
    border: 1px solid rgba(243, 176, 108, 0.2);
    padding: 6px 16px;
    border-radius: 20px;
    display: inline-block;
}

.gradient-title {
    background: var(--gradient-title);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-primary-lg, .btn-secondary-lg {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 14px;
    padding: 14px 28px;
    border-radius: 12px;
    transition: all var(--transition-speed);
}

.btn-primary-lg {
    background: var(--gradient-amber);
    color: #0e0d0b;
    box-shadow: 0 8px 20px rgba(243, 176, 108, 0.25);
}

.btn-primary-lg:hover {
    color: #0e0d0b;
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(243, 176, 108, 0.4);
}

.btn-secondary-lg {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--text-primary);
}

.btn-secondary-lg:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-2px);
}

/* Social Proof list */
.social-proof-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 32px;
    margin-top: 40px;
    font-size: 13px;
}

.social-avatars {
    display: flex;
    margin-right: 8px;
}

.avatar-circle {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    border: 2px solid var(--bg-main);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 11px;
    color: #ffffff;
    margin-left: -8px;
}

.avatar-circle:first-child {
    margin-left: 0;
}

.live-dot {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: #ef4444;
    display: inline-block;
    margin-right: 8px;
    animation: blink 1.6s ease-in-out infinite;
}

@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}

/* --- Marquee Channel Crawler --- */
.marquee-wrap {
    overflow: hidden;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    background: rgba(255, 255, 255, 0.015);
    padding: 16px 0;
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: marquee 34s linear infinite;
}

.marquee-wrap:hover .marquee-track {
    animation-play-state: paused;
}

.marquee-item {
    font-size: 13px;
    font-weight: 500;
    color: var(--text-secondary);
    margin: 0 24px;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

.marquee-separator {
    color: rgba(255, 255, 255, 0.1);
    font-weight: bold;
}

@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

/* --- Section Headers --- */
.section-header {
    text-align: center;
    max-width: 650px;
    margin: 0 auto 36px auto;
}

.section-header h2 {
    font-size: 36px;
    font-weight: 900;
    letter-spacing: -0.5px;
    margin-bottom: 16px;
}

.section-header p {
    font-size: 16px;
    color: var(--text-secondary);
}

/* --- Pricing Plans Grid --- */
.plans-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: stretch;
    max-width: 1250px;
    margin: 0 auto;
}

/* Connection Toggle styling */
.pricing-toggle-wrap {
    display: inline-flex;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--border-color);
    border-radius: 30px;
    padding: 6px;
    margin: 0 auto 40px auto;
    position: relative;
    z-index: 10;
}

.pricing-toggle-btn {
    background: transparent;
    border: none;
    color: var(--text-secondary);
    font-size: 14px;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: 24px;
    cursor: pointer;
    transition: all var(--transition-speed);
    display: flex;
    align-items: center;
    gap: 8px;
}

.pricing-toggle-btn:hover {
    color: #ffffff;
}

.pricing-toggle-btn.active {
    background: var(--gradient-amber);
    color: #0e0d0b;
    box-shadow: 0 4px 15px rgba(243, 176, 108, 0.25);
}

.pricing-toggle-btn .save-badge {
    background: #ef4444;
    color: #ffffff;
    font-size: 9px;
    font-weight: 800;
    padding: 2px 6px;
    border-radius: 10px;
    text-transform: uppercase;
}

/* Price animation transition */
.plan-price-amount {
    transition: opacity 0.2s ease, transform 0.2s ease;
}
.plan-price-effective {
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.price-update {
    opacity: 0;
    transform: translateY(-5px);
}

.plan-card {
    background: var(--bg-surface);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius-lg);
    padding: 38px 32px;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: transform var(--transition-speed), border-color var(--transition-speed);
}

.plan-card:hover {
    transform: translateY(-4px);
    border-color: rgba(230, 57, 37, 0.2);
}

.plan-card.popular {
    background: linear-gradient(180deg, rgba(230, 57, 37, 0.08) 0%, rgba(13, 17, 39, 0.45) 100%);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(230, 57, 37, 0.35);
    box-shadow: 0 0 0 1px rgba(230, 57, 37, 0.35), 
                0 20px 50px -8px rgba(230, 57, 37, 0.25);
    transform: scale(1.02);
}

.plan-card.popular:hover {
    transform: translateY(-6px) scale(1.04);
}

.plan-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--gradient-amber);
    color: #0e0d0b;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 4px 16px;
    border-radius: 12px;
    letter-spacing: 0.5px;
}

.discount-tag {
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: #ffffff;
    font-size: 10px;
    font-weight: 900;
    padding: 3px 10px;
    border-radius: 12px;
}

.plan-price-amount {
    font-size: 46px;
    font-weight: 900;
    color: #ffffff;
}

.plan-price-effective {
    font-size: 15px;
    color: var(--color-primary);
    font-weight: 500;
    margin-bottom: 28px;
}

.plan-features-list {
    list-style: none;
    margin-bottom: 32px;
    flex-grow: 1;
}

.plan-features-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 14px;
    line-height: 1.4;
}

.check-icon {
    width: 18px;
    height: 18px;
    fill: #34d399;
    flex-shrink: 0;
    margin-top: 2px;
}

.btn-plan-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 14px 24px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    transition: all var(--transition-speed);
}

.plan-card .btn-plan-action {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.plan-card .btn-plan-action:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--color-primary);
    color: var(--color-primary);
}

.plan-card.popular .btn-plan-action {
    background: var(--gradient-amber);
    color: #0e0d0b;
    border: none;
    box-shadow: 0 4px 12px rgba(243, 176, 108, 0.25);
}

.plan-card.popular .btn-plan-action:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(243, 176, 108, 0.4);
    color: #0e0d0b;
}

/* --- Stats Bar --- */
.stats-section {
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    background: rgba(255, 255, 255, 0.01);
    padding: 48px 0;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    text-align: center;
}

.stat-number {
    font-size: 32px;
    font-weight: 900;
    background: var(--gradient-title);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stat-label {
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    margin-top: 8px;
}

.stat-sub {
    font-size: 11px;
    color: var(--text-secondary);
    margin-top: 2px;
}

/* --- Why Choose Us (Benefits Grid) --- */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.benefit-card {
    background: var(--bg-surface);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius-lg);
    padding: 28px;
    transition: transform var(--transition-speed), border-color var(--transition-speed);
}

.benefit-card:hover {
    transform: translateY(-4px);
    border-color: rgba(230, 57, 37, 0.2);
}

.benefit-icon-container {
    display: flex;
    height: 48px;
    width: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    border: 1px solid rgba(230, 57, 37, 0.2);
    background: rgba(230, 57, 37, 0.1);
    color: var(--color-primary);
    margin-bottom: 20px;
}

.benefit-card h3 {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 8px;
}

.benefit-card p {
    font-size: 13px;
    color: var(--text-secondary);
    line-height: 1.5;
}

/* --- Channel Lineup --- */
.channels-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.channel-card {
    background: var(--bg-surface);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: var(--border-radius-lg);
    border: 1px solid var(--border-color);
    padding: 24px;
    transition: transform var(--transition-speed), border-color var(--transition-speed);
}

.channel-card:hover {
    transform: translateY(-2px);
    border-color: rgba(230, 57, 37, 0.2);
}

.channel-emoji {
    font-size: 28px;
    margin-bottom: 16px;
}

.channel-card h3 {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 8px;
}

.channel-card p {
    font-size: 12px;
    color: var(--text-secondary);
    line-height: 1.5;
}

.channel-count {
    margin-top: 16px;
    font-size: 12px;
    font-weight: 600;
    color: var(--color-primary);
}

/* --- Devices Compatibility --- */
.devices-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.device-card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: var(--bg-surface);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius-lg);
    padding: 24px;
    transition: transform var(--transition-speed), border-color var(--transition-speed);
}

.device-card:hover {
    transform: translateY(-4px);
    border-color: rgba(230, 57, 37, 0.25);
}

.device-icon-wrap {
    display: flex;
    height: 44px;
    width: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    border: 1px solid rgba(230, 57, 37, 0.2);
    background: rgba(230, 57, 37, 0.1);
    color: var(--color-primary);
    flex-shrink: 0;
}

.device-info h3 {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 2px;
}

.device-sub {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 8px;
}

.device-desc {
    font-size: 12px;
    color: var(--text-secondary);
    line-height: 1.5;
    margin-bottom: 12px;
}

.device-link {
    font-size: 12px;
    font-weight: 600;
    color: var(--color-primary);
}

/* --- Comparison Table --- */
.comparison-table-wrap {
    overflow-x: auto;
    border-radius: var(--border-radius-lg);
    border: 1px solid var(--border-color);
    margin-bottom: 40px;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.comparison-table th {
    background: rgba(255, 255, 255, 0.04);
    border-bottom: 1px solid var(--border-color);
    padding: 16px 24px;
    text-align: left;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
}

.comparison-table th.highlight-header {
    color: var(--color-primary);
}

.comparison-table th.other-header {
    color: var(--text-secondary);
}

.comparison-table td {
    padding: 16px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: var(--text-secondary);
}

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

.comparison-table tr:hover td {
    background: rgba(255, 255, 255, 0.015);
}

.comparison-table td.feature-title {
    color: rgba(255, 255, 255, 0.95);
    font-weight: 600;
}

.comparison-table td.highlight-cell {
    color: #34d399;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: none;
}

.comparison-table td.highlight-cell svg {
    height: 16px;
    width: 16px;
    fill: #34d399;
}

/* --- FAQs --- */
.faq-box {
    margin-bottom: 16px;
    padding: 20px 24px;
    background: var(--bg-surface);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: 12px;
    border: 1px solid var(--border-color);
    transition: border-color var(--transition-speed), background-color var(--transition-speed);
    cursor: pointer;
    position: relative;
    user-select: none;
}

.faq-box:hover {
    border-color: rgba(243, 176, 108, 0.25);
    background: rgba(13, 17, 39, 0.8);
}

.faq-box h3 {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0;
    letter-spacing: -0.3px;
    padding-right: 32px;
    position: relative;
    transition: color var(--transition-speed);
}

/* Plus/Minus Indicator using pseudo-elements */
.faq-box h3::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: 400;
    color: var(--color-primary);
    transition: transform 0.3s ease, color 0.3s ease;
}

.faq-box.open h3 {
    color: var(--color-primary);
    margin-bottom: 12px;
}

.faq-box.open h3::after {
    content: '−';
    transform: translateY(-50%) rotate(180deg);
}

.faq-box p {
    font-size: 13px;
    color: var(--text-secondary);
    line-height: 1.6;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.35s ease, opacity 0.35s ease, margin-top 0.35s ease;
    margin-top: 0;
}

.faq-box.open p {
    max-height: 500px;
    opacity: 1;
    margin-top: 12px;
}

/* --- Hero Section Inline style removals --- */
.hero-grid {
    position: relative;
    z-index: 10;
}
.hero-content h1.hero-title {
    font-size: 50px;
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: -1px;
    margin-bottom: 16px;
}
.hero-content p.hero-text {
    font-size: 16px;
    color: var(--text-secondary);
    margin-bottom: 24px;
    line-height: 1.6;
}
.hero-trust-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
}
.trust-chip-active {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid rgba(52, 211, 153, 0.3);
    background: rgba(52, 211, 153, 0.1);
    color: #34d399;
    font-size: 11px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 20px;
}
.trust-chip-active svg {
    fill: #34d399;
}
.trust-chip-standard {
    border: 1px solid var(--border-color);
    background: rgba(255, 255, 255, 0.04);
    color: var(--text-secondary);
    font-size: 11px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 20px;
}
.hero-ctas-container {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 24px;
}
.social-proof-wrap {
    margin-top: 24px;
}
.avatar-circle.avatar-1 { background: #0d3461; }
.avatar-circle.avatar-2 { background: #0a77a0; }
.avatar-circle.avatar-3 { background: #0695c5; }
.avatar-circle.avatar-4 { background: #105f7f; }
.social-proof-text {
    color: var(--text-secondary);
}
.social-proof-text strong {
    color: #ffffff;
}

/* --- Checkout Form Styles --- */
.modal-text {
    font-size: 13.5px;
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: 24px;
}
.modal-text strong {
    color: #ffffff;
}
.checkout-form-group {
    margin-bottom: 24px;
    text-align: left;
}
.checkout-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.checkout-input {
    width: 100%;
    padding: 12px 16px;
    border-radius: 12px;
    border: 1px solid var(--border-color);
    background: rgba(255, 255, 255, 0.03);
    color: #ffffff;
    font-family: var(--font-family);
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s;
}
.checkout-input:focus {
    border-color: var(--color-primary);
}
.checkout-error {
    display: none;
    font-size: 11px;
    color: #ef4444;
    margin-top: 6px;
    font-weight: 500;
}
.modal-actions button.btn-plan-action {
    width: 100%;
}
.modal-actions #btn-checkout-whatsapp {
    border: none;
}
.modal-actions #btn-checkout-email {
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: transparent;
    color: #ffffff;
}
.modal-actions svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

/* --- Mobile Menu Drawer Actions --- */
.mobile-menu-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 16px;
    border-top: 1px solid var(--border-color);
    padding-top: 16px;
}
.mobile-menu-actions .btn-trial-nav,
.mobile-menu-actions .btn-primary-nav {
    text-align: center;
}

/* --- Utility/Helper Classes --- */
.d-flex-center {
    display: flex;
    align-items: center;
}
.gap-xs {
    gap: 6px;
}
.text-amber {
    color: #fbbf24;
}
.font-sm {
    font-size: 14px;
}
.text-white {
    color: #ffffff;
}
.font-bold {
    font-weight: 700;
}
.text-muted-light {
    color: rgba(255, 255, 255, 0.55);
}
.text-secondary {
    color: var(--text-secondary);
}
.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.mb-sm {
    margin-bottom: 16px;
}
.mb-md {
    margin-bottom: 24px;
}
.mt-md {
    margin-top: 24px;
}

/* --- Footer --- */
.site-footer {
    background-color: #03050c;
    border-top: 1px solid var(--border-color);
    padding: 64px 0 32px 0;
    font-size: 13px;
    color: var(--text-secondary);
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.2fr;
    gap: 48px;
    margin-bottom: 40px;
}

.footer-contact-list {
    list-style: none;
}

.footer-contact-list li {
    margin-bottom: 12px;
    line-height: 1.5;
}

.footer-contact-list .contact-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 2px;
}

.footer-contact-list .contact-address {
    color: var(--text-secondary);
    display: inline-block;
}

.footer-brand p {
    max-width: 320px;
    margin-top: 16px;
    margin-bottom: 20px;
    line-height: 1.6;
}

.footer-links h4 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-links ul {
    list-style: none;
}

.footer-links li {
    margin-bottom: 10px;
}

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

.footer-links a:hover {
    color: var(--color-primary);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 28px;
}

/* --- Responsive Adjustments --- */
@media (max-width: 1024px) {
    .plans-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }
    
    .benefits-grid, .channels-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    
    .devices-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}

@media (max-width: 768px) {
    body {
        background-attachment: scroll !important;
        background-image: radial-gradient(circle at 50% 10%, rgba(230, 57, 37, 0.22) 0%, rgba(5, 7, 22, 1) 70%) !important;
    }

    .site-header {
        padding: 10px 0;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        background: rgba(6, 8, 19, 0.98) !important;
    }
    
    .desktop-nav-pill {
        display: none;
    }
    
    .header-actions {
        display: none; /* hidden on mobile header, items move to drawer */
    }
    
    .mobile-menu-btn {
        display: flex;
    }
    
    .plans-grid, .benefits-grid, .channels-grid, .devices-grid, .stats-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .stats-grid {
        gap: 16px;
    }
    
    .section-padding {
        padding: 36px 0;
    }
    
    .section-header {
        margin-bottom: 24px;
    }
    
    .section-header h2 {
        font-size: 26px;
    }
    
    .hero-bg {
        padding: 48px 0;
    }
    
    .hero-grid {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 24px;
    }
    
    .hero-content {
        max-width: 100%;
        text-align: center;
    }
    
    .social-proof-wrap {
        justify-content: center;
        gap: 20px;
        margin-top: 24px;
    }
    
    .hero-slider-wrap {
        display: none !important;
    }
    
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: 12px;
        text-align: center;
        padding-top: 20px;
    }
    
    .footer-bottom p {
        text-align: center !important;
    }
    
    /* Card Padding Reductions for Responsive Cleanliness */
    .plan-card {
        padding: 24px 20px;
    }
    .benefit-card {
        padding: 20px;
    }
    .channel-card {
        padding: 16px;
    }
    .device-card {
        padding: 16px;
    }
    .faq-box {
        padding: 16px 20px;
    }

    .reveal {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }

    .hero-ctas {
        flex-direction: column !important;
        align-items: stretch !important;
    }
    
    .hero-ctas .btn-primary-lg, 
    .hero-ctas .btn-secondary-lg {
        display: flex !important;
        width: 100% !important;
        justify-content: center !important;
        box-sizing: border-box !important;
    }
}

/* --- Reviews/Testimonials Grid --- */
.reviews-section {
    background: rgba(255, 255, 255, 0.003);
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.review-card {
    background: var(--bg-surface);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius-lg);
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: transform var(--transition-speed), border-color var(--transition-speed);
}

.review-card:hover {
    transform: translateY(-4px);
    border-color: rgba(230, 57, 37, 0.2);
}

.review-stars {
    color: var(--color-accent);
    font-size: 18px;
    margin-bottom: 12px;
}

.review-text {
    font-size: 13.5px;
    color: var(--text-primary);
    line-height: 1.55;
    font-style: italic;
    margin-bottom: 20px;
    flex-grow: 1;
}

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

.review-avatar {
    height: 36px;
    width: 36px;
    border-radius: 50%;
    background: var(--bg-surface-glow);
    border: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 12px;
    color: var(--color-primary);
}

.review-meta h3 {
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
}

.review-meta span {
    font-size: 11px;
    color: var(--text-secondary);
}

@media (max-width: 1024px) {
    .reviews-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .reviews-grid .review-card:nth-child(n+3) {
        display: none;
    }
}

@media (max-width: 768px) {
    .reviews-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .reviews-grid .review-card:nth-child(n+3) {
        display: none;
    }
    .review-card {
        padding: 20px 16px;
    }
    .review-text {
        font-size: 12px;
        margin-bottom: 16px;
    }
    .review-stars {
        font-size: 14px;
        margin-bottom: 8px;
    }
}

/* --- Floating WhatsApp Button --- */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    z-index: 9999;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
}

@media (min-width: 1280px) {
    .whatsapp-float {
        right: calc((100% - 1200px) / 2 + 30px) !important;
    }
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 25px rgba(37, 211, 102, 0.6);
    background-color: #20ba5a;
    color: #ffffff;
}

/* Tooltip */
.whatsapp-tooltip {
    position: absolute;
    right: 75px;
    background: var(--bg-surface);
    border: 1px solid var(--border-color);
    color: var(--text-primary);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transform: translateX(10px);
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    pointer-events: none;
}

.whatsapp-float:hover .whatsapp-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

/* Pulsing effect to draw attention */
.whatsapp-pulse {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(37, 211, 102, 0.4);
    border-radius: 50%;
    z-index: -1;
    animation: wa-pulse-animation 2s infinite;
}

@keyframes wa-pulse-animation {
    0% {
        transform: scale(0.95);
        opacity: 0.8;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@media (max-width: 768px) {
    .whatsapp-float {
        bottom: 84px;
        right: 20px;
        width: 50px;
        height: 50px;
    }
    .whatsapp-tooltip {
        display: none; /* Hide tooltip on mobile to avoid covering content */
    }
}

/* --- Scroll & Reveal Animations --- */
#home .reveal, #pricing .reveal {
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.35s cubic-bezier(0.25, 1, 0.5, 1), transform 0.35s cubic-bezier(0.25, 1, 0.5, 1);
    will-change: transform, opacity;
}

#home .reveal.reveal-left, #pricing .reveal.reveal-left {
    transform: translateX(-15px) translateY(0);
}

#home .reveal.reveal-right, #pricing .reveal.reveal-right {
    transform: translateX(15px) translateY(0);
}

#home .reveal.reveal-scale, #pricing .reveal.reveal-scale {
    transform: scale(0.97);
}

#home .reveal.active, #pricing .reveal.active {
    opacity: 1;
    transform: translate(0) scale(1);
}

/* Staggered Delay classes */
.reveal.delay-100 { transition-delay: 0.1s; }
.reveal.delay-200 { transition-delay: 0.2s; }
.reveal.delay-300 { transition-delay: 0.3s; }
.reveal.delay-400 { transition-delay: 0.4s; }
.reveal.delay-500 { transition-delay: 0.5s; }

/* Micro-interactions on hover for interactive elements */
.plan-card, .benefit-card, .channel-card, .device-card, .faq-box {
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), 
                border-color 0.4s cubic-bezier(0.16, 1, 0.3, 1), 
                box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* --- Prose Content Styling (Legal Pages) --- */
.prose-content h2 {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin-top: 36px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 8px;
}

.prose-content h2:first-of-type {
    margin-top: 0;
}

.prose-content h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-primary);
    margin-top: 28px;
    margin-bottom: 12px;
}

.prose-content p {
    font-size: 14px;
    color: var(--text-secondary);
    line-height: 1.75;
    margin-bottom: 20px;
}

.prose-content ul, .prose-content ol {
    margin-bottom: 20px;
    padding-left: 24px;
}

.prose-content li {
    font-size: 14px;
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 8px;
}

.prose-content strong {
    color: #ffffff;
}

/* --- Pricing Table Upgrades (Mockup Matching) --- */
.plan-duration {
    font-size: 26px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 4px;
}

.plan-subtitle {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 500;
}

.plan-price-section {
    text-align: center;
    margin-bottom: 28px;
}

.plan-card-badge-starter {
    background: rgba(230, 57, 37, 0.15);
    border: 1px solid rgba(230, 57, 37, 0.3);
    color: var(--color-primary);
    font-size: 11px;
    font-weight: 700;
    padding: 5px 14px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
    letter-spacing: 0.5px;
}

.plan-card-badge-beste-keuze {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #e63925 0%, #ff523d 100%);
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    padding: 5px 18px;
    border-radius: 20px;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 12px rgba(230, 57, 37, 0.35);
    z-index: 20;
}

.plan-card-badge-meest-gekozen-top {
    background: rgba(230, 57, 37, 0.15);
    border: 1px solid rgba(230, 57, 37, 0.3);
    color: #ff523d;
    font-size: 10px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.plan-card-badge-meest-gekozen-sub {
    background: rgba(52, 211, 153, 0.15);
    border: 1px solid rgba(52, 211, 153, 0.3);
    color: #34d399;
    font-size: 10px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.plan-card-badge-meest-gekozen-trophy {
    background: rgba(6, 182, 212, 0.15);
    border: 1px solid rgba(6, 182, 212, 0.3);
    color: #22d3ee;
    font-size: 10px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Customized Single Action Buttons */
.plan-card .btn-starter, .plan-card .btn-premium {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffffff;
    box-shadow: none;
}

.plan-card .btn-starter:hover, .plan-card .btn-premium:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: #ffffff;
    color: #ffffff;
}

.plan-card .btn-beste-keuze {
    background: linear-gradient(135deg, #e63925 0%, #ff523d 100%);
    border: none;
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(230, 57, 37, 0.45);
}

.plan-card .btn-beste-keuze:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(230, 57, 37, 0.6);
    color: #ffffff;
}

/* Feature list icon overrides */
.check-icon-green {
    width: 18px;
    height: 18px;
    fill: #34d399;
    flex-shrink: 0;
    margin-top: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.icon-orange {
    width: 18px;
    height: 18px;
    fill: #e63925;
    flex-shrink: 0;
    margin-top: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.icon-gold {
    width: 18px;
    height: 18px;
    fill: #fbbf24;
    flex-shrink: 0;
    margin-top: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

/* --- Glassmorphic Modal Styles --- */
.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(4, 6, 18, 0.7);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.modal-card {
    background: rgba(13, 17, 39, 0.85);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid rgba(230, 57, 37, 0.2);
    border-radius: var(--border-radius-xl);
    width: 90%;
    max-width: 480px;
    padding: 40px;
    text-align: center;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(230, 57, 37, 0.25);
    transform: scale(0.9);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.modal-overlay.active .modal-card {
    transform: scale(1);
}

.modal-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: transparent;
    border: none;
    color: var(--text-secondary);
    font-size: 24px;
    cursor: pointer;
    transition: color 0.2s ease;
    line-height: 1;
}

.modal-close-btn:hover {
    color: #ffffff;
}

.modal-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    width: 64px;
    border-radius: 50%;
    background: rgba(230, 57, 37, 0.15);
    border: 1px solid rgba(230, 57, 37, 0.3);
    color: var(--color-primary);
    margin: 0 auto 24px auto;
    animation: pulse-ring 2s infinite;
}

@keyframes pulse-ring {
    0% {
        box-shadow: 0 0 0 0 rgba(230, 57, 37, 0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(230, 57, 37, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(230, 57, 37, 0);
    }
}

.modal-title {
    font-size: 24px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 12px;
}

.modal-text {
    font-size: 14px;
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: 28px;
}

.modal-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.btn-modal-dismiss {
    background: transparent;
    border: none;
    color: var(--text-secondary);
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    padding: 8px;
    transition: color 0.2s ease;
}

.btn-modal-dismiss:hover {
    color: #ffffff;
}

/* --- Pricing Toggle Mobile Optimization --- */
@media (max-width: 480px) {
    .pricing-toggle-wrap {
        display: flex;
        width: calc(100% - 24px);
        max-width: 340px;
        box-sizing: border-box;
        margin: 0 auto 32px auto;
        padding: 4px;
        border-radius: 30px;
    }
    .pricing-toggle-btn {
        font-size: 11px;
        padding: 8px 10px;
        flex: 1;
        justify-content: center;
        gap: 4px;
        border-radius: 24px;
        white-space: nowrap;
    }
    .pricing-toggle-btn .save-badge {
        font-size: 8px;
        padding: 1px 4px;
    }
}

/* --- Mobile Sticky CTA Bar --- */
.mobile-sticky-cta-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9998;
    background: rgba(6, 8, 19, 0.95);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-top: 1px solid var(--border-color);
    padding: 12px 16px;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.5);
}

.mobile-sticky-cta-inner {
    display: flex;
    gap: 8px;
    width: 100%;
}

.btn-trial-sticky, .btn-primary-sticky {
    flex: 1;
    text-align: center;
    padding: 12px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 12px;
    display: block;
}

.btn-trial-sticky {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    transition: background 0.3s;
}

.btn-trial-sticky:hover {
    background: rgba(255, 255, 255, 0.1);
}

.btn-primary-sticky {
    background: var(--gradient-amber);
    color: #0e0d0b;
    box-shadow: 0 4px 12px rgba(243, 176, 108, 0.2);
    transition: transform 0.2s, box-shadow 0.2s;
}

.btn-primary-sticky:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(243, 176, 108, 0.3);
}

@media (max-width: 768px) {
    .mobile-sticky-cta-bar {
        display: block;
    }
}




