:root {
    --bg-primary: #ffffff;
    --bg-secondary: #f8f9fa;
    --bg-dark: #2c3e50;
    --bg-card: #ffffff;
    --text-primary: #2c3e50;
    --text-secondary: #6c757d;
    --text-light: #ffffff;
    --accent-primary: #f39c12;
    --accent-primary-dark: #ca7f05;
    --accent-secondary: #f39c12;
    --border-light: #e9ecef;
    --haycen-blue: #0176bf;
    --shadow-sm: 0 2px 10px rgba(0, 0, 0, 0.1);
    --shadow-md: 0 4px 20px rgba(0, 0, 0, 0.15);
    --shadow-lg: 0 8px 30px rgba(0, 0, 0, 0.2);
    --gradient-hero: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    --gradient-accent: linear-gradient(135deg, #f39c12 0%, #ca7f05 100%);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: var(--bg-primary);
    color: var(--text-primary);
    line-height: 1.6;
    overflow-x: hidden;
    font-weight: 400;
}

/* Header & Navigation */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border-light);
    box-shadow: var(--shadow-sm);
}

.nav {
    padding: 1rem 0;
}

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

.nav-logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.logo-image {
    height: 45px;
    width: auto;
    object-fit: contain;
}

.logo-text {
    color: var(--text-primary);
    text-decoration: none;
    font-weight: 600;
    font-size: 1.95rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Roboto', sans-serif;
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 0.5rem;
    z-index: 1001;
}

.hamburger-line {
    width: 25px;
    height: 3px;
    background-color: var(--text-primary);
    margin: 3px 0;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.hamburger.active .hamburger-line:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.hamburger.active .hamburger-line:nth-child(2) {
    opacity: 0;
}

.hamburger.active .hamburger-line:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
}

.nav-links {
    display: flex;
    gap: 1.5rem;
}

.nav-link {
    color: var(--text-primary);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.nav-link:hover {
    background: var(--accent-primary);
    color: var(--text-light);
    transform: translateY(-2px);
}

.main {
    margin-top: 85px;
}

/* Hero Section */
.hero {
    color: var(--text-light);
    padding: 8rem 0 4rem;
    position: relative;
    overflow: hidden;
}


.hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
    align-items: center;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(44, 62, 80, 0.4);
    z-index: -1;
}

.hero-badge {
    display: inline-block;
    background: var(--accent-primary);
    color: var(--text-light);
    padding: 0.5rem 1rem;
    border-radius: 25px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 2rem;
}

.hero-title {
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 2rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-subtitle {
    font-size: 1.3rem;
    margin-bottom: 3rem;
    font-weight: 400;
    opacity: 0.9;
    line-height: 1.5;
}

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

.hero-stats {
    display: grid;
    gap: 2rem;
}

.stat-item {
    text-align: center;
    padding: 2rem 1.5rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.stat-number {
    font-size: 3rem;
    font-weight: 900;
    color: var(--accent-secondary);
    margin-bottom: 0.5rem;
    display: block;
}

.stat-label {
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.8;
}

/* Trust Indicators */
.trust-indicators {
    border-bottom: 1px solid var(--border-light);
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}

.trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 2.5rem 1.5rem;
    background: var(--bg-card);
    border: 2px solid var(--border-light);
    border-radius: 15px;
    transition: all 0.3s ease;
    box-shadow: var(--shadow-sm);
}

.trust-icon {
    font-size: 4rem;
    margin-bottom: 1.5rem;
    display: block;
    line-height: 1;
}

.trust-item:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
    border-color: var(--accent-primary);
}

.trust-title {
    font-weight: 700;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--text-primary);
    text-align: center;
    margin-bottom: 1rem;
    display: block;
}

.trust-description {
    color: var(--text-secondary);
    font-size: 0.9rem;
    line-height: 1.5;
    text-align: center;
    margin: 0;
    max-width: 250px;
}

/* Buttons */
.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.2rem 2.5rem;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    box-shadow: var(--shadow-md);
}

