/* ============================================
   YIPINHUI FURNITURE — Overseas B2B Style Layer
   Goal: override meidianbang.cn template defaults
   so the site reads as an international manufacturer,
   not a domestic CN gov-style portal.
   ============================================ */

/* ---------- Design tokens ---------- */
:root {
    --yph-primary: #0f6b3d;         /* deep green — manufacturing trust */
    --yph-primary-dark: #094a2a;
    --yph-accent: #d4a017;          /* gold — premium CTA */
    --yph-accent-hover: #b08813;
    --yph-bg: #ffffff;
    --yph-bg-soft: #f7f8fa;
    --yph-bg-section: #fafbfc;
    --yph-text: #1a1d23;
    --yph-text-muted: #5b6470;
    --yph-text-soft: #8a929e;
    --yph-border: #e6e9ee;
    --yph-radius: 6px;
    --yph-shadow-card: 0 1px 3px rgba(15,30,60,0.06), 0 8px 24px rgba(15,30,60,0.06);
    --yph-shadow-hover: 0 4px 12px rgba(15,107,61,0.12), 0 16px 40px rgba(15,30,60,0.12);
    --yph-font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

/* ---------- Base typography (override meidianbang template) ---------- */
body, p, span, div, li, a, h1, h2, h3, h4, h5, h6, td, th, input, textarea, button, select {
    font-family: var(--yph-font) !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body { color: var(--yph-text); background: var(--yph-bg); }

/* ============================================
   Logo
   ============================================ */
.logo { display: inline-block; cursor: pointer; text-decoration: none; }
.logo-text-en {
    display: block;
    font-size: 22px !important;
    font-weight: 800 !important;
    color: var(--yph-primary) !important;
    letter-spacing: 2px !important;
    line-height: 1.2 !important;
}
.logo-text-sub {
    display: block;
    font-size: 11px !important;
    font-weight: 500 !important;
    color: var(--yph-text-muted) !important;
    letter-spacing: 4px !important;
}
.logo-sub {
    font-weight: 500;
    color: var(--yph-primary);
    letter-spacing: 2px;
}

/* ============================================
   Top Trust Bar (above header) — Alibaba style
   ============================================ */
.yph-trustbar {
    background: var(--yph-primary-dark);
    color: #ffffff;
    font-size: 13px;
    line-height: 1;
    padding: 9px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.yph-trustbar .yph-trustbar-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}
.yph-trustbar-left {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    align-items: center;
}
.yph-trustbar-left span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    opacity: 0.92;
}
.yph-trustbar-left span::before {
    content: "";
    display: inline-block;
    width: 6px; height: 6px;
    border-radius: 50%;
    background: var(--yph-accent);
}
.yph-trustbar-right {
    display: flex;
    gap: 18px;
    align-items: center;
}
.yph-trustbar-right a {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.92;
    transition: opacity 0.2s;
}
.yph-trustbar-right a:hover { opacity: 1; color: var(--yph-accent); }
.yph-trustbar-right a.yph-trustbar-cta {
    background: var(--yph-accent);
    color: #1a1d23;
    padding: 5px 14px;
    border-radius: 3px;
    font-weight: 600;
    opacity: 1;
}
.yph-trustbar-right a.yph-trustbar-cta:hover { background: var(--yph-accent-hover); color: #1a1d23; }
@media (max-width: 768px) {
    .yph-trustbar { font-size: 11px; padding: 7px 0; }
    .yph-trustbar .yph-trustbar-inner { padding: 0 12px; gap: 8px; }
    .yph-trustbar-left { gap: 12px; }
    .yph-trustbar-left span:nth-child(n+3) { display: none; }
}

/* ============================================
   Banner Text Overlays
   ============================================ */
.ModuleSlideContainer {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    background: linear-gradient(135deg, rgba(9,74,42,0.78) 0%, rgba(15,107,61,0.58) 50%, rgba(9,74,42,0.78) 100%) !important;
    width: 100% !important;
    height: 100% !important;
    padding: 40px 60px !important;
}
.ModuleSlideContainer .slide-content {
    color: #ffffff;
    text-shadow: 0 2px 8px rgba(0,0,0,0.5);
    max-width: 880px;
}
.ModuleSlideContainer .slide-tagline {
    font-size: 44px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.15;
    margin-bottom: 14px;
    letter-spacing: 0.5px;
}
.ModuleSlideContainer .slide-sub {
    font-size: 17px;
    font-weight: 400;
    color: #e8f5e8;
    margin-bottom: 30px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}
.ModuleSlideContainer .slide-cta {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}
.ModuleSlideContainer .cta-btn {
    padding: 14px 30px;
    border-radius: var(--yph-radius);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-decoration: none;
    transition: all 0.25s;
    cursor: pointer;
    text-transform: uppercase;
}
.ModuleSlideContainer .cta-btn-primary {
    background: var(--yph-accent);
    color: #1a1d23;
    border: 2px solid var(--yph-accent);
}
.ModuleSlideContainer .cta-btn-primary:hover {
    background: var(--yph-accent-hover);
    border-color: var(--yph-accent-hover);
    text-decoration: none;
    color: #1a1d23;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(212,160,23,0.35);
}
.ModuleSlideContainer .cta-btn-outline {
    background: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}
.ModuleSlideContainer .cta-btn-outline:hover {
    background: rgba(255,255,255,0.15);
    text-decoration: none;
    color: #ffffff;
}

/* per-slide sizing */
#Sub230092296_1 .slide-tagline { font-size: 50px; }
#Sub230092296_1 .ModuleSlideContainer { padding: 50px 80px !important; }
#Sub230092296_2 .slide-tagline { font-size: 40px; }
#Sub230092296_3 .slide-tagline { font-size: 38px; }
#Sub230092296_4 .slide-tagline { font-size: 38px; }

/* ============================================
   Nav CTA Button (header "Get Quote")
   ============================================ */
.nav-cta {
    display: inline-block;
    padding: 8px 18px;
    background: var(--yph-accent);
    color: #1a1d23 !important;
    border-radius: var(--yph-radius);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    white-space: nowrap;
    margin-left: 10px;
    transition: background 0.25s;
    text-transform: uppercase;
}
.nav-cta:hover { background: var(--yph-accent-hover); color: #1a1d23; text-decoration: none; }

/* ============================================
   Section / Card / Module Overrides
   Loosen the cramped meidianbang grid look
   ============================================ */
.ModuleItem { background: transparent !important; }

/* News cards softer hover */
.news-item a {
    display: block;
    transition: transform 0.3s, box-shadow 0.3s;
    background: #ffffff;
    border-radius: var(--yph-radius);
    overflow: hidden;
}
.news-item a:hover {
    transform: translateY(-3px);
    box-shadow: var(--yph-shadow-hover);
    text-decoration: none;
}
.news-title { color: var(--yph-text) !important; font-weight: 600; }
.news-desc { color: var(--yph-text-muted) !important; }

/* Module section heading style — kill the inline span and rebuild */
.ModuleImageTextGiantContent p span[style*="font-size: 24px"] {
    font-size: 30px !important;
    font-weight: 700 !important;
    color: var(--yph-text) !important;
    letter-spacing: 0.3px !important;
}
.ModuleImageTextGiantContent p span[style*="font-size: 16px"][style*="rgb(191, 191, 191)"] {
    font-size: 13px !important;
    color: var(--yph-text-soft) !important;
    letter-spacing: 4px !important;
    text-transform: uppercase;
    font-weight: 500 !important;
}

/* Generic body text in image-text modules */
.ModuleImageTextGiantContent p {
    color: var(--yph-text-muted) !important;
    line-height: 1.75 !important;
    font-size: 15px !important;
}

/* "View Details" button */
.moduleButton {
    background: var(--yph-primary) !important;
    border-radius: var(--yph-radius) !important;
    transition: all 0.25s !important;
}
.moduleButton:hover {
    background: var(--yph-primary-dark) !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(15,107,61,0.25);
}
.moduleButton .ButtonText {
    color: #ffffff !important;
    font-weight: 600 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase;
    font-size: 13px !important;
}

/* ============================================
   Floating side action panel
   (WhatsApp / Email / Quote — sticky right side)
   ============================================ */
.yph-side-actions {
    position: fixed;
    right: 18px;
    bottom: 110px;
    z-index: 998;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.yph-side-actions a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #ffffff;
    color: var(--yph-primary);
    text-decoration: none;
    box-shadow: var(--yph-shadow-card);
    transition: all 0.25s;
    font-size: 22px;
    border: 1px solid var(--yph-border);
    position: relative;
}
.yph-side-actions a:hover {
    background: var(--yph-primary);
    color: #ffffff;
    transform: scale(1.06);
    box-shadow: var(--yph-shadow-hover);
}
.yph-side-actions a.yph-side-whatsapp { background: #25d366; color: #ffffff; border-color: #25d366; }
.yph-side-actions a.yph-side-whatsapp:hover { background: #1ebe5d; }
.yph-side-actions a .yph-side-tooltip {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--yph-text);
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
}
.yph-side-actions a:hover .yph-side-tooltip { opacity: 1; }
@media (max-width: 768px) {
    .yph-side-actions { right: 12px; bottom: 80px; }
    .yph-side-actions a { width: 44px; height: 44px; font-size: 18px; }
    .yph-side-actions a .yph-side-tooltip { display: none; }
}

/* ============================================
   Standalone B2B pages (contact / products / etc)
   ============================================ */
main#pagebody { background: var(--yph-bg-section); padding-bottom: 60px; }

.hero-banner {
    background: linear-gradient(135deg, var(--yph-primary) 0%, var(--yph-primary-dark) 100%);
    color: #ffffff;
    padding: 80px 24px 70px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.hero-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 20% 50%, rgba(255,255,255,0.06) 0%, transparent 40%),
        radial-gradient(circle at 80% 30%, rgba(212,160,23,0.10) 0%, transparent 40%);
    pointer-events: none;
}
.hero-banner h1 {
    font-size: 42px;
    font-weight: 800;
    margin: 0 0 14px;
    letter-spacing: 0.5px;
    position: relative;
}
.hero-banner p {
    font-size: 17px;
    margin: 0;
    color: #f3f6f4;
    text-shadow: 0 2px 8px rgba(0,0,0,0.45);
    position: relative;
    z-index: 2;
}
}

/* Hero with background image - dark overlay for readability */
.hero-banner.about-hero-banner,
.hero-banner.contact-hero-banner {
    background-size: cover;
    background-blend-mode: overlay;
    background-color: rgba(9,74,42,0.7);
}
.hero-overlay-dark {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(9,74,42,0.82) 0%, rgba(15,107,61,0.65) 50%, rgba(9,74,42,0.80) 100%);
    z-index: 1;
}
.hero-banner .hero-overlay-dark + h1,
.hero-banner .hero-overlay-dark + h1 + p {
    position: relative;
    z-index: 2;
}

/* Products hero with subtle pattern overlay */
.products-hero-banner {
    padding: 48px 24px 42px;
}
.products-hero-banner .hero-pattern-overlay {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 15% 85%, rgba(212,160,23,0.08) 0%, transparent 35%),
        radial-gradient(circle at 85% 15%, rgba(255,255,255,0.06) 0%, transparent 35%),
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 20px,
            rgba(255,255,255,0.015) 20px,
            rgba(255,255,255,0.015) 21px
        );
    pointer-events: none;
    z-index: 1;
}
.products-hero-banner h1,
.products-hero-banner p {
    position: relative;
    z-index: 2;
}

