/* ==========================================================================
   MOZON GROUP — EXPORTERS.CSS  (v6 — unified premium system)
   ========================================================================== */

/* SECTION 1 — BASE RESET */
html { scroll-behavior: smooth; }

html,
body { overflow-x: hidden; }


/* SECTION 2 — 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);
}


/* SECTION 3 — PAGE WRAPPER */
.mg-home,
.mg-home * { box-sizing: border-box; }

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

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

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


/* SECTION 4 — DESIGN TOKENS */
.mg-home {
    --mg-green-dark: #153B2A;
    --mg-green: #1F6B43;
    --mg-light: #FBFAF6;
    --mg-muted-bg: #F3F1EA;
    --mg-line: #E4DDCF;
    --mg-gold: #B58A3B;
    --mg-gold-tint: #F5E8C8;
    --mg-text: #2F3833;
    --mg-muted: #66736B;
    --mg-radius: 4px;

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


/* SECTION 5 — TYPOGRAPHY — PREMIUM EXPORTER SYSTEM */
.mg-eyebrow {
    color: var(--mg-gold);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

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

.mg-hero-title {
    font-size: 58px;
    line-height: 1.12;
    max-width: 720px;
}

.mg-title {
    font-size: 40px;
    line-height: 1.18;
    letter-spacing: -0.35px;
}

.mg-lead {
    font-size: 19px;
    font-weight: 400;
    line-height: 2;
    color: var(--mg-text);
    max-width: 650px;
    margin-bottom: 28px;
}

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

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


/* SECTION 6 — SECTION WRAPPERS */
.mg-section {
    padding: 88px 0;
    overflow: hidden;
}

.mg-section-compact { padding: 40px 0; }
.mg-section-light { background: #fff; }
.mg-section-muted { background: var(--mg-light); }

.mg-section-hero {
    padding: 110px 0;
    background: #fff;
}

@media (min-width: 992px) {
    .mg-section-hero {
        background: linear-gradient(90deg, #ffffff 0%, #ffffff 50%, #F3F1EA 50%, #F3F1EA 100%);
    }
}


/* ==========================================================================
   MOZON GROUP — EXPORTERS.CSS  (v6 — unified premium system)
   ========================================================================== */

/* SECTION 1 — BASE RESET */
html { scroll-behavior: smooth; }

html,
body { overflow-x: hidden; }


/* SECTION 2 — 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);
}


/* SECTION 3 — PAGE WRAPPER */
.mg-home,
.mg-home * { box-sizing: border-box; }

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

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

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


/* SECTION 4 — DESIGN TOKENS */
.mg-home {
    --mg-green-dark: #153B2A;
    --mg-green: #1F6B43;
    --mg-light: #FBFAF6;
    --mg-muted-bg: #F3F1EA;
    --mg-line: #E4DDCF;
    --mg-gold: #B58A3B;
    --mg-gold-tint: #F5E8C8;
    --mg-text: #2F3833;
    --mg-muted: #66736B;
    --mg-radius: 4px;

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


/* SECTION 5 — TYPOGRAPHY — PREMIUM EXPORTER SYSTEM */
.mg-eyebrow {
    color: var(--mg-gold);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

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

.mg-hero-title {
    font-size: 58px;
    line-height: 1.12;
    max-width: 720px;
}

.mg-title {
    font-size: 40px;
    line-height: 1.18;
    letter-spacing: -0.35px;
}

.mg-lead {
    font-size: 19px;
    font-weight: 400;
    line-height: 2;
    color: var(--mg-text);
    max-width: 650px;
    margin-bottom: 28px;
}

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

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


/* SECTION 6 — SECTION WRAPPERS */
.mg-section {
    padding: 88px 0;
    overflow: hidden;
}

.mg-section-compact { padding: 40px 0; }
.mg-section-light { background: #fff; }
.mg-section-muted { background: var(--mg-light); }

.mg-section-hero {
    padding: 110px 0;
    background: #fff;
}

@media (min-width: 992px) {
    .mg-section-hero {
        background: linear-gradient(90deg, #ffffff 0%, #ffffff 50%, #F3F1EA 50%, #F3F1EA 100%);
    }
}


/* SECTION 7 — HERO & PROOF IMAGES */
.mg-hero-panel{
    overflow:hidden;
    background:#fff;
    border-radius:var(--mg-radius);
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:620px;
}

.mg-hero-panel img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    display:block;
}

.mg-proof-img{
    overflow:hidden;
    background:#fff;
    border-radius:var(--mg-radius);
}

.mg-proof-img img{
    width:100%;
    height:600px;
    object-fit:cover;
    display:block;
}

.mg-proof-img img { height: 600px; }

.mg-process-section .mg-proof-img img {
    height: 520px;
    object-fit: cover;
}

@media (max-width: 991px) {
    .mg-hero-panel img,
    .mg-proof-img img,
    .mg-process-section .mg-proof-img img {
        height: auto;
        max-height: 420px;
        object-fit: contain;
    }
}


/* SECTION 8 — CERT BADGES */
.mg-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 4px;
}

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


/* SECTION 9 — TRUST BAR */
.mg-section-trust-bar {
    background: var(--mg-green-dark);
    padding: 32px 0;
}

.mg-trust-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-right: 1px solid rgba(255,255,255,.18);
    padding: 8px 20px;
}

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

.mg-trust-item strong {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 4px;
    white-space: nowrap;
}

.mg-trust-item span {
    color: rgba(255,255,255,.70);
    font-size: 13px;
    white-space: nowrap;
}

.mg-trust-item h3 {
    color: #fff;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 4px;
}

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


/* SECTION 10 — CARDS */
.mg-card,
.mg-faq-card,
.mg-related-card {
    height: 100%;
    background: #fff;
    border: 1px solid var(--mg-line);
    border-radius: var(--mg-radius);
    padding: 38px;
    box-shadow: 0 6px 24px rgba(21,59,42,.05);
}

.mg-card h3 {
    color: var(--mg-green-dark);
    font-size: 28px;
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 800;
    line-height: 1.18;
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--mg-gold-tint);
}

.mg-card h4 {
    color: var(--mg-green-dark);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

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

.mg-faq-card {
    border-left: 3px solid var(--mg-gold);
    padding-left: 22px;
}

.mg-faq-card h4 {
    color: var(--mg-green-dark);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.4;
}

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

.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;
    font-weight: 600;
    margin-bottom: 8px;
}

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

.mg-image-card {
    height: 100%;
    background: #fff;
    border: 1px solid var(--mg-line);
    border-radius: var(--mg-radius);
    overflow: hidden;
    box-shadow: 0 14px 40px rgba(21,59,42,.06);
}

.mg-image-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}

.mg-image-card h3 {
    color: var(--mg-green-dark);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    margin: 22px 24px 8px;
}

.mg-image-card p {
    color: var(--mg-muted);
    font-size: 14px;
    line-height: 1.7;
    margin: 0 24px 24px;
}


/* SECTION 11 — LISTS */
.mg-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mg-list li {
    color: var(--mg-muted);
    font-size: 15px;
    line-height: 1.8;
    padding: 4px 0 4px 20px;
    position: relative;
    border-bottom: 1px solid rgba(228,221,207,.5);
}

.mg-list li:last-child { border-bottom: none; }

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


/* SECTION 12 — VARIETY CARDS */
.mg-card-variety {
    border-top: 3px solid var(--mg-green);
    padding-top: 22px;
}

.mg-variety-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--mg-line);
}

.mg-variety-header h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--mg-green-dark);
    margin: 0;
    padding: 0;
    border: none;
}

