*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    min-height: 100%;
    scroll-behavior: smooth;
}

body {
    background: #020817;
    color: #ffffff;
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.5;
    overflow-x: hidden;
    margin: 0;
}

h1,
h2,
h3,
h4,
p {
    margin-top: 0;
}

img {
    height: auto;
}

section {
    scroll-margin-top: 24px;
}

.container-fluid {
    min-height: 100vh;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    overflow: hidden;
}

.background-effect {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: #000;
}

.background-effect::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 76% 42%, rgba(17, 197, 198, 0.24) 0%, rgba(17, 197, 198, 0.08) 28%, rgba(2, 8, 23, 0.72) 62%),
        linear-gradient(90deg, rgba(2, 8, 23, 0.95) 0%, rgba(2, 8, 23, 0.68) 46%, rgba(2, 8, 23, 0.86) 100%);
}

#background-universe {
    display: block;
    width: 100%;
    height: 100%;
}

.background-effect .shiny-plot-output,
.background-effect .html-widget,
.background-effect .plotly,
.background-effect .js-plotly-plot,
.background-effect .plot-container,
.background-effect .svg-container {
    width: 100% !important;
    height: 100% !important;
}

.navbar-custom,
.hero,
.services-section,
.products-section,
.trust-section,
.contact-section {
    position: relative;
    z-index: 1;
}

.navbar-custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 80px;
    background: linear-gradient(180deg, rgba(2, 8, 23, 0.9), rgba(2, 8, 23, 0.28));
    backdrop-filter: blur(8px);
}

.logo {
    height: 60px;
}

.nav-links {
    display: flex;
    gap: 30px;
}

.nav-links a {
    color: white;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.2s ease;
}

.nav-links a:hover,
.nav-links a:focus {
    color: #11c5c6;
}

.btn-consultoria {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #d98b45;
    border: none;
    border-radius: 8px;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: 700;
}

.btn-consultoria:hover,
.btn-consultoria:focus-visible,
.btn-laranja:hover,
.btn-laranja:focus-visible {
    background: #ee9c53;
    color: #ffffff;
}

.btn-outline:hover,
.btn-outline:focus-visible {
    background: rgba(17, 197, 198, 0.12);
    color: #42e0e1;
}

a:focus-visible,
label:focus-visible {
    outline: 3px solid rgba(17, 197, 198, 0.8);
    outline-offset: 3px;
}

.hero {
    min-height: calc(100vh - 100px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 80px;
    background: radial-gradient(circle at 76% 48%, rgba(17, 197, 198, 0.14) 0%, rgba(2, 8, 23, 0.18) 42%, rgba(2, 8, 23, 0.72) 100%);
    background-size: cover;
}

.hero-left {
    width: 50%;
}

.subtitle {
    color: #11c5c6;
    margin-bottom: 20px;
}

.hero-title {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.1;
}

.hero-text {
    margin-top: 25px;
    font-size: 1.2rem;
    color: #d6d6d6;
}

.hero-buttons {
    margin-top: 40px;
    display: flex;
    gap: 20px;
}

.btn-laranja {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #d98b45;
    border: none;
    border-radius: 8px;
    color: white;
    padding: 12px 20px;
    text-decoration: none;
    font-weight: 700;
}

.btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 2px solid #11c5c6;
    color: #11c5c6;
    border-radius: 8px;
    padding: 12px 20px;
    text-decoration: none;
    font-weight: 700;
}

.hero-right {
    width: 40%;
    text-align: center;
}

.hero-image {
    max-width: 100%;
    width: 500px;
}

.services-section {
    padding: 60px 80px;
    background: linear-gradient(180deg, rgba(2, 8, 23, 0.72), rgba(2, 8, 23, 0.98) 52%);
}

