/* ============================================================
   Elite Heal — נאאל קרא | עיסוי מקצועי לגברים
   Design system: premium masculine luxury (cream / espresso / gold)
   ============================================================ */

:root {
  --bg: #FAF9F7;
  --bg-2: #F1EEE8;
  --surface: #FFFFFF;
  --ink: #1C1917;
  --ink-soft: #44403C;
  --muted: #78716C;
  --line: #E6E1D8;
  --gold: #A16207;
  --gold-strong: #7C4A05;
  --gold-soft: #F5EDD9;
  --gold-light: #E3C16F;
  --dark: #16120F;
  --dark-2: #201B17;
  --dark-3: #2A231D;
  --white: #FFFFFF;

  --radius-lg: 26px;
  --radius-md: 18px;
  --shadow-1: 0 1px 2px rgba(28,25,23,.05), 0 10px 30px -12px rgba(28,25,23,.14);
  --shadow-2: 0 2px 4px rgba(28,25,23,.05), 0 24px 60px -24px rgba(28,25,23,.28);
  --ease: cubic-bezier(.22,1,.36,1);
  --font-serif: "Frank Ruhl Libre", Georgia, serif;
  --font-sans: "Heebo", "Segoe UI", system-ui, sans-serif;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: auto; }

body {
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink-soft);
  background: var(--bg);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.no-scroll { overflow: hidden; }

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; border: none; background: none; cursor: pointer; color: inherit; }
ul { list-style: none; }
h1, h2, h3, h4 { font-family: var(--font-serif); color: var(--ink); line-height: 1.15; font-weight: 700; }

::selection { background: var(--gold); color: var(--white); }

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

.container { width: min(1180px, 100% - 48px); margin-inline: auto; }

.gold { color: var(--gold); }
.hide-lg { display: none; }

/* ---------- Buttons ---------- */
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 30px;
  border-radius: 999px;
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  letter-spacing: .2px;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), background-color .3s, color .3s, border-color .3s;
  will-change: transform;
  cursor: pointer;
}
.btn svg { flex: none; transition: transform .35s var(--ease); }

