/* ==========================================================================
   TRONTEK EKON BESS Custom Stylesheet
   For enhanced performance and maintainability.
   ========================================================================== */

:root {
    --ekon-orange: #f36c21;
    --ekon-orange-dark: #d8540b;
    --ekon-dark: #0f1419;
    --ekon-gray-bg: #f8f9fa;
    --ekon-card-border: #eef0f2;
    --ekon-text-main: #2b2f33;
    --ekon-text-muted: #6c757d;
}

/* General Typography & Utility */
.ekon-page {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--ekon-text-main);
    background-color: #ffffff;
    overflow-x: hidden;
}

.ekon-page h1, .ekon-page h2, .ekon-page h3, .ekon-page h4, .ekon-page h5 {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.text-orange {
    color: var(--ekon-orange) !important;
}

.bg-orange {
    background-color: var(--ekon-orange) !important;
}

/* Section 1: Hero Section */
.ekon-hero-section {
    background: linear-gradient(135deg, #090c10 0%, #171f28 100%);
    color: #ffffff;
    position: relative;
    padding: 80px 0 100px 0;
    overflow: hidden;
}

.ekon-hero-section::before {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    background: radial-gradient(circle at 75% 30%, rgba(243, 108, 33, 0.2) 0%, transparent 65%);
    pointer-events: none;
}

.ekon-hero-badge {
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #b0b8c4;
    margin-bottom: 12px;
}

.ekon-hero-title {
    font-size: 3.8rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 15px;
}

.ekon-hero-title .brand-ekon {
    color: transparent;
    -webkit-text-stroke: 2px var(--ekon-orange);
    text-shadow: 0 0 20px rgba(243, 108, 33, 0.4);
}

.ekon-hero-subtitle {
    display: inline-block;
    background: rgba(243, 108, 33, 0.12);
    border: 1px solid rgba(243, 108, 33, 0.4);
    color: #ffffff;
    padding: 8px 22px;
    border-radius: 6px;
    font-size: 1.15rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.ekon-hero-tagline {
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--ekon-orange);
    text-transform: uppercase;
}

.ekon-hero-img {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 20px 30px rgba(0,0,0,0.5));
    transition: transform 0.4s ease;
}

.ekon-hero-img:hover {
    transform: scale(1.02);
}

/* Section 2: Manufacturer Overview & Stats */
.mfg-section {
    background-color: #ffffff;
    padding: 85px 0 95px 0;
    text-align: center;
}

.mfg-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: #111111;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 1.2;
    margin-bottom: 25px;
    font-family: 'Outfit', sans-serif;
}

.mfg-title .orange-text {
    color: var(--ekon-orange);
}

.mfg-desc {
    max-width: 880px;
    margin: 0 auto 65px auto;
    font-size: 0.93rem;
    color: #666666;
    line-height: 1.65;
    font-weight: 400;
}

.mfg-stats-wrapper {
    max-width: 1080px;
    margin: 0 auto;
    padding-bottom: 0;
    border-bottom: 1.5px solid #4a4a4a;
}

.mfg-stat-col {
    padding: 0 15px 25px 15px;
    border-right: 1.5px solid #4a4a4a;
}

.mfg-stat-col:last-child {
    border-right: none;
}

.mfg-stat-num {
    font-size: 4.8rem;
    font-weight: 800;
    color: var(--ekon-orange);
    line-height: 1.0;
    margin-bottom: 12px;
    font-family: 'Outfit', sans-serif;
}

.mfg-stat-lbl {
    font-size: 0.92rem;
    font-weight: 600;
    color: #555555;
    line-height: 1.35;
    margin: 0;
}

/* Section 3: What is BESS? */
.ekon-bess-section {
    padding: 90px 0;
    background-color: #ffffff;
}

.ekon-bess-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: #111111;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    font-family: 'Outfit', sans-serif;
}

.ekon-bess-title .orange-text {
    color: var(--ekon-orange);
}

.ekon-bess-subtitle {
    max-width: 820px;
    margin: 0 auto 60px auto;
    font-size: 0.95rem;
    color: #666666;
    line-height: 1.6;
    font-weight: 400;
}

