/* Fusion MP — Site Premium | estilos totalmente isolados pelo namespace .fmp-site */
body.fmp-canvas { background: #071118; margin: 0; }
body:has(.fmp-site) .wpp-floating-button { display: none !important; }

.fmp-site {
  --fmp-ink: #071118;
  --fmp-ink-2: #0b1821;
  --fmp-ink-3: #102630;
  --fmp-panel: #0e202a;
  --fmp-line: rgba(255, 255, 255, .10);
  --fmp-text: #edf2ef;
  --fmp-muted: #98a8ac;
  --fmp-paper: #f3f1e9;
  --fmp-paper-2: #e7e6de;
  --fmp-gold: #f1b434;
  --fmp-green: #62c18a;
  --fmp-radius: 22px;
  --fmp-shadow: 0 26px 80px rgba(0, 0, 0, .26);
  background: var(--fmp-ink);
  color: var(--fmp-text);
  font-family: Inter, Aptos, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  position: relative;
  text-align: left;
}

.fmp-site.fmp-fullbleed {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: clip;
  position: relative;
  right: 50%;
  width: 100vw;
}

body:has(.fmp-site.fmp-fullbleed) { overflow-x: clip; }

.fmp-site *,
.fmp-site *::before,
.fmp-site *::after { box-sizing: border-box; }
.fmp-site img { display: block; height: auto; max-width: 100%; }
.fmp-site a { color: inherit; text-decoration: none; }
.fmp-site button,
.fmp-site input,
.fmp-site textarea { font: inherit; }
.fmp-site button { color: inherit; }
.fmp-site h1,
.fmp-site h2,
.fmp-site h3,
.fmp-site p { margin: 0; }
.fmp-site ul { list-style: none; margin: 0; padding: 0; }
.fmp-site .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}
.fmp-site .fmp-icon { display: inline-block; flex: 0 0 auto; height: 22px; vertical-align: middle; width: 22px; }
.fmp-container { margin: 0 auto; max-width: 1240px; padding-left: 28px; padding-right: 28px; width: 100%; }
.fmp-section { content-visibility: auto; contain-intrinsic-size: auto 900px; padding: 118px 0; position: relative; }

