/* ============================================
   MYALPHA.WORLD — Purple Theme
   Professional Bootstrap 5.3 Template
   ============================================ */

/* ---------- Color Palette ---------- */
:root {
    --purple-deep:    #2d0a5e;
    --purple-mid:     #7630d7;
    --purple-light:   #a855f7;
    --purple-glow:    #c084fc;
    --purple-pale:    #f3e8ff;
    --dark:           #0a0014;
    --dark-card:      #130a24;
    --text-muted:     #9ca3af;
    --white:          #ffffff;
    --gradient-hero:  linear-gradient(135deg, #0a0014 0%, #1a0a3e 30%, #2d0a5e 60%, #7630d7 100%);
    --gradient-accent: linear-gradient(135deg, #7630d7, #a855f7);
    --gradient-card:  linear-gradient(180deg, rgba(118,48,215,0.05) 0%, rgba(118,48,215,0) 100%);
    --gradient-border: linear-gradient(135deg, #7630d7, #a855f7, #c084fc);
}

/* ---------- Global ---------- */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 76px;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #e5e5e5;
    background-color: var(--dark);
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6,
.navbar-brand,
.fw-black {
    font-family: 'Montserrat', sans-serif;
}

.fw-black {
    font-weight: 900;
}

.ls-2 {
    letter-spacing: 2px;
}

.text-accent {
    color: var(--purple-light) !important;
}

.text-purple-pale {
    color: var(--purple-pale) !important;
}

/* ---------- Gradient Text Utility ---------- */
.gradient-text {
    background: var(--gradient-accent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ---------- Buttons ---------- */
.btn-accent {
    background: var(--gradient-accent);
    color: #fff;
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    padding: 14px 40px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.85rem;
    transition: all 0.4s ease;
    box-shadow: 0 4px 20px rgba(118, 48, 215, 0.4);
    position: relative;
    overflow: hidden;
}

.btn-accent::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s ease;
}

.btn-accent:hover::before {
    left: 100%;
}

.btn-accent:hover,
.btn-accent:focus {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(118, 48, 215, 0.6);
    color: #fff;
}

.btn-outline-accent {
    background: transparent;
    color: var(--purple-light);
    border: 2px solid var(--purple-mid);
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    padding: 12px 36px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.8rem;
    transition: all 0.3s ease;
}

.btn-outline-accent:hover,
.btn-outline-accent:focus {
    background: var(--gradient-accent);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 4px 20px rgba(118, 48, 215, 0.4);
}

/* ---------- Navbar ---------- */
.navbar {
    background: rgba(10, 0, 20, 0.8);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 1rem 0;
    transition: all 0.4s ease;
    border-bottom: 1px solid rgba(118, 48, 215, 0.1);
}

.navbar-scrolled {
    background: rgba(10, 0, 20, 0.95) !important;
    box-shadow: 0 4px 30px rgba(118, 48, 215, 0.15);
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(118, 48, 215, 0.3);
}

.navbar-brand {
    font-size: 1.3rem;
    letter-spacing: 4px;
    background: var(--gradient-accent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.nav-link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0.5rem 1.2rem !important;
    color: rgba(255, 255, 255, 0.7) !important;
    transition: all 0.3s ease;
    position: relative;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--gradient-accent);
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.nav-link:hover,
.nav-link.active {
    color: var(--purple-light) !important;
}

.nav-link:hover::after,
.nav-link.active::after {
    width: 60%;
}

/* ---------- Hero Section ---------- */
.hero-section {
    min-height: 100vh;
    background: var(--gradient-hero);
    position: relative;
    overflow: hidden;
}

/* Animated background particles */
.hero-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background:
        radial-gradient(circle at 20% 30%, rgba(118, 48, 215, 0.15) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(168, 85, 247, 0.1) 0%, transparent 40%),
        radial-gradient(circle at 50% 50%, rgba(192, 132, 252, 0.05) 0%, transparent 50%);
    animation: heroFloat 20s ease-in-out infinite;
    pointer-events: none;
}

.hero-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(to top, var(--dark), transparent);
    pointer-events: none;
}

@keyframes heroFloat {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    33% { transform: translate(30px, -30px) rotate(1deg); }
    66% { transform: translate(-20px, 20px) rotate(-1deg); }
}

/* Decorative grid lines */
.hero-section .container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        linear-gradient(rgba(118, 48, 215, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(118, 48, 215, 0.03) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
}

.hero-title {
    font-size: clamp(2.5rem, 8vw, 6rem);
    line-height: 1.05;
    font-weight: 900;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.hero-title .text-accent {
    background: var(--gradient-accent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 0 30px rgba(118, 48, 215, 0.5));
}

.hero-sub-accent {
    font-size: 0.55em;
    display: block;
    margin-top: 0.2em;
}

.hero-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(0.9rem, 2vw, 1.3rem);
    font-weight: 300;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    z-index: 1;
}

.hero-tagline {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(0.7rem, 1.2vw, 0.95rem);
    font-weight: 300;
    letter-spacing: 10px;
    text-transform: uppercase;
    color: rgba(168, 85, 247, 0.5);
    margin-top: 0.75rem;
    position: relative;
    z-index: 1;
}

/* ---------- Section Base ---------- */
.section-dark {
    background: var(--dark);
    position: relative;
}

.section-dark::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--purple-mid), transparent);
}

.section-light {
    background: linear-gradient(180deg, #0f0520 0%, var(--dark) 100%);
}

/* Section dividers */
.section-divider {
    width: 60px;
    height: 3px;
    background: var(--gradient-accent);
    margin: 0 auto 2rem;
    border-radius: 2px;
}

/* ---------- Feature Cards ---------- */
.feature-card {
    background: var(--dark-card);
    border: 1px solid rgba(118, 48, 215, 0.15);
    border-radius: 12px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gradient-accent);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.feature-card:hover {
    transform: translateY(-8px);
    border-color: rgba(118, 48, 215, 0.4);
    box-shadow: 0 12px 40px rgba(118, 48, 215, 0.2);
}

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

.feature-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(118, 48, 215, 0.1);
    border: 1px solid rgba(118, 48, 215, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.feature-card:hover .feature-icon {
    background: rgba(118, 48, 215, 0.2);
    box-shadow: 0 0 30px rgba(118, 48, 215, 0.3);
    transform: scale(1.1);
}

.feature-icon i {
    font-size: 2rem;
    background: var(--gradient-accent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}


.service-card {
    background: rgba(19, 10, 36, 0.6);
    border: 1px solid rgba(118, 48, 215, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gradient-accent);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.service-card:hover {
    transform: translateY(-8px);
    border-color: rgba(118, 48, 215, 0.5);
    box-shadow: 0 12px 40px rgba(118, 48, 215, 0.25);
}

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

.service-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(118, 48, 215, 0.15);
    border: 1px solid rgba(118, 48, 215, 0.3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    margin: 0 auto;
}

.service-card:hover .service-icon {
    background: rgba(118, 48, 215, 0.3);
    box-shadow: 0 0 30px rgba(118, 48, 215, 0.4);
    transform: scale(1.1) rotate(5deg);
}

.service-icon i {
    font-size: 2.5rem;
    background: var(--gradient-accent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}


.review-card {
    background: var(--dark-card);
    border: 1px solid rgba(118, 48, 215, 0.15);
    border-radius: 12px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
    border-left: 4px solid var(--purple-mid);
    transition: all 0.4s ease;
}

.review-card:hover {
    border-color: rgba(118, 48, 215, 0.4);
    box-shadow: 0 8px 40px rgba(118, 48, 215, 0.15);
}

.review-stars i {
    color: #fbbf24;
    font-size: 1rem;
}

.avatar-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--gradient-accent);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 0.85rem;
    box-shadow: 0 4px 15px rgba(118, 48, 215, 0.4);
}

.carousel-indicators {
    margin-bottom: 2.5rem !important;
}

.carousel-item {
    padding-bottom: 1rem;
}

/* ---------- Pricing Cards ---------- */
.pricing-card {
    background: var(--dark-card);
    border: 1px solid rgba(118, 48, 215, 0.15);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.pricing-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: var(--gradient-card);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.pricing-card:hover {
    transform: translateY(-8px);
    border-color: rgba(118, 48, 215, 0.3);
    box-shadow: 0 12px 40px rgba(118, 48, 215, 0.2);
}

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

.pricing-featured {
    border: 2px solid var(--purple-mid);
    box-shadow: 0 8px 40px rgba(118, 48, 215, 0.3);
}

.pricing-featured::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-accent);
}

.pricing-badge {
    display: inline-block;
    background: var(--gradient-accent);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 5px 18px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    box-shadow: 0 4px 15px rgba(118, 48, 215, 0.4);
}

.price-amount {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 2.8rem;
    font-weight: 900;
    background: var(--gradient-accent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.price-label {
    display: block;
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-top: -4px;
}

.annual-price {
    display: block;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--purple-glow);
    margin-top: 2px;
}

.pricing-card ul li {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
}

.pricing-card ul li i {
    color: var(--purple-light);
}

/* ---------- FAQ Accordion ---------- */
.accordion-item {
    background: var(--dark-card);
    border: 1px solid rgba(118, 48, 215, 0.15);
    border-radius: 12px !important;
    margin-bottom: 12px;
    overflow: hidden;
}

.accordion-button {
    background: var(--dark-card);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 1.25rem 1.5rem;
    border: none;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    background: rgba(118, 48, 215, 0.1);
    color: var(--purple-light);
}

.accordion-button::after {
    filter: invert(1);
}

.accordion-button:not(.collapsed)::after {
    filter: invert(0.5) hue-rotate(200deg);
}

.accordion-body {
    color: var(--text-muted);
    padding: 1rem 1.5rem 1.5rem;
    line-height: 1.8;
}

/* ---------- Blockquote ---------- */
.blockquote {
    background: rgba(118, 48, 215, 0.05);
    border-radius: 12px;
    border-left: 4px solid var(--purple-mid) !important;
}

.blockquote-footer {
    color: var(--purple-light);
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

/* ---------- Footer ---------- */
.footer {
    background: linear-gradient(180deg, var(--dark) 0%, #050010 100%);
    position: relative;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--purple-mid), transparent);
}

.footer a:hover {
    color: var(--purple-light) !important;
}

.social-links a {
    transition: all 0.3s ease;
}

.social-links a:hover {
    color: var(--purple-light) !important;
    transform: translateY(-3px);
}

/* ---------- Section Headings ---------- */
section h6.text-accent {
    position: relative;
    display: inline-block;
}

section h6.text-accent::after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: var(--gradient-accent);
    margin-top: 8px;
    border-radius: 1px;
}

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .hero-tagline {
        letter-spacing: 4px;
    }

    .pricing-card {
        margin-bottom: 1rem;
    }

    .feature-card {
        margin-bottom: 1rem;
    }
}

/* ---------- Process Steps ---------- */
.process-steps {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    padding: 2rem 0;
}

.process-step {
    flex: 1;
    max-width: 250px;
}

.step-number {
    font-family: 'Montserrat', sans-serif;
    font-size: 3rem;
    font-weight: 900;
    background: var(--gradient-accent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    opacity: 0.3;
}

.step-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(118, 48, 215, 0.1);
    border: 2px solid rgba(118, 48, 215, 0.3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.step-icon i {
    background: var(--gradient-accent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.process-step:hover .step-icon {
    background: rgba(118, 48, 215, 0.2);
    box-shadow: 0 0 30px rgba(118, 48, 215, 0.4);
    transform: scale(1.1);
    border-color: var(--purple-light);
}

.step-arrow {
    font-size: 2rem;
    opacity: 0.5;
    animation: arrowPulse 2s ease-in-out infinite;
}

@keyframes arrowPulse {
    0%, 100% { opacity: 0.3; transform: translateX(0); }
    50% { opacity: 0.8; transform: translateX(5px); }
}

/* ---------- Results Summary ---------- */
.results-summary {
    background: rgba(19, 10, 36, 0.6);
    border: 1px solid rgba(118, 48, 215, 0.3);
    border-radius: 16px;
    box-shadow: 0 8px 40px rgba(118, 48, 215, 0.2);
    backdrop-filter: blur(10px);
}

.result-item {
    padding: 1.5rem;
}

.result-number {
    font-family: 'Montserrat', sans-serif;
    font-size: 3rem;
    font-weight: 900;
    background: var(--gradient-accent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.result-label {
    font-size: 0.9rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

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

::-webkit-scrollbar-track {
    background: var(--dark);
}

::-webkit-scrollbar-thumb {
    background: var(--purple-mid);
    border-radius: 4px;
}

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

/* ============================================
   NEW: Google Calendar Style Widget
   ============================================ */
.google-cal-widget {
    background: var(--dark-card);
    border: 1px solid rgba(118, 48, 215, 0.2);
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.cal-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.cal-btn {
    background: rgba(118, 48, 215, 0.15);
    border: 1px solid rgba(118, 48, 215, 0.3);
    color: var(--purple-glow);
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 0.9rem;
}

.cal-btn:hover {
    background: rgba(118, 48, 215, 0.3);
    color: #fff;
}

.cal-month-year {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 0.85rem;
    color: #fff;
}

.cal-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
}

.cal-day-name {
    text-align: center;
    padding: 4px 0;
}

.cal-day-name span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 0.6rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--purple-glow);
}

.cal-days {
    display: contents;
}

.cal-day {
    text-align: center;
    padding: 8px 0;
    border-radius: 6px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    transition: all 0.15s ease;
}

.cal-day:hover:not(.cal-day-empty):not(.cal-day-past) {
    background: rgba(118, 48, 215, 0.25);
    color: #fff;
}

.cal-day-empty {
    cursor: default;
}

.cal-day-past {
    color: rgba(255, 255, 255, 0.15);
    cursor: not-allowed;
}

.cal-day-today {
    background: rgba(118, 48, 215, 0.15);
    border: 1px solid var(--purple-mid);
    color: var(--purple-glow);
}

.cal-day-selected {
    background: var(--gradient-accent) !important;
    color: #fff !important;
    box-shadow: 0 2px 8px rgba(118, 48, 215, 0.4);
}

/* Selected date info */
.cal-selected-info {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(118, 48, 215, 0.15);
}

.cal-selected-date {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 0.8rem;
    color: var(--purple-glow);
    margin-bottom: 8px;
}

.cal-selected-date i {
    margin-right: 4px;
}

.cal-time-label {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text-muted);
    margin-bottom: 6px;
}

.cal-time-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.cal-time-btn {
    background: rgba(118, 48, 215, 0.1);
    border: 1px solid rgba(118, 48, 215, 0.25);
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 0.7rem;
    padding: 5px 12px;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.cal-time-btn:hover {
    background: rgba(118, 48, 215, 0.25);
    border-color: var(--purple-light);
    color: #fff;
}

.cal-time-btn-selected {
    background: var(--gradient-accent) !important;
    border-color: transparent !important;
    color: #fff !important;
}

/* Form */
.cal-form-section {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(118, 48, 215, 0.15);
}

.cal-input {
    background: rgba(10, 0, 20, 0.5);
    border: 1px solid rgba(118, 48, 215, 0.2);
    color: #fff;
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 0.8rem;
    width: 100%;
    transition: all 0.2s ease;
}

.cal-input:focus {
    outline: none;
    border-color: var(--purple-light);
    box-shadow: 0 0 0 2px rgba(118, 48, 215, 0.15);
}

.cal-input::placeholder {
    color: rgba(255, 255, 255, 0.25);
}

.cal-textarea {
    resize: none;
}

.cal-submit {
    padding: 8px 30px;
    font-size: 0.75rem;
}

/* ============================================
   BILLING TOGGLE (Monthly / Yearly)
   ============================================ */
.billing-toggle {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.billing-label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.35);
    transition: color 0.3s ease;
    cursor: pointer;
    user-select: none;
}

.billing-label.active {
    color: var(--purple-glow);
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 26px;
}

.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(118, 48, 215, 0.2);
    border: 1px solid rgba(118, 48, 215, 0.3);
    border-radius: 26px;
    transition: all 0.3s ease;
}

.toggle-slider:before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 2px;
    background: var(--purple-glow);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.toggle-switch input:checked + .toggle-slider {
    background: rgba(118, 48, 215, 0.4);
    border-color: var(--purple-light);
}

.toggle-switch input:checked + .toggle-slider:before {
    transform: translateX(22px);
    background: #fff;
}

.toggle-switch input:focus + .toggle-slider {
    box-shadow: 0 0 0 2px rgba(118, 48, 215, 0.2);
}

/* ============================================
   FOLDER UI (Single Container with Overlapping Tabs)
   ============================================ */
.single-folder-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 0 0 0;
}

/* Tab Bar - Three overlapping tabs like file folders in a drawer */
.folder-tab-bar {
    display: flex;
    justify-content: center;
    gap: 0;
    position: relative;
    z-index: 1;
}

.folder-tab-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    background: linear-gradient(180deg, rgba(118, 48, 215, 0.2) 0%, rgba(90, 31, 184, 0.12) 100%);
    border: 2px solid rgba(118, 48, 215, 0.25);
    border-bottom: none;
    border-radius: 12px 12px 0 0;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    user-select: none;
    min-height: 50px;
    flex: 1;
    max-width: 340px;
}

.folder-tab-item:hover {
    background: linear-gradient(180deg, rgba(118, 48, 215, 0.35) 0%, rgba(90, 31, 184, 0.22) 100%);
    border-color: rgba(118, 48, 215, 0.45);
}

.folder-tab-item.active {
    background: linear-gradient(180deg, rgba(118, 48, 215, 0.45) 0%, rgba(90, 31, 184, 0.3) 100%);
    border: 2px solid rgba(118, 48, 215, 0.55);
    border-bottom: none;
    box-shadow: 0 -6px 24px rgba(118, 48, 215, 0.25), inset 0 2px 0 rgba(255,255,255,0.05);
    z-index: 10;
    min-height: 58px;
}

.tab-label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.35);
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: color 0.3s ease;
    white-space: nowrap;
}

.folder-tab-item.active .tab-label {
    color: #fff;
}

/* Content Area - Single horizontal rectangle */
.folder-content-area {
    background: linear-gradient(180deg, #100518 0%, #060008 100%);
    border: 2px solid rgba(118, 48, 215, 0.25);
    border-radius: 0 0 14px 14px;
    padding: 0;
    position: relative;
    z-index: 5;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(118, 48, 215, 0.1);
}

/* Individual Panels */
.folder-panel {
    padding: 24px 20px;
    transition: all 0.3s ease;
}

/* Sub-package cards */
.folder-panel .sub-package-card {
    background: rgba(10, 5, 15, 0.5);
    border: 1px solid rgba(118, 48, 215, 0.1);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.folder-panel .sub-package-card hr {
    border: none;
    border-top: 1px solid rgba(118, 48, 215, 0.12);
    margin: 16px 0;
    opacity: 1;
}

.folder-panel .sub-package-card:hover {
    border-color: rgba(118, 48, 215, 0.3);
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(118, 48, 215, 0.12);
}

.folder-panel .sub-package-card.pricing-featured {
    border: 2px solid rgba(118, 48, 215, 0.45);
    box-shadow: 0 0 30px rgba(118, 48, 215, 0.15), 0 4px 20px rgba(0, 0, 0, 0.3);
    background: rgba(10, 5, 15, 0.7);
}

.folder-panel .sub-package-card.pricing-featured hr {
    border-top: 1px solid rgba(118, 48, 215, 0.2);
}

/* Billing toggle */
.folder-panel .billing-toggle {
    margin-bottom: 20px;
    text-align: center;
}

.folder-panel .toggle-above {
    display: flex;
    justify-content: center;
    margin: 0 auto 18px auto;
}

/* Billing toggle wrapper - centered above Growth card */
.billing-toggle-wrapper {
    display: flex;
    justify-content: center;
    margin: 0 auto 20px auto;
}

.folder-panel .billing-toggle-wrapper .billing-toggle {
    margin-bottom: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .folder-tab-bar {
        flex-direction: column;
        align-items: center;
    }
    .folder-tab-item {
        max-width: 100%;
        width: 100%;
        border-radius: 10px 10px 0 0;
    }
    .folder-tab-item:last-child {
        border-radius: 10px 10px 0 0;
    }
}

/* ============================================
   NEW: Business Size Cards
   ============================================ */
.business-size-card {
    background: var(--dark-card);
    border: 2px solid rgba(118, 48, 215, 0.15);
    border-radius: 20px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.business-size-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-accent);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.business-size-card:hover {
    transform: translateY(-10px);
    border-color: rgba(118, 48, 215, 0.5);
    box-shadow: 0 16px 50px rgba(118, 48, 215, 0.25);
}

.business-size-card:hover::before {
    opacity: 1;
}

.business-size-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(118, 48, 215, 0.1);
    border: 2px solid rgba(118, 48, 215, 0.25);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.business-size-card:hover .business-size-icon {
    background: rgba(118, 48, 215, 0.2);
    box-shadow: 0 0 40px rgba(118, 48, 215, 0.3);
    transform: scale(1.1);
    border-color: var(--purple-light);
}

.business-size-card .learn-more-btn {
    margin-top: 1rem;
}

/* Large Business card — different button style */
.business-size-card[data-size="large"] {
    border-color: rgba(118, 48, 215, 0.3);
}

.business-size-card[data-size="large"]:hover {
    border-color: var(--purple-light);
    box-shadow: 0 16px 50px rgba(118, 48, 215, 0.35);
}

/* ============================================
   NEW: Sub-Package Cards
   ============================================ */
.sub-package-card {
    background: var(--dark-card);
    border: 1px solid rgba(118, 48, 215, 0.15);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.sub-package-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gradient-accent);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.sub-package-card:hover {
    transform: translateY(-8px);
    border-color: rgba(118, 48, 215, 0.4);
    box-shadow: 0 12px 40px rgba(118, 48, 215, 0.2);
}

.sub-package-card:hover::before {
    opacity: 1;
}

.sub-package-card.pricing-featured {
    border: 2px solid var(--purple-mid);
    box-shadow: 0 8px 40px rgba(118, 48, 215, 0.3);
}

.sub-package-card.pricing-featured::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-accent);
}

.sub-package-card ul li {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    padding: 4px 0;
}

.sub-package-card ul li i {
    color: var(--purple-light);
}

/* ============================================
   NEW: Calendar Scheduler
   ============================================ */
.calendar-scheduler {
    background: var(--dark-card);
    border: 1px solid rgba(118, 48, 215, 0.2);
    border-radius: 20px;
    box-shadow: 0 8px 40px rgba(118, 48, 215, 0.15);
    backdrop-filter: blur(10px);
}

.calendar-header {
    padding: 1rem 0;
}

.calendar-nav {
    display: flex;
    align-items: center;
    justify-content: center;
}

.calendar-nav .btn {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.calendar-day-header {
    text-align: center;
    padding: 8px 0;
}

.calendar-day-header div {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--purple-glow);
}

.calendar-day {
    text-align: center;
    padding: 12px 0;
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    transition: all 0.2s ease;
}

.calendar-day:hover:not(.calendar-day-empty):not(.calendar-day-past) {
    background: rgba(118, 48, 215, 0.2);
    color: #fff;
}

.calendar-day-empty {
    cursor: default;
}

.calendar-day-past {
    color: rgba(255, 255, 255, 0.15);
    cursor: not-allowed;
}

.calendar-day-selected {
    background: var(--gradient-accent) !important;
    color: #fff !important;
    box-shadow: 0 4px 15px rgba(118, 48, 215, 0.4);
}

/* Time Slots */
.time-slots-section {
    border-top: 1px solid rgba(118, 48, 215, 0.2);
    padding-top: 1.5rem;
}

.time-slots-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.time-slot-btn {
    background: rgba(118, 48, 215, 0.1);
    border: 1px solid rgba(118, 48, 215, 0.3);
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.85rem;
}

.time-slot-btn:hover {
    background: rgba(118, 48, 215, 0.25);
    border-color: var(--purple-light);
    color: #fff;
}

.time-slot-btn-selected {
    background: var(--gradient-accent) !important;
    border-color: transparent !important;
    color: #fff !important;
    box-shadow: 0 4px 15px rgba(118, 48, 215, 0.4);
}

/* Contact Form in Calendar */
.contact-form-section {
    border-top: 1px solid rgba(118, 48, 215, 0.2);
    padding-top: 1.5rem;
}

.contact-form-section .form-control {
    background: rgba(10, 0, 20, 0.6);
    border: 1px solid rgba(118, 48, 215, 0.2);
    color: #fff;
    border-radius: 10px;
    padding: 12px 16px;
    font-size: 0.95rem;
}

.contact-form-section .form-control:focus {
    background: rgba(10, 0, 20, 0.8);
    border-color: var(--purple-light);
    box-shadow: 0 0 0 3px rgba(118, 48, 215, 0.15);
    color: #fff;
}

.contact-form-section .form-control::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

/* ============================================
   NEW: Testimonial Carousel Card
   ============================================ */
.testimonial-carousel-card {
    background: var(--dark-card);
    border: 1px solid rgba(118, 48, 215, 0.15);
    border-radius: 20px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.3);
}

.testimonial-avatar img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border: 3px solid rgba(118, 48, 215, 0.3);
}

.testimonial-author h5 {
    font-size: 1.1rem;
}
