.worldhub-content-page {
    background: radial-gradient(circle at 10% 0%, rgba(37, 99, 235, .12), transparent 34%), radial-gradient(circle at 90% 10%, rgba(56, 189, 248, .14), transparent 30%), #f8fafc
}

.worldhub-page-hero {
    padding: 64px 0 34px;
    background: linear-gradient(135deg, rgba(15, 23, 42, .95), rgba(30, 64, 175, .88)), url("../../images/bg3.jpg") center/cover no-repeat;
    color: #fff;
    position: relative;
    overflow: hidden
}

.worldhub-page-hero-home,
.worldhub-page-hero-flights {
    background: linear-gradient(135deg, rgba(3, 7, 18, .94), rgba(29, 78, 216, .88)), url("../../images/bg3.jpg") center/cover no-repeat
}

.worldhub-page-hero-vacation {
    background: linear-gradient(135deg, rgba(88, 28, 135, .94), rgba(219, 39, 119, .75)), url("../../images/bg3.jpg") center/cover no-repeat
}

.worldhub-page-hero-car-rental {
    background: linear-gradient(135deg, rgba(6, 78, 59, .94), rgba(14, 165, 233, .78)), url("../../images/bg3.jpg") center/cover no-repeat
}

.worldhub-page-hero-policy {
    background: linear-gradient(135deg, rgba(15, 23, 42, .96), rgba(51, 65, 85, .88)), url("../../images/bg3.jpg") center/cover no-repeat
}

.worldhub-page-hero-about,
.worldhub-page-hero-contact {
    background: linear-gradient(135deg, rgba(30, 41, 59, .94), rgba(37, 99, 235, .82)), url("../../images/bg3.jpg") center/cover no-repeat
}

.worldhub-page-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px);
    background-size: 58px 58px;
    opacity: .45;
    pointer-events: none
}

.worldhub-page-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 980px
}

.worldhub-page-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    padding: 7px 14px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 999px;
    background: rgba(255, 255, 255, .1);
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase
}

.worldhub-page-hero h1 {
    font-family: var(--font-display, inherit);
    line-height: 1.03;
    letter-spacing: -.06em
}

.worldhub-page-hero p {
    max-width: 780px;
    color: rgba(255, 255, 255, .78);
    line-height: 1.8;
    margin-inline: auto
}

.worldhub-hero-search {
    color: var(--text-1);
    border-radius: 24px
}

.worldhub-content-shell {
    align-items: start
}

.worldhub-content-section {
    background: #fff;
    border: 1px solid rgba(226, 232, 240, .95);
    border-radius: 22px;
    box-shadow: 0 16px 42px rgba(15, 23, 42, .06);
    overflow: hidden;
    transition: transform .18s ease, box-shadow .18s ease
}

.worldhub-content-section:hover,
.worldhub-mini-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 54px rgba(15, 23, 42, .1) !important
}

.worldhub-content-section-featured {
    background: linear-gradient(135deg, rgba(37, 99, 235, .08), rgba(56, 189, 248, .06)), #fff
}

.worldhub-content-section h2 {
    font-family: var(--font-display, inherit);
    line-height: 1.22;
    letter-spacing: -.035em;
    color: #0f172a
}

.worldhub-content-section p {
    color: #475569;
    line-height: 1.82;
    margin: 0 0 13px
}

.worldhub-content-section p:last-child {
    margin-bottom: 0
}

.worldhub-content-list {
    background: transparent
}

.worldhub-content-list li {
    position: relative;
    padding-left: 27px;
    color: #334155;
    line-height: 1.65;
    background: transparent;
    border-color: rgba(226, 232, 240, .8)
}

.worldhub-content-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .62em;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2563eb, #38bdf8);
    box-shadow: 0 0 0 4px rgba(37, 99, 235, .1)
}

.worldhub-policy-content-section {
    background: #fff;
    border: 1px solid rgba(226, 232, 240, .95);
    border-radius: 16px;
    padding: 34px;
    box-shadow: 0 16px 42px rgba(15, 23, 42, .06)
}

