/* vergleich/irish-ferries.css – Irish Ferries Detailseite */

:root {
    --primary-color: #0056b3;
    --secondary-color: #17a2b8;
    --irish-green: #009A49;
    --accent-color: #ffc107;
    --success-color: #28a745;
    --dark-color: #212529;
    --light-bg: #f8f9fa;
    --border-color: #dee2e6;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: var(--dark-color);
}

/* Navigation */
.navbar {
    background-color: #fff !important;
    border-bottom: 3px solid var(--primary-color);
}

.navbar-brand {
    color: var(--primary-color) !important;
    font-weight: 700;
}

/* Page Header */
.page-header {
    background: linear-gradient(135deg, var(--irish-green) 0%, #00754A 100%);
    color: white;
    padding: 3rem 0;
    position: relative;
    overflow: hidden;
}

.page-header h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.page-header .lead {
    font-size: 1.25rem;
    opacity: 0.9;
}

/* Hero CTAs */
.hero-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.btn-hero-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--accent-color);
    color: var(--dark-color);
    padding: 0.85rem 1.75rem;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(0,0,0,0.15);
    transition: all 0.2s ease;
    border: 2px solid transparent;
}

.btn-hero-primary:hover,
.btn-hero-primary:focus {
    background: #ffcd39;
    color: var(--dark-color);
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.25);
    text-decoration: none;
}

.btn-outline-light {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: rgba(255,255,255,0.08);
    border: 2px solid #ffffff;
    color: #ffffff;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.btn-outline-light:hover,
.btn-outline-light:focus {
    background-color: #ffffff;
    color: var(--irish-green);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    text-decoration: none;
}

/* TOC */
.toc {
    background: var(--light-bg);
    border-radius: 10px;
    padding: 1.5rem 2rem;
    margin-bottom: 2rem;
    border-left: 4px solid var(--irish-green);
}

.toc h2 {
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
    color: var(--irish-green);
}

.toc ol {
    margin: 0;
    padding-left: 1.25rem;
}

.toc li {
    margin-bottom: 0.35rem;
}

.toc a {
    color: var(--dark-color);
    text-decoration: none;
}

.toc a:hover {
    color: var(--irish-green);
    text-decoration: underline;
}

/* Info Cards */
.info-card {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
    border: 1px solid var(--border-color);
}

.info-card h2 {
    color: var(--irish-green);
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.info-card h3 {
    color: var(--dark-color);
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

/* Fleet Cards */
.fleet-card {
    background: var(--light-bg);
    border-radius: 10px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    border-left: 4px solid var(--irish-green);
}

.fleet-card h3 {
    color: var(--irish-green);
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

/* Ship Image */
.ship-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 1rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.image-credit {
    font-size: 0.75rem;
    color: #6c757d;
    text-align: right;
    margin-top: -0.5rem;
    margin-bottom: 1rem;
}

/* Service Grid */
.service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.service-item {
    display: flex;
    align-items: start;
    gap: 1rem;
}

.service-item i {
    color: var(--irish-green);
    font-size: 1.5rem;
    flex-shrink: 0;
}

/* Pet Den Section */
.pet-den-section {
    background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
    border-radius: 15px;
    padding: 2rem;
    margin: 2rem 0;
}

.pet-den-section h3 {
    color: var(--irish-green);
    margin-bottom: 1rem;
}

/* Club Class Section */
.club-class-section {
    background: linear-gradient(135deg, #fff8e1 0%, #ffecb3 100%);
    border-radius: 15px;
    padding: 2rem;
    margin: 2rem 0;
}

.club-class-section h3 {
    color: #f57c00;
    margin-bottom: 1rem;
}

/* Price Table */
.price-table {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.price-table th {
    background: var(--irish-green);
    color: white;
    padding: 1rem;
    font-weight: 600;
}

.price-table td {
    padding: 1rem;
    border-bottom: 1px solid var(--border-color);
}

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

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, var(--irish-green) 0%, #00754A 100%);
    color: white;
    padding: 3rem 0;
    margin-top: 3rem;
    text-align: center;
}

.cta-section h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.btn-cta {
    background: white;
    color: var(--irish-green);
    padding: 1rem 2rem;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
}

.btn-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    color: var(--irish-green);
}

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

.btn-cta-secondary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
    padding: 1rem 2rem;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-cta-secondary:hover,
.btn-cta-secondary:focus {
    background: #ffffff;
    color: var(--irish-green);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    text-decoration: none;
}

/* Feature List */
.feature-list {
    list-style: none;
    padding: 0;
}

.feature-list li {
    padding: 0.5rem 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.feature-list i {
    color: var(--success-color);
}

/* FAQ Section */
.faq-section details {
    border: 1px solid var(--border-color);
    border-radius: 8px;
    margin-bottom: 0.75rem;
    overflow: hidden;
}

.faq-section summary {
    padding: 1rem 1.25rem;
    font-weight: 600;
    cursor: pointer;
    background: var(--light-bg);
    list-style: none;
}

.faq-section summary::-webkit-details-marker {
    display: none;
}

.faq-section summary::before {
    content: '+';
    display: inline-block;
    width: 1.5rem;
    font-weight: 700;
    color: var(--irish-green);
}

.faq-section details[open] summary::before {
    content: '\2212';
}

.faq-section details > div {
    padding: 1rem 1.25rem;
}

/* Map */
#route-map {
    height: 350px;
    border-radius: 10px;
    margin-top: 1rem;
    z-index: 1;
}

/* Space-Sharing Badge */
.badge-info {
    background: var(--secondary-color);
    color: white;
    padding: 0.35rem 0.75rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

/* Mobile */
@media (max-width: 768px) {
    .service-grid {
        grid-template-columns: 1fr;
    }

    .info-card {
        padding: 1.5rem;
    }

    .cta-section h2 {
        font-size: 1.5rem;
    }

    .page-header h1 {
        font-size: 2rem;
    }

    .hero-ctas {
        flex-direction: column;
    }

    .btn-hero-primary,
    .btn-outline-light,
    .btn-cta-secondary {
        width: 100%;
        justify-content: center;
    }

    #route-map {
        height: 250px;
    }
}

/* Skip Link */
.skip-link:focus {
    transform: translateY(0);
}

/* Print */
@media print {
    .navbar, .cta-section, .btn-cta, #cdfe-sticky-cta {
        display: none;
    }

    .info-card {
        break-inside: avoid;
    }
}
