/* ============================================================
   KKP ASHADI & REKAN - Premium Professional Website Stylesheet
   Theme: Brand colors dari logo (Red / Orange / Amber / Slate)
   ============================================================ */

/* ---------- CSS VARIABLES ---------- */
:root {
    --brand-red: #dc2626;
    --brand-red-dark: #b91c1c;
    --brand-red-soft: #fee2e2;
    --brand-orange: #f97316;
    --brand-amber: #f9961e;
    --brand-gold: #fbbf24;
    --brand-gradient: linear-gradient(135deg, #fbbf24 0%, #f97316 55%, #dc2626 100%);
    --dark-primary: #0f172a;
    --dark-secondary: #1e293b;
    --dark-card: #ffffff;
    --bg-light: #ffffff;
    --bg-tint: #fff7ed;
    --bg-tint-2: #ffedd5;
    --text-primary: #1e293b;
    --text-heading: #1c1103;
    --text-secondary: #475569;
    --text-muted: #64748b;
    --border-color: rgba(249,115,22,0.14);
    --shadow-brand: 0 8px 30px rgba(249,115,22,0.14);
    --shadow-soft: 0 15px 45px rgba(15,23,42,0.08);
    --shadow-card: 0 18px 45px rgba(249,115,22,0.10);
    --radius: 20px;
    --radius-sm: 12px;
    --transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    --max-width: 1200px;
    --header-height: 84px;
}

/* ---------- RESET & BASE ---------- */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

html {
    scroll-behavior: smooth;
    scroll-padding-top: var(--header-height);
}

body {
    font-family: 'Poppins', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: var(--bg-light);
    color: var(--text-secondary);
    line-height: 1.8;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--brand-orange); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--brand-red); }

.container {
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--text-heading);
    font-weight: 700;
    line-height: 1.3;
}

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

/* ---------- PREMIUM BADGE ---------- */
.premium-badge {
    display: inline-block;
    background: var(--bg-tint);
    border: 1px solid rgba(249,115,22,0.22);
    color: var(--brand-red);
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

/* ---------- CENTER HEADING ---------- */
.center-heading {
    text-align: center;
    margin-bottom: 60px;
}
.center-heading h2 {
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    margin-top: 8px;
}
.center-heading h2 span {
    color: var(--brand-red);
    background: var(--brand-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ---------- BUTTONS ---------- */
.btn-lux {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 15px 34px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.92rem;
    letter-spacing: 0.3px;
    transition: all var(--transition);
    cursor: pointer;
    border: 2px solid transparent;
    text-align: center;
    white-space: nowrap;
    font-family: inherit;
}

.btn-lux.primary {
    background: var(--brand-gradient);
    color: #ffffff;
    border: none;
    box-shadow: 0 10px 25px rgba(249,115,22,0.3);
}
.btn-lux.primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 35px rgba(220,38,38,0.35);
    color: #ffffff;
}

.btn-lux.outline {
    background: transparent;
    color: var(--brand-orange);
    border-color: rgba(249,115,22,0.4);
}
.btn-lux.outline:hover {
    background: var(--bg-tint);
    border-color: var(--brand-orange);
    color: var(--brand-red);
}

.btn-lux.btn-gold-accent {
    background: var(--brand-gradient);
    color: #ffffff;
    border: none;
    font-weight: 700;
    box-shadow: 0 10px 25px rgba(249,115,22,0.3);
}
.btn-lux.btn-gold-accent:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 35px rgba(220,38,38,0.35);
    color: #ffffff;
}

/* ============================================================
   NAVBAR
   ============================================================ */
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    height: var(--header-height);
    background: rgba(255,255,255,0.9);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(15,23,42,0.06);
    transition: all var(--transition);
}

.main-header.scrolled {
    background: rgba(255,255,255,0.97);
    box-shadow: 0 4px 30px rgba(15,23,42,0.08);
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.navbar-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.navbar-logo-img {
    height: 46px;
    width: auto;
}

.navbar-brand-text {
    display: block;
    color: var(--text-heading);
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.2;
}
.navbar-brand-text span { color: var(--brand-red); }

.navbar-brand-sub {
    display: block;
    color: var(--brand-orange);
    font-size: 0.62rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 600;
}

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

.nav-menu > a {
    color: var(--text-secondary);
    padding: 10px 16px;
    border-radius: 10px;
    font-size: 0.86rem;
    font-weight: 500;
    transition: all var(--transition);
    position: relative;
}

.nav-menu > a:hover,
.nav-menu > a.active {
    color: var(--brand-orange);
}

.nav-menu > a.active {
    background: var(--bg-tint);
    color: var(--brand-red);
    font-weight: 600;
}

.nav-menu > a.active::after {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 3px;
    background: var(--brand-gradient);
    border-radius: 3px;
}

/* Mobile Menu */
.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 8px;
    z-index: 1001;
}

/* Language Switcher */
.lang-switch {
    display: flex;
    align-items: center;
    gap: 3px;
    background: var(--bg-tint);
    border: 1px solid var(--border-color);
    border-radius: 999px;
    padding: 4px;
    margin: 0 10px;
    flex-shrink: 0;
}

.lang-btn {
    border: none;
    background: transparent;
    color: var(--text-muted);
    font-family: inherit;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 999px;
    cursor: pointer;
    transition: all var(--transition);
}

.lang-btn:hover {
    color: var(--text-heading);
}

.lang-btn.active {
    background: var(--brand-gradient);
    color: #ffffff;
    box-shadow: 0 3px 10px rgba(217, 70, 26, 0.35);
}

.menu-toggle span {
    width: 24px;
    height: 2px;
    background: var(--text-heading);
    border-radius: 2px;
    transition: all var(--transition);
}

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

/* ============================================================
   HERO SECTION
   ============================================================ */
.srv-hero {
    position: relative;
    padding: 190px 0 110px;
    min-height: 88vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-bg-layers {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-bg-layers::before {
    content: '';
    position: absolute;
    top: -40%;
    right: -15%;
    width: 560px;
    height: 560px;
    border-radius: 50%;
    border: 1px solid rgba(249,115,22,0.12);
    animation: pulse-glow 8s ease-in-out infinite;
}

.hero-bg-layers::after {
    content: '';
    position: absolute;
    bottom: -35%;
    left: -10%;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    border: 1px solid rgba(220,38,38,0.10);
    animation: pulse-glow 10s ease-in-out infinite reverse;
}

.hero-bg-layer {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease;
}

.hero-bg-layer.active {
    opacity: 1;
    visibility: visible;
}

.hero-bg-layer.bg-1 {
    background:
        linear-gradient(90deg, rgba(12,18,38,0.72) 0%, rgba(12,18,38,0.55) 45%, rgba(28,35,51,0.25) 100%),
        url('asset/epiwalk.jpg') center/cover no-repeat;
}

.hero-bg-layer.bg-2 {
    background:
        linear-gradient(90deg, rgba(12,18,38,0.72) 0%, rgba(12,18,38,0.55) 45%, rgba(28,35,51,0.25) 100%),
        url('asset/epiwalk-hero.jpg') center/cover no-repeat;
}

@keyframes pulse-glow {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.1); opacity: 1; }
}

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

