:root {
  --color-primary: #6366F1;
  --color-secondary: #818CF8;
  --color-accent: #10B981;
  --color-neutral-dark: #312E81;
  --color-neutral-light: #F5F3FF;
  --color-text: #1E1B4B;
  --color-muted: #6B6E93;
  --color-border: rgba(49, 46, 129, 0.12);
  --font-heading: 'Poppins', sans-serif;
  --font-body: 'Inter', sans-serif;
  --radius-lg: 20px;
  --radius-md: 14px;
  --radius-sm: 10px;
  --shadow-soft: 0 2px 20px rgba(49, 46, 129, 0.06);
  --shadow-lift: 0 24px 60px -30px rgba(49, 46, 129, 0.35);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-hover: cubic-bezier(0.4, 0, 0.2, 1);
}

/* === Base === */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--color-text);
  background: #ffffff;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--color-primary); text-decoration: none; transition: color .2s var(--ease-hover); }
a:hover { color: var(--color-neutral-dark); }
h1, h2, h3, h4 { font-family: var(--font-heading); color: var(--color-neutral-dark); line-height: 1.2; letter-spacing: -0.02em; margin: 0 0 .75rem; }
h1 { font-size: clamp(2.25rem, 5vw, 4rem); font-weight: 700; }
h2 { font-size: clamp(1.75rem, 3.2vw, 2.5rem); font-weight: 600; }
h3 { font-size: 1.2rem; font-weight: 600; }
p { margin: 0 0 1rem; }

.container { width: 100%; max-width: 1180px; margin-inline: auto; padding-inline: 1.25rem; }
.container.narrow { max-width: 760px; }
.eyebrow { font-family: var(--font-heading); font-size: .78rem; text-transform: uppercase; letter-spacing: .18em; color: var(--color-primary); font-weight: 600; margin: 0 0 1rem; }

