*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: 'Inter', sans-serif;
    background: #fff;
    color: #1e293b;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    display: block;
    max-width: 100%;
}

/* ── UTILS ── */
.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.section {
    padding: 6rem 0;
}

.section-sm {
    padding: 5rem 0;
}

/* ── NAV ── */
nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    transition: background .4s, box-shadow .4s, border-color .4s;
    height: 72px;
}

nav.scrolled {
    background: rgba(255, 255, 255, .85);
    backdrop-filter: blur(20px);
    box-shadow: 0 1px 32px rgba(15, 23, 42, .07);
    border-bottom: 1px solid #f1f5f9;
}

.nav-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-logo {
    display: flex;
    align-items: center;
}

.nav-logo img {
    height: 56px;
    width: auto;
    object-fit: contain;
    transition: opacity 0.4s;
}

.logo-scrolled {
    display: none;
}

nav.scrolled .logo-default {
    display: none;
}

nav.scrolled .logo-scrolled {
    display: block;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.nav-links a {
    font-size: .875rem;
    font-weight: 500;
    color: rgba(255, 255, 255, .8);
    transition: color .3s;
}

nav.scrolled .nav-links a {
    color: #64748b;
}

.nav-links a:hover,
nav.scrolled .nav-links a:hover {
    color: #3b82f6;
}

.nav-cta {
    background: linear-gradient(135deg, #3b82f6, #06b6d4);
    color: #fff !important;
    font-weight: 700 !important;
    padding: .6rem 1.25rem;
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(59, 130, 246, .3);
    transition: transform .25s, box-shadow .25s !important;
}

.nav-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(59, 130, 246, .4) !important;
}

/* hamburger */
.nav-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    color: #fff;
    padding: .35rem;
    border-radius: 8px;
    transition: color .4s;
}

nav.scrolled .nav-toggle {
    color: #0f172a;
}

.nav-toggle svg {
    width: 26px;
    height: 26px;
}

.mobile-menu {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, .97);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid #f1f5f9;
    padding: 1.5rem;
    flex-direction: column;
    gap: 1rem;
    animation: slideDown .25s ease;
}

.mobile-menu.open {
    display: flex;
}

.mobile-menu a {
    font-weight: 600;
    color: #334155;
}

.mobile-menu a:hover {
    color: #2563eb;
}

.mobile-cta {
    text-align: center;
    background: linear-gradient(135deg, #3b82f6, #06b6d4);
    color: #fff !important;
    padding: .85rem;
    border-radius: 10px;
    font-weight: 700 !important;
    margin-top: .5rem;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ── HERO ── */
.hero {
    position: relative;
    min-height: 78vh;
    display: flex;
    align-items: flex-start;
    padding-top: 72px;
    padding-bottom: 6rem;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    inset: 0;
}

.hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, rgba(15, 23, 42, .92) 0%, rgba(23, 37, 84, .82) 55%, rgba(30, 58, 138, .5) 100%);
}

.hero-orb1 {
    position: absolute;
    top: 5rem;
    right: 5rem;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    background: rgba(59, 130, 246, .08);
    filter: blur(80px);
    pointer-events: none;
}

.hero-orb2 {
    position: absolute;
    bottom: 5rem;
    left: 2rem;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(6, 182, 212, .07);
    filter: blur(80px);
    pointer-events: none;
}

.hero-inner {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
    width: 100%;
}

.hero-content {
    max-width: 680px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 9999px;
    padding: .2rem 2rem;
    margin-bottom: 0.2rem;
    margin-top: 1rem;
    font-size: x-small;
    font-weight: 500;
    color: rgba(255, 255, 255, .9);
    letter-spacing: .02em;
    opacity: 0;
    animation: fadeUp .7s ease forwards;
}

.star-icon {
    color: #fbbf24;
}

.hero h1 {
    font-size: clamp(2.8rem, 6vw, 4.5rem);
    font-weight: 900;
    color: #fff;
    line-height: 1.05;
    letter-spacing: -.04em;
    opacity: 0;
    animation: fadeUp .7s ease .15s forwards;
}

