/* ==========================================================================
   AXCenter . Sistem de design
   Radius: butoane si pill-uri = full; carduri, imagini, panouri = 18px;
           campuri de formular = 12px. Nicio exceptie.
   Accent: un singur violet de brand pe tot site-ul. Gradientul din logo
           (roz -> violet -> albastru) apare doar ca linie, aura sau contur.
   ========================================================================== */

/* ---------- Tokens ---------- */
:root {
  --brand: #7a2fbf;
  --brand-strong: #5d1c99;
  --brand-soft: #f3e9fd;
  --pink: #ef3f9b;
  --blue: #5566f0;

  --ink: #1b1327;
  --ink-2: #565065;
  --ink-3: #837d92;

  --surface: #ffffff;
  --surface-2: #faf6fe;
  --surface-3: #f4ecfb;
  --line: rgb(27 19 39 / 0.10);
  --line-strong: rgb(27 19 39 / 0.18);

  --on-brand: #ffffff;
  --shadow-sm: 0 1px 2px rgb(48 20 80 / 0.06), 0 4px 14px rgb(48 20 80 / 0.05);
  --shadow-md: 0 2px 6px rgb(48 20 80 / 0.07), 0 18px 44px rgb(48 20 80 / 0.10);
  --shadow-lg: 0 4px 10px rgb(48 20 80 / 0.08), 0 32px 72px rgb(48 20 80 / 0.16);

  --grad: linear-gradient(100deg, var(--pink) 0%, var(--brand) 52%, var(--blue) 100%);

  --r-card: 18px;
  --r-field: 12px;
  --shell: 1180px;
  --gutter: clamp(20px, 5vw, 40px);
  --section-y: clamp(68px, 9vw, 120px);

  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --nav-h: 68px;
}

@media (prefers-color-scheme: dark) {
  :root {
    --brand: #c39bf2;
    --brand-strong: #ddc6fa;
    --brand-soft: #241a35;
    --pink: #f97cc0;
    --blue: #8b98f7;

    --ink: #f4f0fa;
    --ink-2: #b6aec7;
    --ink-3: #8d8599;

    --surface: #140f1e;
    --surface-2: #1a1427;
    --surface-3: #231a33;
    --line: rgb(255 255 255 / 0.11);
    --line-strong: rgb(255 255 255 / 0.20);

    --on-brand: #180f26;
    --shadow-sm: 0 1px 2px rgb(0 0 0 / 0.4);
    --shadow-md: 0 2px 6px rgb(0 0 0 / 0.35), 0 18px 44px rgb(0 0 0 / 0.45);
    --shadow-lg: 0 4px 10px rgb(0 0 0 / 0.4), 0 32px 72px rgb(0 0 0 / 0.55);
  }
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-h) + 16px); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  background: var(--surface);
  color: var(--ink);
  font-family: "Manrope", ui-sans-serif, system-ui, "Segoe UI", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img, svg, iframe { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; }
button, input, textarea, select { font: inherit; color: inherit; }

::selection { background: var(--brand); color: var(--on-brand); }

:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 3px;
  border-radius: 4px;
}

.skip-link {
  position: absolute; left: 12px; top: -100px; z-index: 200;
  background: var(--brand); color: var(--on-brand);
  padding: 10px 18px; border-radius: 999px; font-weight: 600;
  transition: top .2s var(--ease);
}
.skip-link:focus { top: 12px; }

/* ---------- Tipografie ---------- */
h1, h2, h3, h4, .display {
  font-family: "Outfit", ui-sans-serif, system-ui, sans-serif;
  color: var(--ink);
  letter-spacing: -0.025em;
  text-wrap: balance;
}

h1, .h1 {
  font-size: clamp(2.35rem, 5.4vw, 3.9rem);
  font-weight: 300;
  line-height: 1.06;
}
h2, .h2 {
  font-size: clamp(1.85rem, 3.6vw, 2.85rem);
  font-weight: 300;
  line-height: 1.12;
}
h3, .h3 {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.015em;
}
h1 strong, h2 strong { font-weight: 600; }

.lede {
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  color: var(--ink-2);
  max-width: 56ch;
}
p { color: var(--ink-2); max-width: 66ch; }
.muted { color: var(--ink-3); }
.small { font-size: 0.92rem; line-height: 1.55; }

