/* ============================================
   La Canada Flintridge Pool Cleaning
   2010s Style Website Design
   ============================================ */

/* CSS Variables - 2010s Color Palette */
:root {
    --primary-blue: #0066cc;
    --primary-blue-dark: #004d99;
    --primary-blue-light: #3399ff;
    --secondary-orange: #ff6600;
    --secondary-orange-dark: #cc5200;
    --accent-teal: #009999;
    --text-dark: #333333;
    --text-light: #666666;
    --bg-light: #f5f5f5;
    --bg-gradient-start: #e8f4fc;
    --bg-gradient-end: #ffffff;
    --white: #ffffff;
    --shadow-color: rgba(0, 0, 0, 0.15);
    --border-radius: 8px;
}

/* ============================================
   Base Styles
   ============================================ */
* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Open Sans', Arial, sans-serif;
    color: var(--text-dark);
    line-height: 1.6;
    background: var(--bg-gradient-end);
    overflow-x: hidden;
    /* Sticky footer */
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex: 1 0 auto;
}

footer {
    flex-shrink: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', 'Arial Black', sans-serif;
    font-weight: 600;
    line-height: 1.2;
    color: var(--text-dark);
}

a {
    color: var(--primary-blue);
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: var(--primary-blue-dark);
}

/* ============================================
   Top Bar - 2010s Style
   ============================================ */
.top-bar {
    background: linear-gradient(to bottom, #2c3e50 0%, #1a252f 100%);
    color: #cccccc;
    padding: 8px 0;
    font-size: 13px;
    border-bottom: 2px solid var(--primary-blue);
}

.top-bar a {
    color: #ffffff;
}

.top-bar a:hover {
    color: var(--secondary-orange);
}

.top-bar-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.top-bar-item i {
    color: var(--primary-blue-light);
}

/* ============================================
   Navigation - 2010s Glossy Style
   ============================================ */
.navbar-custom {
    background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 50%, #e0e0e0 100%);
    border-bottom: 3px solid var(--primary-blue);
    box-shadow: 0 2px 10px var(--shadow-color);
    padding: 10px 0;
}

.navbar-brand {
    display: flex;
    align-items: center;
    gap: 10px;
}

.brand-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-blue-dark) 100%);
    border-radius: 8px;
    box-shadow: 0 3px 6px rgba(0, 102, 204, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.brand-icon i {
    font-size: 28px;
    color: white;
}

.brand-text {
    display: flex;
    flex-direction: column;
}

.brand-name {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-blue-dark);
    line-height: 1.1;
}

.brand-tagline {
    font-size: 13px;
    font-weight: 600;
    color: var(--secondary-orange);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.navbar-nav .nav-link {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--text-dark);
    padding: 10px 15px;
    transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: var(--primary-blue);
    background: rgba(0, 102, 204, 0.1);
    border-radius: 4px;
}

