/* =========================================================
   Semoo For Web-Design — Light · Colorful · Vibrant
   Real photos · sliders · carousels · animations
   ========================================================= */

:root {
  --bg:        #ffffff;
  --bg-soft:   #f5f4fb;
  --bg-tint:   #fff5f0;
  --ink:       #191433;
  --ink-2:     #2c2749;
  --muted:     #6c6890;
  --line:      #eceaf6;
  --line-2:    #e2def2;

  --violet:    #6d5efc;
  --violet-d:  #5a4be0;
  --pink:      #ff5d8f;
  --amber:     #ffb020;
  --teal:      #00c2a8;
  --blue:      #3aa0ff;

  --grad:      linear-gradient(135deg, #6d5efc 0%, #a45cff 45%, #ff5d8f 100%);
  --grad-2:    linear-gradient(135deg, #00c2a8 0%, #3aa0ff 100%);
  --grad-warm: linear-gradient(135deg, #ffb020 0%, #ff5d8f 100%);
  --grad-cool: linear-gradient(135deg, #6d5efc 0%, #3aa0ff 100%);

  --radius:    24px;
  --radius-sm: 16px;
  --shadow:    0 24px 60px -24px rgba(90, 70, 180, .30);
  --shadow-sm: 0 12px 34px -16px rgba(90, 70, 180, .28);
  --shadow-color: 0 22px 50px -18px rgba(168, 92, 255, .5);

  --max:       1220px;
  --ff-en:     'Poppins', system-ui, sans-serif;
  --ff-en-disp:'Sora', system-ui, sans-serif;
  --ff-ar:     'Cairo', 'Tajawal', system-ui, sans-serif;

  --font-body:    var(--ff-ar);
  --font-display: var(--ff-ar);
}
html[lang="en"] { --font-body: var(--ff-en); --font-display: var(--ff-en-disp); }

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
ul { list-style: none; }

.grad-text { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.grad-text-2 { background: var(--grad-2); -webkit-background-clip: text; background-clip: text; color: transparent; }
.grad-text-w { background: var(--grad-warm); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* language visibility */
[data-lang-en] { display: none; }
html[lang="en"] [data-lang-ar] { display: none; }
html[lang="en"] [data-lang-en] { display: inline; }
html[lang="en"] [data-lang-en].block { display: block; }

.container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 24px; }

/* ---------- section headers ---------- */
.section { padding: clamp(64px, 9vw, 120px) 0; position: relative; }
.section-tag { display: inline-flex; align-items: center; gap: 9px; font-size: .78rem; letter-spacing: 2px;
  text-transform: uppercase; font-weight: 700; margin-bottom: 16px; padding: 8px 16px; border-radius: 999px;
  color: var(--violet-d); background: #efeafe; }
.section-tag .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--grad); }
.section-tag.warm { color: #d9541f; background: #ffeede; }
.section-tag.teal { color: #067e6d; background: #ddf7f2; }
.section-title { font-family: var(--font-display); font-weight: 800; font-size: clamp(2rem, 4.4vw, 3.2rem);
  line-height: 1.15; letter-spacing: -.5px; margin-bottom: 18px; color: var(--ink); }
.section-sub { color: var(--muted); max-width: 640px; font-size: 1.06rem; }
.center { text-align: center; } .center .section-sub { margin-inline: auto; } .center .section-tag { margin-inline: auto; }

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 15px 30px; border-radius: 14px;
  font-weight: 600; font-family: var(--font-body); font-size: .98rem; cursor: pointer; border: 2px solid transparent;
  transition: .3s cubic-bezier(.2,.7,.2,1); white-space: nowrap; }
.btn-grad { background: var(--grad); color: #fff; box-shadow: var(--shadow-color); }
.btn-grad:hover { transform: translateY(-3px); box-shadow: 0 28px 60px -18px rgba(168,92,255,.65); }
.btn-light { background: #fff; color: var(--ink); border-color: var(--line-2); }
.btn-light:hover { border-color: var(--violet); color: var(--violet-d); transform: translateY(-3px); }
.btn-white { background: #fff; color: var(--violet-d); }
.btn-white:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.btn svg { width: 18px; height: 18px; }

/* ======================= HEADER ======================= */
.header { position: fixed; inset: 0 0 auto 0; z-index: 100; transition: .35s; }
.header.scrolled { background: rgba(255,255,255,.85); backdrop-filter: blur(16px) saturate(1.3);
  border-bottom: 1px solid var(--line); box-shadow: 0 6px 30px -18px rgba(90,70,180,.4); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 82px; }

.brand { display: flex; align-items: center; gap: 12px; }
.brand .mark { width: 44px; height: 44px; flex: 0 0 auto; filter: drop-shadow(0 6px 14px rgba(124,58,237,.35)); }
.wordmark { display: flex; flex-direction: column; line-height: 1; }
.wordmark b { font-family: var(--ff-en-disp); font-size: 1.5rem; font-weight: 800; letter-spacing: -1px; color: var(--ink); }
.wordmark b .dot { color: var(--pink); }
.wordmark > span { font-size: .58rem; letter-spacing: 3px; text-transform: uppercase; color: var(--muted); margin-top: 3px; }

.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a { padding: 10px 16px; border-radius: 10px; font-weight: 600; font-size: .95rem; color: var(--ink-2); transition: .25s; }
.nav-links a:hover { color: var(--violet-d); background: #f4f1fe; }
.nav-links a.active { color: var(--violet-d); }
.nav-links a.active::after { content: ""; display: block; height: 3px; width: 20px; margin: 3px auto 0; background: var(--grad); border-radius: 3px; }

.nav-actions { display: flex; align-items: center; gap: 12px; }
.lang-btn { display: inline-flex; align-items: center; gap: 7px; padding: 10px 15px; border-radius: 10px;
  border: 2px solid var(--line-2); color: var(--ink); font-weight: 600; font-size: .85rem; cursor: pointer;
  background: #fff; transition: .25s; font-family: inherit; }
.lang-btn:hover { border-color: var(--violet); color: var(--violet-d); }
.lang-btn svg { width: 16px; height: 16px; }

.burger { display: none; width: 44px; height: 44px; border-radius: 12px; border: 2px solid var(--line-2);
  background: #fff; cursor: pointer; position: relative; }
.burger span { position: absolute; left: 11px; right: 11px; height: 2px; background: var(--ink); border-radius: 2px; transition: .3s; }
.burger span:nth-child(1){ top:14px; } .burger span:nth-child(2){ top:20px; } .burger span:nth-child(3){ top:26px; }
.burger.open span:nth-child(1){ top:20px; transform: rotate(45deg); }
.burger.open span:nth-child(2){ opacity:0; }
.burger.open span:nth-child(3){ top:20px; transform: rotate(-45deg); }

/* ======================= HERO ======================= */
.hero { position: relative; padding: 150px 0 80px; overflow: hidden; background:
  radial-gradient(700px 500px at 90% 0%, #f0ecff 0%, transparent 60%),
  radial-gradient(600px 500px at 0% 30%, #fff0f4 0%, transparent 55%); }
.hero-deco { position: absolute; border-radius: 50%; filter: blur(6px); opacity: .5; z-index: 0; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; gap: 54px; align-items: center; }
.hero-badge { display: inline-flex; align-items: center; gap: 10px; padding: 8px 16px; border-radius: 999px;
  background: #fff; border: 1px solid var(--line-2); box-shadow: var(--shadow-sm); font-size: .82rem; font-weight: 600;
  color: var(--ink-2); margin-bottom: 24px; opacity: 0; animation: fadeUp .7s .05s forwards; }
.hero-badge .pill { background: var(--grad); color: #fff; padding: 3px 11px; border-radius: 999px; font-size: .72rem; }
.hero h1 { font-family: var(--font-display); font-weight: 800; font-size: clamp(2.4rem, 5.2vw, 4.1rem);
  line-height: 1.1; letter-spacing: -1.4px; margin-bottom: 22px; color: var(--ink); opacity: 0; animation: fadeUp .7s .16s forwards; }
.hero p.lead { color: var(--muted); font-size: clamp(1.02rem, 1.6vw, 1.2rem); max-width: 540px; margin-bottom: 32px;
  opacity: 0; animation: fadeUp .7s .28s forwards; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; opacity: 0; animation: fadeUp .7s .4s forwards; }
.hero-meta { display: flex; gap: 30px; margin-top: 38px; flex-wrap: wrap; opacity: 0; animation: fadeUp .7s .52s forwards; }
.hero-meta .m b { font-family: var(--ff-en-disp); font-size: 1.7rem; font-weight: 800; display: block; }
.hero-meta .m span { color: var(--muted); font-size: .86rem; }

.rot { display: inline-grid; }
.rot > span { grid-area: 1/1; opacity: 0; transform: translateY(14px); transition: .5s;
  background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; white-space: nowrap; }
.rot > span.on { opacity: 1; transform: none; }

/* hero image slider */
.hero-slider { position: relative; opacity: 0; animation: fadeUp .9s .38s forwards; }
.hs-frame { position: relative; border-radius: 28px; overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 4/3.4; border: 6px solid #fff; }
.hs-slide { position: absolute; inset: 0; opacity: 0; transform: scale(1.06); transition: opacity 1s ease, transform 5s ease;
  background-size: cover; background-position: center; }
.hs-slide.active { opacity: 1; transform: scale(1); }
.hs-slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(25,20,51,.4), transparent 55%); }
.hs-dots { position: absolute; bottom: 16px; inset-inline: 0; z-index: 3; display: flex; gap: 8px; justify-content: center; }
.hs-dots button { width: 26px; height: 5px; border-radius: 999px; border: 0; background: rgba(255,255,255,.55); cursor: pointer; transition: .3s; }
.hs-dots button.active { background: #fff; width: 40px; }
.hero-float { position: absolute; background: #fff; border-radius: 16px; box-shadow: var(--shadow); padding: 14px 18px;
  display: flex; align-items: center; gap: 12px; z-index: 4; animation: bob 4.5s ease-in-out infinite; }
.hero-float .ic { width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; color: #fff; flex: 0 0 auto; }
.hero-float small { color: var(--muted); font-size: .74rem; display: block; }
.hero-float b { font-size: 1rem; font-family: var(--ff-en-disp); color: var(--ink); }
.hero-float.f1 { top: 26px; inset-inline-start: -26px; } .hero-float.f1 .ic { background: var(--grad-warm); }
.hero-float.f2 { bottom: 30px; inset-inline-end: -22px; animation-delay: 1.6s; } .hero-float.f2 .ic { background: var(--grad-2); }
.stars { color: var(--amber); font-size: .8rem; letter-spacing: 1px; }
@keyframes bob { 0%,100%{ transform: translateY(0);} 50%{ transform: translateY(-12px);} }
@keyframes fadeUp { from{ opacity:0; transform: translateY(26px);} to{ opacity:1; transform:none; } }

/* ======================= MARQUEE ======================= */
.marquee-wrap { border-block: 1px solid var(--line); padding: 22px 0; overflow: hidden; background: var(--bg-soft); }
.marquee { display: flex; width: max-content; animation: scrollx 24s linear infinite; }
.marquee span { color: #9a96b8; font-family: var(--ff-en-disp); font-weight: 700; font-size: 1.15rem;
  display: flex; align-items: center; gap: 44px; white-space: nowrap; padding-inline-end: 44px; }
.marquee span i { color: var(--pink); font-style: normal; }
@keyframes scrollx { to { transform: translateX(-50%); } }
html[dir="rtl"] .marquee { animation-direction: reverse; }

/* ======================= SERVICES ======================= */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 50px; }
.svc-card { position: relative; padding: 34px 30px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line);
  box-shadow: var(--shadow-sm); transition: .35s cubic-bezier(.2,.7,.2,1); overflow: hidden; }
.svc-card::after { content: ""; position: absolute; inset-inline: 0; top: 0; height: 4px; background: var(--grad); transform: scaleX(0);
  transform-origin: inline-start; transition: .4s; }
.svc-card:hover { transform: translateY(-10px); box-shadow: var(--shadow); }
.svc-card:hover::after { transform: scaleX(1); }
.svc-card .ic { width: 62px; height: 62px; border-radius: 18px; display: grid; place-items: center; margin-bottom: 22px; color: #fff; }
.svc-card .ic svg { width: 30px; height: 30px; stroke: #fff; }
.svc-card h3 { font-size: 1.25rem; margin-bottom: 10px; font-family: var(--font-display); }
.svc-card p { color: var(--muted); font-size: .96rem; }
.svc-card .more { display: inline-flex; align-items: center; gap: 6px; margin-top: 16px; color: var(--violet-d); font-weight: 600; font-size: .92rem; }
/* icon color variants */
.ic.c1{ background: var(--grad); } .ic.c2{ background: var(--grad-2); } .ic.c3{ background: var(--grad-warm); }
.ic.c4{ background: var(--grad-cool); } .ic.c5{ background: linear-gradient(135deg,#ff5d8f,#ffb020); }
.ic.c6{ background: linear-gradient(135deg,#00c2a8,#6d5efc); } .ic.c7{ background: linear-gradient(135deg,#3aa0ff,#a45cff); }
.ic.c8{ background: linear-gradient(135deg,#a45cff,#ff5d8f); } .ic.c9{ background: linear-gradient(135deg,#ffb020,#00c2a8); }
.ic.c10{ background: linear-gradient(135deg,#ff5d8f,#6d5efc); }

/* carousel */
.carousel-wrap { position: relative; margin-top: 50px; }
.carousel { display: flex; gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 8px 4px 24px; scrollbar-width: none; }
.carousel::-webkit-scrollbar { display: none; }
.carousel .svc-card { scroll-snap-align: start; flex: 0 0 clamp(280px, 33%, 360px); }
.carousel-nav { display: flex; gap: 10px; justify-content: center; margin-top: 4px; }
.carousel-nav button { width: 52px; height: 52px; border-radius: 14px; border: 1px solid var(--line-2);
  background: #fff; color: var(--violet-d); cursor: pointer; display: grid; place-items: center; transition: .25s; box-shadow: var(--shadow-sm); }
.carousel-nav button:hover { background: var(--grad); color: #fff; border-color: transparent; }
.carousel-nav svg { width: 20px; height: 20px; }

/* ======================= FEATURES ======================= */
.feat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.feat-media { position: relative; }
.feat-media img { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; aspect-ratio: 5/6; object-fit: cover; }
.feat-media .badge { position: absolute; inset-inline-end: -20px; bottom: 30px; background: #fff; border-radius: 18px;
  padding: 18px 22px; box-shadow: var(--shadow); text-align: center; }
.feat-media .badge b { font-family: var(--ff-en-disp); font-size: 1.9rem; display: block; line-height: 1; }
.feat-media .badge span { color: var(--muted); font-size: .78rem; font-weight: 600; }
.feat-media .deco { position: absolute; inset-inline-start: -22px; top: -22px; width: 90px; height: 90px; border-radius: 22px;
  background: var(--grad-warm); z-index: -1; }
.feat-list { display: grid; gap: 18px; margin-top: 26px; }
.feat-list li { display: flex; gap: 15px; align-items: flex-start; }
.feat-list .tick { width: 32px; height: 32px; border-radius: 10px; display: grid; place-items: center; flex: 0 0 auto; color: #fff; }
.feat-list .tick svg { width: 16px; height: 16px; stroke: #fff; }
.feat-list b { display: block; margin-bottom: 2px; font-size: 1.05rem; }
.feat-list p { color: var(--muted); font-size: .93rem; }

/* ======================= STATS BANNER ======================= */
.stats-banner { background: var(--grad); border-radius: 30px; padding: clamp(36px,5vw,58px); position: relative; overflow: hidden; }
.stats-banner::before { content: ""; position: absolute; inset: 0; background: radial-gradient(500px 220px at 15% 0%, rgba(255,255,255,.25), transparent 70%); }
.stats-grid { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.stat-card { text-align: center; color: #fff; }
.stat-card .num { font-family: var(--ff-en-disp); font-size: clamp(2.2rem,4vw,3.2rem); font-weight: 800; }
.stat-card .label { opacity: .9; font-size: .95rem; margin-top: 4px; }

/* ======================= WORK ======================= */
.work-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 50px; }
.work-card { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); aspect-ratio: 4/3;
  transition: .35s; display: block; }
.work-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: .6s; }
.work-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(25,20,51,.82), rgba(25,20,51,.05) 55%); }
.work-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.work-card:hover img { transform: scale(1.09); }
.work-card .cap { position: absolute; inset-inline: 0; bottom: 0; padding: 24px; z-index: 2; color: #fff; }
.work-card .cap .tag { display: inline-block; font-size: .72rem; letter-spacing: 1px; text-transform: uppercase; font-weight: 700;
  background: rgba(255,255,255,.2); backdrop-filter: blur(4px); padding: 4px 12px; border-radius: 999px; margin-bottom: 8px; }
.work-card .cap h4 { font-size: 1.2rem; }

/* ======================= PROCESS ======================= */
.process { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; margin-top: 50px; position: relative; }
.step { position: relative; padding: 34px 28px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line);
  box-shadow: var(--shadow-sm); transition: .3s; }
.step:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.step .n { width: 54px; height: 54px; border-radius: 16px; display: grid; place-items: center; color: #fff;
  font-family: var(--ff-en-disp); font-weight: 800; font-size: 1.3rem; margin-bottom: 18px; }
.step h4 { font-size: 1.12rem; margin-bottom: 8px; }
.step p { color: var(--muted); font-size: .93rem; }

/* ======================= TESTIMONIALS SLIDER ======================= */
.tst-slider { position: relative; margin-top: 50px; overflow: hidden; }
.tst-track { display: flex; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.tst-card { flex: 0 0 100%; padding: 6px; }
.tst-inner { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm);
  padding: clamp(30px,5vw,50px); text-align: center; max-width: 780px; margin: 0 auto; }
.tst-inner .quote { font-size: clamp(1.1rem,2vw,1.5rem); line-height: 1.6; color: var(--ink-2); font-weight: 500; margin-bottom: 26px; }
.tst-inner .stars { font-size: 1.05rem; margin-bottom: 18px; }
.tst-person { display: flex; align-items: center; gap: 14px; justify-content: center; }
.tst-person img { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; }
.tst-person b { display: block; } .tst-person span { color: var(--muted); font-size: .88rem; }
.tst-nav { display: flex; gap: 10px; justify-content: center; margin-top: 26px; }
.tst-nav button { width: 50px; height: 50px; border-radius: 14px; border: 1px solid var(--line-2); background: #fff;
  color: var(--violet-d); cursor: pointer; display: grid; place-items: center; transition: .25s; box-shadow: var(--shadow-sm); }
.tst-nav button:hover { background: var(--grad); color: #fff; border-color: transparent; }
.tst-nav svg { width: 20px; height: 20px; }

/* ======================= CTA ======================= */
.cta-box { position: relative; border-radius: 30px; padding: clamp(44px,6vw,74px); text-align: center; overflow: hidden;
  background: var(--grad); color: #fff; }
.cta-box::before { content: ""; position: absolute; inset: 0; background:
  radial-gradient(500px 240px at 15% 120%, rgba(255,255,255,.25), transparent 70%),
  radial-gradient(500px 240px at 90% -20%, rgba(255,255,255,.2), transparent 70%); }
.cta-box > * { position: relative; z-index: 2; }
.cta-box h2 { font-family: var(--font-display); font-size: clamp(1.9rem,4vw,3rem); margin-bottom: 14px; }
.cta-box p { opacity: .92; max-width: 560px; margin: 0 auto 30px; }
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ======================= PAGE HERO ======================= */
.page-hero { position: relative; padding: 150px 0 66px; text-align: center; overflow: hidden; background:
  radial-gradient(700px 340px at 50% 0%, #f0ecff 0%, transparent 65%); }
.page-hero h1 { font-family: var(--font-display); font-size: clamp(2.3rem,5vw,3.8rem); letter-spacing: -1px; margin-bottom: 14px; }
.breadcrumb { color: var(--muted); font-size: .92rem; display: flex; gap: 8px; justify-content: center; align-items: center; }
.breadcrumb a:hover { color: var(--violet-d); } .breadcrumb .sep { color: var(--pink); }

/* ======================= CONTACT ======================= */
.contact-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 44px; align-items: stretch; }
.contact-info { display: grid; gap: 16px; align-content: start; }
.info-card { display: flex; gap: 18px; align-items: flex-start; padding: 24px 26px; border-radius: var(--radius);
  background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm); transition: .3s; }
.info-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.info-card .ic { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; flex: 0 0 auto; color: #fff; }
.info-card .ic svg { width: 24px; height: 24px; stroke: #fff; }
.info-card h4 { font-size: 1.05rem; margin-bottom: 4px; }
.info-card p, .info-card a { color: var(--muted); font-size: .95rem; word-break: break-word; }
.info-card a:hover { color: var(--violet-d); }

.contact-form { padding: clamp(28px,4vw,44px); border-radius: var(--radius); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.contact-form h3 { font-family: var(--font-display); font-size: 1.6rem; margin-bottom: 6px; }
.contact-form .sub { color: var(--muted); font-size: .95rem; margin-bottom: 26px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: .85rem; color: var(--ink-2); margin-bottom: 8px; font-weight: 600; }
.field input, .field textarea, .field select { width: 100%; padding: 14px 16px; border-radius: 12px; background: var(--bg-soft);
  border: 1.5px solid var(--line-2); color: var(--ink); font-family: inherit; font-size: .96rem; transition: .25s; }
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--violet);
  background: #fff; box-shadow: 0 0 0 4px rgba(109,94,252,.12); }
.form-note { margin-top: 14px; font-size: .84rem; color: var(--muted); }
.form-status { margin-top: 16px; padding: 14px 18px; border-radius: 12px; display: none; font-size: .92rem; }
.form-status.ok { display: block; background: #ddf7f0; border: 1px solid #9be3cd; color: #067e5a; }

/* ======================= MAP ======================= */
.map-shell { border-radius: var(--radius); overflow: hidden; border: 6px solid #fff; box-shadow: var(--shadow); }
.map-frame { width: 100%; height: 460px; border: 0; display: block; }

/* ======================= FOOTER ======================= */
.footer { background: #16112e; color: #cfc9ec; padding-top: 72px; margin-top: 40px; position: relative; }
.footer::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--grad); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.3fr; gap: 40px; padding-bottom: 46px; }
.footer .wordmark b { color: #fff; } .footer .wordmark > span { color: #9a94bf; }
.footer-about p { color: #a49ecb; font-size: .95rem; margin: 18px 0 20px; max-width: 320px; }
.socials { display: flex; gap: 12px; }
.socials a { width: 42px; height: 42px; border-radius: 12px; border: 1px solid rgba(255,255,255,.12); display: grid; place-items: center; color: #cfc9ec; transition: .3s; }
.socials a:hover { background: var(--grad); color: #fff; border-color: transparent; transform: translateY(-3px); }
.socials svg { width: 18px; height: 18px; }
.footer h5 { font-size: 1.05rem; margin-bottom: 20px; color: #fff; }
.footer-links li { margin-bottom: 12px; }
.footer-links a { color: #a49ecb; font-size: .94rem; transition: .25s; }
.footer-links a:hover { color: #fff; padding-inline-start: 6px; }
.footer-contact li { display: flex; gap: 12px; margin-bottom: 14px; color: #a49ecb; font-size: .93rem; align-items: flex-start; }
.footer-contact svg { width: 18px; height: 18px; stroke: var(--pink); flex: 0 0 auto; margin-top: 3px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 22px 0; display: flex; justify-content: space-between;
  align-items: center; gap: 14px; flex-wrap: wrap; }
.footer-bottom p { color: #857fa8; font-size: .86rem; }

/* ======================= REVEAL ======================= */
.reveal { opacity: 0; transform: translateY(34px); transition: .8s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .1s; } .reveal.d2 { transition-delay: .2s; } .reveal.d3 { transition-delay: .3s; }

/* ======================= MOBILE MENU ======================= */
.mobile-menu { position: fixed; inset: 0; z-index: 99; background: rgba(255,255,255,.98); backdrop-filter: blur(12px);
  display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 6px;
  transform: translateY(-100%); transition: .45s cubic-bezier(.2,.8,.2,1); visibility: hidden; }
.mobile-menu.open { transform: translateY(0); visibility: visible; }
.mobile-menu a { font-family: var(--font-display); font-size: 1.7rem; font-weight: 700; color: var(--ink); padding: 12px; }
.mobile-menu a.active { color: var(--violet-d); }

/* ======================= RESPONSIVE ======================= */
@media (max-width: 1000px) {
  .nav-links { display: none; } .burger { display: block; }
  .hero-grid { grid-template-columns: 1fr; gap: 56px; }
  .hero-slider { max-width: 520px; }
  .feat-grid { grid-template-columns: 1fr; gap: 44px; }
  .svc-grid, .work-grid { grid-template-columns: 1fr 1fr; }
  .process { grid-template-columns: 1fr 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 30px 20px; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
}
@media (max-width: 600px) {
  .svc-grid, .work-grid, .process { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-cta { flex-direction: column; align-items: stretch; } .hero-cta .btn { justify-content: center; }
  .hero-float { display: none; }
}