.services-section h2 {
    color: #11c5c6;
    margin-bottom: 30px;
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.service-card {
    background: rgba(7, 19, 38, 0.86);
    border: 1px solid rgba(28, 188, 227, 0.12);
    border-radius: 8px;
    padding: 30px;
    min-height: 250px;
    backdrop-filter: blur(8px);
}

.service-card h3 {
    color: white;
    margin-bottom: 15px;
}

.service-card p {
    color: #cfcfcf;
}

.products-section {
    display: grid;
    grid-template-columns: 1fr;
    gap: 34px;
    align-items: start;
    padding: 80px;
    background:
        linear-gradient(180deg, rgba(2, 8, 23, 0.98), rgba(5, 13, 29, 0.92));
}

.products-copy {
    max-width: 980px;
}

.products-copy h2 {
    max-width: 860px;
    margin-bottom: 22px;
    font-size: 2.8rem;
    line-height: 1.1;
}

.products-text {
    max-width: 820px;
    margin-bottom: 30px;
    color: #d6d6d6;
    font-size: 1.08rem;
}

.product-tabs {
    display: grid;
    gap: 20px;
}

.product-tabs input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.product-tab-labels {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
}

.product-tab-labels label {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.06);
    color: #d6d6d6;
    cursor: pointer;
    font-size: 0.92rem;
    font-weight: 800;
    text-align: center;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.product-tab-labels label:hover,
.product-tab-labels label:focus {
    border-color: rgba(17, 197, 198, 0.55);
    color: #ffffff;
}

#product-dashboard:checked ~ .product-tab-labels label[for="product-dashboard"],
#product-finance:checked ~ .product-tab-labels label[for="product-finance"],
#product-ml:checked ~ .product-tab-labels label[for="product-ml"],
#product-maps:checked ~ .product-tab-labels label[for="product-maps"],
#product-automation:checked ~ .product-tab-labels label[for="product-automation"],
#product-statistics:checked ~ .product-tab-labels label[for="product-statistics"] {
    border-color: rgba(17, 197, 198, 0.7);
    background: rgba(17, 197, 198, 0.16);
    color: #ffffff;
}

.product-tab-panels {
    min-height: 560px;
}

.product-panel {
    display: none;
    grid-template-columns: minmax(300px, 0.8fr) minmax(420px, 1.2fr);
    gap: 32px;
    align-items: stretch;
    min-height: 560px;
    padding: 34px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(10px);
}

#product-dashboard:checked ~ .product-tab-panels .dashboard-panel,
#product-finance:checked ~ .product-tab-panels .finance-panel,
#product-ml:checked ~ .product-tab-panels .ml-panel,
#product-maps:checked ~ .product-tab-panels .maps-panel,
#product-automation:checked ~ .product-tab-panels .automation-panel,
#product-statistics:checked ~ .product-tab-panels .statistics-panel {
    display: grid;
}

.panel-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-kicker {
    margin-bottom: 16px;
    color: #11c5c6;
    font-size: 0.8rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.panel-copy h3 {
    margin-bottom: 16px;
    color: #ffffff;
    font-size: 2rem;
    line-height: 1.1;
}

.panel-copy p {
    color: #d6d6d6;
    font-size: 1rem;
}

.panel-copy ul {
    display: grid;
    gap: 10px;
    margin: 18px 0 0;
    padding-left: 20px;
    color: #cfcfcf;
}

.dashboard-preview,
.model-preview,
.map-preview,
.workflow-preview,
.study-preview {
    min-height: 100%;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: #071326;
    overflow: hidden;
}

.dashboard-preview {
    display: grid;
    grid-template-rows: auto auto 1fr;
    gap: 18px;
    padding: 20px;
}

.preview-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ffffff;
}

.preview-topbar strong {
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(12, 143, 79, 0.22);
    color: #7ce2ac;
    font-size: 0.78rem;
    text-transform: uppercase;
}

.kpi-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.kpi-card {
    padding: 14px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
}

.kpi-card span {
    display: block;
    margin-bottom: 6px;
    color: #9db2cb;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.kpi-card strong {
    color: #ffffff;
    font-size: 1.2rem;
}

.chart-row {
    display: grid;
    grid-template-columns: 1fr 0.42fr;
    gap: 14px;
    min-height: 230px;
}

.bar-chart {
    display: flex;
    align-items: end;
    gap: 12px;
    padding: 18px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
}

.bar-chart span {
    flex: 1;
    min-height: 34px;
    border-radius: 8px 8px 0 0;
    background: linear-gradient(180deg, #11c5c6, #0c8f4f);
}

.filter-stack {
    display: grid;
    gap: 10px;
}

.filter-stack span,
.map-controls span {
    display: flex;
    align-items: center;
    min-height: 42px;
    padding: 10px 12px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    color: #d6d6d6;
    font-size: 0.86rem;
    font-weight: 700;
}

.sheet-preview {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: #f6f9fc;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
}

.sheet-topbar {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 18px;
    background: #edf2f7;
    color: #263342;
    font-weight: 700;
}

.sheet-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #11c5c6;
}

.sheet-dot:nth-child(2) {
    background: #d98b45;
}

.sheet-dot:nth-child(3) {
    background: #0c8f4f;
}

