:root {
    --primary: #d97706;
    --primary-dark: #b45309;
    --dark: #0f172a;
    --muted: #64748b;
    --soft: #f8fafc;
}

body {
    font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
    color: #334155;
}

.fw-black { font-weight: 900; }

.agency-navbar {
    padding: 1rem 0;
    background: rgba(15, 23, 42, .25);
    backdrop-filter: blur(14px);
    transition: .25s ease;
}

.agency-navbar.scrolled {
    background: rgba(15, 23, 42, .96);
    padding: .7rem 0;
    box-shadow: 0 15px 35px rgba(15, 23, 42, .25);
}

.brand-mark {
    display: inline-flex;
    background: var(--primary);
    color: #fff;
    border-radius: 12px;
    padding: .35rem .5rem;
    margin-right: .4rem;
}

.navbar .nav-link {
    font-weight: 700;
    color: rgba(255,255,255,.82);
}

.navbar .nav-link.active,
.navbar .nav-link:hover {
    color: #fff;
}

.hero-slider {
    height: 92vh;
    min-height: 680px;
    background: var(--dark);
}

.hero-slide {
    background-size: cover;
    background-position: center;
}

.hero-content {
    max-width: 880px;
    padding-top: 80px;
}

.eyebrow,
.section-badge {
    display: inline-flex;
    padding: .45rem .85rem;
    border-radius: 999px;
    background: rgba(217,119,6,.14);
    color: var(--primary);
    font-size: .8rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 1rem;
}

.hero-content .eyebrow {
    background: rgba(255,255,255,.15);
    color: #fff;
    backdrop-filter: blur(10px);
}

.hero-content h1 {
    font-size: clamp(3.2rem, 7vw, 6.8rem);
    font-weight: 950;
    letter-spacing: -.07em;
    line-height: .95;
    margin-bottom: 1.3rem;
}

.hero-content h1 span {
    color: #f59e0b;
}

.hero-content p {
    max-width: 720px;
    color: rgba(255,255,255,.82);
    font-size: clamp(1.1rem, 2vw, 1.35rem);
    line-height: 1.7;
    margin-bottom: 2rem;
}

.trust-bar {
    background: #fff;
    margin-top: -52px;
    position: relative;
    z-index: 10;
}

.trust-card {
    background: #fff;
    border: 1px solid rgba(15,23,42,.08);
    box-shadow: 0 18px 40px rgba(15,23,42,.08);
    border-radius: 22px;
    padding: 1.2rem;
}

.trust-card strong {
    display: block;
    color: var(--dark);
}

.trust-card span {
    color: var(--muted);
    font-size: .9rem;
}

.section {
    padding: 6rem 0;
}

.bg-soft {
    background:
        radial-gradient(circle at top left, rgba(217,119,6,.14), transparent 30%),
        linear-gradient(180deg, #fff, #f8fafc);
}

.section-title {
    color: var(--dark);
    font-weight: 950;
    font-size: clamp(2.1rem, 4vw, 3.8rem);
    letter-spacing: -.045em;
    line-height: 1.05;
}

.image-card {
    position: relative;
}

.image-card img,
.about-img {
    height: 540px;
    object-fit: cover;
}

.image-card img {
    width: 100%;
    border-radius: 32px;
    box-shadow: 0 25px 60px rgba(15,23,42,.18);
}

.experience-card {
    position: absolute;
    left: -1rem;
    bottom: 2rem;
    background: #fff;
    border-radius: 22px;
    padding: 1.2rem;
    box-shadow: 0 20px 45px rgba(15,23,42,.16);
    max-width: 220px;
}

.experience-card strong {
    display: block;
    color: var(--primary);
    font-size: 1.8rem;
    font-weight: 950;
}

.experience-card span {
    color: var(--muted);
}

.feature-card {
    border: 1px solid rgba(15,23,42,.08);
    border-radius: 28px;
    padding: 1.6rem;
    background: #fff;
    transition: .25s ease;
}

.feature-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 24px 55px rgba(15,23,42,.13);
}

.feature-card .icon {
    font-size: 2.1rem;
    margin-bottom: 1rem;
}

.feature-card h4 {
    color: var(--dark);
    font-weight: 900;
}

.feature-card p {
    color: var(--muted);
    line-height: 1.7;
}

