/* ========================================
   B. Marie Consulting - STUNNING Design
   ======================================== */

/* ========== CSS Variables ========== */
:root {
    --primary-purple: #7e55a3;
    --deep-purple: #5a3d7a;
    --light-purple: #9b72c0;
    --gold-accent: #d4af37;
    --bright-gold: #f0c84a;
    --light-bg: #f9f7ff;
    --dark-text: #1a1a1a;
    --white: #ffffff;
    --success-green: #10b981;
    --error-red: #ef4444;

    /* Gradients */
    --gradient-purple: linear-gradient(135deg, #7e55a3 0%, #5a3d7a 100%);
    --gradient-gold: linear-gradient(135deg, #f0c84a 0%, #d4af37 100%);
    --gradient-hero: linear-gradient(135deg, rgba(126, 85, 163, 0.95) 0%, rgba(90, 61, 122, 0.98) 100%);

    /* Typography */
    --font-heading: 'Montserrat', sans-serif;
    --font-body: 'Open Sans', sans-serif;

    /* Spacing */
    --spacing-xs: 0.5rem;
    --spacing-sm: 1rem;
    --spacing-md: 2rem;
    --spacing-lg: 3rem;
    --spacing-xl: 5rem;

    /* Shadows */
    --shadow-sm: 0 2px 8px rgba(126, 85, 163, 0.1);
    --shadow-md: 0 4px 20px rgba(126, 85, 163, 0.15);
    --shadow-lg: 0 8px 30px rgba(126, 85, 163, 0.2);
    --shadow-xl: 0 12px 40px rgba(126, 85, 163, 0.25);

    /* Transitions */
    --transition-fast: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-base: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-slow: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

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

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: var(--font-body);
    color: var(--dark-text);
    line-height: 1.7;
    background: var(--white);
    overflow-x: hidden;
}

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

a {
    color: var(--primary-purple);
    text-decoration: none;
    transition: all var(--transition-base);
}

a:hover {
    color: var(--gold-accent);
}

/* ========== Typography ========== */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: var(--spacing-sm);
    letter-spacing: -0.02em;
}

h1 {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 800;
}

h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
}

h3 {
    font-size: clamp(1.5rem, 3vw, 2rem);
}

p {
    margin-bottom: var(--spacing-sm);
    font-size: 1.05rem;
}

/* ========== Container ========== */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--spacing-sm);
}

/* ========== Header - STUNNING ========== */
.site-header {
    background: linear-gradient(135deg, #7e55a3 0%, #5a3d7a 100%);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 2px solid rgba(212, 175, 55, 0.3);
}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-logo {
    max-height: 70px;
    width: auto;
    transition: transform var(--transition-base);
}

.site-logo:hover {
    transform: scale(1.05);
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 0.5rem;
    align-items: center;
}

.nav-link {
    color: rgba(255, 255, 255, 0.95);
    font-weight: 600;
    padding: 0.75rem 1.25rem;
    border-radius: 12px;
    transition: all var(--transition-base);
    position: relative;
}

.nav-link::before {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 60%;
    height: 3px;
    background: var(--gradient-gold);
    border-radius: 2px;
    transition: transform var(--transition-base);
}

.nav-link:hover::before,
.nav-link.active::before {
    transform: translateX(-50%) scaleX(1);
}

.nav-link:hover,
.nav-link.active {
    color: var(--white);
    background: rgba(255, 255, 255, 0.15);
}

.cta-button-small {
    background: var(--gradient-gold) !important;
    color: var(--dark-text) !important;
    padding: 0.75rem 1.5rem !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    box-shadow: var(--shadow-md);
    border: none !important;
}

.cta-button-small:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
    background: var(--gradient-gold) !important;
}

.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    z-index: 1001;
}

.hamburger-line {
    display: block;
    width: 28px;
    height: 3px;
    background: var(--primary-purple);
    margin: 6px 0;
    transition: all var(--transition-base);
    border-radius: 2px;
}

/* ========== Hero Section - WOW FACTOR ========== */
.hero-section {
    background: var(--gradient-hero),
                url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="40" height="40" patternUnits="userSpaceOnUse"><path d="M 40 0 L 0 0 0 40" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    color: var(--white);
    padding: clamp(4rem, 8vw, 8rem) var(--spacing-sm);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgba(212, 175, 55, 0.15) 0%, transparent 50%),
                radial-gradient(circle at 70% 50%, rgba(155, 114, 192, 0.15) 0%, transparent 50%);
    pointer-events: none;
}

