/* ===== Omvir AI Automation — Design System ===== */
:root {
  --primary: #00C2A8;
  --secondary: #00E5A8;
  --accent: #4F8CFF;
  --highlight: #A3FF12;
  --bg: #F8FAFB;
  --section-bg: #EDF5F4;
  --card: rgba(255, 255, 255, 0.82);
  --card-solid: #ffffff;
  --text: #111827;
  --text-muted: #5B6475;
  --border: #D9E3E5;
  --shadow-sm: 0 4px 12px rgba(17, 24, 39, 0.06);
  --shadow-md: 0 12px 32px rgba(17, 24, 39, 0.08);
  --shadow-lg: 0 24px 60px rgba(0, 194, 168, 0.18);
  --radius: 18px;
  --radius-sm: 12px;
  --radius-lg: 28px;
  --grad-primary: linear-gradient(135deg, #00C2A8 0%, #00E5A8 50%, #4F8CFF 100%);
  --grad-accent: linear-gradient(135deg, #4F8CFF 0%, #00C2A8 100%);
  --grad-soft: linear-gradient(135deg, #E6FBF7 0%, #E8F1FF 100%);
  --font-head: "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  font-size: 16px;
  overflow-x: hidden;
  position: relative;
}

/* Background orbs */
body::before, body::after {
  content: "";
  position: fixed;
  width: 520px; height: 520px;
  border-radius: 50%;
  filter: blur(120px);
  z-index: -1;
  opacity: 0.35;
  pointer-events: none;
  animation: floatOrb 18s ease-in-out infinite;
}
body::before { background: radial-gradient(circle, #00E5A8, transparent 70%); top: -120px; left: -160px; }
body::after  { background: radial-gradient(circle, #4F8CFF, transparent 70%); top: 30%; right: -180px; animation-delay: -9s; }

@keyframes floatOrb {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(40px, 60px) scale(1.08); }
}

img, svg { max-width: 100%; display: block; }
a { color: var(--accent); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--primary); }

h1, h2, h3, h4, h5 { font-family: var(--font-head); color: var(--text); line-height: 1.18; letter-spacing: -0.02em; }
h1 { font-weight: 800; font-size: clamp(2.2rem, 5vw, 3.75rem); }
h2 { font-weight: 800; font-size: clamp(1.7rem, 3.5vw, 2.5rem); margin-bottom: .5rem; }
h3 { font-weight: 700; font-size: 1.25rem; }
p { color: var(--text-muted); }

.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section { padding: 96px 0; position: relative; }
.section--alt { background: var(--section-bg); }
.section-head { text-align: center; max-width: 760px; margin: 0 auto 56px; }
.section-head .eyebrow {
  display: inline-block; padding: 6px 14px; border-radius: 999px;
  background: rgba(0, 194, 168, .12); color: var(--primary);
  font-weight: 600; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase;
  margin-bottom: 16px;
}
.section-head p { margin-top: 12px; font-size: 1.05rem; }

/* ===== Buttons ===== */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 26px; border-radius: 999px;
  font-family: var(--font-head); font-weight: 600; font-size: .98rem;
  border: 1px solid transparent; cursor: pointer;
  transition: transform .2s ease, box-shadow .25s ease, background .25s ease;
  text-decoration: none;
}
.btn--primary { background: var(--grad-primary); color: #042622; box-shadow: var(--shadow-lg); }
.btn--primary:hover { transform: translateY(-2px); color: #042622; }
.btn--ghost { background: rgba(255,255,255,.6); color: var(--text); border-color: var(--border); backdrop-filter: blur(12px); }
.btn--ghost:hover { background: #fff; border-color: var(--primary); color: var(--primary); }
.btn--sm { padding: 10px 18px; font-size: .9rem; }

/* ===== Navigation ===== */
.nav {
  position: sticky; top: 0; z-index: 100;
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
  background: rgba(248, 250, 251, .72);
  border-bottom: 1px solid transparent;
  transition: border-color .25s ease, background .25s ease, box-shadow .25s ease;
}
.nav.scrolled { border-color: var(--border); box-shadow: 0 8px 24px rgba(17,24,39,.04); background: rgba(248,250,251,.88); }
.nav__inner { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.brand { display: flex; align-items: center; gap: 10px; font-family: var(--font-head); font-weight: 800; color: var(--text); }
.brand__logo {
  width: 38px; height: 38px; border-radius: 11px;
  background: var(--grad-primary);
  display: grid; place-items: center; color: #042622;
  box-shadow: 0 8px 18px rgba(0,194,168,.35);
  font-weight: 800;
}
.brand__name { font-size: 1.1rem; letter-spacing: -.01em; }
.brand__name span { background: var(--grad-accent); -webkit-background-clip: text; background-clip: text; color: transparent; }

.nav__links { display: flex; align-items: center; gap: 32px; list-style: none; }
.nav__links a {
  color: var(--text); font-weight: 500; font-size: .95rem; position: relative;
}
.nav__links a.active, .nav__links a:hover { color: var(--primary); }
.nav__links a.active::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -8px;
  height: 2px; background: var(--grad-primary); border-radius: 2px;
}
.nav__cta { display: flex; align-items: center; gap: 12px; }
.hamburger {
  display: none; width: 44px; height: 44px; border-radius: 12px;
  border: 1px solid var(--border); background: var(--card-solid);
  align-items: center; justify-content: center; cursor: pointer;
}
.hamburger span { display: block; width: 20px; height: 2px; background: var(--text); position: relative; transition: .25s; }
.hamburger span::before, .hamburger span::after {
  content: ""; position: absolute; left: 0; width: 20px; height: 2px; background: var(--text); transition: .25s;
}
.hamburger span::before { top: -6px; }
.hamburger span::after  { top:  6px; }
.hamburger.open span { background: transparent; }
.hamburger.open span::before { top: 0; transform: rotate(45deg); }
.hamburger.open span::after  { top: 0; transform: rotate(-45deg); }

/* ===== Mobile Menu Hide in Desktop===== */
.nav__menu-mobile{
    display:none;
}

.hamburger{
    display:none;
}



/* ===== Hero ===== */
.hero { padding: 96px 0 80px; position: relative; overflow: hidden; }
.hero__grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 64px; align-items: center; }
.hero__eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 14px; border-radius: 999px;
  background: rgba(255,255,255,.7); border: 1px solid var(--border);
  font-size: .8rem; font-weight: 600; color: var(--primary);
  backdrop-filter: blur(10px); margin-bottom: 22px;
}
.hero__eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--secondary); box-shadow: 0 0 0 4px rgba(0,229,168,.25); }
.hero h1 span { background: var(--grad-primary); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero__sub { margin-top: 22px; font-size: 1.1rem; max-width: 560px; }
.hero__cta { margin-top: 36px; display: flex; flex-wrap: wrap; gap: 14px; }
.trust { margin-top: 44px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; max-width: 520px; }
.trust__item {
  display: flex; align-items: center; gap: 10px;
  padding: 12px 16px; background: var(--card); border: 1px solid var(--border);
  border-radius: 14px; backdrop-filter: blur(12px); font-size: .9rem; font-weight: 500;
}
.trust__item .check { width: 22px; height: 22px; border-radius: 50%; background: var(--grad-primary); display: grid; place-items: center; color: #042622; font-weight: 800; font-size: .75rem; flex-shrink: 0; }

/* Hero visual — glass dashboard mockup */
.hero__visual { position: relative; min-height: 460px; }
.glass-card {
  background: var(--card);
  border: 1px solid rgba(255,255,255,.6);
  border-radius: var(--radius-lg);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  box-shadow: var(--shadow-md);
}
.dashboard-mock {
  padding: 22px;
  position: relative; z-index: 2;
  animation: floatY 6s ease-in-out infinite;
}
.dashboard-mock__head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 16px; border-bottom: 1px solid var(--border); }
.dashboard-mock__dots { display: flex; gap: 6px; }
.dashboard-mock__dots i { width: 10px; height: 10px; border-radius: 50%; background: #e4e9eb; display: block; }
.dashboard-mock__dots i:nth-child(1) { background: #ff7a7a; }
.dashboard-mock__dots i:nth-child(2) { background: #ffd166; }
.dashboard-mock__dots i:nth-child(3) { background: #06d6a0; }
.dashboard-mock__title { font-family: var(--font-head); font-weight: 700; font-size: .9rem; color: var(--text); }
.dashboard-mock__body { padding-top: 18px; display: grid; gap: 14px; }
.metric-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.metric {
  background: linear-gradient(135deg, rgba(0,194,168,.08), rgba(79,140,255,.08));
  border-radius: 14px; padding: 14px;
}
.metric .label { font-size: .72rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: .08em; font-weight: 600; }
.metric .value { font-family: var(--font-head); font-weight: 800; font-size: 1.5rem; color: var(--text); margin-top: 4px; }
.metric .trend { font-size: .75rem; color: var(--primary); font-weight: 600; }
.bars { display: flex; align-items: flex-end; gap: 8px; height: 90px; padding-top: 10px; }
.bars span { flex: 1; background: var(--grad-primary); border-radius: 8px 8px 4px 4px; animation: barRise 1.4s ease-out backwards; }
.bars span:nth-child(1) { height: 40%; animation-delay: .05s; }
.bars span:nth-child(2) { height: 65%; animation-delay: .15s; }
.bars span:nth-child(3) { height: 50%; animation-delay: .25s; }
.bars span:nth-child(4) { height: 82%; animation-delay: .35s; }
.bars span:nth-child(5) { height: 70%; animation-delay: .45s; }
.bars span:nth-child(6) { height: 95%; animation-delay: .55s; }
.bars span:nth-child(7) { height: 60%; animation-delay: .65s; }

.float-card {
  position: absolute; padding: 14px 18px; display: flex; align-items: center; gap: 12px;
  border-radius: 16px; background: var(--card); border: 1px solid rgba(255,255,255,.7);
  backdrop-filter: blur(16px); box-shadow: var(--shadow-md); z-index: 3;
}
.float-card .icon { width: 38px; height: 38px; border-radius: 11px; background: var(--grad-primary); display: grid; place-items: center; color: #042622; font-weight: 800; }
.float-card .t { font-family: var(--font-head); font-weight: 700; font-size: .85rem; }
.float-card .s { font-size: .72rem; color: var(--text-muted); }
.float-card--a { top: 18%; left: -28px; animation: floatY 5s ease-in-out infinite; animation-delay: -1.5s; }
.float-card--b { bottom: 10%; right: -20px; animation: floatY 7s ease-in-out infinite; animation-delay: -3s; }

@keyframes floatY { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
@keyframes barRise { from { height: 0 !important; opacity: 0; } }

/* Neural network background SVG layer */
.neural-bg {
  position: absolute; inset: 0; z-index: 0; opacity: .35; pointer-events: none;
}

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

.card {
  background: var(--card);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,.6);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow-sm);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
  position: relative; overflow: hidden;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: rgba(0,194,168,.4); }
.card .ico {
  width: 54px; height: 54px; border-radius: 14px;
  background: var(--grad-soft); display: grid; place-items: center;
  margin-bottom: 18px; color: var(--primary);
  border: 1px solid rgba(0,194,168,.2);
}
.card .ico svg { width: 26px; height: 26px; }
.card h3 { margin-bottom: 10px; }
.card p { font-size: .95rem; }
.card .link {
  display: inline-flex; align-items: center; gap: 6px; margin-top: 16px;
  font-weight: 600; font-size: .9rem; color: var(--primary);
}
.card .link:hover { gap: 10px; }

/* Feature/why-choose cards */
.feature {
  padding: 24px; border-radius: var(--radius); background: var(--card-solid);
  border: 1px solid var(--border); display: flex; gap: 16px; align-items: flex-start;
}
.feature .ico { flex-shrink: 0; width: 44px; height: 44px; border-radius: 12px; background: var(--grad-primary); display: grid; place-items: center; color: #042622; }
.feature h4 { font-family: var(--font-head); font-weight: 700; font-size: 1rem; margin-bottom: 4px; }
.feature p { font-size: .88rem; }

/* Benefits list */
.benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.benefit {
  padding: 18px 20px; background: var(--card-solid); border-radius: 14px;
  border: 1px solid var(--border); display: flex; align-items: center; gap: 12px;
  font-weight: 500; color: var(--text);
}
.benefit .check { width: 28px; height: 28px; border-radius: 50%; background: var(--grad-primary); display: grid; place-items: center; color: #042622; flex-shrink: 0; font-weight: 800; }

/* Process timeline */
.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: step; }
.process__step {
  padding: 26px 22px; border-radius: var(--radius); position: relative;
  background: var(--card); border: 1px solid rgba(255,255,255,.6); backdrop-filter: blur(12px);
  box-shadow: var(--shadow-sm);
}
.process__step::before {
  counter-increment: step; content: "0" counter(step);
  font-family: var(--font-head); font-weight: 800; font-size: 2.2rem;
  background: var(--grad-primary); -webkit-background-clip: text; background-clip: text; color: transparent;
  display: block; margin-bottom: 10px; line-height: 1;
}
.process__step h4 { font-family: var(--font-head); font-weight: 700; font-size: 1.05rem; margin-bottom: 6px; }
.process__step p { font-size: .87rem; }

/* Use cases */
.usecase {
  padding: 26px; background: var(--card-solid); border-radius: var(--radius);
  border: 1px solid var(--border); transition: transform .3s ease, box-shadow .3s ease;
}
.usecase:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.usecase__tag { display: inline-block; padding: 4px 12px; border-radius: 999px; background: rgba(79,140,255,.12); color: var(--accent); font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 14px; }
.usecase h4 { font-family: var(--font-head); font-weight: 700; margin-bottom: 14px; font-size: 1.15rem; }
.usecase__row { display: grid; gap: 10px; }
.usecase__row .lbl { font-size: .72rem; font-weight: 700; color: var(--primary); text-transform: uppercase; letter-spacing: .08em; }
.usecase__row .txt { font-size: .9rem; color: var(--text-muted); margin-bottom: 6px; }

/* Testimonials */
.testimonial {
  padding: 30px; border-radius: var(--radius); background: var(--card);
  border: 1px solid rgba(255,255,255,.6); backdrop-filter: blur(12px);
  box-shadow: var(--shadow-sm);
}
.testimonial__quote { font-size: 1rem; color: var(--text); font-style: italic; margin-bottom: 22px; line-height: 1.7; }
.testimonial__author { display: flex; align-items: center; gap: 12px; }
.testimonial__avatar { width: 48px; height: 48px; border-radius: 50%; background: var(--grad-primary); display: grid; place-items: center; color: #042622; font-weight: 800; font-family: var(--font-head); }
.testimonial__name { font-family: var(--font-head); font-weight: 700; font-size: .95rem; }
.testimonial__role { font-size: .82rem; color: var(--text-muted); }
.stars { color: #FFB400; margin-bottom: 14px; letter-spacing: 2px; }

/* CTA banner */
.cta-banner {
  position: relative; overflow: hidden;
  padding: 64px 48px; border-radius: var(--radius-lg);
  background: var(--grad-primary); color: #042622; text-align: center;
  box-shadow: var(--shadow-lg);
}
.cta-banner::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 20% 30%, rgba(255,255,255,.4), transparent 50%),
              radial-gradient(circle at 80% 70%, rgba(163,255,18,.3), transparent 50%);
  pointer-events: none;
}
.cta-banner h2 { color: #042622; position: relative; }
.cta-banner p { color: #053f37; margin-top: 12px; position: relative; }
.cta-banner .btns { margin-top: 28px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; position: relative; }
.cta-banner .btn--primary { background: #042622; color: #fff; box-shadow: 0 16px 36px rgba(4,38,34,.35); }
.cta-banner .btn--ghost { background: rgba(255,255,255,.85); color: var(--text); border-color: transparent; }

/* Stats */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 48px; }
.stat { text-align: center; padding: 24px; background: var(--card); border: 1px solid rgba(255,255,255,.6); border-radius: var(--radius); backdrop-filter: blur(12px); }
.stat__num { font-family: var(--font-head); font-weight: 800; font-size: 2.4rem; background: var(--grad-primary); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat__lbl { font-size: .85rem; color: var(--text-muted); margin-top: 6px; }

/* Page hero */
.page-hero { padding: 80px 0 56px; text-align: center; position: relative; }
.page-hero .crumb { color: var(--text-muted); font-size: .85rem; margin-bottom: 14px; }
.page-hero p { font-size: 1.05rem; max-width: 700px; margin: 16px auto 0; }

/* Services page detail */
.service-block {
  display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center;
  padding: 56px 0; border-bottom: 1px solid var(--border);
}
.service-block:last-child { border-bottom: none; }
.service-block.reverse { direction: rtl; }
.service-block.reverse > * { direction: ltr; }
.service-block__visual {
  padding: 36px; border-radius: var(--radius-lg);
  background: var(--grad-soft); border: 1px solid var(--border);
  min-height: 280px; display: grid; place-items: center;
}
.service-block .tag { display: inline-block; padding: 4px 12px; border-radius: 999px; background: rgba(0,194,168,.12); color: var(--primary); font-weight: 700; font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 14px; }
.service-block h3 { font-size: 1.8rem; margin-bottom: 14px; }
.service-block ul { list-style: none; margin-top: 18px; display: grid; gap: 8px; }
.service-block ul li { display: flex; gap: 10px; align-items: center; font-size: .95rem; color: var(--text); }
.service-block ul li::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--grad-primary); flex-shrink: 0; }
.service-block .benefits-inline { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.service-block .benefits-inline span { padding: 6px 14px; border-radius: 999px; background: rgba(79,140,255,.1); color: var(--accent); font-size: .82rem; font-weight: 600; }

/* Tech stack */
.tech-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.tech-card { padding: 24px 18px; border-radius: var(--radius); background: var(--card-solid); border: 1px solid var(--border); text-align: center; }
.tech-card h4 { font-family: var(--font-head); font-weight: 700; font-size: .9rem; margin-bottom: 12px; color: var(--primary); text-transform: uppercase; letter-spacing: .08em; }
.tech-card ul { list-style: none; display: grid; gap: 6px; }
.tech-card li { font-size: .88rem; color: var(--text); padding: 6px 10px; background: var(--bg); border-radius: 8px; }

/* Workflow diagram */
.workflow {
  display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
  gap: 12px; margin-top: 30px;
}
.workflow__node {
  padding: 16px 20px; border-radius: 14px; background: var(--card);
  border: 1px solid rgba(0,194,168,.3); backdrop-filter: blur(10px);
  font-family: var(--font-head); font-weight: 600; font-size: .9rem;
  display: flex; align-items: center; gap: 10px; box-shadow: var(--shadow-sm);
}
.workflow__node .dot { width: 10px; height: 10px; border-radius: 50%; background: var(--grad-primary); }
.workflow__arrow { color: var(--primary); font-weight: 800; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px; }
.contact-form { padding: 36px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.form-group { margin-bottom: 16px; }
.form-group label { display: block; font-size: .85rem; font-weight: 600; margin-bottom: 6px; color: var(--text); }
.form-group input, .form-group select, .form-group textarea {
  width: 100%; padding: 12px 14px; border-radius: 12px;
  border: 1px solid var(--border); background: #fff;
  font-family: var(--font-body); font-size: .95rem; color: var(--text);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  outline: none; border-color: var(--primary); box-shadow: 0 0 0 4px rgba(0,194,168,.12);
}
.form-group .error { display: block; color: #d94545; font-size: .8rem; margin-top: 6px; min-height: 1em; }
.form-success { padding: 14px 18px; border-radius: 12px; background: rgba(0,229,168,.15); color: #066b54; margin-bottom: 16px; display: none; }
.form-success.show { display: block; }

.contact-info { display: grid; gap: 16px; align-content: start; }
.info-card { padding: 22px; border-radius: var(--radius); background: var(--card); border: 1px solid rgba(255,255,255,.6); backdrop-filter: blur(12px); display: flex; gap: 14px; align-items: flex-start; }
.info-card .ico { width: 42px; height: 42px; border-radius: 12px; background: var(--grad-primary); display: grid; place-items: center; color: #042622; flex-shrink: 0; }
.info-card .lbl { font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; color: var(--text-muted); font-weight: 600; }
.info-card .val { font-family: var(--font-head); font-weight: 600; font-size: .98rem; color: var(--text); margin-top: 2px; }
.info-card .val a { color: var(--text); }
.info-card .val a:hover { color: var(--primary); }

.map-embed { margin-top: 32px; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); height: 360px; }
.map-embed iframe { width: 100%; height: 100%; border: 0; }

/* FAQ accordion */
.faq { display: grid; gap: 12px; max-width: 820px; margin: 0 auto; }
.faq__item { background: var(--card-solid); border: 1px solid var(--border); border-radius: 14px; overflow: hidden; }
.faq__q { width: 100%; padding: 18px 22px; background: none; border: 0; cursor: pointer; display: flex; align-items: center; justify-content: space-between; font-family: var(--font-head); font-weight: 600; font-size: 1rem; color: var(--text); text-align: left; }
.faq__q .icon { width: 28px; height: 28px; border-radius: 8px; background: var(--grad-soft); display: grid; place-items: center; color: var(--primary); transition: transform .25s ease; }
.faq__item.open .faq__q .icon { transform: rotate(45deg); }
.faq__a { padding: 0 22px; max-height: 0; overflow: hidden; transition: max-height .35s ease, padding .35s ease; color: var(--text-muted); }
.faq__item.open .faq__a { padding: 0 22px 20px; max-height: 400px; }

/* Footer */
.footer { background: #0c1320; color: #c8d1de; padding: 64px 0 28px; margin-top: 80px; position: relative; }
.footer::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--grad-primary); }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; }
.footer h5 { color: #fff; font-family: var(--font-head); font-weight: 700; font-size: 1rem; margin-bottom: 16px; }
.footer p, .footer a { color: #93a0b3; font-size: .92rem; }
.footer a:hover { color: var(--secondary); }
.footer ul { list-style: none; display: grid; gap: 10px; }
.footer__brand .brand__name { color: #fff; }
.footer__bottom { margin-top: 48px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.08); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: .85rem; color: #6e7d92; }

/* Floating buttons */
.fab-whatsapp, .fab-top {
  position: fixed; right: 22px; z-index: 90;
  width: 54px; height: 54px; border-radius: 50%;
  display: grid; place-items: center; border: 0; cursor: pointer;
  box-shadow: 0 12px 30px rgba(17,24,39,.18);
  transition: transform .25s ease, opacity .25s ease;
}
.fab-whatsapp { bottom: 22px; background: #25D366; color: #fff; }
.fab-whatsapp:hover { transform: scale(1.08); }
.fab-top { bottom: 86px; background: var(--card-solid); color: var(--primary); border: 1px solid var(--border); opacity: 0; pointer-events: none; }
.fab-top.show { opacity: 1; pointer-events: auto; }
.fab-top:hover { transform: translateY(-3px); }

/* Reveal animations */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* Legal pages */
.legal { max-width: 860px; margin: 0 auto; }
.legal h2 { margin-top: 36px; font-size: 1.4rem; }
.legal p, .legal li { color: var(--text); margin-bottom: 12px; line-height: 1.75; }
.legal ul { padding-left: 24px; margin-bottom: 16px; }