.hero-gradient-text {
    display: block;
    background: linear-gradient(90deg, #67e8f9, #60a5fa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero p {
    margin-top: 1rem;
    font-size: 1.125rem;
    line-height: 1.5;
    color: rgba(186, 230, 253, .8);
    max-width: 520px;
    opacity: 0;
    animation: fadeUp .7s ease .3s forwards;
}

.hero-actions {
    margin-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    opacity: 0;
    animation: fadeUp .7s ease .45s forwards;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: linear-gradient(135deg, #3b82f6, #06b6d4);
    color: #fff;
    font-weight: 700;
    font-size: .95rem;
    padding: 1rem 2rem;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(59, 130, 246, .28);
    transition: transform .25s, box-shadow .25s;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(59, 130, 246, .38);
}

.btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .2);
    color: #fff;
    font-weight: 700;
    font-size: .95rem;
    padding: 1rem 2rem;
    border-radius: 12px;
    cursor: pointer;
    transition: background .25s;
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, .2);
}

.hero-stats {
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    opacity: 0;
    animation: fadeIn .7s ease .7s forwards;
}

.hero-stats-item p:first-child {
    font-size: 1.5rem;
    font-weight: 800;
    color: #fff;
}

.hero-stats-item p:last-child {
    font-size: .825rem;
    color: rgba(186, 230, 253, .7);
    margin-top: .1rem;
}

/* ── BENEFITS ── */
.benefits {
    background: #fff;
    position: relative;
    overflow: hidden;
}

.benefits-blob {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: #eff6ff;
    filter: blur(80px);
    opacity: .6;
    pointer-events: none;
}

.section-label {
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #3b82f6;
    display: block;
}

.section-title {
    margin-top: 1rem;
    font-size: clamp(1.8rem, 4vw, 3rem);
    font-weight: 900;
    color: #0f172a;
    letter-spacing: -.03em;
    line-height: 1.1;
}

.section-title span {
    color: #2563eb;
}

.section-sub {
    margin-top: 1.25rem;
    font-size: 1.1rem;
    color: #64748b;
    line-height: 1.75;
}

.text-center {
    text-align: center;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.max-w-2xl {
    max-width: 42rem;
}

.mb-16 {
    margin-bottom: 4rem;
}

.grid-3 {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.benefit-card {
    position: relative;
    background: #fff;
    border: 1px solid #f1f5f9;
    border-radius: 20px;
    padding: 2rem;
    transition: transform .4s, box-shadow .4s;
    overflow: hidden;
}

.benefit-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 2rem;
    right: 2rem;
    height: 2px;
    background: linear-gradient(90deg, transparent, #60a5fa, transparent);
    opacity: 0;
    transition: opacity .4s;
}

.benefit-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(59, 130, 246, .07);
}

.benefit-card:hover::after {
    opacity: 1;
}

.benefit-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 16px rgba(59, 130, 246, .25);
}

.benefit-icon svg {
    width: 26px;
    height: 26px;
    color: #fff;
    stroke: #fff;
}

.benefit-card h3 {
    margin-top: 1.25rem;
    font-size: 1.15rem;
    font-weight: 800;
    color: #0f172a;
}

.benefit-card p {
    margin-top: .6rem;
    font-size: .95rem;
    color: #64748b;
    line-height: 1.7;
}

/* icon gradients */
.gi-1 {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
}

