/* ===== MOZON HEADER ===== */

.header-style-five .header-top {
    background: #FBFAF6;
    border-bottom: 1px solid #E4DDCF;
}

.header-style-five .header-top a {
    color: #2F3833 !important;
    font-size: 13px;
    font-weight: 500;
}

.header-style-five .header-top a:hover {
    color: #153B2A !important;
}

.header-style-five .mg-top-icon {
    color: #B58A3B !important;
    margin-right: 7px;
    font-size: 12px;
    font-weight: 400 !important;
    opacity: .85;
    background: none !important;
    border: none !important;
    width: auto !important;
    height: auto !important;
    border-radius: 0 !important;
}

.header-style-five .header-middle {
    background: #fff;
    border-bottom: 1px solid #E4DDCF;
}

.header-style-five .header-bottom-list > li {
    margin-left: 10px;
}

.header-style-five .header-bottom-list > li > a {
    position: relative;
    color: #153B2A !important;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .2px;
    padding: 10px 14px;
    background: transparent !important;
    border-radius: 0;
    transition: color .2s ease;
}

.header-style-five .header-bottom-list > li > a:hover,
.header-style-five .header-bottom-list > li > a.active {
    color: #153B2A !important;
    background: transparent !important;
}

.header-style-five .header-bottom-list > li > a::after {
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: -1px;
    height: 2px;
    background: #B58A3B;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .25s ease;
}

.header-style-five .header-bottom-list > li > a:hover::after,
.header-style-five .header-bottom-list > li > a.active::after {
    transform: scaleX(1);
}

/* ===== EXPORT MARKETS ===== */

.mg-markets-section {
    padding-top: 25px !important;
    padding-bottom: 40px !important;
}

.mg-market-card {
    padding: 28px 24px !important;
    min-height: auto !important;
}

.mg-market-svg {
    width: 180px !important;
    height: 110px !important;
    max-width: 180px !important;
    max-height: 110px !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 auto 16px !important;
}

.mg-market-card h3 {
    margin-bottom: 12px !important;
    font-size: 22px !important;
}

.mg-market-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mg-market-list li {
    color: #4F5B54;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
}

.footer-middle .single-footer {
    height: 100%;
}

.footer-middle .footer-title {
    min-height: 32px;
    margin-bottom: 22px;
    font-weight: 700;
}

.footer-middle .footer-list {
    margin: 0;
    padding: 0;
}

.footer-middle .footer-list li {
    margin-bottom: 12px;
}

.footer-middle .footer-content,
.footer-middle .footer-content a,
.footer-middle .footer-list li {
    text-transform: none !important;
}

.footer-middle .row {
    align-items: center;
}

.footer-logo img {
    width: 240px !important;
    max-width: 100%;
}

/* ===== EXPORT PAGE CONTAINMENT FIX ===== */

html,
body {
    overflow-x: hidden;
}

