/* =========================================================
   KONSULTAN PAJAK CIREBON - ASHADI & REKAN
   Master Stylesheet (Redesain 2026)
   Struktur:
   01. Reset & Variabel
   02. Base & Tipografi
   03. Komponen Umum (badge, heading, tombol)
   04. Navbar
   05. Hero & Statistik
   06. Tentang Kami
   07. Layanan
   08. Alur Kerja
   09. Aspek KKP
   10. Konsultan Kami
   11. CTA Solid
   12. FAQ
   13. Logo Klien
   14. Footer
   15. Tombol WhatsApp Mengambang
   16. Animasi Scroll Reveal
   17. Responsive
   ========================================================= */

/* =========================================================
   01. RESET & VARIABEL
   ========================================================= */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
    --primary: #f9961e;       /* Jingga Khas Ashadi & Rekan */
    --accent-red: #dc2626;    /* Merah Premium */
    --gold: #d4af37;          /* Emas Klasik */
    --dark-slate: #111111;    /* Hitam Mewah */
    --text-muted: #555555;    /* Abu Kontras */
    --bg-ambient: #fffaf5;    /* Krem Halus */

    --shadow-premium:
        0 15px 30px rgba(17, 17, 17, 0.02),
        0 35px 70px rgba(17, 17, 17, 0.04),
        0 65px 100px rgba(249, 150, 30, 0.03);

    --transition-smooth: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Offset anchor agar tidak tertutup navbar fixed */
[id] { scroll-margin-top: 130px; }

html { scroll-behavior: smooth; }

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--dark-slate);
    background: #ffffff;
    line-height: 1.75;
    overflow-x: hidden;
}

img { width: 100%; display: block; height: auto; }

.container { max-width: 1240px; margin: 0 auto; padding: 0 30px; }

section { padding: 110px 0; position: relative; }

/* =========================================================
   02. BASE & TIPOGRAFI
   ========================================================= */
