/* ===== STYLE UNTUK LANDING PAGE ILMU NAHWU ===== */
:root {
    --primary: #0f5e46;          /* emerald tua */
    --primary-light: #15805e;     /* emerald */
    --accent: #c9a227;            /* emas */
    --accent-light: #e3c24a;      /* emas terang */
    --dark: #083b2c;              /* emerald sangat gelap */
    --light: #faf7f0;             /* krem */
    --text: #3d4a42;              /* hijau-abu lembut */
    --white: #ffffff;             /* putih */
    --shadow: 0 10px 40px rgba(8, 59, 44, 0.12);
    --radius: 16px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

/* ===== POLA GEOMETRIS ISLAMI ===== */
:root {
    --pattern-c: rgba(201,162,39,0.06);
}
.section-with-pattern {
    position: relative;
    background-image: linear-gradient(30deg, var(--pattern-c) 12%, transparent 12.5%, transparent 87%, var(--pattern-c) 87.5%, var(--pattern-c)),
                      linear-gradient(150deg, var(--pattern-c) 12%, transparent 12.5%, transparent 87%, var(--pattern-c) 87.5%, var(--pattern-c)),
                      linear-gradient(30deg, var(--pattern-c) 12%, transparent 12.5%, transparent 87%, var(--pattern-c) 87.5%, var(--pattern-c)),
                      linear-gradient(150deg, var(--pattern-c) 12%, transparent 12.5%, transparent 87%, var(--pattern-c) 87.5%, var(--pattern-c));
    background-size: 60px 60px;
    background-position: 0 0, 0 0, 30px 30px, 30px 30px;
}

/* ===== AKSEN EMAS ELEGAN ===== */
.gold-rule {
    width: 64px; height: 3px; border-radius: 3px;
    background: linear-gradient(90deg, var(--accent), var(--accent-light));
    margin: 0 auto 12px;
}
.section .gold-rule { margin: 0 auto 20px; }

body {
    font-family: 'Poppins', sans-serif;
    color: var(--text);
    background: var(--white);
    line-height: 1.7;
    overflow-x: hidden;
}

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
img { max-width: 100%; display: block; }

/* ===== HEADER ===== */
header {
    position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
    background: rgba(255,255,255,0.92);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(15,94,70,0.08);
    transition: 0.3s;
}
.nav { display: flex; align-items: center; justify-content: space-between; padding: 14px 24px; max-width: 1200px; margin: 0 auto; }
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.logo-icon {
    width: 44px; height: 44px; border-radius: 12px;
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
    display: flex; align-items: center; justify-content: center;
    color: var(--white); font: 700 20px 'Amiri', serif;
    box-shadow: 0 4px 12px rgba(15,94,70,0.3);
}
.logo-img {
    width: 100%; height: 100%; object-fit: cover; border-radius: 12px; display: block;
}
.logo-text { font-size: 20px; font-weight: 700; color: var(--primary); }
.logo-text span { color: var(--accent); }
.nav-links { display: flex; align-items: center; gap: 28px; list-style: none; }
.nav-links a { text-decoration: none; color: var(--text); font-weight: 500; font-size: 14px; transition: color 0.2s; }
.nav-links a:hover { color: var(--accent); }
.nav-cta {
    background: linear-gradient(135deg, var(--accent), var(--accent-light));
    color: var(--dark) !important; padding: 10px 22px; border-radius: 50px;
    font-weight: 600 !important; box-shadow: 0 4px 15px rgba(201,162,39,0.4);
    transition: transform 0.2s !important;
}
.nav-cta:hover { transform: translateY(-2px); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 5px; }
.hamburger span { width: 26px; height: 3px; background: var(--primary); border-radius: 3px; }

/* ===== HERO ===== */
.hero {
    padding: 150px 24px 90px;
    background: linear-gradient(135deg, rgba(8,59,44,0.88), rgba(15,94,70,0.8) 60%, rgba(21,128,94,0.78)), url('file:///C:/Users/Yusril/Downloads/dauroh.JFIF');
    background-size: cover; background-position: center; background-attachment: fixed;
    position: relative; overflow: hidden; color: var(--white);
}
.hero::before {
    content: ''; position: absolute; top: -30%; right: -10%; width: 550px; height: 550px;
    background: radial-gradient(circle, rgba(201,162,39,0.25), transparent 70%);
}
.hero::after {
    content: ''; position: absolute; bottom: -30%; left: -8%; width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(201,162,39,0.15), transparent 70%);
}
.hero-content { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 50px; position: relative; z-index: 2; align-items: center; }
.hero-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.25);
    padding: 8px 18px; border-radius: 50px; font-size: 13px; font-weight: 500; margin-bottom: 22px;
}
.hero-badge .dot { width: 8px; height: 8px; border-radius: 50%; background: #4ade80; animation: pulse 2s infinite; }

/* ===== HERO HALAMAN KEDUA (about) ===== */
.page-hero {
    padding: 170px 24px 80px;
    background: linear-gradient(135deg, var(--dark), var(--primary) 60%, var(--primary-light));
    position: relative; overflow: hidden; color: var(--white); text-align: center;
}
.page-hero::before {
    content: ''; position: absolute; top: -30%; right: -10%; width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(201,162,39,0.25), transparent 70%);
}
.page-hero h1 { font-size: 46px; font-family: 'Amiri', serif; line-height: 1.2; margin-bottom: 14px; position: relative; z-index: 2; }
.page-hero p { max-width: 640px; margin: 0 auto; color: rgba(255,255,255,0.85); position: relative; z-index: 2; }
.page-hero .hero-badge { position: relative; z-index: 2; }

