﻿body {
    margin: 0px;
    padding: 0px;
    font-family: 'Lato', sans-serif !important;
    font-size: 12px;
    line-height: normal;
    text-decoration: none;
    position: relative;
    min-width: 300px;
    letter-spacing: 1px;
}

html {
    scroll-behavior: smooth;
}


.outer_container {
    width: 100%;
    position: relative;
    top: 0px;
}

.hero_container {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    background-color: #000;
    background-size: cover;
    overflow: hidden;
}

.video {
    min-height: 100%;
    min-width: 100%;
    max-width: inherit;
    object-fit: cover;
    z-index: 50;
}

.video_top {
    position: absolute;
    top: -70%;
}

.video_overlay {
    width: 100vw;
    height: 100vh;
    position: absolute;
    max-width: inherit;
    object-fit: cover;
    z-index: 999;
    background-color: rgba(30,110,84,0.5);
    background: radial-gradient( ellipse at center, rgba(0,0,0,0) 40%, rgba(0,0,0,0.7) 100% ), rgba(30,110,84,0.35);
    background: linear-gradient( to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100% );
}



.hero_box {
    position: absolute;
    padding: 30px 30px 30px 30px;
    margin: 0px 0px 0px 60px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    display: block;
    z-index: 9998;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    box-sizing: border-box;
}

.hero {
    position: relative;
    width: 100%;
    height: 100vh; /* full viewport height */
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero_box2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
    /*background-color: rgba(186,23,79,1);*/
    box-sizing: border-box;
    border-radius: 10px;
    z-index: 9998;

}

.hero_box2 h1 {
    padding: 0px 0px 20px 0px;
    margin: auto;
    position: relative;
    color: #fff;
    font-size: 50px;
    text-align:center;
}

.hero_box2 h2 {
    padding: 0px 0px 20px 0px;
    margin: auto;
    position: relative;
    color: #fff;
    font-size: 22px;
    text-align: left;
}

.hero-text {
    font-size: clamp(32px, 6vw, 88px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #ffffff;
    max-width: 900px;
    margin: 0 auto 10px;
    text-align: left;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
    
}

.hero-line {
    display: block;
    margin-bottom: 20px; /* adjust spacing */
}

    .hero-line:last-child {
        margin-bottom: 0;
    }

.hero-subtext {
    font-size: clamp(16px, 1.7vw, 25px);
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.01em;
    color: #fff;
    max-width: 500px;
    margin: 0 0 30px;
    text-align: left;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
}

.hero-logo {
    display: block;
    width: 110px;
    margin: 0 auto; /* centres horizontally */
    opacity: 1;
}

.nav_container {
    position: absolute;
    top: 0;
    left: 0;
    /* background-color: #fff;*/
    padding: 40px 60px 15px 60px;
    z-index: 999999;
    width: 100%;
    height: 120px;
    text-align: right;
    box-sizing: border-box;
    /*border-bottom: 1px solid #ba174f;*/
}

.opus_header_logo {
    float: left;
    width:100%;
    max-width:150px;
}

.burger_menu {
    width: 35px;
    display: block;
}

.Menu-Link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background: transparent;
    border: 0;
    cursor: pointer;
}


.content_container {
    position: relative;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    height: 100%;
    min-height: 100px;
    box-sizing:border-box;
}

.primary_green_text {
    color: #1e6e54;
}

.pink_text {
    color: #ba174f;
}

.primary_green_bg {
    background-color: #1e6e54;
}

.black_bg {
    background-color: #000;
}

/* ==============================
   BAND (strong)
============================== */
.pink_bg.band-strong {
    position: relative;
    overflow: hidden;
    color: #fff;
    /* depth (no pseudo-elements needed) */
    background: radial-gradient(1100px 520px at 20% 10%, rgba(186,23,79,.22), transparent 100%), radial-gradient(900px 420px at 85% 120%, rgba(30,110,84,.18), transparent 55%), radial-gradient(1200px 520px at 50% 0%, rgba(255,255,255,.08), transparent 60%), linear-gradient(to bottom, #0b1214 0%, #0b1214 100%);
    border-top: solid 2px #ba174f;
    padding: 50px 0px 50px 0px;
}

/* Top magenta accent line */
.band-line {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 2px;
    background: #ba174f;
    box-shadow: 0 0 30px rgba(186,23,79,.55);
    z-index: 5;
}

/* Content always above curves */
.pink_bg.band-strong .content_inner_container {
    position: relative;
    z-index: 20;
    max-width: 1200px;
    padding-top: clamp(46px, 6vw, 72px);
    padding-bottom: clamp(46px, 6vw, 72px);
}

.content_inner_container {
    position: relative;
    padding: 50px 50px 50px 50px;
    margin: 0px auto 0px auto;
    width: 100%;
    max-width: 1200px;
    height: 100%;
    min-height: 100px;
    box-sizing: border-box;
    z-index:99;
}

    .content_inner_container p {
        color:#000;
        font-size: clamp(16px, 1.1vw, 18px);
        font-family: 'Lato', sans-serif !important;
    }

    .content_inner_container p a {
        text-decoration:none;
        color:#000;
    }

        .content_inner_container p a:hover {
            text-decoration: underline;
            color: #ba174f;
        }

    .content_inner_container ul {
        color: #000;
        font-size: clamp(16px, 1.1vw, 18px);
        font-family: 'Lato', sans-serif !important;
    }

.white_text {
    color: #fff!important;
    font-size: clamp(16px, 1.1vw, 18px);
    line-height: 1.55;
    font-weight:normal;
    text-align:center;
}

/* ================================
   What makes Verde different
================================ */

.section-diff {
    
    /*background: radial-gradient( 1000px 500px at 50% 0%, rgba(30, 110, 84, 0.08), transparent 60% ), #f6f7f7;*/
}

    .section-diff .section-head {
        text-align: center;
        margin-bottom: clamp(32px, 4vw, 56px);
    }

    .section-diff .subhead {
        max-width: 640px;
        margin: 12px auto 0;
        font-size: clamp(16px, 1.1vw, 18px);
        line-height: 1.5;
        color: rgba(0,0,0,0.65);
    }

    /* Grid */
    .section-diff .grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: clamp(20px, 3vw, 36px);
    }

    /* Cards */
    .section-diff .card.feature {
        /*background: #ffffff;*/
        border-radius: 16px;
        padding: clamp(22px, 3vw, 32px);
        border: 1px solid rgba(0,0,0,0.08);
        text-align: center;
        transition: transform 0.25s ease, box-shadow 0.25s ease;
    }

        .section-diff .card.feature:hover {
            transform: translateY(-6px);
            box-shadow: 0 18px 40px rgba(0,0,0,0.08);
        }

    /* Icon */
    .section-diff .icon {
        width: 48px;
        height: 48px;
        margin: 0 auto 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 14px;
        font-size: 20px;
        font-weight: 600;
        color: #1e6e54;
       /* background: rgba(30, 110, 84, 0.1);*/
    }

    /* Headings */
    .section-diff .h3 {
        margin-bottom: 10px;
        font-size: clamp(18px, 1.3vw, 22px);
        line-height: 1.25;
    }

    /* CTA */
    .section-diff .section-cta {
        margin-top: clamp(32px, 4vw, 56px);
        margin-bottom: clamp(32px, 4vw, 56px);
        text-align: center;
    }