.eyebrow {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brand);
  font-family: "Manrope", sans-serif;
}

/* ---------- Layout ---------- */
.shell { width: 100%; max-width: var(--shell); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: var(--section-y); }
.section--tight { padding-block: clamp(48px, 6vw, 80px); }
.section--alt { background: var(--surface-2); }
.stack > * + * { margin-top: 1rem; }
.section-head { max-width: 60ch; margin-bottom: clamp(32px, 4vw, 56px); }
.section-head > * + * { margin-top: 0.75rem; }

.rule {
  height: 3px; border: 0; border-radius: 999px;
  background: var(--grad);
  width: 68px;
  margin: 0 0 1.25rem;
}

/* ---------- Butoane ---------- */
.btn {
  --btn-bg: var(--brand);
  --btn-fg: var(--on-brand);
  display: inline-flex; align-items: center; justify-content: center; gap: 0.55em;
  padding: 0.85em 1.5em;
  border-radius: 999px;
  border: 1px solid transparent;
  background: var(--btn-bg);
  color: var(--btn-fg);
  font-weight: 600;
  font-size: 0.98rem;
  line-height: 1.1;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: transform .18s var(--ease), box-shadow .25s var(--ease), background-color .2s var(--ease), border-color .2s var(--ease);
  box-shadow: var(--shadow-sm);
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn:active { transform: translateY(0) scale(0.985); box-shadow: var(--shadow-sm); }
.btn i { font-size: 1.2em; }

.btn--ghost {
  --btn-bg: transparent;
  --btn-fg: var(--ink);
  border-color: var(--line-strong);
  box-shadow: none;
}
.btn--ghost:hover { border-color: var(--brand); color: var(--brand); box-shadow: none; }

.btn--wa { --btn-bg: #1fac52; --btn-fg: #ffffff; }
.btn--wa:hover { --btn-bg: #179545; }
@media (prefers-color-scheme: dark) { .btn--wa { --btn-bg: #24c161; --btn-fg: #06240f; } }

.btn-row { display: flex; flex-wrap: wrap; gap: 0.75rem; align-items: center; }

.link-arrow {
  display: inline-flex; align-items: center; gap: 0.4em;
  color: var(--brand); font-weight: 600; text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: gap .2s var(--ease), border-color .2s var(--ease);
}
.link-arrow:hover { gap: 0.7em; border-color: currentColor; }

/* ---------- Bara de navigatie ---------- */
.nav {
  position: sticky; top: 0; z-index: 60;
  height: var(--nav-h);
  display: flex; align-items: center;
  background: color-mix(in srgb, var(--surface) 82%, transparent);
  backdrop-filter: blur(14px) saturate(150%);
  -webkit-backdrop-filter: blur(14px) saturate(150%);
  border-bottom: 1px solid transparent;
  transition: border-color .3s var(--ease), background-color .3s var(--ease);
}
.nav[data-stuck="true"] { border-bottom-color: var(--line); }
@media (prefers-reduced-transparency: reduce) { .nav { background: var(--surface); } }

.nav__inner { display: flex; align-items: center; gap: 1.5rem; width: 100%; }
.nav__brand { display: flex; align-items: center; gap: 0.6rem; text-decoration: none; margin-right: auto; }
.nav__brand img { width: 34px; height: 34px; object-fit: contain; }
.nav__brand span {
  font-family: "Outfit", sans-serif; font-weight: 400; font-size: 1.22rem;
  letter-spacing: 0.13em; color: var(--ink);
}
/* Sigla are litere violet inchis. Pe fundal intunecat le ridicam luminozitatea. */
@media (prefers-color-scheme: dark) {
  .nav__brand img, .footer__brand img { filter: brightness(1.5) saturate(1.1); }
}
.nav__links { display: flex; align-items: center; gap: 1.6rem; list-style: none; padding: 0; }
.nav__links a {
  text-decoration: none; font-size: 0.95rem; font-weight: 500; color: var(--ink-2);
  padding-block: 6px; position: relative; transition: color .2s var(--ease);
}
.nav__links a::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 100%;
  background: var(--grad); border-radius: 2px;
  transform: scaleX(0); transform-origin: left; transition: transform .28s var(--ease);
}
.nav__links a:hover { color: var(--ink); }
.nav__links a:hover::after, .nav__links a[aria-current="page"]::after { transform: scaleX(1); }
.nav__links a[aria-current="page"] { color: var(--ink); }
/* Butonul din bara de navigatie isi pastreaza culorile proprii, nu pe cele de link */
.nav__links .btn { color: var(--btn-fg); }
.nav__links .btn::after { display: none; }

.nav__toggle {
  display: none; background: none; border: 1px solid var(--line-strong);
  border-radius: 999px; width: 42px; height: 42px; align-items: center; justify-content: center;
  cursor: pointer; font-size: 1.35rem; color: var(--ink);
}

@media (max-width: 900px) {
  .nav__toggle { display: inline-flex; }
  .nav__links {
    position: fixed; inset: var(--nav-h) 0 auto 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--surface);
    border-bottom: 1px solid var(--line);
    padding: 8px var(--gutter) 24px;
    box-shadow: var(--shadow-md);
    transform: translateY(-8px); opacity: 0; pointer-events: none;
    transition: opacity .22s var(--ease), transform .22s var(--ease);
  }
  .nav__links[data-open="true"] { opacity: 1; transform: none; pointer-events: auto; }
  .nav__links li { border-bottom: 1px solid var(--line); }
  .nav__links li:last-child { border-bottom: 0; padding-top: 14px; }
  .nav__links a { display: block; padding: 15px 0; font-size: 1.05rem; }
  .nav__links a::after { display: none; }
  /* Butonul din meniu nu preia stilul de link din lista */
  .nav__links .btn { display: inline-flex; width: 100%; padding: 0.9em 1.5em; font-size: 0.98rem; }
}

/* ---------- Hero ---------- */
.hero { position: relative; padding-top: clamp(48px, 6vw, 88px); padding-bottom: clamp(56px, 7vw, 104px); overflow: hidden; }
.hero::before {
  content: ""; position: absolute; z-index: -1;
  width: 780px; height: 780px; right: -280px; top: -420px;
  background: radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--pink) 26%, transparent), transparent 62%);
  filter: blur(20px); pointer-events: none;
}
.hero::after {
  content: ""; position: absolute; z-index: -1;
  width: 660px; height: 660px; left: -320px; bottom: -380px;
  background: radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--blue) 22%, transparent), transparent 62%);
  filter: blur(20px); pointer-events: none;
}
.hero__grid {
  display: grid; gap: clamp(36px, 5vw, 68px);
  grid-template-columns: 1fr;
  align-items: center;
}
@media (min-width: 900px) {
  .hero__grid { grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); }
}
.hero__copy > * + * { margin-top: 1.4rem; }
.hero h1 { max-width: 15ch; }

