:root {
    --jm-primary: #00a3b4;
    --jm-primary-deep: #006d79;
    --jm-accent: #ff5a36;
    --jm-accent-soft: #ffd3c7;
    --jm-ink: #0f1824;
    --jm-text: #223042;
    --jm-muted: #627384;
    --jm-white: #ffffff;
    --jm-soft: #f3f7fa;
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Manrope", sans-serif;
    color: var(--jm-text);
    background: linear-gradient(180deg, #f6fafc 0%, #f0f6fa 52%, #e8f0f5 100%);
    line-height: 1.55;
}

.container {
    width: min(1160px, 92vw);
    margin: 0 auto;
}

.hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(580px 320px at 14% -12%, rgba(255, 90, 54, 0.26) 0%, rgba(255, 90, 54, 0) 68%),
        linear-gradient(126deg, #111b2a 0%, #152336 54%, #0f1a28 100%);
    color: #edf6ff;
    padding: 1rem 0 2.6rem;
}

.ambient-shape {
    position: absolute;
    border-radius: 999px;
    filter: blur(2px);
    pointer-events: none;
    opacity: 0.3;
}

.shape-a {
    width: 380px;
    height: 380px;
    background: radial-gradient(circle, rgba(0, 163, 180, 0.5) 0%, rgba(0, 163, 180, 0) 72%);
    top: -140px;
    left: -120px;
}

.shape-b {
    width: 460px;
    height: 460px;
    background: radial-gradient(circle, rgba(255, 90, 54, 0.42) 0%, rgba(255, 90, 54, 0) 74%);
    right: -120px;
    top: -120px;
}

.topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    position: relative;
    z-index: 2;
}

.brand,
.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.brand {
    font-size: 1.2rem;
    line-height: 1;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(7, 18, 32, 0.35);
}

.footer-brand {
    font-size: 1rem;
    line-height: 1;
    color: #d8e7f2;
    margin: 0 0 0.35rem;
}

.brand-name,
.footer-brand-name {
    white-space: nowrap;
}

.brand-name {
    font-size: 1.56rem;
    letter-spacing: 0.1em;
}

.footer-brand-name {
    font-size: 1.24rem;
    letter-spacing: 0.09em;
}

.brand-logo {
    height: 92px;
    width: auto;
    display: block;
}

.footer-logo {
    height: 66px;
    width: auto;
    display: block;
    margin-bottom: 0;
}

.topbar-actions,
.cta-group {
    display: flex;
    gap: 0.7rem;
    flex-wrap: wrap;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 1.4rem;
    align-items: start;
    margin-top: 1.4rem;
    position: relative;
    z-index: 2;
}

.hero-copy {
    padding: 0.8rem 0.2rem;
}

.eyebrow {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #ff8d71;
    margin: 0 0 0.5rem;
    text-transform: uppercase;
}

h1,
h2 {
    margin: 0 0 0.8rem;
    color: var(--jm-ink);
    line-height: 1.06;
}

h1 {
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(2rem, 4.8vw, 4rem);
    font-weight: 700;
    max-width: 12ch;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 0.02em;
}

h2 {
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(1.7rem, 3vw, 2.5rem);
    font-weight: 700;
}

.hero-copy > p {
    max-width: 58ch;
    font-size: 1.08rem;
    color: #d9e8f4;
    margin: 0 0 1rem;
}

.hero-meta {
    display: grid;
    gap: 0.35rem;
    margin-bottom: 1rem;
    padding: 0.95rem 1rem;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-left: 4px solid #ff5a36;
    border-radius: 12px;
    color: #f5f9ff;
    box-shadow: 0 10px 24px rgba(7, 20, 36, 0.24);
    backdrop-filter: blur(4px);
}

.hero-meta strong {
    color: #ffffff;
    font-weight: 700;
}

.booking-panel {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
    color: var(--jm-text);
    border-radius: 16px;
    padding: 1.05rem;
    border-top: 4px solid var(--jm-accent);
    border: 1px solid #d5e0e8;
    box-shadow: 0 16px 34px rgba(8, 27, 49, 0.26);
}

.booking-panel h2 {
    color: #005f69;
    font-size: 1.8rem;
    margin-bottom: 0.35rem;
}

.panel-subtitle {
    margin: 0 0 0.8rem;
    color: #5e7285;
    font-size: 0.95rem;
}

.booking-form {
    display: grid;
    gap: 0.62rem;
}

.booking-form label {
    display: grid;
    gap: 0.28rem;
    font-size: 0.9rem;
    color: #294056;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
    width: 100%;
    border: 1px solid #cddae4;
    border-radius: 10px;
    padding: 0.62rem 0.72rem;
    font: inherit;
    color: var(--jm-ink);
    background: #ffffff;
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
    outline: 2px solid rgba(0, 163, 180, 0.24);
    border-color: var(--jm-primary);
}

.booking-form textarea {
    resize: vertical;
}

.row-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.55rem;
}

.checkline {
    grid-template-columns: auto 1fr;
    align-items: start;
    gap: 0.6rem;
    color: #294056;
}