.section-head h2 {
    font-size: clamp(34px, 4.2vw, 56px);
    text-align: center;
    color: rgba(30, 110, 84, 1);
}

.section-head p {
    font-size: clamp(16px, 1.1vw, 18px);
    font-family: 'Lato', sans-serif !important;
    color: #000;
    text-align:center;
    padding: 0px 20px 0px 20px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 18px;
    border-radius: 5px;
    border: 1px solid transparent;
    font-weight: 600;
    line-height: 1;
    transition: transform .12s ease, background .12s ease, border-color .12s ease;
    text-decoration:none;
}

    .btn:active {
        transform: translateY(1px);
    }

.btn-primary {
    background: #ba174f;
    color: #fff;
}

    .btn-primary:hover {
        background: #000;
    }


.clearing {
    clear: both;
    height: 0px;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

.verde_logo_watermark {
    position: absolute;
    right: -50px;
    bottom: -70px;
    max-width: 500px;
    opacity: 0.1;
    transform: rotate(-30deg); /* degrees */
}

.band-facts .dot {
    color: #ba174f; /* brand pink */
    opacity: 1;
}

.fade-text {
    background: linear-gradient( 90deg, #ba174f 0%, #ff8fb8 30%, #ffffff 65% );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    /* glow */
    text-shadow: 0 0 10px rgba(186,23,79,0.35), 0 0 20px rgba(186,23,79,0.25);
}

.band-kicker {
    display: inline-block;
    margin: 0 0 16px;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 600;
    color: rgba(255,255,255,0.75);
}

/* Main statement headline */
.band-title {
    margin: 0 0 14px;
    font-size: clamp(32px, 4vw, 56px);
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #fff;
    text-shadow: 0 18px 40px rgba(0,0,0,0.35);
}

/*STATIC NAV START*/

nav {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 10px 100px;
    box-sizing: border-box;
    transition: .5s;
    z-index: 9999999999;
}

    nav.black {
        background: rgba(0,0,0,0.6);
        height: 120px;
        padding: 10px 50px;
    }

    nav .opus_logo {
        float: left;
    }

/*STATIC NAV END*/

.hero-ctas {
    display: flex;
    gap: 14px;
    margin-top: 22px;
    flex-wrap: wrap;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    padding: 0 18px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-decoration: none;
    border-radius: 6px;
    color: #ffffff;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: background .2s ease, transform .2s ease;
    border: 1px solid rgba(186,23,79,0.50);
}

/* Left button – slightly lighter glass */
.hero-btn-primary {
    background: rgba(24, 42, 46, 0.50); /* dark teal-grey */
    box-shadow: 0 6px 18px rgba(0,0,0,0.35);
}

    .hero-btn-primary:hover {
        background: rgba(186, 23, 79, 1);
        transform: translateY(-1px);
    }

/* Right button – slightly darker glass */
.hero-btn-secondary {
    background: rgba(18, 32, 36, 0.50); /* same hue, darker */
    box-shadow: 0 6px 18px rgba(0,0,0,0.35);
}

    .hero-btn-secondary:hover {
        background: rgba(186, 23, 79, 1);
        transform: translateY(-1px);
    }



/* ==============================
   Capabilities section
   with background image
============================== */

.section-cap {
    position: relative;
    padding: clamp(56px, 8vw, 96px) 24px;
    overflow: hidden;
    color: #000;

}

    /* Background image */
/* Verde Radial Gradient Background */
.section-cap {
    position: relative;
    overflow: hidden;
}

    .section-cap::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient( circle at 20% 30%, rgba(30,110,84,0.55) 0%, rgba(30,110,84,0.35) 25%, rgba(12,40,32,0.95) 70% ), radial-gradient( circle at 80% 70%, rgba(30,110,84,0.35) 0%, rgba(10,25,20,0.95) 60% ), linear-gradient( 180deg, #0b1c17 0%, #07110e 100% );
        z-index: 0;
    }

    .section-cap .content_inner_container {
        position: relative;
        z-index: 1;
    }



    /* Soft wash + vignette over image */
    .section-cap::after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 1;

    }

    /* FIX: allow clicks through the section overlays */
    .section-cap::before,
    .section-cap::after {
        pointer-events: none;
    }

    /* Make sure real content sits above overlays */
    .section-cap .content_inner_container {
        position: relative;
        z-index: 2;
    }


    /* Keep content above overlays */
    .section-cap .container {
        position: relative;
        z-index: 2;
    }

    /* Header */
    .section-cap .section-head {
        width: 100%;
        margin-bottom: 28px;
    }

        .section-cap .section-head.left {
            text-align: left;
        }

        .section-cap .section-head .h2 {
            font-size: clamp(34px, 4.2vw, 56px);
            letter-spacing: -0.01em;
            margin: 0 0 10px;
            color: rgba(0,0,0,0.78);
            color: rgba(12, 18, 28, 0.9);
            text-shadow: 0 2px 8px rgba(0,0,0,0.12);
            color:#fff;
        }

        .section-cap .section-head .subhead {
            font-size: 16px;
            line-height: 1.6;
            color: rgba(0,0,0,0.55);
            color: #fff;
            text-shadow: 0 2px 10px rgba(0,0,0,0.4);
            text-align:center;
        }

    /* Grid (3 top, 2 bottom) */
    .section-cap .grid.grid-3 {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 18px;
        margin-top: 22px;
    }

    /* Cards */
    .section-cap .card.cap {
        grid-column: span 2;
        /*background: rgba(255,255,255,1);*/
        border-radius: 14px;
        padding: 22px 24px;
        border: 1px solid rgba(0,0,0,0.06);
        box-shadow: 0 12px 28px rgba(0,0,0,0.06);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
    }

        /* Bottom row wider */
        .section-cap .card.cap:nth-child(4),
        .section-cap .card.cap:nth-child(5) {
            grid-column: span 3;
        }

    /* Icon + title */
    .section-cap .cap-top {
        display: flex;
        align-items: flex-start;
        gap: 14px;
        margin-bottom: 10px;
    }

    .section-cap .icon {
        width: 34px;
        height: 34px;
        font-size: 22px;
        color: rgba(15,45,52,0.75);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Title */
    .section-cap .h3 {
        font-size: 18px;
        line-height: 1.2;
        color: rgba(0,0,0,0.72);
        margin: 0;
    }

    /* Body */
    .section-cap .card.cap p {
        margin: 8px 0 0;
        font-size: 14px;
        line-height: 1.65;
        color: rgba(0,0,0,0.55);
        color:#000;
    }

    /* CTA */
    .section-cap .section-cta {
        margin-top: 28px;
        text-align:center;
    }

    .section-cap .text-link {
        font-size: 14px;
        color: #1e6e54;
        text-decoration: none;
    }

        .section-cap .text-link:hover {
            color: #000;
        }



.oc_icon {
    height:35px;
}

/* =========
   Our Approach (pre-footer)
   ========= */

.verde-approach {
    /* soft, calm closer section */
    padding: clamp(56px, 6vw, 96px) 24px;
   
}

.verde-approach__inner {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.verde-approach__kicker {

    margin-bottom: 20px;
    font-size: clamp(30px, 1.1vw, 40px);
    text-align: center;
    color: rgba(12, 18, 28, 0.65);
    font-weight:normal;
}

.verde-approach__inner h2 {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
    font-size: clamp(30px, 1.1vw, 40px);
    text-align: center;
    color: rgba(12, 18, 28, 0.65);
    font-weight: bold;
}

.verde-approach__quote {
    margin: 0 auto 22px;
    max-width: 1200px;
    font-size: clamp(16px, 3.2vw, 22px);
    line-height: 1.15;
    color: rgba(12, 18, 28, 0.72);
    quotes: "“" "”" "‘" "’";
}

    .verde-approach__quote::before {
        content: open-quote;
        display: inline-block;
        margin-right: 0.15em;
        color: rgba(12, 18, 28, 0);
    }

    .verde-approach__quote::after {
        content: close-quote;
        color: rgba(12, 18, 28, 0); /* hides closing quote for cleaner look */
    }

.verde-approach__rule {
    width: min(720px, 70%);
    height: 1px;
    margin: 0 auto 26px;
    background: rgba(12, 18, 28, 0.12);
}

.verde-approach__body {
    margin: 0 auto;
    max-width: 720px;
    font-size: clamp(16px, 1.35vw, 22px);
    line-height: 1.75;
    color:#000;
}



/* =========
   Verde Footer
   ========= */

.verde-footer {
    background: #0c121c;
    color: rgba(255,255,255,0.7);
    padding: clamp(48px, 6vw, 72px) 24px;
    background: radial-gradient(1100px 520px at 20% 10%, rgba(186,23,79,.22), transparent 100%), radial-gradient(900px 420px at 85% 120%, rgba(30,110,84,.18), transparent 55%), radial-gradient(1200px 520px at 50% 0%, rgba(255,255,255,.08), transparent 60%), linear-gradient(to bottom, #0b1214 0%, #0b1214 100%);
    position: relative;
    overflow: hidden;
}

.verde-footer__inner {
    max-width: 1200px;
    margin: 0 auto;
}

.verde-footer__nav {
    margin-bottom: 32px;
}

    .verde-footer__nav ul {
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .verde-footer__nav a {
        color: #ffffff;
        text-decoration: none;
        font-size: 15px;
        font-weight: 500;

    }

        .verde-footer__nav a:hover {
            text-decoration: underline;
            color: #ba174f;
        }

.verde-footer__legal {
    max-width: 900px;
}

.verde-footer__copyright {
    margin: 30px 0px 0px 0px;
    font-size: 14px;
    color: rgba(255,255,255,0.6);
}

.verde-footer__disclosure {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    color: rgba(255,255,255,0.55);
}

.verde-footer__disclosure a {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    color: rgba(255,255,255,0.55);
    text-decoration:none;
}

    .verde-footer__disclosure a:hover {
        margin: 0;
        font-size: 13px;
        line-height: 1.6;
        color: #ba174f;
        text-decoration:underline;
    }



.v-btn {
    --btn-bg: #b0124d; /* your current magenta-ish */
    --btn-bg2: #8f0f40; /* darker for subtle gradient */
    --btn-text: #fff;
    --btn-ring: rgba(176,18,77,.28);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    border-radius: 6px;
    color: var(--btn-text);
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.01em;
    background: linear-gradient(180deg, var(--btn-bg) 0%, var(--btn-bg2) 100%);
    border: 1px solid rgba(255,255,255,0.14);
    box-shadow: 0 10px 22px rgba(12,18,28,0.12), 0 2px 6px rgba(12,18,28,0.10);
    transform: translateY(0);
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
    margin: 30px 0px 0px 0px;
    display: inline-flex; /* nice for centering text/icons */
    width: fit-content; /* shrink to content */
    align-self: flex-start; /* stops flex stretch */
}

.v-btn__icon {
    display: inline-flex;
    transition: transform .18s ease;
    opacity: 0.95;
}

.v-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(12,18,28,0.16), 0 6px 12px rgba(12,18,28,0.12);
    filter: brightness(1.02);
}

    .v-btn:hover .v-btn__icon {
        transform: translateX(4px);
    }

.v-btn:active {
    transform: translateY(0);
    box-shadow: 0 10px 18px rgba(12,18,28,0.14), 0 2px 6px rgba(12,18,28,0.10);
}

.v-btn:focus-visible {
    outline: none;
    box-shadow: 0 0 0 4px var(--btn-ring), 0 10px 22px rgba(12,18,28,0.12), 0 2px 6px rgba(12,18,28,0.10);
}




/* OUR APPROACH */
.approach {
    --bg: #fbfbfd;
    --ink: #161a22;
    --muted: rgba(22,26,34,.72);
    --shadow: 0 18px 50px rgba(16,24,40,.14);
    --shadowHover: 0 26px 70px rgba(16,24,40,.22);
    --radius: 18px;
    --accent: #a81443;
    background: radial-gradient(1100px 500px at 50% -120px, rgba(168,20,67,.08), transparent 60%), var(--bg);
    padding: clamp(56px, 8vw, 110px) 24px;
    color: var(--ink);
}

.approach__inner {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.approach__title {
    font-size: clamp(34px, 4.2vw, 56px);
    line-height: 1.05;
    letter-spacing: -0.02em;
    margin: 0 0 14px;
    color: rgba(12, 18, 28, 0.65);
}

.approach__lead {
    font-size: clamp(18px, 2.1vw, 22px);
    line-height: 1.35;
    margin: 0 auto 10px;
    max-width: 48ch;
    color: var(--ink);
}

.approach__sub {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 60ch;
    color: var(--muted);
}

/* GRID */
.approach__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin: 34px auto 22px;
}

/* CARD as photo tile */
.approach__card {
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
    min-height: 240px;
    padding: 0;
    text-align: left;
    box-shadow: var(--shadow);
    transform: translateY(0);
    transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    /* Dark overlay for readability */
    .approach__card::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, rgba(10,12,18,.80) 0%, rgba(10,12,18,.35) 55%, rgba(10,12,18,.10) 100%), radial-gradient(900px 240px at 10% 10%, rgba(255,255,255,.10), transparent 60%);
        pointer-events: none;
    }

    /* soft border highlight */
    .approach__card::after {
        content: "";
        position: absolute;
        inset: 0;
        border: 1px solid rgba(255,255,255,.14);
        border-radius: var(--radius);
        pointer-events: none;
    }

    .approach__card:hover {
        transform: translateY(-6px);
        box-shadow: var(--shadowHover);
    }

/* content positioning */
.approach__cardTop,
.approach__text {
    position: relative;
    z-index: 1;
}

.approach__cardTop {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 18px 10px;
    margin-top: auto;
    border-bottom: 1px solid rgba(255,255,255,.18);
    background: rgba(0,0,0,.18);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.approach__h3 {
    margin: 0;
    font-size: 20px;
    letter-spacing: -0.01em;
    color: #fff;
}

/* icon styled like mock (white, clean) */
.approach__icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.22);
    background: rgba(255,255,255,.10);
    color: #fff;
    flex: 0 0 auto;
    font-size: 18px;
}

/* text block */
.approach__text {
    margin: 0;
    padding: 14px 18px 18px;
    color: rgba(255,255,255,.88);
    line-height: 1.55;
    font-size: 15px;
}

/* Background images per card (swap URLs to your real images) */
.approach__card.is-experience {
    background-image: url('../../img/approach-experience.jpg');
    background-position:center;
    background-position-y:-50px;
}

.approach__card.is-judgement {
    background-image: url('../../img/approach-judgement.jpg');
    background-position: top;
    background-position-y: -30px;
}

.approach__card.is-action {
    background-image: url('../../img/approach-action.jpg');
    background-position: top;
    background-position-y: -30px;
}

/* proof + quote + cta keep as you had (minor tweaks) */
.approach__proof {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
    color: rgba(22,26,34,.62);
    font-size: 14px;
    margin: 18px auto 28px;
}

.approach__dot {
    opacity: .45;
}

.approach__quote {
    margin: 0 auto 18px;
    max-width: 70ch;
}

    .approach__quote blockquote {
        margin: 0;
        font-size: clamp(18px, 2.0vw, 22px);
        line-height: 1.55;
        color: rgba(22,26,34,.78);
        font-style: italic;
    }

.approach__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: rgba(22,26,34,.78);
    font-size: 15px;
    padding: 10px 4px;
    border-bottom: 2px solid rgba(168,20,67,.35);
    transition: color .2s ease, border-color .2s ease, transform .2s ease;
}

    .approach__cta:hover {
        color: var(--ink);
        border-color: rgba(168,20,67,.75);
        transform: translateY(-1px);
    }



/* =========================
   Flip Cards
   ========================= */

.section-diff .card.feature.flip {
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    perspective: 1200px;
}

    .section-diff .card.feature.flip .flip-inner {
        position: relative;
        width: 100%;
        min-height: 270px;
        transform-style: preserve-3d;
        transition: transform 0.7s cubic-bezier(.2,.7,.2,1);
    }

    /* Flip on hover (desktop) */
    .section-diff .card.feature.flip:hover .flip-inner {
        transform: rotateY(180deg);
    }

    /* Flip on tap (mobile) */
    .section-diff .card.feature.flip:focus-within .flip-inner {
        transform: rotateY(180deg);
    }

    .section-diff .card.feature.flip .flip-face {
        position: absolute;
        inset: 0;
        border-radius: 16px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        padding: clamp(22px, 3vw, 32px);
        border: 1px solid rgba(0,0,0,0.08);
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    /* Front */
    .section-diff .card.feature.flip .flip-front {
        background: radial-gradient( 1000px 500px at 50% 0%, rgba(30, 110, 84, 0.08), transparent 60% ), #f6f7f7;
    }

    /* Back */
    .section-diff .card.feature.flip .flip-back {
        transform: rotateY(180deg);
        background: #1e6e54;
        color: #ffffff;
        border-color: rgba(255,255,255,0.2);
    }

        .section-diff .card.feature.flip .flip-back p {
            color: rgba(255,255,255,0.88);
            font-size:12px;
        }

        .section-diff .card.feature.flip .flip-back .h3 {
            color: #ffffff;
        }

    /* Back link */
    .section-diff .card.feature.flip .flip-link {
        margin-top: 14px;
        font-weight: 700;
        text-decoration: none;
        color: #ffffff;
    }

    /* Lift + shadow */
    .section-diff .card.feature.flip:hover {
        transform: translateY(-6px);
    }

        .section-diff .card.feature.flip:hover .flip-face {
            box-shadow: 0 18px 40px rgba(0,0,0,0.08);
        }


.card.cap {
    transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
}


.card.cap:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
}

.section-team {
    padding: 50px 50px 120px 50px;
    background: #fff;
    
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(24px, 4vw, 40px);
    margin-top: 48px;
}



/* Team card */
.team-card {
    background: radial-gradient(1000px 500px at 50% 0%, rgba(30, 110, 84, 0.08), transparent 60%), #f6f7f7;
    border-radius: 18px;
    padding: 36px 32px 40px;
    text-align: center;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

    .team-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 46px rgba(0, 0, 0, 0.16);
    }

/* Avatar placeholder */
.team-avatar {
    width: 130px;
    height: 130px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: linear-gradient( 135deg, rgba(30, 110, 84, 0.18), rgba(30, 110, 84, 0.05) );
    display: flex;
    align-items: center;
    justify-content: center;

}

    .team-avatar span {
        font-size: 1.4rem;
        font-weight: 600;
        color: #1e6e54;
    }

.team-card:hover .team-avatar img {
    transform: scale(1.04);
    transition: transform 0.4s ease;
}


/* Text */
.team-card .h3 {
    margin: 12px 0 6px;
    color: #0e2d24;
}

.team-card .role {
    margin: 0 0 14px;
    font-size: 0.9rem;
    font-weight: 500;
    color: #1e6e54;
}

.team-card .bio {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #4b5a55;
}

.content-width {
    width:100%;
    max-width:1200px;
    text-align:center;
    margin:auto;
    padding:0px 50px 0px 50px;
    box-sizing:border-box;
}

.team-avatar {
    overflow: hidden; /* important for circular crop */
}

    .team-avatar img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

/* ===== Contact Page Hero ===== */
.contact-hero {
    position: relative;
    height: clamp(380px, 46vw, 560px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    text-align: center;
    color: #fff;
    margin-top: 0px;
    overflow: hidden;
}

@supports not (overflow: clip) {
    .contact-hero {
        overflow: hidden;
    }
}

.contact-hero__bg {
    position: absolute;
    inset: 0;
    background: url('/img/contact-hero.png') center / cover no-repeat;
    z-index: 0;
}

/* Dark overlay (safer than filter brightness) */
.contact-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.52);
    z-index: 1;
}