.gi-2 {
    background: linear-gradient(135deg, #06b6d4, #3b82f6);
}

.gi-3 {
    background: linear-gradient(135deg, #2563eb, #4f46e5);
}

.gi-4 {
    background: linear-gradient(135deg, #6366f1, #3b82f6);
}

.gi-5 {
    background: linear-gradient(135deg, #0891b2, #0d9488);
}

.gi-6 {
    background: linear-gradient(135deg, #3b82f6, #06b6d4);
}

/* ── ABOUT ── */
.about {
    background: #f8fafc;
    position: relative;
    overflow: hidden;
}

.about-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

@media (max-width: 900px) {
    .about-inner {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .about-content {
        order: -1;
    }
}

.about-image {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    aspect-ratio: 4/5;
    background: #e2e8f0;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
}

.about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-image-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    font-weight: 600;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.about-content h2.section-title {
    margin-top: 0.5rem;
    font-size: clamp(2rem, 4vw, 2.5rem);
}

.about-content p {
    margin-top: 1.5rem;
    font-size: 1.05rem;
    color: #475569;
    line-height: 1.8;
}

.about-content .btn-primary {
    margin-top: 2rem;
}

/* ── DESTINATIONS ── */
.destinations {
    background: #f8fafc;
}

.dest-header {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 3.5rem;
}

.dest-link {
    font-size: .9rem;
    font-weight: 700;
    color: #2563eb;
    display: flex;
    align-items: center;
    gap: .3rem;
    white-space: nowrap;
    transition: color .2s;
}

.dest-link:hover {
    color: #1d4ed8;
}

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

.dest-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 3/4;
    cursor: pointer;
}

.dest-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s ease;
}

.dest-card:hover img {
    transform: scale(1.08);
}

.dest-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(15, 23, 42, .88) 0%, rgba(15, 23, 42, .15) 50%, transparent 100%);
}

.dest-price {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: rgba(255, 255, 255, .15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 10px;
    padding: .4rem .8rem;
    font-size: .75rem;
    font-weight: 700;
    color: #fff;
}

.dest-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem;
}

.dest-tagline {
    display: flex;
    align-items: center;
    gap: .4rem;
    font-size: .7rem;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #93c5fd;
    margin-bottom: .5rem;
}

.dest-info h3 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #fff;
}

.dest-line {
    margin-top: 1rem;
    height: 2px;
    width: 0;
    background: linear-gradient(90deg, #67e8f9, #60a5fa);
    transition: width .5s ease;
}

.dest-card:hover .dest-line {
    width: 100%;
}

.dest-note {
    margin-top: 1rem;
    font-size: 0.75rem;
    color: #94a3b8;
    /* slate-400 equivalent for light gray */
    text-align: right;
}

/* ── TESTIMONIALS ── */
.testimonials {
    background: #fff;
    position: relative;
    overflow: hidden;
}

.test-blob {
    position: absolute;
    right: -10rem;
    top: 50%;
    transform: translateY(-50%);
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: #eff6ff;
    filter: blur(80px);
    opacity: .5;
    pointer-events: none;
}

.grid-3t {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.test-card {
    position: relative;
    background: linear-gradient(to bottom, #f8fafc, #fff);
    border: 1px solid #f1f5f9;
    border-radius: 20px;
    padding: 2rem;
    transition: transform .4s, box-shadow .4s;
}

.test-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(59, 130, 246, .07);
}

.quote-icon {
    color: #dbeafe;
    margin-bottom: 1rem;
}

.stars {
    display: flex;
    gap: .2rem;
    margin-bottom: 1rem;
}

.stars svg {
    width: 16px;
    height: 16px;
    fill: #fbbf24;
    color: #fbbf24;
}

.test-text {
    font-size: .938rem;
    color: #475569;
    line-height: 1.8;
}

.test-author {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #f1f5f9;
    display: flex;
    align-items: center;
    gap: .75rem;
}

.test-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #3b82f6, #06b6d4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: .825rem;
    color: #fff;
    box-shadow: 0 4px 12px rgba(59, 130, 246, .25);
    flex-shrink: 0;
}

.test-name {
    font-weight: 700;
    font-size: .875rem;
    color: #0f172a;
}

.test-location {
    font-size: .75rem;
    color: #94a3b8;
    margin-top: .1rem;
}

/* ── CTA ── */
.cta-section {
    background: #0f172a;
    position: relative;
    overflow: hidden;
}

.cta-orb1 {
    position: absolute;
    top: 0;
    left: 25%;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    background: rgba(37, 99, 235, .18);
    filter: blur(90px);
    pointer-events: none;
}

.cta-orb2 {
    position: absolute;
    bottom: 0;
    right: 25%;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(6, 182, 212, .12);
    filter: blur(90px);
    pointer-events: none;
}

.cta-inner {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    padding: 6rem 1.5rem;
    text-align: center;
}

.cta-badge {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    background: rgba(59, 130, 246, .1);
    border: 1px solid rgba(96, 165, 250, .2);
    border-radius: 9999px;
    padding: .5rem 1.1rem;
    margin-bottom: 2rem;
    font-size: .875rem;
    font-weight: 500;
    color: #93c5fd;
}

.pulse-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #67e8f9;
    animation: pulse 1.8s ease infinite;
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: .5;
        transform: scale(.8);
    }
}

