/* =========================================================
   Atiya — E-commerce & Marketplaces Freelance
   Theme: Dark premium + gradient + glassmorphism + neon
   ========================================================= */

:root {
  --bg:        #070a16;
  --bg-2:      #0b1024;
  --bg-3:      #0f1733;
  --surface:   rgba(255, 255, 255, 0.04);
  --surface-2: rgba(255, 255, 255, 0.06);
  --border:    rgba(255, 255, 255, 0.10);
  --border-2:  rgba(255, 255, 255, 0.18);

  --text:      #eaf0ff;
  --muted:     #99a3cc;
  --muted-2:   #6f79a3;

  --p1: #a78bfa;   /* violet */
  --p2: #22d3ee;   /* cyan   */
  --p3: #f472b6;   /* pink   */
  --grad: linear-gradient(120deg, #a78bfa 0%, #818cf8 35%, #22d3ee 100%);
  --grad-soft: linear-gradient(120deg, rgba(167,139,250,.18), rgba(34,211,238,.18));

  --wa: #25d366;
  --wa-dark: #1da851;

  --radius: 18px;
  --radius-lg: 26px;
  --shadow: 0 24px 60px -20px rgba(0, 0, 0, .65);
  --glow-violet: 0 0 0 1px rgba(167,139,250,.35), 0 14px 40px -10px rgba(124,58,237,.55);
  --glow-cyan:   0 0 0 1px rgba(34,211,238,.35), 0 14px 40px -10px rgba(34,211,238,.45);

  --maxw: 1180px;
  --font-ar: "Cairo", "Tajawal", system-ui, sans-serif;
  --font-en: "Sora", "Inter", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-ar);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
html[lang="en"] body { font-family: var(--font-en); }

/* ----- Animated background ----- */
.bg-orbs { position: fixed; inset: 0; z-index: -2; overflow: hidden; pointer-events: none; }
.orb { position: absolute; border-radius: 50%; filter: blur(90px); opacity: .55; }
.orb.o1 { width: 520px; height: 520px; background: #6d28d9; top: -160px; inset-inline-start: -120px; animation: float1 16s ease-in-out infinite; }
.orb.o2 { width: 460px; height: 460px; background: #0e7490; top: 30%; inset-inline-end: -140px; animation: float2 19s ease-in-out infinite; }
.orb.o3 { width: 420px; height: 420px; background: #be185d; bottom: -160px; inset-inline-start: 30%; opacity: .35; animation: float1 22s ease-in-out infinite; }
.bg-grid {
  position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background-image: linear-gradient(var(--border) 1px, transparent 1px),
                    linear-gradient(90deg, var(--border) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 0%, #000 30%, transparent 75%);
          mask-image: radial-gradient(ellipse 80% 60% at 50% 0%, #000 30%, transparent 75%);
  opacity: .35;
}
@keyframes float1 { 50% { transform: translate(40px, 50px) scale(1.08); } }
@keyframes float2 { 50% { transform: translate(-50px, 30px) scale(1.1); } }

/* ----- Layout ----- */
.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 22px; }
section { padding-block: 84px; position: relative; }
.section-head { text-align: center; max-width: 720px; margin-inline: auto; margin-bottom: 52px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .82rem; font-weight: 700; letter-spacing: .04em;
  color: var(--p2); text-transform: uppercase;
  padding: 6px 14px; border-radius: 999px;
  background: var(--grad-soft); border: 1px solid var(--border);
  margin-bottom: 16px;
}
h1, h2, h3 { line-height: 1.2; margin: 0; font-weight: 800; }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.6rem); }
.section-head p { color: var(--muted); font-size: 1.05rem; margin-top: 14px; }
.gradient-text {
  background: var(--grad); -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}

/* ----- Buttons ----- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font: inherit; font-weight: 700; cursor: pointer;
  padding: 13px 24px; border-radius: 14px; border: 1px solid transparent;
  text-decoration: none; transition: transform .2s, box-shadow .25s, background .25s;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn svg { width: 19px; height: 19px; }
.btn-primary { background: var(--grad); color: #0a0a14; box-shadow: var(--glow-violet); }
.btn-primary:hover { box-shadow: 0 0 0 1px rgba(167,139,250,.6), 0 22px 50px -12px rgba(124,58,237,.7); }
.btn-ghost { background: var(--surface); color: var(--text); border-color: var(--border-2); }
.btn-ghost:hover { background: var(--surface-2); border-color: var(--p1); }
.btn-wa { background: var(--wa); color: #06351b; }
.btn-wa:hover { background: var(--wa-dark); box-shadow: 0 18px 44px -14px rgba(37,211,102,.7); }
.btn-lg { padding: 16px 30px; font-size: 1.05rem; }
.btn-block { width: 100%; }

/* ----- Navbar ----- */
.nav {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  background: rgba(7, 10, 22, .72); border-bottom: 1px solid transparent;
  transition: border-color .3s, background .3s;
}
.nav.scrolled { border-bottom-color: var(--border); background: rgba(7, 10, 22, .9); }
.nav-inner { display: flex; align-items: center; gap: 18px; height: 70px; }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; color: var(--text); font-weight: 800; font-size: 1.15rem; }
.brand .logo {
  width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center;
  background: var(--grad); color: #0a0a14; font-weight: 900; font-size: 1.1rem;
  box-shadow: var(--glow-violet);
}
.brand small { display: block; font-size: .68rem; font-weight: 600; color: var(--muted); letter-spacing: .02em; }
.nav-links { display: flex; align-items: center; gap: 6px; margin-inline-start: auto; }
.nav-links a { color: var(--muted); text-decoration: none; font-weight: 600; font-size: .95rem; padding: 9px 13px; border-radius: 10px; transition: color .2s, background .2s; }
.nav-links a:hover { color: var(--text); background: var(--surface); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.lang-toggle {
  display: inline-flex; align-items: center; gap: 7px; cursor: pointer;
  background: var(--surface); border: 1px solid var(--border-2); color: var(--text);
  font: inherit; font-weight: 700; font-size: .9rem; padding: 9px 14px; border-radius: 11px;
  transition: border-color .2s, background .2s;
}
.lang-toggle:hover { border-color: var(--p2); background: var(--surface-2); }
.nav-toggle { display: none; background: var(--surface); border: 1px solid var(--border-2); color: var(--text); width: 44px; height: 44px; border-radius: 12px; cursor: pointer; }
.nav-toggle svg { width: 22px; height: 22px; }

/* ----- Hero ----- */
.hero { padding-top: 64px; padding-bottom: 60px; }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 9px;
  background: var(--surface); border: 1px solid var(--border-2);
  padding: 8px 15px; border-radius: 999px; font-size: .88rem; font-weight: 600; color: var(--muted);
  margin-bottom: 22px;
}
.hero-badge .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--wa); box-shadow: 0 0 0 4px rgba(37,211,102,.18); }
.hero h1 { font-size: clamp(2.1rem, 5.2vw, 3.5rem); letter-spacing: -.01em; }
.hero .lead { color: var(--muted); font-size: 1.12rem; margin: 22px 0 30px; max-width: 560px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-regions { display: flex; align-items: center; gap: 18px; margin-top: 30px; flex-wrap: wrap; color: var(--muted); font-size: .92rem; }
.hero-regions .reg { display: inline-flex; align-items: center; gap: 7px; font-weight: 600; }
.hero-regions .flag { font-size: 1.2rem; }
.hero-regions .sep { width: 1px; height: 18px; background: var(--border-2); }

/* hero visual / stat cards */
.hero-visual { position: relative; }
.glass-card {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius-lg); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  box-shadow: var(--shadow);
}
.hero-panel { padding: 26px; }
.hero-panel .ph-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.hero-panel .ph-head span { font-weight: 700; }
.hero-panel .ph-head .live { font-size: .75rem; color: var(--wa); display: inline-flex; align-items: center; gap: 6px; }
.hero-panel .ph-head .live::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--wa); box-shadow: 0 0 0 4px rgba(37,211,102,.18); }
.stat-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.stat-box { background: rgba(255,255,255,.03); border: 1px solid var(--border); border-radius: 14px; padding: 16px; }
.stat-box .num { font-size: 1.7rem; font-weight: 900; }
.stat-box .lbl { color: var(--muted); font-size: .82rem; margin-top: 2px; }
.mini-list { margin-top: 16px; display: grid; gap: 10px; }
.mini-list .mi { display: flex; align-items: center; gap: 11px; font-size: .92rem; color: var(--text); }
.mini-list .mi .ck { width: 22px; height: 22px; border-radius: 7px; background: var(--grad-soft); border: 1px solid var(--border); display: grid; place-items: center; flex: none; }
.mini-list .mi .ck svg { width: 13px; height: 13px; color: var(--p2); }
.float-badge {
  position: absolute; inset-inline-start: -22px; bottom: 28px;
  background: var(--bg-3); border: 1px solid var(--border-2); border-radius: 16px;
  padding: 12px 16px; display: flex; align-items: center; gap: 11px; box-shadow: var(--shadow);
  animation: bob 4.5s ease-in-out infinite;
}
@keyframes bob { 50% { transform: translateY(-9px); } }
.float-badge .ic { width: 36px; height: 36px; border-radius: 10px; display: grid; place-items: center; background: var(--grad); color: #0a0a14; }
.float-badge .t { font-weight: 800; font-size: .95rem; }
.float-badge .s { color: var(--muted); font-size: .76rem; }

/* ----- Marquee ----- */
.marquee-wrap { padding-block: 30px; border-block: 1px solid var(--border); background: rgba(255,255,255,.015); }
.marquee-label { text-align: center; color: var(--muted-2); font-size: .82rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 18px; }
.marquee { display: flex; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }
.marquee-track { display: flex; gap: 18px; padding-inline: 9px; animation: scroll 26s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes scroll { to { transform: translateX(-50%); } }
html[dir="rtl"] .marquee-track { animation-direction: reverse; }
.mp-chip { display: inline-flex; align-items: center; gap: 9px; white-space: nowrap; padding: 11px 20px; border-radius: 12px; background: var(--surface); border: 1px solid var(--border); font-weight: 700; color: var(--text); }
.mp-chip .mp-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--grad); }