.mg-season-badge {
    display: inline-block;
    padding: 4px 12px;
    background: var(--mg-gold-tint);
    color: #7A4A00;
    font-size: 12px;
    font-weight: 600;
    border-radius: 999px;
    letter-spacing: .3px;
    white-space: nowrap;
    border: 1px solid rgba(181,138,59,.3);
}


/* SECTION 13 — SPEC TABLE */
table.mg-spec-table,
.mg-spec-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid var(--mg-line);
    border-radius: var(--mg-radius);
    overflow: hidden;
    font-size: 14px;
}

.mg-spec-table table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

table.mg-spec-table th,
.mg-spec-table th,
.mg-spec-table table th {
    width: 34%;
    color: var(--mg-green-dark);
    font-weight: 600;
    font-size: 13px;
    background: var(--mg-gold-tint);
    padding: 14px 18px;
    text-align: left;
    border-bottom: 1px solid rgba(181,138,59,.2);
    white-space: nowrap;
}

table.mg-spec-table td,
.mg-spec-table td,
.mg-spec-table table td {
    color: var(--mg-text);
    padding: 14px 18px;
    line-height: 1.55;
    border-bottom: 1px solid var(--mg-line);
    vertical-align: top;
}

table.mg-spec-table tr:last-child td,
.mg-spec-table tr:last-child td,
.mg-spec-table table tr:last-child td {
    border-bottom: none;
}