.badge {
  display: inline-flex; align-items: center; gap: 0.55em;
  padding: 0.5em 1em 0.5em 0.6em;
  border-radius: 999px;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  font-size: 0.86rem; font-weight: 600; color: var(--ink);
  letter-spacing: 0.005em;
}
.badge__dot {
  width: 26px; height: 26px; border-radius: 999px; background: var(--grad);
  display: grid; place-items: center; color: #fff; font-size: 0.95rem;
}
.badge__dot i { display: block; }

.hero__media { position: relative; }
.hero__media img {
  width: 100%; aspect-ratio: 4 / 3; object-fit: cover;
  border-radius: var(--r-card);
  box-shadow: var(--shadow-lg);
}
.hero__media::before {
  content: ""; position: absolute; inset: -10px -10px auto auto;
  width: 62%; height: 62%; border-radius: var(--r-card);
  border: 2px solid transparent;
  background: var(--grad) border-box;
  -webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  z-index: -1;
  border-bottom: 0; border-left: 0;
}

/* ---------- Antet de pagina interioara ---------- */
.page-head { position: relative; padding-block: clamp(44px, 6vw, 76px) clamp(28px, 4vw, 44px); overflow: hidden; }
.page-head::before {
  content: ""; position: absolute; z-index: -1;
  width: 720px; height: 720px; right: -300px; top: -430px;
  background: radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--brand) 20%, transparent), transparent 62%);
  filter: blur(20px); pointer-events: none;
}
.page-head > .shell > * + * { margin-top: 1.2rem; }
.page-head h1 { max-width: 18ch; }

