/* ============================================================
   ISHTA DIGITALS — Design System
   Plus Jakarta Sans · crimson #E11D2A · light/dark
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,500&family=JetBrains+Mono:wght@400;500&display=swap');

/* ---------- TOKENS ---------- */
:root {
  --font: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  --mono: 'JetBrains Mono', ui-monospace, monospace;

  /* brand */
  --red: #E11D2A;
  --red-bright: #FF3B45;
  --red-600: #C20D1A;
  --red-700: #9E0C16;
  --rose: #F7DAD9;
  --rose-tint: #FCEFEE;

  /* light surfaces */
  --bg: #FAF7F5;
  --bg-2: #F1EBE8;
  --surface: #FFFFFF;
  --surface-2: #FBF8F6;
  --ink: #18120F;
  --ink-2: #6B615B;
  --ink-3: #A89E98;
  --line: rgba(24,18,15,0.09);
  --line-2: rgba(24,18,15,0.06);

  /* glass */
  --glass-bg: rgba(255,255,255,0.62);
  --glass-brd: rgba(255,255,255,0.75);
  --glass-shadow: 0 24px 60px -22px rgba(60,20,18,0.30);

  --grad: linear-gradient(135deg, var(--red-bright), var(--red-600) 55%, var(--red-700));
  --grad-soft: linear-gradient(135deg, #FF5560, #C20D1A);

  /* shadow */
  --sh-sm: 0 2px 10px -4px rgba(40,16,14,0.18);
  --sh: 0 16px 40px -20px rgba(40,16,14,0.28);
  --sh-lg: 0 40px 90px -40px rgba(50,18,16,0.45);
  --sh-red: 0 18px 44px -16px rgba(225,29,42,0.5);

  /* geometry */
  --r-xs: 10px;
  --r-sm: 14px;
  --r: 20px;
  --r-lg: 28px;
  --r-xl: 36px;
  --maxw: 1240px;
  --ease: cubic-bezier(.21,.7,.25,1);

  --mesh-1: rgba(255,59,69,0.20);
  --mesh-2: rgba(247,184,182,0.55);
  --mesh-3: rgba(255,120,90,0.14);
  --grid-line: rgba(24,18,15,0.035);
}

[data-theme="dark"] {
  --bg: #110D0C;
  --bg-2: #181312;
  --surface: #1C1614;
  --surface-2: #221A18;
  --ink: #F6F0EC;
  --ink-2: #B6A9A2;
  --ink-3: #7C6F69;
  --line: rgba(255,255,255,0.10);
  --line-2: rgba(255,255,255,0.06);

  --glass-bg: rgba(40,28,26,0.50);
  --glass-brd: rgba(255,255,255,0.10);
  --glass-shadow: 0 30px 70px -24px rgba(0,0,0,0.7);

  --rose: #4a2422;
  --rose-tint: #2a1a18;

  --sh-sm: 0 2px 12px -4px rgba(0,0,0,0.5);
  --sh: 0 20px 46px -22px rgba(0,0,0,0.6);
  --sh-lg: 0 44px 100px -42px rgba(0,0,0,0.8);
  --sh-red: 0 18px 50px -14px rgba(225,29,42,0.55);

  --mesh-1: rgba(255,59,69,0.26);
  --mesh-2: rgba(225,29,42,0.16);
  --mesh-3: rgba(255,90,60,0.12);
  --grid-line: rgba(255,255,255,0.035);
}

/* ---------- RESET ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  transition: background .5s var(--ease), color .5s var(--ease);
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
ul { list-style: none; padding: 0; }
::selection { background: var(--red); color: #fff; }

/* ---------- LAYOUT ---------- */
.wrap { width: min(100% - 44px, var(--maxw)); margin-inline: auto; }
.section { padding: clamp(72px, 11vw, 150px) 0; position: relative; }
.section--tight { padding: clamp(54px, 7vw, 90px) 0; }

/* ---------- TYPE ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 12px; font-weight: 600; letter-spacing: .16em;
  text-transform: uppercase; color: var(--red);
}
.eyebrow::before {
  content: ""; width: 22px; height: 1.5px; border-radius: 2px;
  background: linear-gradient(90deg, var(--red), transparent);
}
.eyebrow--center::before { display: none; }
.eyebrow--center { gap: 0; }
.eyebrow--dot::before {
  content: ""; width: 7px; height: 7px; border-radius: 50%;
  background: var(--red); box-shadow: 0 0 0 4px rgba(225,29,42,.16);
}

h1, h2, h3 { font-weight: 800; line-height: 1.04; letter-spacing: -0.025em; text-wrap: balance; }
.display { font-size: clamp(2.7rem, 6.4vw, 5.1rem); font-weight: 800; line-height: 1.0; letter-spacing: -0.035em; }
.h2 { font-size: clamp(2rem, 4vw, 3.3rem); letter-spacing: -0.03em; }
.h3 { font-size: clamp(1.3rem, 2vw, 1.7rem); font-weight: 700; letter-spacing: -0.02em; }
.lead { font-size: clamp(1.05rem, 1.5vw, 1.28rem); color: var(--ink-2); line-height: 1.6; font-weight: 400; text-wrap: pretty; }
.muted { color: var(--ink-2); }
.grad-text {
  background: var(--grad); -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.section-head { max-width: 680px; }
.section-head .h2 { margin-top: 18px; }
.section-head .lead { margin-top: 18px; }
.section-head--center { margin-inline: auto; text-align: center; }

/* ---------- BUTTONS ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-weight: 600; font-size: 0.98rem; letter-spacing: -0.01em;
  padding: 15px 26px; border-radius: 999px;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .3s, color .3s;
  will-change: transform; white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; transition: transform .35s var(--ease); }
.btn-primary { background: var(--grad); color: #fff; box-shadow: var(--sh-red); }
.btn-primary:hover { box-shadow: 0 26px 56px -14px rgba(225,29,42,0.62); }
.btn-primary:hover svg { transform: translateX(4px); }
.btn-ghost { background: var(--surface); color: var(--ink); box-shadow: var(--sh-sm); border: 1px solid var(--line); }
.btn-ghost:hover { background: var(--surface-2); }
.btn-line { border: 1px solid var(--line); color: var(--ink); }
.btn-line:hover { border-color: var(--red); color: var(--red); }
.btn-lg { padding: 18px 32px; font-size: 1.05rem; }
.magnetic { display: inline-flex; }

/* ---------- GLASS / CARD ---------- */
.glass {
  background: var(--glass-bg);
  backdrop-filter: blur(20px) saturate(150%);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
  border: 1px solid var(--glass-brd);
  box-shadow: var(--glass-shadow);
  border-radius: var(--r-lg);
}
.card {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r-lg); box-shadow: var(--sh-sm);
  transition: transform .5s var(--ease), box-shadow .5s var(--ease), border-color .4s;
}

