:root {
  --gold: #c9a84c;
  --gold-light: #ead9a7;
  --black: #0b0b0b;
  --surface: #121210;
  --surface-2: #191916;
  --line: rgba(201, 168, 76, 0.2);
  --text: #f4f1e9;
  --muted: #aba69d;
  --danger: #df746d;
  --success: #9cc69b;
  --font-main: "Heebo", sans-serif;
  --font-brand: "Montserrat", sans-serif;
  --container: 1180px;
  --radius: 6px;
  --transition: 220ms ease;
}

* { box-sizing: border-box; margin: 0; padding: 0; -webkit-tap-highlight-color: transparent; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  min-width: 320px;
  overflow-x: hidden;
  background: var(--black);
  color: var(--text);
  font-family: var(--font-main);
  line-height: 1.7;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.narrow-container { max-width: 880px; }
.section { padding: 112px 0; }

.skip-link {
  position: fixed; top: -100px; right: 20px; z-index: 9999;
  padding: 10px 16px; background: var(--gold); color: var(--black); text-decoration: none;
}
.skip-link:focus { top: 20px; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 1000;
  min-height: 84px; padding: 15px max(24px, calc((100vw - var(--container)) / 2));
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  border-bottom: 1px solid transparent;
  transition: background var(--transition), border-color var(--transition), min-height var(--transition);
}
.site-header.scrolled {
  min-height: 70px; background: rgba(11, 11, 11, 0.94); border-color: var(--line); backdrop-filter: blur(12px);
}
.brand { display: flex; flex-direction: column; text-decoration: none; line-height: 1; }
.brand-main { font-family: var(--font-brand); font-weight: 900; font-size: 18px; letter-spacing: .02em; }
.brand-sub { margin-top: 7px; color: var(--gold); font-size: 10px; letter-spacing: .22em; }
.desktop-nav { display: flex; align-items: center; gap: 30px; }
.desktop-nav a { position: relative; color: var(--muted); text-decoration: none; font-size: 14px; transition: color var(--transition); }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: -7px; width: 0; height: 1px; background: var(--gold); transition: width var(--transition); }
.desktop-nav a.active { color: var(--text); }
.desktop-nav a.active::after { width: 100%; }
@media (hover: hover) and (pointer: fine) {
  .desktop-nav a:hover { color: var(--text); }
  .desktop-nav a:hover::after { width: 100%; }
}
.header-cta { padding: 10px 22px; border: 1px solid var(--gold); color: var(--gold); text-decoration: none; font-weight: 700; font-size: 14px; transition: all var(--transition); }
@media (hover: hover) and (pointer: fine) {
  .header-cta:hover { background: var(--gold); color: var(--black); }
}
.hamburger { display: none; width: 44px; height: 44px; padding: 11px; background: transparent; border: 0; cursor: pointer; }
.hamburger span { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--text); transition: transform var(--transition), opacity var(--transition); }
.hamburger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { display: none; position: fixed; inset: 0; z-index: 990; background: rgba(11,11,11,.98); opacity: 0; visibility: hidden; transition: opacity var(--transition), visibility var(--transition); }
.mobile-menu.open { opacity: 1; visibility: visible; }
.mobile-menu nav { margin: auto; display: flex; flex-direction: column; align-items: center; gap: 24px; }
.mobile-menu a:not(.button) { font-size: 26px; text-decoration: none; font-weight: 700; }

.hero {
  --hero-x: 0px;
  --hero-y: 0px;
  --hero-scroll: 0px;
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background: #080808;
}

.hero-visual {
  position: absolute;
  inset: -7%;
  z-index: 0;
  overflow: hidden;
  transform: translate3d(0, var(--hero-scroll), 0);
  will-change: transform;
}

.hero-image {
  position: absolute;
  inset: 0;

  background-image: url("../yamin.jpg");
  background-repeat: no-repeat;
  background-position: center 14%;
  background-size: cover;

  filter:
    saturate(0.95)
    contrast(1.03)
    brightness(0.95);

  transform:
    translate3d(var(--hero-x), var(--hero-y), 0)
    scale(1.015);

  transform-origin: center center;
  animation: heroBreath 18s ease-in-out infinite alternate;
  will-change: transform;
}

.hero-light {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 67% 42%, rgba(201,168,76,.18), transparent 24%),
    radial-gradient(circle at 53% 58%, rgba(255,255,255,.07), transparent 23%);
  mix-blend-mode: screen;
  opacity: .7;
  pointer-events: none;
}

.hero-vignette {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at center, transparent 34%, rgba(0,0,0,.34) 72%, rgba(0,0,0,.76) 100%);
  pointer-events: none;
}

.hero-grain {
  position: absolute;
  inset: -35%;
  opacity: .055;
  pointer-events: none;
  background-image:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
  animation: grainShift .28s steps(2) infinite;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(11,11,11,.12) 0%, rgba(11,11,11,.56) 55%, rgba(11,11,11,.96) 100%),
    linear-gradient(0deg, rgba(11,11,11,.96) 0%, rgba(11,11,11,.25) 45%, rgba(11,11,11,.18) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 130px;
  padding-bottom: 80px;
}

.hero-enter > * {
  opacity: 0;
  transform: translateY(24px);
  animation: heroContentIn .85s cubic-bezier(.22,.7,.2,1) forwards;
}
.hero-enter > *:nth-child(1) { animation-delay: .15s; }
.hero-enter > *:nth-child(2) { animation-delay: .27s; }
.hero-enter > *:nth-child(3) { animation-delay: .39s; }
.hero-enter > *:nth-child(4) { animation-delay: .51s; }
.hero-enter > *:nth-child(5) { animation-delay: .63s; }

@keyframes heroBreath {
  from {
    transform:
      translate3d(var(--hero-x), var(--hero-y), 0)
      scale(1.01);
  }

  to {
    transform:
      translate3d(var(--hero-x), var(--hero-y), 0)
      scale(1.025);
  }
}
@keyframes heroContentIn {
  to { opacity: 1; transform: translateY(0); }
}