.sheet-title {
    margin-left: 8px;
}

.sheet-tabs {
    display: flex;
    gap: 6px;
    padding: 10px 16px 0;
    background: #ffffff;
    border-bottom: 1px solid #dfe8f1;
}

.sheet-tab {
    padding: 8px 12px;
    border-radius: 8px 8px 0 0;
    color: #415064;
    font-size: 0.82rem;
    font-weight: 700;
}

.sheet-tab.active {
    background: #dfeefa;
    color: #074575;
}

.sheet-grid {
    display: grid;
    grid-template-columns: 1fr 1.35fr 0.8fr 0.95fr;
    padding: 16px;
    background: #ffffff;
}

.sheet-cell {
    min-height: 42px;
    padding: 10px 12px;
    border-right: 1px solid #e1e9f1;
    border-bottom: 1px solid #e1e9f1;
    color: #263342;
    font-size: 0.92rem;
}

.sheet-head {
    display: flex;
    align-items: center;
    background: #073e68;
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 800;
}

.status {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 8px;
    min-height: 26px;
    border-radius: 999px;
    color: #ffffff;
    font-weight: 700;
}

.status.active {
    background: #0c8f4f;
}

.status.pending {
    background: #d98b45;
}

.status.late {
    background: #c21b1b;
}

.sheet-summary {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    padding: 0 16px 18px;
    background: #ffffff;
}

.summary-card {
    padding: 16px;
    border-radius: 8px;
    background: #edf6ff;
}

.summary-card span {
    display: block;
    margin-bottom: 8px;
    color: #4b5b70;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
}

.summary-card strong {
    color: #073e68;
    font-size: 1.18rem;
}

.model-preview {
    position: relative;
    display: grid;
    grid-template-columns: 0.86fr 1.18fr 0.96fr;
    gap: 18px;
    align-items: stretch;
    padding: 22px;
    background:
        radial-gradient(circle at 50% 38%, rgba(17, 197, 198, 0.18), rgba(17, 197, 198, 0) 38%),
        linear-gradient(135deg, rgba(17, 197, 198, 0.12), rgba(217, 139, 69, 0.1)),
        #071326;
}

.ml-sidebar,
.ml-stage,
.ml-output {
    min-width: 0;
}

.ml-sidebar,
.ml-output {
    display: grid;
    align-content: center;
    gap: 12px;
}

.ml-label {
    color: #8ca4bf;
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.ml-step,
.prediction-row,
.metric-card {
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.07);
}

.ml-step {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    align-items: center;
    padding: 12px;
}

.ml-step span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: rgba(17, 197, 198, 0.16);
    color: #11c5c6;
    font-size: 0.78rem;
    font-weight: 900;
}

.ml-step strong,
.prediction-row span {
    color: #ffffff;
    font-size: 0.9rem;
}

.ml-step.active {
    border-color: rgba(17, 197, 198, 0.5);
    background: rgba(17, 197, 198, 0.12);
}

.ml-stage {
    display: grid;
    grid-template-rows: 1fr auto;
    gap: 16px;
}

.ml-core {
    position: relative;
    min-height: 250px;
    border-radius: 8px;
    border: 1px solid rgba(17, 197, 198, 0.18);
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        rgba(255, 255, 255, 0.04);
    background-size: 30px 30px;
    overflow: hidden;
}

.ml-orbit,
.ml-node,
.ml-center {
    position: absolute;
}

.ml-orbit {
    inset: 38px;
    border: 1px solid rgba(17, 197, 198, 0.22);
    border-radius: 50%;
}

.orbit-two {
    inset: 72px 48px;
    border-color: rgba(217, 139, 69, 0.24);
}

.ml-node {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #11c5c6;
    box-shadow: 0 0 0 8px rgba(17, 197, 198, 0.13);
}

.node-a {
    left: 22%;
    top: 28%;
}

.node-b {
    right: 21%;
    top: 34%;
    background: #d98b45;
    box-shadow: 0 0 0 8px rgba(217, 139, 69, 0.13);
}

.node-c {
    left: 52%;
    bottom: 18%;
    background: #0c8f4f;
    box-shadow: 0 0 0 8px rgba(12, 143, 79, 0.14);
}

.ml-center {
    left: 50%;
    top: 50%;
    display: grid;
    place-items: center;
    width: 154px;
    height: 154px;
    padding: 18px;
    border-radius: 50%;
    border: 1px solid rgba(17, 197, 198, 0.5);
    background:
        radial-gradient(circle, rgba(17, 197, 198, 0.24), rgba(7, 19, 38, 0.92) 64%);
    transform: translate(-50%, -50%);
    text-align: center;
    box-shadow: 0 0 42px rgba(17, 197, 198, 0.18);
}

