:root {
  --navy: #07142f;
  --navy-2: #0b1d42;
  --cyan: #18d2d7;
  --violet: #7848ff;
  --white: #f9fbff;
  --muted: #a9b7d2;
  --line: rgba(255,255,255,.12);
  --green: #25d366;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--navy);
  color: var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }

.noise {
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: .045;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}
.ambient { position: fixed; border-radius: 50%; filter: blur(100px); z-index: -2; pointer-events: none; }
.ambient-one { width: 36rem; height: 36rem; background: rgba(24,210,215,.15); top: -16rem; left: -10rem; }
.ambient-two { width: 34rem; height: 34rem; background: rgba(120,72,255,.16); right: -14rem; top: 10rem; }

.site-header {
  width: min(1380px, calc(100% - 64px));
  height: 112px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: 15px; }
.brand-mark { width: 43px; height: 38px; position: relative; display: block; }
.brand-mark i { position: absolute; width: 29px; height: 21px; border: 3px solid; border-radius: 6px; background: var(--navy); }
.brand-mark i:nth-child(1) { left: 0; top: 0; border-color: var(--cyan); }
.brand-mark i:nth-child(2) { right: 0; bottom: 0; border-color: var(--violet); }
.brand-mark i:nth-child(3) { width: 12px; height: 3px; border: 0; border-radius: 3px; left: 15px; top: 17px; background: linear-gradient(90deg, var(--cyan), var(--violet)); transform: rotate(-20deg); }
.brand-copy { display: flex; flex-direction: column; gap: 2px; }
.brand-copy strong { font-size: 1rem; letter-spacing: .12em; }
.brand-copy small { font-size: .66rem; letter-spacing: .16em; color: var(--cyan); font-weight: 800; }
.header-call { display: flex; align-items: center; gap: 11px; font-size: .9rem; font-weight: 750; letter-spacing: .04em; }
.pulse { width: 9px; height: 9px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 0 rgba(24,210,215,.55); animation: pulse 2s infinite; }

main { width: min(1380px, calc(100% - 64px)); margin: 0 auto; }
.hero { min-height: calc(100vh - 240px); display: grid; grid-template-columns: 1.02fr .98fr; gap: 80px; align-items: center; padding: 68px 0 58px; }
.eyebrow { display: flex; align-items: center; gap: 11px; color: var(--cyan); font-size: .77rem; font-weight: 800; letter-spacing: .19em; }
.eyebrow span { display: inline-block; width: 32px; height: 1px; background: var(--cyan); }
h1 { margin: 24px 0 22px; font-size: clamp(3.2rem, 6vw, 6.8rem); line-height: .94; letter-spacing: -.065em; max-width: 850px; }
h1 em { font-style: normal; color: transparent; -webkit-text-stroke: 1.5px var(--cyan); text-shadow: 0 0 34px rgba(24,210,215,.16); }
.intro { max-width: 650px; margin: 0; color: var(--muted); font-size: 1.08rem; line-height: 1.78; }
.services { display: flex; flex-wrap: wrap; gap: 9px; margin: 30px 0 34px; }
.services span { padding: 9px 13px; border: 1px solid var(--line); background: rgba(255,255,255,.035); border-radius: 999px; color: #d7e1f3; font-size: .78rem; font-weight: 650; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; padding: 0 21px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; font-size: .9rem; font-weight: 800; transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.button:hover { transform: translateY(-3px); }
.button.primary { color: var(--navy); background: var(--cyan); }
.button.primary:hover { background: #64f4f4; }
.button.secondary { border: 1px solid var(--line); background: rgba(255,255,255,.04); }
.button.secondary:hover { border-color: rgba(255,255,255,.36); }
.button svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; }

.visual { position: relative; min-height: 550px; display: grid; place-items: center; perspective: 1200px; }
.visual::before { content: ""; position: absolute; width: 70%; height: 70%; background: radial-gradient(circle, rgba(24,210,215,.14), transparent 67%); }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; }
.orbit::after { content: ""; position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 18px var(--cyan); top: 19%; right: 8%; }
.orbit-one { width: 530px; height: 530px; animation: spin 24s linear infinite; }
.orbit-two { width: 410px; height: 410px; border-style: dashed; animation: spin 32s linear infinite reverse; }
.orbit-two::after { top: auto; right: auto; bottom: 6%; left: 21%; background: var(--violet); box-shadow: 0 0 18px var(--violet); }
.visual-card { position: relative; z-index: 2; width: min(490px, 88%); border: 1px solid rgba(255,255,255,.16); border-radius: 22px; overflow: hidden; background: rgba(9,28,63,.78); box-shadow: 0 35px 90px rgba(0,0,0,.38); backdrop-filter: blur(18px); transform-style: preserve-3d; transition: transform .16s ease-out; }
.card-bar { height: 48px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 14px; padding: 0 16px; border-bottom: 1px solid var(--line); font-size: .65rem; letter-spacing: .08em; color: #b7c4dd; }
.card-dots { display: flex; gap: 5px; }
.card-dots i { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,.25); }
.card-label { white-space: nowrap; }
.card-live { justify-self: end; color: var(--cyan); font-weight: 800; }
.logo-stage { margin: 20px; aspect-ratio: 1.38 / 1; overflow: hidden; border-radius: 14px; background: #fff; display: grid; place-items: center; }
.logo-stage img { width: 100%; height: 100%; object-fit: contain; transform: scale(.96); }
.card-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 4px 20px 21px; }
.card-footer div { display: flex; flex-direction: column; gap: 5px; }
.card-footer small { color: var(--muted); font-size: .65rem; }
.card-footer strong { font-size: .84rem; }
.loader { width: 58px; height: 5px; border-radius: 6px; overflow: hidden; background: rgba(255,255,255,.12); }
.loader i { display: block; width: 60%; height: 100%; background: linear-gradient(90deg,var(--cyan),var(--violet)); animation: load 2.4s ease-in-out infinite alternate; }
.float-tag { position: absolute; z-index: 3; padding: 10px 14px; display: flex; align-items: center; gap: 10px; border: 1px solid var(--line); border-radius: 10px; background: rgba(7,20,47,.86); backdrop-filter: blur(10px); font-size: .78rem; font-weight: 800; box-shadow: 0 18px 35px rgba(0,0,0,.24); }
.float-tag span { color: var(--cyan); font-size: .63rem; }
.tag-one { left: 1%; top: 28%; animation: bob 4s ease-in-out infinite; }
.tag-two { right: 0; bottom: 25%; animation: bob 4.8s ease-in-out infinite reverse; }

