:root {
  --bg: #0a0a0c;
  --bg-2: #111114;
  --panel: #17171b;
  --panel-2: #1d1b1b;
  --text: #f7f8fb;
  --muted: #a9b0bd;
  --muted-2: #7f8796;
  --line: rgba(255, 255, 255, .09);
  --line-strong: rgba(255, 255, 255, .16);
  --orange: #ff5738;
  --orange-2: #ff8a3d;
  --orange-soft: rgba(255, 87, 56, .14);
  --success: #2ed37a;
  --radius-sm: 14px;
  --radius: 22px;
  --radius-lg: 34px;
  --shadow: 0 28px 90px rgba(0, 0, 0, .36);
  --container: 1220px;
  --header-height: 82px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 18px); }
body { margin: 0; color: var(--text); background: var(--bg); font-family: Inter, system-ui, sans-serif; line-height: 1.6; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
::selection { background: var(--orange); color: #fff; }

.container, .container-wide { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.container-wide { width: min(calc(100% - 30px), 1510px); }
.section { position: relative; padding: 116px 0; }
.section-anchor { scroll-margin-top: calc(var(--header-height) + 18px); }

.skip-link { position: fixed; z-index: 9999; top: 10px; left: 10px; transform: translateY(-150%); padding: 12px 16px; background: #fff; color: #111; border-radius: 10px; }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 1000; top: 0; inset-inline: 0; height: var(--header-height); border-bottom: 1px solid transparent; transition: .3s ease; }
.site-header.scrolled { background: rgba(12, 12, 15, .94); border-color: var(--line); backdrop-filter: blur(18px); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: flex-start; gap: 4px; flex: 0 0 auto; }
.brand img { width: 154px; height: auto; }
.brand span { color: var(--orange); font-size: .68rem; font-weight: 800; margin-top: 4px; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 29px; }
.main-nav a { position: relative; color: #c5cad4; font-size: .9rem; font-weight: 650; padding: 9px 0; transition: .25s ease; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px; background: linear-gradient(90deg, var(--orange), var(--orange-2)); transition: .25s ease; }
.main-nav a:hover, .main-nav a.active { color: #fff; }
.main-nav a:hover::after, .main-nav a.active::after { right: 0; }
.menu-toggle { display: none; margin-left: auto; width: 45px; height: 45px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.03); align-items: center; justify-content: center; flex-direction: column; gap: 5px; cursor: pointer; }
.menu-toggle span { width: 19px; height: 2px; background: #fff; border-radius: 2px; transition: .25s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 0 25px; border: 1px solid transparent; border-radius: 999px; font-weight: 750; font-size: .92rem; cursor: pointer; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, summary:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(255, 116, 61, .38); outline-offset: 4px; }
.button-primary { background: linear-gradient(135deg, var(--orange), var(--orange-2)); color: #fff; box-shadow: 0 16px 38px rgba(255, 87, 56, .24); }
.button-primary:hover { box-shadow: 0 20px 48px rgba(255, 87, 56, .36); }
.button-ghost { border-color: var(--line-strong); background: rgba(255,255,255,.035); color: #fff; backdrop-filter: blur(12px); }
.button-ghost:hover { border-color: rgba(255, 107, 61, .5); background: rgba(255,87,56,.08); }
.button-light { background: #fff; color: #15171c; box-shadow: 0 18px 40px rgba(0,0,0,.18); }
.button-small { min-height: 46px; padding-inline: 20px; font-size: .84rem; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-weight: 700; }
.text-link span { color: var(--orange-2); }

.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--orange-2); font-size: .72rem; line-height: 1; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow i { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 18px var(--orange); }
.eyebrow-light { color: #fff; }
.eyebrow-light i { background: #fff; box-shadow: none; }
h1, h2, h3 { margin: 0; font-family: Manrope, Inter, sans-serif; letter-spacing: -.045em; line-height: 1.06; }
p { margin: 0; color: var(--muted); }

.hero { position: relative; min-height: 100vh; padding: calc(var(--header-height) + 76px) 0 74px; overflow: hidden; background: radial-gradient(circle at 50% 30%, rgba(255,87,56,.08), transparent 35%), linear-gradient(180deg, #090c12 0%, #080a0f 70%); }
.hero-grid, .section-grid { position: absolute; inset: 0; pointer-events: none; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 76px 76px; mask-image: linear-gradient(to bottom, black, transparent 86%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(70px); opacity: .3; pointer-events: none; }
.glow-one { width: 420px; height: 420px; top: 150px; left: -190px; background: rgba(255,87,56,.42); }
.glow-two { width: 520px; height: 520px; right: -250px; top: 280px; background: rgba(255,125,61,.2); }
.hero-line { position: absolute; width: 520px; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,87,56,.55), transparent); transform-origin: center; }
.line-one { left: -210px; top: 330px; transform: rotate(33deg); }
.line-two { right: -240px; top: 560px; transform: rotate(-28deg); }
.hero-intro { position: relative; z-index: 2; text-align: center; max-width: 990px; }
.hero-intro h1 { max-width: 970px; margin: 24px auto 0; font-size: clamp(2.75rem, 6vw, 5.8rem); }
.hero-intro h1 span { display: block; color: var(--orange); text-shadow: 0 0 38px rgba(255,87,56,.16); }
.hero-lead { max-width: 800px; margin: 24px auto 0; font-size: clamp(1rem, 1.5vw, 1.18rem); }
.hero-actions { margin-top: 31px; display: flex; justify-content: center; flex-wrap: wrap; gap: 13px; }
.hero-stage { position: relative; z-index: 2; margin-top: 66px; }
.stage-aura { position: absolute; left: 50%; top: 18%; width: 76%; height: 55%; transform: translateX(-50%); background: radial-gradient(ellipse, rgba(255,87,56,.2), transparent 65%); filter: blur(18px); }
.laptop { position: relative; z-index: 2; width: min(900px, 88%); margin: auto; filter: drop-shadow(0 45px 70px rgba(0,0,0,.65)); perspective: 1200px; }
.laptop-lid { position: relative; padding: 13px; border-radius: 28px 28px 14px 14px; background: linear-gradient(145deg, #303843, #10151d 45%, #252d38); border: 1px solid rgba(255,255,255,.16); transform: rotateX(-1deg); }
.laptop-camera { position: absolute; top: 6px; left: 50%; width: 38px; height: 4px; transform: translateX(-50%); background: #07090d; border-radius: 999px; }
.app-shell { overflow: hidden; border-radius: 18px; min-height: 460px; background: #0c1118; border: 1px solid rgba(255,255,255,.07); }
.app-topbar { height: 67px; padding: 0 22px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: #111722; }
.app-identity { display: flex; align-items: center; gap: 12px; }
.app-mark { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 11px; color: #fff; font-weight: 900; background: linear-gradient(135deg, var(--orange), #a92b20); box-shadow: 0 10px 24px rgba(255,87,56,.25); }
.app-identity div { display: grid; }
.app-identity small, .dashboard-heading small, .panel-title small, .dashboard-metrics small { color: var(--muted-2); font-size: .66rem; }
.app-identity strong { font-size: .88rem; }
.window-dots { display: flex; gap: 7px; }
.window-dots span { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.16); }
.app-main { display: grid; grid-template-columns: 64px 1fr; min-height: 393px; }
.app-sidebar { padding-top: 22px; display: flex; align-items: center; flex-direction: column; gap: 19px; background: #0a0e14; border-right: 1px solid var(--line); }
.app-sidebar span { width: 25px; height: 25px; border-radius: 8px; border: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.035); }
.app-sidebar span.active { background: var(--orange-soft); border-color: rgba(255,87,56,.38); box-shadow: inset 0 0 0 6px rgba(255,87,56,.12); }
.dashboard { padding: 24px; min-width: 0; }
.dashboard-heading { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.dashboard-heading div { display: grid; }
.dashboard-heading strong { font-size: 1.08rem; }
.dashboard-heading > span { padding: 7px 11px; border: 1px solid var(--line); border-radius: 8px; color: var(--muted-2); font-size: .62rem; }
.dashboard-metrics { margin-top: 18px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.dashboard-metrics article { padding: 14px 15px; display: grid; gap: 2px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.025); }
.dashboard-metrics strong { font-size: 1.15rem; }
.dashboard-metrics span { color: var(--success); font-size: .63rem; }
.dashboard-metrics span.neutral { color: var(--muted-2); }
.dashboard-grid { margin-top: 13px; display: grid; grid-template-columns: 1.75fr .85fr; gap: 13px; }
.chart-card, .status-card { padding: 16px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.022); min-width: 0; }
.panel-title { display: flex; justify-content: space-between; align-items: center; }
.panel-title div { display: grid; }
.panel-title strong { font-size: .8rem; }
.panel-title > span { color: var(--success); font-size: .62rem; }
.chart-card svg { width: 100%; margin-top: 10px; }
.grid-lines line { stroke: rgba(255,255,255,.08); stroke-width: 1; }
.chart-fill { fill: url(#chartArea); }
.chart-line-path { fill: none; stroke: var(--orange); stroke-width: 4; stroke-linecap: round; filter: drop-shadow(0 0 7px rgba(255,87,56,.72)); }
.chart-points circle { fill: #10151d; stroke: var(--orange-2); stroke-width: 3; }
.status-card { display: flex; flex-direction: column; }
.status-ring { --size: 126px; width: var(--size); height: var(--size); margin: 24px auto 14px; border-radius: 50%; display: grid; place-items: center; background: conic-gradient(var(--orange) calc(var(--value) * 1%), rgba(255,255,255,.08) 0); position: relative; }
.status-ring::after { content: ""; position: absolute; inset: 10px; border-radius: inherit; background: #10151d; }
.status-ring div { z-index: 1; display: grid; text-align: center; }
.status-ring strong { font-size: 1.45rem; }
.status-ring span { color: var(--muted-2); font-size: .58rem; }
.status-card ul { list-style: none; padding: 0; margin: auto 0 0; display: grid; gap: 9px; }
.status-card li { display: flex; align-items: center; gap: 8px; color: var(--muted-2); font-size: .62rem; }
.status-card li span { width: 6px; height: 6px; border-radius: 50%; background: var(--orange); }
.laptop-base { position: relative; width: 110%; height: 33px; margin-left: -5%; background: linear-gradient(180deg, #3c4653, #121720 70%); clip-path: polygon(4% 0, 96% 0, 100% 78%, 67% 100%, 33% 100%, 0 78%); border-radius: 0 0 18px 18px; }
.laptop-base span { position: absolute; left: 43%; right: 43%; top: 2px; height: 6px; background: rgba(0,0,0,.5); border-radius: 0 0 10px 10px; }
.floating-chip { position: absolute; z-index: 4; display: flex; align-items: center; gap: 11px; padding: 12px 15px; border: 1px solid var(--line-strong); border-radius: 14px; background: rgba(15,20,29,.8); backdrop-filter: blur(15px); box-shadow: 0 18px 40px rgba(0,0,0,.25); animation: float 5s ease-in-out infinite; }
.chip-left { top: 19%; left: 1%; }
.chip-right { top: 38%; right: 0; animation-delay: -2.2s; }
.chip-icon { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 10px; background: var(--orange-soft); color: var(--orange-2); }
.floating-chip div { display: grid; }
.floating-chip small { color: var(--muted-2); font-size: .6rem; }
.floating-chip strong { font-size: .72rem; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
.solution-switcher { position: relative; z-index: 5; width: min(1070px, 96%); margin: -6px auto 0; padding: 10px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 9px; border: 1px solid var(--line-strong); border-radius: 22px; background: rgba(15,20,29,.78); backdrop-filter: blur(18px); box-shadow: 0 25px 55px rgba(0,0,0,.34); }
.solution-tab { position: relative; min-width: 0; min-height: 82px; padding: 13px; display: flex; align-items: center; gap: 10px; border: 1px solid transparent; border-radius: 15px; background: transparent; cursor: pointer; text-align: left; transition: .25s ease; }
.solution-tab:hover, .solution-tab.active { background: rgba(255,255,255,.045); border-color: rgba(255,255,255,.1); }
.solution-tab.active { box-shadow: inset 0 0 25px rgba(255,87,56,.08); }
.solution-tab-icon { flex: 0 0 auto; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; background: rgba(255,255,255,.045); color: var(--muted); border: 1px solid var(--line); }
.solution-tab.active .solution-tab-icon { background: var(--orange-soft); color: var(--orange-2); border-color: rgba(255,87,56,.35); }
.solution-tab > span:nth-child(2) { display: grid; min-width: 0; }
.solution-tab small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: var(--muted-2); font-size: .57rem; }
.solution-tab strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: .74rem; }
.solution-tab i { position: absolute; left: 15px; right: 100%; bottom: -1px; height: 2px; background: linear-gradient(90deg, var(--orange), var(--orange-2)); transition: .25s ease; }
.solution-tab.active i { right: 15px; }
.hero-proof { position: relative; z-index: 2; width: min(980px, 94%); margin: 24px auto 0; padding: 17px 22px; display: grid; grid-template-columns: repeat(3, 1fr) auto; align-items: center; gap: 12px; border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.022); }
.hero-proof span { color: var(--muted); font-size: .72rem; text-align: center; }
.hero-proof strong { display: block; color: #fff; font-size: 1.15rem; }
.hero-proof a { min-height: 44px; padding: 0 18px; display: inline-flex; align-items: center; gap: 13px; justify-content: center; border-radius: 999px; background: linear-gradient(135deg, var(--orange), var(--orange-2)); font-size: .72rem; font-weight: 800; }

.solutions-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 12%, rgba(255,87,56,.10), transparent 28%),
    radial-gradient(circle at 88% 68%, rgba(255,138,61,.06), transparent 30%),
    linear-gradient(180deg, #101013 0%, #0b0b0e 100%);
}
.first-section { min-height: 100vh; padding-top: calc(var(--header-height) + 84px); }
.section-grid { mask-image: linear-gradient(to bottom, transparent, black 20%, black 80%, transparent); }
.section-heading { position: relative; z-index: 1; max-width: 870px; }
.section-heading.centered { margin: 0 auto 56px; text-align: center; }
.section-heading h1, .section-heading h2, .split-heading h2, .custom-copy h2, .about-copy h2, .faq-heading h2, .contact-copy h2 { margin-top: 18px; font-size: clamp(2rem, 4vw, 3.65rem); }
.section-heading p { max-width: 700px; margin: 18px auto 0; }
.solutions-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.solution-card { min-height: 500px; padding: 26px 24px 23px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 23px; background: linear-gradient(180deg, rgba(22,28,39,.97), rgba(13,17,24,.96) 70%, rgba(55,23,24,.58)); box-shadow: 0 22px 55px rgba(0,0,0,.18); transition: .3s ease; }
.solution-card:hover { transform: translateY(-8px); border-color: rgba(255,115,61,.35); box-shadow: 0 28px 75px rgba(0,0,0,.32), 0 0 50px rgba(255,87,56,.05); }
.solution-top { display: flex; justify-content: space-between; align-items: flex-start; }
.solution-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 16px; color: var(--orange-2); background: linear-gradient(145deg, rgba(255,87,56,.2), rgba(255,87,56,.07)); border: 1px solid rgba(255,87,56,.32); font-size: 1.2rem; }
.solution-top small { color: rgba(255,255,255,.18); font-size: .7rem; font-weight: 800; letter-spacing: .12em; }
.solution-category { margin-top: 32px; color: var(--orange-2); font-size: .58rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.solution-card h3 { margin-top: 8px; font-size: 1.6rem; }
.solution-card > p { margin-top: 17px; font-size: .88rem; line-height: 1.72; }
.solution-card ul { list-style: none; padding: 0; margin: 23px 0 0; display: grid; gap: 11px; }
.solution-card li { position: relative; padding-left: 17px; color: #949cab; font-size: .76rem; }
.solution-card li::before { content: ""; position: absolute; left: 0; top: .65em; width: 5px; height: 5px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 12px rgba(255,87,56,.65); }
.solution-card > a { margin-top: auto; padding-top: 28px; display: inline-flex; align-items: center; gap: 8px; color: #fff; font-size: .75rem; font-weight: 800; }
.solution-card > a span { color: var(--orange-2); transition: .2s ease; }
.solution-card > a:hover span { transform: translate(2px,-2px); }

.capabilities-section {
  background:
    linear-gradient(135deg, rgba(255,87,56,.035), transparent 38%),
    #141417;
}
.split-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; }
.split-heading p { padding-bottom: 7px; }
.capabilities-grid { margin-top: 50px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.capability-card { min-height: 315px; padding: 26px; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(145deg, #111721, #0d1118); transition: .3s ease; }
.capability-card::after { content: ""; position: absolute; width: 180px; height: 180px; right: -90px; bottom: -90px; background: radial-gradient(circle, rgba(255,87,56,.14), transparent 70%); }
.capability-card:hover { transform: translateY(-6px); border-color: rgba(255,87,56,.3); }
.capability-card > span { position: absolute; top: 23px; right: 24px; color: rgba(255,255,255,.18); font-size: .66rem; font-weight: 800; }
.capability-symbol { width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid rgba(255,87,56,.26); border-radius: 15px; background: var(--orange-soft); color: var(--orange-2); font-size: 1.1rem; }
.capability-card h3 { margin-top: 50px; font-size: 1.13rem; }
.capability-card p { margin-top: 16px; font-size: .84rem; }

.custom-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 35%, rgba(255,87,56,.075), transparent 30%),
    linear-gradient(90deg, #0d0d10 0 50%, #161315 50%);
}
.custom-section::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 72px 72px; opacity: .18; }
.custom-orbit { position: absolute; width: 520px; height: 520px; border: 1px solid rgba(255,87,56,.12); border-radius: 50%; left: -350px; top: 80px; box-shadow: 0 0 0 80px rgba(255,87,56,.025), 0 0 0 160px rgba(255,87,56,.015); }
.custom-grid { position: relative; display: grid; grid-template-columns: .95fr 1.05fr; gap: 100px; align-items: center; }
.custom-copy p { margin-top: 23px; max-width: 630px; }
.custom-actions { margin-top: 31px; display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.custom-list { display: grid; gap: 12px; }
.custom-list article { padding: 22px; display: grid; grid-template-columns: 52px 1fr; gap: 18px; align-items: start; border: 1px solid var(--line); border-radius: 18px; background: rgba(16,21,30,.78); transition: .25s ease; }
.custom-list article:hover { border-color: rgba(255,87,56,.3); transform: translateX(6px); }
.custom-list article > span { width: 47px; height: 47px; display: grid; place-items: center; border-radius: 14px; color: var(--orange-2); background: var(--orange-soft); border: 1px solid rgba(255,87,56,.24); font-size: .7rem; font-weight: 800; }
.custom-list h3 { font-size: 1rem; }
.custom-list p { margin-top: 7px; font-size: .8rem; }

.about-section {
  background:
    radial-gradient(circle at 82% 26%, rgba(255,87,56,.11), transparent 31%),
    linear-gradient(180deg, #121214 0%, #0b0b0d 100%);
}
.about-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 100px; align-items: center; }
.about-copy p { margin-top: 20px; max-width: 690px; }
.about-copy .button { margin-top: 30px; }
.about-metrics { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.about-metrics article { min-height: 165px; padding: 25px; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(145deg, rgba(20,26,36,.9), rgba(33,18,20,.7)); }
.about-metrics strong { color: var(--orange-2); font-family: Manrope; font-size: 2rem; }
.about-metrics span { color: var(--muted); font-size: .76rem; }

.faq-section {
  background:
    linear-gradient(180deg, rgba(255,87,56,.025), transparent 38%),
    #151518;
}
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.faq-heading p { margin-top: 20px; }
.faq-list { display: grid; gap: 12px; }
details { border: 1px solid var(--line); border-radius: 17px; background: #111620; overflow: hidden; }
summary { list-style: none; padding: 21px 23px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; font-weight: 750; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--orange-2); font-size: 1.3rem; transition: transform .2s ease; }
details[open] summary span { transform: rotate(45deg); }
details p { padding: 0 23px 22px; font-size: .85rem; }

.cta-section {
  padding: 68px 0;
  background:
    linear-gradient(100deg, #e9472f 0%, #ff6438 55%, #ff853f 100%);
}
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.cta-inner h2 { margin-top: 15px; max-width: 800px; font-size: clamp(2rem, 4vw, 3.25rem); }

.contact-section {
  background:
    radial-gradient(circle at 13% 38%, rgba(255,87,56,.13), transparent 31%),
    radial-gradient(circle at 88% 72%, rgba(255,138,61,.05), transparent 28%),
    #0d0d10;
}
.contact-section-compact { padding-block: 78px; }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 42px; align-items: start; }
.contact-section-compact .contact-copy h2 { font-size: clamp(2rem, 3.5vw, 3.15rem); }
.contact-copy p { margin-top: 15px; max-width: 500px; }
.contact-items { margin-top: 24px; display: grid; gap: 8px; }
.contact-items a { padding: 10px 12px; display: flex; align-items: center; gap: 11px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.025); transition: .2s ease; }
.contact-items a:hover { border-color: rgba(255,87,56,.3); transform: translateX(4px); }
.contact-items a > span { width: 33px; height: 33px; display: grid; place-items: center; border-radius: 9px; background: var(--orange-soft); color: var(--orange-2); }
.contact-items div { display: grid; }
.contact-items small { color: var(--muted-2); font-size: .6rem; }
.contact-items strong { font-size: .76rem; }
.contact-form { padding: 23px; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(145deg, #111722, #0e1219); box-shadow: var(--shadow); }
.form-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; margin-bottom: 16px; }
.form-top div { display: grid; }
.form-top small { color: var(--orange-2); font-size: .62rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.form-top h3 { margin-top: 3px; font-size: 1.16rem; }
.form-top > span { padding: 6px 9px; border-radius: 999px; background: rgba(46,211,122,.1); color: #7ee2aa; font-size: .55rem; }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px 13px; }
.form-grid label { display: grid; gap: 6px; color: #d7dbe2; font-size: .68rem; font-weight: 650; }
.form-grid label.full { grid-column: 1 / -1; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 10px; background: #0a0e14; color: #fff; padding: 10px 12px; transition: .2s ease; }
input, select { min-height: 42px; }
textarea { resize: vertical; min-height: 84px; }
input::placeholder, textarea::placeholder { color: #596170; }
input:hover, select:hover, textarea:hover { border-color: rgba(255,255,255,.18); }
input.invalid, select.invalid, textarea.invalid { border-color: #ff6b61; }
.field-error { min-height: 11px; color: #ff8982; font-size: .58rem; font-weight: 500; }
.captcha-label { margin-top: -1px; }
.captcha-inline { display: grid; grid-template-columns: minmax(110px, .7fr) minmax(100px, 1fr) auto; gap: 8px; align-items: center; }
.captcha-question { min-height: 42px; display: grid; place-items: center; border: 1px dashed rgba(255,138,61,.45); border-radius: 10px; background: rgba(255,87,56,.08); color: #fff; font-family: Manrope, Inter, sans-serif; font-size: .92rem; letter-spacing: .02em; }
.captcha-inline input { min-width: 0; }
.captcha-refresh { min-height: 42px; padding: 0 12px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.035); color: #d9dee7; font-size: .7rem; font-weight: 700; cursor: pointer; transition: .2s ease; }
.captcha-refresh:hover { border-color: rgba(255,87,56,.38); color: #fff; background: rgba(255,87,56,.08); }
.privacy { margin-top: 12px; display: flex; align-items: flex-start; gap: 9px; color: var(--muted); font-size: .64rem; cursor: pointer; }
.privacy input { width: 16px; min-height: 16px; height: 16px; margin-top: 2px; accent-color: var(--orange); }
.form-status { min-height: 19px; margin-top: 7px; font-size: .68rem; }
.form-status.success { color: #7ee2aa; }
.form-status.error { color: #ff8982; }
.form-submit { width: 100%; min-height: 48px; margin-top: 8px; }
.form-submit b { font-size: 1.1rem; }

.site-footer {
  padding: 70px 0 24px;
  border-top: 1px solid rgba(255,110,61,.16);
  background: linear-gradient(180deg, #0a0a0c 0%, #050506 100%);
}
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 65px; }
.footer-brand img { width: 145px; height: auto; }
.footer-brand p { margin-top: 17px; max-width: 330px; font-size: .78rem; }
.footer-brand small { display: block; margin-top: 17px; color: #606876; font-size: .62rem; }
.footer-grid nav { display: flex; flex-direction: column; gap: 10px; }
.footer-grid nav strong { margin-bottom: 5px; font-size: .75rem; }
.footer-grid nav a { color: #8e96a4; font-size: .71rem; transition: .2s ease; }
.footer-grid nav a:hover { color: var(--orange-2); }
.footer-bottom { margin-top: 48px; padding-top: 22px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); }
.footer-bottom p, .footer-bottom a { color: #626a78; font-size: .65rem; }
.site-visits { display: inline-flex; align-items: center; gap: 7px; }
.site-visits > span { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 12px rgba(255,87,56,.6); }
.site-visits strong { color: #9ba3b0; font-variant-numeric: tabular-nums; }

.whatsapp-float { position: fixed; z-index: 900; right: 24px; bottom: 24px; width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; background: #24d366; box-shadow: 0 14px 35px rgba(36,211,102,.3); transition: .25s ease; }
.whatsapp-float:hover { transform: translateY(-4px) scale(1.03); }
.whatsapp-float svg { width: 28px; fill: #fff; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .75s ease var(--delay,0ms), transform .75s cubic-bezier(.2,.7,.2,1) var(--delay,0ms); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1180px) {
  .header-cta { display: none; }
  .main-nav { gap: 22px; }
  .solutions-grid { grid-template-columns: repeat(3, 1fr); }
  .solution-card { min-height: 465px; }
  .capabilities-grid { grid-template-columns: repeat(2, 1fr); }
  .floating-chip { display: none; }
}

@media (max-width: 900px) {
  :root { --header-height: 72px; }
  .container, .container-wide { width: min(calc(100% - 30px), var(--container)); }
  .section { padding: 88px 0; }
  .first-section { padding-top: calc(var(--header-height) + 62px); }
  .brand img { width: 132px; }
  .menu-toggle { display: flex; }
  .main-nav { position: fixed; inset: var(--header-height) 0 auto 0; margin: 0; padding: 20px 22px 26px; display: grid; gap: 4px; transform: translateY(-120%); opacity: 0; visibility: hidden; background: rgba(8,10,15,.97); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); transition: .3s ease; }
  .main-nav.open { transform: none; opacity: 1; visibility: visible; }
  .main-nav a { padding: 12px 4px; }
  .main-nav a::after { display: none; }
  .hero { padding-top: calc(var(--header-height) + 55px); }
  .hero-intro h1 { font-size: clamp(2.45rem, 10vw, 4.8rem); }
  .laptop { width: 100%; }
  .app-shell { min-height: 390px; }
  .app-main { grid-template-columns: 54px 1fr; min-height: 322px; }
  .dashboard { padding: 18px; }
  .dashboard-grid { grid-template-columns: 1fr; }
  .status-card { display: none; }
  .solution-switcher { width: 100%; overflow-x: auto; grid-template-columns: repeat(5, 185px); scroll-snap-type: x mandatory; }
  .solution-tab { scroll-snap-align: start; }
  .hero-proof { grid-template-columns: repeat(3,1fr); }
  .hero-proof a { grid-column: 1 / -1; }
  .solutions-grid { grid-template-columns: repeat(2, 1fr); }
  .split-heading, .custom-grid, .about-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .custom-section { background: linear-gradient(180deg, #101013 0%, #151114 100%); }
  .about-metrics { max-width: 650px; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .container, .container-wide { width: min(calc(100% - 22px), var(--container)); }
  .section { padding: 76px 0; }
  .first-section { padding-top: calc(var(--header-height) + 48px); }
  .hero { min-height: auto; padding-bottom: 50px; }
  .hero-intro { text-align: left; }
  .hero-intro h1 { margin-top: 20px; font-size: clamp(2.35rem, 13.3vw, 3.8rem); }
  .hero-intro h1 span { display: inline; }
  .hero-lead { font-size: .96rem; }
  .hero-actions { justify-content: flex-start; }
  .hero-actions .button { width: 100%; }
  .hero-stage { margin-top: 45px; }
  .laptop-lid { padding: 7px; border-radius: 18px 18px 9px 9px; }
  .app-shell { min-height: 280px; border-radius: 12px; }
  .app-topbar { height: 48px; padding: 0 12px; }
  .app-mark { width: 27px; height: 27px; border-radius: 8px; font-size: .7rem; }
  .app-identity small { font-size: .48rem; }
  .app-identity strong { font-size: .62rem; }
  .app-main { grid-template-columns: 36px 1fr; min-height: 232px; }
  .app-sidebar { gap: 12px; padding-top: 14px; }
  .app-sidebar span { width: 17px; height: 17px; border-radius: 5px; }
  .dashboard { padding: 11px; }
  .dashboard-heading strong { font-size: .72rem; }
  .dashboard-heading small, .dashboard-heading > span { font-size: .44rem; }
  .dashboard-metrics { margin-top: 9px; gap: 6px; }
  .dashboard-metrics article { padding: 8px; border-radius: 8px; }
  .dashboard-metrics small { font-size: .44rem; }
  .dashboard-metrics strong { font-size: .72rem; }
  .dashboard-metrics span { font-size: .42rem; }
  .chart-card { padding: 9px; }
  .panel-title strong { font-size: .56rem; }
  .panel-title small, .panel-title > span { font-size: .42rem; }
  .laptop-base { height: 22px; }
  .solution-switcher { margin-top: -2px; grid-template-columns: repeat(5, 165px); border-radius: 17px; }
  .hero-proof { width: 100%; padding: 14px; grid-template-columns: repeat(3,1fr); }
  .hero-proof span { font-size: .58rem; }
  .hero-proof strong { font-size: .95rem; }
  .solutions-grid, .capabilities-grid { grid-template-columns: 1fr; }
  .solution-card { min-height: auto; }
  .solution-card > a { margin-top: 38px; }
  .split-heading { gap: 24px; }
  .about-metrics { grid-template-columns: 1fr; }
  .about-metrics article { min-height: 135px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid label.full { grid-column: auto; }
  .contact-section-compact { padding-block: 62px; }
  .contact-form { padding: 20px 16px; }
  .form-top { flex-direction: row; align-items: center; }
  .captcha-inline { grid-template-columns: 1fr 1fr; }
  .captcha-refresh { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .whatsapp-float { right: 15px; bottom: 15px; width: 52px; height: 52px; }
}

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


/* ===== ZENTY · AJUSTE DE CONTRASTE NEGRO + NARANJA ===== */
.site-header{
  background: linear-gradient(180deg, rgba(10,10,12,.97) 0%, rgba(10,10,12,.86) 72%, rgba(10,10,12,0) 100%);
}

.brand{
  position: relative;
  padding: 7px 11px 7px 8px;
  border-radius: 14px;
  background: rgba(255,255,255,.025);
  border: 1px solid rgba(255,255,255,.045);
}

.brand::after{
  content:"";
  position:absolute;
  left:14px;
  right:14px;
  bottom:-1px;
  height:1px;
  background:linear-gradient(90deg, transparent, rgba(255,98,56,.65), transparent);
}

.brand img{
  filter: drop-shadow(0 3px 12px rgba(0,0,0,.55));
}

.solution-card,
.capability-card,
.contact-form,
.about-metrics article{
  border-color: rgba(255,255,255,.085);
}

.solution-card{
  background:
    linear-gradient(160deg, rgba(255,255,255,.035), transparent 42%),
    linear-gradient(180deg, #19191d 0%, #111114 72%, #17100f 100%);
}

.solution-card:hover{
  border-color: rgba(255,107,61,.42);
  background:
    linear-gradient(160deg, rgba(255,106,61,.07), transparent 42%),
    linear-gradient(180deg, #1c1b1e 0%, #121214 72%, #1a100f 100%);
}

.section-grid{
  opacity:.16;
}

@media (max-width: 760px){
  .site-header{
    background: rgba(9,9,11,.96);
  }
  .brand{
    padding:5px 8px 5px 6px;
  }
}

/* ===== ZENTY · LOGO OPTIMIZADO PARA FONDO OSCURO ===== */
.site-header .brand{
  padding: 6px 10px 6px 7px;
  background: rgba(255,255,255,.035);
  border-color: rgba(255,255,255,.08);
  box-shadow: 0 8px 28px rgba(0,0,0,.18);
}
.site-header .brand img{
  width: 174px;
  height: auto;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,.38));
}
.site-header.scrolled .brand{
  background: rgba(255,255,255,.045);
  border-color: rgba(255,255,255,.10);
}
.footer-brand img{
  width: 162px;
  filter: drop-shadow(0 2px 10px rgba(0,0,0,.35));
}
@media (max-width:760px){
  .site-header .brand img{ width: 145px; }
  .site-header .brand{ padding: 5px 8px 5px 6px; }
}