.premium-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    background: rgba(220, 38, 38, 0.06);
    border: 1px solid rgba(220, 38, 38, 0.1);
    color: var(--primary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    border-radius: 50px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.left-heading h2,
.center-heading h2 {
    font-size: 40px;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: -0.5px;
}

.left-heading h2 span,
.center-heading h2 span { color: var(--accent-red); }

.center-heading { text-align: center; max-width: 800px; margin: 0 auto 60px; }

/* Tombol Mewah */
.btn-lux {
    display: inline-block;
    padding: 16px 36px;
    border-radius: 14px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    transition: var(--transition-smooth);
    text-align: center;
}

.btn-lux.primary { background: var(--accent-red); color: #fff; box-shadow: 0 10px 25px rgba(220, 38, 38, 0.2); }
.btn-lux.primary:hover { background: var(--primary); transform: translateY(-3px); box-shadow: 0 15px 30px rgba(249, 150, 30, 0.3); }

.btn-lux.outline { border: 2px solid var(--dark-slate); color: var(--dark-slate); background: transparent; }
.btn-lux.outline:hover { background: var(--dark-slate); color: #fff; transform: translateY(-3px); }

.btn-lux.btn-gold-accent { background: var(--gold); color: var(--dark-slate); font-weight: 800; position: relative; overflow: hidden; }
.btn-lux.btn-gold-accent:hover { background: #ffffff; color: var(--dark-slate); transform: translateY(-3px); box-shadow: 0 15px 30px rgba(255, 255, 255, 0.15); }

/* =========================================================
   03. NAVBAR
   ========================================================= */
.main-header {
    position: fixed;
    top: 0; left: 0; width: 100%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
    z-index: 9999;
    box-shadow: 0 4px 20px rgba(17, 17, 17, 0.03);
    transition: var(--transition-smooth);
}

.main-header.scrolled { background: #ffffff; box-shadow: 0 10px 30px rgba(17, 17, 17, 0.06); }

.navbar { height: 90px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.main-header.scrolled .navbar { height: 75px; }

.navbar-brand { display: flex; align-items: center; gap: 15px; text-decoration: none; flex-shrink: 0; }
.navbar-brand-wrap { display: flex; flex-direction: column; align-items: flex-start; line-height: 1.15; }

.navbar-logo-img { height: 50px; width: auto; object-fit: contain; transition: var(--transition-smooth); }
.main-header.scrolled .navbar-logo-img { height: 42px; }

.navbar-brand-text { font-size: 19px; font-weight: 800; color: var(--dark-slate); letter-spacing: -0.5px; white-space: nowrap; }
.navbar-brand-text span { color: var(--accent-red); }

.navbar-brand-sub {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: var(--gold);
    margin-top: 3px;
}

.nav-menu { display: flex; align-items: center; gap: 32px; }

.nav-menu a {
    font-size: 15px;
    font-weight: 600;
    color: var(--dark-slate);
    text-decoration: none;
    position: relative;
    transition: 0.3s;
}

.nav-menu a::after {
    content: "";
    position: absolute;
    bottom: -6px; left: 0;
    width: 0; height: 2px;
    background: var(--accent-red);
    transition: 0.3s ease;
}

.nav-menu a:hover::after,
.nav-menu a.active::after { width: 100%; }

.nav-menu a:hover,
.nav-menu a.active { color: var(--accent-red); }

/* Dropdown Layanan */
.nav-item { position: relative; list-style: none; }

.nav-caret {
    display: inline-block;
    font-size: 10px;
    margin-left: 4px;
    color: var(--gold);
    transition: transform 0.3s ease;
    vertical-align: middle;
}

.nav-item:hover .nav-caret { transform: rotate(180deg); }

.dropdown-menu {
    list-style: none;
    position: absolute;
    top: 100%;
    left: 50%;
    min-width: 285px;
    padding: 10px;
    margin: 18px 0 0 -142.5px;
    background: #ffffff;
    border: 1px solid rgba(212, 175, 55, 0.18);
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(17, 17, 17, 0.14), 0 40px 90px rgba(249, 150, 30, 0.08);
    opacity: 0;
    visibility: hidden;
    transform: translateY(14px);
    transition: opacity 0.35s cubic-bezier(0.16, 1, 0.3, 1), transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.35s;
    z-index: 100;
}

.dropdown-menu::before { content: ""; position: absolute; top: -18px; left: 0; right: 0; height: 18px; }

.nav-item:hover .dropdown-menu,
.nav-item:focus-within .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(4px);
}

.dropdown-menu li { margin: 0; }

.dropdown-menu a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 14px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    color: var(--dark-slate);
    transition: color 0.25s ease, background 0.25s ease, padding-left 0.25s ease;
}

.dropdown-menu a::after { display: none; }

.dropdown-menu a::before {
    content: "";
    width: 7px; height: 7px;
    border-radius: 50%;
    background: var(--gold);
    opacity: 0.5;
    flex-shrink: 0;
    transition: opacity 0.25s ease;
}

.dropdown-menu a:hover { background: rgba(249, 150, 30, 0.1); color: var(--accent-red); padding-left: 20px; }
.dropdown-menu a:hover::before { opacity: 1; }

/* Toggle Bahasa ID / EN */
.lang-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: 50px;
    border: 1.5px solid rgba(212, 175, 55, 0.4);
    background: rgba(212, 175, 55, 0.06);
    cursor: pointer;
    user-select: none;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
    transition: box-shadow 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.lang-toggle:hover { border-color: var(--gold); box-shadow: 0 0 18px rgba(212, 175, 55, 0.25); transform: translateY(-1px); }

.lang-opt { color: rgba(17, 17, 17, 0.35); transition: color 0.3s ease; }
.lang-opt.active { color: var(--accent-red); }
.lang-divider { color: rgba(17, 17, 17, 0.25); font-weight: 500; }

/* Hamburger */
.menu-toggle { display: none; flex-direction: column; gap: 6px; cursor: pointer; z-index: 10000; }

.menu-toggle span {
    display: block;
    width: 26px; height: 2.5px;
    background: var(--dark-slate);
    border-radius: 2px;
    transition: var(--transition-smooth);
}

.menu-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(6px, 6px); }
.menu-toggle.active span:nth-child(2) { opacity: 0; }
.menu-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(6px, -6px); }

/* =========================================================
   04. HERO & STATISTIK
   ========================================================= */
.premium-hero {
    padding-top: 180px;
    padding-bottom: 90px;
    background: linear-gradient(180deg, #ffffff 0%, var(--bg-ambient) 100%);
    overflow: hidden;
}

.premium-hero::before {
    content: "";
    position: absolute;
    top: -160px; right: -160px;
    width: 480px; height: 480px;
    background: radial-gradient(circle, rgba(249, 150, 30, 0.12) 0%, transparent 70%);
    pointer-events: none;
}

.hero-layout-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.hero-title-large {
    font-size: 50px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -1px;
    margin-bottom: 25px;
}

.hero-title-large span { color: var(--accent-red); }

.hero-subtitle-text {
    font-size: 18px;
    color: var(--text-muted);
    margin-bottom: 20px;
    max-width: 620px;
}

.hero-desc-text {
    font-size: 16px;
    color: var(--text-muted);
    margin-bottom: 40px;
    max-width: 600px;
}

.hero-action-buttons { display: flex; gap: 15px; flex-wrap: wrap; }

.hero-media-wrapper {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: var(--shadow-premium);
    border: 1px solid rgba(249, 150, 30, 0.1);
    position: relative;
}

/* Banner statistik kepercayaan */
.trust-metrics-bar {
    background: #ffffff;
    padding: 35px 0;
    border-top: 1px solid rgba(17, 17, 17, 0.05);
    border-bottom: 1px solid rgba(17, 17, 17, 0.05);
}

.metrics-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
    gap: 20px;
}

.metric-card h3 { font-size: 34px; font-weight: 900; color: var(--accent-red); margin-bottom: 5px; }

.metric-card p {
    font-size: 12px;
    font-weight: 700;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* =========================================================
   05. TENTANG KAMI
   ========================================================= */
.about-section { background: var(--bg-ambient); }

.about-layout {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 70px;
    align-items: center;
}

.about-showcase {
    position: relative;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: var(--shadow-premium);
}

.about-desc { color: var(--text-muted); margin-bottom: 25px; font-size: 18px; }

/* =========================================================
   06. LAYANAN
   ========================================================= */
.services-section { background: #fff (264, 11%, 91%); }

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.service-card {
    background: #ffffff;
    border: 1px solid rgba(212, 175, 55, 0.15);
    border-radius: 20px;
    padding: 45px 35px;
    box-shadow: var(--shadow-premium);
    transition: var(--transition-smooth);
    position: relative;
    overflow: hidden;
}

.service-card:hover {
    transform: translateY(-6px);
    border-color: var(--primary);
    box-shadow: 0 20px 40px rgba(249, 150, 30, 0.08);
}

.service-icon-wrap {
    width: 60px; height: 60px;
    background: rgba(212, 175, 55, 0.08);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 16px;
    display: flex; align-items: center; justify-content: center;
    color: var(--gold);
    margin-bottom: 25px;
    transition: var(--transition-smooth);
}

.service-icon-wrap svg { width: 28px; height: 28px; stroke-linecap: round; stroke-linejoin: round; }

.service-card:hover .service-icon-wrap {
    background: rgba(220, 38, 38, 0.08);
    border-color: rgba(220, 38, 38, 0.2);
    color: var(--accent-red);
    transform: scale(1.05);
}

.service-card h3 {
    font-size: 21px;
    font-weight: 800;
    margin-bottom: 15px;
    color: var(--dark-slate);
    line-height: 1.3;
}

.service-card p { font-size: 16px; color: var(--text-muted); line-height: 1.7; }

/* =========================================================
   07. ALUR KERJA
   ========================================================= */
.workflow-section { background: var(--bg-ambient); overflow: hidden; }

.workflow-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    position: relative;
}

.workflow-grid::before {
    content: "";
    position: absolute;
    top: 35px; left: 40px; right: 40px;
    height: 2px;
    background: linear-gradient(90deg, var(--accent-red) 0%, var(--primary) 50%, rgba(212, 175, 55, 0.2) 100%);
    z-index: 1;
}

.workflow-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: var(--shadow-premium);
    position: relative;
    z-index: 2;
    border: 1px solid rgba(17, 17, 17, 0.02);
    transition: var(--transition-smooth);
}

.workflow-card:hover {
    transform: translateY(-8px);
    border-color: var(--primary);
    box-shadow: 0 25px 50px rgba(249, 150, 30, 0.1);
}

.workflow-step-num {
    width: 54px; height: 54px;
    background: var(--dark-slate);
    color: #ffffff;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-weight: 800; font-size: 16px;
    margin-bottom: 25px;
    border: 4px solid #ffffff;
    box-shadow: 0 0 0 2px var(--accent-red);
    transition: var(--transition-smooth);
}

.workflow-card:hover .workflow-step-num {
    background: var(--accent-red);
    box-shadow: 0 0 0 4px rgba(220, 38, 38, 0.2);
}

.workflow-card h3 { font-size: 19px; font-weight: 800; margin-bottom: 12px; color: var(--dark-slate); }
.workflow-card p { font-size: 15px; color: var(--text-muted); line-height: 1.6; }

/* =========================================================
   08. ASPEK KKP
   ========================================================= */
.aspek-section {
    background: linear-gradient(160deg, #0c0802 0%, #171310 55%, #0c0802 100%);
    color: #ffffff;
    overflow: hidden;
}

.aspek-section::before,
.aspek-section::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    opacity: 0.5;
    pointer-events: none;
}

.aspek-section::before {
    width: 420px; height: 420px;
    background: rgba(212, 175, 55, 0.35);
    top: -120px; right: -120px;
    animation: glowDrift 12s ease-in-out infinite alternate;
}

.aspek-section::after {
    width: 380px; height: 380px;
    background: rgba(220, 38, 38, 0.3);
    bottom: -140px; left: -120px;
}

.aspek-section .container { position: relative; z-index: 2; }

.aspek-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    background: rgba(212, 175, 55, 0.08);
    border: 1px solid rgba(212, 175, 55, 0.35);
    color: var(--gold);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    border-radius: 50px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.aspek-section .center-heading h2 { color: #ffffff; }

.aspek-intro {
    max-width: 780px;
    margin: -25px auto 55px;
    text-align: center;
    color: rgba(255, 255, 255, 0.78);
    font-size: 17px;
    line-height: 1.85;
}

.aspek-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.aspek-card {
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(212, 175, 55, 0.18);
    border-radius: 22px;
    padding: 40px 32px;
    backdrop-filter: blur(8px);
    transition: var(--transition-smooth);
}

.aspek-card:hover {
    transform: translateY(-8px);
    border-color: var(--gold);
    background: rgba(255, 255, 255, 0.07);
    box-shadow: 0 25px 50px rgba(212, 175, 55, 0.08);
}

.aspek-num {
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 1.5px var(--gold);
    margin-bottom: 18px;
}

.aspek-icon {
    width: 56px; height: 56px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.2), rgba(249, 150, 30, 0.12));
    border: 1px solid rgba(212, 175, 55, 0.35);
    display: flex; align-items: center; justify-content: center;
    color: var(--gold);
    margin-bottom: 22px;
}

.aspek-icon svg { width: 26px; height: 26px; stroke-linecap: round; stroke-linejoin: round; }

.aspek-card h3 { font-size: 20px; font-weight: 800; color: #ffffff; margin-bottom: 12px; }

.aspek-card p { font-size: 15px; color: rgba(255, 255, 255, 0.72); line-height: 1.75; }

/* =========================================================
   09. KONSULTAN KAMI
   ========================================================= */

/* ---- Ambient Hero ---- */
.team-ambient-hero {
    position: relative;
    padding: 210px 0 120px;
    background: linear-gradient(135deg, var(--dark-slate) 0%, #1a1208 50%, #2d1f0f 100%);
    color: #ffffff;
    overflow: hidden;
}

.team-ambient-hero::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(249, 150, 30, 0.08) 0%, transparent 70%);
    border-radius: 50%;
}

.team-ambient-hero::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(249, 150, 30, 0.3), transparent);
}

