html, body {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: #333;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }

code {
    color: #c02d76;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

/* Blue Growth Advisors inspired styling */

/* Hero Section */
.hero-section {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    padding: 40px 0 30px 0;
    min-height: 40vh;
    display: flex;
    align-items: center;
}

.hero-content {
    padding-right: 20px;
}

.hero-title {
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1.5rem;
    text-align: left;
}

.hero-title .highlight {
    color: #3498db;
}

.hero-subtitle {
    color: #5a6c7d;
    font-weight: 400;
    margin-bottom: 2rem;
    text-align: left;
}

.hero-image-container {
    width: 100%;
    max-width: 650px;
    height: 500px;
    align-self: flex-start;
    margin-top: 0;
    padding-top: 40px;
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 40px !important;
    transition: transform 0.3s ease;
}

/* Ensure MudImage gets rounded corners */
.hero-image img {
    border-radius: 40px !important;
}

/* Alternative approach for MudImage component */
.mud-image.hero-image {
    border-radius: 40px !important;
}

.mud-image.hero-image img {
    border-radius: 40px !important;
}


.hero-image:hover {
    transform: scale(1.02);
}

/* Responsive adjustments for hero */
@media (max-width: 768px) {
    .hero-section {
        padding: 30px 0 20px 0;
        min-height: 35vh;
    }
    
    .hero-content {
        padding-right: 0;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .hero-title {
        text-align: center;
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }
    
    .hero-subtitle {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        margin-bottom: 1.5rem;
    }
    
    .hero-image-container {
        margin-top: 0;
        height: 350px;
        max-width: 450px;
    }
}

.cta-button {
    background: #3498db;
    border: none;
    padding: 15px 30px;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.cta-button:hover {
    background: #2980b9;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(52, 152, 219, 0.4);
}

/* Section Styling */
.challenge-section, .solution-section, .services-section, .cta-section, 
.purpose-section, .expectations-section, .process-section, .final-cta-section, 
.values-section {
    padding: 60px 0;
}

.challenge-section {
    background-color: #f8f9fa;
}

.solution-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.solution-section .section-title,
.solution-section .section-subtitle {
    color: white;
}

.solution-cta-button {
    background-color: white !important;
    color: #2c3e50 !important;
    border: 2px solid white !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}

.solution-cta-button:hover {
    background-color: transparent !important;
    color: white !important;
    border: 2px solid white !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.3) !important;
}

.services-section {
    background-color: #ffffff;
}

.cta-section {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: white;
}

.cta-section .section-title {
    color: white;
}

.purpose-section {
    background-color: #f8f9fa;
}

.expectations-section {
    background-color: #ffffff;
}

/* Enhanced What to Expect Section - Blue Growth Advisors Style */
.expectations-title {
    font-weight: 600;
    color: #2c3e50;
    text-align: left;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
}

.expectation-item {
    position: relative;
    padding-left: 0;
}

.expectation-content {
    display: flex;
    align-items: center;
    margin-bottom: 0.8rem;
}

.custom-checkmark {
    flex-shrink: 0;
    font-size: 1.4rem;
    color: #3498db;
    font-weight: bold;
    margin-right: 12px;
    line-height: 1;
}

.expectation-heading {
    font-weight: 400;
    color: #2c3e50;
    line-height: 1.3;
    text-align: left;
    margin: 0;
    font-size: 0.95rem;
}

.expectations-image-container {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.expectations-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
}

.expectations-image:hover {
    transform: translateY(-3px);
}

/* Responsive expectations section */
@media (max-width: 768px) {
    .expectations-title {
        text-align: center;
        font-size: 2rem;
    }
    
    .expectation-heading {
        text-align: center;
        font-size: 1.3rem;
    }
    
    .expectations-image-container {
        margin-top: 30px;
        max-width: 400px;
    }
}

.process-section {
    background-color: #f8f9fa;
}

.final-cta-section {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: white;
}

.final-cta-section .section-title {
    color: white;
}

.values-section {
    background-color: #ffffff;
    padding-bottom: 80px;
}

/* Typography */
.section-title {
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1rem;
    text-align: center;
}

.section-subtitle {
    color: #5a6c7d;
    font-weight: 400;
    text-align: center;
}

.purpose-text {
    color: #5a6c7d;
    font-weight: 400;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

/* Service Cards */
.service-card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.service-icon {
    text-align: center;
}

.service-title {
    font-weight: 700;
    color: #2c3e50;
    text-align: center;
    font-size: 1.2rem;
}

.service-description {
    color: #5a6c7d;
    line-height: 1.6;
    text-align: justify;
}

/* Value Cards */
.value-card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
}

.value-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.value-title {
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1rem;
}

/* Process Steps */
.process-step {
    padding: 20px;
}

.step-number {
    width: 60px;
    height: 60px;
    background: #3498db;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 auto;
}

.step-title {
    font-weight: 700;
    color: #2c3e50;
}

/* Image Styling */
.challenge-image-container {
    width: 100%;
    max-width: 480px;
    height: 300px;
    margin: 0 auto;
}

.challenge-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    border-radius: 10px;
    transition: transform 0.3s ease;
    background-color: #f8f9fa;
}

.challenge-image:hover {
    transform: scale(1.02);
}

.image-placeholder {
    text-align: center;
}

/* Navigation */
.brand-link {
    text-decoration: none !important;
    color: inherit !important;
}

.brand-link:hover {
    text-decoration: none !important;
}

.brand-container {
    display: flex;
    align-items: center;
    gap: 8px;
    transition: opacity 0.3s ease;
}

.brand-link:hover .brand-container {
    opacity: 0.8;
}

.brand-favicon {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.brand-text {
    font-weight: 700;
    color: #2c3e50;
    text-decoration: none;
    margin: 0;
}

.navbar-custom {
    background-color: white !important;
    color: #2c3e50 !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.navbar-custom .brand-text {
    color: #2c3e50;
}

.nav-links {
    display: flex;
    gap: 10px;
}

/* Mobile Menu Styling */
.hamburger-button {
    padding: 8px !important;
    color: #2c3e50 !important;
}

.hamburger-button:hover {
    background-color: rgba(52, 152, 219, 0.1) !important;
}

/* Classic Hamburger Icon */
.hamburger-icon {
    width: 24px;
    height: 18px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hamburger-icon span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: #2c3e50;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.hamburger-icon span:nth-child(1) {
    transform-origin: left center;
}

.hamburger-icon span:nth-child(2) {
    transform-origin: center;
}

.hamburger-icon span:nth-child(3) {
    transform-origin: left center;
}

.hamburger-button:hover .hamburger-icon span {
    background-color: #3498db;
}

/* Mobile menu items styling */
.mud-menu .mud-menu-item {
    padding: 12px 16px;
}

.mud-menu .mud-menu-item .mud-text {
    color: #2c3e50;
    font-weight: 500;
}

.mud-menu .mud-menu-item .mud-icon {
    color: #3498db;
}

.content-wrapper {
    padding-top: 0;
}

/* Footer */
.footer-section {
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 40px 0 20px 0;
}

.footer-link {
    color: #ecf0f1 !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #3498db !important;
    text-decoration: none;
}

.footer-copyright {
    color: #ecf0f1;
}

.footer-legal {
    margin-top: 10px;
}

/* Ensure all footer links have the same color */
.footer-section a {
    color: #ecf0f1 !important;
    text-decoration: none;
}

.footer-section a:hover {
    color: #3498db !important;
    text-decoration: none;
}

/* Override MudBlazor link colors in footer */
.footer-section .mud-link {
    color: #ecf0f1 !important;
}

.footer-section .mud-link:hover {
    color: #3498db !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-section {
        padding: 60px 0;
        min-height: 70vh;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .challenge-section, .solution-section, .services-section, .cta-section, 
    .purpose-section, .expectations-section, .process-section, .final-cta-section, 
    .values-section {
        padding: 40px 0;
    }
}

/* MudBlazor Overrides */
.mud-theme-primary {
    --mud-palette-primary: #3498db;
}

.mud-button-filled-primary {
    background-color: #3498db;
}

.mud-button-filled-primary:hover {
    background-color: #2980b9;
}

/* Contact Page Styling */
.contact-hero-section {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    padding: 60px 0 40px 0;
    text-align: center;
}

.contact-hero-title {
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.contact-hero-subtitle {
    color: #5a6c7d;
    font-weight: 400;
}

.contact-form-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.contact-form-card {
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: none;
}

.contact-submit-button {
    background: #3498db !important;
    color: white !important;
    padding: 15px 40px !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    border-radius: 8px !important;
    transition: all 0.3s ease !important;
}

.contact-submit-button:hover {
    background: #2980b9 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 15px rgba(52, 152, 219, 0.4) !important;
}

.contact-submit-button:disabled {
    background: #bdc3c7 !important;
    transform: none !important;
    box-shadow: none !important;
}

.contact-alternative-section {
    padding: 40px 0 60px 0;
    background-color: #f8f9fa;
    text-align: center;
}

.contact-email-link {
    color: #3498db;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.contact-email-link:hover {
    color: #2980b9;
    text-decoration: none;
}

/* Form Field Styling */
.mud-input-outlined .mud-input-outlined-border {
    border-color: #e0e0e0;
}

.mud-input-outlined:hover .mud-input-outlined-border {
    border-color: #3498db;
}

.mud-input-outlined.mud-input-focused .mud-input-outlined-border {
    border-color: #3498db;
    border-width: 2px;
}

.mud-select-outlined .mud-input-outlined-border {
    border-color: #e0e0e0;
}

.mud-select-outlined:hover .mud-input-outlined-border {
    border-color: #3498db;
}

.mud-select-outlined.mud-input-focused .mud-input-outlined-border {
    border-color: #3498db;
    border-width: 2px;
}

/* Message Box Styling */
.mud-dialog-content {
    text-align: center;
}

/* Responsive Contact Form */
@media (max-width: 768px) {
    .contact-hero-section {
        padding: 40px 0 30px 0;
    }
    
    .contact-hero-title {
        font-size: 2rem;
    }
    
    .contact-form-section {
        padding: 40px 0;
    }
    
    .contact-form-card .mud-card-content {
        padding: 2rem 1.5rem;
    }
    
    .contact-submit-button {
        width: 100%;
        padding: 12px 20px !important;
    }
}

/* About Page Styling */
.about-hero-section {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    padding: 60px 0 40px 0;
    text-align: center;
}

.about-hero-title {
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.about-hero-subtitle {
    color: #5a6c7d;
    font-weight: 400;
    max-width: 600px;
    margin: 0 auto;
}

.about-stats-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.about-stat-number {
    font-weight: 700;
    color: #3498db;
    margin-bottom: 0.5rem;
}

.about-stat-label {
    color: #5a6c7d;
    font-weight: 400;
}

.about-main-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.about-image-container {
    width: 100%;
    max-width: 450px;
    height: 500px;
    margin: 0 auto;
}

.about-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.about-image:hover {
    transform: scale(1.02);
}

.about-section-title {
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1.5rem;
}

.about-main-text {
    color: #5a6c7d;
    line-height: 1.7;
    font-size: 1.1rem;
    text-align: justify;
}

.about-main-text strong {
    color: #2c3e50;
}

.about-approach-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.approach-card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    text-align: center;
}

.approach-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.approach-icon {
    text-align: center;
}

.approach-title {
    font-weight: 700;
    color: #2c3e50;
    text-align: center;
}

.approach-description {
    color: #5a6c7d;
    line-height: 1.6;
    text-align: justify;
}

.about-cta-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: white;
    text-align: center;
}

/* Responsive About Page */
@media (max-width: 768px) {
    .about-hero-section {
        padding: 40px 0 30px 0;
    }
    
    .about-hero-title {
        font-size: 2rem;
    }
    
    .about-main-section {
        padding: 60px 0;
    }
    
    .about-image-container {
        height: 400px;
        margin-bottom: 30px;
    }
    
    .about-section-title {
        font-size: 2rem;
        text-align: center;
    }
    
    .about-main-text {
        text-align: center;
    }
    
    .about-approach-section,
    .about-cta-section {
        padding: 60px 0;
    }
}

/* Privacy Policy Page Styling */
.privacy-hero-section {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    padding: 60px 0 40px 0;
    text-align: center;
}

.privacy-title {
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1rem;
    font-size: 2.5rem;
}

.privacy-subtitle {
    color: #5a6c7d;
    font-weight: 400;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.privacy-updated {
    color: #7f8c8d;
    font-size: 0.9rem;
    font-style: italic;
}

.privacy-content-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.privacy-content {
    max-width: 800px;
    margin: 0 auto;
}

.privacy-section {
    margin-bottom: 3rem;
}

.privacy-section h2 {
    font-weight: 600;
    color: #2c3e50;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    border-bottom: 2px solid #3498db;
    padding-bottom: 0.5rem;
}

.privacy-section p {
    color: #5a6c7d;
    line-height: 1.6;
    margin-bottom: 1rem;
    text-align: justify;
}

.privacy-section ul {
    color: #5a6c7d;
    line-height: 1.6;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}

.privacy-section li {
    margin-bottom: 0.5rem;
}

.contact-info {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    border-left: 4px solid #3498db;
}

.privacy-link {
    color: #3498db;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.privacy-link:hover {
    color: #2980b9;
    text-decoration: underline;
}

/* Responsive Privacy Page */
@media (max-width: 768px) {
    .privacy-hero-section {
        padding: 40px 0 30px 0;
    }
    
    .privacy-title {
        font-size: 2rem;
    }
    
    .privacy-subtitle {
        font-size: 1.1rem;
    }
    
    .privacy-content-section {
        padding: 40px 0;
    }
    
    .privacy-section h2 {
        font-size: 1.3rem;
    }
    
    .privacy-section p,
    .privacy-section ul {
        text-align: left;
    }
}