@charset "UTF-8";

/* ══════════════════════════════
       HERO
    ══════════════════════════════ */
#hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.hero-bg {
    position: absolute; inset: 0;
    background-image: url('https://d2xsxph8kpxj0f.cloudfront.net/310519663205248399/BRG6cZaEg7N6euPjwgbGhP/hero-warehouse-R98NMkBiuUKNKCsUnFKqv3.webp');
    background-size: cover;
    background-position: center;
    opacity: 0.05;
}
.hero-glow1 {
    position: absolute; inset: 0;
    background: radial-gradient(ellipse at 75% 50%, rgba(0,102,255,0.06) 0%, transparent 50%);
}
.hero-grid {
    position: absolute; inset: 0; opacity: 0.02;
    background-image: linear-gradient(rgba(255,255,255,0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.1) 1px, transparent 1px);
    background-size: 60px 60px;
}
.hero-inner {
    position: relative; z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
    min-height: 100vh;
    padding: 96px 0 40px;
}
.hero-text { display: flex; flex-direction: column; gap: 32px; }
.hero-label {
    font-size: 28px;
    font-weight: 700;
    color: var(--blue);
    letter-spacing: 0.15em;
    text-transform: uppercase;
}
.hero-title {
    font-size: clamp(40px, 5vw, 64px);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.02em;
}
.hero-subtitle {
    font-size: 28px;
    font-weight: 700;
    color: rgba(255,255,255,0.9);
}
.hero-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.8;
    color: rgba(255,255,255,0.5);
}
.hero-btns { display: flex; gap: 16px; flex-wrap: wrap; }
.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    background: var(--blue);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px;
    text-decoration: none;
    transition: background 0.2s, transform 0.1s, box-shadow 0.2s;
    box-shadow: 0 4px 30px rgba(0,102,255,0.3);
}
.btn-primary:hover { background: #0052CC; box-shadow: 0 4px 40px rgba(0,102,255,0.4); }
.btn-primary:active { transform: scale(0.97); }
.btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    border: 1px solid rgba(255,255,255,0.15);
    color: rgba(255,255,255,0.7);
    font-size: 18px;
    font-weight: 500;
    border-radius: 10px;
    text-decoration: none;
    transition: border-color 0.2s, color 0.2s, background 0.2s, transform 0.1s;
}
.btn-secondary:hover { border-color: rgba(255,255,255,0.3); color: rgba(255,255,255,0.9); background: rgba(255,255,255,0.03); }
.btn-secondary:active { transform: scale(0.97); }
.hero-stats {
    display: flex;
    align-items: center;
    gap: 32px;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,0.06);
}
.stat-item {}
.stat-num {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    font-variant-numeric: tabular-nums;
}
.stat-num span { color: var(--blue); }
.stat-label { font-size: 14px; font-weight: 400; color: rgba(255,255,255,0.4); margin-top: 4px; }
.stat-divider { width: 1px; height: 40px; background: rgba(255,255,255,0.08); }

/* ── 3D LOGO ── */
.logo3d-wrap {
    position: relative;
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 1400px;
    z-index:10;
}
.logo3d-glow {
    position: absolute; inset: 0;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.25;
    pointer-events: none;
    transition: background 0.5s ease;
}
.logo3d-scene {
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.05s linear;
}
.logo3d-depth {
    position: absolute;
    inset: 0;
    border-radius: 20px;
    transform: translateZ(-18px);
    background: linear-gradient(135deg, #1a1a2e 0%, #0d0d1a 100%);
    box-shadow: 0 40px 80px rgba(0,0,0,0.9), 0 20px 40px rgba(0,0,0,0.7), 0 0 0 1px rgba(0,102,255,0.15);
}
.logo3d-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    width: clamp(260px, 30vw, 400px);
    aspect-ratio: 4/3;
    background: #000;
    transform: translateZ(0);
}
.logo3d-card {
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo3d-card img {
    width: 70%;
    height: auto;
    object-fit: contain;
    display: block;
}
.logo3d-top-line {
    position: absolute; top: 0; left: 10%; right: 10%; height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
}
.logo3d-left-line {
    position: absolute; left: 0; top: 10%; bottom: 10%; width: 1px;
    background: linear-gradient(180deg, transparent, rgba(255,255,255,0.15), transparent);
}
.logo3d-reflection {
    position: absolute; inset: 0; pointer-events: none;
}
.logo3d-bottom-glow {
    position: absolute; bottom: 0; left: 15%; right: 15%; height: 2px;
    background: linear-gradient(90deg, transparent, rgba(0,102,255,0.5), transparent);
    filter: blur(1px);
}
.logo3d-shadow {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: clamp(200px, 24vw, 320px);
    height: 40px;
    background: radial-gradient(ellipse, rgba(0,0,0,0.6) 0%, transparent 70%);
    filter: blur(12px);
    pointer-events: none;
}
.hero-fade {
    position: absolute; bottom: 0; left: 0; right: 0; height: 160px;
    background: linear-gradient(to top, var(--black), transparent);
    z-index: 3;
}
.scroll-indicator {
    position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%);
    z-index: 4;
    display: flex; flex-direction: column; align-items: center; gap: 8px;
    opacity: 0.4;
}
.scroll-line { width: 1px; height: 32px; background: linear-gradient(to bottom, transparent, rgba(255,255,255,0.5)); }
.scroll-dot {
    width: 6px; height: 6px; border-radius: 50%;
    background: rgba(255,255,255,0.5);
    animation: pulse 2s infinite;
}
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:0.3} }