@keyframes grainShift {
  0%   { transform: translate(0, 0); }
  25%  { transform: translate(2%, -3%); }
  50%  { transform: translate(-3%, 2%); }
  75%  { transform: translate(3%, 3%); }
  100% { transform: translate(-2%, -2%); }
}
.eyebrow { margin-bottom: 14px; color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.hero h1 { max-width: 760px; font-family: var(--font-brand); line-height: .9; direction: ltr; text-align: right; }
.hero h1 span, .hero h1 strong { display: block; }
.hero h1 span { font-size: clamp(48px, 8vw, 108px); font-weight: 700; }
.hero h1 strong { margin-top: 8px; color: var(--gold); font-size: clamp(62px, 10vw, 138px); font-weight: 900; }
.hero-copy { max-width: 610px; margin-top: 28px; color: #ddd8cd; font-size: clamp(17px, 2vw, 21px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { min-height: 52px; padding: 13px 28px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; text-decoration: none; font-weight: 800; cursor: pointer; transition: transform var(--transition), background var(--transition), border-color var(--transition), color var(--transition); }
.button-primary { background: var(--gold); color: var(--black); }
.button-ghost { border-color: rgba(244,241,233,.38); color: var(--text); }
@media (hover: hover) and (pointer: fine) {
  .button:hover { transform: translateY(-2px); }
  .button-primary:hover { background: var(--gold-light); }
  .button-ghost:hover { border-color: var(--gold); color: var(--gold); }
}
.button:active { transform: scale(.97); }
.hero-proof { margin-top: 42px; display: flex; flex-wrap: wrap; gap: 10px 30px; list-style: none; color: var(--muted); font-size: 14px; }
.hero-proof li { position: relative; padding-right: 16px; }
.hero-proof li::before { content: ""; position: absolute; right: 0; top: .75em; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }
.scroll-hint { position: absolute; bottom: 28px; left: 50%; z-index: 3; width: 28px; height: 46px; border: 1px solid rgba(244,241,233,.35); border-radius: 18px; transform: translateX(-50%); }
.scroll-hint span { position: absolute; top: 9px; left: 50%; width: 4px; height: 8px; border-radius: 3px; background: var(--gold); transform: translateX(-50%); animation: scrollDot 1.8s infinite; }
@keyframes scrollDot { 0% { opacity: 0; transform: translate(-50%,0); } 35% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%,15px); } }

.about { background: var(--surface); }
.split-layout { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(48px, 8vw, 110px); }
.portrait-card { position: relative; max-width: 480px; margin-inline: auto; }
.portrait-card::before { content: ""; position: absolute; inset: -18px 18px 18px -18px; border: 1px solid var(--gold); opacity: .45; }
.portrait-card img { position: relative; width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: center; filter: saturate(.82) contrast(1.06); }
.portrait-card figcaption { position: absolute; right: -28px; bottom: 28px; padding: 11px 18px; background: var(--gold); color: var(--black); font-weight: 800; letter-spacing: .05em; }
.section-copy h2, .section-heading h2, .contact-copy h2 { font-family: var(--font-brand); font-size: clamp(36px, 5vw, 62px); line-height: 1.08; }
.section-copy .lead { margin-top: 24px; color: var(--text); font-size: 20px; }
.section-copy p:not(.eyebrow) { margin-top: 18px; color: var(--muted); }
.fact-grid { margin-top: 36px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.fact-grid article { padding: 22px 18px; border-left: 1px solid var(--line); }
.fact-grid article:last-child { border-left: 0; }
.fact-grid strong { display: block; color: var(--gold); font-family: var(--font-brand); font-size: 20px; }
.fact-grid span { display: block; margin-top: 7px; color: var(--muted); font-size: 13px; line-height: 1.5; }

.section-heading { max-width: 760px; margin: 0 auto 58px; text-align: center; }
.section-heading > p:last-child { margin-top: 18px; color: var(--muted); font-size: 18px; }

/* ===========================
   CINEMATIC ABOUT
   =========================== */
.cinematic-about {
  position: relative;
  height: 320vh;
  background: #050505;
}

.cinematic-stage {
  position: sticky;
  top: 0;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
}

.cinematic-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.cinematic-image {
  position: absolute;
  inset: -8%;
  background: url("../yamin-hey.jpg") center 42% / cover no-repeat;
  filter: saturate(.72) contrast(1.13) brightness(.54);
  transform:
    translate3d(var(--about-x, 0px), var(--about-y, 0px), 0)
    scale(var(--about-scale, 1.08));
  transform-origin: 58% 48%;
  will-change: transform, filter;
}

.cinematic-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4,4,4,.96) 0%, rgba(4,4,4,.78) 37%, rgba(4,4,4,.28) 68%, rgba(4,4,4,.72) 100%),
    linear-gradient(0deg, rgba(4,4,4,.92) 0%, transparent 38%, rgba(4,4,4,.42) 100%);
}

.cinematic-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at var(--glow-x, 62%) var(--glow-y, 44%), rgba(201,168,76,.2), transparent 22%),
    radial-gradient(circle at 65% 58%, rgba(255,255,255,.07), transparent 23%);
  mix-blend-mode: screen;
  opacity: .82;
  pointer-events: none;
}