/* ----- Cards grid ----- */
.grid { display: grid; gap: 20px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }

.feature {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 26px; position: relative; overflow: hidden; transition: transform .25s, border-color .25s, box-shadow .25s;
}
.feature::before { content: ""; position: absolute; inset: 0; background: var(--grad-soft); opacity: 0; transition: opacity .25s; }
.feature:hover { transform: translateY(-4px); border-color: var(--border-2); box-shadow: var(--shadow); }
.feature:hover::before { opacity: .5; }
.feature > * { position: relative; }
.feature .ic { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; background: var(--grad-soft); border: 1px solid var(--border); margin-bottom: 16px; }
.feature .ic svg { width: 26px; height: 26px; color: var(--p2); }
.feature h3 { font-size: 1.18rem; margin-bottom: 9px; }
.feature p { color: var(--muted); font-size: .96rem; margin: 0; }
.feature .tag { display: inline-block; margin-top: 14px; font-size: .78rem; font-weight: 700; color: var(--p1); }

/* ----- Process ----- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: step; }
.step { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 26px 22px; position: relative; }
.step .n { counter-increment: step; font-size: 2.6rem; font-weight: 900; line-height: 1; background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.step h3 { font-size: 1.12rem; margin: 12px 0 8px; }
.step p { color: var(--muted); font-size: .92rem; margin: 0; }

/* ----- Why / split ----- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
.why-list { display: grid; gap: 16px; margin-top: 26px; }
.why-item { display: flex; gap: 14px; }
.why-item .ck { width: 30px; height: 30px; border-radius: 9px; flex: none; display: grid; place-items: center; background: var(--grad); color: #0a0a14; }
.why-item .ck svg { width: 16px; height: 16px; }
.why-item h4 { margin: 0 0 3px; font-size: 1.04rem; }
.why-item p { margin: 0; color: var(--muted); font-size: .93rem; }
.stat-strip { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.stat-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 26px; text-align: center; }
.stat-card .num { font-size: 2.4rem; font-weight: 900; }
.stat-card .num .gradient-text { display: inline; }
.stat-card .lbl { color: var(--muted); font-size: .9rem; margin-top: 4px; }

/* ----- About ----- */
.about-grid { align-items: center; }
.about-photo { position: relative; display: flex; justify-content: center; }
.photo-frame { position: relative; width: 100%; max-width: 400px; }
.photo-frame::before {
  content: ""; position: absolute; inset-inline: 6%; bottom: 0; height: 80%;
  border-radius: 30px 30px 24px 24px;
  background: linear-gradient(160deg, rgba(167,139,250,.22), rgba(34,211,238,.12));
  border: 1px solid var(--border-2);
}
.photo-frame::after {
  content: ""; position: absolute; inset-inline: 18%; bottom: -6%; height: 40px;
  background: radial-gradient(ellipse at center, rgba(124,58,237,.55), transparent 70%);
  filter: blur(14px);
}
.photo-frame img { position: relative; z-index: 2; width: 100%; display: block; filter: drop-shadow(0 26px 44px rgba(0,0,0,.55)); }
.photo-badge {
  position: absolute; z-index: 3; inset-inline-start: -6px; bottom: 16%;
  background: var(--bg-3); border: 1px solid var(--border-2); border-radius: 16px;
  padding: 12px 16px; box-shadow: var(--shadow); animation: bob 5s ease-in-out infinite;
}
.photo-badge .pb-num { font-size: 1.4rem; font-weight: 900; line-height: 1; }
.photo-badge .pb-lbl { color: var(--muted); font-size: .76rem; margin-top: 3px; }
.photo-badge.tr { inset-inline-start: auto; inset-inline-end: -6px; bottom: auto; top: 14%; animation-delay: .8s; }

