/* ==========================================================================
   AeroWest Revamped — Home Page
   (scroll-reveal base styles are shared in revamped.css)
   ========================================================================== */

/* Shared helpers ---------------------------------------------------------- */
.aw-eyebrow--on-dark {
    color: var(--aw-highlight);
}

.aw-eyebrow--on-dark::before {
    background: var(--aw-highlight);
}

.aw-richtext p {
    margin-bottom: 14px;
    color: var(--aw-body);
}

.aw-richtext p:last-child {
    margin-bottom: 0;
}

.aw-richtext strong {
    color: var(--aw-heading);
}

.aw-richtext a {
    color: var(--aw-accent);
    text-decoration: underline;
}

/* ==========================================================================
   1. Hero
   ========================================================================== */
.aw-home-hero {
    position: relative;
    background: var(--aw-primary);
}

.aw-home-hero__carousel {
    width: 100%;
}

.aw-home-hero__slide {
    position: relative;
    min-height: clamp(560px, 82vh, 840px);
    display: grid;
    align-items: center;
    overflow: hidden;
}

.aw-home-hero__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.08);
    transition: transform 9000ms ease-out;
}

.swiper-slide-active .aw-home-hero__image {
    transform: scale(1);
}

/* top scrim keeps the frosted header legible */
.aw-home-hero__scrim {
    position: absolute;
    inset: 0 0 auto 0;
    height: 260px;
    background: linear-gradient(180deg, rgba(9, 40, 50, 0.52), rgba(9, 40, 50, 0));
    z-index: 1;
}

.aw-home-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(102deg, rgba(9, 45, 56, 0.76) 0%, rgba(18, 78, 96, 0.5) 40%, rgba(18, 78, 96, 0.06) 100%),
        linear-gradient(0deg, rgba(9, 40, 50, 0.5), rgba(9, 40, 50, 0) 46%);
}

.aw-home-hero__inner {
    position: relative;
    z-index: 2;
    padding: calc(var(--aw-header-height) + 48px) 0 158px;
}

.aw-home-hero__content {
    max-width: 780px;
}

.aw-home-hero__content .aw-eyebrow {
    color: var(--aw-highlight);
}

.aw-home-hero__content .aw-eyebrow::before {
    background: var(--aw-highlight);
}

.aw-home-hero__content h1,
.aw-home-hero__title {
    max-width: 16ch;
    margin-bottom: 18px;
    color: var(--aw-white);
    font-size: clamp(2.6rem, 5.6vw, 5rem);
    font-weight: 700;
    line-height: 1.04;
    letter-spacing: -0.01em;
    word-spacing: -0.06em;
    text-wrap: balance;
    text-shadow: 0 2px 24px rgba(9, 40, 50, 0.45);
}

.aw-home-hero__content p {
    max-width: 560px;
    margin-bottom: 26px;
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(1.08rem, 1.8vw, 1.32rem);
    line-height: 1.6;
    text-wrap: pretty;
    word-spacing: -0.03em;
    text-shadow: 0 1px 16px rgba(9, 40, 50, 0.5);
}

.aw-home-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 0 0 28px;
    padding: 0;
    list-style: none;
}

.aw-home-hero__meta li {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 11px 20px;
    border: 1px solid rgba(184, 245, 255, 0.34);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.09);
    color: var(--aw-white);
    font-size: 0.95rem;
    font-weight: 600;
    backdrop-filter: blur(8px);
}

.aw-home-hero__meta i {
    color: var(--aw-highlight);
}

.aw-home-hero__pagination.swiper-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 150px;
    z-index: 3;
    width: min(100% - 48px, var(--aw-container));
    margin-inline: auto;
    text-align: left;
}

.aw-home-hero__pagination .swiper-pagination-bullet {
    width: 34px;
    height: 4px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.38);
    opacity: 1;
    transition: background 300ms ease;
}

.aw-home-hero__pagination .swiper-pagination-bullet-active {
    background: var(--aw-highlight);
}

/* Countdown bar */
.aw-home-hero__countdown {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    width: min(100% - 48px, var(--aw-container));
    margin-inline: auto;
    padding: 22px clamp(22px, 4vw, 46px);
    border-radius: var(--aw-radius-md) var(--aw-radius-md) 0 0;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 -10px 40px rgba(9, 40, 50, 0.16);
    backdrop-filter: blur(18px);
}

