:root {
  --ink: #080d14;
  --surface: #101820;
  --card: #121a24;
  --card-light: #18222e;
  --white: #fff;
  --text: #d8dde3;
  --muted: #98a2ad;
  --gold: #d7a83e;
  --gold-dark: #a97817;
  --border: rgba(255, 255, 255, .09);
  --container: 1280px;
  --header-height: 88px;
  --ease: cubic-bezier(.2, .75, .25, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-height); }
body { margin: 0; min-width: 320px; overflow-x: hidden; color: var(--text); background: var(--ink); font-family: "Manrope", Arial, sans-serif; font-size: 16px; line-height: 1.65; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
::selection { color: var(--ink); background: var(--gold); }

.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: 128px 0; }
.skip-link { position: fixed; z-index: 9999; top: 8px; left: 8px; padding: 10px 16px; color: var(--ink); background: var(--gold); transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }

.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; color: var(--gold); font-size: .72rem; font-weight: 800; letter-spacing: .17em; line-height: 1.3; text-transform: uppercase; }
.eyebrow > span { width: 34px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--white); line-height: 1.06; letter-spacing: -.035em; }
h1 { max-width: 980px; margin-bottom: 28px; font-size: clamp(3.25rem, 6.5vw, 6.65rem); font-weight: 800; text-transform: uppercase; }
h2 { margin-bottom: 28px; font-size: clamp(2.4rem, 4.3vw, 4.6rem); font-weight: 800; text-transform: uppercase; }
h3 { font-size: 1.35rem; }

