﻿* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --bg: #050805;
  --bg-2: #0b0f0b;
  --bg-3: #111611;
  --green: #40f06e;
  --green-soft: #1a3622;
  --white: #f0f2ef;
  --muted: #7b877d;
  --muted-dark: #202720;
  --line: #1f281f;
  --font-display: "Syne", sans-serif;
  --font-mono: "DM Mono", monospace;
  --container: 1200px;
  --header-h: 86px;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background: var(--bg);
  color: var(--white);
  font-family: var(--font-display);
  overflow-x: hidden;
  text-rendering: optimizeSpeed;
}

body::before {
  content: "";
  position: fixed;
  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");
  pointer-events: none;
  z-index: 999;
  opacity: 0.36;
}

.hero-grid-lines,
.hero-glow,
.marquee-track,
.scroll-line,
.whatsapp-float {
  will-change: transform, opacity;
  transform: translateZ(0);
  backface-visibility: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

section {
  scroll-margin-top: 110px;
}

.container {
  width: min(100% - 2.5rem, var(--container));
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  top: -48px;
  left: 14px;
  z-index: 1000;
  background: var(--green);
  color: #000;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  padding: 0.5rem 0.8rem;
}

.skip-link:focus-visible {
  top: 10px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  padding: 0.9rem 1.4rem;
  font-family: var(--font-mono);
  font-size: 0.71rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: transform 0.22s ease, background-color 0.22s ease, color 0.22s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-solid {
  background: var(--green);
  color: #040704;
}

.btn-solid:hover {
  background: #35d95f;
}

.btn-outline {
  border-color: var(--green);
  color: var(--green);
  background: transparent;
}

.btn-outline:hover {
  background: var(--green);
  color: #040704;
}

.btn-ghost {
  border-color: var(--line);
  color: var(--white);
  background: rgba(255, 255, 255, 0.02);
}

.btn-ghost:hover {
  border-color: var(--green-soft);
  background: rgba(255, 255, 255, 0.06);
}

.btn:focus-visible,
.site-nav a:focus-visible,
.menu-toggle:focus-visible,
.channel-link:focus-visible,
.footer-links a:focus-visible,
.whatsapp-float:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 2px;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: var(--header-h);
  background: linear-gradient(to bottom, rgba(5, 8, 5, 0.96), rgba(5, 8, 5, 0));
  transition: background-color 0.25s ease;
  will-change: background-color;
}

.site-header.is-scrolled {
  background: rgba(5, 8, 5, 0.94);
  border-bottom: 1px solid var(--line);
}

.nav-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.1rem;
}

