/* ============================================================
   WEBWORX LLC — webworxus.com
   Modern 3D dark agency design system
   Violet → cyan gradient · glassmorphism · depth & tilt
   Type: Sora (display) · Outfit (body)
   ============================================================ */

:root {
  --bg: #06080F;
  --bg-2: #0A0E1A;
  --panel: #0E1424;
  --panel-2: #131B30;
  --glass: rgba(255, 255, 255, 0.04);
  --glass-2: rgba(255, 255, 255, 0.07);
  --line: rgba(255, 255, 255, 0.09);
  --line-2: rgba(255, 255, 255, 0.14);
  --text: #EAF0FF;
  --muted: #99A3BD;
  --muted-2: #6B7592;
  --violet: #7C5CFC;
  --blue: #5B8DEF;
  --cyan: #22D3EE;
  --pink: #F472B6;
  --grad: linear-gradient(120deg, #7C5CFC 0%, #5B8DEF 50%, #22D3EE 100%);
  --grad-soft: linear-gradient(120deg, rgba(124,92,252,0.18), rgba(34,211,238,0.18));
  --radius: 20px;
  --radius-sm: 14px;
  --radius-lg: 30px;
  --shadow: 0 30px 70px -30px rgba(0,0,0,0.8);
  --glow-violet: 0 0 0 1px rgba(124,92,252,0.4), 0 20px 60px -16px rgba(124,92,252,0.5);
  --glow-cyan: 0 20px 60px -18px rgba(34,211,238,0.45);
  --font-head: "Sora", "Trebuchet MS", sans-serif;
  --font-body: "Outfit", "Segoe UI", system-ui, sans-serif;
  --maxw: 1240px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  font-size: 16.5px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
input, textarea, select { font-family: inherit; }
::selection { background: var(--violet); color: #fff; }

/* Ambient background orbs */
body::before, body::after {
  content: ""; position: fixed; border-radius: 50%; filter: blur(110px); z-index: -2; opacity: 0.5; pointer-events: none;
}
body::before { width: 620px; height: 620px; background: radial-gradient(circle, rgba(124,92,252,0.55), transparent 65%); top: -240px; right: -160px; }
body::after { width: 560px; height: 560px; background: radial-gradient(circle, rgba(34,211,238,0.4), transparent 65%); bottom: -220px; left: -180px; }

.container { width: min(var(--maxw), 92%); margin: 0 auto; position: relative; }
.container-narrow { width: min(840px, 92%); margin: 0 auto; }

/* Typography */
h1, h2, h3, h4 { font-family: var(--font-head); font-weight: 700; line-height: 1.12; letter-spacing: -0.015em; }
h1 { font-size: clamp(2.5rem, 5.6vw, 4.4rem); font-weight: 800; line-height: 1.08; }
h2 { font-size: clamp(1.9rem, 3.8vw, 3rem); font-weight: 700; }
h3 { font-size: 1.25rem; letter-spacing: -0.01em; }
.gradient-text { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.lead { font-size: 1.2rem; color: var(--muted); max-width: 60ch; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-family: var(--font-head); font-weight: 700; font-size: 0.78rem;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--cyan); padding: 0.4rem 0.9rem; border-radius: 999px;
  background: var(--glass); border: 1px solid var(--line); margin-bottom: 1.3rem;
}
.eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 10px var(--cyan); }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.55rem;
  padding: 0.95rem 1.9rem; border-radius: 999px; font-weight: 600; font-size: 1rem;
  font-family: var(--font-head); letter-spacing: -0.01em; position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
  border: 1px solid transparent; white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }
.btn:active { transform: translateY(1px) scale(0.99); }
.btn-grad { background: var(--grad); color: #fff; box-shadow: 0 14px 40px -14px rgba(124,92,252,0.7); }
.btn-grad:hover { transform: translateY(-3px); box-shadow: 0 22px 50px -14px rgba(124,92,252,0.85); }
.btn-glass { background: var(--glass-2); color: var(--text); border-color: var(--line-2); backdrop-filter: blur(10px); }
.btn-glass:hover { border-color: var(--violet); transform: translateY(-3px); background: rgba(124,92,252,0.12); }
.btn-lg { padding: 1.1rem 2.2rem; font-size: 1.08rem; }
.btn-block { width: 100%; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 200; transition: background 0.3s ease, border-color 0.3s ease; border-bottom: 1px solid transparent; }
.site-header.scrolled { background: rgba(6,8,15,0.8); backdrop-filter: blur(16px); border-bottom-color: var(--line); }
.nav-row { display: flex; align-items: center; justify-content: space-between; height: 82px; gap: 1.5rem; }
.brand { display: inline-flex; align-items: center; gap: 0.65rem; flex: none; }
.brand img { width: 42px; height: 42px; }
.brand .bt { font-family: var(--font-head); font-weight: 800; font-size: 1.4rem; letter-spacing: -0.02em; }
.brand .bt span { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.nav-links { display: flex; align-items: center; gap: 0.4rem; }
.nav-links a:not(.btn) {
  padding: 0.55rem 1rem; border-radius: 999px; color: var(--muted); font-weight: 500; font-size: 0.97rem;
  transition: color 0.16s ease, background 0.16s ease;
}
.nav-links a:not(.btn):hover, .nav-links a:not(.btn).active { color: var(--text); background: var(--glass); }
.nav-cta { margin-left: 0.6rem; }
.nav-toggle { display: none; width: 46px; height: 46px; border-radius: 12px; border: 1px solid var(--line); position: relative; background: var(--glass); }
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after { content: ""; position: absolute; left: 12px; width: 22px; height: 2px; background: var(--text); transition: all 0.25s ease; }
.nav-toggle span { top: 22px; } .nav-toggle span::before { top: -7px; } .nav-toggle span::after { top: 7px; }
.nav-open .nav-toggle span { background: transparent; }
.nav-open .nav-toggle span::before { top: 0; transform: rotate(45deg); }
.nav-open .nav-toggle span::after { top: 0; transform: rotate(-45deg); }

/* Sections */
section { padding: clamp(4rem, 8vw, 7rem) 0; position: relative; }
.section-head { max-width: 680px; margin-bottom: 3rem; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .eyebrow { margin-inline: auto; }
.section-head p { color: var(--muted); margin-top: 0.9rem; font-size: 1.1rem; }

/* Hero */
.hero { padding: clamp(3rem, 7vw, 6rem) 0 clamp(4rem, 8vw, 7rem); }
.hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 3rem; align-items: center; }
.hero h1 { margin-bottom: 1.5rem; }
.hero .lead { font-size: 1.25rem; }
.hero-cta { display: flex; gap: 1rem; margin-top: 2.2rem; flex-wrap: wrap; }
.hero-badges { display: flex; gap: 1.8rem; margin-top: 2.6rem; flex-wrap: wrap; }
.hero-badges .hb { display: flex; flex-direction: column; }
.hero-badges .hb b { font-family: var(--font-head); font-size: 1.8rem; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-badges .hb span { font-size: 0.82rem; color: var(--muted-2); }

/* 3D hero visual */
.hero-3d { perspective: 1400px; position: relative; }
.hero-stage { transform-style: preserve-3d; transform: rotateY(-16deg) rotateX(8deg); animation: floaty 7s ease-in-out infinite; }
@keyframes floaty { 0%,100% { transform: rotateY(-16deg) rotateX(8deg) translateY(0); } 50% { transform: rotateY(-12deg) rotateX(6deg) translateY(-14px); } }
.glass-card {
  background: linear-gradient(150deg, rgba(255,255,255,0.10), rgba(255,255,255,0.02));
  border: 1px solid var(--line-2); border-radius: var(--radius);
  backdrop-filter: blur(14px); box-shadow: var(--shadow); padding: 1.4rem;
}
.code-window { transform: translateZ(40px); }
.code-window .bar { display: flex; gap: 0.45rem; margin-bottom: 1rem; }
.code-window .bar i { width: 12px; height: 12px; border-radius: 50%; }
.code-window .bar i:nth-child(1){background:#FF5F57;} .code-window .bar i:nth-child(2){background:#FEBC2E;} .code-window .bar i:nth-child(3){background:#28C840;}
.code-window pre { font-family: "JetBrains Mono", ui-monospace, monospace; font-size: 0.8rem; line-height: 1.9; color: var(--muted); overflow:hidden; }
.code-window .k { color: var(--violet); } .code-window .s { color: var(--cyan); } .code-window .f { color: #FBBF77; }
.float-chip {
  position: absolute; background: rgba(14,20,36,0.85); border: 1px solid var(--line-2); border-radius: 14px;
  padding: 0.7rem 1rem; display: flex; align-items: center; gap: 0.6rem; font-size: 0.82rem; font-weight: 600;
  box-shadow: var(--shadow); backdrop-filter: blur(10px);
}
.float-chip .ic { width: 30px; height: 30px; border-radius: 9px; display: grid; place-items: center; background: var(--grad); color: #fff; }
.float-chip .ic svg { width: 16px; height: 16px; }
.float-chip.fc1 { top: 4%; left: -8%; transform: translateZ(80px); animation: floaty2 5s ease-in-out infinite; }
.float-chip.fc2 { bottom: 8%; right: -6%; transform: translateZ(100px); animation: floaty2 6s ease-in-out infinite 0.6s; }
@keyframes floaty2 { 0%,100% { transform: translateZ(90px) translateY(0); } 50% { transform: translateZ(90px) translateY(-12px); } }
@media (max-width: 940px) { .hero-grid { grid-template-columns: 1fr; } .hero-3d { display: none; } }

/* Marquee logos / trust */
.marquee { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 1.6rem 0; -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: 3.5rem; width: max-content; animation: scroll 28s linear infinite; }
.marquee-track span { font-family: var(--font-head); font-weight: 700; font-size: 1.4rem; color: var(--muted-2); white-space: nowrap; opacity: 0.7; }
@keyframes scroll { to { transform: translateX(-50%); } }

/* Stat band */
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.stat-card { background: var(--glass); border: 1px solid var(--line); border-radius: var(--radius); padding: 2rem 1.6rem; text-align: center; transition: transform 0.2s ease, border-color 0.2s ease; }
.stat-card:hover { transform: translateY(-5px); border-color: var(--line-2); }
.stat-card b { display: block; font-family: var(--font-head); font-size: clamp(2.2rem, 4vw, 3rem); background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat-card span { color: var(--muted); font-size: 0.92rem; }
@media (max-width: 760px) { .stat-grid { grid-template-columns: repeat(2, 1fr); } }

/* Service cards (3D tilt) */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.svc-grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
.card-3d {
  background: linear-gradient(160deg, var(--panel) 0%, var(--bg-2) 100%);
  border: 1px solid var(--line); border-radius: var(--radius); padding: 2rem 1.8rem;
  position: relative; overflow: hidden; transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.card-3d::before { content: ""; position: absolute; inset: 0; background: var(--grad-soft); opacity: 0; transition: opacity 0.3s ease; pointer-events: none; }
.card-3d:hover { transform: translateY(-8px); border-color: var(--line-2); box-shadow: var(--shadow); }
.card-3d:hover::before { opacity: 1; }
.card-3d .ic-box {
  width: 60px; height: 60px; border-radius: 16px; display: grid; place-items: center; margin-bottom: 1.4rem;
  background: var(--grad); color: #fff; box-shadow: 0 12px 30px -10px rgba(124,92,252,0.6); position: relative; z-index: 1;
}
.card-3d .ic-box svg { width: 28px; height: 28px; }
.card-3d h3 { margin-bottom: 0.6rem; position: relative; z-index: 1; }
.card-3d p { color: var(--muted); font-size: 0.97rem; position: relative; z-index: 1; }
.card-3d .tags { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-top: 1.2rem; position: relative; z-index: 1; }
.card-3d .tags span { font-size: 0.74rem; color: var(--cyan); background: rgba(34,211,238,0.1); border: 1px solid rgba(34,211,238,0.2); padding: 0.2rem 0.6rem; border-radius: 999px; }
@media (max-width: 920px) { .svc-grid, .svc-grid.cols-2 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .svc-grid, .svc-grid.cols-2 { grid-template-columns: 1fr; } }

/* Feature split */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.split.rev .split-media { order: 2; }
.checklist li { display: flex; gap: 0.7rem; align-items: flex-start; padding: 0.5rem 0; color: var(--text); }
.checklist li svg { width: 22px; height: 22px; flex: none; color: var(--cyan); margin-top: 2px; }
.checklist li b { font-weight: 600; }
.checklist li span { color: var(--muted); display: block; font-size: 0.92rem; }
.media-stack { perspective: 1200px; }
.media-stack .glass-card { transform: rotateY(10deg) rotateX(5deg); transition: transform 0.4s ease; }
.media-stack:hover .glass-card { transform: rotateY(4deg) rotateX(2deg); }
@media (max-width: 880px) { .split { grid-template-columns: 1fr; } .split.rev .split-media { order: 0; } }

/* Process timeline */
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; counter-reset: step; }
.proc-card { background: var(--glass); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.8rem 1.5rem; position: relative; }
.proc-card .num { font-family: var(--font-head); font-weight: 800; font-size: 2.6rem; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; line-height: 1; margin-bottom: 0.8rem; }
.proc-card h3 { font-size: 1.1rem; margin-bottom: 0.4rem; }
.proc-card p { color: var(--muted); font-size: 0.9rem; }
@media (max-width: 900px) { .process-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .process-grid { grid-template-columns: 1fr; } }

/* Work / portfolio */
.work-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.6rem; }
.work-card { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); background: var(--panel); position: relative; transition: transform 0.25s ease, border-color 0.25s ease; }
.work-card:hover { transform: translateY(-6px); border-color: var(--line-2); }
.work-thumb { aspect-ratio: 16/10; position: relative; overflow: hidden; display: grid; place-items: center; }
.work-thumb .mock { position: absolute; inset: 0; opacity: 0.25; }
.work-card .wtag { position: absolute; top: 14px; left: 14px; z-index: 2; font-size: 0.72rem; font-weight: 700; font-family: var(--font-head); letter-spacing: 0.05em; text-transform: uppercase; padding: 0.3rem 0.7rem; border-radius: 999px; background: rgba(6,8,15,0.7); border: 1px solid var(--line-2); color: var(--cyan); }
.work-body { padding: 1.5rem 1.6rem; }
.work-body h3 { margin-bottom: 0.4rem; }
.work-body p { color: var(--muted); font-size: 0.95rem; }
.work-body .res { display: flex; gap: 1.5rem; margin-top: 1.2rem; padding-top: 1.2rem; border-top: 1px solid var(--line); }
.work-body .res div b { font-family: var(--font-head); font-size: 1.3rem; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; display: block; }
.work-body .res div span { font-size: 0.78rem; color: var(--muted-2); }
@media (max-width: 760px) { .work-grid { grid-template-columns: 1fr; } }

/* Testimonials */
.test-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.test-card { background: var(--glass); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.8rem; }
.test-card .stars { color: #FBBF24; font-size: 1rem; letter-spacing: 2px; margin-bottom: 0.9rem; }
.test-card p { color: var(--text); font-size: 0.98rem; }
.test-card .who { display: flex; align-items: center; gap: 0.8rem; margin-top: 1.3rem; padding-top: 1.2rem; border-top: 1px solid var(--line); }
.test-card .who .av { width: 44px; height: 44px; border-radius: 50%; background: var(--grad); display: grid; place-items: center; font-family: var(--font-head); font-weight: 700; color: #fff; flex: none; }
.test-card .who b { font-weight: 600; font-family: var(--font-head); }
.test-card .who span { font-size: 0.82rem; color: var(--muted-2); display: block; }
@media (max-width: 900px) { .test-grid { grid-template-columns: 1fr; } }

/* Trust badges row */
.badge-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.badge { display: flex; align-items: center; gap: 0.8rem; background: var(--glass); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 1.1rem 1.3rem; }
.badge .ic { width: 42px; height: 42px; border-radius: 11px; background: var(--grad-soft); border: 1px solid var(--line-2); display: grid; place-items: center; color: var(--cyan); flex: none; }
.badge .ic svg { width: 21px; height: 21px; }
.badge b { font-family: var(--font-head); font-size: 0.95rem; display: block; }
.badge span { font-size: 0.8rem; color: var(--muted-2); }
@media (max-width: 860px) { .badge-row { grid-template-columns: 1fr 1fr; } }

/* Pricing */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; align-items: stretch; }
.price-card { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 2.2rem 1.9rem; display: flex; flex-direction: column; position: relative; transition: transform 0.2s ease, border-color 0.2s ease; }
.price-card:hover { transform: translateY(-6px); border-color: var(--line-2); }
.price-card.feat { border-color: transparent; background: linear-gradient(160deg, rgba(124,92,252,0.16), rgba(34,211,238,0.08)), var(--panel); box-shadow: var(--glow-violet); }
.price-card .ptag { position: absolute; top: -13px; left: 1.9rem; background: var(--grad); color: #fff; font-family: var(--font-head); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 0.35rem 0.85rem; border-radius: 999px; }
.price-card .pname { font-family: var(--font-head); font-weight: 700; font-size: 1.3rem; }
.price-card .pdesc { color: var(--muted); font-size: 0.9rem; margin: 0.3rem 0 1.2rem; }
.price-card .pprice { font-family: var(--font-head); font-weight: 800; font-size: 2.6rem; letter-spacing: -0.02em; }
.price-card .pprice small { font-size: 0.9rem; color: var(--muted-2); font-weight: 500; }
.price-card ul { margin: 1.4rem 0; flex: 1; }
.price-card li { display: flex; gap: 0.6rem; align-items: flex-start; padding: 0.4rem 0; font-size: 0.93rem; color: var(--muted); }
.price-card li svg { width: 18px; height: 18px; color: var(--cyan); flex: none; margin-top: 3px; }
@media (max-width: 920px) { .price-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; } }

/* CTA band */
.cta-band { position: relative; border-radius: var(--radius-lg); overflow: hidden; padding: clamp(3rem, 7vw, 5rem); text-align: center; background: linear-gradient(135deg, rgba(124,92,252,0.2), rgba(34,211,238,0.12)), var(--panel); border: 1px solid var(--line-2); }
.cta-band::before { content: ""; position: absolute; width: 400px; height: 400px; border-radius: 50%; background: radial-gradient(circle, rgba(124,92,252,0.4), transparent 70%); top: -150px; left: 50%; transform: translateX(-50%); filter: blur(40px); }
.cta-band > * { position: relative; }
.cta-band h2 { margin-bottom: 1rem; }
.cta-band p { color: var(--muted); max-width: 52ch; margin: 0 auto 2rem; font-size: 1.1rem; }

/* Page hero */
.page-hero { padding: clamp(3.5rem, 7vw, 5.5rem) 0 clamp(2.5rem, 5vw, 3.5rem); text-align: center; }
.page-hero .lead { margin: 1rem auto 0; }

/* Forms */
.form-card { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 2.2rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.form-grid .full { grid-column: 1 / -1; }
.field label { display: block; font-weight: 600; font-size: 0.88rem; margin-bottom: 0.45rem; }
.field label span { color: var(--pink); }
.field input, .field select, .field textarea {
  width: 100%; padding: 0.9rem 1.1rem; border: 1px solid var(--line-2); border-radius: var(--radius-sm);
  background: rgba(255,255,255,0.03); color: var(--text); font-size: 1rem; transition: border-color 0.16s ease, box-shadow 0.16s ease;
}
.field input::placeholder, .field textarea::placeholder { color: var(--muted-2); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--violet); box-shadow: 0 0 0 4px rgba(124,92,252,0.18); }
.field textarea { min-height: 140px; resize: vertical; }
.field select { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2399A3BD' stroke-width='2.5'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; background-size: 15px; }
.form-error, .form-success { display: none; padding: 0.9rem 1.1rem; border-radius: var(--radius-sm); font-size: 0.92rem; margin-bottom: 1.1rem; }
.form-error { background: rgba(244,63,94,0.12); border: 1px solid rgba(244,63,94,0.35); color: #FDA4AF; }
.form-success { background: rgba(34,211,238,0.1); border: 1px solid rgba(34,211,238,0.3); color: #67E8F9; }
.form-error.show, .form-success.show { display: block; }

/* Contact split */
.contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 2.2rem; align-items: start; }
.contact-info .ci-line { display: flex; gap: 1rem; padding: 1.1rem 0; border-bottom: 1px solid var(--line); }
.contact-info .ci-line:last-child { border-bottom: none; }
.contact-info .ic { width: 46px; height: 46px; border-radius: 12px; background: var(--grad-soft); border: 1px solid var(--line-2); display: grid; place-items: center; color: var(--cyan); flex: none; }
.contact-info .ic svg { width: 21px; height: 21px; }
.contact-info .lbl { font-size: 0.76rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--muted-2); font-weight: 700; }
.contact-info .val { font-weight: 600; }
.contact-info .val a:hover { color: var(--cyan); }
@media (max-width: 820px) { .contact-grid { grid-template-columns: 1fr; } }

/* FAQ */
.faq-item { background: var(--glass); border: 1px solid var(--line); border-radius: var(--radius-sm); margin-bottom: 0.8rem; overflow: hidden; }
.faq-item summary { cursor: pointer; padding: 1.15rem 1.4rem; font-weight: 600; font-family: var(--font-head); display: flex; justify-content: space-between; gap: 1rem; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 1.4rem; color: var(--cyan); line-height: 1; }
.faq-item[open] summary::after { content: "−"; }
.faq-item .faq-a { padding: 0 1.4rem 1.2rem; color: var(--muted); }

/* Legal */
.legal-body { padding: 1rem 0 5rem; }
.legal-body h2 { font-size: 1.4rem; margin: 2.2rem 0 0.8rem; }
.legal-body h3 { font-size: 1.1rem; margin: 1.5rem 0 0.5rem; }
.legal-body p, .legal-body li { color: var(--muted); margin-bottom: 0.85rem; }
.legal-body ul { list-style: disc; padding-left: 1.4rem; }
.legal-body a { color: var(--cyan); }
.legal-meta { color: var(--muted-2); font-size: 0.85rem; padding-bottom: 1.4rem; margin-bottom: 1.6rem; border-bottom: 1px solid var(--line); }

/* Team */
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; }
.team-card { background: var(--glass); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.8rem; text-align: center; transition: transform 0.2s ease, border-color 0.2s ease; }
.team-card:hover { transform: translateY(-5px); border-color: var(--line-2); }
.team-card .av { width: 84px; height: 84px; border-radius: 50%; margin: 0 auto 1rem; background: var(--grad); display: grid; place-items: center; font-family: var(--font-head); font-weight: 800; font-size: 1.8rem; color: #fff; }
.team-card h3 { font-size: 1.05rem; }
.team-card .role { color: var(--cyan); font-size: 0.85rem; font-weight: 600; }
.team-card p { color: var(--muted); font-size: 0.85rem; margin-top: 0.6rem; }
@media (max-width: 900px) { .team-grid { grid-template-columns: 1fr 1fr; } }

/* Footer */
.site-footer { border-top: 1px solid var(--line); padding: 4rem 0 2rem; margin-top: 2rem; background: linear-gradient(180deg, transparent, rgba(124,92,252,0.04)); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 2.5rem; padding-bottom: 2.5rem; border-bottom: 1px solid var(--line); }
.site-footer .brand { margin-bottom: 1.1rem; }
.site-footer .fdesc { color: var(--muted); font-size: 0.94rem; max-width: 34ch; }
.site-footer h4 { font-family: var(--font-head); font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.14em; color: var(--muted-2); margin-bottom: 1.1rem; }
.site-footer ul li { margin-bottom: 0.6rem; }
.site-footer ul a { color: var(--muted); font-size: 0.95rem; }
.site-footer ul a:hover { color: var(--text); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; padding-top: 1.6rem; font-size: 0.85rem; color: var(--muted-2); }
.social { display: flex; gap: 0.6rem; }
.social a { width: 38px; height: 38px; border-radius: 10px; border: 1px solid var(--line); display: grid; place-items: center; color: var(--muted); transition: all 0.16s ease; }
.social a:hover { color: var(--text); border-color: var(--violet); background: var(--glass); }
.social svg { width: 18px; height: 18px; }
@media (max-width: 880px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .footer-grid { grid-template-columns: 1fr; gap: 1.8rem; } }

/* Reveal */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.22,1,0.36,1); }
.reveal.visible { opacity: 1; transform: none; }
.reveal-d1 { transition-delay: 0.08s; } .reveal-d2 { transition-delay: 0.16s; } .reveal-d3 { transition-delay: 0.24s; }

/* Mobile nav */
@media (max-width: 940px) {
  .nav-toggle { display: block; }
  .nav-links { position: fixed; inset: 82px 0 auto 0; flex-direction: column; align-items: stretch; gap: 0.2rem; background: rgba(6,8,15,0.97); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); padding: 1rem 4% 1.5rem; display: none; }
  .nav-open .nav-links { display: flex; }
  .nav-links a:not(.btn) { padding: 0.9rem 1rem; }
  .nav-cta { margin: 0.6rem 1rem 0; text-align: center; }
}

/* Utility */
.grid-bg { position: relative; }
.grid-bg::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 54px 54px; mask-image: radial-gradient(circle at 50% 40%, #000, transparent 75%); -webkit-mask-image: radial-gradient(circle at 50% 40%, #000, transparent 75%); opacity: 0.5; z-index: -1; pointer-events: none; }