.hero-title-large {
    font-size: clamp(2.3rem, 5.5vw, 3.7rem);
    line-height: 1.15;
    margin-bottom: 24px;
    font-weight: 700;
    color: #ffffff;
}

.hero-title-large span {
    background: var(--brand-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subtitle-text {
    font-size: 1.08rem;
    color: rgba(255,255,255,0.75);
    margin-bottom: 40px;
    max-width: 600px;
    line-height: 1.9;
}

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

/* ---------- HERO SLIDER ---------- */
.hero-slider {
    position: relative;
    z-index: 1;
    min-height: 430px;
}

.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(26px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.hero-slide.active {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.hero-slider-nav {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 16px;
}

.hero-slider-arrow {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.28);
    color: #ffffff;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all var(--transition);
}

.hero-slider-arrow:hover {
    background: var(--brand-gradient);
    border-color: transparent;
    color: #ffffff;
    transform: scale(1.06);
}

.hero-dots {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hero-dot {
    width: 10px;
    height: 10px;
    border-radius: 50px;
    border: none;
    padding: 0;
    background: rgba(255,255,255,0.30);
    cursor: pointer;
    transition: all var(--transition);
}

.hero-dot.active {
    background: var(--brand-gradient);
    width: 28px;
}

.srv-hero .btn-lux.outline {
    border-color: rgba(255,255,255,0.25);
    color: #ffffff;
}
.srv-hero .btn-lux.outline:hover {
    background: rgba(255,255,255,0.08);
    border-color: #ffffff;
    color: #ffffff;
}

/* ============================================================
   TRUST METRICS BAR
   ============================================================ */
.trust-metrics-bar {
    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill='none' stroke='%23fbbf24' stroke-width='1.5'%3E%3Cpath d='M50 2 L98 50 L50 98 L2 50 Z' stroke-opacity='0.20'/%3E%3Cpath d='M50 14 L86 50 L50 86 L14 50 Z' stroke-opacity='0.10'/%3E%3Ccircle cx='50' cy='50' r='22' stroke-opacity='0.14'/%3E%3Ccircle cx='50' cy='50' r='8' stroke-opacity='0.30'/%3E%3C/g%3E%3Ccircle cx='50' cy='2' r='1.6' fill='%23fbbf24' fill-opacity='0.35' stroke='none'/%3E%3Ccircle cx='50' cy='98' r='1.6' fill='%23fbbf24' fill-opacity='0.35' stroke='none'/%3E%3Ccircle cx='2' cy='50' r='1.6' fill='%23fbbf24' fill-opacity='0.35' stroke='none'/%3E%3Ccircle cx='98' cy='50' r='1.6' fill='%23fbbf24' fill-opacity='0.35' stroke='none'/%3E%3C/svg%3E"),
        linear-gradient(135deg, var(--dark-secondary), var(--dark-primary));
    border-top: 1px solid rgba(249,115,22,0.15);
    border-bottom: 1px solid rgba(249,115,22,0.15);
    padding: 50px 0;
}

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

.metric-card h3 {
    font-size: 2.4rem;
    font-weight: 800;
    background: var(--brand-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 6px;
}

.metric-card p {
    color: rgba(255,255,255,0.7);
    font-size: 0.86rem;
    font-weight: 500;
}

/* ============================================================
   ABOUT SECTION
   ============================================================ */
.about-section { background: var(--bg-light); }

.about-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.about-showcase {
    position: relative;
    border-radius: var(--radius);
    overflow: visible;
}

.about-showcase img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: var(--radius);
    border: 8px solid #ffffff;
    box-shadow: var(--shadow-soft);
    position: relative;
    z-index: 2;
}

.about-showcase::before {
    content: '';
    position: absolute;
    width: 86%;
    height: 86%;
    background: var(--brand-gradient);
    opacity: 0.12;
    filter: blur(45px);
    border-radius: 30px;
    z-index: 1;
}

.about-content h2 {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    margin-bottom: 20px;
}

.about-content h2 span {
    color: var(--brand-red);
}

.about-content p { color: var(--text-muted); }

.about-desc {
    color: var(--text-muted);
    margin-bottom: 16px;
    font-size: 0.95rem;
    line-height: 1.9;
}

/* ============================================================
   SERVICES SECTION
   ============================================================ */
.services-section {
    background: linear-gradient(180deg, var(--bg-tint), var(--bg-light));
}

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

.service-card {
    background: var(--dark-card);
    border: 1px solid var(--border-color);
    border-radius: var(--radius);
    padding: 40px 30px;
    transition: all var(--transition);
    position: relative;
    overflow: hidden;
    box-shadow: 0 6px 25px rgba(15,23,42,0.04);
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--brand-gradient);
    opacity: 0;
    transition: opacity var(--transition);
}

.service-card:hover {
    transform: translateY(-8px);
    border-color: rgba(249,115,22,0.28);
    box-shadow: var(--shadow-card);
}

.service-card:hover::before { opacity: 1; }

.service-icon-wrap {
    width: 58px;
    height: 58px;
    background: var(--bg-tint);
    border: 1px solid rgba(249,115,22,0.22);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    color: var(--brand-red);
    transition: all var(--transition);
}

.service-card:hover .service-icon-wrap {
    background: var(--brand-gradient);
    color: #ffffff;
    border-color: transparent;
}

.service-icon-wrap svg {
    width: 26px;
    height: 26px;
}

/* ---------- 3D SERVICE CARDS (Arsitektur Fiskal) ---------- */
.service-card-3d {
    box-shadow: 0 18px 42px -6px rgba(15,23,42,0.55), 0 10px 20px rgba(15,23,42,0.35);
}

.service-card-3d:hover {
    box-shadow: 0 28px 60px -8px rgba(249,115,22,0.4), 0 16px 28px rgba(15,23,42,0.45);
}

.service-card-3d .service-icon-wrap {
    width: 84px;
    height: 84px;
    background: transparent;
    border: none;
    padding: 6px;
}

.service-card-3d .service-icon-wrap svg {
    width: 100%;
    height: 100%;
}

.service-card-3d:hover .service-icon-wrap {
    background: transparent;
}

.service-card h3 {
    font-size: 1.1rem;
    margin-bottom: 12px;
    font-weight: 600;
}

.service-card p {
    color: var(--text-muted);
    font-size: 0.87rem;
    line-height: 1.8;
}

/* ============================================================
   WORKFLOW SECTION
   ============================================================ */
.workflow-section {
    background: var(--bg-light);
}

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

.workflow-grid::before {
    content: '';
    position: absolute;
    top: 60px;
    left: 12.5%;
    right: 12.5%;
    height: 5px;
    border-radius: 99px;
    background: linear-gradient(90deg,
        rgba(249,115,22,0.15) 0%,
        rgba(249,115,22,0.55) 30%,
        rgba(249,115,22,0.9) 50%,
        rgba(220,38,38,0.95) 100%);
    background-size: 200% 100%;
    animation: flow-line 3.2s linear infinite;
    z-index: 0;
}

@keyframes flow-line {
    0% { background-position: 200% 0; }
    100% { background-position: 0% 0; }
}

.workflow-card {
    text-align: center;
    padding: 38px 24px;
    border-radius: var(--radius);
    background: var(--dark-card);
    border: 1px solid var(--border-color);
    position: relative;
    z-index: 1;
    transition: all var(--transition);
    box-shadow: 0 18px 42px -6px rgba(15,23,42,0.5), 0 10px 20px rgba(15,23,42,0.3);
}

.workflow-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--brand-gradient);
    opacity: 0;
    transition: opacity var(--transition);
    z-index: 2;
}

.workflow-card:hover {
    border-color: rgba(249,115,22,0.3);
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 26px 55px -8px rgba(249,115,22,0.35), 0 16px 30px rgba(15,23,42,0.45);
}

.workflow-card:hover::before { opacity: 1; }

.workflow-step-num {
    font-size: 2.5rem;
    font-weight: 800;
    background: var(--brand-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    opacity: 0.55;
    margin-bottom: 16px;
    transition: opacity var(--transition), transform var(--transition);
}

.workflow-card:hover .workflow-step-num {
    opacity: 1;
    transform: scale(1.12);
}

.workflow-card h3 {
    font-size: 1rem;
    margin-bottom: 10px;
    font-weight: 600;
}

.workflow-card p {
    color: var(--text-muted);
    font-size: 0.84rem;
    line-height: 1.8;
}

/* ============================================================
   SOLID CTA SECTION
   ============================================================ */
.premium-solid-cta {
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image:
        linear-gradient(rgba(12,18,38,0.72) 0%, rgba(12,18,38,0.55) 50%, rgba(12,18,38,0.78) 100%),
        url('asset/cta-bg.png');
    border-top: 1px solid rgba(249,115,22,0.15);
    border-bottom: 1px solid rgba(249,115,22,0.15);
    padding: 80px 0;
}

.cta-container {
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
}

.cta-container h2 {
    font-size: clamp(1.6rem, 3.5vw, 2.4rem);
    margin-bottom: 16px;
    color: #ffffff;
}

.cta-container p {
    color: rgba(255,255,255,0.7);
    margin-bottom: 32px;
    font-size: 0.95rem;
    line-height: 1.9;
}

/* ============================================================
   FAQ SECTION
   ============================================================ */
.faq-section {
    background: var(--bg-light);
}

.faq-wrapper {
    max-width: 780px;
    margin: 0 auto;
}

.faq-item {
    border: 1px solid var(--border-color);
    border-radius: var(--radius-sm);
    margin-bottom: 12px;
    overflow: hidden;
    background: #ffffff;
    transition: border-color var(--transition), box-shadow var(--transition);
}

.faq-item.active {
    border-color: rgba(249,115,22,0.35);
    box-shadow: 0 8px 30px rgba(249,115,22,0.08);
}

.faq-trigger {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    background: transparent;
    border: none;
    color: var(--text-heading);
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
    transition: all var(--transition);
    font-family: inherit;
}

.faq-trigger:hover {
    background: var(--bg-tint);
}

.faq-icon {
    font-size: 1.4rem;
    color: var(--brand-orange);
    transition: transform var(--transition);
    flex-shrink: 0;
    margin-left: 16px;
    font-weight: 400;
}

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

.faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding: 0 24px;
    color: var(--text-muted);
    font-size: 0.9rem;
    line-height: 1.9;
    background: var(--bg-tint);
}

.faq-item.active .faq-content {
    max-height: 320px;
    padding: 20px 24px;
}

/* ============================================================
   CLIENTS MARQUEE
   ============================================================ */
.clients-section {
    background: var(--bg-light);
    padding: 60px 0;
    overflow: hidden;
}

.clients-section .center-heading {
    margin-bottom: 44px;
}

.carousel-container {
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent 0%, black 12%, black 88%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 12%, black 88%, transparent 100%);
}

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

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

