/* Hero overlay - navy to orange gradient */
.bg-dark-navy-orange {
    background: linear-gradient(
        110deg,
        rgba(12, 22, 40, 0.92) 0%,
        rgba(12, 22, 40, 0.75) 60%,
        rgba(192, 90, 16, 0.35) 100%
    );
}

/* Orange gradient text - αντικαθιστά το purple */
.text-gradient-orange {
    background: linear-gradient(
        90deg,
        #f07020 0%,
        #f5893a 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}


.bg-enervest-orange { background-color: #f07020; }
.text-enervest-orange { color: #f07020; }
.border-color-orange { border-color: #f07020; }
.border-top-3px { border-top: 3px solid; }
.border-left-3px { border-left: 3px solid; }
.bg-enervest-orange { background-color: #f07020; }
.fw-600 { font-weight: 600; }



.btn-enervest-orange {
    background-color: #f07020;
    border-color: #f07020;
    color: #ffffff;
}
.btn-enervest-orange:hover {
    background-color: #c85a10;
    border-color: #c85a10;
    color: #ffffff;
}


.enervest-market-section {
    position: relative;
    padding: 110px 0;
    background: #f6f4f0;
    overflow: hidden;
}
.enervest-market-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(26, 86, 219, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(26, 86, 219, 0.035) 1px, transparent 1px);
    background-size: 54px 54px;
    opacity: 0.45;
    pointer-events: none;
}
.enervest-market-section .container {
    position: relative;
    z-index: 2;
}
.enervest-section-label {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #f07020;
}
.enervest-section-label span {
    display: block;
    width: 32px;
    height: 1px;
    background: #f07020;
}
.enervest-section-title {
    margin: 0;
    color: #111827;
    font-size: clamp(36px, 4vw, 56px);
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -1.6px;
}
.enervest-section-intro {
    max-width: 760px;
    margin: 28px auto 0;
    color: #6b7280;
    font-size: 17px;
    line-height: 1.8;
}
.enervest-market-grid {
    margin-top: 72px;
    row-gap: 28px;
}
.enervest-market-card {
    position: relative;
    height: 100%;
    min-height: 295px;
    padding: 52px 48px 44px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid #e2ddd5;
    border-radius: 12px;
    box-shadow: 0 18px 45px rgba(12, 22, 40, 0.045);
    transition: all 0.35s ease;
    overflow: hidden;
}
.enervest-market-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #f07020;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
}
.enervest-market-card:hover {
    transform: translateY(-7px);
    border-color: rgba(240, 112, 32, 0.42);
    box-shadow: 0 28px 65px rgba(12, 22, 40, 0.085);
}
.enervest-market-card:hover::before {
    transform: scaleX(1);
}
.enervest-card-number {
    display: block;
    margin-bottom: 34px;
    color: #f07020;
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 3px;
}
.enervest-market-card h3 {
    max-width: 440px;
    margin: 0 0 24px;
    color: #111827;
    font-size: 26px;
    line-height: 1.18;
    font-weight: 700;
    letter-spacing: -0.55px;
}
.enervest-market-card p {
    max-width: 560px;
    margin: 0;
    color: #6b7280;
    font-size: 15.5px;
    line-height: 1.85;
}
@media (max-width: 991px) {
    .enervest-market-section {
        padding: 85px 0;
    }
    .enervest-market-grid {
        margin-top: 52px;
    }
    .enervest-market-card {
        min-height: auto;
        padding: 42px 34px 38px;
    }
}
@media (max-width: 575px) {
    .enervest-market-section {
        padding: 70px 0;
    }
    .enervest-section-title {
        font-size: 34px;
        letter-spacing: -1px;
    }
    .enervest-section-intro {
        font-size: 15.5px;
    }
    .enervest-market-card {
        padding: 36px 28px 34px;
    }
    .enervest-market-card h3 {
        font-size: 23px;
    }
}

.enervest-card-number {
    display: block;
    margin-bottom: 30px;
    color: rgba(240,112,32,.18);
    font-size: 68px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -3px;
}

.enervest-market-card h3::after {
    content: ' →';
    color: #f07020;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.enervest-market-card:hover h3::after {
    opacity: 1;
}


/* ── STRENGTHS SECTION ─────────────────────── */
.enervest-strengths-section {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(240,112,32,.08) 0%,
            transparent 35%
        ),
        radial-gradient(
            circle at 100% 0%,
            rgba(26,86,219,.08) 0%,
            transparent 40%
        ),
        linear-gradient(
            180deg,
            #0c1628 0%,
            #101b32 45%,
            #152040 100%
        );
}
/* subtle grid overlay */
.enervest-strengths-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(240,112,32,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(240,112,32,0.04) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
}
/* orange glow top right */
.enervest-strengths-section::after {
    content: "";
    position: absolute;
    top: -150px; right: -150px;
    width: 500px; height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(240,112,32,0.08) 0%, transparent 70%);
    pointer-events: none;
}
.enervest-strengths-section .container {
    position: relative;
    z-index: 2;
}
/* light version of label for dark bg */
.enervest-section-label-light span {
    background: #f07020;
}
/* grid */
.enervest-strengths-grid {
    margin-top: 64px;
    row-gap: 24px;
}
/* card */
.enervest-strength-card {
    position: relative;
    height: 100%;
    padding: 40px 36px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-top: 2px solid #f07020;
    transition: all 0.35s ease;
    cursor: default;
}
.enervest-strength-card:hover {
    background: rgba(255,255,255,0.07);
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.3);
}
.enervest-strength-number {
    display: block;
    margin-bottom: 20px;
    color: #f07020;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 3px;
}
.enervest-strength-card h3 {
    margin: 0 0 16px;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: -0.3px;
}
.enervest-strength-card p {
    margin: 0;
    color: rgba(255,255,255,0.45);
    font-size: 14px;
    line-height: 1.8;
}
/* responsive */
@media (max-width: 991px) {
    .enervest-strengths-section { padding: 85px 0; }
    .enervest-strengths-grid { margin-top: 48px; }
    .enervest-strength-card { padding: 32px 28px; }
}
@media (max-width: 575px) {
    .enervest-strengths-section { padding: 70px 0; }
    .enervest-strength-card h3 { font-size: 17px; }
}

.enervest-strengths-section .enervest-section-title {
    font-size: clamp(28px, 3.2vw, 44px);
    letter-spacing: -1px;
}

.enervest-strength-number {
    font-size: 32px;
    letter-spacing: -1px;
    margin-bottom: 24px;
}

.enervest-strengths-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;

    background:
        radial-gradient(
            circle at 20% 20%,
            rgba(255,255,255,.03),
            transparent 35%
        ),
        radial-gradient(
            circle at 80% 80%,
            rgba(255,255,255,.02),
            transparent 30%
        );

    opacity: .8;
}

