:root {
  --ink: #07111f;
  --night: #050b14;
  --blue: #2e78ff;
  --cyan: #39d6ff;
  --line: rgba(255, 255, 255, 0.13);
  --muted: #9eacbd;
  --paper: #f4f7fb;
  --font-body: 'Manrope';
  --font-display: 'Space Grotesk';
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-body), sans-serif; }
a { color: inherit; text-decoration: none; }
svg { display: block; width: 1.1em; height: 1.1em; }
img { display: block; max-width: 100%; }
section[id], article[id] { scroll-margin-top: 28px; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.reveal-ready [data-reveal] {
  opacity: 0;
  transform: translateY(38px) scale(.99);
  transition: opacity .85s cubic-bezier(.2, .7, .2, 1), transform .85s cubic-bezier(.2, .7, .2, 1);
}
.reveal-ready [data-reveal].is-visible { opacity: 1; transform: translateY(0) scale(1); }
.solutions-grid [data-reveal]:nth-child(2), .process-list [data-reveal]:nth-child(2) { transition-delay: 90ms; }
.solutions-grid [data-reveal]:nth-child(3), .process-list [data-reveal]:nth-child(3) { transition-delay: 180ms; }
.solutions-grid [data-reveal]:nth-child(4) { transition-delay: 90ms; }
.solutions-grid [data-reveal]:nth-child(5) { transition-delay: 180ms; }
.solutions-grid [data-reveal]:nth-child(6) { transition-delay: 270ms; }

.hero {
  position: relative;
  min-height: 760px;
  height: 100svh;
  max-height: 930px;
  overflow: hidden;
  color: white;
  background: radial-gradient(circle at 72% 45%, #0b2342 0, #071426 26%, var(--night) 63%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 190px;
  background: linear-gradient(transparent, rgba(3, 8, 14, .62));
  pointer-events: none;
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: .34;
  background-image: linear-gradient(rgba(120, 167, 219, .09) 1px, transparent 1px), linear-gradient(90deg, rgba(120, 167, 219, .09) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(to bottom, black 0%, transparent 95%);
}

.hero-grid::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  right: 7%;
  top: 20%;
  border: 1px solid rgba(92, 171, 255, .18);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(51, 136, 255, .035), 0 0 0 140px rgba(51, 136, 255, .025);
}

.glow { position: absolute; border-radius: 50%; filter: blur(90px); opacity: .25; }
.glow-one { width: 390px; height: 390px; background: var(--blue); right: 3%; top: 31%; }
.glow-two { width: 180px; height: 180px; background: var(--cyan); left: -6%; top: 17%; }

.ambient-signals, .ambient-pulse { pointer-events: none; }
.ambient-signals { position: absolute; inset: 0; z-index: 1; }
.ambient-signals i, .ambient-pulse { position: absolute; display: block; width: 9px; height: 9px; border-radius: 50%; background: #73e5ff; box-shadow: 0 0 8px #73e5ff, 0 0 20px var(--cyan), 0 0 38px rgba(57,214,255,.65); animation: signalCore 1.65s ease-in-out infinite; }
.ambient-signals i::before, .ambient-signals i::after, .ambient-pulse::before, .ambient-pulse::after { content: ""; position: absolute; inset: -2px; border: 1.5px solid rgba(57,214,255,.88); border-radius: inherit; animation: signalPulse 2.45s cubic-bezier(.12,.55,.25,1) infinite; }
.ambient-signals i::after, .ambient-pulse::after { animation-delay: 1.2s; }
.ambient-signals i:nth-child(2), .ambient-signals i:nth-child(2)::before { animation-delay: .55s; }
.ambient-signals i:nth-child(2)::after { animation-delay: 1.75s; }
.ambient-signals i:nth-child(3), .ambient-signals i:nth-child(3)::before { animation-delay: 1.05s; }
.ambient-signals i:nth-child(3)::after { animation-delay: 2.25s; }
.hero-signals i:nth-child(1) { left: 6.5%; top: 29%; }
.hero-signals i:nth-child(2) { right: 7%; top: 19%; }
.hero-signals i:nth-child(3) { right: 12%; bottom: 19%; }

.site-header {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 98px;
  border-bottom: 1px solid var(--line);
  animation: heroRise .75s .05s cubic-bezier(.2,.75,.25,1) both;
}

.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { position: relative; display: grid; place-items: center; flex: 0 0 auto; width: 76px; height: 76px; }
.brand-mark img { display: block; width: 100%; height: 100%; object-fit: contain; image-rendering: auto; filter: none; transition: opacity .25s ease; }
.brand:hover .brand-mark img { opacity: .96; }
.brand-copy { display: flex; flex-direction: column; gap: 5px; padding-left: 15px; border-left: 1px solid rgba(255,255,255,.2); }
.brand-name { color: #f3f8ff; font-family: var(--font-display), sans-serif; font-size: .75rem; font-weight: 620; line-height: 1; letter-spacing: .14em; }
.brand-tag { color: #7f91a7; font-family: var(--font-display), sans-serif; font-size: .52rem; font-weight: 620; line-height: 1; letter-spacing: .3em; }
nav { display: flex; gap: 38px; font-size: .84rem; color: #c5cfdb; }
nav a { transition: color .2s ease; }
nav a:hover, nav a:focus-visible { color: white; }
.header-cta { display: inline-flex; align-items: center; gap: 10px; font-size: .84rem; font-weight: 700; }
.header-cta svg { color: var(--cyan); }

.hero-body { position: relative; z-index: 2; display: grid; grid-template-columns: 1.12fr .88fr; gap: 54px; align-items: center; padding-top: clamp(74px, 10vh, 110px); }
.hero-content { position: relative; z-index: 3; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: #8db7ea; font-size: .73rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 1px; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); }
h1 { max-width: 740px; margin: 25px 0 24px; font-family: var(--font-display), sans-serif; font-size: clamp(3.45rem, 5.4vw, 5.55rem); font-weight: 520; line-height: .98; letter-spacing: -.055em; }
h1 em { color: transparent; font-style: normal; -webkit-text-stroke: 1px #78a9df; }
.hero-copy { max-width: 610px; margin: 0; color: #aebaca; font-size: 1.03rem; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.eyebrow { animation: heroRise .75s .2s cubic-bezier(.2,.75,.25,1) both; }
h1 { animation: heroRise .85s .3s cubic-bezier(.2,.75,.25,1) both; }
.hero-copy { animation: heroRise .8s .42s cubic-bezier(.2,.75,.25,1) both; }
.hero-actions { animation: heroRise .8s .52s cubic-bezier(.2,.75,.25,1) both; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; font-size: .84rem; font-weight: 750; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { padding: 0 24px; background: linear-gradient(135deg, #2b72ff, #3c9dff); border: 1px solid #5eb0ff; box-shadow: 0 12px 40px rgba(35, 112, 255, .28); }
.button-ghost { color: #c0ccda; border-bottom: 1px solid #536172; }
.button-ghost:hover { color: white; }

.hero-showcase { position: relative; height: 505px; perspective: 1100px; animation: showcaseEnter 1s .45s cubic-bezier(.15,.8,.2,1) both; }
.hero-showcase::before { content: ""; position: absolute; inset: 12% -5% 3% 9%; border: 1px solid rgba(84,158,240,.15); border-radius: 50%; transform: rotate(-9deg); }
.visual-card { position: absolute; overflow: hidden; border: 1px solid rgba(137,196,255,.34); background: #071627; box-shadow: 0 28px 75px rgba(0,0,0,.5), 0 0 45px rgba(24,105,218,.14); isolation: isolate; }
.visual-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, transparent 20%, rgba(255,255,255,.12) 48%, transparent 70%); transform: translateX(-120%); animation: cardShine 8s 2s ease-in-out infinite; pointer-events: none; }
.visual-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .7s ease; }
.visual-card:hover img { transform: scale(1.045); filter: saturate(1.12); }
.visual-card span { position: absolute; z-index: 2; left: 18px; bottom: 16px; display: inline-flex; align-items: center; gap: 9px; padding: 8px 11px; color: #d8eaff; border: 1px solid rgba(125,187,255,.28); background: rgba(4,14,28,.72); backdrop-filter: blur(12px); font-size: .65rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.visual-card span b { width: 5px; height: 5px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 10px var(--cyan); }
.visual-card-web { z-index: 2; width: 84%; height: 57%; right: 2%; top: 8%; transform: rotateY(-8deg) rotateZ(2deg); animation: floatWeb 6.2s ease-in-out infinite; }
.visual-card-system { z-index: 3; width: 64%; height: 45%; left: 0; bottom: 4%; transform: rotateY(8deg) rotateZ(-4deg); animation: floatSystem 7.4s 1s ease-in-out infinite; }
.showcase-orbit { position: absolute; inset: 6%; border: 1px dashed rgba(57,214,255,.16); border-radius: 50%; animation: orbitRotate 22s linear infinite; }
.showcase-orbit i { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 18px var(--cyan); }
.showcase-orbit i:nth-child(1) { left: 14%; top: 16%; }
.showcase-orbit i:nth-child(2) { right: 4%; top: 52%; }
.showcase-orbit i:nth-child(3) { left: 43%; bottom: -3px; }

.hero-footer { position: absolute; z-index: 3; bottom: 40px; left: 50%; transform: translateX(-50%); display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); padding-top: 22px; }
.hero-footer p { margin: 0; color: #a7b3c1; font-size: .77rem; letter-spacing: .04em; }
.hero-footer span { color: #4b8fff; margin-right: 10px; font-family: var(--font-display), sans-serif; }

.intro { position: relative; padding-block: 120px 132px; }
.solutions-pulse { right: 1.5%; top: 11%; background: var(--blue); box-shadow: 0 0 12px var(--blue), 0 0 26px rgba(46,120,255,.34); }
.section-label { color: #3976d8; text-transform: uppercase; letter-spacing: .18em; font-size: .72rem; font-weight: 800; }
.intro h2, .about-content h2, .process h2, .faq h2, .contact h2 { margin: 18px 0 0; font-family: var(--font-display), sans-serif; font-size: clamp(2.2rem, 4.5vw, 4.4rem); line-height: 1.08; letter-spacing: -.045em; }
.intro-heading { display: grid; grid-template-columns: 1.65fr .65fr; gap: 70px; align-items: end; }
.section-copy { margin: 0 0 5px; color: #637084; font-size: .96rem; line-height: 1.75; }
.solutions-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 75px; background: #dbe2ea; border: 1px solid #dbe2ea; }
.solution-card { position: relative; min-height: 310px; padding: 34px; overflow: hidden; background: #fff; }
.solution-card.featured { color: white; background: linear-gradient(145deg, #0a1729, #0a2344); }
.card-top { display: flex; align-items: center; justify-content: space-between; color: #3379e9; font-family: var(--font-display), sans-serif; font-size: .78rem; }
.pulse-dot { position: relative; width: 9px; height: 9px; border-radius: 50%; background: #73e5ff; box-shadow: 0 0 9px #73e5ff, 0 0 22px var(--cyan); animation: signalCore 1.65s ease-in-out infinite; }
.pulse-dot::before, .pulse-dot::after { content: ""; position: absolute; inset: -2px; border: 1.5px solid rgba(57,214,255,.82); border-radius: 50%; animation: signalPulse 2.45s cubic-bezier(.12,.55,.25,1) infinite; }
.pulse-dot::after { animation-delay: 1.2s; }
.card-arrow { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid #dbe3ec; color: #5a708d; }
.solution-card h3 { max-width: 340px; margin: 80px 0 13px; font-family: var(--font-display), sans-serif; font-size: 1.55rem; letter-spacing: -.025em; }
.solution-card p { max-width: 430px; margin: 0; color: #6b7787; font-size: .9rem; line-height: 1.7; }
.solution-card.featured p { color: #9cabbb; }
.tech-lines { position: absolute; right: -28px; top: 32px; width: 230px; height: 165px; opacity: .42; transform: rotate(-5deg); }
.tech-lines i { position: absolute; right: 0; width: 165px; height: 1px; background: linear-gradient(90deg, transparent, #4a9eff); transform-origin: right; }
.tech-lines i:nth-child(1) { top: 25px; transform: rotate(-34deg); }
.tech-lines i:nth-child(2) { top: 79px; width: 215px; }
.tech-lines i:nth-child(3) { top: 137px; transform: rotate(29deg); }
.tech-lines b { position: absolute; right: 70px; top: 70px; width: 18px; height: 18px; border: 1px solid var(--cyan); border-radius: 50%; box-shadow: 0 0 28px rgba(57,214,255,.7); }

.about { position: relative; overflow: hidden; padding: 145px 0; color: white; background: #06101e; }
.about::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(91,138,188,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(91,138,188,.06) 1px, transparent 1px); background-size: 64px 64px; }
.about-glow { position: absolute; width: 520px; height: 520px; border-radius: 50%; background: #0e54ae; filter: blur(130px); opacity: .18; left: 7%; top: 16%; }
.about-signals i:nth-child(1) { right: 7%; top: 17%; }
.about-signals i:nth-child(2) { left: 4%; bottom: 13%; }
.about-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 92px; align-items: center; }
.about-visual { position: relative; display: grid; place-items: center; min-height: 610px; }
.about-portrait::before { content: ""; position: absolute; inset: 7% 5% 4%; border: 1px solid rgba(70,155,255,.17); transform: translate(25px, 22px); }
.portrait-grid { position: absolute; inset: 2% 0 0 6%; opacity: .45; background-image: linear-gradient(rgba(73,146,229,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(73,146,229,.13) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(135deg, black, transparent 78%); }
.portrait-card { position: relative; width: min(88%, 430px); height: 570px; margin: 0; overflow: hidden; border: 1px solid rgba(116,185,255,.35); background: #0a1727; box-shadow: 0 35px 85px rgba(0,0,0,.44), 0 0 65px rgba(28,112,218,.13); }
.portrait-card::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, transparent 54%, rgba(3,10,19,.25) 70%, rgba(3,9,17,.96) 100%); pointer-events: none; }
.portrait-card img { width: 100%; height: 100%; object-fit: cover; object-position: center 24%; filter: saturate(.92) contrast(1.03); transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .8s ease; }
.portrait-card:hover img { transform: scale(1.025); filter: saturate(1) contrast(1.04); }
.portrait-meta { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; display: flex; flex-direction: column; gap: 8px; padding: 28px 30px; }
.portrait-meta span { display: flex; align-items: center; gap: 9px; color: #79a9df; font-size: .62rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.portrait-meta span i { width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); }
.portrait-meta strong { color: white; font-family: var(--font-display), sans-serif; font-size: 1.25rem; font-weight: 560; letter-spacing: -.015em; }
.portrait-code { position: absolute; z-index: 3; top: 6%; left: 0; padding: 8px 12px; color: #b7d9ff; border: 1px solid rgba(107,178,255,.3); background: rgba(4,15,28,.78); backdrop-filter: blur(10px); font-family: var(--font-display), sans-serif; font-size: .6rem; letter-spacing: .16em; }
.data-tag { position: absolute; color: #657c96; font-family: var(--font-display), sans-serif; font-size: .58rem; letter-spacing: .15em; }
.tag-one { top: 2%; right: 1%; }
.tag-two { bottom: 1%; left: 1%; }
.section-label-light { color: #71a9f3; }
.about-content h2 { max-width: 620px; color: white; }
.about-content > p:not(.section-label) { max-width: 600px; margin: 30px 0 0; color: #9fabb9; font-size: .98rem; line-height: 1.9; }
.stack-tags { display: flex; flex-wrap: wrap; gap: 9px; padding: 0; margin: 28px 0 0; list-style: none; }
.stack-tags li { padding: 8px 11px; color: #9ec8f6; border: 1px solid rgba(91,162,239,.22); background: rgba(19,49,82,.32); font-family: var(--font-display), sans-serif; font-size: .62rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.about-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 32px; padding-top: 26px; border-top: 1px solid var(--line); }
.about-values div { display: flex; flex-direction: column; gap: 7px; }
.about-values strong { font-family: var(--font-display), sans-serif; font-size: .98rem; }
.about-values span { color: #66778b; font-size: .7rem; }

.process { padding-block: 125px; }
.process-head { display: grid; grid-template-columns: 1.4fr .6fr; gap: 80px; align-items: end; }
.process-head > p { margin: 0 0 7px; color: #6c7888; font-size: .93rem; line-height: 1.75; }
.process-list { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); padding: 0; margin: 70px 0 0; border-top: 1px solid #cdd6e0; }
.process-list li { display: grid; grid-template-columns: auto 1fr; gap: 24px; padding: 30px 30px 0 0; }
.process-list li + li { padding-left: 30px; border-left: 1px solid #cdd6e0; }
.process-list > li > span { color: #2d78ed; font-family: var(--font-display), sans-serif; font-size: .73rem; }
.process-list h3 { margin: 0 0 12px; font-family: var(--font-display), sans-serif; font-size: 1.15rem; }
.process-list p { margin: 0; color: #6c7888; font-size: .83rem; line-height: 1.75; }

.faq { position: relative; overflow: hidden; padding: 125px 0; background: #edf3f9; }
.faq::before { content: ""; position: absolute; width: 440px; height: 440px; left: -230px; top: -170px; border: 1px solid rgba(46,120,255,.11); border-radius: 50%; box-shadow: 0 0 0 70px rgba(46,120,255,.025), 0 0 0 140px rgba(46,120,255,.018); }
.faq-grid { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: start; }
.faq-heading h2 { max-width: 530px; font-size: clamp(2.2rem, 3.8vw, 3.8rem); }
.faq-heading > p:last-child { max-width: 530px; margin: 26px 0 0; color: #647286; font-size: .94rem; line-height: 1.8; }
.faq-list { border-top: 1px solid #cbd6e2; }
.faq-list details { border-bottom: 1px solid #cbd6e2; }
.faq-list summary { position: relative; padding: 26px 48px 26px 0; color: #152338; font-family: var(--font-display), sans-serif; font-size: 1.03rem; font-weight: 650; line-height: 1.45; list-style: none; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 8px; top: 25px; display: grid; place-items: center; width: 27px; height: 27px; color: #2e78ff; border: 1px solid #aebfd2; font-family: var(--font-body), sans-serif; font-size: 1rem; font-weight: 500; transition: transform .25s ease, color .25s ease, border-color .25s ease; }
.faq-list details[open] summary::after { color: #07111f; border-color: #5d7fa5; transform: rotate(45deg); }
.faq-list details p { max-width: 650px; margin: -7px 48px 26px 0; color: #647286; font-size: .88rem; line-height: 1.8; }

.contact { position: relative; overflow: hidden; padding: 135px 0; color: white; background: linear-gradient(120deg, #0a1d38, #07111f 65%); }
.contact::after { content: ""; position: absolute; width: 500px; height: 500px; right: -10%; top: -55%; border-radius: 50%; border: 1px solid rgba(75,150,255,.25); box-shadow: 0 0 0 80px rgba(37,111,220,.035), 0 0 0 160px rgba(37,111,220,.025); }
.contact-grid { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(83,139,197,.05) 1px, transparent 1px); background-size: 76px 100%; }
.contact-signals i:nth-child(1) { left: 5%; top: 19%; }
.contact-signals i:nth-child(2) { right: 6%; bottom: 14%; }
.contact-inner { position: relative; z-index: 2; display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.contact h2 { max-width: 620px; }
.contact-copy > p:not(.section-label) { max-width: 570px; margin: 27px 0 0; color: #a3b1c1; line-height: 1.8; }
.contact-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; margin-top: 36px; }
.email-link { color: #87b9fb; font-size: .78rem; border-bottom: 1px solid rgba(135,185,251,.33); padding-bottom: 5px; transition: color .2s ease, border-color .2s ease; }
.email-link:hover { color: white; border-color: white; }
.contact-note { display: inline-block; margin-top: 35px; padding-top: 18px; color: #6f9ed8; border-top: 1px solid #26466f; font-size: .74rem; letter-spacing: .09em; text-transform: uppercase; }

.contact-form { padding: 34px; border: 1px solid rgba(131,183,240,.2); background: rgba(6,19,37,.72); backdrop-filter: blur(18px); box-shadow: 0 28px 80px rgba(0,0,0,.28); }
.form-heading { margin-bottom: 28px; }
.form-heading > span { font-family: var(--font-display), sans-serif; font-size: 1.25rem; font-weight: 650; }
.form-heading p { margin: 8px 0 0; color: #8191a4; font-size: .76rem; }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.contact-form label { display: flex; flex-direction: column; gap: 8px; margin-bottom: 17px; color: #aebdce; font-size: .7rem; font-weight: 700; letter-spacing: .04em; }
.contact-form label small { color: #6e829a; font-size: .65rem; font-weight: 500; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; min-height: 48px; border: 1px solid rgba(120,163,210,.18); border-radius: 0; outline: none; color: white; background: rgba(255,255,255,.04); padding: 0 14px; font: 500 .82rem var(--font-body), sans-serif; transition: border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.contact-form textarea { min-height: 120px; resize: vertical; padding-block: 13px; line-height: 1.6; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #5f7187; }
.contact-form select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, #7daeff 50%), linear-gradient(135deg, #7daeff 50%, transparent 50%); background-position: calc(100% - 17px) 21px, calc(100% - 12px) 21px; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; }
.contact-form option { color: #07111f; background: white; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: rgba(64,156,255,.72); background: rgba(34,111,201,.08); box-shadow: 0 0 0 3px rgba(46,120,255,.1); }
.form-submit { display: inline-flex; align-items: center; justify-content: center; gap: 12px; width: 100%; min-height: 52px; border: 1px solid #64baff; color: white; background: linear-gradient(135deg, #2b72ff, #3c9dff); box-shadow: 0 12px 36px rgba(35,112,255,.24); font: 800 .8rem var(--font-body), sans-serif; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.form-submit:hover { transform: translateY(-2px); box-shadow: 0 17px 42px rgba(35,112,255,.32); }
.form-submit svg { width: 18px; height: 18px; }
.form-note { margin: 11px 0 0; color: #60748d; font-size: .64rem; line-height: 1.5; text-align: center; }

footer { color: #a4b0bf; background: #040a12; }
.footer-inner { min-height: 120px; display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 30px; }
.footer-brand { color: white; }
.footer-brand .brand-mark { width: 68px; height: 68px; }
.footer-inner p, .footer-inner > a:last-child { font-size: .72rem; }
.footer-inner > a:last-child { color: #7baaf0; }
.footer-legal { display: flex; align-items: center; min-height: 52px; border-top: 1px solid rgba(255,255,255,.08); }
.footer-legal p { margin: 0; color: #617084; font-size: .66rem; letter-spacing: .025em; }

.floating-whatsapp { position: fixed; z-index: 60; right: 26px; bottom: 26px; display: grid; place-items: center; width: 62px; height: 62px; border: 1px solid rgba(138,218,255,.72); border-radius: 50%; color: white; background: linear-gradient(145deg, #245fff, #24b8f2 62%, #39d6ff); box-shadow: 0 14px 38px rgba(20,109,236,.38), 0 0 24px rgba(57,214,255,.22); transition: transform .25s ease, box-shadow .25s ease; }
.floating-whatsapp::before { content: ""; position: absolute; inset: -1px; border: 1px solid rgba(57,214,255,.65); border-radius: inherit; animation: whatsappPulse 2.2s ease-out infinite; pointer-events: none; }
.floating-whatsapp > svg { width: 29px; height: 29px; filter: drop-shadow(0 2px 7px rgba(0,25,75,.4)); }
.floating-whatsapp > span { position: absolute; right: 73px; width: max-content; padding: 9px 12px; color: #dcedff; border: 1px solid rgba(107,177,255,.28); background: rgba(5,16,31,.9); backdrop-filter: blur(12px); font-size: .69rem; font-weight: 750; letter-spacing: .03em; opacity: 0; transform: translateX(8px); pointer-events: none; transition: opacity .22s ease, transform .22s ease; }
.floating-whatsapp:hover { transform: translateY(-4px) scale(1.04); box-shadow: 0 18px 46px rgba(20,109,236,.48), 0 0 32px rgba(57,214,255,.3); }
.floating-whatsapp:hover > span, .floating-whatsapp:focus-visible > span { opacity: 1; transform: translateX(0); }
.floating-whatsapp:focus-visible { outline: 3px solid rgba(57,214,255,.32); outline-offset: 4px; }

.budget-assistant-shell { position: fixed; z-index: 75; right: 26px; bottom: 103px; font-family: var(--font-body), sans-serif; }
.budget-assistant-trigger { position: relative; display: flex; align-items: center; gap: 12px; min-height: 58px; padding: 8px 17px 8px 9px; border: 1px solid rgba(126,195,255,.62); border-radius: 30px; color: white; background: linear-gradient(135deg, rgba(9,34,66,.96), rgba(15,72,142,.96)); box-shadow: 0 16px 40px rgba(0,20,55,.36), 0 0 28px rgba(46,120,255,.2); cursor: pointer; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.budget-assistant-trigger::before { content: ""; position: absolute; inset: -1px; border: 1px solid rgba(57,214,255,.52); border-radius: inherit; animation: assistantPulse 2.6s ease-out infinite; pointer-events: none; }
.budget-assistant-trigger:hover { transform: translateY(-3px); border-color: rgba(114,222,255,.9); box-shadow: 0 20px 48px rgba(0,20,55,.44), 0 0 34px rgba(57,214,255,.27); }
.budget-assistant-trigger:focus-visible { outline: 3px solid rgba(57,214,255,.3); outline-offset: 4px; }
.assistant-trigger-icon { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; color: #eaf8ff; background: linear-gradient(145deg, #286fff, #39d6ff); box-shadow: 0 7px 20px rgba(32,132,255,.34); }
.assistant-trigger-icon svg { width: 21px; height: 21px; }
.assistant-trigger-copy { display: flex; flex-direction: column; align-items: flex-start; gap: 3px; }
.assistant-trigger-copy small { color: #8fadd0; font-size: .56rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.assistant-trigger-copy strong { font-size: .73rem; font-weight: 760; letter-spacing: .015em; }

.budget-assistant-panel { position: absolute; right: 0; bottom: 72px; width: min(390px, calc(100vw - 32px)); overflow: hidden; color: #eaf3ff; border: 1px solid rgba(116,180,247,.3); border-radius: 18px; background: rgba(5,16,31,.97); box-shadow: 0 32px 90px rgba(0,0,0,.58), 0 0 60px rgba(30,112,224,.14); backdrop-filter: blur(22px); animation: assistantEnter .32s cubic-bezier(.2,.75,.25,1) both; }
.budget-assistant-panel::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(99,163,225,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(99,163,225,.045) 1px, transparent 1px); background-size: 34px 34px; mask-image: linear-gradient(to bottom, black, transparent 75%); }
.assistant-header { position: relative; display: flex; align-items: center; justify-content: space-between; min-height: 78px; padding: 14px 16px; border-bottom: 1px solid rgba(124,174,225,.16); background: linear-gradient(90deg, rgba(21,68,122,.3), transparent); }
.assistant-identity { display: flex; align-items: center; gap: 11px; }
.assistant-avatar { display: grid; place-items: center; width: 43px; height: 43px; border: 1px solid rgba(114,211,255,.55); border-radius: 13px; color: white; background: linear-gradient(145deg, #225ce9, #2dbbe9); box-shadow: 0 8px 24px rgba(36,122,239,.25); }
.assistant-avatar svg { width: 22px; height: 22px; }
.assistant-identity > span:last-child { display: flex; flex-direction: column; gap: 4px; }
.assistant-identity strong { font-family: var(--font-display), sans-serif; font-size: .9rem; font-weight: 680; }
.assistant-identity small { display: flex; align-items: center; gap: 6px; color: #7691af; font-size: .61rem; }
.assistant-identity small i { width: 6px; height: 6px; border-radius: 50%; background: #39d6ff; box-shadow: 0 0 10px #39d6ff; }
.assistant-close { display: grid; place-items: center; width: 34px; height: 34px; padding: 0; border: 1px solid rgba(119,164,210,.17); border-radius: 50%; color: #91a5bc; background: rgba(255,255,255,.035); font: 300 1.35rem/1 var(--font-body), sans-serif; cursor: pointer; transition: color .2s ease, border-color .2s ease, background .2s ease; }
.assistant-close:hover, .assistant-close:focus-visible { color: white; border-color: rgba(103,190,255,.48); background: rgba(67,143,232,.12); outline: none; }
.assistant-body { position: relative; max-height: min(580px, calc(100vh - 210px)); overflow-y: auto; padding: 22px 20px 20px; scrollbar-width: thin; scrollbar-color: #245ca4 transparent; }
.assistant-progress { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; }
.assistant-progress > span:first-child { flex: 0 0 auto; color: #6f8baa; font-size: .58rem; font-weight: 760; letter-spacing: .1em; text-transform: uppercase; }
.assistant-progress-track { position: relative; flex: 1; height: 2px; overflow: hidden; border-radius: 2px; background: rgba(120,165,213,.15); }
.assistant-progress-track i { position: absolute; inset: 0 auto 0 0; background: linear-gradient(90deg, #2e78ff, #39d6ff); box-shadow: 0 0 10px rgba(57,214,255,.6); transition: width .3s ease; }
.assistant-eyebrow { margin: 0 0 8px; color: #5c9df0; font-size: .61rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.assistant-body h2 { margin: 0; color: white; font-family: var(--font-display), sans-serif; font-size: 1.42rem; font-weight: 620; line-height: 1.22; letter-spacing: -.025em; }
.assistant-description { margin: 10px 0 18px; color: #8394a9; font-size: .75rem; line-height: 1.55; }
.assistant-options { display: grid; gap: 8px; }
.assistant-options button { display: flex; align-items: center; justify-content: space-between; gap: 15px; width: 100%; min-height: 48px; padding: 10px 13px; border: 1px solid rgba(113,158,205,.16); border-radius: 10px; color: #cedaea; background: rgba(255,255,255,.035); font: 650 .75rem var(--font-body), sans-serif; text-align: left; cursor: pointer; transition: transform .2s ease, color .2s ease, border-color .2s ease, background .2s ease; }
.assistant-options button svg { flex: 0 0 auto; width: 16px; height: 16px; color: #4e8fe8; transition: transform .2s ease; }
.assistant-options button:hover, .assistant-options button:focus-visible { transform: translateX(3px); color: white; border-color: rgba(77,155,245,.48); background: rgba(34,104,191,.13); outline: none; }
.assistant-options button:hover svg { transform: translateX(2px); color: #62d7ff; }
.assistant-back, .assistant-restart { margin-top: 15px; padding: 3px 0; border: 0; color: #6d9cda; background: transparent; font: 650 .67rem var(--font-body), sans-serif; cursor: pointer; }
.assistant-back:hover, .assistant-restart:hover { color: #b9dcff; }
.assistant-result { text-align: left; }
.assistant-result-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 20px; border: 1px solid rgba(100,209,255,.52); border-radius: 15px; color: white; background: linear-gradient(145deg, #245fe9, #2cbce8); box-shadow: 0 12px 32px rgba(38,132,240,.25); }
.assistant-result-icon svg { width: 25px; height: 25px; }
.assistant-result > p:not(.assistant-eyebrow):not(.assistant-disclaimer) { margin: 11px 0 19px; color: #8fa0b5; font-size: .76rem; line-height: 1.65; }
.assistant-result dl { display: grid; gap: 1px; margin: 0 0 20px; overflow: hidden; border: 1px solid rgba(113,158,205,.16); border-radius: 10px; background: rgba(113,158,205,.11); }
.assistant-result dl div { display: grid; grid-template-columns: 88px 1fr; gap: 12px; padding: 10px 12px; background: #08182b; }
.assistant-result dt { color: #6581a2; font-size: .59rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.assistant-result dd { margin: 0; color: #d0dbea; font-size: .68rem; line-height: 1.4; }
.assistant-whatsapp { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 11px 14px; border: 1px solid #65c8ff; border-radius: 9px; color: white; background: linear-gradient(135deg, #296df5, #2eaff0); box-shadow: 0 12px 30px rgba(31,117,231,.25); font-size: .72rem; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease; }
.assistant-whatsapp svg { width: 19px; height: 19px; }
.assistant-whatsapp:hover { transform: translateY(-2px); box-shadow: 0 17px 36px rgba(31,117,231,.34); }
.assistant-disclaimer { margin: 10px 0 0; color: #536980; font-size: .57rem; line-height: 1.45; text-align: center; }
.assistant-restart { display: block; margin-inline: auto; }

@keyframes heroRise {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes showcaseEnter {
  from { opacity: 0; transform: translateX(34px) scale(.96); }
  to { opacity: 1; transform: translateX(0) scale(1); }
}
@keyframes floatWeb {
  0%, 100% { transform: translate3d(0,0,0) rotateY(-8deg) rotateZ(2deg); }
  50% { transform: translate3d(0,-15px,18px) rotateY(-5deg) rotateZ(.5deg); }
}
@keyframes floatSystem {
  0%, 100% { transform: translate3d(0,0,22px) rotateY(8deg) rotateZ(-4deg); }
  50% { transform: translate3d(8px,13px,35px) rotateY(5deg) rotateZ(-2deg); }
}
@keyframes orbitRotate { to { transform: rotate(360deg); } }
@keyframes cardShine {
  0%, 58% { transform: translateX(-125%); }
  78%, 100% { transform: translateX(125%); }
}
@keyframes whatsappPulse {
  0% { opacity: .72; transform: scale(1); }
  75%, 100% { opacity: 0; transform: scale(1.52); }
}
@keyframes signalPulse {
  0% { opacity: .9; transform: scale(.75); }
  72%, 100% { opacity: 0; transform: scale(5.6); }
}
@keyframes signalCore {
  0%, 100% { opacity: .72; transform: scale(.82); filter: brightness(.9); }
  50% { opacity: 1; transform: scale(1.22); filter: brightness(1.45); }
}
@keyframes assistantPulse {
  0% { opacity: .42; transform: scale(1); }
  75%, 100% { opacity: 0; transform: scale(1.12, 1.28); }
}
@keyframes assistantEnter {
  from { opacity: 0; transform: translateY(16px) scale(.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 32px, 1180px); }
  .hero { min-height: 760px; height: 100svh; }
  .site-header { height: 80px; }
  .brand { gap: 8px; }
  .brand-mark { width: 56px; height: 56px; }
  .brand-copy { padding-left: 10px; }
  .brand-name { font-size: .66rem; }
  .brand-tag { font-size: .48rem; }
  nav { display: none; }
  .header-cta { font-size: 0; width: 40px; height: 40px; justify-content: center; border: 1px solid var(--line); }
  .header-cta svg { font-size: 1rem; }
  .hero-body { display: block; padding-top: clamp(80px, 12vh, 110px); }
  .hero-showcase { display: none; }
  h1 { font-size: clamp(3.25rem, 15vw, 5.2rem); }
  .hero-copy { font-size: .95rem; line-height: 1.7; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-footer { grid-template-columns: 1fr; gap: 8px; bottom: 24px; }
  .hero-footer p:nth-child(n+2) { display: none; }
  .intro { padding-block: 78px; }
  .intro-heading, .about-grid, .process-head, .faq-grid { grid-template-columns: 1fr; gap: 28px; }
  .solutions-grid { grid-template-columns: 1fr; margin-top: 48px; }
  .solution-card { min-height: 275px; padding: 28px; }
  .solution-card h3 { margin-top: 65px; }
  .about { padding: 90px 0; }
  .about-grid { gap: 60px; }
  .about-visual { width: min(100%, 460px); min-height: 540px; margin: auto; }
  .portrait-card { width: min(88%, 390px); height: 520px; }
  .portrait-code { left: 2%; }
  .tag-one { right: 2%; }
  .about-values { grid-template-columns: 1fr; gap: 18px; }
  .process { padding-block: 85px; }
  .process-list { grid-template-columns: 1fr; margin-top: 45px; }
  .process-list li, .process-list li + li { padding: 24px 0; border-left: 0; border-bottom: 1px solid #cdd6e0; }
  .faq { padding: 85px 0; }
  .faq-grid { gap: 50px; }
  .faq-list summary { padding-block: 22px; font-size: .96rem; }
  .faq-list summary::after { top: 20px; right: 2px; }
  .faq-list details p { margin-right: 34px; }
  .contact { padding: 90px 0; }
  .contact-inner { grid-template-columns: 1fr; gap: 55px; }
  .contact-form { padding: 24px 18px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .floating-whatsapp { right: 16px; bottom: 16px; width: 55px; height: 55px; }
  .floating-whatsapp > svg { width: 26px; height: 26px; }
  .floating-whatsapp > span { display: none; }
  .budget-assistant-shell { right: 16px; bottom: 84px; }
  .budget-assistant-trigger { min-width: 55px; min-height: 55px; padding: 7px; border-radius: 50%; }
  .assistant-trigger-icon { width: 39px; height: 39px; }
  .assistant-trigger-copy { display: none; }
  .budget-assistant-panel { position: fixed; right: 12px; bottom: 152px; width: calc(100vw - 24px); max-height: calc(100svh - 170px); }
  .assistant-body { max-height: calc(100svh - 270px); padding: 20px 17px 18px; }
  .hero-signals i:nth-child(2), .solutions-pulse { display: none; }
  .footer-inner { grid-template-columns: 1fr; padding-block: 45px; }
  .footer-legal { min-height: 58px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1 !important; transform: none !important; }
}

@media (min-width: 761px) and (max-width: 1040px) {
  .brand-mark { width: 66px; height: 66px; }
  nav { gap: 22px; }
  .hero-body { grid-template-columns: 1.25fr .75fr; gap: 24px; }
  .hero-showcase { height: 420px; }
  .visual-card-web { width: 98%; right: -9%; }
  .visual-card-system { width: 80%; left: -8%; }
  h1 { font-size: clamp(3.3rem, 6.7vw, 4.7rem); }
}
