/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #ffffff;
    background-color: #000000;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Accessibility - Screen Reader Only */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: #ffffff;
}

h1 { font-size: 3.5rem; }
h2 { font-size: 2.5rem; }
h3 { font-size: 1.8rem; }

p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: #ffffff;
}

/* Links */
a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.inline-link {
    color: #4F7CFF;
    font-weight: 600;
    border-bottom: 1px solid transparent;
}

.inline-link:hover {
    border-bottom-color: #4F7CFF;
}

.feature-link {
    color: #4F7CFF;
    font-weight: 500;
}

.feature-link:hover {
    color: #3B5FE6;
}

/* Navigation */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

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

.nav-logo a {
    font-size: 2rem;
    font-weight: 800;
    color: #ffffff;
    text-decoration: none;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2.5rem;
    position: relative;
}

.nav-menu li {
    position: relative;
}

.nav-menu a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    transition: color 0.3s ease;
}

.nav-menu a:hover {
    color: #4F7CFF;
}

/* Dropdown Arrow */
.dropdown-arrow {
    font-size: 0.8rem;
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
    display: inline-block;
}

.dropdown-toggle.active .dropdown-arrow {
    transform: rotate(180deg);
}

/* Dropdown Menu */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #000000;
    min-width: 220px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    list-style: none;
    padding: 1rem 0;
    border-radius: 8px;
    margin-top: 10px;
    box-shadow: 0 10px 40px rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.1);
    z-index: 9999;
}

/* Desktop click-only functionality */
@media (min-width: 769px) {
    .nav-menu li .dropdown-toggle.active + .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    
    .nav-menu li .dropdown-toggle.active .dropdown-arrow {
        transform: rotate(180deg);
    }
}

.dropdown-menu li {
    padding: 0;
}

.dropdown-menu a {
    display: block;
    padding: 0.75rem 1.5rem;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

.dropdown-menu a:hover {
    background-color: #111111;
    color: #4F7CFF;
}

.nav-contact {
    display: flex;
    gap: 1rem;
    align-items: center;
}

/* Desktop navigation Book Now button - black theme */
@media (min-width: 769px) {
    .nav-contact .cta-btn {
        background: #000000;
        color: #ffffff;
        border: 2px solid #ffffff;
    }
    
    .nav-contact .cta-btn:hover {
        background: #ffffff;
        color: #000000;
        border-color: #000000;
    }
}

.phone-btn, .call-now-btn {
    background: #ffffff;
    color: #000000;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    border: 2px solid #000000;
    cursor: pointer;
}

.phone-btn:hover, .call-now-btn:hover {
    background: #000000;
    color: #ffffff;
    border-color: #ffffff;
    transform: translateY(-1px);
}

.cta-btn {
    background: #ffffff;
    color: #000000;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    border: 2px solid #000000;
    cursor: pointer;
    display: inline-block;
}

.cta-btn:hover {
    background: #000000;
    color: #ffffff;
    border-color: #ffffff;
    transform: translateY(-1px);
}

.cta-btn.primary {
    background: #ffffff;
    color: #000000;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    border: 2px solid #000000;
}

.cta-btn.primary:hover {
    background: #000000;
    color: #ffffff;
    border-color: #ffffff;
}

.cta-btn.secondary {
    background: transparent;
    color: white;
    border: 2px solid white;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
}

.cta-btn.secondary:hover {
    background: white;
    color: #000000;
}

/* Ensure hero CTA buttons are exactly the same size */
.hero-cta .cta-btn {
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    border: 2px solid;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    box-sizing: border-box;
    min-width: 200px;
    text-align: center;
    transition: all 0.3s ease;
}

/* Hero Section */
.hero {
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    overflow: hidden;
    background: #000000;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.hero-background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.hero-background video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    padding: 0 20px;
}

.hero-content h1 {
    font-size: 4rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    line-height: 1.1;
    color: #ffffff;
}

.hero-subtitle {
    font-size: 1.3rem;
    margin-bottom: 2.5rem;
    opacity: 0.95;
    font-weight: 400;
    color: #4F7CFF;
}

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

.hero-features {
    display: flex;
    gap: 3rem;
    justify-content: center;
    flex-wrap: wrap;
}

.hero-features span {
    font-size: 1rem;
    opacity: 0.9;
    font-weight: 500;
    color: #ffffff;
}

/* Service Hero (for service pages) */
.service-hero {
    background: #000000;
    color: white;
    padding: 140px 0 100px;
    text-align: center;
}

.service-hero .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.service-hero .hero-content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.service-hero h1,
.service-hero .hero-title {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    font-weight: 800;
    text-align: center;
    color: #ffffff;
}

.service-hero .hero-subtitle {
    font-size: 1.4rem;
    color: #4F7CFF;
    margin-bottom: 1.5rem;
    font-weight: 600;
    text-align: center;
}

.service-hero .hero-description {
    font-size: 1.2rem;
    margin-bottom: 2.5rem;
    opacity: 0.9;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #ffffff;
}

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

/* Service Template 2 Styles */
.service-hero.alt-layout {
    padding: 140px 0 80px;
    text-align: left;
}

.service-hero.alt-layout .container {
    text-align: left;
}

.service-hero .hero-content.two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    text-align: left;
    max-width: 1200px;
}