.timeline { display: grid; gap: 4px; margin: 24px 0; }
.tl-item { display: flex; gap: 14px; position: relative; padding-bottom: 18px; }
.tl-item:not(:last-child)::before { content: ""; position: absolute; inset-inline-start: 7px; top: 20px; bottom: 0; width: 2px; background: var(--border-2); }
.tl-dot { width: 16px; height: 16px; border-radius: 50%; flex: none; margin-top: 3px; background: var(--grad); box-shadow: var(--glow-violet); z-index: 1; }
.tl-role { font-weight: 800; font-size: 1rem; }
.tl-role span { color: var(--p2); font-weight: 700; }
.tl-meta { color: var(--muted); font-size: .86rem; margin-top: 2px; }
.about-certs { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 26px; }
.cert-chip { display: inline-flex; align-items: center; gap: 7px; font-size: .82rem; font-weight: 600; color: var(--text); background: var(--surface); border: 1px solid var(--border); padding: 7px 13px; border-radius: 999px; }
.cert-chip svg { width: 14px; height: 14px; color: var(--p1); }

/* ----- Portfolio ----- */
.work-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; transition: transform .25s, border-color .25s, box-shadow .25s; }
.work-card:hover { transform: translateY(-4px); border-color: var(--border-2); box-shadow: var(--shadow); }
.work-card .thumb { height: 150px; background: var(--grad-soft); position: relative; display: grid; place-items: center; border-bottom: 1px solid var(--border); }
.work-card .thumb .mk { font-weight: 900; font-size: 1.3rem; letter-spacing: .02em; }
.work-card .body { padding: 22px; }
.work-card .badge { display: inline-block; font-size: .75rem; font-weight: 700; color: var(--p2); background: var(--grad-soft); border: 1px solid var(--border); padding: 4px 11px; border-radius: 999px; margin-bottom: 11px; }
.work-card h3 { font-size: 1.1rem; margin-bottom: 8px; }
.work-card p { color: var(--muted); font-size: .92rem; margin: 0 0 14px; }
.work-metric { display: flex; gap: 18px; border-top: 1px solid var(--border); padding-top: 14px; }
.work-metric .m .v { font-weight: 900; font-size: 1.1rem; }
.work-metric .m .k { color: var(--muted); font-size: .76rem; }