/* ---------- MESH BACKDROP ---------- */
.mesh { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 0; }
.mesh .blob {
  position: absolute; border-radius: 50%; filter: blur(60px); opacity: .9;
  animation: float 18s var(--ease) infinite alternate;
}
.mesh .b1 { width: 46vw; height: 46vw; max-width: 620px; max-height: 620px; top: -12%; right: -6%; background: radial-gradient(circle at 30% 30%, var(--mesh-1), transparent 70%); }
.mesh .b2 { width: 40vw; height: 40vw; max-width: 540px; max-height: 540px; top: 18%; left: -10%; background: radial-gradient(circle at 50% 50%, var(--mesh-2), transparent 68%); animation-delay: -6s; }
.mesh .b3 { width: 34vw; height: 34vw; max-width: 460px; max-height: 460px; bottom: -14%; right: 22%; background: radial-gradient(circle at 50% 50%, var(--mesh-3), transparent 70%); animation-delay: -11s; }
@keyframes float { 0% { transform: translate(0,0) scale(1); } 50% { transform: translate(3%, 4%) scale(1.08); } 100% { transform: translate(-3%, -3%) scale(0.96); } }

.grid-bg {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image: linear-gradient(var(--grid-line) 1px, transparent 1px), linear-gradient(90deg, var(--grid-line) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 30%, transparent 78%);
  -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 30%, transparent 78%);
}

/* ---------- REVEAL ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-d="1"] { transition-delay: .08s; }
.reveal[data-d="2"] { transition-delay: .16s; }
.reveal[data-d="3"] { transition-delay: .24s; }
.reveal[data-d="4"] { transition-delay: .32s; }
.reveal[data-d="5"] { transition-delay: .40s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .mesh .blob { animation: none; }
  html { scroll-behavior: auto; }
}

/* ---------- CURSOR GLOW ---------- */
#glow {
  position: fixed; top: 0; left: 0; width: 420px; height: 420px; border-radius: 50%;
  background: radial-gradient(circle, rgba(225,29,42,0.10), transparent 62%);
  transform: translate(-50%, -50%); pointer-events: none; z-index: 1;
  opacity: 0; transition: opacity .4s; mix-blend-mode: normal;
}
@media (hover: hover) and (pointer: fine) { #glow.on { opacity: 1; } }

/* ---------- SCROLL PROGRESS ---------- */
#progress { position: fixed; top: 0; left: 0; height: 3px; width: 0; background: var(--grad); z-index: 200; box-shadow: 0 0 12px rgba(225,29,42,.6); }

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 120;
  transition: padding .4s var(--ease);
  padding: 18px 0;
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 11px 12px 11px 22px; border-radius: 999px;
  border: 1px solid transparent; transition: all .45s var(--ease);
}
.nav.scrolled { padding: 10px 0; }
.nav.scrolled .nav-inner {
  background: var(--glass-bg); backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  border-color: var(--glass-brd); box-shadow: var(--sh);
}
.brand { display: flex; align-items: center; gap: 9px; font-weight: 800; font-size: 1.2rem; letter-spacing: -0.025em; white-space: nowrap; }
.brand .brand-glyph { height: 26px; width: auto; }
.brand .brand-text { white-space: nowrap; }
.brand .b-i { color: var(--red); }
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a {
  padding: 9px 15px; border-radius: 999px; font-size: 0.93rem; font-weight: 500; color: var(--ink-2);
  transition: color .25s, background .25s;
}
.nav-links a:hover, .nav-links a.active { color: var(--ink); background: var(--line-2); }
.nav-right { display: flex; align-items: center; gap: 10px; }
.theme-btn {
  width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center;
  border: 1px solid var(--line); color: var(--ink); transition: background .25s, transform .4s var(--ease), border-color .25s;
}
.theme-btn:hover { background: var(--line-2); transform: rotate(-18deg); }
.theme-btn svg { width: 19px; height: 19px; }
.theme-btn .sun { display: none; }
[data-theme="dark"] .theme-btn .sun { display: block; }
[data-theme="dark"] .theme-btn .moon { display: none; }

