/* =====================================================
   IZUZ Intelligence — Shared Stylesheet
   www.izuz.co.il
   ===================================================== */

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

:root {
  --bg:          #080808;
  --bg2:         #0d0d0d;
  --bg3:         #131313;
  --card:        #141414;
  --border:      #1e1e1e;
  --border2:     #2a2a2a;
  --gold:        #C9A84C;
  --gold-lt:     #E5C96A;
  --gold-dim:    rgba(201,168,76,.12);
  --gold-glow:   rgba(201,168,76,.25);
  --text:        #EFEFEF;
  --text2:       #888;
  --text3:       #4a4a4a;
  --white:       #ffffff;
  --font:        'Heebo', sans-serif;
  --r:           4px;
  --ease:        0.28s cubic-bezier(.4,0,.2,1);
  --shadow:      0 4px 32px rgba(0,0,0,.5);
  --max:         1080px;
}

html { scroll-behavior: smooth; font-size: 16px; -webkit-font-smoothing: antialiased; }

body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.7;
  overflow-x: hidden;
  direction: rtl;
}

a    { color: inherit; text-decoration: none; }
img  { max-width: 100%; height: auto; display: block; }
ul   { list-style: none; }

.container { max-width: var(--max); margin: 0 auto; padding: 0 28px; }
.section   { padding: 100px 0; }
.section-sm{ padding: 68px 0; }

/* ── Typography helpers ── */
.label {
  display: block;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}

.gold-bar {
  width: 36px;
  height: 2px;
  background: var(--gold);
  margin-bottom: 28px;
}

h2.section-title {
  font-size: clamp(1.8rem, 4vw, 2.75rem);
  font-weight: 800;
  line-height: 1.25;
  color: var(--white);
  margin-bottom: 18px;
}

.section-sub {
  font-size: 1.05rem;
  color: var(--text2);
  max-width: 560px;
  line-height: 1.85;
}

/* ── Buttons ── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 28px;
  font-family: var(--font);
  font-size: .92rem;
  font-weight: 700;
  border-radius: var(--r);
  cursor: pointer;
  transition: var(--ease);
  border: 1px solid transparent;
  white-space: nowrap;
}

.btn-gold {
  background: var(--gold);
  color: #080808;
  border-color: var(--gold);
}
.btn-gold:hover {
  background: var(--gold-lt);
  border-color: var(--gold-lt);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px var(--gold-glow);
}

.btn-ghost {
  background: transparent;
  color: var(--text);
  border-color: var(--border2);
}
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }

/* ── NAV ── */
#nav {
  position: fixed;
  inset: 0 0 auto;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  z-index: 900;
  transition: var(--ease);
}
#nav.solid {
  background: rgba(8,8,8,.96);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--border);
}

.nav-logo {
  font-size: 1.55rem;
  font-weight: 900;
  letter-spacing: .1em;
  color: var(--white);
  flex-shrink: 0;
}
.nav-logo em { font-style: normal; color: var(--gold); }

.nav-center {
  display: flex;
  align-items: center;
  gap: 30px;
}
.nav-center a {
  font-size: .88rem;
  font-weight: 500;
  color: var(--text2);
  transition: color var(--ease);
}
.nav-center a:hover { color: var(--white); }

.nav-right { display: flex; align-items: center; gap: 12px; }

.nav-cta {
  padding: 9px 20px !important;
  font-size: .85rem !important;
}

/* hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: var(--ease);
}

.mobile-menu {
  display: none;
  position: fixed;
  inset: 66px 0 0;
  background: rgba(8,8,8,.98);
  backdrop-filter: blur(20px);
  z-index: 899;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 36px;
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--text);
  transition: color var(--ease);
}
.mobile-menu a:hover { color: var(--gold); }

/* ── HERO ── */
#hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 100px 0 80px;
  position: relative;
  overflow: hidden;
}