.btn--gold {
  background: linear-gradient(135deg, #B4760E, var(--gold) 55%, #8A5A06);
  color: var(--white);
  box-shadow: 0 10px 24px -10px rgba(161,98,7,.55), inset 0 1px 0 rgba(255,255,255,.22);
}
.btn--gold:hover { transform: translateY(-2px); box-shadow: 0 16px 32px -12px rgba(161,98,7,.6), inset 0 1px 0 rgba(255,255,255,.22); }
.btn--gold:hover svg { transform: translateX(-4px); }

.btn--ghost { color: var(--white); border: 1.5px solid rgba(255,255,255,.35); background: rgba(255,255,255,.04); backdrop-filter: blur(6px); }
.btn--ghost:hover { border-color: var(--gold-light); color: var(--gold-light); background: rgba(227,193,111,.08); }

.btn--outline { color: var(--ink); border: 1.5px solid var(--gold); background: transparent; }
.btn--outline:hover { background: var(--gold); color: var(--white); transform: translateY(-2px); }
.btn--outline:hover svg { transform: translateX(-4px); }

.btn--lg { min-height: 56px; padding: 16px 36px; font-size: 17px; }
.btn--sm { min-height: 44px; padding: 10px 22px; font-size: 15px; }

/* RTL arrow direction */
[dir="rtl"] .btn svg { transform: scaleX(-1); }
[dir="rtl"] .btn--gold:hover svg, [dir="rtl"] .btn--outline:hover svg { transform: scaleX(-1) translateX(-4px); }

/* ---------- Preloader ---------- */
.preloader {
  position: fixed; inset: 0; z-index: 2000;
  background: var(--dark);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.preloader__inner { text-align: center; }
.preloader__mono {
  font-family: var(--font-serif);
  font-size: clamp(34px, 7vw, 64px);
  font-weight: 800;
  color: var(--white);
  letter-spacing: 6px;
  display: block;
}
.preloader__mono em { color: var(--gold-light); font-style: normal; }
.preloader__line { width: min(320px, 70vw); height: 2px; background: rgba(255,255,255,.15); margin: 22px auto; overflow: hidden; border-radius: 2px; }
.preloader__line span { display: block; height: 100%; width: 100%; background: linear-gradient(90deg, var(--gold), var(--gold-light)); transform: scaleX(0); transform-origin: right; }
.preloader__sub { color: rgba(255,255,255,.55); font-size: 13px; letter-spacing: 2.5px; }
.preloader.done { display: none; }

/* ---------- Cursor ---------- */
.cursor-dot, .cursor-ring { position: fixed; top: 0; left: 0; pointer-events: none; z-index: 1900; border-radius: 50%; opacity: 0; }
.cursor-dot { width: 6px; height: 6px; background: var(--gold); }
.cursor-ring { width: 36px; height: 36px; border: 1.5px solid rgba(161,98,7,.55); transition: width .25s, height .25s, border-color .25s, background-color .25s; }
.cursor-ring.is-hover { width: 60px; height: 60px; border-color: rgba(161,98,7,.9); background: rgba(161,98,7,.08); }
@media (hover: none), (pointer: coarse) { .cursor-dot, .cursor-ring { display: none; } }

/* ---------- Nav ---------- */
.nav {
  position: fixed; top: 0; right: 0; left: 0; z-index: 1000;
  transition: background .4s, box-shadow .4s, transform .4s;
  background: transparent;
}
.nav.is-scrolled { background: rgba(250,249,247,.92); backdrop-filter: blur(14px); box-shadow: 0 1px 0 var(--line); }
.nav.is-scrolled .nav__links a { color: var(--ink-soft); }
.nav.is-scrolled .brand__text { color: var(--ink); }
.nav.is-hidden { transform: translateY(-110%); }
.nav__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 18px; }

.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand__logo {
  height: 48px; width: auto; display: block; object-fit: contain;
  filter: drop-shadow(0 6px 16px rgba(22,18,15,.28));
}
.brand__text { font-family: var(--font-serif); font-weight: 700; font-size: 21px; color: var(--white); letter-spacing: .5px; transition: color .4s; }
.brand__text span { color: var(--gold-light); transition: color .4s; }
.nav.is-scrolled .brand__text span { color: var(--gold); }

.nav__links { display: flex; align-items: center; gap: 6px; }
.nav__links a {
  position: relative; padding: 10px 14px; font-size: 15.5px; font-weight: 500;
  color: rgba(255,255,255,.85); transition: color .3s;
}
.nav__links a::after {
  content: ""; position: absolute; right: 14px; left: 14px; bottom: 6px; height: 2px;
  background: var(--gold-light); border-radius: 2px; transform: scaleX(0); transform-origin: center;
  transition: transform .35s var(--ease);
}
.nav__links a:hover { color: var(--gold-light); }
.nav__links a:hover::after { transform: scaleX(1); }
.nav.is-scrolled .nav__links a::after { background: var(--gold); }
.nav.is-scrolled .nav__links a:hover { color: var(--gold); }

.nav__burger { display: none; flex-direction: column; gap: 6px; width: 44px; height: 44px; align-items: center; justify-content: center; z-index: 1102; }
.nav__burger span { width: 26px; height: 2px; background: var(--white); transition: transform .35s var(--ease), opacity .3s, background-color .3s; border-radius: 2px; }
.nav.is-scrolled .nav__burger span { background: var(--ink); }
.nav__burger.is-open span { background: var(--white); }
.nav__burger.is-open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav__burger.is-open span:nth-child(2) { opacity: 0; }
.nav__burger.is-open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.mobile-menu {
  position: fixed; inset: 0; z-index: 1100; background: var(--dark);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px;
  transform: translateY(-100%); transition: transform .55s var(--ease);
  visibility: hidden;
}
.mobile-menu.is-open { transform: translateY(0); visibility: visible; }
.mobile-menu__links { display: flex; flex-direction: column; align-items: center; gap: 6px; text-align: center; }
.mobile-menu__links a { font-family: var(--font-serif); font-size: 28px; font-weight: 700; color: var(--white); padding: 10px 20px; transition: color .3s; }
.mobile-menu__links a:hover { color: var(--gold-light); }
.mobile-menu__links .btn { font-family: var(--font-sans); font-size: 16px; margin-top: 16px; }
.mobile-menu__ig { position: absolute; bottom: 40px; color: rgba(255,255,255,.4); letter-spacing: 1px; font-size: 14px; }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; color: var(--white); overflow: hidden; }
.hero__bg { position: absolute; inset: 0; z-index: -1; }
.hero__video, .hero__img { width: 100%; height: 120%; object-fit: cover; will-change: transform; opacity: .6; }
.hero__shade { position: absolute; inset: 0; background:
  linear-gradient(180deg, rgba(22,18,15,.72) 0%, rgba(22,18,15,.55) 40%, rgba(22,18,15,.88) 100%),
  radial-gradient(120% 90% at 85% 20%, rgba(161,98,7,.28) 0%, transparent 55%); }