.contact-strip { display: grid; grid-template-columns: 1.3fr 1fr .75fr; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.contact-item { min-height: 118px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; padding: 20px 28px; border-right: 1px solid var(--line); transition: background .25s ease; }
.contact-item:last-child { border-right: 0; }
.contact-item:hover { background: rgba(255,255,255,.045); }
.contact-no { align-self: start; margin-top: 7px; color: var(--cyan); font: 700 .64rem/1 ui-monospace, monospace; }
.contact-item > span:nth-child(2) { min-width: 0; display: flex; flex-direction: column; gap: 9px; }
.contact-item small { color: var(--muted); font-size: .62rem; font-weight: 800; letter-spacing: .16em; }
.contact-item strong { font-size: .82rem; line-height: 1.55; overflow-wrap: anywhere; }
.contact-item svg { width: 21px; fill: none; stroke: var(--muted); stroke-width: 1.5; transition: transform .25s ease, stroke .25s ease; }
.contact-item:hover svg { transform: translate(3px,-3px); stroke: var(--cyan); }

footer { width: min(1380px, calc(100% - 64px)); margin: 0 auto; min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: #8391ac; font-size: .72rem; letter-spacing: .04em; }
.whatsapp { position: fixed; right: 26px; bottom: 24px; z-index: 10; height: 54px; padding: 0 19px 0 15px; display: flex; align-items: center; gap: 10px; border-radius: 999px; background: var(--green); color: #052512; font-size: .82rem; font-weight: 850; box-shadow: 0 14px 38px rgba(37,211,102,.3); transition: transform .25s ease, box-shadow .25s ease; }
.whatsapp:hover { transform: translateY(-4px); box-shadow: 0 19px 45px rgba(37,211,102,.42); }
.whatsapp svg { width: 24px; fill: currentColor; }

.reveal { opacity: 0; transform: translateY(22px); animation: reveal .8s cubic-bezier(.2,.75,.2,1) forwards; }
.delay-1 { animation-delay: .1s; }
.delay-2 { animation-delay: .2s; }
.delay-3 { animation-delay: .3s; }
.delay-4 { animation-delay: .4s; }
@keyframes reveal { to { opacity: 1; transform: none; } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes pulse { 70% { box-shadow: 0 0 0 10px rgba(24,210,215,0); } 100% { box-shadow: 0 0 0 0 rgba(24,210,215,0); } }
@keyframes load { to { width: 92%; } }
@keyframes bob { 50% { transform: translateY(-10px); } }

@media (max-width: 1080px) {
  .hero { grid-template-columns: 1fr; gap: 20px; }
  .hero-copy { padding-top: 20px; }
  .visual { min-height: 510px; }
  .contact-strip { grid-template-columns: 1fr 1fr; }
  .contact-item:first-child { grid-column: 1 / -1; border-right: 0; border-bottom: 1px solid var(--line); }
}

@media (max-width: 680px) {
  .site-header, main, footer { width: min(100% - 34px, 1380px); }
  .site-header { height: 88px; }
  .header-call span:last-child { display: none; }
  .brand-copy strong { font-size: .88rem; }
  .brand-copy small { font-size: .57rem; }
  .hero { min-height: auto; padding: 58px 0 32px; }
  .eyebrow { font-size: .67rem; letter-spacing: .13em; }
  h1 { font-size: clamp(3.1rem, 15vw, 5rem); margin-top: 21px; }
  .intro { font-size: 1rem; line-height: 1.7; }
  .services { margin: 25px 0 30px; }
  .actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; }
  .visual { min-height: 420px; margin: 0 -12px; }
  .orbit-one { width: 390px; height: 390px; }
  .orbit-two { width: 310px; height: 310px; }
  .visual-card { width: 88%; }
  .card-label { display: none; }
  .card-bar { grid-template-columns: 1fr 1fr; }
  .float-tag { display: none; }
  .contact-strip { grid-template-columns: 1fr; }
  .contact-item, .contact-item:first-child { grid-column: auto; border-right: 0; border-bottom: 1px solid var(--line); padding: 19px 4px; min-height: 104px; }
  .contact-item:last-child { border-bottom: 0; }
  footer { padding: 26px 0 98px; flex-direction: column; align-items: flex-start; min-height: 0; }
  .whatsapp { width: 54px; padding: 0; justify-content: center; right: 18px; bottom: 18px; }
  .whatsapp span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .visual-card { transform: none !important; }
}