.bess-grid-container {
    max-width: 920px;
    margin: 0 auto;
    position: relative;
}

.bess-grid-row {
    position: relative;
}

.bess-grid-col {
    padding: 35px 50px;
    text-align: left;
}

.bess-col-left {
    border-right: 1.5px solid #dcdcdc;
}

.bess-row-top {
    position: relative;
}

.bess-row-top::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50px;
    right: 50px;
    height: 1.5px;
    background-color: #dcdcdc;
}

.bess-num {
    font-size: 4.2rem;
    font-weight: 800;
    color: var(--ekon-orange);
    line-height: 1.0;
    margin-bottom: 12px;
    font-family: 'Outfit', sans-serif;
}

.bess-step-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #111111;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: 'Outfit', sans-serif;
}

.bess-step-desc {
    font-size: 0.92rem;
    color: #555555;
    line-height: 1.5;
    margin: 0;
    max-width: 320px;
}

/* Section 4: Key Benefits Section */
.ekon-benefits-section {
    padding: 85px 0 0 0;
    background-color: #ffffff;
}

.ekon-benefits-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: #111111;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 40px;
    font-family: 'Outfit', sans-serif;
}

.ekon-benefits-title .orange-text {
    color: var(--ekon-orange);
}

.ekon-benefits-strip {
    background-color: #f36c21;
    color: #ffffff;
    padding: 40px 0;
    width: 100%;
}

.ekon-benefit-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.ekon-benefit-col {
    flex: 1;
    text-align: center;
    padding: 10px 15px;
    border-right: 1.5px solid rgba(255, 255, 255, 0.7);
}

.ekon-benefit-col:last-child {
    border-right: none;
}

.ekon-benefit-val {
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.0;
    margin-bottom: 8px;
    font-family: 'Outfit', sans-serif;
}

.ekon-benefit-val-large {
    font-size: 2.3rem;
    font-weight: 800;
    line-height: 1.05;
    font-family: 'Outfit', sans-serif;
    letter-spacing: 0.5px;
}

.ekon-benefit-lbl {
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.35;
    opacity: 0.95;
}

/* Section 5: OUR PROMISE Unified Single SVG Bracket Architecture */
.ekon-promise-section {
    padding: 155px 0 100px 0;
    background-color: #ffffff;
}

.promise-exact-container {
    max-width: 960px;
    margin: 0 auto;
    position: relative;
}

.promise-exact-grid {
    display: grid;
    grid-template-columns: 46% 8% 46%;
    position: relative;
    z-index: 1;
}

.promise-col-left {
    padding-right: 15px;
    display: flex;
    flex-direction: column;
}

.promise-col-center {
    position: relative;
}

.promise-col-right {
    padding-left: 15px;
    display: flex;
    flex-direction: column;
}

/* Typography & Header */
.promise-header-wrapper {
    margin-top: -48px;
}

.promise-first-node {
    margin-top: -6px;
}

.promise-title-main {
    font-size: 3.4rem;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.05;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
    font-family: 'Outfit', sans-serif;
}

.promise-subtitle-main {
    font-size: 0.88rem;
    color: #666666;
    line-height: 1.45;
    margin-bottom: 40px;
    font-family: 'Inter', sans-serif;
}

/* Content Node Boxes */
.promise-node-box {
    margin-bottom: 35px;
}

.promise-node-box:last-child {
    margin-bottom: 0;
}

.promise-node-title {
    font-size: 1.35rem;
    font-weight: 800;
    color: #f36c21;
    margin-bottom: 6px;
    font-family: 'Outfit', sans-serif;
}

.promise-node-title.orange {
    color: #f36c21;
}

.promise-node-desc {
    font-size: 0.86rem;
    color: #333333;
    line-height: 1.45;
    margin: 0;
    font-family: 'Inter', sans-serif;
}

.promise-node-desc.orange {
    color: #333333;
}

/* Single Unified SVG Line Diagram */
.promise-unified-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 3;
}

