/* Landing Page Styles - Aksara Banten */
:root {
    --aksara-blue: #0E5FA4;
    --aksara-blue-dark: #083D6E;
    --aksara-blue-light: #4A90C8;
    --aksara-teal: #00B0C5;
    --aksara-teal-light: #33C5D6;
    --aksara-teal-dark: #008A9C;
    --aksara-gold: #F5A623;
    --aksara-bg-light: #F8FAFC;
    --aksara-text-dark: #1E293B;
    --aksara-text-muted: #64748B;
}

body {
    font-family: 'Public Sans', sans-serif;
    color: var(--aksara-text-dark);
    background-color: #FFFFFF;
    overflow-x: hidden;
}

/* Navbar */
.navbar-landing {
    background: rgba(8, 61, 110, 0.95);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.navbar-landing .navbar-brand img {
    height: 45px;
}

.nav-link-custom {
    color: #FFFFFF !important;
    font-weight: 500;
    margin: 0 10px;
    transition: all 0.3s ease;
}

.nav-link-custom:hover {
    color: var(--aksara-teal-light) !important;
}

/* Hero Section */
.hero-section {
    background: linear-gradient(135deg, var(--aksara-blue-dark) 0%, var(--aksara-blue) 60%, var(--aksara-teal-dark) 100%);
    color: white;
    padding: 120px 0 80px;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: radial-gradient(circle at 80% 20%, rgba(0, 176, 197, 0.25) 0%, transparent 50%);
    pointer-events: none;
}

.hero-badge {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(5px);
    color: #FFFFFF;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: 600;
    display: inline-block;
}

.hero-title {
    font-size: 3.2rem;
    font-weight: 800;
    letter-spacing: -1px;
    line-height: 1.1;
    background: linear-gradient(180deg, #FFFFFF 0%, #E2F6F9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-subtitle {
    font-size: 1.25rem;
    color: #E2F1F8;
    font-weight: 400;
}

/* Feature Cards */
.card-problem {
    border: none;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    border-top: 4px solid var(--aksara-blue);
    height: 100%;
}

.card-problem:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.icon-box-problem {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    background: rgba(14, 95, 164, 0.1);
    color: var(--aksara-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
}

/* Stat Box */
.stat-card {
    background: linear-gradient(135deg, var(--aksara-blue-dark) 0%, var(--aksara-blue) 100%);
    color: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 20px 40px rgba(8, 61, 110, 0.2);
}

/* Transform Section */
.transform-section {
    background-color: var(--aksara-bg-light);
    padding: 90px 0;
}

.transform-box {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.04);
}

.arrow-flow {
    color: var(--aksara-teal);
    font-size: 2rem;
}

/* Buttons */
.btn-aksara-primary {
    background: linear-gradient(135deg, var(--aksara-teal) 0%, var(--aksara-teal-dark) 100%);
    color: white;
    border: none;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 176, 197, 0.3);
    transition: all 0.3s ease;
}

.btn-aksara-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 176, 197, 0.4);
    color: white;
}

.btn-aksara-outline {
    background: transparent;
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.6);
    font-weight: 600;
    padding: 10px 26px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.btn-aksara-outline:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: white;
    color: white;
}

.quote-box {
    background: linear-gradient(135deg, rgba(0, 176, 197, 0.1) 0%, rgba(14, 95, 164, 0.1) 100%);
    border-left: 5px solid var(--aksara-teal);
    padding: 20px 25px;
    border-radius: 0 16px 16px 0;
    font-style: italic;
}

/* Hero Clean Logo Styling */
.hero-logo-img {
    max-height: 320px;
    width: auto;
    filter: drop-shadow(0 15px 35px rgba(0, 0, 0, 0.35));
    transition: transform 0.4s ease;
}

.hero-logo-img:hover {
    transform: scale(1.03);
}

.logo-header-img {
    height: 52px;
    width: auto;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.25));
}

.navbar-brand-logo {
    height: 38px;
    width: auto;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.3));
}

/* Glassmorphism Dept Badge */
.hero-dept-badge {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.letter-spacing-1 {
    letter-spacing: 0.5px;
}

/* Hero Showcase Card Innovation */
.hero-showcase-card {
    background: rgba(8, 48, 88, 0.65);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 24px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.25);
    transition: all 0.4s ease;
    overflow: hidden;
}

.hero-showcase-card:hover {
    transform: translateY(-6px);
    border-color: rgba(0, 176, 197, 0.4);
    box-shadow: 0 35px 70px rgba(0, 176, 197, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.hero-showcase-glow {
    position: absolute;
    top: -20%;
    right: -20%;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(0, 176, 197, 0.4) 0%, rgba(245, 166, 35, 0.15) 50%, transparent 70%);
    border-radius: 50%;
    filter: blur(40px);
    pointer-events: none;
}

.hero-showcase-emblem {
    height: 52px;
    width: auto;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.3));
    transition: transform 0.3s ease;
}

.hero-showcase-card:hover .hero-showcase-emblem {
    transform: scale(1.08) rotate(2deg);
}

.hero-metric-box {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(6px);
    transition: background 0.3s ease;
}

.hero-metric-box:hover {
    background: rgba(255, 255, 255, 0.14);
}

.hero-mini-pill {
    background: rgba(0, 176, 197, 0.18);
    border: 1px solid rgba(0, 176, 197, 0.35);
    color: #E2F6F9;
    font-size: 0.8rem;
    font-weight: 500;
    padding: 5px 12px;
    border-radius: 20px;
}

.animate-pulse {
    animation: pulseGlow 2s infinite;
}

@keyframes pulseGlow {
    0% { opacity: 0.5; }
    50% { opacity: 1; }
    100% { opacity: 0.5; }
}