.service-hero .hero-text {
    flex: 1;
}

.service-hero .hero-media {
    flex: 1;
    min-height: 300px;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.service-hero .hero-media::before {
    content: "🚚";
    font-size: 4rem;
    opacity: 0.3;
}

.service-hero.alt-layout h1 {
    text-align: left;
    font-size: 3rem;
}

.service-hero.alt-layout .hero-subtitle {
    text-align: left;
    font-size: 1.3rem;
}

.service-hero.alt-layout .hero-description {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    max-width: none;
    font-size: 1.1rem;
}

.service-hero.alt-layout .hero-cta {
    justify-content: flex-start;
    margin-bottom: 2rem;
}

.hero-badges {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 1.5rem;
}

.hero-badges span {
    background: rgba(79, 124, 255, 0.1);
    color: #4F7CFF;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
    border: 1px solid rgba(79, 124, 255, 0.2);
}

/* Stats Band */
.stats-band {
    background: #111111;
    padding: 60px 0;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    text-align: center;
}

.stat {
    padding: 1rem;
}

.stat-value {
    font-size: 2.5rem;
    font-weight: 800;
    color: #4F7CFF;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 1rem;
    color: #cccccc;
    font-weight: 500;
}

/* Service Pillars */
.service-pillars {
    padding: 80px 0;
    background: #000000;
    text-align: center;
}

.service-pillars h2 {
    text-align: center;
    margin-bottom: 1rem;
}

.service-pillars .section-subtitle {
    text-align: center;
    margin-bottom: 2rem;
}

.pillars-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 2rem;
}

.pillar {
    text-align: center;
    padding: 2rem;
    background: #111111;
    border-radius: 12px;
    border: 1px solid #333333;
}

.pillar h3 {
    color: #4F7CFF;
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.pillar p {
    color: #cccccc;
    line-height: 1.6;
}

/* Service Areas Preview */
.service-areas-preview {
    padding: 80px 0;
    background: #111111;
}

.service-areas-preview h2 {
    text-align: center;
    margin-bottom: 4rem;
    font-size: 2.8rem;
    font-weight: 700;
    color: #ffffff;
}

.areas-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    text-align: center;
}

.areas-intro {
    text-align: center;
    font-size: 1.2rem;
    color: #cccccc;
    margin-bottom: 4rem;
}

.area-item {
    background: #000000;
    padding: 2rem 1.5rem;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1.1rem;
    box-shadow: 0 4px 20px rgba(255,255,255,0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(255,255,255,0.05);
    color: #ffffff;
    display: block;
    text-decoration: none;
}

.area-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 30px rgba(79,124,255,0.3);
    border-color: #4F7CFF;
    color: #ffffff;
}

/* About Section */
.about {
    padding: 100px 0;
    background: #000000;
}

.about-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.about h2 {
    font-size: 3rem;
    margin-bottom: 2.5rem;
    font-weight: 700;
    color: #ffffff;
}

.about p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    line-height: 1.8;
    color: #cccccc;
}

.about-features {
    display: flex;
    justify-content: center;
    gap: 3rem;
    margin: 3rem 0;
    flex-wrap: wrap;
}

.feature {
    font-weight: 600;
    color: #4F7CFF;
    font-size: 1.1rem;
}

/* Services Section */
.services {
    padding: 100px 0;
    background: #111111;
}

.services h2 {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 4rem;
    font-weight: 700;
    color: #ffffff;
}

.section-subtitle {
    text-align: center;
    font-size: 1.2rem;
    color: #cccccc;
    margin-bottom: 4rem;
}

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

.service-card {
    background: #000000;
    padding: 2.5rem;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(255,255,255,0.08);
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
    border: 1px solid rgba(255,255,255,0.05);
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(79,124,255,0.3);
    border-color: #4F7CFF;
}