@media (max-width: 767px) {
    .promise-exact-grid {
        grid-template-columns: 1fr;
    }
    .promise-col-left, .promise-col-right {
        padding: 0;
    }
    .promise-col-center, .promise-unified-svg {
        display: none;
    }
}

/* Section 6: Technology Section */
.ekon-tech-section {
    padding: 95px 0 105px 0;
    background-color: #ffffff;
    color: #111111;
}

.tech-title-main {
    font-size: 3.2rem;
    font-weight: 800;
    color: #111111;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 8px;
    font-family: 'Outfit', sans-serif;
}

.tech-subtitle-main {
    font-size: 0.95rem;
    color: #666666;
    margin-bottom: 60px;
    font-family: 'Inter', sans-serif;
}

/* 4 Circle Flow Row */
.tech-circles-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
    margin-bottom: 75px;
    flex-wrap: wrap;
}

.tech-circle {
    width: 175px;
    height: 175px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease;
}

.tech-circle:hover {
    transform: translateY(-5px);
}

.tech-circle.dark-circle {
    background-color: #1c2127;
}

.tech-circle.orange-circle {
    background-color: #f36c21;
}

.circle-title {
    font-size: 1.25rem;
    font-weight: 800;
    margin-bottom: 6px;
    font-family: 'Outfit', sans-serif;
}

.dark-circle .circle-title {
    color: #f36c21;
}

.orange-circle .circle-title {
    color: #ffffff;
}

.circle-desc {
    font-size: 0.82rem;
    color: #ffffff;
    line-height: 1.35;
    margin: 0;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
}

/* 4 Quadrant Grid with Cross Dividers */
.tech-grid-container {
    max-width: 950px;
    margin: 0 auto;
}

.tech-grid-row {
    display: flex;
    border-bottom: 1.5px solid #dcdcdc;
}

.tech-grid-row:last-child {
    border-bottom: none;
}

.tech-grid-col {
    flex: 1;
    padding: 35px 45px;
}

.tech-grid-col.left-col {
    border-right: 1.5px solid #dcdcdc;
}

.tech-quadrant-title {
    font-size: 1.35rem;
    font-weight: 800;
    color: #f36c21;
    margin-bottom: 16px;
    font-family: 'Outfit', sans-serif;
}

.tech-quadrant-title.orange {
    color: #f36c21;
}

.tech-quadrant-p {
    font-size: 0.88rem;
    color: #555555;
    line-height: 1.5;
    margin-bottom: 14px;
    font-family: 'Inter', sans-serif;
}

.tech-quadrant-p:last-child {
    margin-bottom: 0;
}

.tech-quadrant-p strong {
    color: #111111;
    font-weight: 700;
}

@media (max-width: 767px) {
    .tech-grid-row {
        flex-direction: column;
        border-bottom: none;
    }
    .tech-grid-col {
        padding: 25px 15px;
        border-bottom: 1.5px solid #dcdcdc;
    }
    .tech-grid-col.left-col {
        border-right: none;
    }
}

/* Section 7: Product Portfolio Section */
.ekon-portfolio-section {
    padding: 95px 0 105px 0;
    background-color: #ffffff;
    color: #111111;
}

.portfolio-title-main {
    font-size: 3.2rem;
    font-weight: 800;
    color: #111111;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 8px;
    font-family: 'Outfit', sans-serif;
}

.portfolio-title-main .text-orange {
    color: #f36c21;
}

.portfolio-subtitle-main {
    font-size: 0.95rem;
    color: #666666;
    margin-bottom: 60px;
    font-family: 'Inter', sans-serif;
}

.portfolio-top-container {
    max-width: 950px;
    margin: 0 auto;
    position: relative;
}

.portfolio-top-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    padding-top: 0px;
}

/* T-Divider with Dots SVG */
.portfolio-t-divider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 3;
}

.portfolio-col {
    padding: 0 20px 40px 20px;
}

.left-portfolio-col {
    padding-right: 40px;
}

.right-portfolio-col {
    padding-left: 175px;
}