.cta-button.primary {
    background: var(--gradient-accent);
    color: var(--text-light);
}

.cta-button.secondary {
    background: rgba(255, 255, 255, 0.1);
    color: var(--text-light);
    border: 2px solid rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
}

.cta-button.large {
    padding: 1.5rem 3rem;
    font-size: 1.1rem;
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
}

.cta-button.primary:hover {
    background: linear-gradient(135deg, #ca7f05 0%, #b8700a 100%);
}

.cta-button.secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: var(--text-light);
    color: var(--text-light);
}

/* Sections */
.section {
    padding: 3rem 0;
}

.section-alt {
    background: var(--bg-secondary);
    padding: 3rem 0;
}

.section-compact {
    padding: 2rem 0;
}

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

.section-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.section-header {
    text-align: center;
    margin-bottom: 5rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.section-title {
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-subtitle {
    font-size: 1.2rem;
    color: var(--text-secondary);
    line-height: 1.6;
}

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

.service-card {
    background: var(--bg-card);
    border: 2px solid var(--border-light);
    border-radius: 15px;
    padding: 3rem 2.5rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}

.service-card.featured {
    border-color: var(--accent-primary);
    transform: scale(1.02);
}

.service-badge {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    background: var(--accent-primary);
    color: var(--text-light);
    padding: 0.5rem 1rem;
    border-radius: 15px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-lg);
    border-color: var(--accent-primary);
}

.service-card.featured:hover {
    transform: scale(1.02) translateY(-10px);
}

.service-icon {
    font-size: 3.5rem;
    margin-bottom: 2rem;
    display: block;
    text-align: left;
}

.service-icon .value-icon-svg {
    margin: 0;
}

.resource-icon {
    padding-bottom: 1.5rem;
}

.service-title {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.service-description {
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 2rem;
    font-size: 1rem;
    text-align: justify;
}

.offering-description {
    color: var(--text-secondary);
    line-height: 1.7;
    font-size: 1.15rem;
    max-width: 900px;
    margin: 0 auto;
    text-align: justify;
}

.video-container {
    text-align: center;
    margin: 3rem 0;
}

.video-container video {
    max-width: 100%;
    height: auto;
}

.benefits-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    max-width: 900px;
    margin: 4rem auto 0 auto !important;
    text-align: center;
}

.benefit-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    padding: 2rem;
    background: var(--bg-card);
    border: 2px solid var(--border-light);
    border-radius: 12px;
    transition: all 0.3s ease;
    text-align: center;
    flex: 0 1 calc(50% - 1rem);
    min-width: 300px;
    max-width: 400px;
}

.benefit-item:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
    border-color: var(--accent-primary);
}

.benefit-arrow {
    font-size: 3.5rem;
    font-weight: bold;
    color: var(--accent-primary);
    min-width: 60px;
    text-align: center;
}

.benefit-text {
    color: var(--text-primary);
    font-weight: 600;
    line-height: 1.4;
    flex: 1;
    text-align: justify;
}

/* Standardized button spacing class */
.section-buttons {
    margin-top: 3rem;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .benefits-grid {
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .benefit-item {
        padding: 1.5rem;
        flex: 1;
        min-width: unset;
    }
    
    .benefit-arrow {
        font-size: 2.5rem;
        min-width: 50px;
    }
}

.service-features {
    list-style: none;
    margin-bottom: 2.5rem;
}

.service-features li {
    padding: 0.5rem 0;
    color: var(--text-secondary);
    font-size: 0.95rem;
}

.service-button {
    display: inline-block;
    background: var(--accent-primary);
    color: var(--text-light);
    text-decoration: none;
    padding: 1rem 2rem;
    border-radius: 8px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.service-button:hover {
    background: var(--accent-primary-dark);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

/* Process Section */
.process-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
}

.process-step {
    text-align: center;
    padding: 2.5rem 2rem;
    background: var(--bg-card);
    border-radius: 15px;
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
}

.process-step:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
}

.step-number {
    font-size: 4rem;
    font-weight: 900;
    color: var(--accent-primary);
    margin-bottom: 1.5rem;
    display: block;
}

.step-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--text-primary);
}