.service-card.featured {
    border: 2px solid #4F7CFF;
    transform: scale(1.02);
}

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

.service-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #4F7CFF;
    color: white;
    padding: 0.6rem 1.5rem;
    border-radius: 25px;
    font-weight: 600;
    font-size: 0.9rem;
}

.service-icon {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    color: #4F7CFF;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 320px;
}

.service-icon img {
    width: 480px;
    height: 300px;
    object-fit: cover;
    border-radius: 22px;
    box-shadow: 0 10px 30px rgba(79,124,255,0.45);
}

.service-card h3 {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: #ffffff;
}

.service-card h3 a {
    color: inherit;
    text-decoration: none;
}

.service-card h3 a:hover {
    color: #4F7CFF;
}

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

.service-features li {
    margin-bottom: 0.8rem;
    font-size: 1rem;
    line-height: 1.6;
    color: #cccccc;
}

.service-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #4F7CFF;
    margin: 2rem 0;
}

.service-btn {
    background: #ffffff;
    color: #000000;
    padding: 1rem 2rem;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    display: inline-block;
    box-sizing: border-box;
    border: 2px solid #000000;
    margin-bottom: 1rem;
}

.service-btn:hover {
    background: #000000;
    color: #ffffff;
    border-color: #ffffff;
    transform: translateY(-2px);
}

.service-quote-btn {
    background: transparent;
    color: #ffffff;
    padding: 1rem 2rem;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    display: inline-block;
    border: 2px solid #ffffff;
    margin-top: 0.5rem;
    box-sizing: border-box;
}

.service-quote-btn:hover {
    background: #ffffff;
    color: #000000;
    transform: translateY(-2px);
}

.service-buttons {
    display: flex;
    gap: 0.5rem;
    margin-top: 1rem;
}

.service-buttons .service-btn {
    flex: 1;
    text-align: center;
    margin: 0;
}

.service-btn.book-now {
    background: #000000;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.service-btn.book-now:hover {
    background: #ffffff;
    color: #000000;
    border: 2px solid #000000;
}

/* Service Benefits (for service pages) */
.service-benefits {
    padding: 100px 0;
    background: #000000;
}

.service-benefits h2 {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 4rem;
    font-weight: 700;
    color: #ffffff;
}

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

.benefit-card {
    text-align: center;
    padding: 2.5rem;
}

.benefit-icon {
    font-size: 4rem;
    margin-bottom: 1.5rem;
    color: #4F7CFF;
}

.benefit-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: #ffffff;
}

.benefit-card p {
    font-size: 1.1rem;
    color: #cccccc;
    line-height: 1.7;
}

/* Service Packages (for service pages) */
.service-packages {
    padding: 100px 0;
    background: #111111;
}

.service-packages h2 {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 4rem;
    font-weight: 700;
    color: #ffffff;
}

.packages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2.5rem;
}

/* Single Package Layout - for pages with only one package */
.packages-grid.single-package {
    display: flex;
    justify-content: center;
    max-width: 450px;
    margin: 0 auto;
}

.packages-grid.single-package .package-card {
    width: 100%;
    max-width: 450px;
}

/* Two Package Layout - for pages with exactly two packages */
.packages-grid.two-package {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
    max-width: 950px;
    margin: 0 auto;
}

.packages-grid.two-package .package-card {
    max-width: 450px;
}

/* Packages Sections (for multiple package groups like window tinting) */
.service-packages .packages-section {
    margin-bottom: 6rem !important;
    padding-bottom: 2rem;
}

.service-packages .packages-section:last-child {
    margin-bottom: 0 !important;
}

.service-packages .packages-section-title {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 4rem !important;
    margin-top: 4rem !important;
    font-weight: 600;
    color: #ffffff;
    padding: 3rem 0 2rem 0 !important;
    border-top: 2px solid #333333;
    position: relative;
    z-index: 1;
    background: #111111;
}

.service-packages .packages-section:first-child .packages-section-title {
    border-top: none !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Extra spacing for window tinting specifically */
.service-packages .packages-section + .packages-section {
    margin-top: 4rem !important;
}

.service-packages .packages-section + .packages-section .packages-section-title {
    margin-top: 5rem !important;
    padding-top: 4rem !important;
}

.package-card {
    background: #000000;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(255,255,255,0.08);
    position: relative;
    transition: all 0.3s ease;
    border: 1px solid rgba(255,255,255,0.05);
}

.package-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(79,124,255,0.3);
    border-color: #4F7CFF;
}

