@import url('/css/global.css');

body {
    background-color: var(--dw-bg-body);
}

/* ── HERO ────────────────────────────────── */
.dw-hero {
    position: relative;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

.dw-hero-bg {
    position: absolute;
    inset: 0;
    background-image: url('/images/dubaiway/top-section.svg');
    background-size: cover;
    background-position: center 40%;
}

    /* Simulate skyline silhouette */
    .dw-hero-bg::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 50%;
        background: linear-gradient(to top, rgba(140,185,205,.45) 0%, rgba(160,200,218,.25) 50%, transparent 100%);
    }

.dw-hero-content {
    position: relative;
    z-index: 2;
    max-width: 720px;
    padding: 190px 24px;
}

/* Staggered entrance animation */
@keyframes dw-fadeUp {
    from {
        opacity: 0;
        transform: translateY(22px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: no-preference) {
    .dw-hero-content > * {
        animation: dw-fadeUp .7s cubic-bezier(.22,1,.36,1) both;
    }

        .dw-hero-content > *:nth-child(1) {
            animation-delay: .1s;
        }

        .dw-hero-content > *:nth-child(2) {
            animation-delay: .22s;
        }

        .dw-hero-content > *:nth-child(3) {
            animation-delay: .34s;
        }
}

.dw-hero-h1 {
    font-size: 4rem;
    font-weight: 700;
    line-height: 4.4rem;
    letter-spacing: -1.28px;
    color: var(--dw-ink);
    margin-bottom: 20px;
    margin-top: 0;
}

.dw-accent-text {
    color: var(--dw-teal-b);
}

.dw-hero-sub {
    font-size: 1.125rem;
    font-weight: 400;
    color: var(--dw-muted);
    line-height: 28.8px;
    max-width: 638px;
    margin: 0 auto 36px;
}

.dw-hero-btns {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ── SHARED BUTTONS ────────────────────────────────── */
.dw-btn-sm {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 14px 28px;
    border-radius: 12px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform .15s, box-shadow .15s;
}

.dw-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 14px 28px;
    border-radius: 12px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform .15s, box-shadow .15s;
}

    .dw-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(0,0,0,.13);
    }

.dw-btn-teal {
    background: var(--dw-teal);
    color: var(--dw-white);
}

    .dw-btn-teal:hover {
        background: #0A5252;
        color: var(--dw-white);
    }

.dw-btn-dark {
    background: var(--dw-ink);
    color: var(--dw-white);
}

    .dw-btn-dark:hover {
        background: #2a2a2a;
        color: var(--dw-white);
    }

.dw-btn-pill {
    border-radius: 100px;
    padding: 15px 32px;
}

.btn-uea {
    font-size: 1.0625rem;
    font-weight: 500;
}

/* Outline button — same pill shape as landing */
.dw-btn-outline {
    background: transparent;
    color: var(--dw-teal);
    border: 1.5px solid var(--dw-teal);
    transition: background 0.2s, border-color 0.2s, color 0.2s, transform 0.15s, box-shadow 0.2s;
}

    .dw-btn-outline:hover {
        border-color: var(--dw-teal-bold);
        color: var(--dw-teal-bold);
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(0,102,110,.15);
    }

/* ── FEATURES STRIP ────────────────────────────────── */
.dw-features {
    padding: 60px 56px;
}

.dw-features-grid {
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    text-align: center;
}

.dw-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 18px 12px;
}

.dw-feat-ico {
    width: 36px;
    height: 36px;
    color: var(--dw-teal);
}

.dw-feat-name {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--dw-muted);
    line-height: 19.6px;
}

/* ── SHARED SECTION ────────────────────────────────── */
.dw-section {
    padding: 72px 56px;
}

.dw-section-white {
    background: var(--dw-white);
}

.dw-section-surf {
    background: var(--dw-surf);
}

.dw-section-bg-b {
    background: rgba(214, 210, 196, 0.30);
}

/* ── EXPLORE DUBAI ────────────────────────────────── */
.dw-explore-wrap {
    max-width: 1275px;
    margin: 0 auto;
}

.dw-sec-head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 28px;
}

.dw-sec-title {
    font-size: 2rem;
    font-weight: 600;
    color: var(--dw-ink);
    letter-spacing: -0.32px;
    line-height: 38.4px
}

.dw-sec-link {
    font-size: 1rem;
    font-weight: 400;
    color: var(--dw-teal);
    text-decoration: none;
}

    .dw-sec-link:hover {
        text-decoration: underline;
    }

.dw-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 15px;
}

.dw-grid-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}

.dw-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    cursor: pointer;
    transition: transform .25s cubic-bezier(.22,1,.36,1);
}

    .dw-card:hover {
        transform: scale(1.016);
    }

        .dw-card:hover .dw-card-img {
            transform: scale(1.06);
        }

.dw-card-lg {
    height: 500px;
}

.dw-card-sm {
    height: 400px;
}