.contact-hero__content {
    position: relative;
    max-width: 860px;
    z-index: 2;
}

    .contact-hero__content h1 {
        margin: 0 0 14px;
        font-size: clamp(36px, 5vw, 60px);
        font-weight: 800;
        line-height: 1.08;
    }

    .contact-hero__content p {
        margin: 0;
        font-size: clamp(16px, 2.2vw, 20px);
        line-height: 1.6;
        opacity: .92;
    }

.contact-strip {
    background: #fff;
    border-bottom: 1px solid #ececec;
    padding: 26px 24px 34px;
    background: radial-gradient(1100px 520px at 20% 10%, rgba(186, 23, 79, .22), transparent 100%), radial-gradient(900px 420px at 85% 120%, rgba(30, 110, 84, .18), transparent 55%), radial-gradient(1200px 520px at 50% 0%, rgba(255, 255, 255, .08), transparent 60%), linear-gradient(to bottom, #0b1214 0%, #0b1214 100%);
    border-top: solid 2px #ba174f;
}

.contact-strip__inner {
    max-width: 1120px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.contact-pill {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 16px 18px;
    border-radius: 16px;   
    text-decoration: none;
    color: #111;
    transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

    .contact-pill:hover {
        transform: translateY(-2px);
    }

.contact-pill__label {
    font-size: 12px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #fff;
}

.contact-pill__value {
    font-size: 17px;
    line-height: 1.5;
    color:#fff;
}


/* ===== Contact form section ===== */

.contact-form-section {
    background: #fff;
    padding: clamp(46px, 6vw, 78px) 24px;
}

.contact-form-section__inner {
    max-width: 1200px;
    margin: 0 auto;
}

.contact-form-head {
    max-width: 1200px;
    margin: 0 0 22px;
}

    .contact-form-head h2 {
        font-size: clamp(34px, 4.2vw, 56px);
        text-align: center;
        color: rgba(30, 110, 84, 1);
    }

    .contact-form-head p {
        margin: 0;
        color: #444;
        line-height: 1.65;
        font-size: 16px;
        text-align:center;
    }

/* Form card (subtle) */
.contact-form {
    width:100%;
    max-width: 1200px;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 18px;
    padding: clamp(18px, 2.6vw, 28px);
    box-sizing:border-box;
}

/* Grid */
.contact-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px !important;
}

.cf-field {
    display: grid;
    gap: 8px;
    min-width: 0;
}

    .cf-field span {
        font-size: 12px;
        letter-spacing: .12em;
        text-transform: uppercase;
        color: #1e6e54;
    }

    .cf-field input,
    .cf-field textarea {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        border-radius: 14px;
        border: 1px solid #e3e7e5;
        background: #f6f8f7;
        padding: 12px 12px;
        font-size: 16px;
        outline: none;
        transition: border-color .18s ease, background .18s ease;
    }

    .cf-field textarea {
        resize: vertical;
    }

        .cf-field input:focus,
        .cf-field textarea:focus {
            border-color: rgba(186,23,79,.55);
            background: #fff;
        }

.cf-field--full {
    grid-column: 1 / -1;
}

.cf-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    line-height: 1.45;
    color: #444;
    margin-top: 4px;
}

    .cf-check input {
        margin-top: 3px;
    }

/* Actions */
.contact-form__actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 18px;
    flex-wrap: wrap;
}

