/* ── Chip label (reusable) ── */
.abt-chip {
    display: inline-block;
    background: #24A6E7;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 5px 16px;
    border-radius: 100px;
    margin-bottom: 16px;
}

.abt-chip--light {
    background: #fff;
    color: #0e7490;
    border: 1.5px solid #7dd3ea;
}

/* ════════════════════════════════════════════════════════
   HERO — judul "About Us"
════════════════════════════════════════════════════════ */
.abt-hero {
    background: #fff;
    padding: 40px 40px 8px;
}

.abt-hero__content {
    max-width: 1200px;
    margin: 0 auto;
}

.abt-hero__title {
    font-family: 'Pacifico', sans-serif;
    font-size: 38px;
    font-weight: 700;
    color: #00d4d8;
    margin: 0;
    line-height: 1;
}

.abt-hero__title span {
    font-family: 'Pacifico', cursive;
    color: #00d4d8;
    font-weight: 400;
}

/* ════════════════════════════════════════════════════════
   PROFIL SINGKAT
════════════════════════════════════════════════════════ */
.abt-profile {
    background: #fff;
    padding: 40px 40px 64px;
}

.abt-profile__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 56px;
    align-items: center;
}

.abt-profile__heading {
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.35;
    margin-bottom: 16px;
}

.abt-profile__desc {
    font-size: 14px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 14px;
}

/* Stats row */
.abt-stats {
    display: flex;
    gap: 32px;
    margin-top: 32px;
    padding-top: 28px;
    border-top: 1px solid #e8f4fd;
}

.abt-stat {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.abt-stat__num {
    font-family: 'Roboto', sans-serif;
    font-size: 34px;
    font-weight: 700;
    color: #24A6E7;
    line-height: 1;
}

.abt-stat__label {
    font-size: 12px;
    color: #888;
    font-weight: 500;
    line-height: 1.4;
    max-width: 80px;
}

/* Video embed — rasio 16:9 */
.abt-profile__video-wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    max-height: 320px;
    box-shadow: 0 16px 48px rgba(14,165,233,0.15);
    background: #000;
}

.abt-profile__video-wrap iframe,
.abt-profile__video-wrap video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

/* ════════════════════════════════════════════════════════
   KEUNGGULAN — why choose us
════════════════════════════════════════════════════════ */
.abt-why {
    background: #f0f9ff;
    padding: 72px 40px;
}

.abt-why__inner {
    max-width: 1200px;
    margin: 0 auto;
}

.abt-why__header {
    text-align: center;
    margin-bottom: 52px;
}

.abt-why__heading {
    font-family: 'Roboto', sans-serif;
    font-size: 34px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
    line-height: 1.2;
}

.abt-why__heading span {
    font-family: 'Pacifico', cursive;
    color: #00d4d8;
    font-weight: 400;
}

.abt-why__sub {
    font-size: 15px;
    color: #666;
    max-width: 460px;
    margin: 0 auto;
    line-height: 1.7;
}

/* Grid 3 kolom */
.abt-why__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.abt-why__card {
    background: #fff;
    border-radius: 16px;
    padding: 32px 28px;
    border: 1.5px solid #bae8f9;
    transition: box-shadow 0.25s, transform 0.25s;
}

.abt-why__card:hover {
    box-shadow: 0 12px 40px rgba(14,165,233,0.13);
    transform: translateY(-4px);
}

.abt-why__icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, #00d4d8, #00d4d8);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    font-size: 22px;
    color: #00d4d8;
}

.abt-why__card-title {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #24A6E7;
    margin-bottom: 10px;
}

.abt-why__card-desc {
    font-size: 13.5px;
    color: #555;
    line-height: 1.7;
}

/* ════════════════════════════════════════════════════════
   CTA STRIP
════════════════════════════════════════════════════════ */
.abt-cta {
    background: linear-gradient(160deg, #b8e8f8 0%, #7dd3ea 50%, #38bdf8 100%);
    padding: 72px 24px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.abt-cta::before {
    content: '';
    position: absolute;
    width: 400px; height: 400px;
    border-radius: 50%;
    border: 60px solid rgba(255,255,255,0.1);
    top: -150px; right: -100px;
    pointer-events: none;
}

.abt-cta::after {
    content: '';
    position: absolute;
    width: 250px; height: 250px;
    border-radius: 50%;
    border: 40px solid rgba(255,255,255,0.07);
    bottom: -80px; left: -60px;
    pointer-events: none;
}

.abt-cta__inner { position: relative; z-index: 2; }

.abt-cta__title {
    font-family: 'Roboto', sans-serif;
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
    text-shadow: 0 2px 12px rgba(0,0,0,0.12);
}

.abt-cta__sub {
    font-size: 16px;
    color: rgba(255,255,255,0.88);
    margin-bottom: 36px;
    font-weight: 300;
}

.abt-cta__btns {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.abt-cta__btn {
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 14px 36px;
    border-radius: 12px;
    transition: transform 0.2s, box-shadow 0.2s;
}

/* Tombol solid putih */
.abt-cta__btn--primary {
    background: #fff;
    color: #0e7490;
    box-shadow: 0 6px 24px rgba(0,0,0,0.12);
}

.abt-cta__btn--primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 36px rgba(0,0,0,0.16);
}

/* Tombol outline putih */
.abt-cta__btn--outline {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255,255,255,0.7);
}

.abt-cta__btn--outline:hover {
    background: rgba(255,255,255,0.15);
    transform: translateY(-3px);
}

/* ════════════════════════════════════════════════════════
   RESPONSIVE
════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
    .abt-why__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .abt-profile__inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    /* Foto muncul duluan di mobile */
    .abt-profile__img-wrap { order: -1; }

    .abt-why__grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
}

@media (max-width: 640px) {
    .abt-hero    { padding: 28px 20px 14px; }
    .abt-hero__title { font-size: 26px; }

    .abt-profile { padding: 40px 20px 56px; }
    .abt-profile__heading { font-size: 24px; }

    .abt-stats   { gap: 20px; }
    .abt-stat__num { font-size: 28px; }

    .abt-why     { padding: 52px 20px; }
    .abt-why__grid { grid-template-columns: 1fr; }
    .abt-why__heading { font-size: 26px; }

    .abt-cta     { padding: 56px 16px; }
    .abt-cta__btns { flex-direction: column; align-items: center; }
    .abt-cta__btn  { width: 100%; max-width: 280px; text-align: center; }
}