:root {
    --flaire-navy: #031426;
    --flaire-navy-soft: #08233f;
    --flaire-blue: #003c82;
    --flaire-blue-primary: #0066e6;
    --flaire-blue-light: #2997ff;
    --flaire-blue-soft: #dceeff;
    --flaire-blue-mist: #f8fbff;
    --flaire-white: #ffffff;
    --flaire-background: #f5f7fa;
    --flaire-surface: #ffffff;
    --flaire-text: #101828;
    --flaire-text-secondary: #667085;
    --flaire-border: rgba(15, 35, 60, 0.10);
    --navy: var(--flaire-navy);
    --navy-soft: var(--flaire-navy-soft);
    --blue: var(--flaire-blue-primary);
    --blue-light: var(--flaire-blue-light);
    --blue-pale: #eaf4ff;
    --white: var(--flaire-white);
    --background: var(--flaire-background);
    --surface: var(--flaire-surface);
    --text: var(--flaire-text);
    --text-secondary: var(--flaire-text-secondary);
    --border: var(--flaire-border);
    --shadow-soft: 0 20px 60px rgba(5, 24, 45, 0.10);
    --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    --header-height: 72px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; overflow-x: hidden; background: var(--white); color: var(--text); font-family: var(--font); font-size: 16px; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--blue-light); outline-offset: 4px; }
.container { max-width: 1320px; }
.skip-link { position: fixed; z-index: 9999; left: 20px; top: -80px; padding: 12px 20px; border-radius: 12px; background: var(--white); color: var(--navy); transition: top .25s; }
.skip-link:focus { top: 20px; }

.site-header { position: fixed; z-index: 1000; top: 18px; right: 24px; left: 24px; height: var(--header-height); border: 1px solid transparent; border-radius: 22px; transition: background-color .35s ease, backdrop-filter .35s ease, box-shadow .35s ease, border-color .35s ease, height .35s ease, top .35s ease; }
.site-header .navbar { height: 100%; padding: 0 18px; }
.site-header.scrolled { top: 12px; height: 64px; background: rgba(255,255,255,.90); border-color: rgba(255,255,255,.72); box-shadow: 0 10px 36px rgba(3,20,38,.10); -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); }
.navbar-brand { position: relative; width: 160px; height: 52px; display: flex; align-items: center; }
.brand-logo { position: absolute; inset: 3px auto 3px 0; width: 150px; height: 46px; object-fit: contain; object-position: left center; transition: opacity .3s; }
.site-header.scrolled .brand-logo { width: 136px; }
.brand-logo-dark { opacity: 0; }
.site-header.scrolled .brand-logo-light { opacity: 0; }
.site-header.scrolled .brand-logo-dark { opacity: 1; }
.desktop-nav { position: absolute; left: 50%; transform: translateX(-50%); }
.navbar-nav { flex-direction: row; gap: 5px; }
.nav-link { padding: 11px 12px !important; color: rgba(255,255,255,.82); font-size: .88rem; font-weight: 550; border-radius: 999px; transition: color .25s, background .25s; }
.nav-link:hover, .nav-link.active { color: var(--white); background: rgba(255,255,255,.10); }
.site-header.scrolled .nav-link { color: #3d4c5e; }
.site-header.scrolled .nav-link:hover, .site-header.scrolled .nav-link.active { color: var(--blue); background: var(--blue-pale); }
.btn { min-height: 44px; display: inline-flex; gap: 9px; align-items: center; justify-content: center; font-weight: 650; border-width: 1px; }
.btn-pill { border-radius: 999px; padding: 12px 20px; }
.btn-primary { background: var(--blue); border-color: var(--blue); box-shadow: 0 10px 24px rgba(0,102,230,.18); }
.btn-primary:hover { background: #0057c4; border-color: #0057c4; transform: translateY(-1px); }
.menu-toggle, .menu-close { width: 46px; height: 46px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.12); color: var(--white); }
.menu-toggle span { display: block; width: 20px; height: 1.5px; margin: 6px auto; background: currentColor; }
.site-header.scrolled .menu-toggle { background: var(--blue-pale); color: var(--navy); }
.mobile-menu { position: fixed; z-index: 1100; top: 0; right: 0; bottom: 0; width: min(410px, 90vw); padding: 28px; overflow-y: auto; overscroll-behavior: contain; display: flex; flex-direction: column; background: var(--navy); color: var(--white); box-shadow: -30px 0 70px rgba(3,20,38,.18); transform: translateX(105%); transition: transform .4s cubic-bezier(.22,.8,.3,1); }
.mobile-menu.open { transform: translateX(0); }
.mobile-menu-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 25px; border-bottom: 1px solid rgba(255,255,255,.10); }
.mobile-logo { width: 150px; height: 46px; object-fit: contain; object-position: left center; filter: brightness(0) invert(1); }
.menu-close { background: rgba(255,255,255,.10); color: var(--white); font-size: 1.2rem; }
.mobile-menu nav { display: flex; flex-direction: column; margin: 28px 0 auto; }
.mobile-menu nav a { min-height: 52px; padding: 13px 4px; font-size: 1.55rem; font-weight: 650; border-bottom: 1px solid rgba(255,255,255,.10); }
.mobile-contact { margin-top: 22px; padding-top: 18px; display: flex; justify-content: space-between; gap: 14px; border-top: 1px solid rgba(255,255,255,.10); }
.mobile-contact a { min-height: 44px; display: inline-flex; gap: 8px; align-items: center; color: rgba(255,255,255,.76); font-size: .82rem; }
.mobile-contact i { color: var(--blue-light); }
.menu-backdrop { position: fixed; z-index: 1050; inset: 0; background: rgba(3,20,38,.5); opacity: 0; transition: opacity .3s; }
.menu-backdrop.show { opacity: 1; }

