/* =====================================================
   TENTANG KAMI - RGCOMPTECH PREMIUM
===================================================== */

.about-hero,
.about-company,
.about-vision,
.about-why,
.about-cta {
    position: relative;
    overflow: hidden;
    color: #fff;
}

.about-hero {
    min-height: 760px;
    padding: 100px 0;
    background:
        radial-gradient(circle at 80% 30%, rgba(58,139,255,.25), transparent 35%),
        linear-gradient(110deg,#07111f,#111e30 55%,#334c70);
}

.min-vh-75 {
    min-height: 650px;
}


/* GRID */

.about-grid {
    position: absolute;
    inset: 0;
    opacity: .12;

    background-image:
        linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px);

    background-size: 70px 70px;

    mask-image: linear-gradient(
        to right,
        black,
        transparent
    );
}


/* GLOW */

.about-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
}

.about-glow-1 {
    width: 300px;
    height: 300px;
    background: #188cff;
    right: 5%;
    top: 15%;
    opacity: .15;
}

.about-glow-2 {
    width: 200px;
    height: 200px;
    background: #22d873;
    right: 30%;
    bottom: 5%;
    opacity: .08;
}


/* LABEL */

.about-label {
    display: flex;
    align-items: center;
    gap: 10px;

    color: #aebbd0;

    font-size: 14px;
    font-weight: 600;

    letter-spacing: 2px;

    margin-bottom: 25px;
}

.about-label span {
    width: 9px;
    height: 9px;

    border-radius: 50%;

    background: #22d873;

    box-shadow: 0 0 15px #22d873;
}


/* TITLE */

.about-title {
    font-size: clamp(55px,6vw,90px);

    line-height: .98;

    font-weight: 800;

    letter-spacing: -4px;

    margin-bottom: 30px;
}

.about-title span {
    color: #3698ff;
}


/* LEAD */

.about-lead {
    max-width: 650px;

    font-size: 19px;

    line-height: 1.8;

    color: #c1ccdc;

    margin-bottom: 35px;
}


/* BUTTON */

.about-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.about-btn-primary,
.about-btn-secondary {
    display: inline-flex;

    align-items: center;

    gap: 12px;

    padding: 15px 25px;

    border-radius: 9px;

    text-decoration: none;

    font-weight: 600;

    transition: .3s;
}

.about-btn-primary {
    background: #168cff;
    color: #fff;

    box-shadow:
        0 10px 30px rgba(22,140,255,.25);
}

.about-btn-primary:hover {
    transform: translateY(-4px);
    color: #fff;

    box-shadow:
        0 15px 40px rgba(22,140,255,.4);
}

.about-btn-secondary {
    color: #dbe5f2;

    border: 1px solid rgba(255,255,255,.2);

    background: rgba(255,255,255,.05);
}

.about-btn-secondary:hover {
    background: rgba(255,255,255,.1);
    color: white;
}


/* =====================================================
   VISUAL CARD
===================================================== */

.about-visual {
    position: relative;

    padding: 30px;
}

.visual-card {
    position: relative;

    z-index: 2;

    padding: 28px;

    border-radius: 25px;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.15),
            rgba(255,255,255,.04)
        );

    border: 1px solid rgba(255,255,255,.18);

    backdrop-filter: blur(20px);

    box-shadow:
        0 30px 80px rgba(0,0,0,.35);
}

.visual-top {
    display: flex;

    justify-content: space-between;

    align-items: center;

    margin-bottom: 20px;
}

.visual-top strong {
    font-size: 20px;
}

.visual-top span {
    color: #aab8cc;
    font-size: 13px;
}

.visual-top i {
    color: #22d873;
    font-size: 8px;

    margin-right: 6px;
}


/* IMAGE */

.visual-image {
    position: relative;

    height: 250px;

    overflow: hidden;

    border-radius: 18px;

    margin-bottom: 25px;
}

.visual-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: .6s;
}

.visual-card:hover .visual-image img {
    transform: scale(1.06);
}

.image-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            to top,
            rgba(4,15,30,.7),
            transparent
        );
}


/* CONTENT */

.visual-content span {
    color: #4aa4ff;

    font-size: 12px;

    letter-spacing: 2px;
}

.visual-content h2 {
    font-size: 30px;

    margin: 8px 0;
}

.visual-content h2 strong {
    color: #399cff;
}

.visual-content p {
    color: #9eacc0;
}


/* STATUS */

.visual-line {
    height: 1px;

    background: rgba(255,255,255,.12);

    margin: 25px 0;
}

.visual-status div {
    padding: 10px 0;

    color: #c0cbd9;
}

.visual-status i {
    width: 25px;

    color: #3d9dff;
}


/* FLOATING */

.floating-tech {
    position: absolute;

    z-index: 4;

    width: 60px;
    height: 60px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 16px;

    color: white;

    background: #168cff;

    box-shadow:
        0 15px 35px rgba(0,0,0,.3);
}

.tech-1 {
    top: 40px;
    right: -5px;
}

.tech-2 {
    bottom: 40px;
    left: -5px;

    background: #142d4d;
}

.floating-dot {
    position: absolute;

    width: 70px;
    height: 70px;

    border-radius: 50%;

    background: #22d873;

    right: -25px;
    bottom: 90px;

    box-shadow:
        0 0 30px rgba(34,216,115,.4);
}


/* =====================================================
   COMPANY
===================================================== */

.about-company {
    padding: 110px 0;

    background: #071321;
}

.section-heading-about {
    margin-bottom: 60px;
}

.section-heading-about h2,
.about-vision h2,
.about-why h2,
.about-cta h2 {
    font-size: 50px;

    font-weight: 800;

    letter-spacing: -2px;
}

