/*!* !* Reset & Base Styles *!*/
/** {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    box-sizing: border-box;*/
/*}*/

/*body {*/
/*    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
/*    line-height: 1.6;*/
/*    color: #333;*/
/*}*/

/*.container {*/
/*    max-width: 1200px;*/
/*    margin: 0 auto;*/
/*    padding: 0 20px;*/
/*}*/

/*!* Navigation *!*/
/*.navbar {*/
/*    background: #1a1a2e;*/
/*    color: white;*/
/*    padding: 1rem 0;*/
/*    position: sticky;*/
/*    top: 0;*/
/*    z-index: 1000;*/
/*    box-shadow: 0 2px 10px rgba(0,0,0,0.1);*/
/*}*/

/*.navbar .container {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*}*/

/*.logo h1 {*/
/*    color: #ffd700;*/
/*    font-size: 1.8rem;*/
/*}*/

/*.nav-menu {*/
/*    display: flex;*/
/*    list-style: none;*/
/*    gap: 2rem;*/
/*}*/

/*.nav-menu a {*/
/*    color: white;*/
/*    text-decoration: none;*/
/*    transition: color 0.3s;*/
/*    font-weight: 500;*/
/*}*/

/*.nav-menu a:hover,*/
/*.nav-menu a.active {*/
/*    color: #ffd700;*/
/*}*/

/*!* Hero Section *!*/
/*.hero {*/
/*    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);*/
/*    color: white;*/
/*    padding: 120px 20px;*/
/*    text-align: center;*/
/*}*/

/*.hero-content h2 {*/
/*    font-size: 3rem;*/
/*    margin-bottom: 1rem;*/
/*    color: #ffd700;*/
/*}*/

/*.hero-content p {*/
/*    font-size: 1.3rem;*/
/*    margin-bottom: 2rem;*/
/*}*/

/*!* Buttons *!*/
/*.btn {*/
/*    display: inline-block;*/
/*    padding: 12px 30px;*/
/*    text-decoration: none;*/
/*    border-radius: 5px;*/
/*    transition: all 0.3s;*/
/*    border: none;*/
/*    cursor: pointer;*/
/*    font-size: 1rem;*/
/*    font-weight: 600;*/
/*}*/

/*.btn-primary {*/
/*    background: #ffd700;*/
/*    color: #1a1a2e;*/
/*}*/

/*.btn-primary:hover {*/
/*    background: #ffed4e;*/
/*    transform: translateY(-2px);*/
/*    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);*/
/*}*/

/*!* Diensten Section *!*/
/*.diensten {*/
/*    padding: 80px 20px;*/
/*    background: #f8f9fa;*/
/*}*/

/*.diensten h2 {*/
/*    text-align: center;*/
/*    font-size: 2.5rem;*/
/*    margin-bottom: 3rem;*/
/*    color: #1a1a2e;*/
/*}*/

/*.diensten-grid {*/
/*    display: grid;*/
/*    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));*/
/*    gap: 2rem;*/
/*}*/

/*.dienst-card {*/
/*    background: white;*/
/*    padding: 2rem;*/
/*    border-radius: 10px;*/
/*    box-shadow: 0 4px 15px rgba(0,0,0,0.1);*/
/*    transition: transform 0.3s;*/
/*    text-align: center;*/
/*}*/

/*.dienst-card:hover {*/
/*    transform: translateY(-5px);*/
/*}*/

/*.dienst-card h3 {*/
/*    font-size: 1.5rem;*/
/*    margin-bottom: 1rem;*/
/*    color: #1a1a2e;*/
/*}*/

/*!* Tarieven Section *!*/
/*.tarieven {*/
/*    padding: 80px 20px;*/
/*    background: white;*/
/*}*/

/*.tarieven h2 {*/
/*    text-align: center;*/
/*    font-size: 2.5rem;*/
/*    margin-bottom: 3rem;*/
/*    color: #1a1a2e;*/
/*}*/

/*.tarieven-grid {*/
/*    display: grid;*/
/*    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));*/
/*    gap: 2rem;*/
/*    max-width: 900px;*/
/*    margin: 0 auto;*/
/*}*/