/* Section wrappers */
.contact-section,
.form-section,
.products-section,
.features-section,
.service-section,
.about-section,
.news-section,
.projects-section {
    max-width: 1200px;
    margin: 40px auto;
    padding: 50px 32px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: var(--yph-shadow-card);
}
.contact-section h2,
.form-section h2,
.products-section h2,
.features-section h2,
.service-section h2,
.about-section h2,
.news-section h2,
.projects-section h2 {
    font-size: 28px;
    font-weight: 700;
    color: var(--yph-text);
    margin: 0 0 30px;
    padding-bottom: 14px;
    border-bottom: 2px solid var(--yph-primary);
    display: inline-block;
}

/* Contact info */
.contact-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}
.contact-item {
    padding: 24px;
    background: var(--yph-bg-soft);
    border-radius: var(--yph-radius);
    border-left: 3px solid var(--yph-primary);
}
.contact-item h3 {
    font-size: 13px;
    font-weight: 600;
    color: var(--yph-text-muted);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0 0 8px;
}
.contact-item p {
    font-size: 16px;
    color: var(--yph-text);
    margin: 0;
    line-height: 1.6;
    font-weight: 500;
}

/* Quick action row on contact page */
.yph-contact-quick {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    margin: 30px 0 10px;
}
.yph-contact-quick a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 22px;
    border-radius: var(--yph-radius);
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.25s;
    box-shadow: var(--yph-shadow-card);
}
.yph-contact-quick a:hover { transform: translateY(-2px); box-shadow: var(--yph-shadow-hover); text-decoration: none; }
.yph-contact-quick a.yph-q-whatsapp { background: #25d366; color: #ffffff; }
.yph-contact-quick a.yph-q-email { background: var(--yph-primary); color: #ffffff; }
.yph-contact-quick a.yph-q-call { background: #1a1d23; color: #ffffff; }
.yph-contact-quick a .yph-q-icon { font-size: 22px; }
.yph-contact-quick a .yph-q-sub {
    display: block;
    font-size: 11px;
    font-weight: 400;
    opacity: 0.85;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Form */
.contact-form .form-group { margin-bottom: 18px; }
.contact-form label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--yph-text);
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}
.contact-form input,
.contact-form textarea,
.contact-form select {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid var(--yph-border);
    border-radius: var(--yph-radius);
    font-size: 15px;
    background: #ffffff;
    transition: border-color 0.2s, box-shadow 0.2s;
    color: var(--yph-text);
}
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
    outline: none;
    border-color: var(--yph-primary);
    box-shadow: 0 0 0 3px rgba(15,107,61,0.10);
}
.contact-form .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 640px) { .contact-form .form-row { grid-template-columns: 1fr; } }
.form-buttons { display: flex; gap: 12px; margin-top: 24px; }
.btn, .btn-primary, .btn-secondary {
    display: inline-block;
    padding: 13px 32px;
    border: none;
    border-radius: var(--yph-radius);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.25s;
    text-decoration: none;
    text-transform: uppercase;
}
.btn-primary { background: var(--yph-accent); color: #1a1d23; }
.btn-primary:hover { background: var(--yph-accent-hover); transform: translateY(-1px); box-shadow: 0 6px 16px rgba(212,160,23,0.30); }
.btn-secondary { background: #25d366; color: #ffffff; border: none; display: inline-flex; align-items: center; gap: 6px; }
.btn-secondary:hover { background: #1da851; transform: translateY(-1px); box-shadow: 0 6px 16px rgba(37,211,102,0.30); text-decoration: none; color: #ffffff; }

/* Products grid */
.products-grid,
.features-grid,
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 22px;
    margin-top: 10px;
}
.product-item,
.feature-item,
.service-item {
    padding: 28px 24px;
    background: #ffffff;
    border: 1px solid var(--yph-border);
    border-radius: var(--yph-radius);
    transition: all 0.25s;
    display: flex;
    flex-direction: column;
}
.product-item:hover,
.feature-item:hover,
.service-item:hover {
    transform: translateY(-3px);
    box-shadow: var(--yph-shadow-hover);
    border-color: transparent;
}
.product-item h3,
.feature-item h3,
.service-item h3 {
    font-size: 19px;
    font-weight: 700;
    color: var(--yph-text);
    margin: 0 0 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--yph-border);
}
.product-item p,
.feature-item p,
.service-item p {
    font-size: 14px;
    color: var(--yph-text-muted);
    line-height: 1.7;
    margin: 0 0 18px;
    flex-grow: 1;
}
.product-item .btn,
.feature-item .btn,
.service-item .btn {
    align-self: flex-start;
    background: var(--yph-primary);
    color: #ffffff;
    font-size: 12px;
    padding: 10px 22px;
}
.product-item .btn:hover,
.feature-item .btn:hover,
.service-item .btn:hover { background: var(--yph-primary-dark); color: #ffffff; text-decoration: none; }

/* B2B spec badges on product cards */
.yph-spec-row {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0 0 16px;
}
.yph-spec-row .yph-spec {
    background: var(--yph-bg-soft);
    color: var(--yph-text-muted);
    padding: 4px 10px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border: 1px solid var(--yph-border);
}

/* Site footer (rebuilt) */
.site-footer {
    background: #0d1117;
    color: rgba(255,255,255,0.7);
    padding: 50px 24px 30px;
    margin-top: 60px;
}
.site-footer .footer-content { max-width: 1200px; margin: 0 auto; }
.yph-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
    gap: 40px;
    margin-bottom: 40px;
}
@media (max-width: 768px) {
    .yph-footer-grid { grid-template-columns: 1fr; gap: 24px; }
}
.yph-footer-col h4 {
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0 0 16px;
}
.yph-footer-col p,
.yph-footer-col li {
    font-size: 13px;
    line-height: 1.8;
    color: rgba(255,255,255,0.65);
}
.yph-footer-col ul { list-style: none; padding: 0; margin: 0; }
.yph-footer-col a {
    color: rgba(255,255,255,0.65);
    text-decoration: none;
    transition: color 0.2s;
}
.yph-footer-col a:hover { color: var(--yph-accent); }
.yph-footer-brand .logo-text-en { color: #ffffff !important; }
.yph-footer-brand .logo-text-sub { color: rgba(255,255,255,0.5) !important; }
.yph-footer-brand p { margin-top: 14px; font-size: 13px; line-height: 1.7; }
.yph-footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 20px;
    text-align: center;
    font-size: 12px;
    color: rgba(255,255,255,0.45);
}

/* ============================================
   Mobile responsive
   ============================================ */
@media (max-width: 768px) {
    .logo-text-en { font-size: 16px !important; letter-spacing: 1px !important; }
    .logo-text-sub { font-size: 9px !important; letter-spacing: 2px !important; }

    .ModuleSlideContainer .slide-tagline { font-size: 26px !important; }
    .ModuleSlideContainer .slide-sub { font-size: 12px !important; letter-spacing: 2px !important; }
    .ModuleSlideContainer { padding: 20px 24px !important; }
    .ModuleSlideContainer .cta-btn { padding: 10px 20px; font-size: 12px; }
    .ModuleSlideContainer .slide-cta { gap: 8px; }

    .hero-banner { padding: 60px 20px 50px; }
    .hero-banner h1 { font-size: 28px; }
    .hero-banner p { font-size: 14px; }

    .contact-section, .form-section, .products-section,
    .features-section, .service-section, .news-section,
    .projects-section, .about-section {
        margin: 20px 12px;
        padding: 32px 20px;
    }

    .ModuleImageTextGiantContent p span[style*="font-size: 24px"] { font-size: 22px !important; }
}

/* Kill old gov-style residual elements */
#SiteBah { display: none !important; }
.wxtips, .wxsuccesstips { font-size: 12px; color: var(--yph-text-muted); }
.QQCancel { color: var(--yph-text-muted) !important; }


/* ============================================
   Hide meidianbang.cn template residual elements
   that are inappropriate for an overseas B2B site
   (WeChat popup, QQ service, footer QR code, etc.)
   ============================================ */
.WeixinPupop,
.FootNavQRCode,
.QQServices,
#MobileFootNav.FootBar,
#MobileFootNavRenderElem,
#enterpriseCardBox,
#SiteBah,
.wxinfo,
.wxqrcode,
.wxnumber,
.wxtips,
.wxtext,
.wxsuccesstips,
.wxpupopbtn,
.wxpupopclose,
.diywx { display: none !important; }

/* ============================================
   YIPINHUI B2B Refinement - New Styles
   Hero Overlay, Product Grid, Factory Strength,
   Process Flow, Bottom CTA
   ============================================ */

/* ---------- Hero Section Overhaul ---------- */
.hero-banner {
    position: relative;
    background: linear-gradient(135deg, var(--yph-primary) 0%, var(--yph-primary-dark) 100%);
    background-size: cover;
    background-position: center;
    min-height: 580px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-align: center;
    padding: 100px 24px 80px;
    overflow: hidden;
}

/* Dark overlay with green tint */
.hero-overlay {
    position: absolute;
    inset: 0;
    background: 
        linear-gradient(
            135deg, 
            rgba(9, 74, 42, 0.92) 0%, 
            rgba(15, 107, 61, 0.85) 40%,
            rgba(9, 74, 42, 0.88) 100%
        ),
        radial-gradient(
            ellipse at 30% 60%, 
            rgba(212, 160, 23, 0.12) 0%, 
            transparent 50%
        );
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
}

.hero-banner h1 {
    font-size: 48px;
    font-weight: 800;
    margin: 0 0 20px;
    letter-spacing: 0.5px;
    line-height: 1.15;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

.hero-sub {
    font-size: 18px;
    margin: 0 0 36px;
    opacity: 0.95;
    letter-spacing: 1px;
    font-weight: 500;
}

.hero-badges {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.hero-badge {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 8px 18px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    backdrop-filter: blur(4px);
}

/* ---------- Section Header ---------- */
.yph-section-header {
    text-align: center;
    margin-bottom: 50px;
}

.yph-section-header h2 {
    font-size: 32px;
    font-weight: 700;
    color: var(--yph-text);
    margin: 0 0 14px;
    padding-bottom: 16px;
    border-bottom: 3px solid var(--yph-primary);
    display: inline-block;
}

.yph-section-header p {
    font-size: 16px;
    color: var(--yph-text-muted);
    margin: 0;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
}

/* ---------- Products Card Grid ---------- */
.yph-products-section {
    max-width: 1280px;
    margin: 60px auto;
    padding: 0 32px;
}

.yph-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 28px;
}

.yph-card {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--yph-shadow-card);
    transition: all 0.3s ease;
    border: 1px solid var(--yph-border);
}

.yph-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--yph-shadow-hover);
    border-color: transparent;
}

