:root {
  --bg: #0b1020;
  --panel: rgba(255, 255, 255, 0.06);
  --border: rgba(255, 255, 255, 0.1);
  --text: #f8fafc;
  --muted: #cbd5e1;
  --accent: #ff6b00;
  --accent-soft: rgba(255, 107, 0, 0.18);
  --shadow: 0 20px 80px rgba(0, 0, 0, 0.35);
  --mouse-x: 50vw;
  --mouse-y: 15vh;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at var(--mouse-x) var(--mouse-y), rgba(255, 107, 0, 0.16), transparent 18%),
    linear-gradient(180deg, #11172b 0%, #0b1020 52%, #070b16 100%);
  min-height: 100vh;
  overflow-x: hidden;
}
body.cursor-active {
  cursor: none;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: min(1200px, calc(100% - 32px)); margin: 0 auto; }
.glass {
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
  border: 1px solid var(--border);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}
.page-glow, .page-glow-2 {
  position: fixed;
  inset: auto;
  pointer-events: none;
  z-index: -1;
  border-radius: 999px;
  filter: blur(110px);
}
.page-glow { width: 28rem; height: 28rem; left: 50%; top: -8rem; transform: translateX(-50%); background: rgba(255, 107, 0, 0.2); }
.page-glow-2 { width: 22rem; height: 22rem; right: -6rem; top: 30rem; background: rgba(255,255,255,0.08); }
.grid-overlay {
  position: fixed; inset: 0; pointer-events: none; opacity: 0.28; z-index: -1;
  background-image: linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.8), transparent 95%);
}
.cursor-ring,
.cursor-dot {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 9999;
  opacity: 0;
  transform: translate3d(-100px, -100px, 0);
  transition:
    opacity 220ms ease,
    width 180ms ease,
    height 180ms ease,
    transform 90ms linear;
  will-change: transform, opacity;
}
.cursor-ring {
  width: 44px;
  height: 44px;
  margin-left: -22px;
  margin-top: -22px;
  border-radius: 999px;
  border: 1px solid rgba(255, 107, 0, 0.4);
  background:
    radial-gradient(circle, rgba(255, 107, 0, 0.18), transparent 68%);
  box-shadow:
    0 0 24px rgba(255, 107, 0, 0.18),
    0 0 60px rgba(255, 107, 0, 0.1);
  backdrop-filter: blur(10px);
}
.cursor-dot {
  width: 10px;
  height: 10px;
  margin-left: -5px;
  margin-top: -5px;
  border-radius: 999px;
  background: linear-gradient(180deg, #fff4e8, #ff6b00);
  box-shadow: 0 0 20px rgba(255, 107, 0, 0.8);
}
.cursor-active .cursor-ring,
.cursor-active .cursor-dot {
  opacity: 1;
}
.cursor-ring.is-hover {
  width: 66px;
  height: 66px;
  margin-left: -33px;
  margin-top: -33px;
  background:
    radial-gradient(circle, rgba(255, 107, 0, 0.28), transparent 62%);
  border-color: rgba(255, 107, 0, 0.7);
  box-shadow:
    0 0 28px rgba(255, 107, 0, 0.35),
    0 0 90px rgba(255, 107, 0, 0.18);
}
.cursor-dot.is-hover {
  width: 14px;
  height: 14px;
  margin-left: -7px;
  margin-top: -7px;
}
.header {
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  padding: 24px 0;
}
.brand-logo { width: 220px; height: auto; object-fit: contain; }
.nav { display: flex; gap: 28px; color: var(--muted); font-size: 0.95rem; }
.nav a:hover { color: white; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 999px; padding: 14px 22px; font-weight: 700; font-size: 0.95rem;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--accent); color: white; box-shadow: 0 16px 50px rgba(255,107,0,0.32); }
.btn-outline { border: 1px solid rgba(255,255,255,0.14); background: rgba(255,255,255,0.04); color: white; }
.btn-white { background: white; color: #0b1020; }
.interactive {
  position: relative;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}
.interactive:hover {
  transform: translateY(-2px);
}
.hero {
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 44px; align-items: center;
  padding: 28px 0 58px;
}
.hero-copy { position: relative; z-index: 1; }
.hero-visual {
  min-height: 560px;
  border-radius: 34px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 107, 0, 0.16), transparent 26%),
    radial-gradient(circle at 50% 60%, rgba(255, 255, 255, 0.05), transparent 32%),
    rgba(5, 8, 15, 0.7);
}
.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, transparent 0 38%, rgba(255,107,0,0.14) 38% 39%, transparent 39% 100%),
    linear-gradient(45deg, transparent 0 43%, rgba(255,107,0,0.08) 43% 44%, transparent 44% 100%);
  opacity: 0.7;
}
.hero-visual-core { position: absolute; inset: 0; }
.visual-square {
  position: absolute;
  width: 118px;
  height: 118px;
  border-radius: 6px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.11), rgba(255,255,255,0.04)),
    rgba(8, 12, 20, 0.95);
  border: 1px solid rgba(255,255,255,0.16);
  box-shadow:
    0 0 0 1px rgba(255,107,0,0.22),
    0 18px 36px rgba(0,0,0,0.45),
    inset 0 -8px 22px rgba(255,107,0,0.06);
}
.visual-square::after {
  content: "";
  position: absolute;
  inset: 100% auto auto 0;
  width: 100%;
  height: 18px;
  background: linear-gradient(180deg, rgba(255,107,0,0.4), transparent);
  filter: blur(10px);
}
.visual-square-large { width: 228px; height: 228px; top: 170px; left: 50%; transform: translateX(-50%) rotate(-8deg); }
.visual-square-top { top: 68px; right: 84px; transform: rotate(8deg); }
.visual-square-left { top: 248px; left: 90px; transform: rotate(10deg); }
.visual-square-bottom { bottom: 82px; left: 205px; transform: rotate(4deg); }
.visual-square-right { bottom: 120px; right: 78px; transform: rotate(-8deg); }
.visual-logo-wrap {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: 160px;
  padding: 18px;
  border-radius: 28px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.16);
  box-shadow: 0 0 40px rgba(255,107,0,0.34);
  backdrop-filter: blur(14px);
}
.visual-logo-wrap img { width: 100%; height: auto; }
.visual-sparks {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 38% 42%, rgba(255,107,0,0.95), transparent 2px),
    radial-gradient(circle at 70% 30%, rgba(255,107,0,0.75), transparent 2px),
    radial-gradient(circle at 68% 70%, rgba(255,107,0,0.8), transparent 2px),
    radial-gradient(circle at 24% 72%, rgba(255,107,0,0.7), transparent 2px);
  opacity: 0.75;
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px; padding: 10px 16px;
  border: 1px solid rgba(255,255,255,0.1); border-radius: 999px; background: rgba(255,255,255,0.05);
  color: var(--muted); font-size: 0.92rem; letter-spacing: 0.04em;
}
.eyebrow.orange { color: #ff8a2a; border-color: rgba(255, 107, 0, 0.2); background: rgba(255, 107, 0, 0.08); }
.eyebrow.light { background: rgba(255,255,255,0.12); color: white; border-color: rgba(255,255,255,0.16); }
h1, h2, h3, .micro { font-family: Sora, Inter, sans-serif; }
h1 { margin: 24px 0 18px; font-size: clamp(3rem, 7vw, 5.3rem); line-height: 0.96; letter-spacing: -0.06em; max-width: 12ch; }
.hero p, .section-head p, .testimonial p, .process-card p, .project-card strong, .service-card p, .cta p { color: var(--muted); line-height: 1.8; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.stats, .cards, .mini-grid, .hero-metrics { display: grid; gap: 16px; }
.stats { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 34px; }
.stat, .counter-card, .why-card { padding: 22px; border-radius: 24px; }
.stat strong, .counter-card strong { display: block; font-family: Sora, Inter, sans-serif; font-size: clamp(1.8rem, 4vw, 2.6rem); letter-spacing: -0.05em; }
.stat strong.stat-value {
  display: flex;
  align-items: flex-end;
  gap: 2px;
  font-size: clamp(2.8rem, 5vw, 4rem);
  line-height: 0.92;
}
.stat strong.stat-value .counter-value {
  font-size: inherit;
  line-height: 1;
}
.stat strong.stat-value .counter-plus {
  font-size: clamp(1.6rem, 2.2vw, 2rem);
  line-height: 1;
  transform: translateY(-0.12em);
  color: var(--accent);
}
.stat span, .counter-card span { display: block; margin-top: 6px; color: var(--muted); font-size: 0.95rem; }
.hero-card { border-radius: 34px; padding: 22px; position: relative; overflow: hidden; }
.hero-card::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.08), transparent 45%, rgba(255,107,0,0.12) 70%, transparent 100%);
  opacity: 0.75; animation: shimmer 8s linear infinite;
}
.hero-card > * { position: relative; }
.hero-card-top { display: flex; justify-content: space-between; gap: 18px; align-items: flex-start; }
.hero-card-top h2, .section-head h2, .cta h2 { font-size: clamp(2rem, 4.2vw, 3.6rem); line-height: 1.02; letter-spacing: -0.05em; margin: 12px 0 0; }
.micro { color: var(--muted); font-size: 0.8rem; letter-spacing: 0.35em; text-transform: uppercase; }
.roi { padding: 14px 16px; border-radius: 18px; background: rgba(255,107,0,0.1); border: 1px solid rgba(255,107,0,0.18); text-align: right; }
.roi span { display:block; color: var(--muted); font-size: 0.75rem; letter-spacing: 0.28em; text-transform: uppercase; }
.roi strong { display:block; margin-top: 6px; color: var(--accent); font-size: 1.2rem; }
.mini-grid, .hero-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 18px; }
.mini-panel, .inner-panel, .service-card, .project-card, .testimonial, .process-card, .faq-item { border-radius: 28px; padding: 22px; }
.mini-panel span, .inner-panel > span, .project-card span, .process-card span { color: var(--muted); font-size: 0.92rem; }
.mini-panel strong { display: block; margin-top: 10px; font-family: Sora, Inter, sans-serif; font-size: 2.8rem; letter-spacing: -0.05em; }
.mini-panel small { color: var(--accent); }
.inner-panel .row { display: flex; justify-content: space-between; gap: 10px; }
.chart {
  margin-top: 16px; height: 96px; border-radius: 20px;
  background: radial-gradient(circle at 20% 30%, rgba(255,107,0,0.95), transparent 18%), linear-gradient(180deg, rgba(255,255,255,0.18), rgba(255,255,255,0.02));
}
.inner-panel ul { margin: 16px 0 0; padding-left: 18px; color: white; line-height: 1.9; }
.section { padding: 72px 0; }
.section-head { max-width: 760px; }
.section-head.center { margin: 0 auto; text-align: center; }
.section-head h2 { margin-bottom: 14px; }
.service-page-link { margin-top: 26px; display: flex; justify-content: center; }
.cards { margin-top: 34px; display: grid; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.grid-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.small-gap { gap: 14px; }
.service-card span { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 18px; margin-bottom: 18px; color: var(--accent); background: rgba(255,107,0,0.1); border: 1px solid rgba(255,107,0,0.18); font-weight: 700; }
.service-card h3, .project-card strong, .process-card strong, .testimonial strong { font-family: Sora, Inter, sans-serif; letter-spacing: -0.04em; }
.service-card h3 { font-size: 1.4rem; margin: 0 0 12px; }
.service-card p { margin: 0; }
.why-card { text-align: center; display: grid; place-items: center; min-height: 130px; }
.project-card { position: relative; overflow: hidden; }
.project-card strong { display: block; margin: 16px 0 20px; font-size: 1.45rem; line-height: 1.45; }
.project-card i { font-style: normal; color: var(--accent); font-size: 0.95rem; }
.counter-card { min-height: 170px; display: flex; flex-direction: column; justify-content: flex-end; }
.counter-card span { text-transform: uppercase; letter-spacing: 0.28em; font-size: 0.74rem; }
.process-card span { display: inline-block; color: var(--accent); letter-spacing: 0.3em; font-size: 0.78rem; margin-bottom: 12px; }
.process-card strong { display: block; font-size: 1.7rem; margin-bottom: 12px; }
.testimonial p { margin-top: 0; }
.testimonial span { color: var(--muted); font-size: 0.95rem; }
.faq-list { max-width: 920px; margin: 34px auto 0; display: grid; gap: 14px; }
.faq-btn {
  width: 100%; background: transparent; color: white; border: 0; padding: 0;
  display: flex; justify-content: space-between; align-items: center; gap: 16px; text-align: left;
  font-size: 1.06rem; font-weight: 700; font-family: Sora, Inter, sans-serif; cursor: pointer;
}
.faq-btn span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 999px; background: rgba(255,255,255,0.05); color: var(--accent); border: 1px solid rgba(255,255,255,0.1); flex: none; }
.faq-panel { max-height: 0; overflow: hidden; opacity: 0; transition: max-height 250ms ease, opacity 250ms ease; color: var(--muted); line-height: 1.8; }
.faq-item.open .faq-panel { max-height: 140px; opacity: 1; padding-top: 14px; }
.cta {
  display: flex; justify-content: space-between; align-items: center; gap: 24px;
  border-radius: 36px; padding: 32px 34px; background: linear-gradient(135deg, rgba(255,107,0,0.2), rgba(255,255,255,0.06) 55%, rgba(15,23,42,0.96));
}
.cta-copy {
  flex: 1 1 40%;
}
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}
.lead-form {
  flex: 1 1 52%;
  padding: 22px;
  border-radius: 28px;
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.form-grid label {
  display: grid;
  gap: 8px;
}
.form-grid .full {
  grid-column: 1 / -1;
}
.form-grid span {
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
}
.form-grid input,
.form-grid select,
.form-grid textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(3, 6, 14, 0.72);
  color: white;
  border-radius: 18px;
  padding: 14px 16px;
  font: inherit;
  outline: none;
}
.form-grid input::placeholder,
.form-grid textarea::placeholder {
  color: rgba(203, 213, 225, 0.65);
}
.form-grid input:focus,
.form-grid select:focus,
.form-grid textarea:focus {
  border-color: rgba(255,107,0,0.45);
  box-shadow: 0 0 0 4px rgba(255,107,0,0.12);
}
.submit-btn {
  margin-top: 16px;
  width: 100%;
}
.form-note {
  margin: 12px 0 0;
  font-size: 0.9rem;
  color: var(--muted);
}
.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9998;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #25d366, #128c7e);
  color: white;
  box-shadow: 0 16px 50px rgba(37, 211, 102, 0.35);
  font-weight: 800;
  letter-spacing: 0.02em;
}
.floating-whatsapp::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.95);
  box-shadow: 0 0 0 8px rgba(255,255,255,0.08);
}
.cta h2 { max-width: 12ch; }
.footer {
  padding: 34px 0 58px; border-top: 1px solid rgba(255,255,255,0.1);
  display: grid; grid-template-columns: 1.2fr 0.8fr 0.8fr 1fr; gap: 24px;
}
.footer p, .footer span, .footer a { color: var(--muted); display: block; margin-top: 10px; line-height: 1.8; }
.footer strong { font-family: Sora, Inter, sans-serif; letter-spacing: 0.22em; text-transform: uppercase; font-size: 0.78rem; color: white; }
.footer-logo { width: 240px; margin-bottom: 12px; }
.marquee-wrap { padding: 18px 0 0; }
.marquee { overflow: hidden; border-radius: 999px; }
.track {
  display: flex; gap: 14px; white-space: nowrap; width: max-content; padding: 16px 24px;
  animation: marquee 28s linear infinite;
}
.track span {
  padding: 12px 20px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.05); letter-spacing: 0.28em; text-transform: uppercase; font-size: 0.78rem; color: #e2e8f0;
}
.service-hero {
  padding: 34px 0 20px;
}
.service-intro {
  max-width: 900px;
}
.service-intro h1 {
  max-width: 14ch;
}
.offer-grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.offer-card {
  padding: 24px;
  border-radius: 28px;
  position: relative;
  overflow: hidden;
}
.offer-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 85% 20%, rgba(255,107,0,0.12), transparent 26%);
  opacity: 0.9;
}
.offer-card > * { position: relative; }
.offer-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 84px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,107,0,0.18);
  background: rgba(255,107,0,0.08);
  color: #ff8a2a;
  font-size: 0.75rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