.cinematic-lines {
  position: absolute;
  inset: 0;
  opacity: .14;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: linear-gradient(90deg, transparent, #000 30%, #000 75%, transparent);
}

.cinematic-content {
  position: relative;
  z-index: 2;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(480px, 1.18fr);
  align-items: center;
  gap: 70px;
  padding-top: 110px;
  padding-bottom: 80px;
}

.cinematic-kicker {
  align-self: start;
  margin-top: 18vh;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .22em;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.cinematic-copy {
  max-width: 760px;
  margin-inline-start: auto;
}

.cinematic-copy h2 {
  margin-bottom: 56px;
  font-family: var(--font-brand);
  line-height: .96;
}

.cinematic-copy h2 span,
.cinematic-copy h2 strong {
  display: block;
}

.cinematic-copy h2 span {
  color: var(--text);
  font-size: clamp(46px, 6.4vw, 92px);
  font-weight: 900;
}

.cinematic-copy h2 strong {
  margin-top: 12px;
  color: var(--gold);
  font-size: clamp(25px, 3vw, 44px);
  font-weight: 800;
}

.story-block {
  position: relative;
  max-width: 690px;
  margin-top: 34px;
  padding: 24px 0 24px 86px;
  opacity: var(--story-opacity, .14);
  transform: translate3d(var(--story-x, 38px), var(--story-y, 24px), 0);
  transition: opacity 180ms linear;
  will-change: transform, opacity;
}

.story-block::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 58px;
  width: 1px;
  background: linear-gradient(transparent, rgba(201,168,76,.75), transparent);
}

.story-index {
  position: absolute;
  top: 24px;
  left: 0;
  color: var(--gold);
  font-family: var(--font-brand);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
}

.story-block p {
  color: #d6d1c8;
  font-size: clamp(18px, 1.7vw, 24px);
  line-height: 1.9;
}

.story-signature {
  margin-top: 58px;
  display: flex;
  align-items: center;
  gap: 18px;
  opacity: var(--signature-opacity, 0);
  transform: translateY(var(--signature-y, 20px));
  will-change: transform, opacity;
}

.story-signature span {
  font-family: var(--font-brand);
  font-size: 18px;
  font-weight: 900;
}

.story-signature small {
  color: var(--gold);
  font-size: 12px;
  letter-spacing: .12em;
}

.cinematic-progress {
  position: absolute;
  right: 34px;
  top: 50%;
  z-index: 3;
  width: 2px;
  height: 180px;
  background: rgba(255,255,255,.12);
  transform: translateY(-50%);
}

.cinematic-progress span {
  position: absolute;
  inset: 0 0 auto;
  height: var(--about-progress, 0%);
  background: linear-gradient(var(--gold-light), var(--gold));
  box-shadow: 0 0 18px rgba(201,168,76,.45);
}

/* טווח ביניים לטאבלטים לרוחב (כמו iPad ב-1024px), לפני שהעמודות מתמזגות ל-1 ב-980px */
@media (max-width: 1180px) and (min-width: 981px) {
  .cinematic-content {
    grid-template-columns: minmax(0, .72fr) minmax(420px, 1.28fr);
    gap: 40px;
  }
  .cinematic-kicker { margin-top: 10vh; }
}

@media (max-width: 980px) {
  .cinematic-about { height: 280vh; }
  .cinematic-content {
    grid-template-columns: 1fr;
    align-content: center;
    gap: 0;
  }
  .cinematic-kicker { display: none; }
  .cinematic-copy { margin-inline: 0; }
  .cinematic-shade {
    background:
      linear-gradient(0deg, rgba(4,4,4,.97) 0%, rgba(4,4,4,.82) 54%, rgba(4,4,4,.4) 100%);
  }
  .cinematic-progress { right: 16px; }
}

@media (max-width: 720px) {
  .cinematic-about { height: 250vh; }
  .cinematic-content {
    padding-top: 96px;
    padding-bottom: 40px;
  }
  .cinematic-image {
    inset: -4%;
    background-position: 45% center;
    transform:
      translate3d(0, var(--about-y, 0px), 0)
      scale(var(--about-scale, 1.06));
  }
  .cinematic-copy h2 { margin-bottom: 34px; }
  .story-block {
    margin-top: 18px;
    padding: 17px 0 17px 54px;
  }
  .story-block::before { left: 38px; }
  .story-index { top: 17px; font-size: 11px; }
  .story-block p { font-size: 17px; line-height: 1.72; }
  .story-signature {
    margin-top: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .cinematic-progress { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .cinematic-about { height: auto; }
  .cinematic-stage { position: relative; }
  .cinematic-image { transform: scale(1.06) !important; }
  .story-block,
  .story-signature {
    opacity: 1 !important;
    transform: none !important;
  }
}


.philosophy { background: var(--black); }
.method-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.method-card { min-height: 300px; padding: 32px; background: var(--surface); border: 1px solid rgba(201,168,76,.13); transition: transform var(--transition), border-color var(--transition); }
@media (hover: hover) and (pointer: fine) {
  .method-card:hover { transform: translateY(-5px); border-color: rgba(201,168,76,.5); }
}
.method-card:active { border-color: rgba(201,168,76,.5); }
.card-number { color: var(--gold); font-family: var(--font-brand); font-size: 13px; }
.method-card h3 { margin-top: 58px; font-size: 24px; }
.method-card p { margin-top: 14px; color: var(--muted); }

.fit-section { background: var(--surface-2); }
.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.fit-card { padding: clamp(28px, 4vw, 48px); background: var(--surface); border-top: 3px solid var(--line); }
.fit-card-positive { border-top-color: var(--gold); }
.fit-card-negative { border-top-color: rgba(244,241,233,.35); }
.fit-title { display: flex; align-items: center; gap: 14px; }
.fit-title h3 { font-size: 25px; }
.fit-icon { width: 38px; height: 38px; flex: 0 0 38px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; color: var(--gold); font-size: 22px; }
.fit-card-negative .fit-icon { color: var(--muted); }
.fit-card ul { margin-top: 28px; list-style: none; }
.fit-card li { position: relative; margin-top: 16px; padding-right: 22px; color: var(--muted); }
.fit-card li::before { content: ""; position: absolute; right: 0; top: .75em; width: 7px; height: 7px; border: 1px solid var(--gold); transform: rotate(45deg); }
.fit-card-negative li::before { border-color: rgba(244,241,233,.45); }

.timeline { max-width: 900px; margin: 0 auto; }
.timeline-item { position: relative; display: grid; grid-template-columns: 92px 1fr; gap: 28px; padding: 0 0 48px; }
.timeline-item:not(:last-child)::after { content: ""; position: absolute; top: 70px; right: 35px; bottom: 8px; width: 1px; background: var(--line); }
.timeline-number { width: 70px; height: 70px; display: grid; place-items: center; border: 1px solid var(--gold); color: var(--gold); font-family: var(--font-brand); font-weight: 800; }
.timeline-item h3 { padding-top: 5px; font-size: 25px; }
.timeline-item p { margin-top: 8px; color: var(--muted); }

.faq-section { background: var(--surface); }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; padding: 24px 0; display: flex; justify-content: space-between; align-items: center; gap: 20px; background: transparent; border: 0; text-align: right; font-size: 19px; font-weight: 700; cursor: pointer; }
.faq-plus { color: var(--gold); font-size: 30px; font-weight: 300; transition: transform var(--transition); }
.faq-question[aria-expanded="true"] .faq-plus { transform: rotate(45deg); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 300ms ease; }
.faq-answer > p { overflow: hidden; color: var(--muted); }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-item.open .faq-answer > p { padding-bottom: 24px; }

.contact-section { padding: 112px 0; background: radial-gradient(circle at 15% 15%, rgba(201,168,76,.1), transparent 32%), var(--black); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 110px); align-items: start; }
.contact-copy > p:not(.eyebrow) { margin-top: 22px; color: var(--muted); font-size: 18px; }
.contact-note { padding: 18px 20px; border-right: 3px solid var(--gold); background: rgba(201,168,76,.07); font-size: 15px !important; }
.contact-form { padding: clamp(26px, 4vw, 42px); background: var(--surface); border: 1px solid var(--line); }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; margin-bottom: 7px; font-size: 14px; font-weight: 700; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 13px 15px; border: 1px solid rgba(244,241,233,.18); border-radius: 0; outline: 0; background: #0f0f0e; color: var(--text); transition: border-color var(--transition); }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--gold); }
.contact-form .error { border-color: var(--danger); }
.field-error { min-height: 18px; display: block; margin-top: 4px; color: var(--danger); font-size: 12px; }
.consent-row { display: flex; align-items: flex-start; gap: 10px; color: var(--muted); font-size: 14px; cursor: pointer; }
.consent-row input { width: 17px; height: 17px; margin-top: 4px; accent-color: var(--gold); }
.submit-button { width: 100%; margin-top: 16px; border: 0; }
.form-help { margin-top: 12px; color: var(--muted); font-size: 12px; text-align: center; }

.site-footer { padding: 46px 0; border-top: 1px solid var(--line); background: var(--black); }
.footer-inner { display: grid; grid-template-columns: 1.3fr auto auto; align-items: center; gap: 36px; }
.footer-brand { font-family: var(--font-brand); font-weight: 900; }
.site-footer p { margin-top: 5px; color: var(--muted); font-size: 13px; }
.footer-links { display: flex; gap: 20px; }
.footer-links a { color: var(--muted); text-decoration: none; font-size: 13px; }
@media (hover: hover) and (pointer: fine) {
  .footer-links a:hover { color: var(--gold); }
}
.copyright { margin: 0 !important; white-space: nowrap; }
.floating-cta { display: none; position: fixed; right: 16px; bottom: max(16px, env(safe-area-inset-bottom)); z-index: 900; padding: 11px 18px; background: var(--gold); color: var(--black); text-decoration: none; font-weight: 800; box-shadow: 0 12px 35px rgba(0,0,0,.35); }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity 700ms ease, transform 700ms ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: 120ms; }
.reveal-delay-2 { transition-delay: 240ms; }
.reveal-delay-3 { transition-delay: 360ms; }

@media (max-width: 980px) {
  .desktop-nav, .header-cta { display: none; }
  .hamburger, .mobile-menu { display: block; }
  .method-grid { grid-template-columns: repeat(2, 1fr); }
  .split-layout, .contact-grid { grid-template-columns: 1fr; }
  .portrait-card { max-width: 560px; }
  .contact-copy { max-width: 720px; }
  .footer-inner { grid-template-columns: 1fr; text-align: center; }
  .footer-links { justify-content: center; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .section, .contact-section { padding: 78px 0; }
  .site-header { min-height: 68px; padding: 12px 16px; background: rgba(11,11,11,.58); }
  .brand-main { font-size: 15px; }
  .brand-sub { font-size: 8px; }
  .hero { min-height: 100svh; align-items: flex-end; }
  .hero-visual { inset: 0; transform: none; }
  .hero-image {
    inset: -3%;
    background-position: 42% center;
    transform: scale(1.06);
    animation-duration: 22s;
  }
  .hero-light { opacity: .45; }
  .hero-overlay {
    background:
      linear-gradient(0deg, rgba(11,11,11,.98) 0%, rgba(11,11,11,.66) 58%, rgba(11,11,11,.18) 100%),
      linear-gradient(90deg, rgba(11,11,11,.18), rgba(11,11,11,.08));
  }
  .hero-content { padding-top: 150px; padding-bottom: 90px; }
  .hero h1 { text-align: right; }
  .hero h1 span { font-size: clamp(42px, 14vw, 62px); }
  .hero h1 strong { font-size: clamp(54px, 18vw, 78px); }
  .hero-copy { font-size: 17px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-proof { display: grid; gap: 8px; }
  .scroll-hint { display: none; }
  .split-layout { gap: 54px; }
  .portrait-card::before { inset: -10px 10px 10px -10px; }
  .portrait-card figcaption { right: -8px; bottom: 18px; }
  .fact-grid { grid-template-columns: 1fr; }
  .fact-grid article { border-left: 0; border-bottom: 1px solid var(--line); }
  .fact-grid article:last-child { border-bottom: 0; }
  .method-grid, .fit-grid { grid-template-columns: 1fr; }
  .method-card { min-height: auto; }
  .method-card h3 { margin-top: 34px; }
  .timeline-item { grid-template-columns: 60px 1fr; gap: 17px; }
  .timeline-number { width: 52px; height: 52px; }
  .timeline-item:not(:last-child)::after { top: 55px; right: 26px; }
  .timeline-item h3 { font-size: 21px; }
  .faq-question { font-size: 17px; }
  .floating-cta { display: block; }
  .site-footer { padding-bottom: 86px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .hero-image, .hero-grain, .hero-enter > * { animation: none !important; }
  .hero-enter > * { opacity: 1; transform: none; }
  .hero-visual, .hero-image { transform: none !important; }
}


/* ===========================
   NATIVE APPLICATION FORM
   =========================== */
.application-cta {
  max-width: 900px;
  text-align: center;
}

.application-cta h2 {
  font-family: var(--font-brand);
  font-size: clamp(38px, 6vw, 72px);
  line-height: 1.05;
}

.application-copy {
  max-width: 720px;
  margin: 24px auto 0;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 21px);
}

.application-actions {
  margin-top: 34px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.application-note {
  margin-top: 18px;
  color: var(--muted);
  font-size: 13px;
}

.header-cta,
.floating-cta {
  font-family: inherit;
  cursor: pointer;
}

.application-modal {
  position: fixed;
  inset: 0;
  z-index: 5000;
  display: grid;
  place-items: center;
  padding: 22px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 300ms ease, visibility 300ms ease;
}

.application-modal.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.application-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 12%, rgba(201,168,76,.13), transparent 28%),
    rgba(2,2,2,.88);
  backdrop-filter: blur(15px);
}

.application-dialog {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
  height: min(930px, calc(100svh - 44px));
  display: grid;
  grid-template-rows: auto auto 1fr;
  overflow: hidden;
  border: 1px solid rgba(234,217,167,.22);
  border-radius: 24px;
  background: rgba(10,10,9,.98);
  box-shadow: 0 34px 110px rgba(0,0,0,.72);
  transform: translateY(18px) scale(.985);
  transition: transform 360ms cubic-bezier(.22,.7,.2,1);
}

.application-modal.open .application-dialog {
  transform: none;
}

.application-ambient {
  position: absolute;
  inset: -40%;
  pointer-events: none;
  opacity: .33;
  background:
    radial-gradient(circle at 25% 25%, rgba(201,168,76,.2), transparent 23%),
    radial-gradient(circle at 74% 63%, rgba(105,135,124,.15), transparent 22%),
    radial-gradient(circle at 45% 90%, rgba(153,127,96,.12), transparent 23%);
  filter: blur(14px);
  animation: formAmbient 17s ease-in-out infinite alternate;
}

@keyframes formAmbient {
  from { transform: translate(-2%, -1%) rotate(0deg) scale(1); filter: blur(14px) hue-rotate(0deg); }
  to { transform: translate(3%, 2%) rotate(5deg) scale(1.05); filter: blur(16px) hue-rotate(14deg); }
}

.application-header,
.application-progress,
.native-questionnaire {
  position: relative;
  z-index: 2;
}

.application-header {
  padding: 22px 28px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid rgba(201,168,76,.14);
  background: linear-gradient(135deg, rgba(201,168,76,.08), rgba(255,255,255,.015));
}

.application-kicker {
  margin-bottom: 5px;
  color: var(--gold);
  font-family: var(--font-brand);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
}

.application-header h2 {
  font-family: var(--font-brand);
  font-size: clamp(26px, 3vw, 38px);
}

.application-header p:last-child {
  margin-top: 6px;
  color: var(--muted);
  font-size: 14px;
}

.application-close {
  position: relative;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border: 1px solid rgba(244,241,233,.2);
  border-radius: 50%;
  background: rgba(255,255,255,.035);
  cursor: pointer;
}

.application-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 1px;
  background: var(--text);
}