.step-description {
    color: var(--text-secondary);
    line-height: 1.6;
    font-size: 1rem;
}

/* Testimonials */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 3rem;
}

.testimonial-card {
    background: var(--bg-card);
    padding: 3rem 2.5rem;
    border-radius: 15px;
    border-left: 5px solid var(--accent-primary);
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
}

.testimonial-quote {
    font-style: italic;
    font-size: 1.15rem;
    margin-bottom: 2rem;
    color: var(--text-primary);
    line-height: 1.6;
}

.testimonial-author {
    color: var(--text-secondary);
    font-size: 0.95rem;
}

/* About Section */
.about-grid {
    display: block;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.about-text {
    font-size: 1.15rem;
    line-height: 1.7;
    margin-bottom: 2rem;
    color: var(--text-secondary);
}

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

.credential-item {
    padding: 2rem 1.5rem;
    background: var(--bg-secondary);
    border-radius: 10px;
    text-align: center;
}

.credential-item h4 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--text-primary);
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.credential-item p {
    color: var(--text-secondary);
    font-size: 0.95rem;
    line-height: 1.5;
}

.about-stats {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.big-stat {
    text-align: center;
    padding: 4rem 3rem;
    background: var(--accent-primary);
    color: var(--text-light);
    border-radius: 15px;
    box-shadow: var(--shadow-md);
}

.big-stat-number {
    font-size: 5rem;
    font-weight: 900;
    margin-bottom: 1rem;
    display: block;
}

.big-stat-label {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1rem;
}

.small-stats {
    display: grid;
    gap: 1.5rem;
}

.small-stat {
    text-align: center;
    padding: 2rem 1.5rem;
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: 10px;
    box-shadow: var(--shadow-sm);
}

.small-stat-number {
    font-size: 2rem;
    font-weight: 900;
    color: var(--accent-primary);
    margin-bottom: 0.5rem;
    display: block;
}

.small-stat-label {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}

/* Contact Section */
.contact-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 5rem;
}

.contact-subtitle {
    font-size: 1.15rem;
    color: var(--text-secondary);
    margin-bottom: 3rem;
    line-height: 1.6;
}

.contact-features {
    margin-bottom: 3rem;
}

.contact-feature {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1rem;
    color: var(--text-secondary);
    padding: 1rem;
    background: var(--bg-secondary);
    border-radius: 8px;
}

.feature-icon {
    font-size: 1.5rem;
}

.contact-buttons {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

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

.info-card {
    background: var(--bg-card);
    padding: 2.5rem 2rem;
    border-radius: 15px;
    border: 1px solid var(--border-light);
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
}

.info-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
}

.info-card h4 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--text-primary);
    margin-bottom: 1.5rem;
    font-size: 1rem;
}

.info-card p {
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
    line-height: 1.5;
}