.cf-btn {
    border: 1px solid rgba(186,23,79,.65);
    background: rgba(186,23,79,.14);
    color: #111;
    font-weight: 800;
    border-radius: 14px;
    padding: 12px 16px;
    cursor: pointer;
    transition: transform .18s ease, background .18s ease, border-color .18s ease;
    text-decoration: none;
    display: inline-flex; /* nice for centering text/icons */
    width: fit-content; /* shrink to content */
    align-self: flex-start; /* stops flex stretch */
}

    .cf-btn:hover {
        transform: translateY(-2px);
        background: rgba(186,23,79,.22);
        border-color: rgba(186,23,79,.85);
    }

.cf-small {
    margin: 0;
    font-size: 12.5px;
    color: #555;
}

    .cf-small a {
        color: #111;
        text-decoration: none;
        border-bottom: 1px solid rgba(0,0,0,.2);
    }

        .cf-small a:hover {
            border-bottom-color: rgba(0,0,0,.5);
        }

/* FORCE the grid + visible gaps */
.contact-form .contact-form__grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 18px !important;
    row-gap: 18px !important;
}

/* Make sure each field is a real grid item (kills display:contents issues) */
.contact-form .cf-field {
    display: grid !important;
    gap: 8px;
    min-width: 0;
}

    /* Inputs should never overflow their column */
    .contact-form .cf-field input,
    .contact-form .cf-field textarea {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

/* ===== Map section ===== */
.contact-map {
    background: #ffffff;
    padding: clamp(46px, 6vw, 78px) 24px;
    padding-top:0px;
    margin:0;
}

.contact-map__inner {
    max-width: 1200px;
    margin: 0 auto;
}

.contact-map__head {
    margin: 0 0 18px;
    max-width: 1200px;
}

    .contact-map__head h2 {
        font-size: clamp(34px, 4.2vw, 56px);
        text-align: center;
        color: rgba(30, 110, 84, 1);
    }

    .contact-map__head p {
        margin: 0;
        color: #444;
        line-height: 1.65;
        font-size: 16px;
        text-align:center;
    }

/* The map container */
.contact-map__frame {
    border: 1px solid #ececec;
    border-radius: 18px;
    overflow: hidden;
    background: #f6f8f7;
}

    /* Responsive iframe */
    .contact-map__frame iframe {
        display: block;
        width: 100%;
        height: min(520px, 62vh);
        border: 0;
    }

.cf-field input,
.cf-field textarea {
    display: block; /* avoid inline weirdness */
    box-sizing: border-box;
    width: 100%;
}

/* ===== Product hero (static, same language as Contact) ===== */
.product-hero {
    position: relative;
    height: clamp(320px, 40vw, 520px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    text-align: center;
    color: #fff;
    overflow: hidden;
}

.product-hero__bg {
    position: absolute;
    inset: 0;
    background: url('/img/collateral-protection-img.jpg') center / cover no-repeat; /* swap image */
    z-index: 0;
}

.product-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.52);
    z-index: 1;
}

