.cop-global-header {
            background: #202020;
            width: 100%;
            font-family: 'Montserrat arm', 'Montserrat', sans-serif;
            position: sticky;
            top: 0;
            z-index: 9999;
        }

        .cop-global-header-inner {
            display: flex;
            justify-content: space-between;
            align-items: center;
            max-width: 1440px;
            margin: 0 auto;
            padding: 24px 84px;
            box-sizing: border-box;
            width: 100%;
        }

        .cop-global-header .logos {
            display: flex;
            gap: 24px;
            align-items: center;
        }

        .cop-global-header .logos img.fpwc {
            height: 30px;
            filter: brightness(0) invert(1);
        }

        .cop-global-header .logos .text {
            color: #dbdbdb;
            font-weight: 700;
            font-size: 30px;
            text-transform: uppercase;
        }

        .cop-global-header .logos img.cbd {
            height: 36px;
        }

        .cop-global-header .nav {
            display: flex;
            gap: 36px;
            align-items: center;
        }

        .cop-global-header .nav .find-out {
            color: #dbdbdb;
            font-size: 14px;
            font-weight: 300;
            cursor: pointer;
        }

        .cop-global-header .nav .lang {
            color: #dbdbdb;
            font-size: 14px;
            font-weight: 300;
            cursor: pointer;
        }

        .cop-global-footer {
            background: #efefef;
            padding: 80px;
            font-family: 'Montserrat arm', 'Montserrat', sans-serif;
            color: #202020;
            box-sizing: border-box;
        }

        .cop-footer-top {
            display: flex;
            justify-content: space-between;
            gap: 24px;
            max-width: 1440px;
            margin: 0 auto;
        }

        .cop-footer-col {
            flex: 1;
            display: flex;
            flex-direction: column;
            gap: 30px;
        }

        .cop-footer-logos {
            display: flex;
            gap: 48px;
            align-items: center;
        }

        .cop-footer-logos img {
            filter: grayscale(1);
        }

        .cop-footer-heading {
            font-size: 14px;
            font-weight: 700;
            text-transform: uppercase;
            margin: 0;
        }

        .cop-footer-list {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            flex-direction: column;
            gap: 23px;
        }

        .cop-footer-list li {
            font-size: 14px;
            font-weight: 400;
            cursor: pointer;
        }

        .cop-footer-list li:hover {
            text-decoration: underline;
        }

        .cop-footer-right {
            align-items: flex-end;
            gap: 16px;
            justify-content: space-between;
        }

        .cop-footer-contact {
            text-align: right;
            font-size: 12px;
            display: flex;
            flex-direction: column;
            gap: 8px;
        }

        .cop-footer-bottom {
            display: flex;
            justify-content: space-between;
            align-items: center;
            max-width: 1440px;
            margin: 0 auto;
        }

        @media(max-width: 1024px) {

            .cop-global-header-inner,
            .cop-global-footer {
                padding: 24px;
            }

            .cop-footer-top {
                flex-direction: column;
            }

            .cop-footer-right {
                align-items: flex-start;
                margin-top: 32px;
            }

            .cop-footer-contact {
                text-align: left;
            }
        }

        /* Base Variables & Typography */
        :root {
            --cop-text-black: #606060;
            --cop-text-green: #3f6b59;
            --cop-text-blue: #4d6487;
            --cop-btn-primary: #606c38;
            --cop-bg-light-blue: #f6f9ff;
            --cop-bg-dark-blue: #2b3c54;
            --cop-bg-card: #f6f9ff;
            --cop-bg-light: #efefef;
            --cop-white: #ffffff;
        }

        html,
        body {
            overflow-x: hidden;
            max-width: 100%;
        }

        .cop17-page {
            color: var(--cop-text-black);
            background-color: var(--cop-white);
            max-width: 1440px;
            margin: 0 auto;
            position: relative;
        }

        /* Typography Utilities */
        .cop-title-main {
            font-size: 64px;
            font-weight: 700;
            color: var(--cop-white);
            text-transform: uppercase;
            line-height: 1.1;
            margin-bottom: 12px;
        }

        .cop-subtitle-hero {
            font-size: 32px;
            font-weight: 400;
            color: var(--cop-white);
            line-height: 1.3;
        }

        .cop-section-title {
            font-size: 36px;
            font-weight: 600;
            color: var(--cop-text-green);
            text-transform: uppercase;
            margin-bottom: 42px;
            padding-top: 42px;
            border-top: 1px solid transparent;
        }

        .cop-heading {
            font-size: 26px;
            font-weight: 500;
            color: var(--cop-text-black);
            margin-bottom: 24px;
            line-height: 1.2;
        }

        .cop-heading.blue {
            color: var(--cop-text-blue);
        }

        .cop-body {
            font-size: 18px;
            font-weight: 300;
            line-height: 1.5;
            color: var(--cop-text-black);
            margin-bottom: 24px;
        }

        .cop-body-sm {
            font-size: 14px;
            font-weight: 300;
            line-height: 1.5;
            color: var(--cop-text-black);
        }

        .cop-date-num {
            font-size: 64px;
            font-weight: 700;
            color: var(--cop-text-blue);
            line-height: 1;
            text-align: center;
        }

        .cop-date-month {
            font-size: 18px;
            font-weight: 400;
            color: var(--cop-text-blue);
            text-transform: uppercase;
            text-align: center;
        }

        /* Layout Utilities */
        .cop-section {
            padding: 42px 84px;
        }

        .cop-flex-row {
            display: flex;
            gap: 24px;
            flex-wrap: wrap;
        }

        .cop-flex-col {
            display: flex;
            flex-direction: column;
            gap: 24px;
        }

        .cop-col-half {
            flex: 1;
            min-width: 300px;
        }

        .cop-col-third {
            flex: 1;
            min-width: 250px;
        }


        /* Hero Section */
        .cop-hero {
            position: relative;
            height: 809px;
            display: flex;
            align-items: flex-start;
            padding: 84px calc(50vw - 720px + 84px);
            background: #5b665c no-repeat center center;
            background-size: cover;
            z-index: 1;
            width: 100vw;
            margin-left: calc(-50vw + 50%);
            box-sizing: border-box;
        }

        @media(max-width: 1440px) {
            .cop-hero {
                padding: 84px;
            }
        }

        .cop-hero::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6));
            z-index: -1;
        }

        .cop-hero-content {
            display: flex;
            justify-content: space-between;
            width: 100%;
            margin-top: 50px;
        }

        .cop-hero-text {
            flex: 1;
            max-width: 800px;
        }

        .cop-hero-buttons {
            display: flex;
            gap: 24px;
            margin-top: 48px;
        }

        .cop-hero-logos {
            display: flex;
            gap: 24px;
            align-items: center;
        }

        .cop-hero-logos img {
            filter: brightness(0) invert(1);
            object-fit: contain;
        }

        .cop-popup-card {
            position: fixed;
            right: 84px;
            top: 60vh;
            background: var(--cop-white);
            padding: 24px;
            border-radius: 12px;
            width: 250px;
            text-align: center;
            box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
            z-index: 1000;
        }

        .cop-popup-card-close {
            position: absolute;
            top: 12px;
            right: 12px;
            cursor: pointer;
        }

        .cop-popup-card-close:hover {
            opacity: 0.6;
        }

        @media(min-width: 1441px) {
            .cop-popup-card {
                right: calc((100% - 1440px) / 2 + 84px);
            }
        }

        .cop-popup-card-title {
            font-size: 16px;
            font-weight: 500;
            margin-bottom: 8px;
            color: var(--cop-text-black);
        }

        .cop-popup-card-body {
            font-size: 14px;
            font-weight: 300;
            margin-bottom: 16px;
            color: var(--cop-text-black);
            line-height: 1.4;
        }

        /* About Section */
        .cop-about {
            padding: 0 84px 42px;
        }

        .cop-infographic {
            width: 100%;
            height: 400px;
            background: #e0e0e0;
            margin-bottom: 54px;
        }

        /* Timeline */
        .cop-event-row {
            display: flex;
            align-items: center;
            gap: 24px;
            padding: 24px 0;
            border-bottom: 1px solid #ccc;
            width: 100%;
        }

        .cop-event-row:last-child {
            border-bottom: none;
        }

        .cop-event-date {
            width: 100px;
            text-align: center;
            border-right: 2px solid var(--cop-text-blue);
            padding-right: 24px;
        }

        .cop-event-info {
            flex: 1;
        }

        .cop-event-title {
            font-size: 18px;
            font-weight: 500;
            margin-bottom: 8px;
            color: var(--cop-text-black);
            text-transform: uppercase;
        }

        /* Banner */
        .cop-banner {
            background: var(--cop-text-blue);
            color: var(--cop-white);
            padding: 42px 84px;
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 24px;
        }

        .cop-banner .cop-body {
            color: var(--cop-white);
            margin: 0;
        }

        /* Calculator */
        .cop-calc-box {
            background: var(--cop-bg-card);
            padding: 48px;
            border-radius: 8px;
            margin-bottom: 48px;
        }

        .cop-calc-inner {
            background: var(--cop-bg-dark-blue);
            padding: 42px;
            border-radius: 8px;
            margin-top: 24px;
            color: var(--cop-white);
        }

        .cop-calc-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr) auto;
            gap: 24px;
            align-items: end;
        }

        .cop-input-group label {
            display: block;
            font-size: 12px;
            font-weight: 300;
            margin-bottom: 8px;
            color: var(--cop-white);
        }

        .cop-input-group select,
        .cop-input-group input[type="text"] {
            width: 100%;
            height: 44px;
            padding: 0 12px;
            box-sizing: border-box;
            background: var(--cop-bg-light-blue);
            border: none;
            border-radius: 4px;
            font-size: 16px;
            color: var(--cop-text-black);
            margin-left: 0;
            margin-bottom: 0;
        }

        /* Cards Grid */
        .cop-card {
            background: var(--cop-bg-card);
            padding: 48px;
            display: flex;
            flex-direction: column;
            flex: 1;
            min-width: 300px;
        }

        .cop-card-img {
            width: 100%;
            height: 250px;
            object-fit: cover;
            margin-bottom: 24px;
            background: #ddd;
        }

        .cop-card-footer {
            margin-top: auto;
            display: flex;
            gap: 12px;
            padding-top: 24px;
        }

        /* Side Events horizontal card */
        .cop-horiz-card {
            background: var(--cop-bg-card);
            display: flex;
            flex-direction: column;
            flex: 1;
            min-width: 400px;
            padding: 48px;
            gap: 24px;
        }

        .cop-horiz-card .cop-heading {
            display: -webkit-box;
            -webkit-line-clamp: 5;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .cop-horiz-img-wrapper {
            display: flex;
            gap: 24px;
            align-items: flex-end;
        }

        .cop-horiz-img {
            width: 200px;
            height: 200px;
            object-fit: cover;
            background: #ddd;
        }

        .cop-horiz-meta {
            display: flex;
            flex-direction: column;
            gap: 12px;
            font-size: 14px;
        }

        .cop-meta-row {
            display: flex;
            gap: 8px;
        }

        .cop-meta-lbl {
            min-width: 90px;
            font-weight: 300;
        }

        .cop-meta-val {
            font-weight: 500;
        }

        /* Key Events — horizontal row */
        .cop-key-events-row {
            display: flex;
            gap: 11px;
            align-items: center;
            width: 100%;
        }

        .cop-key-event {
            display: flex;
            flex: 1;
            gap: 12px;
            align-items: center;
        }

        .cop-event-date-block {
            width: 90px;
            display: flex;
            flex-direction: column;
            gap: 8px;
            align-items: center;
            color: var(--cop-text-blue);
            flex-shrink: 0;
        }

        .cop-event-date-num {
            font-size: 64px;
            font-weight: 700;
            color: var(--cop-text-blue);
            line-height: 31px;
            text-align: center;
            white-space: nowrap;
        }

        .cop-event-date-month {
            font-size: 18px;
            font-weight: 400;
            color: var(--cop-text-blue);
            text-transform: uppercase;
            text-align: center;
            white-space: nowrap;
        }

        .cop-event-info-block {
            display: flex;
            flex: 1;
            flex-direction: column;
            gap: 16px;
            height: 100%;
            min-width: 0;
        }

        .cop-event-title-new {
            font-size: 18px;
            font-weight: 500;
            color: var(--cop-text-black);
            text-transform: uppercase;
            line-height: normal;
        }

        .cop-event-sub {
            display: flex;
            flex-direction: column;
            gap: 4px;
            font-size: 14px;
            font-weight: 300;
            color: var(--cop-text-black);
        }

        .cop-event-vdivider {
            width: 1px;
            height: 115px;
            background: var(--cop-text-black);
            flex-shrink: 0;
            align-self: center;
        }

        /* Impact Counters */
        .cop-impact-counters {
            margin-top: 24px;
            margin-bottom: 24px;
            display: flex;
            flex-direction: column;
            gap: 24px;
        }

        .cop-impact-row {
            display: flex;
            justify-content: space-between;
            align-items: baseline;
            width: 100%;
            border-bottom: 1px solid #ccc;
            padding-bottom: 4px;
        }

        .cop-impact-label {
            font-size: 20px;
            font-weight: 400;
            color: var(--cop-text-black);
        }

        .cop-impact-value {
            font-size: 36px;
            font-weight: 700;
            color: var(--cop-text-black);
            line-height: 1;
        }

        /* COP17 link-style button */
        .cop-link-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            height: 44px;
            padding: 0 24px;
            border: 1px solid #606c38;
            border-radius: 40px;
            background: transparent;
            color: #606c38;
            font-size: 14px;
            font-weight: 600;
            text-transform: uppercase;
            text-decoration: none;
            cursor: pointer;
            transition: all 0.2s ease-in-out;
            letter-spacing: 0.02em;
            min-width: max-content;
        }

        .cop-link-btn.no-border {
            border: none;
            border-radius: 0;
            padding: 0;
        }

        .cop-link-btn:hover {
            background: transparent;
            border-color: #909f5d;
            color: #909f5d;
            transform: scale(0.95);
        }

        /* COP17 Figma Button Styles Override */
        .cop17-page .btn,
        .cop-global-header .btn,
        .cop-global-footer .btn {
            font-size: 14px !important;
            font-weight: 600 !important;
            text-transform: uppercase !important;
            border-radius: 40px !important;
            letter-spacing: 0.02em;
        }

        /* News section */
        #cop-news-row .cop-heading {
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .cop-news-intro {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-bottom: 24px;
            gap: 24px;
        }

        .cop-news-intro p {
            flex: 1;
            margin: 0;
        }

        .cop-news-arrows {
            display: flex;
            gap: 8px;
            flex-shrink: 0;
            align-items: center;
        }

        .cop-news-arrow {
            display: flex;
            align-items: center;
            justify-content: center;
            border: none;
            background: transparent;
            cursor: pointer;
            padding: 0;
            transition: opacity 0.2s;
            color: #3F6B59;
        }

        .cop-news-arrow:hover {
            opacity: 0.6;
        }

        .cop-news-arrow svg {
            width: 20px;
            height: 23px;
        }

        @media(max-width: 1024px) {
            .cop-section {
                padding: 32px 24px;
            }

            .cop-hero {
                padding: 40px 24px;
                height: auto;
                min-height: 500px;
            }

            .cop-hero-content {
                flex-direction: column;
            }

            .cop-hero-logos {
                margin-top: 40px;
            }

            .cop-calc-grid {
                grid-template-columns: 1fr;
            }

            .cop-popup-card {
                position: relative;
                top: auto;
                right: auto;
                margin-top: 24px;
                width: 100%;
                box-sizing: border-box;
            }

            .cop-key-events-row {
                flex-direction: column;
                gap: 0;
            }

            .cop-key-event {
                width: 100%;
                padding: 16px 0;
                border-bottom: 1px solid #ccc;
            }

            .cop-key-event:last-child {
                border-bottom: none;
            }

            .cop-event-vdivider {
                display: none;
            }

            .cop-news-intro {
                padding-right: 24px;
                flex-direction: column;
                align-items: flex-start;
            }
        }

        @media(max-width: 768px) {

            /* Global Responsiveness */
            .cop-hero {
                display: flex;
                flex-direction: column;
                width: 100%;
                margin-left: 0;
                padding: 0;
                background: #5b665c !important;
            }

            .cop-hero::after {
                display: none !important;
            }

            .cop-hero-video-bg {
                position: relative !important;
                height: auto !important;
                width: 100% !important;
                align-items: flex-start !important;
            }

            .cop-link-btn {
                height: 36px !important;
            }

            .cop-hero-video-bg>div {
                min-width: 0 !important;
                width: 100% !important;
                padding-top: 56.25% !important;
            }

            .cop-hero-content {
                padding: 32px 16px;
                margin-top: 0;
                width: 100%;
                box-sizing: border-box;
            }

            .cop-section,
            .cop-about,
            .cop-banner {
                padding: 32px 16px;
                box-sizing: border-box;
            }

            /* Header Section */
            .cop-global-header-inner {
                padding: 16px;
                gap: 12px;
            }

            .cop-global-header .logos {
                gap: 12px;
            }

            .cop-global-header .logos img.fpwc {
                height: 20px;
            }

            .cop-global-header .logos .text {
                font-size: 16px;
            }

            .cop-global-header .logos img.cbd {
                height: 24px;
            }

            .cop-global-header .nav {
                gap: 12px;
            }

            .cop-global-header .nav .btn {
                padding: 0 12px !important;
                font-size: 11px !important;
                height: 30px !important;
                line-height: normal !important;
                display: flex;
                align-items: center;
            }

            /* Hero Section Typography */
            .cop-title-main {
                font-size: 32px;
                line-height: 1.2;
            }

            .cop-subtitle-hero {
                font-size: 20px;
                line-height: 1.4;
            }

            .cop-hero-buttons {
                flex-direction: column;
                gap: 12px;
                margin-top: 32px;
            }

            .cop-hero-buttons .btn {
                width: 100%;
                box-sizing: border-box;
                text-align: center;
            }

            .cop-hero-logos {
                display: none !important;
            }

            .cop-calc-box {
                padding: 0px;
                background-color: transparent;
            }

            /* Box sizing safeguard */
            .cop-horiz-card,
            .cop-card,
            .cop-flex-row {
                box-sizing: border-box;
                width: 100%;
            }

            .cop-horiz-img-wrapper {
                flex-direction: column;
                align-items: flex-start;
            }

            .cop-horiz-img {
                width: 100%;
                height: auto;
            }

            .cop-horiz-card {
                padding: 24px;
            }

            #eco-tours .cop-flex-row {
                flex-direction: column;
                margin-bottom: 32px !important;
            }

            #eco-tours .cop-card {
                padding: 24px !important;
                flex: none !important;
            }

            #eco-tours .cop-flex-row>div:last-child {
                flex: none !important;
                width: 100%;
                min-height: auto !important;
            }

            #mc_embed_signup {
                max-width: 100%;
                width: 100%;
            }
        }