.btn-navbar {
    background: linear-gradient(to bottom, var(--secondary-orange) 0%, var(--secondary-orange-dark) 100%);
    color: white;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 6px;
    border: none;
    box-shadow: 0 3px 6px rgba(255, 102, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.btn-navbar:hover {
    background: linear-gradient(to bottom, #ff7722 0%, var(--secondary-orange) 100%);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 12px rgba(255, 102, 0, 0.4);
}

.btn-phone-mobile {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: linear-gradient(to bottom, var(--secondary-orange) 0%, var(--secondary-orange-dark) 100%);
    color: white;
    border-radius: 8px;
    font-size: 20px;
}

/* ============================================
   Hero Section - 2010s Compact Style
   ============================================ */
.hero-section {
    position: relative;
    background: 
        linear-gradient(135deg, rgba(0, 102, 204, 0.95) 0%, rgba(0, 77, 153, 0.9) 50%, rgba(0, 51, 102, 0.95) 100%),
        url('/images/pool-hero.jpg') center/cover no-repeat;
    min-height: auto;
    padding: 30px 0 40px;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

.hero-title {
    font-family: 'Oswald', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    margin-bottom: 0;
    line-height: 1.2;
}

.hero-title .highlight {
    color: var(--secondary-orange);
}

.hero-subtitle {
    font-size: 1.1rem;
    opacity: 0.95;
    margin-bottom: 0;
}

.hero-features-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
    font-size: 0.95rem;
}

.hero-features-list li {
    display: flex;
    align-items: center;
    gap: 6px;
}

.hero-features-list li i {
    color: var(--secondary-orange);
    font-size: 1rem;
}

/* Horizontal Form */
.horizontal-form-wrapper {
    max-width: 700px;
    margin: 0 auto;
}

.horizontal-form .form-row {
    display: flex;
    gap: 10px;
    align-items: stretch;
}

.horizontal-form .form-control {
    flex: 1;
    border: 2px solid #fff;
    border-radius: 5px;
    padding: 12px 15px;
    font-size: 1rem;
    background: #fff;
}

.horizontal-form .form-control:focus {
    border-color: var(--secondary-orange);
    outline: none;
    box-shadow: 0 0 0 2px rgba(255, 102, 0, 0.3);
}

.horizontal-form .btn-submit {
    white-space: nowrap;
    padding: 12px 25px;
}

.hero-phone {
    font-size: 1rem;
    opacity: 0.9;
}

.hero-phone a {
    color: var(--secondary-orange);
    font-weight: 600;
    font-size: 1.2rem;
}

.btn-cta {
    background: linear-gradient(to bottom, var(--secondary-orange) 0%, var(--secondary-orange-dark) 100%);
    color: white;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    padding: 10px 25px;
    border-radius: 5px;
    border: none;
    box-shadow: 0 3px 6px rgba(255, 102, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.btn-cta:hover {
    background: linear-gradient(to bottom, #ff7722 0%, var(--secondary-orange) 100%);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 12px rgba(255, 102, 0, 0.5);
}

/* ============================================
   Quote Form Card - 2010s Compact Style
   ============================================ */
.quote-form-card {
    background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 100%);
    border-radius: 8px;
    padding: 20px;
    box-shadow: 
        0 5px 15px rgba(0, 0, 0, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 1);
    border: 2px solid var(--primary-blue);
}

.form-header {
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--secondary-orange);
}

.form-header h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.4rem;
    color: var(--primary-blue-dark);
    margin-bottom: 0;
    text-transform: uppercase;
}

.form-header p {
    color: var(--text-light);
    font-size: 0.85rem;
    margin: 0;
}

.quote-form .form-label {
    font-weight: 600;
    color: var(--text-dark);
    font-size: 0.85rem;
    margin-bottom: 3px;
}

.quote-form .form-control {
    border: 2px solid #ccc;
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    background: #fff;
}

.quote-form .form-control:focus {
    border-color: var(--primary-blue);
    box-shadow: 0 0 0 2px rgba(0, 102, 204, 0.2);
    background: #ffffff;
}

.btn-submit {
    background: linear-gradient(to bottom, #28a745 0%, #1e7e34 100%);
    color: white;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    box-shadow: 0 3px 6px rgba(40, 167, 69, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.btn-submit:hover {
    background: linear-gradient(to bottom, #34ce57 0%, #28a745 100%);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 12px rgba(40, 167, 69, 0.5);
}

.btn-submit:disabled {
    background: linear-gradient(to bottom, #6c757d 0%, #5a6268 100%);
    cursor: not-allowed;
    transform: none;
}

.form-disclaimer {
    text-align: center;
    font-size: 0.75rem;
    color: var(--text-light);
    margin-top: 10px;
    margin-bottom: 0;
}

.form-disclaimer i {
    color: var(--primary-blue);
}

/* ============================================
   Services Section - 2010s Card Style
   ============================================ */
.services-section {
    padding: 50px 0;
    background: linear-gradient(to bottom, var(--bg-gradient-start) 0%, var(--bg-gradient-end) 100%);
}

.section-header {
    margin-bottom: 40px;
}

.section-title {
    font-family: 'Oswald', sans-serif;
    font-size: 2.5rem;
    text-transform: uppercase;
    color: var(--primary-blue-dark);
    margin-bottom: 10px;
}

.section-subtitle {
    font-size: 1.1rem;
    color: var(--text-light);
}

.title-divider {
    width: 80px;
    height: 4px;
    background: linear-gradient(to right, var(--primary-blue), var(--secondary-orange));
    margin: 20px auto 0;
    border-radius: 2px;
}

.service-card {
    background: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
    border-radius: 10px;
    padding: 30px 25px;
    height: 100%;
    box-shadow: 
        0 5px 20px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 1);
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
    text-align: center;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 102, 204, 0.2);
    border-color: var(--primary-blue);
}

.service-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-blue-dark) 100%);
    border-radius: 50%;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(0, 102, 204, 0.4), inset 0 2px 0 rgba(255, 255, 255, 0.3);
}

.service-icon i {
    font-size: 36px;
    color: white;
}

.service-card h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.4rem;
    text-transform: uppercase;
    color: var(--primary-blue-dark);
    margin-bottom: 15px;
}

.service-card p {
    color: var(--text-light);
    font-size: 0.95rem;
    margin-bottom: 20px;
}

.service-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.service-list li {
    padding: 8px 0;
    padding-left: 25px;
    position: relative;
    font-size: 0.9rem;
    color: var(--text-dark);
    border-bottom: 1px dashed #e0e0e0;
}

.service-list li:last-child {
    border-bottom: none;
}

.service-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--secondary-orange);
    font-weight: bold;
}

/* ============================================
   Why Choose Us Section
   ============================================ */