.portfolio-item-title {
    font-size: 1.55rem;
    font-weight: 800;
    color: #f36c21;
    margin-bottom: 8px;
    line-height: 1.1;
    font-family: 'Outfit', sans-serif;
}

.portfolio-item-subtitle {
    font-size: 0.88rem;
    color: #666666;
    margin-bottom: 25px;
    font-family: 'Inter', sans-serif;
}

/* Checklist Styling */
.portfolio-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.portfolio-checklist li {
    font-size: 0.88rem;
    color: #555555;
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-family: 'Inter', sans-serif;
}

.portfolio-checklist li:last-child {
    margin-bottom: 0;
}

.portfolio-checklist .check-icon {
    color: #f36c21;
    font-weight: 800;
    font-size: 1rem;
    line-height: 1;
    flex-shrink: 0;
}

/* Bottom Card for 5 MWh BESS Utility */
.portfolio-bottom-card {
    max-width: 890px;
    margin: 0 auto;
    background-color: #f3f5f8;
    border-radius: 0 0 8px 8px;
    padding: 45px 50px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.portfolio-bottom-card .portfolio-item-title {
    font-size: 1.6rem;
    margin-bottom: 8px;
}

.portfolio-bottom-card .portfolio-item-subtitle {
    margin-bottom: 30px;
}

.portfolio-bottom-card .portfolio-checklist {
    display: inline-block;
    text-align: left;
}

@media (max-width: 767px) {
    .portfolio-top-grid {
        grid-template-columns: 1fr;
    }
    .portfolio-col {
        padding: 20px 15px;
    }
    .portfolio-t-divider {
        display: none;
    }
    .portfolio-bottom-card {
        padding: 30px 20px;
    }
}

/* Section 8: Built for Every Industry */
.ekon-industry-section {
    padding: 95px 0 105px 0;
    background-color: #ffffff;
    color: #111111;
}

.industry-title-main {
    font-size: 3.2rem;
    font-weight: 800;
    color: #111111;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 60px;
    font-family: 'Outfit', sans-serif;
}

.industry-title-main .text-orange {
    color: #f36c21;
}

.industry-grid-container {
    max-width: 900px;
    margin: 0 auto;
}

.industry-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 45px;
    gap: 40px;
}

.industry-row:last-child {
    margin-bottom: 0;
}

.industry-text-block {
    flex: 1;
}

.industry-item-title {
    font-size: 1.85rem;
    font-weight: 800;
    color: #222222;
    line-height: 1.15;
    margin-bottom: 12px;
    font-family: 'Outfit', sans-serif;
}

.industry-item-title .text-orange {
    color: #f36c21;
}

.industry-item-desc {
    font-size: 0.88rem;
    color: #666666;
    line-height: 1.45;
    margin: 0;
    max-width: 320px;
    font-family: 'Inter', sans-serif;
}

.industry-image-block {
    flex: 1;
}

.industry-img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

@media (max-width: 767px) {
    .industry-row {
        flex-direction: column !important;
        gap: 20px;
        margin-bottom: 40px;
    }
    .industry-image-block, .industry-text-block {
        width: 100%;
    }
    .industry-img {
        height: 180px;
    }
}

/* Section 9: Safety & Quality */
.ekon-safety-section {
    padding: 95px 0 80px 0;
    background-color: #ffffff;
    color: #111111;
}

.safety-title-main {
    font-size: 3.2rem;
    font-weight: 800;
    color: #111111;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 8px;
    font-family: 'Outfit', sans-serif;
}

.safety-title-main .text-orange {
    color: #f36c21;
}

.safety-subtitle-main {
    font-size: 0.95rem;
    color: #666666;
    margin-bottom: 60px;
    font-family: 'Inter', sans-serif;
}

.safety-grid-container {
    max-width: 960px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 30px;
}

.safety-card-item {
    border-left: 2.5px solid #f36c21;
    padding-left: 18px;
}

.safety-card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.safety-card-icon {
    color: #f36c21;
    font-size: 1.4rem;
}