table.mg-spec-table tr:nth-child(even),
.mg-spec-table table tr:nth-child(even) {
    background: var(--mg-light);
}

.mg-spec-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: var(--mg-radius);
    border: 1px solid var(--mg-line);
}

.mg-spec-table-wrap table.mg-spec-table,
.mg-spec-table-wrap .mg-spec-table {
    border: none;
    border-radius: 0;
}


/* SECTION 14 — EXPORT MARKETS */
.mg-markets-section {
    padding-top: 25px;
    padding-bottom: 40px;
}

.mg-markets-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 14px;
    margin-top: 1.5rem;
}

.mg-market-item {
    background: #fff;
    border: 1px solid var(--mg-line);
    border-radius: var(--mg-radius);
    padding: 20px 16px 16px;
    text-align: center;
    border-top: 3px solid var(--mg-line);
    transition: border-top-color .2s ease, box-shadow .2s ease;
    cursor: default;
}

.mg-market-item:hover {
    border-top-color: var(--mg-green);
    box-shadow: 0 4px 16px rgba(21,59,42,.08);
}

.mg-market-item strong {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: var(--mg-green-dark);
    margin-bottom: 4px;
}

.mg-market-item span {
    display: block;
    font-size: 12px;
    color: var(--mg-muted);
    line-height: 1.4;
}

.mg-market-card {
    background: #fff;
    border: 1px solid var(--mg-line);
    border-radius: var(--mg-radius);
    padding: 40px 28px 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 420px;
    box-shadow: 0 6px 24px rgba(21,59,42,.05);
}

.mg-market-card h3 {
    color: var(--mg-green-dark);
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--mg-gold-tint);
    width: 100%;
}

.mg-market-svg {
    width: 100%;
    max-width: 320px;
    height: 200px;
    object-fit: contain;
    display: block;
    margin: 0 auto 24px;
    flex-shrink: 0;
}

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

.mg-market-list li {
    color: #4F5B54;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.9;
    border-bottom: 1px solid var(--mg-line);
    padding: 6px 0;
}

.mg-market-list li:last-child { border-bottom: none; }


/* SECTION 15 — BUTTONS */
.mg-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 26px;
    border-radius: var(--mg-radius);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    text-transform: none !important;
    transition: background .2s ease, color .2s ease, border-color .2s ease;
    cursor: pointer;
    border: 1.5px solid transparent;
    line-height: 1;
}

.mg-btn:focus-visible {
    outline: 2px solid var(--mg-gold);
    outline-offset: 3px;
}

.mg-btn:active { transform: scale(0.98); }

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

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

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

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

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

.mg-btn-white:hover {
    background: #f0ede6;
    border-color: #f0ede6;
    color: var(--mg-green-dark) !important;
    text-decoration: none;
}

.mg-btn-outline-white {
    background: transparent;
    color: #fff !important;
    border-color: rgba(255,255,255,.6);
}

.mg-btn-outline-white:hover {
    background: rgba(255,255,255,.12);
    border-color: #fff;
    color: #fff !important;
    text-decoration: none;
}


/* SECTION 16 — FINAL CTA */
.mg-final-cta {
    background: var(--mg-green-dark);
    padding: 60px 0;
    text-align: center;
    color: #fff;
}

.mg-final-cta h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 42px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 16px;
    line-height: 1.28;
    letter-spacing: -0.25px;
}

.mg-final-cta p {
    color: rgba(255,255,255,.80);
    font-size: 17px;
    max-width: 700px;
    margin: 0 auto 28px;
    line-height: 1.7;
}

.mg-final-cta .mg-btn-outline {
    color: #fff !important;
    border-color: rgba(255,255,255,.75) !important;
}

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

.mg-cta-cert-note {
    font-size: 13px;
    color: rgba(255,255,255,.50);
    line-height: 1.7;
    margin-top: 20px;
}


/* SECTION 17 — FAQ */
.mg-faq-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

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