.package-card.featured {
    border: 2px solid #4F7CFF;
    transform: scale(1.05);
}

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

.package-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #4F7CFF;
    color: white;
    padding: 0.6rem 1.2rem;
    border-radius: 25px;
    font-weight: 600;
    font-size: 0.9rem;
    z-index: 10;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.package-header {
    padding: 2.5rem 2.5rem 1.5rem;
    text-align: center;
}

.package-card.featured .package-header {
    padding-right: 140px;
}

.package-header h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    font-weight: 700;
    color: #ffffff;
}

.package-price {
    font-size: 2.5rem;
    font-weight: 800;
    color: #4F7CFF;
}

.package-features {
    list-style: none;
    padding: 0 2.5rem;
}

.package-features li {
    padding: 1rem 0;
    border-bottom: 1px solid #333333;
    font-size: 1rem;
    line-height: 1.6;
    color: #cccccc;
}

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

.package-btn {
    display: block;
    background: #4F7CFF;
    color: white;
    padding: 1.2rem;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    margin: 2.5rem;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.package-btn:hover {
    background: #3B5FE6;
    transform: translateY(-2px);
}

/* Service Process */
.service-process {
    padding: 100px 0;
    background: #000000;
}

.service-process h2 {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 4rem;
    font-weight: 700;
    color: #ffffff;
}

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

.process-step {
    text-align: center;
    padding: 2rem;
}

.step-number {
    width: 60px;
    height: 60px;
    background: #4F7CFF;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 auto 1.5rem;
}

.process-step h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-weight: 700;
    color: #ffffff;
}

.process-step p {
    color: #cccccc;
    line-height: 1.7;
}

/* Related Services */
.related-services {
    padding: 100px 0;
    background: #111111;
}

.related-services h2 {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 2rem;
    font-weight: 700;
    color: #ffffff;
}

.related-services p {
    text-align: center;
    font-size: 1.2rem;
    color: #cccccc;
    margin-bottom: 4rem;
}

.related-services .container > p {
    text-align: center;
    font-size: 1.2rem;
    color: #cccccc;
    margin-bottom: 4rem;
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2.5rem;
}

.related-card {
    background: #000000;
    padding: 2.5rem;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(255,255,255,0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(255,255,255,0.05);
}

.related-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(79,124,255,0.3);
    border-color: #4F7CFF;
}

.related-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
    color: #ffffff;
}

.related-card p {
    color: #cccccc;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.related-link {
    color: #4F7CFF;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.related-link:hover {
    color: #3B5FE6;
}

/* Final CTA */
.final-cta {
    padding: 100px 0;
    background: #4F7CFF;
    color: white;
    text-align: center;
}

.final-cta h2 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: #ffffff;
}

.final-cta p {
    font-size: 1.2rem;
    margin-bottom: 2.5rem;
    opacity: 0.95;
    color: #ffffff;
}

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

.cta-button {
    padding: 1.2rem 2.5rem;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    display: inline-block;
}

.cta-button.primary {
    background: white;
    color: #4F7CFF;
}

.cta-button.primary:hover {
    background: #f8f9fa;
    transform: translateY(-2px);
}

.cta-button.secondary {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.cta-button.secondary:hover {
    background: white;
    color: #4F7CFF;
}

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

/* Service Areas Detail */
.service-areas, .service-areas-detail {
    padding: 100px 0;
    background: #111111;
}

.service-areas h2, .service-areas-detail h2 {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 2rem;
    font-weight: 700;
    color: #ffffff;
}

.areas-detail-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2.5rem;
}

.area-detail-card, .area-card {
    background: #000000;
    padding: 2.5rem;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(255,255,255,0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(255,255,255,0.05);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.area-detail-card:hover, .area-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(79,124,255,0.3);
    border-color: #4F7CFF;
}

.area-detail-card h3, .area-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
    color: #ffffff;
}

.area-detail-card p, .area-card p {
    color: #cccccc;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.area-btn {
    background: #4F7CFF;
    color: white;
    padding: 0.8rem 1.5rem;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: block;
    text-align: center;
    margin: 1.5rem auto 0;
    width: fit-content;
}

.area-btn:hover {
    background: #3B5FE6;
    transform: translateY(-2px);
}

/* Emergency CTA */
.emergency-cta {
    padding: 80px 0;
    background: #4F7CFF;
    color: white;
    text-align: center;
}

.emergency-content h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: #ffffff;
}

.emergency-content p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.95;
    color: #ffffff;
}

