:root {
  --ink: #07111f;
  --ink-soft: #101d2e;
  --paper: #f4f6f3;
  --white: #fff;
  --muted: #697383;
  --line: #dce2df;
  --mint: #97c11f;
  --mint-dark: #6f9411;
  --blue: #2e70ff;
  --display: "Manrope", sans-serif;
  --body: "DM Sans", sans-serif;
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
svg { display: block; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; transform: translateY(-160%); background: var(--mint); color: var(--ink); padding: 12px 16px; border-radius: 8px; font-weight: 700; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; z-index: 20; width: 100%; top: 0; color: white; border-bottom: 1px solid rgba(255,255,255,.1); }
.nav-wrap { height: 84px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-logo { display: block; width: 210px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 32px; font-size: 14px; font-weight: 600; }
.site-nav > a:not(.nav-cta) { color: #c4ccd7; transition: color .2s; }
.site-nav > a:not(.nav-cta):hover { color: white; }
.nav-cta { border: 1px solid rgba(255,255,255,.25); border-radius: 999px; padding: 11px 16px; display: flex; align-items: center; gap: 14px; }
.nav-cta span { color: var(--mint); }
.menu-toggle { display: none; border: 0; background: none; padding: 10px; }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 6px; background: white; }

.hero { position: relative; min-height: 780px; overflow: hidden; color: white; background: var(--ink); }
.hero::before { content:""; position:absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.17) 1px, transparent 1px),linear-gradient(90deg, rgba(255,255,255,.17) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, transparent, black 25%, black 75%, transparent); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(15px); opacity: .3; }
.hero-glow-one { width: 540px; height: 540px; right: -200px; top: 30px; background: radial-gradient(circle, #265dd9, transparent 65%); }
.hero-glow-two { width: 380px; height: 380px; left: 28%; bottom: -250px; background: radial-gradient(circle, #00ae81, transparent 70%); }
.hero-grid { position: relative; z-index: 2; padding-top: 176px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 62px; align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: #b7c2cf; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.6px; }
.eyebrow span { width: 25px; height: 2px; background: var(--mint); }
.hero h1, .section h2 { font: 700 clamp(52px, 6vw, 78px)/.98 var(--display); letter-spacing: -4.5px; margin: 28px 0; }
.hero h1 em, .section h2 em { color: var(--mint); font-style: normal; }
.hero-lead { max-width: 600px; color: #afbac9; font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; gap: 12px; margin-top: 38px; }
.button { min-height: 52px; border-radius: 999px; display: inline-flex; justify-content: center; align-items: center; gap: 22px; padding: 0 22px; border: 1px solid transparent; font-weight: 700; font-size: 14px; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--mint); box-shadow: 0 12px 35px rgba(151,193,31,.2); }
.button-primary:hover { background: #abd33b; box-shadow: 0 16px 42px rgba(151,193,31,.28); }
.button-ghost { border-color: rgba(255,255,255,.2); color: #e7ebef; }
.play-icon { width: 25px; height: 25px; display: grid; place-items: center; background: rgba(255,255,255,.1); border-radius: 50%; color: var(--mint); }
.trust-row { margin-top: 64px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); display: flex; gap: 28px; align-items: center; }
.trust-label { font-size: 12px; color: #7e8b9b; max-width: 120px; }
.trust-items { display: flex; gap: 20px; font-size: 13px; color: #c8d0da; }
.trust-items i { color: var(--mint); font-style: normal; margin-right: 5px; }

.hero-visual { position: relative; height: 475px; }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.orbit-one { width: 460px; height: 460px; top: 5px; left: 20px; }
.orbit-two { width: 310px; height: 310px; top: 82px; left: 95px; }
.main-status { position: absolute; width: 440px; left: 34px; top: 80px; padding: 24px; border-radius: 22px; background: rgba(18,32,50,.88); border: 1px solid rgba(255,255,255,.13); box-shadow: 0 30px 80px rgba(0,0,0,.34); backdrop-filter: blur(15px); transform: perspective(1000px) rotateY(-4deg) rotateX(2deg); }
.status-head { display: flex; justify-content: space-between; align-items: flex-start; }
.status-head div { display: grid; gap: 6px; }
.status-kicker, .floating-card span, .status-metrics span { color: #7f8d9f; font-size: 10px; text-transform: uppercase; letter-spacing: 1px; }
.status-head strong { font: 700 20px var(--display); }
.live-dot { color: var(--mint); background: rgba(151,193,31,.1); border: 1px solid rgba(151,193,31,.24); border-radius: 99px; padding: 7px 10px; font-size: 10px; }
.live-dot::before { content:""; display: inline-block; width: 6px; height: 6px; margin-right: 6px; background: var(--mint); border-radius: 50%; box-shadow: 0 0 0 4px rgba(151,193,31,.08); }
.signal-graph { height: 150px; margin: 20px -5px 0; }
.signal-graph svg { width: 100%; height: 100%; overflow: visible; }
.graph-area { fill: url(#area); }
.graph-line { fill: none; stroke: var(--mint); stroke-width: 2; vector-effect: non-scaling-stroke; filter: drop-shadow(0 0 6px rgba(151,193,31,.45)); }
.status-metrics { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.08); padding-top: 18px; }
.status-metrics div { display: grid; gap: 5px; }
.status-metrics strong { font-size: 12px; color: #e3e9ef; }
.floating-card { position: absolute; z-index: 2; display: flex; align-items: center; gap: 12px; padding: 14px 17px; border: 1px solid rgba(255,255,255,.15); background: rgba(13,27,43,.96); border-radius: 15px; box-shadow: 0 16px 45px rgba(0,0,0,.35); }
.floating-card div { display: grid; gap: 4px; }
.floating-card strong { font-size: 12px; }
.security-card { left: -13px; top: 40px; }
.response-card { right: -20px; bottom: 54px; }
.icon-box { width: 37px; height: 37px; border-radius: 10px; display: grid; place-items: center; background: rgba(151,193,31,.12); }
.icon-box svg { width: 21px; fill: none; stroke: var(--mint); stroke-width: 1.7; }
.pulse-ring { width: 35px; height: 35px; display: grid; place-items: center; border: 1px solid rgba(151,193,31,.3); border-radius: 50%; }
.pulse-ring i { width: 9px; height: 9px; background: var(--mint); border-radius: 50%; box-shadow: 0 0 0 5px rgba(151,193,31,.1); }

.quick-strip { color: white; background: var(--ink-soft); border-top: 1px solid rgba(255,255,255,.1); }
.quick-grid { min-height: 126px; display: grid; grid-template-columns: repeat(4,1fr); }
.quick-grid > div { padding: 28px 24px; border-right: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; gap: 18px; }
.quick-grid > div:first-child { border-left: 1px solid rgba(255,255,255,.1); }
.quick-grid strong { color: var(--mint); font: 700 13px var(--display); }
.quick-grid span { color: #c4ccd7; font-size: 13px; line-height: 1.5; }
.quick-grid .quick-highlight { justify-content: space-between; background: var(--mint); }
.quick-highlight span { color: var(--ink); font-weight: 700; }
.quick-highlight i { color: var(--ink); font-size: 22px; font-style: normal; }

.section { padding: 125px 0; }
.section-number { color: var(--mint-dark); font: 700 11px var(--display); letter-spacing: 1.7px; }
.section-heading { display: grid; grid-template-columns: 1.5fr .5fr; align-items: end; gap: 80px; margin-bottom: 60px; }
.section h2 { font-size: clamp(42px,5vw,64px); color: var(--ink); margin: 20px 0 0; }
.section h2 em { color: var(--blue); }
.section-heading > p { color: var(--muted); font-size: 16px; line-height: 1.7; margin-bottom: 6px; }
.service-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.service-card { min-height: 430px; display: flex; flex-direction: column; padding: 36px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.62); transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card:hover { transform: translateY(-5px); border-color: #c0cbc6; box-shadow: 0 24px 60px rgba(10,23,37,.08); }
.service-card.featured { color: white; background: var(--ink); border-color: var(--ink); }
.service-top { display: flex; justify-content: space-between; }
.service-icon { width: 48px; height: 48px; display: grid; place-items: center; background: #e8edeb; border-radius: 14px; }
.service-icon svg { width: 24px; fill: none; stroke: var(--ink); stroke-width: 1.6; stroke-linecap: round; }
.featured .service-icon { background: rgba(151,193,31,.12); }
.featured .service-icon svg { stroke: var(--mint); }
.card-index { color: #a0a9a5; font: 600 12px var(--display); }
.service-card h3 { font: 700 27px var(--display); letter-spacing: -1px; margin: 31px 0 12px; }
.service-card p { max-width: 480px; color: var(--muted); line-height: 1.65; margin: 0; }
.featured p { color: #aeb9c7; }
.service-card ul { list-style: none; margin: 28px 0; padding: 0; display: grid; gap: 10px; color: #56616e; font-size: 14px; }
.featured ul { color: #d2d8df; }
.service-card li::before { content:"+"; margin-right: 9px; color: var(--mint-dark); font-weight: 700; }
.service-card a { margin-top: auto; padding-top: 22px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; font-size: 13px; font-weight: 700; }
.featured a { border-color: rgba(255,255,255,.12); color: var(--mint); }

.process { position: relative; overflow: hidden; color: white; background: var(--blue); }
.process::before { content:""; position:absolute; width: 580px; height: 580px; left:-210px; bottom:-300px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255,255,255,.025),0 0 0 180px rgba(255,255,255,.018); }
.process-grid { position:relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: 120px; }
.section-number.light { color: var(--mint); }
.process h2, .contact h2 { color: white; }
.process h2 em, .contact h2 em { color: var(--mint); }
.process-copy p { color: #cbd9ff; font-size: 17px; line-height: 1.7; max-width: 470px; }
.text-link { display: inline-flex; gap: 18px; margin-top: 28px; padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,.4); font-weight: 700; font-size: 14px; }
.text-link span { color: var(--mint); }
.steps { border-top: 1px solid rgba(255,255,255,.3); }
.step { min-height: 112px; display: grid; grid-template-columns: 45px 1fr 30px; gap: 16px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.22); transition: padding .2s, background .2s; }
.step > span { color: #a8c1ff; font-size: 12px; }
.step h3 { font: 600 20px var(--display); margin: 0 0 5px; }
.step p { color: #c9d7fa; font-size: 13px; margin: 0; }
.step i { font-style: normal; font-size: 20px; opacity: .6; }
.step:hover { padding-left: 14px; padding-right: 14px; background: rgba(255,255,255,.07); }
.step.active h3, .step.active i { color: var(--mint); }

.about { background: white; }
.about-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 100px; align-items: center; }
.about-art { position: relative; }
.tech-window { position: relative; aspect-ratio: 1/1.03; overflow: hidden; background: var(--ink); border-radius: 28px; }
.tech-window::before { content:""; position:absolute; inset:0; opacity:.17; background-image: linear-gradient(rgba(255,255,255,.15) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.15) 1px,transparent 1px); background-size: 44px 44px; }
.window-label, .coordinate { position: absolute; z-index:2; color:#75859b; font:600 9px var(--display); letter-spacing:1.5px; }
.window-label { top: 25px; left: 27px; }
.tech-core { position:absolute; z-index:2; inset:50% auto auto 50%; translate:-50% -50%; width:190px; height:190px; display:grid; place-items:center; border:1px solid rgba(151,193,31,.35); border-radius:50%; box-shadow: 0 0 80px rgba(151,193,31,.14); }
.tech-core::before, .tech-core::after { content:""; position:absolute; border:1px solid rgba(255,255,255,.09); border-radius:50%; }
.tech-core::before { inset:-44px; }
.tech-core::after { inset:33px; }
.tech-core i { position:absolute; inset:-11px; border-top:2px solid var(--mint); border-right:2px solid transparent; border-radius:50%; animation:spin 10s linear infinite; }
.tech-core img { position: relative; z-index: 2; width: 112px; height: 112px; object-fit: contain; }
.data-line { position:absolute; z-index:1; height:1px; background:linear-gradient(90deg,transparent,var(--mint),transparent); transform-origin:left; opacity:.5; }
.d1 { width:46%; left:0; top:34%; transform:rotate(12deg); }.d2 { width:50%; right:-4%; top:59%; transform:rotate(-15deg); }.d3 { width:35%; left:9%; bottom:15%; transform:rotate(-32deg); }
.c1 { left:28px; bottom:24px; }.c2 { right:27px; bottom:24px; }
.art-caption { position:absolute; right:-28px; bottom:35px; min-width:210px; padding:20px 22px; display:grid; gap:4px; background:var(--mint); border-radius:14px; box-shadow:0 20px 50px rgba(7,17,31,.18); }
.art-caption span { font-size:10px; text-transform:uppercase; letter-spacing:1px; }.art-caption strong { font:700 16px var(--display); }
.about-copy > p { color:var(--muted); font-size:16px; line-height:1.75; }
.about-points { margin-top:34px; display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.about-points div { padding:19px; background:var(--paper); border-radius:14px; display:grid; grid-template-columns:18px 1fr; gap:4px 7px; }
.about-points span { color:var(--mint-dark); font-size:9px; margin-top:5px; }.about-points strong { font-size:13px; }.about-points small { grid-column:2; color:var(--muted); font-size:11px; }

.contact { background: white; padding-top: 30px; }
.contact-shell { position:relative; overflow:hidden; padding:70px; border-radius:32px; background:var(--ink); display:grid; grid-template-columns:.9fr 1.1fr; gap:90px; color:white; }
.contact-shell::after { content:""; position:absolute; width:430px; height:430px; border-radius:50%; background:radial-gradient(circle,rgba(46,112,255,.25),transparent 68%); left:-190px; bottom:-210px; pointer-events:none; }
.contact h2 { font-size:50px; letter-spacing:-3.2px; }
.contact-copy { position:relative; z-index:1; }
.contact-copy > p { color:#aeb9c7; line-height:1.7; }
.contact-links { margin-top:38px; display:grid; gap:18px; }
.contact-links a { display:grid; gap:4px; }
.contact-links span { color:#718095; text-transform:uppercase; letter-spacing:1px; font-size:9px; }.contact-links strong { font-size:14px; }
.contact-links .whatsapp-link strong { color: var(--mint); }
.contact-form { position:relative; z-index:1; padding:34px; border:1px solid rgba(255,255,255,.1); background:rgba(255,255,255,.055); border-radius:22px; display:grid; gap:17px; }
.contact-form label { display:grid; gap:7px; color:#aeb9c7; font-size:11px; font-weight:600; }
.contact-form input,.contact-form select,.contact-form textarea { width:100%; border:0; border-bottom:1px solid rgba(255,255,255,.19); border-radius:0; padding:10px 0 12px; color:white; background:transparent; outline:none; resize:vertical; }
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus { border-color:var(--mint); }
.contact-form ::placeholder { color:#657286; }
.contact-form option { color:var(--ink); }
.form-submit { border:0; margin-top:6px; }
.form-note { margin:0; text-align:center; color:#6f7c8f; font-size:10px; }

footer { padding:60px 0 25px; color:#b1bac7; background:var(--ink); }
.footer-top { padding-bottom:45px; display:grid; grid-template-columns:1fr 1fr 1fr; align-items:center; border-bottom:1px solid rgba(255,255,255,.1); }
.footer-brand { color:white; }.footer-logo { width: 190px; }.footer-top p { margin:0; font-size:13px; line-height:1.65; }.footer-nav { display:flex; gap:26px; justify-content:flex-end; font-size:12px; }
.footer-bottom { padding-top:24px; display:flex; justify-content:space-between; gap:25px; color:#697789; font-size:10px; }
.footer-bottom address { font-style:normal; }
.floating-contact { position:fixed; z-index:15; right:22px; bottom:22px; height:52px; padding:0 20px 0 14px; border-radius:999px; color:var(--ink); background:var(--mint); box-shadow:0 12px 30px rgba(151,193,31,.32); display:flex; gap:9px; align-items:center; font-size:12px; font-weight:800; transition: transform .2s, box-shadow .2s; }
.floating-contact:hover { transform: translateY(-3px); box-shadow:0 16px 36px rgba(151,193,31,.4); }
.floating-contact svg { width:24px; fill:none; stroke:var(--ink); stroke-width:1.55; stroke-linecap:round; stroke-linejoin:round; }

.reveal { opacity:0; transform:translateY(22px); transition:opacity .65s ease,transform .65s ease; }
.reveal.visible { opacity:1; transform:none; }.reveal-delay { transition-delay:.15s; }
@keyframes spin { to { transform:rotate(360deg); } }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns:1fr; padding-top:150px; padding-bottom:70px; }
  .hero { min-height:auto; }.hero-copy { max-width:720px; }.hero-visual { width:min(520px,100%); margin:0 auto; }
  .quick-grid { grid-template-columns:repeat(2,1fr); }.quick-grid > div:nth-child(3){border-left:1px solid rgba(255,255,255,.1);}
  .section-heading,.process-grid,.about-grid,.contact-shell { gap:45px; }
  .process-grid { grid-template-columns:1fr; }.about-grid { grid-template-columns:.85fr 1.15fr; }
  .contact-shell { padding:50px; grid-template-columns:1fr; }.contact-copy { max-width:640px; }
}
@media (max-width: 760px) {
  .container { width:min(100% - 32px,1180px); }.nav-wrap { height:72px; }
  .brand-logo { width: 170px; }.menu-toggle { display:block; }.site-nav { position:absolute; left:16px; right:16px; top:70px; padding:20px; background:#111f31; border:1px solid rgba(255,255,255,.1); border-radius:16px; display:none; align-items:stretch; flex-direction:column; gap:17px; box-shadow:0 20px 50px rgba(0,0,0,.3); }.site-nav.open { display:flex; }.nav-cta { justify-content:space-between; }
  .hero-grid { padding-top:124px; gap:38px; }.hero h1,.section h2 { letter-spacing:-2.6px; }.hero h1 { font-size:clamp(42px,13vw,62px); }.hero-lead { font-size:16px; }
  .hero-actions { flex-direction:column; align-items:stretch; }.trust-row { margin-top:42px; align-items:flex-start; flex-direction:column; gap:15px; }.trust-label { max-width:none; }.trust-items { gap:13px; flex-wrap:wrap; }
  .hero-visual { height:390px; transform:scale(.88); transform-origin:top left; width:113%; }.main-status { left:3%; width:94%; }.security-card { left:0; }.response-card { right:0; }
  .quick-grid { grid-template-columns:1fr 1fr; }.quick-grid > div { padding:22px 14px; }.quick-grid span { font-size:11px; }
  .section { padding:88px 0; }.section-heading { grid-template-columns:1fr; gap:15px; margin-bottom:38px; }.section h2 { font-size:42px; }.service-grid { grid-template-columns:1fr; }.service-card { min-height:400px; padding:28px; }
  .process-grid { gap:55px; }.step { grid-template-columns:35px 1fr 20px; }.step p { line-height:1.5; }
  .about-grid { grid-template-columns:1fr; }.about-art { margin-right:20px; }.art-caption { right:-18px; }.about-points { grid-template-columns:1fr; }
  .contact { padding-top:0; }.contact-shell { width:100%; border-radius:0; padding:65px 24px; }.contact h2 { font-size:40px; letter-spacing:-2.5px; }.contact-form { padding:24px 20px; }
  .footer-top { grid-template-columns:1fr; gap:27px; }.footer-nav { justify-content:flex-start; }.footer-bottom { flex-direction:column; gap:9px; }.floating-contact span { display:none; }.floating-contact { width:52px; padding:0; justify-content:center; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior:auto; } *,*::before,*::after { animation-duration:.01ms!important; animation-iteration-count:1!important; transition-duration:.01ms!important; } .reveal { opacity:1; transform:none; } }