/* ----- Packages ----- */
.pkg { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 30px 26px; position: relative; display: flex; flex-direction: column; }
.pkg.featured { border-color: transparent; box-shadow: var(--glow-violet); background: linear-gradient(180deg, rgba(167,139,250,.10), rgba(34,211,238,.04)); }
.pkg .ribbon { position: absolute; top: 18px; inset-inline-end: 18px; font-size: .72rem; font-weight: 800; color: #0a0a14; background: var(--grad); padding: 4px 12px; border-radius: 999px; }
.pkg .p-name { font-size: 1.2rem; font-weight: 800; }
.pkg .p-sub { color: var(--muted); font-size: .9rem; margin-top: 4px; }
.pkg .p-price { font-size: 2rem; font-weight: 900; margin: 18px 0 6px; }
.pkg .p-price small { font-size: .9rem; color: var(--muted); font-weight: 600; }
.pkg ul { list-style: none; padding: 0; margin: 18px 0 24px; display: grid; gap: 11px; }
.pkg li { display: flex; gap: 10px; align-items: flex-start; color: var(--text); font-size: .94rem; }
.pkg li svg { width: 18px; height: 18px; color: var(--p2); flex: none; margin-top: 3px; }
.pkg .btn { margin-top: auto; }

/* ----- Testimonials ----- */
.quote { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 26px; }
.quote .stars { color: #fbbf24; letter-spacing: 2px; margin-bottom: 12px; }
.quote p { font-size: 1rem; color: var(--text); margin: 0 0 18px; }
.quote .who { display: flex; align-items: center; gap: 12px; }
.quote .who .av { width: 42px; height: 42px; border-radius: 50%; background: var(--grad); display: grid; place-items: center; color: #0a0a14; font-weight: 900; }
.quote .who .nm { font-weight: 700; font-size: .95rem; }
.quote .who .rl { color: var(--muted); font-size: .82rem; }

/* ----- Brands grid ----- */
.brands-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 16px; }
.brand-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 22px; transition: transform .25s, border-color .25s, box-shadow .25s; }
.brand-card:hover { transform: translateY(-4px); border-color: var(--border-2); box-shadow: var(--shadow); }
.brand-card .bc-name { font-size: 1.15rem; font-weight: 900; }
.brand-card .bc-cat { color: var(--muted); font-size: .86rem; margin-top: 4px; }
.brand-card .bc-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 16px; border-top: 1px solid var(--border); padding-top: 13px; }
.brand-card .bc-market { font-size: .76rem; font-weight: 800; color: var(--p2); background: var(--grad-soft); border: 1px solid var(--border); padding: 4px 11px; border-radius: 999px; }
.brand-card .bc-since { font-size: .8rem; color: var(--muted-2); }