.why-us-section {
    padding: 50px 0;
    background: 
        linear-gradient(135deg, var(--primary-blue-dark) 0%, var(--primary-blue) 100%);
    color: white;
}

.why-us-section .section-title {
    color: white;
}

.why-us-section .section-subtitle {
    color: rgba(255, 255, 255, 0.8);
}

.why-us-section .title-divider {
    background: linear-gradient(to right, var(--secondary-orange), #ffcc00);
}

.why-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
}

.why-card:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
}

.why-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--secondary-orange) 0%, var(--secondary-orange-dark) 100%);
    border-radius: 50%;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(255, 102, 0, 0.4);
}

.why-icon i {
    font-size: 30px;
    color: white;
}

.why-card h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.2rem;
    text-transform: uppercase;
    color: white;
    margin-bottom: 12px;
}

.why-card p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.95rem;
    margin: 0;
}

/* ============================================
   Service Area Section
   ============================================ */
.service-area-section {
    padding: 50px 0;
    background: linear-gradient(to bottom, #f5f5f5 0%, #ffffff 100%);
}

.service-area-section .section-title {
    text-align: left;
    margin-bottom: 20px;
}

.service-area-section .lead {
    color: var(--text-light);
    margin-bottom: 20px;
}

.area-list {
    list-style: none;
    padding: 0;
}

.area-list li {
    padding: 10px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
}

.area-list li i {
    color: var(--primary-blue);
    font-size: 1.2rem;
}

.map-container {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border: 4px solid var(--primary-blue);
}

/* ============================================
   CTA Section - 2010s Bold Style
   ============================================ */
.cta-section {
    padding: 40px 0;
    background: 
        linear-gradient(135deg, rgba(255, 102, 0, 0.95) 0%, rgba(204, 82, 0, 0.95) 100%),
        url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Ccircle cx='3' cy='3' r='3'/%3E%3Ccircle cx='13' cy='13' r='3'/%3E%3C/g%3E%3C/svg%3E");
    color: white;
}

.cta-title {
    font-family: 'Oswald', sans-serif;
    font-size: 2.8rem;
    text-transform: uppercase;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
}

.cta-subtitle {
    font-size: 1.2rem;
    opacity: 0.95;
    margin-bottom: 30px;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-cta-primary {
    background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%);
    color: var(--secondary-orange-dark);
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    text-transform: uppercase;
    padding: 15px 35px;
    border-radius: 8px;
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3), inset 0 2px 0 rgba(255, 255, 255, 1);
    transition: all 0.3s ease;
}

.btn-cta-primary:hover {
    background: linear-gradient(to bottom, #f8f8f8 0%, #e8e8e8 100%);
    color: var(--secondary-orange-dark);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.btn-cta-secondary {
    background: transparent;
    color: white;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    text-transform: uppercase;
    padding: 15px 35px;
    border-radius: 8px;
    border: 3px solid white;
    transition: all 0.3s ease;
}

.btn-cta-secondary:hover {
    background: white;
    color: var(--secondary-orange-dark);
    transform: translateY(-3px);
}

.cta-address {
    font-size: 1.1rem;
    opacity: 0.9;
    margin-bottom: 0;
}

/* ============================================
   SEO Content Section
   ============================================ */
.seo-content-section {
    padding: 50px 0;
    background: #ffffff;
    border-top: 3px solid var(--primary-blue);
}

.seo-content-section h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.8rem;
    color: var(--primary-blue-dark);
    text-transform: uppercase;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--secondary-orange);
}

.seo-content-section p {
    font-size: 1rem;
    line-height: 1.8;
    color: var(--text-dark);
    margin-bottom: 20px;
    text-align: justify;
}

.seo-content-section p:last-child {
    margin-bottom: 0;
}

/* ============================================
   Footer - 2010s Style
   ============================================ */
.site-footer {
    background: linear-gradient(to bottom, #2c3e50 0%, #1a252f 100%);
    color: #cccccc;
}

.footer-main {
    padding: 60px 0 40px;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-brand .brand-icon {
    width: 45px;
    height: 45px;
    font-size: 24px;
}

.footer-brand .brand-text {
    font-family: 'Oswald', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: white;
}

.footer-description {
    font-size: 0.95rem;
    line-height: 1.7;
}

.footer-title {
    font-family: 'Oswald', sans-serif;
    font-size: 1.2rem;
    text-transform: uppercase;
    color: white;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--primary-blue);
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #cccccc;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: var(--secondary-orange);
    padding-left: 5px;
}

.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;
}

.footer-contact i {
    color: var(--primary-blue-light);
    font-size: 1.1rem;
    margin-top: 3px;
}

.footer-contact a {
    color: #cccccc;
}

.footer-contact a:hover {
    color: var(--secondary-orange);
}

