@font-face { font-family: Poppins; src: url("../assets/43a5938b730c9bb89fd3da9935d1de2149221400dcb2b76226ffcd4523850615.woff") format("woff"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: Poppins; src: url("../assets/e58a717b9bbebc6f05a997c2e463e8c8b7a0021bc7ec5cbd5eba04a3c023a322.woff") format("woff"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: Poppins; src: url("../assets/0ae7891a28cae40f6d07f46b670e82b977f262f7f80e7913b5c9206edba65d14.woff") format("woff"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: Poppins; src: url("../assets/b506e1aeb2b85045d9001d6a0f7e2378728315d7ff4dc1e56a3094f8e944c07b.woff") format("woff"); font-weight: 700; font-style: normal; font-display: swap; }
:root { --primary: #07e30b; --primary-hover: #05b509; --primary-rgb: 7, 227, 11; --bg-dark: #07080a; --bg-section: #0f1115; --bg-card: #ffffff08; --bg-card-hover: #ffffff14; --border-color: #ffffff14; --text-main: #f3f4f6; --text-muted: #9ca3af; --text-white: #fff; --transition: all .3s cubic-bezier(.4, 0, .2, 1); --font-family: "Poppins", sans-serif; --header-height: 80px; }
* { box-sizing: border-box; font-family: var(--font-family); margin: 0px; padding: 0px; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-family); background-color: var(--bg-dark); color: var(--text-main); -webkit-font-smoothing: antialiased; line-height: 1.6; overflow-x: hidden; }
a { color: inherit; transition: var(--transition); text-decoration: none; }
button { font-family: var(--font-family); cursor: pointer; transition: var(--transition); background: 0px 0px; border-width: medium; border-style: none; border-color: currentcolor; border-image: none; outline: none; }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--bg-dark); }
::-webkit-scrollbar-thumb { background: rgb(31, 41, 55); border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: var(--primary); }
.container { max-width: 1280px; margin: 0px auto; padding: 0px 24px; }
.text-center { text-align: center; }
.mx-auto { margin-left: auto; margin-right: auto; }
.text-highlight { color: var(--primary); }
.btn-primary { background-color: var(--primary); color: rgb(0, 0, 0); transition: var(--transition); border-radius: 50px; justify-content: center; align-items: center; padding: 14px 28px; font-size: 0.95rem; font-weight: 600; display: inline-flex; box-shadow: rgba(7, 227, 11, 0.2) 0px 4px 20px; }
.btn-primary:hover { background-color: var(--primary-hover); transform: translateY(-2px); box-shadow: rgba(7, 227, 11, 0.4) 0px 6px 25px; }
.btn-outline { border: 2px solid var(--primary); color: var(--primary); transition: var(--transition); border-radius: 50px; justify-content: center; align-items: center; padding: 12px 26px; font-size: 0.95rem; font-weight: 600; display: inline-flex; }
.btn-outline:hover { background-color: var(--primary); color: rgb(0, 0, 0); transform: translateY(-2px); }
section { padding: 100px 0px; position: relative; }
.section-tag { color: var(--primary); text-transform: uppercase; letter-spacing: 2px; font-size: 0.85rem; font-weight: 600; display: inline-block; }
.flex-badge { align-items: center; gap: 16px; margin-bottom: 20px; display: inline-flex; }
.text-center .flex-badge, .solutions-header.flex-badge { justify-content: center; margin-left: auto; margin-right: auto; }
.text-center .section-title, .text-center .section-subtitle { text-align: center; }
.text-center .section-subtitle { margin-left: auto; margin-right: auto; }
.badge-line { object-fit: contain; opacity: 0.65; width: 130px; height: 6px; }
.section-title { color: var(--text-white); margin-bottom: 20px; font-size: 2.5rem; font-weight: 700; line-height: 1.2; }
.section-subtitle { color: var(--text-muted); max-width: 600px; margin-bottom: 48px; font-size: 1.1rem; }
.header { width: 100%; height: var(--header-height); z-index: 1000; transition: var(--transition); background-color: rgba(0, 0, 0, 0); border-bottom: 1px solid rgba(0, 0, 0, 0); align-items: center; display: flex; position: fixed; top: 0px; left: 0px; }
.header.scrolled { border-bottom: 1px solid var(--border-color); background-color: rgba(7, 8, 10, 0.85); height: 80px; box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 30px; }
.header-container { justify-content: space-between; align-items: center; width: 100%; display: flex; }
.logo-link { flex-shrink: 0; align-items: center; display: flex; }
.logo-img { width: auto; height: 48px; transition: var(--transition); }
.nav-menu { align-items: center; display: flex; }
.nav-capsule { background-color: rgba(156, 237, 91, 0.1); border: 1px solid rgba(156, 237, 91, 0.05); border-radius: 40px; align-items: center; gap: 32px; padding: 12px 36px; display: flex; }
.nav-capsule a { font-family: var(--font-family); color: rgb(255, 255, 255); transition: var(--transition); padding: 6px 0px; font-size: 16px; font-weight: 500; }
.nav-capsule a:hover { color: rgba(255, 255, 255, 0.65); }
.header-right { align-items: center; gap: 20px; display: flex; }
.btn-plataforma { font-family: var(--font-family); color: rgb(15, 15, 15); transition: var(--transition); background-color: rgb(56, 182, 0); border-radius: 40px; justify-content: center; align-items: center; padding: 12px 32px; font-size: 16px; font-weight: 500; display: inline-flex; box-shadow: rgba(56, 182, 0, 0.2) 0px 4px 15px; }
.btn-plataforma:hover { background-color: rgb(64, 207, 0); transform: translateY(-2px); box-shadow: rgba(56, 182, 0, 0.4) 0px 6px 20px; }
.menu-toggle { z-index: 1010; cursor: pointer; flex-direction: column; justify-content: space-between; width: 28px; height: 18px; display: none; }
.menu-toggle span { background-color: var(--text-white); width: 100%; height: 2px; transition: var(--transition); border-radius: 2px; display: block; }
.menu-toggle.open span:first-child { transform: translateY(8px) rotate(45deg); }
.menu-toggle.open span:nth-child(2) { opacity: 0; }
.menu-toggle.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
.nav-menu-header, .nav-menu-actions, .nav-menu-footer { display: none; }
@media (width <= 991px) {
.menu-toggle { display: flex; }
.header-right .btn-plataforma { display: none; }
.nav-menu { border-left: 1px solid var(--border-color); width: 300px; height: 100vh; transition: var(--transition); z-index: 1000; background-color: rgb(11, 13, 18); flex-direction: column; padding: 0px 30px 30px; display: flex; position: fixed; top: 0px; right: -100%; box-shadow: rgba(0, 0, 0, 0.5) -10px 0px 30px; }
.nav-menu.open { right: 0px; }
.nav-capsule { background-color: rgba(0, 0, 0, 0); border-width: medium; border-style: none; border-color: currentcolor; border-image: none; border-radius: 0px; flex-direction: column; flex: 1 1 0%; align-items: flex-start; gap: 28px; width: 100%; padding: 0px; }
.nav-capsule li { width: 100%; }
.nav-capsule a { width: 100%; color: var(--text-main); font-size: 1.15rem; display: block; }
.nav-capsule a:hover { color: var(--primary); }
.nav-menu-header { border-bottom: 1px solid var(--border-color); align-items: center; margin-bottom: 32px; padding: 28px 0px 24px; display: flex; }
.menu-logo-img { width: auto; height: 40px; }
.nav-menu-actions { margin-top: 32px; display: block; }
.menu-btn-plataforma { color: rgb(15, 15, 15); text-align: center; width: 100%; transition: var(--transition); background-color: rgb(56, 182, 0); border-radius: 40px; justify-content: flex-start; padding: 14px 24px; font-size: 1rem; font-weight: 600; display: flex; box-shadow: rgba(56, 182, 0, 0.25) 0px 4px 15px; }
.menu-btn-plataforma:hover { background-color: rgb(64, 207, 0); box-shadow: rgba(56, 182, 0, 0.45) 0px 6px 20px; }
.nav-menu-footer { border-top: 1px solid var(--border-color); flex-direction: column; align-items: flex-start; gap: 16px; margin-top: 24px; padding-top: 24px; display: flex; }
.menu-social-icons { justify-content: flex-start; align-items: center; gap: 12px; display: flex; }
.menu-social-circle { width: 42px; height: 42px; transition: var(--transition); background-color: rgb(56, 182, 0); border-radius: 50%; flex-shrink: 0; justify-content: center; align-items: center; display: flex; }
.menu-social-circle:hover { background-color: rgb(64, 207, 0); transform: scale(1.1); }
}
@media (width <= 480px) {
.btn-plataforma { padding: 10px 20px; font-size: 0.9rem; }
}
.hero-section { min-height: 100vh; padding-top: calc(var(--header-height) + 40px); background-image: linear-gradient(rgba(0, 0, 0, 0.67), rgba(0, 0, 0, 0.67)), url("../assets/capa.webp"); background-position: 50% center; background-repeat: no-repeat; background-size: cover; align-items: center; padding-bottom: 60px; display: flex; position: relative; overflow: hidden; }
.hero-container { z-index: 2; flex-direction: column; justify-content: space-between; width: 100%; height: 100%; display: flex; position: relative; }
.hero-tag-wrapper { margin-bottom: 30px; display: flex; }
.hero-tag { color: rgb(255, 255, 255); letter-spacing: 0.5px; background-color: rgba(93, 175, 26, 0.12); border: 1px solid rgba(93, 175, 26, 0.3); border-radius: 50px; padding: 6px 18px; font-size: 0.9rem; font-weight: 500; }
.hero-main-content { grid-template-columns: 1.2fr 0.8fr; align-items: center; gap: 40px; margin-bottom: 50px; display: grid; }
.hero-left { text-align: left; flex-direction: column; align-items: flex-start; display: flex; }
.hero-sub-title { color: rgb(255, 255, 255); letter-spacing: 0.5px; margin-bottom: 18px; font-size: 1.35rem; font-weight: 400; }
.hero-sub-title .font-bold { font-weight: 700; }
.hero-main-heading { color: rgb(255, 255, 255); letter-spacing: -0.5px; max-width: 530px; margin-bottom: 40px; font-size: 45px; font-weight: 500; line-height: 1.15; }
.hero-main-heading .text-highlight { color: rgb(0, 254, 3); font-weight: 700; }
.hero-actions { display: flex; }
.btn-receba-info { color: rgb(15, 15, 15); transition: var(--transition); background-color: rgb(56, 182, 0); border-radius: 40px; justify-content: center; align-items: center; padding: 16px 36px; font-size: 1.15rem; font-weight: 600; display: inline-flex; box-shadow: rgba(56, 182, 0, 0.25) 0px 4px 15px; }
.btn-receba-info:hover { background-color: rgb(64, 207, 0); transform: translateY(-2px); box-shadow: rgba(56, 182, 0, 0.4) 0px 6px 20px; }
.hero-right { justify-content: flex-end; align-items: center; height: 250px; display: flex; position: relative; }
.hero-svg-line { z-index: 1; pointer-events: none; position: absolute; top: 50px; left: -220px; }
.social-proof-card { z-index: 2; background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 20px; align-items: center; gap: 20px; width: 370px; padding: 24px 30px; display: flex; position: relative; box-shadow: rgba(0, 0, 0, 0.4) 0px 20px 40px; }
.avatars-img { flex-shrink: 0; width: auto; height: 56px; }
.social-proof-text { text-align: left; }
.proof-number { color: rgb(255, 255, 255); margin-bottom: 2px; font-size: 1.45rem; font-weight: 700; }
.proof-desc { color: var(--text-muted); font-size: 0.85rem; line-height: 1.3; }
.hero-stats-row { border-top: 1px solid rgba(255, 255, 255, 0.1); gap: 80px; margin-top: auto; padding-top: 40px; display: flex; }
.stat-item { text-align: left; flex-direction: column; align-items: flex-start; display: flex; }
.stat-number { color: rgb(255, 255, 255); margin-bottom: 8px; font-size: 2.8rem; font-weight: 700; line-height: 1; }
.stat-label { color: var(--text-muted); max-width: 220px; font-size: 0.95rem; line-height: 1.4; }
@media (width <= 1200px) {
.hero-svg-line { display: none; }
}
@media (width <= 991px) {
.hero-main-content { grid-template-columns: 1fr; gap: 48px; margin-bottom: 40px; }
.hero-right { justify-content: flex-start; height: auto; }
.social-proof-card { width: 100%; max-width: 370px; }
.hero-stats-row { flex-wrap: wrap; gap: 30px; }
.stat-item { flex: 1 1 calc(50% - 15px); min-width: 200px; }
}
@media (width <= 768px) {
.hero-tag-wrapper { justify-content: center; }
.hero-left { text-align: center; align-items: center; }
.hero-main-heading { margin-left: auto; margin-right: auto; font-size: 1.9rem; }
.hero-sub-title { font-size: 1.15rem; }
.hero-actions { justify-content: center; width: 100%; }
.hero-right { justify-content: center; }
.social-proof-card { margin: 0px auto; }
.hero-stats-row { flex-direction: row; justify-content: space-between; align-items: flex-start; gap: 12px; }
.stat-item { text-align: center; flex: 1 1 0%; align-items: center; min-width: 0px; }
.stat-number { margin-bottom: 4px; font-size: 1.6rem; }
.stat-label { max-width: 100%; font-size: 0.75rem; }
}
.contact-section { color: var(--text-main); border-bottom: 1px solid var(--border-color); background-color: rgb(0, 0, 0); padding: 80px 0px; overflow: hidden; }
.contact-container { grid-template-columns: 1.05fr 0.95fr; align-items: flex-start; gap: 60px; display: grid; }
.contact-info { text-align: left; flex-direction: column; display: flex; }
.contact-tag-wrapper { margin-bottom: 16px; display: flex; }
.contact-tag { color: rgb(255, 255, 255); letter-spacing: 0.5px; background-color: rgba(93, 175, 26, 0.12); border: 1px solid rgba(93, 175, 26, 0.3); border-radius: 50px; padding: 6px 18px; font-size: 0.9rem; font-weight: 500; }
.contact-title { color: rgb(255, 255, 255); margin-bottom: 24px; font-size: 2.5rem; font-weight: 500; line-height: 1.25; }
.contact-title .font-bold { font-weight: 700; }
.contact-desc { color: var(--text-muted); margin-bottom: 40px; font-size: 1.05rem; line-height: 1.6; }
.contact-steps { flex-direction: column; gap: 20px; display: flex; }
.step-card { transition: var(--transition); background: rgba(93, 175, 26, 0.04); border: 1px solid rgba(93, 175, 26, 0.12); border-radius: 16px; align-items: flex-start; gap: 24px; padding: 28px; display: flex; }
.step-card:hover { border-color: rgba(93, 175, 26, 0.3); transform: translate(4px); }
.step-icon-wrapper { flex-shrink: 0; justify-content: center; align-items: center; width: 44px; height: 44px; display: flex; }
.step-svg-icon { width: 44px; height: 44px; }
.step-details { text-align: left; flex-direction: column; align-items: flex-start; display: flex; }
.step-card-title { color: rgb(0, 254, 3); margin-bottom: 8px; font-size: 1.3rem; font-weight: 700; }
.step-card-desc { color: var(--text-muted); font-size: 0.95rem; line-height: 1.5; }
.contact-form-wrapper { background: rgba(255, 255, 255, 0.01); border: 1px solid rgba(93, 175, 26, 0.15); border-radius: 20px; padding: 40px; box-shadow: rgba(0, 0, 0, 0.4) 0px 20px 40px; }
.contact-form { flex-direction: column; gap: 20px; display: flex; }
.form-input-field, .form-select-field { color: rgb(229, 231, 235); font-family: var(--font-family); width: 100%; transition: var(--transition); background-color: rgba(255, 255, 255, 0.03); border: 1.5px solid rgba(255, 255, 255, 0.15); border-radius: 12px; outline: none; padding: 16px 20px; font-size: 1rem; font-weight: 400; }
.form-input-field:focus, .form-select-field:focus { background-color: rgba(255, 255, 255, 0.06); border-color: rgba(93, 175, 26, 0.5); }
.form-input-field::placeholder { color: rgb(138, 143, 152); }
.relative { position: relative; }
.input-error { background-color: rgba(239, 68, 68, 0.03) !important; border-color: rgb(239, 68, 68) !important; }
.email-error-text { color: rgb(239, 68, 68); text-align: left; margin-top: 6px; font-size: 0.82rem; font-weight: 500; display: block; }
.form-select-field { appearance: none; cursor: pointer; background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>"); background-position: right 20px center; background-repeat: no-repeat; }
.form-select-field option { color: rgb(229, 231, 235); background-color: rgb(11, 13, 18); }
.form-submit-btn-green { color: rgb(255, 255, 255); font-family: var(--font-family); letter-spacing: 0.5px; cursor: pointer; width: 100%; transition: var(--transition); background-color: rgb(8, 138, 11); border: 1.5px solid rgba(255, 255, 255, 0.35); border-radius: 12px; margin-top: 10px; padding: 18px 24px; font-size: 1rem; font-weight: 700; }
.form-submit-btn-green:hover { background-color: rgb(12, 158, 15); border-color: rgba(255, 255, 255, 0.6); transform: translateY(-2px); }
.form-submit-btn-green:disabled { opacity: 0.7; cursor: not-allowed; transform: none; }
.btn-loading { justify-content: center; align-items: center; gap: 10px; display: flex; }
.btn-spinner { border-width: 2px; border-style: solid; border-color: rgb(255, 255, 255) rgba(255, 255, 255, 0.35) rgba(255, 255, 255, 0.35); border-image: none; border-radius: 50%; width: 18px; height: 18px; animation: 0.7s linear 0s infinite normal none running spin; display: inline-block; }
.form-error-msg { color: rgb(239, 68, 68); text-align: center; background: rgba(239, 68, 68, 0.08); border: 1px solid rgba(239, 68, 68, 0.2); border-radius: 8px; margin: 0px; padding: 12px 16px; font-size: 0.875rem; }
.success-message h3 { color: rgb(0, 254, 3); }
.solutions-section { border-bottom: 1px solid var(--border-color); background-color: rgb(3, 4, 6); padding: 100px 0px; position: relative; overflow: hidden; }
.solutions-section::before { content: ""; pointer-events: none; z-index: 1; background: radial-gradient(circle, rgba(0, 254, 3, 0.03) 0%, rgba(0, 0, 0, 0) 70%); width: 50vw; height: 50vh; position: absolute; top: -20%; left: 30%; }
.solutions-container { z-index: 2; position: relative; }
.solutions-header { margin-bottom: 60px; }
.solutions-badge-wrapper { justify-content: center; margin-bottom: 20px; display: flex; }
.solutions-badge { color: var(--text-white); text-transform: uppercase; letter-spacing: 1.5px; backdrop-filter: blur(10px); background-color: rgba(156, 237, 91, 0.08); border: 1px solid rgba(156, 237, 91, 0.2); border-radius: 50px; padding: 8px 24px; font-size: 0.85rem; font-weight: 500; display: inline-block; }
.solutions-title { color: var(--text-white); letter-spacing: -0.5px; text-align: center; max-width: 800px; margin: 0px auto 20px; font-size: 2.8rem; font-weight: 700; line-height: 1.25; }
.solutions-subtitle { color: var(--text-muted); text-align: center; max-width: 650px; margin: 0px auto; font-size: 1.05rem; line-height: 1.6; }
.text-neon-green { color: rgb(0, 254, 3); text-shadow: rgba(0, 254, 3, 0.15) 0px 0px 15px; }
.solutions-carousel-wrapper.full-width { width: 100%; margin-top: 40px; padding: 0px 80px; position: relative; }
.solutions-carousel-wrapper.full-width::before, .solutions-carousel-wrapper.full-width::after { content: ""; pointer-events: none; z-index: 5; width: 200px; transition: width 0.3s; position: absolute; top: 0px; bottom: 0px; }
.solutions-carousel-wrapper.full-width::before { background: linear-gradient(90deg, rgb(3, 4, 6) 15%, rgba(3, 4, 6, 0) 100%); left: 0px; mask-image: linear-gradient(90deg, rgb(0, 0, 0) 15%, rgba(0, 0, 0, 0) 100%); }
.solutions-carousel-wrapper.full-width::after { background: linear-gradient(270deg, rgb(3, 4, 6) 15%, rgba(3, 4, 6, 0) 100%); right: 0px; mask-image: linear-gradient(270deg, rgb(0, 0, 0) 15%, rgba(0, 0, 0, 0) 100%); }
.carousel-window { width: 100%; overflow: hidden; }
.carousel-track { width: 100%; display: flex; }
.carousel-card-item { box-sizing: border-box; opacity: 0.5; align-items: stretch; padding: 12px; transition: opacity 0.5s; display: flex; }
.carousel-card-item.active { opacity: 1; }
.solutions-card { width: 100%; transition: var(--transition); backdrop-filter: blur(12px); background: rgba(156, 237, 91, 0.03); border: 1px solid rgba(255, 255, 255, 0.05); border-radius: 20px; flex-direction: column; align-items: flex-start; padding: 40px 24px; display: flex; position: relative; overflow: hidden; box-shadow: rgba(0, 0, 0, 0.4) 0px 4px 30px; }
.solutions-card:hover { background: rgba(156, 237, 91, 0.06); border-color: rgba(0, 254, 3, 0.25); transform: translateY(-8px); box-shadow: rgba(0, 254, 3, 0.08) 0px 12px 40px; }
.solutions-card::before { content: ""; opacity: 0; pointer-events: none; background: radial-gradient(circle at 40px 40px, rgba(0, 254, 3, 0.05) 0%, rgba(0, 0, 0, 0) 60%); width: 100%; height: 100%; transition: opacity 0.3s; position: absolute; top: 0px; left: 0px; }
.solutions-card:hover::before { opacity: 1; }
.card-icon-wrapper { width: 58px; height: 58px; transition: var(--transition); background-color: rgba(0, 254, 3, 0.06); border: 1px solid rgba(0, 254, 3, 0.15); border-radius: 16px; justify-content: center; align-items: center; margin-bottom: 28px; display: flex; }
.solutions-card:hover .card-icon-wrapper { background-color: rgba(0, 254, 3, 0.12); border-color: rgba(0, 254, 3, 0.35); transform: scale(1.05); }
.card-icon { object-fit: contain; filter: drop-shadow(rgba(0, 254, 3, 0.2) 0px 0px 8px); width: 28px; height: 28px; }
.card-title { color: rgb(0, 254, 3); letter-spacing: -0.3px; margin-bottom: 16px; font-size: 1.15rem; font-weight: 600; line-height: 1.4; }
.card-desc { color: var(--text-muted); font-size: 0.92rem; line-height: 1.6; }
.carousel-btn { width: 48px; height: 48px; color: var(--text-white); cursor: pointer; z-index: 10; transition: var(--transition); backdrop-filter: blur(5px); background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 50%; justify-content: center; align-items: center; display: flex; position: absolute; top: 50%; transform: translateY(-50%); }
.carousel-btn:hover:not(:disabled) { color: rgb(255, 255, 255); background: rgba(0, 254, 3, 0.15); border-color: rgba(0, 254, 3, 0.35); box-shadow: rgba(0, 254, 3, 0.25) 0px 0px 15px; }
.carousel-btn:disabled { opacity: 0.3; cursor: not-allowed; }
.prev-btn { left: 20px; }
.next-btn { right: 20px; }
.solutions-action { z-index: 15; justify-content: center; margin-top: 60px; display: flex; position: relative; }
.solutions-cta-btn { color: rgb(0, 0, 0); transition: var(--transition); background-color: rgb(56, 182, 0); border-radius: 50px; padding: 16px 40px; font-size: 1.05rem; font-weight: 700; box-shadow: rgba(56, 182, 0, 0.25) 0px 4px 20px; }
.solutions-cta-btn:hover { background-color: rgb(64, 207, 0); transform: translateY(-2px); box-shadow: rgba(56, 182, 0, 0.45) 0px 6px 25px; }
.services-section { border-bottom: 1px solid var(--border-color); background-color: rgb(7, 8, 10); padding: 100px 0px 180px; position: relative; overflow: visible; }
.services-section::before { content: ""; pointer-events: none; z-index: 1; background: radial-gradient(circle, rgba(56, 182, 0, 0.03) 0%, rgba(0, 0, 0, 0) 70%); width: 40vw; height: 40vh; position: absolute; bottom: -10%; right: 10%; }
.services-container { z-index: 2; position: relative; }
.services-header { margin-bottom: 50px; }
.services-badge-wrapper { justify-content: center; margin-bottom: 20px; display: flex; }
.services-badge { color: var(--text-white); text-transform: uppercase; letter-spacing: 1.5px; backdrop-filter: blur(10px); background-color: rgba(156, 237, 91, 0.08); border: 1px solid rgba(156, 237, 91, 0.2); border-radius: 50px; padding: 8px 24px; font-size: 0.85rem; font-weight: 500; display: inline-block; }
.services-title { color: var(--text-white); letter-spacing: -0.5px; text-align: center; max-width: 800px; margin: 0px auto 20px; font-size: 2.8rem; font-weight: 700; line-height: 1.25; }
.services-subtitle { color: var(--text-muted); text-align: center; max-width: 750px; margin: 0px auto; font-size: 1.05rem; line-height: 1.6; }
.services-videos-row { grid-template-columns: repeat(2, 1fr); gap: 30px; margin-bottom: 40px; display: grid; }
.video-card { cursor: pointer; transition: var(--transition); background: rgba(255, 255, 255, 0.02); border: 2px solid rgba(56, 182, 0, 0.15); border-radius: 24px; position: relative; overflow: hidden; box-shadow: rgba(0, 0, 0, 0.4) 0px 4px 30px; }
.video-card:hover { border-color: rgba(56, 182, 0, 0.4); transform: translateY(-6px); box-shadow: rgba(56, 182, 0, 0.1) 0px 12px 40px; }
.video-thumb-wrapper { aspect-ratio: 16 / 9.5; width: 100%; position: relative; overflow: hidden; }
.video-thumb-img { object-fit: cover; width: 100%; height: 100%; transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1); }
.video-card:hover .video-thumb-img { transform: scale(1.05); }
.video-overlay { background: rgba(0, 0, 0, 0.2); justify-content: center; align-items: center; width: 100%; height: 100%; transition: background 0.3s; display: flex; position: absolute; top: 0px; left: 0px; }
.video-card:hover .video-overlay { background: rgba(0, 0, 0, 0.4); }
.play-btn-circle { width: 80px; height: 80px; transition: var(--transition); background: rgba(255, 255, 255, 0.05); border: 2px solid rgba(255, 255, 255, 0.1); border-radius: 50%; justify-content: center; align-items: center; display: flex; box-shadow: rgba(0, 0, 0, 0.5) 0px 4px 20px; }
.play-svg-icon { object-fit: contain; width: 100%; height: 100%; transition: var(--transition); }
.video-card:hover .play-btn-circle { background: rgba(56, 182, 0, 0.15); border-color: rgba(56, 182, 0, 0.8); transform: scale(1.12); box-shadow: rgba(56, 182, 0, 0.3) 0px 0px 25px; }
.services-gallery-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 50px; display: grid; }
.gallery-item-card { transition: var(--transition); background: rgba(255, 255, 255, 0.01); border: 1px solid rgba(255, 255, 255, 0.06); border-radius: 20px; position: relative; overflow: hidden; }
.gallery-img-wrapper { aspect-ratio: 1.25 / 1; width: 100%; position: relative; overflow: hidden; }
.gallery-img { object-fit: cover; width: 100%; height: 100%; transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1); }
.gallery-item-overlay { opacity: 0.85; background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%); width: 100%; padding: 24px 20px 16px; transition: opacity 0.3s; position: absolute; bottom: 0px; left: 0px; }
.gallery-item-text { color: var(--text-white); font-size: 0.95rem; font-weight: 500; display: block; }
.gallery-item-card:hover { border-color: rgba(56, 182, 0, 0.3); transform: translateY(-4px); box-shadow: rgba(0, 0, 0, 0.5) 0px 8px 30px; }
.gallery-item-card:hover .gallery-img { transform: scale(1.06); }
.gallery-item-card:hover .gallery-item-overlay { opacity: 1; }
.services-action { justify-content: center; margin-top: 50px; display: flex; }
.services-cta-btn { color: rgb(0, 0, 0); transition: var(--transition); background-color: rgb(56, 182, 0); border-radius: 50px; padding: 16px 40px; font-size: 1.05rem; font-weight: 700; box-shadow: rgba(56, 182, 0, 0.25) 0px 4px 20px; }
.services-cta-btn:hover { background-color: rgb(64, 207, 0); transform: translateY(-2px); box-shadow: rgba(56, 182, 0, 0.45) 0px 6px 25px; }
.lightbox-overlay { z-index: 2000; background-color: rgba(3, 4, 6, 0.9); justify-content: center; align-items: center; width: 100vw; height: 100vh; display: flex; position: fixed; top: 0px; left: 0px; }
.lightbox-content-wrapper { aspect-ratio: 16 / 9; background: rgb(0, 0, 0); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 16px; width: 90%; max-width: 960px; animation: 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) 0s 1 normal none running scaleUp; position: relative; box-shadow: rgba(0, 0, 0, 0.8) 0px 25px 50px -12px; }
.lightbox-video-container { border-radius: 14px; width: 100%; height: 100%; overflow: hidden; }
.lightbox-video-container iframe { width: 100%; height: 100%; display: block; }
.lightbox-close-btn { color: rgb(255, 255, 255); cursor: pointer; transition: var(--transition); background: 0px 0px; border-width: medium; border-style: none; border-color: currentcolor; border-image: none; font-size: 3rem; font-weight: 300; line-height: 1; position: absolute; top: -50px; right: -10px; }
.lightbox-close-btn:hover { color: rgb(56, 182, 0); transform: scale(1.1); }
.posvenda-section { z-index: 10; background: rgb(26, 146, 10); border-bottom: 1px solid rgba(255, 255, 255, 0.1); padding: 100px 0px; position: relative; }
.posvenda-section::before { content: ""; pointer-events: none; background: linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 100%); width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; }
.posvenda-container { z-index: 2; flex-direction: column; gap: 40px; max-width: 1200px; margin-top: -160px; display: flex; position: relative; }
.posvenda-card-block { background-color: rgb(7, 8, 10); border: 2px solid rgb(56, 182, 0); border-radius: 28px; grid-template-columns: 1.15fr 0.85fr; align-items: stretch; transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.4s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.3s; display: grid; overflow: hidden; box-shadow: rgba(0, 0, 0, 0.4) 0px 20px 50px; }
.posvenda-card-block:hover { border-color: rgb(64, 207, 0); transform: translateY(-6px); box-shadow: rgba(0, 0, 0, 0.55) 0px 25px 60px; }
.posvenda-card-content { flex-direction: column; justify-content: center; padding: 50px; display: flex; }
.posvenda-badge-wrapper { align-items: center; margin-bottom: 20px; display: flex; justify-content: flex-start !important; }
.posvenda-badge { color: rgb(255, 255, 255); text-transform: uppercase; letter-spacing: 1px; backdrop-filter: blur(5px); background-color: rgba(56, 182, 0, 0.1); border: 1px solid rgba(56, 182, 0, 0.3); border-radius: 50px; padding: 6px 18px; font-size: 0.78rem; font-weight: 600; display: inline-block; }
.posvenda-card-title { color: rgb(255, 255, 255); letter-spacing: -0.5px; margin-bottom: 14px; font-size: 2.2rem; font-weight: 700; line-height: 1.25; }
.posvenda-card-title .text-neon-green { color: rgb(56, 182, 0); }
.posvenda-card-subtitle { color: var(--text-muted); margin-bottom: 28px; font-size: 0.98rem; line-height: 1.5; }
.posvenda-bullets-list { flex-direction: column; gap: 16px; margin-bottom: 36px; padding: 0px; list-style: none; display: flex; }
.posvenda-bullet-item { align-items: flex-start; gap: 14px; display: flex; }
.posvenda-bullet-icon-box { background-color: rgba(56, 182, 0, 0.12); border: 1px solid rgba(56, 182, 0, 0.25); border-radius: 50%; flex-shrink: 0; justify-content: center; align-items: center; width: 24px; height: 24px; margin-top: 2px; display: flex; }
.posvenda-arrow-svg { object-fit: contain; filter: drop-shadow(rgba(56, 182, 0, 0.3) 0px 0px 4px); width: 10px; height: 10px; }
.posvenda-bullet-text { color: var(--text-main); font-size: 0.94rem; line-height: 1.5; }
.posvenda-card-action { justify-content: flex-start; display: flex; }
.posvenda-cta-btn { color: rgb(0, 0, 0); transition: var(--transition); background-color: rgb(56, 182, 0); border-radius: 50px; padding: 14px 34px; font-size: 0.98rem; font-weight: 700; box-shadow: rgba(56, 182, 0, 0.25) 0px 4px 15px; }
.posvenda-cta-btn:hover { background-color: rgb(64, 207, 0); transform: translateY(-2px); box-shadow: rgba(56, 182, 0, 0.45) 0px 6px 20px; }
.posvenda-card-image-box { align-items: stretch; width: 100%; height: 100%; display: flex; position: relative; overflow: hidden; }
.posvenda-card-img { object-fit: cover; object-position: 50% center; width: 100%; height: 100%; transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1); display: block; }
img[alt="Suporte Rápido"].posvenda-card-img { object-position: 78% center; }
.posvenda-card-block:hover .posvenda-card-img { transform: scale(1.04); }
.tracking-section { background-color: var(--bg-section); border-bottom: 1px solid var(--border-color); overflow: hidden; }
.tracking-container { grid-template-columns: 1.1fr 0.9fr; align-items: center; gap: 80px; display: grid; }
.tracking-content { flex-direction: column; display: flex; }
.tracking-list { flex-direction: column; gap: 24px; margin-bottom: 40px; display: flex; }
.tracking-item { align-items: flex-start; gap: 16px; display: flex; }
.tracking-icon-box { background-color: rgba(7, 227, 11, 0.1); border: 1px solid rgba(7, 227, 11, 0.2); border-radius: 50%; flex-shrink: 0; justify-content: center; align-items: center; width: 32px; height: 32px; margin-top: 2px; display: flex; }
.tracking-check { color: var(--primary); font-size: 0.9rem; font-weight: 700; }
.tracking-text { color: var(--text-main); font-size: 1rem; line-height: 1.5; }
.tracking-visual { justify-content: center; display: flex; position: relative; }
.visual-mockup-wrapper { z-index: 2; width: 100%; max-width: 580px; animation: 6s ease-in-out 0s infinite normal none running float; position: relative; }
.system-mockup-img { border: 1px solid rgba(255, 255, 255, 0.05); border-radius: 16px; width: 100%; height: auto; box-shadow: rgba(0, 0, 0, 0.4) 0px 20px 40px, rgba(7, 227, 11, 0.08) 0px 0px 50px; }
.mockup-bg-glow { z-index: -1; pointer-events: none; background: radial-gradient(circle, rgba(7, 227, 11, 0.06) 0%, rgba(0, 0, 0, 0) 60%); width: 130%; height: 130%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.reviews-section { background-color: var(--bg-dark); border-bottom: 1px solid var(--border-color); padding: 100px 0px; overflow: hidden; }
.reviews-inner { grid-template-columns: 320px 1fr; align-items: flex-start; gap: 64px; max-width: 1280px; margin: 0px auto; padding: 0px 40px; display: grid; }
.reviews-left { flex-direction: column; gap: 24px; display: flex; }
.reviews-left-desc { color: var(--text-muted); font-size: 1rem; line-height: 1.7; }
.rv-rating-summary { border: 1px solid var(--border-color); background: rgba(255, 255, 255, 0.04); border-radius: 16px; align-items: center; gap: 14px; padding: 16px 20px; display: flex; }
.rv-rating-number { color: var(--text-main); font-size: 2.4rem; font-weight: 800; line-height: 1; }
.rv-rating-right { flex-direction: column; gap: 6px; display: flex; }
.rv-rating-source { color: var(--text-muted); align-items: center; gap: 6px; font-size: 0.82rem; display: flex; }
.rv-google-logo { flex-shrink: 0; width: 18px; height: 18px; }
.reviews-cta-btn { align-self: flex-start; margin-top: 8px; }
.reviews-right { flex-direction: column; gap: 36px; min-width: 0px; display: flex; }
.reviews-main-title { color: var(--text-main); margin: 0px; font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 700; line-height: 1.25; }
.rv-track { cursor: grab; user-select: none; scrollbar-width: thin; scrollbar-color: var(--border-color) transparent; gap: 16px; padding-bottom: 12px; display: flex; overflow-x: auto; }
.rv-track.dragging { cursor: grabbing; }
.rv-track::-webkit-scrollbar { height: 4px; }
.rv-track::-webkit-scrollbar-track { background: 0px 0px; }
.rv-track::-webkit-scrollbar-thumb { background-color: var(--border-color); border-radius: 4px; }
.rv-card { border: 1px solid var(--border-color); background: rgb(17, 19, 23); border-radius: 16px; flex-direction: column; flex-shrink: 0; gap: 12px; min-width: 260px; max-width: 280px; padding: 20px; transition: border-color 0.2s, transform 0.2s; display: flex; }
.rv-card:hover { border-color: rgba(56, 182, 0, 0.35); transform: translateY(-2px); }
.rv-card-top { align-items: center; gap: 10px; display: flex; }
.rv-avatar { color: rgb(255, 255, 255); text-transform: uppercase; border-radius: 50%; flex-shrink: 0; justify-content: center; align-items: center; width: 40px; height: 40px; font-size: 0.85rem; font-weight: 700; display: flex; }
.rv-meta { flex: 1 1 0%; min-width: 0px; }
.rv-name { color: var(--text-main); white-space: nowrap; text-overflow: ellipsis; font-size: 0.92rem; font-weight: 600; overflow: hidden; }
.rv-time { color: var(--text-muted); margin-top: 2px; font-size: 0.78rem; }
.rv-stars-wrapper { align-items: center; gap: 8px; display: flex; }
.rv-stars { gap: 2px; display: flex; }
.rv-star { color: rgb(245, 166, 35); font-size: 1rem; line-height: 1; }
.rv-verified-badge { vertical-align: middle; flex-shrink: 0; width: 14px; height: 14px; display: inline-block; }
.rv-text { color: var(--text-muted); -webkit-line-clamp: 6; -webkit-box-orient: vertical; margin: 0px; font-size: 0.88rem; line-height: 1.6; display: -webkit-box; overflow: hidden; }
.rv-more { color: var(--primary); cursor: pointer; font-size: 0.82rem; }
.integrator-section { border-bottom: 1px solid var(--border-color); background-color: rgb(255, 255, 255); padding: 100px 0px; position: relative; overflow: hidden; }
.integrator-bg-desktop { z-index: 1; width: 50%; position: absolute; top: 0px; bottom: 0px; left: 0px; overflow: hidden; }
.integrator-desktop-bg-img { object-fit: cover; object-position: right top; width: 100%; height: 100%; display: block; }
.integrator-bg-desktop::after { content: ""; pointer-events: none; background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgb(255, 255, 255)); width: 150px; position: absolute; top: 0px; bottom: 0px; right: 0px; }
.integrator-container { z-index: 2; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; display: grid; position: relative; }
.integrator-desktop-spacer { width: 100%; display: block; }
.integrator-mobile-bg { display: none; }
.integrator-content { flex-direction: column; display: flex; }
.integrator-tag { text-transform: uppercase; letter-spacing: 0.05em; justify-content: center; align-items: center; display: inline-flex; color: rgb(255, 255, 255) !important; background-color: rgb(123, 123, 123) !important; border-radius: 50px !important; padding: 6px 20px !important; font-size: 0.78rem !important; font-weight: 600 !important; }
.integrator-badge-line { filter: brightness(0) saturate() invert(51%) sepia(2%) saturate(99%) hue-rotate(181deg) brightness(91%) contrast(92%); }
.integrator-title { color: rgb(11, 13, 18); margin-top: 16px; margin-bottom: 36px; font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 700; line-height: 1.25; }
.text-dark-bold { color: rgb(11, 13, 18); font-weight: 700; }
.text-highlight-green { color: rgb(56, 182, 0); font-weight: 600; }
.font-semibold { font-weight: 600; }
.integrator-list { flex-direction: column; gap: 16px; margin-bottom: 40px; display: flex; }
.integrator-card { transition: var(--transition); background-color: rgb(130, 130, 130); border: 1px solid rgba(0, 0, 0, 0.05); border-radius: 16px; align-items: center; gap: 20px; padding: 24px; display: flex; box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 15px; }
.integrator-card:hover { background-color: rgb(117, 117, 117); transform: translate(6px); box-shadow: rgba(0, 0, 0, 0.12) 0px 8px 25px; }
.integrator-check-badge { flex-shrink: 0; width: 44px; height: 44px; display: block; }
.integrator-card-text { color: rgb(255, 255, 255); margin: 0px; font-size: 0.95rem; font-weight: 400; line-height: 1.6; }
.integrator-action { display: flex; }
.outsource-section { background-color: var(--bg-dark); border-bottom: 1px solid var(--border-color); padding: 100px 0px; overflow: hidden; }
.outsource-header { flex-direction: column; align-items: center; margin-bottom: 60px; display: flex; }
.outsource-title { max-width: 700px; margin-top: 16px; margin-bottom: 20px; }
.outsource-subtitle { max-width: 600px; margin-left: auto; margin-right: auto; }
.outsource-grid { grid-template-columns: repeat(2, 1fr); gap: 32px; margin-bottom: 50px; display: grid; }
.outsource-card { text-align: center; transition: var(--transition); background-color: rgb(11, 13, 17); border: 1px solid rgba(255, 255, 255, 0.04); border-radius: 20px; flex-direction: column; align-items: center; padding: 48px 32px; display: flex; }
.outsource-card:hover { background-color: rgb(15, 18, 23); border-color: rgba(7, 227, 11, 0.2); transform: translateY(-6px); box-shadow: rgba(0, 0, 0, 0.3) 0px 20px 40px, rgba(7, 227, 11, 0.04) 0px 0px 30px; }
.outsource-card-icon-wrapper { justify-content: center; align-items: center; margin-bottom: 28px; transition: transform 0.3s; display: flex; }
.outsource-card:hover .outsource-card-icon-wrapper { transform: scale(1.1); }
.outsource-card-icon { width: auto; height: 80px; display: block; }
.outsource-card-text { color: var(--text-main); max-width: 380px; margin: 0px; font-size: 1.1rem; font-weight: 500; line-height: 1.6; }
.outsource-action { justify-content: center; display: flex; }
.faq-section { background-color: var(--bg-section); border-bottom: 1px solid var(--border-color); padding: 100px 0px; overflow: hidden; }
.faq-container { grid-template-columns: 1fr 1.15fr; align-items: flex-start; gap: 80px; display: grid; }
.faq-left { flex-direction: column; display: flex; }
.faq-title { margin-top: 16px; margin-bottom: 40px; line-height: 1.25; }
.solar-panel-wrapper { justify-content: center; width: 100%; margin-top: 10px; animation: 6s ease-in-out 0s infinite normal none running faqFloat; display: flex; position: relative; }
.solar-panel-img { filter: drop-shadow(rgba(0, 0, 0, 0.45) 0px 20px 40px); width: 100%; max-width: 440px; height: auto; display: block; }
.faq-right { flex-direction: column; display: flex; }
.faq-list { flex-direction: column; gap: 16px; display: flex; }
.faq-item { cursor: pointer; transition: var(--transition); background-color: rgb(23, 24, 29); border: 1px solid rgba(255, 255, 255, 0.04); border-radius: 16px; padding: 24px; }
.faq-item:hover { background-color: rgb(29, 30, 36); border-color: rgba(7, 227, 11, 0.2); }
.faq-item.active { background-color: rgb(23, 24, 29); border-color: rgba(7, 227, 11, 0.35); box-shadow: rgba(7, 227, 11, 0.04) 0px 4px 20px; }
.faq-question-box { justify-content: space-between; align-items: center; gap: 16px; display: flex; }
.faq-question { color: var(--text-white); margin: 0px; font-size: 1.05rem; font-weight: 600; line-height: 1.4; }
.faq-toggle-btn { color: var(--primary); flex-shrink: 0; justify-content: center; align-items: center; width: 24px; height: 24px; font-size: 1.4rem; font-weight: 500; transition: transform 0.2s; display: flex; }
.faq-item.active .faq-toggle-btn { transform: rotate(180deg); }
.faq-answer-box { opacity: 0; max-height: 0px; transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s, padding 0.3s; overflow: hidden; }
.faq-item.active .faq-answer-box { opacity: 1; max-height: 300px; padding-top: 16px; }
.faq-answer { color: var(--text-muted); margin: 0px; font-size: 0.95rem; line-height: 1.6; }
.team-section { color: var(--text-main); background-color: rgb(0, 0, 0); padding: 80px 0px; overflow: hidden; }
.team-section-title { color: rgb(255, 255, 255); text-align: center; max-width: 800px; margin-bottom: 50px; margin-left: auto; margin-right: auto; font-size: 2.6rem; font-weight: 700; line-height: 1.2; }
.team-row { flex-wrap: wrap; justify-content: center; gap: 48px; margin-bottom: 48px; display: flex; }
.team-member { text-align: center; flex-direction: column; align-items: center; display: flex; }
.member-avatar-outer { transition: var(--transition); border: 2px solid rgba(56, 182, 0, 0.2); border-radius: 50%; justify-content: center; align-items: center; padding: 10px; display: inline-flex; }
.team-member:hover .member-avatar-outer { border-color: rgba(56, 182, 0, 0.6); box-shadow: rgba(56, 182, 0, 0.25) 0px 0px 20px; }
.member-avatar-inner { background-color: rgb(15, 17, 21); border-radius: 50%; width: 170px; height: 170px; position: relative; overflow: hidden; }
.member-img { object-fit: cover; width: 100%; height: 100%; transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
.team-member:hover .member-img { transform: scale(1.1); }
.member-name { color: rgb(255, 255, 255); text-transform: uppercase; letter-spacing: 1px; margin-top: 18px; font-size: 1.05rem; font-weight: 700; }
.team-action { justify-content: center; margin-top: 24px; display: flex; }
.team-cta-btn { color: rgb(15, 15, 15); background-color: rgb(56, 182, 0); border-radius: 40px; padding: 14px 32px; font-size: 0.95rem; font-weight: 600; box-shadow: rgba(56, 182, 0, 0.2) 0px 4px 15px; }
.team-cta-btn:hover { background-color: rgb(64, 207, 0); transform: translateY(-2px); box-shadow: rgba(56, 182, 0, 0.4) 0px 6px 20px; }
.footer-section { color: var(--text-main); border-top: 1px solid var(--border-color); background-color: rgb(0, 0, 0); padding: 80px 0px 40px; }
.footer-container { flex-direction: column; gap: 50px; display: flex; }
.footer-cta { flex-direction: column; align-items: center; max-width: 850px; margin: 0px auto; display: flex; }
.cta-title { color: rgb(255, 255, 255); text-align: center; margin-bottom: 20px; font-size: 75px; font-weight: 400; line-height: 1.15; }
.cta-desc { color: var(--text-muted); text-align: center; margin-bottom: 36px; font-size: 1.05rem; line-height: 1.6; }
.cta-buttons { flex-wrap: wrap; justify-content: center; gap: 20px; display: flex; }
.cta-btn-green { color: rgb(15, 15, 15); background-color: rgb(56, 182, 0); border-radius: 40px; padding: 14px 32px; font-size: 0.95rem; font-weight: 600; box-shadow: rgba(56, 182, 0, 0.2) 0px 4px 15px; }
.cta-btn-green:hover { background-color: rgb(64, 207, 0); transform: translateY(-2px); box-shadow: rgba(56, 182, 0, 0.4) 0px 6px 20px; }
.btn-entenda-processo { color: rgb(255, 255, 255); transition: var(--transition); background-color: rgba(56, 182, 0, 0.1); border: 1px solid rgba(56, 182, 0, 0.3); border-radius: 40px; justify-content: center; align-items: center; padding: 14px 32px; font-size: 0.95rem; font-weight: 600; display: inline-flex; }
.btn-entenda-processo:hover { background-color: rgba(56, 182, 0, 0.25); border-color: rgba(56, 182, 0, 0.6); transform: translateY(-2px); }
.footer-divider { background-color: rgba(255, 255, 255, 0.1); border: 0px; width: 100%; height: 1px; }
.footer-links-grid { grid-template-columns: repeat(4, 1fr); gap: 40px; display: grid; }
.footer-col { flex-direction: column; display: flex; }
.col-title { color: rgb(255, 255, 255); margin-bottom: 24px; font-size: 1.1rem; font-weight: 700; }
.col-list { flex-direction: column; gap: 16px; display: flex; }
.col-list a { color: var(--text-muted); font-size: 0.95rem; }
.col-list a:hover { color: rgb(56, 182, 0); transform: translate(3px); }
.social-icons-wrapper { gap: 12px; margin-top: 24px; display: flex; }
.social-circle { width: 36px; height: 36px; transition: var(--transition); background-color: rgb(56, 182, 0); border-radius: 50%; justify-content: center; align-items: center; display: flex; }
.social-circle:hover { background-color: rgb(64, 207, 0); transform: scale(1.1); }
.social-svg { width: 18px; height: 18px; }
.footer-copyright { color: var(--text-muted); border-top: 1px solid rgba(255, 255, 255, 0.05); padding-top: 30px; font-size: 0.85rem; }
.lgpd-banner { z-index: 9999; background: rgba(10, 12, 18, 0.97); border-top: 1px solid rgba(56, 182, 0, 0.25); padding: 18px 0px; animation: 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) 0s 1 normal none running slideUp; position: fixed; bottom: 0px; left: 0px; right: 0px; box-shadow: rgba(0, 0, 0, 0.5) 0px -8px 30px; }
.lgpd-inner { flex-wrap: wrap; align-items: center; gap: 20px; max-width: 1200px; margin: 0px auto; padding: 0px 32px; display: flex; }
.lgpd-icon { flex-shrink: 0; font-size: 1.8rem; }
.lgpd-text { flex: 1 1 0%; min-width: 240px; }
.lgpd-text p { color: rgba(255, 255, 255, 0.75); margin: 0px; font-size: 0.88rem; line-height: 1.6; }
.lgpd-text strong { color: rgb(255, 255, 255); }
.lgpd-link { color: rgb(56, 182, 0); text-underline-offset: 2px; text-decoration: underline; transition: color 0.2s; }
.lgpd-link:hover { color: rgb(64, 207, 0); }
.lgpd-actions { flex-shrink: 0; gap: 12px; display: flex; }
.lgpd-btn { cursor: pointer; white-space: nowrap; border-width: medium; border-style: none; border-color: currentcolor; border-image: none; border-radius: 50px; padding: 10px 28px; font-size: 0.9rem; font-weight: 600; transition: 0.2s; }
.lgpd-btn-accept { color: rgb(10, 10, 10); background-color: rgb(56, 182, 0); }
.lgpd-btn-accept:hover { background-color: rgb(64, 207, 0); transform: translateY(-1px); box-shadow: rgba(56, 182, 0, 0.4) 0px 4px 15px; }
.lgpd-btn-reject { color: rgba(255, 255, 255, 0.5); background-color: rgba(0, 0, 0, 0); border: 1px solid rgba(255, 255, 255, 0.15); }
.lgpd-btn-reject:hover { color: rgba(255, 255, 255, 0.8); border-color: rgba(255, 255, 255, 0.35); }
@media (width <= 640px) {
.lgpd-inner { gap: 16px; padding: 0px 20px; }
.lgpd-icon { display: none; }
.lgpd-actions { justify-content: stretch; width: 100%; }
.lgpd-btn { text-align: center; flex: 1 1 0%; padding: 12px 16px; }
}
.whatsapp-float { z-index: 9998; filter: drop-shadow(rgba(0, 0, 0, 0.4) 0px 4px 12px); border-radius: 50%; justify-content: center; align-items: center; width: 64px; height: 64px; text-decoration: none; transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1); animation: 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 1.2s 1 normal both running waBounceIn; display: flex; position: fixed; bottom: 28px; right: 28px; }
.whatsapp-float:hover { filter: drop-shadow(rgba(0, 0, 0, 0.5) 0px 8px 20px) drop-shadow(rgba(37, 211, 102, 0.4) 0px 0px 12px); transform: scale(1.1) translateY(-3px); }
.whatsapp-svg { width: 64px; height: 64px; display: block; }
.whatsapp-float::before { content: ""; z-index: -1; background: rgba(37, 211, 102, 0.35); border-radius: 50%; width: 56px; height: 56px; animation: 2.5s ease-out 0s infinite normal none running waPulse; position: absolute; }
.whatsapp-tooltip { color: rgb(255, 255, 255); white-space: nowrap; opacity: 0; pointer-events: none; background: rgba(10, 12, 18, 0.9); border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 8px; padding: 6px 14px; font-size: 0.82rem; font-weight: 500; transition: opacity 0.2s, transform 0.2s; position: absolute; right: 74px; transform: translate(8px); }
.whatsapp-tooltip::after { content: ""; border-width: 5px 0px 5px 5px; border-style: solid; border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(10, 12, 18, 0.9); border-image: none; position: absolute; top: 50%; right: -5px; transform: translateY(-50%); }
.whatsapp-float:hover .whatsapp-tooltip { opacity: 1; transform: translate(0px); }
.policy-main { background-color: rgb(255, 255, 255); min-height: 100vh; }
.policy-hero { background: rgb(11, 13, 18); border-bottom: 1px solid rgba(56, 182, 0, 0.2); padding: 120px 0px 60px; }
.policy-breadcrumb { align-items: center; gap: 8px; margin-bottom: 20px; font-size: 0.85rem; display: flex; }
.breadcrumb-link { color: rgb(56, 182, 0); text-decoration: none; transition: color 0.2s; }
.breadcrumb-link:hover { color: rgb(64, 207, 0); }
.breadcrumb-sep { color: rgba(255, 255, 255, 0.3); }
.policy-breadcrumb span:last-child { color: rgba(255, 255, 255, 0.5); }
.policy-title { color: rgb(255, 255, 255); margin: 0px 0px 12px; font-size: clamp(2rem, 5vw, 3rem); font-weight: 700; line-height: 1.2; }
.policy-updated { color: rgba(255, 255, 255, 0.4); margin: 0px; font-size: 0.875rem; }
.policy-body { max-width: 860px; padding-top: 60px; padding-bottom: 80px; }
.policy-section { border-bottom: 1px solid rgba(0, 0, 0, 0.07); margin-bottom: 48px; padding-bottom: 48px; }
.policy-section:last-child { border-bottom-width: medium; border-bottom-style: none; border-bottom-color: currentcolor; }
.policy-section h2 { color: rgb(11, 13, 18); border-left: 3px solid rgb(56, 182, 0); margin: 0px 0px 16px; padding-left: 14px; font-size: 1.25rem; font-weight: 700; }
.policy-section p { color: rgb(68, 68, 68); margin: 0px 0px 12px; font-size: 0.97rem; line-height: 1.8; }
.policy-section p:last-child { margin-bottom: 0px; }
.policy-section ul { margin: 0px 0px 12px; padding-left: 20px; }
.policy-section ul li { color: rgb(68, 68, 68); margin-bottom: 6px; font-size: 0.97rem; line-height: 1.8; }
.policy-section strong { color: rgb(11, 13, 18); font-weight: 600; }
.policy-inline-link { color: rgb(56, 182, 0); text-underline-offset: 2px; font-weight: 500; text-decoration: underline; transition: color 0.2s; }
.policy-inline-link:hover { color: rgb(64, 207, 0); }
.policy-contact-box { background: rgb(247, 248, 250); border: 1px solid rgba(0, 0, 0, 0.07); border-radius: 12px; margin-top: 16px; padding: 24px 28px; }
.policy-contact-box p { margin-bottom: 8px; font-size: 0.95rem; }
.policy-contact-box p:last-child { margin-bottom: 0px; }
.imageye-selected { outline: black solid 2px !important; box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px !important; }