.hero__grain { position: absolute; inset: 0; opacity: .5; mix-blend-mode: overlay; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E"); }

.hero__content { padding-block: 150px 110px; position: relative; z-index: 2; }
.hero__eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; letter-spacing: 2px; color: var(--gold-light); font-weight: 600; margin-bottom: 26px; }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold-light); box-shadow: 0 0 0 5px rgba(227,193,111,.15); }
.section--dark .section-eyebrow { color: var(--gold-light); }
.section-eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; letter-spacing: 2px; color: var(--gold); font-weight: 700; margin-bottom: 20px; }

.hero__title {
  font-size: clamp(46px, 7.5vw, 92px);
  font-weight: 800;
  line-height: 1.05;
  color: var(--white);
  letter-spacing: -1px;
}
.hero__title .gold { color: var(--gold-light); }
.hero__title .line { display: block; overflow: hidden; padding-block: .04em; }
.hero__title .line > span { display: block; will-change: transform; }

.hero__sub { max-width: 620px; margin-top: 28px; font-size: clamp(16px, 1.6vw, 19px); color: rgba(255,255,255,.82); font-weight: 300; }

.hero__actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 40px; }

.hero__meta { display: flex; flex-wrap: wrap; gap: 44px; margin-top: 64px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.16); }
.hero__stat { display: flex; flex-direction: column; gap: 2px; }
.hero__stat strong { font-family: var(--font-serif); font-size: clamp(28px, 3.4vw, 40px); font-weight: 800; color: var(--gold-light); }
.hero__stat span { font-size: 13.5px; color: rgba(255,255,255,.6); letter-spacing: .5px; }

.hero__scroll { position: absolute; bottom: 34px; right: 50%; transform: translateX(50%); display: flex; flex-direction: column; align-items: center; gap: 10px; z-index: 2; }
.hero__scroll span { font-size: 12px; letter-spacing: 3px; color: rgba(255,255,255,.55); }
.hero__scroll-line { width: 1px; height: 46px; background: linear-gradient(var(--gold-light), transparent); overflow: hidden; position: relative; }
.hero__scroll-line::after { content: ""; position: absolute; inset: 0; background: linear-gradient(var(--gold-light), transparent); animation: scrollPulse 2.2s var(--ease) infinite; }
@keyframes scrollPulse { 0% { transform: translateY(-100%); } 60%, 100% { transform: translateY(100%); } }

/* ---------- Marquee ---------- */
.marquee { background: var(--dark-2); border-block: 1px solid rgba(227,193,111,.2); overflow: hidden; padding-block: 20px; }
.marquee__track { display: flex; align-items: center; gap: 34px; width: max-content; direction: ltr; animation: marquee 26s linear infinite; }
.marquee__track span { font-family: var(--font-serif); font-size: clamp(18px, 2.4vw, 26px); font-weight: 700; color: var(--gold-light); white-space: nowrap; }
.marquee__track .sep { color: rgba(227,193,111,.4); font-size: 14px; }
@keyframes marquee { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee__track { animation: none; } }

/* ---------- Sections ---------- */
.section { padding-block: clamp(84px, 11vw, 150px); }
.section--dark { background: var(--dark); color: rgba(255,255,255,.78); position: relative; overflow: hidden; }
.section--dark::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(90% 60% at 15% 0%, rgba(161,98,7,.14), transparent 60%);
}
.section--dark h2, .section--dark h3 { color: var(--white); }
.section--dark .section-text { color: rgba(255,255,255,.7); }
.section--dark .section-text--center { color: rgba(255,255,255,.6); }

.section-head { max-width: 760px; margin-bottom: 60px; }
.section-text { font-size: 17px; color: var(--muted); }
.section-text + .section-text { margin-top: 16px; }
.section-text--center { margin-inline: auto; text-align: center; }
.section-title { font-size: clamp(34px, 5.4vw, 58px); font-weight: 800; letter-spacing: -.5px; line-height: 1.12; }
.section-title .line { display: block; overflow: hidden; padding-block: .05em; }
.section-title .line > span { display: block; will-change: transform; }
.section-title .gold { color: var(--gold); }
.section--dark .section-title .gold { color: var(--gold-light); }

/* ---------- About ---------- */
.about__grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(44px, 6vw, 90px); align-items: center; }

.about__media { position: relative; }
.about__frame { position: relative; border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4/3; box-shadow: var(--shadow-2); }
.about__frame img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.about__media:hover .about__frame img { transform: scale(1.06); }
.about__frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(200deg, rgba(22,18,15,.18), transparent 45%); }

.about__badge {
  position: absolute; bottom: -26px; right: -18px;
  background: var(--dark); color: var(--white);
  border-radius: var(--radius-md);
  padding: 20px 26px 20px 30px;
  display: flex; align-items: center; gap: 14px;
  box-shadow: var(--shadow-2);
  border: 1px solid rgba(227,193,111,.35);
}
.about__badge-icon {
  width: 48px; height: 48px; border-radius: 50%; flex: none;
  background: linear-gradient(135deg, #B4760E, var(--gold));
  color: var(--white); display: grid; place-items: center;
}
.about__badge strong { display: block; font-family: var(--font-sans); font-size: 15px; font-weight: 700; color: var(--gold-light); }
.about__badge span { font-size: 13px; color: rgba(255,255,255,.55); }

.about__content .btn { margin-top: 28px; }
.about__list { margin-top: 30px; display: flex; flex-direction: column; gap: 14px; }
.about__list li { display: flex; align-items: center; gap: 12px; font-size: 16.5px; color: var(--ink-soft); font-weight: 500; }
.about__list li svg { color: var(--gold); flex: none; }

/* ---------- Services ---------- */
.services__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }

.service-card {
  position: relative; display: flex; flex-direction: column;
  background: var(--dark-2);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: var(--radius-lg);
  padding: 34px 28px;
  transition: transform .5s var(--ease), border-color .5s, background-color .5s;
  overflow: hidden;
}
.service-card::before {
  content: ""; position: absolute; inset: 0 auto 0 0; width: 100%;
  background: linear-gradient(160deg, rgba(161,98,7,.16), transparent 55%);
  opacity: 0; transition: opacity .5s;
}
.service-card:hover { transform: translateY(-10px); border-color: rgba(227,193,111,.4); background: var(--dark-3); }
.service-card:hover::before { opacity: 1; }
.service-card--featured { border-color: rgba(227,193,111,.45); background: linear-gradient(170deg, #241D14, var(--dark-2)); }

.service-card__icon {
  width: 68px; height: 68px; border-radius: 20px; margin-bottom: 24px;
  background: rgba(227,193,111,.1); border: 1px solid rgba(227,193,111,.3);
  color: var(--gold-light); display: grid; place-items: center;
  transition: transform .5s var(--ease), background-color .5s;
}
.service-card:hover .service-card__icon { transform: scale(1.08) rotate(-4deg); background: rgba(227,193,111,.18); }
.service-card__title { font-size: 24px; margin-bottom: 12px; }
.service-card__text { font-size: 15px; color: rgba(255,255,255,.62); flex: 1; }
.service-card__tag {
  margin-top: 22px; align-self: flex-start;
  font-size: 12.5px; font-weight: 700; letter-spacing: .6px;
  color: var(--gold-light); background: rgba(227,193,111,.12);
  border: 1px solid rgba(227,193,111,.28);
  padding: 6px 14px; border-radius: 999px;
}

.services__note { text-align: center; margin-top: 46px; font-size: 16px; color: rgba(255,255,255,.6); }
.services__note a { color: var(--gold-light); font-weight: 700; border-bottom: 1px solid rgba(227,193,111,.4); transition: color .3s; }
.services__note a:hover { color: #F0D488; }

/* ---------- Why ---------- */
.why__grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(44px, 6vw, 90px); align-items: start; }
.why__content { position: sticky; top: 120px; }
.why__list { display: flex; flex-direction: column; gap: 6px; }
.why__item {
  display: flex; gap: 24px; align-items: flex-start;
  padding: 26px 4px; border-bottom: 1px solid var(--line);
}
.why__item:first-child { border-top: 1px solid var(--line); }
.why__num { font-family: var(--font-serif); font-size: 34px; font-weight: 800; color: var(--gold); line-height: 1; min-width: 56px; opacity: .9; }
.why__item h3 { font-size: 22px; margin-bottom: 6px; }
.why__item p { font-size: 15.5px; color: var(--muted); }

/* ---------- Stats ---------- */
.stats { background: var(--dark); border-block: 1px solid rgba(227,193,111,.18); padding-block: clamp(50px, 7vw, 84px); }
.stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; text-align: center; }
.stat { display: flex; flex-direction: column; gap: 8px; }
.stat__num { font-family: var(--font-serif); font-size: clamp(40px, 5.6vw, 64px); font-weight: 800; color: var(--gold-light); line-height: 1; }
.stat__label { font-size: 14.5px; color: rgba(255,255,255,.55); letter-spacing: .4px; }

/* ---------- Process ---------- */
.process__steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; margin-top: 60px; counter-reset: step; }
.process__step { position: relative; padding: 10px 6px; }
.process__num {
  display: grid; place-items: center;
  width: 56px; height: 56px; border-radius: 50%;
  font-family: var(--font-serif); font-size: 22px; font-weight: 800;
  color: var(--gold); background: var(--gold-soft);
  border: 1.5px solid var(--gold);
  margin-bottom: 20px;
}
.process__step h3 { font-size: 22px; margin-bottom: 8px; }
.process__step p { font-size: 15px; color: var(--muted); }
.process__line { position: absolute; top: 38px; right: 82px; left: -70px; height: 1.5px; background: linear-gradient(90deg, var(--gold), var(--gold)); opacity: .35; }
.process__step:first-child .process__line { display: none; }