.hero-ambient {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 55% at 45% -5%, rgba(201,168,76,.055) 0%, transparent 55%),
    radial-gradient(ellipse 50% 40% at 85% 65%, rgba(201,168,76,.03) 0%, transparent 50%);
  pointer-events: none;
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, transparent, black 18%, black 82%, transparent);
  -webkit-mask-image: linear-gradient(to bottom, transparent, black 18%, black 82%, transparent);
  pointer-events: none;
}

.hero-content { position: relative; z-index: 1; }

.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 14px;
  border: 1px solid rgba(201,168,76,.3);
  border-radius: 100px;
  font-size: .75rem;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: .05em;
  margin-bottom: 28px;
}
.hero-pill::before {
  content: '';
  width: 6px; height: 6px;
  background: var(--gold);
  border-radius: 50%;
  flex-shrink: 0;
  animation: blink 2s ease infinite;
}
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:.25} }

.hero-h1 {
  font-size: clamp(2.4rem, 6vw, 4rem);
  font-weight: 900;
  line-height: 1.15;
  color: var(--white);
  margin-bottom: 22px;
  max-width: 720px;
}
.hero-h1 .g { color: var(--gold); }

.hero-p {
  font-size: clamp(.98rem, 2vw, 1.15rem);
  color: var(--text2);
  max-width: 540px;
  line-height: 1.85;
  margin-bottom: 44px;
}

.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 64px; }

.hero-stats {
  display: flex;
  gap: 44px;
  padding-top: 40px;
  border-top: 1px solid var(--border);
  flex-wrap: wrap;
}

.stat-n {
  font-size: 2rem;
  font-weight: 900;
  color: var(--white);
  line-height: 1;
}
.stat-n span { color: var(--gold); }
.stat-l {
  font-size: .8rem;
  color: var(--text2);
  margin-top: 5px;
}

/* ── MARQUEE ── */
.marquee-strip {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--bg2);
  padding: 16px 0;
  overflow: hidden;
}
.marquee-track {
  display: flex;
  gap: 0;
  white-space: nowrap;
  animation: scroll-rtl 30s linear infinite;
  width: max-content;
}
.marquee-item {
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #585858;
  padding: 0 44px;
}
.marquee-item .dot { color: var(--gold); }
@keyframes scroll-rtl {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ── SERVICES GRID ── */
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  background: var(--border);
  border: 1px solid var(--border);
}

.svc-card {
  background: var(--card);
  padding: 48px 40px;
  position: relative;
  overflow: hidden;
  transition: background var(--ease);
}
.svc-card:hover { background: #181818; }

.svc-card::after {
  content: '';
  position: absolute;
  top: 0; right: 0; left: 0;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .35s ease;
}
.svc-card:hover::after { transform: scaleX(1); }

.svc-num {
  position: absolute;
  top: 20px; left: 28px;
  font-size: 4.5rem;
  font-weight: 900;
  color: rgba(255,255,255,.13);
  line-height: 1;
  user-select: none;
}

.svc-icon {
  width: 48px; height: 48px;
  border: 1px solid rgba(201,168,76,.25);
  border-radius: var(--r);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem;
  margin-bottom: 24px;
}

.svc-tag {
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}

.svc-name {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 14px;
  line-height: 1.3;
}

.svc-desc {
  font-size: .92rem;
  color: var(--text2);
  line-height: 1.85;
}

/* ── ABOUT ── */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
}

.about-p { font-size: .97rem; color: var(--text2); line-height: 1.9; margin-bottom: 14px; }

.about-feat-list { margin-top: 32px; display: flex; flex-direction: column; gap: 14px; }
.about-feat {
  display: flex; align-items: flex-start; gap: 12px;
  font-size: .92rem; color: var(--text2);
}
.about-feat::before {
  content: '—';
  color: var(--gold);
  flex-shrink: 0;
  font-weight: 700;
  margin-top: 2px;
}

.quote-card {
  background: var(--card);
  border: 1px solid var(--border);
  padding: 40px;
  border-radius: var(--r);
}