.nav-links a.active { color: var(--accent); font-weight: 600; }
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:0.4} }

/* ===== HERO ORNAMENT KALIGRAFI ===== */
.hero-ornament {
    text-align: center; color: rgba(255,255,255,0.18);
    font-family: 'Amiri', serif; font-size: 120px; line-height: 1; margin-top: 8px;
    direction: rtl; user-select: none; white-space: nowrap; overflow: hidden;
}

/* ===== KEUNGGULAN DI DALAM BERANDA (HERO) ===== */
.keunggulan-block { position: relative; z-index: 2; margin-top: 70px; }
.keunggulan-block .section-label { color: var(--accent-light); }
.keunggulan-block h2 { color: var(--white); }
.keunggulan-block .subtitle { color: rgba(255,255,255,0.85); }

/* ===== TRUST BADGES ===== */
.trust-bar {
    display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 34px;
}
.trust-item {
    display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: var(--text);
    background: var(--white); border: 1px solid rgba(15,94,70,0.08); border-radius: 50px; padding: 8px 16px;
    box-shadow: 0 2px 8px rgba(15,94,70,0.04);
}
.trust-item .tk { color: var(--accent); font-weight: 700; }
.section-dark .trust-item, .section-dark .trust-strip .trust-item {
    background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.15); color: rgba(255,255,255,0.9);
}

