.Application-hero .Application-actions {
    display: flex;
    gap: 16px;
    margin-top: 28px;
}

.Application-hero-tech {
    height: auto;
    min-height: 520px;
    overflow: hidden;
    padding: 72px 0;
    position: relative;
}

.Application-hero-tech:before {
    background:
        radial-gradient(circle at 75% 20%, rgba(44, 159, 144, .28), transparent 28%),
        linear-gradient(135deg, rgba(18, 68, 85, .94), rgba(4, 28, 39, .96));
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.Application-hero-tech .Container {
    position: relative;
    z-index: 1;
}

.Application-hero-grid {
    align-items: center;
    display: grid;
    gap: 56px;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .78fr);
}

.Application-monitor-map {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .18);
    box-shadow: 0 24px 60px rgba(0, 0, 0, .22);
    color: #fff;
    padding: 28px;
    position: relative;
}

.Application-monitor-map:before {
    background-image:
        linear-gradient(rgba(255, 255, 255, .07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .07) 1px, transparent 1px);
    background-size: 28px 28px;
    content: "";
    inset: 0;
    opacity: .65;
    position: absolute;
}

.Application-monitor-map > * {
    position: relative;
}

.Application-monitor-header {
    border-bottom: 1px solid rgba(255, 255, 255, .18);
    margin-bottom: 28px;
    padding-bottom: 18px;
}

