/* ========================================
   Supply Chain Page — Premium
   ======================================== */

/* --- Shared Quality Styles --- */
.section-header {
    text-align: center;
    margin-bottom: 56px;
}

.section-header h2 {
    margin-bottom: 14px;
}

.section-header p {
    color: var(--color-text-secondary);
    font-size: 1.08rem;
    max-width: 650px;
    margin: 0 auto 20px;
    line-height: 1.75;
}

.section-line {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--color-primary-green), var(--color-gold));
    margin: 0 auto;
    border-radius: var(--radius-full);
}

.standards-grid {
    display: grid;
    gap: 20px;
}

.standards-grid-3 {
    grid-template-columns: repeat(3, 1fr);
}

.standard-card {
    background: var(--color-white);
    border: 1px solid rgba(224, 221, 212, 0.6);
    border-radius: 16px;
    padding: 36px 28px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.standard-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(45, 80, 22, 0.1);
    border-color: rgba(197, 164, 78, 0.3);
}

.standard-card-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 18px;
    background: var(--color-white);
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    transition: all 0.3s ease;
}

.standard-card:hover .standard-card-icon {
    transform: scale(1.05);
}

.standard-card-icon svg {
    width: 26px;
    height: 26px;
    color: var(--color-primary-green);
}

.standard-card h4 {
    margin-bottom: 10px;
    font-size: 1.05rem;
}

.standard-card p {
    font-size: 0.9rem;
    line-height: 1.7;
    color: var(--color-text-secondary);
}

.process-flow {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    position: relative;
    z-index: 1;
}

.process-step {
    position: relative;
    text-align: center;
    padding: 40px 20px 32px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    backdrop-filter: blur(4px);
}

.process-step:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(197, 164, 78, 0.3);
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3), 0 0 40px rgba(197, 164, 78, 0.08);
}

.process-step-num {
    width: 38px;
    height: 38px;
    margin: 0 auto 18px;
    background: linear-gradient(135deg, var(--color-gold), var(--color-gold-light));
    color: var(--color-dark-green);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    box-shadow: 0 4px 15px rgba(197, 164, 78, 0.3);
    transition: all 0.3s ease;
}

.process-step:hover .process-step-num {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(197, 164, 78, 0.4);
}

.process-step-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 18px;
    background: linear-gradient(135deg, rgba(197, 164, 78, 0.15), rgba(197, 164, 78, 0.05));
    border: 1.5px solid rgba(197, 164, 78, 0.25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.process-step:hover .process-step-icon {
    background: linear-gradient(135deg, rgba(197, 164, 78, 0.25), rgba(197, 164, 78, 0.1));
    border-color: var(--color-gold);
    transform: scale(1.1);
    box-shadow: 0 0 30px rgba(197, 164, 78, 0.15);
}

.process-step-icon svg {
    width: 24px;
    height: 24px;
    color: var(--color-gold);
}

.process-step:hover .process-step-icon svg {
    color: var(--color-gold-light);
}

.process-step h4 {
    font-size: 0.88rem;
    margin-bottom: 8px;
    line-height: 1.35;
    color: var(--color-white);
    font-weight: 600;
}

.process-step p {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.45;
    margin-bottom: 0;
}

.trust-stat {
    text-align: center;
    padding: 36px 16px;
    background: var(--color-white);
    border-radius: var(--radius-md);
    border: 1px solid rgba(224, 221, 212, 0.6);
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.trust-stat:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.trust-stat-num {
    font-family: var(--font-heading);
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--color-primary-green);
    line-height: 1;
}

.trust-stat-plus {
    font-family: var(--font-heading);
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--color-gold);
    vertical-align: top;
    margin-left: 2px;
}

.trust-stat-label {
    display: block;
    margin-top: 10px;
    font-size: 0.85rem;
    color: var(--color-text-secondary);
    font-weight: 500;
}

/* --- Hero --- */
.sc-hero {
    position: relative;
    min-height: 85vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.sc-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
    transform: scale(1.05);
    transition: transform 8s ease-out;
}

.sc-hero:hover .sc-hero-bg {
    transform: scale(1);
}

.sc-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(14, 47, 18, 0.94) 0%, rgba(30, 58, 14, 0.88) 50%, rgba(45, 80, 22, 0.85) 100%);
    z-index: 1;
}

.sc-hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.sc-hero-text {
    max-width: 620px;
}

.sc-hero-text h1 {
    color: var(--color-white);
    font-size: clamp(2.2rem, 4.5vw, 3.2rem);
    margin-bottom: 22px;
    line-height: 1.15;
    letter-spacing: -0.01em;
}

.sc-hero-text p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.12rem;
    line-height: 1.75;
    margin-bottom: 36px;
}

.sc-hero-badges {
    text-align: center;
    flex-shrink: 0;
}

.trust-badge-cluster {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-bottom: 14px;
    flex-wrap: wrap;
}