.dw-card-img {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: center;
    transition: transform .4s cubic-bezier(.22,1,.36,1);
}

/* ─ Card image placeholders (replace with real images in production) ─ */
.dw-bg-attractions {
    background-image: linear-gradient(to top, rgba(0,0,0,0.60) 0%, rgba(0,0,0,0) 100%), url('/images/dubaiway/Attractions.png');
}

.dw-bg-heritage {
    background-image: linear-gradient(to top, rgba(0,0,0,0.60) 0%, rgba(0,0,0,0) 100%), url('/images/dubaiway/Culture.png');
}

.dw-bg-dining {
    background-image: linear-gradient(to top, rgba(0,0,0,0.60) 0%, rgba(0,0,0,0) 100%), url('/images/dubaiway/Dining.png');
}

.dw-bg-events {
    background-image: linear-gradient(to top, rgba(0,0,0,0.60) 0%, rgba(0,0,0,0) 100%), url('/images/dubaiway/Events.png');
}

.dw-bg-transport {
    background-image: linear-gradient(to top, rgba(0,0,0,0.60) 0%, rgba(0,0,0,0) 100%), url('/images/dubaiway/Transport.png');
}

.dw-card-ov {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 22px 20px 24px;
    background: linear-gradient( to top, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0) 100% );
}

.dw-pill {
    display: inline-block;
    background: var(--dw-teal-4);
    color: var(--dw-white);
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 100px;
    margin-bottom: 8px;
    backdrop-filter: blur(6px); /* frosted glass effect */
    -webkit-backdrop-filter: blur(6px);
}

.dw-card-label {
    display: block;
    color: var(--dw-white);
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0px;
}

/* ── AI SECTION ────────────────────────────────── */
.dw-ai-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.dw-ai-h2 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -0.8px;
    color: var(--dw-ink);
    margin-bottom: 14px;
}

.dw-ai-desc {
    font-size: 1.125rem;
    color: var(--dw-muted);
    line-height: 28.8px;
    margin-bottom: 50px;
}

.dw-checklist {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

    .dw-checklist li {
        display: flex;
        align-items: center;
        gap: 12px;
        font-size: 1rem;
        font-weight: 400;
        color: var(--dw-ink);
    }

.dw-chk-ico {
    width: 20px;
    height: 20px;
    color: var(--dw-teal);
    flex-shrink: 0;
}

/* Personal Intelligence Card */
.dw-pi-card {
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    border: 1px solid var(--dw-white-40);
    background: var(--dw-white-40);
    backdrop-filter: blur(10px);
}

.dw-pi-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}

.dw-pi-title {
    font-size: 1rem;
    font-weight: 400;
    color: var(--dw-ink);
}

.dw-pi-dot {
    width: 8px;
    height: 8px;
    background: var(--dw-teal);
    border-radius: 50%;
}