/* ---------- FAQ ---------- */
.faq__grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(40px, 6vw, 90px); align-items: start; }
.faq__intro .btn { margin-top: 26px; }
.faq__list { display: flex; flex-direction: column; gap: 14px; }

.faq__item { background: var(--dark-2); border: 1px solid rgba(255,255,255,.08); border-radius: var(--radius-md); overflow: hidden; transition: border-color .35s; }
.faq__item.is-open { border-color: rgba(227,193,111,.4); }
.faq__q {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 22px 26px; text-align: right;
  font-family: var(--font-serif); font-size: 18.5px; font-weight: 700; color: var(--white);
  min-height: 44px; transition: color .3s;
}
.faq__q:hover { color: var(--gold-light); }
.faq__icon {
  width: 34px; height: 34px; border-radius: 50%; flex: none;
  display: grid; place-items: center;
  background: rgba(227,193,111,.1); color: var(--gold-light);
  transition: transform .45s var(--ease), background-color .3s;
}
.faq__item.is-open .faq__icon { transform: rotate(45deg); background: var(--gold); color: var(--white); }
.faq__a { overflow: hidden; height: 0; }
.faq__a p { padding: 0 26px 24px; font-size: 15.5px; color: rgba(255,255,255,.62); max-width: 90%; }

/* ---------- Contact ---------- */
.contact__panel {
  text-align: center;
  background: linear-gradient(180deg, var(--dark-2), var(--dark));
  border: 1px solid rgba(227,193,111,.25);
  border-radius: 32px;
  padding: clamp(48px, 7vw, 90px) clamp(24px, 6vw, 80px);
  box-shadow: var(--shadow-2);
  position: relative; overflow: hidden;
}
.contact__panel::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(60% 80% at 50% -10%, rgba(161,98,7,.25), transparent 60%),
    radial-gradient(80% 90% at 100% 110%, rgba(161,98,7,.1), transparent 55%);
  pointer-events: none;
}
.contact__panel .section-title, .contact__panel .section-eyebrow, .contact__panel .section-text { position: relative; }
.contact__panel .section-title { color: var(--white); }
.contact__panel .section-title .gold { color: var(--gold-light); }
.contact__panel .section-eyebrow { color: var(--gold-light); }
.contact__panel .section-text { color: rgba(255,255,255,.62); margin-top: 20px; }
.contact__actions { position: relative; display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; margin-top: 38px; }
.contact__btn svg { transition: transform .35s var(--ease); }
[dir="rtl"] .contact__btn svg { transform: none; }
.contact__panel .btn--outline {
  color: var(--gold-light);
  border-color: rgba(227,193,111,.55);
  background: rgba(227,193,111,.08);
}
.contact__panel .btn--outline:hover { background: var(--gold); border-color: var(--gold); color: var(--white); }