.checkline input {
    margin-top: 0.18rem;
}

.panel-footnote {
    margin: 0.6rem 0 0;
    color: var(--jm-muted);
    font-size: 0.88rem;
}

.panel-footnote a {
    color: #008b99;
    font-weight: 700;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 11px;
    padding: 0.68rem 1rem;
    height: 54px;
    font-weight: 800;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
    font-family: "Manrope", sans-serif;
}

.topbar-actions .btn {
    min-width: 132px;
}

.btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 14px rgba(5, 25, 47, 0.18);
}

.btn-primary {
    background: linear-gradient(180deg, #ff6d4b 0%, #ff5a36 100%);
    border-color: #e14a27;
    color: #ffffff;
}

.btn-primary:hover {
    background: linear-gradient(180deg, #f36240 0%, #e8512d 100%);
    border-color: #d54524;
}

.hero .btn-primary,
.footer .btn-primary {
    box-shadow: 0 8px 16px rgba(13, 25, 39, 0.28);
}

.booking-panel .btn-primary {
    background: linear-gradient(180deg, #00a3b4 0%, #008995 100%);
    border-color: #007783;
    color: #ffffff;
    box-shadow: 0 10px 18px rgba(8, 53, 67, 0.28);
}

.booking-panel .btn-primary:hover {
    background: linear-gradient(180deg, #0096a6 0%, #007f8a 100%);
    border-color: #006d77;
}

.btn-outline {
    border-color: #ffb6a4;
    color: #ffe8e2;
    background: rgba(255, 90, 54, 0.16);
}

.btn-whatsapp {
    background: #25d366;
    border-color: #25d366;
    color: #ffffff;
    gap: 0.45rem;
}

.btn-whatsapp:hover {
    background: #1fb95a;
    border-color: #1fb95a;
    box-shadow: 0 8px 14px rgba(10, 96, 41, 0.32);
}

.btn-whatsapp .btn-icon {
    width: 1.1rem;
    height: 1.1rem;
    display: inline-flex;
}

.btn-whatsapp .btn-icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.btn:focus-visible {
    outline: 3px solid rgba(255, 141, 113, 0.55);
    outline-offset: 2px;
}

.booking-panel .btn:focus-visible {
    outline: 3px solid rgba(0, 137, 149, 0.32);
}

.booking-panel .btn-outline,
.footer .btn-outline {
    border-color: #c7d6e1;
    color: var(--jm-primary-deep);
    background: #ffffff;
}

.btn-ghost {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 164, 142, 0.5);
    color: #fff2ee;
}

.btn-block {
    width: 100%;
}

.alert {
    border-radius: 10px;
    padding: 0.66rem 0.8rem;
    margin-bottom: 0.7rem;
    font-size: 0.9rem;
}

.alert p {
    margin: 0 0 0.3rem;
}

.alert ul {
    margin: 0;
    padding-left: 1rem;
}

.alert-success {
    background: #dbf2ea;
    color: #176346;
}

.alert-error {
    background: #ffe3dc;
    color: #9a2e21;
}

.section {
    padding: 3rem 0;
}

.section-alt {
    background: var(--jm-soft);
}

.cards {
    display: grid;
    gap: 0.8rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card {
    background: #ffffff;
    border-radius: 12px;
    padding: 0.85rem;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    border-left: 4px solid var(--jm-accent);
    box-shadow: 0 8px 14px rgba(12, 28, 45, 0.08);
}

.icon {
    width: 1.95rem;
    height: 1.95rem;
    display: inline-flex;
}

.icon svg {
    width: 100%;
    height: 100%;
    fill: #007f8a;
}

.chips {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin: 0;
    padding: 0;
}

.chips li {
    background: #edf5f9;
    color: #0f5c66;
    border: 1px solid #c8d9e3;
    border-radius: 999px;
    padding: 0.35rem 0.7rem;
    font-size: 0.9rem;
}

.section-trust {
    background: linear-gradient(104deg, #101f30 0%, #1a2f47 100%);
    color: #ffffff;
}

.section-trust h2 {
    color: #ffffff;
}

blockquote {
    margin: 0;
    font-size: 1.2rem;
    max-width: 65ch;
    border-left: 3px solid var(--jm-accent-soft);
    padding-left: 1rem;
}

details {
    border: 1px solid #c8d4df;
    border-radius: 10px;
    padding: 0.85rem;
    margin-bottom: 0.7rem;
    background: #ffffff;
}

summary {
    font-weight: 800;
    cursor: pointer;
    color: #005f69;
}

.footer {
    background: linear-gradient(180deg, #0f1d2d 0%, #0b1622 100%);
    color: #d3e1ec;
    padding: 1.8rem 0;
}

.footer-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.reveal {
    animation: fadeUp 440ms ease both;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 980px) {
    .hero-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .topbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .row-2 {
        grid-template-columns: 1fr;
    }

    .cards {
        grid-template-columns: 1fr;
    }

    .topbar-actions .btn {
        min-width: 0;
    }

    .footer-grid {
        flex-direction: column;
        align-items: flex-start;
    }
}