.q-mark {
  font-size: 3.5rem;
  color: var(--gold);
  opacity: .35;
  font-family: Georgia, serif;
  line-height: .8;
  margin-bottom: 16px;
  display: block;
}

.q-text {
  font-size: 1.12rem;
  font-weight: 600;
  color: var(--white);
  line-height: 1.65;
  margin-bottom: 28px;
}

.q-sig { display: flex; align-items: center; gap: 14px; }

.q-avatar {
  width: 46px; height: 46px;
  background: var(--gold-dim);
  border: 1px solid rgba(201,168,76,.3);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem; font-weight: 800; color: var(--gold);
  flex-shrink: 0;
}

.q-name  { font-weight: 700; font-size: .92rem; color: var(--white); }
.q-role  { font-size: .78rem; color: var(--text2); }

/* ── SLOGAN STRIP ── */
.slogan-strip {
  background: var(--bg);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 56px 0;
  text-align: center;
}
.slogan-strip p {
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
  font-weight: 500;
  color: var(--text2);
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.75;
}
.slogan-strip em {
  color: var(--gold);
  font-style: normal;
}

/* ── PACKAGES ── */
.pkg-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 2px;
  background: var(--border);
  border: 1px solid var(--border);
  margin-top: 56px;
}

.pkg-card {
  background: var(--card);
  padding: 44px 34px;
  display: flex; flex-direction: column;
  position: relative;
  transition: background var(--ease);
}
.pkg-card.featured {
  background: linear-gradient(145deg, #1c160a 0%, #141414 100%);
  border: 1px solid rgba(201,168,76,.18);
  position: relative;
  z-index: 1;
}

.pkg-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  padding: 3px 14px;
  background: var(--gold);
  color: #080808;
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 2px;
  margin-bottom: 20px;
  width: fit-content;
}

.pkg-name {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 8px;
}

.pkg-tag {
  font-size: .85rem;
  color: var(--text2);
  line-height: 1.65;
  margin-bottom: 30px;
  flex-grow: 1;
}

.pkg-feats {
  display: flex; flex-direction: column; gap: 11px;
  margin-bottom: 36px;
}
.pkg-feats li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: .87rem; color: var(--text2);
}
.pkg-feats li .ck { color: var(--gold); flex-shrink: 0; margin-top: 2px; }

.pkg-btn { width: 100%; text-align: center; justify-content: center; }

.pkg-unified-cta {
  text-align: center;
  margin-top: 44px;
}
.pkg-unified-cta .btn {
  min-width: 280px;
  font-size: 1rem;
  padding: 16px 40px;
}

/* ── PROCESS ── */
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  background: var(--border);
  border: 1px solid var(--border);
  margin-top: 56px;
}

.step-card {
  background: var(--bg2);
  padding: 40px 30px;
}

.step-n {
  font-size: 3rem;
  font-weight: 900;
  color: rgba(201,168,76,.42);
  line-height: 1;
  margin-bottom: 18px;
  letter-spacing: -.02em;
}
/* subtle gold accent color inline */
.step-n-accent { color: rgba(201,168,76,.4) !important; }

.step-title {
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 10px;
}
.step-desc { font-size: .87rem; color: var(--text2); line-height: 1.75; }

/* ── ARTICLES ── */
.articles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--border);
  border: 1px solid var(--border);
}

.art-card {
  background: var(--card);
  padding: 34px 30px;
  display: flex; flex-direction: column;
  transition: background var(--ease);
  cursor: pointer;
}
.art-card:hover { background: #191919; }

.art-cat {
  font-size: .67rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}

.art-title {
  font-size: 1.06rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1.4;
  margin-bottom: 10px;
  flex-grow: 1;
}

.art-excerpt {
  font-size: .86rem;
  color: var(--text2);
  line-height: 1.75;
  margin-bottom: 22px;
}

.art-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 18px;
  border-top: 1px solid var(--border);
}
.art-date { font-size: .75rem; color: #585858; }
.art-arr  { font-size: .95rem; color: var(--gold); transition: transform var(--ease); }
.art-card:hover .art-arr { transform: translateX(-4px); }

/* ── CONTACT ── */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.45fr;
  gap: 72px;
  align-items: start;
}