.offer-card h3 {
  margin: 18px 0 8px;
  font-size: 1.5rem;
}
.offer-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}
.offer-footer {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.offer-link {
  color: white;
  font-weight: 700;
}
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes shimmer { from { background-position: 0% 50%; } to { background-position: 100% 50%; } }

@media (max-width: 1024px) {
  .hero, .footer, .cta, .grid-5 { grid-template-columns: 1fr; }
  .hero-visual { min-height: 420px; order: -1; }
  .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid-3, .grid-2, .mini-grid, .hero-metrics, .stats { grid-template-columns: 1fr 1fr; }
  .cta { flex-direction: column; align-items: stretch; }
  .lead-form { width: 100%; }
  .offer-grid { grid-template-columns: 1fr; }
  .nav { display: none; }
  .cta { text-align: center; }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 24px, 1200px); }
  .header { flex-wrap: wrap; }
  .brand-logo { width: 180px; }
  .btn-outline { display: none; }
  .hero, .section { padding-top: 18px; padding-bottom: 44px; }
  .grid-3, .grid-2, .grid-4, .stats, .mini-grid, .hero-metrics { grid-template-columns: 1fr; }
  h1 { font-size: clamp(2.7rem, 15vw, 4.3rem); }
  .hero-card-top, .cta { flex-direction: column; align-items: flex-start; }
  .form-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 360px; }
  .visual-square { width: 84px; height: 84px; }
  .visual-square-large { width: 168px; height: 168px; top: 112px; }
  .visual-square-top { top: 48px; right: 24px; }
  .visual-square-left { top: 168px; left: 30px; }
  .visual-square-bottom { bottom: 42px; left: 92px; }
  .visual-square-right { bottom: 54px; right: 20px; }
  .visual-logo-wrap { width: 118px; }
  .track { animation-duration: 22s; }
  .floating-whatsapp { right: 12px; left: 12px; justify-content: center; }
}