/* === Buttons === */
.btn { display: inline-flex; align-items: center; justify-content: center; padding: .85rem 1.5rem; border-radius: 999px; font-family: var(--font-heading); font-weight: 600; font-size: .95rem; border: 1px solid transparent; cursor: pointer; transition: transform .2s var(--ease-hover), box-shadow .2s var(--ease-hover), background .2s; text-decoration: none; }
.btn-sm { padding: .55rem 1rem; font-size: .85rem; }
.btn-primary { background: linear-gradient(135deg, var(--color-primary), var(--color-secondary)); color: #fff; box-shadow: 0 10px 24px -12px rgba(99, 102, 241, 0.6); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 30px -12px rgba(99, 102, 241, 0.7); color: #fff; }
.btn-accent { background: var(--color-accent); color: #fff; }
.btn-accent:hover { transform: translateY(-2px); background: #0ea672; color: #fff; }
.btn-ghost { background: transparent; color: var(--color-neutral-dark); border-color: var(--color-border); }
.btn-ghost:hover { background: var(--color-neutral-light); color: var(--color-neutral-dark); }
.btn:focus-visible { outline: 3px solid var(--color-secondary); outline-offset: 2px; }

/* === Header === */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(245, 243, 255, 0.72); backdrop-filter: blur(16px) saturate(1.4); -webkit-backdrop-filter: blur(16px) saturate(1.4); border-bottom: 1px solid transparent; transition: background .3s, box-shadow .3s, border-color .3s; }
.site-header.scrolled { background: rgba(255, 255, 255, 0.88); border-color: var(--color-border); box-shadow: 0 6px 24px -18px rgba(49, 46, 129, 0.35); }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding-block: .75rem; gap: 1rem; }
.logo { display: inline-flex; }
.logo img { height: 72px; width: auto; }
.nav-toggle { display: inline-flex; flex-direction: column; gap: 5px; background: transparent; border: 0; padding: .5rem; cursor: pointer; }
.nav-toggle span { width: 24px; height: 2px; background: var(--color-neutral-dark); border-radius: 2px; transition: transform .2s, opacity .2s; }
.primary-nav { display: none; flex-direction: column; gap: .5rem; position: absolute; top: 100%; left: 0; right: 0; background: #fff; border-bottom: 1px solid var(--color-border); padding: 1rem 1.25rem; box-shadow: 0 20px 30px -20px rgba(49, 46, 129, 0.3); }
.primary-nav.is-open { display: flex; }
.primary-nav a { position: relative; color: var(--color-neutral-dark); font-weight: 500; padding: .35rem 0; }
.primary-nav a.is-current { color: var(--color-primary); }

@media (min-width: 900px) {
  .logo img { height: 96px; }
  .nav-toggle { display: none; }
  .primary-nav { display: flex; flex-direction: row; align-items: center; position: static; padding: 0; background: transparent; border: 0; box-shadow: none; gap: 1.75rem; }
  .primary-nav a:not(.btn)::after { content: ""; position: absolute; left: 0; bottom: -4px; width: 100%; height: 2px; background: var(--color-primary); transform: scaleX(0); transform-origin: left; transition: transform .25s var(--ease); }
  .primary-nav a:not(.btn):hover::after, .primary-nav a.is-current::after { transform: scaleX(1); }
}

/* === Hero === */
.hero { position: relative; overflow: hidden; padding-block: 3.5rem 2rem; background: linear-gradient(160deg, #EEF0FF 0%, #F5F3FF 55%, #ffffff 100%); }
.hero.inner-hero { padding-block: 2.5rem 1.5rem; }
.hero-glow { position: absolute; inset: -20% -10% auto -10%; height: 60%; background: radial-gradient(closest-side, rgba(16, 185, 129, 0.18), transparent 70%), radial-gradient(closest-side, rgba(99, 102, 241, 0.22), transparent 70%); filter: blur(20px); pointer-events: none; }
.hero-inner { position: relative; text-align: center; }
.hero-inner h1 { max-width: 20ch; margin-inline: auto; }
.hero-sub { color: var(--color-muted); max-width: 60ch; margin: .5rem auto 1.75rem; font-size: 1.1rem; }
.hero-ctas { display: inline-flex; flex-wrap: wrap; gap: .75rem; justify-content: center; margin-bottom: 2.5rem; }
.hero-visual { margin: 0; border-radius: var(--radius-lg); overflow: hidden; box-shadow: 0 30px 80px -40px rgba(49, 46, 129, 0.55); border: 1px solid var(--color-border); }
.hero-visual img { aspect-ratio: 16/9; object-fit: cover; width: 100%; }

.proof-strip { margin-top: 2.5rem; border-top: 1px solid var(--color-border); background: rgba(255,255,255,0.5); }
.proof-inner { display: flex; flex-wrap: wrap; gap: 1rem 2.5rem; justify-content: center; align-items: center; padding-block: 1rem; font-size: .85rem; color: var(--color-muted); font-family: var(--font-heading); font-weight: 500; letter-spacing: .02em; }

@media (min-width: 768px) {
  .hero { padding-block: 5.5rem 3rem; }
}

/* === Sections === */
.section { padding-block: 4rem; }
.section-head { text-align: center; margin-bottom: 2.5rem; }
.section-head h2 { margin-bottom: .5rem; }
.section-head p { color: var(--color-muted); max-width: 60ch; margin-inline: auto; }
.intro { text-align: center; }

/* === Grids === */
.grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
@media (min-width: 640px) { .grid-2 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px) {
  .grid-3 { grid-template-columns: repeat(3, 1fr); }
  .grid-4 { grid-template-columns: repeat(4, 1fr); }
}

/* === Cards === */
.card { background: #fff; border: 1px solid var(--color-border); border-radius: var(--radius-md); padding: 1.75rem; box-shadow: var(--shadow-soft); transition: transform .25s var(--ease-hover), box-shadow .25s var(--ease-hover); }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); }
.card-icon { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 12px; background: linear-gradient(135deg, rgba(99,102,241,.12), rgba(16,185,129,.12)); color: var(--color-primary); margin-bottom: 1rem; }
.service-card { padding: 2rem; }

/* === Testimonial === */
.testimonial-section { background: linear-gradient(180deg, #ffffff, var(--color-neutral-light)); }
.testimonial { margin: 0; padding: 2rem 1.5rem; text-align: center; }
.testimonial p { font-family: var(--font-heading); font-size: clamp(1.15rem, 2vw, 1.5rem); line-height: 1.5; color: var(--color-neutral-dark); font-weight: 500; }
.testimonial cite { display: block; margin-top: 1rem; font-style: normal; font-size: .9rem; color: var(--color-muted); letter-spacing: .04em; }

/* === CTA band === */
.cta-band { }
.cta-inner { display: flex; flex-direction: column; gap: 1.5rem; align-items: flex-start; background: linear-gradient(135deg, var(--color-primary), var(--color-neutral-dark)); color: #fff; padding: 2.5rem; border-radius: var(--radius-lg); box-shadow: var(--shadow-lift); }
.cta-inner h2 { color: #fff; }
.cta-inner p { color: rgba(255,255,255,0.85); margin: 0; }
@media (min-width: 768px) {
  .cta-inner { flex-direction: row; align-items: center; justify-content: space-between; padding: 3rem; }
  .cta-inner > div { max-width: 62%; }
}

/* === Split === */
.split-inner { display: grid; gap: 2rem; grid-template-columns: 1fr; align-items: center; }
.split-visual { margin: 0; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lift); }
.split-visual img { aspect-ratio: 4/3; object-fit: cover; width: 100%; }
@media (min-width: 900px) {
  .split-inner { grid-template-columns: 1fr 1fr; gap: 4rem; }
}

/* === FAQ === */
.faq-list { display: flex; flex-direction: column; gap: .75rem; }
.faq-list details { background: #fff; border: 1px solid var(--color-border); border-radius: var(--radius-md); padding: 1rem 1.25rem; box-shadow: var(--shadow-soft); transition: box-shadow .2s; }
.faq-list details[open] { box-shadow: var(--shadow-lift); }
.faq-list summary { font-family: var(--font-heading); font-weight: 600; color: var(--color-neutral-dark); cursor: pointer; list-style: none; padding-right: 2rem; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 0; top: 0; font-size: 1.5rem; line-height: 1; color: var(--color-primary); transition: transform .2s; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin-top: .75rem; color: var(--color-muted); }

/* === Contact === */
.contact-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; }
@media (min-width: 900px) { .contact-grid { grid-template-columns: 1fr 1.1fr; gap: 3rem; align-items: start; } }
.contact-list { list-style: none; padding: 0; margin: 1rem 0 1.5rem; display: flex; flex-direction: column; gap: 1rem; }
.contact-list strong { font-family: var(--font-heading); color: var(--color-neutral-dark); }
.hours-table { width: 100%; border-collapse: collapse; font-size: .95rem; }
.hours-table caption { text-align: left; font-family: var(--font-heading); font-weight: 600; color: var(--color-neutral-dark); padding-bottom: .5rem; }
.hours-table th, .hours-table td { padding: .5rem 0; border-bottom: 1px solid var(--color-border); text-align: left; }
.hours-table td { text-align: right; color: var(--color-muted); }

.contact-form { display: flex; flex-direction: column; gap: 1rem; padding: 2rem; }
.field { display: flex; flex-direction: column; gap: .35rem; }
.field label { font-family: var(--font-heading); font-size: .85rem; font-weight: 500; color: var(--color-neutral-dark); }
.field input, .field textarea { font-family: var(--font-body); font-size: 1rem; padding: .75rem .9rem; border: 1px solid var(--color-border); border-radius: var(--radius-sm); background: #fff; color: var(--color-text); transition: border-color .2s, box-shadow .2s; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--color-primary); box-shadow: 0 0 0 3px rgba(99,102,241,0.2); }
.consent { display: flex; gap: .5rem; align-items: flex-start; font-size: .85rem; color: var(--color-muted); }

/* === Footer === */
.site-footer { background: var(--color-neutral-dark); color: rgba(255,255,255,0.85); padding-block: 3rem 1.5rem; margin-top: 4rem; }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; }
.footer-logo img { height: 60px; filter: brightness(0) invert(1); }
.footer-grid h4 { color: #fff; font-size: 1rem; margin-bottom: 1rem; }
.footer-nav { display: flex; flex-direction: column; gap: .5rem; }
.footer-nav a { color: rgba(255,255,255,0.8); }
.footer-nav a:hover { color: #fff; }
.footer-contact address { font-style: normal; line-height: 1.7; margin-bottom: 1rem; }
.footer-contact a { color: rgba(255,255,255,0.85); }
.legal-links { font-size: .85rem; color: rgba(255,255,255,0.65); }
.legal-links a { color: rgba(255,255,255,0.85); }
.tagline { color: rgba(255,255,255,0.7); font-size: .95rem; max-width: 32ch; }
.copyright { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,0.1); font-size: .85rem; color: rgba(255,255,255,0.6); text-align: center; }
@media (min-width: 768px) {
  .footer-grid { grid-template-columns: 1.3fr 1fr 1.3fr; gap: 3rem; }
  .copyright { text-align: left; }
}

/* === Cookie banner === */
.cookie-banner { position: fixed; left: 1rem; right: 1rem; bottom: 1rem; display: none; z-index: 9999; background: var(--color-neutral-dark); color: var(--color-neutral-light); padding: 1.25rem 1.5rem; border-radius: var(--radius-md); box-shadow: 0 30px 60px -20px rgba(0,0,0,0.4); max-width: 640px; }
.cookie-banner.is-visible { display: block; }
.cookie-banner p { margin: 0 0 1rem; font-size: .9rem; line-height: 1.5; }
.cookie-banner__actions { display: flex; flex-wrap: wrap; gap: .5rem; }
.cookie-banner__actions .btn-ghost { color: var(--color-neutral-light); border-color: rgba(255,255,255,0.3); }
.cookie-banner__actions .btn-ghost:hover { background: rgba(255,255,255,0.1); color: #fff; }
.cookie-banner__prefs { margin-top: 1rem; display: flex; flex-direction: column; gap: .5rem; font-size: .9rem; }
.cookie-banner__prefs label { display: flex; gap: .5rem; align-items: center; }
.cookie-banner__prefs button { margin-top: .5rem; align-self: flex-start; }
@media (min-width: 640px) { .cookie-banner { left: auto; right: 1.5rem; bottom: 1.5rem; } }

/* === Reveal === */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); will-change: opacity, transform; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } }
