/* ============================================
   HIBAH HARTANAH - MUHAZU
   Premium Green Palette Stylesheet
   ============================================ */

/* CSS Variables */
:root {
    /* Primary Green Palette */
    --primary: #0D5C4D;
    --primary-light: #0F7A66;
    --primary-dark: #094539;
    --primary-gradient: linear-gradient(135deg, #0D5C4D 0%, #0F7A66 100%);
    
    /* Accent Gold */
    --accent: #C9A227;
    --accent-light: #DDB84D;
    --accent-dark: #A68620;
    
    /* Neutrals */
    --white: #FFFFFF;
    --cream: #F8F6F1;
    --cream-dark: #EDE8DD;
    --gray-100: #F5F5F5;
    --gray-200: #E5E5E5;
    --gray-300: #D4D4D4;
    --gray-400: #A3A3A3;
    --gray-500: #737373;
    --gray-600: #525252;
    --gray-700: #404040;
    --gray-800: #262626;
    --gray-900: #171717;
    --charcoal: #1A1A1A;
    
    /* Semantic Colors */
    --danger: #8B1A1A;
    --danger-light: #B22222;
    --success: #166534;
    --success-light: #22C55E;
    
    /* Shadows */
    --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    --shadow-glow: 0 0 40px rgba(13, 92, 77, 0.15);
    
    /* Transitions */
    --transition-fast: 0.15s ease;
    --transition-normal: 0.3s ease;
    --transition-slow: 0.5s ease;
    --transition-smooth: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    
    /* Typography */
    --font-display: 'Playfair Display', Georgia, serif;
    --font-body: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
    
    /* Spacing */
    --section-padding: 100px;
    --container-max: 1200px;
}

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

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: var(--font-body);
    font-size: 1rem;
    line-height: 1.7;
    color: var(--gray-700);
    background-color: var(--white);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-display);
    font-weight: 600;
    line-height: 1.3;
    color: var(--gray-900);
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition-normal);
}

img {
    max-width: 100%;
    height: auto;
}

ul, ol {
    list-style: none;
}

/* Container */
.container {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 24px;
}

/* ============================================
   BUTTONS
   ============================================ */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 28px;
    font-family: var(--font-body);
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    transition: var(--transition-smooth);
    text-align: center;
    white-space: nowrap;
}

.btn-primary {
    background: var(--primary-gradient);
    color: var(--white);
    box-shadow: 0 4px 15px rgba(13, 92, 77, 0.3);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(13, 92, 77, 0.4);
}

.btn-secondary {
    background: var(--white);
    color: var(--primary);
    border: 2px solid var(--primary);
}

.btn-secondary:hover {
    background: var(--primary);
    color: var(--white);
}

.btn-light {
    background: var(--white);
    color: var(--primary);
    box-shadow: var(--shadow-lg);
}

.btn-light:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-xl);
}

.btn-lg {
    padding: 18px 36px;
    font-size: 1.05rem;
}

.btn-xl {
    padding: 22px 44px;
    font-size: 1.15rem;
}

/* ============================================
   NAVBAR
   ============================================ */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(13, 92, 77, 0.08);
    transition: var(--transition-normal);
}

.navbar.scrolled {
    box-shadow: var(--shadow-md);
}

.navbar-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
}

.navbar-logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.navbar-logo img {
    width: 42px;       /* sama visual dgn wasiat */
    height: 48px;
    object-fit: contain;
}

.navbar-logo span {
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 700;
    color: var(--primary);
}

.logo-dot {
    color: var(--accent);
}

.logo-text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.05; /* RAPAT – ini kunci utama */
}

.logo-text {
    font-family: var(--font-display);
    font-size: 1.35rem;      /* 🔥 BESARKAN */
    font-weight: 700;
    letter-spacing: 0.8px;
    color: var(--primary);
}

.logo-tagline {
    font-size: 0.625rem;
    font-weight: 500;
    color: var(--gold-primary);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    opacity: 0.7;
}

.navbar-menu {
    display: flex;
    align-items: center;
    gap: 8px;
}