.ml-center span {
    color: #11c5c6;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1;
}

.ml-center strong {
    color: #ffffff;
    font-size: 0.82rem;
    line-height: 1.15;
}

.ml-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.metric-card {
    padding: 12px;
}

.metric-card span {
    display: block;
    margin-bottom: 6px;
    color: #9db2cb;
    font-size: 0.74rem;
    font-weight: 900;
    text-transform: uppercase;
}

.metric-card strong {
    color: #ffffff;
    font-size: 1rem;
}

.prediction-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    align-items: center;
    padding: 13px 14px;
    border-left: 4px solid #11c5c6;
}

.prediction-row strong {
    color: #ffffff;
    font-size: 1rem;
}

.prediction-row.high {
    border-left-color: #d98b45;
    background: rgba(217, 139, 69, 0.12);
}

.prediction-row.medium {
    border-left-color: #11c5c6;
}

.prediction-row.low {
    border-left-color: #0c8f4f;
    background: rgba(12, 143, 79, 0.1);
}

.trust-section,
.contact-section {
    padding: 80px;
}

.trust-section {
    background: linear-gradient(180deg, rgba(5, 13, 29, 0.92), rgba(2, 8, 23, 0.96));
}

.section-heading {
    max-width: 860px;
    margin-bottom: 36px;
}

.section-heading h2,
.contact-copy h2 {
    margin-bottom: 18px;
    color: #ffffff;
    font-size: 2.6rem;
    line-height: 1.1;
}