.carousel-item {
    height: 52px;
    width: auto;
    opacity: 1;
    transition: all var(--transition);
    flex-shrink: 0;
}

.carousel-item:hover {
    opacity: 1;
}

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

/* ============================================================
   PAGE HERO (Inner pages)
   ============================================================ */
.page-hero {
    position: relative;
    padding: 170px 0 90px;
    text-align: center;
    overflow: hidden;
}

.page-hero-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 50% 0%, rgba(249,115,22,0.16) 0%, transparent 60%),
        linear-gradient(90deg, rgba(12,18,38,0.72) 0%, rgba(12,18,38,0.55) 45%, rgba(28,35,51,0.45) 100%),
        url('asset/epiwalk-hero.jpg') center/cover no-repeat;
    z-index: 0;
}

.page-hero .container { position: relative; z-index: 1; }

.page-hero h1 {
    font-size: clamp(2rem, 4.5vw, 3rem);
    margin-bottom: 16px;
    color: #ffffff;
}

.page-hero h1 span {
    background: var(--brand-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.page-hero p {
    color: rgba(255,255,255,0.72);
    font-size: 1.05rem;
    max-width: 620px;
    margin: 0 auto;
}

/* Breadcrumb */
.breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 20px;
    font-size: 0.85rem;
    color: rgba(255,255,255,0.6);
}

.breadcrumb a { color: rgba(255,255,255,0.6); }
.breadcrumb a:hover { color: var(--brand-gold); }
.breadcrumb .sep { color: rgba(251,191,36,0.5); }
.breadcrumb .current { color: var(--brand-gold); }

/* ============================================================
   ABOUT PAGE - DETAILED
   ============================================================ */
.about-detail-section { background: var(--bg-light); }

.about-detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.about-detail-content h2 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    margin-bottom: 20px;
}
.about-detail-content h2 span { color: var(--brand-red); }

.about-detail-content p {
    color: var(--text-muted);
    margin-bottom: 16px;
    font-size: 0.95rem;
    line-height: 1.9;
}

.about-detail-img {
    border-radius: var(--radius);
    overflow: visible;
    position: relative;
}

.about-detail-img::before {
    content: '';
    position: absolute;
    width: 85%;
    height: 85%;
    background: var(--brand-gradient);
    opacity: 0.12;
    filter: blur(50px);
    border-radius: 30px;
    z-index: 1;
}