.team-hero-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
}

.team-hero-badge {
    display: inline-block;
    background: rgba(249, 150, 30, 0.15);
    color: var(--primary);
    font-size: 13px;
    font-weight: 700;
    padding: 8px 20px;
    border-radius: 50px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
    border: 1px solid rgba(249, 150, 30, 0.25);
}

.team-hero-content h1 {
    font-size: clamp(32px, 4.5vw, 52px);
    font-weight: 900;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 20px;
}

.team-hero-content h1 span { color: var(--primary); }

.team-hero-sub {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    max-width: 580px;
}

/* ---- Team Grid ---- */
.team-section {
    background: var(--bg-ambient);
    padding-bottom: 40px;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: -60px;
    position: relative;
    z-index: 3;
}

/* ---- Team Card ---- */
.team-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(17, 17, 17, 0.06);
    box-shadow: 0 15px 40px rgba(17, 17, 17, 0.08);
    transition: var(--transition-smooth);
    position: relative;
}

.team-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--primary), var(--accent-red));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 2;
}

.team-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(249, 150, 30, 0.15), 0 10px 30px rgba(17, 17, 17, 0.1);
    border-color: rgba(249, 150, 30, 0.2);
}

.team-card:hover::before {
    transform: scaleX(1);
}

/* ---- Team Photo ---- */
.team-photo {
    position: relative;
    height: 300px;
    background: linear-gradient(135deg, #f8f4ef 0%, #fff 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    overflow: hidden;
}

.team-photo::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(to top, #ffffff, transparent);
}

.team-photo img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    transition: var(--transition-smooth);
    position: relative;
    z-index: 1;
}

.team-card:hover .team-photo img {
    transform: scale(1.08);
}

.team-photo-overlay {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 2;
}

.team-cert-badge {
    background: linear-gradient(135deg, var(--primary), #e67e22);
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 50px;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 12px rgba(249, 150, 30, 0.3);
}

/* ---- Team Body ---- */
.team-body {
    padding: 28px 28px 32px;
    text-align: center;
}

.team-body h3 {
    font-size: 19px;
    font-weight: 800;
    color: var(--dark-slate);
    margin-bottom: 8px;
    line-height: 1.3;
}

.team-title-tag {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    padding: 4px 12px;
    background: rgba(249, 150, 30, 0.08);
    border-radius: 50px;
}

.team-desc {
    font-size: 14px;
    color: var(--text-muted);
    margin-bottom: 18px;
    line-height: 1.5;
}

.team-social {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.team-social a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(17, 17, 17, 0.05);
    border: 1px solid rgba(17, 17, 17, 0.1);
    color: var(--text-muted);
    transition: var(--transition-smooth);
}

.team-social a:hover {
    background: linear-gradient(135deg, #25d366, #128c7e);
    border-color: #25d366;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(37, 211, 102, 0.3);
}

.team-social svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}


.team-cert-badge { 
    font-size: 11.5px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--accent-red);
    background: rgba(220, 38, 38, 0.07);
    border: 1px solid rgba(220, 38, 38, 0.15);
    border-radius: 50px;
    padding: 6px 16px;

}

/* =========================================================
   10. CTA SOLID (BACKGROUND FOTO GEDUNG)
   ========================================================= */
.premium-solid-cta,
.solid-cta {
    background: linear-gradient(rgba(17, 17, 17, 0.72), rgba(17, 17, 17, 0.72)),
                url('../asset/foto-gedung.jpg') no-repeat center center;
    background-size: cover;
    color: #ffffff;
    text-align: center;
    padding: 40px 0;
    position: relative;
}

.cta-container { position: relative; z-index: 2; }

.cta-container h2 {
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 20px;
    color: #ffffff;
    letter-spacing: -0.5px;
}

.cta-container p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
    max-width: 650px;
    margin: 0 auto 35px;
    line-height: 1.8;
}

.cta-buttons { display: flex; gap: 15px; justify-content: center; flex-wrap: wrap; }

