:root {
  --navy: #071a2e;
  --navy-soft: #0d2742;
  --blue: #1463ff;
  --cyan: #26c6da;
  --ink: #132238;
  --muted: #5d6b7e;
  --surface: #f5f8fc;
  --white: #fff;
  --line: #dce5ef;
  --shadow: 0 24px 70px rgba(7, 26, 46, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}
body, button, input, textarea { font-family: "DM Sans", sans-serif; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Manrope", sans-serif; line-height: 1.15; letter-spacing: -.035em; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 110px 0; }

.site-header {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto;
  padding: 18px 0;
  color: var(--white);
  transition: .3s ease;
}
.site-header.scrolled { padding: 10px 0; background: rgba(7, 26, 46, .94); backdrop-filter: blur(14px); box-shadow: 0 8px 30px rgba(0,0,0,.14); }
.nav-wrap, .main-nav, .brand, .hero-actions, .hero-trust, .tech-tags, .footer-wrap, .socials { display: flex; align-items: center; }
.nav-wrap { justify-content: space-between; }
.brand { gap: 10px; color: var(--white); font: 800 20px "Manrope", sans-serif; }
.brand > span:last-child > span { color: var(--cyan); }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; overflow: hidden; border: 2px solid rgba(255,255,255,.22); border-radius: 50%; background: white; box-shadow: 0 5px 15px rgba(0,0,0,.15); }
.brand-mark img { width: 100%; height: 100%; object-fit: cover; }
.main-nav { gap: 34px; font-weight: 600; font-size: 15px; }
.main-nav a:not(.nav-cta) { opacity: .78; transition: .2s; }
.main-nav a:hover { opacity: 1; color: var(--cyan); }
.nav-cta { padding: 10px 20px; border: 1px solid rgba(255,255,255,.3); border-radius: 99px; }
.menu-toggle { display: none; color: white; border: 0; background: none; font-size: 28px; }

.hero { position: relative; min-height: 790px; padding: 165px 0 100px; overflow: hidden; background: var(--navy); color: white; }
.hero::after { content: ""; position: absolute; right: -8%; bottom: -35%; width: 55%; aspect-ratio: 1; border: 1px solid rgba(38,198,218,.12); border-radius: 50%; box-shadow: 0 0 0 90px rgba(38,198,218,.025), 0 0 0 180px rgba(38,198,218,.02); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; gap: 80px; align-items: center; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(10px); }
.hero-glow-one { width: 520px; height: 520px; left: -250px; top: 30px; background: radial-gradient(circle, rgba(20,99,255,.25), transparent 65%); }
.hero-glow-two { width: 400px; height: 400px; right: 0; top: 90px; background: radial-gradient(circle, rgba(38,198,218,.12), transparent 68%); }
.eyebrow { display: inline-flex; gap: 8px; align-items: center; margin-bottom: 20px; color: var(--blue); font-weight: 700; font-size: 13px; letter-spacing: .11em; text-transform: uppercase; }
.hero .eyebrow { color: var(--cyan); }
.hero h1 { max-width: 710px; margin-bottom: 24px; font-size: clamp(44px, 5.2vw, 72px); }
.hero h1 span { color: var(--cyan); }
.hero-copy > p { max-width: 640px; color: #afbdd0; font-size: 19px; }
.hero-actions { gap: 14px; margin: 34px 0 48px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 25px; border: 0; border-radius: 10px; font-weight: 700; cursor: pointer; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg, var(--blue), #087ee8); color: white; box-shadow: 0 12px 30px rgba(20,99,255,.3); }
.button-ghost { border: 1px solid rgba(255,255,255,.22); color: white; }
.hero-trust { gap: 26px; }
.hero-trust div { display: flex; flex-direction: column; }
.hero-trust div:not(:last-child) { padding-right: 26px; border-right: 1px solid rgba(255,255,255,.15); }
.hero-trust strong { font: 700 16px "Manrope"; }
.hero-trust span { color: #8092a8; font-size: 12px; }
.hero-visual { position: relative; }
.dashboard-card { padding: 18px; border: 1px solid rgba(255,255,255,.13); border-radius: 22px; background: rgba(255,255,255,.07); box-shadow: 0 40px 80px rgba(0,0,0,.3); backdrop-filter: blur(16px); transform: perspective(900px) rotateY(-4deg) rotateX(2deg); }
.dashboard-top { display: flex; justify-content: space-between; align-items: center; padding: 2px 4px 16px; color: #91a4ba; }
.dashboard-top div { display: flex; gap: 6px; }
.dashboard-top div span { width: 8px; height: 8px; border-radius: 50%; background: #39506a; }
.dashboard-body { padding: 26px; border-radius: 14px; background: #0b2139; }
.metric-card { display: flex; gap: 14px; align-items: center; }
.metric-card i { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 12px; background: rgba(38,198,218,.13); color: var(--cyan); font-size: 22px; }
.metric-card div { display: flex; flex-direction: column; }
.metric-card small { color: #8294a8; }
.metric-card strong { font: 700 21px "Manrope"; }
.chart { display: flex; align-items: end; gap: 12px; height: 150px; margin: 28px 0; padding: 18px 18px 0; border-left: 1px solid #26405a; border-bottom: 1px solid #26405a; }
.chart span { flex: 1; border-radius: 5px 5px 0 0; background: linear-gradient(to top, var(--blue), var(--cyan)); opacity: .85; }
.chart span:nth-child(1) { height: 30%; }.chart span:nth-child(2) { height: 45%; }.chart span:nth-child(3) { height: 38%; }.chart span:nth-child(4) { height: 68%; }.chart span:nth-child(5) { height: 58%; }.chart span:nth-child(6) { height: 88%; }
.dashboard-list { display: grid; gap: 10px; }
.dashboard-list div { display: flex; gap: 10px; align-items: center; padding: 10px 13px; border-radius: 8px; background: rgba(255,255,255,.045); color: #b7c4d3; font-size: 13px; }
.dashboard-list i { color: var(--cyan); }
.floating-card { position: absolute; display: flex; gap: 9px; align-items: center; padding: 12px 15px; border: 1px solid rgba(255,255,255,.14); border-radius: 11px; background: #102c49; color: #d7e1ec; box-shadow: 0 15px 30px rgba(0,0,0,.25); font-size: 12px; font-weight: 600; }
.floating-card i { color: var(--cyan); font-size: 19px; }
.floating-code { left: -42px; bottom: 42px; }.floating-data { right: -24px; top: 70px; }

.clients { border-bottom: 1px solid var(--line); background: white; }
.clients-wrap { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; min-height: 145px; }
.clients-wrap > p { margin: 0; color: var(--muted); font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.client-list { display: flex; align-items: center; justify-content: flex-end; gap: 60px; }
.client-name { display: flex; align-items: center; gap: 11px; color: #566579; filter: grayscale(1); opacity: .72; transition: .25s ease; }
.client-name:hover { filter: none; opacity: 1; }
.client-name i { font-size: 29px; }
.client-name strong { font: 800 25px "Manrope", sans-serif; letter-spacing: -.04em; }
.client-name strong span { display: block; margin-top: -3px; font: 700 9px "DM Sans", sans-serif; letter-spacing: .13em; text-align: right; text-transform: uppercase; }
.bancard-client:hover { color: #e71d37; }
.tigo-client:hover { color: #1659a7; }

.section-heading { max-width: 700px; margin: 0 auto 58px; text-align: center; }
.section-heading h2, .tech-copy h2, .about-copy h2, .contact-copy h2 { margin-bottom: 18px; font-size: clamp(34px, 4vw, 48px); }
.section-heading p, .tech-copy > p, .about-copy > p { color: var(--muted); font-size: 17px; }
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { position: relative; padding: 36px 30px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: white; transition: .3s; }
.service-card:hover { transform: translateY(-7px); border-color: rgba(20,99,255,.35); box-shadow: var(--shadow); }
.service-card.featured { background: var(--navy); color: white; border-color: var(--navy); }
.service-card.featured p, .service-card.featured li { color: #acbbcc; }
.card-number { position: absolute; top: 20px; right: 24px; color: #e5ebf2; font: 800 50px "Manrope"; }
.featured .card-number { color: rgba(255,255,255,.07); }
.icon-box { display: grid; place-items: center; width: 55px; height: 55px; margin-bottom: 28px; border-radius: 14px; background: #eaf2ff; color: var(--blue); font-size: 25px; }
.featured .icon-box { background: rgba(38,198,218,.13); color: var(--cyan); }
.service-card h3 { position: relative; font-size: 22px; }
.service-card p, .service-card li { color: var(--muted); }
.service-card ul { margin: 25px 0 0; padding: 20px 0 0; border-top: 1px solid var(--line); list-style: none; }
.featured ul { border-color: rgba(255,255,255,.1); }
.service-card li { position: relative; margin: 8px 0; padding-left: 20px; font-size: 14px; }
.service-card li::before { content: ""; position: absolute; left: 0; top: 10px; width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); }

.tech-section { background: var(--surface); }
.tech-grid, .about-grid, .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.tech-tags { flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.tech-tags span { padding: 8px 14px; border: 1px solid var(--line); border-radius: 8px; background: white; color: #33455b; font-weight: 600; font-size: 13px; }
.principles { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.principles > div { padding: 25px; border: 1px solid var(--line); border-radius: 15px; background: white; }
.principles i { color: var(--blue); font-size: 25px; }
.principles h3 { margin: 15px 0 7px; font-size: 17px; }
.principles p { margin: 0; color: var(--muted); font-size: 13px; }

.process { background: var(--navy); color: white; }
.process .eyebrow { color: var(--cyan); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.process-step { position: relative; padding: 0 30px; }
.process-step:not(:last-child)::after { content: ""; position: absolute; right: 0; top: 22px; width: 1px; height: calc(100% - 22px); background: rgba(255,255,255,.12); }
.process-step span { display: block; color: var(--cyan); font: 700 13px "Manrope"; }
.process-step h3 { margin: 18px 0 10px; font-size: 21px; }
.process-step p { color: #9bacc0; font-size: 14px; }

.about-image { position: relative; }
.about-image img { width: 100%; height: 480px; object-fit: cover; border-radius: 20px; filter: saturate(.7); }
.experience-badge { position: absolute; right: -25px; bottom: 28px; display: flex; flex-direction: column; max-width: 220px; padding: 20px 24px; border-radius: 13px; background: var(--blue); color: white; box-shadow: 0 18px 35px rgba(20,99,255,.3); }
.experience-badge strong { font: 700 20px "Manrope"; }
.experience-badge span { font-size: 12px; opacity: .8; }
.about-copy blockquote { margin: 28px 0 0; padding: 18px 0 18px 22px; border-left: 3px solid var(--cyan); color: var(--ink); font: 600 17px/1.5 "Manrope"; }

.contact-section { padding: 100px 0; background: linear-gradient(125deg, #071a2e, #0c3151); color: white; }
.contact-copy p { max-width: 520px; color: #a9b8c9; font-size: 17px; }
.eyebrow.light { color: var(--cyan); }
.contact-links { display: grid; gap: 18px; margin-top: 36px; }
.contact-links a, .contact-links > div { display: flex; gap: 14px; align-items: center; }
.contact-links a { width: fit-content; transition: color .2s ease, transform .2s ease; }
.contact-links a:hover { color: var(--cyan); transform: translateX(3px); }
.contact-links i { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 10px; background: rgba(38,198,218,.11); color: var(--cyan); }
.contact-links span { display: flex; flex-direction: column; font-size: 14px; }
.contact-links small { color: #8296ac; }
.contact-form { display: grid; gap: 18px; padding: 34px; border-radius: 18px; background: white; color: var(--ink); box-shadow: 0 30px 70px rgba(0,0,0,.25); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.contact-form label { display: grid; gap: 7px; font-weight: 600; font-size: 13px; }
.contact-form input, .contact-form textarea { width: 100%; padding: 13px 14px; border: 1px solid var(--line); border-radius: 8px; outline: none; resize: vertical; font-size: 14px; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(20,99,255,.1); }
.contact-form .honey-field { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.contact-form button:disabled { cursor: wait; opacity: .7; transform: none; }
.form-status { display: none; margin: -3px 0 0; padding: 11px 13px; border-radius: 8px; font-size: 13px; font-weight: 600; }
.form-status.show { display: block; }
.form-status.success { background: #e9f8f0; color: #167548; }
.form-status.error { background: #fff0f0; color: #b42318; }

footer { padding: 30px 0; background: #041321; color: #8091a4; }
.footer-wrap { justify-content: space-between; }
.footer-wrap p { margin: 0; font-size: 13px; }
.socials a { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid #23384d; border-radius: 9px; color: white; }

.reveal { opacity: 1; transform: none; }
.js-ready .reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.js-ready .reveal.visible { opacity: 1; transform: none; }

@media (max-width: 960px) {
  .hero { min-height: auto; }
  .hero-grid, .tech-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 60px; }
  .hero-copy { text-align: center; }
  .hero-copy > p { margin-left: auto; margin-right: auto; }
  .hero-actions, .hero-trust { justify-content: center; }
  .hero-visual { width: min(580px, 90%); margin: auto; }
  .cards-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr 1fr; gap: 45px 0; }
  .process-step:nth-child(2)::after { display: none; }
  .about-image { width: min(620px, 100%); }
}

@media (max-width: 720px) {
  .container { width: min(100% - 28px, 1160px); }
  .section { padding: 78px 0; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; display: none; top: 68px; left: 14px; right: 14px; padding: 22px; flex-direction: column; align-items: stretch; gap: 16px; border-radius: 14px; background: var(--navy-soft); box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .nav-cta { text-align: center; }
  .hero { padding: 130px 0 75px; }
  .hero h1 { font-size: 41px; }
  .hero-trust { align-items: stretch; gap: 12px; flex-direction: column; }
  .hero-trust div:not(:last-child) { padding: 0 0 12px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .clients-wrap { grid-template-columns: 1fr; gap: 24px; padding-top: 32px; padding-bottom: 32px; text-align: center; }
  .client-list { justify-content: center; gap: 34px; }
  .client-name strong { font-size: 20px; }
  .floating-card { display: none; }
  .dashboard-body { padding: 18px; }
  .principles, .process-grid, .field-row { grid-template-columns: 1fr; }
  .process-step { padding: 0 15px; }
  .process-step::after { display: none; }
  .about-image img { height: 340px; }
  .experience-badge { right: 12px; bottom: 12px; }
  .contact-form { padding: 25px 20px; }
  .footer-wrap { gap: 18px; flex-direction: column; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