.Application-monitor-header span {
    color: #edb400;
    display: block;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.4px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.Application-monitor-header strong {
    display: block;
    font-size: 22px;
    line-height: 1.2;
}

.Application-monitor-line {
    display: grid;
    gap: 18px;
    position: relative;
}

.Application-monitor-line:before {
    background: linear-gradient(#2c9f90, #edb400);
    content: "";
    height: calc(100% - 52px);
    left: 22px;
    position: absolute;
    top: 26px;
    width: 2px;
}

.Application-monitor-node {
    align-items: center;
    background: rgba(4, 28, 39, .82);
    border: 1px solid rgba(255, 255, 255, .14);
    display: grid;
    gap: 4px 14px;
    grid-template-columns: 44px 1fr;
    padding: 14px;
}

.Application-monitor-node span {
    align-items: center;
    background: #2c9f90;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 12px;
    font-weight: 900;
    grid-row: span 2;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.Application-monitor-node strong {
    font-size: 18px;
}

.Application-monitor-node small {
    color: rgba(255, 255, 255, .72);
    text-transform: uppercase;
}

.Application-monitor-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
}

.Application-monitor-footer span {
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .16);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    padding: 8px 10px;
}

.Application-kicker {
    color: #2c9f90;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.2px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.Application-lead {
    display: grid;
    gap: 48px;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
}

.Application-lead p {
    margin-bottom: 20px;
}

.Application-aside {
    background: #f3f5f7;
    border-top: 4px solid #2c9f90;
    padding: 28px;
}

.Application-aside h3 {
    color: #124455;
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 12px;
}

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

.Application-card {
    background: #fff;
    border: 1px solid #dae0e7;
    box-shadow: 0 14px 32px rgba(18, 68, 85, .06);
    padding: 28px;
}

.Application-tech-flow {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.Application-tech-flow article {
    background: #061f2b;
    color: #fff;
    min-height: 220px;
    overflow: hidden;
    padding: 28px;
    position: relative;
}

.Application-tech-flow article:after {
    background: #2c9f90;
    content: "";
    height: 4px;
    left: 28px;
    position: absolute;
    right: 28px;
    top: 0;
}

.Application-tech-flow span {
    color: #edb400;
    display: block;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1.2px;
    margin-bottom: 28px;
}

.Application-tech-flow h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 12px;
}

.Application-tech-flow p {
    color: rgba(255, 255, 255, .78);
}

.Application-feature-table {
    border: 1px solid #dae0e7;
}

.Application-feature-row {
    display: grid;
    grid-template-columns: .7fr 1.25fr 1.25fr;
}

.Application-feature-row span {
    border-bottom: 1px solid #dae0e7;
    border-right: 1px solid #dae0e7;
    padding: 18px;
}

.Application-feature-row span:first-child {
    color: #124455;
    font-weight: 900;
}

.Application-feature-row span:last-child {
    border-right: 0;
}

.Application-feature-row:last-child span {
    border-bottom: 0;
}

.Application-feature-row._head {
    background: #124455;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.Application-feature-row._head span {
    border-color: rgba(255, 255, 255, .16);
    color: #fff;
}

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

.Application-mining-grid article {
    background: #fff;
    border: 1px solid #dae0e7;
    min-height: 260px;
    padding: 28px;
    position: relative;
}

.Application-mining-grid article:before {
    background:
        linear-gradient(135deg, rgba(44, 159, 144, .14), transparent),
        radial-gradient(circle at 82% 18%, rgba(237, 180, 0, .22), transparent 24%);
    content: "";
    inset: 0;
    position: absolute;
}

.Application-mining-grid article > * {
    position: relative;
}

.Application-mining-grid span {
    color: #2c9f90;
    display: block;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 28px;
    text-transform: uppercase;
}

.Application-mining-grid h3 {
    color: #124455;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 12px;
}

.Application-card h2,
.Application-card h3 {
    color: #124455;
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 12px;
}

.Application-card p {
    margin-bottom: 14px;
}

.Application-card p:last-child {
    margin-bottom: 0;
}

.Application-card a {
    border-bottom: 2px solid #2c9f90;
    color: #2c9f90;
    font-weight: 900;
    padding-bottom: 4px;
}

.Application-two-cols {
    display: grid;
    gap: 48px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.Application-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.Application-tags li {
    background: #fff;
    border: 1px solid #dae0e7;
    border-radius: 999px;
    color: #124455;
    font-weight: 900;
    padding: 10px 14px;
}

.Application-checklist {
    display: grid;
    gap: 14px;
}

.Application-checklist li {
    background: #fff;
    border-left: 4px solid #2c9f90;
    padding: 14px 16px;
}

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

.Application-proof-grid article {
    background: #fff;
    border: 1px solid #dae0e7;
    padding: 24px;
}

.Application-proof-grid h3 {
    color: #124455;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 10px;
}

.Application-case {
    display: grid;
    gap: 40px;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
}

.Application-case p {
    margin-bottom: 14px;
}

.Application-case-panel,
.Application-solution-banner {
    background: #124455;
    color: #fff;
    padding: 32px;
}

.Application-case-panel h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 12px;
}

.Application-case-panel p {
    margin-bottom: 24px;
}

.Application-solution-banner {
    align-items: center;
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.Application-solution-banner .Title,
.Application-solution-banner p {
    color: #fff;
}

.Application-solution-banner p {
    margin-top: 12px;
    max-width: 760px;
}

.Application-cta {
    align-items: center;
    display: grid;
    gap: 40px;
    grid-template-columns: minmax(0, 1fr) auto;
}

.Application-steps {
    counter-reset: steps;
    display: grid;
    gap: 14px;
}

.Application-steps li {
    background: #fff;
    padding: 16px 16px 16px 54px;
    position: relative;
}

.Application-steps li:before {
    align-items: center;
    background: #2c9f90;
    border-radius: 50%;
    color: #fff;
    content: counter(steps);
    counter-increment: steps;
    display: flex;
    font-size: 12px;
    font-weight: 900;
    height: 28px;
    justify-content: center;
    left: 16px;
    position: absolute;
    top: 14px;
    width: 28px;
}

.Product-quote {
    background: #f3f5f7;
    border-top: 4px solid #2c9f90;
    clear: both;
    margin-top: 40px;
    padding: 28px;
}

.Product-quote-grid {
    align-items: start;
    display: grid;
    gap: 36px;
    grid-template-columns: minmax(280px, .72fr) minmax(0, 1fr);
}

.Product-quote-guide {
    background: #fff;
    border: 1px solid #dae0e7;
    padding: 24px;
}

.Product-quote-image {
    align-items: center;
    background: #f8fafb;
    border: 1px solid #dae0e7;
    display: flex;
    height: 220px;
    justify-content: center;
    margin-bottom: 24px;
    padding: 18px;
}

.Product-quote-image img {
    display: block;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.Product-quote-guide > p:not(.Product-quote-kicker) {
    margin-bottom: 20px;
}

.Product-quote-guide ul {
    display: grid;
    gap: 10px;
}

.Product-quote-guide li {
    color: #124455;
    font-weight: 700;
    padding-left: 22px;
    position: relative;
}

.Product-quote-guide li:before {
    background: #2c9f90;
    border-radius: 50%;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 8px;
}

.Product-quote-fields {
    min-width: 0;
}

.Product-quote > p {
    margin-bottom: 20px;
}

.Product-quote-kicker {
    color: #2c9f90;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.2px;
    margin-bottom: 8px !important;
    text-transform: uppercase;
}

.Product-quote-form {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 24px;
}

.Product-quote-form label {
    color: #124455;
    font-size: 13px;
    font-weight: 900;
}

.Product-quote-form input,
.Product-quote-form select,
.Product-quote-form textarea {
    background: #fff;
    border: 1px solid #dae0e7;
    box-sizing: border-box;
    color: #2c4654;
    display: block;
    font-family: Lato, sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin-top: 8px;
    padding: 12px;
    width: 100%;
}

.Product-quote-form textarea {
    resize: vertical;
}

.Product-quote-form ._full,
.Product-quote-actions {
    grid-column: 1 / -1;
}

.Product-quote-actions {
    align-items: stretch;
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.Product-quote-actions .Button {
    background: #124455;
    border-color: #124455;
    box-sizing: border-box;
    color: #fff;
    gap: 10px;
    height: auto;
    line-height: 1.2;
    min-height: 52px;
    min-width: 0;
    padding: 12px 18px;
    text-align: center;
    width: 100%;
}

.Product-quote-actions .Product-quote-email {
    background: #124455;
    border-color: #124455;
    color: #fff;
}

.Product-quote-actions .Button:hover,
.Product-quote-actions .Product-quote-email:hover {
    background: #2c9f90;
    border-color: #2c9f90;
    color: #fff;
}

.Product-quote-icon {
    align-items: center;
    display: inline-flex;
    flex: 0 0 20px;
    justify-content: center;
}

.Product-quote-icon svg {
    display: block;
    fill: currentColor;
    height: 20px;
    width: 20px;
}

.Product-technical {
    color: #183647;
}

.Product-technical h3 {
    color: #124455;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.2;
    margin: 34px 0 14px;
}

.Product-technical p,
.Product-technical li {
    line-height: 1.62;
}

.Product-technical ul {
    display: grid;
    gap: 8px;
    margin: 0 0 20px 0;
    padding: 0;
}

.Product-technical li {
    list-style: none;
    padding-left: 22px;
    position: relative;
}

.Product-technical li:before {
    background: #2c9f90;
    border-radius: 50%;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 7px;
}

.Product-spec-table-wrap {
    border: 1px solid #dae0e7;
    margin: 18px 0 26px;
    overflow-x: auto;
}

.Product-spec-table {
    border-collapse: collapse;
    font-size: 15px;
    min-width: 560px;
    width: 100%;
}

.Product-spec-table th,
.Product-spec-table td {
    border-bottom: 1px solid #dae0e7;
    padding: 13px 16px;
    text-align: left;
    vertical-align: top;
}

.Product-spec-table th {
    background: #124455;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .8px;
    text-transform: uppercase;
}

.Product-spec-table tr:last-child td {
    border-bottom: 0;
}

.Product-spec-table td:first-child {
    color: #124455;
    font-weight: 900;
    width: 34%;
}

.Product-note {
    background: #f3f5f7;
    border-left: 4px solid #2c9f90;
    margin-top: 22px;
    padding: 18px 20px;
}

.Download-hero {
    height: auto;
    min-height: 420px;
    padding: 72px 0;
    position: relative;
}

.Download-intro {
    display: grid;
    gap: 48px;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
}

.Download-intro p {
    margin-bottom: 18px;
}

.Download-intro aside {
    background: #124455;
    color: #fff;
    padding: 32px;
}

.Download-intro aside strong {
    color: #edb400;
    display: block;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1.2px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

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

.Download-category-grid article {
    background: #fff;
    border: 1px solid #dae0e7;
    box-shadow: 0 14px 32px rgba(18, 68, 85, .06);
    padding: 28px;
}

.Download-category-grid h3 {
    color: #124455;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 12px;
}

.Download-category-grid p {
    margin-bottom: 18px;
}

.Download-category-grid ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.Download-category-grid li {
    background: #f3f5f7;
    border-radius: 999px;
    color: #124455;
    font-size: 12px;
    font-weight: 900;
    padding: 8px 10px;
}

.Download-toolbar {
    align-items: end;
    background: #f3f5f7;
    display: grid;
    gap: 20px;
    grid-template-columns: minmax(0, 1fr) 280px;
    margin-bottom: 32px;
    padding: 24px;
}

.Download-toolbar label {
    color: #124455;
    display: block;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .6px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.Download-toolbar input,
.Download-toolbar select {
    background: #fff;
    border: 1px solid #dae0e7;
    box-sizing: border-box;
    color: #2c4654;
    font-family: Lato, sans-serif;
    font-size: 16px;
    height: 48px;
    padding: 0 14px;
    width: 100%;
}

.Download-coming-list {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.Download-coming-list article {
    background: #fff;
    border: 1px solid #dae0e7;
    border-top: 4px solid #2c9f90;
    padding: 28px;
}

.Download-coming-list span {
    color: #edb400;
    display: block;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1.2px;
    margin-bottom: 24px;
}

.Download-coming-list h3 {
    color: #124455;
    font-size: 21px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 12px;
}

.Download-empty-state {
    align-items: center;
    background: #061f2b;
    color: #fff;
    display: flex;
    gap: 40px;
    justify-content: space-between;
    padding: 40px;
}

.Download-empty-state .Title,
.Download-empty-state p {
    color: #fff;
}

.Download-empty-state p {
    max-width: 760px;
}

.Home-hero {
    align-items: center;
    background:
        radial-gradient(circle at 75% 20%, rgba(44, 159, 144, .28), transparent 28%),
        linear-gradient(135deg, #061f2b 0%, #124455 52%, #0d3848 100%);
    color: #fff;
    display: flex;
    min-height: 620px;
    overflow: hidden;
    position: relative;
}

.Home-hero:before {
    background:
        linear-gradient(90deg, rgba(6, 31, 43, .96) 0%, rgba(6, 31, 43, .86) 38%, rgba(6, 31, 43, .18) 72%, rgba(6, 31, 43, .44) 100%),
        linear-gradient(0deg, rgba(6, 31, 43, .42), rgba(6, 31, 43, .1));
    content: "";
    inset: 0;
    position: absolute;
    z-index: 1;
}

.Home-hero:after {
    background: linear-gradient(90deg, #2c9f90, #edb400);
    bottom: 0;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.Home-hero-media {
    inset: 0;
    position: absolute;
}

.Home-hero-media img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.Home-hero .Container {
    position: relative;
    z-index: 3;
}

.Home-hero-content {
    max-width: 760px;
    padding: 76px 0;
}

.Home-hero-content .Title {
    font-size: clamp(40px, 5vw, 68px);
    font-weight: 900;
    line-height: 1.02;
    margin-bottom: 24px;
}

.Home-hero-content .Title span {
    color: #8cced4;
    display: inline;
}

.Home-hero-content > p:not(.Home-kicker) {
    color: rgba(255, 255, 255, .9);
    font-size: 20px;
    line-height: 1.55;
    max-width: 680px;
}

.Home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.Home-hero-actions .Button._secondary {
    border-color: rgba(255, 255, 255, .72);
}

.Home-hero-strip {
    border-top: 1px solid rgba(255, 255, 255, .22);
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 48px;
    padding-top: 22px;
}

.Home-hero-strip span {
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    color: rgba(255, 255, 255, .92);
    font-size: 13px;
    font-weight: 900;
    padding: 9px 13px;
}

.Home-applications {
    background:
        radial-gradient(circle at 85% 10%, rgba(44, 159, 144, .24), transparent 28%),
        linear-gradient(135deg, #0d3848 0%, #124455 54%, #092b39 100%);
    color: #fff;
    overflow: hidden;
    position: relative;
}

.Home-applications:before {
    background: linear-gradient(90deg, rgba(44, 159, 144, .9), rgba(237, 180, 0, .9));
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.Home-applications .Container > .Title,
.Home-applications .Container > .Tabs,
.Home-applications .Container > .Card-servico {
    display: none !important;
}

.Home-applications-head {
    align-items: end;
    display: grid;
    gap: 56px;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1fr);
    margin-bottom: 44px;
}

.Home-applications-head .Title {
    line-height: 1.08;
    max-width: 620px;
}

.Home-applications-head p {
    color: rgba(255, 255, 255, .86);
    font-size: 17px;
    line-height: 1.62;
}

.Home-kicker {
    color: #2c9f90 !important;
    display: block;
    font-size: 13px !important;
    font-weight: 900;
    letter-spacing: 1.3px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.Home-applications-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
    margin-top: 24px;
}

.Home-text-link {
    align-items: center;
    border-bottom: 2px solid #2c9f90;
    color: #fff;
    display: inline-flex;
    font-weight: 900;
    gap: 8px;
    padding-bottom: 8px;
}

.Home-text-link:hover {
    border-color: #edb400;
    color: #edb400;
    gap: 16px;
}

.Home-applications-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.Home-application-card {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .18);
    color: #fff;
    display: flex;
    flex-direction: column;
    min-height: 270px;
    padding: 28px;
    position: relative;
}

.Home-application-card:after {
    background: #2c9f90;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    transition: .2s;
    width: 0;
}

.Home-application-card span {
    color: #8cced4;
    display: block;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 28px;
}

.Home-application-card h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.18;
    margin-bottom: 14px;
}

.Home-application-card p {
    color: rgba(255, 255, 255, .82);
    line-height: 1.55;
    margin-bottom: 24px;
}

.Home-application-card strong {
    color: #edb400;
    display: block;
    font-size: 13px;
    line-height: 1.35;
    margin-top: auto;
}

.Home-application-card:hover {
    background: #fff;
    border-color: #fff;
    color: #124455;
    transform: translateY(-4px);
}

.Home-application-card:hover:after {
    width: 100%;
}

.Home-application-card:hover h3,
.Home-application-card:hover p {
    color: #124455;
}

.Home-application-card:hover span {
    color: #2c9f90;
}

.Home-application-card:hover strong {
    color: #2c4654;
}

.Home-section-head {
    align-items: end;
    display: grid;
    gap: 48px;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1fr);
    margin-bottom: 42px;
}

.Home-section-head .Title {
    color: #124455;
    line-height: 1.12;
    max-width: 640px;
}

.Home-section-head > p,
.Home-section-head > div + p {
    color: #496473;
    font-size: 17px;
    line-height: 1.6;
    margin: 0;
}

.Home-section-head-light .Title,
.Home-section-head-light > p,
.Home-section-head-light > div + p {
    color: #fff;
}

.Home-featured {
    background: #fff;
}

.Home-featured-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 42px;
}

.Home-featured-card {
    margin: 0;
    min-height: 0;
}

.Home-featured-card .imagem {
    height: 184px;
}

.Home-featured-card .content {
    min-height: 112px;
}

.Home-differentials {
    background:
        radial-gradient(circle at 10% 0%, rgba(140, 206, 212, .22), transparent 30%),
        linear-gradient(135deg, #124455 0%, #0b3445 58%, #061f2b 100%);
    color: #fff;
}

.Home-differentials-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.Home-differentials-grid article {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .16);
    border-top: 4px solid #2c9f90;
    min-height: 250px;
    padding: 28px;
}

.Home-differentials-grid span {
    color: #edb400;
    display: block;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1.2px;
    margin-bottom: 22px;
}

.Home-differentials-grid h3 {
    color: #fff;
    font-size: 21px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 12px;
}

.Home-differentials-grid p {
    color: rgba(255, 255, 255, .84);
    line-height: 1.58;
}

.Home-clients {
    background-color: #f3f5f7;
}

.Home-clients-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(7, minmax(0, 1fr));
}

.Home-client-card {
    align-items: center;
    background: #fff;
    border: 1px solid #dae0e7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 162px;
    padding: 18px;
    text-align: center;
}

.Home-client-logo {
    align-items: center;
    display: flex;
    height: 64px;
    justify-content: center;
    margin-bottom: 14px;
    width: 100%;
}

.Home-client-card._logo-on-dark .Home-client-logo {
    background: #124455;
    border-radius: 4px;
    padding: 10px 14px;
}

.Home-client-card img {
    display: block;
    height: 58px;
    object-fit: contain;
    width: 100%;
}

.Home-client-card strong {
    color: #124455;
    display: block;
    font-size: 13px;
    line-height: 1.25;
}

.Home-client-card span {
    color: #6c7e93;
    display: block;
    font-size: 12px;
    line-height: 1.3;
    margin-top: 5px;
}

.Home-contact {
    background:
        linear-gradient(135deg, rgba(237, 180, 0, .96) 0%, rgba(237, 180, 0, .9) 44%, rgba(44, 159, 144, .86) 100%);
    color: #fff;
}

.Home-contact-grid {
    align-items: start;
    display: grid;
    gap: 56px;
    grid-template-columns: minmax(0, .75fr) minmax(0, 1fr);
}

.Home-contact-copy .Title {
    line-height: 1.08;
    margin-bottom: 22px;
}

.Home-contact-copy p {
    font-size: 18px;
    line-height: 1.58;
    margin-bottom: 26px;
}

.Home-contact-copy ul {
    display: grid;
    gap: 12px;
}

.Home-contact-copy li {
    font-weight: 900;
    line-height: 1.35;
    padding-left: 22px;
    position: relative;
}

.Home-contact-copy li:before {
    background: #124455;
    border-radius: 50%;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 7px;
}

.Home-contact-panel {
    background: #f3f5f7;
    border-top: 5px solid #124455;
    padding: 34px;
}

.Home-quote-form {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
    max-width: none;
}

.Home-quote-form label {
    color: #124455;
    display: grid;
    font-size: 13px;
    font-weight: 900;
    gap: 8px;
}

.Home-quote-form ._full,
.Home-quote-actions {
    grid-column: 1 / -1;
}

.Home-quote-form input,
.Home-quote-form select,
.Home-quote-form textarea {
    border: 1px solid #d2dbe3;
    color: #2c4654;
    font-family: Lato, sans-serif;
}

.Home-quote-form textarea {
    border-radius: 22px;
    min-height: 94px;
}

.Home-quote-actions {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 4px;
}

.Home-quote-actions .Button {
    min-width: 0;
    width: 100%;
}

.Home-quote-email {
    background: #124455;
    color: #fff;
}

@media (max-width: 1100px) {
    .Application-card-grid,
    .Application-proof-grid,
    .Application-tech-flow,
    .Application-mining-grid,
    .Download-category-grid,
    .Download-coming-list,
    .Home-applications-grid,
    .Home-featured-grid,
    .Home-differentials-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .Home-clients-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .Product-quote-grid {
        grid-template-columns: 1fr;
    }

    .Application-hero-grid {
        grid-template-columns: 1fr;
    }

    .Application-cta {
        grid-template-columns: 1fr;
    }

    .Application-solution-banner {
        align-items: flex-start;
        flex-direction: column;
    }

    .Home-applications-head {
        align-items: start;
        gap: 28px;
        grid-template-columns: 1fr;
    }

    .Home-section-head,
    .Home-contact-grid {
        align-items: start;
        gap: 28px;
        grid-template-columns: 1fr;
    }

    .Home-hero {
        min-height: 560px;
    }

    .Home-hero:before {
        background: linear-gradient(90deg, rgba(6, 31, 43, .94), rgba(6, 31, 43, .58));
    }

    .Home-hero-content {
        max-width: 680px;
    }
}

@media (max-width: 768px) {
    .Home-hero {
        min-height: 0;
    }

    .Home-hero:before {
        background:
            linear-gradient(0deg, rgba(6, 31, 43, .98) 0%, rgba(6, 31, 43, .86) 55%, rgba(6, 31, 43, .38) 100%);
    }

    .Home-hero-media {
        bottom: auto;
        height: 42%;
    }

    .Home-hero-content {
        padding: 240px 0 48px;
    }

    .Home-hero-content .Title {
        font-size: 38px;
    }

    .Home-hero-content > p:not(.Home-kicker) {
        font-size: 17px;
    }

    .Home-hero-actions {
        flex-direction: column;
    }

    .Home-hero-strip {
        margin-top: 32px;
    }

    .Application-hero .Application-actions {
        flex-direction: column;
    }

    .Application-lead,
    .Application-two-cols,
    .Application-case,
    .Product-quote-grid,
    .Product-quote-form {
        grid-template-columns: 1fr;
    }

    .Product-quote-guide {
        display: none;
    }

    .Product-quote-actions {
        grid-template-columns: 1fr;
    }

    .Product-quote-actions .Button {
        min-width: 0;
        width: 100%;
    }

    .Application-card-grid,
    .Application-proof-grid,
    .Application-tech-flow,
    .Application-mining-grid,
    .Download-category-grid,
    .Download-coming-list,
    .Home-applications-grid,
    .Home-featured-grid,
    .Home-differentials-grid,
    .Home-clients-grid,
    .Home-quote-form,
    .Home-quote-actions {
        grid-template-columns: 1fr;
    }

    .Home-applications-head {
        margin-bottom: 32px;
    }

    .Home-section-head {
        margin-bottom: 32px;
    }

    .Home-differentials .Home-section-head,
    .Home-clients .Home-section-head {
        margin-bottom: 18px;
    }

    .Home-differentials .Home-section-head > p,
    .Home-clients .Home-section-head > p {
        display: none;
    }

    .Home-differentials .Home-section-head:after,
    .Home-clients .Home-section-head:after {
        border: 1px solid currentColor;
        border-radius: 999px;
        content: "Arraste para ver mais";
        display: inline-flex;
        font-size: 12px;
        font-weight: 900;
        letter-spacing: .4px;
        margin-top: 14px;
        opacity: .78;
        padding: 7px 12px;
        text-transform: uppercase;
        width: max-content;
    }

    .Home-differentials-grid {
        display: grid;
        gap: 14px;
        grid-auto-columns: minmax(250px, 82vw);
        grid-auto-flow: column;
        grid-template-columns: none;
        margin-right: -5vw;
        overflow-x: auto;
        padding: 0 5vw 12px 0;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .Home-differentials-grid::-webkit-scrollbar,
    .Home-clients-grid::-webkit-scrollbar {
        display: none;
    }

    .Home-differentials-grid article {
        min-height: 238px;
        scroll-snap-align: start;
    }

    .Home-differentials-grid span {
        margin-bottom: 18px;
    }

    .Home-differentials-grid h3 {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .Home-differentials-grid p {
        font-size: 14px;
        line-height: 1.45;
    }

    .Home-clients-grid {
        display: grid;
        gap: 10px;
        grid-auto-columns: minmax(138px, 42vw);
        grid-auto-flow: column;
        grid-template-columns: none;
        grid-template-rows: repeat(2, minmax(112px, 1fr));
        margin-right: -5vw;
        overflow-x: auto;
        padding: 0 5vw 12px 0;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .Home-client-card {
        min-height: 112px;
        padding: 12px;
        scroll-snap-align: start;
    }

    .Home-client-card img {
        height: 42px;
    }

    .Home-client-logo {
        height: 48px;
        margin-bottom: 10px;
    }

    .Home-client-card._logo-on-dark .Home-client-logo {
        padding: 8px 10px;
    }

    .Home-client-card strong {
        font-size: 12px;
    }

    .Home-client-card > span:not(.Home-client-logo) {
        display: none;
    }

    .Home-client-card .Home-client-logo {
        display: flex;
    }

    .Home-applications-actions {
        gap: 14px;
    }

    .Home-application-card {
        min-height: 0;
        padding: 24px;
    }

    .Home-contact-panel {
        padding: 24px;
    }

    .Home-contact-copy p {
        font-size: 16px;
    }

    .Download-toolbar {
        grid-template-columns: 1fr;
    }

    .Download-intro {
        grid-template-columns: 1fr;
    }

    .Download-empty-state {
        align-items: flex-start;
        flex-direction: column;
        padding: 28px;
    }

    .Application-hero-tech {
        min-height: 0;
        padding: 56px 0;
    }

    .Application-hero-grid {
        gap: 36px;
    }

    .Application-monitor-map {
        padding: 20px;
    }

    .Application-feature-row {
        grid-template-columns: 1fr;
    }

    .Application-feature-row span {
        border-right: 0;
    }

    .Application-solution-banner,
    .Application-case-panel {
        padding: 24px;
    }
}

.Header .Container > div:last-child {
    gap: 22px;
}

.Header .Main-nav > ul {
    align-items: center;
    display: flex;
    gap: 30px;
}

.Header .Main-nav > ul > li {
    position: relative;
}

.Header .Main-nav a {
    color: #0f3140;
}

.Header .Main-nav .nav-link {
    align-items: center;
    display: inline-flex;
    gap: 6px;
}

.Header .Main-nav .nav-link i {
    color: #2c9f90;
    font-size: 10px;
    transition: transform .2s ease;
}

.Header .Main-nav .has-panel:hover .nav-link,
.Header .Main-nav .has-panel:focus-within .nav-link,
.Header .Main-nav a:hover {
    color: #2c9f90;
}

.Header .Main-nav .has-panel:hover .nav-link i,
.Header .Main-nav .has-panel:focus-within .nav-link i {
    transform: rotate(180deg);
}

.Header .nav-panel {
    background: #fff;
    border: 1px solid #d8e0e6;
    box-shadow: 0 18px 44px rgba(18, 68, 85, .18);
    left: 50%;
    opacity: 0;
    padding: 24px;
    pointer-events: none;
    position: absolute;
    top: calc(100% + 18px);
    transform: translateX(-50%) translateY(10px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
    visibility: hidden;
    width: min(860px, calc(100vw - 48px));
    z-index: 120;
}

.Header .nav-panel:before {
    content: "";
    height: 18px;
    left: 0;
    position: absolute;
    top: -18px;
    width: 100%;
}

.Header .has-panel:hover > .nav-panel,
.Header .has-panel:focus-within > .nav-panel {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
    visibility: visible;
}

.Header .nav-panel-head {
    align-items: center;
    border-bottom: 1px solid #e7edf1;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 14px;
}

.Header .nav-panel-head span {
    color: #124455;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.Header .nav-panel-head a {
    color: #2c9f90;
    font-size: 13px;
    font-weight: 800;
}

.Header .nav-panel-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 1.25fr minmax(220px, .9fr);
}

.Header .nav-panel-column {
    display: grid;
    gap: 8px;
}

.Header .nav-panel-column strong {
    color: #124455;
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
}

.Header .nav-panel-column a,
.Header .nav-application-grid a {
    border-radius: 8px;
    display: block;
    line-height: 1.25;
    padding: 9px 10px;
}

.Header .nav-panel-column a:hover,
.Header .nav-application-grid a:hover {
    background: #f2f7f8;
    color: #124455;
}

.Header .nav-panel-column .nav-child {
    color: #60717b;
    font-size: 13px;
    margin-left: 10px;
    padding: 6px 10px;
}

.Header .nav-panel-column small,
.Header .nav-application-grid span,
.Header .nav-panel-card small {
    color: #60717b;
    display: block;
    font-size: 12px;
    line-height: 1.35;
    margin-top: 4px;
}

.Header .nav-panel-card {
    background: #124455;
    border-radius: 10px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 100%;
    padding: 22px;
}

.Header .nav-panel-card span {
    color: #2c9f90;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.Header .nav-panel-card strong {
    color: #fff;
    font-size: 21px;
    line-height: 1.15;
    margin-bottom: 12px;
}

.Header .nav-panel-card small {
    color: rgba(255, 255, 255, .78);
}

.Header .nav-panel-card:hover {
    background: #2c9f90;
    color: #fff;
}

.Header .nav-panel-card:hover span,
.Header .nav-panel-card:hover small {
    color: #fff;
}

.Header .nav-application-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.Header .nav-application-grid strong {
    color: #124455;
    display: block;
    font-size: 15px;
}

.Header-quote {
    align-items: center;
    background: #edb400;
    border: 1px solid #edb400;
    border-radius: 999px;
    color: #124455;
    display: inline-flex;
    font-size: 14px;
    font-weight: 900;
    height: 40px;
    padding: 0 18px;
    white-space: nowrap;
}

.Header-quote:hover {
    background: #124455;
    border-color: #124455;
    color: #fff;
}

.Login-grid {
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.Login-card {
    background: #fff;
    border: 1px solid #d8e0e6;
    border-top: 5px solid #2c9f90;
    display: flex;
    flex-direction: column;
    min-height: 300px;
    padding: 34px;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.Login-card span {
    align-items: center;
    background: #f2f7f8;
    border-radius: 50%;
    color: #2c9f90;
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    height: 42px;
    justify-content: center;
    margin-bottom: 24px;
    width: 42px;
}

.Login-card h2 {
    color: #124455;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.15;
    margin-bottom: 16px;
}

.Login-card p {
    color: #2c4654;
    line-height: 1.55;
    margin-bottom: 28px;
}

.Login-card strong {
    align-items: center;
    background: #124455;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 15px;
    justify-content: center;
    margin-top: auto;
    min-height: 46px;
    padding: 0 22px;
    width: max-content;
}

.Login-card-client {
    border-top-color: #edb400;
}

.Login-card-client span {
    background: #fff7dc;
    color: #124455;
}

.Login-card:hover {
    border-color: #2c9f90;
    box-shadow: 0 18px 42px rgba(18, 68, 85, .14);
    transform: translateY(-4px);
}

.Login-card:hover strong {
    background: #2c9f90;
}

.Login-access-panel {
    align-items: start;
    background: #f3f5f7;
    border-top: 5px solid #2c9f90;
    display: none;
    gap: 40px;
    grid-template-columns: minmax(0, .85fr) minmax(320px, 1fr);
    margin-top: 34px;
    padding: 34px;
    scroll-margin-top: 130px;
}

.Login-access-panel:target {
    display: grid;
    box-shadow: 0 18px 42px rgba(18, 68, 85, .14);
}

.Login-access-panel .Title {
    color: #124455;
    margin-bottom: 14px;
}

.Login-access-panel p:not(.Home-kicker) {
    color: #2c4654;
    line-height: 1.58;
    max-width: 520px;
}

.Login-access-form {
    display: grid;
    gap: 16px;
    margin: 0;
    max-width: none;
}

.Login-access-form label {
    color: #124455;
    display: grid;
    font-size: 13px;
    font-weight: 900;
    gap: 8px;
}

.Login-access-form input {
    border: 1px solid #d2dbe3;
    color: #2c4654;
    font-family: Lato, sans-serif;
}

.Login-access-form .Button {
    border-color: #124455;
    margin-top: 4px;
    width: 100%;
}

.Login-note {
    background: #f3f5f7;
    border-left: 5px solid #2c9f90;
    margin-top: 34px;
    padding: 28px 32px;
}

.Login-note .Title {
    margin-bottom: 14px;
}

.Login-note p:last-child {
    line-height: 1.55;
    max-width: 820px;
}

.Quote-app {
    background: #f6f8fa;
}

.Quote-app .Container {
    max-width: min(1500px, calc(100% - 36px));
}

.Quote-head {
    align-items: center;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    margin-bottom: 28px;
}

.Quote-head p:not(.Home-kicker) {
    color: #2c4654;
    margin-top: 8px;
}

.Quote-user {
    font-size: 14px;
}

.Quote-logout-form {
    margin: 0;
}

.Quote-logout-form .Button {
    background: #124455;
    border-color: #124455;
    color: #fff;
    cursor: pointer;
}

.Quote-logout-form .Button:hover {
    background: #edb400;
    border-color: #edb400;
    color: #124455;
}

.Quote-alert {
    background: #e8f7f2;
    border-left: 5px solid #2c9f90;
    color: #124455;
    font-weight: 900;
    margin-bottom: 22px;
    padding: 14px 18px;
}

.Quote-alert._error {
    background: #fff2f0;
    border-left-color: #cc3d2b;
}

.Quote-alert._warning {
    background: #fff8df;
    border-left-color: #edb400;
}

.Quote-workspace {
    align-items: start;
    display: grid;
    gap: 22px;
    grid-template-columns: 250px minmax(0, 1fr);
}

.Quote-sidebar {
    background: #fff;
    border: 1px solid #d8e0e6;
    box-shadow: 0 14px 32px rgba(18, 68, 85, .06);
    padding: 14px;
    position: sticky;
    top: 96px;
}

.Quote-sidebar-head {
    border-bottom: 1px solid #e1e8ed;
    margin-bottom: 12px;
    padding: 6px 6px 14px;
}

.Quote-sidebar-head span {
    color: #2c9f90;
    display: block;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.Quote-sidebar-head strong {
    color: #124455;
    display: block;
    font-size: 18px;
    line-height: 1.2;
}

.Quote-main {
    min-width: 0;
}

.Quote-tabs {
    display: grid;
    gap: 8px;
}

.Quote-tabs a {
    align-items: center;
    border: 1px solid transparent;
    color: #124455;
    display: grid;
    font-size: 14px;
    font-weight: 900;
    gap: 10px;
    grid-template-columns: 34px 1fr;
    line-height: 1.2;
    padding: 11px 10px;
}

.Quote-tabs a span {
    align-items: center;
    background: #eef3f5;
    color: #2c9f90;
    display: inline-flex;
    font-size: 11px;
    height: 28px;
    justify-content: center;
    width: 28px;
}

.Quote-tabs a:hover,
.Quote-tabs a._active {
    background: #124455;
    border-color: #124455;
    color: #fff;
}

.Quote-tabs a:hover span,
.Quote-tabs a._active span {
    background: #edb400;
    color: #124455;
}

.Quote-view {
    display: none;
}

.Quote-view._active {
    display: block;
}

.Quote-stats {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 28px;
}

.Quote-stats-six {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.Quote-stats-five {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.Quote-stats article,
.Quote-panel {
    background: #fff;
    border: 1px solid #d8e0e6;
    box-shadow: 0 14px 32px rgba(18, 68, 85, .06);
}

.Quote-stats article {
    border-top: 4px solid #2c9f90;
    padding: 20px;
}

.Quote-stats span {
    color: #667985;
    display: block;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .8px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.Quote-stats strong {
    color: #124455;
    display: block;
    font-size: 28px;
    line-height: 1.1;
}

.Quote-layout {
    align-items: start;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr);
}

.Quote-layout-wide {
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, .55fr);
}

.Quote-dashboard-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.Quote-panel-wide {
    grid-column: 1 / -1;
}

.Quote-panel {
    padding: 24px;
}

.Quote-panel-head {
    align-items: flex-start;
    border-bottom: 1px solid #e1e8ed;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 22px;
    padding-bottom: 16px;
}

.Quote-panel-head h3 {
    color: #124455;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0;
}

.Quote-panel-head > span {
    background: #edb400;
    border-radius: 999px;
    color: #124455;
    font-size: 13px;
    font-weight: 900;
    padding: 8px 12px;
    white-space: nowrap;
}

.Quote-form {
    display: grid;
    gap: 22px;
}

.Quote-form-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.Quote-form label,
.Quote-filter {
    color: #124455;
    font-size: 13px;
    font-weight: 900;
    min-width: 0;
}

.Quote-form label._wide {
    grid-column: span 2;
}

.Quote-step {
    background: #fbfcfd;
    border: 1px solid #d8e0e6;
    padding: 20px;
}

.Quote-step + .Quote-step {
    margin-top: 2px;
}

.Quote-step-head {
    align-items: flex-start;
    display: grid;
    gap: 14px;
    grid-template-columns: 40px 1fr;
    margin-bottom: 18px;
}

.Quote-step-head > span {
    align-items: center;
    background: #124455;
    color: #fff;
    display: flex;
    font-size: 15px;
    font-weight: 900;
    height: 40px;
    justify-content: center;
    width: 40px;
}

.Quote-step-head h4 {
    color: #124455;
    font-size: 21px;
    line-height: 1.2;
    margin: 0 0 5px;
}

.Quote-step-head p {
    color: #60717b;
    line-height: 1.45;
    margin: 0;
}

.Quote-cnpj-row {
    align-items: end;
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(0, 1fr) auto;
    margin-bottom: 12px;
}

.Quote-inline-message {
    color: #60717b;
    font-size: 13px;
    font-weight: 800;
    margin: 0 0 14px;
}

.Quote-inline-message[data-type="ok"] {
    color: #19736b;
}

.Quote-inline-message[data-type="error"] {
    color: #b3261e;
}

.Quote-form input,
.Quote-form select,
.Quote-form textarea,
.Quote-filter input,
.Quote-filter select,
.Quote-search {
    background: #fff;
    border: 1px solid #d2dbe3;
    box-sizing: border-box;
    color: #2c4654;
    display: block;
    font-family: Lato, sans-serif;
    font-size: 14px;
    margin-top: 7px;
    min-height: 48px;
    padding: 10px 12px;
    width: 100%;
}

.Quote-form select,
.Quote-filter select {
    overflow: hidden;
    text-overflow: ellipsis;
}

.Quote-search {
    margin-bottom: 16px;
}

.Quote-form textarea {
    resize: vertical;
}

.Quote-item-picker {
    align-items: end;
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(0, 1fr) auto;
}

.Quote-item-search {
    align-items: start;
    grid-template-columns: 1fr;
}

.Quote-product-results {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
    max-height: 310px;
    overflow: auto;
}

.Quote-product-result,
.Quote-product-empty {
    background: #f6f8fa;
    border: 1px solid #d8e0e6;
    color: #124455;
    padding: 12px;
    text-align: left;
}

.Quote-product-result {
    cursor: pointer;
}

.Quote-product-result:hover {
    border-color: #2c9f90;
    box-shadow: 0 10px 24px rgba(18, 68, 85, .08);
}

.Quote-product-result strong,
.Quote-product-result span,
.Quote-product-result small {
    display: block;
}

.Quote-product-result span {
    color: #2c4654;
    line-height: 1.35;
    margin: 5px 0;
}

.Quote-product-result small {
    color: #60717b;
}

.Quote-link-button {
    background: none;
    border: 0;
    color: #2c9f90;
    cursor: pointer;
    font: inherit;
    font-weight: 900;
    padding: 0;
}

.Quote-items-wrap,
.Quote-table-wrap {
    overflow-x: auto;
}

.Quote-items,
.Quote-table {
    border-collapse: collapse;
    min-width: 760px;
    width: 100%;
}

.Quote-items th,
.Quote-items td,
.Quote-table th,
.Quote-table td {
    border-bottom: 1px solid #e1e8ed;
    padding: 10px;
    text-align: left;
    vertical-align: top;
}

.Quote-items th,
.Quote-table th {
    color: #124455;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .7px;
    text-transform: uppercase;
}

.Quote-items textarea {
    min-width: 280px;
}

.Quote-items input,
.Quote-items textarea {
    margin: 0;
}

.Quote-line-total,
.Quote-table td:nth-child(4) {
    white-space: nowrap;
}

.Quote-remove-item {
    align-items: center;
    background: #fff2f0;
    border: 1px solid #f0b4aa;
    border-radius: 50%;
    color: #b3261e;
    cursor: pointer;
    display: inline-flex;
    font-size: 20px;
    font-weight: 900;
    height: 32px;
    justify-content: center;
    line-height: 1;
    width: 32px;
}

.Quote-form-footer {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
}

.Quote-totals {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
}

.Quote-totals span {
    color: #60717b;
    font-size: 14px;
}

.Quote-totals strong {
    color: #124455;
    font-size: 18px;
}

.Quote-form-footer strong {
    color: #124455;
    font-size: 22px;
}

.Quote-filter {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
    margin-bottom: 18px;
}

.Quote-filter-inline {
    align-items: end;
    grid-template-columns: minmax(0, 1fr) minmax(180px, 220px) minmax(92px, auto);
    max-width: 100%;
    width: 100%;
}

.Quote-filter-inline .Button {
    min-width: 0;
    padding-inline: 16px;
    width: 100%;
}

.Quote-table strong,
.Quote-table small {
    display: block;
}

.Quote-table small {
    color: #667985;
    font-size: 12px;
    line-height: 1.35;
    margin-top: 4px;
}

.Quote-table a {
    color: #2c9f90;
    display: inline-block;
    font-weight: 900;
    margin-right: 8px;
}

.Quote-status {
    background: #eef3f5;
    border-radius: 999px;
    color: #124455;
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    padding: 6px 9px;
    white-space: nowrap;
}

.Quote-preview {
    margin-top: 24px;
}

.Quote-live-preview {
    position: sticky;
    top: 96px;
}

.Quote-preview-card {
    background: #f6f8fa;
    border: 1px solid #d8e0e6;
    margin-bottom: 14px;
    padding: 16px;
}

.Quote-preview-card h4 {
    color: #124455;
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 10px;
}

.Quote-preview-card p,
.Quote-preview-card li {
    color: #2c4654;
    line-height: 1.45;
}

.Quote-preview-card ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding-left: 18px;
}

.Quote-preview-grid {
    display: grid;
    gap: 12px 22px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 22px;
}

.Quote-preview-grid p {
    margin: 0;
}

.Quote-stage-form {
    display: grid;
    gap: 8px;
    min-width: 220px;
}

.Quote-stage-form select,
.Quote-stage-form input,
.Quote-stage-form textarea {
    border: 1px solid #d2dbe3;
    box-sizing: border-box;
    color: #2c4654;
    font-family: Lato, sans-serif;
    font-size: 13px;
    min-height: 38px;
    padding: 8px 10px;
    width: 100%;
}

.Quote-control-table td {
    min-width: 130px;
}

.Quote-stage-summary {
    display: grid;
    gap: 5px;
}

.Quote-stage-summary small {
    color: #60717b;
    display: block;
    font-size: 12px;
    line-height: 1.3;
}

.Quote-row-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    min-width: 330px;
}

.Quote-row-actions form {
    margin: 0;
}

.Quote-status-button,
.Quote-action-link,
.Quote-row-edit summary {
    align-items: center;
    background: #eef3f5;
    border: 1px solid #d2dbe3;
    color: #124455;
    cursor: pointer;
    display: inline-flex;
    font-family: Lato, sans-serif;
    font-size: 12px;
    font-weight: 900;
    min-height: 34px;
    padding: 0 10px;
}

.Quote-status-button:hover,
.Quote-action-link:hover,
.Quote-row-edit summary:hover {
    background: #124455;
    border-color: #124455;
    color: #fff;
}

.Quote-action-link._followup {
    background: #124455;
    border-color: #124455;
    color: #fff;
}

.Quote-action-link._followup:hover {
    background: #2c9f90;
    border-color: #2c9f90;
}

.Quote-action-link._danger {
    background: #fff2f0;
    border-color: #f0b4aa;
    color: #9b2c1f;
}

.Quote-action-link._danger:hover {
    background: #9b2c1f;
    border-color: #9b2c1f;
    color: #fff;
}

.Quote-status-button._hot {
    background: #fff7dc;
    border-color: #edb400;
}

.Quote-status-button._win {
    background: #e8f7f2;
    border-color: #2c9f90;
}

.Quote-status-button._loss {
    background: #fff2f0;
    border-color: #f0b4aa;
}

.Quote-row-edit {
    flex-basis: 100%;
    margin-top: 4px;
}

.Quote-row-edit summary {
    width: max-content;
}

.Quote-row-edit .Quote-stage-form {
    background: #f6f8fa;
    border: 1px solid #d8e0e6;
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 8px;
    padding: 12px;
}

.Quote-row-edit .Quote-stage-form textarea,
.Quote-row-edit .Quote-stage-form button {
    grid-column: 1 / -1;
}

.Quote-app {
    background: #f5f5f7;
    min-height: 100vh;
}

.Quote-app .Container {
    box-sizing: border-box;
    max-width: none;
    padding-left: clamp(14px, 2vw, 34px);
    padding-right: clamp(14px, 2vw, 34px);
    width: 100%;
}

.Quote-head {
    background: rgba(255, 255, 255, .84);
    border: 1px solid rgba(210, 219, 227, .9);
    border-radius: 22px;
    box-shadow: 0 18px 44px rgba(18, 68, 85, .08);
    margin-bottom: 16px;
    padding: 18px 22px;
}

.Quote-workspace {
    display: block;
}

.Quote-sidebar {
    align-items: center;
    background: rgba(255, 255, 255, .82);
    border: 1px solid rgba(210, 219, 227, .9);
    border-radius: 22px;
    box-shadow: 0 18px 44px rgba(18, 68, 85, .08);
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin-bottom: 16px;
    padding: 10px 12px;
    position: static;
    top: auto;
}

.Quote-sidebar-head {
    border: 0;
    flex: 0 0 auto;
    margin: 0;
    padding: 0 8px;
}

.Quote-sidebar-head strong {
    font-size: 16px;
    white-space: nowrap;
}

.Quote-tabs {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.Quote-tabs a {
    background: #f1f4f6;
    border: 1px solid transparent;
    border-radius: 999px;
    display: inline-flex;
    gap: 8px;
    grid-template-columns: none;
    min-height: 42px;
    padding: 7px 12px 7px 8px;
    white-space: nowrap;
}

.Quote-tabs a span {
    border-radius: 50%;
    height: 28px;
    width: 28px;
}

.Quote-tabs a:hover,
.Quote-tabs a._active {
    background: #111827;
    border-color: #111827;
}

.Quote-tabs a:hover span,
.Quote-tabs a._active span {
    background: #fff;
    color: #111827;
}

.Quote-stats {
    gap: 12px;
    margin-bottom: 16px;
}

.Quote-stats article,
.Quote-panel {
    border: 1px solid rgba(210, 219, 227, .95);
    border-radius: 22px;
    box-shadow: 0 16px 38px rgba(18, 68, 85, .07);
}

.Quote-stats article {
    border-top: 0;
    padding: 16px;
}

.Quote-layout {
    gap: 16px;
    grid-template-columns: minmax(0, 1.08fr) minmax(330px, .82fr);
}

.Quote-layout-wide {
    grid-template-columns: 1fr;
}

.Quote-panel {
    padding: 18px;
}

.Quote-panel-head {
    margin-bottom: 14px;
    padding-bottom: 12px;
}

.Quote-panel-head h3 {
    font-size: 21px;
}

.Quote-edit-note {
    color: #607381;
    font-size: 13px;
    line-height: 1.45;
    margin: 6px 0 0;
}

.Quote-form {
    gap: 14px;
}

.Quote-form-grid {
    gap: 12px;
}

.Quote-form input,
.Quote-form select,
.Quote-form textarea,
.Quote-filter input,
.Quote-filter select,
.Quote-search {
    border-radius: 13px;
    min-height: 44px;
}

.Quote-app .Button,
.Quote-app .Button._secondary,
.Quote-cnpj-row .Button {
    align-items: center;
    background: #111827;
    border: 1px solid #111827;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-weight: 900;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
}

.Quote-app .Button:hover,
.Quote-app .Button._secondary:hover,
.Quote-cnpj-row .Button:hover {
    background: #edb400;
    border-color: #edb400;
    color: #111827;
}

.Quote-cnpj-row {
    grid-template-columns: minmax(0, 1fr) 170px;
}

.Quote-step {
    background: #fff;
    border-color: rgba(210, 219, 227, .9);
    border-radius: 18px;
    padding: 16px;
}

.Quote-step-head {
    gap: 10px;
    grid-template-columns: 34px 1fr;
    margin-bottom: 12px;
}

.Quote-step-head > span {
    border-radius: 50%;
    height: 34px;
    width: 34px;
}

.Quote-step-head h4 {
    font-size: 18px;
}

.Quote-step-head p {
    font-size: 13px;
}

.Quote-product-results {
    max-height: 190px;
}

.Quote-client-lookup {
    position: relative;
}

.Quote-client-results {
    display: grid;
    gap: 8px;
    margin-top: 8px;
    max-height: 240px;
    overflow-y: auto;
}

.Quote-native-select-fallback {
    height: 1px !important;
    margin: 0 !important;
    min-height: 1px !important;
    opacity: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    pointer-events: none !important;
    position: absolute !important;
    width: 1px !important;
}

.Quote-selected-chip {
    background: #eff7f6;
    border: 1px solid #d5e9e6;
    border-radius: 999px;
    color: #124455;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.35;
    margin-top: 8px;
    max-width: 100%;
    padding: 8px 12px;
    width: fit-content;
}

.Quote-product-result,
.Quote-product-empty {
    border-radius: 14px;
}

.Quote-items-wrap,
.Quote-table-wrap {
    overflow-x: hidden;
}

.Quote-items,
.Quote-table {
    min-width: 0;
    table-layout: fixed;
}

.Quote-items th,
.Quote-items td,
.Quote-table th,
.Quote-table td {
    padding: 9px 8px;
    word-break: normal;
}

.Quote-table td,
.Quote-table small {
    overflow-wrap: anywhere;
}

.Quote-items textarea {
    min-width: 0;
}

.Quote-items input,
.Quote-items textarea,
.Quote-items select {
    box-sizing: border-box;
    width: 100%;
}

.Quote-items th:nth-child(1),
.Quote-items td:nth-child(1) {
    width: 11%;
}

.Quote-items th:nth-child(3),
.Quote-items td:nth-child(3) {
    width: 12%;
}

.Quote-items th:nth-child(4),
.Quote-items td:nth-child(4),
.Quote-items th:nth-child(8),
.Quote-items td:nth-child(8) {
    width: 9%;
}

.Quote-items th:nth-child(5),
.Quote-items td:nth-child(5),
.Quote-items th:nth-child(6),
.Quote-items td:nth-child(6) {
    width: 11%;
}

.Quote-items th:nth-child(7),
.Quote-items td:nth-child(7) {
    width: 12%;
}

.Quote-item-type {
    min-width: 112px;
}

.Quote-layout > aside .Quote-table-wrap,
.Quote-history .Quote-table-wrap {
    max-height: min(58vh, 620px);
    overflow-y: auto;
}

.Quote-layout > aside .Quote-table thead th,
.Quote-history .Quote-table thead th {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 1;
}

.Quote-preview-drawer {
    background: #f6f8fa;
    border: 1px solid #d8e0e6;
    border-radius: 16px;
    margin-top: 14px;
    padding: 12px 14px;
}

.Quote-preview-drawer summary {
    color: #124455;
    cursor: pointer;
    font-weight: 900;
}

.Quote-preview-drawer #Quote-live-preview {
    margin-top: 12px;
}

.Quote-preview-drawer .Quote-preview-card {
    border-radius: 14px;
    margin-bottom: 10px;
}

.Quote-builder .Quote-form {
    align-items: start;
    display: grid;
    grid-template-columns: minmax(290px, .82fr) minmax(460px, 1.22fr) minmax(310px, .88fr);
}

.Quote-builder .Quote-step {
    min-height: 100%;
}

.Quote-builder .Quote-step + .Quote-step {
    margin-top: 0;
}

.Quote-builder .Quote-step:nth-of-type(1) .Quote-form-grid,
.Quote-builder .Quote-step:nth-of-type(3) .Quote-form-grid {
    grid-template-columns: 1fr;
}

.Quote-builder .Quote-step:nth-of-type(1) label._wide,
.Quote-builder .Quote-step:nth-of-type(3) label._wide {
    grid-column: auto;
}

.Quote-builder .Quote-items-wrap {
    max-height: 330px;
    overflow-y: auto;
}

.Quote-builder .Quote-items thead th {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 1;
}

.Quote-row-actions {
    min-width: 0;
}

.Quote-control-table td,
.Quote-control-table .Quote-stage-form {
    min-width: 0;
}

.Quote-control-table td:nth-child(4),
.Quote-table[data-quote-table="clients"] td:nth-child(4),
.Quote-table[data-quote-table="projects"] td:nth-child(4) {
    white-space: normal;
}

.Quote-table[data-quote-table="clients"] th:nth-child(1),
.Quote-table[data-quote-table="clients"] td:nth-child(1) {
    width: 42%;
}

.Quote-table[data-quote-table="clients"] th:nth-child(2),
.Quote-table[data-quote-table="clients"] td:nth-child(2) {
    width: 28%;
}

.Quote-table[data-quote-table="clients"] th:nth-child(3),
.Quote-table[data-quote-table="clients"] td:nth-child(3) {
    width: 10%;
}

.Quote-table[data-quote-table="clients"] th:nth-child(4),
.Quote-table[data-quote-table="clients"] td:nth-child(4) {
    width: 20%;
}

.Quote-table[data-quote-table="projects"] th:nth-child(1),
.Quote-table[data-quote-table="projects"] td:nth-child(1) {
    width: 28%;
}

.Quote-table[data-quote-table="projects"] th:nth-child(2),
.Quote-table[data-quote-table="projects"] td:nth-child(2) {
    width: 42%;
}

.Quote-table[data-quote-table="projects"] th:nth-child(3),
.Quote-table[data-quote-table="projects"] td:nth-child(3) {
    width: 15%;
}

.Quote-table[data-quote-table="projects"] th:nth-child(4),
.Quote-table[data-quote-table="projects"] td:nth-child(4) {
    width: 15%;
}

.Quote-control-table th:nth-child(1),
.Quote-control-table td:nth-child(1) {
    width: 9%;
}

.Quote-control-table th:nth-child(3),
.Quote-control-table td:nth-child(3) {
    width: 12%;
}

.Quote-control-table th:nth-child(4),
.Quote-control-table td:nth-child(4) {
    width: 24%;
}

.Quote-control-table th:nth-child(5),
.Quote-control-table td:nth-child(5) {
    width: 25%;
}

.Quote-status-button,
.Quote-action-link,
.Quote-row-edit summary {
    border-radius: 999px;
}

@media (max-width: 1200px) {
    .Header .Main-nav > ul {
        gap: 20px;
    }

    .Header-quote {
        display: none;
    }

    .Quote-layout,
    .Quote-stats,
    .Quote-stats-six,
    .Quote-stats-five,
    .Quote-dashboard-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .Quote-layout-wide {
        grid-template-columns: 1fr;
    }

    .Quote-builder .Quote-form {
        grid-template-columns: 1fr;
    }

    .Quote-live-preview {
        position: static;
    }
}

@media (max-width: 992px) {
    .Quote-workspace {
        grid-template-columns: 1fr;
    }

    .Quote-sidebar {
        position: static;
    }

    .Quote-tabs {
        grid-auto-columns: minmax(190px, max-content);
        grid-auto-flow: column;
        overflow-x: auto;
        padding-bottom: 4px;
    }
}

@media (max-width: 768px) {
    .Login-grid {
        gap: 18px;
        grid-template-columns: 1fr;
    }

    .Login-card {
        min-height: 0;
        padding: 24px;
    }

    .Login-card h2 {
        font-size: 24px;
    }

    .Login-card strong {
        width: 100%;
    }

    .Login-access-panel {
        gap: 24px;
        grid-template-columns: 1fr;
        padding: 24px;
    }

    .Login-note {
        padding: 24px;
    }

    .Quote-head,
    .Quote-panel-head,
    .Quote-form-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .Quote-layout,
    .Quote-stats,
    .Quote-stats-six,
    .Quote-stats-five,
    .Quote-dashboard-grid,
    .Quote-form-grid,
    .Quote-item-picker,
    .Quote-cnpj-row,
    .Quote-product-results,
    .Quote-filter-inline,
    .Quote-preview-grid {
        grid-template-columns: 1fr;
    }

    .Quote-tabs {
        grid-auto-columns: minmax(178px, max-content);
        overflow-x: auto;
        padding-bottom: 12px;
    }

    .Quote-tabs a {
        white-space: nowrap;
    }

    .Quote-live-preview {
        position: static;
    }

    .Quote-form label._wide {
        grid-column: auto;
    }

    .Quote-panel {
        padding: 18px;
    }

    .Quote-stats strong {
        font-size: 24px;
    }
}

@media (max-width: 992px) {
    .Header .nav-panel,
    .Menu .Main-nav .nav-link i {
        display: none;
    }

    .Menu {
        overflow-y: auto;
    }

    .Menu .menu-header {
        background: #2c4654;
        box-shadow: 0 12px 24px rgba(0, 0, 0, .16);
        margin: -12px -20px 28px;
        padding: 12px 20px 16px;
        position: sticky;
        top: 0;
        z-index: 10;
    }

    .Menu .menu-header img {
        max-width: 118px;
    }

    .Menu-close-button {
        align-items: center;
        background: rgba(255, 255, 255, .12);
        border: 1px solid rgba(255, 255, 255, .22);
        border-radius: 999px;
        color: #fff;
        display: inline-flex;
        font-size: 14px;
        font-weight: 900;
        gap: 8px;
        min-height: 42px;
        padding: 0 14px;
    }

    .Menu-close-button:hover {
        background: #fff;
        color: #124455;
    }

    .Menu .menu-body {
        padding-bottom: 40px;
    }

    .Menu .Main-nav > ul {
        align-items: stretch;
        gap: 18px;
        width: 100%;
    }

    .Menu .Main-nav > ul > li {
        text-align: left;
        width: 100%;
    }

    .Menu .Main-nav > ul > li > a {
        align-items: center;
        border-bottom: 1px solid rgba(255, 255, 255, .14);
        color: #fff;
        display: flex;
        font-size: 18px;
        font-weight: 800;
        justify-content: space-between;
        padding: 0 0 10px;
        text-align: left;
    }

    .Menu .nav-panel {
        background: rgba(255, 255, 255, .08);
        border: 1px solid rgba(255, 255, 255, .14);
        border-radius: 14px;
        display: block;
        margin-top: 12px;
        padding: 14px;
    }

    .Menu .nav-panel-head {
        align-items: center;
        display: flex;
        gap: 12px;
        justify-content: space-between;
        margin-bottom: 12px;
    }

    .Menu .nav-panel-head span {
        color: #9fded7;
        font-size: 11px;
        font-weight: 900;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .Menu .nav-panel-head a {
        color: #edb400;
        font-size: 12px;
        font-weight: 900;
    }

    .Menu .nav-panel-grid,
    .Menu .nav-application-grid,
    .Menu .nav-panel-column {
        display: grid;
        gap: 10px;
        grid-template-columns: 1fr;
    }

    .Menu .nav-panel-column strong {
        color: #fff;
        display: block;
        font-size: 13px;
        margin: 6px 0 2px;
    }

    .Menu .nav-panel-column a,
    .Menu .nav-application-grid a {
        background: rgba(255, 255, 255, .08);
        border-radius: 10px;
        color: #fff;
        display: block;
        font-size: 14px;
        line-height: 1.25;
        padding: 11px 12px;
        text-align: left;
    }

    .Menu .nav-panel-column .nav-child {
        color: rgba(255, 255, 255, .82);
        font-size: 13px;
        margin-left: 0;
        padding-left: 18px;
        position: relative;
    }

    .Menu .nav-panel-column .nav-child:before {
        background: #2c9f90;
        border-radius: 50%;
        content: "";
        height: 5px;
        left: 8px;
        position: absolute;
        top: 18px;
        width: 5px;
    }

    .Menu .nav-panel-column small,
    .Menu .nav-application-grid span,
    .Menu .nav-panel-card small {
        color: rgba(255, 255, 255, .7);
        display: block;
        font-size: 12px;
        line-height: 1.35;
        margin-top: 4px;
    }

    .Menu .nav-application-grid strong,
    .Menu .nav-panel-card strong {
        color: #fff;
        display: block;
        font-size: 15px;
    }

    .Menu .nav-panel-card {
        background: #edb400;
        border-radius: 12px;
        color: #124455;
        display: block;
        margin-top: 4px;
        padding: 14px;
        text-align: left;
    }

    .Menu .nav-panel-card span {
        color: #124455;
        display: block;
        font-size: 11px;
        font-weight: 900;
        letter-spacing: .8px;
        margin-bottom: 6px;
        text-transform: uppercase;
    }

    .Menu .nav-panel-card strong,
    .Menu .nav-panel-card small {
        color: #124455;
    }

    .Menu-quote {
        align-items: center;
        background: #edb400;
        border-radius: 999px;
        color: #124455;
        display: flex;
        font-weight: 900;
        height: 48px;
        justify-content: center;
        margin: 28px 0 0;
        padding: 0 20px;
        text-align: center;
        width: 100%;
    }

    .Menu-quote:hover {
        background: #fff;
        color: #124455;
    }
}

/* Quote system final alignment */
.Quote-app .Container {
    box-sizing: border-box;
    max-width: none;
    padding-left: clamp(18px, 2.2vw, 42px);
    padding-right: clamp(18px, 2.2vw, 42px);
    width: 100%;
}

.Quote-app._padd {
    padding-bottom: 34px;
    padding-top: 22px;
}

.Quote-head {
    align-items: center;
    background: rgba(255, 255, 255, .92);
    border: 1px solid #dce4ea;
    border-radius: 22px;
    box-shadow: 0 18px 45px rgba(18, 68, 85, .08);
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
    padding: 18px 22px;
}

.Quote-workspace {
    display: block;
}

.Quote-sidebar {
    background: transparent;
    border: 0;
    box-shadow: none;
    margin-bottom: 16px;
    padding: 0;
    position: sticky;
    top: 74px;
    z-index: 6;
}

.Quote-sidebar-head {
    display: none;
}

.Quote-tabs {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    width: 100%;
}

.Quote-tabs a {
    align-items: center;
    background: rgba(255, 255, 255, .95);
    border: 1px solid #dce4ea;
    border-radius: 18px;
    box-shadow: 0 10px 26px rgba(18, 68, 85, .06);
    color: #124455;
    display: flex;
    font-size: 13px;
    font-weight: 900;
    gap: 9px;
    justify-content: center;
    line-height: 1;
    min-height: 50px;
    padding: 0 10px;
    text-align: center;
    white-space: nowrap;
}

.Quote-tabs a span {
    align-items: center;
    background: #eef3f5;
    border-radius: 50%;
    color: #2c9f90;
    display: inline-flex;
    flex: 0 0 28px;
    font-size: 11px;
    height: 28px;
    justify-content: center;
    width: 28px;
}

.Quote-tabs a:hover,
.Quote-tabs a._active {
    background: #111827;
    border-color: #111827;
    color: #fff;
}

.Quote-tabs a:hover span,
.Quote-tabs a._active span {
    background: #edb400;
    color: #111827;
}

.Quote-main {
    min-width: 0;
    width: 100%;
}

.Quote-section-divider {
    background: transparent;
    border-top: 1px solid #dce4ea;
    margin: 26px 0 16px;
    padding-top: 18px;
}

.Quote-section-divider h3 {
    color: #124455;
    font-size: 22px;
    margin: 0;
}

.Quote-stats {
    gap: 12px;
    margin-bottom: 16px;
}

.Quote-stats article,
.Quote-panel {
    border: 1px solid #dce4ea;
    border-radius: 22px;
    box-shadow: 0 16px 38px rgba(18, 68, 85, .07);
}

.Quote-layout {
    align-items: start;
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(540px, 1fr) minmax(420px, .72fr);
}

.Quote-layout-wide {
    grid-template-columns: 1fr;
}

.Quote-panel {
    padding: 18px;
}

.Quote-panel-head {
    align-items: center;
    gap: 16px;
    margin-bottom: 14px;
    padding-bottom: 12px;
}

.Quote-panel-head h3 {
    font-size: 21px;
}

.Quote-form {
    gap: 14px;
}

.Quote-form-grid {
    gap: 12px;
    grid-template-columns: repeat(2, minmax(220px, 1fr));
}

.Quote-form label._wide {
    grid-column: 1 / -1;
}

.Quote-form input,
.Quote-form select,
.Quote-form textarea,
.Quote-filter input,
.Quote-filter select,
.Quote-search {
    border: 1px solid #d2dbe3;
    border-radius: 14px;
    min-height: 44px;
}

.Quote-app .Button,
.Quote-app .Button._secondary,
.Quote-cnpj-row .Button {
    align-items: center;
    background: #111827;
    border: 1px solid #111827;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-weight: 900;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
}

.Quote-app .Button:hover,
.Quote-app .Button._secondary:hover,
.Quote-cnpj-row .Button:hover {
    background: #edb400;
    border-color: #edb400;
    color: #111827;
}

.Quote-cnpj-row {
    align-items: end;
    grid-template-columns: minmax(0, 1fr) 172px;
}

.Quote-layout > aside .Quote-table-wrap,
.Quote-history .Quote-table-wrap {
    max-height: min(58vh, 620px);
    overflow-x: hidden;
    overflow-y: auto;
}

.Quote-table,
.Quote-items {
    min-width: 0;
    table-layout: fixed;
    width: 100%;
}

.Quote-table th,
.Quote-table td,
.Quote-items th,
.Quote-items td {
    padding: 9px 8px;
}

.Quote-table td,
.Quote-table small {
    overflow-wrap: anywhere;
}

#Quote-form.Quote-form,
.Quote-builder .Quote-form {
    align-items: start;
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(360px, .85fr) minmax(560px, 1.15fr);
    justify-content: stretch;
    margin: 0;
    max-width: none;
    width: 100%;
}

.Quote-builder .Quote-step {
    border-radius: 20px;
    min-height: 0;
    width: 100%;
}

.Quote-builder .Quote-step + .Quote-step {
    margin-top: 0;
}

.Quote-builder .Quote-step:nth-of-type(1) {
    grid-column: 1;
    grid-row: 1;
}

.Quote-builder .Quote-step:nth-of-type(2) {
    grid-column: 2;
    grid-row: 1 / span 2;
}

.Quote-builder .Quote-step:nth-of-type(3) {
    grid-column: 1;
    grid-row: 2;
}

.Quote-builder .Quote-step:nth-of-type(1) .Quote-form-grid,
.Quote-builder .Quote-step:nth-of-type(3) .Quote-form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.Quote-builder .Quote-step:nth-of-type(1) label._wide,
.Quote-builder .Quote-step:nth-of-type(3) label._wide {
    grid-column: 1 / -1;
}

.Quote-builder .Quote-items-wrap {
    max-height: 390px;
    overflow-x: hidden;
    overflow-y: auto;
}

#clientes .Quote-layout {
    grid-template-columns: minmax(0, 1.08fr) minmax(520px, .92fr);
}

#clientes #Quote-client-project-form,
#clientes #Quote-client-form {
    display: grid;
    justify-items: stretch;
    margin: 0;
    max-width: none;
    width: 100%;
}

#clientes #Quote-client-project-form > *,
#clientes #Quote-client-form > * {
    justify-self: stretch;
    max-width: none;
    width: 100%;
}

.Quote-panel-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.Quote-panel-actions .Button {
    min-height: 42px;
    padding-inline: 18px;
    white-space: nowrap;
}

.Quote-form-subhead {
    align-items: center;
    background: #f7fafb;
    border: 1px solid #dfe8ed;
    border-radius: 14px;
    display: flex;
    gap: 12px;
    padding: 14px;
}

.Quote-form-subhead span {
    align-items: center;
    background: #24a899;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    flex: 0 0 34px;
    font-size: 13px;
    font-weight: 900;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.Quote-form-subhead strong,
.Quote-form-subhead small {
    display: block;
}

.Quote-form-subhead strong {
    color: #113343;
    font-size: 16px;
    font-weight: 900;
}

.Quote-form-subhead small {
    color: #627485;
    margin-top: 2px;
}

#clientes .Quote-cnpj-row {
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(0, 1fr) 220px;
    width: 100%;
}

#clientes .Quote-cnpj-row label,
#clientes .Quote-cnpj-row .Button {
    width: 100%;
}

#clientes #Quote-client-project-form .Quote-form-grid,
#clientes #Quote-client-form .Quote-form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
}

#clientes #Quote-client-project-form label._wide,
#clientes #Quote-client-form label._wide {
    grid-column: 1 / -1;
}

.Quote-preview-drawer {
    border-radius: 16px;
}

.Quote-control-table td,
.Quote-control-table .Quote-stage-form {
    min-width: 0;
}

.Quote-row-actions {
    min-width: 0;
}

.Quote-revision-links,
.Quote-revision-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
}

.Quote-revision-bar {
    align-items: center;
    background: #f6fafb;
    border: 1px solid #dce7ec;
    border-radius: 14px;
    margin-bottom: 16px;
    padding: 10px 12px;
}

.Quote-revision-links a,
.Quote-revision-bar a {
    background: #eef4f6;
    border: 1px solid #d2dfe5;
    border-radius: 999px;
    color: #124455;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    padding: 7px 9px;
    text-decoration: none;
}

.Quote-revision-links a._active,
.Quote-revision-bar a._active {
    background: #124455;
    border-color: #124455;
    color: #fff;
}

.Quote-history .Quote-filter-inline {
    align-items: stretch;
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(0, 1fr) minmax(180px, 220px) 104px;
    width: 100%;
}

.Quote-history .Quote-filter-inline input,
.Quote-history .Quote-filter-inline select,
.Quote-history .Quote-filter-inline .Button {
    margin-top: 0;
    min-width: 0;
    width: 100%;
}

@media (max-width: 1380px) {
    .Quote-tabs {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .Quote-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    #clientes .Quote-layout,
    #clientes .Quote-cnpj-row {
        grid-template-columns: minmax(0, 1fr);
    }

    .Quote-builder .Quote-form {
        grid-template-columns: minmax(0, 1fr);
    }

    .Quote-builder .Quote-step:nth-of-type(1),
    .Quote-builder .Quote-step:nth-of-type(2),
    .Quote-builder .Quote-step:nth-of-type(3) {
        grid-column: 1;
        grid-row: auto;
    }
}

@media (max-width: 768px) {
    .Quote-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .Quote-sidebar {
        position: static;
    }

    .Quote-tabs {
        grid-template-columns: 1fr;
    }

    .Quote-form-grid,
    .Quote-cnpj-row,
    .Quote-filter-inline {
        grid-template-columns: 1fr;
    }

    .Quote-form label._wide {
        grid-column: auto;
    }
}

@media (max-width: 768px) {
    .Quote-items-wrap {
        overflow-x: visible;
    }

    .Quote-items {
        border-collapse: separate;
        display: block;
        min-width: 0;
        table-layout: auto;
        width: 100%;
    }

    .Quote-items thead {
        display: none;
    }

    .Quote-items tbody {
        display: grid;
        gap: 14px;
    }

    .Quote-items tr {
        background: #fff;
        border: 1px solid #d8e0e6;
        border-radius: 18px;
        display: grid;
        gap: 12px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 14px;
        position: relative;
    }

    .Quote-items td {
        border: 0;
        display: grid;
        gap: 6px;
        min-width: 0;
        padding: 0;
        width: auto !important;
    }

    .Quote-items td::before {
        color: #124455;
        content: attr(data-label);
        font-size: 11px;
        font-weight: 900;
        letter-spacing: .6px;
        line-height: 1.1;
        text-transform: uppercase;
    }

    .Quote-items td:nth-child(1),
    .Quote-items td:nth-child(2),
    .Quote-items td:nth-child(7) {
        grid-column: 1 / -1;
    }

    .Quote-items td:nth-child(8) {
        display: block;
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .Quote-items td:nth-child(8)::before {
        display: none;
    }

    .Quote-items td:first-child strong {
        color: #124455;
        font-size: 18px;
        line-height: 1.15;
        padding-right: 46px;
    }

    .Quote-items input,
    .Quote-items textarea,
    .Quote-items select {
        border-radius: 14px;
        font-size: 16px;
        min-height: 48px;
        width: 100%;
    }

    .Quote-items textarea {
        min-height: 96px;
        resize: vertical;
    }

    .Quote-line-total {
        align-content: center;
        color: #124455;
        font-size: 18px;
        font-weight: 900;
        min-height: 48px;
        white-space: normal;
    }

    .Quote-remove-item {
        height: 38px;
        width: 38px;
    }
}