.fmp-button {
  align-items: center;
  background: linear-gradient(135deg, #f6c251, var(--fmp-gold));
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(241, 180, 52, .18);
  color: #172018 !important;
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 10px;
  justify-content: center;
  letter-spacing: .035em;
  min-height: 54px;
  padding: 0 25px;
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}
.fmp-button:hover { box-shadow: 0 16px 36px rgba(241, 180, 52, .28); filter: brightness(1.05); transform: translateY(-2px); }
.fmp-button:focus-visible,
.fmp-site a:focus-visible,
.fmp-site button:focus-visible,
.fmp-site input:focus-visible,
.fmp-site textarea:focus-visible { outline: 3px solid var(--fmp-green); outline-offset: 3px; }
.fmp-button--compact { min-height: 44px; padding: 0 20px; }
.fmp-button--outline { background: transparent; border-color: rgba(255, 255, 255, .28); box-shadow: none; color: var(--fmp-text) !important; }
.fmp-button--outline:hover { background: rgba(255, 255, 255, .06); box-shadow: none; }
.fmp-text-link { align-items: center; display: inline-flex; font-size: 14px; font-weight: 700; gap: 10px; }
.fmp-text-link .fmp-icon { color: var(--fmp-gold); transition: transform .25s ease; }
.fmp-text-link:hover .fmp-icon { transform: translateX(5px); }

/* Header */
.fmp-header {
  backdrop-filter: blur(16px);
  background: rgba(7, 17, 24, .75);
  border-bottom: 1px solid rgba(255, 255, 255, .07);
  left: 0;
  position: sticky;
  right: 0;
  top: 0;
  transition: background .25s ease, box-shadow .25s ease;
  z-index: 200;
}
.admin-bar .fmp-site .fmp-header { top: 32px; }
.fmp-header.is-scrolled { background: rgba(7, 17, 24, .96); box-shadow: 0 12px 30px rgba(0, 0, 0, .22); }
.fmp-header__inner { align-items: center; display: flex; gap: 28px; min-height: 80px; }
.fmp-brand { align-items: center; display: inline-flex; flex: 0 0 auto; gap: 12px; }
.fmp-brand img { border-radius: 10px; height: 52px; object-fit: cover; width: 52px; }
.fmp-brand span { display: flex; flex-direction: column; line-height: 1.05; }
.fmp-brand b { font-size: 21px; font-weight: 500; letter-spacing: .19em; }
.fmp-brand small { color: var(--fmp-muted); font-size: 8px; letter-spacing: .13em; margin-top: 7px; text-transform: uppercase; }
.fmp-nav { align-items: center; display: flex; gap: 30px; justify-content: center; margin-left: auto; }
.fmp-nav a { color: #c8d0d0; font-size: 12px; font-weight: 700; letter-spacing: .06em; position: relative; text-transform: uppercase; transition: color .2s ease; }
.fmp-nav a::after { background: var(--fmp-gold); bottom: -10px; content: ""; height: 2px; left: 0; position: absolute; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; width: 100%; }
.fmp-nav a:hover { color: #fff; }
.fmp-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.fmp-menu-toggle { background: transparent; border: 0; cursor: pointer; display: none; height: 44px; margin-left: auto; padding: 11px 9px; width: 44px; }
.fmp-menu-toggle > span:not(.screen-reader-text) { background: currentColor; border-radius: 2px; display: block; height: 2px; margin: 5px 0; transition: transform .2s ease, opacity .2s ease; width: 25px; }
.fmp-menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.fmp-menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
.fmp-menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Hero */
.fmp-hero { align-items: center; background: var(--fmp-ink); display: flex; min-height: calc(100vh - 80px); overflow: hidden; padding: 94px 0 78px; position: relative; }
.fmp-hero::before { background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 70px 70px; content: ""; inset: 0; mask-image: linear-gradient(to bottom, #000 15%, transparent 85%); opacity: .65; position: absolute; }
.fmp-hero::after { background: linear-gradient(90deg, var(--fmp-green), var(--fmp-gold)); bottom: 0; content: ""; height: 2px; left: 0; opacity: .7; position: absolute; width: 100%; }
.fmp-hero__glow { background: radial-gradient(circle, rgba(74, 165, 130, .20), transparent 64%); filter: blur(10px); height: 780px; position: absolute; right: -260px; top: -280px; width: 780px; }
.fmp-hero__grid { align-items: center; display: grid; gap: 70px; grid-template-columns: minmax(0, 1.1fr) minmax(390px, .9fr); position: relative; z-index: 2; }
.fmp-eyebrow { align-items: center; color: var(--fmp-green); display: flex; font-size: 11px; font-weight: 800; gap: 12px; letter-spacing: .22em; text-transform: uppercase; }
.fmp-eyebrow > span { background: var(--fmp-green); box-shadow: 0 0 18px rgba(98, 193, 138, .6); height: 2px; width: 38px; }
.fmp-hero h1 { font-size: clamp(51px, 5.5vw, 82px); font-weight: 430; letter-spacing: -.045em; line-height: .98; margin: 25px 0 27px; max-width: 780px; text-wrap: balance; }
.fmp-hero__lead { color: #aab7b9; font-size: clamp(17px, 1.6vw, 21px); line-height: 1.7; max-width: 650px; }
.fmp-hero__actions { align-items: center; display: flex; flex-wrap: wrap; gap: 25px; margin-top: 37px; }
.fmp-trust-row { border-top: 1px solid var(--fmp-line); display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 56px; max-width: 660px; padding-top: 25px; }
.fmp-trust-row li { display: flex; flex-direction: column; padding-right: 16px; }
.fmp-trust-row li + li { border-left: 1px solid var(--fmp-line); padding-left: 25px; }
.fmp-trust-row b { color: #fff; font-size: 15px; }
.fmp-trust-row span { color: var(--fmp-muted); font-size: 11px; margin-top: 3px; text-transform: uppercase; }
.fmp-hero__visual { min-width: 0; }
.fmp-logo-stage { aspect-ratio: .92; background: radial-gradient(circle at 50% 43%, rgba(255,255,255,.06), transparent 52%); display: grid; place-items: center; position: relative; }
.fmp-logo-stage::before,
.fmp-logo-stage::after { border: 1px solid rgba(255,255,255,.09); border-radius: 50%; content: ""; position: absolute; }
.fmp-logo-stage::before { height: 96%; width: 96%; }
.fmp-logo-stage::after { height: 72%; width: 72%; }
.fmp-logo-stage__ring { animation: fmp-spin 26s linear infinite; border: 1px dashed rgba(241,180,52,.26); border-radius: 50%; height: 84%; position: absolute; width: 84%; }
.fmp-logo-stage > img { border: 1px solid rgba(255,255,255,.11); border-radius: 26px; box-shadow: 0 36px 100px rgba(0,0,0,.48), 0 0 60px rgba(72,145,116,.12); position: relative; width: min(73%, 410px); z-index: 2; }
.fmp-signal-card { align-items: center; backdrop-filter: blur(18px); background: rgba(12, 31, 39, .82); border: 1px solid rgba(255,255,255,.12); border-radius: 14px; box-shadow: var(--fmp-shadow); display: grid; gap: 1px 11px; grid-template-columns: 28px auto; padding: 14px 17px; position: absolute; z-index: 4; }
.fmp-signal-card b { font-size: 12px; grid-column: 2; }
.fmp-signal-card small { color: var(--fmp-muted); font-size: 9px; grid-column: 2; }
.fmp-signal-card > span { background: var(--fmp-green); border-radius: 50%; box-shadow: 0 0 0 7px rgba(98,193,138,.12); grid-row: 1 / 3; height: 9px; margin-left: 6px; width: 9px; }
.fmp-signal-card .fmp-icon { color: var(--fmp-gold); grid-row: 1 / 3; }
.fmp-signal-card--one { left: -6%; top: 23%; }
.fmp-signal-card--two { bottom: 18%; right: -5%; }
.fmp-scroll-cue { bottom: 22px; height: 34px; left: 50%; position: absolute; transform: translateX(-50%); width: 20px; z-index: 3; }
.fmp-scroll-cue::before { border: 1px solid rgba(255,255,255,.35); border-radius: 20px; content: ""; inset: 0; position: absolute; }
.fmp-scroll-cue span { animation: fmp-scroll 1.8s ease infinite; background: var(--fmp-gold); border-radius: 50%; height: 4px; left: 8px; position: absolute; top: 7px; width: 4px; }

/* Section headings */
.fmp-section-heading { max-width: 650px; }
.fmp-kicker { color: var(--fmp-green); font-size: 11px; font-weight: 800; letter-spacing: .2em; margin-bottom: 16px !important; text-transform: uppercase; }
.fmp-section-heading h2,
.fmp-inverters-teaser h2,
.fmp-contact h2,
.fmp-project-band h2 { font-size: clamp(38px, 4.5vw, 62px); font-weight: 450; letter-spacing: -.035em; line-height: 1.07; text-wrap: balance; }
.fmp-section-heading > p:last-child { color: var(--fmp-muted); font-size: 17px; margin-top: 22px; }
.fmp-section-heading--center { margin: 0 auto 60px; text-align: center; }
.fmp-section-heading--split { align-items: end; display: grid; gap: 80px; grid-template-columns: minmax(0, 1fr) 380px; max-width: none; }
.fmp-section-heading--split > p:last-child { margin-bottom: 7px; }

/* About */
.fmp-about { background: var(--fmp-paper); color: #172127; }
.fmp-about::before { background: radial-gradient(circle, rgba(73,145,113,.11), transparent 70%); content: ""; height: 520px; left: -240px; position: absolute; top: -160px; width: 520px; }
.fmp-about__grid { align-items: center; display: grid; gap: 90px; grid-template-columns: minmax(350px, .88fr) minmax(0, 1.12fr); position: relative; }
.fmp-about__image { min-height: 620px; position: relative; }
.fmp-about__image > img { border-radius: var(--fmp-radius); filter: saturate(.78) contrast(1.05); height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.fmp-about__image::after { background: linear-gradient(180deg, transparent 50%, rgba(7,17,24,.45)); border-radius: var(--fmp-radius); content: ""; inset: 0; position: absolute; }
.fmp-about__badge { align-items: center; background: var(--fmp-ink); border: 1px solid rgba(255,255,255,.1); bottom: -28px; color: white; display: flex; gap: 18px; padding: 21px 27px; position: absolute; right: -28px; z-index: 2; }
.fmp-about__badge strong { color: var(--fmp-gold); font-size: 47px; font-weight: 430; line-height: 1; }
.fmp-about__badge span { color: #bac5c5; font-size: 10px; letter-spacing: .09em; line-height: 1.5; text-transform: uppercase; }
.fmp-about .fmp-kicker { color: #24865d; }
.fmp-about .fmp-section-heading > p:last-child { color: #647176; }
.fmp-about__copy > p { color: #46545a; font-size: 16px; margin-top: 22px; }
.fmp-pill-row { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.fmp-pill-row span { border: 1px solid #c7ccc6; border-radius: 999px; color: #3f4d51; font-size: 10px; font-weight: 800; letter-spacing: .08em; padding: 8px 13px; text-transform: uppercase; }

/* Services */
.fmp-services { background: var(--fmp-ink-2); }
.fmp-services::after { background: radial-gradient(circle, rgba(241,180,52,.1), transparent 67%); content: ""; height: 650px; position: absolute; right: -300px; top: 0; width: 650px; }
.fmp-services > .fmp-container { position: relative; z-index: 1; }
.fmp-service-grid { display: grid; gap: 24px; grid-template-columns: repeat(2, 1fr); }
.fmp-service-card { background: linear-gradient(155deg, rgba(255,255,255,.055), rgba(255,255,255,.018)); border: 1px solid var(--fmp-line); border-radius: var(--fmp-radius); overflow: hidden; padding: 36px; position: relative; }
.fmp-service-card--featured { border-color: rgba(98,193,138,.34); }
.fmp-service-card--featured::before { background: linear-gradient(90deg, var(--fmp-green), transparent); content: ""; height: 2px; left: 0; position: absolute; top: 0; width: 65%; }
.fmp-service-card__head { align-items: center; color: var(--fmp-green); display: flex; justify-content: space-between; }
.fmp-service-card__head .fmp-icon { height: 35px; width: 35px; }
.fmp-service-card__head span { border: 1px solid rgba(255,255,255,.13); border-radius: 999px; color: var(--fmp-muted); font-size: 9px; font-weight: 800; letter-spacing: .12em; padding: 7px 12px; text-transform: uppercase; }
.fmp-service-card h3 { font-size: 28px; font-weight: 550; margin-top: 31px; }
.fmp-service-card > p { color: var(--fmp-muted); font-size: 14px; margin-top: 13px; max-width: 520px; }
.fmp-check-list { border-top: 1px solid var(--fmp-line); display: grid; gap: 12px; margin-top: 28px !important; padding-top: 24px !important; }
.fmp-check-list li { align-items: flex-start; color: #c8d2d1; display: flex; font-size: 13px; gap: 11px; }
.fmp-check-list .fmp-icon { color: var(--fmp-gold); height: 17px; margin-top: 2px; width: 17px; }
.fmp-specialties { display: grid; gap: 24px; grid-template-columns: repeat(2, 1fr); margin-top: 24px; }
.fmp-specialties article { align-items: flex-start; background: var(--fmp-ink-3); border: 1px solid var(--fmp-line); border-radius: var(--fmp-radius); display: flex; gap: 25px; padding: 30px 32px; }
.fmp-specialties article > .fmp-icon { color: var(--fmp-gold); height: 39px; margin-top: 5px; width: 39px; }
.fmp-specialties article span { color: var(--fmp-green); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.fmp-specialties article h3 { font-size: 22px; font-weight: 550; margin: 6px 0 9px; }
.fmp-specialties article p { color: var(--fmp-muted); font-size: 13px; }

/* Inverters teaser */
.fmp-inverters-teaser { background: linear-gradient(120deg, #21362d, #142d31); border-bottom: 1px solid rgba(255,255,255,.1); border-top: 1px solid rgba(255,255,255,.1); padding: 55px 0; }
.fmp-inverters-teaser__inner { align-items: center; display: grid; gap: 30px; grid-template-columns: 95px minmax(0, 1fr) auto; }
.fmp-inverters-teaser__icon { align-items: center; background: rgba(98,193,138,.12); border: 1px solid rgba(98,193,138,.3); border-radius: 50%; display: flex; height: 82px; justify-content: center; width: 82px; }
.fmp-inverters-teaser__icon .fmp-icon { color: var(--fmp-green); height: 41px; width: 41px; }
.fmp-inverters-teaser .fmp-kicker { margin-bottom: 4px !important; }
.fmp-inverters-teaser h2 { font-size: 35px; }
.fmp-inverters-teaser p:last-child { color: #a6b4b3; margin-top: 7px; }

/* Monitoring */
.fmp-monitoring { background: var(--fmp-ink); }
.fmp-monitoring__grid { align-items: center; display: grid; gap: 90px; grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr); }
.fmp-benefit-list { display: grid; gap: 21px; margin-top: 38px !important; }
.fmp-benefit-list li { align-items: flex-start; display: flex; gap: 16px; }
.fmp-benefit-list > li > .fmp-icon { background: rgba(98,193,138,.12); border-radius: 50%; color: var(--fmp-green); height: 28px; padding: 6px; width: 28px; }
.fmp-benefit-list div { display: flex; flex-direction: column; }
.fmp-benefit-list b { font-size: 14px; }
.fmp-benefit-list span { color: var(--fmp-muted); font-size: 13px; margin-top: 3px; }
.fmp-video-card { background: #071015; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; box-shadow: var(--fmp-shadow); overflow: hidden; transform: perspective(1200px) rotateY(-2deg); }
.fmp-video-card__top { align-items: center; display: flex; justify-content: space-between; padding: 14px 18px; }
.fmp-video-card__top span { align-items: center; color: var(--fmp-green); display: flex; font-size: 10px; font-weight: 800; gap: 9px; letter-spacing: .1em; text-transform: uppercase; }
.fmp-video-card__top i { background: var(--fmp-green); border-radius: 50%; box-shadow: 0 0 0 5px rgba(98,193,138,.12); display: inline-block; height: 7px; width: 7px; }
.fmp-video-card__top small { color: var(--fmp-muted); font-size: 10px; text-transform: uppercase; }
.fmp-video-card video { aspect-ratio: 16 / 10; background: #03080b; display: block; object-fit: cover; width: 100%; }
.fmp-video-card__footer { align-items: center; display: flex; gap: 14px; padding: 17px 19px; }
.fmp-video-card__footer > .fmp-icon { color: var(--fmp-gold); height: 27px; width: 27px; }
.fmp-video-card__footer span { display: flex; flex-direction: column; }
.fmp-video-card__footer b { font-size: 12px; }
.fmp-video-card__footer small { color: var(--fmp-muted); font-size: 9px; }

/* Gallery */
.fmp-gallery { background: var(--fmp-paper); color: #162126; }
.fmp-gallery .fmp-kicker { color: #24865d; }
.fmp-gallery .fmp-section-heading--split > p { color: #647176; }
.fmp-gallery__grid { display: grid; gap: 14px; grid-auto-rows: 225px; grid-template-columns: repeat(4, 1fr); margin-top: 58px; }
.fmp-gallery__item { background: #172127; border: 0; border-radius: 15px; cursor: pointer; overflow: hidden; padding: 0; position: relative; }
.fmp-gallery__item:nth-child(1),
.fmp-gallery__item:nth-child(8) { grid-column: span 2; grid-row: span 2; }
.fmp-gallery__item:nth-child(5) { grid-column: span 2; }
.fmp-gallery__item img { filter: saturate(.82) contrast(1.05); height: 100%; object-fit: cover; transition: filter .4s ease, transform .6s cubic-bezier(.2,.7,.2,1); width: 100%; }
.fmp-gallery__item::after { background: linear-gradient(180deg, transparent 55%, rgba(4,12,16,.62)); content: ""; inset: 0; position: absolute; }
.fmp-gallery__item > span { align-items: center; backdrop-filter: blur(8px); background: rgba(7,17,24,.65); border: 1px solid rgba(255,255,255,.2); border-radius: 50%; bottom: 15px; color: white; display: flex; height: 42px; justify-content: center; opacity: 0; position: absolute; right: 15px; transform: translateY(8px); transition: opacity .3s ease, transform .3s ease; width: 42px; z-index: 2; }
.fmp-gallery__item:hover img { filter: saturate(1); transform: scale(1.06); }
.fmp-gallery__item:hover > span { opacity: 1; transform: translateY(0); }
.fmp-lightbox { background: rgba(4,10,14,.94); border: 1px solid rgba(255,255,255,.13); height: 100%; margin: auto; max-height: none; max-width: none; padding: 45px 70px; width: 100%; }
.fmp-lightbox::backdrop { background: rgba(4,10,14,.96); }
.fmp-lightbox[open] { align-items: center; display: flex; justify-content: center; }
.fmp-lightbox figure { margin: 0; max-height: 88vh; max-width: 1120px; text-align: center; }
.fmp-lightbox figure img { border-radius: 9px; max-height: 82vh; object-fit: contain; width: auto; }
.fmp-lightbox figcaption { color: #aeb9ba; font-size: 12px; margin-top: 10px; }
.fmp-lightbox button { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: 50%; color: white; cursor: pointer; position: fixed; }
.fmp-lightbox__close { font-size: 27px; height: 44px; right: 24px; top: 24px; width: 44px; }
.fmp-lightbox__nav { font-size: 38px; height: 54px; top: 50%; transform: translateY(-50%); width: 54px; }
.fmp-lightbox__nav--prev { left: 20px; }
.fmp-lightbox__nav--next { right: 20px; }

/* Contact */
.fmp-contact { background: linear-gradient(155deg, #0b1b23, #071118 62%); }
.fmp-contact::before { background: radial-gradient(circle, rgba(98,193,138,.1), transparent 70%); content: ""; height: 600px; left: -250px; position: absolute; top: -200px; width: 600px; }
.fmp-contact__panel { background: rgba(255,255,255,.035); border: 1px solid var(--fmp-line); border-radius: 28px; display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; position: relative; }
.fmp-contact__details { padding: 56px; }
.fmp-contact__details > p:not(.fmp-kicker) { color: var(--fmp-muted); margin-top: 20px; }
.fmp-contact__details ul { border-top: 1px solid var(--fmp-line); display: grid; gap: 23px; margin-top: 35px !important; padding-top: 29px !important; }
.fmp-contact__details li { align-items: flex-start; display: flex; gap: 15px; }
.fmp-contact__details li > .fmp-icon { color: var(--fmp-gold); height: 23px; margin-top: 3px; width: 23px; }
.fmp-contact__details li span { display: flex; flex-direction: column; min-width: 0; }
.fmp-contact__details li small { color: var(--fmp-muted); font-size: 9px; font-weight: 800; letter-spacing: .12em; margin-bottom: 3px; text-transform: uppercase; }
.fmp-contact__details li a,
.fmp-contact__details li b { font-size: 13px; font-style: normal; overflow-wrap: anywhere; }
.fmp-contact__details li em { color: var(--fmp-muted); font-size: 11px; font-style: normal; }
.fmp-form { background: var(--fmp-paper); color: #172127; display: flex; flex-direction: column; gap: 18px; padding: 55px; }
.fmp-form__row { display: grid; gap: 17px; grid-template-columns: repeat(2, 1fr); }
.fmp-form label { display: flex; flex-direction: column; gap: 7px; }
.fmp-form label > span { color: #536066; font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.fmp-form input,
.fmp-form textarea { background: #fff; border: 1px solid #d6dad4; border-radius: 10px; color: #172127; outline: 0; padding: 13px 15px; transition: border-color .2s ease, box-shadow .2s ease; width: 100%; }
.fmp-form input:focus,
.fmp-form textarea:focus { border-color: var(--fmp-green); box-shadow: 0 0 0 3px rgba(98,193,138,.13); }
.fmp-form textarea { resize: vertical; }
.fmp-form .fmp-button { align-self: flex-start; border: 0; margin-top: 2px; }
.fmp-form .fmp-button[disabled] { cursor: wait; opacity: .65; }
.fmp-form__status { color: #2c7253; font-size: 12px; min-height: 18px; }
.fmp-form__status.is-error { color: #a23535; }
.fmp-honeypot { height: 0; left: -9999px; overflow: hidden; position: absolute; width: 0; }
.fmp-map { border-radius: 0 0 24px 24px; filter: grayscale(.55) contrast(1.04); height: 320px; margin-top: 26px; overflow: hidden; }
.fmp-map iframe { border: 0; height: 100%; width: 100%; }

/* Footer + WhatsApp */
.fmp-footer { background: #040b0f; border-top: 1px solid rgba(255,255,255,.07); padding: 52px 0 24px; }
.fmp-footer__top { align-items: center; display: grid; gap: 40px; grid-template-columns: auto minmax(260px, 1fr) auto; }
.fmp-brand--footer img { height: 58px; width: 58px; }
.fmp-footer__top > p { color: var(--fmp-muted); font-size: 12px; justify-self: center; max-width: 390px; text-align: center; }
.fmp-footer__social { display: flex; gap: 10px; }
.fmp-footer__social a { align-items: center; border: 1px solid var(--fmp-line); border-radius: 50%; display: flex; height: 42px; justify-content: center; transition: background .2s ease, color .2s ease; width: 42px; }
.fmp-footer__social a:hover { background: var(--fmp-gold); color: #172018; }
.fmp-footer__bottom { border-top: 1px solid var(--fmp-line); color: #657478; display: flex; font-size: 9px; justify-content: space-between; letter-spacing: .07em; margin-top: 37px; padding-top: 22px; text-transform: uppercase; }
.fmp-footer__bottom a { color: #9ba7a8; }
.fmp-whatsapp { align-items: center; background: #25d366; border: 2px solid rgba(255,255,255,.78); border-radius: 999px; bottom: 23px; box-shadow: 0 14px 30px rgba(0,0,0,.33); color: #082213 !important; display: flex; gap: 10px; min-height: 56px; padding: 8px 18px 8px 14px; position: fixed; right: 22px; transition: transform .25s ease; z-index: 300; }
.fmp-whatsapp:hover { transform: translateY(-4px); }
.fmp-whatsapp .fmp-icon { height: 29px; width: 29px; }
.fmp-whatsapp > span { display: flex; flex-direction: column; font-size: 13px; font-weight: 900; line-height: 1.05; }
.fmp-whatsapp small { font-size: 8px; font-weight: 700; letter-spacing: .08em; margin-bottom: 3px; text-transform: uppercase; }

/* Inverters page */
.fmp-inverters-page { background: var(--fmp-ink); }
.fmp-inverters-page__hero { align-items: center; background: radial-gradient(circle at 78% 35%, rgba(98,193,138,.17), transparent 34%), linear-gradient(135deg, #071118, #102a31); display: flex; min-height: 580px; overflow: hidden; position: relative; }
.fmp-inverters-page__hero::after { background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 60px 60px; content: ""; inset: 0; position: absolute; }
.fmp-inverters-page__hero .fmp-container { position: relative; z-index: 2; }
.fmp-inverters-page__hero h1 { font-size: clamp(56px, 8vw, 104px); font-weight: 430; letter-spacing: -.055em; line-height: .93; margin: 26px 0; max-width: 950px; }
.fmp-inverters-page__hero .fmp-container > p:not(.fmp-eyebrow) { color: var(--fmp-muted); font-size: 20px; }
.fmp-inverters-page__hero .fmp-button { margin-top: 32px; }
.fmp-feature-list { counter-reset: feature; }
.fmp-feature-list article { align-items: start; border-top: 1px solid var(--fmp-line); display: grid; gap: 30px; grid-template-columns: 80px 1fr; padding: 33px 0; }
.fmp-feature-list article:last-child { border-bottom: 1px solid var(--fmp-line); }
.fmp-feature-list article > span { color: var(--fmp-gold); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.fmp-feature-list h2 { font-size: 28px; font-weight: 520; }
.fmp-feature-list p { color: var(--fmp-muted); margin-top: 7px; max-width: 760px; }
.fmp-applications { display: grid; gap: 20px; grid-template-columns: 1fr repeat(2, .65fr); margin-top: 110px; }
.fmp-applications > div { padding-right: 35px; }
.fmp-applications > div h2 { font-size: 42px; font-weight: 460; letter-spacing: -.035em; line-height: 1.08; }
.fmp-applications article { background: var(--fmp-panel); border: 1px solid var(--fmp-line); border-radius: 18px; padding: 30px; }
.fmp-applications article > .fmp-icon { color: var(--fmp-green); height: 35px; width: 35px; }
.fmp-applications article h3 { font-size: 18px; margin: 23px 0 9px; }
.fmp-applications article p { color: var(--fmp-muted); font-size: 13px; }
.fmp-project-band { align-items: center; background: linear-gradient(120deg, #20372e, #142c31); border: 1px solid rgba(255,255,255,.12); border-radius: 23px; display: flex; gap: 60px; justify-content: space-between; margin-top: 100px; padding: 50px; }
.fmp-project-band h2 { font-size: 43px; }
.fmp-project-band p:last-child { color: #a8b6b4; margin-top: 14px; max-width: 710px; }
.fmp-makers { margin-top: 85px; text-align: center; }
.fmp-makers > p { color: var(--fmp-muted); font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.fmp-makers > div { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 25px; }
.fmp-makers span { border: 1px solid var(--fmp-line); border-radius: 999px; color: #c5cecd; font-size: 11px; font-weight: 800; letter-spacing: .06em; padding: 12px 20px; }

/* Reveal motion */
.fmp-site [data-reveal] { opacity: 0; transform: translateY(25px); transition: opacity .75s ease, transform .75s cubic-bezier(.22,.7,.25,1); }
.fmp-site [data-reveal].is-visible { opacity: 1; transform: translateY(0); }
@keyframes fmp-spin { to { transform: rotate(360deg); } }
@keyframes fmp-scroll { 0%,100% { opacity: .2; transform: translateY(0); } 50% { opacity: 1; transform: translateY(13px); } }

/* Responsive */
@media (max-width: 1120px) {
  .fmp-nav { gap: 20px; }
  .fmp-header__inner > .fmp-button { display: none; }
  .fmp-hero__grid { gap: 35px; grid-template-columns: 1.08fr .92fr; }
  .fmp-signal-card--one { left: -2%; }
  .fmp-signal-card--two { right: -2%; }
  .fmp-about__grid,
  .fmp-monitoring__grid { gap: 55px; }
  .fmp-contact__details,
  .fmp-form { padding: 45px; }
}

@media (max-width: 900px) {
  .admin-bar .fmp-site .fmp-header { top: 46px; }
  .fmp-section { padding: 88px 0; }
  .fmp-header__inner { min-height: 70px; }
  .fmp-brand img { height: 45px; width: 45px; }
  .fmp-menu-toggle { display: block; }
  .fmp-nav { align-items: stretch; background: rgba(7,17,24,.98); border-bottom: 1px solid var(--fmp-line); display: flex; flex-direction: column; gap: 0; left: 0; margin: 0; max-height: 0; opacity: 0; overflow: hidden; padding: 0 28px; pointer-events: none; position: absolute; right: 0; top: 70px; transition: max-height .3s ease, opacity .3s ease, padding .3s ease; }
  .fmp-nav.is-open { max-height: 400px; opacity: 1; padding-bottom: 20px; padding-top: 14px; pointer-events: auto; }
  .fmp-nav a { border-bottom: 1px solid rgba(255,255,255,.06); padding: 14px 0; }
  .fmp-nav a::after { display: none; }
  .fmp-hero { min-height: 0; padding: 85px 0 65px; }
  .fmp-hero__grid { grid-template-columns: 1fr; }
  .fmp-hero__copy { max-width: 720px; }
  .fmp-hero__visual { margin: 0 auto; max-width: 520px; width: 100%; }
  .fmp-scroll-cue { display: none; }
  .fmp-about__grid { align-items: stretch; gap: 65px; grid-template-columns: 1fr; }
  .fmp-about__image { min-height: 520px; }
  .fmp-about__badge { bottom: -25px; right: 25px; }
  .fmp-section-heading--split { align-items: start; gap: 22px; grid-template-columns: 1fr; }
  .fmp-service-grid { grid-template-columns: 1fr; }
  .fmp-inverters-teaser__inner { grid-template-columns: 82px 1fr; }
  .fmp-inverters-teaser__inner .fmp-button { grid-column: 2; justify-self: start; }
  .fmp-monitoring__grid { grid-template-columns: 1fr; }
  .fmp-video-card { margin: 0 auto; max-width: 650px; transform: none; width: 100%; }
  .fmp-gallery__grid { grid-template-columns: repeat(3, 1fr); }
  .fmp-gallery__item:nth-child(8) { grid-column: span 1; grid-row: span 1; }
  .fmp-contact__panel { grid-template-columns: 1fr; }
  .fmp-footer__top { grid-template-columns: 1fr auto; }
  .fmp-footer__top > p { grid-column: 1 / -1; grid-row: 2; justify-self: start; text-align: left; }
  .fmp-applications { grid-template-columns: repeat(2, 1fr); }
  .fmp-applications > div { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .fmp-container { padding-left: 20px; padding-right: 20px; }
  .fmp-section { padding: 74px 0; }
  .fmp-brand b { font-size: 18px; }
  .fmp-brand small { display: none; }
  .fmp-hero { padding-top: 70px; }
  .fmp-hero h1 { font-size: clamp(43px, 13vw, 64px); }
  .fmp-hero__actions { align-items: flex-start; flex-direction: column; }
  .fmp-trust-row { gap: 0; }
  .fmp-trust-row li { padding-right: 9px; }
  .fmp-trust-row li + li { padding-left: 11px; }
  .fmp-trust-row b { font-size: 12px; }
  .fmp-trust-row span { font-size: 8px; }
  .fmp-logo-stage { margin-top: 8px; }
  .fmp-signal-card { padding: 11px 12px; }
  .fmp-signal-card--one { left: 0; top: 13%; }
  .fmp-signal-card--two { bottom: 12%; right: 0; }
  .fmp-about__image { min-height: 410px; }
  .fmp-about__badge { bottom: -20px; padding: 17px 21px; right: 12px; }
  .fmp-about__badge strong { font-size: 38px; }
  .fmp-service-card { padding: 27px 23px; }
  .fmp-specialties { grid-template-columns: 1fr; }
  .fmp-specialties article { padding: 26px 23px; }
  .fmp-inverters-teaser__inner { grid-template-columns: 1fr; }
  .fmp-inverters-teaser__inner .fmp-button { grid-column: auto; }
  .fmp-gallery__grid { grid-auto-rows: 170px; grid-template-columns: repeat(2, 1fr); }
  .fmp-gallery__item:nth-child(1),
  .fmp-gallery__item:nth-child(5),
  .fmp-gallery__item:nth-child(8) { grid-column: span 1; grid-row: span 1; }
  .fmp-gallery__item:nth-child(3n + 1) { grid-row: span 2; }
  .fmp-lightbox { padding: 55px 15px; }
  .fmp-lightbox__nav { bottom: 16px; top: auto; transform: none; }
  .fmp-lightbox__nav--prev { left: calc(50% - 65px); }
  .fmp-lightbox__nav--next { right: calc(50% - 65px); }
  .fmp-contact__details,
  .fmp-form { padding: 32px 24px; }
  .fmp-form__row { grid-template-columns: 1fr; }
  .fmp-footer__top { grid-template-columns: 1fr; }
  .fmp-footer__social { justify-self: start; }
  .fmp-footer__bottom { flex-direction: column; gap: 9px; }
  .fmp-whatsapp { border-radius: 50%; bottom: 15px; height: 57px; padding: 12px; right: 14px; width: 57px; }
  .fmp-whatsapp > span { display: none; }
  .fmp-inverters-page__hero { min-height: 510px; }
  .fmp-inverters-page__hero h1 { font-size: clamp(48px, 16vw, 72px); overflow-wrap: anywhere; }
  .fmp-feature-list article { gap: 15px; grid-template-columns: 45px 1fr; }
  .fmp-applications { grid-template-columns: 1fr; margin-top: 75px; }
  .fmp-applications > div { grid-column: auto; }
  .fmp-project-band { align-items: flex-start; flex-direction: column; gap: 30px; margin-top: 75px; padding: 32px 25px; }
  .fmp-project-band h2 { font-size: 36px; }
}

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

/* ========================================================================== 
   Fusion MP 1.1 — direção editorial premium
   ========================================================================== */
.fmp-site {
  --fmp-ink: #050809;
  --fmp-ink-2: #080e10;
  --fmp-ink-3: #0d1517;
  --fmp-panel: #0a1113;
  --fmp-line: rgba(226, 195, 124, .14);
  --fmp-text: #f5f2e9;
  --fmp-muted: #929d9a;
  --fmp-paper: #0a1012;
  --fmp-paper-2: #11191b;
  --fmp-gold-soft: #e4c270;
  --fmp-radius: 8px;
  --fmp-shadow: 0 35px 110px rgba(0, 0, 0, .48);
  background: var(--fmp-ink);
  font-family: Manrope, Inter, Aptos, "Segoe UI", Arial, sans-serif;
}
.fmp-site h1,
.fmp-site h2,
.fmp-site h3,
.fmp-brand b { font-family: "Space Grotesk", Manrope, Inter, sans-serif; }
.fmp-container { max-width: 1380px; padding-left: 42px; padding-right: 42px; }
.fmp-section { padding: 148px 0; }
.fmp-button {
  background: linear-gradient(115deg, #f5d57e 0%, #c99327 100%);
  border: 0;
  border-radius: 4px;
  box-shadow: 0 18px 50px rgba(207, 154, 46, .18);
  color: #101513 !important;
  min-height: 58px;
  padding: 0 28px;
  position: relative;
  overflow: hidden;
}
.fmp-button::before { background: linear-gradient(90deg, transparent, rgba(255,255,255,.38), transparent); content: ""; inset: 0; position: absolute; transform: translateX(-120%); transition: transform .65s ease; }
.fmp-button:hover::before { transform: translateX(120%); }
.fmp-button:hover { box-shadow: 0 22px 60px rgba(207,154,46,.28); filter: none; }
.fmp-button--outline { background: rgba(7,13,14,.24); border: 1px solid rgba(255,255,255,.28); color: #fff !important; }

/* Cabeçalho de marca */
.fmp-header { background: rgba(4, 8, 9, .84); border-bottom-color: rgba(226,195,124,.13); backdrop-filter: blur(24px) saturate(120%); }
.fmp-header::before { background: linear-gradient(90deg, transparent, rgba(217,176,76,.8), transparent); bottom: -1px; content: ""; height: 1px; left: 0; opacity: .36; position: absolute; width: 42%; }
.fmp-header__inner { min-height: 88px; }
.fmp-brand { gap: 15px; }
.fmp-brand img { border: 1px solid rgba(226,195,124,.25); border-radius: 4px; box-shadow: 0 0 30px rgba(197,145,42,.1); height: 56px; width: 56px; }
.fmp-brand b { font-size: 22px; font-weight: 500; letter-spacing: .24em; }
.fmp-brand small { color: #b6b2a8; letter-spacing: .19em; }
.fmp-nav { gap: 36px; }
.fmp-nav a { color: #d0d2cc; font-size: 10px; letter-spacing: .14em; }
.fmp-nav a::after { background: linear-gradient(90deg, #d3a343, #e9d18e); bottom: -15px; }
.fmp-header__inner > .fmp-button { min-height: 46px; }

/* Primeira tela cinematográfica */
.fmp-hero {
  background: #030607;
  display: block;
  min-height: calc(100svh - 88px);
  overflow: hidden;
  padding: 0;
}
.fmp-hero::before {
  background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 86px 86px;
  mask-image: linear-gradient(90deg, #000, rgba(0,0,0,.22) 70%, transparent);
  z-index: 2;
}
.fmp-hero::after { background: linear-gradient(90deg, transparent, var(--fmp-gold), var(--fmp-green), transparent); height: 1px; opacity: .75; z-index: 5; }
.fmp-hero__media { background-image: var(--fmp-hero-image); background-position: center center; background-repeat: no-repeat; background-size: cover; inset: 0; position: absolute; }
.fmp-hero__media::before { background: linear-gradient(90deg, #030607 2%, rgba(3,6,7,.97) 23%, rgba(3,6,7,.70) 48%, rgba(3,6,7,.12) 77%), linear-gradient(0deg, #030607 0%, transparent 35%, rgba(3,6,7,.15) 100%); content: ""; inset: 0; position: absolute; z-index: 1; }
.fmp-hero__media::after { background: radial-gradient(circle at 75% 44%, transparent 0, rgba(3,6,7,.05) 42%, rgba(3,6,7,.72) 100%); content: ""; inset: 0; position: absolute; z-index: 1; }
.fmp-hero__glow { background: radial-gradient(circle, rgba(215,171,65,.12), transparent 68%); filter: blur(20px); height: 820px; left: -330px; right: auto; top: -260px; width: 820px; z-index: 1; }
.fmp-hero__grid { align-items: center; gap: 80px; grid-template-columns: minmax(0, 1.08fr) minmax(330px, .62fr); min-height: calc(100svh - 88px); padding-bottom: 170px; padding-top: 92px; position: relative; z-index: 3; }
.fmp-hero__copy { max-width: 850px; }
.fmp-eyebrow { color: var(--fmp-gold-soft); font-size: 10px; gap: 13px; letter-spacing: .25em; }
.fmp-eyebrow > span { background: linear-gradient(90deg, var(--fmp-gold), var(--fmp-gold-soft)); box-shadow: 0 0 22px rgba(224,184,89,.45); width: 52px; }
.fmp-eyebrow small { color: rgba(255,255,255,.48); font-size: inherit; font-weight: 700; letter-spacing: .18em; }
.fmp-hero h1 { font-size: clamp(60px, 6.5vw, 102px); font-weight: 500; letter-spacing: -.065em; line-height: .9; margin: 30px 0 31px; max-width: 900px; text-shadow: 0 10px 50px rgba(0,0,0,.5); }
.fmp-hero h1::after { background: linear-gradient(90deg, var(--fmp-gold), rgba(239,208,130,.18)); content: ""; display: block; height: 3px; margin-top: 32px; width: 112px; }
.fmp-hero__lead { color: #c1c8c4; font-size: clamp(17px, 1.35vw, 20px); line-height: 1.75; max-width: 630px; text-shadow: 0 3px 20px #000; }
.fmp-hero__actions { margin-top: 36px; }
.fmp-text-link { color: #f4efe2; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.fmp-hero__signature { align-items: center; color: #d7d1c2; display: flex; flex-wrap: wrap; font-size: 9px; font-weight: 800; gap: 14px; letter-spacing: .14em; margin-top: 38px; text-transform: uppercase; }
.fmp-hero__signature i { background: rgba(255,255,255,.24); height: 1px; width: 36px; }
.fmp-hero__signature small { color: #7f8b89; font-size: inherit; }
.fmp-hero__visual { align-self: end; margin-bottom: 48px; }
.fmp-command-card { backdrop-filter: blur(22px) saturate(120%); background: linear-gradient(145deg, rgba(8,15,16,.84), rgba(10,17,18,.58)); border: 1px solid rgba(232,205,141,.25); box-shadow: 0 32px 100px rgba(0,0,0,.55); margin-left: auto; max-width: 390px; overflow: hidden; position: relative; }
.fmp-command-card::before { background: linear-gradient(90deg, var(--fmp-gold), var(--fmp-green)); content: ""; height: 2px; left: 0; position: absolute; top: 0; width: 100%; }
.fmp-command-card__top { align-items: center; border-bottom: 1px solid rgba(255,255,255,.09); display: flex; justify-content: space-between; padding: 15px 18px; }
.fmp-command-card__top span { align-items: center; color: #d9d4c7; display: flex; font-size: 8px; font-weight: 800; gap: 8px; letter-spacing: .13em; text-transform: uppercase; }
.fmp-command-card__top i { animation: fmp-pulse-dot 2s ease infinite; background: var(--fmp-green); border-radius: 50%; box-shadow: 0 0 0 5px rgba(98,193,138,.12); height: 6px; width: 6px; }
.fmp-command-card__top small { color: #75817f; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.fmp-command-card__brand { align-items: center; display: flex; gap: 16px; padding: 22px 20px; }
.fmp-command-card__brand img { border: 1px solid rgba(255,255,255,.12); height: 74px; object-fit: cover; width: 74px; }
.fmp-command-card__brand div { display: flex; flex-direction: column; }
.fmp-command-card__brand small { color: var(--fmp-gold-soft); font-size: 8px; font-weight: 800; letter-spacing: .18em; margin-bottom: 6px; text-transform: uppercase; }
.fmp-command-card__brand b { font-family: "Space Grotesk", sans-serif; font-size: 19px; font-weight: 500; line-height: 1.15; }
.fmp-command-card__metrics { border-bottom: 1px solid rgba(255,255,255,.09); border-top: 1px solid rgba(255,255,255,.09); display: grid; grid-template-columns: repeat(2, 1fr); }
.fmp-command-card__metrics span { display: flex; flex-direction: column; padding: 19px 20px; }
.fmp-command-card__metrics span + span { border-left: 1px solid rgba(255,255,255,.09); }
.fmp-command-card__metrics b { color: #fff2ca; font-family: "Space Grotesk", sans-serif; font-size: 25px; font-weight: 500; }
.fmp-command-card__metrics small { color: #7f8b89; font-size: 8px; letter-spacing: .08em; margin-top: 2px; text-transform: uppercase; }
.fmp-command-card__footer { align-items: center; display: flex; gap: 13px; padding: 17px 20px; }
.fmp-command-card__footer > .fmp-icon { color: var(--fmp-green); height: 27px; width: 27px; }
.fmp-command-card__footer span { display: flex; flex-direction: column; }
.fmp-command-card__footer b { font-size: 10px; }
.fmp-command-card__footer small { color: #7f8b89; font-size: 8px; margin-top: 2px; }
.fmp-hero__stats { bottom: 0; display: grid; grid-template-columns: repeat(4, 1fr); left: 50%; position: absolute; transform: translateX(-50%); z-index: 4; }
.fmp-hero__stats > div { align-items: center; backdrop-filter: blur(16px); background: rgba(5,10,11,.72); border-left: 1px solid rgba(255,255,255,.1); border-top: 1px solid rgba(255,255,255,.12); display: grid; gap: 14px; grid-template-columns: auto 1fr; min-height: 116px; padding: 24px 27px; }
.fmp-hero__stats > div:last-child { border-right: 1px solid rgba(255,255,255,.1); }
.fmp-hero__stats strong { color: var(--fmp-gold-soft); font-family: "Space Grotesk", sans-serif; font-size: 31px; font-weight: 500; }
.fmp-hero__stats span { color: #9ba5a1; font-size: 9px; font-weight: 700; letter-spacing: .08em; line-height: 1.5; text-transform: uppercase; }

/* Faixa editorial */
.fmp-expertise-strip { background: linear-gradient(90deg, #b7801f, #e3bd63 48%, #b47a16); color: #0b100d; overflow: hidden; padding: 17px 0; }
.fmp-expertise-strip__track { align-items: center; animation: fmp-marquee 34s linear infinite; display: flex; width: max-content; }
.fmp-expertise-strip span { align-items: center; display: inline-flex; font-family: "Space Grotesk", sans-serif; font-size: 11px; font-weight: 700; gap: 28px; letter-spacing: .13em; padding-right: 28px; text-transform: uppercase; white-space: nowrap; }
.fmp-expertise-strip i { background: #0a110e; border-radius: 50%; height: 4px; opacity: .72; width: 4px; }

/* Quem somos editorial */
.fmp-about { background: radial-gradient(circle at 10% 25%, rgba(38,104,75,.14), transparent 28%), #080d0f; color: var(--fmp-text); }
.fmp-about::before { background: linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); height: 100%; left: 50%; opacity: .35; top: 0; width: 1px; }
.fmp-about__grid { gap: 110px; grid-template-columns: minmax(390px, .88fr) minmax(0, 1.12fr); }
.fmp-about__image { min-height: 690px; }
.fmp-about__image::before { border: 1px solid rgba(226,195,124,.28); content: ""; inset: -18px 18px 18px -18px; position: absolute; z-index: 0; }
.fmp-about__image > img { border-radius: 0; filter: saturate(.62) contrast(1.12) brightness(.78); z-index: 1; }
.fmp-about__image::after { border-radius: 0; z-index: 1; }
.fmp-about__badge { background: linear-gradient(135deg, #d7a942, #a86d12); border: 0; bottom: -1px; color: #0b100d; right: -1px; }
.fmp-about__badge strong { color: #0b100d; }
.fmp-about__badge span { color: #283027; font-weight: 800; }
.fmp-about .fmp-kicker { color: var(--fmp-gold-soft); }
.fmp-about .fmp-section-heading > p:last-child,
.fmp-about__copy > p { color: #9da8a4; }
.fmp-about__copy > p { font-size: 15px; line-height: 1.9; max-width: 730px; }
.fmp-pill-row { border-top: 1px solid rgba(255,255,255,.1); padding-top: 28px; }
.fmp-pill-row span { border-color: rgba(226,195,124,.23); border-radius: 3px; color: #d9d3c4; }

/* Serviços em composição bento */
.fmp-services { background: linear-gradient(180deg, #060a0b, #0a1012); }
.fmp-services::before { background: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px); background-size: 90px 90px; content: ""; inset: 0; mask-image: linear-gradient(#000, transparent); position: absolute; }
.fmp-services::after { background: radial-gradient(circle, rgba(207,155,47,.11), transparent 69%); right: -260px; top: 170px; }
.fmp-section-heading--center { margin: 0 0 76px; max-width: 880px; text-align: left; }
.fmp-section-heading h2,
.fmp-inverters-teaser h2,
.fmp-contact h2,
.fmp-project-band h2 { font-size: clamp(46px, 5vw, 72px); font-weight: 500; letter-spacing: -.055em; line-height: .98; }
.fmp-kicker { color: var(--fmp-gold-soft); letter-spacing: .23em; }
.fmp-section-heading > p:last-child { color: #8d9996; max-width: 700px; }
.fmp-service-grid { gap: 2px; grid-template-columns: 1.08fr .92fr; }
.fmp-service-card { background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.012)); border-color: rgba(255,255,255,.1); border-radius: 0; min-height: 590px; padding: 52px; transition: background .35s ease, border-color .35s ease, transform .35s ease; }
.fmp-service-card::after { color: rgba(255,255,255,.035); content: "02"; font-family: "Space Grotesk", sans-serif; font-size: 170px; font-weight: 700; line-height: 1; position: absolute; right: 20px; top: 12px; }
.fmp-service-card--featured::after { content: "01"; }
.fmp-service-card:hover { background: linear-gradient(145deg, rgba(226,195,124,.1), rgba(255,255,255,.025)); border-color: rgba(226,195,124,.3); transform: translateY(-5px); }
.fmp-service-card--featured { background: linear-gradient(145deg, rgba(37,90,66,.2), rgba(255,255,255,.018)); border-color: rgba(98,193,138,.24); }
.fmp-service-card h3 { font-size: 36px; font-weight: 500; letter-spacing: -.03em; margin-top: 72px; position: relative; z-index: 1; }
.fmp-service-card__head,
.fmp-service-card > p,
.fmp-check-list { position: relative; z-index: 1; }
.fmp-check-list { grid-template-columns: repeat(2, 1fr); }
.fmp-specialties { gap: 2px; margin-top: 2px; }
.fmp-specialties article { background: #0c1416; border-color: rgba(255,255,255,.09); border-radius: 0; min-height: 210px; padding: 43px 44px; transition: background .3s ease; }
.fmp-specialties article:hover { background: #111c1e; }

/* Automação, monitoramento e galeria */
.fmp-inverters-teaser { background: linear-gradient(105deg, #10241c, #0c1719 70%); border-color: rgba(226,195,124,.18); padding: 74px 0; position: relative; }
.fmp-inverters-teaser::before { color: rgba(226,195,124,.05); content: "FREQUENCY"; font-family: "Space Grotesk", sans-serif; font-size: clamp(70px, 11vw, 165px); font-weight: 700; letter-spacing: -.07em; line-height: 1; position: absolute; right: 1%; top: 50%; transform: translateY(-50%); }
.fmp-inverters-teaser__inner { grid-template-columns: 110px minmax(0, 1fr) auto; position: relative; }
.fmp-inverters-teaser__icon { border-color: rgba(226,195,124,.32); border-radius: 3px; height: 92px; transform: rotate(45deg); width: 92px; }
.fmp-inverters-teaser__icon .fmp-icon { color: var(--fmp-gold-soft); transform: rotate(-45deg); }
.fmp-inverters-teaser h2 { font-size: 46px; }
.fmp-monitoring { background: radial-gradient(circle at 85% 35%, rgba(31,98,69,.16), transparent 28%), #05090a; }
.fmp-monitoring__grid { gap: 110px; }
.fmp-benefit-list li { border-bottom: 1px solid rgba(255,255,255,.09); padding-bottom: 20px; }
.fmp-video-card { border-color: rgba(226,195,124,.22); border-radius: 0; transform: none; }
.fmp-video-card__top { background: #0c1315; padding: 17px 20px; }
.fmp-video-card video { aspect-ratio: 16 / 11; }
.fmp-gallery { background: linear-gradient(180deg, #0b1113, #050809); color: var(--fmp-text); }
.fmp-gallery .fmp-kicker { color: var(--fmp-gold-soft); }
.fmp-gallery .fmp-section-heading--split > p { color: #8d9996; }
.fmp-gallery__grid { gap: 5px; grid-auto-rows: 245px; }
.fmp-gallery__item { border-radius: 0; }
.fmp-gallery__item img { filter: saturate(.52) contrast(1.13) brightness(.78); }
.fmp-gallery__item::before { border: 1px solid rgba(255,255,255,.11); content: ""; inset: 9px; pointer-events: none; position: absolute; z-index: 2; }
.fmp-gallery__item:hover img { filter: saturate(.9) contrast(1.06); }
.fmp-gallery__item > span { border-radius: 3px; }

/* Conversão */
.fmp-contact { background: radial-gradient(circle at 0 25%, rgba(208,159,53,.12), transparent 25%), #070c0d; }
.fmp-contact__panel { background: #0a1012; border-color: rgba(226,195,124,.22); border-radius: 0; box-shadow: 0 45px 130px rgba(0,0,0,.28); grid-template-columns: .88fr 1.12fr; }
.fmp-contact__details { background: linear-gradient(145deg, rgba(214,167,61,.09), transparent 58%); padding: 68px; }
.fmp-form { background: #f1eee4; padding: 68px; }
.fmp-form input,
.fmp-form textarea { background: transparent; border: 0; border-bottom: 1px solid #b8bbb4; border-radius: 0; padding: 13px 2px; }
.fmp-form input:focus,
.fmp-form textarea:focus { border-color: #a8791e; box-shadow: none; }
.fmp-map { border: 1px solid rgba(255,255,255,.1); border-radius: 0; filter: grayscale(.85) sepia(.12) contrast(1.12); height: 370px; margin-top: 4px; }
.fmp-footer { background: #020405; padding-top: 70px; }
.fmp-brand--footer img { height: 72px; width: 72px; }
.fmp-footer__bottom { padding-bottom: 8px; }
.fmp-whatsapp { border-radius: 4px; border-width: 1px; }

@keyframes fmp-marquee { to { transform: translateX(-50%); } }
@keyframes fmp-pulse-dot { 50% { box-shadow: 0 0 0 9px rgba(98,193,138,0); } }

@media (max-width: 1120px) {
  .fmp-container { padding-left: 30px; padding-right: 30px; }
  .fmp-hero__grid { gap: 35px; grid-template-columns: 1.12fr .7fr; }
  .fmp-command-card { max-width: 340px; }
  .fmp-hero__stats > div { padding: 21px 18px; }
  .fmp-about__grid { gap: 72px; }
  .fmp-service-card { padding: 42px; }
  .fmp-contact__details,
  .fmp-form { padding: 50px; }
}

@media (max-width: 900px) {
  .fmp-section { padding: 104px 0; }
  .fmp-header__inner { min-height: 76px; }
  .fmp-nav { top: 76px; }
  .fmp-hero { min-height: auto; }
  .fmp-hero__media::before { background: linear-gradient(90deg, rgba(3,6,7,.96), rgba(3,6,7,.56)), linear-gradient(0deg, #030607 0, transparent 55%); }
  .fmp-hero__grid { grid-template-columns: 1fr; min-height: 0; padding-bottom: 190px; padding-top: 100px; }
  .fmp-hero__copy { max-width: 760px; }
  .fmp-hero__visual { margin: 0; max-width: 420px; }
  .fmp-command-card { margin-left: 0; }
  .fmp-hero__stats { grid-template-columns: repeat(2, 1fr); }
  .fmp-hero__stats > div { min-height: 86px; }
  .fmp-about__grid { gap: 76px; }
  .fmp-service-grid { grid-template-columns: 1fr; }
  .fmp-service-card { min-height: 0; }
  .fmp-check-list { grid-template-columns: 1fr 1fr; }
  .fmp-inverters-teaser__inner { grid-template-columns: 92px 1fr; }
  .fmp-gallery__grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 680px) {
  .fmp-container { padding-left: 20px; padding-right: 20px; }
  .fmp-section { padding: 82px 0; }
  .fmp-header__inner { min-height: 70px; }
  .fmp-brand img { height: 46px; width: 46px; }
  .fmp-brand b { font-size: 18px; }
  .fmp-nav { top: 70px; }
  .fmp-hero__media::before { background: linear-gradient(90deg, rgba(3,6,7,.96), rgba(3,6,7,.48)), linear-gradient(0deg, #030607 0, rgba(3,6,7,.12) 60%); }
  .fmp-hero__grid { gap: 48px; padding-bottom: 370px; padding-top: 80px; }
  .fmp-eyebrow { align-items: flex-start; flex-wrap: wrap; line-height: 1.55; }
  .fmp-eyebrow small { display: block; margin-left: 65px; width: 100%; }
  .fmp-hero h1 { font-size: clamp(49px, 15vw, 67px); margin-top: 23px; }
  .fmp-hero__lead { font-size: 16px; }
  .fmp-hero__actions { gap: 22px; }
  .fmp-hero__actions .fmp-button { width: 100%; }
  .fmp-hero__signature { align-items: flex-start; flex-direction: column; }
  .fmp-hero__signature i { display: none; }
  .fmp-command-card { max-width: none; width: 100%; }
  .fmp-command-card__brand img { height: 62px; width: 62px; }
  .fmp-hero__stats { grid-template-columns: 1fr 1fr; }
  .fmp-hero__stats > div { align-items: start; gap: 2px; grid-template-columns: 1fr; min-height: 96px; padding: 14px 16px; }
  .fmp-hero__stats strong { font-size: 25px; }
  .fmp-hero__stats span { font-size: 7px; }
  .fmp-expertise-strip { padding: 14px 0; }
  .fmp-about__image { min-height: 470px; }
  .fmp-about__image::before { inset: -10px 10px 10px -10px; }
  .fmp-section-heading h2,
  .fmp-inverters-teaser h2,
  .fmp-contact h2 { font-size: 42px; }
  .fmp-service-card { padding: 32px 24px; }
  .fmp-service-card::after { font-size: 105px; }
  .fmp-service-card h3 { font-size: 29px; margin-top: 58px; }
  .fmp-check-list { grid-template-columns: 1fr; }
  .fmp-specialties article { padding: 31px 25px; }
  .fmp-inverters-teaser__inner { grid-template-columns: 1fr; }
  .fmp-inverters-teaser__icon { height: 72px; margin: 0 0 16px 10px; width: 72px; }
  .fmp-gallery__grid { gap: 4px; grid-auto-rows: 190px; grid-template-columns: repeat(2, 1fr); }
  .fmp-contact__details,
  .fmp-form { padding: 38px 25px; }
  .fmp-map { height: 300px; }
}

@media (prefers-reduced-motion: reduce) {
  .fmp-expertise-strip__track { animation: none; transform: none; }
}

/* Mobile 1.2 — primeira dobra limpa, imagens contidas e CTA otimizada */
.fmp-whatsapp {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: 0 16px 34px rgba(0,0,0,.32);
  display: block;
  min-height: 0;
  padding: 0;
  width: 180px;
}
.fmp-whatsapp img { display: block; height: auto; width: 100%; }

@media (max-width: 768px) {
  .fmp-header__inner { min-height: 68px; }
  .fmp-brand { gap: 11px; }
  .fmp-brand img { height: 42px; width: 42px; }
  .fmp-brand b { font-size: 15px; letter-spacing: .2em; }
  .fmp-nav { top: 68px; }

  .fmp-hero {
    background: radial-gradient(circle at 92% 8%, rgba(198,147,39,.16), transparent 32%), radial-gradient(circle at 0 68%, rgba(61,133,105,.16), transparent 38%), #030607;
    min-height: 0 !important;
    padding: 0 !important;
  }
  .fmp-hero::before { background-size: 52px 52px; mask-image: linear-gradient(180deg, #000, transparent 78%); }
  .fmp-hero__media { display: none !important; }
  .fmp-hero__glow { height: 390px; left: -230px; top: -170px; width: 390px; }
  .fmp-hero__grid {
    display: block;
    min-height: 0 !important;
    padding-bottom: 46px !important;
    padding-top: 54px !important;
  }
  .fmp-hero__copy,
  .fmp-hero__copy[data-reveal] { opacity: 1 !important; transform: none !important; }
  .fmp-hero__visual { display: none !important; }
  .fmp-eyebrow { align-items: center; flex-wrap: nowrap; font-size: 8px; gap: 10px; letter-spacing: .17em; }
  .fmp-eyebrow > span { flex: 0 0 30px; width: 30px; }
  .fmp-eyebrow small { display: none; }
  .fmp-hero h1 {
    font-size: clamp(38px, 11.2vw, 48px);
    letter-spacing: -.052em;
    line-height: .98;
    margin: 21px 0 20px;
    max-width: 520px;
  }
  .fmp-hero h1::after { height: 2px; margin-top: 22px; width: 74px; }
  .fmp-hero__lead { font-size: 15px; line-height: 1.62; max-width: 520px; }
  .fmp-hero__actions { align-items: stretch; gap: 17px; margin-top: 28px; }
  .fmp-hero__actions .fmp-button { justify-content: center; width: 100%; }
  .fmp-hero__actions .fmp-text-link { align-self: center; }
  .fmp-hero__signature { display: none; }
  .fmp-hero__stats {
    bottom: auto;
    grid-template-columns: repeat(2, 1fr);
    left: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    transform: none;
    width: 100%;
  }
  .fmp-hero__stats > div {
    background: rgba(7,13,14,.92);
    border: 1px solid rgba(255,255,255,.08);
    gap: 2px;
    grid-template-columns: 1fr;
    min-height: 78px;
    padding: 12px 14px;
  }
  .fmp-hero__stats strong { font-size: 22px; }
  .fmp-hero__stats span { font-size: 7px; line-height: 1.35; }
  .fmp-about__grid { gap: 48px; grid-template-columns: minmax(0, 1fr); }
  .fmp-about__image {
    aspect-ratio: 1 / 1;
    height: auto;
    max-height: none;
    min-height: 0 !important;
    overflow: hidden;
    width: 100%;
  }
  .fmp-about__image::before { display: none; }
  .fmp-about__image > img { height: 100%; inset: 0; object-fit: cover; object-position: center; position: absolute; width: 100%; }
  .fmp-about__badge { bottom: 0; max-width: 190px; padding: 13px 15px; right: 0; }
  .fmp-about__badge strong { font-size: 32px; }
  .fmp-gallery__grid { grid-auto-rows: 150px; }
  .fmp-contact__panel { grid-template-columns: minmax(0, 1fr); }
  .fmp-whatsapp { bottom: 16px; height: auto; padding: 0; right: 13px; width: 164px; }
}

@media (max-width: 390px) {
  .fmp-container { padding-left: 17px; padding-right: 17px; }
  .fmp-hero__grid { padding-bottom: 40px !important; padding-top: 44px !important; }
  .fmp-hero h1 { font-size: clamp(35px, 10.8vw, 42px); }
  .fmp-hero__stats { padding-left: 17px; padding-right: 17px; }
  .fmp-hero__stats > div { min-height: 73px; padding: 10px 12px; }
  .fmp-whatsapp { width: 150px; }
  .fmp-about__image { aspect-ratio: 1 / 1; min-height: 0 !important; }
}

/* Performance percebida, vinheta cinematográfica e CTA vivo — v1.3 */
html.fmp-intro-open,
html.fmp-intro-open body { overflow: hidden !important; }

.fmp-intro[hidden] { display: none !important; }
.fmp-intro {
  align-items: center;
  background: #020607;
  display: grid;
  inset: 0;
  justify-items: center;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  transition: opacity .58s cubic-bezier(.22,.8,.3,1);
  z-index: 99999;
}
.fmp-intro.is-active { opacity: 1; pointer-events: auto; }
.fmp-intro.is-leaving { opacity: 0; pointer-events: none; }
.fmp-intro__ambient {
  background: radial-gradient(circle at 27% 46%, rgba(26,137,95,.24), transparent 30%), radial-gradient(circle at 75% 46%, rgba(215,160,39,.22), transparent 32%), linear-gradient(135deg,#020607,#081114 55%,#030708);
  inset: 0;
  position: absolute;
}
.fmp-intro__video {
  height: 100%;
  inset: 0;
  object-fit: cover;
  opacity: 0;
  position: absolute;
  transition: opacity .45s ease;
  width: 100%;
}
.fmp-intro.is-ready .fmp-intro__video { opacity: 1; }
.fmp-intro__veil {
  background: linear-gradient(180deg, rgba(1,4,5,.18), transparent 56%, rgba(1,4,5,.7)), radial-gradient(circle, transparent 40%, rgba(1,4,5,.52) 100%);
  inset: 0;
  pointer-events: none;
  position: absolute;
}
.fmp-intro__brand {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  text-align: center;
  transition: opacity .35s ease, transform .55s ease;
  z-index: 2;
}
.fmp-intro.is-playing .fmp-intro__brand { opacity: .16; transform: scale(.88); }
.fmp-intro__brand img { border: 1px solid rgba(232,199,116,.34); box-shadow: 0 0 70px rgba(37,156,112,.18); height: 92px; object-fit: cover; width: 92px; }
.fmp-intro__brand span { display: flex; flex-direction: column; gap: 7px; }
.fmp-intro__brand b { font-size: 24px; font-weight: 500; letter-spacing: .34em; margin-left: .34em; }
.fmp-intro__brand small { color: #9ea9a5; font-size: 8px; font-weight: 800; letter-spacing: .24em; text-transform: uppercase; }
.fmp-intro__brand i { animation: fmp-loader-line 1.45s ease-in-out infinite; background: linear-gradient(90deg,transparent,var(--fmp-green),var(--fmp-gold),transparent); display: block; height: 1px; margin-top: 5px; transform-origin: center; width: 160px; }
.fmp-intro__skip {
  background: rgba(3,9,11,.6);
  border: 1px solid rgba(255,255,255,.2);
  bottom: 25px;
  color: #d8dfdc;
  cursor: pointer;
  font-size: 9px !important;
  font-weight: 800;
  letter-spacing: .13em;
  padding: 11px 16px;
  position: absolute;
  right: 25px;
  text-transform: uppercase;
  z-index: 3;
}
.fmp-intro__skip:hover { background: rgba(212,164,57,.16); border-color: rgba(232,199,116,.55); color: white; }

.fmp-whatsapp {
  animation: fmp-whatsapp-breathe 2.15s ease-in-out infinite;
  isolation: isolate;
  overflow: visible !important;
  will-change: transform, filter;
}
.fmp-whatsapp::before,
.fmp-whatsapp::after {
  border: 1px solid rgba(82,220,135,.6);
  content: "";
  inset: -7px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}
.fmp-whatsapp::before { animation: fmp-whatsapp-ripple 2.15s ease-out infinite; }
.fmp-whatsapp::after { animation: fmp-whatsapp-ripple 2.15s .72s ease-out infinite; }
.fmp-whatsapp:hover { animation-play-state: paused; filter: brightness(1.08); transform: translateY(-3px) scale(1.025); }

.fmp-gallery,
.fmp-contact,
.fmp-footer,
.fmp-monitoring,
.fmp-inverters-teaser { content-visibility: auto; contain-intrinsic-size: auto 780px; }

@keyframes fmp-loader-line {
  0%,100% { opacity: .35; transform: scaleX(.25); }
  50% { opacity: 1; transform: scaleX(1); }
}
@keyframes fmp-whatsapp-breathe {
  0%,100% { filter: drop-shadow(0 12px 22px rgba(0,0,0,.32)); transform: translateY(0) scale(1); }
  50% { filter: drop-shadow(0 15px 26px rgba(37,211,102,.28)); transform: translateY(-2px) scale(1.035); }
}
@keyframes fmp-whatsapp-ripple {
  0% { opacity: .58; transform: scale(.96); }
  72%,100% { opacity: 0; transform: scale(1.12,1.28); }
}

@media (max-width: 680px) {
  .fmp-intro__video { object-position: center; }
  .fmp-intro__brand img { height: 76px; width: 76px; }
  .fmp-intro__skip { bottom: 19px; right: 17px; }
}

@media (prefers-reduced-motion: reduce) {
  .fmp-whatsapp,
  .fmp-whatsapp::before,
  .fmp-whatsapp::after,
  .fmp-intro__brand i { animation: none !important; }
}
