/* ============================================================
   Base
   ============================================================ */
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; font-family: 'Inter', system-ui, sans-serif; -webkit-font-smoothing: antialiased; text-wrap: pretty; color: #1E1B2E; }
a { color: #4338CA; text-decoration: none; }
a:hover { color: #312E81; }
input, textarea, select { font-family: 'Inter', system-ui, sans-serif; }
.accent { color: #4338CA; }

.no-scrollbar::-webkit-scrollbar { display: none; }
.no-scrollbar { scrollbar-width: none; }

.media-fill { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ============================================================
   Floating decorative shapes
   ============================================================ */
@keyframes fiddle-float { 0%, 100% { transform: translateY(0) rotate(45deg); } 50% { transform: translateY(-14px) rotate(45deg); } }
.fiddle-wrap { position: absolute; pointer-events: none; will-change: transform; }
.fiddle { border-radius: 3px; animation: fiddle-float 6s ease-in-out infinite; }
.fiddle-12 { width: 12px; height: 12px; }
.fiddle-14 { width: 14px; height: 14px; }
.fiddle-16 { width: 16px; height: 16px; }
.fiddle-18 { width: 18px; height: 18px; }
.fiddle-indigo { background: #818CF8; }
.fiddle-lilac { background: #A5A0D9; }
.fiddle-periwinkle { background: #C7D2FE; }
.fiddle-white-25 { background: rgba(255,255,255,0.25); }
.fiddle-white-20 { background: rgba(255,255,255,0.2); }
.fiddle-glow { background: rgba(129,140,248,0.4); }

/* Per-instance shape placement + animation offset */
.fw1  { top: -14px; left: 56px; }
.fw2  { bottom: 60px; left: -18px; }
.fw2 .fiddle  { animation-delay: 1s; }
.fw3  { top: 36px; left: -6px; }
.fw3 .fiddle  { animation-delay: 0.4s; }
.fw4  { bottom: 20px; right: 24px; }
.fw4 .fiddle  { animation-delay: 1.8s; }
.fw5  { top: 48px; right: 60px; }
.fw5 .fiddle  { animation-delay: 1s; }
.fw6  { bottom: 80px; left: 30px; }
.fw6 .fiddle  { animation-delay: 2.4s; }
.fw7  { top: 20px; left: 8px; }
.fw7 .fiddle  { animation-delay: 0.7s; }
.fw8  { bottom: 44px; right: 0; }
.fw8 .fiddle  { animation-delay: 2s; }
.fw9  { top: 32px; left: 60px; }
.fw9 .fiddle  { animation-delay: 0.3s; }
.fw10 { bottom: 36px; right: 80px; }
.fw10 .fiddle { animation-delay: 1.6s; }
.fw11 { top: 12px; right: 20px; }
.fw11 .fiddle { animation-delay: 1.2s; }
.fw12 { top: 24px; left: 40px; }
.fw12 .fiddle { animation-delay: 0.9s; }
.fw13 { bottom: 30px; right: 56px; }
.fw13 .fiddle { animation-delay: 2.2s; }
.fw14 { top: 24px; right: 80px; }
.fw14 .fiddle { animation-delay: 0.5s; }

/* ============================================================
   Icons (lucide svgs recoloured with filters)
   ============================================================ */
.ico { display: block; }
.ico-indigo { filter: brightness(0) saturate(100%) invert(19%) sepia(54%) saturate(3939%) hue-rotate(228deg) brightness(94%) contrast(93%); }
.ico-white { filter: invert(1); }
.ico-faded { opacity: 0.4; }
.ico-14 { width: 14px; height: 14px; }
.ico-15 { width: 15px; height: 15px; }
.ico-16 { width: 16px; height: 16px; }
.ico-18 { width: 18px; height: 18px; }
.ico-20 { width: 20px; height: 20px; }
.ico-22 { width: 22px; height: 22px; }

/* ============================================================
   Page shell
   ============================================================ */
/* overflow-x: clip (not hidden) — clips the off-canvas .page-glow without
   creating a scroll container, so the sticky header keeps working. */
.page { position: relative; overflow-x: clip; background: radial-gradient(1100px 500px at 78% -60px, #EEF2FF 0%, rgba(238,242,255,0) 60%), #FFFFFF; color: #1E1B2E; min-height: 100vh; }
.page-glow { position: absolute; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, #E0E1FA 0%, rgba(224,225,250,0) 70%); top: -140px; right: -80px; pointer-events: none; }

/* ============================================================
   Header
   ============================================================ */
.site-header { position: sticky; top: 0; z-index: 50; background: transparent; box-shadow: none; transition: background 0.35s ease, box-shadow 0.35s ease; }
.site-header.scrolled { background: #FFFFFF; box-shadow: 0 1px 0 #E5E7EB; }
.header-inner { max-width: 1200px; margin: 0 auto; padding: 30px 32px; display: flex; align-items: center; justify-content: space-between; gap: 24px; transition: padding 0.35s ease; }
.site-header.scrolled .header-inner { padding: 14px 32px; }
.header-logo { height: 36px; width: auto; display: block; transition: height 0.35s ease; }
.site-header.scrolled .header-logo { height: 30px; }

.nav-desktop { display: flex; align-items: center; gap: 28px; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-link { color: #374151; font-weight: 500; font-size: 15px; }
.nav-cta { background: #4338CA; color: #fff; font-weight: 600; font-size: 14.5px; padding: 11px 20px; border-radius: 8px; white-space: nowrap; }
.nav-cta:hover { color: #fff; }

.hamburger-btn { display: none; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 8px; border: 1px solid #E5E7EB; background: #fff; cursor: pointer; }

/* ============================================================
   Mobile menu
   ============================================================ */
.menu-backdrop { position: fixed; inset: 0; background: rgba(30,27,46,0.5); opacity: 0; visibility: hidden; transition: opacity 0.3s ease; z-index: 90; }
.menu-backdrop.open { opacity: 1; visibility: visible; }
.menu-panel { position: fixed; top: 0; right: 0; bottom: 0; width: min(320px,85vw); background: #fff; z-index: 91; transform: translateX(100%); transition: transform 0.35s ease; box-shadow: -12px 0 40px rgba(30,27,46,0.18); display: flex; flex-direction: column; padding: 24px; }
.menu-panel.open { transform: translateX(0); }
.menu-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 32px; }
.menu-logo { height: 28px; width: auto; display: block; }
.menu-close { width: 36px; height: 36px; border-radius: 8px; border: 1px solid #E5E7EB; background: #fff; display: flex; align-items: center; justify-content: center; cursor: pointer; }
.menu-nav { display: flex; flex-direction: column; font-size: 19px; font-weight: 700; color: #232A4D; }
.menu-link { color: #232A4D; display: flex; align-items: center; justify-content: space-between; padding: 16px 2px; border-bottom: 1px solid #EEF0F5; }
.menu-nav .menu-link:last-child { border-bottom: none; }
.menu-cta { margin-top: 28px; background: #4338CA; color: #fff; font-weight: 600; font-size: 15px; padding: 14px; border-radius: 8px; text-align: center; }
.menu-cta:hover { color: #fff; }
.menu-contact { margin-top: auto; padding-top: 24px; border-top: 1px solid #EEF0F5; font-size: 14px; color: #6B7280; display: flex; flex-direction: column; gap: 14px; }
.menu-contact-row { display: flex; align-items: center; gap: 10px; }
.menu-contact-icon { width: 30px; height: 30px; border-radius: 8px; background: #EEF2FF; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }

/* ============================================================
   Shared section pieces
   ============================================================ */
.section { position: relative; overflow: hidden; }
.section-contained { max-width: 1200px; margin: 0 auto; padding: 64px 32px; }
.section-inner { max-width: 1200px; margin: 0 auto; }
.section-head { text-align: center; margin-bottom: 48px; }
.section-head-lg { margin-bottom: 56px; }
.section-title { font-size: 32px; font-weight: 800; letter-spacing: -0.02em; margin: 0 0 12px; color: #1E1B2E; }
.section-sub { font-size: 16px; color: #6B7280; max-width: 520px; margin: 0 auto; }

.eyebrow { display: inline-block; background: #EEF2FF; color: #4338CA; font-weight: 600; font-size: 13px; padding: 6px 14px; border-radius: 99px; margin-bottom: 16px; }
.eyebrow-light { background: #fff; }
.eyebrow-ghost { background: rgba(255,255,255,0.15); color: #fff; margin-bottom: 20px; }

/* ============================================================
   Hero
   ============================================================ */
.hero { position: relative; overflow-x: hidden; }
.hero-grid { max-width: 1200px; margin: 0 auto; padding: 72px 32px 64px; display: grid; grid-template-columns: minmax(0,1.1fr) minmax(0,0.9fr); gap: 56px; align-items: center; position: relative; }
.hero-title { font-size: 48px; line-height: 1.08; font-weight: 800; letter-spacing: -0.02em; margin: 0 0 20px; color: #1E1B2E; }
.hero-lead { font-size: 17px; line-height: 1.65; color: #4B5563; max-width: 480px; margin: 0 0 32px; }
.cta-row { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.btn-hero { background: #4338CA; color: #fff; font-weight: 600; font-size: 15.5px; padding: 14px 26px; border-radius: 8px; }
.btn-hero:hover { color: #fff; }
.link-dark { color: #1E1B2E; font-weight: 600; font-size: 15.5px; padding: 14px 8px; }
.hero-stats { display: flex; gap: 28px; margin-top: 44px; flex-wrap: wrap; }
.hero-stat-title { font-weight: 800; font-size: 15px; color: #1E1B2E; }
.hero-stat-sub { font-size: 13.5px; color: #6B7280; }

.hero-media { position: relative; }
.hero-media-bg { position: absolute; top: 24px; left: 24px; right: -24px; bottom: -24px; background: #4338CA; border-radius: 24px; }
.hero-media-frame { position: relative; border-radius: 20px; overflow: hidden; height: 460px; }
.hero-badge { position: absolute; background: #fff; border-radius: 14px; padding: 14px 18px; box-shadow: 0 16px 34px rgba(30,27,46,0.16); display: flex; align-items: center; gap: 12px; }
.hero-badge-right { top: 32px; right: -28px; }
.hero-badge-left { bottom: 28px; left: -28px; }
.badge-icon { width: 36px; height: 36px; border-radius: 9px; background: #EEF2FF; display: flex; align-items: center; justify-content: center; }
.badge-icon-solid { border-radius: 50%; background: #4338CA; }
.badge-title { font-weight: 700; font-size: 14px; color: #1E1B2E; }
.badge-sub { font-size: 12px; color: #6B7280; }

/* ============================================================
   Diensten
   ============================================================ */
.diensten-slider { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 4px 4px 8px; }
.dienst-card { position: relative; flex: 0 0 300px; height: 400px; border-radius: 16px; overflow: hidden; scroll-snap-align: start; }
.dienst-overlay { position: absolute; left: 0; right: 0; bottom: 0; padding: 22px; background: linear-gradient(0deg, rgba(30,27,46,0.85) 0%, rgba(30,27,46,0.35) 60%, rgba(30,27,46,0) 100%); display: flex; flex-direction: column; gap: 6px; pointer-events: none; }
.dienst-title { font-weight: 700; font-size: 19px; color: #fff; }
.dienst-sub { font-size: 13.5px; color: #E5E7EB; line-height: 1.5; }
.slider-controls { display: flex; justify-content: center; gap: 14px; margin-top: 28px; }
.slider-btn { width: 44px; height: 44px; border-radius: 50%; border: 1px solid #E5E7EB; background: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.slider-btn-solid { border: none; background: #4338CA; }

/* ============================================================
   Waarom Emessa
   ============================================================ */
.waarom { background: #F8F8FC; padding: 72px 32px; }
.waarom-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.2fr) minmax(0,1fr); gap: 40px; align-items: center; }
.feature-col { display: flex; flex-direction: column; gap: 48px; }
.feature-icon { width: 40px; height: 40px; border-radius: 10px; background: #EEF2FF; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.feature-title { font-weight: 700; font-size: 17px; margin-bottom: 8px; color: #1E1B2E; }
.feature-text { font-size: 14.5px; color: #6B7280; line-height: 1.65; }
.waarom-media { position: relative; border-radius: 20px; overflow: hidden; height: 460px; }
.waarom .eyebrow-light { background: #fff; }

/* ============================================================
   Sectoren (bento grid)
   ============================================================ */
.sectoren-grid { display: grid; grid-template-columns: minmax(0,1.4fr) minmax(0,1fr) minmax(0,1fr); grid-template-rows: 300px 260px; gap: 20px; }
.bento-item { border-radius: 16px; }

.sector-hero { grid-column: 1/3; grid-row: 1/2; position: relative; overflow: hidden; }
.sector-overlay { position: absolute; left: 0; right: 0; bottom: 0; padding: 24px; background: linear-gradient(0deg, rgba(30,27,46,0.72), rgba(30,27,46,0)); display: flex; align-items: center; gap: 20px; pointer-events: none; }
.sector-overlay-title { font-weight: 700; font-size: 19px; color: #fff; }
.sector-divider { width: 1px; height: 28px; background: rgba(255,255,255,0.4); }
.sector-overlay-text { font-size: 14px; color: #E5E7EB; }

.sector-list-card { grid-column: 3/4; grid-row: 1/2; background: #4338CA; padding: 26px; display: flex; flex-direction: column; justify-content: space-between; }
.sector-list-head { display: flex; align-items: flex-start; justify-content: space-between; }
.sector-list-title { font-weight: 700; font-size: 17px; color: #fff; line-height: 1.4; }
.round-link { width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,0.15); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 16px; flex-shrink: 0; }
.round-link:hover { color: #fff; }
.round-link-light { background: #fff; color: #4338CA; }
.round-link-light:hover { color: #4338CA; }
.sector-list { display: flex; flex-direction: column; gap: 2px; font-size: 13.5px; color: #DCD9F7; }
.sector-list-row { display: flex; align-items: center; gap: 12px; padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,0.12); }
.sector-list-row-last { border-bottom: none; }
.sector-list-icon { width: 26px; height: 26px; border-radius: 8px; background: rgba(255,255,255,0.12); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }

.sector-local { grid-column: 1/2; grid-row: 2/3; position: relative; overflow: hidden; background: linear-gradient(135deg, #232A4D 0%, #322A6B 100%); padding: 26px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 10px; }
.sector-local-dots { position: absolute; inset: 0; background-image: radial-gradient(rgba(199,210,254,0.5) 1.5px, transparent 1.5px); background-size: 14px 14px; }
.sector-local-veil { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(35,42,77,0.95) 0%, rgba(50,42,107,0.85) 55%, rgba(50,42,107,0.35) 100%); }
.sector-local-glow { position: absolute; width: 120px; height: 120px; border-radius: 50%; background: radial-gradient(circle, rgba(129,140,248,0.25) 0%, rgba(129,140,248,0) 70%); top: -40px; right: -30px; }
.sector-local-icon { width: 44px; height: 44px; border-radius: 10px; background: rgba(129,140,248,0.18); display: flex; align-items: center; justify-content: center; position: relative; }
.sector-local-title { position: relative; font-size: 20px; font-weight: 800; color: #fff; line-height: 1.35; }
.sector-local-text { position: relative; font-size: 14.5px; color: #C7D2FE; }

.sector-bouw { grid-column: 2/3; grid-row: 2/3; position: relative; overflow: hidden; }
.sector-bouw-overlay { position: absolute; left: 0; right: 0; bottom: 0; padding: 20px; background: linear-gradient(0deg, rgba(30,27,46,0.75), rgba(30,27,46,0)); display: flex; flex-direction: column; gap: 12px; }
.sector-bouw-text { font-weight: 700; font-size: 16.5px; color: #fff; line-height: 1.35; }
.btn-small { background: #4338CA; color: #fff; font-weight: 600; font-size: 13.5px; padding: 9px 16px; border-radius: 7px; align-self: flex-start; }
.btn-small:hover { color: #fff; }

.sector-cta { grid-column: 3/4; grid-row: 2/3; background: #EEF2FF; padding: 26px; display: flex; flex-direction: column; justify-content: space-between; }
.sector-cta-head { display: flex; align-items: flex-start; justify-content: space-between; }
.sector-cta-title { font-weight: 700; font-size: 16.5px; color: #1E1B2E; line-height: 1.4; }
.sector-cta-text { font-size: 13.5px; color: #4B5563; }

/* ============================================================
   Over ons
   ============================================================ */
.over-ons { background: #232A4D; padding: 64px 32px; }
.over-ons-inner { max-width: 800px; margin: 0 auto; text-align: center; }
.over-ons-title { font-size: 30px; font-weight: 800; letter-spacing: -0.02em; margin: 0 0 18px; color: #fff; }
.over-ons-text { font-size: 16.5px; line-height: 1.7; color: #E0E0F5; margin: 0; }

/* ============================================================
   FAQ
   ============================================================ */
.faq { max-width: 800px; margin: 0 auto; padding: 64px 32px; }
.faq .section-head { margin-bottom: 40px; }
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item { border: 1px solid #E5E7EB; border-radius: 12px; overflow: hidden; }
.faq-q { padding: 18px 22px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; font-weight: 600; font-size: 15.5px; color: #1E1B2E; }
.faq-toggle { color: #4338CA; font-size: 20px; font-weight: 400; }
.faq-answer { display: none; padding: 0 22px 20px; font-size: 14.5px; color: #6B7280; line-height: 1.65; }
.faq-item.open .faq-answer { display: block; }

/* ============================================================
   Terugbelverzoek
   ============================================================ */
.terugbel { background: #F8F8FC; padding: 64px 32px; }
.terugbel-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 56px; align-items: center; }
.terugbel-media { border-radius: 20px; overflow: hidden; height: 520px; }
.terugbel-intro { margin-bottom: 28px; }
.terugbel-title { font-size: 30px; font-weight: 800; letter-spacing: -0.02em; margin: 0 0 10px; color: #1E1B2E; }
.terugbel-sub { font-size: 15.5px; color: #6B7280; margin: 0; }
.terugbel-success { display: none; background: #fff; border: 1px solid #E5E7EB; border-radius: 16px; padding: 40px 32px; text-align: center; }
.terugbel-success-title { font-weight: 700; font-size: 18px; color: #1E1B2E; margin-bottom: 8px; }
.terugbel-success-text { font-size: 14.5px; color: #6B7280; }
.terugbel-form { background: #fff; border: 1px solid #E5E7EB; border-radius: 16px; padding: 32px; display: flex; flex-direction: column; gap: 16px; }
.field-label { display: block; font-size: 13.5px; font-weight: 600; color: #374151; margin-bottom: 6px; }
.field-input { width: 100%; box-sizing: border-box; padding: 11px 14px; border: 1px solid #D1D5DB; border-radius: 8px; font-size: 14.5px; }
.field-select { background: #fff; }
.btn-submit { background: #4338CA; color: #fff; font-weight: 600; font-size: 15.5px; padding: 14px; border: none; border-radius: 8px; cursor: pointer; margin-top: 6px; }
.btn-submit:disabled { opacity: 0.6; cursor: default; }
.terugbel-error { display: none; background: #FEF2F2; border: 1px solid #FECACA; color: #B91C1C; font-size: 13.5px; padding: 11px 14px; border-radius: 8px; }

/* ============================================================
   Footer
   ============================================================ */
.footer { position: relative; overflow: hidden; background: #1E1B2E; padding: 56px 32px 28px; }
.footer-cta { max-width: 1200px; margin: 0 auto 40px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,0.12); }
.footer-cta-title { font-weight: 800; font-size: 24px; color: #fff; margin-bottom: 6px; }
.footer-cta-sub { font-size: 14.5px; color: #9CA3AF; }
.footer-cta-btn { background: #4338CA; color: #fff; font-weight: 700; font-size: 15px; padding: 14px 24px; border-radius: 8px; white-space: nowrap; }
.footer-cta-btn:hover { color: #fff; }
.footer-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 32px; border-bottom: 1px solid rgba(255,255,255,0.12); }
.footer-brand { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.footer-logo { height: 30px; width: auto; display: block; filter: brightness(0) invert(1); }
.footer-muted { font-size: 14px; color: #9CA3AF; line-height: 1.7; }
.footer-col-title { font-weight: 700; font-size: 14px; color: #fff; margin-bottom: 14px; }
.footer-links { display: flex; flex-direction: column; gap: 10px; font-size: 14px; }
.footer-link { color: #9CA3AF; }
.footer-link-strong { color: #fff; font-weight: 600; }
.footer-copy { max-width: 1200px; margin: 0 auto; padding-top: 24px; font-size: 13px; color: #6B7280; }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 860px) {
  .nav-desktop { display: none; }
  .hamburger-btn { display: flex; }
}
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: minmax(0,1fr) !important; gap: 40px !important; padding: 40px 20px 40px !important; }
  .hero-title { font-size: 34px !important; }
  .waarom-grid { grid-template-columns: minmax(0,1fr) !important; }
  .sectoren-grid { grid-template-columns: minmax(0,1fr) !important; grid-template-rows: auto !important; }
  .bento-item { grid-column: 1 / -1 !important; grid-row: auto !important; height: auto !important; min-height: 200px; }
  .footer-grid { grid-template-columns: minmax(0,1fr) !important; gap: 32px !important; }
  .terugbel-grid { grid-template-columns: minmax(0,1fr) !important; }
  .hero-badge-right { right: 8px !important; }
  .hero-badge-left { left: 8px !important; }
  .cta-row { flex-wrap: wrap !important; }
}

/* ============================================================
   Interactive hover states
   ============================================================ */
/* Solid indigo buttons: darken + subtle lift */
.nav-cta, .menu-cta, .btn-hero, .btn-small, .btn-submit, .footer-cta-btn {
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.nav-cta:hover, .menu-cta:hover, .btn-hero:hover, .btn-small:hover, .btn-submit:hover, .footer-cta-btn:hover {
  background: #3730A3;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(67,56,202,0.28);
}
.nav-cta:active, .menu-cta:active, .btn-hero:active, .btn-small:active, .btn-submit:active, .footer-cta-btn:active {
  transform: translateY(0);
  box-shadow: none;
}

/* Carousel arrow buttons */
.slider-btn { transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease; }
.slider-btn:hover { background: #EEF2FF; border-color: #C7D2FE; transform: translateY(-1px); }
.slider-btn-solid:hover { background: #3730A3; border-color: transparent; }

/* Round arrow links inside the bento cards */
.round-link { transition: background 0.2s ease, transform 0.2s ease; }
.round-link:hover { background: rgba(255,255,255,0.30); transform: translateY(-1px); }
.round-link-light:hover { background: #E0E7FF; }

/* Icon buttons (hamburger + menu close) */
.hamburger-btn, .menu-close { transition: background 0.2s ease, border-color 0.2s ease; }
.hamburger-btn:hover, .menu-close:hover { background: #F3F4F6; border-color: #C7D2FE; }

/* Text links */
.nav-link, .link-dark, .footer-link, .footer-link-strong { transition: color 0.2s ease; }
.nav-link:hover, .link-dark:hover { color: #4338CA; }
.footer-link:hover, .footer-link-strong:hover { color: #fff; }
