:root {
  --bg: #050b14;
  --bg-soft: #091321;
  --card: rgba(12, 26, 44, 0.7);
  --line: rgba(137, 173, 216, 0.14);
  --text: #f4f8ff;
  --muted: #8fa4bd;
  --blue: #289cff;
  --cyan: #47d7ff;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background: var(--bg);
  font-family: "Manrope", system-ui, sans-serif;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
.page-glow { position: fixed; z-index: -1; width: 42rem; height: 42rem; border-radius: 50%; filter: blur(130px); opacity: .13; pointer-events: none; }
.page-glow--one { top: -18rem; right: -10rem; background: #087fff; }
.page-glow--two { top: 45rem; left: -28rem; background: #00d9ff; }

.site-header, footer { width: min(calc(100% - 40px), var(--max)); margin: auto; display: flex; align-items: center; justify-content: space-between; }
.site-header { min-height: 88px; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 11px; font-size: 17px; font-weight: 500; letter-spacing: -.02em; }
.brand strong { color: #eef8ff; text-shadow: 0 0 1px #47d7ff, 0 0 9px rgba(71,215,255,.32); }
.brand img { display: block; width: 50px; height: 34px; object-fit: contain; }
.nav { display: flex; align-items: center; gap: 34px; color: var(--muted); font-size: 14px; }
.nav a { transition: color .2s; }
.nav a:hover { color: white; }
.nav__contact { padding: 9px 16px; border: 1px solid var(--line); border-radius: 9px; }

main { width: min(calc(100% - 40px), var(--max)); margin: auto; }
.hero { min-height: 690px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 50px; padding: 80px 0; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: var(--cyan); font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 25px; height: 1px; background: var(--cyan); box-shadow: 0 0 8px var(--cyan); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 720px; margin-bottom: 25px; font-size: clamp(3rem, 6vw, 5.4rem); line-height: .98; letter-spacing: -.065em; }
h1 em { color: var(--blue); font-style: normal; text-shadow: 0 0 35px rgba(40,156,255,.25); }
.hero__lead { max-width: 620px; color: var(--muted); font-size: 18px; }
.hero__actions { display: flex; gap: 13px; margin: 35px 0; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 50px; padding: 0 23px; border-radius: 9px; font-size: 14px; font-weight: 700; transition: transform .2s, border-color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: white; background: linear-gradient(135deg, #087ee8, #16a8f2); box-shadow: 0 12px 30px rgba(8,126,232,.22); }
.button--secondary { color: #c6d6e8; border: 1px solid var(--line); background: rgba(255,255,255,.02); }
.button--secondary:hover { border-color: rgba(71,215,255,.35); }
.hero__status { display: flex; align-items: center; gap: 10px; color: #71869e; font-size: 12px; }
.hero__status strong { color: #aabbd0; }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: #35e69a; box-shadow: 0 0 0 5px rgba(53,230,154,.08), 0 0 12px rgba(53,230,154,.5); }

.hero__visual { position: relative; min-height: 440px; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(85,176,255,.14); border-radius: 50%; }
.orbit--outer { width: 390px; height: 390px; animation: spin 35s linear infinite; }
.orbit--inner { width: 250px; height: 250px; border-style: dashed; animation: spin 25s linear infinite reverse; }
.core { position: relative; z-index: 2; display: grid; place-items: center; width: 145px; height: 145px; border: 1px solid rgba(71,215,255,.26); border-radius: 40px; background: radial-gradient(circle at 35% 25%, rgba(40,156,255,.26), rgba(6,15,27,.96) 65%); box-shadow: 0 0 70px rgba(40,156,255,.17), inset 0 0 30px rgba(71,215,255,.06); transform: rotate(45deg); }
.core::before { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(71,215,255,.11); border-radius: 31px; }
.core__content { display: grid; place-items: center; width: 118px; transform: rotate(-45deg); }
.core__content img { display: block; width: 100%; height: auto; filter: drop-shadow(0 0 12px rgba(40,156,255,.2)); }
.core__content span { margin-top: 7px; padding-left: .24em; color: #eef8ff; font-size: 7px; font-weight: 700; line-height: 1; letter-spacing: .24em; text-shadow: 0 0 1px #47d7ff, 0 0 8px rgba(71,215,255,.4); }
.floating-card { position: absolute; z-index: 3; min-width: 135px; padding: 14px; border: 1px solid var(--line); border-radius: 12px; background: rgba(7,17,31,.88); backdrop-filter: blur(12px); box-shadow: 0 14px 35px rgba(0,0,0,.25); }
.floating-card span { float: left; display: grid; place-items: center; width: 34px; height: 34px; margin-right: 10px; border-radius: 8px; color: var(--cyan); background: rgba(40,156,255,.12); }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { font-size: 12px; }.floating-card small { color: var(--muted); font-size: 8px; }
.floating-card--apps { top: 48px; right: 10px; }.floating-card--web { bottom: 55px; right: 0; }.floating-card--it { bottom: 65px; left: -12px; }

.section { padding: 110px 0; border-top: 1px solid var(--line); }
.section__heading { margin-bottom: 48px; }
.section__heading h2, .contact h2 { margin-bottom: 12px; font-size: clamp(2.2rem, 4vw, 3.8rem); line-height: 1.05; letter-spacing: -.05em; }
.section__heading > p:last-child, .section__heading--row > p { color: var(--muted); }
.section__heading--row { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.section__heading--row > p { max-width: 390px; }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.service-card { position: relative; min-height: 245px; padding: 25px; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(145deg, rgba(13,29,49,.75), rgba(7,15,27,.68)); transition: transform .25s, border-color .25s; }
.service-card:hover { transform: translateY(-5px); border-color: rgba(71,215,255,.27); }
.service-card__number { position: absolute; top: 18px; right: 20px; color: #30445b; font-size: 11px; }
.service-card__icon { display: grid; place-items: center; width: 44px; height: 44px; margin: 18px 0 42px; border: 1px solid rgba(40,156,255,.15); border-radius: 11px; color: var(--cyan); background: rgba(40,156,255,.08); font-size: 14px; font-weight: 700; }
.service-card h3 { margin-bottom: 8px; font-size: 16px; }.service-card p { color: var(--muted); font-size: 13px; }

.apps-section { padding-bottom: 120px; }
.apps-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.app-card { display: flex; flex-direction: column; align-items: flex-start; min-height: 230px; padding: 22px; border: 1px solid var(--line); border-radius: 14px; background: rgba(8,18,32,.66); }
.app-card__icon { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 35px; border-radius: 12px; font-weight: 800; background: #12395e; color: #73c5ff; }
.app-card__icon--fees { background: #30245c; color: #b69cff; }.app-card__icon--expenses { background: #49341c; color: #ffc36b; }.app-card__icon--travel { background: #183f46; color: #73e2d6; }.app-card__icon--fitness { background: #402331; color: #ff8fb7; }
.app-card__icon--sales { background: #1f4435; color: #79e6ab; }
.app-card h3 { margin-bottom: 5px; font-size: 14px; }.app-card p { min-height: 42px; margin-bottom: 18px; color: var(--muted); font-size: 11px; }
.tag { margin-top: auto; padding: 5px 8px; border: 1px solid var(--line); border-radius: 99px; color: #657b94; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }

.contact { margin-bottom: 80px; padding: 75px 8%; border: 1px solid rgba(40,156,255,.2); border-radius: 22px; text-align: center; background: radial-gradient(circle at 50% 110%, rgba(40,156,255,.2), transparent 50%), rgba(8,18,32,.7); }
.contact .eyebrow { justify-content: center; }.contact > p:not(.eyebrow) { max-width: 560px; margin: 0 auto 30px; color: var(--muted); }.contact .button { min-width: 280px; }
footer { min-height: 110px; border-top: 1px solid var(--line); color: #5f738b; font-size: 11px; }
.brand--small img { width: 42px; height: 28px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }

@media (max-width: 950px) {
  .hero { grid-template-columns: 1fr; padding-top: 65px; }.hero__visual { min-height: 400px; }.services-grid { grid-template-columns: repeat(2, 1fr); }.apps-list { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 640px) {
  .site-header, main, footer { width: min(calc(100% - 28px), var(--max)); }.site-header { min-height: 72px; }.nav a:not(.nav__contact) { display: none; }
  .hero { min-height: auto; padding: 65px 0 80px; }.hero__actions { flex-direction: column; }.hero__visual { min-height: 350px; transform: scale(.87); }.orbit--outer { width: 330px; height: 330px; }.floating-card--it { left: 0; }
  .section { padding: 80px 0; }.services-grid, .apps-list { grid-template-columns: 1fr; }.service-card { min-height: 210px; }.service-card__icon { margin-bottom: 30px; }.app-card { min-height: auto; display: grid; grid-template-columns: auto 1fr; column-gap: 15px; }.app-card__icon { grid-row: span 2; margin: 0; }.app-card p { min-height: auto; }.tag { grid-column: 2; }
  .section__heading--row { display: block; }.contact { padding: 55px 20px; }.contact .button { min-width: 0; width: 100%; } footer { padding: 30px 0; flex-direction: column; gap: 20px; text-align: center; }
}