.nav-logo {
  font-weight: 800;
  font-size: 1.1rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.nav-logo span {
  color: var(--green);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.site-nav > a {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  color: var(--muted);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-nav > a:hover {
  color: var(--green);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  background: var(--bg-2);
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--white);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 0 0 74px;
  overflow: hidden;
}

.hero-grid-lines {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(64, 240, 110, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(64, 240, 110, 0.035) 1px, transparent 1px);
  background-size: 82px 82px;
  animation: grid-pan 20s linear infinite;
}

.hero-glow {
  position: absolute;
  width: 620px;
  height: 620px;
  top: 8%;
  right: -130px;
  background: radial-gradient(circle, rgba(64, 240, 110, 0.11) 0%, transparent 70%);
  animation: glow 6s ease-in-out infinite;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-tag {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 1.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
}

.hero-tag::before {
  content: "";
  width: 32px;
  height: 1px;
  background: var(--green);
}

.hero-title {
  font-size: clamp(2.4rem, 6.5vw, 5.8rem);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  max-width: 980px;
}

.hero-title em {
  font-style: normal;
  color: transparent;
  -webkit-text-stroke: 1px var(--white);
}

.hero-title .accent {
  color: var(--green);
}

.hero-sub {
  margin-top: 2.1rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1.2rem;
}

.hero-desc {
  max-width: 430px;
  font-family: var(--font-mono);
  font-size: 0.74rem;
  line-height: 1.95;
  color: var(--muted);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.hero-points {
  list-style: none;
  margin-top: 2.4rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--line);
  background: rgba(11, 15, 11, 0.9);
}

.hero-points li {
  padding: 1rem;
  border-right: 1px solid var(--line);
  font-family: var(--font-mono);
  font-size: 0.66rem;
  color: var(--muted);
  line-height: 1.8;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero-points li:last-child {
  border-right: none;
}

.hero-points span {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--green);
  font-size: 0.66rem;
}

.hero-scroll {
  position: absolute;
  right: 56px;
  bottom: 84px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7rem;
}

.hero-scroll span {
  font-family: var(--font-mono);
  font-size: 0.58rem;
  letter-spacing: 0.2em;
  color: var(--muted);
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.scroll-line {
  width: 1px;
  height: 56px;
  background: linear-gradient(to bottom, var(--green), transparent);
  animation: scroll-drop 2s ease-in-out infinite;
}

.divider {
  height: 1px;
  background: var(--line);
  width: min(100% - 2.5rem, var(--container));
  margin-inline: auto;
}

.numbers {
  width: min(100% - 2.5rem, var(--container));
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 3.7rem 0;
}

.number-item {
  padding: 0 2.2rem;
  border-right: 1px solid var(--line);
}

.number-item:first-child {
  padding-left: 0;
}

.number-item:last-child {
  border-right: none;
  padding-right: 0;
}

.number-val {
  font-size: clamp(2rem, 4.5vw, 2.9rem);
  line-height: 1;
}

.number-val span {
  color: var(--green);
}

.number-label {
  margin-top: 0.65rem;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.section {
  padding: 5.5rem 0;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.section-tag {
  font-family: var(--font-mono);
  font-size: 0.67rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 1rem;
}

.section-title {
  font-size: clamp(1.6rem, 3.2vw, 2.6rem);
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.section-title em {
  font-style: normal;
  color: transparent;
  -webkit-text-stroke: 1px var(--white);
}

.section-text {
  font-family: var(--font-mono);
  font-size: 0.74rem;
  color: var(--muted);
  line-height: 2;
  margin-bottom: 1rem;
}

.about-visual {
  margin-top: 2.2rem;
  height: 250px;
  border: 1px solid var(--line);
  background: var(--bg-2);
  position: relative;
  display: grid;
  place-content: center;
}

.visual-core {
  text-align: center;
}

.core-title {
  color: var(--green);
  font-size: 4rem;
  line-height: 1;
}

.core-sub {
  margin-top: 0.35rem;
  font-family: var(--font-mono);
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

.visual-square {
  position: absolute;
  border: 1px solid var(--line);
}

.square-1 {
  width: 78px;
  height: 78px;
  top: -14px;
  left: -14px;
  background: var(--muted-dark);
}

.square-2 {
  width: 110px;
  height: 110px;
  right: -18px;
  bottom: -18px;
  background: var(--green-soft);
  border-color: var(--green);
}

.marquee-wrap {
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 2rem 0;
}

.marquee-track {
  display: flex;
  gap: 3rem;
  width: max-content;
  animation: marquee 18s linear infinite;
}

.marquee-item {
  font-size: 1rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #4f5c51;
}

.marquee-item b {
  color: var(--green);
  padding-left: 1rem;
}

.services {
  background: var(--bg-2);
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.section-note {
  max-width: 330px;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  color: var(--muted);
  line-height: 1.85;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.service-card {
  background: var(--bg-2);
  padding: 2.4rem 2rem;
  position: relative;
  transition: background 0.25s ease;
}

.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--green);
  transition: width 0.3s ease;
}

.service-card:hover {
  background: #0f130f;
}

.service-card:hover::before {
  width: 100%;
}

.service-num {
  margin-bottom: 1.5rem;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  color: var(--green);
  letter-spacing: 0.16em;
}

.service-name {
  font-size: 1.03rem;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 0.9rem;
}

.service-desc {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: var(--muted);
  line-height: 1.85;
}

.differentials {
  background: var(--bg);
}

.diff-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.diff-card {
  background: var(--bg-2);
  padding: 2rem 1.35rem;
}

.diff-card h3 {
  font-size: 0.86rem;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
  color: var(--white);
}

.diff-card p {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  color: var(--muted);
  line-height: 1.8;
}

.cta-strip {
  margin: 2.3rem 0 0;
  padding: 2rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, #0a0f0a, #102317 50%, #163c24 100%);
}

.cta-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
}

.cta-wrap p {
  font-size: clamp(1rem, 2.2vw, 1.5rem);
  text-transform: uppercase;
  letter-spacing: -0.01em;
  max-width: 600px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}

.contact-big {
  font-size: clamp(2.2rem, 4.8vw, 3.9rem);
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}

.contact-big .line-green {
  color: var(--green);
}

.contact-big .line-outline {
  color: transparent;
  -webkit-text-stroke: 1px var(--white);
}

.contact-desc {
  max-width: 450px;
  margin-bottom: 1rem;
  font-family: var(--font-mono);
  font-size: 0.73rem;
  color: var(--muted);
  line-height: 2;
}

.contact-channels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.95rem;
  max-width: 700px;
}

.channel-link {
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(19, 26, 20, 0.95), rgba(9, 13, 10, 0.95));
  border-radius: 16px;
  padding: 0.85rem 0.9rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.85rem;
  transition: border-color 0.24s ease, transform 0.24s ease, box-shadow 0.24s ease;
}

.channel-link:hover {
  transform: translateY(-2px);
  border-color: var(--green-soft);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
}

.channel-logo {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.02);
}

.channel-logo svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
}

.channel-details {
  display: grid;
  gap: 0.2rem;
}

.channel-title {
  font-size: 0.96rem;
  text-transform: uppercase;
  line-height: 1.1;
}

.channel-subtitle {
  font-family: var(--font-mono);
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

.channel-cta {
  font-family: var(--font-mono);
  font-size: 0.54rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #c5d2c9;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.34rem 0.5rem;
}

.channel-whatsapp {
  border-color: rgba(64, 240, 110, 0.45);
  background: linear-gradient(145deg, rgba(64, 240, 110, 0.16), rgba(11, 17, 12, 0.95));
}

.channel-whatsapp .channel-logo {
  color: var(--green);
  border-color: rgba(64, 240, 110, 0.4);
  background: rgba(64, 240, 110, 0.08);
}

.channel-whatsapp .channel-title {
  color: var(--green);
}

.channel-instagram {
  border-color: rgba(255, 255, 255, 0.12);
}

.channel-instagram .channel-logo {
  color: #ff8a64;
  border-color: rgba(255, 138, 100, 0.35);
  background: rgba(255, 138, 100, 0.08);
}

.channel-instagram .channel-title {
  color: #f4d4c8;
}

.channel-note {
  margin-top: 0.95rem;
  font-family: var(--font-mono);
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7b887d;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 2.1rem 0;
}

.footer-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-logo {
  font-size: 1rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-logo span {
  color: var(--green);
}

.footer-copy {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  color: var(--muted);
  text-transform: uppercase;
}

.footer-links {
  display: flex;
  gap: 0.65rem;
  align-items: center;
  flex-wrap: wrap;
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0.45rem 0.8rem;
  border: 1px solid var(--line);
  background: var(--bg-2);
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  color: #d9e5dc;
  text-transform: uppercase;
}

.footer-links a:hover {
  border-color: var(--green-soft);
  color: var(--green);
}

.footer-links a:last-child {
  border-color: rgba(64, 240, 110, 0.35);
  background: rgba(64, 240, 110, 0.08);
}

.whatsapp-float {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 120;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border: 1px solid var(--green);
  background: var(--green);
  color: #050805;
  padding: 0.72rem 0.95rem;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 12px 34px rgba(64, 240, 110, 0.2);
}

.whatsapp-float svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.whatsapp-float:hover {
  transform: translateY(-2px);
}

.mobile-dock {
  display: none;
}

.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.78s ease, transform 0.78s ease;
  will-change: opacity, transform;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay {
  transition-delay: 0.13s;
}

@keyframes grid-pan {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(82px);
  }
}

@keyframes glow {
  0%,
  100% {
    opacity: 0.55;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}

@keyframes scroll-drop {
  0%,
  100% {
    transform: scaleY(1);
    opacity: 1;
  }
  50% {
    transform: scaleY(0.45);
    opacity: 0.35;
  }
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 1100px) {
  .site-nav {
    gap: 1.1rem;
  }

  .hero-scroll {
    display: none;
  }

  .hero-points,
  .services-grid,
  .diff-grid {
    grid-template-columns: 1fr 1fr;
  }

  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 2.2rem;
  }

  .section-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-note {
    text-align: left;
  }
}

@media (max-width: 900px) {
  .menu-toggle {
    display: inline-block;
  }

  .site-nav {
    position: absolute;
    top: calc(var(--header-h) - 8px);
    left: 1.25rem;
    right: 1.25rem;
    background: rgba(10, 14, 10, 0.98);
    border: 1px solid var(--line);
    padding: 1rem;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0.4rem;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav .btn {
    margin-top: 0.45rem;
  }

  .hero {
    padding-bottom: 60px;
  }

  .hero-sub {
    flex-direction: column;
    align-items: flex-start;
  }

  .numbers {
    grid-template-columns: 1fr;
    gap: 1.2rem;
    padding: 2.4rem 0;
  }

  .number-item {
    padding: 0 0 1rem;
    border-right: none;
    border-bottom: 1px solid var(--line);
  }

  .number-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .cta-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 700px) {
  .hero-points,
  .services-grid,
  .diff-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 4.2rem 0;
  }

  .whatsapp-float span {
    display: none;
  }

  .whatsapp-float {
    width: 52px;
    height: 52px;
    justify-content: center;
    padding: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