.contact-h2 {
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  font-weight: 800;
  color: var(--white);
  line-height: 1.3;
  margin-bottom: 18px;
}

.contact-p { font-size: .97rem; color: var(--text2); line-height: 1.85; margin-bottom: 36px; }

.c-methods { display: flex; flex-direction: column; gap: 14px; }

.c-method {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--r);
  transition: border-color var(--ease);
}
.c-method:hover { border-color: var(--gold); }

.c-icon {
  width: 38px; height: 38px;
  background: var(--gold-dim);
  border-radius: var(--r);
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}
.c-label { font-size: .75rem; color: #585858; }
.c-val   { font-size: .92rem; font-weight: 600; color: var(--text); }

/* Form */
.form-box {
  background: var(--card);
  border: 1px solid var(--border);
  padding: 44px;
  border-radius: var(--r);
}
.form-title {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 28px;
}

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-group { margin-bottom: 18px; }

.form-label {
  display: block;
  font-size: .82rem;
  color: var(--text2);
  margin-bottom: 7px;
  font-weight: 500;
}

.form-ctrl {
  width: 100%;
  padding: 11px 14px;
  background: var(--bg2);
  border: 1px solid var(--border);
  border-radius: var(--r);
  color: var(--text);
  font-family: var(--font);
  font-size: .92rem;
  transition: border-color var(--ease), box-shadow var(--ease);
  direction: rtl;
  -webkit-appearance: none;
}
.form-ctrl:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201,168,76,.1);
}
textarea.form-ctrl { height: 110px; resize: vertical; }
select.form-ctrl   { cursor: pointer; }
select.form-ctrl option { background: var(--card); }

.form-submit { width: 100%; padding: 14px; font-size: .97rem; }

/* ── FOOTER ── */
footer {
  background: #050505;
  border-top: 1px solid var(--border);
  padding: 52px 0 24px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 44px;
  margin-bottom: 44px;
}
.footer-logo {
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: .1em;
  color: var(--white);
  margin-bottom: 14px;
}
.footer-logo em { font-style: normal; color: var(--gold); }
.footer-desc { font-size: .87rem; color: #585858; line-height: 1.8; margin-bottom: 20px; }

.footer-col-h {
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--text2);
  margin-bottom: 18px;
}
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a { font-size: .87rem; color: #585858; transition: color var(--ease); }
.footer-links a:hover { color: var(--gold); }

.footer-bar {
  padding-top: 22px;
  border-top: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
}
.footer-copy { font-size: .78rem; color: #585858; }

.footer-social {
  display: flex;
  align-items: center;
  gap: 14px;
}
.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--card);
  border: 1px solid var(--border);
  color: #585858;
  transition: color var(--ease), border-color var(--ease), background var(--ease);
}
.social-icon:hover {
  color: var(--gold);
  border-color: var(--gold);
  background: var(--gold-dim);
}

/* ── FLOATS ── */
.wa-float {
  position: fixed;
  bottom: 30px; left: 30px;
  width: 54px; height: 54px;
  background: #25D366;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 22px rgba(37,211,102,.38);
  z-index: 888;
  transition: transform var(--ease);
}
.wa-float:hover { transform: scale(1.1); }

.btt {
  position: fixed;
  bottom: 30px; right: 30px;
  width: 42px; height: 42px;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--r);
  display: none;
  align-items: center; justify-content: center;
  cursor: pointer;
  font-size: .9rem;
  color: var(--text2);
  z-index: 887;
  transition: border-color var(--ease), color var(--ease);
}
.btt.on { display: flex; }
.btt:hover { border-color: var(--gold); color: var(--gold); }

/* ── ARTICLE PAGE ── */
.article-wrap { max-width: 740px; margin: 0 auto; padding: 0 28px; }

.art-header { padding: 120px 0 48px; border-bottom: 1px solid var(--border); margin-bottom: 48px; }