.banner img {
  width: 100%; aspect-ratio: 21 / 9; object-fit: cover;
  border-radius: var(--r-card); box-shadow: var(--shadow-md);
}
@media (max-width: 700px) { .banner img { aspect-ratio: 3 / 2; } }

.chips { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; }
.chips li {
  border: 1px solid var(--line-strong); border-radius: 999px;
  padding: 0.45em 0.95em; font-size: 0.92rem; font-weight: 600; color: var(--ink-2);
  display: inline-flex; align-items: center; gap: 0.45em;
}
.chips i { color: var(--brand); font-size: 1.05em; }

/* ---------- Banda de statistici ---------- */
.stats {
  display: grid; gap: 1px;
  grid-template-columns: repeat(2, 1fr);
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  overflow: hidden;
}
@media (min-width: 760px) { .stats { grid-template-columns: repeat(4, 1fr); } }
.stat { background: var(--surface); padding: clamp(20px, 3vw, 30px); }
.stat__n {
  font-family: "Outfit", sans-serif; font-weight: 300;
  font-size: clamp(1.9rem, 3.4vw, 2.7rem); line-height: 1;
  letter-spacing: -0.03em; color: var(--ink);
}
.stat__l { margin-top: 0.5rem; font-size: 0.92rem; color: var(--ink-2); line-height: 1.45; }

/* ---------- Grila de materii (bento) ---------- */
.subjects { display: grid; gap: 14px; grid-template-columns: 1fr; }
@media (min-width: 620px) { .subjects { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 980px) {
  .subjects { grid-template-columns: repeat(3, 1fr); grid-auto-rows: minmax(168px, auto); }
  .subject--lead { grid-column: span 2; grid-row: span 2; }
}
.subject {
  position: relative; overflow: hidden;
  border-radius: var(--r-card);
  border: 1px solid var(--line);
  background: var(--surface);
  padding: clamp(20px, 2.6vw, 28px);
  display: flex; flex-direction: column; gap: 0.6rem;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease);
}
.subject:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: transparent; }
.subject i { font-size: 1.65rem; color: var(--brand); }
.subject h3 { font-size: 1.15rem; }
.subject p { font-size: 0.95rem; margin: 0; }

.subject--lead {
  background:
    radial-gradient(120% 130% at 100% 0%, color-mix(in srgb, var(--pink) 16%, transparent), transparent 58%),
    radial-gradient(120% 130% at 0% 100%, color-mix(in srgb, var(--blue) 16%, transparent), transparent 58%),
    var(--surface-2);
  justify-content: flex-end;
}
.subject--lead i { font-size: 2.4rem; }
.subject--lead h3 { font-size: clamp(1.5rem, 2.6vw, 2rem); font-weight: 300; font-family: "Outfit", sans-serif; letter-spacing: -0.025em; }
.subject--lead p { font-size: 1.02rem; max-width: 40ch; }
.subject--tint { background: var(--surface-2); }

/* ---------- Formate de lucru ---------- */
.formats { display: grid; gap: clamp(24px, 3vw, 40px); grid-template-columns: 1fr; }
@media (min-width: 860px) { .formats { grid-template-columns: repeat(3, 1fr); } }
.format { display: flex; flex-direction: column; gap: 0.6rem; padding-top: 1.4rem; border-top: 2px solid var(--line-strong); }
.format:first-child { border-image: var(--grad) 1; border-top-width: 2px; }
.format i { font-size: 1.5rem; color: var(--brand); }
.format p { font-size: 0.97rem; margin: 0; }

/* ---------- Galerie spatiu ---------- */
.gallery { display: grid; gap: 14px; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 900px) { .gallery { grid-template-columns: repeat(4, 1fr); grid-auto-rows: 190px; } }
.gallery figure { margin: 0; overflow: hidden; border-radius: var(--r-card); background: var(--surface-3); }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.gallery figure:hover img { transform: scale(1.04); }
@media (min-width: 900px) {
  .gallery figure:nth-child(1) { grid-column: span 2; grid-row: span 2; }
  .gallery figure:nth-child(4) { grid-column: span 2; }
}
@media (max-width: 899px) {
  .gallery figure { aspect-ratio: 4 / 3; }
  .gallery figure:nth-child(1) { grid-column: span 2; }
}

