:root {
    --mainColor: #00142E;
    --secondaryColor: #32012F;
    --acsentColor: #0066ff; 
    --cardLight: rgba(255, 255, 255, 0.08);
    --spacing-desktop: 100px;
    --spacing-mobile: 60px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    min-height: 100vh;
    font-family: 'Poppins', sans-serif;
    background: #FAFAFA;
    color: #00142E;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

a {
    color: #fff;
    text-decoration: none;
    transition: color 0.25s ease;
}

a:hover {
    color: var(--acsentColor);
}

.color-acsent {
    color: var(--acsentColor) !important;
}

/* ========================================================
   🌐 JOBTRACKER FULL-WIDTH CUSTOM NAVBAR
   ======================================================== */
.custom-navbar {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 14px 0; 
    width: 100%;
    left: 0;
    top: 0;
    transform: none;
    border-radius: 0;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
    z-index: 1050;
}

/* Transisi Halus Saat Halaman Mulai Di-scroll */
.custom-navbar.scrolled {
    padding: 8px 0;
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

/* Brand Logo Typography (Reworked to Stack Layout) */
.navbar-brand {
    text-decoration: none;
    line-height: 1.1;
}

.brand-main {
    background: linear-gradient(90deg, #0066ff, #00c2ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.45rem;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.brand-sub {
    font-size: 11px;
    font-weight: 600;
    color: #64748b;
    letter-spacing: 0.02em;
    margin-top: 1px;
}

/* Nav Menu Link Style */
.navbar-nav .nav-link {
    font-weight: 600;
    font-size: 15px;
    color: #475569 !important;
    padding: 8px 16px !important;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.navbar-nav .nav-link:hover {
    background: rgba(0, 102, 255, 0.05);
    color: #0066ff !important;
}

.navbar-nav .nav-link.active {
    background: rgba(0, 102, 255, 0.08);
    color: #0066ff !important;
}

/* ========================================================
   👥 DYNAMIC AUTHENTICATION BUTTONS MANAGEMENT
   ======================================================== */
.dynamic-auth-area {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* 1. STATE BELUM LOGIN */
.btn-masuk-outline {
    color: #475569 !important;
    background: transparent;
    border: 1px solid #cbd5e1;
    padding: 8px 18px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.btn-masuk-outline:hover {
    background: #f1f5f9;
    color: #00142E !important;
    border-color: #94a3b8;
}

.btn-daftar-solid {
    background: #0066ff;
    color: #ffffff !important;
    padding: 9px 20px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 102, 255, 0.15);
    transition: all 0.2s ease;
}

.btn-daftar-solid:hover {
    background: #0052cc;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(0, 102, 255, 0.25);
}

/* 2. STATE SUDAH LOGIN */
.btn-user-avatar {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #4F46E5 0%, #3b82f6 100%);
    color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.5px;
    border: 2px solid #ffffff;
    box-shadow: 0 4px 10px rgba(79, 70, 229, 0.2);
    text-decoration: none;
    transition: all 0.2s ease;
}

.btn-user-avatar:hover {
    transform: scale(1.04);
}

.btn-dashboard-integrated {
    background: #4F46E5;
    color: #ffffff !important;
    padding: 9px 22px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    box-shadow: 0 4px 12px rgba(79, 70, 229, 0.2);
    transition: all 0.2s ease;
}

.btn-dashboard-integrated:hover {
    background: #4338ca;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(79, 70, 229, 0.3);
}



/* ========================================================
   🎯 HERO SECTION RESET & COMPACT FLOATING GRAPHICS
   ======================================================== */
.hero {
    padding: 160px 0 120px; 
    background: radial-gradient(circle at top right, #f4f6ff 0%, #ffffff 70%);
    position: relative;
    overflow: hidden;
    width: 100%;
}

.hero-container {
    max-width: 1200px;
    margin: auto;
    padding: 0 24px; 
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    gap: 50px;
}

.promo-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    background: #f0f2ff;
    color: #4f46e5;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 24px;
    border: 1px solid #e0e7ff;
}

.hero-title {
    font-size: 54px;
    font-weight: 800;
    line-height: 1.15;
    color: #00142E;
    letter-spacing: -0.03em;
}

.text-gradient {
    background: linear-gradient(90deg, #4F46E5, #00c2ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-subtitle {
    margin-top: 24px;
    font-size: 17.5px;
    color: #64748b;
    line-height: 1.7;
    max-width: 520px;
}

.hero-buttons {
    margin-top: 36px;
    display: flex;
    gap: 14px;
}

.btn-primary {
    background: #0066ff;
    color: white !important;
    padding: 16px 32px;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(0, 102, 255, 0.2);
}

.btn-primary:hover {
    background: #0052cc;
    transform: translateY(-2px);
}

.btn-outline {
    background: #ffffff;
    color: #00142E;
    padding: 16px 32px;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid #cbd5e1;
}

.btn-outline:hover {
    background: #f8fafc;
    border-color: #0066ff;
    color: #0066ff;
}

.trust-badge-simple {
    margin-top: 40px;
    border-top: 1px solid #f0f5fa;
    padding-top: 24px;
}

.star-row {
    font-size: 16px;
    display: block;
    margin-bottom: 6px;
}

.trust-badge-simple p {
    font-size: 13.5px;
    color: #64748b;
    margin: 0;
}

/* ========================================================
   📸 RIGHT CONTAINER & FLOATING RULES
   ======================================================== */
.hero-img-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px; 
}

.hero-img {
    width: 100%;
    max-width: 980px; 
    height: auto;
    filter: drop-shadow(0 20px 40px rgba(15, 23, 42, 0.06));
    z-index: 2;
}

.soft-mask {
    -webkit-mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 1) 75%, rgba(0, 0, 0, 0) 100%);
    mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 1) 75%, rgba(0, 0, 0, 0) 100%);
}

/* Base Component Floating Card Layout (Compact Edition) */
.floating-tag {
    position: absolute;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(226, 232, 240, 0.8);
    padding: 8px 14px; 
    border-radius: 14px;
    box-shadow: 0 10px 25px -5px rgba(15, 23, 42, 0.05), 0 8px 10px -6px rgba(15, 23, 42, 0.03);
    display: inline-flex;
    align-items: center;
    gap: 10px; 
    z-index: 10;
    will-change: transform;
}

.tag-icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    flex-shrink: 0;
}
.bg-indigo-flat { background: #4F46E5; }

.tag-text {
    display: flex;
    flex-direction: column;
    text-align: left;
    line-height: 1.2;
}
.tag-label {
    font-size: 10px;
    color: #64748b;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}
.tag-title {
    font-size: 12.5px;
    color: #0f172a;
    font-weight: 700;
    margin-top: 1px;
}

.badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    right: 8px;
}
.dot-success { background-color: #22c55e; box-shadow: 0 0 6px #22c55e; }
.dot-warning { background-color: #f97316; box-shadow: 0 0 6px #f97316; }

/* ========================================================
    📍 COORDINATE POSITIONING (FINE-TUNING ADJUSTMENT)
   ======================================================== */
.tag-1 {
    top: 25%;
    left: -15%; /* Digeser lebih jauh ke kiri luar agar aman dari muka subjek */
    animation: premiumFloat 5s ease-in-out infinite;
}

.tag-2 {
    right: -4%; 
    top: 75%; /* Diturunkan posisinya biar seimbang di sisi kanan tengah bawah */
    animation: premiumFloat 5.5s ease-in-out infinite 0.4s;
}

.tag-3 {
    bottom: 12%;
    left: -6%; /* Didorong sedikit ke kiri luar sudut bawah */
    animation: premiumFloat 6s ease-in-out infinite 0.8s;
}

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

.blob-decoration {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 100%; height: 100%;
    background: radial-gradient(circle, rgba(238, 242, 255, 0.8) 0%, rgba(255, 255, 255, 0) 70%);
    z-index: 1;
    filter: blur(30px);
}


/* Sisa CSS lama (About, Feature, Marquee, dkk) biarkan tetap di bawahnya */


/* ========================================================
   🎨 ABOUT SECTION (PREMIUM COMPACT MODERNIZE)
   ======================================================== */
.about-section {
    padding: 120px 0;
    display: flex;
    justify-content: center;
    background-color: #fbfdff; /* Diganti warna off-white bersih solid */
    position: relative;
}

.about-container {
    max-width: 1200px;
    width: 100%;
    padding: 0 24px;
}

.about-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px; /* Jarak antar kolom diperlebar agar tidak sesak */
    align-items: center;
}

.about-left {
    position: relative;
    width: 100%;
}

.about-img-wrapper {
    width: 100%;
    border-radius: 28px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #f1f5f9;
    box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.04); /* Soft shadow premium */
}

.about-img {
    width: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.about-img-wrapper:hover .about-img {
    transform: scale(1.02);
}

.about-tag {
    color: #4F46E5; /* Disamakan aksen Indigo website */
    font-weight: 700;
    font-size: 12px;
    layer-spacing: 0.1em;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 12px;
}

.section-title {
    font-size: 38px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}

.about-right .accent {
    color: #4F46E5;
}

.about-desc {
    font-size: 16px;
    line-height: 1.7;
    color: #64748b;
    margin-bottom: 36px;
    max-width: 500px;
}

/* Container Box Poin Benefit */
.simple-benefits {
    display: flex;
    flex-direction: column;
    gap: 16px; /* Jarak antar baris kartu */
}

.b-item {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #ffffff;
    padding: 20px 24px;
    border-radius: 20px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 10px 15px -3px rgba(15, 23, 42, 0.02);
    transition: all 0.3s ease;
}

.b-item:hover {
    transform: translateX(4px);
    border-color: #e2e8f0;
    box-shadow: 0 20px 25px -5px rgba(15, 23, 42, 0.04);
}

/* Kotak Wadah Ikon Mini */
.b-icon-box {
    width: 44px;
    height: 44px;
    color: #4F46E5;
    font-size: 20px;
    background: #f0f2ff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.b-text {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.b-text strong {
    display: block;
    color: #0f172a;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 4px;
}

.b-text p {
    color: #64748b;
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
}



/* =============================
   FEATURE SECTION (REWORKED)
============================= */
.feature-section {
    padding: var(--spacing-desktop) 20px;
    display: flex;
    justify-content: center;
}

.feature-container {
    max-width: 1200px;
    width: 100%;
}

.section-header-feature {
    text-align: left;
    margin-bottom: 40px;
}

.section-header-feature h2 {
    font-size: 30px;
    font-weight: 800;
    color: #00142E;
}

.section-header-feature p {
    font-size: 15px;
    color: #6c757d;
    margin-top: 6px;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 26px;
}

.feature-card {
    position: relative;
    background: #fff;
    padding: 28px;
    border-radius: 18px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
    border-color: rgba(0, 0, 0, 0.1);
}

.icon-box {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    font-size: 20px;
}

.icon-purple { background: #f3e7ff; color: #a259ff; }
.icon-blue { background: #e6f0ff; color: #3b82f6; }
.icon-green { background: #e6f9ef; color: #22c55e; }
.icon-yellow { background: #fff7e6; color: #f59e0b; }
.icon-pink { background: #ffe6ef; color: #ff4d8c; }
.icon-orange { background: #fff2e6; color: #ff922b; }

.feature-card h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

.feature-card p {
    font-size: 14px;
    color: #6c757d;
    line-height: 1.55;
}

.badge-premium,
.badge-soon {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 5px 12px;
    font-size: 11px;
    font-weight: 700;
    border-radius: 8px;
}

.badge-premium { background: #ffebc2; color: #d38200; }
.badge-soon { background: #e9ecef; color: #6c757d; }


/* === Footer Marquee === */
.footer {
    background: #0A1A33;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    overflow: hidden;
    padding: 14px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.25);
}

.marquee {
    display: flex;
    animation: marquee 40s linear infinite;
    width: fit-content;
}

.footer ul {
    display: flex;
    gap: 18px;
    list-style: none;
    padding: 0;
    margin: 0;
    align-items: center;
}

.footer li {
    display: inline-block;
}

.separator i {
    font-size: 1rem;
    margin: 0 12px;
    color: #ffffff;
    opacity: 0.6;
}

.footer a {
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
    white-space: nowrap;
}

.separator {
    font-size: 20px;
    color: #ffffff;
    white-space: nowrap;
}

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


/* ---------------------------------------------------- */
/*  ADS BANNER SLIDER (UPGRADED LIGHT GLASS THEME)      */
/* ---------------------------------------------------- */
.slider-viewport-card { 
    position: relative; 
    background: rgba(255, 255, 255, 0.45); /* Elegant translucent glass backdrop */
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: 24px; /* Sesuai ukuran asli preferensimu */
    overflow: hidden; 
    box-shadow: 0 10px 35px -10px rgba(37, 99, 235, 0.05), 
                0 0 0 1px rgba(37, 99, 235, 0.07); /* Dynamic inner border effect */
    margin: 48px auto;
    max-width: 1200px; /* Ukuran mutlak di desktop */
    width: calc(100% - 48px); /* Ukuran mutlak responsif di mobile */
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), 
                box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Micro-interaction Hover Mode */
.slider-viewport-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 45px -12px rgba(37, 99, 235, 0.1), 
                0 0 0 1px rgba(37, 99, 235, 0.15);
}

.slider-track-container { 
    position: relative; 
    width: 100%; 
    height: 100%; 
}

.slider-image-item { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    text-decoration: none; 
    opacity: 0; 
    z-index: 1; 
    transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1); 
    pointer-events: none; 
}

.slider-image-item.active { 
    position: relative; 
    opacity: 1; 
    z-index: 2; 
    pointer-events: auto; 
}

.slider-image-item img { 
    width: 100%; 
    height: auto; 
    object-fit: cover; 
    display: block; 
    filter: brightness(0.97); /* Sedikit disesuaikan agar menyatu dengan background off-white */
}

/* Floating Dots Indicator Minimalis */
.slider-dots-navigation {
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    gap: 6px;
    background: rgba(15, 23, 42, 0.06); /* Slate tint backdrop */
    padding: 6px 10px;
    border-radius: 50px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.slider-dots-navigation .dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(15, 23, 42, 0.2);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.slider-dots-navigation .dot.active {
    background: #2563EB; /* Vibrant Tech Blue andalanmu */
    width: 18px; /* Capsule stretched design effect */
    border-radius: 4px;
}



/* ========================================================
   💼 JOB EXPLORATION SECTION (PREMIUM CONTEMPORARY)
   ======================================================== */
.job-section {
    padding: 120px 0;
    background: #ffffff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    display: flex;
    justify-content: center;
    width: 100%;
}

.job-section .container {
    max-width: 1200px;
    width: 100%;
    padding: 0 24px;
}

.job-section .job-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.job-left {
    flex: 1;
}

.job-tag {
    display: inline-block;
    color: #4F46E5; /* Menggunakan Indigo brand */
    background: #f0f2ff;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.job-section .job-main-title {
    font-size: 38px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}

.job-section .job-main-title .accent {
    color: #4F46E5;
}

.job-description {
    font-size: 16px;
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 28px;
    max-width: 500px;
}

/* Reworked Info Card Node System */
.job-info-node {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 16px 20px;
    margin-bottom: 36px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    max-width: 500px;
}

.node-indicator {
    width: 4px;
    height: 32px;
    background: #4F46E5;
    border-radius: 4px;
    flex-shrink: 0;
}

.job-info-node p {
    color: #475569;
    font-size: 13.5px;
    line-height: 1.6;
    margin: 0;
}

/* Premium Button Styling with Slide Effect */
.btn-job {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 30px;
    background-color: #4F46E5;
    color: #ffffff !important;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 700;
    font-size: 14.5px;
    box-shadow: 0 10px 20px rgba(79, 70, 229, 0.2);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-job:hover {
    background-color: #4338ca;
    transform: translateY(-2px);
    box-shadow: 0 15px 25px rgba(79, 70, 229, 0.3);
}

.btn-job i {
    font-size: 20px;
    line-height: 1;
    transition: transform 0.25s ease;
}

.btn-job:hover i {
    transform: translate3d(4px, 0, 0);
}

.job-right {
    flex: 1;
    width: 100%;
}

.job-img-wrapper {
    width: 100%;
    border-radius: 28px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #f1f5f9;
    box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.04);
}

.job-img {
    width: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.job-img-wrapper:hover .job-img {
    transform: scale(1.02);
}



/* ========================================================
   💎 PRODUCT SECTION (PREMIUM BENTO PRICING RULES)
   ======================================================== */
.product-section {
    padding: 120px 0;
    background-color: #ffffff;
    width: 100%;
    display: flex;
    justify-content: center;
}

.product-section .container {
    max-width: 1200px;
    width: 100%;
    padding: 0 24px;
}

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

.product-section .sub-title {
    color: #4F46E5; /* Re-aligned ke Indigo brand */
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 12px;
    display: block;
    margin-bottom: 12px;
}

.section-header-product h2 {
    font-size: 38px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
}

.section-header-product p {
    color: #64748b;
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Bento Grid System */
.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    align-items: stretch;
}

/* Base Component Card */
.product-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 28px;
    padding: 40px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 25px -5px rgba(15, 23, 42, 0.04);
    border-color: #cbd5e1;
}

/* Highlighted Rework Bento Box (Basic Plan) */
.product-card.highlighted-bento {
    border: 2px solid #4F46E5;
    box-shadow: 0 20px 40px rgba(79, 70, 229, 0.06);
}
.product-card.highlighted-bento:hover {
    border-color: #4338ca;
    box-shadow: 0 25px 45px rgba(79, 70, 229, 0.1);
}

/* Premium Obsidian Dark Card */
.product-card.premium {
    background: #0F172A;
    border-color: #1E293B;
}
.product-card.premium:hover {
    border-color: #334155;
    box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.25);
}

/* Absolut Floating Promo Badge Hari Ini */
.promo-today-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, #f59e0b, #ef4444);
    color: #ffffff;
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.05em;
    box-shadow: 0 8px 20px rgba(239, 68, 68, 0.25);
    white-space: nowrap;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Badges Plan Type inside Card Header */
.tag-plan {
    font-size: 11px;
    font-weight: 700;
    color: #475569;
    background: #f1f5f9;
    padding: 4px 12px;
    border-radius: 8px;
    display: inline-block;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}
.tag-plan.popular { background: #e0e7ff; color: #4F46E5; }
.tag-plan.premium-tag { background: rgba(255, 255, 255, 0.08); color: #fbbf24; }

.product-card h3 {
    font-size: 24px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 16px 0;
    letter-spacing: -0.02em;
}
.product-card.premium h3 { color: #ffffff; }

/* Pricing tipografi core elements */
.price-wrapper {
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 64px;
}

.old-price {
    text-decoration: line-through;
    color: #94a3b8;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 2px;
    display: block;
}

.main-price {
    display: flex;
    align-items: baseline;
}

.amount {
    font-size: 42px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1;
}
.product-card.premium .amount { color: #ffffff; }

.currency {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin-right: 4px;
    align-self: flex-start;
    margin-top: 4px;
}
.product-card.premium .currency { color: #ffffff; }

.duration {
    font-size: 13px;
    color: #64748b;
    font-weight: 500;
    margin-left: 6px;
}
.product-card.premium .duration { color: #94a3b8; }

.product-desc {
    font-size: 14px;
    color: #64748b;
    line-height: 1.5;
    margin-bottom: 28px;
}
.product-card.premium .product-desc { color: #94a3b8; }

/* Features Node Checklist lists */
.fitur-list {
    list-style: none;
    padding: 0;
    margin: 0 0 32px 0;
    flex-grow: 1;
}

.fitur-list li {
    margin-bottom: 14px;
    font-size: 14px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #334155;
    line-height: 1.4;
}
.product-card.premium .fitur-list li { color: #cbd5e1; }

.fitur-list li i {
    color: #22c55e;
    font-size: 16px;
    flex-shrink: 0;
    margin-top: 1px;
}
.fitur-list li i.bi-stars { color: #fbbf24 !important; }

.fitur-list li.disabled { color: #cbd5e1; }
.product-card.premium .fitur-list li.disabled { color: #475569; }
.fitur-list li.disabled i { color: #cbd5e1 !important; }
.product-card.premium .fitur-list li.disabled i { color: #475569 !important; }

/* Action Buttons Design Rules */
.btn-product {
    display: block;
    text-align: center;
    padding: 14px 24px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 14.5px;
    text-decoration: none;
    transition: all 0.25s ease;
    width: 100%;
}

.btn-product.outline {
    border: 1.5px solid #cbd5e1;
    color: #475569;
}
.btn-product.outline:hover {
    background: #f8fafc;
    border-color: #94a3b8;
    color: #0f172a;
}

.btn-product.secondary {
    background: #4F46E5;
    color: #ffffff !important;
    box-shadow: 0 8px 20px rgba(79, 70, 229, 0.15);
}
.btn-product.secondary:hover {
    background: #4338ca;
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(79, 70, 229, 0.25);
}

.btn-product.primary {
    background: #ffffff;
    color: #0F172A !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.btn-product.primary:hover {
    background: #f8fafc;
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(255, 255, 255, 0.1);
}

/* ========================================================
   📱 HIGH-FIDELITY RESPONSIVE BREAKPOINT OVERWRITE (576px)
   ======================================================== */
@media (max-width: 991.98px) {
    .product-grid {
        grid-template-columns: 1fr;
        max-width: 450px;
        margin: 0 auto;
        gap: 40px; /* Diperbesar agar jarak antarkartu (terutama yang punya badge) lega */
    }
}

@media (max-width: 576px) {
    .product-section { padding: 60px 0; }
    .section-header-product { margin-bottom: 44px; }
    .section-header-product h2 { font-size: 28px; }
    .section-header-product p { font-size: 14px; }
    .product-card { padding: 32px 24px; border-radius: 24px; }
    .amount { font-size: 36px; }
    .btn-product { padding: 12px; font-size: 14px; }
}


/* ========================================================
   🔄 HOW IT WORKS SECTION (PREMIUM BENTO CARD FLOW)
   ======================================================== */
.how-section {
    padding: 120px 0;
    background-color: #f8fafc;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.how-header-container {
    max-width: 600px;
    margin: 0 auto 60px;
    text-align: center;
    padding: 0 24px;
}

.how-badge {
    color: #4F46E5;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 12px;
}

.how-title {
    font-size: 38px;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
    line-height: 1.2;
}

.how-desc {
    color: #64748b;
    font-size: 16px;
    line-height: 1.6;
}

.how-grid-wrapper {
    max-width: 1200px;
    width: 100%;
    padding: 0 24px;
}

/* Menggunakan CSS Grid Elastis Menampung Kartu & Panah Penghubung */
.how-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
    align-items: center;
    gap: 16px;
}

/* Komponen Bento Card Desain Modern */
.how-card {
    position: relative;
    background: #ffffff;
    padding: 40px 28px;
    border-radius: 24px;
    border: 1px solid #e2e8f0;
    text-align: left;
    display: flex;
    flex-direction: column;
    z-index: 3;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    height: 100%;
}

.how-card:hover {
    transform: translateY(-6px);
    border-color: var(--clr);
    box-shadow: 0 20px 30px -10px rgba(15, 23, 42, 0.06);
}

/* Angka Latar Belakang (Watermark) */
.how-number-back {
    position: absolute;
    top: 24px;
    right: 28px;
    font-size: 3.5rem;
    font-weight: 900;
    color: #f1f5f9;
    z-index: 1;
    line-height: 1;
    user-select: none;
    transition: all 0.3s ease;
}
.how-card:hover .how-number-back {
    color: rgba(241, 245, 249, 0.3);
    transform: scale(1.05);
}

/* Kotak Wadah Ikon Mini */
.how-icon-box {
    width: 52px;
    height: 52px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #475569;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    position: relative;
    z-index: 2;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.how-card:hover .how-icon-box {
    background: var(--clr);
    border-color: var(--clr);
    color: #ffffff;
    transform: scale(1.05);
}

.how-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}

.how-card p {
    font-size: 13.5px;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
    position: relative;
    z-index: 2;
}

/* Efek Glow Neon Bawah Kartu */
.card-glow {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 30px;
    background: var(--clr);
    filter: blur(24px);
    opacity: 0;
    transition: all 0.3s ease;
    pointer-events: none;
    z-index: 1;
}
.how-card:hover .card-glow {
    opacity: 0.12;
}

/* Component Ikon Panah Penghubung Dinamis */
.step-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cbd5e1;
    font-size: 20px;
    user-select: none;
    animation: pulseArrow 2s infinite ease-in-out;
}

@keyframes pulseArrow {
    0%, 100% { transform: scale(1); opacity: 0.6; }
    50% { transform: scale(1.1) translateX(2px); opacity: 1; color: #94a3b8; }
}



/* ========================================================
   📢 RECRUITER PROMO SECTION (PREMIUM MODERN REALIGNMENT)
   ======================================================== */
.job-promo-section {
    padding: 120px 0;
    background-color: #ffffff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    display: flex;
    justify-content: center;
    width: 100%;
}

.job-promo-section .container {
    max-width: 1200px;
    width: 100%;
    padding: 0 24px;
}

.promo-wrapper {
    text-align: center;
    width: 100%;
}

.promo-tag {
    background: #f0f2ff;
    color: #4F46E5; /* Menggunakan Aksen Indigo */
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    display: inline-block;
}

.promo-title {
    font-size: 38px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
}

.job-promo-section .accent-text {
    color: #4F46E5;
}

.promo-lead {
    color: #64748b;
    font-size: 16px;
    max-width: 650px;
    margin: 0 auto 56px auto;
    line-height: 1.6;
}

/* Grid Bento Container */
.promo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin-bottom: 56px;
}

/* Base Component Card */
.promo-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 40px 28px;
    border: 1px solid #e2e8f0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.promo-card:hover {
    transform: translateY(-6px);
    border-color: #4F46E5;
    box-shadow: 0 20px 25px -5px rgba(79, 70, 229, 0.05);
}

/* Modifikasi Khusus Kartu Highlight Tengah */
.promo-card.highlight {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border-color: #cbd5e1;
    box-shadow: 0 10px 15px -3px rgba(15, 23, 42, 0.02);
}
.promo-card.highlight:hover {
    border-color: #4F46E5;
    box-shadow: 0 20px 25px -5px rgba(79, 70, 229, 0.08);
}

/* Wadah Lingkaran Ikon */
.card-icon-box {
    width: 56px;
    height: 56px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #475569;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 24px;
    transition: all 0.3s ease;
}
.bg-indigo-glow {
    background: #f0f2ff;
    border-color: #dbe7ff;
    color: #4F46E5;
}

.promo-card:hover .card-icon-box {
    background: #4F46E5;
    border-color: #4F46E5;
    color: #ffffff;
}

.promo-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
}

.promo-card p {
    font-size: 13.5px;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

/* Action Footer Buttons Area */
.promo-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.btn-main-promo {
    background: #4F46E5; /* Diubah ke solid Indigo Premium */
    color: #ffffff !important;
    padding: 14px 32px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 14.5px;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(79, 70, 229, 0.2);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-main-promo:hover {
    background: #4338ca;
    transform: translateY(-2px);
    box-shadow: 0 15px 25px rgba(79, 70, 229, 0.3);
}

.btn-sub-promo {
    background: #ffffff;
    color: #0f172a;
    padding: 14px 32px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 14.5px;
    text-decoration: none;
    border: 1px solid #cbd5e1;
    display: inline-flex;
    align-items: center;
    transition: all 0.25s ease;
}

.btn-sub-promo:hover {
    background: #f8fafc;
    border-color: #0f172a;
}



/* === COLLABORATION SECTION === */
.collab-section {
    padding: var(--spacing-desktop) 16px;
    position: relative;
    overflow: hidden;
}

.collab-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 30%, rgba(120, 162, 255, 0.15), rgba(255, 255, 255, 0)),
                radial-gradient(circle at 80% 70%, rgba(255, 182, 240, 0.15), rgba(255, 255, 255, 0));
    z-index: 1;
    pointer-events: none;
}

.collab-container {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(14px) saturate(130%);
    -webkit-backdrop-filter: blur(14px) saturate(130%);

    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 22px;
    padding: 40px 36px;

    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
    box-shadow: 0 6px 26px rgba(0, 0, 0, 0.03);
}

.collab-text h2 {
    font-size: 2.1rem;
    font-weight: 800;
    margin-bottom: 10px;
    color: #001a33;
    line-height: 1.2;
}

.collab-text p {
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.72);
    margin: 0;
    max-width: 480px;
    line-height: 1.5;
}

.btn-contact {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 12px 26px;
    font-weight: 700;
    font-size: 1rem;
    border-radius: 14px;
    transition: .3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.btn-contact:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}


/* ======================================
   CONTACT SECTION — PREMIUM ELEVATED
====================================== */
.contact-section {
    width: 100%;
    padding: 120px 20px;
    background: linear-gradient(135deg, #f8fbff 0%, #f3f7ff 100%);
    position: relative;
    overflow: hidden;
}

.contact-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 20%, rgba(59, 130, 246, 0.08), transparent 55%),
                radial-gradient(circle at 80% 80%, rgba(6, 182, 212, 0.08), transparent 55%);
    pointer-events: none;
}

.contact-container {
    display: flex;
    gap: 80px;
    max-width: 1200px;
    margin: auto;
    align-items: flex-start;
}

.contact-left {
    flex: 1;
    animation: fadeUp 0.7s ease;
}

.contact-title {
    font-size: 50px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
    margin-bottom: 15px;
}

.contact-title span {
    color: #3b82f6;
    background: linear-gradient(90deg, #3b82f6, #06b6d4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact-subtitle {
    max-width: 480px;
    font-size: 18px;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 35px;
}

.contact-info-box {
    background: rgba(255, 255, 255, 0.7);
    padding: 26px 30px;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.03);
    backdrop-filter: blur(14px);
    margin-bottom: 35px;
}

.contact-info-box p {
    margin: 12px 0;
    font-size: 17px;
    color: #1e293b;
    display: flex;
    align-items: center;
}

.contact-info-box i {
    font-size: 18px;
    color: #3b82f6;
    margin-right: 10px;
}

.contact-social a {
    width: 48px;
    height: 48px;
    background: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
    font-size: 22px;
    color: #1e293b;
    margin-right: 14px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03);
}

.contact-social a:hover {
    background: linear-gradient(90deg, #3b82f6, #06b6d4);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(59, 130, 246, 0.2);
}

.contact-right {
    flex: 1;
}

.form-card {
    background: #ffffff;
    padding: 45px;
    border-radius: 26px;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.05);
    animation: fadeUp 0.9s ease;
}

.form-title {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 25px;
    color: #0f172a;
}

.modern-input {
    padding: 15px 18px !important;
    border-radius: 14px !important;
    border: 1px solid #dfe3e8 !important;
    background: #f9fafb !important;
    font-size: 16px !important;
    transition: all 0.25s ease !important;
}

.modern-input:focus {
    background: #fff !important;
    border-color: #3b82f6 !important;
    box-shadow: 0 0 0 4px rgba(147, 197, 253, 0.3) !important;
}

.btn-send {
    width: 100%;
    padding: 16px;
    border: none;
    border-radius: 14px;
    background: linear-gradient(90deg, #3b82f6, #06b6d4);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 6px 16px rgba(59, 130, 246, 0.15);
}

.btn-send:hover {
    transform: translateY(-2px);
    opacity: 0.95;
}

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


/* ========================================================
   📢 FOOTER MAIN (PREMIUM LIGHT COMPACT VERSION)
   ======================================================== */
.footer-main {
    background-color: #ffffff; /* Menggunakan warna latar putih bersih solid */
    color: #475569;
    padding: 80px 0 40px;
    border-top: 1px solid #e2e8f0;
    font-family: 'Plus Jakarta Sans', sans-serif;
    width: 100%;
    display: flex;
    justify-content: center;
}

.footer-main .container {
    max-width: 1200px;
    width: 100%;
    padding: 0 24px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 60px;
    padding-bottom: 48px;
}

/* Brand Column Utility */
.footer-brand .brand-name {
    font-weight: 800;
    font-size: 24px;
    color: #0f172a; /* Warna teks utama gelap kontras */
    margin-bottom: 12px;
    letter-spacing: -0.03em;
}

.footer-brand .brand-name .brand-dot {
    color: #4F46E5; /* Titik aksen warna Indigo */
}

.footer-brand .brand-desc {
    color: #64748b;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 24px;
    max-width: 380px;
}

/* Social Media Nodes Card */
.footer-social {
    display: flex;
    align-items: center;
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #f8fafc;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    margin-right: 12px;
    font-size: 16px;
    color: #475569;
    text-decoration: none;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.footer-social a:hover {
    background: #4F46E5;
    color: #ffffff !important;
    border-color: #4F46E5;
    transform: translate3d(0, -2px, 0);
    box-shadow: 0 8px 16px rgba(79, 70, 229, 0.15);
}

/* Navigation Menu Columns */
.footer-nav-col h6 {
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.footer-nav-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-nav-col ul li {
    margin-bottom: 12px;
}

.footer-nav-col ul li a {
    color: #64748b;
    text-decoration: none;
    font-size: 14.5px;
    font-weight: 500;
    transition: color 0.2s ease;
    display: inline-block;
}

.footer-nav-col ul li a:hover {
    color: #4F46E5; /* Hover berubah warna menjadi Indigo */
}

/* Bottom Footer Bar Alignment */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 24px;
    border-top: 1px solid #f1f5f9;
    flex-wrap: wrap;
    gap: 16px;
    font-size: 13.5px;
    color: #94a3b8;
}

.footer-bottom p {
    margin: 0;
    font-weight: 500;
}

.footer-links display: flex;

.footer-links a {
    color: #94a3b8;
    text-decoration: none;
    margin-left: 24px;
    font-weight: 500;
    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: #4F46E5;
}
/* ==========================================================================
   💻 1. BREAKPOINT: TABLET LANDSCAPE (992px - 1199px)
   ========================================================================== */
@media (max-width: 1199.98px) {
    /* Navbar & Layout spacing tuning */
    .hero-container, .about-wrapper, .job-section .job-wrapper, .contact-container {
        gap: 40px;
    }
    
    /* Hero Image adjustments */
    .hero-title { font-size: 46px; }
    .tag-1 { left: -5%; }
    .tag-3 { left: -2%; }
    
    /* Product grid scaling */
    .product-grid {
        grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
        gap: 20px;
    }
    .product-card { padding: 30px; }
    
    /* How it works grid compression */
    .how-grid {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 20px;
    }
    .step-arrow { display: none; } /* Sembunyikan panah jika melipat */
}

/* ==========================================================================
   📐 2. BREAKPOINT: TABLET PORTRAIT (768px - 991px)
   ========================================================================== */
@media (max-width: 991.98px) {
    /* Reusable Utilities spacing */
    .hero, .about-section, .feature-section, .job-section, .product-section, .how-section, .job-promo-section, .collab-section, .contact-section {
        padding: 80px 0;
    }
    
    /* 1 Kolom Stack Engine untuk semua section dua kolom */
    .hero-container, .about-wrapper, .job-section .job-wrapper, .contact-container {
        grid-template-columns: 1fr;
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    
    /* Sektor Kanan Gambar dipindah posisinya ke bawah teks */
    .hero-left, .about-right, .job-left, .contact-left {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .hero-subtitle, .about-desc, .job-description, .job-info-node, .contact-subtitle {
        margin-left: auto;
        margin-right: auto;
    }
    
    /* Centering Button Hero & Action */
    .hero-buttons, .promo-footer {
        justify-content: center;
    }
    
    /* Tweak Floating Badge Hero agar aman dari teks */
    .hero-img-wrapper { max-width: 480px; margin: 0 auto; }
    .tag-1 { left: -5%; top: 20%; }
    .tag-2 { right: -5%; top: 60%; }
    .tag-3 { bottom: 5%; left: 0%; }
    
    /* Section About & Job alignment */
    .about-img-wrapper, .job-img-wrapper { max-width: 480px; margin: 0 auto; }
    .job-info-node { text-align: left; }
    
    /* Section Collaboration Card Stack */
    .collab-container {
        flex-direction: column;
        text-align: center;
        padding: 32px 24px;
    }
    .collab-text p { max-width: 100%; }
    .btn-contact { width: 100%; max-width: 280px; text-align: center; }
    
    /* Footer Grid Re-alignment */
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    .footer-social { justify-content: center; }
}

/* ==========================================================================
   📱 3. BREAKPOINT: MOBILE SMARTPHONE (MAX-WIDTH: 576px)
   ========================================================================== */
@media (max-width: 576px) {
    /* Micro Padding Overwrites */
    .hero, .about-section, .feature-section, .job-section, .product-section, .how-section, .job-promo-section, .collab-section, .contact-section {
        padding: 95px 0;
    }
    .hero-container, .about-container, .feature-container, .job-section .container, .product-section .container, .how-grid-wrapper, .job-promo-section .container, .collab-section, .contact-container, .footer-main .container {
        padding: 0 16px;
    }

    /* Navbar Mobile Menu Override */
    .navbar-collapse {
        background: #ffffff;
        padding: 16px;
        border-radius: 12px;
        margin-top: 12px;
        border: 1px solid #e2e8f0;
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
    }
    
    /* FIX: Targetkan ke wrapper mobile baru agar tombol desktop tidak ikut rusak */
    .mobile-auth-wrapper {
        flex-direction: column !important;
        width: 100% !important;
        gap: 8px !important;
        margin-top: 12px !important;
        padding-top: 12px !important;
        border-top: 1px solid #f1f5f9 !important;
        display: flex !important;
    }
    
    /* Memastikan tombol di dalam menu mobile melar 100% penuh */
    .mobile-auth-wrapper .btn-masuk-outline, 
    .mobile-auth-wrapper .btn-daftar-solid, 
    .mobile-auth-wrapper .btn-dashboard-integrated {
        width: 100% !important;
        text-align: center !important;
        display: block !important;
        padding: 12px 20px;
    }
    
    /* Hero Typography Compression */
    .hero-title {
        font-size: 34px;
        letter-spacing: -0.02em;
    }
    .hero-subtitle {
        font-size: 14.5px;
        line-height: 1.6;
    }
    .hero-buttons {
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }
    .btn-primary, .btn-outline {
        width: 100%;
        text-align: center;
        padding: 14px 24px;
        font-size: 15px;
    }
    
    /* Floating Badges Mobile Optimization (Menyesuaikan skala pixel layar kecil) */
    .floating-tag { 
        padding: 6px 10px; 
        gap: 8px; 
        border-radius: 10px; 
    }
    .tag-title { font-size: 11px; }
    .tag-label { font-size: 8.5px; }
    .tag-icon-box { width: 24px; height: 24px; font-size: 13px; border-radius: 6px; }
    .tag-1 { left: -2%; top: 15%; }
    .tag-2 { right: -2%; top: 65%; }
    .tag-3 { display: none; } /* Sembunyikan tag ke-3 di mobile agar layar bersih */
    .blob-decoration { display: none; } /* Matikan blur filter berat di HP */
    
    /* Section About & Titles Content */
    .section-title, .section-header-product h2, .how-title, .promo-title, .contact-title {
        font-size: 26px !important;
        line-height: 1.25;
    }
    .about-desc, .section-header-product p, .how-desc, .promo-lead {
        font-size: 14px;
    }
    .b-item {
        padding: 16px 20px;
        gap: 14px;
    }
    
    /* Feature Section Card Stack */
    .feature-grid, .product-grid, .promo-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .feature-card, .product-card, .promo-card {
        padding: 24px;
    }
    
    /* How it works mobile configuration */
    .how-grid { grid-template-columns: 1fr; gap: 16px; }
    .how-card { text-align: center; align-items: center; padding: 28px 20px; }
    .how-icon-box { margin-bottom: 16px; }
    .how-number-back { display: none; } /* Hapus angka watermark agar tulisan tidak tabrakan */
    
    /* Recruiter Promo Action Buttons */
    .promo-footer {
        flex-direction: column;
        width: 100%;
    }
    .btn-main-promo, .btn-sub-promo {
        width: 100%;
        justify-content: center;
        padding: 14px;
    }
    
    /* Contact Form Configuration */
    .form-card {
        padding: 24px;
        border-radius: 20px;
    }
    .form-title { font-size: 22px; margin-bottom: 16px; }
    .modern-input { padding: 12px 14px !important; font-size: 14.5px; }
    .btn-send { padding: 14px; font-size: 16px; }
    
    /* Footer Links Layout */
    .footer-bottom {
        gap: 8px;
    }
    .footer-links a {
        margin: 0 8px;
        font-size: 12.5px;
    }
}