/* ══════════════════════════════
   SECTIONS COMMON
══════════════════════════════ */
.section-deco-line {
    position: absolute; top: 0; left: 50%; transform: translateX(-50%);
    width: 1px; height: 80px;
    background: linear-gradient(to bottom, transparent, rgba(0,102,255,0.25));
}
.section-header { text-align: center; margin-bottom: 80px; }
.section-label {
    font-size: 28px;
    font-weight: 700;
    color: var(--blue);
    margin-bottom: 20px;
    display: block;
}
.section-title {
    font-size: clamp(36px, 4vw, 54px);
    font-weight: 700;
    line-height: 1.15;
}
.section-desc {
    font-size: 20px;
    font-weight: 400;
    color: rgba(255,255,255,0.4);
    margin-top: 20px;
}

/* ══════════════════════════════
   PAIN POINTS
══════════════════════════════ */
#pain-points { background: var(--black); }
.pain-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 100%;
}
.pain-card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 28px 32px;
    border-radius: 16px;
    border: 1px solid rgba(0,102,255,0.4);
    background: linear-gradient(135deg, rgba(0,66,204,0.35) 0%, rgba(0,102,255,0.15) 60%, rgba(255,255,255,0.05) 100%);
    box-shadow: 0 4px 24px rgba(0,102,255,0.15), inset 0 1px 0 rgba(255,255,255,0.08);
    transition: border-color 0.3s, background 0.3s, transform 0.3s, box-shadow 0.3s;
}
.pain-card:hover {
    border-color: rgba(0,102,255,0.75);
    background: linear-gradient(135deg, rgba(0,66,204,0.55) 0%, rgba(0,102,255,0.3) 60%, rgba(255,255,255,0.08) 100%);
    transform: translateY(-8px);
    box-shadow: 0 20px 48px rgba(0,102,255,0.35), inset 0 1px 0 rgba(255,255,255,0.12);
}
.pain-emoji { width: 56px; height: 56px; flex-shrink: 0; transition: transform 0.3s; }
.pain-card:hover .pain-emoji { transform: scale(1.15); }
.pain-text { display: flex; flex-direction: column; }
.pain-title { font-size: var(--fs-label-sub); font-weight: 700; color: #fff; margin-bottom: 6px; }
.pain-desc { font-size: var(--fs-desc); font-weight: 400; line-height: 1.7; color: rgba(255,255,255,0.65); }

/* ══════════════════════════════
   PILLARS
══════════════════════════════ */
#pillars { background: linear-gradient(to bottom, var(--black), #0C0C14, var(--black)); }
.pillars-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.pillar-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(0,102,255,0.4);
    min-height: 220px;
    box-shadow: 0 4px 24px rgba(0,102,255,0.15), inset 0 1px 0 rgba(255,255,255,0.08);
    transition: border-color 0.35s, transform 0.35s, box-shadow 0.35s;
    cursor: default;
}
.pillar-card:hover {
    border-color: rgba(0,102,255,0.75);
    transform: translateY(-8px);
    box-shadow: 0 20px 48px rgba(0,102,255,0.35), inset 0 1px 0 rgba(255,255,255,0.12);
}
.pillar-bg {
    position: absolute; inset: 0;
}
.pillar-bg img {
    width: 100%; height: 100%; object-fit: cover;
    opacity: 0.35;
    transition: opacity 0.5s, transform 0.7s;
    transform: scale(1.1);
}
.pillar-card:hover .pillar-bg img { opacity: 0.55; transform: scale(1.05); }
.pillar-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(0,30,80,0.92) 0%, rgba(0,40,100,0.6) 50%, rgba(0,20,60,0.3) 100%);
    transition: all 0.5s;
}
.pillar-card:hover .pillar-overlay {
    background: linear-gradient(to top, rgba(0,30,80,0.85) 0%, rgba(0,50,120,0.5) 50%, rgba(0,20,60,0.2) 100%);
}
.pillar-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.pillar-emoji { width: 64px; height: 64px; margin-bottom: 10px; transition: transform 0.3s, translateY 0.3s; }
.pillar-card:hover .pillar-emoji { transform: scale(1.1) translateY(-4px); }
.pillar-sub {font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.75); margin-bottom: 8px; }
.pillar-title { font-size: var(--fs-label-large); font-weight: 700; color: #fff; margin-bottom: 12px; }
.pillar-desc { font-size: var(--fs-desc); font-weight: 400; line-height: 1.7; color: rgba(255,255,255,0.75); }
.pillar-bottom-line {
    position: absolute; bottom: 0; left: 0; right: 0; height: 2px;
    background: linear-gradient(90deg, transparent, var(--blue), transparent);
    opacity: 0;
    transition: opacity 0.5s;
}
.pillar-card:hover .pillar-bottom-line { opacity: 0.6; }

/* ══════════════════════════════
   BENEFITS
══════════════════════════════ */
#benefits { background: var(--black); }
.benefits-grid { width: 100%; }
.benefits-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 20px; }
.benefits-row-3col { grid-template-columns: 1fr 1fr 1fr; }
.benefit-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(0,102,255,0.4);
    min-height: 220px;
    box-shadow: 0 4px 24px rgba(0,102,255,0.15), inset 0 1px 0 rgba(255,255,255,0.08);
    transition: border-color 0.35s, transform 0.35s, box-shadow 0.35s;
    cursor: default;
}
.benefit-card:hover {
    border-color: rgba(0,102,255,0.75);
    transform: translateY(-8px);
    box-shadow: 0 20px 48px rgba(0,102,255,0.35), inset 0 1px 0 rgba(255,255,255,0.12);
}
.benefit-card.wide { min-height: 180px; }
.benefit-bg {
    position: absolute; inset: 0;
}
.benefit-bg img {
    width: 100%; height: 100%; object-fit: cover;
    opacity: 0.35;
    transition: opacity 0.5s, transform 0.5s;
    transform: scale(1.05);
}
.benefit-card:hover .benefit-bg img { opacity: 0.55; transform: scale(1); }
.benefit-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(0,30,80,0.92) 0%, rgba(0,40,100,0.6) 50%, rgba(0,20,60,0.3) 100%);
    transition: all 0.5s;
}
.benefit-card:hover .benefit-overlay {
    background: linear-gradient(to top, rgba(0,30,80,0.85) 0%, rgba(0,50,120,0.5) 50%, rgba(0,20,60,0.2) 100%);
}
.benefit-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    padding: 28px 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.benefit-card.wide .benefit-content {
    flex-direction: row;
    align-items: center;
    gap: 24px;
}
.benefit-top { display: flex; align-items: flex-start; gap: 16px; justify-content: space-between;}
.benefit-emoji { width: 56px; height: 56px; flex-shrink: 0; transition: transform 0.3s; }
.benefit-card:hover .benefit-emoji { transform: scale(1.1) translateY(-4px); }
.benefit-num {
    width: 60px; height: 60px; border-radius: 50%;
    border: 1px solid rgba(0,102,255,0.3);
    background: rgba(0,102,255,0.08);
    display: flex; align-items: center; justify-content: center;
    font-size: var(--fs-label-large); font-weight: 700; color: rgba(0,102,255,0.8);
    flex-shrink: 0; margin-top: 4px;
}
.benefit-bottom { text-align:center;margin-top: 16px; }
.benefit-card.wide .benefit-bottom { flex: 1; text-align: right; margin-top: 0; }
.benefit-title { font-size: var(--fs-label-sub); font-weight: 700; color: #fff; margin-bottom: 6px; }
.benefit-highlight { font-size: var(--fs-desc); font-weight: 400; color: rgba(255,255,255,0.4); }
.benefit-line {
    position: absolute; bottom: 0; left: 0; right: 0; height: 2px;
    opacity: 0; transition: opacity 0.5s;
}
.benefit-card:hover .benefit-line { opacity: 0.8; }

/* ══════════════════════════════
   SLA
══════════════════════════════ */
#sla { background: linear-gradient(to bottom, var(--black), #080810, var(--black)); }
.sla-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.sla-card {
    text-align: center;
    padding: 2rem 1rem;
    border-radius: 20px;
    border: 1px solid rgba(0,102,255,0.4);
    background: linear-gradient(135deg, rgba(0,66,204,0.35) 0%, rgba(0,102,255,0.15) 60%, rgba(255,255,255,0.05) 100%);
    box-shadow: 0 4px 24px rgba(0,102,255,0.15), inset 0 1px 0 rgba(255,255,255,0.08);
    transition: border-color 0.08s, background 0.08s, transform 0.08s, box-shadow 0.08s;
    position: relative;
    overflow: hidden;
}
.sla-card:hover {
    border-color: rgba(0,102,255,0.75);
    background: linear-gradient(135deg, rgba(0,66,204,0.55) 0%, rgba(0,102,255,0.3) 60%, rgba(255,255,255,0.08) 100%);
    transform: translateY(-8px);
    box-shadow: 0 20px 48px rgba(0,102,255,0.35), inset 0 1px 0 rgba(255,255,255,0.12);
}
.sla-metric {
    font-size: 48px;
    font-weight: 700;
    color: var(--blue);
    text-shadow: 0 0 30px rgba(0,102,255,0.4), 0 0 60px rgba(0,102,255,0.15);
    font-variant-numeric: tabular-nums;
    margin-bottom: 20px;
}
.sla-metric span { font-size: var(--fs-label-large); }
.sla-emoji { width: 56px; height: 56px; margin: 0 auto 20px; transition: transform 0.3s; }
.sla-card:hover .sla-emoji { transform: scale(1.1) translateY(-4px); }
.sla-title { font-size: var(--fs-label-sub); font-weight: 700; color: rgba(255,255,255,0.9); margin-bottom: 8px; }
.sla-desc { font-size: var(--fs-desc); font-weight: 400; line-height: 1.6; color: rgba(255,255,255,0.35); }
.sla-bottom-line {
    position: absolute; bottom: 0; left: 25%; right: 25%; height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0,102,255,0.4), transparent);
    opacity: 0; transition: opacity 0.5s;
}
.sla-card:hover .sla-bottom-line { opacity: 1; }

