/* tpl-production.css — production page template v1.0 */

/* ===== HERO ===== */
.prd-hero {
    background: linear-gradient(135deg, #0a1628 0%, #0d1117 50%, #0a1628 100%);
    border-bottom: 1px solid #30363d;
    padding: 80px 40px;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.prd-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 800px 400px at 50% 100%, rgba(37,99,235,.1) 0%, transparent 70%);
    pointer-events: none;
}
.prd-hero__inner { max-width: 1200px; margin: 0 auto; position: relative; }
.prd-hero__label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(37,99,235,.1);
    border: 1px solid rgba(37,99,235,.25);
    color: #3b82f6;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 24px;
}
.prd-hero__title {
    font-size: 52px;
    font-weight: 800;
    letter-spacing: -1.5px;
    color: #e6edf3;
    margin: 0 0 16px;
    line-height: 1.15;
}
.prd-hero__title span { color: #3b82f6; }
.prd-hero__sub {
    font-size: 18px;
    color: #8b949e;
    max-width: 600px;
    margin: 0 auto 48px;
    line-height: 1.7;
}
.prd-hero__stats {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    padding-top: 40px;
    border-top: 1px solid #30363d;
}
.prd-hero__stat { text-align: center; }
.prd-hero__stat-val {
    font-size: 36px;
    font-weight: 800;
    color: #3b82f6;
    letter-spacing: -1px;
    line-height: 1;
}
.prd-hero__stat-label { font-size: 12px; color: #8b949e; margin-top: 6px; }

/* ===== METRICS BELT ===== */
.prd-metrics-belt {
    background: #161b22;
    border-top: 1px solid #30363d;
    border-bottom: 1px solid #30363d;
    padding: 48px 40px;
}
.prd-metrics-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
}
.prd-metric {
    text-align: center;
    padding: 0 16px;
    border-right: 1px solid #30363d;
}
.prd-metric:last-child { border-right: none; }
.prd-metric__val { font-size: 28px; font-weight: 800; color: #3b82f6; letter-spacing: -1px; line-height: 1; margin-bottom: 8px; }
.prd-metric__label { font-size: 12px; color: #8b949e; line-height: 1.4; }

/* ===== CONTENT ===== */
.prd-content-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 64px 40px;
}
.prd-section-eyebrow {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #3b82f6;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.prd-section-eyebrow::before {
    content: '';
    display: block;
    width: 24px;
    height: 2px;
    background: #2563eb;
}
.prd-section-title {
    font-size: 32px;
    font-weight: 700;
    color: #e6edf3;
    margin: 0 0 12px;
    letter-spacing: -.5px;
}
.prd-section-sub { font-size: 16px; color: #8b949e; margin-bottom: 40px; max-width: 560px; }

/* Standard content inside */
.prd-content-wrap h2 {
    font-size: 26px;
    font-weight: 700;
    color: #e6edf3;
    margin: 40px 0 14px;
    padding-left: 14px;
    border-left: 3px solid #2563eb;
}
.prd-content-wrap h3 { font-size: 20px; font-weight: 600; color: #e6edf3; margin: 24px 0 10px; }
.prd-content-wrap p { font-size: 15px; line-height: 1.8; color: #c9d1d9; margin-bottom: 14px; }
.prd-content-wrap ul, .prd-content-wrap ol { margin: 0 0 16px 24px; }
.prd-content-wrap li { font-size: 15px; line-height: 1.7; color: #c9d1d9; margin-bottom: 6px; }
.prd-content-wrap strong { color: #e6edf3; }

/* ===== EQUIPMENT GRID ===== */
.prd-eq-section {
    background: #161b22;
    border-top: 1px solid #30363d;
    border-bottom: 1px solid #30363d;
    padding: 80px 40px;
}
.prd-eq-inner { max-width: 1200px; margin: 0 auto; }
.prd-eq-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.prd-eq-card {
    background: #21262d;
    border: 1px solid #30363d;
    border-radius: 10px;
    padding: 20px;
    transition: border-color .2s;
}
.prd-eq-card:hover { border-color: rgba(37,99,235,.4); }
.prd-eq-card__icon { font-size: 28px; margin-bottom: 12px; }
.prd-eq-card__name { font-size: 14px; font-weight: 600; color: #e6edf3; margin-bottom: 6px; }
.prd-eq-card__count { font-size: 24px; font-weight: 800; color: #3b82f6; margin-bottom: 4px; }
.prd-eq-card__unit { font-size: 12px; color: #8b949e; }

/* ===== PROCESS TIMELINE ===== */
.prd-process-section { padding: 80px 40px; max-width: 1200px; margin: 0 auto; }
.prd-process {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    position: relative;
    margin-top: 40px;
}
.prd-process::before {
    content: '';
    position: absolute;
    top: 36px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: #30363d;
    z-index: 0;
}
.prd-step { text-align: center; padding: 0 12px; position: relative; z-index: 1; }
.prd-step__num {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #161b22;
    border: 2px solid #2563eb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 800;
    color: #3b82f6;
    margin: 0 auto 16px;
}
.prd-step__title { font-size: 14px; font-weight: 700; color: #e6edf3; margin-bottom: 6px; }
.prd-step__text { font-size: 12px; color: #8b949e; line-height: 1.5; }

/* ===== CERTIFICATES ===== */
.prd-certs-section {
    background: #161b22;
    border-top: 1px solid #30363d;
    border-bottom: 1px solid #30363d;
    padding: 80px 40px;
}
.prd-certs-inner { max-width: 1200px; margin: 0 auto; }
.prd-certs-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.prd-cert-card {
    background: #21262d;
    border: 1px solid #30363d;
    border-radius: 12px;
    padding: 24px;
    text-align: center;
    transition: border-color .2s, transform .2s;
}
.prd-cert-card:hover { border-color: #2563eb; transform: translateY(-3px); }
.prd-cert-card__icon { font-size: 36px; margin-bottom: 12px; display: block; }
.prd-cert-card__name { font-size: 14px; font-weight: 700; color: #e6edf3; margin-bottom: 8px; }
.prd-cert-card__text { font-size: 12px; color: #8b949e; line-height: 1.5; margin-bottom: 14px; }
.prd-cert-badge {
    display: inline-block;
    background: rgba(34,197,94,.1);
    border: 1px solid rgba(34,197,94,.25);
    color: #22c55e;
    padding: 3px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
}

/* ===== SUB-PAGES LIST ===== */
.prd-subpages { padding: 64px 40px; max-width: 1200px; margin: 0 auto; }
.prd-subpages-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
.prd-subpage-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    background: #161b22;
    border: 1px solid #30363d;
    border-radius: 10px;
    text-decoration: none;
    color: #e6edf3;
    font-weight: 600;
    font-size: 15px;
    transition: border-color .2s, background .2s;
}
.prd-subpage-link:hover {
    border-color: #2563eb;
    background: rgba(37,99,235,.05);
    text-decoration: none;
    color: #e6edf3;
}
.prd-subpage-link__num {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    background: rgba(37,99,235,.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 800;
    color: #3b82f6;
    flex-shrink: 0;
}
.prd-subpage-link__arrow { margin-left: auto; color: #8b949e; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .prd-hero__title { font-size: 36px; }
    .prd-metrics-inner { grid-template-columns: repeat(3, 1fr); gap: 20px; }
    .prd-metric { border-right: none; padding: 0 8px; }
    .prd-eq-grid { grid-template-columns: repeat(2, 1fr); }
    .prd-certs-grid { grid-template-columns: repeat(2, 1fr); }
    .prd-process { grid-template-columns: repeat(3, 1fr); gap: 24px; }
    .prd-process::before { display: none; }
}
@media (max-width: 640px) {
    .prd-hero { padding: 48px 20px; }
    .prd-hero__title { font-size: 26px; }
    .prd-metrics-inner { grid-template-columns: repeat(2, 1fr); }
    .prd-eq-grid { grid-template-columns: 1fr 1fr; }
    .prd-certs-grid { grid-template-columns: 1fr; }
    .prd-process { grid-template-columns: 1fr; }
    .prd-subpages-grid { grid-template-columns: 1fr; }
    .prd-content-wrap, .prd-eq-section, .prd-process-section, .prd-certs-section, .prd-subpages, .prd-cta-section { padding: 40px 20px; }
}

/* ===== CTA SECTION ===== */
.prd-cta-section {
    background: linear-gradient(135deg, #0a1628 0%, #0d1117 100%);
    border-top: 1px solid #30363d;
    padding: 80px 40px;
    text-align: center;
}
.prd-cta-inner { max-width: 640px; margin: 0 auto; }
.prd-cta-title {
    font-size: 36px;
    font-weight: 800;
    color: #e6edf3;
    margin-bottom: 12px;
    letter-spacing: -.5px;
}
.prd-cta-sub {
    font-size: 16px;
    color: #8b949e;
    line-height: 1.6;
    margin-bottom: 32px;
}
.prd-cta-actions { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.prd-cta-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    background: #2563eb;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background .2s, transform .15s;
    text-decoration: none;
}
.prd-cta-btn-primary:hover { background: #1d4ed8; transform: translateY(-1px); }
.prd-cta-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 24px;
    background: transparent;
    color: #c9d1d9;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #30363d;
    border-radius: 8px;
    text-decoration: none;
    transition: border-color .2s, color .2s;
}
.prd-cta-btn-secondary:hover { border-color: #2563eb; color: #fff; }