@media (width <= 768px) {
section { padding: 60px 0px; }
.section-title { font-size: 2rem; }
.badge-line { width: 60px; }
.section-tag, .services-badge, .solutions-badge, .contact-tag { white-space: nowrap; padding: 6px 16px !important; font-size: 0.75rem !important; }
.contact-info { text-align: center; align-items: center; }
.contact-tag-wrapper { justify-content: center; width: 100%; }
.contact-title { font-size: 1.8rem; }
.contact-steps { width: 100%; }
.tracking-action { justify-content: center; display: flex; }
.integrator-action { justify-content: center; }
.integrator-card { gap: 16px; padding: 20px; }
.integrator-check-circle { width: 30px; height: 30px; }
.integrator-check-icon { width: 14px; height: 14px; }
.outsource-section { padding: 70px 0px; }
.outsource-header { margin-bottom: 40px; }
.outsource-grid { grid-template-columns: 1fr; gap: 20px; margin-bottom: 40px; }
.outsource-card { padding: 36px 24px; }
.outsource-card-icon { height: 70px; }
.outsource-card-text { font-size: 1rem; }
.faq-section { padding: 70px 0px; }
.faq-title { margin-bottom: 24px; }
.faq-item { padding: 20px; }
.faq-question { font-size: 0.98rem; }
.faq-answer { font-size: 0.9rem; }
.team-container { grid-template-columns: repeat(2, 1fr); gap: 30px 16px; display: grid; }
.team-header { grid-column: 1 / span 2; }
.team-row { display: contents; }
.team-member { justify-self: center; }
.team-action { grid-column: 1 / span 2; margin-top: 10px; }
.team-section-title { text-align: center; margin-bottom: 20px; font-size: 1.8rem; }
.member-avatar-inner { width: 120px; height: 120px; }
.member-avatar-outer { padding: 6px; }
.policy-hero { padding: 100px 0px 40px; }
.policy-title { font-size: 1.75rem; }
.policy-body { padding-top: 40px; padding-bottom: 60px; }
.policy-section h2 { font-size: 1.1rem; }
}