.yph-card-img {
    position: relative;
    height: 200px;
    overflow: hidden;
    background: var(--yph-bg-soft);
}

.yph-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.yph-card:hover .yph-card-img img {
    transform: scale(1.05);
}

.yph-card-category {
    position: absolute;
    top: 14px;
    left: 14px;
    background: var(--yph-primary);
    color: #ffffff;
    padding: 5px 12px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.yph-card-body {
    padding: 24px;
}

.yph-card-body h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--yph-text);
    margin: 0 0 12px;
}

.yph-card-body p {
    font-size: 14px;
    color: var(--yph-text-muted);
    line-height: 1.7;
    margin: 0 0 18px;
}

.yph-card-btn {
    display: inline-block;
    background: var(--yph-primary);
    color: #ffffff;
    padding: 11px 24px;
    border-radius: var(--yph-radius);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.25s;
}

.yph-card-btn:hover {
    background: var(--yph-primary-dark);
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(15, 107, 61, 0.25);
}

/* ---------- Factory Strength Section ---------- */
.yph-factory-section {
    background: var(--yph-bg-section);
    padding: 80px 32px;
    margin: 0;
}

.yph-strength-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.yph-strength-card {
    background: #ffffff;
    padding: 32px 28px;
    border-radius: 10px;
    text-align: center;
    box-shadow: var(--yph-shadow-card);
    border: 1px solid var(--yph-border);
    transition: all 0.3s ease;
}