.breadcrumb {
  display: flex; align-items: center; gap: 8px;
  font-size: .78rem; color: #585858;
  margin-bottom: 24px;
}
.breadcrumb a { transition: color var(--ease); }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb .sep { color: #585858; }

.art-h1 {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 900;
  color: var(--white);
  line-height: 1.25;
  margin-bottom: 20px;
}

.art-meta {
  display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
  font-size: .8rem; color: #585858;
}
.art-meta .cat { color: var(--gold); font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.art-meta .dot { color: #585858; }

.art-body { font-size: 1.02rem; color: var(--text2); line-height: 1.9; }
.art-body h2 {
  font-size: 1.4rem; font-weight: 800; color: var(--white);
  margin: 40px 0 16px; line-height: 1.3;
}
.art-body h3 {
  font-size: 1.12rem; font-weight: 700; color: var(--white);
  margin: 30px 0 12px;
}
.art-body p  { margin-bottom: 18px; }
.art-body strong { color: var(--white); font-weight: 700; }
.art-body em     { color: var(--gold); font-style: normal; }
.art-body blockquote {
  border-right: 3px solid var(--gold);
  padding: 16px 20px;
  margin: 28px 0;
  background: var(--card);
  border-radius: 0 var(--r) var(--r) 0;
  font-size: 1.06rem;
  color: var(--white);
  font-weight: 500;
}
.art-body ul { margin: 0 0 18px 0; padding: 0; }
.art-body ul li {
  padding: 6px 0 6px 0;
  padding-right: 20px;
  position: relative;
  color: var(--text2);
}
.art-body ul li::before {
  content: '—';
  position: absolute;
  right: 0;
  color: var(--gold);
  font-weight: 700;
}

.art-cta-box {
  background: var(--card);
  border: 1px solid rgba(201,168,76,.2);
  border-radius: var(--r);
  padding: 36px 40px;
  margin: 48px 0;
  text-align: center;
}
.art-cta-box .cta-t { font-size: 1.15rem; font-weight: 800; color: var(--white); margin-bottom: 10px; }
.art-cta-box .cta-p { font-size: .9rem; color: var(--text2); margin-bottom: 24px; }

/* ── BLOG PAGE ── */
.blog-header { padding: 120px 0 64px; }
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--border);
  border: 1px solid var(--border);
}

/* ── FADE-UP ANIMATION ── */
.fu {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .55s ease, transform .55s ease;
}
.fu.vis { opacity: 1; transform: translateY(0); }

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
  .nav-center { display: none; }
  .hamburger  { display: flex; }
  .services-grid  { grid-template-columns: 1fr; }
  .about-grid     { grid-template-columns: 1fr; gap: 40px; }
  .pkg-grid       { grid-template-columns: 1fr; }
  .process-grid   { grid-template-columns: 1fr 1fr; }
  .articles-grid  { grid-template-columns: 1fr 1fr; }
  .contact-grid   { grid-template-columns: 1fr; gap: 40px; }
  .footer-grid    { grid-template-columns: 1fr; gap: 30px; }
  .blog-grid      { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .section  { padding: 64px 0; }
  .hero-stats   { gap: 24px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { justify-content: center; }
  .process-grid { grid-template-columns: 1fr; }
  .articles-grid{ grid-template-columns: 1fr; }
  .form-row     { grid-template-columns: 1fr; }
  .form-box     { padding: 28px 24px; }
  .contact-grid { gap: 32px; }
  .footer-bar   { flex-direction: column; text-align: center; }
  .blog-grid    { grid-template-columns: 1fr; }
  .art-header   { padding: 100px 0 36px; }
}

/* =====================================================
   v2 PREMIUM POLISH — added 2026-05-03
   Subtle elegance: glow, shimmer, smooth transitions
   ===================================================== */

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

/* Larger base font on big screens for readability */
@media (min-width: 1280px) {
  html { font-size: 17px; }
}

/* Better focus states — accessibility */
a:focus-visible, button:focus-visible, input:focus-visible,
textarea:focus-visible, select:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
  border-radius: var(--r);
}

/* selection color */
::selection { background: var(--gold); color: #080808; }

/* Hero: animated radar sweep behind the grid */
#hero::before {
  content: '';
  position: absolute;
  top: -10%; right: -10%;
  width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(201,168,76,.06) 0%, transparent 60%);
  filter: blur(2px);
  pointer-events: none;
  animation: drift-slow 22s ease-in-out infinite;
}
#hero::after {
  content: '';
  position: absolute;
  bottom: -20%; left: -10%;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(201,168,76,.04) 0%, transparent 65%);
  filter: blur(2px);
  pointer-events: none;
  animation: drift-slow 26s ease-in-out infinite reverse;
}
@keyframes drift-slow {
  0%,100% { transform: translate(0,0) scale(1); }
  50%     { transform: translate(-40px,30px) scale(1.08); }
}