/* ---------- Panou split (ateliere / contact) ---------- */
.split {
  display: grid; gap: clamp(28px, 4vw, 56px);
  grid-template-columns: 1fr; align-items: center;
}
@media (min-width: 900px) { .split { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.split--media-first > .split__media { order: -1; }
.split__media img { width: 100%; aspect-ratio: 5 / 4; object-fit: cover; border-radius: var(--r-card); box-shadow: var(--shadow-md); }
.split__copy > * + * { margin-top: 1.1rem; }

/* ---------- Panglica de accent ---------- */
.ribbon {
  position: relative; overflow: hidden;
  border-radius: var(--r-card);
  /* Gradient fixat, mai inchis decat cel de brand, ca textul alb sa treaca de
     contrastul AA in ambele teme. */
  background: linear-gradient(100deg, #c22470 0%, #6a2bb0 52%, #3b48c9 100%);
  color: #fff;
  padding: clamp(30px, 4.5vw, 54px);
  display: grid; gap: 1.5rem; align-items: center;
  grid-template-columns: 1fr;
}
@media (min-width: 860px) { .ribbon { grid-template-columns: minmax(0, 1fr) auto; gap: 2.5rem; } }
.ribbon h2, .ribbon p { color: #fff; }
.ribbon p { opacity: 0.92; max-width: 52ch; }
.ribbon .btn { --btn-bg: #fff; --btn-fg: #4a1780; }
.ribbon .btn:hover { --btn-bg: #f6eeff; }
.ribbon__mark {
  position: absolute; right: -60px; top: -70px; width: 300px; opacity: 0.14;
  pointer-events: none; filter: brightness(0) invert(1);
}

/* ---------- Preturi ---------- */
/* Comutatoarele apar doar cand JS ruleaza. Fara JS, toate panourile raman vizibile. */
.pricing-controls { display: none; gap: 14px; margin-bottom: clamp(28px, 3.5vw, 44px); }
.js .pricing-controls { display: grid; }
.price-panel + .price-panel { margin-top: clamp(32px, 4vw, 48px); }
.js .price-panel + .price-panel { margin-top: 0; }
@media (min-width: 700px) { .pricing-controls { grid-template-columns: repeat(2, auto); justify-content: start; gap: 20px; } }
.segmented {
  display: inline-flex; padding: 4px; gap: 4px;
  background: var(--surface-3); border-radius: 999px; border: 1px solid var(--line);
}
.segmented button {
  border: 0; background: none; cursor: pointer;
  padding: 0.6em 1.15em; border-radius: 999px;
  font-size: 0.93rem; font-weight: 600; color: var(--ink-2);
  transition: background-color .2s var(--ease), color .2s var(--ease), box-shadow .2s var(--ease);
}
.segmented button[aria-pressed="true"] { background: var(--surface); color: var(--ink); box-shadow: var(--shadow-sm); }
.segmented button:active { transform: scale(0.98); }

.js .price-panel[hidden] { display: none; }
.price-panel__title { font-size: 1rem; font-weight: 700; margin-bottom: 1rem; color: var(--ink); font-family: "Manrope", sans-serif; }
.js .price-panel__title { display: none; }

.plans { display: grid; gap: 14px; grid-template-columns: 1fr; }
@media (min-width: 700px) { .plans { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .plans { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); } }

.plan {
  border: 1px solid var(--line); border-radius: var(--r-card);
  background: var(--surface); padding: clamp(20px, 2.4vw, 26px);
  display: flex; flex-direction: column; gap: 0.35rem;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.plan:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.plan__sessions { font-size: 0.9rem; font-weight: 700; color: var(--ink); letter-spacing: 0.01em; }
.plan__rate { font-family: "Outfit", sans-serif; font-weight: 300; font-size: clamp(2rem, 3.4vw, 2.6rem); line-height: 1.05; letter-spacing: -0.03em; margin-top: 0.4rem; }
.plan__rate span { font-size: 0.95rem; font-family: "Manrope", sans-serif; font-weight: 500; color: var(--ink-3); letter-spacing: 0; }
.plan__total { font-size: 0.95rem; color: var(--ink-2); }
.plan__save {
  margin-top: 0.9rem; align-self: flex-start;
  font-size: 0.82rem; font-weight: 700; letter-spacing: 0.01em;
  padding: 0.35em 0.75em; border-radius: 999px;
  background: var(--brand-soft); color: var(--brand-strong);
}
.plan--featured { border-color: transparent; box-shadow: var(--shadow-md); position: relative; background: var(--surface); }
.plan--featured::before {
  content: ""; position: absolute; inset: 0; border-radius: var(--r-card); padding: 1.5px;
  background: var(--grad);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none;
}
.plan__flag {
  position: absolute; top: -11px; left: clamp(20px, 2.4vw, 26px);
  background: var(--grad); color: #fff;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 0.3em 0.8em; border-radius: 999px;
}
.plan--base { background: var(--surface-2); }
.plan--base .plan__rate { color: var(--ink-2); }

.price-note {
  margin-top: clamp(24px, 3vw, 36px);
  display: flex; gap: 0.75rem; align-items: flex-start;
  padding: clamp(18px, 2.2vw, 24px);
  border-radius: var(--r-card); background: var(--surface-2); border: 1px solid var(--line);
}
.price-note i { color: var(--brand); font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.price-note p { margin: 0; font-size: 0.96rem; }

/* ---------- Testimoniale ---------- */
.quotes { display: grid; gap: 14px; grid-template-columns: 1fr; }
@media (min-width: 720px) { .quotes { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .quotes { grid-template-columns: repeat(3, 1fr); } }
.quote {
  border-radius: var(--r-card); border: 1px solid var(--line);
  background: var(--surface); padding: clamp(22px, 2.6vw, 28px);
  display: flex; flex-direction: column; gap: 1rem;
}
.quote__stars { color: var(--brand); font-size: 1rem; letter-spacing: 0.12em; }
.quote blockquote { margin: 0; font-size: 1.02rem; color: var(--ink); line-height: 1.55; }
.quote figcaption { font-size: 0.9rem; color: var(--ink-3); margin-top: auto; }
.quote figcaption b { color: var(--ink-2); font-weight: 600; }

.shots { display: grid; gap: 14px; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); }
.shot {
  border-radius: var(--r-card); border: 1px dashed var(--line-strong);
  background: var(--surface-2); aspect-ratio: 3 / 4;
  display: grid; place-items: center; text-align: center; padding: 20px;
  color: var(--ink-3); font-size: 0.88rem;
}
.shot i { font-size: 1.7rem; display: block; margin-bottom: 0.5rem; color: var(--ink-3); }
.shot img { width: 100%; height: 100%; object-fit: cover; border-radius: calc(var(--r-card) - 1px); }
.shot:has(img) { padding: 0; border-style: solid; overflow: hidden; }

/* ---------- Pasi ---------- */
.steps { display: grid; gap: clamp(20px, 3vw, 32px); grid-template-columns: 1fr; counter-reset: step; }
@media (min-width: 800px) { .steps { grid-template-columns: repeat(3, 1fr); } }
.step { display: flex; flex-direction: column; gap: 0.55rem; }
.step__n {
  width: 40px; height: 40px; border-radius: 999px;
  background: var(--brand-soft); color: var(--brand-strong);
  display: grid; place-items: center;
  font-family: "Outfit", sans-serif; font-weight: 500; font-size: 1.05rem;
  margin-bottom: 0.35rem;
}
.step p { font-size: 0.97rem; margin: 0; }

/* ---------- FAQ ---------- */
.faq { max-width: 780px; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  cursor: pointer; list-style: none; padding: 1.15rem 2.5rem 1.15rem 0;
  position: relative; font-weight: 600; font-size: 1.03rem; color: var(--ink);
  font-family: "Outfit", sans-serif; letter-spacing: -0.01em;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "\002B"; position: absolute; right: 6px; top: 50%; translate: 0 -50%;
  font-size: 1.4rem; font-weight: 300; color: var(--brand);
  transition: rotate .28s var(--ease);
}
.faq details[open] summary::after { rotate: 45deg; }
.faq details p { padding-bottom: 1.3rem; margin: 0; font-size: 0.99rem; }

/* ---------- Contact ---------- */
.contact-card {
  border-radius: var(--r-card); border: 1px solid var(--line);
  background: var(--surface); box-shadow: var(--shadow-sm);
  overflow: hidden;
  display: grid; grid-template-columns: 1fr;
}
@media (min-width: 900px) { .contact-card { grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); } }
.contact-card__body { padding: clamp(26px, 3.4vw, 44px); display: flex; flex-direction: column; gap: 1.5rem; }
.contact-list { list-style: none; padding: 0; display: grid; gap: 1.1rem; }
.contact-list li { display: flex; gap: 0.9rem; align-items: flex-start; }
.contact-list i { font-size: 1.3rem; color: var(--brand); margin-top: 2px; }
.contact-list a { text-decoration: none; font-weight: 600; color: var(--ink); border-bottom: 1px solid var(--line-strong); transition: border-color .2s var(--ease), color .2s var(--ease); }
.contact-list a:hover { color: var(--brand); border-color: var(--brand); }
.contact-list span { display: block; font-size: 0.86rem; color: var(--ink-3); }
.contact-card__map { min-height: 320px; background: var(--surface-3); }
.contact-card__map iframe { width: 100%; height: 100%; min-height: 320px; border: 0; }
@media (prefers-color-scheme: dark) { .contact-card__map iframe { filter: brightness(0.92) saturate(0.9); } }

.socials { display: flex; gap: 0.6rem; }
.socials a {
  width: 44px; height: 44px; border-radius: 999px;
  border: 1px solid var(--line-strong); display: grid; place-items: center;
  font-size: 1.2rem; color: var(--ink-2); text-decoration: none;
  transition: color .2s var(--ease), border-color .2s var(--ease), transform .2s var(--ease);
}
.socials a:hover { color: var(--brand); border-color: var(--brand); transform: translateY(-2px); }

/* ---------- Subsol ---------- */
.footer { border-top: 1px solid var(--line); background: var(--surface-2); padding-block: clamp(44px, 5vw, 64px) 28px; }
.footer__grid { display: grid; gap: clamp(28px, 4vw, 48px); grid-template-columns: 1fr; }
@media (min-width: 760px) { .footer__grid { grid-template-columns: 1.4fr 1fr 1fr; } }
.footer h4 { font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-3); font-family: "Manrope", sans-serif; font-weight: 700; margin-bottom: 1rem; }
.footer ul { list-style: none; padding: 0; display: grid; gap: 0.65rem; }
.footer a { text-decoration: none; color: var(--ink-2); font-size: 0.96rem; transition: color .2s var(--ease); }
.footer a:hover { color: var(--brand); }
.footer__brand img { width: 44px; margin-bottom: 0.9rem; }
.footer__brand p { font-size: 0.95rem; max-width: 34ch; }
.footer__bottom {
  margin-top: clamp(32px, 4vw, 48px); padding-top: 20px; border-top: 1px solid var(--line);
  display: flex; flex-wrap: wrap; gap: 0.75rem 1.5rem; justify-content: space-between;
  font-size: 0.87rem; color: var(--ink-3);
}

/* ---------- Buton flotant WhatsApp (mobil) ---------- */
.wa-float {
  position: fixed; right: 16px; bottom: 16px; z-index: 55;
  display: none; align-items: center; gap: 0.5em;
  padding: 0.85em 1.25em; border-radius: 999px;
  background: #1fac52; color: #fff; text-decoration: none;
  font-weight: 700; font-size: 0.95rem;
  box-shadow: 0 8px 28px rgb(31 172 82 / 0.4);
}
.wa-float i { font-size: 1.3em; }
@media (max-width: 900px) { .wa-float { display: inline-flex; } }

/* ---------- Aparitie la scroll ---------- */
@media (prefers-reduced-motion: no-preference) {
  .js .reveal { opacity: 0; transform: translateY(22px); }
  .js .reveal.is-in {
    opacity: 1; transform: none;
    transition: opacity .7s var(--ease), transform .7s var(--ease);
    transition-delay: var(--d, 0ms);
  }
}