.enervest-strengths-section::after {
    content: "";
    position: absolute;
    top: -200px;
    right: -200px;

    width: 700px;
    height: 700px;

    background:
        radial-gradient(
            circle,
            rgba(240,112,32,.05),
            transparent 70%
        );

    pointer-events: none;
}
.enervest-risk-section {
    position: relative;
    padding: 85px 0;
    background: #ffffff;
    overflow: hidden;
}

.enervest-risk-image-wrap {
    position: relative;
    max-width: 570px;
    margin-left: auto;
}

.enervest-risk-image {
    width: 100%;
    height: 410px;
    object-fit: cover;
    display: block;
}

.enervest-risk-badge {
    position: absolute;
    left: -28px;
    bottom: 38px;
    min-width: 155px;
    padding: 18px 20px;
    background: #f07020;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 15px;
}

.enervest-risk-badge strong {
    font-size: 34px;
    line-height: 1;
    font-weight: 700;
}

.enervest-risk-badge span {
    font-size: 11px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.enervest-risk-corner {
    position: absolute;
    right: -16px;
    bottom: -16px;
    width: 48px;
    height: 48px;
    border-right: 3px solid #f07020;
    border-bottom: 3px solid #f07020;
}

.enervest-section-label-left {
    justify-content: flex-start;
    margin-bottom: 18px;
}

.enervest-risk-title {
    margin: 0 0 22px;
    color: #111827;
    font-size: clamp(36px, 3.4vw, 50px);
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -1.3px;
    font-family: 'Playfair Display', serif;
}

.enervest-risk-title em {
    color: #f07020;
    font-style: italic;
}

.enervest-risk-intro {
    max-width: 520px;
    margin: 0 0 26px;
    color: #6b7280;
    font-size: 15.5px;
    line-height: 1.75;
}

.enervest-risk-list {
    max-width: 560px;
    border-top: 1px solid #e2ddd5;
}

.enervest-risk-item {
    display: flex;
    gap: 18px;
    padding: 16px 0;
    border-bottom: 1px solid #e2ddd5;
}

.enervest-risk-icon {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border: 1px solid #e2ddd5;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f07020;
    font-size: 15px;
    background: #ffffff;
}

.enervest-risk-item h4 {
    margin: 0 0 6px;
    color: #111827;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 700;
}

.enervest-risk-item p {
    margin: 0;
    color: #6b7280;
    font-size: 13.5px;
    line-height: 1.65;
}

.enervest-risk-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 28px;
    padding-bottom: 8px;
    border-bottom: 2px solid #f07020;
    color: #111827;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.enervest-risk-link:hover {
    color: #f07020;
}

@media (max-width: 991px) {
    .enervest-risk-section {
        padding: 70px 0;
    }

    .enervest-risk-image-wrap {
        max-width: 100%;
        margin: 0;
    }

    .enervest-risk-image {
        height: 380px;
    }

    .enervest-risk-badge {
        left: 24px;
    }
}

@media (max-width: 575px) {
    .enervest-risk-image {
        height: 320px;
    }

    .enervest-risk-title {
        font-size: 34px;
    }

    .enervest-risk-item {
        gap: 14px;
    }
}