.tour-card {
    overflow: hidden;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 14px 35px rgba(15,23,42,.08);
    transition: .25s ease;
}

.tour-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 25px 60px rgba(15,23,42,.16);
}

.tour-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.tour-body {
    padding: 1.4rem;
}

.tour-region {
    display: inline-flex;
    background: #fff7ed;
    color: var(--primary-dark);
    border-radius: 999px;
    padding: .3rem .7rem;
    font-size: .75rem;
    font-weight: 900;
    margin-bottom: .8rem;
}

.tour-body h3 {
    color: var(--dark);
    font-weight: 900;
    font-size: 1.35rem;
}

.tour-body p {
    color: var(--muted);
    line-height: 1.65;
}

.tour-meta {
    display: flex;
    gap: .6rem;
    flex-wrap: wrap;
}

.tour-meta span {
    background: #f1f5f9;
    border-radius: 999px;
    padding: .35rem .7rem;
    font-size: .82rem;
    font-weight: 700;
}

.destination-card {
    min-height: 370px;
    border-radius: 30px;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-shadow: 0 20px 45px rgba(15,23,42,.14);
    transition: .25s ease;
}

.destination-card:hover {
    transform: translateY(-7px);
}

.destination-card span {
    text-transform: uppercase;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .08em;
    opacity: .75;
}

.destination-card h3 {
    font-weight: 950;
    font-size: 1.8rem;
}

.cta-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, #0f172a, #1e293b);
    color: #fff;
}

.cta-section h2 {
    font-weight: 950;
    font-size: clamp(2.2rem, 5vw, 4rem);
    letter-spacing: -.05em;
}

.cta-section p {
    color: rgba(255,255,255,.75);
    max-width: 720px;
    margin: 0 auto 2rem;
    font-size: 1.15rem;
}

.page-hero {
    min-height: 460px;
    padding-top: 120px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
}

.page-hero h1 {
    font-weight: 950;
    font-size: clamp(2.7rem, 6vw, 5.5rem);
    letter-spacing: -.06em;
}

.page-hero p {
    max-width: 680px;
    font-size: 1.2rem;
    color: rgba(255,255,255,.78);
}

.form-card,
.contact-panel,
.booking-card {
    background: #fff;
    border-radius: 28px;
    padding: 2rem;
    box-shadow: 0 22px 55px rgba(15,23,42,.1);
}

.form-control,
.form-select {
    border-radius: 14px;
    padding: .85rem 1rem;
    border-color: #e2e8f0;
}

.info-box {
    background: #f8fafc;
    border-radius: 22px;
    padding: 1.2rem;
}

.info-box strong {
    display: block;
    color: var(--dark);
    font-size: 1.2rem;
}

.info-box span {
    color: var(--muted);
}

.booking-card {
    top: 110px;
}

.price-box {
    background: #fff7ed;
    color: var(--primary-dark);
    border-radius: 20px;
    padding: 1.2rem;
    font-weight: 950;
    font-size: 1.8rem;
    margin: 1.3rem 0;
}

.price-box span {
    display: block;
    color: var(--muted);
    font-size: .9rem;
    font-weight: 700;
}

.footer {
    background: #020617;
    padding: 4rem 0 2rem;
}

.footer-links li,
.footer-links a {
    color: rgba(255,255,255,.55);
    text-decoration: none;
    margin-bottom: .5rem;
}

.footer-links a:hover {
    color: #fff;
}

.whatsapp-float {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1000;
    background: #16a34a;
    color: #fff;
    text-decoration: none;
    border-radius: 999px;
    padding: .85rem 1.1rem;
    font-weight: 900;
    box-shadow: 0 12px 30px rgba(22,163,74,.35);
}

.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: .65s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 991px) {
    .agency-navbar {
        background: rgba(15,23,42,.97);
    }

    .hero-slider {
        min-height: 640px;
        height: 86vh;
    }

    .image-card img,
    .about-img {
        height: 420px;
    }

    .experience-card {
        left: 1rem;
    }
}

@media (max-width: 575px) {
    .section {
        padding: 4rem 0;
    }

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

    .trust-bar {
        margin-top: 0;
        padding-top: 1rem;
    }

    .image-card img,
    .about-img {
        height: 320px;
    }

    .destination-card {
        min-height: 300px;
    }

    .page-hero {
        min-height: 380px;
    }
}