.aw-home-hero__countdown-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(16px, 3vw, 40px);
}

.aw-home-hero__countdown-info {
    display: flex;
    align-items: center;
    gap: clamp(16px, 3vw, 48px);
}

.aw-home-hero__countdown-label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--aw-primary);
    font-size: 0.82rem;
    font-weight: 760;
    letter-spacing: 0.14em;
    white-space: nowrap;
    text-transform: uppercase;
}

.aw-home-hero__countdown-label i {
    color: var(--aw-accent);
    font-size: 1rem;
}

.aw-home-hero__countdown-units {
    display: flex;
    gap: clamp(14px, 3vw, 40px);
}

.aw-home-hero__countdown-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 58px;
}

.aw-home-hero__countdown-item + .aw-home-hero__countdown-item::before {
    content: ":";
    position: absolute;
    left: clamp(-9px, -1.6vw, -22px);
    top: 2px;
    color: var(--aw-border);
    font-size: clamp(1.6rem, 2.6vw, 2.3rem);
    font-weight: 700;
    line-height: 1;
}

.aw-home-hero__countdown-item strong {
    color: var(--aw-primary);
    font-size: clamp(1.7rem, 3vw, 2.6rem);
    font-weight: 780;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}

.aw-home-hero__countdown-item span {
    margin-top: 8px;
    color: var(--aw-muted);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.aw-home-hero__countdown-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

/* ==========================================================================
   2. Intro — aviation + tourism image duo balancing the content column
   ========================================================================== */
.aw-home-intro__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
    align-items: stretch;
    gap: clamp(36px, 5vw, 64px);
}

.aw-home-intro__media {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-height: 100%;
}

.aw-home-intro__photo {
    position: relative;
    margin: 0;
    border-radius: var(--aw-radius-lg);
    overflow: hidden;
    box-shadow: var(--aw-shadow-card);
    min-height: 0;
}

.aw-home-intro__photo--aviation {
    flex: 1.25;
    min-height: 300px;
}

.aw-home-intro__photo--tourism {
    flex: 1;
    min-height: 240px;
}

.aw-home-intro__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 800ms cubic-bezier(0.22, 1, 0.36, 1);
}

.aw-home-intro__photo:hover .aw-home-intro__image {
    transform: scale(1.04);
}

.aw-home-intro__photo-caption {
    position: absolute;
    left: 20px;
    bottom: 16px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
    color: var(--aw-white);
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.3;
    text-shadow: 0 1px 12px rgba(9, 40, 50, 0.6);
}

.aw-home-intro__photo-caption span {
    color: var(--aw-highlight);
    font-size: 0.7rem;
    font-weight: 760;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.aw-home-intro__photo--tourism::after {
    content: "";
    position: absolute;
    inset: 55% 0 0 0;
    background: linear-gradient(180deg, rgba(9, 40, 50, 0) 0%, rgba(9, 40, 50, 0.58) 100%);
    pointer-events: none;
}

/* badge bridges the aviation and tourism photos — the summit's story */
.aw-home-intro__badge {
    position: absolute;
    top: 55.5%;
    right: -14px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    max-width: 300px;
    padding: 14px 20px;
    border-radius: var(--aw-radius-md);
    background: var(--aw-primary);
    color: var(--aw-white);
    font-weight: 600;
    font-size: 0.9rem;
    line-height: 1.35;
    box-shadow: var(--aw-shadow-card);
    transform: translateY(-50%);
}

.aw-home-intro__badge i {
    flex-shrink: 0;
    color: var(--aw-highlight);
    font-size: 1.4rem;
}

.aw-home-intro__content h2 {
    margin-bottom: 16px;
    word-spacing: -0.08em;
}

.aw-home-intro__text {
    margin-bottom: 26px;
    color: var(--aw-body);
}

.aw-home-intro__features {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
}

.aw-home-feature {
    display: flex;
    gap: 16px;
    padding: 18px 20px;
    border: 1px solid var(--aw-border);
    border-radius: var(--aw-radius-md);
    background: var(--aw-white);
    transition: box-shadow 400ms ease, border-color 400ms ease;
}

.aw-home-feature:hover {
    border-color: rgba(41, 156, 183, 0.4);
    box-shadow: var(--aw-shadow-card);
}

.aw-home-feature__icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--aw-primary), var(--aw-accent));
    color: var(--aw-white);
    font-size: 1.2rem;
}