/* ── RISK SECTION ──────────────────────────── */
.enervest-risk-section {
    position: relative;
    padding: 120px 0;
    background: #ffffff;
    overflow: hidden;
}
.enervest-risk-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(240,112,32,0.08) 1px, transparent 1px);
    background-size: 28px 28px;
    opacity: 0.5;
    pointer-events: none;
}
.enervest-risk-section .container {
    position: relative;
    z-index: 2;
}
.enervest-risk-photo-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 600px;
}
.enervest-risk-photo-wrap img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    box-shadow: 32px 32px 80px rgba(12,22,40,0.12);
}
.enervest-risk-photo-corner {
    position: absolute;
    bottom: -14px;
    right: -14px;
    width: 56px;
    height: 56px;
    border-bottom: 3px solid #f07020;
    border-right: 3px solid #f07020;
}
.enervest-risk-photo-badge {
    position: absolute;
    bottom: 40px;
    left: -28px;
    background: #f07020;
    color: #ffffff;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: 0 12px 40px rgba(240,112,32,0.35);
    z-index: 3;
}
.enervest-risk-badge-num {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
}
.enervest-risk-badge-lbl {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 0.9;
    line-height: 1.4;
}
.enervest-risk-title {
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -1px;
    color: #111827;
    margin: 0 0 24px;
}
.enervest-risk-title em {
    font-style: italic;
    color: #f07020;
}
.enervest-risk-body {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.85;
    color: #6b7280;
    margin-bottom: 36px;
}
.enervest-risk-list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
}
.enervest-risk-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 18px 0;
    border-bottom: 1px solid #e2ddd5;
    transition: padding-left 0.3s ease;
    cursor: default;
}
.enervest-risk-item:first-child {
    border-top: 1px solid #e2ddd5;
}
.enervest-risk-item:hover {
    padding-left: 6px;
}
.enervest-risk-icon {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    border: 1px solid #e2ddd5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f07020;
    font-size: 13px;
    transition: all 0.3s ease;
}
.enervest-risk-item:hover .enervest-risk-icon {
    background: #f07020;
    color: #ffffff;
    border-color: #f07020;
}
.enervest-risk-item strong {
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.3px;
    color: #111827;
    margin-bottom: 4px;
}
.enervest-risk-item p {
    margin: 0;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.65;
    color: #6b7280;
}
.enervest-risk-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #111827;
    text-decoration: none;
    border-bottom: 2px solid #f07020;
    padding-bottom: 4px;
    transition: all 0.3s ease;
}
.enervest-risk-cta:hover {
    color: #f07020;
    gap: 16px;
}
.enervest-risk-cta-arrow {
    font-size: 16px;
    transition: transform 0.3s ease;
}
.enervest-risk-cta:hover .enervest-risk-cta-arrow {
    transform: translateX(4px);
}
@media (max-width: 991px) {
    .enervest-risk-section { padding: 85px 0; }
    .enervest-risk-photo-wrap { min-height: 400px; }
    .enervest-risk-photo-badge { left: 20px; bottom: -20px; }
}
@media (max-width: 575px) {
    .enervest-risk-section { padding: 70px 0; }
    .enervest-risk-photo-wrap { min-height: 300px; }
    .enervest-risk-photo-badge { display: none; }
    .enervest-risk-photo-corner { display: none; }
}


/* ── INTEL SECTION ─────────────────────────── */
.enervest-intel-section {
    padding: 110px 0 0;
    background: #ffffff;
    overflow: hidden;
    position: relative;
}
.enervest-intel-body {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.85;
    color: #6b7280;
    margin-top: 24px;
    margin-bottom: 0;
}

/* ticker */
.enervest-ticker-wrap {
    width: 100%;
    margin-top: 60px;
    background: #0c1628;
    padding: 20px 0;
    overflow: hidden;
    position: relative;
}
/* fade edges */
.enervest-ticker-wrap::before,
.enervest-ticker-wrap::after {
    content: '';
    position: absolute;
    top: 0; bottom: 0;
    width: 120px;
    z-index: 2;
    pointer-events: none;
}
.enervest-ticker-wrap::before {
    left: 0;
    background: linear-gradient(to right, #0c1628, transparent);
}
.enervest-ticker-wrap::after {
    right: 0;
    background: linear-gradient(to left, #0c1628, transparent);
}
.enervest-ticker {
    width: 100%;
    overflow: hidden;
}
.enervest-ticker-inner {
    display: flex;
    align-items: center;
    width: max-content;
    animation: tickerScroll 30s linear infinite;
}
.enervest-ticker-inner:hover {
    animation-play-state: paused;
}
@keyframes tickerScroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.enervest-ticker-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.7);
    padding: 0 36px;
    white-space: nowrap;
    transition: color 0.3s;
}
.enervest-ticker-item i {
    color: #f07020;
    font-size: 6px;
}
.enervest-ticker-inner:hover .enervest-ticker-item {
    color: rgba(255,255,255,0.9);
}

/* stats */
.enervest-intel-stats {
    margin-top: 0;
    border-top: 1px solid #e2ddd5;
}
.enervest-intel-stat {
    padding: 44px 30px;
    text-align: center;
    border-right: 1px solid #e2ddd5;
    transition: background 0.3s;
}
.enervest-intel-stat:last-child { border-right: none; }
.enervest-intel-stat:hover { background: #faf8f4; }
.enervest-intel-stat-num {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 3.5vw, 3rem);
    font-weight: 400;
    color: #0c1628;
    line-height: 1;
    margin-bottom: 10px;
}
.enervest-intel-stat-num sup {
    font-size: 0.45em;
    color: #f07020;
    vertical-align: super;
}
.enervest-intel-stat-lbl {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #6b7280;
}

/* responsive */
@media (max-width: 991px) {
    .enervest-intel-section { padding: 85px 0 0; }
    .enervest-intel-stat { padding: 32px 20px; }
}
@media (max-width: 575px) {
    .enervest-intel-section { padding: 70px 0 0; }
    .enervest-intel-stat {
        border-right: none;
        border-bottom: 1px solid #e2ddd5;
        padding: 28px 20px;
    }
}

/* ── INSTITUTIONAL SECTION ─────────────────── */
.enervest-institutional-section {
    position: relative;
    padding: 130px 0;
    background: url('../imgs/enervest.jpg') center/cover no-repeat;
    overflow: hidden;
}
.enervest-institutional-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(12,22,40,0.94) 0%,
        rgba(12,22,40,0.88) 100%
    );
}
.enervest-institutional-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 3.8vw, 3.2rem);
    font-weight: 400;
    line-height: 1.18;
    letter-spacing: -0.5px;
    color: #ffffff;
    margin: 0 0 24px;
}
.enervest-institutional-title em {
    font-style: italic;
    color: #f07020;
}
.enervest-institutional-body {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.85;
    color: rgba(255,255,255,0.5);
    margin-bottom: 40px;
}
/* pills */
.enervest-institutional-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.enervest-inst-pill {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.7);
    border: 1px solid rgba(240,112,32,0.4);
    padding: 10px 20px;
    transition: all 0.3s ease;
    cursor: default;
}
.enervest-inst-pill:hover {
    background: rgba(240,112,32,0.1);
    border-color: #f07020;
    color: #f07020;
}

/* responsive */
@media (max-width: 991px) {
    .enervest-institutional-section { padding: 100px 0; }
}
@media (max-width: 575px) {
    .enervest-institutional-section { padding: 80px 0; }
    .enervest-institutional-title { font-size: 1.9rem; }
}


/* ── TEAM SECTION ──────────────────────────── */
.enervest-team-section {
    padding: 120px 0;
    background: #ffffff;
}
.enervest-team-header {
    margin-bottom: 48px;
}
.enervest-team-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 3.2vw, 3rem);
    font-weight: 400;
    line-height: 1.18;
    letter-spacing: -0.5px;
    color: #111827;
    margin: 0;
}
.enervest-team-title em {
    font-style: italic;
    color: #f07020;
}
.enervest-team-body {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.85;
    color: #6b7280;
    margin-bottom: 24px;
}
.enervest-team-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #111827;
    text-decoration: none;
    border-bottom: 2px solid #f07020;
    padding-bottom: 4px;
    transition: all 0.3s ease;
}
.enervest-team-cta:hover {
    color: #f07020;
    gap: 16px;
}

/* divider */
.enervest-team-divider {
    width: 100%;
    height: 1px;
    background: #e2ddd5;
    margin: 0;
}

/* rows */
.enervest-team-rows { margin: 0; }
.enervest-team-row {
    display: grid;
    grid-template-columns: 48px 1fr 1fr auto;
    align-items: center;
    gap: 32px;
    padding: 28px 0;
    border-bottom: 1px solid #e2ddd5;
    transition: all 0.3s ease;
    cursor: default;
}
.enervest-team-row:hover {
    padding-left: 12px;
    background: #faf8f4;
    padding-right: 12px;
}
.enervest-team-row-num {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 1.2rem;
    font-weight: 400;
    color: #f07020;
    opacity: 0.6;
}
.enervest-team-row-title {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #111827;
    transition: color 0.3s;
}
.enervest-team-row:hover .enervest-team-row-title {
    color: #f07020;
}
.enervest-team-row-desc {
    font-size: 13px;
    font-weight: 300;
    color: #6b7280;
}
.enervest-team-row-tag {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #6b7280;
    background: #f0ede8;
    padding: 6px 14px;
    white-space: nowrap;
    transition: all 0.3s;
}
.enervest-team-row:hover .enervest-team-row-tag {
    background: rgba(240,112,32,0.1);
    color: #f07020;
}

/* stats */
.enervest-team-stats {
    padding-top: 48px;
}
.enervest-team-stat {
    text-align: center;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.enervest-team-stat-num {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.4rem, 4vw, 3.4rem);
    font-weight: 400;
    color: #111827;
    line-height: 1;
}
.enervest-team-stat-num sup {
    font-size: 0.4em;
    color: #f07020;
    vertical-align: super;
}
.enervest-team-stat-lbl {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #6b7280;
}

/* responsive */
@media (max-width: 991px) {
    .enervest-team-section { padding: 85px 0; }
    .enervest-team-row {
        grid-template-columns: 40px 1fr;
        gap: 16px;
    }
    .enervest-team-row-desc { display: none; }
    .enervest-team-row-tag { display: none; }
}
@media (max-width: 575px) {
    .enervest-team-section { padding: 70px 0; }
    .enervest-team-stat-num { font-size: 2rem; }
}

.enervest-team-section {
    padding: 120px 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

/* Watermark */
.enervest-team-section::before {
    content: 'Enervest';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: clamp(8rem, 18vw, 16rem);
    font-weight: 400;
    color: rgba(17,19,24,0.035);
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
    line-height: 1;
    z-index: 0;
}

/* Σιγουρέψου ότι το content είναι πάνω από το watermark */
.enervest-team-section .container {
    position: relative;
    z-index: 1;
}

/* ── FINAL CTA ─────────────────────────────── */
.enervest-cta-section {
    position: relative;
    padding: 140px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
}
.enervest-cta-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(12,22,40,0.95) 0%,
        rgba(12,22,40,0.88) 100%
    );
}
.enervest-cta-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 3.8vw, 3.4rem);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.5px;
    color: #ffffff;
    margin: 0 0 28px;
}
.enervest-cta-title em {
    font-style: italic;
    color: #f07020;
}
.enervest-cta-divider {
    width: 56px;
    height: 2px;
    background: #f07020;
    margin: 0 auto 28px;
}
.enervest-cta-body {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.85;
    color: rgba(255,255,255,0.5);
    margin-bottom: 44px;
}
.enervest-cta-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 56px;
}
.enervest-cta-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,0.25);
    padding-bottom: 3px;
    transition: all 0.3s ease;
}
.enervest-cta-secondary:hover {
    color: #f07020;
    border-color: #f07020;
}

/* trust strip */
.enervest-cta-trust {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 36px;
}
.enervest-cta-trust span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.35);
    padding: 0 28px;
    border-right: 1px solid rgba(255,255,255,0.1);
}
.enervest-cta-trust span:last-child {
    border-right: none;
}
.enervest-cta-trust span i {
    color: #f07020;
    font-size: 11px;
}

/* responsive */
@media (max-width: 991px) {
    .enervest-cta-section {
        padding: 100px 0;
        background-attachment: scroll;
    }
    .enervest-cta-trust span {
        padding: 8px 16px;
        border-right: none;
    }
}
@media (max-width: 575px) {
    .enervest-cta-section { padding: 80px 0; }
    .enervest-cta-title { font-size: 1.9rem; }
    .enervest-cta-btns { flex-direction: column; }
}