.button { position: relative; display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 18px; padding: 15px 24px; border: 1px solid var(--gold); border-radius: 0; color: #0b0f14; background: var(--gold); font-size: .75rem; font-weight: 800; letter-spacing: .1em; line-height: 1.2; text-transform: uppercase; cursor: pointer; transition: color .25s var(--ease), background .25s var(--ease), transform .25s var(--ease), border-color .25s var(--ease); }
.button::before { position: absolute; inset: 4px; border: 1px solid rgba(8, 13, 20, .28); content: ""; pointer-events: none; }
.button:hover { color: var(--white); background: var(--gold-dark); border-color: var(--gold-dark); transform: translateY(-2px); }
.button-small { min-height: 46px; padding: 13px 18px; font-size: .66rem; }
.button-ghost { color: var(--white); background: transparent; border-color: rgba(255, 255, 255, .42); }
.button-ghost::before { display: none; }
.button-ghost:hover { background: rgba(255, 255, 255, .08); border-color: var(--white); }
.text-link { display: inline-flex; align-items: center; gap: 24px; padding: 8px 0; border-bottom: 1px solid rgba(215, 168, 62, .5); color: var(--white); font-size: .74rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; transition: gap .25s var(--ease), border-color .25s; }
.text-link:hover { gap: 30px; border-color: var(--gold); }

.site-header { position: fixed; z-index: 1000; top: 0; right: 0; left: 0; height: var(--header-height); border-bottom: 1px solid transparent; transition: background .3s, border-color .3s, backdrop-filter .3s; }
.site-header.scrolled, .site-header.menu-active { background: rgba(8, 13, 20, .96); border-color: var(--border); }
.site-header.scrolled:not(.menu-active) { backdrop-filter: blur(14px); }
.header-inner { display: grid; height: 100%; grid-template-columns: auto 1fr auto; align-items: center; gap: 38px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--white); }
.brand-logo { width: 46px; height: 46px; object-fit: contain; }
.brand span { display: grid; line-height: 1; }
.brand strong { font-size: 1.14rem; letter-spacing: .045em; }
.brand small { margin-top: 6px; color: var(--muted); font-size: .5rem; font-weight: 700; letter-spacing: .13em; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(20px, 2.6vw, 42px); }
.desktop-nav a { position: relative; padding: 14px 0; color: #d1d6dc; font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; transition: color .2s; }
.desktop-nav a::after { position: absolute; right: 0; bottom: 7px; left: 0; height: 1px; background: var(--gold); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .25s var(--ease); }
.desktop-nav a:hover, .desktop-nav a.active { color: var(--white); }
.desktop-nav a:hover::after, .desktop-nav a.active::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle, .mobile-menu { display: none; }

.hero { position: relative; min-height: max(680px, 100svh); display: flex; align-items: center; overflow: hidden; border-bottom: 1px solid var(--border); background: var(--ink); }
.hero::before { position: absolute; z-index: 1; top: 0; bottom: 0; left: 26%; width: 44%; background: linear-gradient(90deg, rgba(8,13,20,0) 0%, rgba(8,13,20,.98) 25%, rgba(8,13,20,.94) 43%, rgba(8,13,20,.58) 68%, rgba(8,13,20,0) 100%); content: ""; pointer-events: none; }
.hero-bg, .security-bg, .cta-bg { position: absolute; inset: 0; background-position: center; background-size: cover; }
.hero-bg { inset: 0 0 0 auto; width: 58%; background-image: linear-gradient(90deg, rgba(8,13,20,1) 0%, rgba(8,13,20,.72) 18%, rgba(8,13,20,.08) 47%, rgba(8,13,20,.18) 100%), linear-gradient(0deg, rgba(8,13,20,.62), transparent 48%), url("../assets/images/hero-fd-protec.jpg"); background-position: 32% center; }
.hero-grid { position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(90deg, #000, transparent 76%); }
.hero-content { position: relative; z-index: 2; padding-top: 150px; padding-bottom: 120px; }
.hero-copy { width: min(54vw, 760px); }
.hero-text { max-width: 760px; margin-bottom: 36px; color: #c6cdd5; font-size: clamp(1rem, 1.45vw, 1.2rem); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-aside { margin-bottom: 70px; padding: 20px 0 20px 20px; border-left: 1px solid var(--gold); }
.hero-aside span, .hero-aside small { display: block; color: var(--muted); font-size: .62rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.hero-aside strong { display: block; margin: 12px 0 14px; color: var(--white); font-size: 1.05rem; line-height: 1.35; text-transform: uppercase; }
.scroll-hint { position: absolute; z-index: 3; bottom: 24px; left: 50%; display: flex; align-items: center; gap: 12px; color: #abb3bd; font-size: .61rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; transform: translateX(-50%); }
.scroll-hint span { width: 1px; height: 30px; background: linear-gradient(var(--gold), transparent); }

.positioning { border-bottom: 1px solid var(--border); background: var(--surface); }
.positioning-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.pillar { display: grid; min-height: 205px; grid-template-columns: 34px 1fr; align-content: center; gap: 16px; padding: 36px 26px; border-left: 1px solid var(--border); }
.pillar:last-child { border-right: 1px solid var(--border); }
.pillar > span { color: var(--gold); font-size: .63rem; font-weight: 700; letter-spacing: .12em; }
.pillar h2 { margin: 0 0 12px; font-size: .82rem; letter-spacing: .1em; }
.pillar p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.6; }

.about { background: var(--ink); }
.about-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(440px, 1fr); align-items: center; gap: clamp(60px, 9vw, 140px); }
.section-copy { max-width: 570px; }
.section-copy h2 { font-size: clamp(2.6rem, 4.4vw, 4.7rem); }
.section-copy .lead { color: var(--white); font-size: 1.18rem; line-height: 1.7; }
.section-copy > p:not(.eyebrow) { color: var(--muted); }
.section-copy .text-link { margin-top: 22px; }
.essence-block { margin-top: 34px; padding: 28px 28px 10px; border-left: 2px solid var(--gold); background: var(--surface); }
.essence-block > span { display: block; margin-bottom: 16px; color: var(--gold); font-size: .66rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.essence-block p { color: var(--muted); font-size: .9rem; }
.about-visual { position: relative; padding: 0 0 36px 38px; }
.about-visual::before { position: absolute; z-index: 0; top: -30px; right: -30px; width: 42%; height: 48%; border-top: 1px solid rgba(215, 168, 62, .45); border-right: 1px solid rgba(215, 168, 62, .45); content: ""; }
.about-visual img { position: relative; z-index: 1; aspect-ratio: 4/5; object-fit: cover; object-position: center; filter: saturate(.68) contrast(1.08); }
.leadership-visual { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: 20px; padding: 0; }
.leadership-visual .leader-card { position: relative; z-index: 1; min-width: 0; margin: 0; overflow: hidden; border: 1px solid var(--border); background: var(--surface); }
.leadership-visual .leader-card-offset { margin-top: 0; }
.leadership-visual .leader-card img { width: 100%; height: auto; aspect-ratio: 2/3; object-fit: cover; object-position: center top; }
.leader-card figcaption { min-height: 62px; display: flex; align-items: center; padding: 15px 18px; border-top: 1px solid var(--border); color: var(--white); font-size: .7rem; font-weight: 800; letter-spacing: .12em; line-height: 1.4; text-transform: uppercase; }
.image-label { position: absolute; z-index: 2; bottom: 0; left: 0; width: 235px; padding: 21px 24px; border-left: 3px solid var(--gold); background: var(--surface); box-shadow: 0 16px 48px rgba(0,0,0,.3); text-transform: uppercase; }
.image-label span { display: block; color: var(--gold); font-size: .62rem; font-weight: 800; letter-spacing: .16em; }
.image-label strong { display: block; margin-top: 8px; color: var(--white); font-size: .78rem; letter-spacing: .08em; }

.services { border-block: 1px solid var(--border); background: var(--surface); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(280px, .55fr); align-items: end; gap: 60px; margin-bottom: 64px; }
.section-heading h2 { max-width: 900px; margin-bottom: 0; }
.section-heading > p { max-width: 420px; margin-bottom: 8px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.service-index { display: grid; grid-template-columns: repeat(4, 1fr); margin-bottom: 48px; border-top: 1px solid var(--border); border-left: 1px solid var(--border); }
.service-index span { min-height: 92px; display: flex; align-items: center; padding: 22px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); color: var(--white); font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.solution-card { min-height: 310px; padding: 34px 30px; border: 1px solid var(--border); background: var(--card); transition: border-color .3s, transform .3s var(--ease); }
.solution-card:hover { border-color: rgba(215, 168, 62, .55); transform: translateY(-4px); }
.solution-card > span, .feature-card > span, .institutional-card > span { display: block; margin-bottom: 62px; color: var(--gold); font-size: .65rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.solution-card h3, .feature-card h3 { margin-bottom: 18px; font-size: 1.22rem; text-transform: uppercase; }
.solution-card p, .feature-card p { margin: 0; color: var(--muted); font-size: .88rem; }
.solution-card p + p { margin-top: 12px; }
.service-showcase { display: grid; grid-template-columns: 1.35fr .65fr; gap: 20px; margin-top: 20px; }
.service-showcase-item { position: relative; min-height: 470px; margin: 0; overflow: hidden; border: 1px solid var(--border); background: var(--card); }
.service-showcase-item img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.06) brightness(.8); transition: transform .7s var(--ease), filter .4s; }
.service-showcase-item:first-child img { object-position: center; }
.service-showcase-item:last-child img { object-position: center 54%; }
.service-showcase-item:hover img { transform: scale(1.025); filter: saturate(.85) contrast(1.05) brightness(.9); }
.service-showcase-item::after { position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(5,9,14,.94)); content: ""; }
.service-showcase-item figcaption { position: absolute; z-index: 2; right: 28px; bottom: 26px; left: 28px; display: flex; align-items: center; gap: 16px; color: var(--white); font-size: .86rem; letter-spacing: .08em; text-transform: uppercase; }
.service-showcase-item figcaption span { color: var(--gold); font-size: .65rem; }
.service-card { overflow: hidden; border: 1px solid var(--border); background: var(--card); transition: border-color .3s, transform .3s var(--ease); }
.service-card:hover { border-color: rgba(215, 168, 62, .55); transform: translateY(-4px); }
.service-image { height: 390px; overflow: hidden; background: #090d12; }
.service-image img { height: 100%; object-fit: cover; object-position: center 68%; filter: saturate(.65) contrast(1.08) brightness(.78); transition: transform .7s var(--ease), filter .5s; }
.service-image-alt img { object-position: center; }
.service-card:hover .service-image img { transform: scale(1.035); filter: saturate(.75) contrast(1.08) brightness(.86); }
.service-content { display: grid; min-height: 230px; grid-template-columns: 40px 1fr 30px; gap: 22px; padding: 32px; }
.service-number { color: var(--gold); font-size: .72rem; font-weight: 800; letter-spacing: .1em; }
.service-content h3 { margin-bottom: 16px; font-size: clamp(1.45rem, 2.2vw, 2rem); text-transform: uppercase; }
.service-content p { margin: 0; color: var(--muted); font-size: .9rem; }
.service-arrow { color: var(--gold); font-size: 1.4rem; transition: transform .25s var(--ease); }
.service-card:hover .service-arrow { transform: translate(4px, -4px); }

.security-feature { position: relative; min-height: 760px; display: flex; align-items: center; overflow: hidden; }
.security-bg { background-image: linear-gradient(90deg, rgba(5,9,14,.96), rgba(5,9,14,.8) 48%, rgba(5,9,14,.25)), linear-gradient(0deg, rgba(5,9,14,.75), transparent), url("../assets/images/condominio-fd-protec.jpg"); background-position: center; }
.security-content { position: relative; z-index: 1; }
.security-content h2 { max-width: 940px; }
.security-content > p:not(.eyebrow) { max-width: 660px; margin-bottom: 34px; color: #c0c7cf; font-size: 1.08rem; }

.technology { border-bottom: 1px solid var(--border); background: var(--ink); }
.technology-visual img { object-position: center; }
.technology-visual .image-label { top: 24px; bottom: auto; pointer-events: none; }
.technology-video { position: relative; z-index: 1; display: block; width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: center; background: #05090e; filter: saturate(.78) contrast(1.04); }
.cloud-app { border-bottom: 1px solid var(--border); background: var(--surface); }
.app-layout { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr); align-items: stretch; gap: 24px; }
.app-visual { min-width: 0; min-height: 680px; margin: 0; overflow: hidden; border: 1px solid var(--border); background: linear-gradient(145deg, #d9dcde, #9ea4a8); }
.app-visual img { width: 100%; height: 100%; object-fit: contain; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--border); border-left: 1px solid var(--border); }
.cloud-app .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.feature-card { min-height: 340px; padding: 34px 28px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--card); }

.operations { border-bottom: 1px solid var(--border); background: var(--ink); }
.operations-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr); gap: clamp(45px, 7vw, 100px); align-items: stretch; }
.operations-image { min-height: 650px; overflow: hidden; }
.operations-image img { height: 100%; object-fit: cover; object-position: center; filter: saturate(.62) contrast(1.08) brightness(.8); }
.operations-list { display: grid; border-top: 1px solid var(--border); }
.operation-item { display: grid; grid-template-columns: 44px 1fr; gap: 20px; align-content: center; padding: 28px 0; border-bottom: 1px solid var(--border); }
.operation-item > span { color: var(--gold); font-size: .65rem; font-weight: 800; letter-spacing: .12em; }
.operation-item h3 { margin-bottom: 10px; font-size: 1.05rem; text-transform: uppercase; }
.operation-item p { margin: 0; color: var(--muted); font-size: .88rem; }

.differentials { background: var(--ink); }
.differential-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--border); border-left: 1px solid var(--border); }
.differential-card { min-height: 370px; padding: 36px 30px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); transition: background .3s; }
.differential-card:hover { background: var(--card); }
.differential-card svg { width: 45px; height: 45px; margin-bottom: 58px; fill: none; stroke: var(--gold); stroke-linecap: square; stroke-linejoin: miter; stroke-width: 1.35; }
.differential-card > span { display: block; margin-bottom: 17px; color: var(--muted); font-size: .61rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.differential-card h3 { margin-bottom: 17px; font-size: 1.12rem; text-transform: uppercase; }
.differential-card p { margin: 0; color: var(--muted); font-size: .86rem; }
.differential-grid-three { grid-template-columns: repeat(3, 1fr); }

.institutional { border-top: 1px solid var(--border); background: var(--surface); }
.institutional-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--border); border-left: 1px solid var(--border); }
.institutional-card { min-height: 520px; padding: 42px 34px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.institutional-card h2 { margin-bottom: 30px; font-size: clamp(2rem, 3vw, 3.2rem); }
.institutional-card p { color: var(--muted); font-size: .9rem; }

.audiences { display: grid; grid-template-columns: 1fr 1fr; border-block: 1px solid var(--border); }
.audience { position: relative; min-height: 680px; display: flex; align-items: flex-end; overflow: hidden; padding: clamp(42px, 6vw, 90px); isolation: isolate; }
.audience::before { position: absolute; z-index: -2; inset: 0; background-position: center; background-size: cover; content: ""; filter: saturate(.55); transition: transform .8s var(--ease), filter .5s; }
.audience::after { position: absolute; z-index: -1; inset: 0; background: linear-gradient(0deg, rgba(5,9,14,.98), rgba(5,9,14,.28) 78%); content: ""; }
.audience-condos::before { background-image: url("../assets/images/operacao-condominio.jpg"); }
.audience-business::before { background-image: url("../assets/images/frota-fd-protec.jpg"); }
.audience:hover::before { transform: scale(1.025); filter: saturate(.68); }
.audience > div { max-width: 570px; }
.audience-number { position: absolute; top: 38px; color: rgba(255,255,255,.2); font-size: 5rem; font-weight: 800; line-height: 1; }
.audience h2 { font-size: clamp(2.2rem, 3.6vw, 4rem); }
.audience p:not(.eyebrow) { max-width: 540px; color: #c0c7cf; }
.audience .text-link { margin-top: 15px; }

.testimonials { background: var(--surface); }
.testimonial-layout { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(60px, 9vw, 130px); }
.testimonial-placeholder { position: relative; min-height: 330px; padding: 54px; border: 1px solid var(--border); background: var(--card); }
.testimonial-placeholder::after { position: absolute; right: -1px; bottom: -1px; width: 80px; height: 80px; border-right: 2px solid var(--gold); border-bottom: 2px solid var(--gold); content: ""; }
.testimonial-placeholder svg { width: 50px; height: 50px; margin-bottom: 40px; fill: var(--gold); }
.testimonial-placeholder p { max-width: 630px; color: var(--white); font-size: 1.25rem; line-height: 1.7; }
.testimonial-placeholder span { color: var(--muted); font-size: .65rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.commitment-card strong { display: block; margin: 36px 0 7px; color: var(--gold); font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; }
.commitment-card span { display: block; color: var(--white); font-size: .82rem; line-height: 1.6; }

.cta-banner { position: relative; min-height: 670px; display: flex; align-items: center; text-align: center; overflow: hidden; }
.cta-bg { background-image: linear-gradient(rgba(5,9,14,.82), rgba(5,9,14,.92)), url("../assets/images/frota-atual-fd-protec.jpg"); background-position: center; }
.cta-content { position: relative; z-index: 1; display: flex; max-width: 1050px; flex-direction: column; align-items: center; }
.cta-content h2 { max-width: 1050px; }
.cta-content > p:not(.eyebrow) { max-width: 650px; margin-bottom: 34px; color: #c3cad2; }
.cta-content .button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.8; }

.contact { background: var(--ink); }
.contact-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(60px, 10vw, 145px); }
.contact-info > p:not(.eyebrow) { max-width: 450px; color: var(--muted); }
.contact-list { display: grid; margin-top: 52px; border-top: 1px solid var(--border); }
.contact-list a, .contact-list > div { display: grid; gap: 5px; padding: 20px 0; border-bottom: 1px solid var(--border); transition: padding-left .2s, border-color .2s; }
.contact-list a:hover { padding-left: 8px; border-color: rgba(215,168,62,.45); }
.contact-list span { color: var(--muted); font-size: .63rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.contact-list strong { color: var(--white); font-size: .94rem; font-weight: 600; overflow-wrap: anywhere; }
.contact-form { display: grid; gap: 24px; padding: 48px; border: 1px solid var(--border); background: var(--surface); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.contact-form label { display: grid; gap: 9px; color: #b7c0c9; font-size: .66rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid #3b4652; border-radius: 0; outline: none; color: var(--white); background-color: transparent; font-size: .95rem; letter-spacing: normal; text-transform: none; transition: border-color .2s, background .2s; }
.contact-form input, .contact-form select { height: 49px; }
.contact-form textarea { min-height: 120px; padding: 12px 0; resize: vertical; }
.contact-form select, .career-form select {
  color-scheme: dark;
  appearance: none;
  -webkit-appearance: none;
  padding-right: 42px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23d7a83e' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px 8px;
  cursor: pointer;
}
.contact-form select option, .career-form select option { color: #f7f7f5; background-color: #101820; }
.contact-form select option:disabled, .career-form select option:disabled { color: #a9b2bb; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--gold); }
.contact-form [aria-invalid="true"] { border-color: #e06e65; }
.field-error { min-height: 15px; color: #f08d85; font-size: .68rem; font-weight: 500; letter-spacing: normal; text-transform: none; }
.contact-form .button { width: fit-content; margin-top: 4px; }
.form-status { min-height: 24px; margin: 0; color: var(--gold); font-size: .84rem; }

body.career-modal-open { overflow: hidden; }
.career-modal[hidden], .career-other[hidden], .career-success[hidden], .career-form[hidden], .career-intro[hidden] { display: none; }
.career-modal { position: fixed; z-index: 2000; inset: 0; display: grid; place-items: center; padding: 24px; opacity: 0; visibility: hidden; transition: opacity .25s var(--ease), visibility .25s; }
.career-modal.is-open { opacity: 1; visibility: visible; }
.career-modal-backdrop { position: absolute; inset: 0; background: rgba(3,7,11,.88); backdrop-filter: blur(7px); }
.career-dialog { position: relative; z-index: 1; width: min(920px, 100%); max-height: calc(100svh - 48px); overflow: hidden; border: 1px solid rgba(215,168,62,.34); outline: none; background: var(--ink); box-shadow: 0 28px 90px rgba(0,0,0,.58); transform: translateY(18px) scale(.985); transition: transform .3s var(--ease); }
.career-modal.is-open .career-dialog { transform: none; }
.career-modal-scroll { max-height: calc(100svh - 48px); padding: 58px; overflow-y: auto; overscroll-behavior: contain; scrollbar-color: var(--gold) var(--surface); }
.career-close { position: absolute; z-index: 3; top: 16px; right: 16px; width: 48px; height: 48px; border: 1px solid var(--border); background: rgba(8,13,20,.94); cursor: pointer; }
.career-close span { position: absolute; top: 23px; left: 13px; width: 20px; height: 1px; background: var(--white); }
.career-close span:first-child { transform: rotate(45deg); }
.career-close span:last-child { transform: rotate(-45deg); }
.career-close:hover { border-color: var(--gold); }
.career-intro { max-width: 720px; margin-bottom: 38px; padding-right: 42px; }
.career-intro h2, .career-success h2 { margin-bottom: 18px; font-size: clamp(2.25rem, 4.4vw, 4.2rem); }
.career-intro > p:not(.eyebrow), .career-success p { max-width: 660px; margin-bottom: 0; color: var(--muted); }
.career-form { display: grid; gap: 22px; }
.career-form .form-row > .career-field, .career-other { display: grid; gap: 9px; }
.career-form .form-row label, .career-other > label, .career-field-label { color: #b7c0c9; font-size: .66rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.career-form input:not([type="file"]):not([type="checkbox"]), .career-form select { width: 100%; height: 49px; border: 0; border-bottom: 1px solid #3b4652; border-radius: 0; outline: none; color: var(--white); background-color: transparent; font-size: .95rem; letter-spacing: normal; text-transform: none; transition: border-color .2s; }
.career-form input:focus, .career-form select:focus { border-color: var(--gold); }
.career-form [aria-invalid="true"] { border-color: #e06e65 !important; }
.career-field { display: grid; gap: 9px; }
.career-upload { position: relative; min-height: 96px; display: flex; align-items: center; gap: 20px; padding: 20px 22px; border: 1px dashed #4a5663; color: var(--white); background: var(--surface); cursor: pointer; transition: border-color .2s, background .2s; }
.career-upload:hover, .career-upload:focus-within { border-color: var(--gold); background: var(--card); }
.career-upload.has-error { border-color: #e06e65; }
.career-upload:focus-within { outline: 2px solid var(--gold); outline-offset: 3px; }
.career-upload input { position: absolute; z-index: 2; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; }
.career-upload svg { width: 34px; height: 34px; flex: 0 0 auto; fill: none; stroke: var(--gold); stroke-linecap: square; stroke-linejoin: miter; stroke-width: 1.5; }
.career-upload > span { min-width: 0; display: grid; gap: 6px; }
.career-upload strong { font-size: .73rem; letter-spacing: .11em; text-transform: uppercase; }
.career-upload small { color: var(--muted); font-size: .78rem; font-weight: 500; letter-spacing: normal; overflow-wrap: anywhere; text-transform: none; }
.career-file-hint { color: var(--muted); font-size: .7rem; }
.career-consent { display: grid; grid-template-columns: 22px 1fr; align-items: start; gap: 13px; color: #c3cad2; font-size: .79rem; line-height: 1.6; cursor: pointer; }
.career-consent label { cursor: pointer; }
.career-consent input { width: 20px; height: 20px; margin: 2px 0 0; accent-color: var(--gold); }
.career-consent input:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.career-consent-error { margin-top: -18px; }
.career-submit { width: fit-content; margin-top: 2px; }
.career-submit:disabled { cursor: wait; opacity: .68; transform: none; }
.career-form-status { min-height: 24px; margin: -7px 0 0; color: var(--gold); font-size: .82rem; }
.career-form-status.is-error { color: #f08d85; }
.career-success { min-height: 470px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.career-success > span { width: 56px; height: 56px; display: grid; place-items: center; margin-bottom: 28px; border: 1px solid var(--gold); color: var(--gold); font-size: 1.5rem; }
.career-success .button { margin-top: 28px; }

.site-footer { border-top: 1px solid var(--border); background: #060a0f; }
.footer-main { display: grid; grid-template-columns: 1.4fr .55fr .75fr; gap: 70px; padding-block: 76px; }
.footer-brand p { max-width: 390px; margin: 28px 0 0; color: var(--muted); }
.footer-links { display: grid; align-content: start; gap: 13px; }
.footer-links > span { margin-bottom: 9px; color: var(--gold); font-size: .63rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.footer-links a { color: #bcc4cc; font-size: .86rem; transition: color .2s; overflow-wrap: anywhere; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-block: 24px; border-top: 1px solid var(--border); color: var(--muted); font-size: .69rem; }
.footer-bottom p { margin: 0; }
.footer-bottom a { text-transform: uppercase; letter-spacing: .1em; }

.whatsapp-float { position: fixed; z-index: 900; right: 24px; bottom: 24px; width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: #06100b; background: #25d366; box-shadow: 0 10px 30px rgba(0,0,0,.32); opacity: 0; pointer-events: none; transform: translateY(20px); transition: opacity .3s, transform .3s var(--ease), background .2s; }
.whatsapp-float.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.whatsapp-float:hover { background: #5ae183; transform: translateY(-3px); }
.whatsapp-float svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s var(--ease), transform .65s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .desktop-nav { display: none; }
  .header-inner { grid-template-columns: auto 1fr auto; }
  .header-cta { display: none; }
  .menu-toggle { position: relative; display: grid; width: 48px; height: 48px; place-content: center; gap: 5px; border: 1px solid var(--border); background: rgba(8,13,20,.25); cursor: pointer; }
  .menu-toggle span { width: 20px; height: 1px; background: var(--white); transition: transform .25s, opacity .2s; }
  .menu-toggle.active span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle.active span:nth-child(2) { opacity: 0; }
  .menu-toggle.active span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .mobile-menu { position: fixed; z-index: 999; top: var(--header-height); right: 0; bottom: 0; left: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; padding: 30px; background: rgba(8,13,20,.99); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .25s, visibility .25s, transform .25s; }
  .mobile-menu.open { opacity: 1; visibility: visible; transform: none; }
  .mobile-menu > a:not(.button) { padding: 10px; color: var(--white); font-size: clamp(1.45rem, 4vw, 2rem); font-weight: 700; text-transform: uppercase; }
  .mobile-menu .button { margin-top: 15px; }
  .differential-grid { grid-template-columns: repeat(2, 1fr); }
  .differential-grid-three { grid-template-columns: repeat(3, 1fr); }
  .solution-grid { grid-template-columns: 1fr 1fr; }
  .solution-card:last-child { grid-column: 1 / -1; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .institutional-grid { grid-template-columns: 1fr 1fr; }
  .institutional-card:last-child { grid-column: 1 / -1; min-height: 330px; }
  .audience { min-height: 620px; }
}

@media (min-width: 821px) and (max-height: 820px) {
  .hero-content { padding-top: 112px; padding-bottom: 72px; }
  .hero h1 { max-width: 900px; margin-bottom: 18px; font-size: clamp(3.6rem, 5.25vw, 5.15rem); }
  .hero-text { max-width: 720px; margin-bottom: 24px; font-size: .97rem; line-height: 1.55; }
  .hero-aside { margin-bottom: 22px; }
  .scroll-hint { bottom: 12px; }
}

@media (min-width: 821px) and (max-width: 1100px) {
  .hero-copy { width: 55vw; }
  .hero-bg { width: 60%; }
}

@media (max-width: 820px) {
  :root { --header-height: 76px; }
  .container { width: min(calc(100% - 40px), var(--container)); }
  .section { padding: 90px 0; }
  .header-cta { display: none; }
  .header-inner { grid-template-columns: auto 1fr auto; }
  .menu-toggle { grid-column: 3; }
  .hero { min-height: 850px; }
  .hero::before { display: none; }
  .hero-bg { inset: 0; width: 100%; background-image: linear-gradient(90deg, rgba(5,9,14,.72), rgba(5,9,14,.42)), linear-gradient(0deg, rgba(5,9,14,.98) 0%, rgba(5,9,14,.68) 58%, rgba(5,9,14,.16) 100%), url("../assets/images/hero-fd-protec.jpg"); background-position: center top; }
  .hero-content { display: block; padding-top: 140px; padding-bottom: 130px; }
  .hero-copy { width: 100%; max-width: 680px; }
  .hero-aside { display: none; }
  h1 { font-size: clamp(2.8rem, 11vw, 5rem); }
  .positioning-grid { grid-template-columns: 1fr 1fr; }
  .pillar:nth-child(2) { border-right: 1px solid var(--border); }
  .pillar { min-height: 180px; }
  .about-grid { grid-template-columns: 1fr; gap: 74px; }
  .section-copy { max-width: 680px; }
  .about-visual { max-width: 620px; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-index { grid-template-columns: 1fr 1fr; }
  .service-showcase { grid-template-columns: 1fr 1fr; }
  .service-showcase-item { min-height: 420px; }
  .app-layout { grid-template-columns: 1fr; gap: 32px; }
  .app-visual { width: min(100%, 520px); min-height: 0; aspect-ratio: 511/671; margin-inline: auto; }
  .operations-layout { grid-template-columns: 1fr; }
  .operations-image { min-height: 500px; }
  .differential-grid-three { grid-template-columns: 1fr; }
  .institutional-grid { grid-template-columns: 1fr; }
  .institutional-card, .institutional-card:last-child { min-height: auto; grid-column: auto; }
  .security-feature { min-height: 690px; }
  .audiences { grid-template-columns: 1fr; }
  .audience { min-height: 580px; }
  .testimonial-layout { grid-template-columns: 1fr; gap: 35px; }
  .contact-grid { grid-template-columns: 1fr; }
  .career-form .form-row { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1.2fr .8fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .container { width: calc(100% - 40px); }
  .section { padding: 76px 0; }
  .brand-logo { width: 40px; height: 40px; }
  .brand strong { font-size: 1rem; }
  .brand small { font-size: .44rem; }
  .hero { min-height: 800px; }
  .hero-content { padding-top: 125px; padding-bottom: 105px; }
  h1 { margin-bottom: 22px; font-size: clamp(2.45rem, 12vw, 3.8rem); }
  h2 { font-size: clamp(2.05rem, 10vw, 3.1rem); }
  .hero-text { font-size: .97rem; line-height: 1.65; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .scroll-hint { left: 20px; transform: none; }
  .positioning-grid { grid-template-columns: 1fr; }
  .pillar, .pillar:nth-child(2) { min-height: 155px; border-right: 1px solid var(--border); }
  .pillar { padding: 28px 22px; }
  .about-grid { gap: 56px; }
  .about-visual { padding: 0 0 26px 20px; }
  .about-visual::before { top: -16px; right: -10px; }
  .leadership-visual { grid-template-columns: 1fr; gap: 24px; max-width: 420px; padding: 0; }
  .leadership-visual .leader-card-offset { margin-top: 0; }
  .leadership-visual .leader-card img { aspect-ratio: 2/3; object-position: center top; }
  .image-label { width: 205px; padding: 17px 19px; }
  .section-heading { margin-bottom: 38px; }
  .service-image { height: 300px; }
  .service-index { grid-template-columns: 1fr; }
  .service-index span { min-height: 68px; }
  .service-showcase { grid-template-columns: 1fr; }
  .service-showcase-item { min-height: 390px; }
  .solution-grid, .feature-grid { grid-template-columns: 1fr; }
  .cloud-app .feature-grid { grid-template-columns: 1fr; }
  .solution-card, .solution-card:last-child { min-height: 270px; grid-column: auto; }
  .feature-card { min-height: 270px; }
  .solution-card > span, .feature-card > span, .institutional-card > span { margin-bottom: 40px; }
  .service-content { min-height: 260px; grid-template-columns: 30px 1fr; gap: 14px; padding: 24px 20px; }
  .service-arrow { grid-column: 2; }
  .security-feature { min-height: 650px; }
  .security-bg { background-position: 62% center; }
  .differential-grid { grid-template-columns: 1fr; }
  .operations-image { min-height: 350px; }
  .operation-item { grid-template-columns: 32px 1fr; gap: 14px; }
  .differential-card { min-height: 310px; padding: 30px 24px; }
  .differential-card svg { margin-bottom: 40px; }
  .audience { min-height: 560px; padding: 36px 20px; }
  .audience-number { top: 28px; font-size: 4rem; }
  .testimonial-placeholder { min-height: 300px; padding: 34px 26px; }
  .cta-banner { min-height: 650px; }
  .contact-grid { gap: 50px; }
  .contact-form { gap: 20px; padding: 30px 20px; }
  .form-row { grid-template-columns: 1fr; gap: 20px; }
  .contact-form .button { width: 100%; }
  .career-modal { padding: 8px; }
  .career-dialog, .career-modal-scroll { max-height: calc(100svh - 16px); }
  .career-modal-scroll { padding: 72px 20px 28px; }
  .career-close { top: 12px; right: 12px; }
  .career-intro { padding-right: 0; }
  .career-intro h2, .career-success h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .career-upload { min-height: 104px; padding: 18px; }
  .career-submit { width: 100%; }
  .footer-main { grid-template-columns: 1fr; gap: 42px; padding-block: 58px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 12px; }
  .whatsapp-float { right: 18px; bottom: 18px; width: 50px; height: 50px; }
}

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