/**
 * Seaplast About Us Page Drag & Drop Sections CSS
 * Styles for About Hero, Our Story (Mission & Vision), Manufacturing Capabilities, & Why Choose Seaplast Banner
 *
 * @package Seaplast
 */

/* -------------------------------------------------------------
 * COMMON ABOUT CONTAINER & TYPOGRAPHY
 * ------------------------------------------------------------- */
.sp-about-section {
    width: 100%;
    padding: 50px 0;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    color: #1a2533;
}

.sp-about-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.sp-kicker {
    font-size: 0.85rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #00768C;
    margin-bottom: 8px;
    display: block;
}

/* -------------------------------------------------------------
 * 1. ABOUT HERO WIDGET
 * ------------------------------------------------------------- */
.sp-about-hero-wrapper {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 40px;
    align-items: center;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .sp-about-hero-wrapper {
        grid-template-columns: 1fr;
    }
}

.sp-about-hero-title {
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.15;
    color: #0c1e35;
    margin: 0 0 16px 0;
}

.sp-about-hero-title span.text-teal {
    color: #00768C;
}

.sp-about-hero-sub {
    font-size: 1rem;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 28px;
    max-width: 520px;
}

.sp-about-hero-btn-group {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.sp-about-hero-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sp-about-hero-visual img {
    max-width: 100%;
    max-height: 340px;
    object-fit: contain;
}

/* Bottom Stats Counter Bar */
.sp-about-stats-bar {
    background: #004d5a;
    border-radius: 16px;
    padding: 24px 30px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    color: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 77, 90, 0.2);
}

@media (max-width: 991px) {
    .sp-about-stats-bar {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 576px) {
    .sp-about-stats-bar {
        grid-template-columns: 1fr;
    }
}

.sp-about-stat-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-right: 12px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.sp-about-stat-item:last-child {
    border-right: none;
}

.sp-about-stat-icon {
    width: 42px;
    height: 42px;
    color: #00D2FF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.sp-about-stat-val {
    font-size: 1.3rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.1;
}

.sp-about-stat-lbl {
    font-size: 0.75rem;
    color: #cbd5e1;
    font-weight: 600;
}

/* -------------------------------------------------------------
 * 2. OUR STORY WIDGET (MISSION & VISION)
 * ------------------------------------------------------------- */
.sp-story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

@media (max-width: 991px) {
    .sp-story-grid {
        grid-template-columns: 1fr;
    }
}

.sp-story-info h2 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #0c1e35;
    margin: 0 0 16px 0;
    line-height: 1.2;
}

.sp-story-info h2 span.text-teal {
    color: #00768C;
}

.sp-story-info p {
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.65;
    margin-bottom: 24px;
}

.sp-check-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 28px;
}

.sp-check-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    font-weight: 700;
    color: #1e293b;
}

.sp-check-item svg {
    color: #00768C;
}

.sp-story-visual-container {
    position: relative;
}

.sp-story-factory-img {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.sp-story-factory-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sp-mission-vision-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08);
    border: 1px solid #eef2f6;
    margin-top: -40px;
    position: relative;
    z-index: 2;
    margin-left: 20px;
    margin-right: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

@media (max-width: 576px) {
    .sp-mission-vision-card {
        grid-template-columns: 1fr;
        margin-top: 20px;
        margin-left: 0;
        margin-right: 0;
    }
}

.sp-mv-box h4 {
    font-size: 0.95rem;
    font-weight: 800;
    color: #00768C;
    margin: 0 0 6px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.sp-mv-box p {
    font-size: 0.82rem;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
}

/* -------------------------------------------------------------
 * 3. MANUFACTURING CAPABILITIES WIDGET
 * ------------------------------------------------------------- */
.sp-mfg-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.sp-mfg-grid.sp-mfg-layout-left .sp-mfg-info {
    order: 2;
}

.sp-mfg-grid.sp-mfg-layout-left .sp-mfg-visual-card {
    order: 1;
}

@media (max-width: 991px) {
    .sp-mfg-grid {
        grid-template-columns: 1fr;
    }
}

.sp-mfg-info h2 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #0c1e35;
    margin: 0 0 16px 0;
    line-height: 1.2;
}

.sp-mfg-info p {
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 24px;
}

.sp-mfg-feats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 28px;
}

.sp-mfg-feat-card {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #f8fafc;
    border-radius: 10px;
    padding: 12px 14px;
    border: 1px solid #e2e8f0;
}

.sp-mfg-feat-icon {
    width: 36px;
    height: 36px;
    color: #00768C;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.sp-mfg-feat-title {
    font-size: 0.82rem;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.3;
}

.sp-mfg-visual-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    box-shadow: 0 8px 30px rgba(0,0,0,0.04);
}

.sp-mfg-visual-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}

.sp-mfg-stats-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    padding: 20px;
    background: #ffffff;
    text-align: center;
}

.sp-mfg-stat-box h5 {
    font-size: 1.1rem;
    font-weight: 800;
    color: #00768C;
    margin: 0 0 2px 0;
}

.sp-mfg-stat-box span {
    font-size: 0.75rem;
    color: #64748b;
    font-weight: 700;
}

/* -------------------------------------------------------------
 * 4. WHY CHOOSE SEAPLAST DARK BANNER WIDGET
 * ------------------------------------------------------------- */
.sp-about-why-banner {
    background: linear-gradient(135deg, #031427 0%, #004d5a 100%);
    border-radius: 20px;
    padding: 50px 40px;
    color: #ffffff;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 40px;
    align-items: center;
    box-shadow: 0 16px 40px rgba(3, 20, 39, 0.3);
}

@media (max-width: 991px) {
    .sp-about-why-banner {
        grid-template-columns: 1fr;
    }
}

.sp-about-why-title {
    font-size: 2rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 30px 0;
}

.sp-pillars-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

@media (max-width: 576px) {
    .sp-pillars-grid {
        grid-template-columns: 1fr;
    }
}

.sp-pillar-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.sp-pillar-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: rgba(0, 210, 255, 0.12);
    border: 1px solid rgba(0, 210, 255, 0.25);
    color: #00D2FF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.sp-pillar-info h4 {
    font-size: 1rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 6px 0;
}

.sp-pillar-info p {
    font-size: 0.82rem;
    color: #cbd5e1;
    line-height: 1.5;
    margin: 0;
}

.sp-about-why-visual {
    text-align: right;
}

.sp-about-why-visual img {
    max-width: 100%;
    max-height: 280px;
    object-fit: contain;
}