.application-close span:first-child { transform: translate(-50%, -50%) rotate(45deg); }
.application-close span:last-child { transform: translate(-50%, -50%) rotate(-45deg); }

.application-progress {
  padding: 13px 28px 15px;
  border-bottom: 1px solid rgba(201,168,76,.1);
  background: rgba(255,255,255,.012);
}

.step-dots {
  position: relative;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}

.step-dots::before {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  left: 15px;
  height: 1px;
  background: rgba(244,241,233,.14);
  z-index: 0;
}

.step-dot {
  position: relative;
  z-index: 1;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(244,241,233,.22);
  border-radius: 50%;
  background: rgba(10,10,9,.98);
  color: var(--muted);
  font-family: var(--font-brand);
  font-size: 11px;
  font-weight: 800;
  transition: border-color 220ms ease, color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.step-dot.done {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(201,168,76,.12);
}

.step-dot.active {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--black);
  box-shadow: 0 0 0 4px rgba(201,168,76,.18);
}

.application-progress-track {
  height: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
}

.application-progress-track span {
  display: block;
  width: 25%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  box-shadow: 0 0 14px rgba(201,168,76,.35);
  transition: width 300ms ease;
}

.application-progress-meta {
  margin-top: 9px;
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 12px;
}

.native-questionnaire {
  min-height: 0;
  display: grid;
  grid-template-rows: 1fr auto;
}

.questionnaire-body {
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 28px;
  scrollbar-color: rgba(201,168,76,.38) transparent;
}

.form-step {
  display: none;
  animation: stepIn 320ms ease;
}

.form-step.active {
  display: block;
}

@keyframes stepIn {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: none; }
}

.step-heading {
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.step-heading > span {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-family: var(--font-brand);
  font-size: 13px;
  font-weight: 900;
}

.step-heading h3 {
  font-family: var(--font-brand);
  font-size: clamp(25px, 3vw, 36px);
}

.step-heading p {
  margin-top: 4px;
  color: var(--muted);
}

.field-grid {
  display: grid;
  gap: 18px;
}

.field-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.field,
.choice-field {
  margin-bottom: 18px;
}

.field > span,
.choice-field legend {
  display: block;
  margin-bottom: 8px;
  color: var(--text);
  font-size: 14px;
  font-weight: 700;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 14px 15px;
  border: 1px solid rgba(244, 241, 233, 0.28);
  border-radius: 8px;
  outline: none;
  background: #181818;
  color: #ffffff;
  caret-color: #ffffff;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.field input::placeholder,
.field textarea::placeholder {
  color: #aaa69d;
  opacity: 1;
}

.field select option {
  background: #181818;
  color: #ffffff;
}
.field textarea {
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201,168,76,.09);
  background: #0c0c0b;
}

.field.invalid input,
.field.invalid select,
.field.invalid textarea,
.choice-field.invalid {
  border-color: var(--danger);
}

.field-help,
.sensitive-note {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 12px;
}

.field-error {
  min-height: 17px;
  display: block;
  margin-top: 5px;
  color: var(--danger);
  font-size: 12px;
}

.choice-field {
  min-inline-size: 0;
  padding: 18px;
  border: 1px solid rgba(244,241,233,.14);
  border-radius: 10px;
  background: rgba(255,255,255,.018);
}

.choice-field label {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 8px 8px 0;
  padding: 10px 22px;
  border: 1px solid rgba(244,241,233,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.02);
  color: var(--muted);
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.choice-field label:focus-within {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.choice-field label.selected {
  border-color: var(--gold);
  background: rgba(201,168,76,.14);
  color: var(--text);
  box-shadow: 0 0 0 1px rgba(201,168,76,.35);
}

.choice-field input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sensitive-question {
  border-color: rgba(201,168,76,.22);
  background: rgba(201,168,76,.035);
}

.required-asterisk {
  margin-inline-start: 3px;
  color: var(--gold);
}

.conditional-field[hidden] {
  display: none;
}

.consent-box {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  padding: 17px;
  border: 1px solid rgba(201,168,76,.18);
  border-radius: 10px;
  background: rgba(201,168,76,.055);
  color: var(--muted);
  font-size: 13px;
  cursor: pointer;
}

.consent-box input {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin-top: 3px;
  accent-color: var(--gold);
}

.questionnaire-actions {
  padding: 17px 28px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid rgba(201,168,76,.13);
  background: rgba(8,8,8,.96);
}

.questionnaire-actions .button:disabled {
  opacity: .38;
  cursor: not-allowed;
  transform: none;
}

.submission-status {
  min-height: 22px;
  margin-top: 16px;
  font-size: 14px;
}

.submission-status.success { color: var(--success); }
.submission-status.error { color: var(--danger); }

body.application-open {
  overflow: hidden;
}

@media (max-width: 720px) {
  .application-modal { padding: 0; }
  .application-dialog {
    width: 100%;
    height: 100svh;
    border: 0;
    border-radius: 0;
  }
  .application-header { padding: 16px; }
  .application-header p:last-child { display: none; }
  .application-progress { padding: 10px 16px 12px; }
  .questionnaire-body { padding: 20px 16px; }
  .field-grid.two { grid-template-columns: 1fr; }
  .field, .choice-field { margin-bottom: 24px; }
  .step-dot { flex-basis: 26px; width: 26px; height: 26px; font-size: 10px; }
  .questionnaire-actions { padding: 14px 16px; }
  .questionnaire-actions .button { padding-inline: 14px; }
  .questionnaire-actions #previousStepButton { flex: 0 0 auto; min-width: 96px; }
  .questionnaire-actions #nextStepButton,
  .questionnaire-actions #submitQuestionnaireButton { flex: 1; }
  .application-actions { flex-direction: column; }
  .application-actions .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .application-ambient { animation: none !important; }
}
body.modal-open {
  overflow: hidden;
}

.terms-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 24px;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition:
    opacity 0.25s ease,
    visibility 0.25s ease;
}

.terms-modal.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.terms-backdrop {
  position: absolute;
  inset: 0;

  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(10px);
}

.terms-dialog {
  position: relative;
  z-index: 1;

  width: min(760px, 100%);
  max-height: min(820px, calc(100vh - 48px));
  max-height: min(820px, calc(100svh - 48px));

  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;

  overflow: hidden;

  border: 1px solid rgba(201, 168, 76, 0.25);
  border-radius: 18px;

  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.035),
      transparent
    ),
    #11110f;

  color: #f4f1e9;

  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.7);

  transform: translateY(20px) scale(0.98);
  transition: transform 0.25s ease;
}

.terms-modal.open .terms-dialog {
  transform: translateY(0) scale(1);
}

.terms-header {
  min-height: 90px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 22px 26px;

  border-bottom: 1px solid rgba(201, 168, 76, 0.17);
}

.terms-label {
  color: #c9a84c;

  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.2em;
}

.terms-header h2 {
  margin-top: 5px;

  font-size: 29px;
  line-height: 1.1;
}

.terms-close {
  width: 44px;
  height: 44px;

  display: grid;
  place-items: center;

  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;

  background: transparent;
  color: #f4f1e9;

  font-size: 28px;
  line-height: 1;

  cursor: pointer;
}

@media (hover: hover) and (pointer: fine) {
  .terms-close:hover {
    border-color: #c9a84c;
    color: #c9a84c;
  }
}

.terms-content {
  min-height: 0;

  overflow-y: auto;
  -webkit-overflow-scrolling: touch;

  padding: 14px 28px 30px;

  scrollbar-width: thin;
  scrollbar-color: #c9a84c #191916;
}

.terms-content::-webkit-scrollbar {
  width: 8px;
}

.terms-content::-webkit-scrollbar-track {
  background: #191916;
}

.terms-content::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: #c9a84c;
}

.terms-section {
  padding: 24px 0;

  border-bottom: 1px solid rgba(201, 168, 76, 0.12);
}

.terms-section:last-child {
  border-bottom: 0;
}

.terms-section h3 {
  margin-bottom: 10px;

  color: #ead9a7;

  font-size: 18px;
}

.terms-section p {
  margin-top: 9px;

  color: #c5c0b7;

  font-size: 15px;
  line-height: 1.9;
}

.terms-footer {
  padding: 18px 26px;

  border-top: 1px solid rgba(201, 168, 76, 0.17);

  background: rgba(0, 0, 0, 0.18);
}

.terms-confirm {
  width: 100%;
  min-height: 50px;

  border: 0;
  border-radius: 8px;

  background: #c9a84c;
  color: #090909;

  font-weight: 800;

  cursor: pointer;
}

.footer-links a {
  color: #c7c0ac;
  text-decoration: none;

  transition: color 0.2s ease;
}

@media (hover: hover) and (pointer: fine) {
  .terms-confirm:hover {
    background: #ead9a7;
  }

  .footer-links a:hover {
    color: #c9a84c;
  }
}

@media (max-width: 600px) {
  .terms-modal {
    padding: 10px;
  }

  .terms-dialog {
    max-height: calc(100vh - 20px);
    max-height: calc(100svh - 20px);

    border-radius: 13px;
  }

  .terms-header {
    min-height: 78px;

    padding: 18px;
  }

  .terms-header h2 {
    font-size: 24px;
  }

  .terms-content {
    padding: 8px 19px 24px;
  }

  .terms-section p {
    font-size: 14px;
    line-height: 1.8;
  }

  .terms-footer {
    padding: 14px 18px;
  }
}
/* =========================================================
   THEME TOGGLE
   ========================================================= */

.theme-toggle {
  min-height: 44px;
  padding: 10px 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(244,241,233,.2);
  background: rgba(18,18,16,.65);
  color: var(--text);
  cursor: pointer;
  transition: all var(--transition);
}

@media (hover: hover) and (pointer: fine) {
  .theme-toggle:hover {
    border-color: var(--gold);
    color: var(--gold);
  }
}

.theme-toggle-icon {
  font-size: 15px;
}

.theme-toggle-text {
  font-size: 13px;
  font-weight: 700;
}

/* =========================================================
   LIGHT THEME
   ========================================================= */

body.theme-light {
  --black: #f5f1e8;
  --surface: #ffffff;
  --surface-2: #efe8dc;
  --line: rgba(73, 58, 28, 0.15);
  --text: #181511;
  --muted: #625b52;
  background: var(--black);
  color: var(--text);
}

body.theme-light .site-header.scrolled {
  background: rgba(245, 241, 232, 0.9);
}

body.theme-light .mobile-menu {
  background: rgba(245,241,232,.98);
}

body.theme-light .hero-overlay {
  background:
    linear-gradient(90deg, rgba(245,241,232,.12) 0%, rgba(245,241,232,.56) 55%, rgba(245,241,232,.96) 100%),
    linear-gradient(0deg, rgba(245,241,232,.96) 0%, rgba(245,241,232,.25) 45%, rgba(245,241,232,.18) 100%);
}

body.theme-light .hero-copy,
body.theme-light .story-block p {
  color: #2b261f;
}

body.theme-light .cinematic-shade {
  background:
    linear-gradient(90deg, rgba(245,241,232,.92) 0%, rgba(245,241,232,.72) 37%, rgba(245,241,232,.22) 68%, rgba(245,241,232,.66) 100%),
    linear-gradient(0deg, rgba(245,241,232,.92) 0%, transparent 38%, rgba(245,241,232,.32) 100%);
}

body.theme-light .theme-toggle {
  background: rgba(255,255,255,.82);
}

/* =========================================================
   BEFORE / AFTER
   ========================================================= */

.transformations-section {
  background: var(--surface);
}

.before-after-card {
  padding: 34px;
  background: var(--surface-2);
  border: 1px solid rgba(201,168,76,.14);
}

.before-after-top h3 {
  font-size: 28px;
}

.before-after-top p {
  margin-top: 10px;
  color: var(--muted);
}

.before-after-slider {
  position: relative;
  margin-top: 28px;
  border: 1px solid rgba(201,168,76,.18);
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #050505;
}

.ba-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  user-select: none;
  -webkit-user-drag: none;
}

.ba-before-wrap {
  position: absolute;
  inset: 0 auto 0 0;
  width: 50%;
  overflow: hidden;
  border-left: 1px solid rgba(255,255,255,.28);
}

.ba-divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: rgba(255,255,255,.92);
  transform: translateX(-50%);
  pointer-events: none;
  box-shadow: 0 0 18px rgba(0,0,0,.4);
}

.ba-handle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  color: var(--black);
  font-size: 22px;
  font-weight: 900;
  transform: translate(-50%, -50%);
  box-shadow: 0 12px 26px rgba(0,0,0,.28);
}

.ba-range {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: ew-resize;
}

.ba-badge {
  position: absolute;
  top: 18px;
  z-index: 2;
  min-width: 86px;
  padding: 8px 14px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(11,11,11,.68);
  color: #fff;
  font-weight: 800;
  text-align: center;
  backdrop-filter: blur(8px);
}

.ba-badge-before {
  left: 18px;
}

.ba-badge-after {
  right: 18px;
}

.before-after-note {
  margin-top: 16px;
  color: var(--muted);
  font-size: 14px;
}

/* =========================================================
   FAQ SEARCH
   ========================================================= */

.faq-tools {
  margin-bottom: 20px;
}

.faq-search {
  display: block;
}

.faq-search span {
  display: block;
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
}

.faq-search input {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid rgba(201,168,76,.2);
  background: var(--surface);
  color: var(--text);
  outline: none;
}

.faq-search input:focus {
  border-color: var(--gold);
}