.yph-strength-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--yph-shadow-hover);
    border-color: var(--yph-primary);
}

.yph-strength-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, var(--yph-primary) 0%, var(--yph-primary-dark) 100%);
    border-radius: 50%;
    color: #ffffff;
    margin-bottom: 20px;
}

.yph-strength-number {
    font-size: 28px;
    font-weight: 800;
    color: var(--yph-primary);
    margin-bottom: 8px;
}

.yph-strength-card h3 {
    font-size: 16px;
    font-weight: 700;
    color: var(--yph-text);
    margin: 0 0 10px;
}

.yph-strength-card p {
    font-size: 13px;
    color: var(--yph-text-muted);
    line-height: 1.6;
    margin: 0;
}

/* ---------- Process Flow Section ---------- */
.yph-process-section {
    padding: 80px 32px;
    max-width: 1280px;
    margin: 0 auto;
}

.yph-process-flow {
    display: flex;
    gap: 0;
    overflow-x: auto;
    padding-bottom: 20px;
}

.yph-process-step {
    flex: 1;
    min-width: 200px;
    position: relative;
    padding: 0 20px;
}

.yph-process-step:first-child {
    padding-left: 0;
}

.yph-process-step:last-child {
    padding-right: 0;
}

.yph-process-step:last-child .yph-process-arrow {
    display: none;
}