.about-detail-img img {
    position: relative;
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: var(--radius);
    border: 8px solid #ffffff;
    box-shadow: var(--shadow-soft);
    z-index: 2;
}

/* Vision Mission */
.vision-mission-section {
    background: linear-gradient(135deg, var(--bg-tint), var(--bg-tint-2));
}

.vm-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.vm-card {
    background: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: var(--radius);
    padding: 42px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 18px 42px -6px rgba(15,23,42,0.5), 0 10px 20px rgba(15,23,42,0.3);
    transition: all var(--transition);
}

.vm-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--brand-gradient);
    opacity: 0;
    transition: opacity var(--transition);
}

.vm-card:hover {
    transform: translateY(-8px) scale(1.02);
    border-color: rgba(249,115,22,0.3);
    box-shadow: 0 28px 60px -8px rgba(249,115,22,0.35), 0 16px 30px rgba(15,23,42,0.45);
}

.vm-card:hover::before { opacity: 1; }

.vm-card h3 {
    font-size: 1.4rem;
    margin-bottom: 16px;
    color: var(--brand-red);
}

.vm-card p {
    color: var(--text-muted);
    font-size: 0.92rem;
    line-height: 1.9;
}

.vm-card ul {
    list-style: none;
    margin-top: 12px;
}

.vm-card ul li {
    padding: 8px 0;
    color: var(--text-muted);
    font-size: 0.9rem;
    position: relative;
    padding-left: 26px;
}

.vm-card ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    width: 8px;
    height: 8px;
    background: var(--brand-orange);
    border-radius: 50%;
}

/* Values Section */
.values-section { background: var(--bg-light); }

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

.value-card {
    text-align: center;
    padding: 42px 28px;
    background: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: var(--radius);
    position: relative;
    overflow: hidden;
    transition: all var(--transition);
    box-shadow: 0 18px 42px -6px rgba(15,23,42,0.5), 0 10px 20px rgba(15,23,42,0.3);
}

.value-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--brand-gradient);
    opacity: 0;
    transition: opacity var(--transition);
}

.value-card:hover {
    border-color: rgba(249,115,22,0.3);
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 28px 60px -8px rgba(249,115,22,0.35), 0 16px 30px rgba(15,23,42,0.45);
}

.value-card:hover::before { opacity: 1; }

.value-icon {
    width: 66px;
    height: 66px;
    margin: 0 auto 20px;
    background: var(--bg-tint);
    border: 1px solid rgba(249,115,22,0.22);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-red);
    font-size: 1.6rem;
    transition: all var(--transition);
}

.value-card:hover .value-icon {
    background: var(--brand-gradient);
    color: #ffffff;
    border-color: transparent;
}

.value-card h3 {
    font-size: 1.05rem;
    margin-bottom: 10px;
}

.value-card p {
    color: var(--text-muted);
    font-size: 0.85rem;
    line-height: 1.8;
}

/* ============================================================
   SERVICES PAGE
   ============================================================ */
.services-detail-section {
    background: linear-gradient(180deg, var(--bg-light), var(--bg-tint));
}

.services-prolog-section {
    background: var(--bg-light);
    padding: 90px 0 30px;
}

.services-prolog {
    max-width: 880px;
    margin: 0 auto;
    text-align: center;
}

.services-prolog h2 {
    font-size: clamp(1.6rem, 3.5vw, 2.4rem);
    margin-bottom: 22px;
}

.services-prolog h2 span {
    background: var(--brand-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.services-prolog p {
    color: var(--text-muted);
    font-size: 0.97rem;
    line-height: 1.95;
    margin-bottom: 16px;
}

.services-prolog p:last-child {
    margin-bottom: 0;
}

/* ============================================================
   TP DOC SECTION
   ============================================================ */
.tpdoc-section {
    background: linear-gradient(180deg, var(--bg-light), var(--bg-tint));
    padding: 90px 0;
}

.tpdoc-intro {
    max-width: 860px;
    margin: 0 auto 48px;
    text-align: center;
}

.tpdoc-intro p {
    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.95;
}

.tpdoc-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 48px;
}

.tpdoc-card {
    background: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: var(--radius);
    padding: 36px 28px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 18px 42px -6px rgba(15,23,42,0.5), 0 10px 20px rgba(15,23,42,0.3);
    transition: all var(--transition);
}

.tpdoc-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--brand-gradient);
    opacity: 0;
    transition: opacity var(--transition);
}

.tpdoc-card:hover {
    transform: translateY(-8px) scale(1.02);
    border-color: rgba(249,115,22,0.3);
    box-shadow: 0 28px 60px -8px rgba(249,115,22,0.35), 0 16px 30px rgba(15,23,42,0.45);
}

.tpdoc-card:hover::before { opacity: 1; }

.tpdoc-num {
    font-size: 2.3rem;
    font-weight: 800;
    background: var(--brand-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    opacity: 0.6;
    margin-bottom: 14px;
    transition: opacity var(--transition), transform var(--transition);
}

.tpdoc-card:hover .tpdoc-num {
    opacity: 1;
    transform: scale(1.08);
}

.tpdoc-card h3 {
    font-size: 1.05rem;
    margin-bottom: 12px;
    font-weight: 600;
}

.tpdoc-card p {
    color: var(--text-muted);
    font-size: 0.85rem;
    line-height: 1.8;
}

.tpdoc-solution {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}

.tpdoc-solution h3 {
    font-size: clamp(1.3rem, 3vw, 1.7rem);
    margin-bottom: 18px;
    color: var(--dark-primary);
}

.tpdoc-solution h3 span {
    background: var(--brand-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.tpdoc-solution > p {
    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.95;
    margin-bottom: 28px;
}

.tpdoc-list {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 28px;
    text-align: left;
    max-width: 780px;
    margin: 0 auto 32px;
}

.tpdoc-list li {
    color: var(--text-muted);
    font-size: 0.88rem;
    line-height: 1.7;
    position: relative;
    padding-left: 26px;
}

.tpdoc-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 9px;
    height: 9px;
    background: var(--brand-orange);
    border-radius: 50%;
}

.services-prolog .premium-badge {
    margin-bottom: 18px;
}

.services-detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: stretch;
}

.services-photo {
    display: flex;
    flex-direction: column;
    border-radius: var(--radius);
}

.services-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--radius);
    box-shadow: 0 18px 42px -6px rgba(15,23,42,0.5), 0 10px 20px rgba(15,23,42,0.3);
}

.services-photo-caption {
    padding: 24px 0 0;
}

.caption-role {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--brand-red);
    margin-bottom: 4px;
}

.services-photo-caption h4 {
    font-size: 1.15rem;
    margin-bottom: 4px;
    color: var(--text-dark);
}