.navbar-link {
    padding: 10px 16px;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--gray-600);
    border-radius: 8px;
    transition: var(--transition-normal);
}

.navbar-link:hover {
    color: var(--primary);
    background: rgba(13, 92, 77, 0.05);
}

.navbar-cta {
    margin-left: 8px;
}

.navbar-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    padding: 8px;
    background: none;
    border: none;
    cursor: pointer;
}

.hamburger-line {
    width: 24px;
    height: 2px;
    background: var(--primary);
    border-radius: 2px;
    transition: var(--transition-normal);
}

/* ============================================
   HERO SECTION
   ============================================ */
.hero {
    position: relative;
    padding: 120px 0 140px;
    margin-bottom: -1px;
    background-image: url("https://muhazuglobal.com/assets/hibahharta-hero.webp");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0; /* Full coverage */
    background: linear-gradient(
        180deg,
        rgba(11, 61, 46, 0.88) 0%,
        rgba(11, 61, 46, 0.82) 20%,
        rgba(11, 61, 46, 0.65) 45%,
        rgba(11, 61, 46, 0.35) 70%,
        rgba(11, 61, 46, 0.08) 90%,
        transparent 100%
    );
    z-index: 1;
}


.hero-container {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 60px;
    align-items: center;
}

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

.trust-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--white);
    border: 1px solid rgba(13, 92, 77, 0.15);
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--primary);
    margin-bottom: 28px;
    box-shadow: var(--shadow-sm);
}

.trust-badge i {
    color: var(--accent);
}

.hero-title {
    font-size: clamp(2.2rem, 5vw, 3.5rem);
    color: var(--gray-900);
    margin-bottom: 24px;
    line-height: 1.2;
}

.highlight {
    color: var(--primary);
    position: relative;
}

.hero-subtitle {
    font-size: 1.15rem;
    color: var(--gray-600);
    margin-bottom: 28px;
    max-width: 600px;
}

.hero-benefits {
    margin-bottom: 36px;
}

.hero-benefits li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 1rem;
    color: var(--gray-700);
}

.hero-benefits li i {
    color: var(--primary);
    font-size: 1.1rem;
}

.hero-cta-group {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

/* Hero Card */
.hero-card {
    position: relative;
    z-index: 2;
}

.hero-card-inner {
    background: var(--white);
    border-radius: 24px;
    padding: 40px;
    box-shadow: var(--shadow-xl), var(--shadow-glow);
    border: 1px solid rgba(13, 92, 77, 0.08);
    text-align: center;
}

.hero-card-icon {
    width: 80px;
    height: 80px;
    background: var(--primary-gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
}

.hero-card-icon i {
    font-size: 2rem;
    color: var(--white);
}

.hero-card-title {
    font-size: 1.5rem;
    color: var(--gray-900);
    margin-bottom: 12px;
}

.hero-card-text {
    font-size: 0.95rem;
    color: var(--gray-500);
    margin-bottom: 24px;
}

.hero-card-features {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
}

.hero-card-features span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 0.9rem;
    color: var(--gray-600);
}

.hero-card-features i {
    color: var(--success);
    font-size: 0.85rem;
}

.hero-card-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(201, 162, 39, 0.1);
    color: var(--accent-dark);
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
}

.hero-card-badge i {
    color: var(--accent);
}

/* HERO BOOK – PREMIUM FLOATING EFFECT */
.hero-book .hero-card-inner,
.hero-book-inner {
    background: transparent;
    box-shadow: none;
    border: none;
    padding: 32px;
    text-align: -webkit-center;
}

.hero-book-image {
    width: 110%;
    max-width: 340px;
    margin: 0 auto 20px;
    display: block;
    /* Shadow ikut bentuk transparent image */
    filter:
        drop-shadow(0 30px 10px rgba(0, 0, 0, 0.45))
        drop-shadow(0 30px 10px rgba(201, 162, 39, 0.25));
    transition: var(--transition-smooth);
}

.hero-book-image:hover {
    filter:
        drop-shadow(0 35px 55px rgba(0, 0, 0, 0.5))
        drop-shadow(0 0 30px rgba(201, 162, 39, 0.35));
    transform: translateY(-5px);
}

.hero-book-caption {
    font-family: var(--font-display);
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--white);
    line-height: 1.3;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.hero-book-caption span {
    display: block;
    font-family: var(--font-body);
    font-size: 0.9rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    margin-top: 8px;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
}

/* Hero Wave */
.hero-wave {
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    width: 100%;
    line-height: 0;
    z-index: 2;
    pointer-events: none;
}

.hero-wave svg {
    display: inline-block;
    width: 100%;
    height: auto;
    vertical-align: bottom;
    shape-rendering: geometricPrecision;
}

.hero-wave svg path {
    fill: #FFFFFF;
    stroke: #FFFFFF;
    stroke-width: 2px;
}

/* HERO TEXT CONTRAST FIX */
.hero-title,
.hero-subtitle,
.hero-benefits li {
    color: #ffffff;
}

.hero-subtitle strong,
.hero-title .highlight {
    color: var(--accent-light);
}


/* ============================================
   SECTIONS
   ============================================ */
.section {
    padding: var(--section-padding) 0;
    position: relative;
}

.section-light {
    background: #FFFFFF;
    position: relative;
    z-index: 1;
}

.section-cream {
    background: var(--cream);
}

.section-dark {
    background: var(--charcoal);
    color: var(--white);
}

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

.section-label {
    display: inline-block;
    background: var(--primary-gradient);
    color: var(--white);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.section-title {
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    color: var(--gray-900);
    margin-bottom: 16px;
}

.section-dark .section-title {
    color: var(--white);
}

.section-subtitle {
    font-size: 1.1rem;
    color: var(--gray-500);
    max-width: 600px;
    margin: 0 auto;
}

.section-dark .section-subtitle {
    color: rgba(255, 255, 255, 0.7);
}

/* ============================================
   INFO GRID (Kenapa Hibah)
   ============================================ */
.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 28px;
    margin-bottom: 50px;
}

.info-card {
    background: var(--cream);
    border-radius: 20px;
    padding: 36px;
    border: 1px solid rgba(13, 92, 77, 0.08);
    transition: var(--transition-smooth);
}

.info-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
    border-color: var(--primary);
}

.info-card-icon {
    width: 60px;
    height: 60px;
    background: var(--primary-gradient);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.info-card-icon i {
    font-size: 1.5rem;
    color: var(--white);
}

.info-card h3 {
    font-size: 1.3rem;
    margin-bottom: 12px;
}

.info-card p {
    font-size: 0.95rem;
    color: var(--gray-600);
}

/* Stats Box */
.stats-box {
    background: var(--primary-gradient);
    border-radius: 20px;
    padding: 4px;
}

.stats-box-inner {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 17px;
    padding: 32px 40px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.stats-icon {
    width: 60px;
    height: 60px;
    background: var(--primary-gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.stats-icon i {
    font-size: 1.5rem;
    color: var(--white);
}

.stats-text {
    font-size: 1rem;
    color: var(--gray-700);
    line-height: 1.7;
}

/* ============================================
   PROBLEM CARDS
   ============================================ */
.problem-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 28px;
}

.problem-card {
    background: var(--white);
    border-radius: 24px;
    padding: 40px;
    box-shadow: var(--shadow-md);
    border-left: 5px solid var(--danger);
    position: relative;
    transition: var(--transition-smooth);
}

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

.problem-number {
    position: absolute;
    top: -15px;
    left: 30px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--danger) 0%, var(--danger-light) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-display);
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--white);
}

.problem-icon {
    width: 50px;
    height: 50px;
    background: rgba(139, 26, 26, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 10px;
}

.problem-icon i {
    font-size: 1.3rem;
    color: var(--danger);
}

.problem-title {
    font-size: 1.3rem;
    margin-bottom: 12px;
}

.problem-desc {
    font-size: 0.95rem;
    color: var(--gray-600);
    margin-bottom: 20px;
}

.problem-impact {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    background: rgba(139, 26, 26, 0.05);
    border-radius: 10px;
    font-size: 0.9rem;
    color: var(--danger);
    font-weight: 500;
}

.problem-impact i {
    font-size: 1rem;
}

/* ============================================
   ADVICE SECTION
   ============================================ */
.advice-section {
    background: linear-gradient(135deg, var(--charcoal) 0%, #2a2a2a 100%);
    position: relative;
    overflow: hidden;
}

.advice-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%230D5C4D' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

.advice-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.advice-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
}

.advice-icon i {
    font-size: 2rem;
    color: var(--white);
}

.advice-title {
    font-size: 2rem;
    color: var(--white);
    margin-bottom: 30px;
}

.advice-quote {
    font-family: var(--font-display);
    font-size: 1.4rem;
    font-style: italic;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.6;
    margin-bottom: 30px;
    padding: 0 20px;
}

.advice-quote strong {
    color: var(--accent);
}

.advice-text {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 16px;
}

.advice-text strong {
    color: var(--accent);
}

/* ============================================
   SOLUTION STEPS
   ============================================ */
.solution-steps {
    max-width: 900px;
    margin: 0 auto;
}

.solution-step {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 30px;
    align-items: flex-start;
    padding: 40px;
    background: var(--cream);
    border-radius: 20px;
    margin-bottom: 24px;
    border: 1px solid rgba(13, 92, 77, 0.08);
    transition: var(--transition-smooth);
}

.solution-step:hover {
    transform: translateX(10px);
    box-shadow: var(--shadow-lg);
    border-color: var(--primary);
}

.step-number {
    width: 60px;
    height: 60px;
    background: var(--primary-gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--white);
    flex-shrink: 0;
}

.step-content {
    flex: 1;
}

.step-title {
    font-size: 1.3rem;
    margin-bottom: 12px;
}

.step-desc {
    font-size: 0.95rem;
    color: var(--gray-600);
    margin-bottom: 16px;
}

.step-note {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    background: rgba(13, 92, 77, 0.05);
    border-radius: 10px;
    font-size: 0.85rem;
    color: var(--primary);
}

.step-note i {
    font-size: 1rem;
}

.step-icon {
    width: 60px;
    height: 60px;
    background: rgba(13, 92, 77, 0.1);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-icon i {
    font-size: 1.5rem;
    color: var(--primary);
}

.steps-cta {
    text-align: center;
    margin-top: 40px;
}

/* ============================================
   SCENARIO SECTION
   ============================================ */
.scenario-intro {
    max-width: 800px;
    margin: 0 auto 50px;
    padding: 30px 40px;
    background: var(--white);
    border-radius: 16px;
    text-align: center;
    box-shadow: var(--shadow-sm);
    border: 1px solid rgba(13, 92, 77, 0.08);
}

.scenario-intro p {
    font-size: 1.05rem;
    color: var(--gray-700);
}

.scenario-comparison {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: 32px;
}

.scenario-box {
    border-radius: 24px;
    padding: 40px;
    position: relative;
}

.scenario-without {
    background: rgba(139, 26, 26, 0.03);
    border: 2px solid rgba(139, 26, 26, 0.2);
}

.scenario-with {
    background: rgba(13, 92, 77, 0.03);
    border: 2px solid rgba(13, 92, 77, 0.2);
}

.scenario-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
}

.scenario-header i {
    font-size: 1.8rem;
}

.scenario-without .scenario-header i {
    color: var(--danger);
}

.scenario-with .scenario-header i {
    color: var(--primary);
}

.scenario-header h3 {
    font-size: 1.4rem;
}

.scenario-without .scenario-header h3 {
    color: var(--danger);
}

.scenario-with .scenario-header h3 {
    color: var(--primary);
}

.scenario-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 0.95rem;
    color: var(--gray-700);
}

.scenario-list li i {
    margin-top: 4px;
    font-size: 0.8rem;
}

.scenario-without .scenario-list li i {
    color: var(--danger);
}

.scenario-with .scenario-list li i {
    color: var(--primary);
}

.scenario-result {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    border-radius: 12px;
    margin-top: 24px;
    font-weight: 600;
    font-size: 0.95rem;
}

.scenario-result.negative {
    background: rgba(139, 26, 26, 0.1);
    color: var(--danger);
}

.scenario-result.positive {
    background: rgba(13, 92, 77, 0.1);
    color: var(--primary);
}

.scenario-disclaimer {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    max-width: 700px;
    margin: 40px auto 0;
    padding: 20px;
    background: var(--white);
    border-radius: 12px;
    border: 1px solid var(--gray-200);
}

.scenario-disclaimer i {
    color: var(--gray-400);
    margin-top: 2px;
}

.scenario-disclaimer p {
    font-size: 0.85rem;
    color: var(--gray-500);
    font-style: italic;
}

/* ============================================
   OFFER SECTION
   ============================================ */
.section-offer {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
    position: relative;
    overflow: hidden;
}

.offer-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.03' fill-rule='evenodd'/%3E%3C/svg%3E");
    pointer-events: none;
}

.offer-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: var(--white);
}

.offer-content .section-label {
    background: var(--accent);
}

.offer-title {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    color: var(--white);
    margin-bottom: 12px;
}

.offer-subtitle {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 40px;
}

.offer-package {
    max-width: 500px;
    margin: 0 auto 40px;
    background: var(--white);
    border-radius: 24px;
    padding: 40px;
    text-align: left;
    box-shadow: var(--shadow-xl);
}

.offer-package-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
}

.offer-package-header i {
    font-size: 1.5rem;
    color: var(--accent);
}

.offer-package-header h3 {
    font-size: 1.4rem;
    color: var(--gray-900);
}

.offer-package-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    font-size: 0.95rem;
    color: var(--gray-700);
}

.offer-package-list li i {
    color: var(--primary);
    font-size: 0.9rem;
}

.offer-package-price {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid var(--gray-200);
    text-align: center;
}

.price-label {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 6px;
}

.price-note {
    font-size: 0.85rem;
    color: var(--gray-500);
}

/* ============================================
   PACKAGE GRID
   ============================================ */
.package-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
}

.package-item {
    background: var(--cream);
    border-radius: 20px;
    padding: 32px;
    text-align: center;
    border: 1px solid rgba(13, 92, 77, 0.08);
    transition: var(--transition-smooth);
}

.package-item:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
    border-color: var(--primary);
}

.package-icon {
    width: 60px;
    height: 60px;
    background: var(--primary-gradient);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.package-icon i {
    font-size: 1.5rem;
    color: var(--white);
}

.package-item h4 {
    font-size: 1.15rem;
    margin-bottom: 10px;
}

.package-item p {
    font-size: 0.9rem;
    color: var(--gray-600);
}

/* ============================================
   HIBAH TYPES GRID (Perancangan Menyeluruh)
   ============================================ */
.hibah-types-grid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.highlight-card {
    position: relative;
    background: linear-gradient(135deg, rgba(13, 92, 77, 0.04) 0%, rgba(15, 122, 102, 0.08) 100%);
    border: 2px solid var(--primary);
    box-shadow: var(--shadow-md), 0 0 20px rgba(13, 92, 77, 0.08);
}

.highlight-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl), 0 0 30px rgba(13, 92, 77, 0.12);
}

.highlight-card .package-icon {
    background: var(--primary-gradient);
    box-shadow: 0 4px 15px rgba(13, 92, 77, 0.3);
}

.card-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
    color: var(--white);
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    box-shadow: 0 2px 8px rgba(13, 92, 77, 0.25);
}

/* Authority Text */
.authority-text {
    max-width: 700px;
    margin: 50px auto 0;
    text-align: center;
    padding: 0 20px;
}

.authority-text p {
    font-size: 1.05rem;
    font-style: italic;
    color: var(--gray-600);
    line-height: 1.8;
}

.authority-text strong {
    color: var(--primary);
    font-style: normal;
}

/* Section CTA (Soft) */
.section-cta {
    text-align: center;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.cta-note {
    font-size: 0.85rem;
    color: var(--gray-500);
}

/* ============================================
   TESTIMONIALS
   ============================================ */
.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}