.hero-content {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.hero-section h1 {
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    margin-bottom: 1.5rem;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    font-weight: 900;
    letter-spacing: -0.03em;
}

.hero-section p {
    font-size: clamp(1.1rem, 2vw, 1.4rem);
    margin-bottom: 2rem;
    opacity: 0.95;
    line-height: 1.6;
}

/* ========== Sections ========== */
.section {
    padding: clamp(3rem, 8vw, 6rem) var(--spacing-sm);
}

.section-light {
    background: var(--white);
}

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

.section-title {
    text-align: center;
    color: var(--primary-purple);
    margin-bottom: 1rem;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
}

.section-subtitle {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 3rem;
    color: #555;
    font-size: clamp(1.05rem, 2vw, 1.2rem);
    line-height: 1.7;
}

/* ========== Grids ========== */
.grid-2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.grid-4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2rem;
}

/* ========== Cards - STUNNING ========== */
.card {
    background: var(--white);
    border-radius: 20px;
    padding: 2rem;
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--gradient-gold);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform var(--transition-base);
}

.card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--light-purple);
}

.card:hover::before {
    transform: scaleX(1);
}

.card-icon {
    width: 70px;
    height: 70px;
    background: var(--gradient-purple);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    color: var(--white);
    font-size: 2rem;
    box-shadow: var(--shadow-md);
}

.card h3 {
    color: var(--primary-purple);
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 700;
}

/* ========== Buttons - BOLD ========== */
.btn {
    display: inline-block;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    font-weight: 700;
    text-align: center;
    transition: all var(--transition-base);
    cursor: pointer;
    border: none;
    font-size: 1.05rem;
    font-family: var(--font-heading);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}

.btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width var(--transition-slow), height var(--transition-slow);
}

.btn:hover::before {
    width: 300px;
    height: 300px;
}

.btn-primary {
    background: var(--gradient-gold);
    color: var(--dark-text);
    box-shadow: 0 4px 20px rgba(212, 175, 55, 0.4);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(212, 175, 55, 0.5);
    color: var(--dark-text);
}

.btn-secondary {
    background: transparent;
    color: var(--white);
    border: 3px solid var(--white);
}

.btn-secondary:hover {
    background: var(--white);
    color: var(--primary-purple);
}

.btn-large {
    padding: 1.3rem 3rem;
    font-size: 1.1rem;
}

/* ========== About Section ========== */
.about-content {
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 3rem;
    align-items: center;
}

.about-image {
    border-radius: 25px;
    overflow: hidden;
    box-shadow: var(--shadow-xl);
    position: relative;
}

.about-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--gradient-purple);
    opacity: 0;
    transition: opacity var(--transition-base);
}

.about-image:hover::after {
    opacity: 0.1;
}

.about-image img {
    width: 100%;
    height: auto;
    transition: transform var(--transition-slow);
}

.about-image:hover img {
    transform: scale(1.05);
}

/* ========== Results Grid ========== */
.results-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.result-card {
    background: var(--white);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
}

.result-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-xl);
}

.result-image {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.result-content {
    padding: 1.5rem;
}

/* ========== Bureau Logos ========== */
.bureau-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin: 2rem 0;
    flex-wrap: wrap;
}

.bureau-logo {
    max-height: 55px;
    width: auto;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all var(--transition-base);
}

.bureau-logo:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.1);
}

/* ========== Forms - MODERN ========== */
.form-group {
    margin-bottom: 1.5rem;
}

.form-label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: var(--dark-text);
    font-size: 0.95rem;
}

.form-input,
.form-select,
.form-textarea {
    width: 100%;
    padding: 1rem 1.25rem;
    border: 2px solid #e5e5e5;
    border-radius: 12px;
    font-size: 1rem;
    font-family: var(--font-body);
    transition: all var(--transition-base);
    background: var(--white);
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
    outline: none;
    border-color: var(--primary-purple);
    box-shadow: 0 0 0 4px rgba(126, 85, 163, 0.1);
}

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

/* ========== Lead Form Section ========== */
.lead-form-section {
    background: linear-gradient(135deg, rgba(126, 85, 163, 0.03), rgba(212, 175, 55, 0.03));
    padding: 3rem;
    border-radius: 25px;
    max-width: 650px;
    margin: 0 auto;
    box-shadow: var(--shadow-lg);
}