/* ── FOOTER ────────────────────────────────── */
.footer-dark {
    position: relative;
    background-color: #0c1628;
    overflow: hidden;
}
.footer-overlay {
    position: absolute;
    inset: 0;
    background: rgba(12,22,40,0.97);
    pointer-events: none;
}
.footer-dark .container {
    position: relative;
    z-index: 1;
}

/* logo */
.footer-logo-wrap {
    display: inline-block;
    margin-bottom: 24px;
}
.footer-logo-img {
    height: 52px;
    width: auto;
    filter: brightness(0) invert(1);
    opacity: 1;
}

/* tagline */
.footer-tagline {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.85;
    color: rgba(255,255,255,0.7);
    max-width: 280px;
    margin-bottom: 28px;
}

/* social */
.footer-social { display: flex; gap: 10px; }
.footer-social a {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255,255,255,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.65);
    font-size: 15px;
    transition: all 0.3s ease;
}
.footer-social a:hover {
    border-color: #f07020;
    color: #f07020;
}

/* headings */
.footer-heading {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #f07020;
    display: block;
    margin-bottom: 24px;
    white-space: nowrap;
}

/* nav links */
.footer-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-nav li { margin-bottom: 14px; }
.footer-nav a {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255,255,255,0.75);
    transition: all 0.3s ease;
    text-decoration: none;
}
.footer-nav a:hover {
    color: #f07020;
    padding-left: 6px;
}

/* contact items */
.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 22px;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.8;
    color: rgba(255,255,255,0.72);
}
.footer-contact-item i {
    color: #f07020;
    font-size: 15px;
    margin-top: 3px;
    flex-shrink: 0;
}
.footer-contact-item a {
    color: rgba(255,255,255,0.72);
    text-decoration: none;
    transition: color 0.3s;
}
.footer-contact-item a:hover { color: #f07020; }
.footer-contact-label {
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.85);
    margin-bottom: 6px;
}

/* bottom */
.footer-bottom-logo {
    height: 38px;
    width: auto;
    filter: brightness(0) invert(1);
    opacity: 0.5;
}
.footer-legal-links {
    font-size: 13px;
    font-weight: 400;
    color: rgba(255,255,255,0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    white-space: nowrap;
}
.footer-legal-links a {
    color: rgba(255,255,255,0.45);
    text-decoration: none;
    transition: color 0.3s;
}
.footer-legal-links a:hover { color: #f07020; }
.footer-copy {
    font-size: 13px;
    font-weight: 300;
    color: rgba(255,255,255,0.4);
    line-height: 1.7;
    margin: 0;
}
.footer-credit {
    color: rgba(255,255,255,0.55);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}
.footer-credit:hover { color: #f07020; }

/* responsive */
@media (max-width: 767px) {
    .footer-legal-links { flex-wrap: wrap; gap: 8px; }
    .footer-tagline { max-width: 100%; }
    .footer-heading { white-space: normal; }
}
/* ── HERO PATCH ────────────────────────────── */

/* Eyebrow */
.enervest-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #f07020;
    margin-bottom: 28px;
}
.enervest-hero-eyebrow-line {
    display: block;
    width: 36px;
    height: 1px;
    background: #f07020;
    flex-shrink: 0;
}

/* Headline */
.enervest-hero-h1 {
    font-family: 'Playfair Display', serif !important;
    font-size: clamp(2.6rem, 5vw, 4.4rem);
    line-height: 1.12;
    margin-bottom: 28px;
}

/* Subtext */
.enervest-hero-sub {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.85;
    opacity: 0.6;
    max-width: 480px;
    margin-bottom: 40px;
    border-left: 2px solid #f07020;
    padding-left: 20px;
}

/* CTA buttons */
.enervest-hero-btns {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 44px;
}
.btn-enervest-orange {
    background: #f07020 !important;
    border-color: #f07020 !important;
    color: #ffffff !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    padding: 14px 32px !important;
    transition: all 0.35s ease !important;
    border-radius: 0 !important;
}
.btn-enervest-orange:hover {
    background: #c85a10 !important;
    border-color: #c85a10 !important;
    color: #ffffff !important;
}
.enervest-hero-ghost-btn {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.75);
    border: 1.5px solid rgba(255,255,255,0.25);
    padding: 14px 32px;
    text-decoration: none;
    transition: all 0.35s ease;
}
.enervest-hero-ghost-btn:hover {
    border-color: #f07020;
    color: #f07020;
}

/* Trust strip */
.enervest-hero-trust {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
    padding-top: 28px;
    border-top: 1px solid rgba(255,255,255,0.1);
}
.enervest-hero-trust span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.45);
    padding-right: 24px;
    margin-right: 24px;
    border-right: 1px solid rgba(255,255,255,0.1);
}
.enervest-hero-trust span:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}
.enervest-hero-trust span i {
    color: #f07020;
    font-size: 12px;
}

/* responsive */
@media (max-width: 767px) {
    .enervest-hero-h1 { font-size: 2.4rem; }
    .enervest-hero-sub { border-left: none; padding-left: 0; }
    .enervest-hero-trust { gap: 12px; }
    .enervest-hero-trust span {
        border-right: none;
        margin-right: 0;
        padding-right: 0;
    }
}