/* Hero h1 gold gradient text instead of solid */
.hero-h1 .g {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-lt) 50%, var(--gold) 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shimmer 8s linear infinite;
}
@keyframes shimmer {
  0%   { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}

/* Hero pill — dual-pulse dot */
.hero-pill::after {
  content: '';
  position: absolute;
  width: 18px; height: 18px;
  border-radius: 50%;
  border: 1px solid var(--gold);
  margin-right: -6px;
  opacity: 0;
  animation: pulse-ring 2s ease-out infinite;
  pointer-events: none;
}
.hero-pill { position: relative; padding-right: 18px; }
@keyframes pulse-ring {
  0%   { transform: scale(.4); opacity: 1; }
  100% { transform: scale(1.6); opacity: 0; }
}

/* Buttons — premium glow lift */
.btn-gold {
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(201,168,76,.18);
}
.btn-gold::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,.25) 50%, transparent 70%);
  transform: translateX(100%);
  transition: transform .7s ease;
  pointer-events: none;
}
.btn-gold:hover::before { transform: translateX(-100%); }
.btn-gold:hover {
  box-shadow: 0 12px 36px rgba(201,168,76,.42), 0 0 0 1px rgba(229,201,106,.4);
}

/* CTAs in nav: subtle pulse to attract eye */
.nav-cta {
  position: relative;
}

/* Service cards: enhanced hover with subtle gold corner */
.svc-card {
  transition: background var(--ease), transform var(--ease), box-shadow var(--ease);
}
.svc-card::before {
  content: '';
  position: absolute;
  bottom: 0; right: 0;
  width: 80px; height: 80px;
  background: radial-gradient(circle at bottom right, rgba(201,168,76,.10) 0%, transparent 60%);
  opacity: 0;
  transition: opacity .4s ease;
  pointer-events: none;
}
.svc-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(0,0,0,.4);
}
.svc-card:hover::before { opacity: 1; }
.svc-card:hover .svc-icon {
  border-color: var(--gold);
  background: var(--gold-dim);
  transform: scale(1.05);
}
.svc-icon { transition: all var(--ease); }

/* Package cards: subtle elevation on hover */
.pkg-card {
  transition: background var(--ease), transform .35s ease, border-color var(--ease);
}
.pkg-card:not(.featured):hover {
  background: #181818;
  transform: translateY(-4px);
}
.pkg-card.featured {
  position: relative;
  z-index: 2;
}
.pkg-card.featured::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: var(--r);
  background: linear-gradient(135deg, rgba(201,168,76,.4), transparent 40%, transparent 60%, rgba(201,168,76,.4));
  z-index: -1;
  opacity: .6;
  pointer-events: none;
}
.pkg-card.featured:hover { transform: translateY(-6px); }