.trust-badge-item {
    display: inline-block;
    padding: 12px 24px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--radius-full);
    color: var(--color-white);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    backdrop-filter: blur(8px);
    transition: all 0.3s ease;
}

.trust-badge-item:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.35);
}

.trust-badge-label {
    display: block;
    color: var(--color-gold);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

/* --- SOFA Policy Card --- */
.sc-policy {
    padding: 110px 0;
    background: var(--color-cream);
}

.sc-policy-card {
    max-width: 800px;
    margin: 0 auto;
    background: var(--color-white);
    border-radius: 20px;
    padding: 60px 64px;
    border: 1px solid rgba(224, 221, 212, 0.6);
    border-left: 4px solid var(--color-gold);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04), 0 1px 3px rgba(0, 0, 0, 0.03);
    text-align: center;
    position: relative;
    transition: all 0.4s ease;
}

.sc-policy-card:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.sc-policy-label {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--color-gold);
    text-transform: uppercase;
    letter-spacing: 2.5px;
    margin-bottom: 14px;
}

.sc-policy-card h2 {
    margin-bottom: 28px;
}

.sc-policy-text {
    text-align: left;
    margin-bottom: 36px;
}

.sc-policy-text p {
    font-size: 1rem;
    line-height: 1.9;
    color: var(--color-text-secondary);
    margin-bottom: 18px;
}

.sc-policy-text p:last-child {
    margin-bottom: 0;
}

/* --- Guarantee Grid --- */
.sc-guarantee {
    padding: 110px 0;
    background: var(--color-white);
}

/* --- Journey Process --- */
.sc-journey {
    padding: 110px 0;
    background: linear-gradient(160deg, #0F2A06 0%, #1A3D0F 40%, #14320C 70%, #0D2005 100%);
    position: relative;
    overflow: hidden;
}

.sc-journey::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(197, 164, 78, 0.06) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.sc-journey::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(45, 80, 22, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.sc-journey .section-header h2 {
    color: var(--color-white);
}

.sc-journey .section-header p {
    color: rgba(255, 255, 255, 0.7);
}

.sc-journey .section-line {
    background: linear-gradient(90deg, var(--color-gold), rgba(197, 164, 78, 0.4));
}

/* --- Vision Section --- */
.sc-vision {
    padding: 110px 0;
    background: var(--color-white);
}

.sc-vision-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
    align-items: start;
}

.sc-vision-quote {
    font-family: var(--font-heading);
    font-size: 1.3rem;
    font-style: italic;
    color: var(--color-primary-green);
    line-height: 1.65;
    border-left: 4px solid var(--color-gold);
    padding: 28px 0 28px 28px;
    margin: 24px 0;
    background: var(--color-cream);
    border-radius: 0 var(--radius-md) var(--radius-md) 0;
}

.sc-vision-content p {
    font-size: 1rem;
    line-height: 1.9;
    color: var(--color-text-secondary);
    margin-top: 20px;
}

.sc-vision-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

/* --- CTA --- */
.sc-cta {
    padding: 110px 0;
    background-size: cover;
    background-position: center;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.sc-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(14, 47, 18, 0.92) 0%, rgba(30, 58, 14, 0.86) 50%, rgba(45, 80, 22, 0.82) 100%);
    z-index: 1;
}

.sc-cta .container {
    position: relative;
    z-index: 2;
}

.sc-cta-content h2 {
    color: var(--color-white);
    margin-bottom: 16px;
}

.sc-cta-content p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.1rem;
    margin-bottom: 36px;
    line-height: 1.75;
}

.sc-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

/* --- Mobile Sticky CTA --- */
.sc-mobile-cta {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 14px 20px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-top: 1px solid var(--color-border);
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.sc-mobile-cta .btn {
    width: 100%;
    max-width: 400px;
}

/* ========================================
   Responsive
   ======================================== */

@media (max-width: 1024px) {
    .sc-hero-content {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }

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

    .process-flow {
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
    }

    .process-step {
        padding: 30px 16px 26px;
    }

    .sc-vision-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .sc-vision-stats {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 768px) {
    .sc-hero {
        min-height: 70vh;
    }

    .sc-hero-text h1 {
        font-size: 1.9rem;
    }

    .sc-hero-content {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .sc-policy-card {
        padding: 40px 28px;
        border-radius: 16px;
    }

    .standards-grid-3 {
        grid-template-columns: 1fr;
    }

    .process-flow {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .process-step {
        padding: 24px 14px 20px;
    }

    .sc-mobile-cta {
        display: block;
    }

    .sc-cta {
        padding: 70px 0 100px;
    }

    .sc-policy,
    .sc-guarantee,
    .sc-journey,
    .sc-vision {
        padding: 70px 0;
    }

    .sc-vision-stats {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }
}

@media (max-width: 480px) {
    .sc-vision-stats {
        grid-template-columns: 1fr;
    }
}