.product-hero__content {
    position: relative;
    max-width: 920px;
    z-index: 2;
}

    .product-hero__content h1 {
        margin: 0 0 14px;
        font-size: clamp(34px, 5vw, 58px);
        font-weight: 800;
        line-height: 1.08;
    }

    .product-hero__content p {
        margin: 0;
        font-size: clamp(16px, 2.1vw, 20px);
        line-height: 1.6;
        opacity: .92;
    }

/* ===== Verde fade band (shared component) ===== */

.verde-fade-band {
    background: radial-gradient(900px 240px at 10% 10%, rgba(186,23,79,.35), transparent 60%), linear-gradient(to right, #2a0f1a 0%, #0c121c 45%, #0c121c 100%);
    color: #ffffff;
    border-top: 2px solid #ba174f;
}

.verde-fade-band__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: clamp(26px, 4vw, 42px) 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

/* Items */
.fade-item {
    display: grid;
    gap: 6px;
}

.fade-label {
    font-size: 12px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: rgba(255,255,255,.75);
}

.fade-value {
    font-size: 17px;
    line-height: 1.55;
    color: #ffffff;
}




.offeringShowcase {
    padding: clamp(56px, 7vw, 100px) 0;
    background: radial-gradient(900px 600px at 10% 0%, rgba(35,82,66,0.10), transparent 60%), radial-gradient(900px 600px at 90% 20%, rgba(35,82,66,0.08), transparent 55%), #fff;
}

.offeringShowcase__inner {
    width: min(1160px, calc(100% - 40px));
    margin: 0 auto;
}

.offeringShowcase__header {
    max-width: 920px;
    margin-bottom: clamp(18px, 3vw, 30px);
}

.offeringShowcase__title {
    margin: 0 0 10px 0;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    letter-spacing: -0.02em;
}

.offeringShowcase__subtitle {
    margin: 0;
    line-height: 1.7;
    opacity: 0.85;
    font-size: clamp(1rem, 1.35vw, 1.1rem);
}

.offeringShowcase__layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}


/* Left list – no boxed “rows” */
.offeringShowcase__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.offeringShowcase__item {
    width: 100%;
    text-align: left;
    border: 0;
    background: transparent;
    padding: 14px 12px;
    border-radius: 18px;
    cursor: pointer;
    font: inherit;
    transition: background 180ms ease, transform 180ms ease;
    position: relative;
}

.offeringShowcase__item:hover {
    background: rgba(0,0,0,0.03);
    transform: translateY(-1px);
}

.offeringShowcase__item.is-active {
    background: rgba(30,110,84,0.08);
}

    /* subtle left accent that feels “designed” */
    .offeringShowcase__item.is-active::before {
        content: "";
        position: absolute;
        left: 6px;
        top: 14px;
        bottom: 14px;
        width: 3px;
        border-radius: 99px;
        background: rgba(30,110,84,1);
    }

.offeringShowcase__itemTop {
    padding-left: 14px;
}

.offeringShowcase__name {
    margin: 0 0 15px 0;
    font-size: 1.18rem;
    letter-spacing: -0.01em;
    color: #1e6e54;
}

.offeringShowcase__oneLine {
    margin: 0;
    opacity: 0.82;
    line-height: 1.55;
}

/* Details expand for active only */
.offeringShowcase__detail {
    max-height: 0;
    overflow: hidden;
    transition: max-height 260ms ease;
    padding-left: 14px;
}

.offeringShowcase__item.is-active .offeringShowcase__detail {
    max-height: 260px; /* JS will set exact height */
}

.offeringShowcase__detail p {
    margin: 12px 0 0 0;
    line-height: 1.75;
    opacity: 0.9;
    max-width: 78ch;
}

/* Right image – one unified hero panel */
.offeringShowcase__media {
    display: none;
}

.offeringShowcase__mediaImg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.02);
    transition: opacity 220ms ease;
}

.offeringShowcase__mediaOverlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(35,82,66,0.45), rgba(0,0,0,0.10));
    mix-blend-mode: multiply;
    opacity: 0.7;
}

/* anchor for absolute positioning */
.offeringShowcase__item {
    position: relative;
}

/* plus icon container */
.offeringShowcase__plus {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(30,110,84,1);
    border-radius: 50%;
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

    /* horizontal + vertical bars */
    .offeringShowcase__plus::before,
    .offeringShowcase__plus::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        background: rgba(30,110,84,1);
        transform: translate(-50%,-50%);
        border-radius: 2px;
    }

    .offeringShowcase__plus::before {
        width: 14px;
        height: 2px;
    }

    .offeringShowcase__plus::after {
        width: 2px;
        height: 14px;
    }

/* hover / focus */
.offeringShowcase__item:hover .offeringShowcase__plus,
.offeringShowcase__item:focus-visible .offeringShowcase__plus {
    transform: scale(1.08);
    border-color: rgba(30,110,84,1);
    
}

/* when panel is open */
.offeringShowcase__item[aria-expanded="true"] .offeringShowcase__plus::after {
    display: none; /* removes vertical bar = minus */
}

.offeringShowcase__item {
    position: relative;
    overflow: visible;
}

/* ========== Base helpers ========== */
.verde-container {
    width: min(1120px, calc(100% - 40px));
    margin-inline: auto;
}

.verde-section {
    padding: clamp(48px, 6vw, 90px) 0;
}

.verde-h2 {
    padding:0;
    
    font-size: clamp(34px, 4.2vw, 56px);
    text-align: center;
    color: rgba(30, 110, 84, 1);
}

.verde-lead {
    margin: 0;
    max-width: 62ch;
    opacity: .9;
}



/* ========== Intro + Cred strip ========== */
.verde-teamIntro {
    background: #1e6e54;
    color: #e9efe9;
}

.verde-teamIntro__grid {
    display: grid;
    align-items: start;
}

.verde-teamIntro__text p {
    margin: 0;
    opacity: .95;
    font-size: clamp(16px, 1.1vw, 18px);
}

.verde-credStrip {
    display: grid;
    gap: 12px;
}

.verde-credStrip__item {
    padding: 14px 16px;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.04);
    border-radius: 14px;
}

.verde-credStrip__label {
    display: block;
    font-size: .78rem;
    text-transform: uppercase;
    letter-spacing: .14em;
    opacity: .75;
}

.verde-credStrip__value {
    display: block;
    margin-top: 6px;
    font-size: 1rem;
    font-weight: 600;
}

/* ========== Team cards ========== */
.verde-team {
    /*background: radial-gradient(1000px 500px at 50% 0%, rgba(30, 110, 84, 0.08), transparent 60%), #f6f7f7;*/
    color: #f3f6f3;
}

.verde-team__header {
    display: flex;
    gap: 16px;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: clamp(18px, 3vw, 28px);
    text-align:center;
}

.verde-teamGrid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(16px, 2.6vw, 26px);
}

.verde-personCard {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.10);
    background: radial-gradient(700px 300px at 20% 0%, rgba(255,255,255,.06), transparent 55%), rgba(255,255,255,.03);
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    min-height: 340px;
    background-color:#000;
}

.verde-personCard__media {
    position: relative;
    background: rgba(0,0,0,.35);
}

    .verde-personCard__media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        filter: saturate(1.05) contrast(1.05);
    }

.verde-personCard__content {
    padding: clamp(18px, 2.2vw, 26px);
}

.verde-personCard__top {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 12px;
    align-items: center;
    margin-bottom: 12px;
}

.verde-personCard__name {
    margin: 0;
    font-size: 1.35rem;
    line-height: 1.15;
}

.verde-pill {
    display: inline-flex;
    padding: 7px 10px;
    border-radius: 999px;
    border: 1px solid rgba(190,20,30,.55);
    background: rgba(190,20,30,.12);
    font-size: .82rem;
    white-space: nowrap;
}

.verde-personCard__bio {
    margin: 0 0 14px;
    opacity: .92;
    font-size: clamp(14px, 1.1vw, 16px);
}

.verde-personCard__bullets {
    margin: 0;
    padding-left: 18px;
    opacity: .92;
    font-size: clamp(14px, 1.1vw, 16px);
}

    .verde-personCard__bullets li {
        margin: 8px 0;
    }

/* ========== Quote band ========== */
.verde-quoteBand {
    padding: clamp(44px, 5.5vw, 80px) 0;
    color: #fff;
    background: linear-gradient(90deg, rgba(190,20,30,.85), rgba(0,0,0,0) 65%), #0b1b14;
}

.verde-quoteBand__quote {
    margin: 0 0 10px;
    font-size: clamp(1.4rem, 2.4vw, 2rem);
    font-weight: 700;
    letter-spacing: .2px;
}

.verde-quoteBand__sub {
    margin: 0;
    max-width: 70ch;
    opacity: .9;
}

.verde-personCard__media img {
    object-fit: cover;
    object-position: top center;
}

/*START COOKIE TABLE*/

.fee-table2 {
    --border: 1px solid #d9d9d9;
    --head-bg: #6e7c7c;
    --text: #000;
    --muted: #555;
    font-family: 'Poppins', sans-serif;
    color: var(--text);
    border: var(--border);
    border-radius: 10px;
    overflow: hidden;
}

.header2 {
    color: #fff;
}

/* header */
.fee-table2 .row2.header2 {
    background: var(--head-bg);
    font-weight: 700;
}

/* grid layout (desktop/tablet) */
.fee-table2 .row2 {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr; /* Type | Charge | Notes */
    gap: 0;
    border-top: var(--border);
}

    .fee-table2 .row2:first-child {
        border-top: 0;
    }