.hero { position: relative; min-height: 91vh; margin: 0 12px; overflow: hidden; display: flex; align-items: center; border-radius: 0 0 40px 40px; background: var(--navy); color: var(--white); }
.hero-media { position: absolute; inset: -40px 0; background-color: #294052; background-image: url("../img/hero/industrial-oficial.webp"); background-size: cover; background-position: center 46%; animation: heroReveal 1.2s ease both; will-change: transform; }
.hero-overlay { position: absolute; inset: 0; background: rgba(3,20,38,.60); }
.hero-overlay::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 61%; background: rgba(3,20,38,.30); }
.hero-content { position: relative; z-index: 1; padding-top: 90px; }
.hero-copy { max-width: 760px; }
.eyebrow { display: inline-block; margin-bottom: 18px; color: var(--blue); font-size: .76rem; line-height: 1.2; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow-light { color: #8fc8ff; }
.hero h1 { margin: 0 0 24px; max-width: 850px; font-size: clamp(3.5rem, 6.5vw, 6.65rem); line-height: .91; letter-spacing: -.065em; font-weight: 680; }
.hero h1 em { color: var(--blue-light); font-style: normal; }
.hero-copy > p { max-width: 610px; margin: 0 0 34px; color: rgba(255,255,255,.74); font-size: clamp(1.05rem, 1.4vw, 1.28rem); line-height: 1.55; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-actions .btn { padding: 15px 25px; }
.hero-note { position: absolute; right: 28px; bottom: 58px; padding: 15px 19px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.2); border-radius: 16px; background: rgba(3,20,38,.30); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); }
.hero-note span { color: rgba(255,255,255,.58); font-size: .7rem; letter-spacing: .13em; text-transform: uppercase; }
.hero-note strong { font-size: .92rem; }
.scroll-cue { position: absolute; left: 50%; bottom: 22px; z-index: 2; transform: translateX(-50%); display: flex; gap: 9px; align-items: center; color: rgba(255,255,255,.6); font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.scroll-cue span { width: 18px; height: 30px; border: 1px solid rgba(255,255,255,.5); border-radius: 99px; }
.scroll-cue span::after { content: ""; display: block; width: 3px; height: 6px; margin: 6px auto; border-radius: 5px; background: white; animation: scrollDot 1.8s infinite; }

.trust-wrap { position: relative; z-index: 12; margin-top: -36px; }
.trust-bar { position: relative; padding: 12px 12px 18px; display: grid; grid-template-columns: repeat(6, 1fr); gap: 9px; border: 1px solid rgba(255,255,255,.16); border-radius: 28px; background: var(--flaire-blue); box-shadow: 0 28px 60px rgba(3,20,38,.18); }
.trust-item { position: relative; min-height: 94px; padding: 14px 13px; display: flex; gap: 11px; align-items: center; overflow: hidden; border: 1px solid rgba(0,60,130,.08); border-radius: 18px; background: var(--white); box-shadow: 0 7px 0 rgba(3,20,38,.28), 0 13px 22px rgba(3,20,38,.13); transform: translateY(-4px); transition: transform .3s ease, box-shadow .3s ease, background-color .3s ease; }
.trust-item::before { content: ""; position: absolute; top: 0; right: 18px; left: 18px; height: 3px; border-radius: 0 0 5px 5px; background: var(--blue); }
.trust-item:hover { z-index: 2; transform: translateY(-8px); box-shadow: 0 9px 0 rgba(3,20,38,.24), 0 18px 30px rgba(3,20,38,.16); }
.trust-item i { width: 40px; height: 40px; flex: 0 0 40px; display: grid; place-items: center; border-radius: 13px; background: var(--blue-pale); color: var(--blue); font-size: 1.25rem; }
.trust-item span { display: flex; flex-direction: column; color: var(--text-secondary); font-size: .72rem; line-height: 1.35; }
.trust-item strong { color: var(--text); font-size: .88rem; }
.trust-item:nth-child(odd) { background: var(--white); }
.trust-item:nth-child(even) { background: var(--blue-pale); }
.trust-item:nth-child(3), .trust-item:nth-child(6) { background: var(--flaire-blue-soft); }
.trust-item:nth-child(1)::before, .trust-item:nth-child(4)::before { background: var(--flaire-blue-light); }
.trust-item:nth-child(2)::before, .trust-item:nth-child(5)::before { background: var(--flaire-blue); }
.trust-item:nth-child(3)::before, .trust-item:nth-child(6)::before { background: var(--flaire-navy-soft); }

.section { padding: 135px 0; }
.services-section { background: var(--background); }
.section-heading { margin-bottom: 54px; display: flex; align-items: end; justify-content: space-between; gap: 48px; }
.section-heading h2, .clients-heading h2 { margin: 0; font-size: clamp(2.4rem, 4vw, 4.4rem); line-height: .98; letter-spacing: -.055em; font-weight: 680; }
.section-heading > p { max-width: 500px; margin: 0 0 7px; color: var(--text-secondary); font-size: 1.08rem; line-height: 1.65; }
.services-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-flow: dense; gap: 24px 20px; align-items: start; counter-reset: service-card; }
.service-card { position: relative; overflow: hidden; counter-increment: service-card; border: 1px solid rgba(0,60,130,.13); border-radius: 22px; background: var(--surface); box-shadow: 0 7px 0 rgba(0,60,130,.10), 0 18px 38px rgba(3,20,38,.08); transition: transform .45s, box-shadow .45s, border-color .45s; }
.service-card::after { content: "0" counter(service-card); position: absolute; z-index: 4; top: 18px; right: 18px; min-width: 45px; height: 31px; padding: 0 10px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.34); border-radius: 999px; background: rgba(3,20,38,.78); color: var(--white); font-size: .69rem; font-weight: 750; letter-spacing: .12em; box-shadow: 0 8px 18px rgba(3,20,38,.16); }
.service-card:hover { transform: translateY(-7px); border-color: rgba(0,102,230,.28); box-shadow: 0 10px 0 rgba(0,60,130,.10), 0 24px 48px rgba(3,20,38,.13); }
.service-featured { grid-column: span 7; grid-row: span 2; }
.service-medium { grid-column: span 5; }
.service-small { grid-column: span 4; }
.service-featured { min-height: 650px; }
.service-medium { min-height: 313px; }
.service-small { min-height: 390px; }
.service-featured .card-image,
.service-medium .card-image,
.service-small .card-image { height: 100%; }
.card-image { position: absolute; inset: 0; overflow: hidden; background: #b9c8d4; }
.card-image::after { content: ""; position: absolute; inset: 0; background: rgba(3,20,38,.25); pointer-events: none; transition: background-color .4s ease; }
.card-image img { position: absolute; top: -35px; right: 0; bottom: -35px; left: 0; width: 100%; height: calc(100% + 70px); object-fit: cover; transition: scale .65s; will-change: transform; }
.service-card:hover .card-image img { scale: 1.03; }
.service-card:hover .card-image::after { background: rgba(3,20,38,.18); }
.service-refrigeracion { background: #7899ad; }
.service-electrica { background: #536574; }
.service-obra-civil { background: #a49a8d; }
.service-mantenimiento { background: #6f889a; }
.service-llave-en-mano { background: #395b78; }
.card-body { position: absolute; z-index: 3; right: 14px; bottom: 14px; left: 14px; min-height: 158px; padding: 30px 74px 24px 25px; border: 1px solid rgba(255,255,255,.13); border-radius: 17px; background: rgba(3,20,38,.84); color: var(--white); box-shadow: 0 16px 34px rgba(3,20,38,.22); }
.card-body::before { content: ""; position: absolute; top: 0; left: 27px; width: 54px; height: 4px; border-radius: 0 0 5px 5px; background: var(--flaire-blue-primary); }
.service-card:nth-of-type(2) .card-body,
.service-card:nth-of-type(5) .card-body,
.service-card:nth-of-type(3) .card-body,
.service-card:nth-of-type(6) .card-body { background: rgba(3,20,38,.84); }
.service-card:nth-of-type(2) .card-body::before,
.service-card:nth-of-type(5) .card-body::before { background: var(--flaire-blue-light); }
.service-card:nth-of-type(3) .card-body::before,
.service-card:nth-of-type(6) .card-body::before { background: var(--flaire-navy-soft); }
.services-why { position: relative; grid-column: 1 / -1; min-height: 250px; padding: 42px 44px; overflow: hidden; display: grid; grid-template-columns: .9fr 1.6fr; gap: 55px; align-items: center; border: 1px solid rgba(255,255,255,.10); border-radius: 24px; background: var(--flaire-navy); color: var(--white); box-shadow: 0 8px 0 rgba(0,60,130,.18), 0 24px 48px rgba(3,20,38,.14); }
.services-why::after { content: ""; position: absolute; right: -105px; bottom: -160px; width: 310px; height: 310px; border: 1px solid rgba(41,151,255,.20); border-radius: 50%; box-shadow: 0 0 0 48px rgba(41,151,255,.025); pointer-events: none; }
.services-why-intro { position: relative; z-index: 1; }
.services-why-intro .eyebrow { margin-bottom: 13px; }
.services-why-intro h3 { max-width: 430px; margin: 0 0 16px; font-size: clamp(2rem, 3vw, 3.15rem); line-height: .98; letter-spacing: -.045em; }
.services-why-intro p { max-width: 500px; margin: 0; color: rgba(255,255,255,.66); line-height: 1.6; }
.services-reasons { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.service-reason { min-height: 180px; padding: 20px 18px; border: 1px solid rgba(255,255,255,.20); border-radius: 17px; background: var(--flaire-blue-mist); box-shadow: 0 7px 0 rgba(0,60,130,.22), 0 14px 24px rgba(3,20,38,.15); }
.service-reason img { width: 68px; height: 70px; margin: 0 0 14px; object-fit: contain; object-position: center; }
.service-reason strong, .service-reason span { display: block; }
.service-reason strong { margin-bottom: 7px; color: var(--flaire-navy); font-size: .96rem; }
.service-reason span { color: var(--flaire-text-secondary); font-size: .78rem; line-height: 1.45; }
.card-body h3 { margin: 0 0 12px; color: var(--white); font-size: 1.3rem; letter-spacing: -.025em; }
.card-body p { margin: 0; color: rgba(255,255,255,.72); line-height: 1.55; font-size: .92rem; }
.arrow-link, .circle-arrow { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(0,102,230,.13); border-radius: 50%; background: var(--blue-pale); color: var(--blue); box-shadow: 0 7px 15px rgba(0,60,130,.09); transition: background .3s, color .3s, transform .3s, box-shadow .3s; }
.service-card .arrow-link { position: absolute; z-index: 5; top: 18px; right: 18px; bottom: auto; border-color: rgba(255,255,255,.48); background: rgba(255,255,255,.94); }
.service-card::after { top: 18px; right: auto; left: 18px; }
.service-card:hover .arrow-link, .circle-arrow:hover { background: var(--blue); color: white; transform: rotate(5deg); }

.institutional-section { padding-top: 0; background: var(--background); }
.institutional-card { min-height: 670px; padding: 18px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 35px; border-radius: 32px; background: var(--navy); color: white; }
.institutional-image { position: relative; min-height: 620px; margin: -48px 0 48px -38px; overflow: hidden; border-radius: 24px; background: #31526c; }
.institutional-image img { position: absolute; top: -40px; right: 0; bottom: -40px; left: 0; width: 100%; height: calc(100% + 80px); object-fit: cover; will-change: transform; }
.institutional-image::after { content: ""; position: absolute; inset: 0; background: rgba(3,20,38,.18); }
.image-caption { position: absolute; z-index: 2; left: 24px; bottom: 24px; color: rgba(255,255,255,.85); }
.image-caption span { margin-right: 9px; color: var(--blue-light); }
.institutional-copy { padding: 68px 62px 55px 28px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.institutional-copy h2 { margin: 0 0 25px; max-width: 530px; font-size: clamp(2.6rem, 4.2vw, 4.5rem); line-height: .98; letter-spacing: -.055em; }
.institutional-copy > p { max-width: 560px; margin: 0 0 38px; color: rgba(255,255,255,.68); font-size: 1.08rem; line-height: 1.65; }
.values { width: 100%; margin-bottom: 40px; display: grid; grid-template-columns: repeat(4, auto); gap: 16px; color: rgba(255,255,255,.92); font-size: .92rem; }
.values span::before { content: ""; width: 6px; height: 6px; margin-right: 8px; display: inline-block; border-radius: 50%; background: var(--blue-light); vertical-align: 2px; }
.editorial-link { position: relative; padding: 8px 0; color: white; font-weight: 650; }
.editorial-link::after, .text-link::after { content: ""; position: absolute; right: 0; bottom: 1px; left: 0; height: 1px; background: currentColor; transform: scaleX(.25); transform-origin: left; transition: transform .35s; }
.editorial-link:hover::after, .text-link:hover::after { transform: scaleX(1); }

.section-heading.compact { align-items: center; }
.text-link { position: relative; color: var(--blue); font-weight: 650; }
.text-link i { margin-left: 5px; transition: transform .3s; }
.text-link:hover i { transform: translateX(4px); }
.sectors-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.sector-card { position: relative; height: 490px; overflow: hidden; border-radius: 24px; background: #405c72; color: white; }
.sector-card::after { content: ""; position: absolute; inset: 0; background: rgba(3,20,38,.32); }
.sector-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s; }
.sector-card:hover img { transform: scale(1.05); }
.sector-card > div { position: absolute; z-index: 2; right: 22px; bottom: 22px; left: 24px; display: flex; justify-content: space-between; align-items: center; }
.sector-card h3 { margin: 0; font-size: 1.65rem; }
.sector-card .circle-arrow { flex: 0 0 48px; background: rgba(255,255,255,.94); }
.sector-number { position: absolute; z-index: 2; top: 22px; left: 24px; color: rgba(255,255,255,.7); font-size: .75rem; letter-spacing: .13em; }
.sector-comercial { background: #516f86; }
.sector-restaurantes { background: #786657; }
.sector-hospitales { background: #6e91a8; }

.projects-section { background: var(--navy); color: white; }
.projects-section .section-heading > p { color: rgba(255,255,255,.58); }
.projects-section .eyebrow { color: var(--blue-light); }
.projects-grid { display: grid; grid-template-columns: 1.25fr .8fr .8fr; gap: 18px; }
.project-card { position: relative; min-height: 570px; overflow: hidden; border-radius: 24px; background: #31536d; }
.project-card img { position: absolute; top: -40px; right: 0; bottom: -40px; left: 0; width: 100%; height: calc(100% + 80px); object-fit: cover; transition: scale .7s; will-change: transform; }
.project-card:hover img { scale: 1.03; }
.project-shade { position: absolute; inset: 0; background: rgba(3,20,38,.42); }
.project-content { position: absolute; z-index: 2; right: 28px; bottom: 30px; left: 28px; }
.project-content > span { color: #83c2ff; font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.project-content h3 { max-width: 420px; margin: 9px 0 12px; font-size: clamp(1.45rem, 2vw, 2.2rem); line-height: 1.08; letter-spacing: -.035em; }
.project-content p { margin: 0; color: rgba(255,255,255,.62); font-size: .85rem; }
.project-content .project-challenge { max-width: 420px; margin-top: 15px; color: rgba(255,255,255,.88); font-size: .93rem; line-height: 1.45; }
.project-card > .circle-arrow { position: absolute; z-index: 3; top: 22px; right: 22px; background: rgba(255,255,255,.92); }
.project-electrico-nave { background: #53616d; }
.project-refrigeracion-centro { background: #547991; }
.demo-note { margin: 20px 0 0; color: rgba(255,255,255,.38); font-size: .72rem; }

.stats-section { padding: 80px 0; background: var(--background); }
.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); }
.stats-row > div { min-height: 135px; padding: 10px 40px; display: flex; gap: 20px; flex-direction: column; justify-content: center; border-right: 1px solid var(--border); }
.stats-row > div:last-child { border-right: 0; }
.stats-row strong { color: var(--navy); font-size: clamp(3rem, 5vw, 5rem); line-height: .8; letter-spacing: -.06em; }
.stats-row strong i { color: var(--blue); font-size: .85em; }
.stats-row > div > span { color: var(--text-secondary); line-height: 1.35; }
.stats-section .demo-note { color: #98a2b3; }

.clients-section { overflow: hidden; }
.clients-heading { margin-bottom: 58px; text-align: center; }
.logo-marquee { position: relative; width: 100%; overflow: hidden; }
.logo-track { width: max-content; display: flex; animation: marquee 35s linear infinite; }
.logo-marquee:hover .logo-track { animation-play-state: paused; }
.client-logo { width: 220px; height: 100px; margin: 0 18px; display: grid; place-items: center; border: 1px solid var(--border); border-radius: 20px; background: #fff; color: #98a2b3; font-size: .78rem; }
.client-logo img { display: none; width: 150px; height: 58px; object-fit: contain; filter: grayscale(1); opacity: .65; transition: filter .3s, opacity .3s; }
.client-logo.has-image img { display: block; }
.client-logo.has-image span { display: none; }
.client-logo:hover img { filter: grayscale(0); opacity: 1; }

.cta-section { padding-top: 40px; }
.cta-card { position: relative; min-height: 590px; overflow: hidden; border-radius: 32px; background: var(--navy-soft); color: white; }
.cta-card::after { content: ""; position: absolute; right: -80px; bottom: -190px; width: 600px; height: 600px; border: 1px solid rgba(41,151,255,.20); border-radius: 50%; box-shadow: 0 0 0 80px rgba(41,151,255,.025), 0 0 0 160px rgba(41,151,255,.018); }
.cta-bg { position: absolute; inset: -35px 0; background-color: var(--navy-soft); background-image: url("../img/hero/industrial-oficial.webp"); background-position: center right; background-size: cover; opacity: .13; will-change: transform; }
.cta-content { position: relative; z-index: 2; max-width: 750px; padding: 90px 85px; }
.cta-content h2 { margin: 0 0 23px; font-size: clamp(3rem, 5vw, 5.4rem); line-height: .92; letter-spacing: -.06em; }
.cta-content > p { max-width: 580px; margin-bottom: 33px; color: rgba(255,255,255,.68); font-size: 1.15rem; line-height: 1.6; }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.cta-benefits { margin-top: 38px; display: flex; gap: 30px; color: rgba(255,255,255,.72); font-size: .87rem; }
.cta-benefits i { color: var(--blue-light); }

.site-footer { padding: 85px 0 105px; background: var(--navy); color: white; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .65fr .9fr 1fr; gap: 60px; }
.footer-logo { width: 170px; height: 56px; margin-bottom: 20px; object-fit: contain; object-position: left; }
.footer-intro p { max-width: 330px; color: rgba(255,255,255,.52); line-height: 1.65; }
.footer-grid h2 { margin: 10px 0 20px; color: rgba(255,255,255,.92); font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid a, .footer-grid > div > p { margin-bottom: 10px; display: block; color: rgba(255,255,255,.58); font-size: .88rem; line-height: 1.5; transition: color .25s; }
.footer-grid a:hover { color: white; }
.footer-grid i { margin-right: 7px; color: var(--blue-light); }
.footer-bottom { margin-top: 60px; padding-top: 26px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.4); font-size: .8rem; }
.footer-bottom p { margin: 0; }

.quick-actions { position: fixed; z-index: 900; top: 50%; right: 13px; transform: translateY(-50%); padding: 7px; display: flex; flex-direction: column; border: 1px solid var(--border); border-radius: 18px; background: rgba(255,255,255,.93); box-shadow: var(--shadow-soft); -webkit-backdrop-filter: blur(15px); backdrop-filter: blur(15px); }
.quick-actions-toggle { display: none; }
.quick-actions-menu { display: flex; flex-direction: column; }
.quick-actions a { width: 75px; min-height: 66px; padding: 8px 4px; display: flex; gap: 5px; align-items: center; justify-content: center; flex-direction: column; border-radius: 12px; color: var(--text-secondary); font-size: .65rem; text-align: center; transition: background .25s, color .25s; }
.quick-actions a + a { border-top: 1px solid var(--border); border-radius: 0; }
.quick-actions a:hover { background: var(--blue-pale); color: var(--blue); }
.quick-actions i { color: var(--blue); font-size: 1.2rem; }

.reveal, .text-reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease var(--delay, 0ms), transform .75s ease var(--delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: none; }
.text-reveal.is-visible { opacity: 1; transform: none; }
.delay-0 { --delay: 0ms; }
.delay-1 { --delay: 80ms; }
.delay-2 { --delay: 160ms; }
.delay-3 { --delay: 240ms; }
@keyframes heroReveal { from { opacity: 0; scale: 1.05; } to { opacity: 1; scale: 1.01; } }
@keyframes scrollDot { 0%, 100% { transform: translateY(0); opacity: .4; } 50% { transform: translateY(10px); opacity: 1; } }
@keyframes marquee { to { transform: translateX(-50%); } }

@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, .text-reveal { opacity: 1; transform: none; }
}