/* Footer */
.footer {
    background: var(--bg-dark);
    color: var(--text-light);
    padding: 2rem 0 1rem;
    margin-top: 2rem;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

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

.footer-section h3,
.footer-section h4 {
    margin-bottom: 2rem;
    color: var(--text-light);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 1.1rem;
}

.footer-section p,
.footer-section li {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 1rem;
    line-height: 1.6;
}

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

.footer-link {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: var(--accent-primary);
}

.footer-social {
    display: flex;
    gap: 1.5rem;
    margin-top: 2rem;
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.social-link:hover {
    background: var(--accent-primary);
    border-color: var(--accent-primary);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.social-icon {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease;
}

.social-link:hover .social-icon {
    filter: brightness(0) invert(1) sepia(1) saturate(5) hue-rotate(30deg);
}

.footer-bottom {
    text-align: center;
    padding-top: 1rem;
    border-top: 0px;
    color: rgba(205, 205, 205, 0.8);
    font-size: 0.95rem;
}

/* Modal */
.modal {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.modal-content {
    background: var(--bg-primary);
    border: 1px solid var(--border-light);
    border-radius: 15px;
    max-width: 800px;
    max-height: 85vh;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    box-shadow: var(--shadow-lg);
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2.5rem 2.5rem 1.5rem;
    border-bottom: 1px solid var(--border-light);
}

.modal-header h2 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.modal-close {
    font-size: 1.8rem;
    color: var(--text-secondary);
    cursor: pointer;
    line-height: 1;
    padding: 0.75rem;
    transition: all 0.3s ease;
    border-radius: 8px;
    font-weight: 700;
}

.modal-close:hover {
    color: var(--accent-primary);
    background: var(--bg-secondary);
}

.modal-body {
    padding: 2.5rem;
    overflow-y: auto;
    flex: 1;
}

.modal-body h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 2.5rem 0 1.5rem 0;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.modal-body h3:first-child {
    margin-top: 0;
}

.modal-body p {
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 1.5rem;
    font-size: 1rem;
}

.modal-body ul {
    color: var(--text-secondary);
    margin: 1.5rem 0 1.5rem 2rem;
    line-height: 1.7;
}

.modal-body li {
    margin-bottom: 0.75rem;
}

.modal-footer {
    padding: 1.5rem 2.5rem 2.5rem;
    border-top: 1px solid var(--border-light);
    text-align: center;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .nav-container {
        padding: 0 1rem;
    }
    
    .hamburger {
        display: flex;
    }
    
    .nav-links {
        position: fixed;
        top: 85px;
        right: -100%;
        width: 100%;
        height: calc(100vh - 85px);
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(20px);
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 1rem;
        padding: 1.5rem 2rem;
        transition: right 0.3s ease;
        border-left: 1px solid var(--border-light);
        z-index: 1000;
        box-shadow: var(--shadow-md);
    }
    
    .nav-links.active {
        right: 0;
    }
    
    .nav-link {
        font-size: 1.1rem;
        padding: 1rem;
        width: 100%;
        text-align: center;
        border-radius: 8px;
    }
    
    /* Mobile dropdown - hide submenu in mobile mode */
    .nav-dropdown {
        width: 100%;
        display: block !important;
    }
    
    .dropdown-content {
        display: none !important;
    }
    
    .nav-dropdown > .nav-link {
        display: block !important;
        font-size: 1.1rem;
        padding: 1rem;
        width: 100%;
        text-align: center;
        border-radius: 8px;
        margin: 0;
    }
    
    .hero {
        padding: 5rem 0 4rem;
    }
    
    .hero-container {
        grid-template-columns: 1fr;
        gap: 3rem;
        text-align: center;
    }
    
    .hero-buttons {
        justify-content: center;
    }
    
    .hero-stats {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin: 0 auto;
    }
    
    .trust-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .section {
        padding: 2rem 0;
    }
    
    .section-alt {
        padding: 2rem 0;
    }
    
    .section-compact {
        padding: 1.5rem 0;
    }
    
    .section-large {
        padding: 2.5rem 0;
    }
    
    .footer {
        padding: 4rem 0 2rem;
    }
    
    .section-header {
        margin-bottom: 3rem;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .service-card.featured {
        transform: none;
    }
    
    .service-card.featured:hover {
        transform: translateY(-10px);
    }
    
    .process-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .about-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .section-container {
        padding: 0 1rem;
    }
    
    .credentials-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .contact-buttons {
        flex-direction: column;
    }
    
    .trust-grid {
        grid-template-columns: 1fr;
    }
    
    .hero {
        padding: 4rem 0 3rem;
    }
    
    .section {
        padding: 1.5rem 0;
    }
    
    .section-alt {
        padding: 1.5rem 0;
    }
    
    .section-compact {
        padding: 1rem 0;
    }
    
    .section-large {
        padding: 2rem 0;
    }
    
    .footer {
        padding: 3rem 0 2rem;
    }
}

/* Homepage Layouts */
.services-preview {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.service-preview {
    text-align: center;
    padding: 2rem;
    background: var(--bg-card);
    border-radius: 12px;
    border: 1px solid var(--border-light);
    transition: all 0.3s ease;
}

.service-preview:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
}

.service-preview .service-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.service-preview h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.service-preview p {
    color: var(--text-secondary);
    line-height: 1.6;
}

.stats-row {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.contact-features {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    margin: 3rem 0;
}

.contact-feature {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--text-primary);
    font-weight: 600;
}

.contact-feature .feature-icon {
    font-size: 1.5rem;
}

/* Form Styles */
.contact-form-container {
    max-width: 600px;
    margin: 0 auto;
}

.contact-form {
    background: var(--bg-card);
    padding: 3rem;
    border-radius: 15px;
    border: 1px solid var(--border-light);
    box-shadow: var(--shadow-sm);
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

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

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 1rem;
    border: 2px solid var(--border-light);
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
    background: var(--bg-primary);
    color: var(--text-primary);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--accent-primary);
}

.checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.checkbox-group input[type="checkbox"] {
    width: auto;
    margin-top: 0.25rem;
}

.checkbox-group label {
    margin-bottom: 0;
    flex: 1;
}

.policy-link {
    color: var(--accent-primary);
    text-decoration: underline;
    font-weight: 600;
}

.policy-link:hover {
    color: var(--accent-primary-dark);
}

.form-submit {
    width: 100%;
    margin-top: 1rem;
    text-align: center;
    justify-content: center;
    border: none;
    cursor: pointer;
}

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

.why-item {
    text-align: center;
    padding: 2rem;
    background: var(--bg-card);
    border-radius: 12px;
    border: 1px solid var(--border-light);
}

.why-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.why-title {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.why-description {
    color: var(--text-secondary);
    line-height: 1.6;
}

@media (max-width: 768px) {
    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
    
    .contact-features {
        flex-direction: column;
        gap: 1.5rem;
        text-align: center;
    }
    
    .stats-row {
        flex-direction: column;
        gap: 1.5rem;
        text-align: center;
    }
    
    .services-preview {
        grid-template-columns: 1fr;
    }
}

/* Active Navigation State */
.nav-link.active {
    background: var(--accent-primary);
    color: var(--text-light);
    transform: translateY(-2px);
}

.nav-link.active:hover {
    background: var(--accent-primary-dark);
    color: var(--text-light);
}

/* Navigation Dropdown */
.nav-dropdown {
    position: relative;
    display: inline-block;
}

.nav-dropdown > .nav-link {
    display: inline-flex;
    align-items: center;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: calc(100% + 0.25rem);
    left: 0;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    min-width: 180px;
    box-shadow: var(--shadow-md);
    z-index: 1001;
    border: 1px solid var(--border-light);
    border-radius: 8px;
    padding: 0.5rem 0;
}

.dropdown-content::before {
    content: '';
    position: absolute;
    top: -0.5rem;
    left: 0;
    right: 0;
    height: 0.5rem;
    background: transparent;
}

.dropdown-content a {
    color: var(--text-primary);
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    display: block;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.dropdown-content a:hover {
    background: var(--accent-primary);
    color: var(--text-light);
}

.nav-dropdown:hover .dropdown-content {
    display: block;
}

/* Values Section */
.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 3rem;
    margin-top: 3rem;
}

.value-card {
    background: var(--bg-card);
    border: 2px solid var(--border-light);
    border-radius: 15px;
    padding: 3rem 2.5rem;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: var(--shadow-sm);
}

.value-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-lg);
    border-color: var(--accent-primary);
}

.value-icon {
    font-size: 4.5rem;
    margin-bottom: 2rem;
    display: block;
    line-height: 1;
}

.value-icon-svg {
    width: 72px;
    height: 72px;
    margin: 0 auto;
    display: block;
}

.value-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.value-description {
    color: var(--text-secondary);
    line-height: 1.6;
    font-size: 1rem;
}

/* Leadership Section */
.leadership-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 3rem;
    margin-top: 3rem;
}

.leader-card {
    background: var(--bg-card);
    border: 2px solid var(--border-light);
    border-radius: 15px;
    padding: 3rem 2.5rem;
    transition: all 0.3s ease;
    box-shadow: var(--shadow-sm);
}

.leader-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
}

.leader-name {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.leader-title {
    color: var(--accent-primary);
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: 1rem;
}

.leader-bio {
    color: var(--text-secondary);
    line-height: 1.6;
    font-size: 1rem;
}

@media (max-width: 768px) {
    .values-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .value-card {
        padding: 2rem 1.5rem;
    }
    
    .value-icon {
        font-size: 3.5rem;
    }
    
    .leadership-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .leader-card {
        padding: 2rem 1.5rem;
    }
}

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

/* Smooth scrolling for anchor links */
html {
    scroll-behavior: smooth;
}

/* Add padding to account for fixed header when scrolling to anchors */
section[id] {
    scroll-margin-top: 100px;
}

/* Regulatory Disclaimer Popup */
.disclaimer-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(10px);
    display: none;
    z-index: 9999;
    padding: 1.5rem;
    border-top: 3px solid var(--accent-primary);
}

.disclaimer-content {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    background: var(--bg-card);
    padding: 2rem;
    border-radius: 12px;
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--border-light);
    text-align: justify;
}