.aw-home-feature h3 {
    margin-bottom: 6px;
    font-size: 1.08rem;
}

.aw-home-feature .aw-richtext p {
    color: var(--aw-muted);
    font-size: 0.94rem;
    line-height: 1.55;
}

/* ==========================================================================
   2b. Destinations — bento showcase
   ========================================================================== */
.aw-home-destinations__heading {
    margin-bottom: 0;
}

.aw-home-destinations__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: repeat(2, clamp(220px, 26vw, 300px));
    grid-template-areas:
        "lagos lagos accra ganvie"
        "lacrose kribi mindelo ganvie";
    grid-auto-rows: clamp(220px, 26vw, 300px);
    gap: 18px;
}

.aw-destination-tile {
    position: relative;
    margin: 0;
    border-radius: var(--aw-radius-md);
    overflow: hidden;
    background: var(--aw-primary);
    box-shadow: var(--aw-shadow-card);
}

.aw-destination-tile--lagos { grid-area: lagos; }
.aw-destination-tile--accra { grid-area: accra; }
.aw-destination-tile--ganvie { grid-area: ganvie; }
.aw-destination-tile--lacrose { grid-area: lacrose; }
.aw-destination-tile--kribi { grid-area: kribi; }
.aw-destination-tile--mindelo { grid-area: mindelo; }

.aw-destination-tile__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.aw-destination-tile:hover .aw-destination-tile__image {
    transform: scale(1.05);
}

.aw-destination-tile::after {
    content: "";
    position: absolute;
    inset: 55% 0 0 0;
    background: linear-gradient(180deg, rgba(9, 40, 50, 0) 0%, rgba(9, 40, 50, 0.62) 100%);
    pointer-events: none;
}

.aw-destination-tile__caption {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 16px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.aw-destination-tile__country {
    color: var(--aw-highlight);
    font-size: 0.72rem;
    font-weight: 760;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.aw-destination-tile__place {
    color: var(--aw-white);
    font-size: 1.02rem;
    font-weight: 700;
    line-height: 1.3;
    text-shadow: 0 1px 12px rgba(9, 40, 50, 0.6);
}

@media (prefers-reduced-motion: reduce) {
    .aw-destination-tile__image,
    .aw-destination-tile:hover .aw-destination-tile__image,
    .aw-home-intro__image,
    .aw-home-intro__photo:hover .aw-home-intro__image,
    .aw-home-hero__image,
    .swiper-slide-active .aw-home-hero__image {
        transform: none;
        transition: none;
    }
}

/* ==========================================================================
   3. Counters
   ========================================================================== */
.aw-home-counters {
    position: relative;
    padding: clamp(52px, 7vw, 84px) 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 22%, rgba(41, 156, 183, 0.4), transparent 44%),
        linear-gradient(120deg, var(--aw-primary), var(--aw-primary-hover));
}

/* light swirl watermark so it reads on the dark band */
.aw-home-counters::after {
    content: "";
    position: absolute;
    right: -70px;
    bottom: -80px;
    width: clamp(240px, 32vw, 400px);
    aspect-ratio: 1;
    background: url("../images/revamped/decor/aviation-swirl-light.png") center / contain no-repeat;
    opacity: 0.16;
    pointer-events: none;
}

.aw-home-counters__intro {
    position: relative;
    z-index: 1;
    max-width: 620px;
    margin-bottom: 38px;
}

.aw-home-counters__intro h2 {
    margin: 0;
    color: var(--aw-white);
    font-size: clamp(1.8rem, 3.4vw, 2.9rem);
}

.aw-home-counters__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 36px;
}

.aw-home-counter {
    position: relative;
    padding: 8px 22px 8px 0;
    border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.aw-home-counter:last-child {
    border-right: none;
}

.aw-home-counter__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin-bottom: 18px;
    border-radius: 12px;
    background: rgba(184, 245, 255, 0.14);
    color: var(--aw-highlight);
    font-size: 1.15rem;
}