.faq-empty {
  margin-bottom: 20px;
  color: var(--muted);
  text-align: center;
}

.faq-item.hidden-by-search {
  display: none;
}

/* =========================================================
   CALCULATOR
   ========================================================= */

.calculator-section {
  background: var(--surface-2);
}

.calculator-shell {
  padding: 34px;
  background: var(--surface);
  border: 1px solid rgba(201,168,76,.14);
}

.calc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.calc-field {
  display: block;
}

.calc-field span {
  display: block;
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 700;
}

.calc-field input,
.calc-field select {
  width: 100%;
  min-height: 54px;
  padding: 0 14px;
  border: 1px solid rgba(201,168,76,.2);
  background: var(--surface-2);
  color: var(--text);
  outline: none;
}

.calc-field input:focus,
.calc-field select:focus {
  border-color: var(--gold);
}

.calc-actions {
  margin-top: 22px;
}

.calculator-results {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.calc-result-card {
  min-height: 160px;
  padding: 24px 20px;
  background: var(--surface-2);
  border: 1px solid rgba(201,168,76,.14);
}

.calc-result-card span {
  display: block;
  color: var(--gold);
  font-size: 13px;
  font-weight: 700;
}

.calc-result-card strong {
  display: block;
  margin-top: 18px;
  font-family: var(--font-brand);
  font-size: 34px;
  line-height: 1;
}

.calc-result-card small {
  display: block;
  margin-top: 10px;
  color: var(--muted);
}

/* =========================================================
   WHATSAPP WIDGET
   ========================================================= */

.whatsapp-widget {
  position: fixed;
  left: 24px;
  bottom: max(24px, env(safe-area-inset-bottom));
  z-index: 1200;
}

.whatsapp-toggle {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  font-size: 26px;
  cursor: pointer;
  box-shadow: 0 16px 32px rgba(0,0,0,.28);
}

.whatsapp-card {
  position: absolute;
  left: 0;
  bottom: 76px;
  width: 320px;
  padding: 18px;
  background: var(--surface);
  border: 1px solid rgba(201,168,76,.18);
  box-shadow: 0 18px 40px rgba(0,0,0,.32);
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px);
  transition: all var(--transition);
}

.whatsapp-card.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.whatsapp-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.whatsapp-card-head strong {
  font-size: 18px;
}

.whatsapp-card-head button {
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  color: var(--text);
  font-size: 24px;
  cursor: pointer;
}

.whatsapp-card p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
}

.whatsapp-link {
  width: 100%;
  margin-top: 16px;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1100px) {
  .calc-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .calculator-results {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 820px) {
  .theme-toggle {
    display: none;
  }

  .before-after-card,
  .calculator-shell {
    padding: 22px;
  }

  .calc-grid,
  .calculator-results {
    grid-template-columns: 1fr;
  }

  .whatsapp-widget {
    left: 16px;
    bottom: max(16px, env(safe-area-inset-bottom));
  }

  .whatsapp-card {
    width: min(320px, calc(100vw - 32px));
  }
}

@media (max-width: 640px) {
  .before-after-slider {
    aspect-ratio: 4 / 5;
  }

  .ba-badge {
    top: 12px;
    min-width: 74px;
    padding: 7px 10px;
    font-size: 13px;
  }

  .ba-badge-before {
    left: 12px;
  }

  .ba-badge-after {
    right: 12px;
  }
}
/* =========================================================
   PROCESS SECTION — CINEMATIC BACKGROUND
   ========================================================= */

.process-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;

  background: #090909;
}

.process-section::before {
  content: "";
  position: absolute;
  inset: -8%;
  z-index: -3;

  background-image: url("../yamin-champ.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 30%;

  filter:
    grayscale(1)
    saturate(0)
    contrast(1.08)
    brightness(0.38);

  transform: scale(1.06);
  animation: processBackgroundMove 18s ease-in-out infinite alternate;

  will-change:
    transform,
    background-position;
}

.process-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;

  background:
    linear-gradient(
      90deg,
      rgba(5, 5, 5, 0.94) 0%,
      rgba(5, 5, 5, 0.84) 35%,
      rgba(5, 5, 5, 0.55) 62%,
      rgba(5, 5, 5, 0.82) 100%
    ),
    linear-gradient(
      0deg,
      rgba(5, 5, 5, 0.96) 0%,
      rgba(5, 5, 5, 0.35) 48%,
      rgba(5, 5, 5, 0.72) 100%
    );

  pointer-events: none;
}

.process-section .container {
  position: relative;
  z-index: 2;
}

.process-section .section-heading h2,
.process-section .timeline-item h3 {
  color: #f4f1e9;
}

.process-section .timeline-item p {
  color: rgba(244, 241, 233, 0.64);
}

.process-section .timeline-number {
  background: rgba(8, 8, 8, 0.68);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);

  box-shadow:
    0 0 0 1px rgba(201, 168, 76, 0.12),
    0 16px 34px rgba(0, 0, 0, 0.3);
}

.process-section .timeline::before {
  background:
    linear-gradient(
      180deg,
      transparent,
      rgba(201, 168, 76, 0.62),
      transparent
    );
}

@keyframes processBackgroundMove {
  0% {
    background-position: center 22%;
    transform: scale(1.06);
  }

  100% {
    background-position: center 42%;
    transform: scale(1.11);
  }
}
@media (max-width: 720px) {
  .process-section::before {
    inset: -5%;

    background-position: 58% 22%;

    filter:
      grayscale(1)
      saturate(0)
      contrast(1.06)
      brightness(0.3);

    animation-duration: 22s;
  }

  .process-section::after {
    background:
      linear-gradient(
        0deg,
        rgba(5, 5, 5, 0.98) 0%,
        rgba(5, 5, 5, 0.82) 58%,
        rgba(5, 5, 5, 0.48) 100%
      );
  }
}
/* =========================================================
   HEADER RESPONSIVE FIX
   ========================================================= */

.site-header {
  width: 100%;
  max-width: 100vw;
  box-sizing: border-box;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.brand {
  min-width: 0;
  flex-shrink: 0;
}

.brand-main,
.brand-sub {
  white-space: nowrap;
}

@media (max-width: 1100px) {
  .desktop-nav {
    gap: 18px;
  }

  .desktop-nav a {
    font-size: 13px;
  }

  .header-cta {
    padding-inline: 16px;
  }
}

@media (max-width: 980px) {
  .site-header {
    min-height: 72px;
    padding: 12px 18px;

    direction: rtl;
    justify-content: space-between;
  }

  .desktop-nav,
  .header-cta {
    display: none;
  }

  .header-actions {
    gap: 9px;
  }

  .hamburger {
    display: block;
    flex-shrink: 0;
  }

  .theme-toggle {
    display: inline-flex;
    min-height: 38px;
    padding: 8px 12px;
  }

  .theme-toggle-text {
    font-size: 11px;
  }

  .brand-main {
    font-size: 15px;
  }

  .brand-sub {
    margin-top: 5px;
    font-size: 8px;
  }
}

@media (max-width: 520px) {
  .site-header {
    padding-inline: 14px;
  }

  .theme-toggle {
    width: 40px;
    height: 40px;
    min-height: 40px;
    padding: 0;
    justify-content: center;
  }

  .theme-toggle-text {
    display: none;
  }

  .theme-toggle-icon {
    font-size: 15px;
  }

  .brand-main {
    font-size: 13px;
  }

  .brand-sub {
    font-size: 7px;
    letter-spacing: 0.15em;
  }
}
/* כפתורי הניווט בתחתית השאלון */
#previousStepButton,
#nextStepButton,
#submitQuestionnaireButton {
  background: #c9a84c !important;
  color: #090909 !important;
  border: 1px solid #c9a84c !important;
  opacity: 1;
}