.caption-title {
    font-size: 0.78rem;
    color: var(--text-muted);
    letter-spacing: 0.02em;
    margin-bottom: 6px;
}

.caption-desc {
    font-size: 0.85rem;
    color: var(--text-muted);
    line-height: 1.7;
}

.services-cards-col {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.service-detail-card {
    background: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: var(--radius);
    padding: 44px 36px;
    transition: all var(--transition);
    position: relative;
    overflow: hidden;
    box-shadow: 0 18px 42px -6px rgba(15,23,42,0.5), 0 10px 20px rgba(15,23,42,0.3);
}

.service-detail-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--brand-gradient);
    opacity: 0;
    transition: opacity var(--transition);
}

.service-detail-card:hover {
    transform: translateY(-8px) scale(1.02);
    border-color: rgba(249,115,22,0.3);
    box-shadow: 0 28px 60px -8px rgba(249,115,22,0.35), 0 16px 30px rgba(15,23,42,0.45);
}

.service-detail-card:hover::before { opacity: 1; }

.service-detail-card .service-icon-wrap {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: var(--bg-tint);
    border: 1px solid rgba(249,115,22,0.22);
    color: var(--brand-red);
}

.service-detail-card:hover .service-icon-wrap {
    background: var(--brand-gradient);
    color: #ffffff;
    border-color: transparent;
}

.service-detail-card .service-icon-wrap svg {
    width: 30px;
    height: 30px;
}

.service-detail-card h3 {
    font-size: 1.2rem;
    margin-bottom: 14px;
}

.service-detail-card p {
    color: var(--text-muted);
    font-size: 0.9rem;
    line-height: 1.9;
}

.service-detail-card .service-features {
    margin-top: 16px;
    list-style: none;
}

.service-detail-card .service-features li {
    padding: 6px 0;
    color: var(--text-muted);
    font-size: 0.85rem;
    position: relative;
    padding-left: 22px;
}

.service-detail-card .service-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--brand-orange);
    font-weight: 700;
}

/* ============================================================
   NAVBAR DROPDOWN (Services Sub-Menu)
   ============================================================ */
.nav-item.has-dropdown {
    position: relative;
}

.nav-item .nav-dropdown-title {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--text-secondary);
    padding: 10px 14px;
    border-radius: 10px;
    font-size: 0.86rem;
    font-weight: 500;
    transition: all var(--transition);
    position: relative;
    white-space: nowrap;
}

.nav-item .nav-dropdown-title:hover {
    color: var(--brand-orange);
}

.nav-item .nav-dropdown-title.active {
    background: var(--bg-tint);
    color: var(--brand-red);
    font-weight: 600;
}

.nav-item .nav-dropdown-title.active::after {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 3px;
    background: var(--brand-gradient);
    border-radius: 3px;
}

.nav-caret {
    font-size: 0.68rem;
    color: var(--brand-orange);
    transition: transform var(--transition);
}

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

.nav-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%) translateY(8px);
    min-width: 292px;
    background: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: 16px;
    box-shadow: 0 24px 50px -8px rgba(15,23,42,0.16);
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    opacity: 0;
    visibility: hidden;
    transition: all var(--transition);
    z-index: 1000;
}

.nav-item:hover .nav-dropdown,
.nav-item:focus-within .nav-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.nav-dropdown a {
    display: block;
    color: var(--text-secondary);
    padding: 10px 14px;
    border-radius: 10px;
    font-size: 0.85rem;
    font-weight: 500;
    line-height: 1.4;
    transition: all var(--transition);
}

.nav-dropdown a:hover {
    background: var(--bg-tint);
    color: var(--brand-red);
    padding-left: 18px;
}

/* ============================================================
   CONSULTANT PAGE
   ============================================================ */
.consultant-section { background: var(--bg-light); }

.center-desc {
    max-width: 640px;
    margin: 18px auto 0;
    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.8;
}

/* ---------- KANTOR KAMI ---------- */
.consultant-office-section {
    background: linear-gradient(180deg, var(--bg-light), var(--bg-tint));
    padding: 90px 0;
}

.consultant-office-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 60px;
    align-items: center;
}

.consultant-office-text h2 {
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    margin-bottom: 20px;
    line-height: 1.3;
}

.consultant-office-text h2 span {
    background: var(--brand-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.consultant-office-text > p {
    color: var(--text-muted);
    font-size: 0.94rem;
    line-height: 1.9;
    margin-bottom: 32px;
}

.consultant-facts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.consultant-fact {
    background: #ffffff;
    border: 1px solid var(--border-color);
    border-left: 3px solid var(--brand-orange);
    border-radius: 12px;
    padding: 18px 20px;
    box-shadow: 0 10px 26px -10px rgba(15,23,42,0.35);
    transition: all var(--transition);
}

.consultant-fact:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px -10px rgba(249,115,22,0.4);
}

.consultant-fact h4 {
    font-size: 0.95rem;
    margin-bottom: 6px;
    color: var(--dark-primary);
}

.consultant-fact p {
    color: var(--text-muted);
    font-size: 0.82rem;
    line-height: 1.7;
}

.consultant-office-media {
    position: relative;
}

.consultant-office-media img {
    width: 100%;
    height: 440px;
    object-fit: cover;
    border-radius: var(--radius);
    box-shadow: 0 24px 50px -12px rgba(15,23,42,0.5);
    border: 8px solid #ffffff;
}

.consultant-office-badge {
    position: absolute;
    bottom: -22px;
    left: -22px;
    background: var(--brand-gradient);
    color: #ffffff;
    border-radius: 16px;
    padding: 18px 26px;
    text-align: center;
    box-shadow: 0 18px 40px -10px rgba(249,115,22,0.55);
}

.consultant-office-badge strong {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
}

.consultant-office-badge small {
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.5px;
}

/* ---------- DEWAN KONSULTAN (TEAM GRID) ---------- */
.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.member-card {
    background: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: var(--radius);
    overflow: hidden;
    transition: all var(--transition);
    box-shadow: 0 18px 42px -6px rgba(15,23,42,0.5), 0 10px 20px rgba(15,23,42,0.3);
}

.member-card:hover {
    transform: translateY(-8px);
    border-color: rgba(249,115,22,0.3);
    box-shadow: 0 28px 60px -8px rgba(249,115,22,0.35), 0 16px 30px rgba(15,23,42,0.45);
}

.member-photo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0 6px;
    background: linear-gradient(180deg, var(--bg-tint), #ffffff);
}

.member-photo img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    display: block;
    border-radius: 50%;
    border: 6px solid #ffffff;
    box-shadow:
        0 0 0 5px rgba(249,115,22,0.22),
        0 0 0 10px rgba(249,115,22,0.08),
        0 20px 40px -12px rgba(15,23,42,0.45);
    transition: transform 0.5s ease, box-shadow var(--transition);
}