.aw-home-counter__value {
    display: block;
    color: var(--aw-white);
    font-size: clamp(2.8rem, 5vw, 4.2rem);
    font-weight: 780;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}

.aw-home-counter__value::after {
    content: "+";
    color: var(--aw-highlight);
}

.aw-home-counter__label {
    display: block;
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.96rem;
    font-weight: 600;
    letter-spacing: 0.03em;
}

.aw-home-counters__action {
    position: relative;
    z-index: 1;
    margin-bottom: 18px;
}

.aw-home-counters__tagline {
    position: relative;
    z-index: 1;
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 1.05rem;
    font-weight: 580;
    text-align: center;
    text-wrap: balance;
}

/* ==========================================================================
   4. Speakers
   ========================================================================== */
.aw-home-speakers__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 34px;
}

.aw-home-speakers__intro {
    max-width: 760px;
}

.aw-home-speakers__intro h2 {
    margin-bottom: 16px;
}

.aw-home-speakers__intro p {
    margin: 0 0 12px;
    color: var(--aw-muted);
}

.aw-home-speakers__intro p:last-child {
    margin-bottom: 0;
}

.aw-home-speakers__cta {
    flex-shrink: 0;
    padding-bottom: 4px;
}

.aw-home-speakers__carousel {
    width: 100%;
    padding-bottom: 44px;
    overflow: hidden;
}

/* Speaker card — mirrors the Speakers page treatment */
.aw-speaker-card {
    display: flex;
    flex-direction: column;
    height: auto;
    border: 1px solid var(--aw-border);
    border-radius: var(--aw-radius-lg);
    background: var(--aw-white);
    overflow: hidden;
}

.aw-speaker-card__photo {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: var(--aw-surface);
}

.aw-speaker-card__photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.aw-speaker-card:hover .aw-speaker-card__photo img {
    transform: scale(1.05);
}

.aw-speaker-card__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 18px;
    background: linear-gradient(180deg, rgba(18, 78, 96, 0) 20%, rgba(18, 78, 96, 0.9) 100%);
    opacity: 0;
    transition: opacity 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.aw-speaker-card:hover .aw-speaker-card__overlay {
    opacity: 1;
}

.aw-speaker-card__bio {
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.84rem;
    line-height: 1.55;
}

.aw-speaker-card__info {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 22px 24px 20px;
}

.aw-speaker-card__name {
    margin: 0 0 4px;
    color: var(--aw-heading);
    font-size: 1.14rem;
    font-weight: 700;
    line-height: 1.25;
}

.aw-speaker-card__role {
    margin: 0 0 2px;
    color: var(--aw-body);
    font-size: 0.9rem;
    line-height: 1.45;
}

.aw-speaker-card__company {
    margin: 0 0 12px;
    color: var(--aw-accent);
    font-size: 0.85rem;
    font-weight: 600;
}

.aw-speaker-card__socials {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
    padding-top: 12px;
}

.aw-speaker-card__socials a {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--aw-surface);
    color: var(--aw-muted);
    font-size: 0.82rem;
    transition: background 300ms ease, color 300ms ease, transform 300ms ease;
}

.aw-speaker-card__socials a:hover {
    background: var(--aw-accent);
    color: var(--aw-white);
    transform: translateY(-2px);
}

.aw-home-speakers__carousel .swiper-pagination {
    bottom: 0 !important;
}

.aw-home-speakers__carousel .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: var(--aw-border);
    opacity: 1;
    transition: background 300ms ease, transform 300ms ease;
}

.aw-home-speakers__carousel .swiper-pagination-bullet-active {
    background: var(--aw-accent);
    transform: scale(1.25);
}

.aw-home-speakers__nav {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 8px;
}

.aw-home-speakers__btn {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border: 1px solid var(--aw-border);
    border-radius: 50%;
    background: var(--aw-white);
    color: var(--aw-heading);
    box-shadow: var(--aw-shadow-card);
    transition: background 300ms ease, color 300ms ease, box-shadow 300ms ease, transform 300ms ease;
}