.about-list li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 13px 0;
    border-bottom: 1px solid #e2ddd5;
    font-size: 14px;
    color: #111827;
}
.about-list li:first-child { border-top: 1px solid #e2ddd5; }
.about-list li::before {
    content: '';
    flex-shrink: 0;
    width: 20px;
    height: 1.5px;
    background: #f07020;
}


.s-cover .alt-font.text-white.font-weight-600,
.s-cover h3 {
    font-size: clamp(2.2rem, 3.5vw, 3.2rem) !important;
    line-height: 1.15 !important;
}

.cd-headline {
    font-family: 'Playfair Display', serif !important;
    font-size: clamp(1.8rem, 2.8vw, 2.6rem) !important;
}
.cd-words-wrapper b {
    font-style: italic !important;
}
/* ── WHY ENERVEST SECTION ──────────────────── */
.enervest-why-section {
    padding: 110px 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}
.enervest-why-section::before {
    content: 'Why';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: clamp(8rem, 16vw, 14rem);
    font-weight: 400;
    color: rgba(17,19,24,0.03);
    white-space: nowrap;
    pointer-events: none;
    line-height: 1;
    z-index: 0;
}
.enervest-why-section .container {
    position: relative;
    z-index: 1;
}
.enervest-why-card {
    position: relative;
    padding: 44px 40px;
    background: #f6f4f0;
    border-top: 3px solid #f07020;
    height: 100%;
    transition: all 0.35s ease;
    cursor: default;
}
.enervest-why-card:hover {
    background: #ffffff;
    box-shadow: 0 20px 60px rgba(12,22,40,0.08);
    transform: translateY(-5px);
}
.enervest-why-num {
    display: block;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 2.2rem;
    font-weight: 400;
    color: rgba(240,112,32,0.2);
    line-height: 1;
    margin-bottom: 20px;
    transition: color 0.35s;
}
.enervest-why-card:hover .enervest-why-num {
    color: rgba(240,112,32,0.4);
}
.enervest-why-title {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.3px;
    color: #111827;
    margin-bottom: 12px;
}
.enervest-why-desc {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    color: #6b7280;
    margin: 0;
}

@media (max-width: 991px) {
    .enervest-why-section { padding: 85px 0; }
}
@media (max-width: 575px) {
    .enervest-why-section { padding: 70px 0; }
    .enervest-why-card { padding: 32px 28px; }
}

.fst-italic.text-enervest-orange {
    font-size: 90% !important;
}

.enervest-why-num {
    font-size: 3.5rem;
    color: rgba(240,112,32,0.25);
    margin-bottom: 24px;
}

.enervest-why-card:hover .enervest-why-num {
    color: rgba(240,112,32,0.5);
}

/* ── VISION SECTION ────────────────────────── */
.enervest-vision-section {
    overflow: hidden;
}
.enervest-vision-photo-wrap {
    position: relative;
    margin-left: calc(-50vw + 50%); /* βγαίνει αριστερά έξω από container */
    width: calc(100% + (50vw - 50%));
}
.enervest-vision-photo-wrap img {
    width: 100%;
    height: 620px;
    object-fit: cover;
    object-position: center;
    display: block;
    box-shadow: 24px 24px 60px rgba(12,22,40,0.12);
}

@media (max-width: 991px) {
    .enervest-vision-photo-wrap {
        margin-left: 0;
        width: 100%;
    }
    .enervest-vision-photo-wrap img {
        height: 420px;
    }
}
@media (max-width: 575px) {
    .enervest-vision-photo-wrap img {
        height: 300px;
    }
}

/* ── TEAM STATS SECTION ────────────────────── */
.enervest-team-stats-section {
    padding: 110px 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}
.enervest-team-stats-section::before {
    content: 'Team';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: clamp(8rem, 16vw, 14rem);
    font-weight: 400;
    color: rgba(17,19,24,0.03);
    white-space: nowrap;
    pointer-events: none;
    line-height: 1;
    z-index: 0;
}
.enervest-team-stats-section .container {
    position: relative;
    z-index: 1;
}
.enervest-team-stat-card {
    padding: 8px;
    height: 100%;
    margin-bottom: 16px;
}
.enervest-team-stat-card-inner {
    padding: 40px 36px;
    background: #f6f4f0;
    border-left: 3px solid #f07020;
    height: 100%;
    transition: all 0.35s ease;
    cursor: default;
}
.enervest-team-stat-card-inner:hover {
    background: #ffffff;
    box-shadow: 0 20px 60px rgba(12,22,40,0.08);
    transform: translateX(6px);
}
.enervest-stat-icon {
    display: block;
    font-size: 22px;
    color: #f07020;
    margin-bottom: 18px;
}
.enervest-stat-title {
    font-size: 15px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 10px;
    letter-spacing: 0.3px;
}
.enervest-stat-desc {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.8;
    color: #6b7280;
    margin: 0;
}

@media (max-width: 991px) {
    .enervest-team-stats-section { padding: 85px 0; }
}
@media (max-width: 575px) {
    .enervest-team-stats-section { padding: 70px 0; }
    .enervest-team-stat-card-inner { padding: 28px 24px; }
}

/* ── TEAM INTRO SECTION ────────────────────── */
.enervest-team-intro-section {
    overflow: hidden;
}
.enervest-team-intro-photo {
    position: relative;
    margin-left: calc(-50vw + 50%);
    width: calc(100% + (50vw - 50%));
}
.enervest-team-intro-photo img {
    width: 100%;
    height: 680px;
    object-fit: cover;
    object-position: center top;
    display: block;
    box-shadow: 24px 24px 60px rgba(12,22,40,0.12);
}

@media (max-width: 991px) {
    .enervest-team-intro-photo {
        margin-left: 0;
        width: 100%;
    }
    .enervest-team-intro-photo img {
        height: 450px;
    }
}
@media (max-width: 575px) {
    .enervest-team-intro-photo img {
        height: 320px;
    }
}


.ev-experience-section {
    position: relative;
    padding: 120px 0 80px;
    background: #ffffff;
    overflow: hidden;
}

.ev-experience-layout {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 90px;
    align-items: start;
}

.ev-label {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 40px;
    color: #f07020;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.ev-label span {
    width: 36px;
    height: 1px;
    background: #f07020;
}

.ev-experience-title {
    margin: 0;
    color: #111827;
    font-family: "Playfair Display", serif;
    font-size: clamp(42px, 4.5vw, 82px);
    line-height: 0.95;
    font-weight: 500;
    letter-spacing: -2px;
    max-width: 420px;
}

.ev-experience-title strong {
    display: block;
    color: #f07020;
    font-size: 0.85em;
    font-weight: 400;
}

.ev-experience-text {
    max-width: 430px;
    margin: 32px 0 0;
    color: #6b7280;
    font-size: 16px;
    line-height: 1.8;
}

.ev-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 420px;
    margin-top: 42px;
    border-left: 1px solid #e2ddd5;
}