.yph-process-number {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, var(--yph-primary) 0%, var(--yph-primary-dark) 100%);
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    position: relative;
    z-index: 2;
}

.yph-process-content h3 {
    font-size: 16px;
    font-weight: 700;
    color: var(--yph-text);
    margin: 0 0 8px;
}

.yph-process-content p {
    font-size: 13px;
    color: var(--yph-text-muted);
    line-height: 1.6;
    margin: 0;
}

.yph-process-arrow {
    position: absolute;
    top: 28px;
    right: -10px;
    width: 20px;
    height: 2px;
    background: var(--yph-primary);
    z-index: 1;
}

.yph-process-arrow::after {
    content: "";
    position: absolute;
    right: 0;
    top: -4px;
    border: 5px solid transparent;
    border-left-color: var(--yph-primary);
}

/* ---------- Stats Section ---------- */
.yph-stats-section {
    background: linear-gradient(135deg, var(--yph-primary-dark) 0%, var(--yph-primary) 100%);
    padding: 60px 32px;
}

.yph-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.yph-stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.yph-stat-number {
    font-size: 42px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 8px;
}

.yph-stat-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

/* ---------- Bottom CTA Section ---------- */
.yph-bottom-cta {
    background: #1a1d23;
    padding: 100px 32px;
    text-align: center;
}