.testimonial-card {
    background: var(--white);
    border-radius: 20px;
    padding: 32px;
    box-shadow: var(--shadow-md);
    border: 1px solid rgba(13, 92, 77, 0.05);
    transition: var(--transition-smooth);
}

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

.testimonial-stars {
    display: flex;
    gap: 4px;
    margin-bottom: 16px;
}

.testimonial-stars i {
    color: var(--accent);
    font-size: 0.9rem;
}

.testimonial-text {
    font-size: 0.95rem;
    color: var(--gray-700);
    font-style: italic;
    margin-bottom: 24px;
    line-height: 1.7;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 14px;
}

.author-avatar {
    width: 50px;
    height: 50px;
    background: var(--primary-gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.author-avatar i {
    font-size: 1.2rem;
    color: var(--white);
}

.author-info h5 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 2px;
}

.author-info span {
    font-size: 0.85rem;
    color: var(--gray-500);
}

/* ============================================
   FAQ SECTION
   ============================================ */
.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: var(--cream);
    border-radius: 16px;
    margin-bottom: 16px;
    overflow: hidden;
    border: 1px solid rgba(13, 92, 77, 0.08);
    transition: var(--transition-normal);
}

.faq-item:hover {
    border-color: var(--primary);
}

.faq-item.active {
    border-color: var(--primary);
    box-shadow: var(--shadow-md);
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 28px;
    cursor: pointer;
    transition: var(--transition-normal);
}

.faq-question:hover {
    background: rgba(13, 92, 77, 0.03);
}

.faq-question h4 {
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 600;
    color: var(--gray-800);
    flex: 1;
    padding-right: 16px;
}

.faq-question i {
    color: var(--primary);
    font-size: 1rem;
    transition: var(--transition-normal);
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}

.faq-item.active .faq-answer {
    max-height: 500px;
}

.faq-answer p {
    padding: 0 28px 24px;
    font-size: 0.95rem;
    color: var(--gray-600);
    line-height: 1.8;
}

/* ============================================
   FINAL CTA SECTION
   ============================================ */
.section-final-cta {
    background: linear-gradient(135deg, var(--charcoal) 0%, #1f1f1f 100%);
    text-align: center;
    padding: 120px 24px;
    position: relative;
    overflow: hidden;
}

.section-final-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at center, rgba(13, 92, 77, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

.final-cta-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.final-cta-title {
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    color: var(--white);
    margin-bottom: 24px;
    line-height: 1.3;
}

.final-cta-title .highlight {
    color: var(--accent);
}

.final-cta-text {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 40px;
}

.final-cta-notes {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 28px;
    margin-top: 32px;
}

.final-cta-notes span {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.final-cta-notes i {
    color: var(--accent);
}

/* ============================================
   FOOTER
   ============================================ */
.footer {
    background: var(--charcoal);
    color: rgba(255, 255, 255, 0.7);
    padding: 80px 0 120px;
}

.footer-main {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 60px;
    margin-bottom: 50px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.footer-logo img {
    width: 40px;
    height: 40px;
    border-radius: 8px;
}

.footer-logo span {
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--white);
}

.footer-desc {
    font-size: 0.95rem;
    line-height: 1.7;
    max-width: 350px;
}

.footer-links h4,
.footer-contact h4 {
    font-size: 1.1rem;
    color: var(--white);
    margin-bottom: 20px;
}

.footer-links ul li,
.footer-contact ul li {
    margin-bottom: 12px;
}

.footer-links a,
.footer-contact a {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.7);
    transition: var(--transition-normal);
}

.footer-links a:hover,
.footer-contact a:hover {
    color: var(--accent);
}

.footer-contact ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-contact ul li i {
    color: var(--primary-light);
    width: 20px;
}

.footer-bottom {
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}

.footer-bottom p {
    font-size: 0.9rem;
}

/* ============================================
   MOBILE CTA BAR
   ============================================ */
.mobile-cta-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 998;
    background: var(--white);
    padding: 12px 16px;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
    display: none;
}

.mobile-cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 16px 24px;
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    color: var(--white);
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
}

.mobile-cta-btn i {
    font-size: 1.3rem;
}