.ev-stats div {
    padding: 0 22px;
    border-right: 1px solid #e2ddd5;
}

.ev-stats strong {
    display: block;
    margin-bottom: 8px;
    color: #f07020;
    font-family: "Playfair Display", serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
}

.ev-stats span {
    color: #6b7280;
    font-size: 12px;
    line-height: 1.5;
}

.ev-matrix-label {
    display: block;
    margin-bottom: 30px;
    color: #111827;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 6px;
    text-transform: uppercase;
}

.ev-matrix {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid #e2ddd5;
    border-left: 1px solid #e2ddd5;
}

.ev-matrix-card {
    position: relative;
    min-height: 230px;
    padding: 34px;
    border-right: 1px solid #e2ddd5;
    border-bottom: 1px solid #e2ddd5;
    transition: all .35s ease;
    background: #fff;
}

.ev-matrix-card:hover {
    background: #f8f6f2;
}

.ev-matrix-card > span {
    display: block;
    margin-bottom: 18px;
    color: #f07020;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
}

.ev-matrix-card i {
    display: block;
    margin-bottom: 22px;
    color: #4b5563;
    font-size: 34px;
    line-height: 1;
}

.ev-matrix-card h3 {
    margin: 0 0 12px;
    color: #111827;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.ev-matrix-card p {
    margin: 0;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.8;
    max-width: 280px;
}

.ev-matrix-card a {
    position: absolute;
    right: 28px;
    bottom: 26px;
    color: #f07020;
    font-size: 22px;
    line-height: 1;
    text-decoration: none;
}

.ev-experience-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
    padding-top: 28px;
    border-top: 1px solid #e2ddd5;
}

.ev-experience-footer span,
.ev-experience-footer a {
    color: #111827;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.ev-experience-footer span::before {
    content: "///";
    margin-right: 18px;
    color: #f07020;
}

.ev-experience-footer a {
    text-decoration: none;
}

.ev-experience-footer a em {
    margin-left: 14px;
    color: #f07020;
    font-style: normal;
}

@media (max-width: 1199px) {

    .ev-experience-layout {
        gap: 60px;
    }

    .ev-experience-title {
        font-size: 68px;
    }
}

@media (max-width: 991px) {

    .ev-experience-layout {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .ev-matrix {
        margin-top: 10px;
    }

    .ev-stats {
        max-width: 100%;
    }
}

@media (max-width: 767px) {

    .ev-matrix {
        grid-template-columns: 1fr;
    }

    .ev-matrix-card {
        min-height: auto;
    }
}

@media (max-width: 575px) {

    .ev-experience-section {
        padding: 80px 0 50px;
    }

    .ev-experience-title {
        font-size: 54px;
        letter-spacing: -1px;
    }

    .ev-stats {
        grid-template-columns: 1fr;
        border-left: 0;
    }

    .ev-stats div {
        padding: 18px 0;
        border-right: 0;
        border-bottom: 1px solid #e2ddd5;
    }

    .ev-experience-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
}
/* ── MARKET COVERAGE IMAGE ─────────────────── */
.enervest-market-coverage-img {
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 24px 24px 60px rgba(12,22,40,0.12);
}

/* ── MARKET ICON LIST ──────────────────────── */
.enervest-market-icon-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}
.enervest-market-icon-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 0;
    border-bottom: 1px solid #e2ddd5;
}
.enervest-market-icon-list li:nth-last-child(-n+2) {
    border-bottom: none;
}
.enervest-market-icon-list li i {
    font-size: 16px;
    color: #f07020;
    flex-shrink: 0;
    width: 18px;
    text-align: center;
}
.enervest-market-icon-list li span {
    font-size: 13px;
    font-weight: 500;
    color: #111827;
    line-height: 1.4;
}

@media (max-width: 767px) {
    .enervest-market-icon-list {
        grid-template-columns: 1fr;
    }
    .enervest-market-icon-list li:nth-last-child(-n+2) {
        border-bottom: 1px solid #e2ddd5;
    }
    .enervest-market-icon-list li:last-child {
        border-bottom: none;
    }
}

.enervest-systems-photo-wrap {
    position: relative;
    margin-right: calc(-50vw + 50%);
    width: calc(100% + (50vw - 50%));
}
.enervest-systems-photo-wrap img {
    width: 50%;
    height: auto;
    display: block;
}
@media (max-width: 991px) {
    .enervest-systems-photo-wrap {
        margin-right: 0;
        width: 100%;
    }
}