.mg-faq-grid { row-gap: 16px; }

.mg-faq-grid .mg-faq-card { min-height: 200px; }


/* SECTION 18 — PROCESS SECTION */
.mg-process-section { padding: 65px 0; }


/* SECTION 19 — FOOTER */
.footer-middle .single-footer { height: 100%; }

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

.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;
    max-width: 100%;
}


/* SECTION 20 — RESPONSIVE */
@media (max-width: 1230px) {
    .mg-home .container {
        padding-left: 24px;
        padding-right: 24px;
    }
}

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

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

    .mg-markets-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .mg-market-card {
        min-height: unset;
        padding: 28px 20px 24px;
    }

    .mg-market-svg {
        max-width: 220px;
        height: 150px;
    }

    .mg-trust-item {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,.15);
        padding: 12px 0;
        align-items: center;
        text-align: center;
    }

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

    .mg-final-cta h2 { font-size: 34px; }

    .mg-final-cta .mg-btn {
        display: block;
        margin: 0 auto 12px;
        max-width: 280px;
    }
}

@media (max-width: 767px) {
    .mg-hero-title { font-size: 32px; }
    .mg-title { font-size: 26px; }
    .mg-lead { font-size: 16px; }
    .mg-section { padding: 40px 0; }

    .mg-markets-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .mg-badges span {
        font-size: 12px;
        padding: 6px 11px;
    }

    .mg-variety-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .mg-card,
    .mg-faq-card {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .mg-markets-grid {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .mg-market-item {
        padding: 14px 10px 12px;
    }

    .mg-market-item strong { font-size: 13px; }
    .mg-market-item span { font-size: 11px; }
}


/* SECTION 21 — PRINT */
@media print {
    .mg-section-trust-bar,
    .mg-final-cta,
    .mg-btn {
        display: none !important;
    }

    .mg-home {
        background: #fff;
        color: #000;
    }

    .mg-card,
    .mg-faq-card,
    table.mg-spec-table,
    .mg-spec-table {
        border: 1px solid #ccc;
        box-shadow: none;
        page-break-inside: avoid;
    }

    .mg-hero-panel img,
    .mg-proof-img img {
        height: auto;
        max-height: 300px;
    }
}


/* SECTION 22 — ACCESSIBILITY */
a:focus-visible,
button:focus-visible {
    outline: 2px solid #B58A3B;
    outline-offset: 3px;
}

/* --------------------------------------------------------------------------
   SECTION 23 — HOMEPAGE-SPECIFIC COMPONENTS
   These classes are intentionally kept because home.blade.php still uses them
   for the homepage-only partnership, product cards, gallery and certificates.
   -------------------------------------------------------------------------- */

/* Homepage hero / image helpers */
.home-photo,
.home-gallery-img,
.home-product-img {
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: var(--mg-radius);
}

.home-photo {
    height: 620px;
}

.home-gallery-img {
    height: 360px;
}

.home-product-img {
    height: 260px;
}

/* Homepage checklist */
.home-check-list {
    list-style: none;
    padding: 0;
    margin: 26px 0 0;
}

.home-check-list li {
    position: relative;
    padding: 7px 0 7px 24px;
    color: var(--mg-green-dark);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.8;
    border-bottom: 1px solid rgba(228,221,207,.65);
}

.home-check-list li:last-child {
    border-bottom: none;
}

.home-check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--mg-gold);
    font-weight: 800;
}

/* Homepage product cards */
#fresh-products .mg-card {
    padding: 0;
    overflow: hidden;
}

#fresh-products .home-card-body {
    padding: 28px;
}

#fresh-products .mg-card h3 {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 12px;
}

#fresh-products .mg-card p {
    font-size: 15px;
    line-height: 1.75;
}

#fresh-products .mg-btn {
    margin-top: 18px;
}

/* Homepage certificates */
.home-cert {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.home-cert img {
    display: block;
    width: 120px;
    height: 95px;
    object-fit: contain;
    margin: 0 auto 22px;
}

/* Homepage partnership block */
.home-partnership-strip {
    background: var(--mg-green-dark);
    color: #fff;
    border-radius: 16px;
    padding: 60px 70px;
    margin: 0 auto;
    max-width: 1050px;
    box-shadow: 0 22px 55px rgba(21,59,42,.16);
    text-align: center;
}

.home-partnership-strip .mg-eyebrow {
    color: var(--mg-gold);
    margin-bottom: 14px;
}

.home-partnership-strip h3 {
    color: #fff;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 18px;
}

.home-partnership-strip p {
    color: #DDE8E2;
    font-size: 16px;
    line-height: 1.9;
    max-width: 760px;
    margin: 0 auto 46px;
}

.home-partnership-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}