@media (width <= 991px) {
.menu-social-svg { width: 20px; height: 20px; }
.contact-container { grid-template-columns: 1fr; gap: 48px; }
.solutions-section { padding: 80px 0px; }
.solutions-title { font-size: 2.1rem; }
.solutions-carousel-wrapper.full-width { padding: 0px 60px; }
.solutions-carousel-wrapper.full-width::before, .solutions-carousel-wrapper.full-width::after { width: 120px; }
.carousel-btn { width: 42px; height: 42px; }
.prev-btn { left: 10px; }
.next-btn { right: 10px; }
.services-title { font-size: 2.4rem; }
.services-videos-row { gap: 20px; }
.play-btn-circle { width: 68px; height: 68px; }
.services-gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
.posvenda-section { padding: 80px 0px; }
.posvenda-card-block { grid-template-columns: 1fr; }
.posvenda-card-image-box { order: 2; height: 400px; }
.posvenda-card-content { order: 1; padding: 45px 35px; }
.tracking-container { grid-template-columns: 1fr; gap: 48px; }
.tracking-visual { order: -1; }
.visual-mockup-wrapper { max-width: 480px; }
.reviews-inner { grid-template-columns: 1fr; gap: 40px; }
.reviews-main-title { font-size: clamp(1.6rem, 5vw, 2.2rem); }
.integrator-section { background-color: rgb(10, 10, 10); min-height: 600px; padding: 0px; }
.integrator-bg-desktop { display: none; }
.integrator-mobile-bg { z-index: 0; width: 100%; height: 100%; display: block; position: absolute; inset: 0px; overflow: hidden; }
.integrator-mobile-bg-img { object-fit: cover; object-position: center top; width: 100%; height: 100%; box-shadow: none; border-width: medium; border-style: none; border-color: currentcolor; border-image: none; border-radius: 0px; max-width: none; display: block; }
.integrator-container { z-index: 2; grid-template-columns: 1fr; align-items: flex-end; gap: 0px; padding-top: 320px; padding-bottom: 60px; position: relative; }
.integrator-desktop-spacer { display: none; }
.integrator-title, .text-dark-bold { color: rgb(11, 13, 18); }
.faq-container { grid-template-columns: 1fr; gap: 48px; }
.solar-panel-wrapper { max-width: 380px; margin: 0px auto; }
.cta-title { font-size: 2.2rem; }
.footer-links-grid { grid-template-columns: repeat(2, 1fr); gap: 30px; }
}

