/* ============================================================
   MANUFACTURING PAGE STYLES
   Parent class: .mfg-page (on <body>)
   Font: Poppins only
   No :root / CSS variables
   ============================================================ */

html { scroll-behavior: smooth; }

.mfg-page {
   
    background: #0A0A0A;
    color: #FFFFFF;
    overflow-x: hidden;
    font-size: 1rem;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

.mfg-page h1,
.mfg-page h2,
.mfg-page h3,
.mfg-page h4 {
   
    line-height: 1.1;
}

.mfg-page a { text-decoration: none; color: inherit; }
.mfg-page img { max-width: 100%; display: block; }
.mfg-page strong { color: #FFFFFF; }

/* ---- Buttons ---- */
.mfg-page .mfg-btn-primary {
    background: #FFD600;
    color: #0A0A0A;
    border: none;
    padding: 14px 28px;
   
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s;
    text-decoration: none;
    display: inline-block;
    border-radius: 4px;
}
.mfg-page .mfg-btn-primary:hover { background: #E6C000; transform: translateY(-2px); color: #0A0A0A; }

.mfg-page .mfg-btn-outline {
    background: transparent;
    color: #FFFFFF;
    border: 1px solid #555555;
    padding: 14px 28px;
   
    font-weight: 600;
    cursor: pointer;
    transition: border-color 0.2s, color 0.2s;
    text-decoration: none;
    display: inline-block;
    border-radius: 4px;
}
.mfg-page .mfg-btn-outline:hover { border-color: #FFD600; color: #FFD600; }

.mfg-page .mfg-btn-dark {
    background: #0A0A0A;
    color: #FFD600;
    border: none;
    padding: 15px 32px;
   
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s;
    border-radius: 4px;
    display: inline-block;
}
.mfg-page .mfg-btn-dark:hover { background: #1A1A1A; color: #FFD600; }

/* ---- HERO ---- */
.mfg-page .mfg-hero {
    background: #111111;
    padding: 80px 0 70px;
    position: relative;
    overflow: hidden;
    border-bottom: 3px solid #FFD600;
}
.mfg-page .mfg-hero-bg-text {
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 160px;
    font-weight: 800;
    color: rgba(255,214,0,0.04);
    letter-spacing: -4px;
    pointer-events: none;
    line-height: 1;
    user-select: none;
}.mfg-page .mfg-hero .img-wrap img {
    border-radius: 20px;
}
.mfg-page .mfg-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 214, 0, 0.1);
    border: 1px solid rgba(255, 214, 0, 0.3);
    padding: 6px 14px;
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #FFD600;
    text-transform: uppercase;
    margin-bottom: 0;
}
.mfg-page .mfg-hero-eyebrow::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #FFD600;
    display: block;
    border-radius: 50%;
    flex-shrink: 0;
}
.mfg-page .mfg-hero h1 {
    font-size: clamp(2.4rem, 5vw, 2.8rem);
    font-weight: 800;
    line-height: 1.05;
    max-width: 700px;
    margin-bottom: 20px;
}
.mfg-page .mfg-hero h1 span { color: #FFD600; }
.mfg-page .mfg-hero-sub {
    color: #AAAAAA;
    max-width: 540px;
    line-height: 1.7;
    margin-bottom: 36px;
}
.mfg-page .mfg-hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }

.mfg-page .mfg-hero-stats {
    display: flex;
    gap: 0;
    margin-top: 52px;
    border-top: 1px solid #2A2A2A;
    padding-top: 32px;
}
.mfg-page .mfg-hero-stat {
    flex: 1;
    padding-right: 28px;
    border-right: 1px solid #2A2A2A;
    margin-right: 28px;
}
.mfg-page .mfg-hero-stat:last-child { border-right: none; margin-right: 0; }
.mfg-page .mfg-stat-num {
    font-size: 2.2rem;
    font-weight: 800;
    color: #FFD600;
    line-height: 1;
    margin-bottom: 4px;
}
.mfg-page .mfg-stat-label { font-size: .75rem; color: #AAAAAA; font-weight: 500; letter-spacing: 0.3px; }

@media (max-width: 768px) {
    .mfg-page .mfg-hero-stats { flex-direction: column; gap: 20px; }
    .mfg-page .mfg-hero-stat { border-right: none; margin-right: 0; padding-right: 0; border-bottom: 1px solid #2A2A2A; padding-bottom: 16px; }
    .mfg-page .mfg-hero-stat:last-child { border-bottom: none; padding-bottom: 0; }
}

/* ---- LOGOS STRIP ---- */
.mfg-page .mfg-logos-strip {
    background: #1A1A1A;
    padding: 20px 0;
    border-bottom: 1px solid #2A2A2A;
}
.mfg-page .logos-label {
    font-size: .7rem;
    color: #555555;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.mfg-page .logos-row { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.mfg-page .logo-pill {
    background: #242424;
    border: 1px solid #2A2A2A;
    padding: 8px 18px;
    font-size: .75rem;
    font-weight: 600;
    color: #888888;
    letter-spacing: 0.5px;
    border-radius: 4px;
}

/* ---- SECTION BASE ---- */
.mfg-page .mfg-section { padding: 50px 0; }
.mfg-page .section-eyebrow {
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #FFD600;
    margin-bottom: 12px;
    display: block;
}
.mfg-page h2 {
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 16px;
}
.mfg-page h2 span { color: #FFD600; }
.mfg-page .section-intro {
    color: #AAAAAA;
    line-height: 1.75;
    max-width: 1000px;
    margin-bottom: 48px;
}


section#results span.section-eyebrow {
    text-align: center;
}

section#results p.section-intro {
    text-align: center;
    margin: 0 auto;
}
/* ---- WHY SECTION ---- */
.mfg-page .mfg-why { background: #1A1A1A; }
.mfg-page .why-grid-mfg {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: #2A2A2A;
    border: 1px solid #2A2A2A;
    margin-top: 48px;
}
@media (max-width: 768px) {
    .mfg-page .why-grid-mfg { grid-template-columns: 1fr; }
}
@media (min-width: 769px) and (max-width: 992px) {
    .mfg-page .why-grid-mfg { grid-template-columns: repeat(2, 1fr); }
}
.mfg-page .mfg-why-card {
    background: #1A1A1A;
    padding: 32px 28px;
    position: relative;
    transition: background 0.2s;
}
.mfg-page .mfg-why-card:hover { background: #242424; }
.mfg-page .mfg-why-icon {
    width: 42px;
    height: 42px;
    background: rgba(255,214,0,0.1);
    border: 1px solid rgba(255,214,0,0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    font-size: 1.1rem;
    color: #FFD600;
    border-radius: 4px;
}
.mfg-page .mfg-why-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 10px;
}
.mfg-page .mfg-why-card-num {
    position: absolute;
    top: 16px;
    right: 20px;
    font-size: 2.8rem;
    font-weight: 800;
    color: rgba(255,214,0,0.06);
    line-height: 1;
}

/* ---- SERVICES SECTION ---- */
.mfg-page .mfg-what { background: #0A0A0A; }
.mfg-page .mfg-services-grid { margin-top: 48px; }
.mfg-page .mfg-service-card {
    background: #1A1A1A;
    border: 1px solid #2A2A2A;
    padding: 28px;
    display: flex;
    gap: 20px;
    transition: border-color 0.2s, background 0.2s;
    cursor: pointer;
    margin-bottom: 16px;
    border-radius: 4px;
    min-height: 223px;
    margin-bottom: 0px !important;
}

section#services h2 {
    text-align: center;
    color: #fff;
}

section#services p.section-intro {
    text-align: center;
    margin: 0 auto;
}section#services span.section-eyebrow {
    text-align: center;
}
.mfg-page .mfg-service-card:last-child { margin-bottom: 0; }
.mfg-page .mfg-service-card:hover { border-color: #FFD600; background: #242424; }
.mfg-page .mfg-svc-icon {
    width: 48px;
    height: 48px;
    background: #242424;
    border: 1px solid #2A2A2A;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.2rem;
    color: #FFD600;
    border-radius: 4px;
}
.mfg-page .mfg-svc-info h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 6px;
    color: #fff;
}
.mfg-page .mfg-svc-info .svc-p { font-size: .88rem; color: #AAAAAA; line-height: 1.65; }
.mfg-page .svc-tag-row {
    display: block;
    margin-top: 10px;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFD600;
    border-top: 1px solid rgba(255,214,0,0.2);
    padding-top: 8px;
}

/* ---- HOW/PROCESS SECTION ---- */
.mfg-page .mfg-how { background: #1A1A1A; }
.mfg-page .process-steps-list { margin-top: 48px; }
.mfg-page .process-step-item {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 24px;
    padding: 28px 0;
    border-bottom: 1px solid #2A2A2A;
}
.mfg-page .process-step-item:last-child { border-bottom: none; }
.mfg-page .step-num-col { display: flex; flex-direction: column; align-items: center; }
.mfg-page .mfg-step-num {
    width: 44px;
    height: 44px;
    background: #FFD600;
    color: #0A0A0A;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 800;
    flex-shrink: 0;
    border-radius: 4px;
}
.mfg-page .step-connector {
    width: 1px;
    flex: 1;
    min-height: 20px;
    background: #2A2A2A;
    margin-top: 6px;
}
.mfg-page .process-step-item:last-child .step-connector { display: none; }
.mfg-page .step-body-col h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 8px;
}
.mfg-page .step-body-col .step-body-p {
    font-size: .88rem;
    color: #AAAAAA;
    line-height: 1.7;
    max-width: 100%;
}
.mfg-page .step-tags-row { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 12px; }
.mfg-page .step-tag-pill {
    font-size: .65rem;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #888888;
    background: #242424;
    border: 1px solid #2A2A2A;
    padding: 4px 10px;
    border-radius: 3px;
}

/* ---- CTA BAND ---- */
.mfg-page .mfg-cta-band {
    background: #FFD600;
    padding: 52px 0;
}
.mfg-page .cta-band-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
}
.mfg-page .cta-band-text h2 {
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: 800;
    color: #0A0A0A;
    margin-bottom: 6px;
}
.mfg-page .cta-band-text .cta-band-p { color: rgba(0,0,0,0.6); font-weight: 500; }

/* ---- RESULTS SECTION ---- */
.mfg-page .mfg-results { background: #0A0A0A; }
.mfg-page .result-card-mfg {
    background: #1A1A1A;
    border: 1px solid #2A2A2A;
    border-left: 3px solid #FFD600;
    padding: 28px;
    border-radius: 4px;
    height: 100%;
}section#results h2 {
    color: #fff;
    text-align: center;
}
.mfg-page .result-metric-num {
    font-size: 3rem;
    font-weight: 800;
    color: #FFD600;
    line-height: 1;
    margin-bottom: 6px;
}
.mfg-page .result-desc-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 8px;
}
.mfg-page .result-detail-p { font-size: .82rem; color: #AAAAAA; line-height: 1.65; }
.mfg-page .result-industry-tag {
    display: inline-block;
    margin-top: 12px;
    font-size: .65rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #888888;
    background: #242424;
    border: 1px solid #2A2A2A;
    padding: 3px 9px;
    border-radius: 3px;
}

/* ---- TESTIMONIALS ---- */
.mfg-page .mfg-testimonials { background: #1A1A1A; }
.mfg-page .mfg-tcard {
    background: #242424;
    border: 1px solid #2A2A2A;
    padding: 28px;
    border-radius: 4px;
    height: 100%;
}
.mfg-page .mfg-tc-stars { color: #FFD600; margin-bottom: 14px; letter-spacing: 2px; }
.mfg-page .mfg-tc-quote { font-size: .88rem; color: #FFFFFF; line-height: 1.75; margin-bottom: 20px; font-style: italic; }
.mfg-page .mfg-tc-meta { display: flex; align-items: center; gap: 12px; }
.mfg-page .mfg-tc-avatar {
    width: 36px;
    height: 36px;
    background: #FFD600;
    color: #0A0A0A;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .88rem;
    font-weight: 800;
    flex-shrink: 0;
    border-radius: 50%;
}
.mfg-page .mfg-tc-name { font-weight: 600; margin-bottom: 2px; }
.mfg-page .mfg-tc-role { font-size: .72rem; color: #AAAAAA; }

/* ---- FAQ ---- */
.mfg-page .mfg-faq { background: #0A0A0A; }
.mfg-page .mfg-faq-grid { margin-top: 48px; }
.mfg-page .mfg-faq-item {
    background: #1A1A1A;
    border: 1px solid #2A2A2A;
    overflow: hidden;
    margin-bottom: 8px;
    border-radius: 4px;
}
.mfg-page .mfg-faq-item.open { border-color: rgba(255,214,0,0.4); }
.mfg-page .faq-q-btn {
    width: 100%;
    background: none;
    border: none;
    color: #FFFFFF;
    text-align: left;
    padding: 20px 24px;
   
    font-weight: 700;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    transition: background 0.15s;
}
.mfg-page .faq-q-btn:hover { background: #242424; }
.mfg-page .mfg-faq-toggle {
    width: 24px;
    height: 24px;
    background: rgba(255,214,0,0.1);
    border: 1px solid rgba(255,214,0,0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #FFD600;
    font-weight: 700;
    transition: background 0.2s;
    border-radius: 3px;
}
.mfg-page .mfg-faq-item.open .mfg-faq-toggle { background: #FFD600; color: #0A0A0A; }
.mfg-page .mfg-faq-ans {
    display: none;
    padding: 0 24px 20px;
    font-size: .88rem;
    color: #AAAAAA;
    line-height: 1.75;
    border-top: 1px solid #2A2A2A;
    padding-top: 16px;
}
.mfg-page .mfg-faq-item.open .mfg-faq-ans {
    display: block;
    min-height: 167px;
}

/* ---- BOTTOM CTA ---- */
.mfg-page .mfg-bottom-cta {
    background: #1A1A1A;
    padding: 80px 0;
    text-align: center;
    border-top: 3px solid #FFD600;
}
.mfg-page .mfg-bottom-cta h2 {
    font-size: clamp(2rem, 4vw, 3.2rem);
    margin-bottom: 16px;
    color: #fff;
}
.mfg-page .mfg-bottom-cta h2 span { color: #FFD600; }
.mfg-page .mfg-bottom-cta .cta-p {
    color: #AAAAAA;
    margin-bottom: 36px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}
.mfg-page .contact-row {
    display: flex;
    gap: 32px;
    justify-content: center;
    margin-top: 40px;
    flex-wrap: wrap;
}
.mfg-page .contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    border-radius: 0;
    padding: 0;
}
.mfg-page .contact-ic {
    width: 32px;
    height: 32px;
    background: rgba(255,214,0,0.1);
    border: 1px solid rgba(255,214,0,0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFD600;
    border-radius: 4px;
}
.mfg-page .contact-item-text {
    font-size: .82rem;
    color: #AAAAAA;
    text-align: left;
}
.mfg-page .contact-item-text strong { color: #FFFFFF; font-weight: 600; display: block; }

@keyframes mfg-fadeUp {
    from { opacity: 0; transform: translateY(16px); }
    to   { opacity: 1; transform: translateY(0); }
}
.mfg-page .mfg-hero h1,
.mfg-page .mfg-hero-sub,
.mfg-page .mfg-hero-ctas { animation: mfg-fadeUp 0.5s ease both; }
.mfg-page .mfg-hero-sub  { animation-delay: 0.1s; }
.mfg-page .mfg-hero-ctas { animation-delay: 0.2s; }

/* ============================================================
   LIGHT SECTION OVERRIDES
   Logos strip + Process → light grey | Why + Testimonials → white | FAQ → light grey
   ============================================================ */

/* ---- LOGOS STRIP (light grey) ---- */
.mfg-page .mfg-logos-strip {
    background: #F5F5F5;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}
.mfg-page .logos-label { color: #888888; }
.mfg-page .logo-pill { background: #FFFFFF; border-color: #DDDDDD; color: #555555; }

/* ---- WHY (white) ---- */
.mfg-page .mfg-why { background: #FFFFFF; }
.mfg-page .mfg-why h2 { color: #0A0A0A; }
.mfg-page .mfg-why .section-intro { color: #555555; }
.mfg-page .why-grid-mfg { background: #E5E5E5; border-color: #E5E5E5; }
.mfg-page .mfg-why-card { background: #F8F8F8; }
.mfg-page .mfg-why-card:hover { background: #FFFFFF; box-shadow: 0 6px 20px rgba(0,0,0,0.08); }
.mfg-page .mfg-why-card h3 { color: #0A0A0A; }
.mfg-page .mfg-why-card p { color: #555555; }
.mfg-page .mfg-why-card-num { color: rgba(0,0,0,0.05); }

/* ---- PROCESS (light grey) ---- */
.mfg-page .mfg-how { background: #F5F5F5; }
.mfg-page .mfg-how h2 { color: #0A0A0A; }
.mfg-page .mfg-how .section-intro { color: #555555; }
.mfg-page .mfg-how .process-step-item { border-bottom-color: #DDDDDD; }
.mfg-page .mfg-how .step-connector { background: #DDDDDD; }
.mfg-page .mfg-how .step-body-col h3 { color: #0A0A0A; }
.mfg-page .mfg-how .step-body-col .step-body-p { color: #555555; }
.mfg-page .mfg-how .step-tag-pill { background: #EEEEEE; border-color: #DDDDDD; color: #666666; }

/* ---- TESTIMONIALS (white) ---- */
.mfg-page .mfg-testimonials { background: #FFFFFF; }
.mfg-page .mfg-testimonials h2 { color: #0A0A0A; }
.mfg-page .mfg-tcard { background: #F8F8F8; border-color: #E5E5E5; }
.mfg-page .mfg-tcard:hover { background: #0A0A0A; }
.mfg-page .mfg-tcard .mfg-tc-quote { color: #3A3A3A; }
.mfg-page .mfg-tcard:hover .mfg-tc-quote { color: #FFFFFF; }
.mfg-page .mfg-tcard .mfg-tc-name { color: #0A0A0A; }
.mfg-page .mfg-tcard:hover .mfg-tc-name { color: #FFFFFF; }
.mfg-page .mfg-tcard .mfg-tc-role { color: #777777; }
.mfg-page .mfg-tcard:hover .mfg-tc-role { color: #AAAAAA; }

/* ---- FAQ (light grey) ---- */
.mfg-page .mfg-faq { background: #F5F5F5; }
.mfg-page .mfg-faq h2 { color: #0A0A0A; }
.mfg-page .mfg-faq .section-intro { color: #555555; }
.mfg-page .mfg-faq-item { background: #FFFFFF; border-color: #E5E5E5; }
.mfg-page .mfg-faq-item.open { border-color: rgba(255,214,0,0.5); }
.mfg-page .mfg-faq .faq-q-btn { color: #0A0A0A; }
.mfg-page .mfg-faq .faq-q-btn:hover { background: #F5F5F5; }
.mfg-page .mfg-faq .mfg-faq-ans { color: #555555; border-top-color: #E5E5E5; }
