:root {
  --ink: #09232b;
  --ink-soft: #173b43;
  --night: #061a20;
  --night-2: #0a2931;
  --teal: #0aaa8e;
  --teal-bright: #18d2ae;
  --gold: #f0b857;
  --paper: #f4f3ee;
  --white: #fff;
  --muted: #65767a;
  --line: #dce4e1;
  --shadow: 0 22px 70px rgba(8, 34, 41, .10);
  --radius: 22px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", system-ui, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body, button, input, select, textarea { font-family: "DM Sans", system-ui, sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(var(--shell), calc(100% - 48px)); margin-inline: auto; }
.section { padding: 110px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -80px; padding: 12px 18px; background: #fff; color: var(--ink); border-radius: 10px; font-weight: 800; transition: top .2s; }
.skip-link:focus { top: 14px; }

.site-header { position: absolute; z-index: 20; inset: 0 0 auto; color: #fff; }
.nav-wrap { height: 88px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.11); }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); text-decoration: none; font-family: "Manrope", sans-serif; font-size: 1.35rem; font-weight: 800; letter-spacing: -.04em; }
.site-header .brand { color: #fff; }
.brand > span > span { color: var(--teal-bright); }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a { color: rgba(255,255,255,.74); text-decoration: none; font-size: .88rem; font-weight: 600; transition: color .2s; }
.main-nav a:hover, .main-nav a:focus-visible { color: #fff; }
.main-nav .nav-cta { padding: 11px 17px; color: #fff; border: 1px solid rgba(255,255,255,.26); border-radius: 10px; }
.main-nav .nav-cta:hover { background: #fff; color: var(--night); }
.nav-toggle { display: none; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; background: transparent; }
.nav-toggle i { display: block; width: 18px; height: 2px; margin: 5px auto; background: #fff; }

.hero { position: relative; overflow: hidden; padding: 172px 0 0; color: #fff; background: var(--night); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .36; 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: 54px 54px; mask-image: linear-gradient(to bottom, #000 5%, transparent 80%); }
.hero-orb { position: absolute; border-radius: 999px; filter: blur(3px); pointer-events: none; }
.hero-orb-one { width: 520px; height: 520px; right: -160px; top: -190px; background: rgba(14, 171, 141, .18); box-shadow: 0 0 160px rgba(23, 214, 176, .12); }
.hero-orb-two { width: 360px; height: 360px; left: -240px; bottom: 0; background: rgba(52, 129, 196, .1); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.03fr .97fr; gap: 80px; align-items: center; }
.eyebrow, .section-tag { margin: 0; color: var(--teal-bright); font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 24px; height: 1px; background: var(--teal-bright); }
.hero h1 { max-width: 780px; margin: 22px 0 24px; font-family: "Manrope", sans-serif; font-size: clamp(3.2rem, 6vw, 5.9rem); line-height: .98; letter-spacing: -.065em; }
.hero-lead { max-width: 670px; margin: 0; color: #b8cacd; font-size: 1.12rem; }
.hero-lead strong { color: #fff; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 0 21px; border: 1px solid transparent; border-radius: 11px; text-decoration: none; font-weight: 800; font-size: .9rem; cursor: pointer; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #06251f; background: var(--teal-bright); box-shadow: 0 12px 36px rgba(24, 210, 174, .17); }
.button-primary:hover { background: #48e0c2; }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.22); background: transparent; }
.button-ghost:hover { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.05); }
.button-light { color: var(--night); background: #fff; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 22px; margin: 30px 0 0; padding: 0; color: #aabdc0; list-style: none; font-size: .78rem; }
.hero-trust i { color: var(--teal-bright); font-style: normal; }

.hero-visual { position: relative; min-height: 500px; padding: 26px; border: 1px solid rgba(255,255,255,.12); border-radius: 28px 28px 0 0; background: linear-gradient(145deg, rgba(19,62,70,.92), rgba(8,32,38,.95)); box-shadow: 0 42px 100px rgba(0,0,0,.36); }
.visual-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.1); }
.mini-brand { display: flex; align-items: center; gap: 10px; font-size: .84rem; }
.live { padding: 5px 9px; color: #a8e9da; background: rgba(21,194,158,.1); border: 1px solid rgba(40,214,178,.2); border-radius: 999px; font-size: .67rem; font-weight: 700; }
.live i { display: inline-block; width: 6px; height: 6px; margin-right: 5px; background: var(--teal-bright); border-radius: 50%; box-shadow: 0 0 0 4px rgba(24,210,174,.1); }
.visual-main { padding: 27px 25px 22px; margin-top: 20px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.08); border-radius: 17px; }
.visual-main > p { margin: 0 0 8px; color: #9eb3b7; font-size: .72rem; }
.visual-score { display: flex; align-items: end; gap: 14px; }
.visual-score strong { font-family: "Manrope", sans-serif; font-size: 3.8rem; line-height: 1; letter-spacing: -.06em; }
.visual-score span { padding-bottom: 6px; color: #9eb3b7; font-size: .72rem; line-height: 1.25; }
.progress { height: 7px; margin-top: 20px; overflow: hidden; background: rgba(255,255,255,.08); border-radius: 100px; }
.progress i { display: block; width: 94%; height: 100%; background: linear-gradient(90deg, var(--teal), var(--teal-bright)); border-radius: inherit; }
.visual-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 12px; }
.visual-stats article { padding: 17px; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.08); border-radius: 14px; }
.visual-stats span, .visual-stats small { display: block; color: #91a8ac; font-size: .66rem; }
.visual-stats strong { display: block; margin: 3px 0; font-family: "Manrope", sans-serif; font-size: 1.65rem; }
.visual-stats small { color: #78d9c6; }
.visual-event { display: flex; align-items: center; gap: 12px; margin-top: 12px; padding: 14px; background: #fff; color: var(--ink); border-radius: 13px; }
.event-icon { width: 34px; height: 34px; display: grid; place-items: center; color: #075a4c; background: #dff8f1; border-radius: 10px; font-weight: 900; }
.visual-event div { flex: 1; }
.visual-event strong, .visual-event small { display: block; }
.visual-event strong { font-size: .75rem; }
.visual-event small { color: var(--muted); font-size: .63rem; }
.visual-event b { color: var(--teal); font-size: .68rem; }
.floating-card { position: absolute; right: -35px; bottom: 62px; min-width: 190px; padding: 15px 43px 15px 16px; color: var(--ink); background: #e9fff9; border-radius: 13px; box-shadow: 0 18px 50px rgba(0,0,0,.22); }
.floating-card span, .floating-card strong { display: block; font-size: .68rem; }
.floating-card span { color: #648078; }
.floating-card i { position: absolute; right: 14px; top: 18px; width: 23px; height: 23px; display: grid; place-items: center; color: #fff; background: var(--teal); border-radius: 50%; font-style: normal; font-size: .7rem; }
.proof-strip { position: relative; display: flex; align-items: center; justify-content: center; gap: 28px; min-height: 84px; margin-top: 72px; color: #8fa6aa; border-top: 1px solid rgba(255,255,255,.1); font-size: .73rem; font-weight: 700; letter-spacing: .03em; }
.proof-strip i { width: 4px; height: 4px; background: var(--teal-bright); border-radius: 50%; }

.section-heading h2, .platform h2, .contact h2 { margin: 11px 0 0; font-family: "Manrope", sans-serif; font-size: clamp(2.35rem, 4.5vw, 4.2rem); line-height: 1.07; letter-spacing: -.055em; }
.heading-row { display: grid; grid-template-columns: 1.1fr .7fr; gap: 100px; align-items: end; margin-bottom: 50px; }
.heading-row > p { margin: 0 0 5px; color: var(--muted); }
.section-tag { color: #087f6a; }
.product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.product-card { --product: var(--teal); position: relative; overflow: hidden; min-height: 590px; padding: 30px; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 8px 30px rgba(8,34,41,.035); transition: transform .25s, box-shadow .25s; }
.product-card::after { content: ""; position: absolute; width: 180px; height: 180px; right: -80px; top: -80px; border: 34px solid color-mix(in srgb, var(--product) 9%, transparent); border-radius: 50%; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product-head { position: relative; z-index: 1; display: flex; align-items: start; justify-content: space-between; }
.product-head img { filter: drop-shadow(0 10px 20px rgba(10,30,35,.12)); }
.product-head > span { padding: 6px 10px; color: var(--product); background: color-mix(in srgb, var(--product) 9%, #fff); border-radius: 999px; font-size: .68rem; font-weight: 800; }
.product-brand { margin: 25px 0 0; color: var(--muted); font-size: .77rem; font-weight: 700; }
.product-card h3 { margin: 0 0 12px; font-family: "Manrope", sans-serif; font-size: 2.25rem; line-height: 1.1; letter-spacing: -.05em; }
.product-card h3 b { color: var(--product); }
.product-card > p:not(.product-brand) { max-width: 520px; margin: 0; color: var(--muted); }
.product-card ul { margin: 22px 0; padding: 0; list-style: none; }
.product-card li { position: relative; margin: 8px 0; padding-left: 22px; font-size: .86rem; font-weight: 600; }
.product-card li::before { content: "✓"; position: absolute; left: 0; color: var(--product); font-weight: 900; }
.ideal { margin-top: auto; padding: 15px 17px; background: #f5f7f5; border-radius: 13px; }
.ideal span { color: var(--product); font-size: .66rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.ideal p { margin: 3px 0 0; color: #536568; font-size: .76rem; line-height: 1.45; }
.product-card > a { display: flex; align-items: center; justify-content: space-between; margin-top: 20px; color: var(--ink); text-decoration: none; font-size: .82rem; font-weight: 800; }
.product-card > a span { width: 31px; height: 31px; display: grid; place-items: center; color: #fff; background: var(--product); border-radius: 9px; transition: transform .2s; }
.product-card > a:hover span { transform: translateX(3px); }
.product-industria { --product: #287ce0; }
.product-maintenance { --product: #58a93f; }
.product-aftercare { --product: #ed6957; }
.product-assets { --product: #7259e8; }
.custom-product { min-height: 590px; padding: 38px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; color: #fff; background: linear-gradient(145deg, #0b3038, #061a20); border-radius: var(--radius); box-shadow: var(--shadow); }
.custom-mark { width: 62px; height: 62px; display: grid; place-items: center; margin-bottom: 34px; color: var(--teal-bright); border: 1px solid rgba(24,210,174,.36); border-radius: 18px; font-family: "Manrope", sans-serif; font-size: 2.2rem; }
.custom-product .section-tag { color: var(--teal-bright); }
.custom-product h3 { max-width: 490px; margin: 10px 0 16px; font-family: "Manrope", sans-serif; font-size: clamp(2rem, 3.5vw, 3.1rem); line-height: 1.1; letter-spacing: -.05em; }
.custom-product > p:not(.section-tag) { max-width: 510px; margin: 0 0 28px; color: #a9bdc0; }

.platform { color: #fff; background: var(--night); }
.platform-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }
.platform-copy > p:not(.section-tag) { margin: 23px 0; color: #a8bdc0; }
.platform .section-tag { color: var(--teal-bright); }
.text-link { display: inline-flex; gap: 12px; color: var(--teal-bright); text-decoration: none; font-weight: 800; }
.capability-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.1); }
.capability-grid article { min-height: 230px; padding: 28px; background: var(--night); }
.capability-grid span { color: var(--teal-bright); font-family: "Manrope", sans-serif; font-size: .72rem; font-weight: 800; }
.capability-grid h3 { margin: 44px 0 8px; font-family: "Manrope", sans-serif; font-size: 1.1rem; }
.capability-grid p { margin: 0; color: #91aaae; font-size: .84rem; }

.process { background: #fff; }
.centered { max-width: 720px; margin: 0 auto 54px; text-align: center; }
.centered > p:last-child { margin: 15px auto 0; color: var(--muted); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-grid li { position: relative; padding: 30px 24px 0 0; }
.process-grid li::before { content: ""; position: absolute; width: 9px; height: 9px; top: -5px; left: 0; background: var(--teal); border: 5px solid #d9f5ed; border-radius: 50%; }
.process-grid li > span { color: var(--teal); font-family: "Manrope", sans-serif; font-size: .72rem; font-weight: 800; }
.process-grid h3 { margin: 25px 0 8px; font-family: "Manrope", sans-serif; font-size: 1.05rem; }
.process-grid p { margin: 0; color: var(--muted); font-size: .83rem; }

.client-access { padding: 52px 0; background: #e9f5f1; border-top: 1px solid #d6e8e2; }
.client-access-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.client-access h2 { margin: 7px 0 6px; font-family: "Manrope", sans-serif; font-size: clamp(1.5rem, 3vw, 2.25rem); line-height: 1.15; letter-spacing: -.04em; }
.client-access p { margin: 0; color: var(--muted); }
.client-access form { padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 12px 35px rgba(8,34,41,.06); }
.client-access label { display: block; margin-bottom: 7px; font-size: .72rem; font-weight: 800; }
.client-access form > div { display: grid; grid-template-columns: 1fr auto; gap: 9px; }
.client-access input { width: 100%; min-width: 0; height: 52px; padding: 0 13px; border: 1px solid #d7e0dd; border-radius: 10px; outline: none; }
.client-access input:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(10,170,142,.11); }
.client-access small { display: block; margin-top: 8px; color: var(--muted); font-size: .66rem; }

.contact { color: #fff; background: linear-gradient(135deg, #0a3138, #061a20 65%); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.section-tag-light { color: var(--teal-bright); }
.contact-copy > p:not(.section-tag) { color: #abc0c3; }
.contact-direct { padding: 18px 0; margin: 29px 0 22px; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.contact-direct span, .contact-direct a { display: block; }
.contact-direct span { color: #7f9ba0; font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contact-direct a { margin-top: 3px; color: var(--teal-bright); text-decoration: none; font-family: "Manrope", sans-serif; font-size: 1.05rem; font-weight: 700; }
.contact-copy ul { margin: 0; padding: 0; list-style: none; color: #c5d5d7; font-size: .83rem; }
.contact-copy li { margin: 9px 0; }
.contact-copy li i { margin-right: 8px; color: var(--teal-bright); font-style: normal; }
.contact-form { padding: 36px; color: var(--ink); background: #fff; border-radius: 24px; box-shadow: 0 30px 90px rgba(0,0,0,.25); }
.form-intro { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 24px; padding-bottom: 19px; border-bottom: 1px solid var(--line); }
.form-intro span { color: var(--teal); font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.form-intro strong { font-family: "Manrope", sans-serif; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.form-grid label { display: block; }
.form-grid label > span { display: block; margin-bottom: 6px; font-size: .72rem; font-weight: 800; }
.form-grid .full { grid-column: 1 / -1; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; color: var(--ink); background: #f8faf9; border: 1px solid #d7e0dd; border-radius: 10px; outline: none; transition: border-color .2s, box-shadow .2s; }
.form-grid input, .form-grid select { height: 48px; padding: 0 13px; }
.form-grid textarea { resize: vertical; min-height: 116px; padding: 12px 13px; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(10,170,142,.11); }
.form-button { width: 100%; margin-top: 20px; }
.form-note { margin: 10px 0 0; color: var(--muted); text-align: center; font-size: .68rem; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-alert { margin-bottom: 18px; padding: 12px 14px; border-radius: 10px; font-size: .82rem; font-weight: 700; }
.form-alert-success { color: #075a40; background: #e4f5ec; }
.form-alert-danger { color: #982d2d; background: #fff0f0; }

.site-footer { padding: 55px 0 23px; color: #9db1b4; background: #041216; }
.footer-main { display: grid; grid-template-columns: .6fr 1fr .6fr; gap: 40px; align-items: center; padding-bottom: 42px; }
.brand-light { color: #fff; }
.footer-main p { max-width: 470px; margin: 0; font-size: .82rem; }
.footer-main > a:last-child { color: var(--teal-bright); text-align: right; text-decoration: none; font-size: .8rem; font-weight: 700; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.08); font-size: .68rem; }

@media (max-width: 1000px) {
  .hero-grid, .platform-grid, .contact-grid, .client-access-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 60px; }
  .hero-copy { max-width: 800px; }
  .hero-visual { max-width: 680px; }
  .heading-row { grid-template-columns: 1fr; gap: 18px; }
  .platform-grid, .contact-grid { gap: 55px; }
  .platform-copy, .contact-copy { max-width: 760px; }
  .process-grid { grid-template-columns: 1fr 1fr; gap: 40px 0; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main p { grid-row: 2; }
}

@media (max-width: 760px) {
  .shell { width: min(var(--shell), calc(100% - 30px)); }
  .section { padding: 82px 0; }
  .nav-toggle { display: block; }
  .main-nav { position: absolute; display: none; inset: 78px 15px auto; padding: 18px; align-items: stretch; flex-direction: column; gap: 4px; background: #0b2a32; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; box-shadow: 0 20px 50px rgba(0,0,0,.3); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 10px; }
  .main-nav .nav-cta { margin-top: 6px; text-align: center; }
  .hero { padding-top: 135px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
  .hero-grid { gap: 50px; }
  .hero-visual { min-height: auto; padding: 18px; }
  .floating-card { display: none; }
  .proof-strip { flex-wrap: wrap; gap: 12px; padding: 22px 0; text-align: center; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card, .custom-product { min-height: 0; }
  .custom-product { padding: 34px 27px; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-grid article { min-height: 190px; }
  .process-grid { grid-template-columns: 1fr; border-top: 0; }
  .process-grid li { padding: 0 0 0 28px; border-left: 1px solid var(--line); }
  .process-grid li::before { top: 1px; left: -10px; }
  .process-grid h3 { margin-top: 14px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .full { grid-column: auto; }
  .client-access form > div { grid-template-columns: 1fr; }
  .form-intro { align-items: flex-start; flex-direction: column; gap: 3px; }
  .footer-main { grid-template-columns: 1fr; gap: 19px; }
  .footer-main p { grid-row: auto; }
  .footer-main > a:last-child { text-align: left; }
}

@media (max-width: 480px) {
  .hero-actions, .hero-actions .button { width: 100%; }
  .hero-trust { flex-direction: column; gap: 8px; }
  .visual-score strong { font-size: 3rem; }
  .visual-stats { grid-template-columns: 1fr; }
  .product-card { padding: 24px; }
  .product-card h3 { font-size: 2rem; }
  .contact-form { padding: 25px 19px; }
  .footer-bottom { flex-direction: column; gap: 6px; }
}

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