@media (width <= 576px) {
.contact-form-wrapper { padding: 30px 20px; }
.step-card { gap: 16px; padding: 20px; }
.cta-title { font-size: 1.8rem; }
.footer-links-grid { grid-template-columns: 1fr; gap: 24px; }
.cta-buttons { flex-direction: column; align-items: stretch; width: 100%; }
.cta-btn-green, .btn-entenda-processo { width: 100%; }
}

@media (width <= 1200px) {
.solutions-title { font-size: 2.4rem; }
.integrator-section { padding: 70px 0px; }
.integrator-container { gap: 24px; }
.integrator-title { margin-bottom: 24px; font-size: clamp(1.6rem, 3vw, 2.2rem); }
.integrator-list { gap: 12px; margin-bottom: 28px; }
.integrator-card { gap: 14px; padding: 18px 20px; }
.integrator-check-badge { width: 36px; height: 36px; }
.integrator-card-text { font-size: 0.88rem; }
}

@media (width <= 640px) {
.solutions-section { padding: 60px 0px; }
.solutions-title { font-size: 1.8rem; line-height: 1.3; }
.solutions-subtitle { font-size: 0.95rem; }
.solutions-carousel-wrapper.full-width { margin-top: 30px; padding: 0px 50px; }
.solutions-carousel-wrapper.full-width::before, .solutions-carousel-wrapper.full-width::after { width: 70px; }
.solutions-card { text-align: center; align-items: center; padding: 30px 20px; }
.card-icon-wrapper { margin-bottom: 20px; }
.carousel-btn { width: 36px; height: 36px; }
.prev-btn { left: 8px; }
.next-btn { right: 8px; }
.solutions-action { margin-top: 40px; padding: 0px 20px; }
.solutions-cta-btn { text-align: center; width: 100%; padding: 14px 28px; font-size: 0.95rem; }
.services-section { padding: 60px 0px 120px; }
.services-title { font-size: 1.8rem; line-height: 1.3; }
.services-subtitle { font-size: 0.95rem; }
.services-videos-row { grid-template-columns: 1fr; gap: 20px; }
.services-gallery-grid { scroll-snap-type: x mandatory; scrollbar-width: none; gap: 16px; margin-bottom: 40px; margin-left: -24px; margin-right: -24px; padding: 10px 24px 20px; display: flex; overflow-x: auto; }
.services-gallery-grid::-webkit-scrollbar { display: none; }
.gallery-item-card { scroll-snap-align: center; flex: 0 0 80%; transition: transform 0.3s; }
.lightbox-close-btn { font-size: 2.5rem; top: -45px; right: 5px; }
.services-action { margin-top: 30px; padding: 0px 20px; }
.services-cta-btn { text-align: center; width: 100%; padding: 14px 28px; font-size: 0.95rem; }
.posvenda-section { padding: 60px 0px; }
.posvenda-container { gap: 30px; margin-top: -80px; }
.posvenda-card-block { border-radius: 20px; }
.posvenda-card-content { padding: 35px 24px; }
.posvenda-card-title { font-size: 1.6rem; }
.posvenda-card-subtitle { margin-bottom: 22px; font-size: 0.9rem; }
.posvenda-bullets-list { gap: 12px; margin-bottom: 28px; }
.posvenda-bullet-text { font-size: 0.88rem; }
.posvenda-card-image-box { height: 280px; }
.posvenda-cta-btn { text-align: center; width: 100%; padding: 12px 28px; font-size: 0.92rem; }
.whatsapp-float { width: 56px; height: 56px; bottom: 20px; right: 20px; }
.whatsapp-svg { width: 56px; height: 56px; }
.whatsapp-float::before { width: 50px; height: 50px; }
.whatsapp-tooltip { display: none; }
}

@media (width <= 1100px) {
.posvenda-card-title { font-size: 1.9rem; }
.posvenda-card-content { padding: 40px; }
}

@media (width <= 600px) {
.reviews-section { padding: 70px 0px; }
.reviews-inner { gap: 32px; padding: 0px 20px; }
.reviews-cta-btn { align-self: center; }
.rv-card { min-width: 230px; max-width: 240px; padding: 16px; }
}

@media (width >= 1440px) {
.integrator-section { padding: 120px 0px; }
.integrator-bg-desktop { width: 55%; }
.integrator-bg-desktop::after { width: 200px; }
.integrator-container { gap: 100px; }
}

@media (width >= 992px) and (width <= 1536px) {
.integrator-desktop-bg-img { object-fit: cover; object-position: center bottom; }
}

@media (width <= 1366px) {
.integrator-container { gap: 40px; }
}