.cta-buttons .btn-lux.outline { border-color: rgba(255, 255, 255, 0.85); color: #ffffff; }
.cta-buttons .btn-lux.outline:hover { background: #ffffff; color: var(--dark-slate); border-color: #ffffff; }

/* =========================================================
   11. FAQ
   ========================================================= */
.faq-section {
    background: var(--bg-ambient);
    padding: 100px 0;
}

.faq-header {
    text-align: center;
    margin-bottom: 50px;
}

.faq-header h2 {
    font-size: clamp(28px, 3.5vw, 40px);
    font-weight: 900;
    color: var(--dark-slate);
    line-height: 1.25;
    margin-bottom: 0;
}

.faq-wrapper,
.faq-list {
    max-width: 850px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.faq-item {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(17, 17, 17, 0.07), 0 28px 70px rgba(17, 17, 17, 0.05);
    overflow: hidden;
    border: 1px solid rgba(17, 17, 17, 0.04);
    position: relative;
    transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 0.45s ease,
                border-color 0.45s ease,
                background 0.45s ease;
    background-image: linear-gradient(135deg, rgba(220, 38, 38, 0.02) 0%, rgba(249, 150, 30, 0.02) 100%);
    background-size: 200% 200%;
    background-position: 0% 0%;
}

.faq-item::before {
    content: "";
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 5px;
    background: linear-gradient(180deg, var(--accent-red), var(--primary));
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.faq-item:hover {
    border-color: var(--accent-red);
    transform: translateY(-5px) scale(1.005);
    background-image: linear-gradient(135deg, rgba(220, 38, 38, 0.08) 0%, rgba(249, 150, 30, 0.06) 100%);
    background-position: 100% 100%;
    box-shadow: 0 15px 35px rgba(220, 38, 38, 0.12), 0 30px 70px rgba(220, 38, 38, 0.08);
}

.faq-item.active {
    border-color: var(--accent-red);
    background-image: linear-gradient(135deg, rgba(220, 38, 38, 0.06) 0%, rgba(249, 150, 30, 0.04) 100%);
    background-position: 100% 100%;
}

.faq-item:hover::before,
.faq-item.active::before { transform: scaleY(1); }

.faq-trigger {
    width: 100%;
    padding: 24px 30px;
    text-align: left;
    background: none;
    border: none;
    font-family: inherit;
    font-size: 17px;
    font-weight: 700;
    color: var(--dark-slate);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    transition: color 0.35s ease;
    line-height: 1.5;
}

.faq-item:hover .faq-trigger,
.faq-item.active .faq-trigger { color: var(--accent-red); }

.faq-icon {
    font-size: 20px;
    color: var(--accent-red);
    transition: var(--transition-smooth);
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(220, 38, 38, 0.08);
}

.faq-item:hover .faq-icon,
.faq-item.active .faq-icon { background: rgba(220, 38, 38, 0.12); }

.faq-content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-out;
    padding: 0 30px;
    color: var(--text-muted);
    font-size: 15.5px;
    line-height: 1.8;
    border-top: 0px solid transparent;
    text-align: justify;
    text-justify: inter-word;
}

.faq-item.active .faq-content {
    max-height: 1000px;
    padding: 20px 30px 26px;
    border-top: 1px solid rgba(220, 38, 38, 0.1);
}

.faq-item.active .faq-icon { transform: rotate(45deg); color: var(--accent-red); }

.faq-content p {
    margin: 0;
    padding: 0;
}

/* =========================================================
   12. LOGO KLIEN (MARQUEE INFINITE)
   ========================================================= */
.clients-section {
    background: #ffffff;
    padding: 80px 0;
    border-bottom: 1px solid rgba(17, 17, 17, 0.05);
}

.clients-title {
    text-align: center;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 40px;
}

.carousel-container { width: 100%; overflow: hidden; position: relative; }

.carousel-track {
    display: flex;
    gap: 60px;
    width: max-content;
    animation: scrollInfinite 25s linear infinite;
}

.carousel-item {
    width: 150px;
    height: 60px;
    object-fit: contain;
    filter: saturate(1.15) contrast(1.05);
    transition: filter 0.3s ease, transform 0.3s ease;
}

.carousel-item:hover {
    filter: saturate(1.5) contrast(1.1) drop-shadow(0 0 14px rgba(249, 150, 30, 0.5));
    transform: scale(1.1);
}

.carousel-track:hover { animation-play-state: paused; }

@keyframes scrollInfinite {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* =========================================================
   13. FOOTER
   ========================================================= */
.site-footer,
.lux-footer {
    background: linear-gradient(rgba(12, 8, 2, 0.82), rgba(12, 8, 2, 0.88)),
                url('../asset/foto-gedung.jpg') no-repeat center bottom;
    background-size: cover;
    color: rgba(255, 255, 255, 0.73);
    padding: 100px 0 30px;
    font-size: 16px;
    border-top: 3px solid var(--primary);
    position: relative;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 0.8fr 1.2fr 1.4fr;
    gap: 30px;
    position: relative;
    z-index: 2;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
}

.footer-brand img { height: 56px; width: auto; }

.footer-col {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 32px 28px;
    transition: var(--transition-smooth);
    position: relative;
    overflow: hidden;
}

.footer-col::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--primary), var(--accent-red));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.footer-col:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(249, 150, 30, 0.3);
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 0 30px rgba(249, 150, 30, 0.1);
}

.footer-col:hover::before {
    transform: scaleX(1);
}

.footer-col h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 12px;
}

.footer-col h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, var(--primary), var(--accent-red));
    transition: width 0.3s ease;
}

.footer-col:hover h3::after {
    width: 60px;
}

.footer-col p { font-size: 15px; line-height: 1.8; }

.footer-links { list-style: none; }
.footer-links li { margin-bottom: 14px; }
.footer-links a {
    color: rgba(255, 255, 255, 0.73);
    text-decoration: none;
    transition: 0.3s;
    position: relative;
    display: inline-block;
    padding: 4px 0;
}

.footer-links a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--primary);
    transition: width 0.3s ease;
}

.footer-links a:hover {
    color: var(--primary);
    padding-left: 5px;
}

.footer-links a:hover::after {
    width: 100%;
}

.contact-list { list-style: none; }
.contact-list li {
    margin-bottom: 15px;
    display: flex;
    gap: 10px;
    line-height: 1.6;
    font-size: 15px;
    padding: 10px 12px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
    border-left: 3px solid transparent;
    transition: var(--transition-smooth);
}

.contact-list li:hover {
    background: rgba(249, 150, 30, 0.08);
    border-left-color: var(--primary);
}

.contact-list a { color: var(--gold); text-decoration: none; transition: color 0.3s ease; }
.contact-list a:hover { color: var(--primary); }

.social-list { list-style: none; display: flex; gap: 12px; margin-top: 22px; }

.social-list a {
    width: 42px; height: 42px;
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.85);
    transition: var(--transition-smooth);
}

.social-list a:hover {
    background: linear-gradient(135deg, var(--primary), var(--accent-red));
    border-color: var(--primary);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(249, 150, 30, 0.3);
}

.social-list svg { width: 18px; height: 18px; fill: currentColor; }

.footer-bottom {
    margin-top: 60px;
    padding: 25px 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
    font-size: 13px;
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.team-hero-content{

    position: relative;
    z-index: 2;
}
/* =========================================================
   14. TOMBOL WHATSAPP MENGAMBANG
   ========================================================= */
.wa-float {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 999;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.wa-float .wa-btn {
    position: relative;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--primary) 0%, var(--accent-red) 100%);
    box-shadow: 0 10px 30px rgba(249, 150, 30, 0.4);
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
    animation: waFloat 3.5s ease-in-out infinite;
}

.wa-float .wa-btn::before,
.wa-float .wa-btn::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px solid rgba(249, 150, 30, 0.55);
    animation: waRing 2.4s ease-out infinite;
}

.wa-float .wa-btn::after { animation-delay: 1.2s; }