/* ----- Contact ----- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.contact-panel { padding: 34px; }
.contact-panel h3 { font-size: 1.4rem; margin-bottom: 10px; }
.contact-panel p.sub { color: var(--muted); margin: 0 0 24px; }
.contact-actions { display: grid; gap: 14px; }
.c-action { display: flex; align-items: center; gap: 16px; padding: 18px; border-radius: 14px; background: rgba(255,255,255,.03); border: 1px solid var(--border); text-decoration: none; color: var(--text); transition: transform .2s, border-color .2s, background .2s; }
.c-action:hover { transform: translateY(-2px); border-color: var(--border-2); background: var(--surface-2); }
.c-action .ic { width: 50px; height: 50px; border-radius: 13px; flex: none; display: grid; place-items: center; }
.c-action .ic.wa { background: rgba(37,211,102,.14); color: var(--wa); }
.c-action .ic.form { background: var(--grad-soft); color: var(--p1); }
.c-action .ic.book { background: rgba(34,211,238,.12); color: var(--p2); }
.c-action .ic svg { width: 24px; height: 24px; }
.c-action .t { font-weight: 800; font-size: 1.02rem; }
.c-action .s { color: var(--muted); font-size: .86rem; }
.c-action .arrow { margin-inline-start: auto; color: var(--muted); }
html[dir="rtl"] .c-action .arrow svg { transform: scaleX(-1); }

/* quick form */
.qform { display: grid; gap: 14px; }
.field label { display: block; font-size: .86rem; font-weight: 700; margin-bottom: 7px; color: var(--text); }
.field input, .field textarea, .field select {
  width: 100%; padding: 13px 15px; border-radius: 12px; font: inherit;
  background: rgba(255,255,255,.04); border: 1px solid var(--border-2); color: var(--text);
  transition: border-color .2s, box-shadow .2s;
}
.field input::placeholder, .field textarea::placeholder { color: var(--muted-2); }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--p1); box-shadow: 0 0 0 3px rgba(167,139,250,.18); }
.field textarea { resize: vertical; min-height: 96px; }
.field select option { background: var(--bg-2); color: var(--text); }
.form-note { font-size: .82rem; color: var(--muted-2); text-align: center; }