.worldhub-policy-intro {
    padding-bottom: 26px;
    border-bottom: 1px solid rgba(226, 232, 240, .95)
}

.worldhub-policy-updated {
    display: inline-flex;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(37, 99, 235, .08);
    color: #1d4ed8;
    font-size: .82rem;
    font-weight: 800
}

.worldhub-policy-section {
    padding: 28px 0;
    border-bottom: 1px solid rgba(226, 232, 240, .95)
}

.worldhub-policy-section:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

.worldhub-policy-section h2 {
    margin-bottom: 14px;
    color: #0f172a;
    font-family: var(--font-display, inherit);
    font-size: 1.35rem;
    line-height: 1.25;
    letter-spacing: -.025em
}

.worldhub-policy-section h3 {
    margin: 22px 0 8px;
    color: #1e293b;
    font-size: 1.05rem;
    font-weight: 800
}

.worldhub-policy-list-title {
    font-weight: 800;
    color: #1e293b !important
}

.worldhub-policy-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 18px;
    margin: 14px 0 18px;
    padding: 0;
    list-style: none
}

.worldhub-policy-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #334155;
    line-height: 1.55
}

.worldhub-policy-list i {
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    margin-top: 1px;
    border-radius: 50%;
    background: rgba(37, 99, 235, .09);
    color: #1d4ed8;
    font-size: .72rem;
    line-height: 22px;
    text-align: center
}

.worldhub-policy-content-section p {
    color: #475569;
    line-height: 1.82;
    margin: 0 0 13px
}

.worldhub-policy-content-section p:last-child,
.worldhub-policy-block p:last-child {
    margin-bottom: 0
}

.worldhub-page-cta {
    border-radius: 26px;
    background: linear-gradient(135deg, #0f172a, #1d4ed8);
    color: #fff;
    box-shadow: 0 24px 60px rgba(15, 23, 42, .22);
    overflow: hidden
}

.worldhub-policy-page .worldhub-content-section {
    border-radius: 16px
}

.worldhub-policy-page .worldhub-content-section h2 {
    font-size: 1.35rem
}

.worldhub-contact-panel,
.worldhub-mini-card {
    border-radius: 22px;
    overflow: hidden
}

.worldhub-contact-panel code {
    color: #1d4ed8;
    background: rgba(37, 99, 235, .08);
    padding: 2px 6px;
    border-radius: 6px
}

.worldhub-page-cta h2 {
    margin: 0 0 8px;
    font-family: var(--font-display, inherit);
    letter-spacing: -.035em
}

.worldhub-page-cta p {
    margin: 0;
    color: rgba(255, 255, 255, .76);
    max-width: 720px
}

.worldhub-cta-btn {
    border-radius: 999px;
    background: #fff;
    color: #1d4ed8;
    font-weight: 800;
    border: 0;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .16)
}

.worldhub-cta-btn:hover {
    color: #0f172a;
    transform: translateY(-1px)
}

@media (max-width:768px) {
    .worldhub-page-hero {
        padding: 42px 0 28px
    }

    .worldhub-content-section,
    .worldhub-policy-content-section,
    .worldhub-page-cta {
        border-radius: 18px
    }

    .worldhub-policy-content-section {
        padding: 24px 20px
    }

    .worldhub-policy-list {
        grid-template-columns: 1fr
    }

    .worldhub-cta-btn {
        width: 100%
    }
}

.worldhub-policy-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px
}

.worldhub-policy-list-content strong {
    display: block;
    margin-bottom: 6px
}

.worldhub-policy-list-content p {
    margin: 0 0 8px
}

.worldhub-page-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(14px, 4vw, 17px) 0 clamp(8px, 4vw, 17px);
    background: radial-gradient(circle at 12% 20%, rgba(56, 189, 248, .18), transparent 34%), radial-gradient(circle at 90% 10%, rgba(37, 99, 235, .18), transparent 30%), linear-gradient(135deg, var(--navy) 0%, var(--navy-700) 55%, var(--navy-600) 100%)
}

.worldhub-page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
    background-size: clamp(38px, 5vw, 64px) clamp(38px, 5vw, 64px);
    pointer-events: none
}