.disclaimer-content p {
    color: var(--text-primary);
    line-height: 1.6;
    margin: 0;
    font-size: 0.8rem;
    padding-right: 3rem;
}

.disclaimer-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    color: var(--text-secondary);
    line-height: 1;
    padding: 0.5rem;
    transition: color 0.3s ease;
}

.disclaimer-close:hover {
    color: var(--accent-primary);
}

@media (max-width: 768px) {
    .disclaimer-popup {
        padding: 1rem;
    }
    
    .disclaimer-content {
        padding: 1.5rem;
    }
    
    .disclaimer-content p {
        font-size: 0.9rem;
        padding-right: 2.5rem;
    }
    
    .disclaimer-close {
        top: 0.75rem;
        right: 0.75rem;
        font-size: 1.5rem;
    }
}

/* Blog Post Content - Better handling of embedded widgets */
.blog-post-body {
    max-width: none;
    overflow: visible;
}

.blog-post-body * {
    max-width: 100%;
    word-wrap: break-word;
}

/* Embedded widget styling */
.blog-post-body [class*='encore'],
.blog-post-body [class*='UpsellTitle'],
.blog-post-body [class*='widget'],
.blog-post-body [class*='embed'] {
    background: var(--bg-secondary);
    padding: 1.5rem;
    margin: 2rem 0;
    border-radius: 12px;
    border-left: 4px solid var(--accent-primary);
    font-size: 1.1rem;
    line-height: 1.6;
    color: var(--text-primary) !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    overflow: visible !important;
}

