* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

html, body {
    margin: 0;
    padding: 0;
}

body {
    background: #ffffff;
    color: #1a1a1a;
    -webkit-text-size-adjust: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.back-btn {
    position: fixed;
    top: 28px;
    left: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(8px);
    color: white;
    padding: 10px 18px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid rgba(255,255,255,0.3);
    transition: 0.3s ease;
    z-index: 1100;
}

.back-btn:hover {
    background: rgba(255,255,255,0.25);
    transform: translateY(-2px);
}

.hero {
    margin: 0;
    height: 55vh;
    text-align: center;
    background: linear-gradient(rgba(41,79,99,0.38), rgba(41,79,99,0.38)),
    url("CBD/OperaHouse.jpg") center/cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}

.hero-inner {
    max-width: 500px;
    margin: 0 auto;
}

.eyebrow {
    margin-bottom: 14px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-size: 12px;
    opacity: 0.88;
}

.hero h1 {
    font-size: 36px;
    margin-bottom: 12px;
}

.hero p {
    font-size: 18px;
    margin: 0;
    line-height: 1.6;
}

.content-section {
    max-width: 900px;
    margin: 80px auto;
    padding: 0 40px;
}

.trip-card {
    margin: 0 auto;
    background:
        linear-gradient(0deg, rgba(41,79,99,0.24) 0%, rgba(41,79,99,0.16) 20%, rgba(41,79,99,0.07) 40%, rgba(41,79,99,0) 62%),
        #ffffff;
    border-radius: 16px;
    box-shadow: 0 14px 34px rgba(41,79,99,0.14);
    padding: 36px;
}

.trip-card h2 {
    margin-bottom: 20px;
    color: #294f63;
    font-size: 30px;
}

.trip-card p {
    margin-bottom: 12px;
    line-height: 1.7;
}

.trip-card ul {
    margin: 18px 0 18px 22px;
    line-height: 1.8;
}

.note {
    margin-top: 18px;
    padding: 16px 18px;
    border-radius: 18px;
    background: #ffffff;
    color: #1a1a1a;
    font-weight: 500;
}

footer {
    background: #294f63;
    color: white;
    text-align: center;
    padding: 30px 20px;
    margin-top: auto;
    width: 100%;
    flex-shrink: 0;
}

.social-links {
    margin-top: 10px;
}

.social-links a {
    font-size: 28px;
    color: #f6d978;
    text-decoration: none;
}

.social-links a:hover {
    opacity: 0.7;
}

@media (max-width: 768px) {
    .back-btn {
        top: 18px;
        left: 12px;
        padding: 8px 14px;
    }

    .hero {
        height: 42vh;
        padding: 0 20px;
    }

    .content-section {
        margin: 40px auto;
        padding: 0 20px;
    }

    .trip-card h2 {
        font-size: 24px;
    }

    .hero h1 {
        font-size: 26px;
    }

    .hero p {
        font-size: 15px;
    }

    .trip-card {
        padding: 24px 20px;
    }
}

/* Color box overrides */
.service-card,
.trip-card {
    background: #294f63;
    color: #ffffff;
}

.service-card h2,
.service-card h3,
.service-card p,
.service-card li,
.service-card strong,
.service-card em,
.trip-card h2,
.trip-card h3,
.trip-card p,
.trip-card li,
.trip-card strong,
.trip-card em,
.trip-card span {
    color: #ffffff;
}

.service-card[tabindex="0"]:hover,
.service-link .service-card:hover {
    background: #f6d978;
    color: #000000;
}

.service-card[tabindex="0"]:hover h2,
.service-card[tabindex="0"]:hover h3,
.service-card[tabindex="0"]:hover p,
.service-card[tabindex="0"]:hover li,
.service-card[tabindex="0"]:hover strong,
.service-card[tabindex="0"]:hover em,
.service-link .service-card:hover h2,
.service-link .service-card:hover h3,
.service-link .service-card:hover p,
.service-link .service-card:hover li,
.service-link .service-card:hover strong,
.service-link .service-card:hover em {
    color: #000000;
}

/* Hover readability overrides */
button:hover,
.btn:hover,
.book-btn:hover,
.contact-button:hover,
.slider-button:hover:not(:disabled),
.hero-arrow:hover {
    color: #000000;
}

/* Trip detail readability overrides */
.trip-card {
    background: #294f63;
    color: #ffffff;
}

.trip-card:hover {
    background: #294f63;
    color: #ffffff;
}

.trip-card .note,
.trip-card .highlight-note {
    background: #ffffff;
    color: #1a1a1a;
}

.trip-card .note strong,
.trip-card .note em,
.trip-card .note span,
.trip-card .highlight-note strong,
.trip-card .highlight-note em,
.trip-card .highlight-note span {
    color: #1a1a1a;
}
/* Responsive safety overrides */
.trip-card,
.trip-card p,
.trip-card li,
.trip-card a,
.note,
.highlight-note {
    overflow-wrap: anywhere;
}

@media (max-width: 480px) {
    .hero {
        padding-left: 16px;
        padding-right: 16px;
    }

    .hero h1 {
        overflow-wrap: anywhere;
    }

    .content-section {
        padding: 0 16px;
    }

    .trip-card {
        border-radius: 12px;
        padding: 22px 18px;
    }

    .note,
    .highlight-note {
        border-radius: 14px;
        padding: 14px 16px;
    }
}