.lead-form {
    background: var(--white);
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: var(--shadow-md);
}

/* ========== Pricing Cards - STUNNING ========== */
.pricing-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2.5rem;
    margin-top: 3rem;
}

.pricing-card {
    background: var(--white);
    border-radius: 25px;
    padding: 2.5rem;
    box-shadow: var(--shadow-lg);
    transition: all var(--transition-base);
    border: 3px solid transparent;
    position: relative;
}

.pricing-card::before {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: 25px;
    background: var(--gradient-purple);
    opacity: 0;
    transition: opacity var(--transition-base);
    z-index: -1;
}

.pricing-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: var(--shadow-xl);
}

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

.pricing-card.featured {
    border-color: var(--gold-accent);
    transform: scale(1.05);
}

.pricing-card.featured::before {
    background: var(--gradient-gold);
    opacity: 0.2;
}

.pricing-card h3 {
    color: var(--primary-purple);
    font-size: 2rem;
    text-align: center;
    margin-bottom: 1rem;
    font-weight: 800;
}

.price {
    text-align: center;
    font-size: 3rem;
    font-weight: 900;
    background: var(--gradient-gold);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1.5rem;
}

.pricing-card ul {
    list-style: none;
    margin: 1.5rem 0;
}

.pricing-card li {
    padding: 0.75rem 0;
    padding-left: 2rem;
    position: relative;
    line-height: 1.6;
}

.pricing-card li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--success-green);
    font-weight: 900;
    font-size: 1.2rem;
}

/* ========== Alerts ========== */
.alert {
    padding: 1.5rem 2rem;
    border-radius: 15px;
    margin-bottom: 1rem;
}

.alert-success {
    background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
    color: #065f46;
    border: 2px solid #6ee7b7;
}

.alert-error {
    background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);
    color: #991b1b;
    border: 2px solid #fca5a5;
}

/* ========== FAQ ========== */
.faq-container {
    max-width: 850px;
    margin: 0 auto;
}

.faq-item {
    background: var(--white);
    border-radius: 15px;
    margin-bottom: 1rem;
    box-shadow: var(--shadow-sm);
    overflow: hidden;
    border: 2px solid transparent;
    transition: all var(--transition-base);
}

.faq-item:hover {
    border-color: var(--light-purple);
}

.faq-question {
    padding: 1.5rem 2rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    color: var(--primary-purple);
    font-size: 1.1rem;
}

.faq-question:hover {
    background: var(--light-bg);
}

.faq-answer {
    padding: 0 2rem 1.5rem;
    display: none;
    line-height: 1.8;
}

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

.faq-icon {
    transition: transform var(--transition-base);
    font-size: 0.8rem;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

/* ========== Footer - BOLD ========== */
.site-footer {
    background: var(--gradient-hero);
    color: var(--white);
    padding: 4rem var(--spacing-sm) 2rem;
    position: relative;
    overflow: hidden;
}

.site-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-gold);
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 3rem;
    margin-bottom: 3rem;
}

.footer-heading {
    color: var(--bright-gold);
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
    font-weight: 700;
}

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

.footer-links li {
    margin-bottom: 0.75rem;
}

.footer-links a {
    color: var(--white);
    opacity: 0.9;
    transition: all var(--transition-base);
    display: inline-block;
}

.footer-links a:hover {
    opacity: 1;
    color: var(--bright-gold);
    transform: translateX(5px);
}

.social-links {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.social-link {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    transition: all var(--transition-base);
}

.social-link:hover {
    background: var(--gradient-gold);
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
}

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

.footer-contact li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.9);
}

.footer-contact a {
    color: var(--white);
    text-decoration: none;
    transition: color var(--transition-base);
}

.footer-contact a:hover {
    color: var(--bright-gold);
}

.credit-bureau-logos {
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
}

.credit-bureau-logos .bureau-logo {
    max-height: 40px;
    background: var(--white);
    padding: 0.4rem;
    border-radius: 8px;
    flex-shrink: 0;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 2rem;
    margin-top: 3rem;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-legal {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.footer-legal a {
    color: var(--white);
    text-decoration: none;
    transition: color var(--transition-base);
}

.footer-legal a:hover {
    color: var(--bright-gold);
}

.footer-legal .separator {
    color: rgba(255, 255, 255, 0.5);
}

/* ========== CTA Section - POWERFUL ========== */
.cta-section {
    background: var(--gradient-hero);
    color: var(--white);
    text-align: center;
    padding: clamp(4rem, 8vw, 6rem) var(--spacing-sm);
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.2) 0%, transparent 70%);
}