.wa-float .wa-btn svg { width: 32px; height: 32px; fill: #ffffff; position: relative; z-index: 1; }

.wa-float:hover .wa-btn,
.wa-float:focus-visible .wa-btn {
    transform: translateY(-4px) scale(1.08);
    box-shadow: 0 14px 40px rgba(220, 38, 38, 0.5);
}

.wa-float .wa-tip {
    position: relative;
    margin-right: 12px;
    background: #ffffff;
    color: #1c1c1c;
    font-weight: 600;
    font-size: 14px;
    padding: 9px 16px;
    border-radius: 999px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    opacity: 0;
    transform: translateX(12px);
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    white-space: nowrap;
}

.wa-float .wa-tip::after {
    content: "";
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 12px; height: 12px;
    background: #ffffff;
}

.wa-float:hover .wa-tip,
.wa-float:focus-visible .wa-tip { opacity: 1; transform: translateX(0); }

@keyframes waFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

@keyframes waRing {
    0% { transform: scale(1); opacity: 0.8; }
    100% { transform: scale(1.7); opacity: 0; }
}

/* =========================================================
   15. ANIMASI SCROLL REVEAL & EFEK MIKRO
   ========================================================= */
.reveal { opacity: 0; will-change: transform, opacity; }
.reveal.reveal-up { transform: translateY(45px); }
.reveal.reveal-down { transform: translateY(-45px); }
.reveal.reveal-left { transform: translateX(-55px); }
.reveal.reveal-right { transform: translateX(55px); }
.reveal.reveal-scale { transform: scale(0.85); }

.reveal.in-view {
    opacity: 1;
    transform: none;
    transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Teks gradien beranimasi */
.hero-title-large span,
.left-heading h2 span,
.center-heading h2 span {
    background: linear-gradient(90deg, var(--accent-red), var(--gold) 30%, var(--primary) 55%, var(--accent-red) 80%);
    background-size: 280% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: gradientShift 7s linear infinite;
    display: inline-block;
}

@keyframes gradientShift { to { background-position: 280% 0; } }

/* Navbar slide-in saat load */
.main-header { animation: navbarSlide 0.9s cubic-bezier(0.16, 1, 0.3, 1) both; }

@keyframes navbarSlide { from { transform: translateY(-110%); } to { transform: translateY(0); } }

/* Foto hero: float + sheen */
.hero-media-wrapper { animation: heroFloat 7s ease-in-out infinite; }

@keyframes heroFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-14px); }
}

.hero-media-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    background: linear-gradient(115deg, transparent 20%, rgba(255, 255, 255, 0.35) 50%, transparent 80%);
    transform: translateX(-120%);
    animation: sheenSweep 4.5s ease-in-out infinite;
    pointer-events: none;
}

@keyframes sheenSweep {
    0% { transform: translateX(-120%); }
    55%, 100% { transform: translateX(120%); }
}

.btn-lux.primary { animation: btnGlow 2.6s ease-in-out infinite; }

@keyframes btnGlow {
    0%, 100% { box-shadow: 0 10px 25px rgba(220, 38, 38, 0.2); }
    50% { box-shadow: 0 12px 40px rgba(249, 150, 30, 0.45); transform: translateY(-2px); }
}

.metric-card h3 { animation: metricGlow 3s ease-in-out infinite; }

@keyframes metricGlow {
    0%, 100% { text-shadow: 0 0 0 rgba(220, 38, 38, 0); }
    50% { text-shadow: 0 0 18px rgba(249, 150, 30, 0.45), 0 6px 30px rgba(220, 38, 38, 0.3); }
}

.premium-badge, .aspek-badge { transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease; }
.premium-badge:hover, .aspek-badge:hover { transform: scale(1.06); box-shadow: 0 8px 25px rgba(249, 150, 30, 0.25); }

/* Garis alur kerja "marching ants" */
.workflow-grid::before {
    height: 3px;
    background: repeating-linear-gradient(90deg, rgba(220, 38, 38, 0.9) 0 16px, rgba(249, 150, 30, 0.3) 16px 18px, transparent 18px 34px);
    animation: lineMarch 1.1s linear infinite;
}

@keyframes lineMarch { to { background-position: 34px 0; } }

.workflow-step-num { animation: ringPulse 2.4s ease-in-out infinite; }

@keyframes ringPulse {
    0%, 100% { box-shadow: 0 0 0 2px var(--accent-red); }
    50% { box-shadow: 0 0 0 2px var(--accent-red), 0 0 22px rgba(220, 38, 38, 0.5); }
}

/* Sheen pada kartu layanan + wiggle ikon */
.service-card::after {
    content: "";
    position: absolute;
    top: 0; left: -130%;
    width: 55%; height: 100%;
    background: linear-gradient(115deg, transparent, rgba(255, 255, 255, 0.35), transparent);
    transform: skewX(-18deg);
    transition: left 0.7s ease;
    pointer-events: none;
}

.service-card:hover::after { left: 140%; }

.service-icon-wrap svg { transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1); }
.service-card:hover .service-icon-wrap svg { transform: rotate(-12deg) scale(1.15); }

/* Sheen tombol emas */
.btn-gold-accent::after {
    content: "";
    position: absolute;
    top: 0; left: -130%;
    width: 50%; height: 100%;
    background: linear-gradient(115deg, transparent, rgba(255, 255, 255, 0.75), transparent);
    transform: skewX(-18deg);
    animation: sheenSweep 3.2s ease-in-out infinite;
    pointer-events: none;
}

/* Glow aspek KKP */
.aspek-icon { animation: iconPulse 3s ease-in-out infinite; }

@keyframes iconPulse {
    0%, 100% { box-shadow: 0 0 0 rgba(212, 175, 55, 0); }
    50% { box-shadow: 0 0 26px rgba(212, 175, 55, 0.4); }
}

@keyframes glowDrift { to { transform: translate(-30px, 30px) scale(1.15); } }

/* Footer underline slide */
.footer-links a::after {
    content: "";
    position: absolute;
    left: 0; bottom: -2px;
    width: 100%; height: 1.5px;
    background: var(--gold);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.footer-links a:hover::after { transform: scaleX(1); transform-origin: left; }

/* Aksesibilitas: matikan animasi bila diminta */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.001s !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001s !important;
    }
    html { scroll-behavior: auto; }
}

/* =========================================================
   16. RESPONSIVE MASTER SYSTEM
   ========================================================= */
@media (max-width: 1199px) {
    .services-grid, .team-grid { grid-template-columns: repeat(2, 1fr); }
    .menu-toggle { display: flex; }

    .nav-menu {
        position: fixed;
        top: 0; left: -100%;
        width: 80%;
        max-width: 320px;
        height: 100vh;
        background: #ffffff;
        box-shadow: 20px 0 60px rgba(0, 0, 0, 0.08);
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 100px 40px;
        gap: 25px;
        transition: var(--transition-smooth);
        overflow-y: auto;
    }

    .nav-menu.active { left: 0; }
    .lang-toggle { padding: 7px 12px; font-size: 12px; margin-right: 12px; }
    .nav-item { width: 100%; }
    .nav-caret { margin-left: 8px; }
    .nav-item:hover .nav-caret { transform: none; }

    /* Dropdown jadi accordion di mobile */
    .dropdown-menu {
        position: static;
        width: 100%;
        min-width: 0;
        margin: 0;
        padding: 0;
        opacity: 0;
        visibility: hidden;
        max-height: 0;
        overflow: hidden;
        transform: none;
        box-shadow: none;
        border: 0;
        transition: max-height 0.35s ease, opacity 0.35s ease, margin 0.35s ease, padding 0.35s ease, visibility 0.35s;
    }

    .nav-item:hover .dropdown-menu,
    .nav-item:focus-within .dropdown-menu {
        opacity: 0;
        visibility: hidden;
        max-height: 0;
    }

    .nav-item.open .dropdown-menu {
        opacity: 1;
        visibility: visible;
        max-height: 480px;
        margin: 10px 0 0 0;
        padding: 8px;
        background: rgba(249, 150, 30, 0.04);
        border: 1px solid rgba(212, 175, 55, 0.15);
    }

    .nav-item.open .nav-caret { transform: rotate(180deg); }
    .dropdown-menu a { padding: 9px 12px; }
}