.hero-arabic { font-family: 'Amiri', serif; font-size: 26px; color: var(--accent-light); margin-bottom: 12px; direction: rtl; text-align: right; }
.hero h1 { font-size: 48px; font-weight: 800; line-height: 1.15; margin-bottom: 16px; }
.hero h1 .gold { color: var(--accent-light); }
.hero p { font-size: 17px; max-width: 540px; margin-bottom: 32px; color: rgba(255,255,255,0.9); }
.hero-buttons { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 44px; }
.btn { display: inline-block; padding: 14px 30px; border-radius: 50px; font-weight: 600; font-size: 15px; text-decoration: none; transition: 0.3s; cursor: pointer; border: none; text-align: center; }
.btn-primary { background: linear-gradient(135deg, var(--accent), var(--accent-light)); color: var(--dark); box-shadow: 0 8px 25px rgba(201,162,39,0.4); }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(201,162,39,0.5); }
.btn-outline { background: transparent; color: var(--white); border: 2px solid rgba(255,255,255,0.5); }
.btn-outline:hover { background: rgba(255,255,255,0.1); border-color: var(--white); }
.hero-stats { display: flex; gap: 44px; flex-wrap: wrap; }
.stat-item h3 { font-size: 30px; font-weight: 700; color: var(--accent-light); }
.stat-item p { font-size: 13px; color: rgba(255,255,255,0.7); margin: 0; }
.hero-card {
    background: rgba(255,255,255,0.08); backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.2); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow);
}
.hero-card-visual {
    border-radius: 12px; overflow: hidden; margin-bottom: 24px;
    padding: 48px 24px; text-align: center;
    background: linear-gradient(135deg, rgba(201,162,39,0.3), rgba(201,162,39,0.1));
}
.hero-card-visual .arabic-big { font-family: 'Amiri', serif; font-size: 52px; color: var(--accent-light); direction: rtl; }
.hero-card-photo {
    width: 100%; max-height: 320px; object-fit: cover; object-position: center; border-radius: 10px;
    margin-bottom: 14px; border: 2px solid rgba(255,255,255,0.4); box-shadow: 0 6px 18px rgba(0,0,0,0.25);
}
.hero-card h4 { font-size: 19px; margin-bottom: 14px; text-align: center; }
.hero-card ul { list-style: none; }
.hero-card li { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; font-size: 14px; }
.hero-card li .check { color: #4ade80; font-weight: 700; }

/* ===== SECTION COMMON ===== */
.section { padding: 90px 24px; }
.section-alt { background: var(--light); }
.section-label { display: inline-block; color: var(--accent); font-weight: 600; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 14px; }
.section h2 { font-size: 36px; color: var(--primary); font-weight: 700; line-height: 1.2; margin-bottom: 12px; }
.section p.subtitle { font-size: 16px; max-width: 640px; margin-bottom: 44px; }
.text-center { text-align: center; }
.mx-auto { margin-left: auto; margin-right: auto; }

/* ===== ABOUT ===== */
.about .grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.about-visual {
    border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); position: relative;
    padding: 60px 40px; text-align: center; background: linear-gradient(135deg, var(--primary), var(--primary-light));
}
.about-visual .arabic-label { color: rgba(255,255,255,0.7); font-size: 14px; letter-spacing: 1px; margin-bottom: 14px; }
.about-visual .big-arabic { font-family: 'Amiri', serif; font-size: 68px; color: var(--white); direction: rtl; }
.about-visual .big-arabic .gold2 { color: var(--accent-light); }
.about-visual .explain { margin-top: 16px; font-size: 15px; color: rgba(255,255,255,0.85); }
.about-text h3 { font-size: 26px; color: var(--primary); margin-bottom: 14px; }
.about-text p { margin-bottom: 18px; }
.about-features { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 24px; }
.af-item { display: flex; align-items: flex-start; gap: 12px; }
.af-icon { width: 40px; height: 40px; min-width: 40px; border-radius: 10px; background: rgba(15,94,70,0.08); display: flex; align-items: center; justify-content: center; font-size: 18px; }
.af-item h6 { color: var(--primary); font-size: 15px; margin-bottom: 4px; }
.af-item p { font-size: 13px; margin: 0; }

/* ===== CURRICULUM ===== */
.curriculum-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 40px; }
.curriculum-card {
    background: var(--white); border-radius: var(--radius); padding: 26px; box-shadow: 0 4px 20px rgba(15,94,70,0.06);
    border: 1px solid rgba(15,94,70,0.05); transition: 0.3s;
}
.curriculum-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.curriculum-card .num { font-size: 13px; font-weight: 700; color: var(--accent); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 10px; }
.curriculum-card h3 { font-size: 19px; color: var(--primary); margin-bottom: 10px; }
.curriculum-card p { font-size: 14px; }
.curriculum-card .lessons { margin-top: 14px; padding-top: 14px; border-top: 1px solid #eee7d8; font-size: 13px; font-weight: 500; color: var(--primary-light); }
.note-box {
    background: var(--primary); border-radius: var(--radius); padding: 30px 36px; color: var(--white);
    display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap;
}
.note-box h4 { font-size: 20px; margin-bottom: 6px; }
.note-box p { color: rgba(255,255,255,0.8); font-size: 14px; }

/* ===== FEATURES (FASILITAS) ===== */
.section-dark {
    background: linear-gradient(135deg, var(--dark), var(--primary));
    color: var(--white);
}
.section-dark h2 { color: var(--white); }
.section-dark .section-label { color: var(--accent-light); }
.section-dark p.subtitle { color: rgba(255,255,255,0.85); }
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feature-card {
    text-align: center; padding: 34px 24px; border-radius: var(--radius); background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.15); backdrop-filter: blur(6px); transition: 0.3s;
}
.feature-card:hover { transform: translateY(-8px); background: rgba(255,255,255,0.1); }
.feature-icon { width: 68px; height: 68px; margin: 0 auto 18px; border-radius: 18px; display: flex; align-items: center; justify-content: center; font-size: 30px; background: linear-gradient(135deg, var(--accent), var(--accent-light)); }
.feature-card h3 { font-size: 17px; color: var(--white); margin-bottom: 10px; }
.feature-card p { font-size: 14px; color: rgba(255,255,255,0.8); }