.member-card:hover .member-photo img {
    transform: scale(1.06);
    box-shadow:
        0 0 0 5px rgba(249,115,22,0.45),
        0 0 0 10px rgba(249,115,22,0.15),
        0 24px 48px -12px rgba(249,115,22,0.4);
}

.member-body {
    padding: 22px 24px 30px;
    text-align: center;
}

.member-role {
    display: inline-block;
    color: var(--brand-orange);
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.member-body h3 {
    font-size: 1.15rem;
    margin-bottom: 8px;
}

.member-cred {
    font-size: 0.76rem;
    color: var(--brand-red);
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.5;
}

.member-body p {
    color: var(--text-muted);
    font-size: 0.85rem;
    line-height: 1.75;
}

/* ============================================================
   BLOG PAGE
   ============================================================ */
.blog-section { background: var(--bg-light); }

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

.blog-card {
    background: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: var(--radius);
    overflow: hidden;
    transition: all var(--transition);
    box-shadow: 0 6px 25px rgba(15,23,42,0.04);
}

.blog-card:hover {
    transform: translateY(-6px);
    border-color: rgba(249,115,22,0.28);
    box-shadow: var(--shadow-card);
}

.blog-card-img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.blog-card-body {
    padding: 26px;
}

.blog-card-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 0.78rem;
    color: var(--text-muted);
}

.blog-card-meta .tag {
    background: var(--brand-gradient);
    color: #ffffff;
    padding: 3px 12px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.7rem;
    letter-spacing: 0.5px;
}

.blog-card-body h3 {
    font-size: 1.05rem;
    margin-bottom: 10px;
    line-height: 1.5;
}

.blog-card-body h3 a { color: var(--text-heading); }
.blog-card-body h3 a:hover { color: var(--brand-orange); }

.blog-card-body p {
    color: var(--text-muted);
    font-size: 0.85rem;
    line-height: 1.8;
    margin-bottom: 16px;
}

.blog-card-body .read-more {
    color: var(--brand-red);
    font-size: 0.85rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: gap var(--transition);
}

.blog-card-body .read-more:hover {
    gap: 12px;
    color: var(--brand-orange);
}

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact-section { background: var(--bg-light); }

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.contact-info-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-info-card {
    background: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: var(--radius);
    padding: 28px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    transition: all var(--transition);
    box-shadow: 0 6px 25px rgba(15,23,42,0.04);
}

.contact-info-card:hover {
    border-color: rgba(249,115,22,0.28);
    transform: translateX(6px);
    box-shadow: var(--shadow-card);
}

.contact-icon {
    width: 52px;
    height: 52px;
    background: var(--bg-tint);
    border: 1px solid rgba(249,115,22,0.22);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-red);
    flex-shrink: 0;
    font-size: 1.2rem;
    transition: all var(--transition);
}

.contact-info-card:hover .contact-icon {
    background: var(--brand-gradient);
    color: #ffffff;
    border-color: transparent;
}

.contact-info-card h4 {
    font-size: 0.98rem;
    margin-bottom: 6px;
}

.contact-info-card p,
.contact-info-card a {
    color: var(--text-muted);
    font-size: 0.88rem;
    line-height: 1.8;
}

.contact-info-card a:hover { color: var(--brand-orange); }

.contact-form-wrap {
    background: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: var(--radius);
    padding: 40px;
    box-shadow: 0 6px 25px rgba(15,23,42,0.04);
}

.contact-form-wrap h3 {
    font-size: 1.3rem;
    margin-bottom: 24px;
}

.form-status {
    margin-top: 16px;
    padding: 14px 18px;
    font-size: 0.85rem;
    line-height: 1.5;
    border-radius: var(--radius-sm);
    animation: formStatusIn 0.35s ease forwards;
}

.form-status.success {
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    color: #047857;
}

.form-status.error {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #b91c1c;
}

@keyframes formStatusIn {
    from { opacity: 0; transform: translateY(-6px); }
    to { opacity: 1; transform: translateY(0); }
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text-secondary);
    margin-bottom: 8px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 14px 18px;
    background: var(--bg-tint);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-sm);
    color: var(--text-primary);
    font-size: 0.9rem;
    font-family: inherit;
    transition: border-color var(--transition), box-shadow var(--transition);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--brand-orange);
    box-shadow: 0 0 0 3px rgba(249,115,22,0.12);
    background: #ffffff;
}

.form-group textarea {
    min-height: 120px;
    resize: vertical;
}

.form-group select option {
    background: #ffffff;
    color: var(--text-primary);
}

/* Map */
.map-section {
    background: #fff;
    padding: 0;
}

.map-section iframe {
    width: 100%;
    height: 420px;
    border: none;
    filter: grayscale(30%);
}

/* ============================================================
   FOOTER
   ============================================================ */
.lux-footer {
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image:
        linear-gradient(180deg, rgba(11,16,31,0.80) 0%, rgba(11,16,31,0.62) 50%, rgba(13,20,38,0.85) 100%),
        radial-gradient(ellipse at 80% 100%, rgba(249,115,22,0.12) 0%, transparent 55%),
        url('asset/footer-bg.jpg');
    padding: 70px 0 0;
    border-top: 1px solid rgba(249,115,22,0.15);
    color: rgba(255,255,255,0.7);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
    gap: 40px;
}

.footer-col h3 {
    font-size: 1rem;
    margin-bottom: 20px;
    color: #ffffff;
    position: relative;
    padding-bottom: 10px;
}

.footer-col h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 36px;
    height: 3px;
    background: var(--brand-gradient);
    border-radius: 3px;
}

.footer-col > p {
    color: rgba(255,255,255,0.65);
    font-size: 0.85rem;
    line-height: 1.9;
}

.footer-links {
    list-style: none;
}

.footer-links li { margin-bottom: 10px; }

.footer-links a {
    color: rgba(255,255,255,0.65);
    font-size: 0.85rem;
    transition: all var(--transition);
}

.footer-links a:hover {
    color: var(--brand-gold);
    padding-left: 6px;
}

.contact-list {
    list-style: none;
}

.contact-list li {
    color: rgba(255,255,255,0.65);
    font-size: 0.85rem;
    margin-bottom: 10px;
    line-height: 1.8;
}

.contact-list a {
    color: rgba(255,255,255,0.65);
    font-size: 0.85rem;
}

.contact-list a:hover { color: var(--brand-gold); }

.footer-bottom {
    margin-top: 40px;
    padding: 22px 0;
    border-top: 1px solid rgba(249,115,22,0.12);
    text-align: center;
}

.footer-bottom p {
    color: rgba(255,255,255,0.55);
    font-size: 0.8rem;
}

/* ============================================================
   FLOATING WHATSAPP BUTTON
   ============================================================ */
