/* ===== INBURGERKING — Warm Orange + Cream White, Dutch Vibes ===== */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,500;0,9..40,700;0,9..40,800;1,9..40,400&family=Playfair+Display:wght@700;800&display=swap');

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', system-ui, sans-serif; color: #2d2118; background: #fffcf7; line-height: 1.6; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; display: block; }

:root {
  --primary: #e87a2e;
  --primary-dark: #d06820;
  --primary-light: #fef3eb;
  --accent: #c44b1c;
  --cream: #fffcf7;
  --warm-bg: #fef8f0;
  --dark: #2d2118;
  --gray: #7a6b5d;
  --light: #fdf6ed;
  --border: #f0e4d4;
  --radius: 16px;
  --shadow: 0 4px 24px rgba(200,120,40,0.08);
  --shadow-lg: 0 16px 48px rgba(200,120,40,0.12);
}

.container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.section { padding: 100px 0; }
.section-title { font-family: 'Playfair Display', serif; font-size: 2.6rem; font-weight: 800; text-align: center; margin-bottom: 16px; color: var(--dark); }
.section-sub { text-align: center; color: var(--gray); font-size: 1.1rem; max-width: 620px; margin: 0 auto 56px; line-height: 1.7; }
.btn { display: inline-block; padding: 16px 36px; border-radius: 50px; font-weight: 700; font-size: 1rem; cursor: pointer; transition: all .3s; border: none; }
.btn-primary { background: var(--primary); color: #fff; }
.btn-primary:hover { background: var(--primary-dark); transform: translateY(-3px); box-shadow: 0 12px 32px rgba(232,122,46,0.35); }
.btn-secondary { background: transparent; color: var(--primary); border: 2px solid var(--primary); }
.btn-secondary:hover { background: var(--primary); color: #fff; }
.btn-large { padding: 20px 44px; font-size: 1.1rem; }
.badge { display: inline-block; padding: 8px 20px; border-radius: 50px; font-size: .85rem; font-weight: 600; }

/* ===== NAV — Warm floating bar ===== */
.nav { position: fixed; top: 16px; left: 50%; transform: translateX(-50%); width: calc(100% - 40px); max-width: 1180px; background: rgba(255,252,247,0.92); backdrop-filter: blur(20px); z-index: 1000; border-radius: 60px; border: 1px solid rgba(240,228,212,0.6); box-shadow: 0 4px 30px rgba(200,120,40,0.08); }
.nav .container { display: flex; justify-content: space-between; align-items: center; height: 64px; }
.nav-logo { font-family: 'Playfair Display', serif; font-size: 1.4rem; font-weight: 800; color: var(--dark); }
.nav-logo span { color: var(--primary); }
.nav-links { display: flex; gap: 28px; align-items: center; }
.nav-links a { font-weight: 500; color: var(--gray); transition: color .2s; font-size: .95rem; }
.nav-links a:hover { color: var(--primary); }
.nav-cta { background: var(--primary) !important; color: #fff !important; padding: 10px 28px !important; border-radius: 50px !important; font-size: .9rem !important; }
.nav-cta:hover { background: var(--primary-dark) !important; }
.mobile-toggle { display: none; background: none; border: none; font-size: 1.5rem; cursor: pointer; color: var(--dark); }

/* ===== LANG SELECTOR ===== */
.lang-bar { background: var(--primary); color: #fff; text-align: center; padding: 10px 0; font-size: .9rem; font-weight: 500; position: fixed; top: 0; width: 100%; z-index: 1001; }
.lang-bar a { color: #fff; margin: 0 6px; padding: 3px 10px; border-radius: 20px; background: rgba(255,255,255,0.15); transition: all .2s; font-size: .8rem; }
.lang-bar a:hover, .lang-bar a.active { background: #fff; color: var(--primary); }

/* ===== HERO — Split with big photo ===== */
.hero { padding: 160px 0 100px; background: var(--cream); position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; top: -200px; right: -200px; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(232,122,46,0.08) 0%, transparent 70%); }
.hero::after { content: ''; position: absolute; bottom: -100px; left: -100px; width: 400px; height: 400px; border-radius: 50%; background: radial-gradient(circle, rgba(232,122,46,0.05) 0%, transparent 70%); }
.hero .container { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1.1fr; gap: 60px; align-items: center; }
.hero-badge { background: var(--primary-light); color: var(--primary); margin-bottom: 24px; }
.hero h1 { font-family: 'Playfair Display', serif; font-size: 3.4rem; font-weight: 800; line-height: 1.15; margin-bottom: 24px; color: var(--dark); }
.hero h1 span { color: var(--primary); display: inline; background: linear-gradient(transparent 60%, rgba(232,122,46,0.15) 60%); }
.hero p { font-size: 1.15rem; color: var(--gray); margin-bottom: 36px; max-width: 500px; line-height: 1.7; }
.hero-buttons { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-visual { position: relative; }
.hero-visual img { border-radius: 24px; box-shadow: var(--shadow-lg); width: 100%; object-fit: cover; aspect-ratio: 4/3; }
.hero-visual::after { content: ''; position: absolute; bottom: -12px; right: -12px; width: 100%; height: 100%; border-radius: 24px; border: 3px solid var(--primary); z-index: -1; opacity: 0.3; }
.hero-langs { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 24px; }
.hero-langs span { background: #fff; border: 1px solid var(--border); padding: 6px 14px; border-radius: 50px; font-size: .8rem; color: var(--gray); transition: all .2s; }
.hero-langs span:hover { border-color: var(--primary); color: var(--primary); }
.hero-photo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.hero-photo-grid img { border-radius: 16px; width: 100%; height: 180px; object-fit: cover; box-shadow: var(--shadow); }
.hero-photo-grid img:first-child { grid-row: 1/3; height: 100%; }

/* ===== STATS BAR — Warm cream ===== */
.stats-bar { background: #fff; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 32px 0; }
.stats-bar .container { display: flex; justify-content: center; gap: 80px; flex-wrap: wrap; }
.stat { text-align: center; }
.stat-number { font-family: 'Playfair Display', serif; font-size: 2.4rem; font-weight: 800; color: var(--primary); }
.stat-label { font-size: .9rem; color: var(--gray); margin-top: 2px; }

/* ===== FEATURES — Card based ===== */
.features { background: var(--warm-bg); }
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.feature-card { background: #fff; padding: 36px; border-radius: 20px; border: 1px solid var(--border); transition: all .4s; position: relative; overflow: hidden; }
.feature-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: linear-gradient(90deg, var(--primary), #f5a623); opacity: 0; transition: opacity .3s; }
.feature-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.feature-card:hover::before { opacity: 1; }
.feature-icon { width: 60px; height: 60px; border-radius: 16px; background: var(--primary-light); display: flex; align-items: center; justify-content: center; font-size: 1.6rem; margin-bottom: 20px; }
.feature-card h3 { font-size: 1.15rem; font-weight: 700; margin-bottom: 10px; color: var(--dark); }
.feature-card p { color: var(--gray); font-size: .95rem; line-height: 1.7; }
.feature-card .feature-img { width: 100%; height: 160px; object-fit: cover; border-radius: 12px; margin-bottom: 16px; }

/* ===== CURRICULUM / HOW IT WORKS ===== */
.how-section { background: #fff; }
.curriculum-list { max-width: 740px; margin: 0 auto; }
.curriculum-item { display: flex; gap: 24px; padding: 24px; background: var(--light); border-radius: 16px; border: 1px solid var(--border); margin-bottom: 16px; align-items: center; transition: all .3s; }
.curriculum-item:hover { border-color: var(--primary); box-shadow: var(--shadow); background: #fff; }
.curriculum-num { width: 52px; height: 52px; border-radius: 50%; background: var(--primary); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 1.2rem; flex-shrink: 0; }
.curriculum-item h4 { font-weight: 700; margin-bottom: 4px; color: var(--dark); }
.curriculum-item p { font-size: .9rem; color: var(--gray); line-height: 1.6; }

/* ===== PHOTO STRIP ===== */
.photo-strip { padding: 0; overflow: hidden; background: var(--cream); }
.photo-strip-inner { display: flex; gap: 16px; padding: 40px 0; }
.photo-strip img { width: 300px; height: 200px; object-fit: cover; border-radius: 16px; flex-shrink: 0; }

/* ===== PRICING — Warm cards ===== */
.pricing { background: var(--warm-bg); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; align-items: start; }
.pricing-card { background: #fff; border-radius: 24px; padding: 44px 36px; border: 2px solid var(--border); text-align: center; transition: all .4s; position: relative; }
.pricing-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.pricing-card.popular { border-color: var(--primary); box-shadow: var(--shadow-lg); }
.pricing-card.popular::before { content: 'POPULAIRST'; position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--primary); color: #fff; padding: 6px 24px; border-radius: 50px; font-size: .8rem; font-weight: 700; letter-spacing: 0.5px; }
.pricing-name { font-family: 'Playfair Display', serif; font-size: 1.3rem; font-weight: 700; margin-bottom: 8px; color: var(--dark); }
.pricing-price { font-family: 'Playfair Display', serif; font-size: 3.2rem; font-weight: 800; color: var(--primary); }
.pricing-price small { font-size: 1rem; color: var(--gray); font-weight: 400; font-family: 'DM Sans', sans-serif; }
.pricing-desc { color: var(--gray); font-size: .95rem; margin: 8px 0 28px; }
.pricing-features { text-align: left; margin-bottom: 36px; }
.pricing-features li { padding: 10px 0; font-size: .95rem; display: flex; gap: 12px; align-items: start; border-bottom: 1px solid var(--border); }
.pricing-features li:last-child { border: none; }
.pricing-features li::before { content: '\2713'; color: var(--primary); font-weight: 700; flex-shrink: 0; width: 24px; height: 24px; background: var(--primary-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: .8rem; }
.pricing-card .btn { width: 100%; }

/* ===== TESTIMONIALS — With photos ===== */
.testimonials-section { background: #fff; }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.testimonial-card { background: var(--light); padding: 36px; border-radius: 20px; border: 1px solid var(--border); transition: all .3s; }
.testimonial-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.testimonial-stars { color: #f5a623; font-size: 1.2rem; margin-bottom: 16px; }
.testimonial-text { color: var(--dark); margin-bottom: 24px; line-height: 1.8; font-size: .95rem; }
.testimonial-author { display: flex; align-items: center; gap: 14px; }
.testimonial-avatar { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; border: 3px solid var(--primary-light); }
.testimonial-name { font-weight: 700; color: var(--dark); }
.testimonial-role { font-size: .85rem; color: var(--gray); }

/* ===== FAQ — Warm accordion ===== */
.faq { background: var(--warm-bg); }
.faq-list { max-width: 720px; margin: 0 auto; }
.faq-item { background: #fff; border-radius: 16px; border: 1px solid var(--border); margin-bottom: 12px; overflow: hidden; transition: all .3s; }
.faq-item:hover { border-color: rgba(232,122,46,0.3); }
.faq-item.active { border-color: var(--primary); box-shadow: 0 4px 20px rgba(232,122,46,0.08); }
.faq-question { width: 100%; padding: 22px 28px; display: flex; justify-content: space-between; align-items: center; background: none; border: none; cursor: pointer; font-size: 1rem; font-weight: 600; text-align: left; color: var(--dark); font-family: 'DM Sans', sans-serif; }
.faq-question::after { content: '+'; font-size: 1.4rem; color: var(--primary); font-weight: 700; transition: transform .3s; }
.faq-item.active .faq-question::after { transform: rotate(45deg); }
.faq-answer { padding: 0 28px; max-height: 0; overflow: hidden; transition: all .3s ease; }
.faq-item.active .faq-answer { padding: 0 28px 22px; max-height: 250px; }
.faq-answer p { color: var(--gray); line-height: 1.7; }

/* ===== CTA — Orange gradient ===== */
.cta { background: linear-gradient(135deg, #e87a2e, #f5a623); color: #fff; text-align: center; padding: 100px 0; position: relative; overflow: hidden; }
.cta::before { content: ''; position: absolute; top: -100px; right: -100px; width: 300px; height: 300px; border-radius: 50%; background: rgba(255,255,255,0.08); }
.cta h2 { font-family: 'Playfair Display', serif; font-size: 2.4rem; font-weight: 800; margin-bottom: 16px; }
.cta p { color: rgba(255,255,255,.85); font-size: 1.1rem; margin-bottom: 36px; max-width: 520px; margin-left: auto; margin-right: auto; }
.cta .btn-primary { background: #fff; color: var(--primary); }
.cta .btn-primary:hover { background: var(--dark); color: #fff; box-shadow: 0 12px 32px rgba(0,0,0,0.2); }

/* ===== NEWSLETTER ===== */
.newsletter { background: #fff; padding: 80px 0; text-align: center; }
.newsletter-form { display: flex; gap: 12px; max-width: 500px; margin: 0 auto; }
.newsletter-form input { flex: 1; padding: 16px 24px; border: 2px solid var(--border); border-radius: 50px; font-size: 1rem; font-family: 'DM Sans', sans-serif; outline: none; transition: border-color .2s; }
.newsletter-form input:focus { border-color: var(--primary); }

/* ===== FOOTER — Cream warm ===== */
.footer { background: var(--dark); color: rgba(255,255,255,.65); padding: 60px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer-brand h3 { font-family: 'Playfair Display', serif; color: #fff; font-size: 1.4rem; margin-bottom: 14px; }
.footer-brand h3 span { color: var(--primary); }
.footer-brand p { line-height: 1.7; font-size: .9rem; }
.footer-col h4 { color: #fff; margin-bottom: 18px; font-size: 1rem; }
.footer-col a { display: block; padding: 5px 0; font-size: .9rem; transition: color .2s; }
.footer-col a:hover { color: var(--primary); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding-top: 28px; text-align: center; font-size: .85rem; }

/* ===== ANIMATIONS ===== */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}
.hero-content, .hero-visual { animation: fadeInUp 0.8s ease-out; }
.hero-visual { animation-delay: 0.2s; }

/* ===== MOBILE NAV OPEN ===== */
.nav-links.show {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 72px;
  left: 0;
  right: 0;
  background: var(--cream);
  padding: 20px;
  border-radius: 0 0 20px 20px;
  box-shadow: var(--shadow-lg);
  gap: 16px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .nav { top: 8px; width: calc(100% - 20px); }
  .lang-bar + .nav { top: 44px; }
  .hero .container { grid-template-columns: 1fr; text-align: center; }
  .hero { padding: 140px 0 80px; }
  .hero h1 { font-size: 2.4rem; }
  .hero p { margin: 0 auto 32px; }
  .hero-buttons { justify-content: center; }
  .hero-visual { display: none; }
  .hero-langs { justify-content: center; }
  .features-grid, .pricing-grid, .testimonials-grid { grid-template-columns: 1fr; }
  .pricing-card.popular { transform: none; }
  .stats-bar .container { gap: 30px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .nav-links { display: none; }
  .mobile-toggle { display: block; }
  .section-title { font-size: 2rem; }
  .section { padding: 70px 0; }
  .hero-photo-grid { grid-template-columns: 1fr; }
  .hero-photo-grid img:first-child { grid-row: auto; height: 180px; }
  .photo-strip-inner { padding: 20px 0; }
  .newsletter-form { flex-direction: column; }
}