/* ── CONTACT BLOCKS ────────────────────────── */
.enervest-contact-block {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 22px 0;
    border-bottom: 1px solid #e2ddd5;
}
.enervest-contact-block:first-of-type {
    border-top: 1px solid #e2ddd5;
}
.enervest-contact-block-icon {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(240,112,32,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f07020;
    font-size: 15px;
}
.enervest-contact-block-label {
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #f07020;
    margin-bottom: 6px;
}
.enervest-contact-block-text {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.75;
    color: #111827;
    margin: 0;
}
.enervest-contact-block-text a {
    color: #111827;
    text-decoration: none;
    transition: color 0.3s;
}
.enervest-contact-block-text a:hover {
    color: #f07020;
}

/* ── CONTACT FORM ──────────────────────────── */
.enervest-contact-form {
    width: 100%;
}
.enervest-form-group {
    margin-bottom: 0;
}
.enervest-form-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #111827;
    margin-bottom: 8px;
}
.enervest-form-input {
    width: 100%;
    background: #ffffff;
    border: 1px solid #e2ddd5;
    border-radius: 0;
    padding: 14px 18px;
    font-size: 14px;
    font-weight: 300;
    color: #111827;
    outline: none;
    transition: border-color 0.3s ease;
    appearance: none;
    -webkit-appearance: none;
}
.enervest-form-input:focus {
    border-color: #f07020;
    box-shadow: none;
}
.enervest-form-input::placeholder {
    color: #9ca3af;
    font-weight: 300;
}
.enervest-form-select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23f07020' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
    cursor: pointer;
}
.enervest-form-textarea {
    resize: vertical;
    min-height: 160px;
}
.enervest-form-note {
    margin-top: 16px;
    font-size: 12px;
    font-weight: 300;
    color: #6b7280;
    display: flex;
    align-items: center;
    gap: 8px;
}
.enervest-form-note i {
    color: #f07020;
    font-size: 11px;
}

/* ── MAP LABELS ────────────────────────────── */
.enervest-map-label {
    background: #0c1628;
    padding: 14px 24px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.7);
}
.enervest-map-label i {
    color: #f07020;
    font-size: 13px;
}

@media (max-width: 991px) {
    .enervest-contact-block { padding: 18px 0; }
    .enervest-form-input { padding: 12px 16px; }
}


/* ── OFFICE BOX ────────────────────────────── */
.enervest-office-box {
    border-top: 3px solid #f07020 !important;
}
.enervest-office-card-top {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 24px;
}
.enervest-office-flag {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(240,112,32,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f07020;
    font-size: 16px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}
.feature-box-dark-hover:hover .enervest-office-flag {
    background: #f07020;
    color: #ffffff;
    border-color: #f07020;
}
.enervest-office-city {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    font-weight: 400;
    color: #111827;
    line-height: 1.2;
    transition: color 0.3s;
}
.feature-box-dark-hover:hover .enervest-office-city {
    color: #ffffff;
}
.enervest-office-country {
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #6b7280;
    margin-top: 4px;
    transition: color 0.3s;
}
.feature-box-dark-hover:hover .enervest-office-country {
    color: rgba(255,255,255,0.5);
}
.enervest-office-divider {
    width: 100%;
    height: 1px;
    background: #e2ddd5;
    margin-bottom: 24px;
    transition: background 0.3s;
}
.feature-box-dark-hover:hover .enervest-office-divider {
    background: rgba(255,255,255,0.15);
}
.enervest-office-body {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.enervest-office-detail {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.enervest-office-detail i {
    color: #f07020;
    font-size: 13px;
    margin-top: 3px;
    flex-shrink: 0;
    width: 16px;
}
.enervest-office-detail p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7;
    color: #111827;
    margin: 0;
    transition: color 0.3s;
}
.feature-box-dark-hover:hover .enervest-office-detail p {
    color: rgba(255,255,255,0.7);
}
.enervest-office-detail a {
    color: #111827;
    text-decoration: none;
    transition: color 0.3s;
}
.feature-box-dark-hover:hover .enervest-office-detail a {
    color: rgba(255,255,255,0.7);
}
.enervest-office-detail a:hover {
    color: #f07020 !important;
}

/* Legal list */
.enervest-legal-list {
    list-style: none;
    padding: 0;
    margin: 16px 0 16px 0;
}
.enervest-legal-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.85;
    color: #4b5563;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}
.enervest-legal-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 8px;
    height: 1.5px;
    background: #f07020;
    flex-shrink: 0;
}
.enervest-legal-list li strong {
    font-weight: 600;
    color: #111827;
}

/* Legal intro */
.enervest-legal-intro {
    padding-bottom: 36px;
    border-bottom: 1px solid #e2ddd5;
    margin-bottom: 0;
}
.enervest-market-coverage-img{
    width: 125%;
    max-width: none;
    margin-left: -120px;
    display:block;
}
.enervest-systems-photo-wrap{
    width:125%;
    margin-right:-180px;
    position:relative;
    z-index:2;
}
.enervest-systems-photo-wrap img{
    width:100%;
    max-width:none;
    display:block;
}
.enervest-systems-capabilities{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
    margin-top:10px;
}
.enervest-systems-capabilities div{
    border-left:2px solid #f26a21;
    padding:16px 18px;
    background:rgba(255,255,255,.35);
    font-size:12px;
    line-height:20px;
    letter-spacing:.5px;
    text-transform:uppercase;
    color:#111827;
    font-weight:600;
}
.enervest-systems-capabilities span{
    color:#6b7280;
    font-weight:400;
}
@media (max-width:991px){
    .enervest-systems-photo-wrap{
        width:100%;
        margin-right:0;
        margin-top:50px;
    }
    .enervest-systems-capabilities{
        grid-template-columns:1fr;
    }
}

/* ── 404 PAGE ──────────────────────────────── */
.enervest-404-number {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 32px;
}
.enervest-404-number span {
    font-family: 'Playfair Display', serif;
    font-size: clamp(6rem, 15vw, 12rem);
    font-weight: 700;
    line-height: 1;
    color: #111827;
    letter-spacing: -4px;
}
.enervest-404-number span.text-enervest-orange {
    color: #f07020;
}
.enervest-404-divider {
    width: 60px;
    height: 2px;
    background: #f07020;
    margin: 0 auto 32px;
}