/* ===== TESTIMONIALS ===== */
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testimonial-card { background: var(--white); border-radius: var(--radius); padding: 26px; box-shadow: 0 4px 16px rgba(15,94,70,0.05); border: 1px solid rgba(15,94,70,0.05); }
.testimonial-card .stars { color: var(--accent); font-size: 16px; margin-bottom: 12px; letter-spacing: 2px; }
.testimonial-card .quote { font-size: 14px; margin-bottom: 16px; font-style: italic; }
.testimonial-card .person { display: flex; align-items: center; gap: 12px; }
.avatar { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, var(--primary), var(--primary-light)); color: var(--white); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 16px; }
.testimonial-card .person h6 { font-size: 15px; color: var(--primary); }
.testimonial-card .person p { font-size: 12px; color: var(--text); opacity: 0.7; margin: 0; }

/* ===== PRICING ===== */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.pricing-card {
    background: var(--white); border-radius: var(--radius); padding: 32px; box-shadow: 0 4px 16px rgba(15,94,70,0.05);
    border: 1px solid rgba(15,94,70,0.06); display: flex; flex-direction: column; position: relative; transition: 0.3s;
}
.pricing-card:hover { transform: translateY(-6px); }
.pricing-card.popular { border: 2px solid var(--accent); box-shadow: var(--shadow); }
.popular-tag { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, var(--accent), var(--accent-light)); color: var(--dark); font-size: 12px; font-weight: 700; padding: 5px 16px; border-radius: 50px; letter-spacing: 1px; text-transform: uppercase; }
.pricing-card h4 { font-size: 18px; color: var(--primary); margin-bottom: 6px; }
.pricing-card .price { font-size: 40px; font-weight: 800; color: var(--primary); margin-bottom: 4px; }
.pricing-card .price span { font-size: 15px; font-weight: 400; color: var(--text); }
.pricing-card .desc { font-size: 14px; margin-bottom: 20px; }
.pricing-card ul { list-style: none; flex: 1; margin-bottom: 24px; }
.pricing-card ul li { font-size: 14px; padding: 7px 0; display: flex; gap: 10px; align-items: flex-start; }
.pricing-card ul li::before { content: '✓'; color: var(--accent); font-weight: 700; }
.pricing-card ul li.no::before { content: '✕'; color: #d1d5db; }

/* ===== FAQ ===== */
.faq-list { max-width: 760px; margin: 0 auto; }
.faq-item { background: var(--white); border-radius: 12px; box-shadow: 0 4px 16px rgba(15,94,70,0.05); margin-bottom: 16px; overflow: hidden; border: 1px solid rgba(15,94,70,0.05); }
.faq-question { width: 100%; background: none; border: none; padding: 20px 24px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-family: 'Poppins', sans-serif; font-size: 16px; font-weight: 600; color: var(--primary); text-align: left; }
.faq-question .icon { font-size: 22px; color: var(--accent); transition: transform 0.3s; }
.faq-item.open .faq-question .icon { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.faq-answer-inner { padding: 0 24px 20px; font-size: 14px; }

/* ===== PENGًAJAR ===== */
.tutor-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.tutor-card {
    background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: 0 4px 16px rgba(15,94,70,0.05);
    border: 1px solid rgba(15,94,70,0.06); transition: 0.3s; text-align: center;
}
.tutor-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.tutor-photo {
    height: 180px; display: flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
}
.tutor-photo .avatar-big {
    width: 90px; height: 90px; border-radius: 50%; background: linear-gradient(135deg, var(--accent), var(--accent-light));
    color: var(--dark); display: flex; align-items: center; justify-content: center; font-size: 36px; font-weight: 700;
    box-shadow: 0 6px 20px rgba(0,0,0,0.3); border: 3px solid rgba(255,255,255,0.4);
}
.tutor-img-1 {
    width: 150px; height: 150px; object-fit: cover; object-position: center top; border-radius: 50%;
    border: 3px solid rgba(255,255,255,0.7); box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}
.tutor-card .tutor-body { padding: 24px; }
.tutor-card h3 { font-size: 18px; color: var(--primary); margin-bottom: 4px; }
.tutor-card .role { font-size: 13px; color: var(--accent); font-weight: 600; margin-bottom: 12px; }
.tutor-card p { font-size: 14px; }
.tutor-card .qualif { margin-top: 14px; padding-top: 14px; border-top: 1px solid #eee7d8; font-size: 12px; color: var(--text); opacity: 0.85; }

/* ===== TARGET PESERTA ===== */
.target-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 820px; }
.mx-auto-grid { margin-left: auto; margin-right: auto; }
.target-card {
    background: var(--white); border-radius: var(--radius); padding: 30px; text-align: center;
    box-shadow: 0 4px 16px rgba(15,94,70,0.05); border: 1px solid rgba(15,94,70,0.06); transition: 0.3s;
}
.target-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: rgba(201,162,39,0.3); }
.target-card .t-icon { width: 64px; height: 64px; margin: 0 auto 16px; border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 30px; background: linear-gradient(135deg, rgba(15,94,70,0.1), rgba(201,162,39,0.1)); }
.target-card h3 { font-size: 18px; color: var(--primary); margin-bottom: 10px; }
.target-card p { font-size: 14px; }

/* ===== ORNAMEN PESANTREN PREMIUM ===== */
.pesantren-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: linear-gradient(135deg, var(--accent), var(--accent-light)) !important;
    border: 1px solid rgba(201,162,39,0.3); padding: 8px 16px; border-radius: 50px;
    font-size: 13px; font-weight: 600; color: var(--dark) !important; letter-spacing: 0.3px;
    box-shadow: 0 4px 14px rgba(201,162,39,0.25); margin: 0 auto 18px;
}
/* buku/kitab icon chip */
.kit-icon {
    display: inline-flex; align-items: center; justify-content: center;
    min-width: 34px; height: 34px; border-radius: 9px; font-size: 17px;
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
    color: var(--white);
}
/* strip premium di atas section tertentu */
.premium-strip {
    display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 26px;
}
.premium-item {
    display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 500;
    color: var(--primary); background: var(--white); border: 1px solid rgba(201,162,39,0.35);
    border-radius: 50px; padding: 7px 15px; box-shadow: 0 2px 10px rgba(201,162,39,0.12);
}
.premium-item .pi { color: var(--accent); font-size: 15px; }
/* motif menara/siluet di pojok — dihilangkan untuk kesederhanaan, cukup aksen emas */
/* garansi premium pada kartu popular */
.pricing-card.popular .price { color: var(--dark); }