@media (max-width: 991px) {
    section { padding: 90px 0; }

    .hero-layout-grid, .about-layout { grid-template-columns: 1fr; text-align: center; }
    .hero-subtitle-text, .hero-desc-text, .about-desc { margin-left: auto; margin-right: auto; }
    .hero-media-wrapper { max-width: 520px; margin: 0 auto; }
    .hero-action-buttons { justify-content: center; }
    .metrics-grid { grid-template-columns: repeat(2, 1fr); gap: 30px; }
    .workflow-grid { grid-template-columns: repeat(2, 1fr); gap: 40px; }
    .workflow-grid::before { display: none; }
    .aspek-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
}

@media (max-width: 767px) {
    section { padding: 70px 0; }
    .container { padding: 0 20px; }
    .premium-hero { padding-top: 140px; }
    .hero-title-large { font-size: 34px; }
    .left-heading h2, .center-heading h2 { font-size: 28px; }
    .cta-container h2 { font-size: 28px; }
    .hero-action-buttons { flex-direction: column; align-items: stretch; }
    .services-grid, .team-grid, .workflow-grid, .aspek-grid { grid-template-columns: 1fr; }
    .navbar-brand-text { font-size: 16px; }
    .navbar-brand-sub { font-size: 8.5px; letter-spacing: 2.5px; }
    .navbar-logo-img { height: 40px; }
    .footer-grid { grid-template-columns: 1fr; }
    .metric-card h3 { font-size: 28px; }

    /* Team responsive */
    .team-ambient-hero { padding: 180px 0 100px; }
    .team-hero-content h1 { font-size: 32px; }
    .team-hero-sub { font-size: 16px; }
    .team-grid { margin-top: -40px; gap: 24px; }
    .team-photo { height: 260px; }
    .team-body { padding: 24px 20px 28px; }
    .team-body h3 { font-size: 17px; }
}

@media (max-width: 575px) {
    .team-photo { height: 240px; }
    .team-ambient-hero { padding: 160px 0 80px; }
    .team-hero-content h1 { font-size: 28px; }
    .team-grid { margin-top: -30px; }
    .team-cert-badge { font-size: 10px; padding: 5px 10px; }
}

/* =========================================================
   17. HALAMAN TENTANG KAMI
   ========================================================= */

/* ---- Hero ambient gelap ---- */
.about-ambient-hero {
    padding: 210px 0 120px;
    background: linear-gradient(135deg, var(--dark-slate) 0%, #221a12 100%);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.about-ambient-hero::before,
.about-ambient-hero::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    opacity: 0.5;
    pointer-events: none;
}

.about-ambient-hero::before {
    width: 420px; height: 420px;
    background: rgba(212, 175, 55, 0.3);
    top: -140px; right: -120px;
    animation: glowDrift 12s ease-in-out infinite alternate;
}

.about-ambient-hero::after {
    width: 380px; height: 380px;
    background: rgba(220, 38, 38, 0.28);
    bottom: -140px; left: -120px;
}

.about-hero-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(21, 21, 21, 0.45), rgba(21, 21, 21, 0.45)),
                url('../asset/foto-gedung.jpg') no-repeat center center;
    background-size: cover;
}

.about-ambient-hero .container,
.about-hero-content { position: relative; z-index: 2; }

.about-hero-content { max-width: 820px; }

.about-hero-badge {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.22) !important;
}

.about-hero-content h1 {
    font-size: 52px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -1px;
    margin-bottom: 22px;
}

.about-hero-content h1 span { color: var(--gold); }

.about-hero-content p { font-size: 19px; color: rgba(255, 255, 255, 0.8); max-width: 680px; }