/*.tarief-card {*/
/*    background: #1a1a2e;*/
/*    color: white;*/
/*    padding: 2rem;*/
/*    border-radius: 10px;*/
/*    text-align: center;*/
/*}*/

/*.tarief-card h3 {*/
/*    margin-bottom: 1rem;*/
/*    color: #ffd700;*/
/*}*/

/*.prijs {*/
/*    font-size: 2rem;*/
/*    font-weight: bold;*/
/*    color: #ffd700;*/
/*}*/

/*!* Boeken Section *!*/
/*.boeken {*/
/*    padding: 80px 20px;*/
/*    background: #f8f9fa;*/
/*}*/

/*.boeken h2 {*/
/*    text-align: center;*/
/*    font-size: 2.5rem;*/
/*    margin-bottom: 3rem;*/
/*    color: #1a1a2e;*/
/*}*/

/*.booking-form {*/
/*    max-width: 600px;*/
/*    margin: 0 auto;*/
/*    background: white;*/
/*    padding: 2rem;*/
/*    border-radius: 10px;*/
/*    box-shadow: 0 4px 15px rgba(0,0,0,0.1);*/
/*}*/

/*.form-group {*/
/*    margin-bottom: 1.5rem;*/
/*}*/

/*.form-row {*/
/*    display: grid;*/
/*    grid-template-columns: 1fr 1fr;*/
/*    gap: 1rem;*/
/*}*/

/*.form-group label {*/
/*    display: block;*/
/*    margin-bottom: 0.5rem;*/
/*    color: #1a1a2e;*/
/*    font-weight: 600;*/
/*}*/

/*.form-group input,*/
/*.form-group textarea {*/
/*    width: 100%;*/
/*    padding: 10px;*/
/*    border: 2px solid #e0e0e0;*/
/*    border-radius: 5px;*/
/*    font-size: 1rem;*/
/*    transition: border-color 0.3s;*/
/*}*/

/*.form-group input:focus,*/
/*.form-group textarea:focus {*/
/*    outline: none;*/
/*    border-color: #ffd700;*/
/*}*/

/*!* Contact Section *!*/
/*.contact {*/
/*    padding: 80px 20px;*/
/*    background: white;*/
/*}*/

/*.contact h2 {*/
/*    text-align: center;*/
/*    font-size: 2.5rem;*/
/*    margin-bottom: 3rem;*/
/*    color: #1a1a2e;*/
/*}*/

/*.contact-info {*/
/*    display: grid;*/
/*    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));*/
/*    gap: 2rem;*/
/*    max-width: 900px;*/
/*    margin: 0 auto;*/
/*}*/

/*.contact-item {*/
/*    text-align: center;*/
/*    padding: 2rem;*/
/*    background: #f8f9fa;*/
/*    border-radius: 10px;*/
/*}*/

/*.contact-item h3 {*/
/*    font-size: 1.5rem;*/
/*    margin-bottom: 1rem;*/
/*    color: #1a1a2e;*/
/*}*/

/*!* Footer *!*/
/*.footer {*/
/*    background: #1a1a2e;*/
/*    color: white;*/
/*    text-align: center;*/
/*    padding: 2rem;*/
/*}*/

/*!* Responsive *!*/
/*@media (max-width: 768px) {*/
/*    .nav-menu {*/
/*        flex-direction: column;*/
/*        gap: 1rem;*/
/*    }*/

/*    .hero-content h2 {*/
/*        font-size: 2rem;*/
/*    }*/

/*    .form-row {*/
/*        grid-template-columns: 1fr;*/
/*    }*/
/*}*/
/* ========================================
   TAXIMOTION - AUDI PREMIUM STYLE
   Zwart, Grijs, Cyan Neon Theme
======================================== */