.home-partnership-list li {
    position: relative;
    padding: 0 24px;
    color: #fff;
    font-size: 14px;
    line-height: 1.65;
    font-weight: 600;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,.16);
}

.home-partnership-list li:last-child {
    border-right: none;
}

.home-partnership-list li::before {
    content: "✓";
    display: block;
    color: var(--mg-gold);
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 14px;
}

/* Homepage market list if used beside market cards */
.home-market-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.home-market-list li {
    color: var(--mg-muted);
    font-size: 15px;
    line-height: 1.8;
    padding: 7px 0;
    border-bottom: 1px solid rgba(228,221,207,.75);
}

.home-market-list li:last-child {
    border-bottom: none;
}


/* --------------------------------------------------------------------------
   SECTION 24 — HOMEPAGE RESPONSIVE FIXES
   -------------------------------------------------------------------------- */

@media (max-width: 991px) {
    .home-photo,
    .home-gallery-img,
    .home-product-img {
        height: auto;
        max-height: 420px;
        object-fit: contain;
    }

    #fresh-products .home-product-img {
        height: 240px;
        max-height: none;
        object-fit: cover;
    }

    .home-partnership-strip {
        padding: 44px 34px;
    }

    .home-partnership-list {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 24px;
    }

    .home-partnership-list li:nth-child(2) {
        border-right: none;
    }
}

@media (max-width: 767px) {
    #fresh-products .home-card-body {
        padding: 24px;
    }

    #fresh-products .home-product-img {
        height: 220px;
    }

    .home-partnership-strip {
        padding: 36px 24px;
    }

    .home-partnership-strip h3 {
        font-size: 25px;
    }

    .home-partnership-strip p {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .home-partnership-list {
        grid-template-columns: 1fr;
    }

    .home-partnership-list li,
    .home-partnership-list li:nth-child(2) {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,.12);
        padding: 22px 0;
    }

    .home-partnership-list li:last-child {
        border-bottom: none;
    }
}

.mg-process-section .mg-proof-img img {
    height: 520px;
    object-fit: cover;
}

@media (max-width: 991px) {
    .mg-hero-panel img,
    .mg-proof-img img,
    .mg-process-section .mg-proof-img img {
        height: auto;
        max-height: 420px;
        object-fit: contain;
    }
}


/* SECTION 8 — CERT BADGES */
.mg-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 4px;
}

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


/* SECTION 9 — TRUST BAR */
.mg-section-trust-bar {
    background: var(--mg-green-dark);
    padding: 32px 0;
}

.mg-trust-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-right: 1px solid rgba(255,255,255,.18);
    padding: 8px 20px;
}

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

.mg-trust-item strong {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 4px;
    white-space: nowrap;
}

.mg-trust-item span {
    color: rgba(255,255,255,.70);
    font-size: 13px;
    white-space: nowrap;
}

.mg-trust-item h3 {
    color: #fff;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 4px;
}

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


/* SECTION 10 — CARDS */
.mg-card,
.mg-faq-card,
.mg-related-card {
    height: 100%;
    background: #fff;
    border: 1px solid var(--mg-line);
    border-radius: var(--mg-radius);
    padding: 38px;
    box-shadow: 0 6px 24px rgba(21,59,42,.05);
}

.mg-card h3 {
    color: var(--mg-green-dark);
    font-size: 28px;
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 800;
    line-height: 1.18;
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--mg-gold-tint);
}

.mg-card h4 {
    color: var(--mg-green-dark);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

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

.mg-faq-card {
    border-left: 3px solid var(--mg-gold);
    padding-left: 22px;
}

.mg-faq-card h4 {
    color: var(--mg-green-dark);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.4;
}

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

.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;
    font-weight: 600;
    margin-bottom: 8px;
}

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

.mg-image-card {
    height: 100%;
    background: #fff;
    border: 1px solid var(--mg-line);
    border-radius: var(--mg-radius);
    overflow: hidden;
    box-shadow: 0 14px 40px rgba(21,59,42,.06);
}