/* Process step: number gradient + line */
.step-card {
  position: relative;
  transition: background var(--ease);
}
.step-card:hover { background: #151515; }
.step-card .step-n {
  background: linear-gradient(180deg, rgba(201,168,76,.7) 0%, rgba(201,168,76,.15) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Article cards: enhanced micro-interactions */
.art-card { transition: background var(--ease), transform var(--ease); }
.art-card:hover { transform: translateY(-3px); }
.art-card .art-arr { display: inline-block; }

/* Quote card: subtle glow */
.quote-card {
  position: relative;
  transition: border-color var(--ease);
}
.quote-card:hover { border-color: rgba(201,168,76,.3); }

/* Contact methods: enhanced hover */
.c-method {
  transition: border-color var(--ease), background var(--ease), transform var(--ease);
}
.c-method:hover {
  background: #181818;
  transform: translateX(-3px);
}
.c-method:hover .c-icon {
  background: var(--gold);
  color: #080808;
}
.c-icon { transition: all var(--ease); }

/* Form: better focus + improved spacing */
.form-ctrl::placeholder { color: var(--text3); }
.form-ctrl:hover { border-color: var(--border2); }

/* Marquee: smoother, slightly slower */
.marquee-track { animation-duration: 36s; }
.marquee-track:hover { animation-play-state: paused; }

/* WhatsApp float: ring animation */
.wa-float {
  position: fixed;
  bottom: 30px; left: 30px;
}
.wa-float::before {
  content: '';
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  border: 2px solid rgba(37,211,102,.5);
  opacity: 0;
  animation: wa-ring 2.4s ease-out infinite;
  pointer-events: none;
}
@keyframes wa-ring {
  0%   { transform: scale(.85); opacity: 1; }
  100% { transform: scale(1.5); opacity: 0; }
}
.wa-float:hover { box-shadow: 0 8px 30px rgba(37,211,102,.55); }

/* Back-to-top: more polish */
.btt {
  transition: all var(--ease);
  font-weight: 700;
}
.btt:hover {
  background: var(--gold);
  color: #080808;
  border-color: var(--gold);
  transform: translateY(-2px);
}

/* Footer enhancements: real social icons */
.footer-social { gap: 10px; }
.social-icon {
  width: 38px; height: 38px;
  cursor: pointer;
}
.social-icon:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(201,168,76,.25);
}

/* Footer privacy/accessibility links: more visible */
.footer-bar a {
  color: #888 !important;
  transition: color var(--ease);
  font-weight: 500;
  padding: 4px 0;
}
.footer-bar a:hover { color: var(--gold) !important; }

/* FAQ section (new) */
.faq-section { background: var(--bg2); }
.faq-list {
  margin-top: 52px;
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
}
.faq-item {
  background: var(--card);
  transition: background var(--ease);
}
.faq-item:hover { background: #181818; }
.faq-q {
  width: 100%;
  text-align: right;
  background: none;
  border: none;
  color: var(--white);
  font-family: var(--font);
  font-size: 1.02rem;
  font-weight: 700;
  padding: 22px 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  line-height: 1.45;
  min-height: 56px;
}
.faq-q::after {
  content: '+';
  flex-shrink: 0;
  width: 28px; height: 28px;
  border: 1px solid rgba(201,168,76,.3);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--gold);
  font-size: 1.2rem;
  line-height: 1;
  transition: all .3s ease;
}
.faq-item.open .faq-q::after {
  transform: rotate(45deg);
  background: var(--gold);
  color: #080808;
  border-color: var(--gold);
}
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .45s ease, padding .3s ease;
}
.faq-item.open .faq-a { max-height: 600px; padding: 0 30px 26px; }
.faq-a p {
  font-size: .95rem;
  color: var(--text2);
  line-height: 1.85;
}

/* =====================================================
   Mobile responsiveness improvements (v2)
   ===================================================== */
@media (max-width: 640px) {
  .wa-float { bottom: 20px; left: 20px; width: 48px; height: 48px; }
  .btt { bottom: 20px; right: 20px; }
  .faq-q { padding: 18px 22px; font-size: .96rem; }
  .faq-item.open .faq-a { padding: 0 22px 20px; }
}

/* iPhone notch */
@supports (padding: max(0px)) {
  body {
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
  }
}