.aw-home-speakers__btn:hover {
    background: var(--aw-primary);
    color: var(--aw-white);
    box-shadow: var(--aw-shadow-soft);
    transform: translateY(-2px);
}

.aw-home-speakers__btn:active {
    transform: translateY(0);
}

/* ==========================================================================
   5. Program Agenda
   ========================================================================== */
/* ==========================================================================
   Program Agenda — with background image + overlay
   ========================================================================== */
.aw-home-agenda {
    position: relative;
    background: url("../images/revamped/africa/ghana-accra-aerial.jpg") center / cover no-repeat;
    color: var(--aw-white);
}

.aw-home-agenda::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(165deg, rgba(18, 78, 96, 0.88) 0%, rgba(14, 62, 77, 0.78) 100%);
}

.aw-home-agenda .aw-container {
    position: relative;
    z-index: 1;
}

.aw-home-agenda .aw-section-heading .aw-eyebrow {
    color: var(--aw-highlight);
}

.aw-home-agenda .aw-section-heading .aw-eyebrow::before {
    background: var(--aw-highlight);
}

.aw-home-agenda .aw-section-heading h2,
.aw-home-agenda .aw-section-heading p {
    color: var(--aw-white);
}

.aw-home-agenda__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin: 0 0 36px;
    padding: 0;
    list-style: none;
}

.aw-home-agenda__item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 30px;
    border: 1px solid var(--aw-border);
    border-radius: var(--aw-radius-lg);
    background: var(--aw-white);
    transition: box-shadow 400ms ease, border-color 400ms ease;
}

.aw-home-agenda__item:hover {
    border-color: rgba(41, 156, 183, 0.4);
    box-shadow: var(--aw-shadow-card);
}

.aw-home-agenda__body {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.aw-home-agenda__time {
    display: flex;
    align-items: center;
    gap: 14px;
}

.aw-home-agenda__day {
    display: inline-flex;
    padding: 6px 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--aw-primary), var(--aw-accent));
    color: var(--aw-white);
    font-size: 0.78rem;
    font-weight: 720;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    white-space: nowrap;
}

.aw-home-agenda__hours {
    color: var(--aw-heading);
    font-weight: 680;
    font-size: 0.98rem;
    white-space: nowrap;
}

.aw-home-agenda__hours em {
    color: var(--aw-muted);
    font-style: normal;
    font-weight: 500;
    font-size: 0.82rem;
    margin: 0 4px;
}

.aw-home-agenda__tag {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--aw-accent);
    font-size: 0.82rem;
    font-weight: 720;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.aw-home-agenda__body h3 {
    margin-bottom: 10px;
    font-size: 1.3rem;
}

.aw-home-agenda__body p {
    flex: 1;
    margin-bottom: 16px;
    color: var(--aw-muted);
    font-size: 0.95rem;
}

.aw-home-agenda__speaker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--aw-heading);
    font-weight: 620;
    font-size: 0.9rem;
}

.aw-home-agenda__speaker i {
    color: var(--aw-accent);
}

.aw-home-agenda__empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    margin-bottom: 32px;
    padding: 44px 24px;
    border: 1px dashed rgba(255, 255, 255, 0.22);
    border-radius: var(--aw-radius-lg);
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
}

.aw-home-agenda__empty i {
    font-size: 2rem;
    color: var(--aw-accent);
}

.aw-home-agenda__action {
    display: flex;
    justify-content: center;
}

/* ==========================================================================
   6. Why Attend
   ========================================================================== */
.aw-home-why-attend__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(32px, 4.5vw, 60px);
    align-items: start;
}

.aw-home-why-attend__heading {
    position: sticky;
    top: calc(var(--aw-header-height) + 24px);
}

.aw-home-why-attend__heading h2 {
    margin-bottom: 18px;
}

.aw-home-why-attend__heading p {
    margin-bottom: 22px;
    color: var(--aw-muted);
}

.aw-home-why-attend__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.aw-home-why-attend__list {
    display: grid;
    gap: 16px;
    counter-reset: reason;
}

.aw-home-reason {
    position: relative;
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 20px 24px;
    border: 1px solid var(--aw-border);
    border-radius: var(--aw-radius-md);
    background: var(--aw-white);
    transition: box-shadow 400ms ease, border-color 400ms ease;
}