/* ══════════════════════════════
   RESPONSIVE
══════════════════════════════ */
@media (max-width: 1024px) {
    .hero-inner { grid-template-columns: 1fr; padding-top: 120px; }
    .logo3d-wrap { height: 380px; }
    .sla-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
    .container { padding: 0 1.25rem; }
    nav { display: none; }
    .pain-grid, .pillars-grid, .benefits-row { grid-template-columns: 1fr; }
    .benefit-content { justify-content: center;}
    .pillar-content { text-align: center; justify-content: center; }
    .pillar-emoji { margin-left: auto; margin-right: auto; display: block; }
    .pain-card { flex-direction: column; text-align: center; }
    .pain-emoji { margin: 0 auto; }
    .pain-text { align-items: center; }
    .benefit-card { text-align: center; }
    .benefit-top { justify-content: center; }
    .benefit-emoji { margin-left: auto; margin-right: auto; display: block; }
    .benefit-card.wide .benefit-content { flex-direction: column; align-items: center; }
    .benefit-card.wide .benefit-bottom { text-align: center; margin-top: 16px; }
    .sla-grid { grid-template-columns: 1fr 1fr; }
    .hero-label { font-size: 20px; }
    .hero-subtitle { font-size: 22px; }
    .hero-desc { font-size: 17px; }
    .hero-stats { gap: 20px; }
    .stat-num { font-size: 22px; }
}
@media (max-width: 480px) {
    .sla-grid { grid-template-columns: 1fr; }
    .hero-btns { flex-direction: column; }
    .btn-primary, .btn-secondary { width: 100%; text-align: center; justify-content: center; }
}