.cta-section h2 {
    font-size: clamp(2rem, 5vw, 3.5rem);
    margin-bottom: 1rem;
    font-weight: 900;
}

.cta-section p {
    font-size: clamp(1.1rem, 2vw, 1.3rem);
    margin-bottom: 2rem;
    opacity: 0.95;
}

/* ========== MyFreeScoreNow Promo - EYE-CATCHING ========== */
.score-promo {
    background: var(--gradient-gold);
    padding: 3rem;
    border-radius: 25px;
    text-align: center;
    box-shadow: var(--shadow-xl);
    position: relative;
    overflow: hidden;
}

.score-promo::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 70%);
    animation: pulse 3s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.1); opacity: 0.8; }
}

.score-promo h3 {
    color: var(--dark-text);
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 900;
    position: relative;
    z-index: 1;
}

.score-promo p {
    color: var(--dark-text);
    font-size: 1.2rem;
    margin-bottom: 2rem;
    position: relative;
    z-index: 1;
}

.score-promo .btn {
    position: relative;
    z-index: 1;
}

/* ========== Spinner ========== */
.spinner {
    border: 4px solid rgba(126, 85, 163, 0.1);
    border-radius: 50%;
    border-top: 4px solid var(--primary-purple);
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
    display: inline-block;
    vertical-align: middle;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* ========== Utility Classes ========== */
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

.mt-sm { margin-top: var(--spacing-sm); }
.mt-md { margin-top: var(--spacing-md); }
.mt-lg { margin-top: var(--spacing-lg); }

.mb-sm { margin-bottom: var(--spacing-sm); }
.mb-md { margin-bottom: var(--spacing-md); }
.mb-lg { margin-bottom: var(--spacing-lg); }

.hidden { display: none; }

/* ========== RESPONSIVE - Mobile First ========== */

/* Tablet */
@media (max-width: 992px) {
    .about-content {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 768px) {
    .site-header {
        position: sticky;
    }

    .header-container {
        padding: 0.35rem 0.75rem;
    }

    .site-logo {
        max-height: 36px;
    }

    .mobile-menu-toggle {
        display: block;
        padding: 0.4rem;
    }

    .nav-menu {
        position: fixed;
        top: 50px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 50px);
        background: linear-gradient(135deg, #7e55a3 0%, #5a3d7a 100%);
        flex-direction: column;
        padding: 2rem;
        box-shadow: var(--shadow-lg);
        transition: left var(--transition-base);
        overflow-y: auto;
    }

    .nav-menu.active {
        left: 0;
    }

    .nav-item {
        width: 100%;
    }

    .nav-link {
        display: block;
        width: 100%;
        padding: 1.25rem;
        font-size: 1.1rem;
    }

    .grid-2,
    .grid-3,
    .grid-4 {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

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

    .pricing-container {
        grid-template-columns: 1fr;
    }

    .pricing-card.featured {
        transform: none;
    }

    .lead-form-section {
        padding: 2rem 1.5rem;
    }

    .lead-form {
        padding: 2rem 1.5rem;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .site-logo {
        max-height: 32px;
    }

    .header-container {
        padding: 0.3rem 0.6rem;
    }

    .nav-menu {
        top: 45px;
        height: calc(100vh - 45px);
    }

    .section {
        padding: 2.5rem 1rem;
    }

    .card {
        padding: 1.5rem;
    }

    .result-image {
        height: 220px;
    }

    .score-promo {
        padding: 2rem 1.5rem;
    }
}

/* Print Styles */
@media print {
    .site-header,
    .site-footer,
    .mobile-menu-toggle,
    .cta-section,
    .score-promo {
        display: none;
    }
}

/* ========== NEW STUNNING ELEMENTS ========== */

/* Hero Badge */
.hero-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    padding: 0.6rem 1.5rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 2rem;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.hero-title {
    font-size: clamp(2.5rem, 7vw, 5rem);
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

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

.hero-subtitle {
    font-size: clamp(1.1rem, 2.5vw, 1.4rem);
    margin-bottom: 2.5rem;
    opacity: 0.95;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.hero-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 4rem;
}

.btn svg {
    display: inline-block;
    vertical-align: middle;
}

/* Trust Indicators */
.trust-indicators {
    display: flex;
    gap: 3rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 3rem;
}

.trust-item {
    text-align: center;
}

.trust-number {
    font-size: 3rem;
    font-weight: 900;
    background: var(--gradient-gold);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.trust-label {
    font-size: 0.95rem;
    opacity: 0.9;
}

/* Animated Hero Shapes */
.hero-shapes {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.3;
    animation: float 20s infinite ease-in-out;
}

.shape-1 {
    width: 300px;
    height: 300px;
    background: var(--gold-accent);
    top: 10%;
    left: 10%;
    animation-delay: 0s;
}

.shape-2 {
    width: 400px;
    height: 400px;
    background: var(--light-purple);
    bottom: 10%;
    right: 10%;
    animation-delay: 5s;
}

.shape-3 {
    width: 250px;
    height: 250px;
    background: var(--bright-gold);
    top: 50%;
    right: 20%;
    animation-delay: 10s;
}

@keyframes float {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(50px, -50px) scale(1.1); }
    66% { transform: translate(-30px, 30px) scale(0.9); }
}

/* Section Header */
.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-label {
    display: inline-block;
    background: linear-gradient(135deg, rgba(126, 85, 163, 0.1), rgba(212, 175, 55, 0.1));
    color: var(--primary-purple);
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

/* Feature Cards */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2.5rem;
}

.feature-card {
    background: var(--white);
    padding: 3rem 2rem;
    border-radius: 25px;
    box-shadow: var(--shadow-lg);
    transition: all var(--transition-base);
    border: 3px solid transparent;
    text-align: center;
}

.feature-card:hover {
    transform: translateY(-15px);
    box-shadow: var(--shadow-xl);
    border-color: var(--light-purple);
}

.feature-icon {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: var(--white);
    box-shadow: var(--shadow-md);
}

.feature-icon.purple {
    background: var(--gradient-purple);
}

.feature-icon.gold {
    background: var(--gradient-gold);
}

.feature-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--primary-purple);
}

/* About Grid */
.about-grid {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 4rem;
    align-items: center;
}

.about-image-frame {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: var(--shadow-xl);
}

.about-image {
    width: 100%;
    height: auto;
    display: block;
}

.image-decoration {
    position: absolute;
    inset: -20px;
    border-radius: 30px;
    background: var(--gradient-purple);
    z-index: -1;
    transform: rotate(5deg);
}

.about-title {
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 1.5rem;
    color: var(--primary-purple);
}

.about-text p {
    margin-bottom: 1.5rem;
    line-height: 1.8;
    font-size: 1.05rem;
}

.about-text strong {
    color: var(--primary-purple);
}

/* Services Grid */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 3rem;
    margin-top: 3rem;
}

.service-card {
    background: var(--white);
    border-radius: 30px;
    padding: 3rem;
    box-shadow: var(--shadow-xl);
    transition: all var(--transition-base);
    border: 3px solid transparent;
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: var(--gradient-purple);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform var(--transition-base);
}

.service-card:hover::before {
    transform: scaleX(1);
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(126, 85, 163, 0.3);
}

.service-primary:hover {
    border-color: var(--primary-purple);
}

.service-secondary:hover {
    border-color: var(--gold-accent);
}

.service-header {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.service-icon {
    width: 70px;
    height: 70px;
    background: var(--gradient-purple);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    flex-shrink: 0;
}

.service-card h3 {
    font-size: 2rem;
    color: var(--primary-purple);
}

.service-desc {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    color: #555;
}

.service-features {
    list-style: none;
    margin: 2rem 0;
}

.service-features li {
    padding: 0.75rem 0;
    padding-left: 2rem;
    position: relative;
    font-size: 1.05rem;
}

.service-features li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--success-green);
    font-weight: 900;
    font-size: 1.3rem;
}

.service-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--primary-purple);
    font-weight: 700;
    font-size: 1.1rem;
    margin-top: 1rem;
    transition: all var(--transition-base);
}

