/* ═══════════════════════════════════════════
   QZign — We Design Better
   Theme: Luxury Amber/Copper (matches logo)
═══════════════════════════════════════════ */

:root {
  --gold: #C8783A;
  --gold-light: #E8965A;
  --gold-dim: #8B5228;
  --gold-pale: #2A1A0A;
  --dark: #0D0A07;
  --dark2: #151008;
  --dark3: #1E160D;
  --surface: #1A1208;
  --surface2: #231A0E;
  --border: rgba(200,120,58,0.18);
  --border-strong: rgba(200,120,58,0.35);
  --text: #F0E8D8;
  --text-muted: #8A7A68;
  --text-dim: #5A4A38;
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'DM Sans', sans-serif;
  --font-mono: 'DM Mono', monospace;
  --radius: 12px;
  --radius-lg: 20px;
  --transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
}

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--dark);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
  cursor: none;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; }
button { cursor: pointer; font-family: var(--font-body); }

/* ── Cursor ── */
.cursor {
  width: 32px; height: 32px;
  border: 1.5px solid var(--gold);
  border-radius: 50%;
  position: fixed; top: 0; left: 0;
  pointer-events: none; z-index: 9999;
  transform: translate(-50%,-50%);
  transition: transform 0.08s, opacity 0.3s, border-color 0.3s;
}
.cursor-dot {
  width: 5px; height: 5px;
  background: var(--gold);
  border-radius: 50%;
  position: fixed; top: 0; left: 0;
  pointer-events: none; z-index: 9999;
  transform: translate(-50%,-50%);
}
body:hover .cursor { opacity: 1; }

/* ── Reveal animations ── */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── Buttons ── */
.btn-gold {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--gold);
  color: var(--dark);
  padding: 13px 28px;
  border-radius: var(--radius);
  font-weight: 500;
  font-size: 15px;
  border: none;
  transition: var(--transition);
  letter-spacing: 0.02em;
}
.btn-gold:hover { background: var(--gold-light); transform: translateY(-2px); }

.btn-ghost {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent;
  color: var(--text);
  padding: 13px 28px;
  border-radius: var(--radius);
  font-size: 15px;
  border: 1px solid var(--border-strong);
  transition: var(--transition);
}
.btn-ghost:hover { background: var(--surface); border-color: var(--gold); color: var(--gold); transform: translateY(-2px); }

/* ── Container ── */
.container { max-width: 1100px; margin: 0 auto; padding: 0 32px; }

/* ══════════════════════════════════
   NAV
══════════════════════════════════ */
#navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(13,10,7,0.85);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  transition: var(--transition);
}
.nav-inner {
  max-width: 1100px; margin: 0 auto; padding: 0 32px;
  height: 70px;
  display: flex; align-items: center; gap: 40px;
}
.nav-logo {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--font-display);
  font-size: 22px; color: var(--text);
  flex-shrink: 0;
}
.logo-img {
  width: 36px; height: 36px;
  border-radius: 8px;
  object-fit: cover;
  border: 1px solid var(--border-strong);
}
.logo-text { color: var(--gold); }
.nav-links {
  display: flex; gap: 32px; list-style: none; margin-left: auto;
}
.nav-links a {
  font-size: 14px; color: var(--text-muted);
  transition: var(--transition);
  letter-spacing: 0.02em;
}
.nav-links a:hover { color: var(--gold); }
.nav-cta {
  background: transparent;
  border: 1px solid var(--border-strong);
  color: var(--gold);
  padding: 8px 20px;
  border-radius: var(--radius);
  font-size: 14px;
  transition: var(--transition);
  white-space: nowrap;
}
.nav-cta:hover { background: var(--gold); color: var(--dark); }
.hamburger {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 4px;
}
.hamburger span { width: 22px; height: 1.5px; background: var(--text); display: block; transition: var(--transition); }
.mobile-menu {
  display: none; flex-direction: column; gap: 0;
  border-top: 1px solid var(--border);
  background: var(--dark2);
}
.mobile-menu a { padding: 14px 32px; color: var(--text-muted); font-size: 15px; border-bottom: 1px solid var(--border); }
.mobile-menu a:hover { color: var(--gold); }
.mobile-menu.open { display: flex; }