/* ===== KEUNGGULAN ===== */
.unggul-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1080px; margin: 0 auto; }
.unggul-card {
    background: var(--white); border-radius: var(--radius); padding: 30px; display: flex; gap: 18px; align-items: flex-start;
    box-shadow: 0 4px 16px rgba(15,94,70,0.06); border: 1px solid rgba(15,94,70,0.06); transition: 0.3s; position: relative;
}
.unggul-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: rgba(201,162,39,0.4); }
.unggul-card .u-num {
    position: absolute; top: 18px; right: 20px; font-family: 'Amiri', serif; font-size: 40px; font-weight: 700; color: rgba(201,162,39,0.18); line-height: 1;
}
.unggul-card .u-icon { width: 54px; height: 54px; min-width: 54px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 26px; background: linear-gradient(135deg, var(--accent), var(--accent-light)); box-shadow: 0 4px 12px rgba(201,162,39,0.25); }
.unggul-card h3 { font-size: 17px; color: var(--primary); margin-bottom: 8px; }
.unggul-card p { font-size: 14px; margin: 0; }

/* ===== CTA ===== */
.cta-box {
    background: linear-gradient(135deg, var(--primary), var(--dark));
    border-radius: 24px; padding: 64px 48px; text-align: center; color: var(--white); position: relative; overflow: hidden;
}
.cta-box::before {
    content: ''; position: absolute; top: -40%; right: -10%; width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(201,162,39,0.35), transparent 70%);
}
.cta-box h2 { font-size: 36px; margin-bottom: 12px; position: relative; z-index: 2; }
.cta-box p { max-width: 560px; margin: 0 auto 30px; color: rgba(255,255,255,0.85); position: relative; z-index: 2; }
.cta-box .btn { position: relative; z-index: 2; }