.section-heading-about h2 span,
.about-vision h2 span,
.about-why h2 span,
.about-cta h2 span {
    color: #3298ff;
}

.company-text {
    color: #9caec4;

    font-size: 17px;

    line-height: 1.9;
}

.company-text .big-text {
    font-size: 28px;

    color: #fff;

    font-weight: 600;

    line-height: 1.4;
}


/* CHECK */

.company-check {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 15px;

    margin-top: 30px;
}

.company-check div {
    color: #d4dfed;
}

.company-check i {
    color: #22d873;

    margin-right: 8px;
}


/* PANEL */

.company-panel {
    padding: 30px;

    border-radius: 22px;

    background: #0d1c2d;

    border: 1px solid rgba(255,255,255,.1);

    box-shadow:
        0 20px 60px rgba(0,0,0,.2);
}

.panel-header {
    display: flex;

    justify-content: space-between;

    padding-bottom: 20px;

    border-bottom: 1px solid rgba(255,255,255,.1);

    color: white;
}

.panel-header small {
    color: #71839b;
}

.panel-item {
    display: flex;

    align-items: center;

    gap: 18px;

    padding: 22px 0;

    border-bottom: 1px solid rgba(255,255,255,.06);
}

.panel-icon {
    width: 50px;
    height: 50px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 13px;

    background: rgba(36,143,255,.12);

    color: #3d9cff;
}

.panel-item strong,
.panel-item small {
    display: block;
}

.panel-item strong {
    color: #e9f1fa;
}

.panel-item small {
    color: #708197;

    margin-top: 5px;
}


/* =====================================================
   STATISTICS
===================================================== */

.about-statistics {
    padding: 70px 0;

    background:
        linear-gradient(
            110deg,
            #0a1828,
            #102844
        );
}

.stats-wrapper {
    display: grid;

    grid-template-columns:
        repeat(4,1fr);

    gap: 20px;
}

.stat-box {
    padding: 35px;

    text-align: center;

    border: 1px solid rgba(255,255,255,.1);

    border-radius: 18px;

    background: rgba(255,255,255,.04);

    transition: .3s;
}

.stat-box:hover {
    transform: translateY(-6px);

    border-color: rgba(54,152,255,.4);
}

.stat-box i {
    display: block;

    color: #3298ff;

    font-size: 25px;

    margin-bottom: 15px;
}

.stat-box strong {
    display: block;

    font-size: 38px;

    color: white;
}

.stat-box span {
    color: #71839a;
}


/* =====================================================
   VISI MISI
===================================================== */

.about-vision {
    padding: 110px 0;

    background: #071321;
}

.center-label {
    justify-content: center;
}

.direction-card {
    position: relative;

    padding: 45px;

    min-height: 300px;

    border-radius: 22px;

    background: #0d1c2d;

    border: 1px solid rgba(255,255,255,.09);

    overflow: hidden;

    transition: .3s;
}

.direction-card:hover {
    transform: translateY(-7px);

    border-color: rgba(52,153,255,.4);
}

.direction-number {
    position: absolute;

    top: 20px;
    right: 30px;

    font-size: 60px;

    font-weight: 800;

    color: rgba(255,255,255,.035);
}

.direction-icon {
    width: 65px;
    height: 65px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 16px;

    background: #168cff;

    color: white;

    font-size: 25px;

    margin-bottom: 25px;
}

.direction-card h3 {
    color: white;

    font-weight: 700;
}

.direction-card p {
    color: #8193a9;

    line-height: 1.8;
}


/* =====================================================
   WHY
===================================================== */

.about-why {
    padding: 110px 0;

    background: #0a1726;
}

.about-why p {
    color: #8798ad;

    line-height: 1.8;
}

.why-tech-card {
    position: relative;

    min-height: 260px;

    padding: 35px;

    border-radius: 20px;

    background: #0e1e30;

    border: 1px solid rgba(255,255,255,.08);

    transition: .3s;
}

.why-tech-card:hover {
    transform: translateY(-8px);

    border-color: #248fff;
}

.why-tech-card > i {
    font-size: 30px;

    color: #3298ff;

    margin: 35px 0 20px;
}

.why-tech-card h4 {
    color: white;

    font-size: 24px;
}

.why-tech-card p {
    color: #7f91a8;

    line-height: 1.7;
}

.why-number {
    position: absolute;

    top: 25px;
    right: 30px;

    color: #40556e;

    font-weight: 700;
}


/* =====================================================
   CTA
===================================================== */

.about-cta {
    padding: 120px 20px;

    background:
        radial-gradient(
            circle at center,
            rgba(35,137,255,.25),
            transparent 45%
        ),
        #071321;
}

.about-cta p {
    color: #8193a9;

    font-size: 18px;

    margin: 20px 0 30px;
}


/* =====================================================
   RESPONSIVE
===================================================== */

@media(max-width: 991px) {

    .about-title {
        font-size: 60px;
    }

    .about-visual {
        margin-top: 40px;
    }

    .stats-wrapper {
        grid-template-columns: 1fr 1fr;
    }

}

@media(max-width: 576px) {

    .about-hero {
        padding: 70px 0;
    }

    .about-title {
        font-size: 48px;

        letter-spacing: -2px;
    }

    .about-lead {
        font-size: 16px;
    }

    .section-heading-about h2,
    .about-vision h2,
    .about-why h2,
    .about-cta h2 {
        font-size: 36px;
    }

    .company-check {
        grid-template-columns: 1fr;
    }

    .stats-wrapper {
        grid-template-columns: 1fr 1fr;
    }

    .stat-box {
        padding: 25px 10px;
    }

    .stat-box strong {
        font-size: 30px;
    }

    .visual-card {
        padding: 18px;
    }

    .floating-tech {
        display: none;
    }

}