/* ══════════════════════════════════
   HERO
══════════════════════════════════ */
.hero {
  min-height: 100vh;
  display: flex; align-items: center;
  padding: 100px 32px 60px;
  position: relative; overflow: hidden;
  max-width: 1100px; margin: 0 auto;
}
.hero-bg {
  position: fixed; inset: 0; z-index: 0; pointer-events: none;
}
.grain {
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
  background-size: 200px;
  opacity: 0.5;
}
.hero-orb {
  position: absolute; border-radius: 50%;
  filter: blur(80px); opacity: 0.12;
}
.orb1 { width: 500px; height: 500px; background: #C8783A; top: -100px; right: -100px; }
.orb2 { width: 300px; height: 300px; background: #8B5228; bottom: 100px; left: -50px; }
.orb3 { width: 200px; height: 200px; background: #E8965A; top: 50%; left: 40%; }

.hero-content { position: relative; z-index: 1; flex: 1; max-width: 620px; }
.hero-badge {
  display: inline-block;
  background: var(--surface2);
  border: 1px solid var(--border-strong);
  color: var(--gold);
  padding: 5px 16px; border-radius: 20px;
  font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase;
  margin-bottom: 28px;
}
.hero-title {
  font-family: var(--font-display);
  font-size: clamp(40px, 6vw, 68px);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 16px;
}
.hero-title .line { display: block; }
.hero-title .gold { color: var(--gold); font-style: italic; }
.hero-slogan {
  font-family: var(--font-display);
  font-size: 18px; color: var(--gold-dim); letter-spacing: 0.15em;
  margin-bottom: 20px; font-style: italic;
}
.hero-sub { font-size: 17px; color: var(--text-muted); max-width: 500px; margin-bottom: 36px; line-height: 1.6; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

.hero-logo-wrap {
  position: relative; z-index: 1;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  margin-left: auto;
}
.logo-ring {
  width: 300px; height: 300px;
  border-radius: 50%;
  border: 1px solid var(--border-strong);
  display: flex; align-items: center; justify-content: center;
  animation: spin-slow 20s linear infinite;
  background: radial-gradient(circle at center, var(--surface2) 60%, transparent);
  position: relative;
}
.logo-ring::before {
  content: '';
  position: absolute; inset: 12px;
  border-radius: 50%;
  border: 1px dashed var(--border);
  animation: spin-slow 15s linear infinite reverse;
}
.hero-logo-img {
  width: 180px; height: 180px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid var(--border-strong);
}
@keyframes spin-slow { to { transform: rotate(360deg); } }

.scroll-hint {
  position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  color: var(--text-dim); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase;
}
.scroll-line {
  width: 1px; height: 40px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  animation: scroll-pulse 2s ease-in-out infinite;
}
@keyframes scroll-pulse { 0%,100%{opacity:0.3} 50%{opacity:1} }

/* ══════════════════════════════════
   STATS
══════════════════════════════════ */
.stats-bar {
  display: flex; align-items: center; justify-content: center;
  flex-wrap: wrap; gap: 0;
  background: var(--dark3);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 32px;
}
.stat-item { text-align: center; padding: 0 40px; display: flex; flex-direction: column; gap: 4px; }
.stat-num { font-family: var(--font-display); font-size: 40px; font-weight: 700; color: var(--gold); line-height: 1; }
.stat-num em { font-style: normal; font-size: 24px; }
.stat-label { font-size: 13px; color: var(--text-muted); letter-spacing: 0.05em; }
.stat-div { width: 1px; height: 48px; background: var(--border); }

/* ══════════════════════════════════
   SECTION COMMON
══════════════════════════════════ */
.section { padding: 100px 0; }
.section-header { text-align: center; margin-bottom: 64px; }
.tag {
  display: inline-block;
  border: 1px solid var(--border-strong);
  color: var(--gold);
  padding: 4px 16px; border-radius: 20px;
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  margin-bottom: 16px;
}
.section-title {
  font-family: var(--font-display);
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 700; margin-bottom: 12px;
}
.section-sub { font-size: 16px; color: var(--text-muted); max-width: 500px; margin: 0 auto; }

/* ══════════════════════════════════
   SERVICES
══════════════════════════════════ */
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.svc-card {
  background: var(--dark3);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px;
  cursor: pointer;
  transition: var(--transition);
  position: relative; overflow: hidden;
}
.svc-card::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(200,120,58,0.05) 0%, transparent 60%);
  opacity: 0; transition: var(--transition);
}
.svc-card:hover::before, .svc-card.active::before { opacity: 1; }
.svc-card:hover, .svc-card.active {
  border-color: var(--border-strong);
  transform: translateY(-3px);
}
.svc-card.active { border-color: var(--gold); }
.svc-icon {
  width: 48px; height: 48px;
  background: var(--surface2);
  border: 1px solid var(--border-strong);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  color: var(--gold); margin-bottom: 20px;
}
.svc-num {
  font-family: var(--font-mono); font-size: 11px;
  color: var(--text-dim); letter-spacing: 0.1em;
  margin-bottom: 8px;
}
.svc-card h3 { font-size: 20px; font-weight: 500; margin-bottom: 10px; }
.svc-card p { font-size: 14px; color: var(--text-muted); line-height: 1.6; }
.svc-arrow {
  position: absolute; bottom: 28px; right: 28px;
  color: var(--gold); font-size: 20px;
  opacity: 0; transform: translateX(-8px);
  transition: var(--transition);
}
.svc-card:hover .svc-arrow, .svc-card.active .svc-arrow { opacity: 1; transform: translateX(0); }

/* ══════════════════════════════════
   DEMOS
══════════════════════════════════ */
.demo-section { background: var(--dark2); }
.browser-frame {
  background: var(--surface);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.browser-bar {
  display: flex; align-items: center; gap: 12px;
  padding: 12px 20px;
  background: var(--dark3);
  border-bottom: 1px solid var(--border);
}
.browser-dots { display: flex; gap: 6px; }
.browser-dots span { width: 11px; height: 11px; border-radius: 50%; }
.browser-url {
  flex: 1;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 5px 12px;
  font-family: var(--font-mono); font-size: 12px;
  color: var(--text-muted); max-width: 350px;
}
.browser-body { padding: 28px; min-height: 360px; }
.demo-pane { display: none; }
.demo-pane.active { display: block; }

/* Website demo */
.wb-shell { background: var(--dark3); border-radius: 10px; overflow: hidden; border: 1px solid var(--border); }
.wb-nav { background: var(--gold-dim); padding: 10px 18px; display: flex; align-items: center; justify-content: space-between; }
.wb-brand { color: #fff; font-weight: 500; font-size: 14px; }
.wb-links { display: flex; gap: 16px; }
.wb-links span { color: rgba(255,255,255,0.8); font-size: 12px; cursor: pointer; }
.wb-hero-section { padding: 32px 24px; text-align: center; border-bottom: 1px solid var(--border); }
.wb-hero-section h2 { font-size: 20px; font-weight: 500; margin-bottom: 6px; }
.wb-hero-section p { font-size: 13px; color: var(--text-muted); margin-bottom: 14px; }
.wb-btn { background: var(--gold); color: var(--dark); border: none; padding: 8px 20px; border-radius: 6px; font-size: 13px; }
.wb-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; padding: 16px; }
.wb-card { background: var(--surface2); border-radius: 8px; padding: 14px; border: 1px solid var(--border); display: flex; flex-direction: column; gap: 6px; }
.wb-thumb { height: 50px; border-radius: 6px; margin-bottom: 4px; }
.t1 { background: linear-gradient(135deg, #2A1A0A, #8B5228); }
.t2 { background: linear-gradient(135deg, #0A1A2A, #185FA5); }
.t3 { background: linear-gradient(135deg, #0A2A0A, #1D9E75); }
.wb-card strong { font-size: 12px; }
.wb-card small { font-size: 11px; color: var(--text-muted); }

/* App demo */
.app-shell { display: flex; gap: 32px; align-items: flex-start; }
.phone-mockup { flex-shrink: 0; }
.phone-body {
  width: 200px;
  background: #111;
  border-radius: 32px;
  padding: 10px;
  border: 2px solid #333;
  box-shadow: 0 0 0 1px #222;
}
.phone-notch { width: 60px; height: 18px; background: #111; border-radius: 0 0 12px 12px; margin: 0 auto 4px; border: 1.5px solid #333; border-top: none; }
.phone-status-bar { display: flex; justify-content: space-between; padding: 2px 8px 6px; }
.phone-status-bar span { font-size: 9px; color: #aaa; }
.phone-content { background: var(--surface); border-radius: 20px; overflow: hidden; }
.phone-header { padding: 10px 12px 6px; font-size: 13px; }
.phone-tabs { display: flex; border-bottom: 1px solid var(--border); }
.ptab { flex: 1; padding: 6px; font-size: 10px; text-align: center; color: var(--text-muted); cursor: pointer; border-bottom: 2px solid transparent; }
.ptab.active { color: var(--gold); border-bottom-color: var(--gold); }
.phone-list { padding: 8px; }
.pitem { display: flex; align-items: center; gap: 8px; padding: 7px 0; border-bottom: 1px solid var(--border); }
.pitem-icon { width: 30px; height: 30px; border-radius: 8px; flex-shrink: 0; }
.pi1 { background: linear-gradient(135deg, #3A1A0A, var(--gold-dim)); }
.pi2 { background: linear-gradient(135deg, #0A2A0A, #0F6E56); }
.pi3 { background: linear-gradient(135deg, #0A0A2A, #185FA5); }
.pitem-info b { font-size: 10px; display: block; }
.pitem-info small { font-size: 9px; color: var(--text-muted); }
.pitem-rate { margin-left: auto; font-size: 10px; color: var(--gold); }
.profile-av { width: 44px; height: 44px; background: var(--gold-dim); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 500; color: var(--dark); margin: 0 auto 8px; }
.hidden { display: none !important; }
.app-features { flex: 1; }
.app-features h3 { font-size: 18px; font-weight: 500; margin-bottom: 10px; }
.app-features p { font-size: 14px; color: var(--text-muted); margin-bottom: 16px; line-height: 1.6; }
.feature-list { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.feature-list li { font-size: 14px; color: var(--text-muted); padding-left: 20px; position: relative; }
.feature-list li::before { content: '✓'; position: absolute; left: 0; color: var(--gold); font-size: 12px; }

/* Chatbot demo */
.chat-shell { display: flex; gap: 24px; }
.chat-window { flex: 1; background: var(--dark3); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; }
.chat-header { background: var(--gold-dim); padding: 12px 16px; display: flex; align-items: center; gap: 10px; }
.chat-av { width: 30px; height: 30px; background: rgba(0,0,0,0.3); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.chat-name { color: #fff; font-size: 13px; font-weight: 500; }
.chat-status { color: rgba(255,255,255,0.7); font-size: 11px; }
.chat-messages { padding: 14px; display: flex; flex-direction: column; gap: 10px; min-height: 200px; max-height: 250px; overflow-y: auto; }
.msg { display: flex; gap: 8px; align-items: flex-end; }
.msg.user { flex-direction: row-reverse; }
.msg-av { width: 22px; height: 22px; background: var(--gold-dim); border-radius: 50%; flex-shrink: 0; }
.bubble { padding: 9px 13px; border-radius: 14px; font-size: 13px; line-height: 1.4; max-width: 75%; }
.msg.bot .bubble { background: var(--surface2); border-radius: 0 14px 14px 14px; color: var(--text); }
.msg.user .bubble { background: var(--gold); color: var(--dark); border-radius: 14px 14px 0 14px; }
.typing-dots { display: flex; gap: 3px; align-items: center; padding: 10px 14px; background: var(--surface2); border-radius: 0 14px 14px 14px; }
.typing-dots span { width: 5px; height: 5px; background: var(--text-muted); border-radius: 50%; animation: tdot 1.2s infinite; }
.typing-dots span:nth-child(2) { animation-delay: 0.2s; }
.typing-dots span:nth-child(3) { animation-delay: 0.4s; }
@keyframes tdot { 0%,80%,100%{opacity:0.3} 40%{opacity:1} }
.chat-input-bar { display: flex; gap: 8px; padding: 10px 12px; border-top: 1px solid var(--border); align-items: center; }
.chat-input-bar input { flex: 1; background: var(--surface); border: 1px solid var(--border); border-radius: 20px; padding: 7px 14px; font-size: 13px; color: var(--text); outline: none; font-family: var(--font-body); }
.chat-input-bar input:focus { border-color: var(--border-strong); }
.chat-send { width: 32px; height: 32px; background: var(--gold); border: none; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.chat-quickies { width: 180px; flex-shrink: 0; }
.chat-quickies p { font-size: 12px; color: var(--text-muted); margin-bottom: 10px; }
.chat-quickies button { display: block; width: 100%; text-align: left; background: var(--surface2); border: 1px solid var(--border); border-radius: 8px; padding: 8px 10px; font-size: 12px; color: var(--text-muted); margin-bottom: 7px; transition: var(--transition); }
.chat-quickies button:hover { border-color: var(--border-strong); color: var(--text); }

/* E-commerce demo */
.ecom-shell {}
.ecom-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.ecom-brand { font-family: var(--font-display); font-size: 18px; color: var(--gold); }
.ecom-cart-info { font-size: 13px; color: var(--text-muted); }
.ecom-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.ecom-card { background: var(--dark3); border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.ecom-img { height: 70px; display: flex; align-items: center; justify-content: center; font-size: 28px; }
.ecom-info { padding: 10px; }
.ecom-info strong { font-size: 12px; display: block; margin-bottom: 2px; }
.ecom-info small { font-size: 11px; color: var(--text-muted); display: block; margin-bottom: 8px; }
.ecom-footer { display: flex; align-items: center; justify-content: space-between; }
.price { font-size: 12px; font-weight: 500; color: var(--gold); }
.ecom-footer button { background: var(--gold); color: var(--dark); border: none; padding: 5px 10px; border-radius: 6px; font-size: 11px; transition: var(--transition); }
.ecom-footer button:hover { background: var(--gold-light); }

/* ══════════════════════════════════
   PROCESS
══════════════════════════════════ */
.process-section { background: var(--dark2); }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; position: relative; }
.process-grid::before {
  content: '';
  position: absolute;
  top: 28px; left: 10%; right: 10%; height: 1px;
  background: linear-gradient(to right, transparent, var(--border-strong), transparent);
}
.process-step { text-align: center; padding: 0 24px; position: relative; }
.process-num {
  width: 56px; height: 56px;
  background: var(--dark3);
  border: 1px solid var(--border-strong);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-mono); font-size: 13px; color: var(--gold);
  margin: 0 auto 20px; position: relative; z-index: 1;
  transition: var(--transition);
}
.process-step:hover .process-num { background: var(--gold); color: var(--dark); border-color: var(--gold); }
.process-step h3 { font-size: 16px; font-weight: 500; margin-bottom: 10px; }
.process-step p { font-size: 13px; color: var(--text-muted); line-height: 1.6; }

/* ══════════════════════════════════
   CONTACT
══════════════════════════════════ */
.contact-section {}
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.contact-info { display: flex; flex-direction: column; gap: 14px; }
.contact-card {
  display: flex; align-items: center; gap: 16px;
  background: var(--dark3);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 18px 20px;
  transition: var(--transition);
}
.contact-card:hover { border-color: var(--border-strong); }
.wa-card:hover { border-color: rgba(37,211,102,0.4); }
.contact-icon {
  width: 40px; height: 40px; flex-shrink: 0;
  background: var(--surface2);
  border: 1px solid var(--border-strong);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  color: var(--gold);
}
.wa-icon { color: #25D366; }
.contact-label { font-size: 11px; color: var(--text-dim); letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 2px; }
.contact-val { font-size: 16px; font-weight: 500; color: var(--text); transition: var(--transition); }
.contact-val:hover { color: var(--gold); }
.wa-val:hover { color: #25D366 !important; }
.response-note {
  display: flex; align-items: flex-start; gap: 10px;
  background: var(--surface2);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 16px;
  font-size: 13px; color: var(--text-muted); line-height: 1.5;
}
.response-note svg { color: var(--gold); flex-shrink: 0; margin-top: 2px; }

.contact-form-wrap {}
.contact-form {
  background: var(--dark3);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px;
}
.contact-form h3 { font-size: 20px; font-weight: 500; margin-bottom: 24px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-group { margin-bottom: 16px; }
.form-group label { display: block; font-size: 12px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 6px; }
.form-group input, .form-group select, .form-group textarea {
  width: 100%; background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 10px 14px;
  font-size: 14px; color: var(--text);
  font-family: var(--font-body);
  outline: none;
  transition: var(--transition);
  appearance: none;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--gold); }
.form-group textarea { min-height: 100px; resize: vertical; }
.form-group select option { background: var(--dark3); }
.form-submit {
  width: 100%; background: var(--gold);
  color: var(--dark);
  border: none; border-radius: var(--radius);
  padding: 14px;
  font-size: 15px; font-weight: 500;
  transition: var(--transition);
  letter-spacing: 0.02em;
}
.form-submit:hover { background: var(--gold-light); transform: translateY(-2px); }
.form-success {
  background: var(--dark3); border: 1px solid var(--border-strong);
  border-radius: var(--radius-lg); padding: 48px 32px;
  text-align: center;
}
.success-icon {
  width: 60px; height: 60px;
  background: var(--gold-dim); color: var(--gold);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 24px; margin: 0 auto 20px;
}
.form-success h3 { font-size: 22px; margin-bottom: 8px; }
.form-success p { color: var(--text-muted); margin-bottom: 24px; }

/* ══════════════════════════════════
   FOOTER
══════════════════════════════════ */
.footer {
  background: var(--dark2);
  border-top: 1px solid var(--border);
  padding: 32px;
}
.footer-inner {
  max-width: 1100px; margin: 0 auto;
  display: flex; align-items: center; flex-wrap: wrap; gap: 24px;
}
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-logo { width: 36px; height: 36px; border-radius: 8px; object-fit: cover; }
.footer-name { font-family: var(--font-display); font-size: 18px; color: var(--gold); line-height: 1.1; }
.footer-slogan { font-size: 11px; color: var(--text-dim); font-style: italic; }
.footer-contact { display: flex; gap: 24px; margin-left: auto; flex-wrap: wrap; }
.footer-contact a { font-size: 13px; color: var(--text-muted); transition: var(--transition); }
.footer-contact a:hover { color: var(--gold); }
.footer-copy { font-size: 12px; color: var(--text-dim); }

.qr-code {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.qr-code p {
  font-size: 12px;
  color: var(--gold);
}

/* ══════════════════════════════════
   RESPONSIVE
══════════════════════════════════ */
@media (max-width: 900px) {
  .hero { flex-direction: column; text-align: center; padding-top: 120px; }
  .hero-logo-wrap { margin-left: 0; margin-top: 40px; }
  .logo-ring { width: 200px; height: 200px; }
  .hero-logo-img { width: 120px; height: 120px; }
  .hero-actions { justify-content: center; }
  .services-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .process-grid::before { display: none; }
  .contact-grid { grid-template-columns: 1fr; }
  .chat-shell { flex-direction: column; }
  .chat-quickies { width: 100%; }
  .app-shell { flex-direction: column; align-items: center; }
  .ecom-grid { grid-template-columns: repeat(2,1fr); }
  .nav-links { display: none; }
  .nav-cta { display: none; }
  .hamburger { display: flex; }
  .stat-div { display: none; }
  .stats-bar { gap: 20px; }
  .form-row { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .hero-title { font-size: 32px; }
  .container { padding: 0 16px; }
  .browser-body { padding: 16px; }
  .wb-grid { grid-template-columns: 1fr; }
  .ecom-grid { grid-template-columns: 1fr 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
  .footer-contact { margin-left: 0; }
}