/* ---- Tab Visi & Misi ---- */
.vision-section { background: #ffffff; }

.vision-layout {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 70px;
    align-items: center;
}

.tab-trigger-wrapper { display: flex; flex-direction: column; gap: 20px; }

.tab-btn {
    background: none;
    border: none;
    border-left: 4px solid rgba(17, 17, 17, 0.05);
    padding: 25px 32px;
    text-align: left;
    border-radius: 16px;
    cursor: pointer;
    font-family: inherit;
    transition: var(--transition-smooth);
    display: flex;
    flex-direction: column;
    gap: 6px;
    color: var(--dark-slate);
}

.tab-btn h3 { font-size: 22px; font-weight: 800; color: #555555; transition: color 0.3s ease; }
.tab-btn p { font-size: 14px; color: var(--text-muted); text-align: left; }

.tab-btn.active {
    background: var(--bg-ambient);
    border-left-color: var(--accent-red);
    box-shadow: var(--shadow-premium);
}

.tab-btn.active h3 { color: var(--dark-slate); }

.tab-panes-display {
    background: var(--bg-ambient);
    padding: 50px;
    border-radius: 24px;
    min-height: 340px;
    border: 1px solid rgba(249, 150, 30, 0.12);
    box-shadow: var(--shadow-premium);
    display: flex;
    align-items: center;
}

.pane-item { display: none; }

.pane-item.active { display: block; animation: paneFadeIn 0.5s ease forwards; }

.pane-item h4 { font-size: 28px; font-weight: 900; margin-bottom: 16px; color: var(--accent-red); }
.pane-item p { font-size: 17px; color: var(--text-muted); line-height: 1.8; }

@keyframes paneFadeIn {
    from { opacity: 0; transform: translateY(15px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ---- Lisensi & Akreditasi ---- */
.credentials-section { background: var(--bg-ambient); }

.credentials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.cred-card {
    background: #ffffff;
    padding: 45px 35px;
    border-radius: 24px;
    box-shadow: var(--shadow-premium);
    border: 1px solid rgba(212, 175, 55, 0.14);
    transition: var(--transition-smooth);
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.cred-card:hover {
    transform: translateY(-8px);
    border-color: var(--primary);
    box-shadow: 0 25px 50px rgba(249, 150, 30, 0.1);
}

.cred-card::after {
    content: "";
    position: absolute;
    top: 0; left: -130%;
    width: 55%; height: 100%;
    background: linear-gradient(115deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transform: skewX(-18deg);
    transition: left 0.7s ease;
    pointer-events: none;
}

.cred-card:hover::after { left: 140%; }

.cred-icon-wrap {
    width: 62px; height: 62px;
    border-radius: 16px;
    background: rgba(212, 175, 55, 0.08);
    border: 1px solid rgba(212, 175, 55, 0.2);
    color: var(--gold);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 26px;
    transition: var(--transition-smooth);
    flex-shrink: 0;
}

.cred-card:hover .cred-icon-wrap {
    background: rgba(220, 38, 38, 0.08);
    border-color: rgba(220, 38, 38, 0.2);
    color: var(--accent-red);
    transform: scale(1.06);
}

.cred-icon-wrap svg { width: 28px; height: 28px; stroke-linecap: round; stroke-linejoin: round; }

.cred-card h3 {
    font-size: 21px;
    font-weight: 800;
    color: var(--dark-slate);
    margin-bottom: 14px;
    line-height: 1.3;
}

.cred-card p { font-size: 15px; color: var(--text-muted); line-height: 1.7; margin-bottom: 24px; flex: 1; }

.cred-status-tag {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 12px;
    font-weight: 800;
    color: #16a34a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cred-status-tag::before {
    content: "";
    width: 7px; height: 7px;
    background: #16a34a;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(22, 163, 74, 0.6);
}

/* ---- Profil Pimpinan (Executive) ---- */
.executive-section { background: #ffffff; }

.exec-layout {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 70px;
    align-items: center;
}

.exec-frame { position: relative; }

.exec-frame img {
    border-radius: 24px;
    box-shadow: var(--shadow-premium);
    position: relative;
    z-index: 2;
}

.exec-frame::before {
    content: "";
    position: absolute;
    inset: -15px;
    border: 2px solid var(--gold);
    border-radius: 28px;
    z-index: 1;
    pointer-events: none;
    transform: translate(18px, 18px);
    animation: execBreathe 5s ease-in-out infinite;
}

@keyframes execBreathe {
    0%, 100% { transform: translate(18px, 18px); }
    50% { transform: translate(13px, 13px); }
}

.exec-bio-details h3 {
    font-size: 26px;
    font-weight: 900;
    color: var(--dark-slate);
    margin-bottom: 8px;
    line-height: 1.35;
}

.title-tag {
    font-size: 14px;
    font-weight: 700;
    color: var(--accent-red);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 24px;
    display: block;
}

.exec-bio-details p {
    color: var(--text-muted);
    margin-bottom: 18px;
    font-size: 16.5px;
    line-height: 1.8;
}

.exec-cta { margin-top: 26px; }

/* ---- Responsive halaman Tentang ---- */
@media (max-width: 1199px) {
    .credentials-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 991px) {
    .vision-layout, .exec-layout { grid-template-columns: 1fr; gap: 50px; }
    .credentials-grid { grid-template-columns: 1fr; gap: 25px; }
    .exec-frame { max-width: 520px; margin: 0 auto; }
    .tab-panes-display { min-height: 0; }
}

@media (max-width: 767px) {
    .about-ambient-hero { padding: 160px 0 80px; }
    .about-hero-content h1 { font-size: 34px; }
    .about-hero-content p { font-size: 16.5px; }
    .tab-btn { padding: 20px 22px; }
    .tab-panes-display { padding: 30px; }
    .pane-item h4 { font-size: 22px; }
    .exec-bio-details h3 { font-size: 22px; }
    .exec-frame::before { inset: -10px; transform: translate(10px, 10px); }
}

/* =========================================================
   18. HALAMAN LAYANAN (services.html)
   ========================================================= */

/* ---- Ambient Hero (Dark) ---- */
.srv-ambient-hero {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: flex-end;
    padding: 180px 0 90px;
    background:
        linear-gradient(to top, rgba(17,17,17,0.88) 20%, rgba(17,17,17,0.45) 70%, rgba(255, 0, 0, 0.25)),
        url('../asset/foto-gedung.jpg') center/cover no-repeat fixed;
    overflow: hidden;
}

.srv-ambient-hero .hero-content {
    position: relative;
    z-index: 2;
}

.srv-ambient-hero h1 {
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 900;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 18px;
}

.srv-ambient-hero h1 span { color: var(--primary); }

.srv-ambient-hero p {
    font-size: 18px;
    color: rgba(255,255,255,0.82);
    max-width: 640px;
    line-height: 1.7;
}

/* ---- Catalog Grid (6 Premium Cards) ---- */
.catalog-section {
    padding: 100px 0;
    background: #fff;
}

.catalog-section .container { max-width: 1200px; }

.srv-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.srv-card {
    background: #fff;
    border: 1px solid rgba(17,17,17,0.06);
    border-radius: 18px;
    padding: 40px 38px;
    position: relative;
    overflow: hidden;
    transition: var(--transition-smooth);
}

.srv-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--primary);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.srv-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-premium);
}

.srv-card:hover::after { transform: scaleX(1); }

.srv-icon-wrap {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    background: linear-gradient(135deg, var(--primary), #ffb347);
    color: #fff;
}

.srv-icon-wrap img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.srv-card h3 {
    font-size: 21px;
    font-weight: 800;
    color: var(--dark-slate);
    margin-bottom: 14px;
    line-height: 1.3;
}

.srv-card .srv-desc {
    color: var(--text-muted);
    font-size: 15.5px;
    line-height: 1.75;
    margin-bottom: 20px;
}

.srv-output-list {
    list-style: none;
    padding: 0;
    margin: 0 0 26px;
}

.srv-output-list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
    font-size: 14.5px;
    color: #444;
    line-height: 1.6;
}

.srv-output-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--primary);
    font-weight: 700;
    font-size: 14px;
}

.srv-card .btn-lux {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    font-size: 14.5px;
    font-weight: 700;
    color: var(--dark-slate);
    background: transparent;
    border: 1.5px solid var(--dark-slate);
    border-radius: 50px;
    text-decoration: none;
    transition: var(--transition-smooth);
}

.srv-card .btn-lux:hover {
    background: var(--dark-slate);
    color: #fff;
}

.srv-card .btn-lux .arrow {
    transition: transform 0.3s ease;
}

.srv-card:hover .btn-lux .arrow {
    transform: translateX(5px);
}

/* ---- Methodology Flow ---- */
.methodology-section {
    padding: 100px 0;
    background: var(--bg-ambient);
}

.methodology-section .container { max-width: 1100px; }

.methodology-header {
    text-align: center;
    margin-bottom: 60px;
}

.methodology-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

.method-card {
    background: #fff;
    border: 1px solid rgba(17,17,17,0.06);
    border-radius: 18px;
    padding: 38px 28px;
    text-align: center;
    position: relative;
    transition: var(--transition-smooth);
}

.method-card::before {
    content: attr(data-step);
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--primary);
    color: #f4efef;
    font-size: 12px;
    font-weight: 800;
    padding: 4px 18px;
    border-radius: 0 0 10px 10px;
    letter-spacing: 0.5px;
}

.method-card .method-icon {
    font-size: 38px;
    margin-bottom: 20px;
    display: block;
}

.method-card h4 {
    font-size: 18px;
    font-weight: 800;
    color: var(--dark-slate);
    margin-bottom: 10px;
}

.method-card p {
    font-size: 14.5px;
    color: var(--text-muted);
    line-height: 1.65;
}

/* ---- Responsive halaman Layanan ---- */
@media (max-width: 1199px) {
    .srv-grid { gap: 24px; }
    .srv-card { padding: 34px 30px; }
}

@media (max-width: 991px) {
    .srv-grid { grid-template-columns: 1fr; max-width: 600px; margin: 0 auto; }
    .methodology-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
    .srv-ambient-hero { min-height: 420px; padding: 150px 0 70px; }
    .srv-ambient-hero h1 { font-size: 28px; }
    .srv-ambient-hero p { font-size: 16px; }
    .catalog-section { padding: 70px 0; }
    .srv-card { padding: 30px 24px; }
    .srv-card h3 { font-size: 19px; }
    .methodology-section { padding: 70px 0; }
    .methodology-grid { grid-template-columns: 1fr; max-width: 380px; margin: 0 auto; }
    .method-card { padding: 34px 24px; }
    .faq-section { padding: 70px 0; }
    .faq-header { margin-bottom: 35px; }
    .faq-trigger { padding: 20px 22px; font-size: 15.5px; }
    .faq-content { padding: 0 22px; font-size: 14.5px; }
    .faq-item.active .faq-content { padding: 16px 22px 22px; }
    .faq-icon { width: 24px; height: 24px; font-size: 18px; }
}

/* =========================================================
   19. HALAMAN BLOG
   ========================================================= */

/* ---- Hero ---- */
.blog-ambient-hero {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: flex-end;
    padding: 180px 0 90px;
    background:
        linear-gradient(to top, rgba(17,17,17,0.90) 20%, rgba(17,17,17,0.50) 70%, rgba(220, 38, 38, 0.22)),
        url('../asset/foto-gedung.jpg') center/cover no-repeat fixed;
    overflow: hidden;
}

.blog-ambient-hero .hero-content {
    position: relative;
    z-index: 2;
}

.blog-ambient-hero h1 {
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 900;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 18px;
}

.blog-ambient-hero h1 span { color: var(--primary); }

.blog-ambient-hero p {
    font-size: 18px;
    color: rgba(255,255,255,0.82);
    max-width: 640px;
    line-height: 1.7;
}

/* ---- Section ---- */
.blog-section {
    padding: 100px 0;
    background: #fff;
}

.blog-header {
    text-align: center;
    margin-bottom: 50px;
}

.blog-header h2 { margin-top: 16px; }

/* ---- Filter chips ---- */
.blog-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-bottom: 48px;
}

.blog-chip {
    font-size: 14px;
    font-weight: 700;
    color: var(--text-muted);
    background: var(--bg-ambient);
    border: 1.5px solid rgba(17,17,17,0.10);
    border-radius: 50px;
    padding: 10px 24px;
    cursor: pointer;
    transition: var(--transition-smooth);
}

.blog-chip:hover {
    border-color: var(--primary);
    color: var(--primary);
    transform: translateY(-2px);
}

.blog-chip.active {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
    box-shadow: 0 8px 20px rgba(249, 150, 30, 0.28);
}

/* ---- Grid & cards ---- */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.blog-card {
    background: #fff;
    border: 1px solid rgba(17,17,17,0.07);
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: var(--transition-smooth);
}

.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-premium);
}