.safety-card-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #333333;
    margin: 0;
    font-family: 'Outfit', sans-serif;
}

.safety-card-desc {
    font-size: 0.85rem;
    color: #666666;
    line-height: 1.45;
    margin: 0;
    font-family: 'Inter', sans-serif;
}

/* Section 10: Why Leading Businesses Choose Trontek */
.ekon-why-section {
    padding: 80px 0 95px 0;
    background-color: #ffffff;
    color: #111111;
}

.why-title-main {
    font-size: 3.2rem;
    font-weight: 800;
    color: #111111;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 1.1;
    margin-bottom: 50px;
    font-family: 'Outfit', sans-serif;
}

.why-title-main .text-orange {
    color: #f36c21;
}

.why-grid-container {
    max-width: 960px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 30px;
}

.why-col-left {
    grid-column: span 2;
}

.why-col-right {
    grid-column: span 1;
}

.why-bullet-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 0.86rem;
    line-height: 1.55;
    color: #555555;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    margin-bottom: 22px;
    white-space: nowrap;
}

.why-bullet-item:last-child {
    margin-bottom: 0;
}

.why-bullet-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #f36c21;
    flex-shrink: 0;
    margin-top: 5px;
}

/* Section 11: Final CTA Banner */
.ekon-cta-banner-section {
    background-color: #f3f5f8;
    padding: 70px 20px;
    text-align: center;
}

.cta-banner-title {
    font-size: 2.1rem;
    font-weight: 800;
    color: #111111;
    margin-bottom: 12px;
    font-family: 'Outfit', sans-serif;
}

.cta-banner-desc {
    font-size: 0.92rem;
    color: #666666;
    max-width: 680px;
    margin: 0 auto 30px auto;
    line-height: 1.5;
    font-family: 'Inter', sans-serif;
}

.cta-banner-btn {
    background-color: #f36c21;
    color: #ffffff;
    font-weight: 800;
    font-size: 1rem;
    padding: 14px 45px;
    border-radius: 50px;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 6px 20px rgba(243, 108, 33, 0.3);
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
}

.cta-banner-btn:hover {
    background-color: #d95a15;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(243, 108, 33, 0.4);
}

/* ==========================================================================
   MOBILE & TABLET RESPONSIVE STYLES (Max Width: 991px and below)
   Preserves Desktop Layout (>= 992px) completely intact.
   ========================================================================== */