/* ============================================
   BACK TO TOP
   ============================================ */
.back-to-top {
    position: fixed;
    bottom: 100px;
    right: 24px;
    z-index: 997;
    width: 50px;
    height: 50px;
    background: var(--primary-gradient);
    color: var(--white);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: var(--transition-smooth);
    box-shadow: var(--shadow-lg);
}

.back-to-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-xl);
}

/* ============================================
   ANIMATIONS
   ============================================ */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.animate-on-scroll.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ============================================
   RESPONSIVE STYLES
   ============================================ */
@media (max-width: 1024px) {
    .hero-container {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .hero-card {
        max-width: 420px;
        margin: 0 auto;
    }
    
    .footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
    
    .footer-brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 768px) {
    :root {
        --section-padding: 70px;
    }
    
    .navbar-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 280px;
        height: 100vh;
        background: var(--white);
        flex-direction: column;
        align-items: flex-start;
        padding: 100px 30px 40px;
        gap: 0;
        box-shadow: var(--shadow-xl);
        transition: var(--transition-smooth);
    }
    
    .navbar-menu.active {
        right: 0;
    }
    
    .navbar-menu li {
        width: 100%;
    }
    
    .navbar-link {
        display: block;
        width: 100%;
        padding: 16px 0;
        border-bottom: 1px solid var(--gray-100);
    }
    
    .navbar-cta {
        margin: 20px 0 0;
        width: 100%;
        justify-content: center;
    }
    
    .navbar-toggle {
        display: flex;
    }
    
    .navbar-toggle.active .hamburger-line:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
    
    .navbar-toggle.active .hamburger-line:nth-child(2) {
        opacity: 0;
    }
    
    .navbar-toggle.active .hamburger-line:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }
    
    .hero {
        padding: 120px 0 120px;
    }
    
    .hero-cta-group {
        flex-direction: column;
    }
    
    .hero-cta-group .btn {
        width: 100%;
    }
    
    /* Hero Book Responsive */
    .hero-book-image {
        max-width: 290px;
        filter:
            drop-shadow(0 30px 10px rgba(0, 0, 0, 0.4))
            drop-shadow(0 30px 10px rgba(201, 163, 39, 0.426));
    }
    
    .hero-book-caption {
        font-size: 1rem;
    }
    
    .hero-book-caption span {
        font-size: 0.8rem;
    }
    
    .solution-step {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .step-number {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
    
    .step-icon {
        display: none;
    }
    
    .scenario-comparison {
        grid-template-columns: 1fr;
    }
    
    .hibah-types-grid {
        grid-template-columns: 1fr;
    }
    
    .highlight-card {
        order: -1;
    }
    
    .card-badge {
        top: 12px;
        right: 12px;
        font-size: 0.65rem;
        padding: 5px 12px;
    }
    
    .authority-text {
        margin-top: 40px;
    }
    
    .authority-text p {
        font-size: 0.95rem;
    }
    
    .footer-main {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .mobile-cta-bar {
        display: block;
    }
    
    .back-to-top {
        bottom: 90px;
        right: 16px;
    }
    
    .final-cta-notes {
        flex-direction: column;
        gap: 12px;
    }
    
    .stats-box-inner {
        flex-direction: column;
        text-align: center;
        padding: 28px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 16px;
    }
    
    .btn-lg {
        padding: 16px 28px;
        font-size: 0.95rem;
    }
    
    .btn-xl {
        padding: 18px 32px;
        font-size: 1rem;
    }
    
    .hero-card-inner {
        padding: 30px;
    }
    
    .problem-card {
        padding: 32px 24px;
    }
    
    .offer-package {
        padding: 30px;
    }
    
    .testimonial-card {
        padding: 24px;
    }
    
    .faq-question {
        padding: 20px;
    }
    
    .faq-answer p {
        padding: 0 20px 20px;
    }
}

/* Print styles */
@media print {
    .navbar,
    .mobile-cta-bar,
    .back-to-top,
    .btn {
        display: none !important;
    }
    
    .section {
        padding: 40px 0;
    }
}