.worldhub-page-hero .container {
    position: relative;
    z-index: 2
}

.worldhub-page-hero-search-wrap {
    background: var(--surface);
    border-radius: clamp(14px, 2vw, var(--r-2xl));
    padding: clamp(10px, 1.6vw, 18px);
    margin-bottom: clamp(26px, 4vw, 46px);
    box-shadow: var(--shadow-xl);
    border: 1px solid rgba(255, 255, 255, .55)
}

.worldhub-page-hero-content {
    color: var(--text-inverse);
    max-width: 560px
}

.worldhub-page-eyebrow {
    background: rgba(255, 255, 255, .10);
    border: 1px solid rgba(255, 255, 255, .18);
    color: var(--sky);
    padding: 7px 14px;
    font-size: clamp(10px, .8vw, 12px);
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase
}

.worldhub-page-hero h1 {
    font-family: var(--font-display);
    color: var(--text-inverse);
    line-height: 1.08;
    letter-spacing: -.04em;
    font-size: clamp(2rem, 5vw, 3.5rem)
}

.worldhub-page-hero .lead {
    color: var(--text-inverse-70);
    font-size: clamp(.9rem, 1.4vw, 1.02rem);
    line-height: 1.7
}

.worldhub-hero-call-btn,
.worldhub-hero-outline-btn {
    border-radius: var(--r-pill);
    padding: 11px 22px;
    font-weight: 800
}

.worldhub-hero-call-btn {
    background: var(--royal);
    color: var(--text-inverse);
    box-shadow: var(--shadow-royal)
}

.worldhub-hero-call-btn:hover {
    background: var(--royal-hover);
    color: var(--text-inverse);
    transform: translateY(-2px)
}

.worldhub-hero-outline-btn {
    color: var(--text-inverse);
    border: 1px solid rgba(255, 255, 255, .28);
    font-weight: 700
}

.worldhub-hero-outline-btn:hover {
    background: rgba(255, 255, 255, .10);
    color: var(--text-inverse)
}

.worldhub-page-hero-image {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    isolation: isolate;
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .18);
    box-shadow: 0 30px 70px rgba(0, 0, 0, .28), 0 12px 30px rgba(37, 99, 235, .15);
    transition: .35s ease
}

.worldhub-page-hero-image::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(15, 23, 42, .02) 0%, rgba(15, 23, 42, .12) 45%, rgba(15, 23, 42, .55) 100%);
    pointer-events: none
}

.worldhub-page-hero-image::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    top: -60px;
    right: -60px;
    background: rgba(56, 189, 248, .25);
    filter: blur(70px);
    z-index: 1
}

.worldhub-page-hero-image:hover {
    transform: translateY(-6px)
}

.worldhub-page-hero-image img {
    width: 100%;
    height: clamp(320px, 38vw, 520px);
    object-fit: cover;
    display: block;
    transition: transform .6s ease
}

.worldhub-page-hero-image:hover img {
    transform: scale(1.05)
}

.worldhub-page-hero-image img {
    width: 100%;
    height: clamp(240px, 34vw, 430px);
    object-fit: cover
}

.worldhub-page-hero-badge {
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .95);
    color: var(--navy);
    font-size: .85rem;
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .12)
}

@media (max-width:991px) {
    .worldhub-page-hero-content {
        text-align: center;
        margin: 0 auto
    }

    .worldhub-page-hero-content .d-flex {
        justify-content: center
    }
}

@media (max-width:575px) {
    .worldhub-page-hero {
        padding-top: 24px
    }

    .worldhub-page-hero-search-wrap {
        padding: 10px;
        margin-bottom: 24px
    }

    .worldhub-hero-call-btn,
    .worldhub-hero-outline-btn {
        width: 100%;
        justify-content: center
    }
}

@media (max-width:991px) {
    .worldhub-page-hero-image {
        margin-top: 20px
    }

    .worldhub-page-hero-image img {
        height: 300px
    }
}

@media (max-width:575px) {
    .worldhub-page-hero-image {
        border-radius: 20px
    }

    .worldhub-page-hero-image img {
        height: 240px
    }

    .worldhub-page-hero-badge {
        left: 12px;
        right: 12px;
        bottom: 12px;
        justify-content: center;
        text-align: center
    }
}