/* ===== FOOTER ===== */
footer { background: var(--dark); color: rgba(255,255,255,0.7); padding: 60px 24px 30px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer-brand .logo-text { color: var(--white); }
.footer-brand p { font-size: 14px; margin-top: 12px; max-width: 300px; }
.footer h5 { color: var(--white); font-size: 16px; margin-bottom: 16px; }
.footer ul { list-style: none; }
.footer ul li { margin-bottom: 10px; }
.footer ul a { color: rgba(255,255,255,0.7); text-decoration: none; font-size: 14px; }
.footer ul a:hover { color: var(--accent-light); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 24px; text-align: center; font-size: 14px; }

/* ===== FLOATING WHATSAPP ===== */
.wa-float {
    position: fixed; bottom: 24px; right: 24px; z-index: 999;
    width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, #25d366, #128c7e); color: var(--white); font-size: 30px;
    box-shadow: 0 6px 20px rgba(37,211,102,0.5); text-decoration: none; transition: 0.3s;
}
.wa-float:hover { transform: scale(1.1); }
.wa-float .wa-tooltip {
    position: absolute; right: 72px; top: 50%; transform: translateY(-50%); white-space: nowrap;
    background: var(--dark); color: var(--white); font-size: 13px; padding: 8px 14px; border-radius: 8px; opacity: 0; pointer-events: none; transition: 0.3s;
}
.wa-float:hover .wa-tooltip { opacity: 1; }

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
    .hero h1 { font-size: 38px; }
    .hero-content { grid-template-columns: 1fr; gap: 40px; }
    .curriculum-grid, .features-grid, .testimonial-grid, .pricing-grid, .tutor-grid { grid-template-columns: repeat(2, 1fr); }
    .unggul-grid { grid-template-columns: repeat(2, 1fr); }
    .about .grid { grid-template-columns: 1fr; }
    .section h2 { font-size: 30px; }
    .section-label { font-size: 12px; }
    .hero-ornament { font-size: 72px; }
    .about-visual { padding: 44px 28px; }
    .about-visual .big-arabic { font-size: 52px; }
    .cta-box h2 { font-size: 30px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
    header { background: var(--white); }
    .hamburger { display: flex; }
    .nav-links {
        display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column;
        background: var(--white); padding: 20px; gap: 18px; box-shadow: var(--shadow); text-align: center;
    }
    .nav-links.active { display: flex; }
    .hero { padding-top: 130px; padding-left: 20px; padding-right: 20px; }
    .hero h1 { font-size: 30px; }
    .hero-arabic { font-size: 20px; }
    .hero p { font-size: 16px; }
    .hero-badge { font-size: 12px; padding: 7px 14px; }
    .hero-ornament { font-size: 44px; }
    .hero-card { padding: 20px; }
    .hero-buttons .btn { width: 100%; }
    .curriculum-grid, .features-grid, .testimonial-grid, .pricing-grid, .about-features, .tutor-grid { grid-template-columns: 1fr; }
    .target-grid { grid-template-columns: 1fr; }
    .unggul-grid { grid-template-columns: 1fr; }
    .hero-stats { gap: 20px; flex-direction: column; }
    .stat-item { text-align: center; }
    .premium-strip { flex-direction: column; align-items: center; }
    .premium-item { width: 100%; justify-content: center; }
    .note-box { padding: 24px; text-align: center; justify-content: center; }
    .section { padding: 64px 20px; }
    .section h2 { font-size: 26px; }
    .about-visual { padding: 36px 20px; }
    .about-visual .big-arabic { font-size: 44px; }
    .cta-box { padding: 40px 20px; }
    .cta-box h2 { font-size: 26px; }
    .footer-grid { grid-template-columns: 1fr; gap: 28px; }
    .wa-float { width: 54px; height: 54px; font-size: 26px; bottom: 18px; right: 18px; }
}