.section-heading p,
.contact-copy p {
    max-width: 760px;
    color: #d6d6d6;
    font-size: 1.08rem;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.trust-card {
    min-height: 240px;
    padding: 28px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.trust-number {
    display: inline-flex;
    margin-bottom: 22px;
    color: #11c5c6;
    font-size: 0.86rem;
    font-weight: 900;
}

.trust-card h3 {
    margin-bottom: 12px;
    color: #ffffff;
    font-size: 1.25rem;
}

.trust-card p {
    color: #cfcfcf;
}

.map-preview {
    position: relative;
    min-height: 410px;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        #071326;
    background-size: 44px 44px;
}

.map-shape,
.map-pin {
    position: absolute;
}

.map-shape {
    border-radius: 40% 60% 56% 44%;
    border: 1px solid rgba(17, 197, 198, 0.35);
    background: rgba(17, 197, 198, 0.13);
}

.shape-one {
    inset: 62px 44% 150px 52px;
}

.shape-two {
    inset: 118px 20% 78px 32%;
    border-color: rgba(217, 139, 69, 0.38);
    background: rgba(217, 139, 69, 0.14);
}

.shape-three {
    inset: 52px 72px 182px 58%;
    border-color: rgba(12, 143, 79, 0.38);
    background: rgba(12, 143, 79, 0.14);
}

.map-pin {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #d98b45;
    box-shadow: 0 0 0 8px rgba(217, 139, 69, 0.18);
}

.pin-one {
    left: 42%;
    top: 46%;
}

.pin-two {
    right: 23%;
    top: 28%;
    background: #11c5c6;
    box-shadow: 0 0 0 8px rgba(17, 197, 198, 0.18);
}

.map-controls {
    position: absolute;
    left: 20px;
    bottom: 20px;
    display: grid;
    gap: 8px;
    width: min(180px, calc(100% - 40px));
}

.workflow-preview {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    gap: 14px;
    align-items: center;
    padding: 26px;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        #071326;
    background-size: 36px 36px;
}

.workflow-card {
    display: grid;
    place-items: center;
    min-height: 148px;
    padding: 18px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.07);
    text-align: center;
}

.workflow-card span {
    color: #9db2cb;
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.workflow-card strong {
    color: #ffffff;
    font-size: 1.05rem;
    line-height: 1.2;
}

.workflow-card.source {
    border-color: rgba(17, 197, 198, 0.34);
}

.workflow-card.process {
    border-color: rgba(217, 139, 69, 0.4);
    background: rgba(217, 139, 69, 0.1);
}

.workflow-card.delivery {
    border-color: rgba(12, 143, 79, 0.4);
    background: rgba(12, 143, 79, 0.1);
}

.workflow-arrow {
    width: 34px;
    height: 2px;
    background: rgba(255, 255, 255, 0.34);
}

.workflow-log {
    grid-column: 1 / -1;
    display: grid;
    gap: 8px;
    padding: 16px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
}

.workflow-log span {
    color: #cfcfcf;
    font-family: monospace;
    font-size: 0.88rem;
}

.study-preview {
    display: grid;
    grid-template-rows: auto auto 1fr;
    gap: 18px;
    padding: 22px;
    background:
        linear-gradient(135deg, rgba(17, 197, 198, 0.1), rgba(12, 143, 79, 0.1)),
        #071326;
}

.study-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ffffff;
}

.study-header strong {
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(17, 197, 198, 0.14);
    color: #11c5c6;
    font-size: 0.78rem;
    text-transform: uppercase;
}

.study-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.study-card {
    padding: 14px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
}

.study-card span {
    display: block;
    margin-bottom: 8px;
    color: #9db2cb;
    font-size: 0.76rem;
    font-weight: 900;
    text-transform: uppercase;
}

.study-card strong {
    color: #ffffff;
    font-size: 1rem;
}

.distribution-chart {
    display: flex;
    align-items: end;
    gap: 18px;
    min-height: 240px;
    padding: 22px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
}

.distribution-chart span {
    flex: 1;
    min-height: 42px;
    border-radius: 999px 999px 8px 8px;
    background: linear-gradient(180deg, #11c5c6, #0c8f4f);
}

.contact-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    background: linear-gradient(90deg, rgba(11, 64, 82, 0.96), rgba(50, 34, 22, 0.96));
}

.contact-copy {
    max-width: 820px;
}

@media (max-width: 1080px) {
    .navbar-custom {
        padding: 18px 32px;
        gap: 24px;
    }

    .nav-links {
        gap: 18px;
    }

    .hero {
        padding: 64px 32px;
    }

    .hero-title {
        font-size: 3rem;
    }

    .cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .products-section {
        grid-template-columns: 1fr;
        padding: 64px 32px;
    }

    .products-copy h2 {
        font-size: 2.4rem;
    }

    .product-panel {
        grid-template-columns: 1fr;
    }

    .product-tab-labels {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .product-tab-panels,
    .product-panel {
        min-height: auto;
    }

    .trust-section,
    .contact-section {
        padding: 64px 32px;
    }

    .trust-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .navbar-custom {
        align-items: flex-start;
        flex-direction: column;
    }

    .nav-links {
        flex-wrap: wrap;
        gap: 14px;
    }

    .hero {
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
        min-height: auto;
    }

    .hero-left,
    .hero-right {
        width: 100%;
    }

    .hero-title {
        font-size: 2.4rem;
    }

    .hero-buttons {
        flex-direction: column;
        width: 100%;
    }

    .btn-laranja,
    .btn-outline {
        width: 100%;
    }

    .services-section {
        padding: 48px 24px;
    }

    .cards-grid {
        grid-template-columns: 1fr;
    }

    .products-section {
        padding: 48px 24px;
    }

    .products-copy h2 {
        font-size: 2rem;
    }

    .product-tab-labels {
        grid-template-columns: 1fr 1fr;
    }

    .product-tab-labels label {
        min-height: 56px;
        font-size: 0.84rem;
    }

    .product-panel {
        padding: 20px;
    }

    .panel-copy h3 {
        font-size: 1.6rem;
    }

    .kpi-row,
    .chart-row,
    .trust-grid {
        grid-template-columns: 1fr;
    }

    .model-preview {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .ml-core {
        min-height: 280px;
    }

    .ml-metrics {
        grid-template-columns: 1fr;
    }

    .workflow-preview {
        grid-template-columns: 1fr;
    }

    .workflow-arrow {
        width: 2px;
        height: 24px;
        justify-self: center;
    }

    .study-grid {
        grid-template-columns: 1fr 1fr;
    }

    .map-preview {
        min-height: 360px;
    }

    .section-heading h2,
    .contact-copy h2 {
        font-size: 2rem;
    }

    .sheet-tabs {
        flex-wrap: wrap;
    }

    .sheet-grid {
        grid-template-columns: 1fr 1.2fr 0.8fr 1fr;
        padding: 10px;
    }

    .sheet-cell {
        padding: 8px;
        font-size: 0.78rem;
    }

    .sheet-summary {
        grid-template-columns: 1fr;
        padding: 0 10px 14px;
    }

    .trust-section,
    .contact-section {
        padding: 48px 24px;
    }

    .contact-section {
        flex-direction: column;
        align-items: flex-start;
    }
}