/* ══════════════════════════════
   BLACK HERO SECTION (c_sub_section)
══════════════════════════════ */
.black-hero-section {
    background: #000;
}
.black-hero-section .sec-img::after {
    background: linear-gradient(to right, #000 0%, rgba(0,0,0,.6) 10%, rgba(0,0,0,.2) 28%, transparent 55%);
}
.black-hero-section .sec-grid {
    position: absolute; inset: 0;
    background-image: linear-gradient(rgba(0,102,255,.04) 1px, transparent 1px),
                      linear-gradient(90deg, rgba(0,102,255,.04) 1px, transparent 1px);
    background-size: 64px 64px;
    opacity: .5;
}
.black-hero-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    width: 100%;
    flex-wrap: wrap;
}
.black-hero-inner .sec-content {
    flex: 1 1 440px;
    min-width: 0;
    width: auto;
}
.black-hero-logo {
    flex: 1 1 380px;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1024px) {
    .black-hero-inner {
        flex-direction: column;
        align-items: flex-start;
        gap:0;
    }
    .black-hero-logo {
        width: 100%;
        order: 0;
    }
    .black-hero-inner .sec-content { order: 1; }

    .logo3d-scene {
        margin-top:4rem;
    }
}

@media (max-width: 768px) {
    .black-hero-inner .sec-content {width:100%;}
    .black-hero-logo .logo3d-wrap {height:320px;}
    .pillar-card {min-height:200px;}
}

@media (max-width: 680px) {
    .logo3d-scene {
        margin-top:0;
    }
}