.mg-image-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}

.mg-image-card h3 {
    color: var(--mg-green-dark);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    margin: 22px 24px 8px;
}

.mg-image-card p {
    color: var(--mg-muted);
    font-size: 14px;
    line-height: 1.7;
    margin: 0 24px 24px;
}


/* SECTION 11 — LISTS */
.mg-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mg-list li {
    color: var(--mg-muted);
    font-size: 15px;
    line-height: 1.8;
    padding: 4px 0 4px 20px;
    position: relative;
    border-bottom: 1px solid rgba(228,221,207,.5);
}

.mg-list li:last-child { border-bottom: none; }

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


/* SECTION 12 — VARIETY CARDS */
.mg-card-variety {
    border-top: 3px solid var(--mg-green);
    padding-top: 22px;
}

.mg-variety-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--mg-line);
}

.mg-variety-header h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--mg-green-dark);
    margin: 0;
    padding: 0;
    border: none;
}

.mg-season-badge {
    display: inline-block;
    padding: 4px 12px;
    background: var(--mg-gold-tint);
    color: #7A4A00;
    font-size: 12px;
    font-weight: 600;
    border-radius: 999px;
    letter-spacing: .3px;
    white-space: nowrap;
    border: 1px solid rgba(181,138,59,.3);
}


/* SECTION 13 — SPEC TABLE */
table.mg-spec-table,
.mg-spec-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid var(--mg-line);
    border-radius: var(--mg-radius);
    overflow: hidden;
    font-size: 14px;
}

.mg-spec-table table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

table.mg-spec-table th,
.mg-spec-table th,
.mg-spec-table table th {
    width: 34%;
    color: var(--mg-green-dark);
    font-weight: 600;
    font-size: 13px;
    background: var(--mg-gold-tint);
    padding: 14px 18px;
    text-align: left;
    border-bottom: 1px solid rgba(181,138,59,.2);
    white-space: nowrap;
}

table.mg-spec-table td,
.mg-spec-table td,
.mg-spec-table table td {
    color: var(--mg-text);
    padding: 14px 18px;
    line-height: 1.55;
    border-bottom: 1px solid var(--mg-line);
    vertical-align: top;
}

table.mg-spec-table tr:last-child td,
.mg-spec-table tr:last-child td,
.mg-spec-table table tr:last-child td {
    border-bottom: none;
}

table.mg-spec-table tr:nth-child(even),
.mg-spec-table table tr:nth-child(even) {
    background: var(--mg-light);
}

.mg-spec-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: var(--mg-radius);
    border: 1px solid var(--mg-line);
}

.mg-spec-table-wrap table.mg-spec-table,
.mg-spec-table-wrap .mg-spec-table {
    border: none;
    border-radius: 0;
}


/* SECTION 14 — EXPORT MARKETS */
.mg-markets-section {
    padding-top: 25px;
    padding-bottom: 40px;
}

.mg-markets-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 14px;
    margin-top: 1.5rem;
}

.mg-market-item {
    background: #fff;
    border: 1px solid var(--mg-line);
    border-radius: var(--mg-radius);
    padding: 20px 16px 16px;
    text-align: center;
    border-top: 3px solid var(--mg-line);
    transition: border-top-color .2s ease, box-shadow .2s ease;
    cursor: default;
}

.mg-market-item:hover {
    border-top-color: var(--mg-green);
    box-shadow: 0 4px 16px rgba(21,59,42,.08);
}

.mg-market-item strong {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: var(--mg-green-dark);
    margin-bottom: 4px;
}

.mg-market-item span {
    display: block;
    font-size: 12px;
    color: var(--mg-muted);
    line-height: 1.4;
}

.mg-market-card {
    background: #fff;
    border: 1px solid var(--mg-line);
    border-radius: var(--mg-radius);
    padding: 40px 28px 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 420px;
    box-shadow: 0 6px 24px rgba(21,59,42,.05);
}

.mg-market-card h3 {
    color: var(--mg-green-dark);
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--mg-gold-tint);
    width: 100%;
}

.mg-market-svg {
    width: 100%;
    max-width: 320px;
    height: 200px;
    object-fit: contain;
    display: block;
    margin: 0 auto 24px;
    flex-shrink: 0;
}

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