/* Spotify/Podcast embeds */
.blog-post-body [data-encore-id],
.blog-post-body [class*='spotify'],
.blog-post-body [class*='podcast'] {
    background: var(--bg-card);
    border: 2px solid var(--border-light);
    border-radius: 15px;
    padding: 0.5rem;
    margin: 1.5rem 0;
    box-shadow: var(--shadow-sm);
    text-align: center;
}

/* Ensure all text content is visible */
.blog-post-body span,
.blog-post-body div,
.blog-post-body p {
    color: var(--text-primary) !important;
    font-size: inherit !important;
    line-height: inherit !important;
    visibility: visible !important;
    display: inherit !important;
}

/* Fix any clipped content */
.blog-post-body {
    overflow-x: auto;
    overflow-y: visible;
}

.blog-post-body iframe,
.blog-post-body embed,
.blog-post-body object {
    max-width: 100%;
    height: auto;
    min-height: 200px;
}

/* Spotify widget specific styling - wider to prevent clipping */
.spotify-wrap {
    width: 100%;
    min-width: 500px;
    max-width: 600px;
    margin: 2rem auto;
    display: block;
}

.spotify-wrap iframe {
    width: 100% !important;
    min-width: 500px;
    height: 352px;
    border-radius: 12px;
    border: none;
}