.export-page,
.mg-export-page,
.mg-product-page {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.export-page section,
.mg-export-page section,
.mg-product-page section {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.export-page .container,
.mg-export-page .container,
.mg-product-page .container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.export-page img,
.mg-export-page img,
.mg-product-page img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* ===== MG HOME EXPORT PAGE FIX ===== */

html,
body {
    overflow-x: hidden;
}

.mg-home,
.mg-home * {
    box-sizing: border-box;
}

.mg-home {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.mg-home .container {
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.mg-home .row {
    margin-left: -15px;
    margin-right: -15px;
}

.mg-home img {
    max-width: 100%;
    height: auto;
    display: block;
}

.mg-home .mg-hero-panel img,
.mg-home .mg-proof-img img {
    width: 100%;
    height: auto !important;
    max-height: 560px;
    object-fit: contain;
}

.mg-home .mg-section {
    overflow: hidden;
}

.mg-home .mg-hero-panel,
.mg-home .mg-proof-img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    overflow: hidden !important;
}

.mg-home .mg-hero-panel img,
.mg-home .mg-proof-img img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 420px !important;
    object-fit: contain !important;
    display: block !important;
}

/* ===== MOZON EXPORTER PAGE DESIGN SYSTEM ===== */

.mg-home {
    --mg-green-dark: #153B2A;
    --mg-green: #1F6B43;
    --mg-light: #FBFAF6;
    --mg-muted-bg: #F3F1EA;
    --mg-line: #E4DDCF;
    --mg-gold: #B58A3B;
    --mg-text: #2F3833;
    --mg-muted: #66736B;

    font-family: 'Montserrat', Arial, sans-serif;
    color: var(--mg-text);
    background: #fff;
}

.mg-section {
    padding: 60px 0;
}

.mg-section-light {
    background: #fff;
}

.mg-section-muted {
    background: var(--mg-light);
}

.mg-section-hero {
    padding: 70px 0;
    background: linear-gradient(90deg, #ffffff 0%, #ffffff 50%, #F3F1EA 50%, #F3F1EA 100%);
}

.mg-eyebrow {
    color: var(--mg-gold);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.mg-hero-title,
.mg-title {
    font-family: 'Playfair Display', serif;
    color: var(--mg-green-dark);
    font-weight: 800;
    line-height: 1.12;
    margin-bottom: 18px;
}

.mg-hero-title {
    font-size: 56px;
}

.mg-title {
    font-size: 42px;
}

.mg-lead {
    font-size: 18px;
    line-height: 1.8;
    color: var(--mg-text);
    max-width: 660px;
    margin-bottom: 18px;
}

.mg-text,
.mg-subtitle {
    font-size: 16px;
    line-height: 1.8;
    color: var(--mg-muted);
}

.mg-subtitle {
    max-width: 850px;
    margin: 0 auto 42px;
}

.mg-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.mg-badges span {
    display: inline-flex;
    align-items: center;
    padding: 8px 13px;
    border: 1px solid var(--mg-line);
    border-radius: 999px;
    background: #fff;
    color: var(--mg-green-dark);
    font-size: 13px;
    font-weight: 600;
}

.mg-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 700;
    text-transform: none !important;
    transition: all .2s ease;
}

.mg-btn-primary {
    background: var(--mg-green);
    color: #fff !important;
    border: 1px solid var(--mg-green);
}

.mg-btn-primary:hover {
    background: var(--mg-green-dark);
    color: #fff !important;
}

.mg-btn-outline {
    background: transparent;
    color: var(--mg-green-dark) !important;
    border: 1px solid var(--mg-green-dark);
}

.mg-btn-outline:hover {
    background: var(--mg-green-dark);
    color: #fff !important;
}

.mg-hero-panel,
.mg-proof-img {
    border-radius: 0;
    overflow: hidden;
    background: #fff;
}

.mg-hero-panel img,
.mg-proof-img img {
    width: 100% !important;
    height: 520px !important;
    max-height: none !important;
    object-fit: cover !important;
    display: block;
}

.mg-proof-img img {
    height: 500px !important;
}

.mg-card,
.mg-faq-card,
.mg-related-card {
    height: 100%;
    background: #fff;
    border: 1px solid var(--mg-line);
    padding: 28px;
    box-shadow: 0 12px 35px rgba(21, 59, 42, .06);
}

.mg-card h3,
.mg-faq-card h4 {
    color: var(--mg-green-dark);
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 12px;
}

.mg-card p,
.mg-faq-card p {
    color: var(--mg-muted);
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 0;
}

.mg-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mg-list li {
    color: var(--mg-muted);
    font-size: 15px;
    line-height: 1.8;
    padding-left: 18px;
    position: relative;
}

.mg-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 6px;
    height: 6px;
    background: var(--mg-gold);
    border-radius: 50%;
}

.mg-trust-strip {
    background: var(--mg-green-dark);
    color: #fff;
    padding: 34px 0;
}

.mg-trust-item {
    border-right: 1px solid rgba(255,255,255,.22);
    padding: 10px 18px;
}

.mg-trust-item.last {
    border-right: none;
}

.mg-trust-item h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 5px;
}

.mg-trust-item p {
    color: rgba(255,255,255,.72);
    font-size: 14px;
    margin-bottom: 0;
}

.mg-spec-table table {
    background: #fff;
    border: 1px solid var(--mg-line);
}

.mg-spec-table th {
    width: 28%;
    color: var(--mg-green-dark);
    font-weight: 800;
    background: var(--mg-light);
    padding: 17px 20px !important;
}

.mg-spec-table td {
    color: var(--mg-text);
    padding: 17px 20px !important;
}

.mg-final-cta {
    background: linear-gradient(135deg, var(--mg-green-dark), var(--mg-green));
    padding: 45px 0;
    text-align: center;
    color: #fff;
}

.mg-final-cta h2 {
    font-family: 'Playfair Display', serif;
    font-size: 46px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 16px;
}

.mg-final-cta p {
    color: rgba(255,255,255,.82);
    font-size: 17px;
    max-width: 800px;
    margin: 0 auto 28px;
}

.mg-related-card {
    padding: 24px;
}

.mg-related-card a {
    display: block;
    color: var(--mg-green-dark) !important;
}

.mg-related-card strong {
    display: block;
    font-size: 18px;
    margin-bottom: 8px;
}

.mg-related-card span {
    color: var(--mg-muted);
    font-size: 14px;
    line-height: 1.6;
}

/* ===== MOBILE ===== */

@media (max-width: 991px) {
    .mg-section,
    .mg-section-hero {
        padding: 58px 0;
    }

    .mg-section-hero {
        background: #fff;
    }

    .mg-hero-title {
        font-size: 40px;
    }

    .mg-title {
        font-size: 32px;
    }

    .mg-hero-panel img,
    .mg-proof-img img {
        height: auto !important;
        max-height: none !important;
    }

    .mg-trust-item {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,.18);
    }
}

/* ===== HARD RESET EXPORTER PAGE WIDTH ===== */

.wrapper {
    width: 100% !important;
    max-width: 100% !important;
}

.mg-home {
    width: 100vw !important;
    max-width: 100vw !important;
    margin: 0 !important;
    padding: 0 !important;
}

.mg-home .container {
    width: 1200px !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.mg-home .row {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.mg-home [class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.mg-home .col-lg-6 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
}

.mg-home .col-lg-4 {
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
}

.mg-home .col-lg-3 {
    flex: 0 0 25% !important;
    max-width: 25% !important;
}

.mg-home .col-md-6 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
}

@media (max-width: 991px) {
    .mg-home .container {
        width: 100% !important;
        max-width: 100% !important;
    }

    .mg-home .col-lg-6,
    .mg-home .col-lg-4,
    .mg-home .col-lg-3,
    .mg-home .col-md-6 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

/* ===== COMPACT FAQ ===== */

.mg-faq-section {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
}

.mg-faq-section .mg-subtitle {
    margin-bottom: 28px !important;
}

.mg-faq-grid .mg-faq-card {
    padding: 22px !important;
    min-height: 220px;
}

.mg-faq-grid .mg-faq-card h4 {
    font-size: 18px !important;
    line-height: 1.35;
}

.mg-faq-grid .mg-faq-card p {
    font-size: 14px !important;
    line-height: 1.65;
}