/* Service Pages Specific Styles */

/* Legal Content */
.legal-content {
    padding: 120px 0 80px;
    background: #f8f9fa;
}

.legal-header {
    text-align: center;
    margin-bottom: 60px;
}

.legal-header h1 {
    font-size: 2.5rem;
    color: #2c5aa0;
    margin-bottom: 10px;
}

.last-updated {
    color: #666;
    font-style: italic;
}

.legal-text {
    max-width: 800px;
    margin: 0 auto;
    background: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    line-height: 1.8;
}

.legal-text h2 {
    color: #2c5aa0;
    margin: 40px 0 20px 0;
    font-size: 1.8rem;
}

.legal-text h3 {
    color: #1e3f73;
    margin: 30px 0 15px 0;
    font-size: 1.3rem;
}

.legal-text h4 {
    color: #2c5aa0;
    margin: 20px 0 10px 0;
    font-size: 1.1rem;
}

.legal-text ul {
    margin: 15px 0;
    padding-left: 25px;
}

.legal-text li {
    margin-bottom: 8px;
}

.contact-box {
    background: #f0f4ff;
    border: 2px solid #2c5aa0;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
    line-height: 1.6;
}

/* Service Hero */
.service-hero {
    background: linear-gradient(135deg, #2c5aa0 0%, #1e3f73 100%);
    color: white;
    padding: 120px 0 80px;
    text-align: center;
}

.service-hero-content h1 {
    font-size: 3rem;
    margin-bottom: 20px;
}

.service-hero-content p {
    font-size: 1.3rem;
    margin-bottom: 30px;
    opacity: 0.9;
}

.service-icon-large {
    width: 120px;
    height: 120px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
}

.service-icon-large img {
    width: 60px;
    height: 60px;
    filter: brightness(0) invert(1);
}

/* Service Content */
.service-content {
    padding: 80px 0;
}

.content-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 60px;
}

.content-main {
    background: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.content-main h2 {
    color: #2c5aa0;
    font-size: 2.2rem;
    margin-bottom: 20px;
}

.content-main h3 {
    color: #1e3f73;
    font-size: 1.5rem;
    margin: 40px 0 20px 0;
}

.content-main h4 {
    color: #2c5aa0;
    font-size: 1.2rem;
    margin: 20px 0 10px 0;
}

.content-main p {
    margin-bottom: 20px;
    line-height: 1.8;
    color: #666;
}

.content-main ul {
    margin: 15px 0;
    padding-left: 25px;
}

.content-main li {
    margin-bottom: 8px;
    color: #666;
}

/* Tour Types */
.tour-types {
    display: grid;
    gap: 30px;
    margin: 30px 0;
}

.tour-type {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
    border-left: 4px solid #2c5aa0;
}

.tour-type h4 {
    color: #2c5aa0;
    margin-bottom: 15px;
}

.tour-type p:last-of-type {
    margin-top: 15px;
    font-weight: 600;
    color: #1e3f73;
}

/* Features Lists */
.features-list,
.service-features,
.bus-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin: 30px 0;
}

.feature-item,
.service-feature,
.bus-feature {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 10px;
}

.feature-item h4,
.service-feature h4,
.bus-feature h4 {
    color: #2c5aa0;
    margin-bottom: 10px;
}

/* Content Sidebar */
.content-sidebar {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.booking-box,
.info-box,
.related-services,
.group-types,
.seasonal-highlights,
.departure-points,
.weather-info {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.booking-box h3,
.info-box h3,
.related-services h3,
.group-types h3,
.seasonal-highlights h3,
.departure-points h3,
.weather-info h3 {
    color: #2c5aa0;
    margin-bottom: 20px;
}

.price-info {
    text-align: center;
    margin: 20px 0;
}

.price {
    font-size: 2rem;
    font-weight: bold;
    color: #2c5aa0;
}

.price-note {
    color: #666;
    font-size: 0.9rem;
}

.booking-features {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.booking-features li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    color: #666;
}

.booking-features li:before {
    content: "✓ ";
    color: #2c5aa0;
    font-weight: bold;
}

.contact-info {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    font-size: 0.9rem;
    color: #666;
}

.info-box ul,
.related-services ul,
.group-types ul,
.seasonal-highlights ul,
.departure-points ul {
    list-style: none;
    padding: 0;
}

.info-box li,
.related-services li,
.group-types li,
.seasonal-highlights li,
.departure-points li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    color: #666;
}

.related-services a {
    color: #2c5aa0;
    text-decoration: none;
    transition: color 0.3s ease;
}

.related-services a:hover {
    color: #1e3f73;
}

/* Cookie Tables */
.cookie-table {
    margin: 20px 0;
    overflow-x: auto;
}

.cookie-table table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.cookie-table th,
.cookie-table td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #eee;
}

.cookie-table th {
    background: #2c5aa0;
    color: white;
    font-weight: 600;
}

.cookie-table tr:last-child td {
    border-bottom: none;
}

.cookie-settings-box {
    background: #f0f4ff;
    border: 2px solid #2c5aa0;
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    margin: 30px 0;
}

.browser-instructions {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 10px;
    margin: 20px 0;
}

.browser-instructions h4 {
    color: #2c5aa0;
    margin: 15px 0 5px 0;
}

.browser-instructions h4:first-child {
    margin-top: 0;
}

/* Responsive Design */
@media (max-width: 968px) {
    .content-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

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

    .legal-text {
        padding: 30px 20px;
    }

    .content-main {
        padding: 30px 20px;
    }

    .booking-box,
    .info-box,
    .related-services,
    .group-types,
    .seasonal-highlights {
        padding: 25px 20px;
    }
}

@media (max-width: 768px) {
    .service-hero-content h1 {
        font-size: 2rem;
    }

    .content-main h2 {
        font-size: 1.8rem;
    }

    .features-list,
    .service-features,
    .bus-features {
        grid-template-columns: 1fr;
    }

    .cookie-table {
        font-size: 0.9rem;
    }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
    .service-icon-large,
    .tour-type,
    .feature-item {
        transition: none;
    }
}

/* Print Styles */
@media print {
    .navbar,
    .footer,
    .content-sidebar,
    .cookie-settings-box {
        display: none;
    }

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

    .legal-text {
        box-shadow: none;
        border: 1px solid #ccc;
    }
}