@media (max-width: 991px) {
    /* Section 1: Hero */
    .ekon-hero-title {
        font-size: 2.8rem;
    }

    /* Section 2: Manufacturer Overview */
    .mfg-section {
        padding: 55px 0 60px 0;
    }
    .mfg-title {
        font-size: 1.55rem;
        letter-spacing: 0.5px;
    }
    .mfg-desc br {
        display: none;
    }
    .mfg-desc {
        margin-bottom: 40px;
        font-size: 0.9rem;
    }
    .mfg-stats-wrapper {
        border-bottom: none;
        max-width: 560px;
        margin: 0 auto;
    }
    .mfg-stat-col {
        padding: 24px 10px !important;
        margin-bottom: 0;
        border-right: none;
        border-bottom: none;
    }
    /* Vertical crossing line down the center between left and right columns */
    .mfg-stat-col:nth-child(odd) {
        border-right: 1.5px solid #dcdcdc !important;
    }
    /* Horizontal crossing line across the center between top and bottom rows */
    .mfg-stat-col:nth-child(1),
    .mfg-stat-col:nth-child(2) {
        border-bottom: 1.5px solid #dcdcdc !important;
    }
    .mfg-stat-num {
        font-size: 2.8rem;
    }
    .mfg-stat-lbl {
        font-size: 0.85rem;
    }

    /* Section 3: What is BESS */
    .ekon-bess-section {
        padding: 55px 0;
    }
    .ekon-bess-title {
        font-size: 2.0rem;
    }
    .ekon-bess-subtitle br {
        display: none;
    }
    .ekon-bess-subtitle {
        margin-bottom: 35px;
    }
    .bess-grid-col {
        padding: 25px 20px;
        border-right: none !important;
        border-bottom: 1.5px solid #dcdcdc;
    }
    .bess-grid-col:last-child {
        border-bottom: none;
    }
    .bess-row-top::after {
        display: none;
    }
    .bess-step-desc {
        max-width: 100%;
    }
    .bess-num {
        font-size: 3.2rem;
    }

    /* Section 4: Key Benefits */
    .ekon-benefits-section {
        padding: 55px 0 0 0;
    }
    .ekon-benefits-title {
        font-size: 2.0rem;
        margin-bottom: 25px;
    }
    .ekon-benefit-row {
        flex-direction: column;
    }
    .ekon-benefit-col {
        border-right: none;
        border-bottom: 1.5px solid rgba(255, 255, 255, 0.4);
        padding: 20px 0;
        width: 100%;
    }
    .ekon-benefit-col:last-child {
        border-bottom: none;
    }
    .ekon-benefit-val {
        font-size: 2.4rem;
    }

    /* Section 5: Our Promise */
    .ekon-promise-section {
        padding: 60px 0;
    }
    .promise-header-wrapper {
        margin-top: 0;
    }
    .promise-first-node {
        margin-top: 0;
    }

    /* Section 6: Technology */
    .ekon-tech-section {
        padding: 60px 0;
    }
    .tech-title-main {
        font-size: 2.2rem;
    }
    .tech-subtitle-main {
        margin-bottom: 35px;
    }

    /* Section 7: Product Portfolio */
    .ekon-portfolio-section {
        padding: 60px 0;
    }
    .portfolio-title-main {
        font-size: 2.2rem;
    }
    .portfolio-subtitle-main {
        margin-bottom: 35px;
    }

    /* Section 8: Industry */
    .ekon-industry-section {
        padding: 60px 0;
    }
    .industry-title-main {
        font-size: 2.2rem;
        margin-bottom: 35px;
    }

    /* Section 9: Safety & Quality */
    .ekon-safety-section {
        padding: 60px 0;
    }
    .safety-title-main {
        font-size: 2.2rem;
    }
    .safety-subtitle-main {
        margin-bottom: 35px;
    }
    .safety-grid-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 20px;
    }

    /* Section 10: Why Choose Trontek */
    .ekon-why-section {
        padding: 60px 0;
    }
    .why-title-main {
        font-size: 2.2rem;
        margin-bottom: 35px;
    }
    .why-bullet-item {
        white-space: normal !important;
        word-break: break-word;
    }

    /* Section 11: CTA Banner */
    .ekon-cta-banner-section {
        padding: 50px 20px;
    }
    .cta-banner-title {
        font-size: 1.7rem;
    }
}