.service-link:hover {
    gap: 1rem;
    color: var(--gold-accent);
}

/* Bureau Showcase */
.bureau-showcase {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    margin: 3rem 0;
    flex-wrap: wrap;
}

.bureau-logo-large {
    max-height: 70px;
    width: auto;
    filter: grayscale(20%);
    opacity: 0.8;
    transition: all var(--transition-base);
}

.bureau-logo-large:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.15);
}

/* Results Showcase */
.results-showcase {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2.5rem;
}

.result-showcase-card {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    transition: all var(--transition-base);
}

.result-showcase-card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: var(--shadow-xl);
}

.result-showcase-image {
    position: relative;
    width: 100%;
    height: 350px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.result-showcase-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.result-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
    display: flex;
    align-items: flex-end;
    padding: 2rem;
    opacity: 0;
    transition: opacity var(--transition-base);
}

.result-showcase-card:hover .result-overlay {
    opacity: 1;
}

.result-badge {
    background: var(--gradient-gold);
    color: var(--dark-text);
    padding: 0.6rem 1.2rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.9rem;
}

/* Score Promo Wrapper */
.score-promo-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.score-promo-content {
    background: var(--gradient-gold);
    padding: 4rem 3rem;
    border-radius: 30px;
    text-align: center;
    box-shadow: var(--shadow-xl);
    position: relative;
    overflow: hidden;
}