.mg-market-list li {
    color: #4F5B54;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.9;
    border-bottom: 1px solid var(--mg-line);
    padding: 6px 0;
}

.mg-market-list li:last-child { border-bottom: none; }


/* SECTION 15 — BUTTONS */
.mg-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 26px;
    border-radius: var(--mg-radius);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    text-transform: none !important;
    transition: background .2s ease, color .2s ease, border-color .2s ease;
    cursor: pointer;
    border: 1.5px solid transparent;
    line-height: 1;
}

.mg-btn:focus-visible {
    outline: 2px solid var(--mg-gold);
    outline-offset: 3px;
}

.mg-btn:active { transform: scale(0.98); }

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

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

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

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

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

.mg-btn-white:hover {
    background: #f0ede6;
    border-color: #f0ede6;
    color: var(--mg-green-dark) !important;
    text-decoration: none;
}

.mg-btn-outline-white {
    background: transparent;
    color: #fff !important;
    border-color: rgba(255,255,255,.6);
}

.mg-btn-outline-white:hover {
    background: rgba(255,255,255,.12);
    border-color: #fff;
    color: #fff !important;
    text-decoration: none;
}


/* SECTION 16 — FINAL CTA */
.mg-final-cta {
    background: var(--mg-green-dark);
    padding: 60px 0;
    text-align: center;
    color: #fff;
}

.mg-final-cta h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 42px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 16px;
    line-height: 1.28;
    letter-spacing: -0.25px;
}

.mg-final-cta p {
    color: rgba(255,255,255,.80);
    font-size: 17px;
    max-width: 700px;
    margin: 0 auto 28px;
    line-height: 1.7;
}

.mg-final-cta .mg-btn-outline {
    color: #fff !important;
    border-color: rgba(255,255,255,.75) !important;
}

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

.mg-cta-cert-note {
    font-size: 13px;
    color: rgba(255,255,255,.50);
    line-height: 1.7;
    margin-top: 20px;
}


/* SECTION 17 — FAQ */
.mg-faq-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

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

.mg-faq-grid { row-gap: 16px; }

.mg-faq-grid .mg-faq-card { min-height: 200px; }


/* SECTION 18 — PROCESS SECTION */
.mg-process-section { padding: 65px 0; }


/* SECTION 19 — FOOTER */
.footer-middle .single-footer { height: 100%; }

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

.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;
    max-width: 100%;
}


/* SECTION 20 — RESPONSIVE */
@media (max-width: 1230px) {
    .mg-home .container {
        padding-left: 24px;
        padding-right: 24px;
    }
}

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

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

    .mg-markets-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .mg-market-card {
        min-height: unset;
        padding: 28px 20px 24px;
    }

    .mg-market-svg {
        max-width: 220px;
        height: 150px;
    }

    .mg-trust-item {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,.15);
        padding: 12px 0;
        align-items: center;
        text-align: center;
    }

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

    .mg-final-cta h2 { font-size: 34px; }

    .mg-final-cta .mg-btn {
        display: block;
        margin: 0 auto 12px;
        max-width: 280px;
    }
}

@media (max-width: 767px) {
    .mg-hero-title { font-size: 32px; }
    .mg-title { font-size: 26px; }
    .mg-lead { font-size: 16px; }
    .mg-section { padding: 40px 0; }

    .mg-markets-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .mg-badges span {
        font-size: 12px;
        padding: 6px 11px;
    }

    .mg-variety-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .mg-card,
    .mg-faq-card {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .mg-markets-grid {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .mg-market-item {
        padding: 14px 10px 12px;
    }

    .mg-market-item strong { font-size: 13px; }
    .mg-market-item span { font-size: 11px; }
}


/* SECTION 21 — PRINT */
@media print {
    .mg-section-trust-bar,
    .mg-final-cta,
    .mg-btn {
        display: none !important;
    }

    .mg-home {
        background: #fff;
        color: #000;
    }

    .mg-card,
    .mg-faq-card,
    table.mg-spec-table,
    .mg-spec-table {
        border: 1px solid #ccc;
        box-shadow: none;
        page-break-inside: avoid;
    }

    .mg-hero-panel img,
    .mg-proof-img img {
        height: auto;
        max-height: 300px;
    }
}


/* SECTION 22 — ACCESSIBILITY */
a:focus-visible,
button:focus-visible {
    outline: 2px solid #B58A3B;
    outline-offset: 3px;
}

/* --------------------------------------------------------------------------
   SECTION 23 — HOMEPAGE-SPECIFIC COMPONENTS
   These classes are intentionally kept because home.blade.php still uses them
   for the homepage-only partnership, product cards, gallery and certificates.
   -------------------------------------------------------------------------- */

/* Homepage hero / image helpers */
.home-photo,
.home-gallery-img,
.home-product-img {
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: var(--mg-radius);
}

.home-photo {
    height: 620px;
}

.home-gallery-img {
    height: 360px;
}

.home-product-img {
    height: 260px;
}

/* Homepage checklist */
.home-check-list {
    list-style: none;
    padding: 0;
    margin: 26px 0 0;
}

.home-check-list li {
    position: relative;
    padding: 7px 0 7px 24px;
    color: var(--mg-green-dark);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.8;
    border-bottom: 1px solid rgba(228,221,207,.65);
}

.home-check-list li:last-child {
    border-bottom: none;
}

.home-check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--mg-gold);
    font-weight: 800;
}

