:root {
    --ink: #0d1b2d;
    --ink-soft: #123257;
    --sand: #f5e9d7;
    --aqua: #6dd3ff;
    --lavender: #c9b8ff;
    --glass: rgba(255, 255, 255, 0.84);
    --stroke: rgba(13, 27, 45, 0.08);
    --shadow: 0 24px 70px rgba(9, 28, 64, 0.2);
}

.page-shell {
    background: radial-gradient(circle at 14% 16%, rgba(109, 211, 255, 0.16), transparent 38%),
                radial-gradient(circle at 80% 8%, rgba(201, 184, 255, 0.14), transparent 36%),
                linear-gradient(180deg, #f9fbff 0%, #eef3ff 48%, #f7fbff 100%);
}

.navbar_new.nav-elevated {
    background: linear-gradient(135deg, rgba(254, 255, 255, 0.06) 0%, rgba(245, 240, 255, 0.04) 50%, rgba(232, 245, 255, 0.04) 100%);
    border-bottom: 1px solid var(--stroke);
    box-shadow: 0 16px 38px rgba(15, 33, 64, 0.08);
    backdrop-filter: blur(10px);
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nav-primary {
    background: linear-gradient(135deg, #f2ddbc, #c99649);
    color: #0b1931;
    border: none;
    box-shadow: 0 14px 30px rgba(201, 150, 73, 0.35);
}

.nav-primary:hover {
    color: #0b1931;
}

.nav-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: 240px;
    background: var(--glass);
    border: 1px solid rgba(13, 27, 45, 0.08);
    border-radius: 16px;
    box-shadow: var(--shadow);
    padding: 12px;
    opacity: 0;
    transform: translateY(-6px);
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
    backdrop-filter: blur(12px);
}

.nav-dropdown.open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.nav-dropdown a {
    display: block;
    padding: 10px 12px;
    border-radius: 12px;
    color: var(--ink);
    font-weight: 700;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.nav-dropdown a:hover,
.nav-dropdown a.active-link {
    background: rgba(109, 211, 255, 0.16);
    transform: translateX(2px);
}

.hero-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 18px;
    align-items: center;
}

.hero-card {
    background: var(--glass);
    border-radius: 22px;
    padding: clamp(20px, 3vw, 30px);
    border: 1px solid var(--stroke);
    box-shadow: var(--shadow);
    position: relative;
    overflow: hidden;
}

.hero-card::after {
    content: "";
    position: absolute;
    inset: auto 12% -28% auto;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(109, 211, 255, 0.24), transparent 60%);
    filter: blur(20px);
}

.hero-card h1 {
    margin: 0 0 12px;
    font-size: clamp(32px, 4vw, 46px);
    line-height: 1.08;
}

.hero-tags,
.section-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 13px;
    border-radius: 999px;
    border: 1px solid rgba(13, 27, 45, 0.12);
    background: rgba(255, 255, 255, 0.9);
    font-weight: 700;
    color: var(--ink);
}

.pill.glow {
    background: linear-gradient(135deg, rgba(242, 221, 188, 0.6), rgba(201, 150, 73, 0.22));
    border: 1px solid rgba(201, 150, 73, 0.35);
    box-shadow: 0 12px 30px rgba(201, 150, 73, 0.25);
}

.section-shell {
    margin-top: 36px;
    padding: clamp(18px, 2.6vw, 24px);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid var(--stroke);
    box-shadow: var(--shadow);
}

.section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.section-head h2 {
    margin: 0;
}

.section-head p {
    margin: 2px 0 0;
    color: rgba(13, 27, 45, 0.7);
}

.service-grid,
.nav-grid,
.destination-grid.reimagined,
.profile-grid,
.testimonial-grid {
    display: grid;
    gap: 14px;
}

.service-grid {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.service-card {
    padding: 16px;
    border-radius: 18px;
    background: linear-gradient(150deg, rgba(201, 184, 255, 0.18), rgba(109, 211, 255, 0.12));
    border: 1px solid rgba(13, 27, 45, 0.06);
    box-shadow: 0 18px 40px rgba(9, 28, 64, 0.12);
}

.nav-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.nav-card {
    padding: 16px;
    border-radius: 16px;
    border: 1px dashed rgba(13, 27, 45, 0.16);
    background: rgba(255, 255, 255, 0.72);
}

.destination-grid.reimagined {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.destination-card.reimagined {
    border-radius: 18px;
    border: 1px solid rgba(13, 27, 45, 0.08);
    background: #fff;
    box-shadow: 0 18px 40px rgba(9, 28, 64, 0.12);
    overflow: hidden;
    display: grid;
    gap: 0;
    grid-template-rows: 180px 1fr;
}

.destination-visual {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.destination-body {
    padding: 16px;
    display: grid;
    gap: 10px;
}

.card-actions-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.btn-outline {
    border: 1px solid rgba(13, 27, 45, 0.16);
    background: #fff;
    color: var(--ink);
    padding: 10px 14px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
}

.testimonial-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.testimonial-card {
    padding: 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(13, 27, 45, 0.08);
    box-shadow: 0 18px 40px rgba(9, 28, 64, 0.12);
}

.destination-hero {
    display: grid;
    gap: 16px;
    padding: clamp(20px, 3vw, 28px);
    border-radius: 22px;
    background: linear-gradient(120deg, rgba(109, 211, 255, 0.16), rgba(201, 184, 255, 0.12));
    border: 1px solid var(--stroke);
    box-shadow: var(--shadow);
}

.destination-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    color: rgba(13, 27, 45, 0.7);
}

.hotel-grid,
.info-grid,
.profile-grid {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.hotel-card,
.info-card,
.profile-card {
    padding: 14px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid rgba(13, 27, 45, 0.08);
    box-shadow: 0 14px 30px rgba(9, 28, 64, 0.12);
}

.profile-grid {
    margin-top: 14px;
}

.profile-card header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.modal-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(4, 10, 24, 0.55);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 16px;
    z-index: 80;
}

.modal-backdrop.open {
    display: flex;
}

.modal-card {
    width: min(520px, calc(100% - 24px));
    max-height: calc(100vh - 32px);
    overflow-y: auto;
    background: #fff;
    border-radius: 18px;
    padding: 18px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3);
    position: relative;
}

.modal-card h3 {
    margin: 0 0 6px;
}

.modal-meta {
    color: rgba(13, 27, 45, 0.7);
    margin-bottom: 10px;
}

.modal-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
}

.modal-grid label {
    display: grid;
    gap: 6px;
    font-weight: 700;
    color: var(--ink);
}

.modal-grid input,
.modal-grid select,
.modal-grid textarea {
    width: 100%;
    border-radius: 12px;
    border: 1px solid rgba(13, 27, 45, 0.12);
    padding: 10px;
    background: #f8fafd;
}

.modal-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
    gap: 12px;
    flex-wrap: wrap;
}

.close-modal {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    background: transparent;
    font-size: 18px;
    cursor: pointer;
}

.auth-note-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
}

@media (max-width: 720px) {
    .nav-links { display: none; }
    .hero-grid { grid-template-columns: 1fr; }
    .nav-dropdown { right: 12px; }
}