.cta-btn.emergency {
    background: white;
    color: #4F7CFF;
    font-size: 1.2rem;
    padding: 1.2rem 2.5rem;
    font-weight: 700;
}

.cta-btn.emergency:hover {
    background: #f8f9fa;
    transform: translateY(-3px);
}

/* Service Selection CTA */
.service-selection-cta {
    padding: 100px 0;
    background: #000000;
    text-align: center;
}

.selection-content h2 {
    font-size: 2.8rem;
    margin-bottom: 2rem;
    font-weight: 700;
    color: #ffffff;
}

.selection-content p {
    font-size: 1.2rem;
    color: #cccccc;
    margin-bottom: 2.5rem;
}

.selection-features {
    display: flex;
    justify-content: center;
    gap: 3rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.selection-features span {
    font-weight: 600;
    color: #4F7CFF;
    font-size: 1.1rem;
}

.selection-cta {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* FAQ Section */
.faq-section {
    padding: 100px 0;
    background: #000000;
}

.faq-section h2 {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 4rem;
    font-weight: 700;
    color: #ffffff;
}

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

.faq-item {
    padding: 2rem;
    background: #111111;
    border-radius: 12px;
    border-left: 4px solid #4F7CFF;
}

.faq-item h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 700;
    color: #ffffff;
}

.faq-item p {
    color: #cccccc;
    line-height: 1.7;
}

/* Contact Section */
.contact, .contact-section {
    padding: 100px 0;
    background: #111111;
}

.contact h2, .contact-section h2 {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 4rem;
    font-weight: 700;
    color: #ffffff;
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.contact-info h3 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    font-weight: 700;
    color: #ffffff;
}

.contact-item {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    color: #cccccc;
}

.contact-item strong {
    color: #ffffff;
    font-weight: 600;
}

.contact-item a {
    color: #4F7CFF;
    font-weight: 600;
}

.contact-item a:hover {
    color: #3B5FE6;
}

.contact-form {
    background: #000000;
    padding: 3rem;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.05);
}

.contact-form h3 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    font-weight: 700;
    color: #ffffff;
}

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

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

.form-group input,
.form-group select,
.form-group textarea,
.form-row input,
.form-row select,
input, select, textarea {
    width: 100%;
    padding: 1rem;
    border: 2px solid #333333;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
    font-family: inherit;
    background: #111111;
    color: #ffffff;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus,
.form-row input:focus,
.form-row select:focus,
input:focus, select:focus, textarea:focus {
    outline: none;
    border-color: #4F7CFF;
}

.submit-btn {
    background: #4F7CFF;
    color: white;
    padding: 1.2rem 2rem;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}

.submit-btn:hover {
    background: #3B5FE6;
    transform: translateY(-2px);
}

/* Footer */
.footer {
    background: #000000;
    color: white;
    padding: 60px 0 30px;
    border-top: 1px solid #333333;
}

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

.footer-section h3 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: #ffffff;
}

.footer-section h4 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    font-weight: 600;
    color: #ffffff;
}

.footer-section p {
    color: #cccccc;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.footer-contact p {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    color: #cccccc;
}

.footer-contact a {
    color: #4F7CFF;
    font-weight: 600;
}

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

.footer-section ul li {
    margin-bottom: 0.5rem;
}

.footer-section ul li a {
    color: #cccccc;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover {
    color: #4F7CFF;
}

.footer-bottom {
    border-top: 1px solid #333333;
    padding-top: 2rem;
    text-align: center;
    color: #cccccc;
}

.footer-bottom a {
    color: #4F7CFF;
}

/* Mobile Navigation */
.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 0.5rem;
}

.hamburger .bar {
    width: 25px;
    height: 3px;
    background-color: #ffffff;
    margin: 3px 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: center;
}

.hamburger.active .bar:nth-child(2) {
    opacity: 0;
    transition: opacity 0.15s ease;
}

.hamburger.active .bar:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.hamburger.active .bar:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Additional sections */
.common-issues {
    padding: 100px 0;
    background: #111111;
}

.common-issues h2 {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 4rem;
    font-weight: 700;
    color: #ffffff;
}

.issues-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2.5rem;
}

.issue-card {
    background: #000000;
    padding: 2.5rem;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(255,255,255,0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(255,255,255,0.05);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.issue-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(79,124,255,0.3);
    border-color: #4F7CFF;
}

.issue-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
    color: #ffffff;
}