.promo-icon {
    font-size: 4rem;
    margin-bottom: 1rem;
}

.score-promo-content h3 {
    font-size: 3rem;
    color: var(--dark-text);
    margin-bottom: 1rem;
    font-weight: 900;
}

.score-promo-content p {
    font-size: 1.2rem;
    color: var(--dark-text);
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.promo-bureaus {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.promo-bureaus img {
    max-height: 45px;
    width: auto;
    background: var(--white);
    padding: 0.5rem 1rem;
    border-radius: 10px;
}

/* Final CTA Section */
.cta-section-final {
    background: var(--gradient-hero);
    color: var(--white);
    padding: clamp(5rem, 10vw, 8rem) var(--spacing-sm);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-section-final::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: var(--gradient-gold);
}

.cta-content-final h2 {
    font-size: clamp(2.5rem, 5vw, 4rem);
    margin-bottom: 1.5rem;
    font-weight: 900;
}

.cta-content-final p {
    font-size: clamp(1.1rem, 2vw, 1.3rem);
    margin-bottom: 3rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.95;
}

.cta-buttons-final {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* Responsive Updates */
@media (max-width: 992px) {
    .about-grid,
    .services-grid {
        grid-template-columns: 1fr;
    }

    .about-image-frame {
        max-width: 400px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .trust-indicators {
        gap: 2rem;
    }

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

    .hero-buttons {
        flex-direction: column;
        gap: 1rem;
    }

    .btn-large {
        width: 100%;
        max-width: 400px;
    }

    .score-promo-content {
        padding: 3rem 2rem;
    }

    .cta-buttons-final {
        flex-direction: column;
        align-items: center;
    }

    .result-showcase-image {
        height: 280px;
    }
}

@media (max-width: 480px) {
    .shape {
        display: none;
    }

    .feature-card {
        padding: 2rem 1.5rem;
    }

    .service-card {
        padding: 2rem 1.5rem;
    }
}

/* ========== Partner Promo Section ========== */
.partner-promo-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 3rem;
    align-items: start;
    margin-top: 3rem;
}

.partner-promo-content {
    animation: fadeInUp 0.8s ease-out;
}

.partner-promo-visual {
    animation: fadeInRight 0.8s ease-out;
}

.partner-benefits {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.partner-benefit-item {
    display: flex;
    align-items: start;
    gap: 1rem;
}

.partner-icon {
    font-size: 2.5rem;
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(126, 85, 163, 0.1), rgba(212, 175, 55, 0.1));
    border-radius: 15px;
}

.partner-benefit-item h4 {
    margin: 0 0 0.5rem 0;
    color: var(--primary-purple);
    font-size: 1.2rem;
}

.partner-benefit-item p {
    margin: 0;
    color: #555;
    line-height: 1.6;
}

.partner-industries {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.partner-industry-item {
    padding: 0.75rem 1rem;
    background: var(--light-bg);
    border-radius: 8px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.partner-industry-item:hover {
    background: linear-gradient(135deg, rgba(126, 85, 163, 0.1), rgba(212, 175, 55, 0.1));
    transform: translateX(5px);
}

@media (max-width: 992px) {
    .partner-promo-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .partner-promo-visual {
        order: -1;
    }

    .partner-industries {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .partner-benefit-item {
        flex-direction: column;
        text-align: center;
    }

    .partner-icon {
        margin: 0 auto;
    }
}