/* Homepage product cards */
#fresh-products .mg-card {
    padding: 0;
    overflow: hidden;
}

#fresh-products .home-card-body {
    padding: 28px;
}

#fresh-products .mg-card h3 {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 12px;
}

#fresh-products .mg-card p {
    font-size: 15px;
    line-height: 1.75;
}

#fresh-products .mg-btn {
    margin-top: 18px;
}

/* Homepage certificates */
.home-cert {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.home-cert img {
    display: block;
    width: 120px;
    height: 95px;
    object-fit: contain;
    margin: 0 auto 22px;
}

/* Homepage partnership block */
.home-partnership-strip {
    background: var(--mg-green-dark);
    color: #fff;
    border-radius: 16px;
    padding: 60px 70px;
    margin: 0 auto;
    max-width: 1050px;
    box-shadow: 0 22px 55px rgba(21,59,42,.16);
    text-align: center;
}

.home-partnership-strip .mg-eyebrow {
    color: var(--mg-gold);
    margin-bottom: 14px;
}

.home-partnership-strip h3 {
    color: #fff;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 18px;
}

.home-partnership-strip p {
    color: #DDE8E2;
    font-size: 16px;
    line-height: 1.9;
    max-width: 760px;
    margin: 0 auto 46px;
}

.home-partnership-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}

.home-partnership-list li {
    position: relative;
    padding: 0 24px;
    color: #fff;
    font-size: 14px;
    line-height: 1.65;
    font-weight: 600;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,.16);
}

.home-partnership-list li:last-child {
    border-right: none;
}

.home-partnership-list li::before {
    content: "✓";
    display: block;
    color: var(--mg-gold);
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 14px;
}

/* Homepage market list if used beside market cards */
.home-market-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.home-market-list li {
    color: var(--mg-muted);
    font-size: 15px;
    line-height: 1.8;
    padding: 7px 0;
    border-bottom: 1px solid rgba(228,221,207,.75);
}

.home-market-list li:last-child {
    border-bottom: none;
}


/* --------------------------------------------------------------------------
   SECTION 24 — HOMEPAGE RESPONSIVE FIXES
   -------------------------------------------------------------------------- */

@media (max-width: 991px) {
    .home-photo,
    .home-gallery-img,
    .home-product-img {
        height: auto;
        max-height: 420px;
        object-fit: contain;
    }

    #fresh-products .home-product-img {
        height: 240px;
        max-height: none;
        object-fit: cover;
    }

    .home-partnership-strip {
        padding: 44px 34px;
    }

    .home-partnership-list {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 24px;
    }

    .home-partnership-list li:nth-child(2) {
        border-right: none;
    }
}

@media (max-width: 767px) {
    #fresh-products .home-card-body {
        padding: 24px;
    }

    #fresh-products .home-product-img {
        height: 220px;
    }

    .home-partnership-strip {
        padding: 36px 24px;
    }

    .home-partnership-strip h3 {
        font-size: 25px;
    }

    .home-partnership-strip p {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .home-partnership-list {
        grid-template-columns: 1fr;
    }

    .home-partnership-list li,
    .home-partnership-list li:nth-child(2) {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,.12);
        padding: 22px 0;
    }

    .home-partnership-list li:last-child {
        border-bottom: none;
    }
}