.issue-card p {
    color: #cccccc;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.issue-card .area-btn,
.area-detail-card .area-btn {
    margin-top: auto;
    align-self: center;
}

.why-choose-us {
    padding: 100px 0;
    background: #000000;
}

.why-choose-us h2 {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 4rem;
    font-weight: 700;
    color: #ffffff;
}

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

.reason-card {
    text-align: center;
    padding: 3rem 2rem;
    background: #111111;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.05);
    transition: all 0.3s ease;
}

.reason-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(79,124,255,0.3);
    border-color: #4F7CFF;
}

.reason-icon {
    font-size: 3rem;
    color: #4F7CFF;
    margin-bottom: 1.5rem;
}

.reason-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: #ffffff;
}

.reason-card p {
    color: #cccccc;
    line-height: 1.7;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hamburger {
        display: flex;
    }

    .nav-menu {
        position: fixed;
        left: -100%;
        top: 70px;
        flex-direction: column;
        background-color: #000000;
        width: 100%;
        height: calc(100vh - 70px);
        text-align: center;
        transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        box-shadow: 0 10px 27px rgba(255,255,255,0.05);
        padding: 2rem 0 4rem 0;
        gap: 0;
        border-top: 1px solid #333333;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        /* Enhanced scrolling performance */
        transform: translateZ(0);
        backface-visibility: hidden;
        will-change: left;
    }

    /* Fix hero section to account for fixed navbar */
    .hero {
        padding-top: 180px;
        padding-bottom: 60px;
        height: auto;
        min-height: 100vh;
    }

    .service-hero {
        padding-top: 200px;
    }

    /* Service Template 2 Mobile */
    .service-hero .hero-content.two-col {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }

    .service-hero.alt-layout h1,
    .service-hero.alt-layout .hero-subtitle,
    .service-hero.alt-layout .hero-description {
        text-align: center;
    }

    .service-hero.alt-layout .hero-cta {
        justify-content: center;
    }

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

    .pillars-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .hero-badges {
        justify-content: center;
    }

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

    .nav-menu a {
        padding: 1rem;
        display: block;
        border-bottom: 1px solid #333333;
        color: #ffffff;
        /* Prevent text selection on mobile dropdowns */
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    
    /* Enhanced dropdown toggle styling for mobile */
    .dropdown-toggle {
        position: relative;
        cursor: pointer;
        transition: all 0.3s ease;
        border-radius: 4px;
    }
    
    .dropdown-toggle.active {
        background-color: rgba(79, 124, 255, 0.2);
        color: #4F7CFF;
    }
    
    /* Make dropdown arrows more visible on mobile */
    @media (max-width: 768px) {
        .dropdown-arrow {
            font-size: 0.9rem;
            margin-left: 0.8rem;
            color: #4F7CFF;
            font-weight: bold;
            transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            display: inline-block;
            transform-origin: center;
        }
        
        .dropdown-toggle.active .dropdown-arrow {
            transform: rotate(180deg);
            color: #4F7CFF;
        }
    }

    /* Mobile dropdown styles */
    .dropdown-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        background: #111111;
        box-shadow: none;
        border: none;
        margin: 0;
        padding: 0;
        border-radius: 0;
        display: none;
        max-height: 300px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .nav-menu li:hover .dropdown-menu,
    .nav-menu li:focus .dropdown-menu,
    .nav-menu li.active .dropdown-menu {
        display: block;
    }

    .dropdown-menu a {
        padding: 0.75rem 2rem;
        border-bottom: 1px solid #333333;
        background: #111111;
        font-size: 0.9rem;
    }

    .dropdown-menu a:hover {
        background: #222222;
        color: #4F7CFF;
    }

    .nav-contact {
        margin: 1rem;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    
    /* Mobile navigation button styling */
    .nav-contact .phone-btn,
    .nav-contact .cta-btn {
        width: 100%;
        padding: 1rem 2rem;
        font-size: 1rem;
        font-weight: 600;
        border-radius: 8px;
        text-align: center;
        box-sizing: border-box;
        transition: all 0.3s ease;
    }
    
    /* Call Now button - white theme */
    .nav-contact .phone-btn {
        background: #ffffff;
        color: #000000;
        border: 2px solid #000000;
    }
    
    .nav-contact .phone-btn:hover {
        background: #000000;
        color: #ffffff;
        border-color: #ffffff;
    }
    
    /* Book Now button - black theme */
    .nav-contact .cta-btn {
        background: #000000;
        color: #ffffff;
        border: 2px solid #ffffff;
    }
    
    .nav-contact .cta-btn:hover {
        background: #ffffff;
        color: #000000;
        border-color: #000000;
    }

    /* Change phone button text to "Call Now" on mobile */
    .nav-contact .phone-btn {
        font-size: 0;
    }
    
    .nav-contact .phone-btn::after {
        content: "Call Now";
        font-size: 1rem;
    }

    .hero-content h1 {
        font-size: 2.5rem;
    }

    .service-hero h1,
    .service-hero .hero-title {
        font-size: 2.5rem;
    }

    h2 {
        font-size: 2rem;
    }

    .services h2,
    .service-benefits h2,
    .service-packages h2 {
        font-size: 2.2rem;
    }

    .hero-cta,
    .selection-cta {
        flex-direction: column;
        align-items: center;
    }

    .hero-features,
    .selection-features {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
        margin-bottom: 3rem;
    }

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

    .form-row {
        grid-template-columns: 1fr;
    }

    .services-grid {
        grid-template-columns: 1fr;
        justify-items: center;
        place-items: center;
    }

    .packages-grid {
        grid-template-columns: 1fr;
    }

    .packages-grid.single-package {
        max-width: 100%;
    }

    .packages-grid.two-package {
        grid-template-columns: 1fr;
        max-width: 100%;
    }

    .faq-grid {
        grid-template-columns: 1fr;
    }

    .package-badge {
        top: 15px;
        right: 15px;
        padding: 0.5rem 1rem;
        font-size: 0.8rem;
    }

    .package-card.featured .package-header {
        padding-right: 120px;
    }

    .areas-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }

    /* Additional padding for smaller screens */
    .hero {
        padding-top: 200px;
        padding-bottom: 80px;
        min-height: 100vh;
    }

    .service-hero {
        padding-top: 220px;
    }

    .hero-content h1 {
        font-size: 2rem;
        margin-top: 2rem;
    }

    .service-hero h1,
    .service-hero .hero-title {
        font-size: 2rem;
    }

    .service-hero.alt-layout h1 {
        font-size: 2rem;
    }

    .stat-value {
        font-size: 2rem;
    }

    .hero-badges span {
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem;
    }

    .service-card,
    .package-card {
        padding: 2rem;
    }

    .service-icon {
        height: 260px;
    }

    .service-icon img {
        width: 100%;
        max-width: 320px;
        height: 240px;
        object-fit: cover;
        border-radius: 20px;
        box-shadow: 0 8px 25px rgba(79,124,255,0.4);
    }

    .contact-form {
        padding: 2rem;
    }

    .package-badge {
        position: relative;
        top: 0;
        right: 0;
        display: inline-block;
        margin-bottom: 1rem;
    }

    .package-card.featured .package-header {
        padding-right: 2.5rem;
        text-align: center;
    }

    .nav-contact {
        flex-direction: column;
        gap: 0.5rem;
    }

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

    .area-item {
        padding: 1.5rem 1rem;
    }
}

/* ===== BREADCRUMB NAVIGATION STYLING ===== */

/* Breadcrumb Container - Footer Position */
.breadcrumb {
    background: rgba(0, 0, 0, 0.3);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 0.6rem 0;
    margin: 2rem 0 0 0;
    position: relative;
    opacity: 0.7;
}

/* Breadcrumb List - Minimal Design */
.breadcrumb-list {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0.2rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Breadcrumb Items - Small & Subtle */
.breadcrumb-item {
    display: flex;
    align-items: center;
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.breadcrumb-item:not(:last-child)::after {
    content: '/';
    margin: 0 0.3rem;
    color: rgba(79, 124, 255, 0.3);
    font-size: 0.65rem;
    font-weight: 300;
}

/* Breadcrumb Links - Subtle Hover */
.breadcrumb-item a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    font-weight: 400;
    transition: color 0.2s ease;
    padding: 0.1rem 0.2rem;
    border-radius: 2px;
    font-size: 0.7rem;
}

.breadcrumb-item a:hover {
    color: rgba(79, 124, 255, 0.8);
    text-decoration: none;
}

/* Active Breadcrumb Item - Clean */
.breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
}

/* Responsive Design for Breadcrumbs */
@media (max-width: 768px) {
    .breadcrumb {
        padding: 0.3rem 0;
        margin-top: 70px;
    }
    
    .breadcrumb-item {
        font-size: 0.65rem;
    }
    
    .breadcrumb-item a {
        font-size: 0.65rem;
    }
    
    .breadcrumb-item:not(:last-child)::after {
        margin: 0 0.25rem;
        font-size: 0.6rem;
    }
}

@media (max-width: 480px) {
    .breadcrumb {
        padding: 0.25rem 0;
    }
    
    .breadcrumb-item {
        font-size: 0.6rem;
    }
    
    .breadcrumb-item a {
        font-size: 0.6rem;
        padding: 0.05rem 0.1rem;
    }
}

/* ===== LEGAL PAGES STYLING ===== */

/* Legal Page Container */
.legal-page {
    background: linear-gradient(135deg, #000000 0%, #111111 50%, #000000 100%);
    min-height: 100vh;
    padding: 140px 0 80px 0; /* Account for fixed navbar */
    position: relative;
}

.legal-page::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(79, 124, 255, 0.03) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgba(79, 124, 255, 0.03) 0%, transparent 50%);
    pointer-events: none;
}