/* === CSS VARIABLES === */
:root {
    --primary-cyan: #00D9FF;
    --primary-dark: #0a0a0a;
    --secondary-dark: #1a1a1a;
    --tertiary-dark: #2a2a2a;
    --text-white: #ffffff;
    --text-gray: #b0b0b0;
    --text-light-gray: #e8e8e8;
    --glow-cyan: 0 0 20px rgba(0, 217, 255, 0.5);
    --glow-cyan-strong: 0 0 30px rgba(0, 217, 255, 0.8);
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* === RESET & BASE === */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: var(--primary-dark);
    color: var(--text-light-gray);
    line-height: 1.6;
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* === NAVIGATION === */
.navbar {
    background: rgba(10, 10, 10, 0.95);
    backdrop-filter: blur(10px);
    padding: 1rem 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid rgba(0, 217, 255, 0.2);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo h1 {
    font-size: 1.8rem;
    color: var(--text-white);
    font-weight: 700;
    letter-spacing: 1px;
}

.logo .highlight {
    color: var(--primary-cyan);
    text-shadow: var(--glow-cyan);
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2.5rem;
}

.nav-menu a {
    color: var(--text-gray);
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    transition: var(--transition);
    position: relative;
    padding: 0.5rem 0;
}

.nav-menu a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary-cyan);
    transition: var(--transition);
    box-shadow: var(--glow-cyan);
}

.nav-menu a:hover,
.nav-menu a.active {
    color: var(--primary-cyan);
    text-shadow: var(--glow-cyan);
}

.nav-menu a:hover::after,
.nav-menu a.active::after {
    width: 100%;
}

.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: var(--primary-cyan);
    transition: var(--transition);
    box-shadow: var(--glow-cyan);
}

/* === BUTTONS === */
.btn {
    display: inline-block;
    padding: 14px 35px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    transition: var(--transition);
    border: 2px solid transparent;
    cursor: pointer;
    text-align: center;
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary-cyan), #00b8d4);
    color: var(--primary-dark);
    box-shadow: var(--glow-cyan);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: var(--glow-cyan-strong);
    background: linear-gradient(135deg, #00fff2, var(--primary-cyan));
}

.btn-secondary {
    background: transparent;
    color: var(--primary-cyan);
    border: 2px solid var(--primary-cyan);
}

.btn-secondary:hover {
    background: var(--primary-cyan);
    color: var(--primary-dark);
    box-shadow: var(--glow-cyan);
    transform: translateY(-3px);
}

.btn-large {
    padding: 18px 45px;
    font-size: 1.1rem;
}

.btn-full {
    width: 100%;
}

.btn-link {
    color: var(--primary-cyan);
    text-decoration: none;
    font-weight: 600;
    transition: var(--transition);
}

.btn-link:hover {
    text-shadow: var(--glow-cyan);
    transform: translateX(5px);
    display: inline-block;
}

/* === HOME PAGE - HERO === */
.hero-home {
    position: relative;
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--secondary-dark) 100%);
    /* Voor later: background-image: url('../images/audi-hero.jpg'); */
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
            to bottom,
            rgba(10, 10, 10, 0.9) 0%,
            rgba(10, 10, 10, 0.4) 50%,
            rgba(10, 10, 10, 0.9) 100%
    );
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    animation: fadeInUp 1s ease;
}

.hero-title {
    font-size: 4rem;
    font-weight: 800;
    margin-bottom: 1rem;
    color: var(--text-white);
    text-shadow: 0 0 40px rgba(0, 217, 255, 0.6);
    letter-spacing: 2px;
}

.hero-subtitle {
    font-size: 1.5rem;
    color: var(--text-gray);
    margin-bottom: 2.5rem;
}

.hero-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* === PAGE HEADER === */
.page-header {
    background: linear-gradient(135deg, var(--secondary-dark), var(--primary-dark));
    padding: 80px 20px;
    text-align: center;
    border-bottom: 2px solid rgba(0, 217, 255, 0.3);
}

.page-title {
    font-size: 3rem;
    color: var(--text-white);
    margin-bottom: 1rem;
    text-shadow: var(--glow-cyan);
}

.page-subtitle {
    font-size: 1.2rem;
    color: var(--text-gray);
}

.section-title {
    font-size: 2.5rem;
    text-align: center;
    color: var(--text-white);
    margin-bottom: 3rem;
    position: relative;
    padding-bottom: 1rem;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: var(--primary-cyan);
    box-shadow: var(--glow-cyan);
}

/* === SECTIONS === */
.usps,
.featured-services,
.services-section,
.pricing-section,
.contact-section,
.faq-section {
    padding: 80px 20px;
}