.float-wa {
    position: fixed;
    bottom: 26px;
    right: 26px;
    z-index: 9999;
    width: 60px;
    height: 60px;
    border-radius: 18px;
    background: var(--brand-gradient);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 10px 30px rgba(249,115,22,0.4);
    transition: all var(--transition);
    animation: pulse-wa 2.2s infinite;
}

.float-wa:hover {
    transform: scale(1.08);
    box-shadow: 0 14px 40px rgba(220,38,38,0.5);
    color: #ffffff;
}

.float-wa svg {
    width: 30px;
    height: 30px;
}

@keyframes pulse-wa {
    0% { box-shadow: 0 10px 30px rgba(249,115,22,0.4); }
    50% { box-shadow: 0 10px 40px rgba(249,115,22,0.65); }
    100% { box-shadow: 0 10px 30px rgba(249,115,22,0.4); }
}

@media (max-width: 768px) {
    .float-wa {
        width: 54px;
        height: 54px;
        bottom: 18px;
        right: 18px;
    }
    .float-wa svg { width: 26px; height: 26px; }
    .wa-popup { right: 0; bottom: 70px; }
    .wa-popup::after { right: 22px; }
}

/* ============================================================
   WA POPUP - PREMIUM
   ============================================================ */
.wa-popup {
    position: absolute;
    bottom: 76px;
    right: 0;
    width: 300px;
    border-radius: 20px;
    padding: 1px;
    background: linear-gradient(160deg, #fde68a 0%, #fbbf24 20%, #f97316 50%, #dc2626 80%, #7f1d1d 100%);
    box-shadow: 0 24px 60px -10px rgba(0,0,0,0.6), 0 12px 40px rgba(249,115,22,0.35), 0 0 0 1px rgba(251,191,36,0.2) inset;
    opacity: 0;
    visibility: hidden;
    transform: translateY(16px) scale(0.9);
    transform-origin: bottom right;
    transition: opacity 0.5s cubic-bezier(0.22,1,0.36,1), transform 0.5s cubic-bezier(0.22,1,0.36,1), visibility 0.5s;
    pointer-events: none;
    z-index: 10000;
}

.wa-popup::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 0deg, transparent 0deg, rgba(255,255,255,0.25) 40deg, transparent 90deg, transparent 180deg, rgba(251,191,36,0.35) 220deg, transparent 270deg);
    animation: wa-border-rotate 6s linear infinite;
    pointer-events: none;
}

@keyframes wa-border-rotate {
    to { transform: rotate(360deg); }
}

.wa-popup-inner {
    position: relative;
    border-radius: 19px;
    background:
        radial-gradient(140% 120% at 100% 0%, rgba(249,115,22,0.35) 0%, transparent 45%),
        radial-gradient(120% 130% at 0% 100%, rgba(220,38,38,0.3) 0%, transparent 50%),
        linear-gradient(160deg, #0f172a 0%, #1e1b4b 55%, #1c1917 100%);
    padding: 22px 20px 18px;
    overflow: hidden;
}

/* shimmer sweep */
.wa-popup-inner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,0.07) 45%, rgba(255,255,255,0.16) 50%, rgba(255,255,255,0.07) 55%, transparent 70%);
    background-size: 250% 100%;
    background-position: 120% 0;
    animation: wa-shimmer 3.5s ease-in-out infinite;
    pointer-events: none;
}

@keyframes wa-shimmer {
    0% { background-position: 120% 0; }
    55% { background-position: -20% 0; }
    100% { background-position: -20% 0; }
}

/* twinkling sparks */
.wa-popup-inner::after {
    content: '✦';
    position: absolute;
    top: 14px;
    left: 16px;
    font-size: 14px;
    color: rgba(251,191,36,0.9);
    text-shadow: 0 0 12px rgba(251,191,36,0.9);
    animation: wa-twinkle 2s ease-in-out infinite;
    pointer-events: none;
}

@keyframes wa-twinkle {
    0%, 100% { opacity: 0.25; transform: scale(0.7) rotate(0deg); }
    50% { opacity: 1; transform: scale(1.15) rotate(180deg); }
}

.wa-popup.wa-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

/* arrow */
.wa-popup::after {
    content: '';
    position: absolute;
    bottom: 15px;
    right: -5px;
    width: 14px;
    height: 14px;
    background: linear-gradient(135deg, #f97316, #dc2626);
    transform: rotate(45deg);
    box-shadow: 2px 2px 6px rgba(220,38,38,0.5);
    z-index: -1;
}

.wa-popup-close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 50%;
    color: rgba(255,255,255,0.6);
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    transition: all 0.25s;
}

.wa-popup-close:hover {
    background: rgba(220,38,38,0.9);
    border-color: transparent;
    color: #ffffff;
    transform: rotate(90deg);
}

.wa-popup-top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    padding-right: 28px;
}