/* ----- FAQ ----- */
.faq { max-width: 800px; margin-inline: auto; display: grid; gap: 12px; }
.faq-item { background: var(--surface); border: 1px solid var(--border); border-radius: 14px; overflow: hidden; }
.faq-q { width: 100%; text-align: start; background: none; border: none; color: var(--text); font: inherit; font-weight: 700; font-size: 1.02rem; padding: 18px 22px; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.faq-q .pm { width: 26px; height: 26px; flex: none; border-radius: 8px; background: var(--grad-soft); border: 1px solid var(--border); display: grid; place-items: center; transition: transform .25s; }
.faq-q .pm svg { width: 15px; height: 15px; color: var(--p2); }
.faq-item.open .faq-q .pm { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-a p { padding: 0 22px 20px; margin: 0; color: var(--muted); }

/* ----- CTA band ----- */
.cta-band { text-align: center; padding: 56px 30px; border-radius: var(--radius-lg); background: linear-gradient(120deg, rgba(167,139,250,.14), rgba(34,211,238,.08)); border: 1px solid var(--border-2); position: relative; overflow: hidden; }
.cta-band h2 { margin-bottom: 12px; }
.cta-band p { color: var(--muted); max-width: 560px; margin: 0 auto 26px; }
.cta-band .hero-cta { justify-content: center; }

/* ----- Footer ----- */
.footer { border-top: 1px solid var(--border); padding-block: 48px 30px; margin-top: 30px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 32px; margin-bottom: 32px; }
.footer .brand { margin-bottom: 14px; }
.footer p { color: var(--muted); font-size: .92rem; max-width: 320px; }
.footer h5 { font-size: .82rem; text-transform: uppercase; letter-spacing: .12em; color: var(--muted-2); margin: 0 0 16px; }
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.footer ul a { color: var(--muted); text-decoration: none; font-size: .94rem; }
.footer ul a:hover { color: var(--text); }
.socials { display: flex; gap: 10px; margin-top: 16px; }
.socials a { width: 40px; height: 40px; border-radius: 11px; display: grid; place-items: center; background: var(--surface); border: 1px solid var(--border); color: var(--muted); transition: color .2s, border-color .2s; }
.socials a:hover { color: var(--text); border-color: var(--p1); }
.socials svg { width: 19px; height: 19px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; border-top: 1px solid var(--border); padding-top: 22px; color: var(--muted-2); font-size: .86rem; }

/* ----- Floating WhatsApp ----- */
.wa-float {
  position: fixed; inset-block-end: 22px; inset-inline-end: 22px; z-index: 60;
  width: 60px; height: 60px; border-radius: 50%; background: var(--wa); color: #fff;
  display: grid; place-items: center; box-shadow: 0 14px 36px -8px rgba(37,211,102,.6);
  text-decoration: none; transition: transform .2s;
}
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 30px; height: 30px; }
.wa-float::after { content: ""; position: absolute; inset: 0; border-radius: 50%; border: 2px solid var(--wa); animation: ping 2.2s ease-out infinite; }
@keyframes ping { 0% { transform: scale(1); opacity: .7; } 100% { transform: scale(1.6); opacity: 0; } }

/* ----- Reveal animation ----- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ----- Responsive ----- */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .hero-visual { max-width: 460px; }
  .split { grid-template-columns: 1fr; gap: 30px; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .nav-links { display: none; }
  .nav-toggle { display: grid; place-items: center; }
  .nav-links.open {
    display: flex; flex-direction: column; align-items: stretch;
    position: absolute; top: 70px; inset-inline: 0; padding: 16px 22px 22px;
    background: rgba(7,10,22,.98); border-bottom: 1px solid var(--border); gap: 4px;
  }
  .nav-links.open a { padding: 12px; }
  .grid-3, .grid-4, .grid-2, .contact-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  section { padding-block: 60px; }
  .hero-regions .sep { display: none; }
  .float-badge { display: none; }
  .nav-actions .btn-book-nav { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
