/* ==========================================================
   SATTRASE — Sage Travel & Transport Services
   Premium Blue & White Theme
   ========================================================== */

:root {
  --primary: #1d3a8a;
  --primary-deep: #0f1f5c;
  --primary-glow: #2f5fd8;
  --gold: #e2b04a;
  --gold-deep: #b8862b;
  --bg: #ffffff;
  --bg-soft: #f3f6fc;
  --bg-deep: #0c1a4d;
  --fg: #0e1a3a;
  --muted: #64708a;
  --border: #e2e8f4;
  --card: #ffffff;
  --shadow-sm: 0 4px 12px rgba(15, 31, 92, 0.06);
  --shadow-md: 0 10px 30px rgba(15, 31, 92, 0.10);
  --shadow-lg: 0 20px 60px rgba(15, 31, 92, 0.18);
  --shadow-glow: 0 10px 40px rgba(47, 95, 216, 0.35);
  --radius: 14px;
  --radius-lg: 22px;
  --radius-xl: 28px;
  --grad-primary: linear-gradient(135deg, var(--primary-deep), var(--primary-glow));
  --grad-gold: linear-gradient(135deg, var(--gold), #f4cf7a);
  --grad-soft: linear-gradient(180deg, #f7faff, #eaf0ff);
  --grad-deep: linear-gradient(135deg, #0c1a4d, #1d3a8a);
  --grad-hero: linear-gradient(135deg, #0c1a4d 0%, #1d3a8a 60%, #2f5fd8 100%);
  --transition: 220ms cubic-bezier(.2,.7,.2,1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: var(--fg);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: var(--primary); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--primary-glow); }

h1,h2,h3,h4,h5 { font-family: 'Sora','Inter',sans-serif; font-weight: 700; line-height: 1.15; color: var(--fg); }
.container { width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 24px; }
.section { padding: 90px 0; }
.section-soft { background: var(--grad-soft); }
.section-deep { background: var(--grad-deep); color: #fff; }
.section-deep h1, .section-deep h2, .section-deep h3 { color: #fff; }

.eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 14px;
}
.section-deep .eyebrow { color: var(--gold); }
.text-gradient { background: var(--grad-primary); -webkit-background-clip: text; background-clip: text; color: transparent; }
.text-gradient-gold { background: var(--grad-gold); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ===== Buttons ===== */
.btn svg { width: 16px; height: 16px; flex-shrink: 0; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 24px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 15px;
  border: none;
  cursor: pointer;
  transition: all var(--transition);
  text-decoration: none;
  white-space: nowrap;
  font-family: inherit;
}
.btn-primary { background: var(--grad-primary); color: #fff; box-shadow: var(--shadow-glow); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 40px rgba(47, 95, 216, 0.45); color: #fff; }
.btn-white { background: #fff; color: var(--primary); }
.btn-white:hover { background: #f3f6fc; transform: translateY(-2px); color: var(--primary-deep); }
.btn-outline { background: transparent; color: var(--primary); border: 2px solid var(--primary); }
.btn-outline:hover { background: var(--primary); color: #fff; }
.btn-outline-light { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.5); }
.btn-outline-light:hover { background: #fff; color: var(--primary); }
.btn-whatsapp { background: #25D366; color: #fff; }
.btn-whatsapp:hover { background: #1ebe5a; color: #fff; transform: translateY(-2px); }
.btn-gold { background: var(--grad-gold); color: var(--primary-deep); }
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(226,176,74,.45); color: var(--primary-deep); }
.btn-lg { padding: 16px 30px; font-size: 16px; }

/* ===== Header ===== */
.header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(255,255,255,0.85);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: all var(--transition);
}
.header.scrolled { background: rgba(255,255,255,0.96); border-bottom-color: var(--border); box-shadow: var(--shadow-sm); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.logo { display: flex; align-items: center; gap: 10px; font-family: 'Sora', sans-serif; font-weight: 800; font-size: 22px; color: var(--primary-deep); }
.logo-mark {
  width: 40px; height: 40px; border-radius: 11px; background: var(--grad-primary);
  display: grid; place-items: center; color: #fff; font-weight: 800; font-size: 16px;
  box-shadow: var(--shadow-glow);
}
.logo small { display: block; font-size: 10px; font-weight: 500; color: var(--muted); letter-spacing: .12em; text-transform: uppercase; }

.nav { display: flex; align-items: center; gap: 6px; }
.nav a { padding: 9px 14px; border-radius: 10px; color: var(--fg); font-weight: 500; font-size: 15px; }
.nav a:hover, .nav a.active { background: var(--bg-soft); color: var(--primary); }
.nav .dropdown { position: relative; }
.nav .dropdown > a::after { content: ' ▾'; font-size: 10px; opacity: .6; }
.dropdown-menu {
  position: absolute; top: calc(100% + 8px); left: 0; min-width: 240px;
  background: #fff; border: 1px solid var(--border); border-radius: 14px;
  box-shadow: var(--shadow-md); padding: 8px;
  opacity: 0; visibility: hidden; transform: translateY(-6px);
  transition: all var(--transition);
}
.dropdown:hover .dropdown-menu, .dropdown:focus-within .dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown-menu a { display: block; padding: 10px 14px; border-radius: 8px; font-size: 14px; }

.header-cta { display: flex; gap: 10px; align-items: center; }
.menu-toggle { display: none; background: var(--bg-soft); border: none; width: 44px; height: 44px; border-radius: 11px; cursor: pointer; color: var(--primary); }
.menu-toggle svg { width: 22px; height: 22px; }

@media (max-width: 1024px) {
  .nav { display: none; }
  .header-cta .btn:not(.menu-toggle) { display: none; }
  .menu-toggle { display: grid; place-items: center; }
}
.mobile-nav {
  position: fixed; inset: 76px 0 0 0; background: #fff; z-index: 99;
  transform: translateX(100%); transition: transform 280ms ease;
  overflow-y: auto; padding: 24px;
}
.mobile-nav.open { transform: translateX(0); }
.mobile-nav a { display: block; padding: 14px 16px; border-radius: 11px; font-weight: 600; color: var(--fg); border-bottom: 1px solid var(--border); }
.mobile-nav a:hover { background: var(--bg-soft); color: var(--primary); }
.mobile-nav .mobile-section { font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); padding: 18px 16px 6px; border: none; }

/* ===== Hero ===== */
.hero {
  position: relative; min-height: 92vh; display: flex; align-items: center;
  padding: 140px 0 80px; overflow: hidden; color: #fff;
}
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(110deg, rgba(12,26,77,0.95) 0%, rgba(12,26,77,0.78) 45%, rgba(12,26,77,0.35) 100%),
              linear-gradient(0deg, rgba(12,26,77,0.6), transparent 60%);
}
.hero-content { position: relative; z-index: 2; max-width: 760px; }
.hero .badge svg { width: 14px; height: 14px; color: var(--gold); flex-shrink: 0; }
.hero .badge {
  display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px; border-radius: 999px;
  background: rgba(255,255,255,.12); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.18); font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  margin-bottom: 22px;
}
.hero h1 { font-size: clamp(36px, 5.6vw, 70px); color: #fff; font-weight: 800; }
.hero p.lead { font-size: clamp(16px, 1.6vw, 20px); color: rgba(255,255,255,.86); max-width: 620px; margin-top: 22px; }
.hero-actions .btn svg { width: 18px; height: 18px; }
.hero-actions { margin-top: 34px; display: flex; gap: 12px; flex-wrap: wrap; }
.hero-meta { margin-top: 50px; display: flex; gap: 32px; flex-wrap: wrap; color: rgba(255,255,255,.78); font-size: 14px; }
.hero-meta span { display: inline-flex; align-items: center; gap: 8px; }
.hero-meta svg { color: var(--gold); width: 18px; height: 18px; }

/* ===== Page Hero (smaller) ===== */
.page-hero {
  position: relative; padding: 160px 0 80px; color: #fff; overflow: hidden;
}
.page-hero-bg { position: absolute; inset: 0; z-index: 0; }
.page-hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.page-hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(120deg, rgba(12,26,77,.96) 0%, rgba(29,58,138,.85) 60%, rgba(47,95,216,.7) 100%);
}
.page-hero-content { position: relative; z-index: 2; max-width: 800px; }
.page-hero h1 { font-size: clamp(34px, 4.8vw, 56px); color: #fff; }
.page-hero p { color: rgba(255,255,255,.85); font-size: 18px; margin-top: 16px; max-width: 600px; }
.page-hero .eyebrow { color: var(--gold); }

/* ===== Breadcrumb ===== */
.breadcrumbs {
  display: flex; gap: 8px; font-size: 13px; color: rgba(255,255,255,.75); margin-bottom: 24px;
  align-items: center; flex-wrap: wrap;
}
.breadcrumbs a { color: rgba(255,255,255,.85); padding: 6px 12px; background: rgba(255,255,255,.10); border-radius: 999px; border: 1px solid rgba(255,255,255,.18); }
.breadcrumbs a:hover { background: rgba(255,255,255,.20); color: #fff; }
.breadcrumbs .sep { opacity: .5; }
.breadcrumbs .current { padding: 6px 12px; background: var(--gold); color: var(--primary-deep); border-radius: 999px; font-weight: 600; }

/* ===== Stats ===== */
.stats {
  margin-top: -60px; position: relative; z-index: 5;
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius-xl);
  padding: 36px; box-shadow: var(--shadow-lg);
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
}
.stat { text-align: center; }
.stat-value { font-family: 'Sora', sans-serif; font-size: clamp(28px, 3.6vw, 48px); font-weight: 800; background: var(--grad-primary); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat-label { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-top: 6px; }
@media (max-width: 720px) { .stats { grid-template-columns: repeat(2, 1fr); padding: 24px; } }

/* ===== Cards / Grid ===== */
.section-head { text-align: center; max-width: 660px; margin: 0 auto 50px; }
.section-head h2 { font-size: clamp(28px, 3.4vw, 44px); }
.section-head p { color: var(--muted); margin-top: 12px; font-size: 17px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
@media (max-width: 980px) { .grid-3, .grid-2 { grid-template-columns: 1fr 1fr; } .grid-4 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .grid-3, .grid-2, .grid-4 { grid-template-columns: 1fr; } }

.card {
  background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg);
  overflow: hidden; transition: all var(--transition);
  display: flex; flex-direction: column;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: rgba(29,58,138,.18); }
.card-img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.card-body { padding: 22px; flex: 1; display: flex; flex-direction: column; }
.card-icon { width: 44px; height: 44px; border-radius: 12px; background: var(--grad-primary); display: grid; place-items: center; color: #fff; margin-bottom: 14px; box-shadow: var(--shadow-glow); }
.card-icon svg { width: 22px; height: 22px; }
.card h3 { font-size: 19px; }
.card p { color: var(--muted); margin-top: 8px; font-size: 14.5px; flex: 1; }
.card-link { margin-top: 16px; display: inline-flex; align-items: center; gap: 6px; color: var(--primary); font-weight: 600; font-size: 14px; }
.card-link:hover { gap: 10px; }

/* ===== Feature card (no image) ===== */
.feature {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 26px; transition: all var(--transition);
}
.feature:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.feature .card-icon { margin-bottom: 16px; }
.feature h3 { font-size: 17px; }
.feature p { color: var(--muted); font-size: 14px; margin-top: 6px; }

/* ===== About split ===== */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
@media (max-width: 880px) { .split { grid-template-columns: 1fr; gap: 40px; } }
.split img { border-radius: var(--radius-xl); box-shadow: var(--shadow-lg); }
.split h2 { font-size: clamp(28px, 3.6vw, 46px); }
.split p { color: var(--muted); font-size: 17px; margin-top: 16px; }

/* ===== Category tile (homepage) ===== */
.cat-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 18px; }
@media (max-width: 980px) { .cat-grid { grid-template-columns: 1fr; } }
.cat {
  position: relative; min-height: 260px; border-radius: var(--radius-xl); padding: 36px;
  background: var(--grad-hero); overflow: hidden;
  display: flex; flex-direction: column; justify-content: space-between; color: #fff;
  transition: all var(--transition);
}
.cat:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); color: #fff; }
.cat::before {
  content:''; position: absolute; top:-60px; right:-60px; width: 240px; height: 240px;
  background: rgba(47,95,216,.4); border-radius: 50%; filter: blur(50px);
  transition: transform var(--transition);
}
.cat:hover::before { transform: scale(1.3); }
.cat .glass-icon { position: relative; width: 52px; height: 52px; border-radius: 14px; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.2); display: grid; place-items: center; backdrop-filter: blur(8px); }
.cat .glass-icon svg { width: 24px; height: 24px; color: #fff; }
.cat .cat-meta { position: relative; }
.cat .cat-meta small { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.7); }
.cat .cat-meta h3 { font-size: 28px; color: #fff; margin-top: 6px; }
.cat .cat-meta p { color: rgba(255,255,255,.78); margin-top: 8px; }
.cat .cat-meta .arrow { margin-top: 18px; display: inline-flex; align-items: center; gap: 8px; font-weight: 600; }

/* ===== Testimonials ===== */
.testimonial {
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius-lg); padding: 26px; backdrop-filter: blur(8px);
}
.testimonial p { color: rgba(255,255,255,.92); font-style: italic; }
.testimonial .author { display: flex; align-items: center; gap: 12px; margin-top: 18px; }
.testimonial .avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--grad-primary); color: #fff; display: grid; place-items: center; font-weight: 700; font-family: 'Sora',sans-serif; }
.testimonial .author small { display: block; color: rgba(255,255,255,.7); font-size: 12px; }
.stars { color: var(--gold); margin-bottom: 8px; letter-spacing: 2px; }

/* ===== CTA Section ===== */
.cta-section {
  background: var(--grad-hero); color: #fff; padding: 80px 0; position: relative; overflow: hidden;
}
.cta-section::before { content:''; position: absolute; top:-100px; right:-100px; width: 400px; height: 400px; background: rgba(47,95,216,.4); border-radius: 50%; filter: blur(80px); }
.cta-section::after { content:''; position: absolute; bottom:-100px; left:-100px; width: 360px; height: 360px; background: rgba(226,176,74,.25); border-radius: 50%; filter: blur(80px); }
.cta-inner { position: relative; z-index: 2; text-align: center; max-width: 720px; margin: 0 auto; }
.cta-inner h2 { font-size: clamp(28px, 3.6vw, 44px); color: #fff; }
.cta-inner p { color: rgba(255,255,255,.85); margin-top: 14px; font-size: 17px; }
.cta-inner .actions { margin-top: 30px; display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ===== Footer ===== */
.footer {
  background: #07112e; color: rgba(255,255,255,.75); padding: 70px 0 30px;
}
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; }
@media (max-width: 880px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .footer-grid { grid-template-columns: 1fr; } }
.footer h4 { color: #fff; font-size: 15px; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 18px; }
.footer a { display: block; color: rgba(255,255,255,.7); padding: 5px 0; font-size: 14.5px; }
.footer a:hover { color: var(--gold); }
.footer .brand-block .logo { color: #fff; }
.footer .brand-block p { font-size: 14px; color: rgba(255,255,255,.6); margin-top: 14px; max-width: 340px; }
.footer .contact-line { display: flex; align-items: flex-start; gap: 10px; margin-top: 12px; font-size: 14px; }
.footer .contact-line svg { color: var(--gold); margin-top: 3px; flex-shrink: 0; width: 16px; height: 16px; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.10); margin-top: 50px; padding-top: 24px;
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px;
  font-size: 13px; color: rgba(255,255,255,.55);
}
.social { display: flex; gap: 10px; }
.social a {
  width: 40px; height: 40px; border-radius: 11px; background: rgba(255,255,255,.06);
  display: grid; place-items: center; padding: 0;
}
.social a:hover { background: var(--gold); color: var(--primary-deep); }
.social svg { width: 18px; height: 18px; }

/* ===== Floating actions (whatsapp/call) ===== */
.float-actions { position: fixed; right: 20px; bottom: 20px; z-index: 80; display: flex; flex-direction: column; gap: 12px; }
.float-actions a {
  width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center;
  color: #fff; box-shadow: var(--shadow-lg); transition: transform var(--transition);
}
.float-actions a:hover { transform: scale(1.08); color: #fff; }
.float-wa { background: #25D366; }
.float-call { background: var(--grad-primary); }
.float-actions svg { width: 26px; height: 26px; }

/* ===== Forms ===== */
.form-card {
  background: #fff; border-radius: var(--radius-xl); padding: 38px;
  box-shadow: var(--shadow-md); border: 1px solid var(--border);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
@media (max-width: 600px) { .form-row { grid-template-columns: 1fr; } }
.form-group { margin-bottom: 16px; }
.form-group label { display: block; font-size: 13px; font-weight: 600; color: var(--fg); margin-bottom: 6px; }
.form-group input, .form-group textarea, .form-group select {
  width: 100%; padding: 13px 14px; border: 1.5px solid var(--border); border-radius: 11px;
  font: inherit; color: var(--fg); transition: border-color var(--transition), box-shadow var(--transition);
  background: #fff;
}
.form-group input:focus, .form-group textarea:focus, .form-group select:focus {
  outline: none; border-color: var(--primary-glow); box-shadow: 0 0 0 4px rgba(47,95,216,.12);
}
.form-group textarea { min-height: 130px; resize: vertical; }
.form-success { background: #d6f7e2; border: 1px solid #6cd293; color: #185b34; padding: 14px; border-radius: 11px; margin-bottom: 18px; display: none; }
.form-success.show { display: block; }

/* ===== Contact info cards ===== */
.contact-info { display: grid; gap: 14px; }
.info-card { display: flex; gap: 14px; padding: 18px; border-radius: 14px; background: var(--bg-soft); border: 1px solid var(--border); }
.info-card .icon { width: 44px; height: 44px; border-radius: 12px; background: var(--grad-primary); color: #fff; display: grid; place-items: center; flex-shrink: 0; }
.info-card .icon svg { width: 22px; height: 22px; }
.info-card h4 { font-size: 14px; color: var(--muted); font-weight: 600; }
.info-card p, .info-card a { font-size: 16px; color: var(--fg); font-weight: 600; margin-top: 2px; }
.info-card a:hover { color: var(--primary); }

/* ===== Animations ===== */
@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
.reveal { opacity: 1; transform: none; transition: opacity 700ms cubic-bezier(.2,.7,.2,1), transform 700ms cubic-bezier(.2,.7,.2,1); }
.js-reveal .reveal { opacity: 0; transform: translateY(24px); }
.js-reveal .reveal.visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  .js-reveal .reveal { opacity: 1; transform: none; transition: none; }
}

/* ===== Cookie banner ===== */
.cookie-banner {
  position: fixed; bottom: 16px; left: 16px; right: 16px; z-index: 90;
  background: #fff; border: 1px solid var(--border); border-radius: 18px;
  padding: 18px 22px; box-shadow: var(--shadow-lg); max-width: 720px; margin: 0 auto;
  display: none; align-items: center; gap: 16px; flex-wrap: wrap;
}
.cookie-banner.show { display: flex; }
.cookie-banner p { font-size: 14px; color: var(--muted); flex: 1; min-width: 240px; }
.cookie-banner .actions { display: flex; gap: 8px; flex-wrap: wrap; }
.cookie-banner button { padding: 10px 16px; font-size: 13px; border-radius: 10px; font-weight: 600; cursor: pointer; border: none; }
.cookie-banner .accept { background: var(--grad-primary); color: #fff; }
.cookie-banner .reject { background: var(--bg-soft); color: var(--fg); border: 1px solid var(--border); }

/* ===== Long-form content (Privacy / Terms) ===== */
.prose { max-width: 820px; margin: 0 auto; }
.prose h2 { font-size: 26px; margin-top: 38px; margin-bottom: 14px; color: var(--primary-deep); }
.prose h3 { font-size: 19px; margin-top: 24px; margin-bottom: 10px; color: var(--fg); }
.prose p, .prose li { color: var(--fg); font-size: 16px; line-height: 1.75; }
.prose ul { padding-left: 22px; margin: 10px 0; }
.prose li { margin-bottom: 6px; }
.prose strong { color: var(--primary-deep); }

/* ===== 404 ===== */
.notfound { min-height: 70vh; display: grid; place-items: center; text-align: center; padding: 120px 24px; }
.notfound h1 { font-size: clamp(80px, 14vw, 180px); background: var(--grad-primary); -webkit-background-clip: text; background-clip: text; color: transparent; line-height: 1; }
.notfound p { color: var(--muted); font-size: 18px; margin: 20px 0 30px; max-width: 480px; }

/* ===== Utility ===== */
.text-center { text-align: center; }
.mt-30 { margin-top: 30px; }
.mt-50 { margin-top: 50px; }