.nav-toggle { display: none; width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line); place-items: center; }
.nav-toggle svg { width: 20px; height: 20px; }

/* ============================================================
   HERO
   ============================================================ */
.hero { position: relative; padding-top: 168px; padding-bottom: 90px; overflow: hidden; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 40px; align-items: center; }
.hero-glyph {
  position: absolute; z-index: 1; right: -2%; top: 50%; transform: translateY(-50%);
  width: 40%; max-width: 480px; opacity: .26; pointer-events: none;
  filter: drop-shadow(0 30px 50px rgba(225,29,42,.12));
  animation: glyphdrift 22s ease-in-out infinite alternate;
}
[data-theme="dark"] .hero-glyph { opacity: .4; }
@keyframes glyphdrift { from { transform: translateY(-52%) rotate(-2deg); } to { transform: translateY(-48%) rotate(2deg); } }
.hero-badge {
  display: inline-flex; align-items: center; gap: 9px; padding: 8px 16px 8px 10px;
  border-radius: 999px; background: var(--surface); border: 1px solid var(--line);
  box-shadow: var(--sh-sm); font-size: 0.85rem; font-weight: 600; color: var(--ink-2);
}
.hero-badge .pill { display: inline-flex; align-items: center; gap: 6px; padding: 3px 10px; border-radius: 999px; background: var(--rose-tint); color: var(--red); font-size: 0.76rem; font-weight: 700; }
.hero-badge .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 3px rgba(225,29,42,.2); animation: pulse 2s infinite; }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: .4; } }
.hero h1 { margin: 24px 0 0; }
.hero .lead { margin-top: 22px; max-width: 510px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-trust { display: flex; align-items: center; gap: 16px; margin-top: 34px; color: var(--ink-2); font-size: 0.9rem; }
.hero-trust .avatars { display: flex; }
.hero-trust .avatars span { width: 34px; height: 34px; border-radius: 50%; border: 2px solid var(--bg); margin-left: -10px; background: var(--grad-soft); display: grid; place-items: center; color: #fff; font-size: 0.72rem; font-weight: 700; }
.hero-trust .avatars span:first-child { margin-left: 0; }
.hero-trust b { color: var(--ink); }

/* hero visual stack */
.hero-visual { position: relative; height: 480px; }
.hero-visual .float-card { position: absolute; border-radius: var(--r); padding: 16px 18px; }
.fc-stat { top: 8%; right: 4%; width: 210px; padding: 22px; }
.fc-stat .n { font-size: 2.1rem; font-weight: 800; letter-spacing: -0.03em; }
.fc-stat .l { font-size: 0.8rem; color: var(--ink-2); }
.fc-stat .spark { display: flex; align-items: flex-end; gap: 4px; height: 38px; margin-top: 12px; }
.fc-stat .spark i { flex: 1; background: var(--grad); border-radius: 3px; opacity: .85; }
.fc-social { display: flex; align-items: center; gap: 12px; }
.fc-social .ic { width: 42px; height: 42px; border-radius: 13px; display: grid; place-items: center; color: #fff; flex: none; }
.fc-social .meta b { font-size: 0.92rem; display: block; }
.fc-social .meta span { font-size: 0.78rem; color: var(--ink-2); }
.fc-ig { bottom: 20%; left: -2%; }
.fc-ig .ic { background: linear-gradient(135deg,#feda75,#d62976 45%,#962fbf 70%,#4f5bd5); }
.fc-ig2 { top: 52%; right: -4%; }
.fc-ig2 .ic { background: linear-gradient(135deg,#feda75,#d62976 45%,#962fbf 70%,#4f5bd5); }
.fc-li { bottom: 2%; right: 14%; }
.fc-li .ic { background: #0A66C2; }
.fc-tag { top: 2%; left: 12%; display: inline-flex; align-items: center; gap: 8px; padding: 11px 16px; font-weight: 600; font-size: 0.88rem; }
.fc-tag .d { width: 9px; height: 9px; border-radius: 50%; background: var(--red); }
.parallax { transition: transform .5s cubic-bezier(.2,.8,.2,1); will-change: transform; }
.svgi { width: 22px; height: 22px; }

/* ---------- MARQUEE ---------- */
.marquee { overflow: hidden; padding: 26px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; z-index: 2; }
.marquee-row { display: flex; gap: 56px; width: max-content; animation: scrollx 32s linear infinite; }
.marquee:hover .marquee-row { animation-play-state: paused; }
.marquee-row span { font-size: 1.15rem; font-weight: 600; color: var(--ink-3); display: inline-flex; align-items: center; gap: 56px; white-space: nowrap; }
.marquee-row span::after { content: "✦"; color: var(--red); font-size: 0.8rem; }
@keyframes scrollx { to { transform: translateX(-50%); } }

/* ============================================================
   STATS / COUNTERS
   ============================================================ */
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.stat { padding: 8px 30px; text-align: center; border-left: 1px solid var(--line); }
.stat:first-child { border-left: none; }
.stat .num { font-size: clamp(2.4rem, 4.2vw, 3.6rem); font-weight: 800; letter-spacing: -0.04em; line-height: 1; }
.stat .num .suf { color: var(--red); }
.stat .lab { margin-top: 10px; font-size: 0.9rem; color: var(--ink-2); font-weight: 500; }

/* ============================================================
   ABOUT
   ============================================================ */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 5vw, 80px); align-items: center; }
.about-media { position: relative; }
.about-stat-card { position: absolute; bottom: -28px; right: -22px; padding: 22px 26px; min-width: 200px; }
.about-stat-card .n { font-size: 2rem; font-weight: 800; letter-spacing: -0.03em; }
.about-stat-card .l { font-size: 0.82rem; color: var(--ink-2); }
.about-list { display: grid; gap: 14px; margin-top: 28px; }
.about-list li { display: flex; gap: 13px; align-items: flex-start; font-size: 1rem; color: var(--ink-2); }
.about-list .chk { width: 26px; height: 26px; border-radius: 9px; background: var(--rose-tint); color: var(--red); display: grid; place-items: center; flex: none; }
.about-list .chk svg { width: 15px; height: 15px; }

/* image placeholder */
.ph {
  position: relative; border-radius: var(--r-lg); overflow: hidden; background: var(--bg-2);
  background-image: repeating-linear-gradient(135deg, var(--line-2) 0 2px, transparent 2px 12px);
  border: 1px solid var(--line); display: grid; place-items: center;
}
.ph .ph-label { font-family: var(--mono); font-size: 0.78rem; color: var(--ink-3); letter-spacing: .02em; text-align: center; padding: 10px 16px; border-radius: 999px; background: var(--surface); box-shadow: var(--sh-sm); }
.ph--red { background-image: repeating-linear-gradient(135deg, rgba(225,29,42,.08) 0 2px, transparent 2px 12px); background-color: var(--rose-tint); }

/* ============================================================
   SERVICES
   ============================================================ */
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.svc {
  padding: 30px 26px 28px; border-radius: var(--r-lg); position: relative; overflow: hidden;
  background: var(--surface); border: 1px solid var(--line); box-shadow: var(--sh-sm);
  transition: transform .5s var(--ease), box-shadow .5s var(--ease), border-color .4s;
  min-height: 252px; display: flex; flex-direction: column;
}
.svc::after { content: ""; position: absolute; inset: 0; background: var(--grad); opacity: 0; transition: opacity .5s var(--ease); z-index: 0; }
.svc > * { position: relative; z-index: 1; }
.svc:hover { transform: translateY(-8px); box-shadow: var(--sh-lg); }
.svc:hover::after { opacity: 1; }
.svc:hover, .svc:hover .svc-desc, .svc:hover .svc-num { color: #fff; }
.svc:hover .svc-ic { background: rgba(255,255,255,0.18); color: #fff; }
.svc:hover .svc-arrow { background: #fff; color: var(--red); border-color: #fff; }
.svc-ic { width: 54px; height: 54px; border-radius: 16px; background: var(--rose-tint); color: var(--red); display: grid; place-items: center; transition: all .5s var(--ease); }
.svc-ic svg { width: 26px; height: 26px; }
.svc-num { position: absolute; top: 24px; right: 26px; font-family: var(--mono); font-size: 0.8rem; color: var(--ink-3); z-index: 1; transition: color .4s; }
.svc h3 { margin-top: 22px; font-size: 1.18rem; font-weight: 700; letter-spacing: -0.02em; }
.svc-desc { margin-top: 9px; font-size: 0.92rem; color: var(--ink-2); line-height: 1.55; flex: 1; transition: color .4s; }
.svc-arrow { width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; margin-top: 20px; transition: all .5s var(--ease); }
.svc-arrow svg { width: 16px; height: 16px; }

/* ============================================================
   WHY US — bento
   ============================================================ */
.bento { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 1fr; gap: 18px; }
.feat { padding: 32px; border-radius: var(--r-lg); background: var(--surface); border: 1px solid var(--line); box-shadow: var(--sh-sm); position: relative; overflow: hidden; transition: transform .5s var(--ease), box-shadow .5s var(--ease); }
.feat:hover { transform: translateY(-6px); box-shadow: var(--sh); }
.feat.span2 { grid-column: span 2; }
.feat.dark { background: #16100F; color: #fff; border-color: transparent; }
[data-theme="dark"] .feat.dark { background: #000; }
.feat.dark .feat-desc { color: rgba(255,255,255,.66); }
.feat.dark .feat-mesh { position: absolute; inset: 0; background: radial-gradient(120% 120% at 85% 15%, rgba(225,29,42,.5), transparent 55%); }
.feat-ic { width: 50px; height: 50px; border-radius: 14px; background: var(--rose-tint); color: var(--red); display: grid; place-items: center; margin-bottom: 20px; position: relative; }
.feat.dark .feat-ic { background: rgba(255,255,255,.12); color: #fff; }
.feat-ic svg { width: 24px; height: 24px; }
.feat h3 { font-size: 1.25rem; position: relative; }
.feat-desc { margin-top: 10px; color: var(--ink-2); font-size: 0.96rem; position: relative; }
.feat .big-num { font-size: clamp(2.6rem,5vw,4rem); font-weight: 800; letter-spacing: -0.04em; line-height: 1; }

/* ============================================================
   INDUSTRIES
   ============================================================ */
.ind-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.ind {
  padding: 24px 22px; border-radius: var(--r); background: var(--surface); border: 1px solid var(--line);
  display: flex; align-items: center; gap: 14px; transition: all .4s var(--ease); cursor: default;
}
.ind:hover { border-color: var(--red); transform: translateY(-4px); box-shadow: var(--sh); }
.ind .ic { width: 44px; height: 44px; border-radius: 12px; background: var(--rose-tint); color: var(--red); display: grid; place-items: center; flex: none; transition: all .4s; }
.ind:hover .ic { background: var(--grad); color: #fff; }
.ind .ic svg { width: 22px; height: 22px; }
.ind b { font-weight: 600; font-size: 1rem; }

/* ============================================================
   PROCESS — timeline
   ============================================================ */
.proc { position: relative; display: grid; gap: 0; margin-top: 50px; }
.proc-line { position: absolute; left: 50%; top: 0; bottom: 0; width: 2px; transform: translateX(-50%); background: var(--line); }
.proc-line::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: var(--p, 0%); background: var(--grad); transition: height .2s linear; }
.proc-row { display: grid; grid-template-columns: 1fr 90px 1fr; align-items: center; gap: 0; padding: 22px 0; }
.proc-card { padding: 26px 28px; }
.proc-card h3 { font-size: 1.3rem; }
.proc-card p { margin-top: 8px; color: var(--ink-2); font-size: 0.96rem; }
.proc-node { display: grid; place-items: center; position: relative; z-index: 2; }
.proc-node .ring { width: 60px; height: 60px; border-radius: 50%; background: var(--surface); border: 2px solid var(--line); display: grid; place-items: center; font-family: var(--mono); font-weight: 500; font-size: 0.95rem; color: var(--ink-2); transition: all .5s var(--ease); }
.proc-row.in .proc-node .ring { background: var(--grad); color: #fff; border-color: transparent; box-shadow: var(--sh-red); }
.proc-row:nth-child(even) .proc-card { grid-column: 3; }
.proc-row:nth-child(even) .spacer { grid-column: 1; }
.proc-row:nth-child(odd) .proc-card { text-align: right; }
.proc-num { font-family: var(--mono); font-size: 0.78rem; color: var(--red); margin-bottom: 6px; }

/* ============================================================
   PORTFOLIO — masonry
   ============================================================ */
.port-grid { columns: 3; column-gap: 18px; }
.port {
  break-inside: avoid; margin-bottom: 18px; border-radius: var(--r-lg); overflow: hidden;
  position: relative; border: 1px solid var(--line); box-shadow: var(--sh-sm); cursor: pointer;
}
.port .ph { border-radius: 0; border: none; }
.port image-slot { display: block; width: 100%; height: auto; }
.port-tall image-slot { aspect-ratio: 3/4; }
.port-wide image-slot { aspect-ratio: 4/3; }
.port-sq image-slot { aspect-ratio: 1/1; }
.port-tall .ph { aspect-ratio: 3/4; }
.port-wide .ph { aspect-ratio: 4/3; }
.port-sq .ph { aspect-ratio: 1/1; }
.port-overlay {
  position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end;
  padding: 22px; background: linear-gradient(to top, rgba(15,8,7,0.85), transparent 62%);
  opacity: 0; transform: translateY(10px); transition: all .5s var(--ease); z-index: 2; pointer-events: none;
}
.port:hover .port-overlay { opacity: 1; transform: none; }
.port:hover { transform: translateY(-4px); box-shadow: var(--sh-lg); }
.port-overlay .tag { align-self: flex-start; padding: 5px 12px; border-radius: 999px; background: var(--red); color: #fff; font-size: 0.72rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.port-overlay h3 { color: #fff; margin-top: 12px; font-size: 1.2rem; }
.port-overlay p { color: rgba(255,255,255,.72); font-size: 0.88rem; margin-top: 4px; }
.port-overlay .view { display: inline-flex; align-items: center; gap: 7px; color: #fff; font-size: 0.85rem; font-weight: 600; margin-top: 14px; }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testi-wrap { position: relative; overflow: hidden; }
.testi-track { display: flex; gap: 22px; transition: transform .65s var(--ease); }
.testi {
  flex: 0 0 calc(50% - 11px); padding: 38px 40px; border-radius: var(--r-lg);
}
@media (max-width: 860px) { .testi { flex: 0 0 100%; } }
.testi .stars { display: flex; gap: 3px; color: var(--red); margin-bottom: 18px; }
.testi .stars svg { width: 18px; height: 18px; }
.testi .quote { font-size: 1.18rem; line-height: 1.55; font-weight: 500; letter-spacing: -0.015em; }
.testi .who { display: flex; align-items: center; gap: 14px; margin-top: 26px; }
.testi .who .av { width: 50px; height: 50px; border-radius: 50%; background: var(--grad-soft); display: grid; place-items: center; color: #fff; font-weight: 700; flex: none; }
.testi .who b { display: block; font-size: 1rem; }
.testi .who span { font-size: 0.85rem; color: var(--ink-2); }
.testi-nav { display: flex; gap: 10px; }
.testi-nav button { width: 50px; height: 50px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; background: var(--surface); transition: all .35s var(--ease); }
.testi-nav button:hover { background: var(--grad); color: #fff; border-color: transparent; box-shadow: var(--sh-red); }
.testi-nav button svg { width: 20px; height: 20px; }
.testi-dots { display: flex; gap: 8px; align-items: center; }
.testi-dots i { width: 8px; height: 8px; border-radius: 50%; background: var(--line); transition: all .35s; cursor: pointer; }
.testi-dots i.on { width: 26px; border-radius: 4px; background: var(--grad); }

/* ============================================================
   FAQ
   ============================================================ */
.faq-list { display: grid; gap: 12px; }
.faq {
  border: 1px solid var(--line); border-radius: var(--r); background: var(--surface);
  overflow: hidden; transition: border-color .35s, box-shadow .35s;
}
.faq.open { border-color: rgba(225,29,42,.4); box-shadow: var(--sh-sm); }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 24px 26px; text-align: left; font-size: 1.08rem; font-weight: 600; letter-spacing: -0.015em; }
.faq-q .pm { width: 32px; height: 32px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; flex: none; transition: all .4s var(--ease); position: relative; }
.faq-q .pm::before, .faq-q .pm::after { content: ""; position: absolute; background: currentColor; border-radius: 2px; transition: transform .4s var(--ease), opacity .3s; }
.faq-q .pm::before { width: 13px; height: 2px; }
.faq-q .pm::after { width: 2px; height: 13px; }
.faq.open .faq-q .pm { background: var(--grad); color: #fff; border-color: transparent; transform: rotate(90deg); }
.faq.open .faq-q .pm::after { opacity: 0; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .5s var(--ease); }
.faq-a-inner { padding: 0 26px 26px; color: var(--ink-2); line-height: 1.65; max-width: 760px; }

/* ============================================================
   CONTACT
   ============================================================ */
.contact-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(30px,4vw,56px); align-items: stretch; }
.contact-info { display: flex; flex-direction: column; gap: 16px; }
.ci-card { display: flex; gap: 16px; align-items: center; padding: 20px 22px; border-radius: var(--r); background: var(--surface); border: 1px solid var(--line); transition: all .4s var(--ease); }
.ci-card:hover { border-color: var(--red); transform: translateX(4px); }
.ci-card .ic { width: 48px; height: 48px; border-radius: 13px; background: var(--rose-tint); color: var(--red); display: grid; place-items: center; flex: none; }
.ci-card.wa .ic { background: #25D366; color: #fff; }
.ci-card .ic svg { width: 22px; height: 22px; }
.ci-card .l { font-size: 0.8rem; color: var(--ink-2); }
.ci-card b { font-size: 1.02rem; }
.map-ph { flex: 1; min-height: 150px; border-radius: var(--r); }
.map-link { position: relative; display: grid; place-items: center; overflow: hidden; text-decoration: none; border: 1px solid var(--line); transition: box-shadow .4s var(--ease), transform .4s var(--ease); }
.map-link::before { content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 32% 42%, rgba(225,29,42,.10), transparent 42%),
    repeating-linear-gradient(0deg, var(--line-2) 0 1px, transparent 1px 28px),
    repeating-linear-gradient(90deg, var(--line-2) 0 1px, transparent 1px 28px),
    var(--surface-2);
}
.map-link:hover { box-shadow: var(--sh); transform: translateY(-2px); }
.map-pin { position: relative; z-index: 1; width: 44px; height: 44px; border-radius: 50% 50% 50% 0; background: var(--grad); transform: rotate(-45deg); display: grid; place-items: center; box-shadow: var(--sh-red); animation: pinbob 2.6s ease-in-out infinite; }
.map-pin svg { transform: rotate(45deg); width: 20px; height: 20px; color: #fff; }
@keyframes pinbob { 0%,100% { transform: rotate(-45deg) translateY(0); } 50% { transform: rotate(-45deg) translateY(-5px); } }
.map-open { position: absolute; z-index: 1; bottom: 14px; display: inline-flex; align-items: center; gap: 7px; padding: 9px 16px; border-radius: 999px; background: var(--surface); border: 1px solid var(--line); box-shadow: var(--sh-sm); font-size: 0.85rem; font-weight: 600; color: var(--ink); }
.map-open svg { width: 15px; height: 15px; color: var(--red); }
.form-card { padding: clamp(26px, 3vw, 40px); }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 0.85rem; font-weight: 600; margin-bottom: 8px; color: var(--ink); }
.field input, .field textarea, .field select {
  width: 100%; padding: 14px 16px; border-radius: var(--r-sm); border: 1px solid var(--line);
  background: var(--surface-2); color: var(--ink); font-family: inherit; font-size: 0.96rem; transition: border-color .3s, box-shadow .3s;
}
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--red); box-shadow: 0 0 0 4px rgba(225,29,42,.12); }
.field textarea { resize: vertical; min-height: 110px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field-optional { font-weight: 400; color: var(--ink-3); font-size: 0.8rem; }
.field-error { display: block; font-size: 0.78rem; color: var(--red); margin-top: 5px; min-height: 1em; }
.field.has-error input, .field.has-error textarea, .field.has-error select { border-color: var(--red); box-shadow: 0 0 0 3px rgba(225,29,42,.12); }
.form-note { font-size: 0.82rem; color: var(--ink-3); margin-top: 6px; }

/* ============================================================
   CTA BANNER
   ============================================================ */
.cta-banner { position: relative; overflow: hidden; border-radius: var(--r-xl); padding: clamp(48px,7vw,90px); background: #14100F; text-align: center; }
[data-theme="dark"] .cta-banner { background: #000; border: 1px solid var(--line); }
.cta-banner .cmesh { position: absolute; inset: 0; background: radial-gradient(80% 120% at 50% 0%, rgba(225,29,42,.55), transparent 60%), radial-gradient(60% 90% at 80% 100%, rgba(255,90,60,.3), transparent 60%); }
.cta-banner > * { position: relative; z-index: 1; }
.cta-banner h2 { color: #fff; }
.cta-banner p { color: rgba(255,255,255,.7); margin: 18px auto 0; max-width: 540px; }
.cta-banner .hero-cta { justify-content: center; margin-top: 34px; }
.cta-glyph { position: absolute; right: -40px; bottom: -60px; width: 320px; opacity: .14; z-index: 0; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: #14100F; color: #fff; padding: 72px 0 30px; position: relative; overflow: hidden; }
[data-theme="dark"] .footer { background: #0b0807; border-top: 1px solid var(--line); }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; }
.footer h4 { font-size: 0.82rem; text-transform: uppercase; letter-spacing: .12em; color: rgba(255,255,255,.5); margin-bottom: 20px; font-weight: 600; }
.footer-links { display: grid; gap: 12px; }
.footer-links a { color: rgba(255,255,255,.72); font-size: 0.95rem; transition: color .25s, padding .25s; }
.footer-links a:hover { color: #fff; padding-left: 5px; }
.footer .f-brand { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 1.42rem; letter-spacing: -0.025em; color: #fff; }
.footer .f-brand .brand-glyph { height: 34px; width: auto; }
.footer .f-brand .b-i { color: #FF5560; }
.footer .f-desc { color: rgba(255,255,255,.6); margin-top: 18px; max-width: 280px; font-size: 0.95rem; line-height: 1.6; }
.footer .socials { display: flex; gap: 10px; margin-top: 24px; }
.footer .socials a { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.08); display: grid; place-items: center; transition: all .35s var(--ease); }
.footer .socials a:hover { background: var(--grad); transform: translateY(-3px); }
.footer .socials svg { width: 18px; height: 18px; }
.footer-news { display: flex; gap: 8px; margin-top: 16px; }
.footer-news input { flex: 1; padding: 13px 16px; border-radius: 999px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.05); color: #fff; font-family: inherit; font-size: 0.9rem; }
.footer-news input::placeholder { color: rgba(255,255,255,.4); }
.footer-news input:focus { outline: none; border-color: var(--red); }
.footer-news button { width: 48px; height: 48px; border-radius: 50%; background: var(--grad); display: grid; place-items: center; flex: none; }
.footer-news button svg { width: 18px; height: 18px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 56px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.5); font-size: 0.88rem; flex-wrap: wrap; }
.footer-glyph { position: absolute; left: -50px; bottom: -80px; width: 300px; opacity: .08; filter: grayscale(1) brightness(3); }

/* ---------- WHATSAPP FLOAT ---------- */
.wa-float { position: fixed; right: 24px; bottom: 24px; z-index: 110; width: 58px; height: 58px; border-radius: 50%; background: #25D366; display: grid; place-items: center; box-shadow: 0 14px 34px -8px rgba(37,211,102,.6); transition: transform .4s var(--ease); animation: wabob 3s ease-in-out infinite; }
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 30px; height: 30px; color: #fff; }
@keyframes wabob { 0%,100%{ transform: translateY(0);} 50%{ transform: translateY(-6px);} }

/* ============================================================
   TEAM
   ============================================================ */
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 52px; }
.team-card { position: relative; }
.team-photo { position: relative; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh-sm); border: 1px solid var(--line); background: var(--rose-tint); transition: transform .5s var(--ease), box-shadow .5s var(--ease); }
.team-card:hover .team-photo { transform: translateY(-6px); box-shadow: var(--sh-lg); }
.team-photo image-slot { display: block; width: 100%; aspect-ratio: 4/5; }
.team-photo::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 38%; background: linear-gradient(to top, rgba(20,12,11,.5), transparent); opacity: 0; transition: opacity .5s var(--ease); pointer-events: none; }
.team-card:hover .team-photo::after { opacity: 1; }
.team-soc { position: absolute; left: 16px; bottom: 16px; display: flex; gap: 8px; opacity: 0; transform: translateY(8px); transition: all .45s var(--ease); z-index: 3; }
.team-card:hover .team-soc { opacity: 1; transform: none; }
.team-soc a { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.92); backdrop-filter: blur(6px); display: grid; place-items: center; color: #18120f; transition: all .3s var(--ease); }
.team-soc a:hover { background: var(--red); color: #fff; transform: translateY(-2px); }
.team-soc svg { width: 16px; height: 16px; }
.team-meta { margin-top: 16px; }
.team-meta b { font-size: 1.14rem; font-weight: 700; letter-spacing: -0.02em; display: block; }
.team-meta span { color: var(--red); font-size: 0.9rem; font-weight: 500; }

/* ============================================================
   STUB PAGE HERO
   ============================================================ */
.page-hero { padding: 180px 0 70px; position: relative; overflow: hidden; text-align: center; }
.page-hero .crumb { font-family: var(--mono); font-size: 0.82rem; color: var(--ink-3); margin-bottom: 16px; }
.page-hero .crumb a:hover { color: var(--red); }
.page-hero h1 { font-size: clamp(2.6rem, 6vw, 4.6rem); }
.page-hero .lead { margin: 22px auto 0; max-width: 580px; }
.soon-badge { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; padding: 8px 16px; border-radius: 999px; background: var(--rose-tint); color: var(--red); font-size: 0.82rem; font-weight: 700; margin-bottom: 22px; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1080px) {
  .services-grid, .ind-grid { grid-template-columns: repeat(2, 1fr); }
  .bento { grid-template-columns: repeat(2, 1fr); }
  .feat.span2 { grid-column: span 2; }
  .port-grid { columns: 2; }
}
@media (max-width: 920px) {
  .nav-links { display: none; }
  .nav-toggle { display: grid; }
  .hero-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-visual { height: 400px; margin-top: 20px; }
  .hero-glyph { display: none; }
  .about-media { order: -1; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 28px 0; }
  .stat:nth-child(3) { border-left: none; }
  .stat { border-top: none; }
  .proc-line { left: 28px; }
  .proc-row { grid-template-columns: 56px 1fr; gap: 18px; }
  .proc-node { grid-column: 1; }
  .proc-row:nth-child(even) .proc-card, .proc-row:nth-child(odd) .proc-card { grid-column: 2; text-align: left; }
  .proc-row .spacer { display: none; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 620px) {
  .wrap { width: min(100% - 32px, var(--maxw)); }
  .services-grid, .ind-grid, .bento { grid-template-columns: 1fr; }
  .feat.span2 { grid-column: span 1; }
  .port-grid { columns: 1; }
  .field-row { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .hero-cta .btn { flex: 1; justify-content: center; }
  .fc-stat { width: 170px; }
}