.blog-card.hide { display: none; }

.blog-cover {
    height: 190px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 18px;
    position: relative;
}

.blog-cover::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.14), transparent 55%);
    pointer-events: none;
}

.blog-cover-pajak {
    background:
        radial-gradient(circle at 82% 18%, rgba(255,255,255,0.18), transparent 42%),
        linear-gradient(135deg, #f9961e, #dc2626);
}

.blog-cover-akuntansi {
    background:
        radial-gradient(circle at 82% 18%, rgba(255,255,255,0.20), transparent 42%),
        linear-gradient(135deg, #d4af37, #b8860b);
}

.blog-cover-hukum {
    background:
        radial-gradient(circle at 82% 18%, rgba(255,255,255,0.16), transparent 42%),
        linear-gradient(135deg, #dc2626, #7f1d1d);
}

.blog-cover-tag {
    position: relative;
    z-index: 1;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #fff;
    background: rgba(17,17,17,0.45);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255,255,255,0.35);
    border-radius: 50px;
    padding: 6px 14px;
}

.blog-card-body {
    padding: 30px 28px 30px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.blog-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    font-size: 13px;
    color: var(--text-muted);
}

.blog-sep { color: var(--primary); font-size: 8px; }

.blog-card h3 {
    font-size: 19px;
    font-weight: 800;
    line-height: 1.35;
    color: var(--dark-slate);
    margin-bottom: 12px;
    transition: color 0.3s ease;
}

.blog-card:hover h3 { color: var(--primary); }

.blog-excerpt {
    font-size: 14.5px;
    color: var(--text-muted);
    line-height: 1.7;
    margin-bottom: 24px;
    flex: 1;
}

.blog-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    align-self: flex-start;
    background: transparent;
    border: 0;
    padding: 0;
    font-family: inherit;
    font-size: 14.5px;
    font-weight: 800;
    color: var(--dark-slate);
    cursor: pointer;
    transition: var(--transition-smooth);
    border-bottom: 2px solid var(--primary);
    padding-bottom: 4px;
}

.blog-more:hover { color: var(--primary); }

.blog-more .arrow { transition: transform 0.3s ease; }

.blog-more:hover .arrow { transform: translateX(5px); }

/* ---- Modal ---- */
.blog-modal {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

.blog-modal.open {
    visibility: visible;
    opacity: 1;
}

.blog-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(17,17,17,0.72);
    backdrop-filter: blur(4px);
}

.blog-modal-panel {
    position: relative;
    width: 100%;
    max-width: 760px;
    max-height: 86vh;
    overflow-y: auto;
    background: #fff;
    border-radius: 22px;
    padding: 44px 48px 40px;
    transform: translateY(28px) scale(0.97);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.blog-modal.open .blog-modal-panel {
    transform: translateY(0) scale(1);
}

.blog-modal-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1.5px solid rgba(17,17,17,0.12);
    background: var(--bg-ambient);
    color: var(--dark-slate);
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition-smooth);
}

.blog-modal-close:hover {
    background: var(--accent-red);
    border-color: var(--accent-red);
    color: #fff;
    transform: rotate(90deg);
}

.blog-modal-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

#blgModalMeta { color: var(--text-muted); }

.blog-modal h2 {
    font-size: 30px;
    font-weight: 900;
    color: var(--dark-slate);
    line-height: 1.25;
    margin-bottom: 20px;
}

.blog-modal-body {
    font-size: 16px;
    color: #333;
    line-height: 1.85;
}

.blog-modal-body p { margin-bottom: 18px; }

.blog-modal-body h3 {
    font-size: 20px;
    font-weight: 800;
    margin: 28px 0 12px;
    color: var(--dark-slate);
}

.blog-modal-body ul, .blog-modal-body ol {
    margin: 0 0 18px 22px;
}

.blog-modal-body li { margin-bottom: 8px; }

.blog-modal-footer {
    margin-top: 30px;
    padding-top: 26px;
    border-top: 1px solid rgba(17,17,17,0.10);
}

body.modal-open { overflow: hidden; }

/* ---- Responsive blog ---- */
@media (max-width: 1199px) {
    .blog-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
}

@media (max-width: 767px) {
    .blog-ambient-hero { min-height: 420px; padding: 150px 0 70px; }
    .blog-ambient-hero h1 { font-size: 28px; }
    .blog-ambient-hero p { font-size: 16px; }
    .blog-section { padding: 70px 0; }
    .blog-filters { gap: 8px; margin-bottom: 36px; }
    .blog-chip { padding: 8px 18px; font-size: 13px; }
    .blog-grid { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
    .blog-modal-panel { padding: 36px 26px 32px; }
    .blog-modal h2 { font-size: 24px; }
    .blog-modal-body { font-size: 15px; }
}