.fee-table2 .cell2 {
    padding: 14px 16px;
    border-left: var(--border);
}

    .fee-table2 .cell2:first-child {
        border-left: 0;
    }

.fee-table2 .muted2 {
    color: var(--muted);
}

/* zebra (optional) */
.fee-table2 .row2.data2:nth-child(odd) {
    background: #fff;
}

.fee-table2 .row2.data2:nth-child(even) {
    background: #fbfbfb;
}

/*END COOKIE TABLE*/



.sub-list {
    list-style-type: circle; /* makes it look like o */
}

.content_inner_container ul li {
    margin-bottom: 10px;
}

.content_inner_container ul li ol {
    margin-top: 8px;
}

/* ===============================
   TEGRON STYLE SIDE PANEL CLEAN
   =============================== */

.nav_menu_wrap {
    position: relative;
    display: inline-block;
}

/* PANEL */
.nav_popup {
    position: fixed;
    top: 0;
    right: 0;
    width: auto;
    min-width: 200px;
    max-width: 420px;
    height: 100vh;
    padding: 140px 60px 60px 60px;
    background: #111;
    border-left: 1px solid rgba(255,255,255,0.08);
    display: flex;
    flex-direction: column;
    gap: 26px;
    transform: translateX(100%);
    transition: transform .35s cubic-bezier(.77,0,.18,1);
    z-index: 999999999;
    border-left: 1px solid #ba174f;
}

/* OPEN STATE */
.nav_menu_wrap.is-open .nav_popup {
    transform: translateX(0);
}

/* LINKS */
.nav_popup a {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    color: #fff;
    transition: opacity .2s ease, transform .2s ease;
}

    .nav_popup a:hover {
        opacity: .6;
        transform: translateX(6px);
    }


/* Only clickable when open */
.nav_popup {
    pointer-events: none;
}

.nav_menu_wrap.is-open .nav_popup {
    pointer-events: auto;
}

/* Make sure hidden panel can't intercept clicks */
.nav_popup {
    pointer-events: none;
}

.nav_menu_wrap.is-open .nav_popup {
    pointer-events: auto;
}

.section {
    padding-bottom:100px;
}

/* ===========================
   VERDE - OUR OFFERING CARDS
   =========================== */

/* Optional: if your section has a busy background image, this calms it down */
.section-cap {
    position: relative;
}

    .section-cap::before {
        content: "";
        position: absolute;
        inset: 0;
        
        z-index: 0;
    }

    .section-cap .content_inner_container {
        position: relative;
        z-index: 1;
    }

/* Grid: 3 cards on top, 2 wide cards on bottom (desktop) */
.cap-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 22px;
}

    /* Default card spans (desktop) */
    .cap-grid .cap-card:nth-child(1),
    .cap-grid .cap-card:nth-child(2),
    .cap-grid .cap-card:nth-child(3) {
        grid-column: span 2;
    }

    .cap-grid .cap-card:nth-child(4),
    .cap-grid .cap-card:nth-child(5) {
        grid-column: span 3;
    }

/* Mobile / tablet stacking */
@media (max-width: 900px) {
    .cap-grid {
        grid-template-columns: 1fr;
    }

        .cap-grid .cap-card {
            grid-column: auto !important;
        }
}

/* Card styling */
.cap-card {
    position: relative;
    min-height: 280px;
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    padding: 22px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #0b0f0d; /* fallback */
    isolation: isolate; /* IMPORTANT */
    box-shadow: 0 18px 40px rgba(0,0,0,.35);
    transform: translateZ(0);
    transition: transform .35s ease, box-shadow .35s ease, filter .35s ease;
}

    /* Consistent overlay: dark + subtle Verde tint */
    .cap-card::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient( to top, rgba(0,0,0,.65) 0%, rgba(0,0,0,.35) 45%, rgba(0,0,0,.10) 100% );
        z-index: 1;
    }




/* Text */
.cap-label {
    position: relative;
    z-index: 2;
    max-width: 95%;
}

.cap-title {
    margin: 0;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: .2px;
    line-height: 1.15;
    font-size: clamp(18px, 1.4vw, 22px);
    text-shadow: 0 4px 18px rgba(0,0,0,.6);
}


.cap-kicker {
    display: inline-block;
    margin-top: 10px;
    font-size: 12px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: rgba(255,255,255,.75);
}



/* ===========================
   BACKGROUND IMAGES
   Update these URLs
   =========================== */

.cap-crime {
    background-image: url('../img/commercial-crime-img.jpg');
}

.cap-ml {
    background-image: url('../img/management-liability-img.jpg');
}

.cap-fi {
    background-image: url('../img/financial-institutions-img.jpg');
}

.cap-cpi {
    background-image: url('../img/collateral-protection-img.jpg');
}

.cap-digital {
    background-image: url('../img/digital-assets-img.jpg');
}

.cap-card {
    display: flex; /* ensures flex still works on <a> */
    text-decoration: none; /* removes underline */
    color: inherit; /* stops link blue */
    cursor: pointer;
}

.cap-card {
    transition: transform .35s cubic-bezier(.22,.61,.36,1), box-shadow .35s ease;
}

    .cap-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 30px 70px rgba(0,0,0,.45);
    }

.cap-card {
    overflow: hidden;
}

    .cap-card::before {
        transition: opacity .35s ease;
    }

    .cap-card:hover::before {
        opacity: .85;
    }

    .cap-card:focus {
        outline: 2px solid #1e6e54;
        outline-offset: 4px;
    }

.product-hero {
    position: relative;
    height: clamp(320px, 40vw, 520px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    text-align: center;
    color: #fff;
    overflow: hidden;
}

/* Video background */
.product-hero__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

/* Overlay (replaces your ::before) */
.product-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    /* pick ONE of these styles (or keep both layered) */
    /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 30%); */
    /* if you want your homepage-ish gradient vibe instead:
  background: linear-gradient(to bottom, rgba(0,0,0,.75) 0%, rgba(0,0,0,.10) 60%, rgba(0,0,0,.55) 100%);
  */
}

.product-hero__content {
    position: relative;
    max-width: 920px;
    z-index: 2;
}

    .product-hero__content h1 {
        margin: 0 0 14px;
        font-size: clamp(34px, 5vw, 58px);
        font-weight: 800;
        line-height: 1.08;
    }

    .product-hero__content p {
        margin: 0;
        font-size: clamp(16px, 2.1vw, 20px);
        line-height: 1.6;
        opacity: .92;
    }

.product-detail {
    padding: clamp(38px, 6vw, 84px) 24px;
    /*background: #071b18;  deep Verde tone */
    color: #fff;
}

.product-detail__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 0.9fr;
    gap: clamp(22px, 4vw, 56px);
    align-items: start;
}

.product-detail__copy h2 {
    margin: 0 0 12px;
    font-size: clamp(28px, 3.2vw, 44px);
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: 0.01em;
    color:#000;
}

.product-detail__lead {
    margin: 0 0 14px;
    font-size: clamp(16px, 1.6vw, 20px);
    line-height: 1.7;
    opacity: .92;
}