.dw-pi-item {
    border-radius: 12px;
    background: var(--dw-white-50);
    padding: 16px;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

    .dw-pi-item:last-child {
        margin-bottom: 0;
    }

.dw-pi-item-ai {
    border: 1px solid rgba(0, 102, 110, 0.20);
    background: var(--dw-teal-5);
}

.dw-pi-ico {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: var(--dw-teal-500);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.dw-pi-ico-lt {
    background: var(--dw-teal-100);
}

.dw-pi-tag {
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--dw-teal);
}

.dw-pi-name {
    font-size: 1rem;
    font-weight: 700;
    color: var(--dw-ink);
}

.dw-pi-quote {
    font-size: 1rem;
    color: var(--dw-ink);
    font-style: italic;
    line-height: 24px;
    margin: 8px 0 0;
}

/* ── STATS ────────────────────────────────── */
.brd-sec {
    border-top: 1px solid rgba(188, 201, 202, 0.10);
    border-bottom: 1px solid rgba(188, 201, 202, 0.10);
}

.dw-stats-inner {
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    text-align: center;
}

.dw-stat-num {
    font-size: 1rem;
    font-weight: 400;
    color: var(--dw-teal);
    letter-spacing: -.03em;
    margin-bottom: 6px;
}

.dw-stat-lbl {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: var(--dw-body);
}

/* ── CTA ────────────────────────────────── */
.dw-cta-inner {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.dw-cta-h2 {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -0.32px;
    color: var(--dw-ink);
    margin-bottom: 12px;
}

.dw-cta-sub {
    font-size: 1.125rem;
    color: var(--dw-muted);
    margin-bottom: 34px;
    line-height: 28.8px;
}

.dw-cta-acts {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.dw-link-arr {
    font-size: 1rem;
    font-weight: 400;
    color: var(--dw-muted);
    text-decoration: none;
    transition: color .2s;
}

    .dw-link-arr:hover {
        color: var(--dw-teal);
    }

/* ─────────────────────────────────────────────────────────────
   FOOTER
   ───────────────────────────────────────────────────────────── */
.dw-footer {
    background: var(--dw-surf-b);
    border-top: 1px solid var(--dw-bdr-200);
}

/* ── Main 3-column content ── */
.dw-footer__main {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr;
    gap: 48px;
    padding: 48px 64px;
}

/* Brand column */
.dw-footer__brand-logo {
    display: block;
    margin-bottom: 16px;
}

.dw-footer__brand-desc {
    font-size: 1rem;
    line-height: 24px;
    color: var(--dw-muted);
    margin-bottom: 20px;
    max-width: 350px;
}

.dw-footer__social {
    display: flex;
    gap: 8px;
}

.dw-footer__icon-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid var(--dw-bdr-b);
    border-radius: 9999px;
    background: none;
    color: var(--dw-ink);
    cursor: pointer;
    transition: border-color .2s, color .2s;
}

    .dw-footer__icon-btn:hover {
        border-color: var(--dw-teal);
        color: var(--dw-teal);
    }

/* Nav columns */
.dw-footer__col-heading {
    font-size: 1rem;
    font-weight: 700;
    color: var(--dw-ink);
    margin-bottom: 16px;
    margin-top: 0;
}

.dw-footer__links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .dw-footer__links a {
        font-size: 1rem;
        color: var(--dw-muted);
        font-weight: 400;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: none;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
        transition: opacity .18s;
    }

        .dw-footer__links a:hover {
            opacity: .72;
        }

/* ── Footer responsive ── */
@media (max-width: 900px) {
    .dw-footer__main {
        padding: 20px;
        gap: 32px;
    }
}

@media (max-width: 640px) {
    .dw-footer__main {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 20px;
    }
}

/* ── Legal / copyright bar ── */
.dw-footer__legal_cont {
    background: var(--dw-surf-b);
    padding: 0px 64px 24px;
}

.dw-footer__legal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-top: 32px;
}

.brd-top {
    border-top: 1px solid rgba(109, 121, 122, 0.20);
}

.dw-footer__copy {
    font-size: 1rem;
    color: var(--dw-muted);
}

.dw-footer__legal-links {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 20px;
}

    .dw-footer__legal-links a {
        font-size: 1rem;
        color: var(--dw-muted);
        text-decoration: none;
        transition: color .18s;
    }

        .dw-footer__legal-links a:hover {
            color: var(--dw-teal);
        }

/* Responsive */
@media (max-width: 900px) {
    .dw-footer__legal {
        padding: 14px 28px;
    }

    .dw-footer__legal_cont {
        padding: 20px;
    }
}

@media (max-width: 640px) {
    .dw-footer__legal {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 14px 20px;
    }

    .dw-footer__legal-links {
        flex-wrap: wrap;
        gap: 12px;
    }
}


/* ── JOURNEY PATH ──────────────────────────────── */
.dw-path {
    padding: 48px 64px 80px;
    text-align: center;
}

.dw-path h2,
.dw-path .ab-journey-h2 {
    font-size: 2rem;
    font-weight: 600;
    color: var(--dw-ink);
    margin-bottom: 48px;
}

.dw-path-steps {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    gap: 0;
}

.dw-step {
    flex: 1 1 0;
    max-width: 280px;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.dw-step-num {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--dw-teal);
    color: var(--dw-white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 16px;
}

.dw-step-name {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--dw-ink);
    margin: 0 0 8px;
}

.dw-step-desc {
    font-size: 0.9375rem;
    color: var(--dw-muted);
    line-height: 1.5;
    margin: 0;
}

.ab-journey-path {
    padding: 0;
}


/* ── RESPONSIVE ────────────────────────────────── */
@media (max-width: 992px) {
    .dw-navbar {
        padding: 0 24px;
    }

    .dw-section {
        padding: 56px 24px;
    }

    .dw-features {
        padding: 36px 24px;
    }

    .dw-features-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .dw-ai-inner {
        grid-template-columns: 1fr;
        gap: 36px;
    }
}

@media (max-width: 768px) {
    .dw-navbar {
        padding: 0 20px;
    }

    .dw-nav-links,
    .dw-nav-cta {
        display: none;
    }
    /* hide desktop nav  */
    .dw-nav-toggle {
        display: flex;
    }
    /* show hamburger    */

    /* Add mobile menu as needed */
    .dw-hero-h1 {
        font-size: 2.5rem;
    }

    .dw-grid-2, .dw-grid-3 {
        grid-template-columns: 1fr;
    }

    .dw-card-lg, .dw-card-sm {
        height: 240px;
    }

    .dw-stats-inner {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .dw-path-steps {
        flex-wrap: wrap;
        justify-content: center;
        gap: 24px 0;
        max-width: 100%;
    }
}

@media (max-width: 480px) {

    .dw-hero-content {
        padding: 110px 24px;
    }

    .dw-path {
        padding: 48px 20px;
    }

    .dw-path-steps {
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
    }
}
