:root {
  --bg: #08111f;
  --bg2: #0c1728;
  --ink: #0f172a;
  --text: #314158;
  --muted: #64748b;
  --white: #ffffff;
  --line: rgba(148, 163, 184, .22);
  --gold: #f4a51c;
  --gold2: #ffd166;
  --orange: #ff7a18;
  --cyan: #74d5ff;
  --steel: #e8eef7;
  --card: rgba(255,255,255,.88);
  --shadow: 0 30px 80px rgba(2, 6, 23, .24);
  --radius: 28px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background: #f7fafc;
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }

.site-bg {
  position: fixed; inset: 0; z-index: -10;
  background:
    radial-gradient(circle at 12% 10%, rgba(244,165,28,.15), transparent 30%),
    radial-gradient(circle at 86% 22%, rgba(116,213,255,.12), transparent 28%),
    linear-gradient(180deg, #f8fafc, #eef4fb 42%, #f8fafc);
}
.site-bg::after {
  content: ""; position: absolute; inset: 0; opacity: .32;
  background-image: linear-gradient(rgba(15,23,42,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(15,23,42,.06) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.8), transparent 70%);
}

.container { width: min(1180px, 92vw); margin-inline: auto; }
.skip-link { position: absolute; left: -999px; top: 12px; background: var(--gold); color: #111; padding: 10px 12px; border-radius: 10px; z-index: 999; }
.skip-link:focus { left: 12px; }

.topbar {
  position: sticky; top: 0; z-index: 50;
  background: rgba(8, 17, 31, .78);
  border-bottom: 1px solid rgba(255,255,255,.1);
  backdrop-filter: blur(18px);
  transition: background .25s ease, box-shadow .25s ease;
}
.topbar.scrolled { background: rgba(8, 17, 31, .94); box-shadow: 0 18px 40px rgba(2,6,23,.26); }
.nav-wrap { height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { display: flex; align-items: center; gap: 13px; color: var(--white); min-width: max-content; }
.brand img { width: 100px; height: 180px; object-fit: contain; border-radius: 140px; }
.brand strong { display: block; font-size: 17px; letter-spacing: -.02em; }
.brand small { display: block; color: #b8c5d8; font-size: 12px; margin-top: 1px; }
.desktop-nav { display: flex; align-items: center; gap: 22px; color: #dbeafe; font-weight: 700; font-size: 14px; }
.desktop-nav a { opacity: .88; transition: color .2s ease, opacity .2s ease; }
.desktop-nav a:hover { color: var(--gold2); opacity: 1; }
.nav-actions { display: flex; align-items: center; gap: 10px; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 0; border-radius: 999px; cursor: pointer; font-weight: 900; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-small { padding: 10px 14px; font-size: 13px; }
.btn-gold { background: linear-gradient(135deg, var(--gold), var(--gold2)); color: #17110a; box-shadow: 0 16px 35px rgba(244,165,28,.24); }
.btn-outline { border: 1px solid rgba(255,255,255,.22); color: var(--white); background: rgba(255,255,255,.06); }
.btn-glass { padding: 15px 22px; color: var(--white); border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.1); backdrop-filter: blur(8px); }
.full { width: 100%; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.2); border-radius: 14px; background: rgba(255,255,255,.08); }
.menu-toggle span { display: block; width: 18px; height: 2px; margin: 4px auto; background: var(--white); border-radius: 2px; }
.mobile-panel { display: none; background: rgba(8, 17, 31, .96); border-top: 1px solid rgba(255,255,255,.1); padding: 12px 4vw 22px; }
.mobile-panel a { display: block; padding: 13px 0; color: #e2e8f0; font-weight: 800; border-bottom: 1px solid rgba(255,255,255,.08); }

.hero { position: relative; padding: 118px 0 76px; color: var(--white); background: radial-gradient(circle at 72% 10%, rgba(244,165,28,.28), transparent 30%), linear-gradient(135deg, #08111f, #0b2037 52%, #08111f); overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px); background-size: 60px 60px; transform: perspective(700px) rotateX(56deg) translateY(-120px); transform-origin: top; opacity: .45; }
.hero::after { content: ""; position: absolute; right: -180px; top: 90px; width: 520px; height: 520px; border: 1px solid rgba(244,165,28,.22); border-radius: 50%; box-shadow: inset 0 0 80px rgba(244,165,28,.12); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; gap: 44px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--gold2); font-weight: 950; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; margin-bottom: 18px; }
.eyebrow span { width: 32px; height: 2px; background: linear-gradient(90deg, var(--gold), transparent); }
h1, h2, h3 { color: inherit; line-height: 1.06; letter-spacing: -.04em; }
h1 { font-size: clamp(42px, 7vw, 76px); max-width: 890px; }
.lead { color: #c9d7e8; font-size: clamp(17px, 2vw, 21px); max-width: 760px; margin-top: 24px; }
.hero-buttons { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 34px; }
.hero-buttons .btn { padding: 15px 23px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.trust-row span { border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.07); color: #dbeafe; padding: 9px 12px; border-radius: 999px; font-size: 13px; font-weight: 800; }
.command-card { background: linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.06)); border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); box-shadow: var(--shadow); padding: 24px; backdrop-filter: blur(12px); }
.card-topline { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; }
.live-dot { width: 10px; height: 10px; border-radius: 50%; background: #3cff9b; box-shadow: 0 0 0 6px rgba(60,255,155,.12); }
.command-screen { border-radius: 22px; padding: 20px; background: rgba(0,0,0,.26); border: 1px solid rgba(255,255,255,.1); }
.screen-line { display: flex; gap: 12px; align-items: flex-start; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.09); color: #dce8f8; font-weight: 750; }
.screen-line:last-child { border-bottom: 0; }
.screen-line span { color: var(--gold2); font-weight: 950; }
.mini-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 14px; }
.mini-metrics div { padding: 15px; border-radius: 18px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.1); }
.mini-metrics strong { display: block; font-size: 24px; color: var(--gold2); }
.mini-metrics small { color: #c7d2e4; font-weight: 700; }

.strip { margin-top: -1px; background: #0b1220; color: var(--white); border-top: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08); }
.strip-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; }
.strip-grid div { padding: 22px 18px; background: rgba(255,255,255,.035); }
.strip-grid strong { display: block; color: var(--gold2); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.strip-grid span { display: block; margin-top: 4px; color: #d7e2ef; font-weight: 750; }

.section { padding: 95px 0; }
.section-head { max-width: 780px; margin-bottom: 42px; }
.section-head h2 { color: #0f172a; font-size: clamp(32px, 5vw, 54px); margin-bottom: 16px; }
.section-head p { color: var(--muted); font-size: 18px; }
.section-head.light h2, .section-head.light { color: var(--white); }
.section-head.light p { color: #cbd5e1; }

.carousel { position: relative; border-radius: calc(var(--radius) + 8px); padding: 24px 66px; background: rgba(255,255,255,.76); border: 1px solid rgba(15,23,42,.08); box-shadow: var(--shadow); overflow: hidden; }
.carousel::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 20% 10%, rgba(244,165,28,.14), transparent 35%), radial-gradient(circle at 85% 85%, rgba(116,213,255,.12), transparent 36%); pointer-events: none; }
.carousel-track { position: relative; min-height: 310px; }
.service-slide { display: none; min-height: 310px; padding: 36px; border-radius: var(--radius); background: linear-gradient(145deg, rgba(8,17,31,.98), rgba(15,38,65,.95)); color: var(--white); border: 1px solid rgba(255,255,255,.08); }
.service-slide.active { display: grid; grid-template-columns: .32fr 1fr; gap: 28px; align-content: center; animation: fadeUp .35s ease both; }
.slide-number { font-size: clamp(60px, 9vw, 112px); line-height: .8; color: transparent; -webkit-text-stroke: 1px rgba(244,165,28,.72); font-weight: 950; }
.service-slide h3 { font-size: clamp(28px, 4vw, 48px); margin-bottom: 12px; }
.service-slide p { color: #d9e5f3; font-size: 18px; max-width: 760px; }
.service-slide ul { margin-top: 22px; display: grid; gap: 10px; list-style: none; }
.service-slide li { position: relative; padding-left: 26px; color: #e8f0fb; font-weight: 800; }
.service-slide li::before { content: "✓"; position: absolute; left: 0; color: var(--gold2); }
.carousel-btn { position: absolute; top: 50%; transform: translateY(-50%); z-index: 3; width: 46px; height: 46px; border: 0; border-radius: 50%; color: #111827; background: var(--white); box-shadow: 0 12px 30px rgba(2,6,23,.22); cursor: pointer; font-size: 34px; line-height: 1; }
.carousel-btn:hover { background: var(--gold2); }
.prev { left: 18px; } .next { right: 18px; }
.carousel-dots { position: relative; z-index: 2; display: flex; justify-content: center; gap: 8px; margin-top: 18px; }
.carousel-dots button { width: 10px; height: 10px; border: 0; border-radius: 999px; background: #b7c2d0; cursor: pointer; transition: width .2s ease, background .2s ease; }
.carousel-dots button.active { width: 34px; background: var(--gold); }

.dark-section { background: radial-gradient(circle at 15% 5%, rgba(244,165,28,.14), transparent 30%), linear-gradient(135deg, #08111f, #0c1728); color: var(--white); }
.system-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 48px; align-items: start; }
.workflow { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.workflow-item { position: relative; min-height: 210px; border-radius: 26px; padding: 28px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); overflow: hidden; }
.workflow-item b { color: var(--gold2); font-size: 14px; letter-spacing: .16em; }
.workflow-item h3 { font-size: 25px; margin: 12px 0 10px; }
.workflow-item p { color: #cbd5e1; }
.workflow-item::after { content: ""; position: absolute; right: -34px; bottom: -34px; width: 110px; height: 110px; border-radius: 50%; background: rgba(244,165,28,.12); }

.client-marquee { border-radius: var(--radius); background: rgba(255,255,255,.74); border: 1px solid rgba(15,23,42,.08); overflow: hidden; box-shadow: 0 18px 48px rgba(2,6,23,.1); }
.marquee-track { display: flex; gap: 18px; width: max-content; padding: 22px; animation: marquee 26s linear infinite; }
.client-marquee:hover .marquee-track { animation-play-state: paused; }
.client-logo { width: 230px; height: 116px; border-radius: 22px; display: grid; place-items: center; background: var(--white); border: 1px solid rgba(15,23,42,.08); box-shadow: 0 12px 26px rgba(2,6,23,.06); position: relative; }
.client-logo img { max-width: 165px; max-height: 55px; object-fit: contain; }
.client-logo span { position: absolute; left: 14px; bottom: 11px; font-size: 12px; color: var(--muted); font-weight: 900; }
.case-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 18px; margin-top: 28px; }
.case-card { min-height: 250px; border-radius: 26px; padding: 28px; background: rgba(255,255,255,.82); border: 1px solid rgba(15,23,42,.08); box-shadow: 0 16px 36px rgba(2,6,23,.07); }
.case-card.featured { grid-row: span 2; background: linear-gradient(145deg, #0b1220, #17314f); color: var(--white); }
.case-card span { display: inline-block; color: var(--gold); font-weight: 950; text-transform: uppercase; font-size: 12px; letter-spacing: .12em; margin-bottom: 18px; }
.case-card h3 { font-size: 28px; color: inherit; margin-bottom: 12px; }
.case-card p { color: inherit; opacity: .78; }
.case-card:not(.featured) h3 { color: #0f172a; }
.case-card:not(.featured) p { color: var(--muted); opacity: 1; }

.compliance { background: #f3f7fb; }
.compliance-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 46px; align-items: center; }
.compliance-panel { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.standard { padding: 22px; border-radius: 22px; background: #fff; border: 1px solid rgba(15,23,42,.08); box-shadow: 0 14px 32px rgba(2,6,23,.06); }
.standard strong { display: block; color: #0f172a; font-size: 21px; margin-bottom: 6px; }
.standard span { color: var(--muted); font-weight: 700; }

.cta-section { padding-top: 0; background: #f3f7fb; }
.cta-card { display: flex; align-items: center; justify-content: space-between; gap: 26px; padding: 40px; border-radius: 34px; color: var(--white); background: radial-gradient(circle at 20% 10%, rgba(244,165,28,.25), transparent 32%), linear-gradient(135deg, #0b1220, #172a45); box-shadow: var(--shadow); }
.cta-card h2 { font-size: clamp(30px, 4vw, 46px); margin-bottom: 10px; }
.cta-card p:not(.eyebrow) { color: #d7e2ef; max-width: 760px; }
.cta-card .btn { min-width: 205px; padding: 15px 22px; }

.contact-section { background: #fff; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 46px; align-items: start; }
.contact-copy h2 { color: #0f172a; font-size: clamp(32px, 5vw, 54px); margin-bottom: 18px; }
.contact-list { margin-top: 24px; padding: 26px; border-radius: 24px; background: #f8fafc; border: 1px solid rgba(15,23,42,.08); }
.contact-list p { padding: 9px 0; border-bottom: 1px solid rgba(15,23,42,.08); }
.contact-list p:last-child { border-bottom: 0; }
.contact-form { padding: 30px; border-radius: 28px; background: #f8fafc; border: 1px solid rgba(15,23,42,.08); box-shadow: var(--shadow); }
.contact-form label { display: block; color: #0f172a; font-weight: 950; margin-bottom: 17px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 8px; border: 1px solid #d7e0ec; border-radius: 16px; padding: 14px 15px; color: #0f172a; background: #fff; outline: none; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(244,165,28,.15); }
.contact-form small { display: block; color: var(--muted); margin-top: 12px; text-align: center; }
.contact-form .btn { padding: 15px 18px; }

.footer { background: #080f1b; color: #cbd5e1; padding: 38px 0; }
.footer-grid { display: flex; justify-content: space-between; gap: 24px; align-items: center; }
.footer img { width: 120px; max-height: 60px; object-fit: contain; margin-bottom: 10px; }
.footer strong { color: #fff; }
.footer p { color: #9fb0c5; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 40; width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; background: #25d366; color: #fff; font-size: 28px; font-weight: 950; box-shadow: 0 18px 38px rgba(37,211,102,.34); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes fadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

@media (max-width: 1040px) {
  .desktop-nav, .nav-actions .btn-outline, .nav-actions .btn-gold { display: none; }
  .menu-toggle { display: block; }
  .mobile-panel.active { display: block; }
  .hero-grid, .system-grid, .compliance-grid, .contact-grid { grid-template-columns: 1fr; }
  .case-grid { grid-template-columns: 1fr 1fr; }
  .case-card.featured { grid-row: auto; }
}
@media (max-width: 760px) {
  .nav-wrap { height: 76px; }
  .brand img { width: 54px; height: 46px; }
  .brand strong { font-size: 14px; }
  .brand small { font-size: 11px; }
  .hero { padding: 84px 0 56px; }
  .strip-grid { grid-template-columns: 1fr 1fr; }
  .carousel { padding: 14px; }
  .service-slide.active { grid-template-columns: 1fr; padding: 28px 22px; }
  .carousel-btn { position: static; transform: none; margin: 12px 5px 0; }
  .workflow, .compliance-panel, .case-grid { grid-template-columns: 1fr; }
  .cta-card, .footer-grid { flex-direction: column; align-items: flex-start; }
  .section { padding: 72px 0; }
}
@media (max-width: 480px) {
  .strip-grid { grid-template-columns: 1fr; }
  .mini-metrics { grid-template-columns: 1fr; }
  .client-logo { width: 198px; }
  .contact-form { padding: 22px; }
}