.product-detail__copy p {
    margin: 0 0 14px;
    font-size: 16px;
    line-height: 1.75;
    opacity: .88;
    color: #000;
}

.product-detail__media {
    display: grid;
    gap: 18px;
}

.product-detail__img {
    margin: 0;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.10);
    background: rgba(255,255,255,.03);
}

    .product-detail__img img {
        display: block;
        width: 100%;
        height: auto;
        object-fit: cover; /* 👈 this prevents stretching */
        display: block;
    }

    /* Optional: subtle “Verde” glow on hover */
    .product-detail__img:hover {
        border-color: rgba(168, 20, 67, .45); /* magenta accent */
        box-shadow: 0 18px 50px rgba(0,0,0,.35);
        transform: translateY(-2px);
        transition: .25s ease;
    }


/* Container spacing */
.covered-card {
    margin: 40px 0;
}

/* Card styling */
.covered-card__inner {
    position: relative;
    background: radial-gradient(1000px 500px at 50% 0%, rgba(30, 110, 84, 0.08), transparent 60%), #f6f7f7;
    border-radius: 18px;
    padding: 32px 36px 34px 36px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

    /* Left magenta accent bar */
    .covered-card__inner::before {
        content: "";
        position: absolute;
        left: 0;
        top: 24px;
        bottom: 24px;
        width: 6px;
        background: #a81443; /* Verde magenta */
        border-radius: 0 4px 4px 0;
    }

/* Title */
.covered-card__title {
    margin: 0 0 22px;
    font-size: 22px;
    font-weight: 700;
    color: #1b1b1b;
    padding-left: 12px;
}

/* Two column layout */
.covered-card__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 60px;
    padding-left: 12px;
}

    /* List reset */
    .covered-card__grid ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    /* List items */
    .covered-card__grid li {
        position: relative;
        padding-left: 18px;
        margin-bottom: 12px;
        font-size: 16px;
        color: #333;
        font-weight: 500;
    }

        /* Magenta bullet */
        .covered-card__grid li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 8px;
            width: 7px;
            height: 7px;
            background: #a81443;
            border-radius: 50%;
        }

/* Responsive */
@media (max-width: 768px) {
    .covered-card__grid {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

.contact-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 28px;
    width: 100%;
}

/* fields behave as grid items */
.cf-field {
    display: block;
    min-width: 0;
}

    .cf-field span {
        display: block;
        margin-bottom: 8px;
    }

.cf-input {
    width: 100%;
    box-sizing: border-box;
}

/* full width fields */
.cf-field--full {
    grid-column: 1 / -1;
}

/* checkbox row full width */
.cf-check {
    grid-column: 1 / -1;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

/* mobile */
@media (max-width: 900px) {
    .contact-form__grid {
        grid-template-columns: 1fr;
    }

    .cf-field--full {
        grid-column: auto;
    }

    .cf-check {
        grid-column: auto;
    }
}


/* === CONTACT FORM GRID LAYOUT === */
.contact-form__grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 28px;
    row-gap: 22px;
    width: 100%;
}

/* each label is a grid item */
.cf-field {
    display: block;
    min-width: 0;
    width: 100%;
}

    .cf-field > span {
        display: block;
        margin: 0 0 8px 0;
    }

/* inputs */
.cf-input {
    width: 100%;
    box-sizing: border-box;
    display: block;
}

/* span both columns */
.cf-field--full {
    grid-column: 1 / -1;
}

/* checkbox row */
.cf-check {
    grid-column: 1 / -1;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

/* prevent any legacy floats breaking grid */
.contact-form__grid .cf-field,
.contact-form__grid .cf-check {
    float: none !important;
    clear: none !important;
}

/* responsive: stack on mobile */
@media (max-width: 900px) {
    .contact-form__grid {
        grid-template-columns: 1fr;
    }

    .cf-field--full,
    .cf-check {
        grid-column: auto;
    }
}

/* actions row */
.contact-form__actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-top: 18px;
}

@media (max-width: 900px) {
    .contact-form__actions {
        flex-direction: column;
        align-items: flex-start;
    }
}


.cf-error {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    color:red!important;
}

.cf-hp {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.cf-summary {
    margin: 0 0 16px 0;
    padding: 12px 14px;
    border: 1px solid rgba(176,0,32,.35);
    background: rgba(176,0,32,.06);
    border-radius: 10px;
    color: #b00020;
    font-size: 13px;
}

    .cf-summary ul {
        margin: 8px 0 0 18px;
    }

.cf-check {
    display: flex;
    flex-wrap: wrap; /* allows wrapping */
    align-items: flex-start;
    gap: 8px 10px;
}

    .cf-check .cf-error {
        flex-basis: 100%; /* force onto new line */
        margin-top: 6px;
    }

.cf-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.cf-small {
    margin: 0; /* remove default p margins */
}

.contact_divide {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.no-margin {
    margin:0;
}

/* Contact form success message (ValidationStatus) */
#ValidationStatus_pnlStatus {
    max-width: 1100px; /* match your form container width if needed */
    margin: 30px auto;
    padding: 18px 22px;
    background: #f4f8f6;
    border: 1px solid rgba(30,110,84,.35);
    border-left: 6px solid #1e6e54;
    border-radius: 10px;
}

    #ValidationStatus_pnlStatus p {
        margin: 0;
    }

    #ValidationStatus_pnlStatus span {
        display: block;
        font-weight: 600 !important;
        font-size: 16px;
        color: #1e6e54;
        letter-spacing: 0;
        line-height: 1.4;
    }

/* COOKIE NOTICE */
.cookie-notice {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 700px;
    width: calc(100% - 40px);
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(0,0,0,0.08);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border-radius: 12px;
    padding: 14px 18px;
    font-size: 13px;
    line-height: 1.4;
    color: #333;
    display: none;
    z-index: 9999;
}

    .cookie-notice.show {
        display: block;
    }

.cookie-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.cookie-notice a {
    color: #1e6e54;
    text-decoration: none;
    font-weight: 500;
}

.cookie-btn {
    background: #1e6e54;
    color: #fff;
    border: none;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    cursor: pointer;
    transition: background 0.2s ease;
}

    .cookie-btn:hover {
        background: #165441;
    }

/* ==========================================
   VERDE – COMPACT OTHER LINES VERSION
   ========================================== */

/* Reduce section spacing */
.section-cap--compact {
    padding: 30px 0 40px;
}

/* Slightly tighter header */
.section-head--compact .h2 {
    font-size: clamp(20px, 2vw, 26px)!important;
    padding-bottom:20px;
}

.section-head--compact .subhead {
    font-size: 14px;
    max-width: 1200px;
}

/* Compact grid = simple 2x2 (desktop) */
.cap-grid--compact {
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

    .cap-grid--compact .cap-card {
        grid-column: span 2 !important;
    }

/* Compact card height */
.cap-card--compact {
    min-height: 160px; /* smaller than homepage */
}

    /* Slightly reduce label padding */
    .cap-card--compact .cap-label {
        padding: 18px;
    }

    /* Slightly smaller title */
    .cap-card--compact .cap-title {
        font-size: 16px;
    }

    /* Hover refinement – less dramatic than homepage */
    .cap-card--compact:hover {
        transform: translateY(-4px);
    }