/* כפתור חזרה */
#previousStepButton {
  background: #181818 !important;
  color: #ffffff !important;
  border-color: rgba(244, 241, 233, 0.35) !important;
}

/* כפתור שלא ניתן ללחוץ עליו עדיין */
#previousStepButton:disabled,
#nextStepButton:disabled,
#submitQuestionnaireButton:disabled {
  background: #242424 !important;
  color: #a8a8a8 !important;
  border-color: #444444 !important;
  opacity: 1 !important;
  cursor: not-allowed;
}
.application-dialog {
  position: relative;
}

/*
  כפתור יציאה מהשאלון
  עובד גם כשהכפתור נמצא בתוך .application-header
  וגם כשהוא נמצא ישירות בתוך .application-dialog.
*/
.application-header {
  position: relative;
  align-items: center;
  min-height: 108px;
  padding-left: 88px;
}

.application-exit {
  position: absolute !important;
  left: 26px !important;
  z-index: 30;

  width: 42px;
  height: 42px;

  display: grid;
  place-items: center;

  padding: 0;
  margin: 0;

  border: 1px solid var(--gold);
  border-radius: 50%;

  background: var(--gold);
  color: var(--black);

  font-size: 27px;
  font-weight: 700;
  line-height: 1;

  cursor: pointer;
  appearance: none;
  box-shadow: 0 0 0 4px rgba(201, 168, 76, 0.10);
  outline: none;

  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

/* כשהכפתור נמצא בתוך הכותרת */
.application-header .application-exit {
  top: 50% !important;
  transform: translateY(-50%) !important;
}

/* כשהכפתור נמצא ישירות בתוך החלון */
.application-dialog > .application-exit {
  top: 54px !important;
  transform: translateY(-50%) !important;
}

.application-exit:hover {
  background: var(--gold-light);
  border-color: var(--gold-light);
  box-shadow: 0 0 0 6px rgba(201, 168, 76, 0.14);
}

.application-header .application-exit:hover,
.application-dialog > .application-exit:hover {
  transform: translateY(-50%) scale(1.06) !important;
}

.application-header .application-exit:active,
.application-dialog > .application-exit:active {
  transform: translateY(-50%) scale(0.94) !important;
}

.application-exit:focus-visible {
  outline: 2px solid var(--gold-light);
  outline-offset: 4px;
}

@media (max-width: 720px) {
  .application-header {
    min-height: 82px;
    padding-left: 68px;
  }

  .application-exit {
    left: 14px !important;
    width: 38px;
    height: 38px;
    font-size: 24px;
  }

  .application-dialog > .application-exit {
    top: 41px !important;
  }
}

.application-exit-confirm {
  position: fixed;
  inset: 0;
  z-index: 12000;

  display: grid;
  place-items: center;

  padding: 20px;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition:
    opacity 220ms ease,
    visibility 220ms ease;
}

.application-exit-confirm[hidden] {
  display: none;
}

.application-exit-confirm.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.application-exit-confirm__backdrop {
  position: absolute;
  inset: 0;

  background: rgba(0, 0, 0, 0.82);

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.application-exit-confirm__dialog {
  position: relative;
  z-index: 1;

  width: min(470px, 100%);
  padding: 30px;

  border: 1px solid rgba(201, 168, 76, 0.38);
  border-radius: 18px;

  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.04),
      transparent
    ),
    #11110f;

  color: #f4f1e9;
  text-align: right;

  box-shadow:
    0 30px 100px rgba(0, 0, 0, 0.78);

  transform:
    translateY(16px)
    scale(0.98);

  transition:
    transform 220ms ease;
}

.application-exit-confirm.open
.application-exit-confirm__dialog {
  transform:
    translateY(0)
    scale(1);
}

.application-exit-confirm__icon {
  width: 50px;
  height: 50px;

  display: grid;
  place-items: center;

  margin-bottom: 18px;

  border: 1px solid #c9a84c;
  border-radius: 50%;

  background:
    rgba(201, 168, 76, 0.12);

  color: #ead9a7;

  font-size: 25px;
  font-weight: 900;
}

.application-exit-confirm__dialog h3 {
  margin: 0;

  color: #f4f1e9;

  font-size: 27px;
  line-height: 1.25;
}

.application-exit-confirm__dialog p {
  margin-top: 13px;

  color: #aba69d;

  font-size: 15px;
  line-height: 1.9;
}

.application-exit-confirm__actions {
  margin-top: 26px;

  display: flex;
  align-items: center;
  flex-wrap: wrap;

  gap: 12px;
}

.application-exit-confirm__button {
  min-height: 47px;
  padding: 11px 21px;

  border-radius: 8px;

  font: inherit;
  font-weight: 800;

  cursor: pointer;

  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

.application-exit-confirm__button:hover {
  transform: translateY(-2px);
}

.application-exit-confirm__button:active {
  transform: scale(0.97);
}

.application-exit-confirm__button--confirm {
  border: 1px solid #c9a84c;

  background: #c9a84c;
  color: #090909;
}

.application-exit-confirm__button--confirm:hover {
  border-color: #ead9a7;
  background: #ead9a7;
}

.application-exit-confirm__button--cancel {
  border:
    1px solid
    rgba(244, 241, 233, 0.25);

  background: #181818;
  color: #f4f1e9;
}

.application-exit-confirm__button--cancel:hover {
  border-color:
    rgba(244, 241, 233, 0.48);

  background: #222222;
}

.application-exit-confirm__button:focus-visible {
  outline: 2px solid #ead9a7;
  outline-offset: 3px;
}

@media (max-width: 520px) {
  .application-exit-confirm {
    padding: 16px;
  }

  .application-exit-confirm__dialog {
    padding: 24px 20px;
  }

  .application-exit-confirm__actions {
    flex-direction: column;
  }

  .application-exit-confirm__button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .application-exit-confirm,
  .application-exit-confirm__dialog,
  .application-exit-confirm__button {
    transition: none !important;
  }
}