.worldhub-image-content-section {
    padding: clamp(42px, 6vw, 39px) 0;
    background: var(--bg, #f8fafc)
}

.worldhub-image-content-media {
    position: relative;
    overflow: hidden;
    border-radius: clamp(18px, 2vw, 28px);
    box-shadow: var(--shadow-xl, 0 24px 60px rgba(15, 23, 42, .16));
    background: #fff;
    padding: 18px;
    min-height: clamp(280px, 36vw, 480px);
    display: flex;
    align-items: center;
    justify-content: center
}

.worldhub-image-content-media img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: clamp(260px, 34vw, 440px);
    object-fit: contain;
    object-position: center
}

.worldhub-image-content-body {
    max-width: 100%
}

.worldhub-image-content-eyebrow {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 7px 14px;
    border-radius: 999px;
    background: var(--royal-light, #eff4ff);
    color: var(--royal, #2563eb);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase
}

.worldhub-image-content-body h2 {
    font-family: var(--font-display, inherit);
    font-size: clamp(1.8rem, 4vw, 3rem);
    line-height: 1.12;
    letter-spacing: -.04em;
    color: var(--navy, #0f172a);
    margin-bottom: 14px
}

.worldhub-image-content-text {
    color: var(--text-2, #334155);
    font-size: clamp(.95rem, 1.4vw, 1.05rem);
    line-height: 1.8
}

.worldhub-image-content-text p:last-child {
    margin-bottom: 0
}

.worldhub-image-content-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px
}

.worldhub-section-btn-primary,
.worldhub-section-btn-outline {
    border-radius: 999px;
    padding: 11px 22px;
    font-weight: 800
}

.worldhub-section-btn-primary {
    background: var(--royal, #2563eb);
    color: #fff;
    box-shadow: var(--shadow-royal, 0 10px 24px rgba(37, 99, 235, .28))
}

.worldhub-section-btn-primary:hover {
    background: var(--royal-hover, #1d4ed8);
    color: #fff;
    transform: translateY(-2px)
}

.worldhub-section-btn-outline {
    border: 1px solid var(--border, #e2e8f0);
    color: var(--navy, #0f172a);
    background: #fff
}

.worldhub-section-btn-outline:hover {
    background: var(--royal-light, #eff4ff);
    color: var(--royal, #2563eb)
}

@media (max-width:991px) {
    .worldhub-image-content-body {
        max-width: 100%;
        text-align: center
    }

    .worldhub-image-content-actions {
        justify-content: center
    }
}

@media (max-width:575px) {
    .worldhub-image-content-section {
        padding: 36px 0
    }

    .worldhub-image-content-actions .btn {
        width: 100%
    }
}

.worldhub-image-content-list-wrap {
    margin-top: 24px;
    padding: 22px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid var(--border-soft, #edf1f6);
    box-shadow: 0 10px 30px rgba(15, 23, 42, .05)
}

.worldhub-image-content-list-wrap h3 {
    font-family: var(--font-display, inherit);
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--navy, #0f172a);
    margin-bottom: 16px
}

.worldhub-image-content-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px
}

.worldhub-image-content-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--text-2, #334155);
    font-size: .96rem;
    line-height: 1.6
}

.worldhub-image-content-list li i {
    width: 22px;
    height: 22px;
    min-width: 22px;
    border-radius: 50%;
    background: var(--royal-light, #eff4ff);
    color: var(--royal, #2563eb);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    margin-top: 2px
}

.worldhub-image-content-description {
    margin-top: 22px;
    color: var(--text-2, #334155);
    font-size: 1rem;
    line-height: 1.8
}

@media (max-width:991px) {
    .worldhub-image-content-list li {
        text-align: left
    }
}

@media (max-width:575px) {
    .worldhub-image-content-list-wrap {
        padding: 18px;
        border-radius: 16px
    }
}

.worldhub-content-items-section {
    padding: clamp(42px, 6vw, 86px) 0;
    background: var(--bg, #f8fafc)
}

.worldhub-content-items-head {
    max-width: 760px;
    margin-bottom: clamp(28px, 4vw, 44px)
}

.worldhub-content-items-head h2 {
    font-family: var(--font-display, inherit);
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    line-height: 1.12;
    letter-spacing: -.04em;
    color: var(--navy, #0f172a);
    margin-bottom: 12px
}

.worldhub-content-items-head p {
    color: var(--text-3, #64748b);
    font-size: 1rem;
    line-height: 1.75;
    margin: 0
}

.worldhub-content-items-grid {
    display: grid;
    gap: 18px
}

.worldhub-content-items-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.worldhub-content-items-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

.worldhub-content-items-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
}

.worldhub-content-item-card {
    height: 100%;
    background: var(--surface, #fff);
    border: 1px solid var(--border-soft, #edf1f6);
    border-radius: 22px;
    padding: clamp(18px, 2vw, 26px);
    box-shadow: var(--shadow-sm, 0 2px 8px rgba(15, 23, 42, .06));
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease
}

.worldhub-content-item-card:hover {
    transform: translateY(-4px);
    border-color: var(--royal-border, #c7dafe);
    box-shadow: var(--shadow-lg, 0 16px 40px rgba(15, 23, 42, .12))
}

.worldhub-content-item-icon {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    background: var(--royal-light, #eff4ff);
    color: var(--royal, #2563eb);
    font-size: 20px
}

.worldhub-content-item-card h3 {
    font-family: var(--font-display, inherit);
    font-size: 1.08rem;
    line-height: 1.3;
    color: var(--navy, #0f172a);
    margin-bottom: 10px;
    font-weight: 800
}

.worldhub-content-item-card p {
    color: var(--text-2, #334155);
    font-size: .93rem;
    line-height: 1.75;
    margin: 0
}

@media (max-width:1199px) {
    .worldhub-content-items-grid-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media (max-width:991px) {

    .worldhub-content-items-grid-3,
    .worldhub-content-items-grid-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media (max-width:575px) {

    .worldhub-content-items-grid,
    .worldhub-content-items-grid-2,
    .worldhub-content-items-grid-3,
    .worldhub-content-items-grid-4 {
        grid-template-columns: 1fr
    }

    .worldhub-content-item-card {
        border-radius: 18px
    }
}

.worldhub-opportunities-section {
    padding: 40px 0;
    background: #f8fafc
}

.worldhub-opportunities-head {
    max-width: 800px;
    margin: auto;
    margin-bottom: 60px
}

.worldhub-opportunities-head h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    line-height: 1.1;
    color: #0f172a;
    margin-bottom: 15px
}

.worldhub-opportunities-head p {
    color: #64748b;
    line-height: 1.8
}

.worldhub-opportunity-card {
    background: #fff;
    border-radius: 28px;
    padding: 35px;
    height: 100%;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 40px rgba(15, 23, 42, .06);
    transition: .3s;
    position: relative;
    overflow: hidden
}

.worldhub-opportunity-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(15, 23, 42, .12)
}

.worldhub-opportunity-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #2563eb, #38bdf8)
}

.worldhub-opportunity-icon {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    background: #eff6ff;
    color: #2563eb;
    font-size: 30px;
    margin-bottom: 25px
}

.worldhub-opportunity-card h3 {
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.3;
    color: #0f172a;
    margin-bottom: 18px
}

.worldhub-opportunity-card p {
    color: #475569;
    line-height: 1.9;
    margin: 0
}

@media (max-width:991px) {
    .worldhub-opportunities-section {
        padding: 70px 0
    }

    .worldhub-opportunity-card {
        padding: 30px
    }
}

@media (max-width:767px) {
    .worldhub-opportunities-head {
        margin-bottom: 40px
    }

    .worldhub-opportunity-card {
        border-radius: 22px;
        padding: 25px
    }

    .worldhub-opportunity-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
        border-radius: 18px
    }

    .worldhub-opportunity-card h3 {
        font-size: 1.1rem
    }
}

.worldhub-four-items-section {
    padding: clamp(42px, 6vw, 86px) 0;
    background: var(--bg, #f8fafc)
}

.worldhub-four-items-head {
    max-width: 780px;
    margin-bottom: clamp(28px, 4vw, 48px)
}

.worldhub-four-items-head h2 {
    font-family: var(--font-display, inherit);
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    line-height: 1.12;
    letter-spacing: -.04em;
    color: var(--navy, #0f172a);
    margin-bottom: 12px
}

.worldhub-four-items-head p {
    color: var(--text-3, #64748b);
    font-size: 1rem;
    line-height: 1.75;
    margin: 0
}

.worldhub-four-items-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px
}

.worldhub-four-item-card {
    height: 100%;
    background: #fff;
    border: 1px solid var(--border-soft, #edf1f6);
    border-radius: 22px;
    padding: clamp(18px, 2vw, 26px);
    box-shadow: var(--shadow-sm, 0 2px 8px rgba(15, 23, 42, .06));
    transition: .22s ease
}

.worldhub-four-item-card:hover {
    transform: translateY(-5px);
    border-color: var(--royal-border, #c7dafe);
    box-shadow: var(--shadow-lg, 0 16px 40px rgba(15, 23, 42, .12))
}

.worldhub-four-item-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    background: var(--royal-light, #eff4ff);
    color: var(--royal, #2563eb);
    font-size: 22px
}

.worldhub-four-item-card h3 {
    font-family: var(--font-display, inherit);
    font-size: 1.05rem;
    line-height: 1.3;
    color: var(--navy, #0f172a);
    margin-bottom: 10px;
    font-weight: 800
}

.worldhub-four-item-card p {
    color: var(--text-2, #334155);
    font-size: .92rem;
    line-height: 1.7;
    margin: 0
}

@media (max-width:1199px) {
    .worldhub-four-items-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media (max-width:575px) {
    .worldhub-four-items-grid {
        grid-template-columns: 1fr
    }

    .worldhub-four-item-card {
        border-radius: 18px
    }
}

.worldhub-adventure-section {
    background: #f8fafc;
    margin-bottom: 0%
}

.worldhub-adventure-card {
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    padding: clamp(30px, 5vw, 70px);
    background: radial-gradient(circle at 12% 20%, rgba(56, 189, 248, .22), transparent 34%), radial-gradient(circle at 90% 80%, rgba(37, 99, 235, .30), transparent 36%), linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%);
    color: #fff;
    box-shadow: 0 30px 80px rgba(15, 23, 42, .22)
}

.worldhub-adventure-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px);
    background-size: 54px 54px;
    opacity: .45;
    pointer-events: none
}

.worldhub-adventure-content {
    position: relative;
    z-index: 2;
    max-width: 880px;
    margin: 0 auto;
    text-align: center
}

.worldhub-adventure-eyebrow {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 7px 15px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .2);
    color: #38bdf8;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase
}

.worldhub-adventure-content h2 {
    font-family: var(--font-display, inherit);
    font-size: clamp(2rem, 4.5vw, 3.4rem);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -.045em;
    margin-bottom: 12px
}

.worldhub-adventure-content h3 {
    font-size: clamp(1rem, 2vw, 1.35rem);
    line-height: 1.5;
    font-weight: 600;
    color: rgba(255, 255, 255, .84);
    margin-bottom: 24px
}

.worldhub-adventure-content p {
    color: rgba(255, 255, 255, .74);
    font-size: clamp(.95rem, 1.3vw, 1.05rem);
    line-height: 1.85;
    margin: 0 auto 14px;
    max-width: 820px
}

.worldhub-adventure-content p:last-of-type {
    margin-bottom: 0
}

.worldhub-adventure-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
    padding: 13px 24px;
    border-radius: 999px;
    background: #fff;
    color: #1d4ed8;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 14px 34px rgba(0, 0, 0, .18);
    transition: .25s ease
}

.worldhub-adventure-btn:hover {
    color: #0f172a;
    transform: translateY(-2px)
}

@media (max-width:575px) {
    .worldhub-adventure-card {
        border-radius: 22px
    }

    .worldhub-adventure-btn {
        width: 100%;
        justify-content: center
    }
}