.usps {
    background: var(--secondary-dark);
}

/* === USP CARDS === */
.usp-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.usp-card {
    background: rgba(26, 26, 26, 0.6);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 217, 255, 0.2);
    padding: 2.5rem;
    border-radius: 15px;
    text-align: center;
    transition: var(--transition);
}

.usp-card:hover {
    transform: translateY(-10px);
    border-color: var(--primary-cyan);
    box-shadow: var(--glow-cyan-strong);
}

.usp-icon {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    filter: drop-shadow(0 0 10px rgba(0, 217, 255, 0.5));
}

.usp-card h3 {
    color: var(--primary-cyan);
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.usp-card p {
    color: var(--text-gray);
}

/* === SERVICE CARDS === */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.service-card {
    background: rgba(26, 26, 26, 0.8);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 217, 255, 0.1);
    padding: 2rem;
    border-radius: 15px;
    transition: var(--transition);
}

.service-card:hover {
    transform: translateY(-8px);
    border-color: var(--primary-cyan);
    box-shadow: var(--glow-cyan);
}

.service-image {
    font-size: 3rem;
    margin-bottom: 1rem;
    text-align: center;
}

.service-card h3 {
    color: var(--text-white);
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.service-card p {
    color: var(--text-gray);
    margin-bottom: 1.5rem;
}

/* === DETAILED SERVICES === */
.services-detailed-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2.5rem;
}

.service-detail-card {
    background: linear-gradient(135deg, rgba(26, 26, 26, 0.9), rgba(42, 42, 42, 0.9));
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 217, 255, 0.2);
    padding: 2.5rem;
    border-radius: 20px;
    transition: var(--transition);
}

.service-detail-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 40px rgba(0, 217, 255, 0.3);
    border-color: var(--primary-cyan);
}

.service-icon-large {
    font-size: 4rem;
    text-align: center;
    margin-bottom: 1.5rem;
    filter: drop-shadow(0 0 15px rgba(0, 217, 255, 0.6));
}

.service-detail-card h3 {
    color: var(--primary-cyan);
    font-size: 1.8rem;
    margin-bottom: 1rem;
    text-align: center;
}

.service-detail-card > p {
    color: var(--text-gray);
    margin-bottom: 1.5rem;
    text-align: center;
}

.service-features {
    list-style: none;
    margin-bottom: 2rem;
}

.service-features li {
    color: var(--text-light-gray);
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* === PRICING === */
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    max-width: 1000px;
    margin: 0 auto;
}

.pricing-card {
    background: linear-gradient(135deg, rgba(26, 26, 26, 0.95), rgba(10, 10, 10, 0.95));
    border: 2px solid rgba(0, 217, 255, 0.3);
    border-radius: 20px;
    padding: 3rem 2rem;
    text-align: center;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.pricing-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 217, 255, 0.1), transparent);
    transition: var(--transition);
}

.pricing-card:hover::before {
    left: 100%;
}

.pricing-card:hover {
    transform: translateY(-10px) scale(1.05);
    border-color: var(--primary-cyan);
    box-shadow: 0 15px 50px rgba(0, 217, 255, 0.4);
}

.pricing-card.featured {
    border-color: var(--primary-cyan);
    box-shadow: var(--glow-cyan);
}

.pricing-badge {
    position: absolute;
    top: 20px;
    right: -30px;
    background: var(--primary-cyan);
    color: var(--primary-dark);
    padding: 5px 40px;
    transform: rotate(45deg);
    font-size: 0.8rem;
    font-weight: 700;
    box-shadow: var(--glow-cyan);
}

.pricing-icon {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    filter: drop-shadow(0 0 10px rgba(0, 217, 255, 0.5));
}

