@import url("https://fonts.googleapis.com/css2?family=ADLaM+Display&display=swap");

:root {
  --ink: #082f43;
  --ink-2: #0b506c;
  --ink-3: #0f6f8d;
  --paper: #f3f9fb;
  --white: #fff;
  --muted: #6c7c82;
  --line: #dfe6e3;
  --teal: #1bd1b3;
  --teal-dark: #0a9d8a;
  --sun: #f3b94d;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(2, 21, 31, 0.15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 1000; padding: 12px 18px; color: var(--ink); background: var(--teal); border-radius: 10px; font-weight: 800; }
.skip-link:focus { top: 16px; }

.site-header { position: absolute; z-index: 50; inset: 0 0 auto; color: var(--ink); background: white; box-shadow: 0 8px 25px rgba(4,42,61,.14); }
.header-main { height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; letter-spacing: .02em; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(27,209,179,.5); background: rgba(27,209,179,.1); border-radius: 12px; }
.brand-mark svg { width: 27px; fill: var(--teal); }
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1; }
.brand b { font-size: 1.05rem; letter-spacing: .09em; }
.brand small { margin-top: 6px; font-size: .64rem; color: rgba(255,255,255,.65); letter-spacing: .09em; text-transform: uppercase; }
.brand-logo { width: 225px; height: 67px; padding: 0; justify-content: center; overflow: hidden; background: transparent; border-radius: 0; box-shadow: none; }
.brand-logo img { display: block; width: 100%; height: 100%; object-fit: contain; }
.nav-band { background: #eef7fa; border-top: 1px solid #dbeaf0; }
.nav-row { position: relative; height: 58px; display: flex; align-items: center; justify-content: flex-start; gap: 30px; }
.main-nav { width: 100%; display: flex; align-items: center; gap: 38px; font-size: .78rem; font-weight: 400; letter-spacing: .075em; text-transform: uppercase; }
.main-nav > a, .solutions-trigger { font-family: "ADLaM Display", "Arial Rounded MT Bold", sans-serif; text-transform: uppercase; }
.main-nav > a, .solutions-trigger { position: relative; color: #123d51; text-decoration: none; transition: color .2s; }
.solutions-trigger { display: inline-flex; align-items: center; gap: 7px; padding: 0; background: transparent; border: 0; font-weight: inherit; cursor: pointer; }
.main-nav > a::after, .solutions-trigger::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: #49aeda; transition: right .2s; }
.main-nav > a:hover, .solutions-trigger:hover { color: #078fb0; }
.main-nav > a:hover::after, .solutions-trigger:hover::after, .nav-solutions:focus-within .solutions-trigger::after { right: 0; }
.nav-solutions { position: static; }
.mega-menu { position: absolute; z-index: 60; top: 58px; left: 0; width: min(1180px, calc(100vw - 48px)); display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; padding: 22px; visibility: hidden; opacity: 0; transform: translateY(8px); color: #123d51; background: white; border: 1px solid #d7e6eb; box-shadow: 0 24px 55px rgba(4,42,61,.18); text-transform: none; letter-spacing: 0; transition: opacity .18s, transform .18s, visibility .18s; }
.nav-solutions:hover .mega-menu, .nav-solutions:focus-within .mega-menu, .nav-solutions.open .mega-menu { visibility: visible; opacity: 1; transform: none; }
.mega-menu > div { display: flex; flex-direction: column; gap: 4px; padding: 10px 18px 16px; border-right: 1px solid #e3edf0; }
.mega-menu > div:last-child { border-right: 0; }
.mega-menu a { padding: 7px 0; color: #56717c; font-size: .78rem; font-weight: 650; line-height: 1.45; text-decoration: none; }
.mega-menu a:hover { color: #078fb0; }
.mega-menu .mega-title { margin-bottom: 5px; color: #082f43; font-size: .88rem; font-weight: 900; }
.mobile-nav-contact { display: none; }
.header-contact { display: flex; align-items: center; gap: 18px; }
.header-contact .contact-lines { order: 1; }
.header-contact .header-cta { order: 2; }
.header-contact .brazil-map { order: 3; }
.contact-lines { display: grid; gap: 8px; }
.contact-lines a { display: flex; gap: 10px; align-items: center; color: #071f2d; text-decoration: none; line-height: 1.15; }
.contact-icon { width: 29px; height: 29px; display: grid; place-items: center; flex: 0 0 auto; color: #078fb0; background: #e8f7fb; border-radius: 50%; }
.contact-icon svg { width: 16px; height: 16px; fill: currentColor; stroke: currentColor; stroke-width: 1.5; }
.contact-lines a:first-child .contact-icon svg { stroke: none; }
.contact-lines a:nth-child(2) .contact-icon svg { fill: none; stroke-linejoin: round; }
.contact-copy { display: flex; flex-direction: column; gap: 2px; }
.contact-copy small { color: #67808b; font-size: .61rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.contact-lines strong { white-space: nowrap; color: #071f2d; font-size: .76rem; font-weight: 820; }
.brazil-map { width: 68px; height: 68px; display: grid; place-items: center; flex: 0 0 auto; }
.brazil-map img { display: block; width: 66px; height: auto; }
.header-cta { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; padding: 0 17px; color: #06364c; background: #62c9ea; border-radius: 9px; font-size: .72rem; font-weight: 850; text-decoration: none; transition: transform .2s, background .2s; }
.header-cta:hover { transform: translateY(-2px); background: #7dd6ef; }
.language-menu { position: relative; margin-left: auto; }
.language-trigger { display: inline-flex; align-items: center; gap: 6px; padding: 8px 0; color: #087fa5; background: transparent; border: 0; font-size: .77rem; font-weight: 900; letter-spacing: .05em; cursor: pointer; }
.language-trigger > span:first-child { font-size: 1.2rem; line-height: 1; }
.language-options { position: absolute; z-index: 70; top: calc(100% + 12px); right: 0; min-width: 145px; padding: 7px; visibility: hidden; opacity: 0; transform: translateY(7px); background: white; border: 1px solid #d7e6eb; border-radius: 10px; box-shadow: 0 16px 35px rgba(4,42,61,.18); transition: .18s; }
.language-menu.open .language-options, .language-menu:focus-within .language-options { visibility: visible; opacity: 1; transform: none; }
.language-options a { display: block; padding: 9px 10px; color: #315c6d; border-radius: 7px; font-size: .72rem; letter-spacing: 0; text-transform: none; text-decoration: none; }
.language-options a:hover, .language-options a[aria-current="page"] { color: #087fa5; background: #edf8fb; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; color: var(--ink); background: transparent; border: 1px solid #b9d2dc; border-radius: 3px; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: currentColor; }

.hero { position: relative; min-height: 760px; overflow: hidden; color: var(--white); background-color: #0a6286; background-image: linear-gradient(90deg, rgba(5,56,83,.88) 0%, rgba(6,69,98,.7) 43%, rgba(9,92,120,.2) 72%, rgba(11,104,132,.02) 100%), url("./assets/energia-solar-industrial-benatech.png"); background-size: cover; background-position: center 58%; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to right, black, transparent 72%); }
.hero-glow { position: absolute; width: 700px; height: 700px; top: -250px; right: -220px; background: radial-gradient(circle, rgba(243,185,77,.16), transparent 67%); }
.hero-grid { position: relative; min-height: 700px; display: grid; grid-template-columns: 1.15fr .7fr; gap: 65px; align-items: center; padding-top: 180px; padding-bottom: 70px; }
.hero-grid-simple { grid-template-columns: minmax(0, 800px); justify-content: start; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 23px; color: var(--teal); font-size: .73rem; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 2px; background: currentColor; }
.eyebrow-dark { color: var(--teal-dark); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 730px; margin-bottom: 25px; font-size: clamp(3rem, 4.6vw, 4.25rem); line-height: 1.02; letter-spacing: -.047em; text-wrap: balance; }
.eyebrow-solar { color: var(--sun); }
.hero-lead { max-width: 670px; margin-bottom: 34px; color: rgba(255,255,255,.69); font-size: 1.08rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.budget-note { width: fit-content; display: flex; flex-wrap: wrap; gap: 8px 18px; align-items: center; margin-top: 30px; padding: 13px 16px; color: #123d51; background: rgba(255,255,255,.92); border-radius: 10px; box-shadow: 0 10px 30px rgba(3,40,56,.12); text-decoration: none; transition: transform .2s, background .2s; }
.budget-note:hover { transform: translateY(-2px); background: white; }
.budget-note strong { font-size: .82rem; }
.budget-note span { color: #52707c; font-size: .75rem; }
.budget-note b { color: #0888aa; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 0 21px; border: 0; border-radius: 11px; font-weight: 800; font-size: .9rem; text-decoration: none; cursor: pointer; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--teal); box-shadow: 0 10px 25px rgba(27,209,179,.14); }
.button-primary:hover { background: #2de3c4; }
.button-solar { color: #0b1c23; background: var(--sun); box-shadow: 0 12px 28px rgba(243,185,77,.2); }
.button-solar:hover { background: #ffca63; }
.button-ghost { color: inherit; background: transparent; border: 1px solid rgba(255,255,255,.24); }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 54px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.14); }
.hero-proof div { display: flex; flex-direction: column; }
.hero-proof strong { font-size: .85rem; }
.hero-proof span { margin-top: 6px; color: rgba(255,255,255,.45); font-size: .7rem; }

.hero-visual { position: relative; width: 100%; max-width: 390px; height: 360px; justify-self: end; overflow: hidden; background: linear-gradient(150deg, rgba(4,60,86,.84), rgba(7,94,112,.58)); border: 1px solid rgba(255,255,255,.28); border-radius: 4px; box-shadow: 0 30px 70px rgba(2,44,64,.28); backdrop-filter: blur(14px); }
.hero-visual::after { content: ""; position: absolute; inset: auto -10% -35% 10%; height: 68%; background: radial-gradient(ellipse, rgba(27,209,179,.19), transparent 65%); }
.visual-topline { position: relative; z-index: 2; display: flex; justify-content: space-between; padding: 24px 25px; color: rgba(255,255,255,.5); font-size: .67rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; border-bottom: 1px solid rgba(255,255,255,.1); }
.live-dot { display: flex; align-items: center; gap: 8px; color: var(--teal); }
.live-dot::before { content: ""; width: 6px; height: 6px; background: var(--teal); border-radius: 50%; box-shadow: 0 0 0 5px rgba(27,209,179,.1); }
.energy-core { position: absolute; z-index: 4; left: 50%; top: 53%; width: 124px; height: 124px; display: flex; align-items: center; justify-content: center; flex-direction: column; transform: translate(-50%,-50%); background: linear-gradient(145deg, #126b83, #084b67); border: 1px solid rgba(243,185,77,.58); border-radius: 50%; box-shadow: 0 0 0 11px rgba(243,185,77,.04), 0 0 45px rgba(243,185,77,.13), 0 25px 60px rgba(1,42,58,.3); }
.solar-core-icon { width: 37px; height: 37px; margin-bottom: 4px; fill: none; stroke: var(--sun); stroke-width: 3; stroke-linecap: round; filter: drop-shadow(0 0 10px rgba(243,185,77,.35)); }
.solar-core-icon .core-bolt { fill: var(--sun); stroke: none; }
.energy-core span { font-size: .76rem; font-weight: 900; letter-spacing: .12em; }
.energy-core small { margin-top: 2px; color: var(--sun); font-size: .55rem; font-weight: 850; letter-spacing: .2em; }
.orbit { position: absolute; z-index: 2; left: 50%; top: 53%; border: 1px dashed rgba(255,255,255,.16); border-radius: 50%; transform: translate(-50%,-50%); }
.orbit-one { width: 190px; height: 190px; animation: rotate 24s linear infinite; }
.orbit-two { width: 265px; height: 265px; animation: rotate 35s linear infinite reverse; }
.orbit-three { width: 330px; height: 330px; animation: rotate 48s linear infinite; }
.node { position: absolute; display: grid; place-items: center; width: 46px; height: 46px; color: #8de8f2; background: #0b5f7b; border: 1px solid rgba(141,232,242,.5); border-radius: 50%; font-size: .55rem; font-weight: 900; box-shadow: 0 8px 25px rgba(2,47,64,.3), 0 0 18px rgba(27,209,179,.08); }
.node-solar { top: 6px; left: 20px; }
.node-auto { right: -10px; top: 92px; }
.node-panel { bottom: 7px; left: 35px; }
.metric { position: absolute; z-index: 5; width: 155px; padding: 15px; display: grid; grid-template-columns: 30px 1fr; column-gap: 7px; background: rgba(5,22,31,.8); border: 1px solid rgba(255,255,255,.12); border-radius: 13px; box-shadow: 0 14px 35px rgba(0,0,0,.18); backdrop-filter: blur(8px); }
.metric span { grid-row: 1 / span 2; color: var(--teal); font-size: .63rem; font-weight: 900; }
.metric b { font-size: .73rem; }
.metric small { color: rgba(255,255,255,.42); font-size: .58rem; }
.metric-a { left: 15px; top: 92px; }
.metric-b { right: 15px; bottom: 16px; }
.hero-visual .metric { width: 138px; padding: 11px; grid-template-columns: 24px 1fr; }
.hero-visual .metric b { font-size: .65rem; }
.hero-visual .metric small { font-size: .52rem; }
.flow-lines { position: absolute; inset: 0; opacity: .25; }
.flow-lines i { position: absolute; width: 22%; height: 1px; background: linear-gradient(90deg, transparent, var(--teal)); }
.flow-lines i:nth-child(1) { top: 31%; left: 0; }
.flow-lines i:nth-child(2) { top: 75%; right: 0; transform: rotate(180deg); }
.flow-lines i:nth-child(3) { width: 1px; height: 16%; bottom: 0; left: 32%; background: linear-gradient(transparent, var(--teal)); }
.flow-lines i:nth-child(4) { width: 1px; height: 16%; top: 57px; right: 24%; background: linear-gradient(var(--teal), transparent); }
@keyframes rotate { to { transform: translate(-50%,-50%) rotate(360deg); } }

.solar-benefits { position: relative; z-index: 3; color: var(--ink); background: rgba(255,255,255,.97); border-bottom: 1px solid #dfe6e3; box-shadow: 0 -8px 28px rgba(0,1,40,.14); }
.solar-benefits-grid { min-height: 112px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: stretch; }
.solar-benefits-grid > div { display: grid; grid-template-columns: 30px 1fr; gap: 12px; align-items: center; padding: 22px 23px; border-right: 1px solid #dfe6e3; }
.solar-benefits-grid > div:first-child { border-left: 1px solid #dfe6e3; }
.solar-benefits-grid > div > span { color: #079eb2; font-size: .65rem; font-weight: 900; }
.solar-benefits-grid p { margin: 0; }
.solar-benefits-grid strong { display: block; margin-bottom: 6px; font-size: .8rem; }
.solar-benefits-grid small { display: block; color: var(--muted); font-size: .64rem; line-height: 1.45; }

.simulator-card { width: min(610px, 100%); padding: 38px; background: rgba(4,13,18,.93); border: 1px solid rgba(255,255,255,.14); border-radius: 22px; box-shadow: 0 28px 70px rgba(0,0,0,.35); }
.simulator-card h2 { margin-bottom: 28px; font-size: clamp(2rem, 4vw, 3.2rem); letter-spacing: -.045em; }
.simulator-field { display: block; }
.simulator-field > span:first-child { display: block; margin-bottom: 11px; color: rgba(255,255,255,.58); font-size: .75rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.currency-input { min-height: 76px; display: grid; grid-template-columns: 58px 1fr; align-items: center; overflow: hidden; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.17); border-radius: 13px; }
.currency-input b { display: grid; place-items: center; height: 100%; color: var(--sun); border-right: 1px solid rgba(255,255,255,.12); font-size: 1.15rem; }
.currency-input input { height: 74px; padding: 0 20px; color: white; background: transparent; border: 0; border-radius: 0; font-size: 1.75rem; font-weight: 900; }
.currency-input input:focus { box-shadow: inset 0 0 0 2px var(--sun); }
.simulator-results { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 18px; }
.simulator-results div { padding: 18px; background: rgba(255,255,255,.06); border-radius: 11px; }
.simulator-results small { display: block; margin-bottom: 7px; color: rgba(255,255,255,.5); font-size: .7rem; }
.simulator-results strong { display: block; color: var(--sun); font-size: 1rem; line-height: 1.35; }
.simulator-note { margin: 18px 0 22px; color: rgba(255,255,255,.52); font-size: .78rem; line-height: 1.6; }
.hero-grid-with-simulator { grid-template-columns: minmax(0, .88fr) minmax(430px, 1.12fr); gap: 52px; }
.hero-grid-with-simulator .hero-copy { max-width: 570px; }
.hero-grid-with-simulator .hero-copy h1 { max-width: 560px; font-size: clamp(2.5rem, 3.6vw, 3.45rem); }
.hero-grid-with-simulator .hero-lead { max-width: 540px; font-size: 1rem; }
.hero-simulator { width: 100%; padding: 29px; justify-self: end; background: rgba(3,14,20,.91); backdrop-filter: blur(8px); }
.hero-simulator .eyebrow { margin-bottom: 14px; }
.hero-simulator h2 { margin-bottom: 19px; font-size: clamp(1.9rem, 3vw, 2.7rem); }
.hero-simulator .currency-input { min-height: 63px; }
.hero-simulator .currency-input input { height: 61px; font-size: 1.45rem; }
.hero-simulator .simulator-results { margin-top: 12px; }
.hero-simulator .simulator-results div { padding: 14px; }
.hero-simulator .simulator-note { margin: 13px 0 16px; }
.hero-simulator .button { min-height: 46px; }
.scroll-cue { position: fixed; z-index: 39; right: 20px; bottom: 96px; display: grid; place-items: center; width: 54px; height: 66px; color: white; text-decoration: none; background: rgba(5,55,77,.9); border: 1px solid rgba(255,255,255,.28); border-radius: 28px; box-shadow: 0 10px 28px rgba(0,0,0,.2); backdrop-filter: blur(8px); transition: transform .2s, background .2s; }
.scroll-cue:hover { transform: translateY(-3px); background: rgba(7,112,143,.94); }
.scroll-mouse { width: 30px; height: 45px; display: grid; justify-items: center; padding-top: 8px; border: 2px solid rgba(255,255,255,.86); border-radius: 18px; }
.scroll-mouse i { width: 4px; height: 8px; background: white; border-radius: 4px; animation: scroll-nudge 1.7s ease-in-out infinite; }
@keyframes scroll-nudge { 0%, 100% { transform: translateY(0); opacity: .45; } 50% { transform: translateY(9px); opacity: 1; } }

.solutions { padding: 115px 0 105px; }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 100px; align-items: end; margin-bottom: 44px; }
.section-heading h2, .why-copy h2, .orientation-copy h2 { margin-bottom: 0; font-size: clamp(2.15rem, 4vw, 3.55rem); line-height: 1.06; letter-spacing: -.045em; }
.section-heading > p { margin-bottom: 4px; color: var(--muted); line-height: 1.75; }
.investment-line { white-space: nowrap; }
.operation-heading { display: block; }
.operation-heading > div, .operation-heading > p { width: 100%; max-width: none; }
.operation-heading > p { margin: 20px 0 4px; }
.solutions-tabs { overflow: hidden; background: white; border: 1px solid #d7e6eb; border-radius: var(--radius); box-shadow: 0 24px 70px rgba(3,50,70,.1); }
.solution-tablist { display: flex; overflow-x: auto; padding: 0 18px; background: #eaf6fa; border-bottom: 1px solid #d7e6eb; scrollbar-width: thin; }
.solution-tablist button { position: relative; flex: 0 0 auto; min-height: 68px; padding: 0 18px; color: #365c6d; background: transparent; border: 0; font-size: .78rem; font-weight: 800; cursor: pointer; }
.solution-tablist button::after { content: ""; position: absolute; left: 18px; right: 18px; bottom: 0; height: 3px; background: transparent; }
.solution-tablist button[aria-selected="true"] { color: #067d9d; }
.solution-tablist button[aria-selected="true"]::after { background: #49b9dc; }
.solution-tablist button:focus-visible { outline: 3px solid rgba(73,185,220,.35); outline-offset: -3px; }
.solution-panel { min-height: 485px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: stretch; animation: fadeUp .3s ease; }
.solution-panel[hidden] { display: none; }
.solution-panel-solar { grid-template-columns: 1.05fr .95fr; color: white; background: linear-gradient(130deg, #0a5675, #1688a5); }
.solution-panel-text { grid-template-columns: minmax(0, 780px); background: radial-gradient(circle at 88% 20%, rgba(73,185,220,.18), transparent 25%), linear-gradient(120deg, white, #edf8fb); }
.solution-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(34px, 6vw, 72px); }
.solution-kicker { margin-bottom: 17px; color: #1597b9; font-size: .68rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.solution-panel-solar .solution-kicker { color: var(--sun); }
.solution-copy h3 { max-width: 630px; margin-bottom: 18px; font-size: clamp(2rem, 3.7vw, 3.35rem); line-height: 1.05; letter-spacing: -.04em; }
.solution-copy p { max-width: 650px; margin-bottom: 24px; color: #617984; line-height: 1.72; }
.solution-panel-solar .solution-copy p { color: rgba(255,255,255,.72); }
.solution-copy ul { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 11px 22px; width: 100%; margin: 0 0 30px; padding: 0; list-style: none; }
.solution-copy li { position: relative; padding-left: 20px; color: #365c6d; font-size: .77rem; font-weight: 700; }
.solution-copy li::before { content: "✓"; position: absolute; left: 0; color: #1597b9; font-weight: 900; }
.solution-panel-solar .solution-copy li { color: white; }
.solution-panel-solar .solution-copy li::before { color: var(--sun); }
.solution-image { min-height: 485px; background-image: linear-gradient(180deg, rgba(3,39,55,.02), rgba(3,39,55,.2)), url("./assets/engenharia-automacao-paineis-benatech.png"); background-size: 100% 100%, 300% auto; background-repeat: no-repeat; }
.solution-image.service-media-engineering { background-position: center, left center; }
.solution-image.service-media-automation { background-position: center, center center; }
.solution-image.service-media-panels { background-position: center, right center; }
.solution-image-engineering { background-image: url("./assets/engenharia-eletrica-sem-pessoas.webp"); background-size: contain; background-position: center; background-color: #e8f3f7; }
.solution-image-infra { background-image: url("./assets/infraestrutura-eletrica-sem-pessoas.webp"); background-size: contain; background-position: center; background-color: #e8f3f7; }
.solution-image-cftv { background-image: url("./assets/cftv-sem-pessoas.webp"); background-size: contain; background-position: center; background-color: #e8f3f7; }
.solution-image-spda { background-image: url("./assets/spda-aterramento-sem-pessoas.webp"); background-size: contain; background-position: center; background-color: #e8f3f7; }
.panel-slideshow { position: relative; min-height: 485px; overflow: hidden; background: #dcecf2; }
.panel-slide { position: absolute; inset: 0; opacity: 0; background-size: contain; background-position: center; background-repeat: no-repeat; animation: panel-slides 12s infinite; }
.panel-slide-electric { opacity: 1; background-image: linear-gradient(180deg, transparent 70%, rgba(3,39,55,.7)), url("./assets/painel-eletrico-organizado.webp"); }
.panel-slide-pneumatic { background-image: linear-gradient(180deg, transparent 70%, rgba(3,39,55,.7)), url("./assets/painel-pneumatico-organizado.webp"); animation-delay: 6s; }
.panel-slide span { position: absolute; left: 22px; bottom: 20px; padding: 8px 11px; color: white; background: rgba(5,65,87,.76); border: 1px solid rgba(255,255,255,.22); border-radius: 7px; font-size: .68rem; font-weight: 800; }
@keyframes panel-slides { 0%, 43% { opacity: 1; } 50%, 93% { opacity: 0; } 100% { opacity: 1; } }
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.service-card { position: relative; min-height: 485px; overflow: hidden; padding: 31px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card:hover { transform: translateY(-5px); border-color: #b9d7cf; box-shadow: var(--shadow); }
.service-card::after { content: ""; position: absolute; right: -110px; bottom: -150px; width: 280px; height: 280px; border: 1px solid #e5eeeb; border-radius: 50%; box-shadow: 0 0 0 33px rgba(229,238,235,.5), 0 0 0 68px rgba(229,238,235,.25); }
.service-card > * { position: relative; z-index: 2; }
.service-media { height: 165px; margin: -31px -31px 0; overflow: hidden; background-image: linear-gradient(180deg, transparent 55%, rgba(3,22,32,.42)), url("./assets/engenharia-automacao-paineis-benatech.png"); background-size: 100% 100%, 300% auto; background-repeat: no-repeat; }
.service-media-engineering { background-position: center, left center; }
.service-media-automation { background-position: center, center center; }
.service-media-panels { background-position: center, right center; }
.service-media-solar { background-image: linear-gradient(180deg, transparent 48%, rgba(3,22,32,.72)), url("./assets/energia-solar-industrial-benatech.png"); background-size: cover; background-position: center 68%; }
.service-card .service-media + .service-icon { margin-top: -27px; }
.service-icon { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 42px; color: var(--teal-dark); background: #e8f8f4; border-radius: 13px; }
.service-icon svg { width: 25px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.service-card:first-child .service-icon svg { fill: currentColor; stroke: none; }
.service-number { position: absolute; top: 139px; right: 26px; padding: 6px 8px; color: white; background: rgba(3,22,32,.62); border: 1px solid rgba(255,255,255,.18); border-radius: 7px; font-size: .65rem; font-weight: 900; letter-spacing: .12em; backdrop-filter: blur(7px); }
.service-card h3 { margin-bottom: 13px; font-size: 1.55rem; letter-spacing: -.025em; }
.service-card p { max-width: 480px; margin-bottom: 24px; color: var(--muted); line-height: 1.65; }
.service-card ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; list-style: none; }
.service-card li { padding: 7px 10px; color: #466168; background: #f2f6f4; border-radius: 7px; font-size: .68rem; font-weight: 750; }
.solar-card { color: white; background: linear-gradient(145deg, #0b5b79, #0d7691); border-color: transparent; }
.solar-card p { color: rgba(255,255,255,.64); }
.solar-card li { color: #a8d5cc; background: rgba(255,255,255,.07); }
.solar-card .service-icon { color: var(--sun); background: rgba(243,185,77,.11); }
.solar-card .service-number { color: white; }
.solar-card::after { border-color: rgba(243,185,77,.15); box-shadow: 0 0 0 33px rgba(243,185,77,.035), 0 0 0 68px rgba(243,185,77,.025); }
.solar-shine { position: absolute; z-index: 1; right: -100px; top: -150px; width: 420px; height: 420px; background: radial-gradient(circle, rgba(243,185,77,.18), transparent 64%); }
.other-solutions { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 14px; overflow: hidden; color: white; background: linear-gradient(135deg, #0a506d, #0d7890); border-radius: var(--radius); }
.other-solutions div { min-height: 124px; display: grid; grid-template-columns: 31px 1fr; align-content: center; column-gap: 12px; padding: 27px; border-right: 1px solid rgba(255,255,255,.1); }
.other-solutions div:last-child { border-right: 0; }
.other-solutions span { grid-row: 1 / span 2; color: var(--teal); font-size: .67rem; font-weight: 900; }
.other-solutions b { font-size: .89rem; }
.other-solutions small { margin-top: 7px; color: rgba(255,255,255,.45); font-size: .67rem; line-height: 1.5; }
.why-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; padding-top: 125px; }
.why-copy > p:not(.eyebrow) { margin: 26px 0 31px; color: var(--muted); line-height: 1.75; }
.service-area { padding: 19px 21px; border-left: 3px solid var(--teal); background: #eaf1ee; border-radius: 0 10px 10px 0; }
.service-area span { display: block; margin-bottom: 7px; color: var(--muted); font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.service-area strong { font-size: .8rem; line-height: 1.5; }
.advantages { border-top: 1px solid #cad5d1; }
.advantages article { display: grid; grid-template-columns: 50px 1fr; gap: 20px; padding: 23px 0; border-bottom: 1px solid #cad5d1; }
.advantages article > span { color: var(--teal-dark); font-size: .67rem; font-weight: 900; }
.advantages h3 { margin-bottom: 6px; font-size: 1rem; }
.advantages p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.6; }

/* Conteúdo completo da página de energia solar */
.solar-value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.solar-value-grid article { min-height: 270px; display: flex; flex-direction: column; padding: 30px 26px; background: white; border: 1px solid #d7e6eb; border-radius: 16px; box-shadow: 0 14px 35px rgba(3,50,70,.06); }
.solar-value-grid article > span { display: inline-block; margin-bottom: 45px; color: #1597b9; font-size: .78rem; font-weight: 900; }
.solar-value-grid h3 { min-height: 2.7em; margin-bottom: 12px; font-size: 1.15rem; line-height: 1.35; letter-spacing: -.02em; }
.solar-value-grid p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.65; text-align: justify; text-justify: inter-word; }
.solar-disclaimer { display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; margin-top: 16px; padding: 22px 25px; color: white; background: #0a5872; border-radius: 13px; }
.solar-disclaimer strong { font-size: .95rem; white-space: nowrap; }
.solar-disclaimer p { margin: 0; color: rgba(255,255,255,.7); font-size: .85rem; line-height: 1.55; }
.solar-disclaimer a { color: var(--sun); font-size: .82rem; font-weight: 850; text-decoration: none; white-space: nowrap; }

.solar-operation, .solar-profiles { padding: 105px 0; background: white; }

.solar-safety { padding: 105px 0; color: white; background: linear-gradient(140deg, #073c54, #0a6e88); }
.solar-safety .section-heading > p { color: rgba(255,255,255,.64); }
.safety-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.safety-grid article { display: grid; grid-template-columns: 1fr 1fr; min-height: 250px; overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 15px; }
.safety-grid article > div { padding: 27px; }
.safety-grid article > div:first-child { background: rgba(2,31,43,.4); }
.safety-grid article > div:last-child { background: rgba(255,255,255,.08); }
.safety-grid small { display: block; margin-bottom: 15px; color: var(--sun); font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.safety-grid h3 { margin-bottom: 11px; font-size: 1.12rem; }
.safety-grid p { margin: 0; color: rgba(255,255,255,.72); font-size: .86rem; line-height: 1.65; }
.technical-signature { display: flex; justify-content: space-between; gap: 24px; margin-top: 18px; padding: 22px 25px; color: #103b4d; background: white; border-radius: 12px; }
.technical-signature strong { font-size: .9rem; }
.technical-signature span { color: #56717c; font-size: .82rem; }

.energy-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: stretch; }
.energy-flow article { min-height: 210px; padding: 27px 23px; background: #f2f9fb; border: 1px solid #d7e6eb; border-radius: 14px; }
.energy-flow article > span { display: inline-block; margin-bottom: 31px; color: #1597b9; font-size: .75rem; font-weight: 900; }
.energy-flow h3 { margin-bottom: 10px; font-size: 1rem; }
.energy-flow p { margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.6; }
.energy-flow > i { display: grid; place-items: center; width: 34px; color: #1597b9; font-style: normal; font-weight: 900; }
.day-night-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 14px; }
.day-night-grid article { padding: 25px 28px; color: white; background: #0a5872; border-radius: 13px; }
.day-night-grid article:last-child { background: #123d51; }
.day-night-grid strong { display: block; margin-bottom: 8px; color: var(--sun); font-size: .88rem; }
.day-night-grid p { margin: 0; color: rgba(255,255,255,.7); font-size: .86rem; line-height: 1.65; }

.generation-demo { overflow: hidden; color: white; background: #071218; border: 1px solid #1d3944; border-radius: 24px; box-shadow: 0 24px 65px rgba(3,30,42,.18); }
.generation-toolbar { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 16px 22px; background: #081319; border-bottom: 1px solid rgba(255,255,255,.1); }
.generation-toolbar > strong { display: flex; align-items: center; gap: 10px; color: var(--sun); font-size: .79rem; letter-spacing: .1em; text-transform: uppercase; }
.generation-toolbar > strong > span { width: 8px; height: 8px; background: currentColor; border-radius: 50%; box-shadow: 0 0 0 6px rgba(243,185,77,.12); }
.generation-toggle { display: flex; padding: 4px; background: #02080b; border: 1px solid rgba(255,255,255,.12); border-radius: 30px; }
.generation-toggle button { min-height: 42px; padding: 0 17px; color: rgba(255,255,255,.55); background: transparent; border: 0; border-radius: 23px; font-size: .78rem; font-weight: 850; cursor: pointer; }
.generation-toggle button.active { color: #101a1d; background: var(--sun); }
.generation-scene { position: relative; min-height: 580px; overflow: hidden; background: #09161d; }
.generation-photo { position: absolute; inset: 0; background-image: linear-gradient(180deg, rgba(4,18,25,.05), rgba(4,18,25,.25)), url("./assets/casa-solar-carro-eletrico-benatech.webp"); background-size: cover; background-position: center; transition: filter 1s, opacity 1s; }
.generation-scene[data-mode="night"] .generation-photo { filter: brightness(.23) saturate(.55) hue-rotate(8deg); }
.generation-scene[data-mode="night"]::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 23% 58%, rgba(255,194,86,.2), transparent 10%), linear-gradient(180deg, rgba(10,20,50,.18), rgba(2,7,18,.38)); }
.generation-lines { position: absolute; z-index: 2; inset: 0; width: 100%; height: 100%; overflow: visible; }
.solar-line { fill: none; stroke: var(--sun); stroke-width: 5; stroke-linecap: round; stroke-dasharray: 12 13; filter: drop-shadow(0 0 7px rgba(243,185,77,.85)); opacity: .95; animation: energy-dash 1.5s linear infinite; }
.energy-pulse { fill: #fff7c4; filter: drop-shadow(0 0 12px #ffd04c); }
.meter-junction { fill: #081319; stroke: var(--sun); stroke-width: 4; filter: drop-shadow(0 0 9px rgba(243,185,77,.9)); }
.night-flow { display: none; }
.generation-scene[data-mode="night"] .solar-line { stroke: #69bdff; filter: drop-shadow(0 0 7px rgba(105,189,255,.9)); }
.generation-scene[data-mode="night"] .energy-pulse { fill: #d9efff; filter: drop-shadow(0 0 12px #69bdff); }
.generation-scene[data-mode="night"] .meter-junction { stroke: #69bdff; filter: drop-shadow(0 0 9px rgba(105,189,255,.95)); }
.generation-scene[data-mode="night"] .day-flow { display: none; }
.generation-scene[data-mode="night"] .night-flow { display: block; }
.generation-scene[data-mode="night"] .label-panels,
.generation-scene[data-mode="night"] .label-inverter { opacity: .56; }
.generation-scene[data-mode="night"] .label-car,
.generation-scene[data-mode="night"] .mobile-car-flow { display: none; }
@keyframes energy-dash { to { stroke-dashoffset: -25; } }
.equipment-label { position: absolute; z-index: 4; min-width: 142px; padding: 12px 14px; color: white; background: rgba(3,13,18,.9); border: 1px solid rgba(255,255,255,.2); border-radius: 12px; box-shadow: 0 12px 30px rgba(0,0,0,.26); backdrop-filter: blur(10px); }
.equipment-label small { display: inline-block; margin-right: 6px; color: var(--sun); font-weight: 900; }
.equipment-label strong { font-size: .78rem; text-transform: uppercase; letter-spacing: .05em; }
.equipment-label span { display: block; margin-top: 5px; color: rgba(255,255,255,.7); font-size: .7rem; }
.label-panels { top: 11%; left: 39%; }
.label-inverter { top: 43%; left: 51%; }
.label-property { top: 60%; left: 34%; }
.label-car { left: 3%; bottom: 5%; }
.label-meter { top: 54%; right: 11%; }
.meter-display { position: absolute; z-index: 4; right: 3%; bottom: 5%; min-width: 220px; padding: 15px 17px; background: rgba(2,10,14,.9); border: 1px solid rgba(255,255,255,.2); border-radius: 12px; backdrop-filter: blur(9px); }
.meter-display small, .meter-display span { display: block; color: rgba(255,255,255,.56); font-size: .68rem; }
.meter-display strong { display: block; margin: 6px 0; color: var(--sun); font-size: 1.2rem; }
.generation-scene[data-mode="night"] .equipment-label small, .generation-scene[data-mode="night"] .meter-display strong { color: #69bdff; }
.energy-mobile-flow { display: none; }
.generation-caption { min-height: 84px; display: grid; place-items: center; margin: 0; padding: 20px 9%; color: rgba(255,255,255,.7); text-align: center; background: #050b0e; font-size: .94rem; line-height: 1.65; }

.energy-costs { padding: 105px 0; color: white; background: linear-gradient(145deg, #071722, #0a4258); }
.costs-card { padding: 65px clamp(28px, 7vw, 90px); text-align: center; background: radial-gradient(circle at 50% 34%, rgba(243,185,77,.09), transparent 34%), #071116; border: 1px solid rgba(243,185,77,.18); border-radius: 24px; box-shadow: 0 28px 70px rgba(0,0,0,.22); }
.costs-kicker { margin: 0 0 24px; color: var(--sun); font-size: .78rem; font-weight: 900; letter-spacing: .34em; text-transform: uppercase; }
.costs-card h2 { max-width: 950px; margin: 0 auto 38px; font-size: clamp(2rem, 5vw, 4.6rem); line-height: 1.06; letter-spacing: -.045em; }
.costs-card h2 strong { display: block; margin-top: 10px; color: #f4a500; }
.costs-bar { max-width: 820px; display: grid; grid-template-columns: 44.2fr 55.8fr; margin: 0 auto; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 13px; }
.costs-bar > span { min-height: 112px; display: grid; align-content: center; gap: 20px; padding: 17px; }
.costs-bar b { font-size: 1.2rem; }
.costs-bar small { font-size: .7rem; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.costs-tax { color: #06141b; background: linear-gradient(90deg, #f5a000, #f7bd12); }
.costs-energy { color: rgba(255,255,255,.62); background: rgba(255,255,255,.06); }
.costs-items { margin: 26px 0 0; color: rgba(255,255,255,.6); font-size: .88rem; }
.costs-items i { margin: 0 10px; color: var(--sun); font-style: normal; }
.costs-message { max-width: 790px; margin: 40px auto 0; color: rgba(255,255,255,.8); font-size: 1.08rem; line-height: 1.7; }
.costs-source { display: block; max-width: 800px; margin: 28px auto 0; color: rgba(255,255,255,.38); font-size: .68rem; line-height: 1.55; }
.free-analysis { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; margin-top: 18px; padding: 22px 26px; color: white; background: #0a5872; border-left: 3px solid var(--sun); border-radius: 0 13px 13px 0; }
.analysis-icon { width: 42px; height: 42px; display: grid; place-items: center; color: var(--sun); background: rgba(255,255,255,.08); border-radius: 50%; font-size: 1.35rem; }
.free-analysis p { margin: 0; color: rgba(255,255,255,.72); font-size: 1rem; }
.free-analysis p strong { color: var(--sun); }
.free-analysis a { color: white; font-size: .82rem; font-weight: 850; text-decoration: none; }

.solar-profiles { color: white; background: #082f43; }
.solar-profiles .section-heading > p { color: rgba(255,255,255,.62); }
.profile-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.profile-cards article { min-height: 270px; padding: 29px 25px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.13); border-radius: 15px; }
.profile-cards span { display: inline-block; margin-bottom: 48px; color: var(--sun); font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.profile-cards h3 { margin-bottom: 11px; font-size: 1.13rem; }
.profile-cards p { margin: 0; color: rgba(255,255,255,.65); font-size: .87rem; line-height: 1.65; }

.solar-projects { padding: 105px 0; background: white; }
.project-photo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.project-photo-grid article { overflow: hidden; background: #f4f9fb; border: 1px solid #d7e6eb; border-radius: 16px; }
.project-photo-slot { aspect-ratio: 4 / 3; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 8px; color: #4b7688; background: linear-gradient(135deg, #e8f4f8, #f8fcfd); border-bottom: 1px dashed #b9d6e1; }
.project-photo-slot span { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 5px; color: white; background: #1597b9; border-radius: 50%; font-size: 1.4rem; }
.project-photo-slot strong { font-size: .88rem; }
.project-photo-slot small { color: #71909d; font-size: .72rem; }
.project-photo-grid article > p { margin: 0; padding: 17px 19px; color: #315c6d; font-size: .83rem; font-weight: 850; }
.projects-note { margin: 16px 0 0; padding: 16px 19px; color: #617984; background: #edf7fa; border-left: 3px solid #1597b9; border-radius: 0 10px 10px 0; font-size: .8rem; line-height: 1.6; }


.partners { padding: 76px 0; background: white; border-top: 1px solid #dce9ed; }
.partners-inner { display: grid; grid-template-columns: .72fr 1.28fr; gap: 75px; align-items: center; }
.partners h2 { margin-bottom: 12px; font-size: clamp(2rem, 3.5vw, 3.1rem); letter-spacing: -.04em; }
.partners-inner > div > p:last-child { margin: 0; color: var(--muted); line-height: 1.65; }
.partner-sectors { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.partner-sectors span { min-height: 88px; display: grid; place-items: center; padding: 18px; color: #315c6d; text-align: center; background: #eff8fb; border: 1px solid #d4e9f0; border-radius: 12px; font-size: .78rem; font-weight: 800; }

.orientation { color: white; background: linear-gradient(145deg, #084b68, #0b7289); }
.orientation-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 85px; align-items: start; padding-top: 110px; padding-bottom: 105px; }
.orientation-copy { position: sticky; top: 40px; }
.orientation-copy h2 { margin-bottom: 23px; }
.orientation-copy > p:not(.eyebrow) { max-width: 440px; color: rgba(255,255,255,.57); line-height: 1.75; }
.contact-direct { display: grid; gap: 9px; margin-top: 36px; }
.contact-direct a { display: flex; align-items: center; gap: 14px; padding: 14px; text-decoration: none; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.09); border-radius: 12px; transition: border-color .2s, background .2s; }
.contact-direct a:hover { background: rgba(255,255,255,.07); border-color: rgba(27,209,179,.4); }
.contact-direct a > span { width: 35px; height: 35px; display: grid; place-items: center; color: var(--teal); background: rgba(27,209,179,.1); border-radius: 9px; font-size: .7rem; font-weight: 900; }
.contact-direct div { min-width: 0; display: flex; flex-direction: column; }
.contact-direct small { margin-bottom: 4px; color: rgba(255,255,255,.4); font-size: .63rem; }
.contact-direct strong { overflow-wrap: anywhere; font-size: .79rem; }
.wizard { min-height: 590px; padding: 34px; color: var(--ink); background: #f8faf8; border-radius: 25px; box-shadow: 0 30px 80px rgba(0,0,0,.2); }
.wizard-progress { display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: center; margin-bottom: 28px; color: var(--muted); font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.wizard-progress div { height: 3px; overflow: hidden; background: #dce4e1; border-radius: 2px; }
.wizard-progress i { display: block; width: 50%; height: 100%; background: var(--teal-dark); transition: width .3s; }
.form-step { display: none; }
.form-step.active { display: block; animation: fadeUp .35s ease; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
fieldset { margin: 0 0 23px; padding: 0; border: 0; }
legend, .field > span { display: block; margin-bottom: 11px; font-size: .76rem; font-weight: 850; }
.choice-grid { display: grid; gap: 8px; }
.profile-grid { grid-template-columns: repeat(3, 1fr); }
.choice-grid label { cursor: pointer; }
.choice-grid input { position: absolute; opacity: 0; pointer-events: none; }
.choice-grid label > span { min-height: 98px; display: flex; flex-direction: column; padding: 15px; background: white; border: 1px solid var(--line); border-radius: 12px; transition: border-color .2s, background .2s, box-shadow .2s; }
.choice-grid label > span::before { content: ""; width: 15px; height: 15px; margin-bottom: 13px; border: 1px solid #b9c5c1; border-radius: 50%; box-shadow: inset 0 0 0 4px white; }
.choice-grid input:checked + span { background: #eaf9f5; border-color: var(--teal-dark); box-shadow: 0 0 0 1px var(--teal-dark); }
.choice-grid input:checked + span::before { background: var(--teal-dark); border-color: var(--teal-dark); }
.choice-grid b { font-size: .76rem; }
.choice-grid small { margin-top: 5px; color: var(--muted); font-size: .61rem; line-height: 1.4; }
.field { display: block; margin-bottom: 20px; }
.field small { color: var(--muted); font-weight: 500; }
input, select, textarea { width: 100%; color: var(--ink); background: white; border: 1px solid #d5dfdc; border-radius: 10px; outline: 0; transition: border-color .2s, box-shadow .2s; }
input, select { height: 49px; padding: 0 14px; }
textarea { padding: 13px 14px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--teal-dark); box-shadow: 0 0 0 3px rgba(10,157,138,.12); }
.file-field input { height: auto; padding: 12px; border-style: dashed; }
.file-field > small { display: block; margin-top: 8px; font-size: .64rem; line-height: 1.45; }
.file-field > small.file-error { color: #b63838; font-weight: 700; }
.next-button { width: 100%; margin-top: 7px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.step-actions { display: flex; justify-content: space-between; gap: 12px; }
.step-actions .button-ghost { color: var(--ink); border-color: #c9d3d0; }
.form-error { min-height: 19px; margin: 9px 0 0; color: #b63838; font-size: .71rem; }
.result { animation: fadeUp .4s ease; }
.result-badge { display: inline-flex; padding: 7px 10px; color: #077563; background: #dff7f1; border-radius: 7px; font-size: .65rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.result h3 { max-width: 560px; margin: 18px 0 10px; font-size: 1.75rem; line-height: 1.2; letter-spacing: -.03em; }
.result > p { color: var(--muted); line-height: 1.65; }
.result-checklist { margin: 23px 0; padding: 20px; background: #edf2ef; border-radius: 13px; }
.result-checklist > span { font-size: .72rem; font-weight: 850; }
.result-checklist ul { display: grid; grid-template-columns: 1fr 1fr; gap: 9px 18px; margin: 14px 0 0; padding: 0; list-style: none; }
.result-checklist li { position: relative; padding-left: 18px; color: #4d6267; font-size: .73rem; line-height: 1.45; }
.result-checklist li::before { content: "✓"; position: absolute; left: 0; color: var(--teal-dark); font-weight: 900; }
.result-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.button-whatsapp { color: var(--ink); background: var(--teal); }
.button-email { color: white; background: var(--ink-2); }
.button-share { grid-column: 1 / -1; color: white; background: #128c7e; }
.restart-button { margin: 18px 0 0; padding: 0; color: var(--teal-dark); background: transparent; border: 0; font-size: .72rem; font-weight: 800; cursor: pointer; }
.privacy-note { display: block; margin-top: 14px; color: #899895; font-size: .62rem; }

.site-footer { color: var(--ink); background: white; border-top: 4px solid #54b9dc; }
.footer-grid { min-height: 145px; display: grid; grid-template-columns: 1fr 1.2fr .85fr; gap: 35px; align-items: center; }
.footer-grid > p { margin: 0; color: #657a81; font-size: .69rem; line-height: 1.75; }
.footer-grid .technical-note { text-align: right; }
.footer-brand { width: 205px; height: 70px; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 18px; padding-bottom: 22px; color: #7b8b90; border-top: 1px solid #dfe6e3; font-size: .6rem; }
.floating-whatsapp { position: fixed; z-index: 40; right: 22px; bottom: 22px; width: 58px; height: 58px; display: grid; place-items: center; color: white; background: #25d366; border: 4px solid rgba(255,255,255,.9); border-radius: 50%; box-shadow: 0 12px 30px rgba(0,0,0,.22); text-decoration: none; }
.floating-whatsapp svg { width: 31px; height: 31px; display: block; fill: currentColor; }
.inline-benatech-wordmark { display: inline-block; width: auto; height: .86em; margin: 0 .04em; vertical-align: -.08em; object-fit: contain; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* Páginas individuais de soluções */
.service-page { background: #f3f9fb; }
.service-page-main { padding-top: 148px; }
.service-hero { padding: 78px 0 70px; background: linear-gradient(135deg, #eaf7fb, #fff); border-bottom: 1px solid #d7e6eb; }
.service-breadcrumb { margin-bottom: 22px; color: #1597b9; font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.service-breadcrumb a { text-decoration: none; }
.service-hero-grid { display: grid; grid-template-columns: 1fr .92fr; gap: 70px; align-items: center; }
.service-hero h1 { margin-bottom: 24px; color: #082f43; font-size: clamp(2.7rem, 5vw, 4.8rem); }
.service-hero p { max-width: 670px; margin-bottom: 30px; color: #56717c; font-size: 1.05rem; line-height: 1.75; }
.service-page-media { min-height: 430px; display: grid; place-items: center; overflow: hidden; background: #dcecf2; border: 1px solid #d1e3e9; border-radius: 18px; }
.service-page-media img { display: block; width: 100%; height: 430px; object-fit: contain; }
.nr-visual { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; width: min(390px, 80%); }
.nr-visual span { aspect-ratio: 1; display: grid; place-items: center; color: white; background: linear-gradient(145deg, #0a5b78, #1597b9); border-radius: 18px; font-size: 1.4rem; font-weight: 900; box-shadow: 0 18px 40px rgba(8,79,105,.16); }
.service-details { padding: 82px 0; background: white; }
.service-details-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.service-details h2 { font-size: clamp(2rem, 3.7vw, 3.25rem); line-height: 1.08; letter-spacing: -.04em; }
.service-details-copy > p { color: #617984; font-size: 1rem; line-height: 1.75; }
.service-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 30px 0; padding: 0; list-style: none; }
.service-list li { position: relative; padding: 15px 16px 15px 43px; color: #315c6d; background: #eff8fb; border: 1px solid #d4e9f0; border-radius: 10px; font-size: .9rem; font-weight: 750; }
.service-list li::before { content: "✓"; position: absolute; left: 17px; color: #0797b9; font-weight: 900; }
.service-process { padding: 74px 0; background: #eef7fa; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.process-grid article { padding: 28px; background: white; border: 1px solid #d9e8ed; border-radius: 14px; }
.process-grid span { color: #1597b9; font-size: .72rem; font-weight: 900; }
.process-grid h3 { margin: 15px 0 9px; font-size: 1.05rem; }
.process-grid p { margin: 0; color: #617984; font-size: .86rem; line-height: 1.65; }
.service-cta { padding: 72px 0; color: white; background: linear-gradient(135deg, #084b68, #0b7289); }
.service-cta .shell { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.service-cta h2 { max-width: 700px; margin: 0; font-size: clamp(2rem, 4vw, 3.4rem); letter-spacing: -.04em; }
.service-page .site-footer { border-top: 0; }

/* Página institucional Sobre a BENATECH */
.nav-current { color: #078fb0 !important; }
.nav-current::after { right: 0 !important; }
.about-main { padding-top: 148px; }
.about-hero { padding: 92px 0; color: white; background: radial-gradient(circle at 82% 20%, rgba(73,185,220,.2), transparent 28%), linear-gradient(135deg, #073b53, #087c96); }
.about-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: center; }
.about-hero h1 { max-width: 780px; font-size: clamp(3rem, 5vw, 5rem); }
.about-title-line { display: block; }
.about-hero p:not(.eyebrow) { max-width: 720px; margin: 0; color: rgba(255,255,255,.7); font-size: 1.05rem; line-height: 1.75; }
.about-brand-card { min-height: 330px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 40px; padding: 45px; background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.38); border-radius: 20px; box-shadow: 0 30px 70px rgba(1,30,43,.24); }
.about-brand-card img { display: block; width: min(100%, 340px); height: auto; }
.about-brand-card strong { max-width: 330px; color: #315c6d; text-align: center; font-size: .93rem; line-height: 1.6; }
.about-intro { padding: 105px 0; background: white; }
.about-intro-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.about-intro h2 { margin: 0; font-size: clamp(2.25rem, 4vw, 3.7rem); line-height: 1.07; letter-spacing: -.045em; }
.about-copy { padding-top: 4px; }
.about-copy p { color: #56717c; font-size: 1rem; line-height: 1.78; }
.about-copy p:last-child { margin-bottom: 0; }
.justified-copy, .justified-copy p { text-align: justify; text-justify: inter-word; }
.about-expertise { padding: 105px 0; color: white; background: #082f43; }
.about-expertise .section-heading > p { color: rgba(255,255,255,.62); }
.about-expertise-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.about-expertise-grid article { min-height: 245px; padding: 28px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.13); border-radius: 14px; }
.about-expertise-grid span { display: block; margin-bottom: 42px; color: var(--teal); font-size: .75rem; font-weight: 900; }
.about-expertise-grid h3 { margin-bottom: 11px; font-size: 1.15rem; }
.about-expertise-grid p { margin: 0; color: rgba(255,255,255,.65); font-size: .88rem; line-height: 1.65; }
.about-differentials { padding: 105px 0; background: #f3f9fb; }
.about-differentials .why-grid { padding-top: 0; }
.about-responsibility { padding: 92px 0; color: white; background: linear-gradient(135deg, #0b6380, #0b8593); }
.about-responsibility-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: center; }
.about-responsibility h2 { margin-bottom: 18px; font-size: clamp(2.2rem, 4vw, 3.6rem); line-height: 1.07; letter-spacing: -.04em; }
.about-responsibility p:not(.eyebrow) { max-width: 680px; margin: 0; color: rgba(255,255,255,.66); line-height: 1.72; }
.engineer-card { display: flex; flex-direction: column; padding: 32px; color: #082f43; background: white; border-radius: 16px; box-shadow: 0 22px 50px rgba(2,40,55,.18); }
.engineer-card small { margin-bottom: 20px; color: #1597b9; font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.engineer-card strong { margin-bottom: 8px; font-size: 1.25rem; }
.engineer-card span { color: #617984; font-size: .9rem; }
.client-logos-section { padding: 86px 0 96px; }
.client-logos-heading { margin-bottom: 44px; text-align: center; }
.client-logos-heading .eyebrow { justify-content: center; }
.client-logos-heading h2 { margin: 0; font-size: clamp(2rem, 3.5vw, 3.2rem); letter-spacing: -.04em; }
.client-logo-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; align-items: stretch; }
.client-logo-grid figure { min-height: 132px; display: grid; place-items: center; margin: 0; padding: 22px; background: white; border: 1px solid #dce9ed; border-radius: 14px; box-shadow: 0 12px 30px rgba(3,50,70,.06); }
.client-logo-grid img { display: block; width: 100%; height: 78px; object-fit: contain; }

/* Página de contato */
.contact-main { padding-top: 148px; color: white; background: #0b6f9d; }
.contact-intro { padding: 76px 0 54px; background: linear-gradient(135deg, #086596, #0b79ad); }
.contact-overview { display: grid; grid-template-columns: 1.25fr .8fr 1fr 1.35fr; gap: 54px; }
.contact-overview h2 { margin-bottom: 22px; font-size: 1.1rem; }
.contact-overview > div:not(.contact-brand) { display: flex; flex-direction: column; align-items: flex-start; }
.contact-overview a, .contact-overview span { margin-bottom: 13px; color: rgba(255,255,255,.82); font-size: .87rem; line-height: 1.45; text-decoration: none; }
.contact-overview a:hover { color: white; }
.contact-brand img { width: 205px; height: 70px; object-fit: contain; padding: 7px; background: white; border-radius: 10px; }
.contact-brand p { margin: 22px 0 0; color: rgba(255,255,255,.75); font-size: .88rem; line-height: 1.7; }
.commercial-contact a, .commercial-contact span { overflow-wrap: anywhere; }
.contact-form-section { padding: 34px 0 100px; background: #0b6f9d; }
.contact-form-heading { margin-bottom: 30px; }
.contact-form-heading h1 { max-width: none; margin-bottom: 14px; font-size: clamp(2.6rem, 5vw, 4.5rem); }
.contact-form-heading > p:last-child { max-width: 760px; color: rgba(255,255,255,.72); line-height: 1.7; }
.contact-wizard { min-height: 0; padding: 42px; }

@media (max-width: 980px) {
  .header-main { height: 80px; }
  .brand-logo { width: 195px; }
  .main-nav { gap: 18px; font-size: .72rem; }
  .mega-menu { grid-template-columns: repeat(2, 1fr); }
  .contact-lines { display: none; }
  .header-cta { min-height: 38px; padding: 0 13px; font-size: .66rem; }
  .nav-row { height: 54px; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 195px; }
  .hero-grid-with-simulator { grid-template-columns: 1fr; gap: 34px; }
  .hero-copy { max-width: 760px; }
  .hero-grid-with-simulator .hero-copy { max-width: 720px; }
  .hero-simulator { max-width: 680px; justify-self: start; }
  .hero-visual { width: 390px; height: 360px; justify-self: start; }
  .solar-benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .solar-benefits-grid > div:nth-child(3) { border-left: 1px solid #dfe6e3; border-top: 1px solid #dfe6e3; }
  .solar-benefits-grid > div:nth-child(4) { border-top: 1px solid #dfe6e3; }
  .section-heading { gap: 50px; }
  .solution-panel, .solution-panel-solar { grid-template-columns: 1fr; }
  .solution-image { min-height: 390px; }
  .panel-slideshow { min-height: 390px; }
  .why-grid { gap: 55px; }
  .orientation-grid { grid-template-columns: 1fr; gap: 48px; }
  .orientation-copy { position: static; display: grid; grid-template-columns: 1fr .9fr; column-gap: 45px; }
  .orientation-copy .eyebrow { grid-column: 1 / -1; }
  .contact-direct { margin-top: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid .technical-note { display: none; }
  .service-hero-grid, .service-details-grid { grid-template-columns: 1fr; gap: 42px; }
  .solar-value-grid, .profile-cards { grid-template-columns: repeat(2, 1fr); }
  .safety-grid { grid-template-columns: 1fr; }
  .energy-flow { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .energy-flow > i { display: none; }
  .energy-path { grid-template-columns: repeat(2, 1fr); }
  .energy-path > i { display: none; }
  .about-hero-grid, .about-intro-grid, .about-responsibility-grid { grid-template-columns: 1fr; gap: 48px; }
  .about-brand-card { max-width: 650px; }
  .about-expertise-grid { grid-template-columns: repeat(2, 1fr); }
  .client-logo-grid { grid-template-columns: repeat(3, 1fr); }
  .contact-overview { grid-template-columns: repeat(2, 1fr); gap: 42px; }
}

@media (max-width: 760px) {
  .investment-line { white-space: normal; }
  .shell { width: min(100% - 30px, 650px); }
  .header-main { height: 78px; gap: 10px; }
  .brand-logo { width: 165px; height: 58px; padding: 0; border-radius: 0; }
  .brand-mark { width: 39px; height: 39px; }
  .brand-logo { order: 1; }
  .header-contact { order: 2; display: flex; margin-left: auto; }
  .header-contact .brazil-map { width: 45px; height: 50px; }
  .header-contact .brazil-map img { width: 44px; }
  .header-cta { display: none; }
  .menu-toggle { order: 3; }
  .nav-band { height: 0; border: 0; }
  .nav-row { height: 0; }
  .main-nav { position: absolute; top: 78px; left: 15px; right: 15px; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 10px; background: #0a5c78; border: 1px solid rgba(255,255,255,.16); border-radius: 0 0 6px 6px; box-shadow: 0 16px 35px rgba(3,58,78,.28); }
  .main-nav.open { display: flex; }
  .main-nav > a, .solutions-trigger { display: flex; width: 100%; justify-content: space-between; padding: 13px 11px; color: white; }
  .main-nav > a::after { display: none; }
  .solutions-trigger::after { display: none; }
  .nav-solutions { width: 100%; }
  .mega-menu { position: static; width: 100%; display: none; grid-template-columns: 1fr; max-height: 58vh; overflow-y: auto; padding: 8px; visibility: visible; opacity: 1; transform: none; background: #084b68; border-color: rgba(255,255,255,.12); box-shadow: none; }
  .nav-solutions:hover .mega-menu, .nav-solutions:focus-within .mega-menu { display: none; }
  .nav-solutions.open .mega-menu { display: grid; }
  .mega-menu > div { padding: 8px 12px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .mega-menu > div:last-child { border-bottom: 0; }
  .mega-menu a { color: #cbeaf2; }
  .mega-menu .mega-title { color: white; }
  .mobile-nav-contact { display: grid; gap: 7px; margin-top: 6px; padding: 13px 11px; border-top: 1px solid rgba(255,255,255,.12); }
  .mobile-nav-contact a { color: #9fded3; font-size: .67rem; text-decoration: none; overflow-wrap: anywhere; }
  .language-menu { width: 100%; margin-left: 0; }
  .language-trigger { width: 100%; justify-content: flex-start; padding: 13px 11px; color: white; }
  .language-options { position: static; display: none; min-width: 0; margin: 0 7px 7px; visibility: visible; opacity: 1; transform: none; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.13); box-shadow: none; }
  .language-menu.open .language-options { display: block; }
  .language-options a { color: #cbeaf2; }
  .menu-toggle { display: block; }
  .hero { background-position: 65% center; }
  .hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,56,83,.08), rgba(5,56,83,.38)); pointer-events: none; }
  .hero-grid { z-index: 1; min-height: 0; gap: 48px; padding-top: 130px; padding-bottom: 65px; }
  h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .hero-lead { font-size: .98rem; }
  .hero-actions { display: grid; }
  .budget-note { align-items: flex-start; flex-direction: column; }
  .hero-proof { grid-template-columns: 1fr; gap: 13px; margin-top: 39px; }
  .hero-proof div { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-proof span { margin-top: 0; text-align: right; }
  .scroll-cue { right: 15px; bottom: 92px; width: 50px; height: 60px; }
  .scroll-cue .scroll-mouse { width: 27px; height: 40px; }
  .hero-visual { width: 100%; height: 340px; border-radius: 3px; }
  .orbit-three { width: 310px; height: 310px; }
  .metric { width: 140px; }
  .metric-a { left: 12px; }
  .metric-b { right: 12px; }
  .solar-benefits-grid { grid-template-columns: 1fr; padding-top: 10px; padding-bottom: 10px; }
  .solar-benefits-grid > div { min-height: 84px; border-left: 1px solid #dfe6e3; border-top: 1px solid #dfe6e3; }
  .solar-benefits-grid > div:last-child { border-bottom: 1px solid #dfe6e3; }
  .solutions { padding: 80px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .solution-tablist { padding: 0 8px; }
  .solution-tablist button { min-height: 61px; padding: 0 13px; }
  .solution-copy { padding: 34px 24px; }
  .solution-copy ul { grid-template-columns: 1fr; }
  .solution-image { min-height: 330px; }
  .panel-slideshow { min-height: 330px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 470px; padding: 26px; }
  .service-media { margin: -26px -26px 0; }
  .other-solutions { grid-template-columns: 1fr; }
  .other-solutions div { min-height: 105px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .other-solutions div:last-child { border-bottom: 0; }
  .why-grid { grid-template-columns: 1fr; gap: 50px; padding-top: 86px; }
  .solar-value-grid, .safety-grid, .safety-grid article, .energy-flow, .day-night-grid, .profile-cards { grid-template-columns: 1fr; }
  .solar-value-grid article, .safety-grid article, .energy-flow article, .profile-cards article { min-height: auto; }
  .solar-value-grid article > span, .profile-cards span { margin-bottom: 28px; }
  .solar-value-grid h3 { min-height: 0; }
  .solar-value-grid p, .justified-copy, .justified-copy p { text-align: left; }
  .solar-disclaimer { grid-template-columns: 1fr; gap: 12px; }
  .solar-disclaimer strong, .solar-disclaimer a { white-space: normal; }
  .safety-grid article > div { padding: 24px; }
  .technical-signature { align-items: flex-start; flex-direction: column; }
  .solar-safety, .solar-operation, .solar-profiles { padding: 78px 0; }
  .simulator-card { padding: 27px 20px; }
  .simulator-results, .project-photo-grid { grid-template-columns: 1fr; }
  .generation-toolbar { align-items: flex-start; flex-direction: column; }
  .generation-toggle { width: 100%; }
  .generation-toggle button { flex: 1; }
  .generation-scene { min-height: 660px; display: flex; align-items: flex-end; }
  .generation-photo { background-position: 58% center; }
  .generation-lines, .equipment-label, .meter-display { display: none; }
  .energy-mobile-flow { position: relative; z-index: 4; width: calc(100% - 24px); display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 12px; padding: 12px; background: rgba(2,10,14,.86); border: 1px solid rgba(255,255,255,.15); border-radius: 14px; backdrop-filter: blur(9px); }
  .energy-mobile-flow article { padding: 12px; background: rgba(255,255,255,.06); border-radius: 9px; }
  .energy-mobile-flow small { display: block; color: var(--sun); font-size: .66rem; font-weight: 850; text-transform: uppercase; }
  .energy-mobile-flow strong { display: block; margin-top: 7px; font-size: .75rem; line-height: 1.4; }
  .generation-scene[data-mode="night"] .energy-mobile-flow small { color: #69bdff; }
  .generation-caption { font-size: .86rem; }
  .energy-costs { padding: 78px 0; }
  .costs-card { padding: 42px 20px; border-radius: 18px; }
  .costs-kicker { letter-spacing: .2em; }
  .costs-bar { grid-template-columns: 1fr; }
  .costs-bar > span { min-height: 86px; gap: 8px; }
  .costs-items { display: grid; gap: 5px; }
  .costs-items i { display: none; }
  .free-analysis { grid-template-columns: auto 1fr; padding: 20px; }
  .free-analysis a { grid-column: 2; }
  .solar-projects { padding: 78px 0; }
  .about-main { padding-top: 78px; }
  .about-hero, .about-intro, .about-expertise, .about-differentials, .about-responsibility { padding: 72px 0; }
  .about-hero h1 { font-size: clamp(2.6rem, 12vw, 4rem); }
  .about-brand-card { min-height: 250px; padding: 32px 24px; }
  .about-expertise-grid { grid-template-columns: 1fr; }
  .about-expertise-grid article { min-height: auto; }
  .about-expertise-grid span { margin-bottom: 27px; }
  .partners { padding: 58px 0; }
  .partners-inner { grid-template-columns: 1fr; gap: 30px; }
  .partner-sectors { grid-template-columns: 1fr; }
  .client-logo-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .client-logo-grid figure { min-height: 110px; padding: 16px; }
  .client-logo-grid img { height: 65px; }
  .contact-main { padding-top: 78px; }
  .contact-intro { padding: 58px 0 34px; }
  .contact-overview { grid-template-columns: 1fr; gap: 34px; }
  .contact-form-section { padding-bottom: 72px; }
  .contact-wizard { padding: 22px 17px; }
  .orientation-grid { padding-top: 80px; padding-bottom: 75px; }
  .orientation-copy { display: block; }
  .contact-direct { margin-top: 30px; }
  .wizard { min-height: auto; padding: 22px 17px; border-radius: 18px; }
  .profile-grid, .form-row, .result-actions, .result-checklist ul { grid-template-columns: 1fr; }
  .choice-grid label > span { min-height: 82px; }
  .step-actions { flex-direction: column-reverse; }
  .step-actions .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 20px; padding-top: 35px; padding-bottom: 35px; }
  .footer-bottom { display: grid; gap: 8px; }
  .service-page-main { padding-top: 78px; }
  .service-hero { padding: 54px 0; }
  .service-page-media, .service-page-media img { min-height: 0; height: 320px; }
  .service-details { padding: 58px 0; }
  .service-list, .process-grid { grid-template-columns: 1fr; }
  .service-cta .shell { align-items: flex-start; flex-direction: column; }
}

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