/* Legal Content Container */
.legal-content {
    max-width: 900px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 4rem 3rem;
    backdrop-filter: blur(20px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3),
                0 0 0 1px rgba(255, 255, 255, 0.05);
    position: relative;
    z-index: 1;
}

/* Legal Page Title */
.legal-content h1 {
    font-size: 3.5rem;
    font-weight: 800;
    color: #ffffff;
    text-align: center;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #ffffff 0%, #4F7CFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.1;
}

/* Effective Date */
.effective-date {
    text-align: center;
    font-size: 1.1rem;
    color: #888888;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Legal Sections */
.legal-section {
    margin-bottom: 3.5rem;
    position: relative;
}

.legal-section:last-of-type {
    margin-bottom: 2rem;
}

/* Section Headers */
.legal-section h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid rgba(79, 124, 255, 0.3);
    position: relative;
}

.legal-section h2::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, #4F7CFF, #3B5FE6);
}

.legal-section h3 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #4F7CFF;
    margin: 2rem 0 1rem 0;
}

/* Intro Text */
.intro-text {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #cccccc;
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: rgba(79, 124, 255, 0.05);
    border-left: 4px solid #4F7CFF;
    border-radius: 0 12px 12px 0;
}

/* Paragraphs */
.legal-section p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #dddddd;
    margin-bottom: 1.5rem;
}