.yph-bottom-cta-content {
    max-width: 700px;
    margin: 0 auto;
}

.yph-bottom-cta h2 {
    font-size: 36px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 16px;
}

.yph-bottom-cta p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.75);
    margin: 0 0 40px;
    line-height: 1.6;
}

.yph-cta-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.yph-cta-primary {
    display: inline-block;
    background: var(--yph-accent);
    color: #1a1d23;
    padding: 16px 40px;
    border-radius: var(--yph-radius);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.25s;
}

.yph-cta-primary:hover {
    background: var(--yph-accent-hover);
    color: #1a1d23;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(212, 160, 23, 0.35);
}

.yph-cta-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    color: #ffffff;
    padding: 16px 32px;
    border-radius: var(--yph-radius);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid rgba(255, 255, 255, 0.4);
    transition: all 0.25s;
}

.yph-cta-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    text-decoration: none;
    border-color: rgba(255, 255, 255, 0.6);
}

.yph-cta-info {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.55);
}

/* ---------- Responsive Adjustments ---------- */
@media (max-width: 1024px) {
    .yph-card-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
}

@media (max-width: 768px) {
    .hero-banner {
        min-height: 480px;
        padding: 80px 20px 60px;
    }
    
    .hero-banner h1 {
        font-size: 32px;
    }
    
    .hero-sub {
        font-size: 15px;
    }
    
    .hero-badges {
        gap: 12px;
    }
    
    .hero-badge {
        font-size: 10px;
        padding: 6px 12px;
    }
    
    .yph-products-section,
    .yph-factory-section,
    .yph-process-section {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .yph-section-header h2 {
        font-size: 26px;
    }
    
    .yph-card-grid {
        grid-template-columns: 1fr;
    }
    
    .yph-strength-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .yph-process-flow {
        flex-direction: column;
        gap: 24px;
    }
    
    .yph-process-step {
        padding: 0;
        display: flex;
        align-items: flex-start;
        gap: 20px;
    }
    
    .yph-process-arrow {
        display: none;
    }
    
    .yph-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    
    .yph-stat-number {
        font-size: 32px;
    }
    
    .yph-bottom-cta {
        padding: 60px 20px;
    }
    
    .yph-bottom-cta h2 {
        font-size: 28px;
    }
    
    .yph-bottom-cta p {
        font-size: 15px;
    }
    
    .yph-cta-actions {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 480px) {
    .hero-banner h1 {
        font-size: 26px;
    }

    .hero-banner {
        padding: 50px 16px 40px;
    }
    
    .yph-strength-grid {
        grid-template-columns: 1fr;
    }
}