@media (max-width: 767px) {
    /* Section 1: Hero */
    .ekon-hero-title {
        font-size: 2.2rem;
    }
    .ekon-hero-subtitle {
        font-size: 0.95rem;
        padding: 6px 16px;
    }

    /* Section 2: Manufacturer Overview */
    .mfg-title {
        font-size: 1.65rem;
    }
    .mfg-stat-num {
        font-size: 2.8rem;
    }

    /* Section 5: Our Promise */
    .promise-exact-grid {
        grid-template-columns: 1fr;
    }
    .promise-col-left, .promise-col-right {
        padding: 0 !important;
    }
    .promise-col-center, .promise-unified-svg {
        display: none !important;
    }
    .promise-title-main {
        font-size: 2.0rem;
    }
    .promise-subtitle-main {
        margin-bottom: 24px;
        padding-bottom: 24px;
        border-bottom: 1.5px solid #dcdcdc;
    }
    .promise-subtitle-main br, .promise-node-desc br {
        display: none;
    }
    .promise-node-box {
        margin-bottom: 24px !important;
        margin-top: 0 !important;
        padding-bottom: 24px !important;
        border-bottom: 1.5px solid #dcdcdc !important;
    }
    .promise-col-right .promise-node-box:last-child {
        border-bottom: none !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    .promise-node-title {
        color: #f36c21 !important;
        font-size: 1.25rem;
        margin-bottom: 8px;
    }
    .promise-node-desc {
        color: #333333 !important;
        font-size: 0.88rem;
        line-height: 1.5;
    }

    /* Section 6: Technology */
    .tech-circles-row {
        gap: 15px;
        margin-bottom: 45px;
    }
    .tech-circle {
        width: 140px;
        height: 140px;
        padding: 12px;
    }
    .circle-title {
        font-size: 1.05rem;
        margin-bottom: 4px;
    }
    .circle-desc {
        font-size: 0.75rem;
    }
    .tech-grid-row {
        flex-direction: column;
        border-bottom: none;
    }
    .tech-grid-col {
        padding: 22px 15px;
        border-bottom: 1.5px solid #dcdcdc;
    }
    .tech-grid-col.left-col {
        border-right: none;
    }
    .tech-quadrant-title {
        font-size: 1.15rem;
        margin-bottom: 10px;
    }

    /* Section 7: Product Portfolio */
    .portfolio-top-container {
        width: 100% !important;
        max-width: 100% !important;
    }
    .portfolio-top-grid {
        grid-template-columns: 1fr;
    }
    .portfolio-col, .left-portfolio-col, .right-portfolio-col {
        padding: 20px 0 !important;
    }
    .portfolio-t-divider {
        display: none !important;
    }
    .portfolio-bottom-card {
        width: 100% !important;
        max-width: 100% !important;
        margin: 10px 0 0 0 !important;
        padding: 20px 0 !important;
        border-radius: 0 !important;
        background-color: transparent !important;
        text-align: left !important;
    }
    .portfolio-bottom-card .portfolio-item-title,
    .portfolio-bottom-card .portfolio-item-subtitle {
        text-align: left !important;
        padding-left: 0 !important;
        margin-left: 0 !important;
    }
    .portfolio-bottom-card .portfolio-checklist {
        display: block !important;
        text-align: left !important;
        width: 100% !important;
        padding-left: 0 !important;
        margin-left: 0 !important;
    }

    /* Section 8: Built for Every Industry */
    .industry-row {
        display: flex !important;
        flex-direction: column !important;
        gap: 12px !important;
        margin-bottom: 35px !important;
    }
    .industry-text-block {
        order: 1 !important;
        width: 100% !important;
    }
    .industry-image-block {
        order: 2 !important;
        width: 100% !important;
    }
    .industry-img {
        height: 200px !important;
        width: 100% !important;
        object-fit: cover !important;
        border-radius: 14px !important;
    }
    .industry-item-title {
        font-size: 1.45rem !important;
        margin-bottom: 6px !important;
    }
    .industry-item-title br, .industry-item-desc br {
        display: none !important;
    }
    .industry-item-desc {
        font-size: 0.88rem !important;
        max-width: 100% !important;
        margin-bottom: 0 !important;
    }

    /* Section 10: Why Choose Trontek */
    .why-grid-container {
        display: flex !important;
        flex-direction: column !important;
    }
    .why-col-left, .why-col-right {
        width: 100% !important;
    }
    .why-bullet-item {
        margin-bottom: 20px !important;
        line-height: 1.55 !important;
        white-space: normal !important;
        word-break: break-word !important;
        display: flex !important;
        align-items: flex-start !important;
    }
    .why-bullet-dot {
        margin-top: 5px !important;
    }
    .why-col-left .why-bullet-item:last-child {
        margin-bottom: 20px !important;
    }
    .why-col-right .why-bullet-item:last-child {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 575px) {
    .ekon-hero-title {
        font-size: 1.8rem;
    }
    .mfg-title {
        font-size: 1.45rem;
    }
    .ekon-bess-title, .ekon-benefits-title, .tech-title-main, 
    .portfolio-title-main, .industry-title-main, .safety-title-main, 
    .why-title-main {
        font-size: 1.75rem;
    }
    .safety-grid-container {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .tech-circle {
        width: calc(50% - 10px);
        max-width: 150px;
        height: 140px;
    }
}

