:root {
  --blue: #0876bb;
  --blue-bright: #18a8ee;
  --blue-dark: #075b92;
  --navy: #061827;
  --navy-2: #0a2338;
  --ink: #112b3d;
  --slate: #54636b;
  --line: #dce5e9;
  --soft: #f2f6f8;
  --white: #fff;
  --container: 1240px;
  --shadow: 0 28px 80px rgba(4, 27, 44, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 98px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Manrope", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: 128px 0; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; padding: 12px 18px; background: var(--blue); color: #fff; transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: 92px; background: rgba(255,255,255,.98); border-bottom: 1px solid rgba(17,43,61,.1); transition: box-shadow .3s, height .3s; }
.site-header.is-scrolled { height: 82px; box-shadow: 0 10px 35px rgba(5,29,45,.08); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 34px; }
.brand { width: 202px; height: 72px; display: flex; align-items: center; flex: 0 0 auto; overflow: hidden; }
.brand img { width: 100%; height: 100%; object-fit: contain; object-position: left center; mix-blend-mode: multiply; }
.nav { display: flex; align-items: center; gap: clamp(18px, 2vw, 34px); margin-left: auto; }
.nav a { position: relative; font-size: 13px; font-weight: 700; color: #304757; }
.nav a::after { content: ""; position: absolute; left: 0; bottom: -12px; width: 100%; height: 2px; background: var(--blue); transform: scaleX(0); transform-origin: right; transition: transform .3s; }
.nav a:hover::after, .nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 0 23px; border: 1px solid transparent; font-size: 13px; font-weight: 800; letter-spacing: -.01em; cursor: pointer; transition: transform .25s, background .25s, color .25s, border-color .25s; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 18px; font-weight: 500; }
.button-header { min-height: 46px; color: #fff; background: var(--navy); white-space: nowrap; }
.button-header:hover { background: var(--blue); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 0; border: 0; background: var(--navy); }
.menu-toggle span { display: block; width: 19px; height: 2px; margin: 5px auto; background: white; transition: .25s; }

.hero { position: relative; min-height: 830px; padding-top: 92px; color: #fff; overflow: hidden; background: var(--navy); }
.hero-image { position: absolute; inset: 92px 0 0 0; background: linear-gradient(90deg, rgba(3,18,29,.98) 0%, rgba(3,18,29,.88) 39%, rgba(3,18,29,.35) 75%, rgba(3,18,29,.56) 100%), url("../img/hero-operations-photo-v2.jpg") center/cover no-repeat; }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(2,14,23,.78) 0%, transparent 38%), radial-gradient(circle at 70% 40%, rgba(12,130,199,.13), transparent 32%); }
.hero-grid, .contact-grid-bg { position: absolute; inset: 92px 0 0; opacity: .12; background-image: linear-gradient(rgba(77,180,234,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(77,180,234,.22) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, black, transparent 80%); }
.hero-inner { position: relative; z-index: 2; min-height: 658px; display: grid; grid-template-columns: 1.15fr .7fr; gap: 90px; align-items: center; }
.hero-copy { padding-top: 32px; }
.eyebrow { margin: 0 0 26px; display: flex; align-items: center; gap: 12px; color: var(--blue-dark); font-size: 11px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 2px; background: currentColor; }
.eyebrow.light { color: #79cefb; }
.hero h1 { max-width: 830px; margin: 0; color: white; font-size: clamp(52px, 5.75vw, 84px); line-height: .98; letter-spacing: -.055em; font-weight: 700; text-wrap: balance; }
.hero-lead { max-width: 650px; margin: 30px 0 0; color: #c3d2dc; font-size: 18px; line-height: 1.7; }
.hero-actions { margin-top: 42px; display: flex; flex-wrap: wrap; gap: 12px; }
.button-primary { color: #fff; background: var(--blue); border-color: var(--blue); box-shadow: 0 16px 38px rgba(0,110,180,.24); }
.button-primary:hover { background: #0b8bd5; border-color: #0b8bd5; }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.03); backdrop-filter: blur(8px); }
.button-ghost:hover { border-color: white; background: rgba(255,255,255,.1); }
.hero-panel { align-self: end; margin-bottom: 50px; border: 1px solid rgba(149,209,241,.23); background: rgba(6,26,41,.72); backdrop-filter: blur(18px); box-shadow: 0 30px 70px rgba(0,0,0,.3); }
.panel-top { height: 53px; padding: 0 20px; display: flex; align-items: center; gap: 10px; border-bottom: 1px solid rgba(255,255,255,.1); color: #a8c2d2; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.panel-top small { margin-left: auto; color: #7193a8; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #31d7b2; box-shadow: 0 0 0 5px rgba(49,215,178,.1); }
.panel-main { padding: 38px 26px 34px; }
.panel-label { color: #79cefb; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.panel-main strong { display: block; margin-top: 14px; font-size: 33px; letter-spacing: -.04em; }
.panel-main p { margin: 12px 0 0; color: #a9becb; font-size: 13px; line-height: 1.65; }
.panel-metrics { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.1); }
.panel-metrics div { min-height: 83px; padding: 18px; border-right: 1px solid rgba(255,255,255,.1); }
.panel-metrics div:last-child { border-right: 0; }
.panel-metrics span { display: block; margin-bottom: 10px; color: #5b8299; font-size: 9px; }
.panel-metrics b { font-size: 11px; }
.hero-bottom { position: absolute; z-index: 2; bottom: 0; width: 100%; border-top: 1px solid rgba(255,255,255,.13); background: rgba(3,17,28,.66); backdrop-filter: blur(12px); }
.hero-bottom-inner { min-height: 80px; display: flex; align-items: center; gap: 32px; color: #b3c6d1; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hero-bottom-inner i { flex: 1; height: 1px; background: rgba(255,255,255,.14); }

.section-intro { display: grid; grid-template-columns: 1.25fr .75fr; column-gap: 90px; align-items: end; margin-bottom: 64px; }
.section-intro .eyebrow { grid-column: 1 / -1; }
.section-intro h2, .section-heading h2, .split-content h2, .quarzett-copy h2, .contact-copy h2, .clients-inner h2 { margin: 0; color: var(--ink); font-size: clamp(38px, 4.2vw, 64px); line-height: 1.05; letter-spacing: -.045em; font-weight: 700; }
.section-intro > p:last-child, .section-heading > p { margin: 0 0 7px; color: var(--slate); font-size: 16px; line-height: 1.8; }
.business-units { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: #bdcbd2; border: 1px solid #bdcbd2; box-shadow: var(--shadow); }
.unit-card { position: relative; min-height: 610px; padding: 58px; overflow: hidden; background: white; }
.unit-card::after { content: ""; position: absolute; right: -130px; bottom: -130px; width: 300px; height: 300px; border: 1px solid currentColor; border-radius: 50%; opacity: .08; }
.unit-protheus { color: white; background: var(--navy-2); }
.unit-number { position: absolute; right: 36px; top: 27px; color: currentColor; opacity: .14; font-size: 76px; font-weight: 800; letter-spacing: -.07em; }
.unit-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 78px; border: 1px solid currentColor; color: var(--blue-bright); }
.unit-icon svg { width: 30px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.unit-kicker { margin: 0 0 14px !important; color: var(--blue-bright) !important; font-size: 10px !important; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.unit-card h3 { margin: 0 0 22px; font-size: clamp(36px, 4vw, 56px); line-height: 1; letter-spacing: -.045em; }
.unit-card > p { max-width: 550px; margin: 0; color: #5e707b; font-size: 15px; line-height: 1.75; }
.unit-protheus > p { color: #b9cbd6; }
.unit-card ul { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 22px; margin: 34px 0 46px; padding: 0; list-style: none; }
.unit-card li { position: relative; padding-left: 18px; color: #405866; font-size: 12px; font-weight: 700; }
.unit-protheus li { color: #d4e1e8; }
.unit-card li::before { content: ""; position: absolute; left: 0; top: 6px; width: 5px; height: 5px; background: var(--blue); }
.unit-card > a { position: absolute; left: 58px; bottom: 53px; display: inline-flex; gap: 22px; color: var(--blue-dark); font-size: 12px; font-weight: 800; }
.unit-protheus > a { color: #67c9fb; }
.trust-band { border-block: 1px solid var(--line); background: #f8fafb; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid div { padding: 37px 30px; border-right: 1px solid var(--line); }
.trust-grid div:first-child { border-left: 1px solid var(--line); }
.trust-grid span, .trust-grid strong { display: block; }
.trust-grid strong { margin-bottom: 7px; color: var(--blue-dark); font-size: clamp(28px, 3vw, 42px); line-height: 1; letter-spacing: -.04em; }
.trust-grid span { color: #61737d; font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }

.protheus-section { background: #fff; }
.split-layout, .software-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: center; }
.photo-frame { position: relative; height: 680px; overflow: hidden; background: var(--navy); box-shadow: var(--shadow); }
.photo-frame::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(to top, rgba(3,19,31,.78), transparent 48%); }
.photo-frame img { width: 100%; height: 100%; object-fit: cover; }
.photo-tag { position: absolute; z-index: 2; left: 0; bottom: 0; width: 290px; padding: 24px 28px; color: white; background: rgba(5,28,44,.86); backdrop-filter: blur(12px); border-top: 2px solid var(--blue-bright); }
.photo-tag span, .photo-tag strong { display: block; }
.photo-tag span { margin-bottom: 8px; color: #82d3fb; font-size: 9px; letter-spacing: .15em; }
.photo-tag strong { font-size: 18px; }
.split-content .lead { margin: 28px 0 38px; color: var(--slate); font-size: 16px; line-height: 1.85; }
.service-list { margin-bottom: 36px; border-top: 1px solid var(--line); }
.service-list > div { display: grid; grid-template-columns: 44px 1fr; padding: 20px 0; border-bottom: 1px solid var(--line); }
.service-list > div > span { padding-top: 2px; color: var(--blue); font-size: 10px; font-weight: 800; }
.service-list p { margin: 0; color: #687984; font-size: 12px; line-height: 1.6; }
.service-list b { display: block; margin-bottom: 3px; color: var(--ink); font-size: 14px; }
.text-link { display: inline-flex; align-items: center; gap: 20px; color: var(--blue-dark); font-size: 12px; font-weight: 800; }
.text-link span { font-size: 17px; }

.software-section { position: relative; color: white; background: var(--navy); overflow: hidden; }
.software-section::before { content: ""; position: absolute; inset: 0; opacity: .24; background: radial-gradient(circle at 15% 80%, rgba(0,130,200,.45), transparent 29%), linear-gradient(120deg, transparent 50%, rgba(17,155,226,.09)); }
.software-grid { position: relative; }
.software-section h2 { color: white; }
.software-section .lead { color: #afc3cf; }
.capability-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 38px; }
.capability-tags span { padding: 10px 13px; border: 1px solid rgba(150,205,235,.22); color: #bad0dc; font-size: 10px; font-weight: 700; }
.system-card { border: 1px solid rgba(126,197,235,.25); background: rgba(8,38,59,.68); box-shadow: 0 40px 100px rgba(0,0,0,.35); backdrop-filter: blur(14px); transform: perspective(1200px) rotateY(-4deg); }
.system-bar { height: 50px; padding: 0 17px; display: flex; align-items: center; gap: 7px; border-bottom: 1px solid rgba(255,255,255,.09); }
.system-bar > span { width: 7px; height: 7px; border-radius: 50%; background: #386076; }
.system-bar > span:first-child { background: var(--blue-bright); }
.system-bar small { margin-left: auto; color: #638aa0; font-size: 8px; letter-spacing: .12em; }
.system-content { padding: 28px; }
.system-line { min-height: 88px; display: grid; grid-template-columns: 42px 1fr auto; align-items: center; padding: 0 18px; color: #7798aa; border-bottom: 1px solid rgba(255,255,255,.07); }
.system-line.active { color: white; border: 1px solid rgba(49,176,235,.43); background: linear-gradient(90deg, rgba(11,116,174,.3), transparent); }
.system-line span { color: #4b748b; font-size: 9px; }
.system-line b { font-size: 15px; }
.system-line i { font-size: 9px; font-style: normal; letter-spacing: .06em; }
.system-footer { height: 55px; display: flex; align-items: center; justify-content: space-between; padding: 0 24px; border-top: 1px solid rgba(255,255,255,.09); color: #608094; font-size: 8px; letter-spacing: .12em; }
.system-footer b { color: #74dcbd; font-size: 8px; }
.system-footer b i { display: inline-block; width: 5px; height: 5px; margin-right: 6px; border-radius: 50%; background: #31d7b2; }

.capabilities { background: var(--soft); }
.section-heading { display: grid; grid-template-columns: 1.2fr .65fr; gap: 90px; align-items: end; margin-bottom: 62px; }
.section-heading .eyebrow { margin-bottom: 24px; }
.capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid #ccd9df; }
.capability-grid article { min-height: 340px; padding: 35px 30px; border-right: 1px solid #ccd9df; background: rgba(255,255,255,.4); transition: background .3s, transform .3s; }
.capability-grid article:last-child { border-right: 0; }
.capability-grid article:hover { z-index: 2; background: white; transform: translateY(-7px); box-shadow: 0 20px 50px rgba(13,50,72,.1); }
.capability-grid article > span { display: block; margin-bottom: 98px; color: var(--blue); font-size: 10px; font-weight: 800; }
.capability-grid h3 { margin: 0 0 15px; font-size: 21px; letter-spacing: -.025em; }
.capability-grid p { margin: 0; color: #667882; font-size: 12px; line-height: 1.75; }

.quarzett-section { position: relative; padding: 112px 0; color: white; overflow: hidden; background: #03090e; }
.quarzett-section::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(41,151,212,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(41,151,212,.08) 1px, transparent 1px); background-size: 65px 65px; mask-image: linear-gradient(to left, black, transparent); }
.quarzett-glow { position: absolute; width: 600px; height: 600px; left: -180px; top: -220px; border-radius: 50%; background: rgba(4,112,190,.22); filter: blur(100px); }
.quarzett-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; align-items: center; }
.product-label { margin: 0 0 25px; color: #65c8fb; font-size: 10px; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.quarzett-brand img { width: 360px; max-height: 250px; object-fit: contain; object-position: left center; }
.quarzett-copy { padding-left: 7vw; border-left: 1px solid rgba(255,255,255,.15); }
.quarzett-copy h2 { color: white; }
.quarzett-copy p { max-width: 650px; margin: 26px 0 36px; color: #a9bac4; line-height: 1.8; }
.button-quarzett { color: white; border-color: #238fd0; background: rgba(7,115,180,.22); }
.button-quarzett:hover { background: #0876bb; }

.method-section { background: white; }
.method-track { display: grid; grid-template-columns: repeat(4, 1fr); counter-reset: step; }
.method-track article { position: relative; min-height: 250px; padding: 38px 34px; border-top: 2px solid #d6e0e5; }
.method-track article::before { content: ""; position: absolute; top: -6px; left: 34px; width: 10px; height: 10px; border-radius: 50%; background: #c4d1d7; }
.method-track article:hover { border-top-color: var(--blue); background: var(--soft); }
.method-track article:hover::before { background: var(--blue); box-shadow: 0 0 0 7px rgba(8,118,187,.1); }
.method-track span { color: #7f939e; font-size: 10px; }
.method-track h3 { margin: 66px 0 12px; font-size: 22px; }
.method-track p { margin: 0; color: #697b85; font-size: 12px; line-height: 1.7; }

.helpdesk-section { padding: 110px 0; background: var(--soft); }
.helpdesk-shell { min-height: 460px; display: grid; grid-template-columns: 1.2fr .8fr; box-shadow: 0 28px 70px rgba(6, 31, 48, .14); }
.helpdesk-copy { position: relative; display: flex; flex-direction: column; justify-content: center; padding: 76px 80px; color: white; overflow: hidden; background: var(--navy-2); }
.helpdesk-copy::after { content: ""; position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(110,199,246,.25) 1px, transparent 1px), linear-gradient(90deg, rgba(110,199,246,.25) 1px, transparent 1px); background-size: 62px 62px; mask-image: linear-gradient(90deg, transparent, black); }
.helpdesk-copy > * { position: relative; z-index: 1; }
.helpdesk-copy h2 { max-width: 720px; margin: 0; color: white; font-size: clamp(44px, 4.7vw, 68px); line-height: 1.03; letter-spacing: -.05em; }
.helpdesk-lead { max-width: 680px; margin: 28px 0 44px; color: #b4c8d4; font-size: 15px; line-height: 1.8; }
.helpdesk-principles { display: flex; flex-wrap: wrap; gap: 12px 28px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.15); }
.helpdesk-principles span { display: flex; align-items: center; gap: 9px; color: #d8e5ec; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.helpdesk-principles span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: #65c8fb; box-shadow: 0 0 0 4px rgba(101,200,251,.11); }
.helpdesk-access { position: relative; min-width: 0; display: flex; flex-direction: column; justify-content: space-between; padding: 62px 58px; color: white; overflow: hidden; background: var(--blue); transition: background .3s, transform .3s; }
.helpdesk-access::before { content: ""; position: absolute; width: 420px; height: 420px; right: -220px; top: -210px; border-radius: 50%; background: rgba(255,255,255,.12); }
.helpdesk-access:hover { color: white; background: #096eac; transform: translateY(-5px); }
.helpdesk-kicker, .helpdesk-access small { position: relative; z-index: 1; display: block; color: #d3eeff; font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.helpdesk-access strong { position: relative; z-index: 1; display: block; margin-top: 16px; color: white; font-size: clamp(34px, 3.5vw, 52px); line-height: 1.02; letter-spacing: -.045em; }
.helpdesk-arrow { position: relative; z-index: 1; align-self: flex-end; font-size: 42px; font-weight: 300; transition: transform .3s; }
.helpdesk-access:hover .helpdesk-arrow { transform: translate(5px, -5px); }

.clients-section { padding: 110px 0; background: white; }
.clients-inner { display: grid; grid-template-columns: .7fr 1.3fr; gap: 9vw; align-items: center; }
.clients-inner h2 { font-size: clamp(34px, 3.4vw, 50px); }
.clients-inner > div:first-child > p:last-child { color: #71818a; font-size: 12px; line-height: 1.7; }
.client-logo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.logo-card { min-width: 0; min-height: 136px; display: grid; place-items: center; padding: 28px 22px; overflow: hidden; border: 1px solid #e0e8ec; border-radius: 3px; background: #fbfcfd; box-shadow: 0 10px 30px rgba(10, 38, 56, .045); transition: border-color .3s, box-shadow .3s, transform .3s; }
.logo-card img { width: 100%; max-width: 174px; max-height: 66px; object-fit: contain; filter: none; opacity: 1; transition: transform .3s; }
.logo-card:hover { position: relative; z-index: 2; border-color: #b9d5e4; transform: translateY(-4px); box-shadow: 0 18px 42px rgba(10, 38, 56, .11); }
.logo-card:hover img { transform: scale(1.025); }
.logo-card--dark { background: var(--navy); }
.logo-card--dark img, .logo-card--cordeiro img, .logo-card--hapvida img { filter: none; opacity: .94; }
.logo-card--dark:hover { background: #0a2a43; }
.logo-card--tquimica img { max-height: 78px; }
.logo-card--ranco img { max-width: 188px; max-height: 64px; }
.logo-card--cordeiro { padding: 0; background: #263a6f; }
.logo-card--cordeiro img { width: 100%; height: 100%; max-width: none; max-height: 142px; object-fit: contain; }
.logo-card--american { background: var(--navy); }
.logo-card--american img { max-width: 76px; max-height: 84px; filter: none; opacity: 1; }
.logo-card--american:hover { background: #0a2a43; }
.logo-card--hapvida { background: #263a70; }
.logo-card--hapvida img { max-width: 165px; }
.logo-card--vitalibio img { max-width: 88px; max-height: 88px; border-radius: 3px; }


.contact-section { position: relative; padding: 128px 0; color: white; overflow: hidden; background: var(--navy); }
.contact-grid-bg { inset: 0; mask-image: linear-gradient(to left, black, transparent 70%); }
.contact-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; gap: 10vw; align-items: start; }
.contact-copy h2 { color: white; }
.contact-copy > p:nth-of-type(2) { max-width: 520px; margin: 28px 0; color: #afc1cc; line-height: 1.8; }
.contact-channels { margin-top: 70px; padding-top: 26px; display: flex; flex-direction: column; gap: 10px; border-top: 1px solid rgba(255,255,255,.14); }
.contact-channels a { color: #74cbf8; font-size: 14px; font-weight: 700; }
.contact-channels span { color: #7992a1; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 23px 18px; padding: 44px; border: 1px solid rgba(126,194,229,.2); background: rgba(9,38,58,.74); backdrop-filter: blur(18px); }
.contact-form label { color: #8ca6b5; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-form .form-field-full, .contact-form .button, .form-note, .form-success, .form-error { grid-column: 1 / -1; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 9px; padding: 13px 0; color: white; border: 0; border-bottom: 1px solid rgba(255,255,255,.2); border-radius: 0; outline: 0; background: transparent; font-size: 12px; text-transform: none; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue-bright); }
.contact-form option { color: var(--ink); }
.contact-form ::placeholder { color: #647e8d; }
.form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-note { margin: -10px 0 0; color: #648091; font-size: 9px; line-height: 1.5; text-align: center; }
.form-success { margin: 0; padding: 11px; color: #72deb9; border: 1px solid rgba(114,222,185,.3); font-size: 11px; text-align: center; }
.form-error { margin: 0; padding: 11px; color: #ffb4b4; border: 1px solid rgba(255,140,140,.32); font-size: 11px; text-align: center; }
.contact-form button[disabled] { cursor: wait; opacity: .68; }

.site-footer { padding: 68px 0 0; background: white; }
.footer-main { display: grid; grid-template-columns: .75fr 1.25fr; gap: 9vw; padding-bottom: 55px; }
.footer-brand img { width: 230px; mix-blend-mode: multiply; }
.footer-brand p { margin: 20px 0 0; color: #687a84; font-size: 12px; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 45px; }
.footer-links div { display: flex; flex-direction: column; gap: 12px; }
.footer-links b { margin-bottom: 8px; color: var(--ink); font-size: 11px; }
.footer-links a { color: #667984; font-size: 11px; }
.footer-links a:hover { color: var(--blue); }
.footer-bottom { min-height: 70px; display: flex; align-items: center; justify-content: space-between; color: #87969e; border-top: 1px solid var(--line); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } * { animation: none !important; } }

@media (max-width: 1080px) {
  .nav { gap: 18px; } .nav a { font-size: 11px; } .button-header { display: none; }
  .hero-inner { grid-template-columns: 1fr .65fr; gap: 40px; }
  .unit-card { padding: 42px; } .unit-card > a { left: 42px; }
  .split-layout, .software-grid { gap: 5vw; }
  .capability-grid { grid-template-columns: 1fr 1fr; } .capability-grid article:nth-child(2) { border-right: 0; } .capability-grid article:nth-child(-n+2) { border-bottom: 1px solid #ccd9df; }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 36px), var(--container)); }
  .section { padding: 88px 0; }
  .site-header, .site-header.is-scrolled { height: 78px; }
  .brand { width: 175px; height: 64px; }
  .menu-toggle { display: block; margin-left: auto; }
  .nav { position: fixed; inset: 78px 0 auto; display: none; padding: 28px 18px 34px; flex-direction: column; align-items: stretch; gap: 0; background: white; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .nav.is-open { display: flex; }
  .nav a { padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
  .hero { min-height: 900px; padding-top: 78px; }
  .hero-image, .hero-grid { inset: 78px 0 0; }
  .hero-image { background: linear-gradient(90deg, rgba(3,18,29,.96), rgba(3,18,29,.58)), url("../img/hero-operations-photo-v2.jpg") center/cover no-repeat; }
  .hero-inner { min-height: 760px; grid-template-columns: 1fr; align-content: center; gap: 45px; }
  .hero-copy { padding-top: 80px; }
  .hero h1 { max-width: 680px; }
  .hero-panel { width: min(100%, 520px); justify-self: end; margin: 0 0 40px; }
  .hero-bottom-inner { gap: 14px; font-size: 8px; }
  .section-intro, .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .business-units, .split-layout, .software-grid, .quarzett-grid, .clients-inner, .contact-grid, .footer-main { grid-template-columns: 1fr; }
  .unit-card { min-height: 560px; }
  .trust-grid { grid-template-columns: repeat(3, 1fr); }
  .photo-frame { height: 540px; }
  .split-layout, .software-grid { gap: 70px; }
  .system-card { transform: none; }
  .quarzett-grid { gap: 54px; }
  .quarzett-copy { padding: 52px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.15); }
  .method-track { grid-template-columns: 1fr 1fr; }
  .helpdesk-section { padding: 88px 0; }
  .helpdesk-shell { grid-template-columns: 1fr; }
  .helpdesk-copy, .helpdesk-access { padding: 64px; }
  .helpdesk-access { min-height: 340px; }
  .client-logo-grid { margin-top: 20px; grid-template-columns: repeat(3, 1fr); }
  .contact-grid { gap: 65px; }
  .footer-main { gap: 50px; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 72px 0; }
  .hero { min-height: 920px; }
  .hero-inner { min-height: 790px; }
  .hero-copy { padding-top: 58px; }
  .hero h1 { font-size: 46px; }
  .hero-lead { font-size: 15px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-panel { display: none; }
  .hero-bottom-inner { min-height: 72px; justify-content: space-between; }
  .hero-bottom-inner i { display: none; }
  .section-intro h2, .section-heading h2, .split-content h2, .quarzett-copy h2, .contact-copy h2, .clients-inner h2, .helpdesk-copy h2 { font-size: 38px; }
  .business-units { grid-template-columns: 1fr; }
  .unit-card { min-height: 590px; padding: 34px 28px; }
  .unit-card > a { left: 28px; bottom: 38px; }
  .unit-card ul { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; } .trust-grid div { border-right: 0; border-bottom: 1px solid var(--line); } .trust-grid div:first-child { border-left: 0; }
  .photo-frame { height: 420px; }
  .service-list > div { grid-template-columns: 34px 1fr; }
  .capability-grid { grid-template-columns: 1fr; } .capability-grid article { border-right: 0; border-bottom: 1px solid #ccd9df; }
  .capability-grid article:last-child { border-bottom: 0; }
  .capability-grid article > span { margin-bottom: 55px; }
  .quarzett-section { padding: 82px 0; }
  .quarzett-brand img { width: 290px; }
  .method-track { grid-template-columns: 1fr; }
  .method-track article { min-height: 190px; }
  .method-track h3 { margin-top: 45px; }
  .helpdesk-section { padding: 72px 0; }
  .helpdesk-copy, .helpdesk-access { padding: 46px 30px; }
  .helpdesk-access { min-height: 300px; }
  .client-logo-grid { grid-template-columns: 1fr 1fr; }
  .logo-card { min-height: 124px; padding: 24px 18px; }
  .logo-card--cordeiro img { max-height: 124px; }
  .contact-form { grid-template-columns: 1fr; padding: 30px 24px; }
  .contact-form label, .contact-form .button, .form-note, .form-success, .form-error { grid-column: 1; }
  .footer-links { grid-template-columns: 1fr 1fr; gap: 40px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 8px; }
}