.footer-hours h6 {
    font-family: 'Oswald', sans-serif;
    color: white;
    font-size: 1rem;
    margin-bottom: 8px;
}

.footer-hours p {
    font-size: 0.9rem;
    margin: 0;
    line-height: 1.8;
}

.footer-bottom {
    background: rgba(0, 0, 0, 0.2);
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright, .service-area-text {
    font-size: 0.9rem;
    margin: 0;
}

/* ============================================
   Thank You Page
   ============================================ */
.thank-you-page {
    text-align: center;
    padding: 80px 0;
}

.thank-you-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #28a745 0%, #1e7e34 100%);
    border-radius: 50%;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(40, 167, 69, 0.4);
}

.thank-you-icon i {
    font-size: 60px;
    color: white;
}

.content-page h1, .content-page h2 {
    color: var(--primary-blue-dark);
}

.content-page .btn {
    margin-top: 20px;
}

/* ============================================
   Form Error Message
   ============================================ */
.lead-form-error {
    background: linear-gradient(to bottom, #fff3cd 0%, #ffeeba 100%);
    border: 1px solid #ffc107;
    color: #856404;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 15px;
}

.lead-form-error a {
    color: var(--primary-blue);
    font-weight: 600;
}

/* ============================================
   Responsive Styles
   ============================================ */
@media (max-width: 991px) {
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-features-list {
        justify-content: center;
    }
    
    .section-title {
        font-size: 1.8rem;
    }
    
    .cta-title {
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .hero-section {
        padding: 20px 0 30px;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .horizontal-form .form-row {
        flex-direction: column;
    }
    
    .horizontal-form .btn-submit {
        width: 100%;
    }
    
    .hero-features-list {
        flex-direction: column;
        align-items: center;
        gap: 5px;
    }
    
    .section-title {
        font-size: 1.5rem;
    }
    
    .services-section,
    .why-us-section,
    .service-area-section,
    .cta-section {
        padding: 40px 0;
    }
    
    .cta-title {
        font-size: 1.6rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .btn-cta-primary,
    .btn-cta-secondary {
        width: 100%;
        max-width: 300px;
    }
    
    .footer-main {
        padding: 30px 0 20px;
    }
    
    .footer-brand {
        justify-content: center;
        margin-bottom: 15px;
    }
    
    .footer-description {
        text-align: center;
    }
}

@media (max-width: 575px) {
    .brand-name {
        font-size: 14px;
    }
    
    .brand-tagline {
        font-size: 11px;
    }
    
    .brand-icon {
        width: 40px;
        height: 40px;
    }
    
    .brand-icon i {
        font-size: 22px;
    }
    
    .quote-form-card {
        padding: 15px;
    }
    
    .service-card {
        padding: 20px 15px;
    }
    
    .why-card {
        padding: 20px 15px;
    }
    
    .hero-features-list {
        font-size: 0.85rem;
    }
}

/* ============================================
   Loading Spinner
   ============================================ */
.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.15em;
}

/* ============================================
   Smooth Scroll Offset for Fixed Header
   ============================================ */
html {
    scroll-padding-top: 100px;
}

/* ============================================
   Thank You Page
   ============================================ */
.thank-you-section {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--bg-gradient-start) 0%, var(--bg-gradient-end) 100%);
    padding: 100px 30px;
    width: 100%;
}

.thank-you-section .container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.thank-you-content {
    background: var(--white);
    padding: 80px 60px;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.thank-you-icon {
    margin-bottom: 35px;
}

.thank-you-icon i {
    font-size: 80px;
    color: #28a745;
    filter: drop-shadow(0 4px 8px rgba(40, 167, 69, 0.3));
}

.thank-you-title {
    font-family: 'Oswald', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    color: var(--primary-blue-dark);
    margin-bottom: 25px;
    text-transform: uppercase;
}

.thank-you-message {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 20px;
}

.thank-you-submessage {
    font-size: 1rem;
    color: var(--text-light);
    margin-bottom: 40px;
    line-height: 1.6;
}

.btn-return-home {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(to bottom, var(--primary-blue) 0%, var(--primary-blue-dark) 100%);
    color: var(--white);
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    text-transform: uppercase;
    padding: 14px 30px;
    border-radius: 8px;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 102, 204, 0.3);
    transition: all 0.3s ease;
}

.btn-return-home:hover {
    background: linear-gradient(to bottom, var(--primary-blue-light) 0%, var(--primary-blue) 100%);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 102, 204, 0.4);
}

@media (max-width: 575px) {
    .thank-you-section {
        padding: 80px 20px;
    }
    
    .thank-you-content {
        padding: 50px 30px;
    }
    
    .thank-you-icon i {
        font-size: 60px;
    }
    
    .thank-you-title {
        font-size: 2.2rem;
    }
    
    .thank-you-message {
        font-size: 1.1rem;
    }
}

