@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@300;400;500;600;700;800&family=Frank+Ruhl+Libre:wght@400;500;600;700&family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');

:root {
  --bg:       #030302;
  --panel:    #0d0c0a;
  --panel2:   #141210;
  --gold:     #C99645;
  --gold2:    #E8CC7A;
  --gold3:    #9A6A28;
  --text:     #F5EDD8;
  --muted:    #C8BDA8;
  --line:     rgba(201,150,69,.32);
  --shadow:   0 24px 80px rgba(0,0,0,.6);
  --radius:   20px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { direction: rtl; scroll-behavior: smooth; }
body { background: var(--bg); color: var(--text); font-family: 'Assistant', sans-serif; line-height: 1.55; overflow-x: hidden; }
img  { display: block; max-width: 100%; }
a    { text-decoration: none; color: inherit; }

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

/* ─── FLOATING WHATSAPP ─── */
.float-wa {
  position: fixed; bottom: 28px; left: 22px; z-index: 60;
  display: inline-flex; align-items: center; gap: 10px;
  background: linear-gradient(135deg, #25d366, #128c4a);
  color: #fff; border-radius: 999px; padding: 14px 22px;
  font-weight: 800; font-size: 16px;
  box-shadow: 0 8px 32px rgba(37,211,102,.45);
  transition: transform .2s, box-shadow .2s;
}
.float-wa:hover { transform: translateY(-3px); box-shadow: 0 14px 42px rgba(37,211,102,.55); }

/* ─── HEADER ─── */
.site-header {
  position: sticky; top: 0; z-index: 50;
  height: 86px;
  background: rgba(3,3,2,.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
  display: flex; align-items: center; gap: 24px;
  padding: 0 36px;
}

/* Logo — first in DOM = rightmost in RTL */
.brand { flex-shrink: 0; }
.logo-img {
  height: 88px; width: auto; object-fit: contain; display: block;
  mix-blend-mode: screen;
  filter: brightness(0.9) contrast(1.8);
}

/* Nav — center, grows to fill */
.main-nav {
  display: flex; align-items: center; gap: 22px;
  flex: 1; justify-content: center;
  color: var(--muted); font-weight: 700; font-size: 15px;
}
.main-nav a { position: relative; white-space: nowrap; transition: color .2s; }
.main-nav a:hover { color: var(--gold2); }
.main-nav a::after {
  content: ''; position: absolute; right: 0; bottom: -6px;
  width: 0; height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--gold2));
  transition: width .25s;
}
.main-nav a:hover::after { width: 100%; }

/* Actions — left side */
.header-actions { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.phone-link { font-weight: 800; color: var(--gold2); white-space: nowrap; font-size: 15px; letter-spacing: .3px; }
.phone-link:hover { text-decoration: underline; }

.btn-wa-header {
  display: inline-flex; align-items: center; justify-content: center;
  width: 42px; height: 42px; border-radius: 10px;
  background: linear-gradient(135deg, #f8d486 0%, #c9872c 55%, #f5cd72 100%);
  color: #1a0d00;
  box-shadow: 0 6px 22px rgba(201,150,69,.22);
  transition: transform .2s, filter .2s;
  flex-shrink: 0;
}
.btn-wa-header:hover { transform: translateY(-2px); filter: brightness(1.06); }

/* Hamburger — hidden on desktop, shown on mobile */
.menu-btn {
  display: none;
  flex-direction: column; justify-content: center; align-items: center;
  gap: 5px; width: 44px; height: 44px; border-radius: 10px;
  border: 1px solid rgba(201,150,69,.38);
  background: rgba(0,0,0,.45);
  cursor: pointer; transition: background .2s, border-color .2s;
  backdrop-filter: blur(8px); flex-shrink: 0;
}
.menu-btn:hover { background: rgba(201,150,69,.1); border-color: var(--gold); }
.menu-btn span {
  display: block; width: 20px; height: 2px; border-radius: 2px;
  background: var(--gold2);
  transition: transform .25s, opacity .25s;
}
/* animate to X when open */
.menu-btn.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-btn.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.menu-btn.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ─── HERO ─── */
.hero {
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #080706;
}
.hero-grid {
  display: grid;
  /* RTL: first col = RIGHT (content), second col = LEFT (image) */
  grid-template-columns: 1fr 1fr;
  min-height: 760px;
}
.hero-content {
  padding: 80px clamp(24px,5vw,90px) 80px clamp(24px,3vw,48px);
  display: flex; flex-direction: column; justify-content: center;
  max-width: 640px;
  /* right-side gradient to separate from image */
  background: linear-gradient(to left, rgba(8,7,6,0) 0%, rgba(8,7,6,.6) 60%, #080706 100%);
}
.hero-visual {
  position: relative; overflow: hidden;
}
.hero-visual img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 30%;
}
/* subtle blend at the edge towards text */
.hero-visual::before {
  content: ''; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to right, #080706 0%, transparent 22%);
}
.eyebrow {
  margin: 0 0 16px;
  color: var(--gold2); font-weight: 800; letter-spacing: .08em;
  text-transform: uppercase; font-size: 14px;
}
.hero-title {
  font-family: 'Frank Ruhl Libre', serif;
  font-size: clamp(44px, 5.2vw, 72px);
  line-height: 1.08; margin: 0 0 22px;
  background: linear-gradient(180deg, #fff0c4 0%, #d9a64a 65%, #8a5a18 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero-sub { font-size: clamp(18px, 1.8vw, 22px); color: #ede0c8; margin: 0 0 32px; line-height: 1.7; }
.hero-btns { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-phone { margin-top: 28px; font-size: 22px; font-weight: 800; color: var(--gold2); }
.hero-phone a:hover { text-decoration: underline; }

/* ─── BUTTONS ─── */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 54px; padding: 0 28px; border-radius: 12px;
  font-weight: 800; font-size: 17px; white-space: nowrap;
  transition: transform .2s, box-shadow .2s, filter .2s; cursor: pointer;
  border: 1px solid transparent;
}
.btn:hover { transform: translateY(-2px); }
.btn-gold {
  background: linear-gradient(135deg, #f8d486 0%, #c9872c 55%, #f5cd72 100%);
  color: #1a0d00;
  box-shadow: 0 10px 35px rgba(217,166,74,.28);
}
.btn-gold:hover { filter: brightness(1.06); box-shadow: 0 16px 46px rgba(217,166,74,.42); }
.btn-outline { border-color: var(--gold); color: var(--gold2); background: rgba(0,0,0,.3); }
.btn-outline:hover { background: rgba(201,150,69,.1); }
.btn-lg { min-height: 60px; font-size: 19px; padding: 0 36px; }

/* ─── TRUST STRIP ─── */
.trust-strip { position: relative; z-index: 3; }
.trust-strip .trust-grid {
  display: grid; grid-template-columns: repeat(4,1fr);
  background: linear-gradient(180deg, rgba(22,20,16,.96), rgba(10,9,8,.96));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  margin-top: -60px;
}
.trust-strip article {
  padding: 30px 22px; text-align: center;
  border-left: 1px solid var(--line);
}
.trust-strip article:last-child { border-left: 0; }
.icon-wrap {
  width: 110px; height: 110px;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 16px;
  border-radius: 24px;
  overflow: hidden;
}
.icon-wrap img { width: 110px; height: 110px; object-fit: cover; border-radius: 24px; box-shadow: 0 6px 24px rgba(201,150,69,.35); }
.trust-strip h3 { color: var(--gold2); font-size: 20px; margin: 0 0 8px; }
.trust-strip p  { color: var(--muted); font-size: 15px; margin: 0; }

/* ─── DIVIDER ─── */
.divider {
  display: flex; align-items: center; gap: 18px;
  padding: 10px clamp(24px,5vw,80px);
  max-width: 1200px; margin: 0 auto;
}
.divider::before, .divider::after { content: ''; flex: 1; height: 1px; }
.divider::before { background: linear-gradient(to left,  rgba(201,150,69,.4), transparent 80%); }
.divider::after  { background: linear-gradient(to right, rgba(201,150,69,.4), transparent 80%); }
.divider span { color: var(--gold); font-size: 11px; flex-shrink: 0; opacity: .6; }

/* ─── SECTIONS ─── */
.section { padding: 96px 0; }
.section-head { text-align: center; max-width: 740px; margin: 0 auto 52px; }
.section-head h2 {
  font-family: 'Frank Ruhl Libre', serif;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.1; margin: 0 0 14px; color: var(--gold2);
}
.section-head p:not(.eyebrow) { color: var(--muted); font-size: 19px; margin: 0; }

/* ─── PROCESS ─── */
.process { background: radial-gradient(circle at 50% 20%, rgba(201,150,69,.1), transparent 40%); }

.steps {
  display: grid;
  grid-template-columns: 1fr 28px 1fr 28px 1fr 28px 1fr;
  align-items: center;
  gap: 0;
}
.step {
  text-align: center;
  background: rgba(12,11,9,.8);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px 20px 28px;
  display: flex; flex-direction: column; align-items: center;
  height: 100%;
}
.step-icon {
  width: 160px; height: 160px;
  display: flex; align-items: center; justify-content: center;
  margin: 0 0 20px; flex-shrink: 0;
}
.step-icon img {
  width: 160px; height: 160px;
  object-fit: contain;
  filter: url(#rm-white) drop-shadow(0 6px 18px rgba(201,150,69,.35));
}
.step-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; border-radius: 50%;
  border: 1px solid var(--gold); color: var(--gold2);
  font-size: 16px; font-weight: 800; margin-bottom: 14px; flex-shrink: 0;
}
.step h3 { font-family: 'Frank Ruhl Libre', serif; font-size: 20px; color: var(--gold2); margin: 0 0 10px; }
.step p  { color: var(--muted); font-size: 15px; line-height: 1.6; margin: 0; }
.step-arrow {
  text-align: center; font-size: 26px;
  color: var(--gold); opacity: .4; flex-shrink: 0;
}

/* ─── LUX CARD ─── */
.four-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }

.lux-card {
  background: linear-gradient(170deg, var(--panel2) 0%, var(--panel) 100%);
  border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: 0 16px 44px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.04);
  overflow: hidden;
  transition: transform .35s, box-shadow .35s;
}
.lux-card:hover { transform: translateY(-6px); box-shadow: 0 28px 64px rgba(0,0,0,.55), 0 0 0 1px rgba(201,150,69,.35); }
.card-img-wrap { width: 100%; aspect-ratio: 1/1; overflow: hidden; background: #0c0b09; position: relative; }
.card-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.lux-card:hover .card-img-wrap img { transform: scale(1.07); }

/* hover overlay on product cards */
.lux-card.product .card-img-wrap::after {
  content: 'לפנייה ›';
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  background: rgba(0,0,0,.52);
  color: var(--gold2); font-size: 18px; font-weight: 800; letter-spacing: .5px;
  opacity: 0; transition: opacity .3s;
  font-family: 'Assistant', sans-serif;
}
.lux-card.product:hover .card-img-wrap::after { opacity: 1; }

.card-body { padding: 18px 16px 20px; }
.card-body h3 { font-family: 'Frank Ruhl Libre', serif; color: var(--gold2); font-size: 18px; font-weight: 500; margin: 0; }
.card-body p  { color: var(--muted); font-size: 15px; line-height: 1.5; margin: 4px 0 0; }

/* ─── STORY ─── */
.story { background: linear-gradient(180deg, transparent, rgba(20,18,12,.5), transparent); }
.story-inner { display: grid; grid-template-columns: 1fr 420px; gap: 64px; align-items: center; }
.story-text .eyebrow { margin-bottom: 12px; }
.story-text h2 {
  font-family: 'Frank Ruhl Libre', serif;
  font-size: clamp(34px, 4vw, 52px); color: var(--gold2); font-weight: 500;
  line-height: 1.1; margin-bottom: 20px;
}
.gold-line { width: 52px; height: 1px; background: linear-gradient(90deg, var(--gold), transparent); margin-bottom: 28px; }
.story-text p { font-size: 18px; color: #D8CDB8; line-height: 1.85; margin-bottom: 18px; }
.story-img { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.story-img img { width: 100%; height: 400px; object-fit: cover; }

/* ─── VIDEOS ─── */
.videos { background: linear-gradient(rgba(3,3,2,.7), rgba(3,3,2,.7)); }
.video-trio { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.video-wrap {
  border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--line); box-shadow: 0 20px 60px rgba(0,0,0,.6);
  background: #050505;
}
.video-wrap video {
  width: 100%; display: block;
  aspect-ratio: 9/16; object-fit: cover;
  background: #050505;
}
.video-label {
  text-align: center; padding: 12px 10px 14px;
  font-family: 'Frank Ruhl Libre', serif;
  font-size: 16px; color: var(--gold2); font-weight: 500; margin: 0;
}

/* ─── FAQ ─── */
.faq { background: radial-gradient(circle at 50% 0, rgba(201,150,69,.07), transparent 40%); }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.faq-item {
  background: rgba(18,16,12,.92); border: 1px solid var(--line);
  border-radius: 16px; padding: 22px 26px;
  transition: border-color .25s;
}
.faq-item:hover { border-color: rgba(201,150,69,.5); }
.faq-item[open] { border-color: var(--gold); }
.faq-item summary {
  cursor: pointer; list-style: none; font-weight: 800; color: var(--text); font-size: 18px;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
  user-select: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+'; font-size: 24px; font-weight: 300; color: var(--gold);
  flex-shrink: 0; transition: transform .25s; line-height: 1;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { color: var(--muted); margin: 16px 0 0; font-size: 16px; line-height: 1.75; }

/* ─── GALLERY ─── */
.gallery { padding-bottom: 96px; }
.gallery-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  padding: 0 clamp(16px,4vw,48px);
  max-width: 1248px; margin: 0 auto;
}
.gallery-item {
  border-radius: 16px; overflow: hidden;
  border: 1px solid rgba(201,150,69,.2);
  aspect-ratio: 1;
}
.gallery-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
  display: block;
}
.gallery-item:hover img { transform: scale(1.05); }

/* ─── FINAL CTA ─── */
.final-cta {
  position: relative; overflow: hidden;
  background: #060504;
  border-top: 1px solid rgba(212,175,95,.15);
}
/* Warm golden radial glow */
.final-cta::before {
  content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 65% 90% at 72% 65%, rgba(212,175,95,.09) 0%, transparent 65%),
    radial-gradient(ellipse 45% 55% at 88% 95%, rgba(180,120,35,.14) 0%, transparent 55%);
}
/* Jeweler workshop bg image — bottom-right, behind text content */
.cta-bg-img {
  position: absolute; bottom: 0; right: 0;
  width: 52%; height: 100%;
  pointer-events: none; z-index: 0;
}
.cta-bg-img img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 40%;
  opacity: .14;
  mask-image: linear-gradient(to left, rgba(0,0,0,.65) 0%, transparent 75%);
  -webkit-mask-image: linear-gradient(to left, rgba(0,0,0,.65) 0%, transparent 75%);
}
.cta-mobile-hero { display: none; }
.cta-inner {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1fr 370px;
  gap: 56px; align-items: center;
  padding: 100px 0 104px;
}
.cta-title {
  font-family: 'Frank Ruhl Libre', serif;
  font-size: clamp(42px, 5.2vw, 68px); line-height: 1.0;
  color: #e8c87a; margin: 0 0 14px;
  text-shadow: 0 2px 32px rgba(212,175,95,.2);
}
.cta-sub { font-size: 18px; color: #c8bda8; margin: 0 0 36px; line-height: 1.5; }
.cta-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.cta-glow {
  box-shadow: 0 0 32px rgba(212,175,95,.42), 0 8px 28px rgba(0,0,0,.45);
  transition: all .25s;
}
.cta-glow:hover {
  box-shadow: 0 0 52px rgba(212,175,95,.62), 0 12px 36px rgba(0,0,0,.5);
  transform: translateY(-2px);
}
.cta-phone-btn {
  display: inline-flex; align-items: center; gap: 10px;
  min-height: 50px; padding: 0 24px; border-radius: 12px;
  border: 1px solid rgba(212,175,95,.5); color: #e2bc78;
  font-weight: 700; font-size: 16px; letter-spacing: .4px;
  background: rgba(212,175,95,.05);
  transition: all .22s;
}
.cta-phone-btn:hover {
  background: rgba(212,175,95,.12); border-color: rgba(212,175,95,.85);
  transform: translateY(-2px);
}
.cta-contact {
  display: flex; flex-direction: column; gap: 0;
  background: rgba(10,9,7,.97);
  border: 1px solid rgba(212,175,95,.3);
  border-radius: 20px; overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,.65), 0 0 40px rgba(212,175,95,.05);
}
.contact-row {
  display: flex; align-items: center; gap: 18px;
  padding: 22px 26px; text-decoration: none; color: inherit;
  border-bottom: 1px solid rgba(212,175,95,.1);
  transition: background .22s;
}
.contact-row:last-child { border-bottom: 0; }
.contact-row:hover { background: rgba(212,175,95,.05); }
.contact-icon-wrap {
  width: 44px; height: 44px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(212,175,95,.38);
  background: rgba(212,175,95,.06);
  color: #d4af6d;
}
.contact-info { display: flex; flex-direction: column; gap: 3px; }
.contact-info span { color: #7a6e5e; font-size: 12px; font-weight: 600; letter-spacing: .6px; text-transform: uppercase; }
.contact-info strong { color: #e8c87a; font-size: 16px; font-weight: 700; }

/* ─── FOOTER ─── */
.site-footer { border-top: 1px solid rgba(201,150,69,.14); padding: 36px 0; background: #020201; }
.footer-inner { text-align: center; }
.site-footer p { color: var(--muted); font-size: 16px; line-height: 1.8; }
.footer-copy { font-size: 13px !important; color: #7d735f !important; margin-top: 6px; }

/* ─── SECTION FEATURE IMAGE ─── */
.section-feature-image {
  width: min(680px, 92%);
  margin: 36px auto 52px;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(212,175,95,.35);
  background: #080705;
  box-shadow: 0 20px 60px rgba(0,0,0,.5), 0 0 32px rgba(212,175,95,.07);
}
.section-feature-image img { width: 100%; height: auto; display: block; object-fit: cover; }
.section-feature-image.process-infographic { width: min(860px, 92%); }
.section-feature-image.process-infographic img { object-fit: contain; aspect-ratio: unset; }

/* ─── REVEAL ANIMATION ─── */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.show { opacity: 1; transform: translateY(0); }

/* ─── DESKTOP ≥ 1100px ─── */
@media (min-width: 1100px) {
  .logo-img { height: 92px; }
}

/* Mid-desktop — compact nav */
@media (max-width: 1280px) and (min-width: 981px) {
  .site-header { gap: 16px; padding: 0 24px; }
  .main-nav { gap: 14px; }
  .main-nav a { font-size: 14px; }
  .phone-link { display: none; }
}

/* ─── MOBILE header ─── */
@media (max-width: 980px) {
  .site-header { padding: 12px 18px; height: auto; flex-wrap: wrap; justify-content: space-between; }
  .brand { order: 1; }
  .menu-btn { display: flex; order: 2; }
  .main-nav {
    display: none; order: 3; width: 100%;
    flex-direction: column; align-items: stretch;
    background: rgba(6,5,3,.97);
    border: 1px solid rgba(201,150,69,.3);
    border-radius: 16px; padding: 10px 8px;
    margin-top: 10px;
    backdrop-filter: blur(16px);
    box-shadow: 0 16px 48px rgba(0,0,0,.7);
    gap: 0;
  }
  .main-nav.open { display: flex; }
  .main-nav a {
    padding: 14px 18px; border-radius: 10px;
    font-size: 17px; font-weight: 700; color: var(--text);
    border-bottom: 1px solid rgba(201,150,69,.08);
  }
  .main-nav a:last-child { border-bottom: none; }
  .main-nav a:hover { background: rgba(201,150,69,.1); color: var(--gold2); }
  .main-nav a::after { display: none; }
  .header-actions { display: none; }
}

/* ─── TABLET layout ─── */
@media (max-width: 980px) {
  .trust-strip .trust-grid { grid-template-columns: repeat(2,1fr); margin-top: 0; border-radius: 0; }
  .trust-strip article:nth-child(2) { border-left: 0; }
  .trust-strip article:nth-child(3) { border-top: 1px solid var(--line); }
  .trust-strip article:nth-child(4) { border-top: 1px solid var(--line); border-left: 0; }
  .four-grid { grid-template-columns: repeat(2,1fr); }
  .story-inner { grid-template-columns: 1fr; }
  .story-img { display: none; }
  .faq-grid { grid-template-columns: 1fr; }
  .video-trio { grid-template-columns: repeat(2,1fr); }
  .video-trio .video-wrap:last-child { display: none; }
  /* CTA — handled in dedicated 900px block below */
}

/* ─── MOBILE ≤ 640px ─── */
@media (max-width: 640px) {
  .hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .hero-visual { height: 280px; }
  .hero-visual img { position: relative; width: 100%; height: 280px; object-fit: cover; }
  .hero-visual::before { background: linear-gradient(to bottom, #080706 0%, transparent 30%); }
  .hero-content {
    padding: 40px 20px 40px 20px;
    background: #080706;
    max-width: 100%;
    order: 2;
  }
  .hero-visual { order: 1; }
  .hero-title { font-size: 36px; }
  .hero-sub { font-size: 16px; }
  .btn { min-height: 48px; font-size: 15px; padding: 0 20px; }
  .hero-phone { font-size: 18px; }
  /* trust — carousel */
  .trust-strip .trust-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 12px;
    padding: 24px 20px;
    grid-template-columns: unset;
    background: none;
    border-radius: 0;
  }
  .trust-strip .trust-grid::-webkit-scrollbar { display: none; }
  .trust-strip article,
  .trust-strip article:nth-child(2),
  .trust-strip article:nth-child(3),
  .trust-strip article:nth-child(4) {
    flex: 0 0 72vw; scroll-snap-align: start;
    border: 1px solid var(--line); border-radius: var(--radius);
    background: rgba(12,11,9,.8);
  }

  .section { padding: 64px 0; }
  .section-head { margin-bottom: 36px; }
  .section-head h2 { font-size: 30px; }
  .section-head p:not(.eyebrow) { font-size: 16px; }

  /* process — carousel */
  .steps {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 12px;
    padding: 4px 4px 16px;
  }
  .steps::-webkit-scrollbar { display: none; }
  .step-arrow { display: none; }
  .step { flex: 0 0 72vw; scroll-snap-align: start; padding: 24px 16px 20px; height: auto; }
  .step-icon { width: 100px; height: 100px; margin-bottom: 14px; }
  .step-icon img { width: 100px; height: 100px; }
  .step-num { width: 32px; height: 32px; font-size: 13px; margin-bottom: 10px; }
  .step h3 { font-size: 16px; margin-bottom: 6px; }
  .step p  { font-size: 14px; }

  .section-feature-image { width: 92%; margin: 30px auto 42px; border-radius: 20px; }
  .section-feature-image img { aspect-ratio: 4/3; object-fit: cover; }
  .section-feature-image.process-infographic { width: 92%; }
  .section-feature-image.process-infographic img { aspect-ratio: unset; object-fit: contain; }

  .four-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .video-trio { grid-template-columns: 1fr; }
  /* videos — carousel on mobile */
  .video-trio {
    display: flex !important;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 12px;
    padding: 0 20px 12px;
    grid-template-columns: unset !important;
  }
  .video-trio::-webkit-scrollbar { display: none; }
  .video-trio .video-wrap { flex: 0 0 80vw; scroll-snap-align: start; }
  .video-trio .video-wrap:last-child { display: flex !important; }

  /* gallery — carousel on mobile */
  .gallery-track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 12px;
    padding: 0 20px;
    grid-template-columns: unset;
  }
  .gallery-track::-webkit-scrollbar { display: none; }
  .gallery-item { flex: 0 0 70vw; scroll-snap-align: start; }

  /* CTA — handled in dedicated 900px block below */

  .faq-grid { grid-template-columns: 1fr; }
  .float-wa { left: 12px; bottom: 14px; padding: 12px 16px; font-size: 14px; }
}

/* ─── CTA ≤ 900px (mobile) ─── */
@media (max-width: 900px) {
  .cta-bg-img { display: none; }
  .cta-mobile-hero {
    display: block; width: 100%; height: 280px; overflow: hidden; position: relative;
  }
  .cta-mobile-hero::after {
    content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 55%;
    background: linear-gradient(to top, #060504, transparent); pointer-events: none;
  }
  .cta-mobile-hero img { width: 100%; height: 100%; object-fit: cover; object-position: center 25%; }
  .cta-inner {
    grid-template-columns: 1fr; gap: 28px; padding: 40px 0 68px; text-align: center;
  }
  .cta-btns { flex-direction: column; align-items: center; }
  .btn-lg, .cta-phone-btn { width: 100%; max-width: 360px; justify-content: center; }
  .cta-contact { width: 100%; max-width: 380px; margin: 0 auto; }
}