.aw-home-reason:hover {
    border-color: rgba(41, 156, 183, 0.4);
    box-shadow: var(--aw-shadow-card);
}

.aw-home-reason__icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: rgba(41, 156, 183, 0.12);
    color: var(--aw-primary);
    font-size: 1.35rem;
}

.aw-home-reason p {
    margin: 0;
    color: var(--aw-body);
    line-height: 1.6;
}

/* ==========================================================================
   6b. Experiences — tourism strip
   ========================================================================== */
.aw-home-experiences__heading {
    margin-bottom: 0;
}

.aw-home-experiences__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.aw-experience-card {
    display: flex;
    flex-direction: column;
    border-radius: var(--aw-radius-md);
    background: var(--aw-white);
    overflow: hidden;
    box-shadow: var(--aw-shadow-card);
    transition: box-shadow 400ms ease;
}

.aw-experience-card:hover {
    box-shadow: var(--aw-shadow-soft);
}

.aw-experience-card__media {
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.aw-experience-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.aw-experience-card:hover .aw-experience-card__image {
    transform: scale(1.05);
}

.aw-experience-card__body {
    flex: 1;
    padding: 22px 24px 26px;
}

.aw-experience-card__body h3 {
    margin-bottom: 8px;
    font-size: 1.1rem;
}

.aw-experience-card__body p {
    margin: 0;
    color: var(--aw-muted);
    font-size: 0.93rem;
    line-height: 1.6;
}

@media (prefers-reduced-motion: reduce) {
    .aw-experience-card__image,
    .aw-experience-card:hover .aw-experience-card__image {
        transform: none;
        transition: none;
    }
}

/* ==========================================================================
    7. Why Exhibit
   ========================================================================== */
.aw-home-why-exhibit__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 34px;
}

.aw-exhibit-card {
    border-radius: var(--aw-radius-lg);
    background: var(--aw-white);
    overflow: hidden;
    box-shadow: var(--aw-shadow-card);
    transition: box-shadow 400ms ease;
}

.aw-exhibit-card:hover {
    box-shadow: var(--aw-shadow-soft);
}

.aw-exhibit-card__media {
    position: relative;
    aspect-ratio: 3 / 2;
    overflow: hidden;
}

.aw-exhibit-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.aw-exhibit-card:hover .aw-exhibit-card__image {
    transform: scale(1.05);
}

.aw-exhibit-card__body {
    padding: 22px 24px 26px;
}

.aw-exhibit-card__body p {
    margin: 0;
    color: var(--aw-body);
    line-height: 1.6;
}

.aw-home-why-exhibit__action {
    display: flex;
    justify-content: center;
}

/* ==========================================================================
   8. CTA
   ========================================================================== */
.aw-home-cta {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 32px;
    padding: clamp(36px, 5vw, 60px);
    border-radius: var(--aw-radius-lg);
    overflow: hidden;
    background:
        radial-gradient(circle at 86% 12%, rgba(41, 156, 183, 0.36), transparent 42%),
        linear-gradient(102deg, rgba(14, 62, 77, 0.92) 0%, rgba(18, 78, 96, 0.72) 55%, rgba(18, 78, 96, 0.4) 100%),
        url("../images/revamped/africa/aviation-above-clouds.jpg") center / cover no-repeat;
}

/* light swirl so it shows against the dark card */
.aw-home-cta::after {
    content: "";
    position: absolute;
    right: -60px;
    bottom: -70px;
    width: clamp(230px, 28vw, 350px);
    aspect-ratio: 1;
    background: url("../images/revamped/decor/aviation-swirl-light.png") center / contain no-repeat;
    opacity: 0.16;
    pointer-events: none;
    z-index: 0;
}

.aw-home-cta__content,
.aw-home-cta__actions {
    position: relative;
    z-index: 1;
}

.aw-home-cta__content h2 {
    max-width: 20ch;
    margin: 0;
    color: var(--aw-white);
    font-size: clamp(1.8rem, 3.4vw, 3rem);
    line-height: 1.45;
    text-wrap: balance;
}

