/* ============================================
   Flint Digital - Custom Application Styles
   ============================================ */

/* --- Material Symbols Outlined --- */
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

/* --- Glass Panel --- */
.glass-panel {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
}

.glass-panel-dark {
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
}

.glass-panel-light {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 16px;
}

/* --- Ambient Shadow --- */
.ambient-shadow {
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.ambient-shadow-light {
    box-shadow: 0 8px 32px rgba(91, 79, 233, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04);
}

/* --- CTA Gradient --- */
.cta-gradient {
    background: linear-gradient(135deg, #5B4FE9 0%, #7C3AED 50%, #3B82F6 100%);
}

.cta-gradient-hover:hover {
    background: linear-gradient(135deg, #6D62F0 0%, #8B5CF6 50%, #60A5FA 100%);
    transform: translateY(-1px);
    box-shadow: 0 8px 32px rgba(91, 79, 233, 0.35);
}

/* --- Navy Gradient --- */
.navy-gradient {
    background: linear-gradient(180deg, #0a0a1a 0%, #0f0f2a 30%, #14143a 60%, #0a0a1a 100%);
}

.navy-gradient-reverse {
    background: linear-gradient(0deg, #0a0a1a 0%, #0f0f2a 30%, #14143a 60%, #0a0a1a 100%);
}

/* --- Gradient Tile --- */
.gradient-tile {
    background: linear-gradient(135deg, rgba(91, 79, 233, 0.08) 0%, rgba(139, 92, 246, 0.08) 50%, rgba(59, 130, 246, 0.08) 100%);
    border: 1px solid rgba(91, 79, 233, 0.12);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.gradient-tile:hover {
    background: linear-gradient(135deg, rgba(91, 79, 233, 0.12) 0%, rgba(139, 92, 246, 0.12) 50%, rgba(59, 130, 246, 0.12) 100%);
    border-color: rgba(91, 79, 233, 0.25);
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(91, 79, 233, 0.12);
}

/* --- Subtle Border --- */
.subtle-border {
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.subtle-border-light {
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.subtle-border-bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* --- Glass Card --- */
.glass-card {
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.glass-card:hover {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(91, 79, 233, 0.3);
    transform: translateY(-4px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(91, 79, 233, 0.1);
}

.glass-card-dark {
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.glass-card-dark:hover {
    background: rgba(0, 0, 0, 0.35);
    border-color: rgba(91, 79, 233, 0.25);
    transform: translateY(-4px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.glass-card-light {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    transition: all 0.3s ease;
}

.glass-card-light:hover {
    background: rgba(255, 255, 255, 0.85);
    border-color: rgba(91, 79, 233, 0.2);
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(91, 79, 233, 0.08);
}

/* --- Indigo Glow --- */
.indigo-glow {
    box-shadow: 0 0 30px rgba(91, 79, 233, 0.15), 0 0 60px rgba(91, 79, 233, 0.05);
}

.indigo-glow-strong {
    box-shadow: 0 0 40px rgba(91, 79, 233, 0.25), 0 0 80px rgba(91, 79, 233, 0.1);
}

.indigo-text {
    color: #5B4FE9;
}

.indigo-text-gradient {
    background: linear-gradient(135deg, #5B4FE9, #7C3AED);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.indigo-border {
    border-color: rgba(91, 79, 233, 0.3);
}

.indigo-bg {
    background-color: rgba(91, 79, 233, 0.1);
}

.indigo-bg-solid {
    background-color: #5B4FE9;
}

/* --- Indigo Accent Gradient --- */
.accent-gradient {
    background: linear-gradient(135deg, #5B4FE9, #3B82F6);
}

.accent-text-gradient {
    background: linear-gradient(135deg, #5B4FE9, #60A5FA);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* --- Reveal on Scroll --- */
.reveal-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal-on-scroll.revealed {
    opacity: 1;
    transform: translateY(0);
}

.reveal-on-scroll-left {
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal-on-scroll-left.revealed {
    opacity: 1;
    transform: translateX(0);
}

.reveal-on-scroll-right {
    opacity: 0;
    transform: translateX(30px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal-on-scroll-right.revealed {
    opacity: 1;
    transform: translateX(0);
}

.reveal-on-scroll-scale {
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal-on-scroll-scale.revealed {
    opacity: 1;
    transform: scale(1);
}

/* --- Navigation Styles --- */
.nav-blur {
    background: rgba(10, 10, 26, 0.8);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.nav-link {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    transition: color 0.2s ease;
    position: relative;
}

.nav-link:hover {
    color: rgba(255, 255, 255, 1);
}

.nav-link.active {
    color: #5B4FE9;
}

/* --- Glassmorphism Navbar --- */
.glassmorphism-nav {
    width: calc(100% - 48px);
}

@media (min-width: 1280px) {
    .glassmorphism-nav {
        width: 100%;
    }
}

@media (max-width: 768px) {
    #mainNav {
        top: 1rem;
        padding: 0 1rem;
    }
    
    .glassmorphism-nav {
        width: calc(100% - 32px);
        padding: 0.875rem 1.25rem;
        border-radius: 10px;
    }
}

@media (max-width: 480px) {
    #mainNav {
        top: 0.75rem;
        padding: 0 0.75rem;
    }
    
    .glassmorphism-nav {
        width: calc(100% - 24px);
        padding: 0.75rem 1rem;
        border-radius: 10px;
    }
}

.glassmorphism-dropdown {
    transition: all 0.25s ease-out;
}

.glassmorphism-mobile {
    transition: all 0.3s ease-out;
}

/* --- Button Styles --- */
.btn-primary {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 52px;
    padding: 0 24px;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,.25);
    font-family: 'Plus Jakarta Sans', 'Baloo Da 2', system-ui, sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    color: #fff;
    white-space: nowrap;
    text-decoration: none;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    overflow: hidden;
    background: linear-gradient(135deg, #5B8CFF 0%, #3F72FF 45%, #2F5BFF 100%);
    box-shadow: 0 12px 28px -8px rgba(59,97,255,.45);
    transition: all .25s cubic-bezier(.4,0,.2,1);
    outline: none;
}

.btn-primary::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,.35) 50%, transparent 70%);
    background-size: 250% 100%;
    background-position: 130% 0;
    transition: background-position .8s ease;
    pointer-events: none;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 44px -8px rgba(59,97,255,.6);
    background: linear-gradient(135deg, #6B9CFF 0%, #4F82FF 45%, #3F6BFF 100%);
}

.btn-primary:hover::after {
    background-position: -40% 0;
}

.btn-primary:active {
    transform: translateY(0);
    box-shadow: 0 8px 18px rgba(59,97,255,.24);
}

.btn-primary:focus-visible {
    outline: none;
    box-shadow: 0 0 0 4px rgba(91,140,255,.22);
}

.btn-primary .material-symbols-outlined {
    font-size: 18px !important;
    width: 18px;
    height: 18px;
}

.btn-primary .btn-bg,
.btn-primary .btn-fill {
    display: none;
}

@media (prefers-reduced-motion: reduce) {
    .btn-primary::after { transition: none; }
    .btn-primary:hover::after { background-position: 130% 0; }
}

.btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.75rem;
    background: transparent;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    font-size: 0.875rem;
    border-radius: 8px;
    border: 2px solid rgba(255,255,255,0.2);
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-1px);
}

/* --- Section Padding --- */
.section-padding {
    padding: 6rem 0;
}

.section-padding-sm {
    padding: 3rem 0;
}

.section-padding-lg {
    padding: 8rem 0;
}

/* --- Typography --- */
.heading-xl {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.heading-lg {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.015em;
}

.heading-md {
    font-size: clamp(1.25rem, 2.5vw, 1.75rem);
    font-weight: 600;
    line-height: 1.25;
}

.heading-sm {
    font-size: clamp(1rem, 1.5vw, 1.25rem);
    font-weight: 600;
    line-height: 1.3;
}

.body-text {
    font-size: 1rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);
}

.body-text-light {
    color: rgba(0, 0, 0, 0.7);
}

.eyebrow {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #5B4FE9;
}

.eyebrow-light {
    color: rgba(255, 255, 255, 0.5);
}

/* --- Section Tag --- */
.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.375rem 1rem;
    background: rgba(91, 79, 233, 0.1);
    border: 1px solid rgba(91, 79, 233, 0.2);
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #5B4FE9;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.section-tag-light {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
}

/* --- Stats Card --- */
.stat-card {
    text-align: center;
    padding: 2rem;
}

.stat-value {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    background: linear-gradient(135deg, #5B4FE9, #60A5FA);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.1;
}

.stat-label {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 0.5rem;
    font-weight: 500;
}

/* --- Testimonial Card --- */
.testimonial-card {
    padding: 2rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.stars {
    color: #F59E0B;
    font-size: 0.875rem;
    letter-spacing: 0.15em;
}

.testimonial-quote {
    font-size: 0.95rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.75);
    font-style: italic;
    margin: 1rem 0;
}

.testimonial-author {
    font-weight: 600;
    font-size: 0.9rem;
}

.testimonial-role {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
}

/* --- Service Card --- */
.service-card {
    padding: 2rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.service-card:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(91, 79, 233, 0.25);
    transform: translateY(-4px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.service-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(91, 79, 233, 0.12);
    color: #5B4FE9;
    font-size: 24px;
    margin-bottom: 1.25rem;
}

/* --- Feature List --- */
.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.5rem 0;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.feature-list li::before {
    content: "check_circle";
    font-family: 'Material Symbols Outlined';
    color: #5B4FE9;
    font-size: 18px;
    flex-shrink: 0;
    font-variation-settings: 'FILL' 1, 'wght' 400;
}

/* --- Pricing Card --- */
.pricing-card {
    padding: 2.5rem;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: all 0.4s ease;
    position: relative;
}

.pricing-card.featured {
    background: rgba(91, 79, 233, 0.08);
    border-color: rgba(91, 79, 233, 0.3);
    box-shadow: 0 0 40px rgba(91, 79, 233, 0.1);
}

.pricing-card.featured:hover {
    background: rgba(91, 79, 233, 0.12);
    border-color: rgba(91, 79, 233, 0.4);
    transform: translateY(-4px);
    box-shadow: 0 20px 60px rgba(91, 79, 233, 0.2);
}

.pricing-badge {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    background: linear-gradient(135deg, #5B4FE9, #7C3AED);
    border-radius: 9999px;
    font-size: 0.7rem;
    font-weight: 700;
    color: white;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.pricing-amount {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 800;
    line-height: 1;
}

.pricing-period {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
}

/* --- Team Card --- */
.team-card {
    text-align: center;
    padding: 2rem 1.5rem;
}

.team-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(91, 79, 233, 0.2), rgba(59, 130, 246, 0.2));
    margin: 0 auto 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 700;
    color: #5B4FE9;
    border: 2px solid rgba(91, 79, 233, 0.2);
}

.team-founder {
    border-color: #5B4FE9;
    box-shadow: 0 0 20px rgba(91, 79, 233, 0.15);
}

/* --- Blog Card --- */
.blog-card {
    border-radius: 20px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: all 0.4s ease;
}

.blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    border-color: rgba(91, 79, 233, 0.2);
}

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

.blog-category {
    display: inline-block;
    padding: 0.2rem 0.75rem;
    background: rgba(91, 79, 233, 0.1);
    border-radius: 9999px;
    font-size: 0.7rem;
    font-weight: 600;
    color: #5B4FE9;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.75rem;
}

.blog-title {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: 0.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-excerpt {
    font-size: 0.85rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.6);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* --- FAQ Styles --- */
.faq-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding: 1.25rem 0;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
    transition: color 0.2s ease;
}

.faq-question:hover {
    color: #5B4FE9;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    line-height: 1.7;
}

.faq-item.open .faq-answer {
    max-height: 500px;
    padding-top: 1rem;
}

.faq-toggle {
    font-size: 1.5rem;
    transition: transform 0.3s ease;
    color: rgba(255, 255, 255, 0.4);
}

.faq-item.open .faq-toggle {
    transform: rotate(45deg);
    color: #5B4FE9;
}

/* --- Contact Form Styles --- */
.form-input {
    width: 100%;
    padding: 0.875rem 1.25rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: white;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    outline: none;
}

.form-input:focus {
    border-color: #5B4FE9;
    box-shadow: 0 0 0 3px rgba(91, 79, 233, 0.15);
}

.form-input::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.form-label {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0.5rem;
    letter-spacing: 0.02em;
}

/* --- Footer Styles --- */
.footer-gradient {
    background: linear-gradient(180deg, #0a0a1a 0%, #060612 100%);
}

.footer-link {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.875rem;
    transition: color 0.2s ease;
    text-decoration: none;
}

.footer-link:hover {
    color: #5B4FE9;
}

.footer-heading {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 1.25rem;
}

/* --- Social Icon --- */
.social-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.6);
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-icon:hover {
    background: rgba(91, 79, 233, 0.15);
    border-color: rgba(91, 79, 233, 0.3);
    color: #5B4FE9;
    transform: translateY(-2px);
}

/* --- Scroll Indicator --- */
.scroll-indicator {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.3);
    font-size: 0.7rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateX(-50%) translateY(0); }
    40% { transform: translateX(-50%) translateY(-10px); }
    60% { transform: translateX(-50%) translateY(-5px); }
}

/* --- Floating Orbs --- */
.orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
    opacity: 0.4;
}

.orb-1 {
    width: 400px;
    height: 400px;
    background: rgba(91, 79, 233, 0.3);
    top: -10%;
    right: -5%;
    animation: float 20s ease-in-out infinite;
}

.orb-2 {
    width: 300px;
    height: 300px;
    background: rgba(139, 92, 246, 0.2);
    bottom: -10%;
    left: -5%;
    animation: float 25s ease-in-out infinite reverse;
}

.orb-3 {
    width: 250px;
    height: 250px;
    background: rgba(59, 130, 246, 0.2);
    top: 40%;
    left: 50%;
    animation: float 30s ease-in-out infinite 5s;
}

@keyframes float {
    0%, 100% { transform: translate(0, 0) scale(1); }
    25% { transform: translate(30px, -40px) scale(1.05); }
    50% { transform: translate(-20px, 20px) scale(0.95); }
    75% { transform: translate(40px, 30px) scale(1.02); }
}

/* --- Counter / Animated Numbers --- */
.counter-number {
    display: inline-block;
}

/* --- Divider --- */
.divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);
}

.divider-light {
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.06), transparent);
}

/* --- Marquee / Infinite Scroll --- */
.marquee-container {
    overflow: hidden;
    position: relative;
}

.marquee-content {
    display: flex;
    gap: 4rem;
    animation: marquee 30s linear infinite;
    width: max-content;
}

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

/* --- Responsive Breakpoints --- */
@media (max-width: 1280px) {
    .section-padding-lg {
        padding: 6rem 0;
    }
}

@media (max-width: 1024px) {
    .section-padding {
        padding: 4rem 0;
    }

    .section-padding-lg {
        padding: 5rem 0;
    }

    .heading-xl {
        font-size: clamp(2rem, 4.5vw, 3rem);
    }
}

@media (max-width: 768px) {
    .section-padding {
        padding: 3rem 0;
    }

    .section-padding-lg {
        padding: 4rem 0;
    }

    .heading-xl {
        font-size: clamp(1.75rem, 6vw, 2.5rem);
    }

    .heading-lg {
        font-size: clamp(1.5rem, 5vw, 2rem);
    }

    .glass-card,
    .glass-card-dark,
    .glass-card-light {
        border-radius: 16px;
    }

    .service-card,
    .pricing-card {
        padding: 1.5rem;
    }

    .pricing-card.featured {
        transform: scale(1);
    }

    .pricing-card.featured:hover {
        transform: translateY(-4px);
    }

    .orb-1,
    .orb-2,
    .orb-3 {
        opacity: 0.25;
    }

    .orb-1 {
        width: 250px;
        height: 250px;
    }

    .orb-2 {
        width: 200px;
        height: 200px;
    }

    .orb-3 {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 480px) {
    .section-padding {
        padding: 2.5rem 0;
    }

    .heading-xl {
        font-size: 1.75rem;
    }

    .btn-primary,
    .btn-secondary {
        padding: 0.625rem 1.25rem;
        font-size: 0.8rem;
    }
}

/* ============================================
   PREMIUM PRICING SECTION STYLES
   ============================================ */

.pricing-section {
    position: relative;
    overflow: visible;
}

.pricing-cards-grid {
    align-items: stretch;
    transition: gap 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* --- Base Card --- */
.pricing-card {
    position: relative;
    padding: 2.5rem;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    will-change: transform, box-shadow, border-color, background;
}

.pricing-card:hover {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(91, 79, 233, 0.3);
    transform: translateY(-4px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(91, 79, 233, 0.1);
}

/* --- Featured Card --- */
.pricing-card.featured {
    background: rgba(91, 79, 233, 0.08);
    border-color: rgba(91, 79, 233, 0.3);
    box-shadow: 0 0 40px rgba(91, 79, 233, 0.1);
    z-index: 1;
}

.pricing-card.featured:hover {
    background: rgba(91, 79, 233, 0.12);
    border-color: rgba(91, 79, 233, 0.4);
    transform: translateY(-4px);
    box-shadow: 0 20px 60px rgba(91, 79, 233, 0.2);
}

/* --- Featured Card Glow Effects --- */
.pricing-card-glow {
    position: absolute;
    inset: -2px;
    border-radius: 26px;
    background: linear-gradient(135deg, rgba(91, 79, 233, 0.3), rgba(139, 92, 246, 0.2), rgba(59, 130, 246, 0.15));
    filter: blur(24px);
    opacity: 0.6;
    pointer-events: none;
    z-index: -1;
    animation: glow-pulse 4s ease-in-out infinite;
}

@keyframes glow-pulse {
    0%, 100% { opacity: 0.4; transform: scale(1); }
    50% { opacity: 0.7; transform: scale(1.02); }
}

.pricing-card-gradient-border {
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 1px;
    background: linear-gradient(135deg, rgba(91, 79, 233, 0.4), rgba(139, 92, 246, 0.3), rgba(59, 130, 246, 0.2));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.pricing-card.featured:hover .pricing-card-gradient-border {
    opacity: 1;
}

/* --- Card Content --- */
.pricing-card-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    position: relative;
    z-index: 10;
}

/* --- Badge --- */
.pricing-badge {
    display: inline-block;
    padding: 0.375rem 1rem;
    background: linear-gradient(135deg, #5B4FE9, #7C3AED);
    border-radius: 9999px;
    font-size: 0.7rem;
    font-weight: 700;
    color: white;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 1rem;
    box-shadow: 0 4px 16px rgba(91, 79, 233, 0.3);
}

/* --- Price Group --- */
.pricing-price-group {
    margin-bottom: 0.75rem;
}

.pricing-price {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 800;
    line-height: 1;
    background: linear-gradient(135deg, #FFFFFF 0%, #E0E7FF 50%, #93C5FD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.pricing-card.featured .pricing-price {
    background: linear-gradient(135deg, #FFFFFF 0%, #C7D2FE 50%, #A5B4FC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.pricing-sublabel {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
    margin-top: 0.5rem;
}

/* --- Title --- */
.pricing-title {
    font-size: clamp(1.25rem, 2.5vw, 1.5rem);
    font-weight: 700;
    line-height: 1.25;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 0.5rem;
}

/* --- Description --- */
.pricing-description {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 1.5rem;
}

/* --- Features --- */
.pricing-features {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem;
    flex: 1;
}

.pricing-features li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.625rem 0;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.pricing-features li:last-child {
    border-bottom: none;
}

.feature-check {
    font-size: 18px;
    color: #5B4FE9;
    flex-shrink: 0;
    margin-top: 2px;
    font-variation-settings: 'FILL' 1, 'wght' 400;
}

/* --- Trigger Button --- */
.pricing-trigger {
    position: relative;
    height: 56px;
    padding: 0 24px;
    border-radius: 12px;
    margin-top: auto;
    overflow: hidden;
}

.pricing-trigger .trigger-icon {
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    font-size: 20px !important;
    width: 20px;
    height: 20px;
}

.pricing-card[data-expanded="true"] .pricing-trigger .trigger-icon {
    transform: rotate(180deg);
}

/* Magnetic effect */
.pricing-trigger.magnetic {
    transition: transform 0.15s ease-out;
}

/* --- Form Wrapper --- */
.pricing-form-wrapper {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    transition: max-height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                opacity 0.3s ease 0.1s,
                margin-top 0.3s ease,
                padding-top 0.3s ease;
}

.pricing-card[data-expanded="true"] .pricing-form-wrapper {
    max-height: 600px;
    opacity: 1;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
}

/* --- Form Grid --- */
.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 0.5rem;
}

@media (max-width: 640px) {
    .form-grid {
        grid-template-columns: 1fr;
    }
}

/* --- Form Field --- */
.form-field {
    position: relative;
}

.form-field-full {
    grid-column: 1 / -1;
}

.form-label {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.5rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    transition: color 0.2s ease;
}

.form-input,
.form-textarea {
    width: 100%;
    padding: 0.875rem 1.25rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: white;
    font-size: 0.9rem;
    font-family: inherit;
    transition: all 0.3s ease;
    outline: none;
}

.form-input::placeholder,
.form-textarea::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.form-input:hover,
.form-textarea:hover {
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.06);
}

.form-input:focus,
.form-textarea:focus {
    border-color: #5B4FE9;
    box-shadow: 0 0 0 3px rgba(91, 79, 233, 0.15);
    background: rgba(255, 255, 255, 0.06);
}

.form-input:focus + .form-focus-ring,
.form-textarea:focus + .form-focus-ring {
    opacity: 1;
    transform: scaleX(1);
}

.form-focus-ring {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #5B4FE9, #7C3AED, #3B82F6);
    border-radius: 0 0 12px 12px;
    transform: scaleX(0);
    transform-origin: left;
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.2s ease;
    pointer-events: none;
}

.form-textarea {
    resize: vertical;
    min-height: 100px;
}

/* --- Form Actions --- */
.form-actions {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1rem;
}

.form-submit {
    position: relative;
    height: 56px;
    padding: 0 24px;
    border-radius: 12px;
    overflow: hidden;
}

.form-submit:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.form-submit:not(:disabled):hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 44px -8px rgba(59, 97, 255, 0.6);
}

.form-disclaimer {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.4);
    text-align: center;
    margin: 0;
}

/* --- Success State --- */
.form-success {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2rem 1rem;
    animation: success-reveal 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@keyframes success-reveal {
    0% { opacity: 0; transform: translateY(20px) scale(0.95); }
    100% { opacity: 1; transform: translateY(0) scale(1); }
}

.success-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, #10B981, #059669);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    animation: icon-pop 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s both;
}

@keyframes icon-pop {
    0% { transform: scale(0); opacity: 0; }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); opacity: 1; }
}

.success-icon .material-symbols-outlined {
    font-size: 32px !important;
    color: white;
}

.success-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 0.5rem;
}

.success-message {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 1.5rem;
}

.success-reset {
    padding: 0.75rem 2rem;
    border-radius: 8px;
    background: transparent;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    font-size: 0.875rem;
    border: 2px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;
}

.success-reset:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-1px);
}

/* --- Error State --- */
.form-error {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2rem 1rem;
    animation: error-reveal 0.4s ease;
}

@keyframes error-reveal {
    0% { opacity: 0; transform: translateX(-10px); }
    100% { opacity: 1; transform: translateX(0); }
}

.error-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(239, 68, 68, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.error-icon .material-symbols-outlined {
    font-size: 28px !important;
    color: #EF4444;
}

.error-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 0.5rem;
}

.error-message {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 1.5rem;
}

.error-retry {
    padding: 0.75rem 2rem;
    border-radius: 8px;
    background: transparent;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    font-size: 0.875rem;
    border: 2px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;
}

.error-retry:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-1px);
}

/* --- Card Expansion --- */
.pricing-card.expanding {
    z-index: 10;
}

.pricing-card.expanding ~ .pricing-card:not(.expanding) {
    opacity: 0.4;
    pointer-events: none;
    transform: scale(0.98);
}

/* --- Reduced Motion --- */
@media (prefers-reduced-motion: reduce) {
    .pricing-card,
    .pricing-form-wrapper,
    .form-focus-ring,
    .pricing-trigger .trigger-icon,
    .success-icon,
    .form-success,
    .form-error {
        transition: none !important;
        animation: none !important;
    }
    
    .pricing-card[data-expanded="true"] .pricing-form-wrapper {
        max-height: 600px;
        opacity: 1;
    }
    
    .pricing-card.featured .pricing-card-glow {
        animation: none;
    }
}

/* --- Focus Visible --- */
.pricing-trigger:focus-visible,
.form-input:focus-visible,
.form-textarea:focus-visible,
.form-submit:focus-visible,
.success-reset:focus-visible,
.error-retry:focus-visible {
    outline: none;
    box-shadow: 0 0 0 4px rgba(91, 79, 233, 0.22);
}

/* --- Loading State --- */
.form-submit.loading .btn-text {
    opacity: 0;
}

.form-submit.loading .submit-icon {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* --- Mobile Adjustments --- */
@media (max-width: 768px) {
    .pricing-card {
        padding: 1.5rem;
        border-radius: 20px;
    }
    
    .pricing-card.featured {
        transform: scale(1);
    }
    
    .pricing-card.featured:hover {
        transform: translateY(-4px);
    }
    
    .form-grid {
        grid-template-columns: 1fr;
    }
    
    .pricing-form-wrapper {
        margin-top: 1rem;
        padding-top: 1rem;
    }
    
    .pricing-card[data-expanded="true"] .pricing-form-wrapper {
        margin-top: 1rem;
        padding-top: 1rem;
    }
}

/* ============================================
   GROWTH PRICING SECTION
   Isolated presentation layer (single source of truth).
   Does NOT depend on global .btn-primary / .w-full / .magnetic.
   ============================================ */

@property --gp-angle {
    syntax: '<angle>';
    initial-value: 0deg;
    inherits: false;
}

/* Animated gradient border ring (revealed on hover / featured) */
.growth-pricing-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1.5px;
    background: conic-gradient(from var(--gp-angle), #5B8CFF, #7C3AED, #3F72FF, #5B8CFF);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    opacity: 0;
    transition: opacity .45s ease;
    pointer-events: none;
    z-index: 3;
}

.growth-pricing-card:hover::before,
.growth-pricing-card.featured::before {
    opacity: .9;
    animation: gp-rotate 6s linear infinite;
}

@keyframes gp-rotate {
    to { --gp-angle: 360deg; }
}

.growth-pricing-section {
    position: relative;
    overflow: hidden;
    padding: 96px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f6f7fc 100%);
}

.growth-pricing-cards-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 28px;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    align-items: stretch;
}

/* --- Base (light) Card --- */
.growth-pricing-card {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    position: relative;
    border-radius: 24px;
    padding: 36px;
    background: #ffffff;
    border: 1px solid #dedeea;
    box-shadow: 0 10px 35px rgba(20, 20, 60, .06);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    opacity: 1;
    transform: none;
    transition: box-shadow .35s ease, transform .35s ease, border-color .35s ease;
    will-change: transform;
}

.growth-pricing-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 60px rgba(20, 20, 60, .12), 0 0 0 1px rgba(66, 49, 208, .08);
    border-color: #cfcfe0;
}

/* --- Featured (dark) Card --- */
.growth-pricing-card.featured {
    background: #0d1428;
    color: #ffffff;
    border: 1px solid rgba(80, 120, 255, .55);
    box-shadow: 0 18px 50px rgba(13, 20, 40, .35);
    padding: 44px;
    transform: scale(1.02);
}

.growth-pricing-card.featured:hover {
    transform: translateY(-6px) scale(1.03);
    border-color: rgba(110, 150, 255, .8);
    box-shadow: 0 30px 70px rgba(13, 20, 40, .5), 0 0 40px rgba(80, 120, 255, .25);
}

/* Card glow (featured only) */
.growth-pricing-card-glow {
    position: absolute;
    inset: -60px;
    border-radius: 60px;
    background: radial-gradient(circle at 50% -10%, rgba(91, 139, 255, .55), rgba(124, 58, 237, .25) 35%, transparent 70%);
    filter: blur(50px);
    opacity: .55;
    pointer-events: none;
    z-index: 0;
    animation: gp-glow-pulse 5s ease-in-out infinite;
}

@keyframes gp-glow-pulse {
    0%, 100% { opacity: .45; transform: scale(1); }
    50% { opacity: .72; transform: scale(1.04); }
}

.growth-pricing-card:not(.featured) .growth-pricing-card-glow {
    display: none;
}

/* --- Card Content --- */
.growth-pricing-card-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 0;
    position: relative;
    z-index: 2;
}

/* Reset default element margins inside the component */
.growth-pricing-card-content h3,
.growth-pricing-card-content p,
.growth-pricing-card-content ul,
.growth-pricing-card-content li {
    margin: 0;
}

/* --- Badge --- */
.growth-pricing-badge {
    align-self: flex-start;
    display: inline-block;
    margin-bottom: 18px;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #ffffff;
    background: linear-gradient(135deg, #5B8CFF, #2F5BFF);
    box-shadow: 0 6px 18px rgba(47, 91, 255, .35);
}

/* --- Price --- */
.growth-pricing-price-group {
    margin-bottom: 10px;
}

.growth-pricing-price {
    font-family: 'Plus Jakarta Sans', 'Baloo Da 2', system-ui, sans-serif;
    font-size: 52px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #181a31;
}

.growth-pricing-card.featured .growth-pricing-price {
    color: #ffffff;
}

.growth-pricing-sublabel {
    margin-top: 10px;
    font-size: 13px;
    font-weight: 500;
    color: #8a8fa3;
}

.growth-pricing-card.featured .growth-pricing-sublabel {
    color: rgba(255, 255, 255, .68);
}

/* --- Title --- */
.growth-pricing-title {
    font-family: 'Plus Jakarta Sans', 'Baloo Da 2', system-ui, sans-serif !important;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
    color: #181a31;
    margin-top: 4px;
    margin-bottom: 12px;
}

.growth-pricing-card.featured .growth-pricing-title {
    color: #ffffff;
}

/* --- Description --- */
.growth-pricing-description {
    font-size: 14px;
    line-height: 1.6;
    color: #5f6478;
    margin-bottom: 8px;
}

.growth-pricing-card.featured .growth-pricing-description {
    color: rgba(255, 255, 255, .68);
}

/* --- Features --- */
.growth-pricing-features {
    list-style: none;
    padding: 0;
    margin: 28px 0;
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.growth-pricing-features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    line-height: 1.45;
    color: #3a3f52;
}

.growth-pricing-card.featured .growth-pricing-features li {
    color: rgba(255, 255, 255, .82);
}

.growth-feature-check {
    flex-shrink: 0;
    font-size: 20px;
    line-height: 1.3;
    color: #4231d0;
}

.growth-pricing-card.featured .growth-feature-check {
    color: #7aa2ff;
}

/* --- CTA is the form's submit button (.growth-form-submit) --- */

/* --- Form Wrapper (always visible, separated from package info) --- */
.growth-pricing-form-wrapper {
    margin-top: 28px;
    padding-top: 28px;
    border-top: 1px solid rgba(20, 20, 60, .08);
}

.growth-pricing-card.featured .growth-pricing-form-wrapper {
    border-top-color: rgba(255, 255, 255, .14);
}

/* --- Form --- */
.growth-pricing-form {
    width: 100%;
    box-sizing: border-box;
}

.growth-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    width: 100%;
}

.growth-form-field {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 0;
    gap: 7px;
}

.growth-form-field-full {
    grid-column: 1 / -1;
    width: 100%;
}

/* Labels are present for accessibility but visually hidden (purpose is
   communicated via the input placeholder). */
.growth-form-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.growth-pricing-card .growth-form-input {
    display: block;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: 50px;
    box-sizing: border-box;
    padding: 0 16px;
    border-radius: 8px;
    border: 1px solid #d9d9e5;
    background: #ffffff;
    color: #181a31;
    font-family: 'Plus Jakarta Sans', 'Baloo Da 2', system-ui, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.growth-pricing-card .growth-form-input::placeholder {
    color: #a6a9b8;
}

.growth-pricing-card .growth-form-input:hover {
    border-color: #b9b9cc;
}

.growth-pricing-card .growth-form-input:focus {
    border-color: #4231d0;
    box-shadow: 0 0 0 3px rgba(66, 49, 208, .14);
}

/* Featured (dark) inputs */
.growth-pricing-card.featured .growth-form-input {
    background: rgba(255, 255, 255, .06);
    border-color: rgba(255, 255, 255, .16);
    color: #ffffff;
}

.growth-pricing-card.featured .growth-form-input::placeholder {
    color: rgba(255, 255, 255, .4);
}

.growth-pricing-card.featured .growth-form-input:focus {
    border-color: #5B8BFF;
    box-shadow: 0 0 0 3px rgba(91, 139, 255, .25);
}

/* Validation states (applied by JS) */
.growth-form-input.valid {
    border-color: #1FAA6D;
}

.growth-form-input.invalid {
    border-color: #E9535A;
}

.growth-field-error {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    color: #E9535A;
    font-weight: 500;
}

/* --- Form Actions / Submit --- */
.growth-form-actions {
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.growth-pricing-card .growth-form-submit {
    width: 100% !important;
    min-height: 52px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 20px;
    border: 0;
    border-radius: 12px;
    cursor: pointer;
    font-family: 'Plus Jakarta Sans', 'Baloo Da 2', system-ui, sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    background: #4231d0;
    box-sizing: border-box;
    box-shadow: 0 10px 24px -8px rgba(66, 49, 208, .5);
    transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
    -webkit-appearance: none;
    appearance: none;
}

.growth-pricing-card .growth-form-submit:hover:not(:disabled) {
    background: #3324b0;
    transform: translateY(-2px);
}

.growth-pricing-card .growth-form-submit:disabled {
    opacity: .5;
    cursor: not-allowed;
}

.growth-pricing-card .growth-form-submit:focus-visible {
    outline: none;
    box-shadow: 0 0 0 4px rgba(91, 140, 255, .35);
}

.growth-pricing-card.featured .growth-form-submit {
    background: linear-gradient(135deg, #6B8CFF 0%, #3F72FF 45%, #2F5BFF 100%);
}

.growth-form-submit .growth-submit-icon {
    font-size: 18px !important;
    width: 18px;
    height: 18px;
}

.growth-form-disclaimer {
    margin: 0;
    text-align: center;
    font-size: 12px;
    color: #8a8fa3;
}

.growth-pricing-card.featured .growth-form-disclaimer {
    color: rgba(255, 255, 255, .5);
}

/* --- Success / Error panels (siblings of the form, hidden until JS shows them) --- */
.growth-form-success,
.growth-form-error {
    display: none;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    padding: 28px 20px;
    border-radius: 16px;
    animation: growth-fade-in .4s ease;
}

.growth-form-success {
    background: rgba(31, 170, 109, .1);
    border: 1px solid rgba(31, 170, 109, .3);
}

.growth-form-error {
    background: rgba(233, 83, 90, .1);
    border: 1px solid rgba(233, 83, 90, .3);
}

.growth-pricing-card.featured .growth-form-success {
    background: rgba(31, 170, 109, .14);
    border-color: rgba(31, 170, 109, .4);
}

.growth-pricing-card.featured .growth-form-error {
    background: rgba(233, 83, 90, .14);
    border-color: rgba(233, 83, 90, .4);
}

@keyframes growth-fade-in {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
}

.growth-success-icon,
.growth-error-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.growth-success-icon {
    background: linear-gradient(135deg, #1FAA6D, #159a60);
}

.growth-form-success .growth-success-icon {
    animation: gp-pop .55s cubic-bezier(.34, 1.56, .64, 1) both;
}

@keyframes gp-pop {
    0% { transform: scale(0); }
    60% { transform: scale(1.15); }
    100% { transform: scale(1); }
}

.growth-error-icon {
    background: rgba(233, 83, 90, .18);
}

.growth-success-icon .material-symbols-outlined,
.growth-error-icon .material-symbols-outlined {
    font-size: 30px !important;
    color: #ffffff;
}

.growth-error-icon .material-symbols-outlined {
    color: #E9535A;
}

.growth-success-title,
.growth-error-title {
    font-family: 'Plus Jakarta Sans', 'Baloo Da 2', system-ui, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #181a31;
    margin-bottom: 6px;
}

.growth-pricing-card.featured .growth-success-title,
.growth-pricing-card.featured .growth-error-title {
    color: #ffffff;
}

.growth-success-message,
.growth-error-message {
    font-size: 13px;
    line-height: 1.5;
    color: #5f6478;
    margin-bottom: 16px;
}

.growth-pricing-card.featured .growth-success-message,
.growth-pricing-card.featured .growth-error-message {
    color: rgba(255, 255, 255, .7);
}

.growth-success-reset,
.growth-error-retry {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 22px;
    border-radius: 10px;
    border: 1px solid #d9d9e5;
    background: #ffffff;
    color: #4231d0;
    font-family: 'Plus Jakarta Sans', 'Baloo Da 2', system-ui, sans-serif;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: background .2s ease, border-color .2s ease;
}

.growth-success-reset:hover,
.growth-error-retry:hover {
    background: #f3f1ff;
    border-color: #4231d0;
}

.growth-pricing-card.featured .growth-success-reset,
.growth-pricing-card.featured .growth-error-retry {
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .25);
    color: #ffffff;
}

.growth-pricing-card.featured .growth-success-reset:hover,
.growth-pricing-card.featured .growth-error-retry:hover {
    background: rgba(255, 255, 255, .16);
    border-color: rgba(255, 255, 255, .5);
}

/* --- Reduced motion --- */
@media (prefers-reduced-motion: reduce) {
    .growth-pricing-card,
    .growth-pricing-form-wrapper,
    .growth-form-success,
    .growth-form-error {
        transition: none !important;
        animation: none !important;
    }
}

/* --- Mobile --- */
@media (max-width: 768px) {
    .growth-pricing-section {
        padding: 64px 0;
    }
    .growth-pricing-cards-grid {
        grid-template-columns: 1fr;
    }
    .growth-pricing-card {
        padding: 26px;
        border-radius: 20px;
    }
    .growth-pricing-card.featured {
        padding: 30px;
        transform: none;
    }
    .growth-pricing-card.featured:hover {
        transform: translateY(-4px);
    }
    .growth-form-grid {
        grid-template-columns: 1fr;
    }
    .growth-form-field-full {
        grid-column: auto;
    }
    .growth-pricing-price {
        font-size: 44px;
    }
}