/* Lists */
.legal-section ul {
    list-style: none;
    margin: 1.5rem 0;
    padding: 0;
}

.legal-section li {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #dddddd;
    margin-bottom: 1rem;
    padding-left: 2rem;
    position: relative;
}

.legal-section li::before {
    content: '•';
    color: #4F7CFF;
    font-size: 1.5rem;
    position: absolute;
    left: 0;
    top: -2px;
}

/* Strong text within lists */
.legal-section li strong {
    color: #ffffff;
    font-weight: 600;
}

/* Links within legal content */
.legal-section a {
    color: #4F7CFF;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
}

.legal-section a:hover {
    color: #3B5FE6;
    border-bottom-color: #3B5FE6;
}

/* Legal Footer */
.legal-footer {
    margin-top: 4rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}

.legal-footer p {
    color: #888888;
    font-size: 0.95rem;
    line-height: 1.6;
}

.legal-footer em {
    color: #666666;
    font-style: italic;
}

/* Responsive Design for Legal Pages */
@media (max-width: 768px) {
    .legal-page {
        padding: 120px 0 60px 0;
    }
    
    .legal-content {
        margin: 0 1rem;
        padding: 2.5rem 1.5rem;
        border-radius: 16px;
    }
    
    .legal-content h1 {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }
    
    .effective-date {
        font-size: 1rem;
        margin-bottom: 2rem;
    }
    
    .legal-section {
        margin-bottom: 2.5rem;
    }
    
    .legal-section h2 {
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }
    
    .legal-section h3 {
        font-size: 1.2rem;
        margin: 1.5rem 0 0.8rem 0;
    }
    
    .intro-text {
        font-size: 1.1rem;
        padding: 1rem;
        margin-bottom: 1.5rem;
    }
    
    .legal-section p {
        font-size: 1rem;
        margin-bottom: 1.2rem;
    }
    
    .legal-section li {
        font-size: 1rem;
        padding-left: 1.5rem;
        margin-bottom: 0.8rem;
    }
    
    .legal-footer {
        margin-top: 3rem;
        padding-top: 1.5rem;
    }
}

@media (max-width: 480px) {
    .legal-content {
        margin: 0 0.5rem;
        padding: 2rem 1rem;
    }
    
    .legal-content h1 {
        font-size: 2rem;
    }
    
    .legal-section h2 {
        font-size: 1.4rem;
    }
    
    .intro-text {
        font-size: 1rem;
        padding: 0.8rem;
    }
}