.wa-popup-avatar {
    position: relative;
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: linear-gradient(135deg, #fbbf24, #f97316, #dc2626);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    box-shadow: 0 4px 16px rgba(249,115,22,0.5), 0 0 0 2px rgba(251,191,36,0.25);
}

.wa-popup-avatar svg {
    width: 24px;
    height: 24px;
}

.wa-status-dot {
    position: absolute;
    bottom: 1px;
    right: 1px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #22c55e;
    border: 2px solid #0f172a;
}

.wa-status-dot::after {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    border: 1px solid rgba(34,197,94,0.8);
    animation: wa-ping 1.8s cubic-bezier(0,0,0.2,1) infinite;
}

@keyframes wa-ping {
    0% { transform: scale(0.6); opacity: 1; }
    80%, 100% { transform: scale(1.8); opacity: 0; }
}

.wa-popup-user {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.wa-popup-name {
    font-size: 0.85rem;
    font-weight: 700;
    color: #ffffff;
    background: linear-gradient(90deg, #fde68a, #fbbf24, #fddc8f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.wa-popup-status {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.72rem;
    color: rgba(255,255,255,0.55);
}

.wa-popup-status::before {
    content: '●';
    font-size: 0.6rem;
    color: #22c55e;
    text-shadow: 0 0 8px #22c55e;
}

.wa-popup-divider {
    height: 1px;
    margin: 14px 0;
    background: linear-gradient(90deg, transparent, rgba(251,191,36,0.5), rgba(249,115,22,0.5), transparent);
}

.wa-popup-title {
    font-size: 1.05rem;
    font-weight: 800;
    margin: 0 0 6px;
    line-height: 1.35;
    color: #ffffff;
}

.wa-popup-grad {
    background: linear-gradient(90deg, #fbbf24, #f97316, #fbbf24);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: wa-grad-shift 3s linear infinite;
}

@keyframes wa-grad-shift {
    to { background-position: 200% center; }
}

.wa-popup-sub {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.6);
    margin: 0;
    line-height: 1.55;
}

.wa-popup-sub b {
    color: #fbbf24;
    font-weight: 700;
}

.wa-popup-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
    padding: 11px 16px;
    font-size: 0.85rem;
    font-weight: 700;
    color: #ffffff;
    border-radius: 12px;
    cursor: pointer;
    background: linear-gradient(135deg, #fbbf24 0%, #f97316 55%, #dc2626 100%);
    box-shadow: 0 8px 24px rgba(249,115,22,0.45), 0 0 0 1px rgba(251,191,36,0.35) inset;
    transition: all 0.25s;
    position: relative;
    overflow: hidden;
}

.wa-popup-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: -60%;
    width: 40%;
    height: 100%;
    background: linear-gradient(100deg, transparent, rgba(255,255,255,0.45), transparent);
    transform: skewX(-20deg);
    animation: wa-cta-sweep 2.8s ease-in-out infinite;
}

@keyframes wa-cta-sweep {
    0% { left: -60%; }
    50%, 100% { left: 130%; }
}

.wa-popup-cta svg {
    width: 18px;
    height: 18px;
}

.wa-popup-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(249,115,22,0.6), 0 0 0 1px rgba(251,191,36,0.5) inset;
}

.wa-show .wa-popup-top {
    animation: wa-stagger 0.5s cubic-bezier(0.22,1,0.36,1) 0.25s both;
}
.wa-show .wa-popup-title {
    animation: wa-stagger 0.5s cubic-bezier(0.22,1,0.36,1) 0.35s both;
}
.wa-show .wa-popup-sub {
    animation: wa-stagger 0.5s cubic-bezier(0.22,1,0.36,1) 0.45s both;
}
.wa-show .wa-popup-cta {
    animation: wa-stagger 0.5s cubic-bezier(0.22,1,0.36,1) 0.55s both;
}

@keyframes wa-stagger {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ============================================================
   SCROLL REVEAL ANIMATION
   ============================================================ */
.reveal {
    opacity: 0;
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal-up { transform: translateY(40px); }
.reveal-left { transform: translateX(-40px); }
.reveal-right { transform: translateX(40px); }
.reveal-scale { transform: scale(0.92); }

.reveal.in-view {
    opacity: 1;
    transform: translateY(0) translateX(0) scale(1);
}

/* ============================================================
   RESPONSIVE DESIGN
   ============================================================ */
@media (max-width: 1024px) {
    .services-grid,
    .consultant-grid,
    .team-grid,
    .blog-grid,
    .values-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .workflow-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .workflow-grid::before { display: none; }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
    section { padding: 80px 0; }
    .srv-hero { padding: 150px 0 80px; min-height: auto; }

    .menu-toggle { display: flex; }

    .nav-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 300px;
        height: 100vh;
        background: #ffffff;
        flex-direction: column;
        padding: 100px 24px 40px;
        gap: 4px;
        transition: right var(--transition);
        box-shadow: -8px 0 30px rgba(15,23,42,0.15);
        overflow-y: auto;
        align-items: stretch;
    }

    .nav-menu.active { right: 0; }

    .nav-menu > a {
        padding: 13px 16px;
        font-size: 0.95rem;
        border-radius: 12px;
    }

    .nav-menu > a.active {
        background: var(--bg-tint);
    }

    .nav-item.has-dropdown { position: static; }

    .nav-item .nav-dropdown-title {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 13px 16px;
        font-size: 0.95rem;
        border-radius: 12px;
        white-space: normal;
    }

    .nav-item .nav-dropdown-title.active { background: var(--bg-tint); }

    .nav-dropdown {
        position: static;
        transform: none;
        min-width: 0;
        opacity: 1;
        visibility: visible;
        background: transparent;
        border: none;
        border-left: 2px solid var(--border-color);
        border-radius: 0;
        box-shadow: none;
        padding: 4px 0 10px 18px;
        margin-left: 8px;
    }

    .nav-dropdown a {
        padding: 10px 12px;
        font-size: 0.9rem;
    }

    .about-layout,
    .about-detail-grid,
    .contact-grid,
    .vm-grid,
    .services-detail-grid {
        grid-template-columns: 1fr;
    }

    .metrics-grid { grid-template-columns: repeat(2, 1fr); }

    .footer-grid { grid-template-columns: 1fr; }

    .about-showcase img { height: 300px; }
}

@media (max-width: 768px) {
    section { padding: 60px 0; }

    .premium-solid-cta { background-attachment: scroll; }
    .lux-footer { background-attachment: scroll; }

    .srv-hero { padding: 130px 0 60px; }

    .hero-title-large { font-size: 2.1rem; }
    .hero-subtitle-text { font-size: 0.95rem; }
    .hero-slider { min-height: 380px; }

    .hero-action-buttons { flex-direction: column; }
    .hero-action-buttons .btn-lux { width: 100%; justify-content: center; }

    .services-grid,
    .consultant-grid,
    .team-grid,
    .blog-grid,
    .values-grid {
        grid-template-columns: 1fr;
    }

    .consultant-office-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .consultant-facts {
        grid-template-columns: 1fr 1fr;
    }

    .consultant-office-badge {
        bottom: -14px;
        left: 14px;
        padding: 14px 20px;
    }

    .consultant-office-media img {
        height: 320px;
        border-width: 6px;
    }

    .workflow-grid { grid-template-columns: 1fr; }
    .workflow-grid::before { display: none; }

    .tpdoc-grid { grid-template-columns: 1fr; }
    .tpdoc-list { grid-template-columns: 1fr; }

    .service-detail-card { padding: 30px 24px; }
    .vm-card { padding: 30px; }
    .contact-form-wrap { padding: 28px; }

    .metric-card h3 { font-size: 1.9rem; }

    .carousel-track { gap: 40px; }
    .carousel-item { height: 38px; }
}

@media (max-width: 480px) {
    .container { padding: 0 16px; }
    .srv-hero { padding: 120px 0 50px; }
    .hero-title-large { font-size: 1.75rem; }
    .hero-slider { min-height: 350px; }
    .hero-slider-nav { gap: 14px; }
    .hero-slider-arrow { width: 40px; height: 40px; }

    .metrics-grid { grid-template-columns: 1fr 1fr; gap: 20px; }

    .consultant-facts { grid-template-columns: 1fr; }
    .consultant-office-badge { bottom: -12px; left: 8px; }

    .btn-lux { padding: 13px 26px; font-size: 0.88rem; }

    .footer-grid { gap: 30px; }

    .navbar-logo-img { height: 40px; }
}

/* ---------- PRINT STYLES ---------- */
@media print {
    .main-header, .menu-toggle, .lux-footer, .float-wa { display: none; }
    body { background: #fff; color: #000; }
    section { padding: 20px 0; }
}