.cta-section h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 900;
    color: #fff;
    letter-spacing: -.04em;
    line-height: 1.1;
}

.cta-section p {
    margin-top: 1.5rem;
    font-size: 1.1rem;
    color: rgba(186, 230, 253, .7);
    line-height: 1.75;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

.cta-actions {
    margin-top: 2.5rem;
    display: flex;
    justify-content: center;
}

.cta-contacts {
    margin-top: 3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
}

.cta-contacts a {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: .875rem;
    color: rgba(147, 197, 253, .55);
    transition: color .25s;
}

.cta-contacts a:hover {
    color: #bfdbfe;
}

.cta-contacts svg {
    width: 16px;
    height: 16px;
}

/* ── FOOTER ── */
footer {
    background: #020617;
    color: #64748b;
    padding-top: 4rem;
    padding-bottom: 2rem;
}

.footer-grid {
    display: grid;
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    padding-bottom: 3rem;
    border-bottom: 1px solid #1e293b;
}

.footer-brand-logo {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.footer-brand-logo img {
    height: 56px;
    width: auto;
    object-fit: contain;
}

.footer-brand p {
    font-size: .875rem;
    color: #475569;
    line-height: 1.7;
    max-width: 240px;
}

.footer-social {
    display: flex;
    gap: .75rem;
    margin-top: 1.5rem;
}

.footer-social a {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .04);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .25s;
}

.footer-social a:hover {
    background: #2563eb;
}

.footer-social svg {
    width: 16px;
    height: 16px;
    stroke: #64748b;
    transition: stroke .25s;
}

.footer-social a:hover svg {
    stroke: #fff;
}

.footer-col h4 {
    font-size: .875rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem;
}

.footer-col ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: .65rem;
}

.footer-col ul a {
    font-size: .875rem;
    transition: color .2s;
}

.footer-col ul a:hover {
    color: #60a5fa;
}

.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: .5rem;
    font-size: .875rem;
}

.footer-contact li svg {
    width: 16px;
    height: 16px;
    stroke: #60a5fa;
    flex-shrink: 0;
    margin-top: 2px;
}

.footer-contact ul {
    gap: .85rem !important;
}

.footer-bottom {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    font-size: .78rem;
    color: #334155;
}

.footer-bottom-links {
    display: flex;
    gap: 1.5rem;
}

.footer-bottom-links a:hover {
    color: #64748b;
}

/* ── SCROLL ANIMATIONS ── */
.fade-up {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .6s ease, transform .6s ease;
}

.fade-up.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
    .nav-links {
        display: none;
    }

    .nav-toggle {
        display: flex;
    }

    .grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .dest-card {
        aspect-ratio: 2/3;
    }

    .hero-orb1,
    .hero-orb2 {
        display: none;
    }

    #form-search {
        margin-top: -3rem !important;
        margin-bottom: 0 !important;
    }
}

@media (max-width: 500px) {
    .grid-4 {
        grid-template-columns: 1fr;
    }
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(24px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}