.pricing-card h3 {
    color: var(--text-white);
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.price {
    font-size: 3.5rem;
    font-weight: 800;
    color: var(--primary-cyan);
    margin: 1rem 0;
    text-shadow: var(--glow-cyan);
}

.price-description {
    color: var(--text-gray);
    margin-bottom: 2rem;
}

.pricing-features {
    list-style: none;
    text-align: left;
    margin-bottom: 2rem;
}

.pricing-features li {
    color: var(--text-gray);
    padding: 0.8rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* === CALCULATOR === */
.calculator-section {
    background: var(--secondary-dark);
}

.calculator-box {
    max-width: 600px;
    margin: 0 auto;
    background: linear-gradient(135deg, rgba(26, 26, 26, 0.95), rgba(42, 42, 42, 0.95));
    border: 2px solid rgba(0, 217, 255, 0.3);
    border-radius: 20px;
    padding: 3rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.calculator-input {
    margin-bottom: 2rem;
}

.calculator-input label {
    display: block;
    color: var(--text-white);
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.calculator-input input[type="range"] {
    width: 100%;
    height: 8px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    outline: none;
    -webkit-appearance: none;
}

.calculator-input input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 25px;
    height: 25px;
    background: var(--primary-cyan);
    border-radius: 50%;
    cursor: pointer;
    box-shadow: var(--glow-cyan);
}

.calculator-input input[type="range"]::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: var(--primary-cyan);
    border-radius: 50%;
    cursor: pointer;
    box-shadow: var(--glow-cyan);
}

#kmDisplay {
    display: block;
    text-align: center;
    font-size: 1.5rem;
    color: var(--primary-cyan);
    margin-top: 1rem;
    font-weight: 700;
}

.calculator-result {
    text-align: center;
    margin: 2rem 0;
}

.calculator-result h3 {
    color: var(--text-white);
    margin-bottom: 1rem;
}

.calculated-price {
    font-size: 4rem;
    font-weight: 800;
    color: var(--primary-cyan);
    text-shadow: var(--glow-cyan-strong);
    margin: 1rem 0;
}

.price-note {
    color: var(--text-gray);
    font-size: 0.9rem;
    font-style: italic;
}

/* === SPECIAL RATES === */
.special-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.special-card {
    background: rgba(26, 26, 26, 0.8);
    border: 1px solid rgba(0, 217, 255, 0.2);
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    transition: var(--transition);
}

.special-card:hover {
    transform: translateY(-5px);
    border-color: var(--primary-cyan);
    box-shadow: var(--glow-cyan);
}

.special-card h4 {
    color: var(--text-white);
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

.special-price {
    font-size: 2rem;
    color: var(--primary-cyan);
    font-weight: 700;
    margin: 1rem 0;
}

/* === PAYMENT METHODS === */
.payment-section {
    background: var(--secondary-dark);
}

.payment-methods {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.payment-item {
    background: rgba(26, 26, 26, 0.8);
    border: 1px solid rgba(0, 217, 255, 0.2);
    padding: 1.5rem 2.5rem;
    border-radius: 10px;
    color: var(--text-white);
    font-weight: 600;
    transition: var(--transition);
}

.payment-item:hover {
    border-color: var(--primary-cyan);
    box-shadow: var(--glow-cyan);
    transform: scale(1.05);
}

/* === FORMS === */
.booking-wrapper,
.contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

.booking-form-container,
.contact-form-container {
    background: linear-gradient(135deg, rgba(26, 26, 26, 0.95), rgba(42, 42, 42, 0.95));
    border: 2px solid rgba(0, 217, 255, 0.3);
    border-radius: 20px;
    padding: 3rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.booking-form h3,
.contact-form-container h3 {
    color: var(--primary-cyan);
    margin-bottom: 2rem;
    font-size: 1.5rem;
}

.form-step {
    display: none;
}

.form-step.active {
    display: block;
    animation: fadeIn 0.5s ease;
}

.form-step-title {
    color: var(--text-white);
    font-size: 1.5rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid rgba(0, 217, 255, 0.3);
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.form-group label {
    display: block;
    color: var(--text-light-gray);
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    background: rgba(10, 10, 10, 0.6);
    border: 2px solid rgba(0, 217, 255, 0.2);
    border-radius: 8px;
    color: var(--text-white);
    font-size: 1rem;
    transition: var(--transition);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary-cyan);
    box-shadow: var(--glow-cyan);
}

.form-group input.error {
    border-color: #ff4444;
    box-shadow: 0 0 10px rgba(255, 68, 68, 0.5);
}

.form-buttons {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

/* === PROGRESS INDICATOR === */
.progress-indicator {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    gap: 1rem;
}

.progress-step {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(26, 26, 26, 0.8);
    border: 2px solid rgba(0, 217, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-gray);
    font-weight: 700;
    transition: var(--transition);
}

.progress-step.active {
    background: var(--primary-cyan);
    color: var(--primary-dark);
    border-color: var(--primary-cyan);
    box-shadow: var(--glow-cyan-strong);
    transform: scale(1.1);
}

.progress-line {
    width: 60px;
    height: 2px;
    background: rgba(0, 217, 255, 0.2);
}

/* === BOOKING INFO SIDEBAR === */
.booking-info {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.info-card {
    background: rgba(26, 26, 26, 0.8);
    border: 1px solid rgba(0, 217, 255, 0.2);
    border-radius: 15px;
    padding: 2rem;
    transition: var(--transition);
}

.info-card:hover {
    border-color: var(--primary-cyan);
    box-shadow: var(--glow-cyan);
}

.info-card h3 {
    color: var(--primary-cyan);
    margin-bottom: 1rem;
}

.info-card ul {
    list-style: none;
    color: var(--text-gray);
}

.info-card ul li {
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
}

.info-card ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--primary-cyan);
}

/* === CONTACT PAGE === */
.contact-info-container h2 {
    color: var(--text-white);
    font-size: 2rem;
    margin-bottom: 1rem;
}

.contact-info-container > p {
    color: var(--text-gray);
    margin-bottom: 2rem;
}

.contact-methods {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contact-method {
    display: flex;
    gap: 1.5rem;
    align-items: start;
    background: rgba(26, 26, 26, 0.6);
    border: 1px solid rgba(0, 217, 255, 0.2);
    padding: 1.5rem;
    border-radius: 15px;
    transition: var(--transition);
}

.contact-method:hover {
    border-color: var(--primary-cyan);
    box-shadow: var(--glow-cyan);
    transform: translateX(10px);
}

.contact-icon {
    font-size: 2.5rem;
    filter: drop-shadow(0 0 10px rgba(0, 217, 255, 0.5));
}

.contact-details h3 {
    color: var(--text-white);
    margin-bottom: 0.5rem;
}

.contact-details p {
    color: var(--text-gray);
    margin-bottom: 0.3rem;
}

.contact-details a {
    color: var(--primary-cyan);
    text-decoration: none;
    transition: var(--transition);
}

.contact-details a:hover {
    text-shadow: var(--glow-cyan);
}

.availability {
    font-size: 0.9rem;
    color: var(--text-gray);
    font-style: italic;
}

/* === SOCIAL MEDIA === */
.social-media {
    margin-top: 2rem;
}

.social-media h3 {
    color: var(--text-white);
    margin-bottom: 1rem;
}

.social-links-large {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.social-link {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    background: rgba(26, 26, 26, 0.8);
    border: 1px solid rgba(0, 217, 255, 0.2);
    padding: 1rem 1.5rem;
    border-radius: 10px;
    color: var(--text-white);
    text-decoration: none;
    transition: var(--transition);
}

.social-link:hover {
    border-color: var(--primary-cyan);
    box-shadow: var(--glow-cyan);
    transform: translateY(-5px);
}

.social-icon-lg {
    font-size: 1.8rem;
}

/* === FAQ === */
.faq-section {
    background: var(--secondary-dark);
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.faq-item {
    background: rgba(26, 26, 26, 0.8);
    border: 1px solid rgba(0, 217, 255, 0.2);
    border-radius: 15px;
    padding: 2rem;
    transition: var(--transition);
}

.faq-item:hover {
    border-color: var(--primary-cyan);
    box-shadow: var(--glow-cyan);
    transform: translateY(-5px);
}

.faq-item h4 {
    color: var(--primary-cyan);
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.faq-item p {
    color: var(--text-gray);
}

/* === CTA SECTION === */
.cta-section {
    background: linear-gradient(135deg, var(--primary-cyan), #00b8d4);
    padding: 80px 20px;
    text-align: center;
}

.cta-content h2 {
    color: var(--primary-dark);
    font-size: 3rem;
    margin-bottom: 1rem;
}

.cta-content p {
    color: var(--primary-dark);
    font-size: 1.3rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.cta-section .btn-primary {
    background: var(--primary-dark);
    color: var(--primary-cyan);
}

.cta-section .btn-primary:hover {
    background: var(--secondary-dark);
    transform: translateY(-5px) scale(1.05);
}

/* === QUICK ACTIONS === */
.quick-actions {
    padding: 60px 20px;
    background: var(--secondary-dark);
}

.action-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    max-width: 900px;
    margin: 0 auto;
}

.action-card {
    background: linear-gradient(135deg, rgba(26, 26, 26, 0.9), rgba(42, 42, 42, 0.9));
    border: 2px solid rgba(0, 217, 255, 0.3);
    border-radius: 20px;
    padding: 3rem;
    text-align: center;
    transition: var(--transition);
}

.action-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 50px rgba(0, 217, 255, 0.4);
}

.action-card h3 {
    color: var(--text-white);
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

/* === SERVICE INFO === */
.service-info {
    background: var(--secondary-dark);
    padding: 60px 20px;
}

.info-box {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.info-box h2 {
    color: var(--text-white);
    font-size: 2rem;
    margin-bottom: 2rem;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
}

.info-item {
    background: rgba(26, 26, 26, 0.6);
    border: 1px solid rgba(0, 217, 255, 0.2);
    padding: 2rem;
    border-radius: 15px;
    transition: var(--transition);
}

.info-item:hover {
    border-color: var(--primary-cyan);
    box-shadow: var(--glow-cyan);
    transform: scale(1.05);
}

.info-icon {
    font-size: 2.5rem;
    display: block;
    margin-bottom: 1rem;
    filter: drop-shadow(0 0 10px rgba(0, 217, 255, 0.5));
}

.info-item p {
    color: var(--text-gray);
    font-weight: 600;
}

/* === FOOTER === */
.footer {
    background: var(--primary-dark);
    border-top: 2px solid rgba(0, 217, 255, 0.3);
    padding: 60px 20px 20px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 3rem;
    margin-bottom: 3rem;
}

.footer-section h3,
.footer-section h4 {
    color: var(--text-white);
    margin-bottom: 1rem;
}

.footer-section h3 .highlight {
    color: var(--primary-cyan);
    text-shadow: var(--glow-cyan);
}

.footer-section p,
.footer-section ul {
    color: var(--text-gray);
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    padding: 0.5rem 0;
}

.footer-section a {
    color: var(--text-gray);
    text-decoration: none;
    transition: var(--transition);
}

.footer-section a:hover {
    color: var(--primary-cyan);
    text-shadow: var(--glow-cyan);
    padding-left: 5px;
}

.social-links {
    display: flex;
    gap: 1rem;
}

.social-icon {
    font-size: 1.5rem;
    transition: var(--transition);
    display: inline-block;
}

.social-icon:hover {
    transform: scale(1.2) translateY(-5px);
    filter: drop-shadow(0 0 10px rgba(0, 217, 255, 0.8));
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--text-gray);
}

/* === ANIMATIONS === */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

.btn-primary {
    animation: pulse 2s infinite;
}

.btn-primary:hover {
    animation: none;
}

/* === RESPONSIVE === */
@media (max-width: 1024px) {
    .booking-wrapper,
    .contact-wrapper {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.2rem;
    }

    .page-title {
        font-size: 2rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .nav-menu {
        position: fixed;
        right: -100%;
        top: 70px;
        flex-direction: column;
        background: rgba(10, 10, 10, 0.98);
        width: 100%;
        padding: 2rem;
        transition: var(--transition);
        border-top: 2px solid rgba(0, 217, 255, 0.3);
    }

    .nav-menu.active {
        right: 0;
    }

    .hamburger {
        display: flex;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .calculated-price {
        font-size: 3rem;
    }

    .price {
        font-size: 2.5rem;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 2rem;
    }

    .calculator-box,
    .booking-form-container,
    .contact-form-container {
        padding: 2rem;
    }

    .btn {
        padding: 12px 25px;
        font-size: 0.9rem;
    }

    .usp-card,
    .service-card,
    .service-detail-card {
        padding: 1.5rem;
    }
}
