/* ===========================
   GLOBAL & BODY STYLES
   =========================== */
body {
    background-image: url("../assets/achtergrond4.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

p {
    font-family: "Trade Gothic Next LT Pro", sans-serif;
    color: #CED2E4;
}

/* ===========================
   HEADER SECTION
   =========================== */
.header {
    position: relative;
}

.btn-skip {
    position: absolute;
    background-color: rgba(82, 82, 82, 0.5);
    padding: 25px 25px;
    border-radius: 100px;
    border: #3059FF 5px solid;
    cursor: pointer;
    right: 50px;
    top: 50px;
    color: #fff;
    text-decoration: none;
    font-family: "trade-gothic-next", sans-serif;
    font-weight: 800;
    font-style: italic;
    z-index: 5;
    transition: all 0.3s ease;
}

.btn-skip:hover {
    background-color: rgba(48, 89, 255, 0.7);
    transform: scale(1.05);
}

.section-video {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.btn-video {
    background-color: rgba(82, 82, 82, 0.5);
    padding: 55px 50px;
    border-radius: 100px;
    border: #3059FF 5px solid;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    font-family: "trade-gothic-next", sans-serif;
    font-weight: 800;
    font-style: italic;
    font-size: 90px;
    transition: all 0.3s ease;
}

.btn-video:hover {
    transform: scale(1.08);
    background-color: rgba(48, 89, 255, 0.85);
    box-shadow: 0 0 30px rgba(48, 89, 255, 0.6);
}

/* ===========================
   HERO SECTION
   =========================== */
.section-hero {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.hero-content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.hero-image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.hero-title {
    text-align: center;
    color: rgba(255, 255, 255, 0.80);
    font-size: 110px;
    font-family: "Trade Gothic Next LT Pro";
    font-weight: 800;
    line-height: normal;
    font-style: normal;
    width: 1000px;
    z-index: 2;
}

.btn-next {
    position: absolute;
    bottom: 10px;
    width: 100px;
    height: 100px;
    object-fit: cover;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.btn-next:hover .btn-next-img {
    transform: scale(1.1);
}

.btn-next-img {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
}

/* ===========================
   PHONE SECTION
   =========================== */
.section-phone {
    position: relative;
    padding: 0px 0;
}

.phone-box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.phone-image {
    display: block;
    margin: 0 auto;
    height: 100vh;
    width: 110%;
}

.phone-text {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    background: #081E77;
    padding: 60px 40px;
    border-radius: 100px;
    margin-top: 100px;
    font-size: 25px;
    font-family: "Trade Gothic Next LT Pro";
    font-weight: 700;
    font-style: normal;
    line-height: 35px;
    left: 20px;
    top: 100px;
    width: 500px;
}

.btn-next2 {
    position: absolute;
    bottom: 10px;
    width: 100px;
    height: 100px;
    object-fit: cover;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.btn-next2:hover .btn-next-img2 {
    transform: scale(1.1);
}

.btn-next-img2 {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
}

/* ===========================
   EURO SECTION
   =========================== */
.section-euro {
    position: relative;
    padding: 0px 0;
}

.euro-box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.euro-image {
    display: block;
    margin: 0 auto;
    height: 100vh;
    width: 100%;
}


.euro-text {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    background: #081E77;
    padding: 60px 70px;
    border-radius: 100px;
    margin-top: 100px;
    font-size: 25px;
    font-family: "Trade Gothic Next LT Pro";
    font-weight: 700;
    font-style: normal;
    line-height: 35px;
    right: 50px;
    top: 100px;
    width: 500px;
}

.btn-next3 {
    position: absolute;
    bottom: 10px;
    width: 100px;
    height: 100px;
    object-fit: cover;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.btn-next3:hover .btn-next-img3 {
    transform: scale(1.1);
}

.btn-next-img3 {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
}

/* ===========================
   PICKAXE SECTION
   =========================== */
.section-pickaxe {
    position: relative;
    padding: 0px 0;
}

.pickaxe-box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pickaxe-image {
    display: block;
    margin: 0 auto;
    height: 100vh;
    width: 100%;
}


.pickaxe-text {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    background: #081E77;
    padding: 60px 70px;
    border-radius: 100px;
    margin-top: 100px;
    font-size: 25px;
    font-family: "Trade Gothic Next LT Pro";
    font-weight: 700;
    font-style: normal;
    line-height: 35px;
    right: 50px;
    top: 100px;
    width: 500px;
}

.btn-next4 {
    position: absolute;
    bottom: 10px;
    width: 100px;
    height: 100px;
    object-fit: cover;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.btn-next4:hover .btn-next-img4 {
    transform: scale(1.1);
}

.btn-next-img4 {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
}

/* ===========================
   WK STEEN SECTION
   =========================== */
.section-wk-steen {
    position: relative;
    padding: 0px 0;
}

.wk-steen-box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wk-steen-image {
    display: block;
    margin: 0 auto;
    height: 100vh;
    width: 100%;
}


.wk-steen-text {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    background: #081E77;
    padding: 60px 70px;
    border-radius: 100px;
    margin-top: 100px;
    font-size: 25px;
    font-family: "Trade Gothic Next LT Pro";
    font-weight: 700;
    font-style: normal;
    line-height: 35px;
    right: 50px;
    top: 100px;
    width: 500px;
}

.btn-next5 {
    position: absolute;
    bottom: 10px;
    width: 100px;
    height: 100px;
    object-fit: cover;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.btn-next6 {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    object-fit: cover;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.btn-next5:hover .btn-next-img5 {
    transform: scale(1.1);
}

.btn-next-img5 {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
}

/* ===========================
   INFO LARGE SECTIONS
   =========================== */
.section-info-large {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 100px;
}

.info-image {
    width: 100%;
    filter: drop-shadow(0 60px 10px rgba(18, 64, 255, 0.3)) drop-shadow(0 -60px 10px rgba(18, 64, 255, 0.3));
}

.info-image-alt {
    width: 100%;
    filter: drop-shadow(0 60px 10px rgba(18, 64, 255, 0.3)) drop-shadow(0 -60px 10px rgba(18, 64, 255, 0.3));
    margin-bottom: 150px;
}

.info-title {
    position: absolute;
    margin-top: 30px;
    font-size: 50px;
    font-family: "trade-gothic-next", sans-serif;
    font-weight: 800;
    font-style: italic;
    left: 250px;
    top: 200px;
}

.info-text {
    position: absolute;
    margin-top: 100px;
    font-size: 30px;
    font-family: "trade-gothic-next", sans-serif;
    font-weight: 800;
    font-style: normal;
    left: 250px;
    top: 300px;
    width: 750px;
}

.section-spacer {
    height: 0;
}

/* ===========================
   CONGO MAP SECTION
   =========================== */
.section-congo {
    position: relative;
    height: 220vh;
}

.congo-title {
    position: sticky;
    top: -20px;
    text-align: center;
    color: #fff;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.congo-h3 {
    position: sticky;
    text-align: center;
    color: #fff;
    z-index: 10;
    opacity: 0;
}

.congo-title h2 {
    color: #081E77;
    text-align: center;
    font-family: "Trade Gothic Next LT Pro";
    font-size: 128px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

h3 {
    width: 250px;
    position: absolute;
    color: #081E77;
    font-family: "Trade Gothic Next LT Pro";
    font-size: 20px;
    font-style: italic;
    font-weight: 800;
    line-height: normal;
    bottom: 80px;
    left: -70px;
}

.congo-title p {
    font-family: "Trade Gothic Next LT Pro";
    font-style: italic;
    line-height: normal;
    opacity: 0.8;
    padding-left: 50px;
}

.congo-sticky {
    position: sticky;
    top: 120px;
    height: calc(100vh - 160px);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.congo-zoom {
    position: relative;
    transform-origin: bottom center;
    will-change: transform;
}

.congo-map {
    height: 70vh;
    width: auto;
}

/* ===========================
   MAP BUTTONS
   =========================== */
.map-btn {
    position: absolute;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.map-btn:hover {
    transform: scale(1.25);
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.map-btn-tooltip {
    opacity: 0;
    background-color: #1240FF;
    color: white;
    padding: 8px 16px;
    border-radius: 8px;
    font-family: "trade-gothic-next", sans-serif;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.map-btn:hover .map-btn-tooltip {
    opacity: 1;
}

.parent:hover .map-btn {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.map-btn:hover {
    opacity: 1 !important;
}

.map-btn-kinshasa {
    bottom: 42%;
    left: 10%;
}

.map-btn-matadi {
    bottom: 45%;
    left: 40%;
}

.map-btn-katanga {
    bottom: 15%;
    left: 55%;
}

/* ===========================
   STORY OVERLAY SYSTEM
   =========================== */
.story-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background-image: url("../assets/achtergrond4.png");
    background-size: cover;
    background-repeat: no-repeat;
    scroll-behavior: smooth;
    z-index: 100;
    display: none;
    overflow-y: auto;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.story-overlay.active {
    display: flex;
    opacity: 1;
}

.story-container {
    position: relative;
    width: 100%;
    padding: 0px 0px;
}

.story-content {
    display: none;
    animation: fadeIn 0.5s ease;
}

.story-content.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

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

/* Close buttons */
.btn-close-top {
    background: none;
    border: none;
    position: fixed;
    top: 30px;
    right: 30px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 101;
    transition: all 0.3s ease;
    display: none;
}

.btn-close-top:hover {
    background-color: rgba(48, 89, 255, 1);
    transform: scale(1.1);
}

.btn-close-top.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-close-bottom {
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: rgba(48, 89, 255, 0.85);
    border: 3px solid #3059FF;
    color: white;
    padding: 20px 40px;
    font-size: 18px;
    font-family: "trade-gothic-next", sans-serif;
    font-weight: 800;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.btn-close-bottom:hover {
    background-color: rgba(48, 89, 255, 1);
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(48, 89, 255, 0.6);
}

/* ===========================
   KATANGA STORY CONTENT
   =========================== */
.story-animation {
    position: relative;
    height: 90vh;
    overflow: hidden;
}

.story-animation video {
    position: absolute;
    inset: 0;
    width: 120%;
    height: 100vh;
    object-fit: cover;
    z-index: 1;
    filter: grayscale(100%) contrast(1.1) brightness(0.9);
}

.story-blue-overlay {
    position: absolute;
    inset: 0;
    background-color: #1240FF;
    opacity: 0.3;
    z-index: 2;
}

.story-overlay-text {
    position: absolute;
    z-index: 3;
    width: 600px;
    height: 150px;
    background-color: rgba(82, 82, 82, 0.7);
    border-radius: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 60%;
    left: 5%;
    border: #3059FF 6px solid;
}

.story-overlay-text p {
    width: 500px;
    font-family: "Trade Gothic Next LT Pro";
    font-style: normal;
    line-height: normal;
    text-align: center;
}

/* Story 14 years section */
.story-section-14 {
    height: 200vh;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.story-discover {
    width: 100vw;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    position: relative;
}

.story-side-btn {
    position: absolute;
    left: 70%;
    cursor: pointer;
    z-index: 2;
}

.story-discover-text {
    position: absolute;
    font-family: "Trade Gothic Next LT Pro";
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background-color: rgba(82, 82, 82, 0.7);
    border-radius: 300px;
    padding: 10px 20px;
    border: 6px solid rgba(18, 64, 255, 0.7);
}

.story-children-img {
    width: 100%;
}

/* Story climbing men section */
.story-section-climb {
    height: 100vh;
    width: 100%;
    position: relative;
    margin-bottom: 100px;
}

.story-climb-img {
    position: absolute;
    width: 90%;
    height: 90%;
    object-fit: cover;
    right: -200px;
}

.story-climb-text {
    position: absolute;
    top: 10%;
    left: 5%;
    width: 40%;
    color: #FFF;
    font-family: "Trade Gothic Next LT Pro";
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    background-color: rgba(82, 82, 82, 0.5);
    border-radius: 300px;
    padding: 20px 30px;
    border: 6px solid rgba(18, 64, 255, 0.5);
}

/* Story products section */
.story-section-products {
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.story-products-title {
    text-align: center;
    color: white;
    font-size: 80px;
    font-family: "trade-gothic-next-compressed", sans-serif;
    font-weight: 800;
    font-style: normal;
    width: 1500px;
    margin-top: 100px;
}

.story-map-box {
    position: relative;
    text-align: center;
    justify-content: center;
}

.story-products-map {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 80%;
}

.story-percentages {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    width: 80%;
}

.story-producer {
    color: white;
    text-align: center;
    font-family: "Trade Gothic Next LT Pro";
    font-size: 30px;
    font-style: italic;
    font-weight: 800;
    line-height: normal;
    background-color: rgba(18, 64, 255, 1);
    border-radius: 300px;
    padding: 5px 30px;
    margin-bottom: 100px;
}

.story-title {
    text-align: center;
    color: #1240FF;
    font-size: 130px;
    font-family: "trade-gothic-next-compressed", sans-serif;
    font-weight: 800;
    font-style: normal;
    width: 1500px;
    text-shadow: 10px 10px 4px rgba(0, 0, 0, 0.4);
    margin-bottom: 50px;
}

.story-text {
    color: white;
    font-size: 20px;
    font-family: "trade-gothic-next", sans-serif;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

/* ===========================
   KATANGA STORY - NEW DESIGN
   =========================== */
.katanga-title-section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.katanga-main-title {
    text-align: center;
    color: #081E77;
    opacity: 0.8;
    font-size: 128px;
    font-family: "trade-gothic-next-compressed", sans-serif;
    font-weight: 800;
    font-style: normal;
    width: 100%;
    padding: 0 auto;
}

/* Video section */
.katanga-animation-section {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.katanga-video {
    position: absolute;
    inset: 0;
    width: 120%;
    height: 100vh;
    object-fit: cover;
    z-index: 1;
    filter: grayscale(100%) contrast(1.1) brightness(0.9);
}

.katanga-white-overlay {
    position: absolute;
    inset: 0;
    background-color: white;
    opacity: 0.3;
    z-index: 2;
}

.katanga-video-text {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: center;
    align-items: center;
    justify-content: center;
}

.katanga-video-text p {
    font-family: "Trade Gothic Next LT Pro";
    font-style: normal;
    line-height: 35px;
    text-align: center;
    margin: 0;
}

/* Info section with bullet points */
.katanga-info-section {
    height: 100vh;
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}

.katanga-info-box {
    position: absolute;
    background-color: rgba(8, 30, 119);
    border-radius: 99px;
    padding: 80px 70px;
    margin: 0 80px;
    max-width: 550px;
    top: 20%;
    left: 30px;
    margin-left: auto;
    margin-right: auto;
}

.katanga-info-img {
    position: absolute;
    width: 80%;
    right: -350px;
    margin-bottom: 40px;
    border-radius: 20px;
}

.katanga-bullet-list {
    list-style-position: inside;
    margin: 0;
    padding: 0;
}

.katanga-bullet-list li {
    color: #CED2E4;
    font-family: "Trade Gothic Next LT Pro";
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 20px;
}

.katanga-bullet-list li:last-child {
    margin-bottom: 0;
}

.katanga-bullet-list .highlight {
    color: #3059FF;
    font-weight: 700;
    font-size: 30px;
}

/* Children image section */
.katanga-children-section {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.katanga-children-img {
    position: absolute;
    height: 800px;
    object-fit: cover;
    left: -150px;
}

.katanga-discover-box {
    position: absolute;
    margin-left: 200px;
    max-width: 300px;
    background-color: rgba(8, 30, 119, 0.95);
    border-radius: 99px;
    padding: 30px 30px;
    z-index: 2;
}

.katanga-discover-text {
    position: absolute;
    background-color: rgba(8, 30, 119);
    border-radius: 99px;
    padding: 50px 150px 50px 50px;
    font-family: "Trade Gothic Next LT Pro";
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    width: 500px;
    text-align: center;
    right: 200px;
    top: 50%;
    transform: translateY(-50%);
}


.katanga-ontdek-link {
    position: absolute;
    z-index: 3;
    margin-left: 830px;
}

/* Climbing men section */
.katanga-climb-section {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
    margin: 50px 0;
}

.katanga-climb-img {
    position: absolute;
    height: 800px;
    object-fit: cover;
    right: -300px;
    z-index: 1;
}

.katanga-climb-text-box {
    position: absolute;
    left: 80px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.katanga-climb-text {
    background-color: rgba(8, 30, 119);
    border-radius: 99px;
    padding: 70px 70px;
    font-family: "Trade Gothic Next LT Pro";
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    width: 480px;
    margin: 0;
}

/* Statistics section */
.katanga-stats-section {
    position: relative;
    padding: 80px 40px;
    text-align: center;
}

.katanga-stats-title {
    color: rgba(8, 30, 119);
    font-size: 40px;
    font-family: "Trade Gothic Next LT Pro";
    font-weight: 800;
    font-style: italic;
    margin-bottom: 60px;
}

.katanga-map-container {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 60px 0;
}

.katanga-products-map {
    max-width: 100%;
    height: auto;
    width: 70%;
}

/* Safety section */
.katanga-safety-section {
    height: 100vh;
    position: relative;
    padding: 100px 0;
}

.katanga-safety-img {
    position: absolute;
    width: 80%;
    left: -300px;
    margin-bottom: 40px;
    border-radius: 20px;
}

.katanga-safety-box {
    position: absolute;
    margin: auto auto;
    top: 20%;
    left: 50%;
}

.katanga-safety-text {
    position: absolute;
    background-color: rgba(8, 30, 119);
    border-radius: 99px;
    padding: 50px 60px;
    font-family: "Trade Gothic Next LT Pro";
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    width: 500px;
    text-align: center;
    margin: 0;
}

/* Lekkage section */

.katanga-lekkage-section {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.katanga-lekkage-img {
    position: absolute;
    width: 100vw;
}

.katanga-lekkage-p {
    position: absolute;
    font-family: "Trade Gothic Next LT Pro";
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(82, 82, 82, 0.7);
    border-radius: 300px;
    padding: 20px 30px;
    border: 6px solid rgba(18, 64, 255, 0.5);
    text-align: center;
}

/* ===========================
   MATADI HAVEN STYLES
   =========================== */
.matadi-title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 220px;
    background-color: rgba(181, 181, 181, 0.15);
}

.matadi-main-title {
    color: #1240FF;
    font-size: 96px;
    font-family: "trade-gothic-next-compressed", sans-serif;
    font-weight: 800;
    text-align: center;
}

.matadi-hero {
    position: relative;
    padding: 100px 0;
}

.matadi-hero-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.matadi-hero-2 {
    overflow: hidden;
    height: 100vh;
    position: relative;
    margin-top: 30px;
    padding: 200px 0 100px 0;
}

.matadi-hero2-img {
    position: absolute;
    height: auto;
    max-width: 80%;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 40px;
    right: -250px;
}

.matadi-hero-text {
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 10px;
    max-width: 600px;
    background: rgba(8, 30, 119);
    font-family: "Trade Gothic Next LT Pro";
    font-size: 25px;
    padding: 50px 60px;
    border-radius: 99px;
    text-align: center;
}

.matadi-hero-text2 {
    position: absolute;
    z-index: 2;
    left: 30%;
    transform: translateX(-50%);
    top: 20px;
    max-width: 600px;
    background: rgba(8, 30, 119);
    font-family: "Trade Gothic Next LT Pro";
    font-size: 25px;
    padding: 50px 60px;
    border-radius: 99px;
    text-align: center;
}

.matadi-hero2-text {
    position: absolute;
    z-index: 2;
    left: 100px;
    bottom: 600px;
    max-width: 500px;
    background: rgba(8, 30, 119);
    font-family: "Trade Gothic Next LT Pro";
    font-size: 25px;
    padding: 50px 60px;
    border-radius: 99px;
    text-align: center;
}

.matadi-callouts {
    position: relative;
    gap: 40px;
    margin: 60px 40px;
    align-items: center;
}

.matadi-stats-title {
    color: rgba(8, 30, 119);
    font-size: 40px;
    font-family: "Trade Gothic Next LT Pro";
    font-weight: 800;
    font-style: italic;
    margin-bottom: 60px;
    text-align: center;
}

.matadi-small-img {
    width: 48%;
    border-radius: 140px;
    object-fit: cover;
}

.matadi-bubble {
    position: absolute;
    background: rgba(8, 30, 119);
    color: #CED2E4;
    padding: 50px 50px;
    border-radius: 99px;
    bottom: 250px;
    left: 550px;
    font-size: 25px;
    font-family: "trade-gothic-next", sans-serif;
    font-weight: 700;
}

.ontdekmeer-knop {
    position: absolute;
    bottom: 255px;
    left: 970px;
    background: rgba(8, 30, 119);
    padding: 10px 20px;
    border-radius: 60px;
}

.matadi-final {
    position: relative;
    margin: 60px 0;
    align-items: center;
    justify-content: center;
}

.matadi-final-img {
    width: 80%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 30px;
    margin: 0 auto;
}


.matadi-footer {
    position: relative;
    height: 100vh;
    color: #1240FF;
    font-family: "trade-gothic-next-compressed", sans-serif;
    font-weight: 800;
    font-size: 30px;
}

.matadi-footer-text {
    text-align: center;
    position: absolute;
    max-width: 500px;
    color: #CED2E4;
    background: rgba(8, 30, 119);
    padding: 50px 70px;
    border-radius: 99px;
    top: 300px;
    right: 10%;
    font-family: "Trade Gothic Next LT Pro";
    font-size: 25px;
    font-weight: 600;

}

.matadi-footer-img {
    position: absolute;
}

/* ===========================
   LEVEN STORY STYLES
   =========================== */

.section-winning-kobalt {
    position: relative;
    padding: 100px 0;
    height: 100vh;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.winning-kobalt-img {
    position: absolute;
    height: 600px;
    right: -400px;
}

.winning-kobalt-text {
    position: absolute;
    background-color: rgba(8, 30, 119);
    border-radius: 99px;
    padding: 50px 60px;
    font-family: "Trade Gothic Next LT Pro";
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    width: 500px;
    text-align: center;
    top: 25%;
    left: 200px;
}

.man-in-bed {
    position: relative;
    height: 90vh;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 100px;
}

.man-in-bed-img {
    position: absolute;
}

.man-in-bed-p {
    position: absolute;
    background-color: rgba(8, 30, 119);
    border-radius: 99px;
    padding: 30px 60px;
    font-family: "Trade Gothic Next LT Pro";
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    width: 700px;
    text-align: center;
    right: 300px;
    bottom: 10px;
}

.enaki-ontdekking {
    position: relative;
    height: 100vh;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 100px;
}

.enaki-img {
    position: absolute;
    height: 600px;
    left: -200px;
    top: 50%;
    transform: translateY(-50%);
}

.ontdek-meer {
    position: absolute;
    background-color: rgba(8, 30, 119);
    border-radius: 99px;
    padding: 50px 150px 50px 50px;
    font-family: "Trade Gothic Next LT Pro";
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    width: 300px;
    text-align: center;
    right: 200px;
    top: 50%;
    transform: translateY(-50%);
}

.enaki-ontdek-link {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1030px;
    background: rgba(8, 30, 119);
    padding: 10px 20px;
    border-radius: 60px;
}

.section-smurven {
    position: relative;
    height: 100vh;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 100px;
}

.smurven-img {
    position: absolute;
}

.smurven-text {
    position: absolute;
    background-color: rgba(8, 30, 119);
    border-radius: 99px;
    padding: 60px 70px;
    font-family: "Trade Gothic Next LT Pro";
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    width: 550px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
}





/* ===========================
   RESPONSIVE ADJUSTMENTS
   =========================== */
@media (max-width: 1024px) {
    .hero-title {
        font-size: 100px;
        width: 900px;
    }

    .info-title,
    .info-text {
        left: 100px;
    }

    .info-text {
        width: 600px;
        font-size: 24px;
    }

    .story-title {
        font-size: 100px;
    }
}

@media (max-width: 768px) {
    .btn-skip {
        padding: 15px 20px;
        font-size: 12px;
        right: 20px;
        top: 20px;
    }

    .btn-video {
        padding: 30px 25px;
        font-size: 50px;
    }

    .hero-title {
        font-size: 60px;
        width: 100%;
        padding: 0 20px;
    }

    .btn-next {
        bottom: 20px;
    }

    .phone-text {
        position: static;
        left: auto;
        top: auto;
        width: 90%;
        margin: 20px auto;
        font-size: 18px;
    }

    .info-title {
        font-size: 32px;
        left: 20px;
        top: 50px;
    }

    .info-text {
        font-size: 16px;
        left: 20px;
        top: 120px;
        width: calc(100% - 40px);
    }

    .congo-title h2 {
        font-size: 64px;
    }

    .congo-title p {
        font-size: 18px;
    }

    .story-overlay-text {
        width: 90%;
        height: auto;
    }

    .story-overlay-text p {
        width: 100%;
        font-size: 18px;
    }

    .btn-close-bottom {
        padding: 15px 30px;
        font-size: 14px;
    }

    .story-title {
        font-size: 60px;
    }
}

/* POPUP */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 1000;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.popup-overlay.active {
    display: flex;
    opacity: 1;
}

.popup-content {
    background: #ffffff;
    border-radius: 30px;
    max-width: 1200px;
    width: 100%;
    height: 800px;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.popup-close {
    position: absolute;
    top: 30px;
    right: 30px;
    background: none;
    border: none;
    font-size: 40px;
    cursor: pointer;
    color: #333;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s ease;
    z-index: 99;
}

.popup-close:hover {
    color: #1240FF;
}


.katanga-popup-box1 {
    position: relative;
    height: 70vh;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.katanga-popup-box2 {
    position: relative;
    height: 80vh;
    overflow: hidden;
}

.katanga-popup-box3 {
    position: relative;
    height: 65vh;
    overflow: hidden;
}

.popup-p {
    position: absolute;
    bottom: 30px;
    left: 45%;
    width: 500px;
    color: #CED2E4;
    background-color: rgba(8, 30, 119);
    border-radius: 99px;
    padding: 50px 60px;
    font-family: "Trade Gothic Next LT Pro";
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    width: 500px;
    text-align: center;
    margin: 0;
}


.katanga-child-img {
    position: absolute;
    width: 100%;
}

.img-mbala {
    position: absolute;
    width: 100%;
    object-fit: cover;
    filter: grayscale(100%);
}

.popup-title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #05144f;
    opacity: 0.8;
    font-size: 128px;
    font-family: "trade-gothic-next-compressed", sans-serif;
    font-weight: 800;
    font-style: normal;
    width: 100%;
    padding: 0;
    margin: 0;
    line-height: 1;
    white-space: normal;
}

.matadi-popup-box1 {
    position: relative;
    height: 80vh;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.matadi-popup-box2 {
    position: relative;
    height: 70vh;
    overflow: hidden;
}

.matadi-popup-box3 {
    position: relative;
    height: 75vh;
    overflow: hidden;
}

.popup-p2 {
    position: absolute;
    top: 30px;
    left: 45%;
    width: 500px;
    color: #CED2E4;
    background-color: rgba(8, 30, 119);
    border-radius: 99px;
    padding: 50px 60px;
    font-family: "Trade Gothic Next LT Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    width: 500px;
    text-align: center;
    margin: 0;
}

.popup-p3 {
    position: absolute;
    top: 50px;
    left: 10%;
    width: 500px;
    color: #CED2E4;
    background-color: rgba(8, 30, 119);
    border-radius: 99px;
    padding: 50px 60px;
    font-family: "Trade Gothic Next LT Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    width: 500px;
    text-align: center;
    margin: 0;
}

.matadi-popup-box7 {
    position: relative;
    height: 70vh;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.matadi-popup-box8 {
    position: relative;
    height: 80vh;
    overflow: hidden;
}

.matadi-popup-box9 {
    position: relative;
    height: 80vh;
    overflow: hidden;
}

.popup-p4 {
    position: absolute;
    top: 100px;
    right: 5%;
    width: 500px;
    color: #CED2E4;
    background-color: rgba(8, 30, 119);
    border-radius: 99px;
    padding: 50px 60px;
    font-family: "Trade Gothic Next LT Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    width: 500px;
    text-align: center;
    margin: 0;
}

.popup-p5 {
    position: absolute;
    top: 50px;
    left: 5%;
    width: 500px;
    color: #CED2E4;
    background-color: rgba(8, 30, 119);
    border-radius: 99px;
    padding: 50px 60px;
    font-family: "Trade Gothic Next LT Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    width: 500px;
    text-align: center;
    margin: 0;
}

/* Responsive title sizes */
@media (max-width: 900px) {
    .popup-title {
        font-size: 72px;
    }
}

@media (max-width: 600px) {
    .popup-title {
        font-size: 44px;
    }
}


/* DISCOVER SECTIONS & POPUPS */

.matadi-discover-section {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 80px 0;
    padding: 0 40px;
}

.matadi-discover-img {
    width: 45%;
    height: auto;
    border-radius: 20px;
    object-fit: cover;
}

.matadi-discover-box {
    flex: 1;
}

.matadi-discover-text {
    font-family: "Trade Gothic Next LT Pro";
    font-size: 32px;
    font-weight: bold;
    color: #1240FF;
    margin: 0;
}

.matadi-ontdek-link {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin-top: 20px;
    transition: transform 0.3s ease;
}

.matadi-ontdek-link:hover {
    transform: scale(1.1);
}

.matadi-ontdek-knop {
    width: 120px;
    height: auto;
}


.footer-video-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.footer-video-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: transparent; /* overlay is volledig onzichtbaar */
}



@media (max-width: 900px) {
    .footer-video { height: 60vh; }
}
@media (max-width: 600px) {
    .footer-video { height: 50vh; }
}

/* GLOBAL P STYLING */
p {
    line-height: 35px;
}