/* Partners grid styling */
.partners-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    align-items: center;
    justify-items: center;
    margin-top: 2rem;
}

.partner-link {
    display: block;
    padding: 1.5rem;
    background: var(--bg-card);
    border: 2px solid var(--border-light);
    border-radius: 12px;
    transition: all 0.3s ease;
    text-decoration: none;
    width: 100%;
    max-width: 200px;
}

.partner-link:hover {
    border-color: var(--accent-primary);
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
}

.partner-logo {
    width: 100%;
    height: 60px;
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.partner-link:hover .partner-logo {
    filter: grayscale(0%);
}

@media (max-width: 768px) {
    .partners-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 1.5rem;
    }
    
    .partner-link {
        padding: 1rem;
        max-width: 150px;
    }
    
    .partner-logo {
        height: 50px;
    }
}

/* Subscription Modal */
.subscription-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
}

.subscription-modal-content {
    background-color: var(--bg-primary);
    margin: 3% auto;
    padding: 0;
    border: 2px solid var(--border-light);
    border-radius: 15px;
    width: 90%;
    max-width: 450px;
    box-shadow: var(--shadow-xl);
    position: relative;
    overflow: hidden;
}

.subscription-modal-header {
    background: var(--gradient-hero);
    color: var(--text-light);
    padding: 1rem 1rem;
    text-align: center;
}

.subscription-modal-header h3 {
    font-size: 1.5rem;
    font-weight: 800;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.subscription-modal-body {
    padding: 1rem 1rem;
}

.subscription-form {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-weight: 700;
    margin-bottom: 0.1rem;
    color: var(--text-primary);
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
}

.form-group input {
    padding: 0.5rem;
    border: 2px solid var(--border-light);
    border-radius: 8px;
    font-size: 0.9rem;
    background: var(--bg-card);
    color: var(--text-primary);
    transition: border-color 0.3s ease;
}

.form-group input:focus {
    outline: none;
    border-color: var(--accent-primary);
}

.subscription-modal-buttons {
    display: flex;
    gap: 0.1rem;
    margin-top: 0rem;
}

.modal-button {
    flex: 1;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 8px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.modal-button.primary {
    background: linear-gradient(135deg, #f39c12 0%, #ca7f05 100%);
    color: var(--text-light);
}

.modal-button.primary:hover {
    background: linear-gradient(135deg, #ca7f05 0%, #b8700a 100%);
    transform: translateY(-1px);
}

.modal-button.secondary {
    background: transparent;
    color: var(--text-secondary);
    border: 2px solid var(--border-light);
}

.modal-button.secondary:hover {
    background: var(--bg-card);
    border-color: var(--accent-primary);
    color: var(--text-primary);
}

.close-modal {
    position: absolute;
    top: 0.1rem;
    right: 0.5rem;
    background: none;
    border: none;
    font-size: 1.8rem;
    cursor: pointer;
    color: var(--text-light);
    line-height: 1;
    padding: 0.5rem;
    transition: color 0.3s ease;
    z-index: 10001;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-modal:hover {
    color: rgba(255, 255, 255, 0.8);
}

/* Legal Footer */
.legal-footer {
    font-size: 0.85rem;
    line-height: 1.4;
    color: #7c858d;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 0px;
    text-align: justify;
}

.legal-footer p {
    margin-bottom: 1rem;
}

.legal-footer p:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .subscription-modal-content {
        width: 95%;
        margin: 2% auto;
    }
    
    .subscription-modal-header {
        padding: 0.75rem;
    }
    
    .subscription-modal-header h3 {
        font-size: 1.2rem;
    }
    
    .subscription-modal-body {
        padding: 0.75rem;
    }
    
    .subscription-modal-buttons {
        flex-direction: column;
        gap: 0.5rem;
    }
}