.contact__location {
  position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  margin-top: 30px; font-size: 16.5px; color: rgba(255,255,255,.78); font-weight: 500;
}
.contact__location svg { color: var(--gold-light); flex: none; }
.contact__location strong { color: var(--gold-light); font-weight: 700; }
.contact__meta { position: relative; display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 34px; margin-top: 36px; }
.contact__meta span { display: inline-flex; align-items: center; gap: 9px; font-size: 14.5px; color: rgba(255,255,255,.6); }
.contact__meta svg { color: var(--gold-light); }

/* ---------- Footer ---------- */
.footer { background: var(--dark); color: rgba(255,255,255,.6); padding-block: 60px 0; border-top: 1px solid rgba(227,193,111,.15); }
.footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; padding-bottom: 34px; }
.footer__tag { font-size: 14.5px; }
.footer__social { display: flex; gap: 12px; }
.footer__social a {
  width: 46px; height: 46px; border-radius: 50%;
  display: grid; place-items: center;
  border: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.7);
  transition: all .3s var(--ease);
}
.footer__social a:hover { background: var(--gold); border-color: var(--gold); color: var(--white); transform: translateY(-3px); }
.footer__bar { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; border-top: 1px solid rgba(255,255,255,.08); padding-block: 22px; font-size: 13.5px; color: rgba(255,255,255,.42); }

.footer__credit {
  border-top: 1px solid rgba(255,255,255,.08);
  padding-block: 28px;
  display: flex; flex-direction: column; align-items: center; gap: 14px;
  text-align: center;
}
.footer__credit-line { font-size: 15px; color: rgba(255,255,255,.55); }
.footer__credit-line a { color: var(--gold-light); font-weight: 700; transition: color .3s; }
.footer__credit-line a:hover { color: #F0D488; }
.footer__credit-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 26px; }
.footer__credit-links a { font-size: 13.5px; color: rgba(255,255,255,.6); display: inline-flex; align-items: center; gap: 8px; padding: 6px 4px; transition: color .3s; }
.footer__credit-links a svg { color: var(--gold-light); opacity: .85; flex: none; }
.footer__credit-links a:hover { color: var(--gold-light); }
@media (max-width: 640px) {
  .footer__credit-links { gap: 10px 18px; }
}

/* ---------- Floating buttons ---------- */
.wa-float, .to-top {
  position: fixed; z-index: 900; border-radius: 50%;
  display: grid; place-items: center; cursor: pointer;
  box-shadow: var(--shadow-2);
}
.wa-float { bottom: 24px; left: 24px; width: 58px; height: 58px; background: linear-gradient(135deg, #2FAE60, #1E8A47); color: var(--white); animation: waPulse 2.6s infinite; }
@keyframes waPulse { 0%,100% { box-shadow: 0 8px 24px -6px rgba(30,138,71,.6); } 50% { box-shadow: 0 8px 30px -4px rgba(30,138,71,.85); } }
.wa-float:hover { transform: scale(1.08); }
.to-top {
  bottom: 96px; left: 24px; width: 48px; height: 48px;
  background: var(--dark); color: var(--gold-light);
  border: 1px solid rgba(227,193,111,.35);
  opacity: 0; visibility: hidden; transform: translateY(12px);
  transition: opacity .35s, transform .35s, visibility .35s;
}
.to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.to-top:hover { background: var(--gold); color: var(--white); }

/* ---------- Reveal base ---------- */
[data-reveal] { will-change: transform, opacity; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .services__grid { grid-template-columns: repeat(2, 1fr); }
  .process__steps { grid-template-columns: repeat(2, 1fr); gap: 40px 26px; }
  .process__line { display: none; }
  .hide-lg { display: inline; }
}

@media (max-width: 900px) {
  .nav__links, .nav__cta { display: none; }
  .nav__burger { display: flex; }
  .about__grid { grid-template-columns: 1fr; gap: 70px; }
  .about__badge { right: 0; }
  .why__grid { grid-template-columns: 1fr; gap: 44px; }
  .why__content { position: static; }
  .stats__grid { grid-template-columns: repeat(2, 1fr); gap: 40px; }
  .faq__grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .services__grid { grid-template-columns: 1fr; }
  .process__steps { grid-template-columns: 1fr; gap: 34px; }
  .hero__meta { gap: 28px; }
  .hero__actions .btn { width: 100%; }
  .section { padding-block: 72px; }
  .footer__inner { justify-content: center; text-align: center; }
  .footer__bar { justify-content: center; text-align: center; }
  .contact__actions .btn { width: 100%; }
  .hide-lg { display: inline; }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  html { scroll-behavior: auto; }
}
