/* Corporate Services (/corporate) — native page content styles.
   Scoped under .tcorp; breadcrumb/hero/.container come from assets/kelas/kelas.css (.tkls-*).
   Icons + section headings standardized to Taalenta blue (#004aad); alternating bands for rhythm.
   Closing CTA keeps its previous content/size, recolored to the requested scheme
   (light body #f5f8fd + blue border #1e40af + navy heading #14357f + green button #22c55e). */

.tcorp { color: #2a3141; }

/* Full-width bands */
.tcorp-band { padding: 44px 0; }
.tcorp-band--tint { background: #f4f7fc; }

/* Intro (left) + contact box (right) */
.tcorp-hero-row { display: grid; grid-template-columns: 1.5fr 1fr; gap: 36px; align-items: start; }
.tcorp-lead { margin: 0; text-align: left; font-size: 1.08rem; line-height: 1.78; color: #3d475c; }
.tcorp-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.tcorp-pill { background: #e8f0fb; color: #004aad; font-size: .9rem; font-weight: 600; padding: 6px 14px; border-radius: 999px; }

/* Section head — no icon; heading always Taalenta blue */
.tcorp-block__head { margin-bottom: 22px; }
.tcorp-block__title { margin: 0; font-size: 1.42rem; font-weight: 800; color: #004aad; line-height: 1.25; }
.tcorp-block__title--center { text-align: center; margin: 0 0 28px; }
.tcorp-block__lead { margin: 6px 0 0; color: #667287; font-size: .96rem; line-height: 1.5; }

/* Section 2-col: title/subtitle 1/4 left, content 3/4 right */
.tcorp-sec { display: grid; grid-template-columns: 1fr 3fr; gap: 34px; align-items: start; }

/* Card grid — icons Taalenta blue */
.tcorp-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 16px; }
.tcorp-card {
    background: #fff; border: 1px solid #e6eaf2; border-radius: 12px; padding: 18px 20px;
    transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}
.tcorp-card:hover { border-color: #b9d0ef; box-shadow: 0 6px 18px rgba(15, 23, 42, .08); transform: translateY(-2px); }
.tcorp-card__ic {
    display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px;
    border-radius: 11px; background: #eef2f9; color: #004aad; font-size: 18px; margin-bottom: 12px;
}
.tcorp-card__title { margin: 0 0 6px; font-size: 1.03rem; font-weight: 700; color: #1a2b4a; }
.tcorp-card__desc { margin: 0; font-size: .92rem; line-height: 1.6; color: #55617a; }

/* Audience chips */
.tcorp-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.tcorp-chip {
    background: #fff; border: 1px solid #d7ddec; border-radius: 999px;
    padding: 10px 18px; font-size: .96rem; font-weight: 500; color: #1a2b4a;
    transition: border-color .15s ease, color .15s ease;
}
.tcorp-chip:hover { border-color: #004aad; color: #004aad; }

/* Onsite gallery */
.tcorp-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; }
.tcorp-shot { margin: 0; }
.tcorp-shot img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 12px; display: block; }
.tcorp-shot figcaption { margin-top: 7px; font-size: .82rem; color: #6a7488; text-align: center; font-style: italic; }

/* Logo wall */
.tcorp-logos { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 22px 32px; }
.tcorp-logos img { max-height: 44px; width: auto; max-width: 150px; object-fit: contain; opacity: .9; transition: opacity .15s ease; }
.tcorp-logos img:hover { opacity: 1; }

/* Contact box (right column of intro) — Taalenta blue icons */
.tcorp-contact { background: #fff; border: 1px solid #c7d6ee; border-radius: 14px; padding: 24px 26px; }
.tcorp-contact__name { margin: 0 0 18px; color: #004aad; font-size: 1.2rem; font-weight: 800; }
.tcorp-contact__list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 15px; }
.tcorp-contact__list li { display: flex; align-items: center; gap: 15px; font-size: 1rem; color: #2a3141; line-height: 1.4; }
.tcorp-contact__ic { flex: 0 0 auto; width: 32px; text-align: center; color: #004aad; font-size: 25px; }
.tcorp-contact__list a { color: #2a3141; text-decoration: none; }
.tcorp-contact__list a:hover { color: #004aad; text-decoration: underline; }
.tcorp-contact__social { display: flex; gap: 13px; margin-top: 20px; padding-top: 20px; border-top: 1px solid #e6eaf2; }
.tcorp-contact__social a {
    width: 44px; height: 44px; border-radius: 50%; background: #004aad; color: #fff;
    display: flex; align-items: center; justify-content: center; font-size: 18px; transition: transform .15s ease, background .15s ease;
}
.tcorp-contact__social a:hover { background: #00377f; transform: translateY(-2px); }

/* Closing CTA — previous size/content, recolored (light body + blue border + navy heading + green button) */
.tcorp-cta { padding: 24px 0 64px; }
.tcorp-cta__card { max-width: 880px; margin: 0 auto; background: #f5f8fd; border: 2px solid #1e40af; border-radius: 20px; padding: 46px 28px; text-align: center; }
.tcorp-cta__title { margin: 0; color: #14357f; font-size: 1.6rem; font-weight: 800; line-height: 1.3; }
.tcorp-cta__sub { margin: 12px 0 24px; color: #5b6472; font-size: 1.02rem; }
.tcorp-cta__btn {
    display: inline-flex; align-items: center; gap: 9px; background: #22c55e; color: #fff;
    font-size: 1.02rem; font-weight: 700; padding: 13px 26px; border-radius: 999px; text-decoration: none;
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.tcorp-cta__btn:hover { background: #1aa54d; color: #fff; transform: translateY(-2px); box-shadow: 0 10px 24px rgba(34, 197, 94, .28); }

@media (max-width: 860px) {
    .tcorp-hero-row { grid-template-columns: 1fr; gap: 26px; }
    .tcorp-sec { grid-template-columns: 1fr; gap: 14px; }
}
@media (max-width: 640px) {
    .tcorp-band { padding: 32px 0; }
    .tcorp-block__title { font-size: 1.24rem; }
    .tcorp-cta__card { padding: 34px 20px; }
    .tcorp-cta__title { font-size: 1.3rem; }
}