.aw-home-cta__sep {
    display: block;
    width: 60px;
    height: 2px;
    margin: 8px 0;
    background: var(--aw-accent);
    opacity: 0.55;
}

.aw-home-cta__sub {
    margin: 14px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(1rem, 1.6vw, 1.25rem);
    font-weight: 580;
    text-wrap: balance;
}

.aw-home-cta__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
}

/* ==========================================================================
    9. Partners
   ========================================================================== */
.aw-home-partners {
    padding-top: 0;
}

.aw-home-partners__grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: clamp(28px, 5vw, 68px);
}

.aw-home-partner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 84px;
}

.aw-home-partner img {
    max-height: 64px;
    max-width: 190px;
    width: auto;
    object-fit: contain;
    filter: grayscale(0);
    opacity: 1;
    transition: filter 400ms ease, opacity 400ms ease;
}

.aw-home-partner:hover img {
    filter: grayscale(1);
    opacity: 0.6;
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1080px) {
    .aw-home-intro__grid,
    .aw-home-why-attend__grid {
        grid-template-columns: 1fr;
    }

    /* single column — images sit side by side, badge becomes a strip below */
    .aw-home-intro__media {
        flex-direction: row;
        gap: 14px;
    }

    .aw-home-intro__photo--aviation,
    .aw-home-intro__photo--tourism {
        flex: 1;
        min-height: 0;
        aspect-ratio: 4 / 3;
    }

    .aw-home-intro__badge {
        position: static;
        max-width: none;
        align-self: stretch;
        justify-content: center;
        transform: none;
        order: 3;
        width: 100%;
    }

    .aw-home-intro__media {
        flex-wrap: wrap;
    }

    .aw-home-why-attend__heading {
        position: static;
    }

    .aw-home-why-exhibit__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .aw-home-experiences__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 860px) {
    .aw-home-hero__slide {
        min-height: 540px;
    }

    .aw-home-hero__inner {
        padding-bottom: 178px;
    }

    .aw-home-hero__countdown-inner {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }

    .aw-home-hero__countdown-info {
        flex-direction: column;
        gap: 12px;
    }

    .aw-home-hero__countdown-actions {
        justify-content: center;
    }

    .aw-home-hero__countdown-actions .aw-button {
        font-size: 0.82rem;
        padding: 0 18px;
        min-height: 38px;
        white-space: nowrap;
    }

    .aw-home-counters__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 26px 24px;
    }

    .aw-home-counter:nth-child(2n) {
        border-right: none;
    }

    .aw-home-counters__tagline {
        text-align: left;
    }

    .aw-home-speakers__head {
        flex-direction: column;
        align-items: flex-start;
    }

.aw-home-agenda__list {
        grid-template-columns: 1fr;
    }

    .aw-home-destinations__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: repeat(4, clamp(190px, 30vw, 240px));
        grid-template-areas:
            "lagos lagos"
            "ganvie ganvie"
            "accra lacrose"
            "kribi mindelo";
        grid-auto-rows: clamp(190px, 30vw, 240px);
        gap: 18px;
    }

    .aw-home-cta {
        grid-template-columns: 1fr;
    }

    .aw-home-cta__actions {
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    .aw-home-intro__features {
        grid-template-columns: 1fr;
    }

    .aw-home-intro__media {
        flex-direction: column;
    }

    .aw-home-intro__photo--aviation,
    .aw-home-intro__photo--tourism {
        aspect-ratio: 16 / 10;
    }

    .aw-home-why-exhibit__grid {
        grid-template-columns: 1fr;
    }

    .aw-home-experiences__grid {
        grid-template-columns: 1fr;
    }

    .aw-home-destinations__grid {
        grid-template-columns: 1fr;
        grid-template-areas:
            "lagos"
            "accra"
            "ganvie"
            "lacrose"
            "kribi"
            "mindelo";
        grid-auto-rows: 220px;
    }

    .aw-destination-tile--lagos .aw-destination-tile__image {
        min-height: 220px;
    }

    .aw-destination-tile--ganvie {
        min-height: 0;
    }

    .aw-home-hero__countdown-units {
        gap: 18px;
    }

    .aw-home-agenda__item {
        gap: 18px;
    }
}
