﻿/* Generated from styles.css. Shared and page-specific CSS split for faster loads. */

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  color: var(--white);
  background: rgba(16, 24, 22, 0.54);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(18px);
}

.nav-links {
  gap: 24px;
  font-size: 0.95rem;
}

.nav-links a {
  color: rgba(255, 255, 255, 0.84);
}

.nav-links a:hover {
  color: var(--white);
}

.header-action {
  justify-self: end;
  min-height: 42px;
  gap: 8px;
  padding: 10px 14px;
  color: var(--ink);
  background: var(--white);
  border-radius: 8px;
  font-weight: 800;
}

.photo-preview span {
  padding: 6px 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  background: var(--white);
  font-size: 0.85rem;
  font-weight: 800;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 16, 15, 0.82), rgba(10, 16, 15, 0.58) 46%, rgba(10, 16, 15, 0.2)),
    url("assets/hero-logistics.webp") center / cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: scale(1.01);
}

.hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
  width: min(1160px, calc(100vw - 36px));
  min-height: 82svh;
  margin: 0 auto;
  padding: 118px 0 54px;
}

.hero-copy {
  min-width: 0;
  max-width: 720px;
}

.hero-lede {
  max-width: 650px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 34px;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 600px;
  margin: 0;
}

.hero-metrics div {
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.hero-metrics dt {
  font-size: 1.65rem;
  font-weight: 950;
}

.hero-metrics dd {
  margin: 2px 0 0;
  color: rgba(255, 255, 255, 0.74);
}

.hero-panel,
.request-panel,
.dashboard-panel,
.customer-info-panel,
.price-card,
.lead-form,
.feature-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.hero-panel {
  color: var(--ink);
  padding: 18px;
}

.insight-band {
  background: var(--ink);
  color: var(--white);
}

.section-inner {
  width: min(1160px, calc(100vw - 36px));
  margin: 0 auto;
}

.simple-page {
  padding-top: 72px;
}

.legal-page {
  max-width: 880px;
  padding-top: 48px;
  padding-bottom: 80px;
}

.legal-page h1 {
  margin-bottom: 18px;
  font-size: clamp(2.2rem, 5vw, 4rem);
}

.legal-page h2 {
  margin: 34px 0 10px;
  color: var(--ink);
  font-size: 1.2rem;
}

.legal-page p {
  color: var(--muted);
  line-height: 1.75;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.flow-grid,
.product-grid,
.access-grid,
.operation-grid,
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.product-section {
  background: #ffffff;
}

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

.entry-form {
  display: grid;
  gap: 10px;
  margin-top: auto;
}

.entry-form input {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8faf7;
}

.operation-section {
  background: #ffffff;
}

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

.operation-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 238px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #f8faf7);
}

.operation-card span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  color: var(--teal-dark);
  background: #dff2ed;
  border-radius: 8px;
  font-weight: 950;
}

.operation-card p {
  color: var(--muted);
}

.route-section {
  background: #f7faf5;
}

.route-grid,
.route-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.route-grid {
  margin-bottom: 14px;
}

.route-grid span,
.route-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 12px;
  border-radius: 8px;
  font-weight: 900;
}

.route-grid span {
  color: var(--white);
  background: var(--teal-dark);
}

.route-strip span {
  color: var(--teal-dark);
  background: #dff2ed;
}

.company-public-section {
  background: #f5f8f6;
}

.company-public-shell {
  display: grid;
  gap: clamp(18px, 3vw, 26px);
}

.company-public-hero-card {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: clamp(18px, 4vw, 42px);
  align-items: end;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 42px rgba(16, 42, 35, 0.08);
}

.company-public-intro {
  display: grid;
  gap: 12px;
}

.company-public-intro h2 {
  margin: 0;
  max-width: 780px;
}

.company-public-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.78fr);
  gap: clamp(22px, 5vw, 54px);
  align-items: start;
}

.company-public-actions,
.company-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.company-public-actions {
  margin-top: 22px;
}

.company-public-body-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.78fr);
  gap: 16px;
  align-items: stretch;
}

.company-public-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

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

.company-confidence-grid article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 4px 10px;
  align-items: start;
  min-height: 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8faf7;
}

.company-confidence-grid svg,
.company-trust-panel svg {
  grid-row: span 2;
  width: 32px;
  height: 32px;
  padding: 7px;
  color: var(--teal-dark);
  background: #dff2ed;
  border-radius: 8px;
}

.company-confidence-grid strong {
  color: var(--ink);
  font-size: 0.95rem;
  line-height: 1.2;
}

.company-confidence-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.company-delivery-stats-panel {
  align-content: start;
}

.company-delivery-chart {
  display: grid;
  gap: 10px;
}

.delivery-chart-row {
  display: grid;
  grid-template-columns: minmax(150px, 0.34fr) minmax(180px, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-width: 0;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96));
}

.delivery-chart-row span {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.delivery-chart-row strong {
  color: var(--ink);
  font-size: 1.02rem;
}

.delivery-chart-track {
  position: relative;
  height: 11px;
  overflow: hidden;
  border-radius: 999px;
  background: #e8eef3;
}

.delivery-chart-track b {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--public-button-color, #ff932f), #145c8b);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.34) inset;
}

.delivery-chart-empty {
  display: grid;
  justify-items: start;
  gap: 8px;
  padding: 20px;
  border: 1px dashed var(--line);
  border-radius: 8px;
  background: #f8faf7;
}

.delivery-chart-empty svg {
  width: 42px;
  height: 42px;
  padding: 10px;
  color: var(--teal-dark);
  background: #dff2ed;
  border-radius: 8px;
}

.delivery-chart-empty strong {
  color: var(--ink);
}

.delivery-chart-empty p {
  margin: 0;
  color: var(--muted);
}

.company-about-card,
.company-contact-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 0;
  padding: clamp(18px, 3vw, 24px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.company-about-card h3,
.company-contact-card h3 {
  margin: 0;
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
}

.company-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.company-public-card {
  display: grid;
  gap: 14px;
  padding: clamp(18px, 3vw, 24px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8faf7;
}

.company-public-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.company-public-facts div {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8faf7;
}

.company-public-facts dt {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.company-public-facts dd {
  margin: 5px 0 0;
  font-weight: 900;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.company-trust-panel {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(16, 92, 132, 0.16);
  border-radius: 8px;
  background: var(--white);
}

.company-trust-panel strong {
  color: var(--ink);
}

.company-trust-panel ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.company-trust-panel li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 850;
}

.company-city-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.company-city-list span {
  padding: 7px 9px;
  border-radius: 8px;
  color: var(--teal-dark);
  background: #dff2ed;
  font-size: 0.88rem;
  font-weight: 900;
}

.company-social-links a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 7px;
  padding: 9px 11px;
  color: var(--teal-dark);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8faf7;
  font-weight: 900;
  text-decoration: none;
}

.company-social-links svg {
  width: 18px;
  height: 18px;
  stroke-width: 2.4;
}

.company-tracking-box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-items: end;
  margin: 0;
  padding: clamp(18px, 3vw, 24px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.company-tracking-box strong {
  display: block;
  margin-bottom: 4px;
}

.company-tracking-box p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.company-public-service-panel {
  display: grid;
  gap: 14px;
  padding: clamp(18px, 3vw, 24px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.company-public-service-panel h3 {
  margin: 0;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
}

.feature-card {
  min-height: 218px;
  padding: 22px;
  box-shadow: none;
}

.order-section {
  background: #edf3ef;
}

body.company-public-mode .order-section {
  padding-top: clamp(42px, 6vw, 78px);
}

.order-section .section-heading {
  max-width: 940px;
}

.order-section .section-heading h2 {
  max-width: 760px;
}

.order-company-context {
  display: inline-flex;
  max-width: 760px;
  margin: 2px 0 0;
  padding: 10px 12px;
  color: #42554f;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid #d6e1df;
  border-left: 4px solid var(--teal);
  border-radius: 8px;
  font-weight: 850;
}

body.order-app-mode {
  background: #edf3ef;
}

body.order-app-mode .order-section {
  min-height: 100svh;
  padding: 0;
  background:
    linear-gradient(180deg, #edf3ef 0%, #f8faf7 100%);
}

body.order-app-mode .order-layout {
  grid-template-columns: minmax(0, 760px);
  justify-content: center;
}

body.order-app-mode .order-section .section-inner {
  width: min(760px, 100%);
  min-height: 100svh;
  display: grid;
  align-content: start;
}

body.order-app-mode .section-heading {
  display: none;
}

body.order-app-mode .request-panel {
  min-height: 100svh;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.order-app-header {
  display: none;
}

body.order-app-mode .order-app-header {
  display: grid;
  gap: 12px;
  margin: -6px 0 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid #d6e1df;
}

.order-app-header > a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 7px;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 900;
}

.order-app-header > a svg {
  width: 16px;
  height: 16px;
}

.order-app-brand {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.order-app-logo {
  width: 52px;
  height: 52px;
  object-fit: contain;
  padding: 7px;
  background: #ffffff;
  border: 1px solid #d6e1df;
  border-radius: 8px;
}

.order-app-brand strong {
  display: block;
  color: var(--ink);
  font-size: 1.08rem;
  line-height: 1.15;
}

.order-app-brand small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-weight: 850;
}

.order-section .section-inner {
  width: min(1420px, calc(100vw - 48px));
}

.order-layout {
  display: grid;
  grid-template-columns: minmax(660px, 1.28fr) minmax(320px, 0.72fr);
  gap: clamp(22px, 3vw, 36px);
  align-items: start;
}

.request-panel,
.dashboard-panel,
.customer-info-panel,
.lead-form {
  padding: clamp(18px, 3vw, 26px);
}

.request-panel {
  padding: clamp(24px, 3.2vw, 38px);
}

.request-panel label {
  gap: 9px;
  margin-bottom: 18px;
}

.request-panel input,
.request-panel textarea,
.request-panel select {
  min-height: 52px;
  padding: 13px 14px;
  font-size: 0.96rem;
}

.request-panel textarea {
  min-height: 132px;
}

.request-stepper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 2px 0 20px;
}

.request-stepper button {
  display: grid;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 6px;
  color: var(--muted);
  background: #edf3ef;
  border: 1px solid #d6e1df;
  border-radius: 8px;
  font-size: 0.86rem;
  font-weight: 950;
  cursor: pointer;
}

.request-stepper button:disabled {
  opacity: 0.52;
  cursor: not-allowed;
}

.request-stepper span {
  line-height: 1;
}

.request-stepper small {
  font-size: 0.68rem;
  line-height: 1;
}

.request-step {
  display: none;
}

.request-step h4 {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: clamp(1.16rem, 2vw, 1.38rem);
}

.request-step-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  align-items: center;
  margin-top: 20px;
}

.request-step-actions.is-final #request-next-step {
  display: none;
}

.request-step-actions.is-first #request-prev-step {
  display: none;
}

.place-search-field {
  position: relative;
}

.place-helper {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.place-suggestions {
  position: absolute;
  z-index: 45;
  top: calc(100% - 12px);
  left: 0;
  right: 0;
  display: grid;
  max-height: 260px;
  overflow: auto;
  padding: 6px;
  background: #ffffff;
  border: 1px solid #d6e1df;
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(7, 23, 38, 0.18);
}

.place-suggestion {
  display: grid;
  gap: 3px;
  width: 100%;
  padding: 10px 11px;
  color: #0f1f2e;
  text-align: left;
  background: transparent;
  border: 0;
  border-radius: 7px;
  cursor: pointer;
}

.place-suggestion:hover,
.place-suggestion:focus {
  background: #eef7f3;
  outline: none;
}

.place-suggestion strong {
  font-size: 0.9rem;
}

.place-suggestion span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.orders-list {
  display: grid;
  gap: 12px;
  margin-bottom: 16px;
}

.order-item {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.order-route {
  color: var(--muted);
}

.payment-link {
  width: fit-content;
  color: var(--teal-dark);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.order-actions button,
.order-actions a,
.icon-btn {
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  cursor: pointer;
  font-weight: 850;
}

.order-actions button,
.order-actions a {
  display: inline-flex;
  align-items: center;
  padding: 8px 10px;
}

.order-actions button:hover,
.order-actions a:hover,
.icon-btn:hover {
  border-color: var(--teal);
}

.customer-step-list {
  display: grid;
  gap: 12px;
}

.customer-step-list div {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 4px 12px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8faf7;
}

.customer-step-list span {
  grid-row: span 2;
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  color: var(--teal-dark);
  background: #dff2ed;
  border-radius: 8px;
  font-weight: 950;
}

.customer-step-list strong {
  align-self: end;
}

.customer-step-list p {
  margin-bottom: 0;
  color: var(--muted);
}

.icon-btn {
  justify-content: center;
  width: 42px;
  padding: 0;
}

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

.price-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 310px;
  padding: 24px;
  box-shadow: none;
}

.price-card.is-highlight {
  border-color: var(--yellow);
  box-shadow: 0 18px 48px rgba(245, 200, 66, 0.24);
}

.price-card strong {
  font-size: 2rem;
}

.beta-section {
  color: var(--white);
  background: var(--teal-dark);
}

.beta-grid p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
}

.lead-form {
  color: var(--ink);
  box-shadow: none;
}

.verify-shell {
  align-items: center;
}

.verify-card {
  align-content: start;
}

.verify-status {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f5f9f7;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 26px clamp(18px, 4vw, 56px);
  color: rgba(255, 255, 255, 0.72);
  background: var(--ink);
}

.site-footer span:first-child {
  color: var(--white);
  font-weight: 900;
}

.site-header {
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(12, 18, 16, 0.76);
  border-bottom-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.16);
}

.nav-links {
  min-height: 42px;
  padding: 4px;
  gap: 4px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.nav-links a {
  padding: 8px 12px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}

.nav-links a:hover {
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
}

.header-action {
  color: #111713;
  background: linear-gradient(180deg, #ffffff, #edf1eb);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
}

.hero-bg {
  background:
    linear-gradient(90deg, rgba(9, 14, 13, 0.92), rgba(9, 14, 13, 0.74) 48%, rgba(9, 14, 13, 0.34)),
    linear-gradient(180deg, rgba(9, 14, 13, 0.08), rgba(9, 14, 13, 0.42)),
    url("assets/hero-logistics.webp") center / cover;
  filter: saturate(0.88) contrast(1.04);
}

.hero-content {
  grid-template-columns: minmax(0, 0.98fr) minmax(360px, 480px);
  align-items: center;
  width: min(1220px, calc(100vw - 40px));
  min-height: 92svh;
  padding: 132px 0 66px;
}

.hero-copy {
  max-width: 780px;
}

.hero-lede {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.08rem, 1.8vw, 1.32rem);
}

.hero-metrics {
  max-width: 720px;
  gap: 10px;
}

.hero-metrics div {
  min-height: 92px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.hero-metrics dt {
  font-size: clamp(1.15rem, 2vw, 1.45rem);
}

.hero-panel {
  position: relative;
  padding: 22px;
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(16px);
}

.hero-panel::before {
  content: "";
  position: absolute;
  inset: 10px 10px auto;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--yellow), var(--teal), var(--blue));
}

.insight-band {
  background: #111713;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.insight-band .section-inner {
  padding: 6px 0;
}

.insight-band h2 {
  max-width: 640px;
}

.product-section {
  background: #ffffff;
}

.section-heading {
  max-width: 830px;
}

.section-heading h2 {
  max-width: 900px;
}

.feature-card,
.operation-card,
.price-card {
  border-color: #dce5dd;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(20, 25, 22, 0.08);
}

.feature-card {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 240px;
  padding: 26px;
}

.operation-section {
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(17, 23, 19, 0.96), rgba(17, 23, 19, 0.92)),
    url("assets/hero-logistics.webp") center / cover fixed;
}

.operation-card {
  min-height: 260px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
}

.operation-card span {
  color: #111713;
  background: linear-gradient(180deg, #ffe28a, var(--yellow));
}

.route-section {
  background: #f2f5ef;
}

.route-grid span {
  color: #ffffff;
  background: #111713;
}

.route-strip span {
  color: #173f5b;
  background: #e2edf3;
}

.pricing-section {
  background: #ffffff;
}

.pricing-grid {
  align-items: stretch;
}

.price-card {
  min-height: 330px;
  padding: 28px;
}

.price-card.is-highlight {
  border-color: rgba(217, 164, 65, 0.62);
  background: linear-gradient(180deg, #fffdf5, #ffffff);
  box-shadow: 0 24px 60px rgba(217, 164, 65, 0.18);
}

.price-card strong {
  color: #111713;
  font-size: clamp(2rem, 4vw, 2.6rem);
}

.beta-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(10, 79, 74, 0.96), rgba(20, 25, 22, 0.94)),
    url("assets/hero-logistics.webp") center / cover;
}

.beta-section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(242, 201, 76, 0.58), transparent);
}

.beta-grid {
  position: relative;
}

.lead-form {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
}

.site-header {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  border-bottom-color: #e5ece8;
  box-shadow: 0 10px 26px rgba(20, 25, 22, 0.08);
}

.nav-links {
  background: transparent;
  border-color: transparent;
}

.nav-links a {
  color: #4d5a55;
  font-weight: 850;
}

.nav-links a:hover {
  color: var(--teal-dark);
  background: #edf7f4;
}

.header-action {
  color: var(--white);
  background: var(--teal-dark);
  border-color: var(--teal-dark);
  box-shadow: none;
}

.hero-bg {
  background:
    linear-gradient(90deg, rgba(8, 48, 46, 0.86), rgba(8, 84, 76, 0.72) 44%, rgba(8, 84, 76, 0.16)),
    url("assets/hero-logistics.webp") center / cover;
  filter: saturate(1) contrast(1);
}

.hero-content {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 430px);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  width: min(1180px, calc(100vw - 36px));
  min-height: 86svh;
  padding: 138px 0 76px;
}

.hero-copy {
  max-width: 760px;
}

.hero-lede {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.9);
}

.hero-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
  max-width: 760px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.hero-benefits li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  min-height: 42px;
  padding: 10px 12px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  font-weight: 850;
  backdrop-filter: blur(10px);
}

.hero-benefits svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  color: #ffe28a;
}

.hero-actions {
  margin-bottom: 24px;
}

.hero-metrics {
  max-width: 760px;
}

.hero-metrics div {
  min-height: 82px;
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(255, 255, 255, 0.68);
  backdrop-filter: blur(12px);
}

.hero-metrics dt {
  color: var(--teal-dark);
}

.hero-metrics dd {
  color: #52615c;
  font-weight: 760;
}

.hero-signup-card {
  padding: clamp(20px, 3vw, 28px);
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 68px rgba(8, 48, 46, 0.18);
}

.hero-signup-card h2 {
  margin-bottom: 8px;
  color: var(--ink);
  font-size: clamp(1.85rem, 3vw, 2.5rem);
}

.hero-signup-card > p {
  margin-bottom: 18px;
  color: var(--muted);
}

.hero-lead-form {
  display: grid;
  gap: 12px;
}

.hero-lead-form label {
  margin-bottom: 0;
}

.quick-start-section {
  position: relative;
  z-index: 2;
  margin-top: -46px;
  padding: 0 0 clamp(52px, 7vw, 88px);
}

.quick-start-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 42px);
  align-items: center;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid #dce8e3;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 22px 60px rgba(20, 25, 22, 0.12);
}

.quick-start-card h2 {
  margin-bottom: 0;
  font-size: clamp(1.65rem, 3vw, 2.45rem);
}

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

.quick-start-grid div {
  min-height: 156px;
  padding: 16px;
  border: 1px solid #dfe9e4;
  border-radius: 8px;
  background: #f6fbf9;
}

.quick-start-grid span {
  display: inline-flex;
  min-width: 34px;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  color: var(--white);
  background: var(--teal);
  border-radius: 8px;
  font-weight: 950;
}

.quick-start-grid strong {
  display: block;
  margin-bottom: 5px;
}

.quick-start-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.platform-strip {
  padding: 0 0 clamp(50px, 7vw, 84px);
  background: #f7fbf9;
}

.platform-strip-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0;
  border-top: 1px solid #dde8e2;
  border-bottom: 1px solid #dde8e2;
}

.platform-strip-inner > span {
  color: var(--muted);
  font-weight: 900;
}

.platform-strip-inner div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.platform-strip-inner strong {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 7px 10px;
  color: var(--teal-dark);
  background: #e4f4f0;
  border: 1px solid #c8e5de;
  border-radius: 8px;
  font-size: 0.86rem;
}

.insight-band {
  color: var(--ink);
  background: #ffffff;
  border-top: 1px solid #e4ece7;
  border-bottom: 1px solid #e4ece7;
}

.product-section,
.pricing-section {
  background: #f7fbf9;
}

.operation-section {
  color: var(--ink);
  background: #ffffff;
}

.operation-card {
  background: #f7fbf9;
}

.simulator-section {
  background: #eef7f4;
}

.simulator-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(340px, 0.72fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
}

.simulator-card {
  padding: clamp(18px, 3vw, 26px);
  border: 1px solid #d8e5df;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 56px rgba(20, 25, 22, 0.1);
}

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

.simulator-fields label {
  margin-bottom: 0;
}

.simulator-fields input[readonly] {
  color: #33423d;
  background: #f7fbf9;
}

.simulator-result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 16px;
  padding: 14px;
  color: var(--white);
  background: var(--teal-dark);
  border-radius: 8px;
}

.simulator-result span {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 850;
}

.route-section {
  background: #eef7f4;
}

.route-grid span {
  background: var(--teal-dark);
}

.price-card {
  background: #ffffff;
}

.price-card.is-highlight {
  border-color: #f0c96c;
  background: #fffaf0;
}

.beta-section {
  color: var(--ink);
  background: #ffffff;
}

.beta-grid p {
  color: var(--muted);
}

.lead-form {
  border-color: #dde8e2;
  background: #f8fbf9;
  box-shadow: 0 20px 56px rgba(20, 25, 22, 0.08);
}

.cadastro-cta-card {
  display: grid;
  align-content: start;
  gap: 12px;
}

.cadastro-cta-card h3 {
  margin-bottom: 0;
}

@media (max-width: 1100px) {
.order-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 960px) {
.site-header {
    grid-template-columns: minmax(0, 1fr) auto;
  }

.nav-links {
    display: none;
  }

.hero-panel {
    max-width: 560px;
  }

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

.product-grid,
  .access-grid,
  .operation-grid,
  .quick-start-grid,
  .simulator-fields {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
body.order-app-mode {
    background: #edf3ef;
  }

body.order-app-mode .order-section {
    min-height: 100svh;
    padding: 0;
  }

body.order-app-mode .order-section .section-inner {
    width: 100%;
  }

body.order-app-mode .section-heading {
    display: none;
  }

body.order-app-mode .order-layout {
    grid-template-columns: minmax(0, 1fr);
  }

.site-header {
    padding: 12px 14px;
    gap: 12px;
  }

.header-action {
    display: none;
  }

.hero-content {
    min-height: 86svh;
    padding-top: 98px;
    padding-bottom: 36px;
  }

.hero-lede {
    font-size: 1rem;
  }

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

.order-section .section-inner {
    width: min(100% - 24px, 640px);
  }

.request-panel {
    padding: 18px 16px;
  }

body.order-app-mode .request-panel {
    min-height: 100svh;
    padding: 14px 16px;
  }

.request-panel label {
    margin-bottom: 16px;
  }

.request-panel input,
  .request-panel textarea,
  .request-panel select {
    min-height: 50px;
    font-size: 16px;
    line-height: 1.25;
  }

.request-stepper {
    position: sticky;
    z-index: 20;
    top: 0;
    margin: 0 0 16px;
    padding: 6px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid #d6e1df;
    border-radius: 8px;
    backdrop-filter: blur(10px);
  }

.request-stepper button {
    min-height: 42px;
    font-size: 0.82rem;
  }

.request-stepper small {
    font-size: 0.64rem;
  }

.request-step h4 {
    margin-bottom: 14px;
    font-size: 1.24rem;
  }

.request-step-actions,
  .request-step-actions.is-final {
    position: static;
    display: flex;
    justify-content: flex-end;
    max-width: none;
    margin: 22px 0 0 auto;
    padding: 0;
    background: transparent;
    border-top: 0;
    backdrop-filter: none;
  }

.request-step-actions.is-first #request-next-step {
    min-width: 168px;
  }

.order-contract-summary li {
    grid-template-columns: 1fr;
  }

.place-suggestions {
    position: static;
    max-height: 220px;
    margin-top: -8px;
  }

.company-public-detail-grid {
    grid-template-columns: 1fr;
  }

.company-about-card,
  .company-contact-card {
    min-height: auto;
  }

.company-public-hero-card,
  .company-about-card,
  .company-contact-card,
  .company-tracking-box,
  .company-public-service-panel {
    padding: 18px;
  }

.company-public-actions,
  .company-contact-actions,
  .company-social-links {
    align-items: stretch;
    flex-direction: column;
  }

.quick-start-section {
    margin-top: 0;
    padding-top: 18px;
  }

.quick-start-card {
    padding: 18px;
  }

.platform-strip-inner div {
    justify-content: flex-start;
  }

.hero-panel {
    display: none;
  }

.feature-card {
    min-height: auto;
  }
}

.site-header {
  background: rgba(7, 23, 38, 0.66);
  border-bottom-color: rgba(255, 255, 255, 0.18);
}

.site-header .nav-links a {
  color: rgba(255, 255, 255, 0.86);
}

.site-header .nav-links a:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
}

.hero-bg {
  background:
    linear-gradient(90deg, rgba(5, 18, 32, 0.93), rgba(5, 18, 32, 0.74) 43%, rgba(5, 18, 32, 0.18)),
    linear-gradient(180deg, rgba(5, 18, 32, 0.04), rgba(5, 18, 32, 0.42)),
    url("assets/mfo-hero-terminal.webp") center / cover;
  filter: saturate(1.04) contrast(1.02);
}

.header-action {
  color: var(--white);
  background: var(--teal-dark);
}

.route-section {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(5, 18, 32, 0.9), rgba(5, 18, 32, 0.7) 48%, rgba(5, 18, 32, 0.32)),
    url("assets/mfo-hero-road.webp") center / cover;
}

.route-section .section-inner {
  position: relative;
}

.route-section .route-grid span {
  color: #0b2034;
  background: #ffffff;
}

.route-section .route-strip span {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}

@media (max-width: 720px) {
.hero-bg {
    background:
      linear-gradient(180deg, rgba(5, 18, 32, 0.92), rgba(5, 18, 32, 0.58)),
      url("assets/mfo-hero-terminal.webp") 36% center / cover;
  }
}

.site-header {
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: clamp(14px, 2vw, 28px);
  padding: 10px clamp(18px, 4vw, 54px);
  background: rgba(7, 23, 38, 0.82);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 46px rgba(2, 12, 24, 0.22);
}

.site-header .nav-links {
  justify-self: center;
  gap: 3px;
  min-height: 44px;
  padding: 4px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  backdrop-filter: blur(14px);
}

.site-header .nav-links a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 11px;
  color: rgba(255, 255, 255, 0.84);
  border-radius: 7px;
  font-size: 0.9rem;
  font-weight: 900;
  white-space: nowrap;
}

.site-header .nav-links a:hover,
.site-header .nav-links a[aria-current="page"] {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
}

.header-actions {
  display: inline-flex;
  justify-self: end;
  align-items: center;
  gap: 8px;
}

.header-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  gap: 8px;
  padding: 10px 13px;
  border-radius: 8px;
  font-size: 0.92rem;
  font-weight: 950;
  white-space: nowrap;
}

.header-action {
  color: #ffffff;
  background: rgba(15, 76, 117, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

.header-action svg {
  width: 18px;
  height: 18px;
}

.info-body {
  min-height: 100svh;
  background: var(--paper);
}

.info-hero {
  position: relative;
  min-height: 78svh;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(5, 18, 32, 0.94), rgba(5, 18, 32, 0.72) 50%, rgba(5, 18, 32, 0.24)),
    url("assets/mfo-logistics-dock.webp") center / cover;
}

.info-hero-how {
  background:
    linear-gradient(90deg, rgba(5, 18, 32, 0.94), rgba(5, 18, 32, 0.7) 48%, rgba(5, 18, 32, 0.26)),
    url("assets/mfo-hero-terminal.webp") center / cover;
}

.info-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 420px);
  gap: clamp(28px, 6vw, 76px);
  align-items: center;
  width: min(1180px, calc(100vw - 36px));
  min-height: 78svh;
  margin: 0 auto;
  padding: 128px 0 70px;
}

.info-hero h1 {
  max-width: 780px;
  font-size: clamp(3rem, 7vw, 6.2rem);
}

.info-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.info-hero-card {
  display: grid;
  gap: 10px;
  padding: clamp(20px, 3vw, 30px);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(2, 12, 24, 0.24);
}

.info-hero-card span {
  color: var(--teal);
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.info-hero-card strong {
  color: var(--blue);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
}

.info-hero-card p {
  margin: 0;
  color: var(--muted);
}

.info-hero .info-hero-card p {
  color: var(--muted);
  font-size: 1rem;
}

.info-section {
  padding: clamp(58px, 8vw, 92px) 0;
  background: #ffffff;
}

.info-split-section {
  background: #f5f8fb;
}

.info-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: start;
}

.info-card-list,
.process-grid,
.role-table {
  display: grid;
  gap: 14px;
}

.info-card,
.process-card,
.role-table div {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(7, 24, 39, 0.08);
}

.info-card h3,
.process-card h3 {
  margin: 0;
}

.info-card p,
.process-card p,
.role-table span {
  margin: 0;
  color: var(--muted);
}

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

.process-card {
  min-height: 210px;
}

.process-card span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  color: #111827;
  background: linear-gradient(180deg, #ffb057, var(--yellow));
  border-radius: 8px;
  font-weight: 950;
}

.role-table div {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.role-table strong {
  color: var(--blue);
}

.info-band {
  padding: clamp(52px, 8vw, 84px) 0;
  color: #ffffff;
  background: var(--teal-dark);
}

.info-band-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.info-band-inner h2 {
  max-width: 720px;
}

.info-band-inner p {
  max-width: 740px;
  color: rgba(255, 255, 255, 0.76);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto auto;
  align-items: center;
  gap: 20px;
  padding: 28px clamp(18px, 4vw, 56px);
  color: rgba(255, 255, 255, 0.72);
  background: #071726;
}

.site-footer div {
  display: grid;
  gap: 4px;
}

.site-footer strong {
  color: #ffffff;
  font-weight: 950;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-weight: 850;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.86);
}

.site-footer a:hover {
  color: #ffffff;
}

@media (max-width: 1080px) {
.site-header {
    grid-template-columns: auto minmax(0, 1fr);
  }

.site-header .nav-links {
    display: none;
  }

.header-actions {
    justify-self: end;
  }

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

@media (max-width: 760px) {
.site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 9px 12px;
  }

.header-action {
    display: inline-flex;
    min-height: 40px;
    padding: 9px 11px;
  }

.info-hero-inner,
  .info-grid {
    grid-template-columns: 1fr;
  }

.info-hero-inner {
    padding-top: 116px;
  }

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

.role-table div {
    grid-template-columns: 1fr;
  }

.info-band-inner,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    grid-template-columns: 1fr;
  }
}

.quick-start-grid > div > svg,
.operation-card > svg,
.process-card > svg,
.customer-step-list > div > svg {
  display: inline-flex;
  width: 42px;
  height: 42px;
  padding: 10px;
  color: var(--teal-dark);
  background: #e6f1f7;
  border-radius: 8px;
  stroke-width: 2.2;
}

.quick-start-grid > div > svg {
  margin-bottom: 12px;
  color: #ffffff;
  background: var(--teal);
}

.operation-card > svg {
  color: #111827;
  background: linear-gradient(180deg, #ffb057, var(--yellow));
}

.process-card > svg {
  margin-bottom: 18px;
  color: #111827;
  background: linear-gradient(180deg, #ffb057, var(--yellow));
}

.customer-step-list > div > svg {
  grid-row: span 2;
  width: 38px;
  height: 38px;
  padding: 9px;
  color: var(--teal-dark);
  background: #dff2ed;
}

.site-header {
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 22px;
  min-height: 78px;
  padding: 10px clamp(18px, 4vw, 56px);
  color: #ffffff;
  background: rgba(7, 23, 38, 0.88);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 50px rgba(7, 23, 38, 0.16);
}

body.company-public-mode.has-company-logo .site-header {
  min-height: 64px;
  padding-top: 6px;
  padding-bottom: 6px;
}

body.company-public-mode .hero-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.site-header .nav-links {
  justify-self: center;
  padding: 5px;
  gap: 2px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  backdrop-filter: blur(16px);
}

.site-header .nav-links a {
  min-height: 38px;
  padding: 8px 14px;
  color: rgba(255, 255, 255, 0.82);
  border-radius: 999px;
}

.site-header .nav-links a:hover,
.site-header .nav-links a[aria-current="page"] {
  color: #071726;
  background: #ffffff;
}

.header-actions {
  gap: 10px;
}

.mobile-menu-backdrop {
  position: absolute;
  inset: 0;
  cursor: pointer;
  background: rgba(7, 23, 38, 0.52);
  border: 0;
}

.mobile-menu-panel {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  width: min(360px, calc(100vw - 24px));
  max-height: calc(100vh - 24px);
  gap: 6px;
  padding: 16px;
  overflow: auto;
  background: #ffffff;
  border: 1px solid rgba(7, 23, 38, 0.1);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(7, 23, 38, 0.28);
  transform: translateY(-8px);
  transition: transform 0.18s ease;
}

.mobile-menu-close {
  justify-self: end;
  color: #071726;
  background: #eef5f3;
  border: 1px solid #dce8e4;
}

.hero-content {
  position: relative;
  z-index: 1;
  padding-top: 138px;
  padding-bottom: 92px;
}

.hero-copy {
  max-width: 700px;
}

.hero-benefits {
  display: grid;
  gap: 10px;
}

.hero-benefits li {
  width: fit-content;
  max-width: 100%;
  padding: 10px 14px 10px 10px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  backdrop-filter: blur(14px);
}

.hero-signup-card {
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 28px 80px rgba(7, 23, 38, 0.34);
}

.quick-start-card {
  border: 1px solid rgba(7, 23, 38, 0.08);
  box-shadow: 0 22px 70px rgba(7, 23, 38, 0.1);
}

.platform-strip {
  padding: 18px 0;
  background: #071726;
}

.platform-strip-inner {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.trust-section {
  padding: 32px 0 46px;
  background: #ffffff;
  border-bottom: 1px solid var(--line);
}

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

.trust-card {
  display: grid;
  align-content: start;
  min-height: 182px;
  gap: 10px;
  padding: 20px;
  background: #ffffff;
  border: 1px solid #dfe8e4;
  border-radius: 8px;
  box-shadow: 0 14px 38px rgba(7, 23, 38, 0.08);
}

.trust-card svg {
  width: 42px;
  height: 42px;
  padding: 10px;
  color: #111827;
  background: linear-gradient(180deg, #ffb057, var(--yellow));
  border-radius: 8px;
}

.trust-card strong {
  color: #071726;
  font-weight: 950;
}

.trust-card p {
  margin: 0;
  color: var(--muted);
}

.feature-card,
.operation-card,
.info-card,
.process-card,
.role-table div,
.quick-start-grid > div,
.trust-card {
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

@media (hover: hover) {
.feature-card:hover,
  .operation-card:hover,
  .info-card:hover,
  .process-card:hover,
  .quick-start-grid > div:hover,
  .trust-card:hover {
    transform: translateY(-2px);
    border-color: rgba(14, 118, 109, 0.32);
    box-shadow: 0 22px 60px rgba(7, 23, 38, 0.12);
  }
}

.process-flow .process-card {
  position: relative;
  overflow: hidden;
}

.process-flow .process-card::after {
  content: "";
  position: absolute;
  top: 41px;
  right: -8px;
  width: 18px;
  height: 2px;
  background: var(--yellow);
  opacity: 0.9;
}

.process-flow .process-card:nth-child(3n)::after,
.process-flow .process-card:last-child::after {
  display: none;
}

.site-footer {
  grid-template-columns: minmax(280px, 1fr) auto auto;
  gap: 22px;
  padding: 30px clamp(18px, 4vw, 56px);
  background:
    radial-gradient(circle at left top, rgba(14, 118, 109, 0.2), transparent 34%),
    #071726;
}

.footer-brand {
  display: flex !important;
  align-items: center;
  gap: 14px;
}

.footer-brand > div {
  display: grid;
  gap: 2px;
}

.footer-logo {
  width: 118px;
  height: 42px;
  padding: 3px 6px;
  object-fit: contain;
  background: #ffffff;
  border-radius: 8px;
}

@media (max-width: 1180px) {
.site-header .nav-links {
    display: none;
  }

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

@media (max-width: 760px) {
.site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 68px;
    gap: 10px;
    padding: 8px 12px;
  }

.header-actions {
    gap: 8px;
  }

.header-action {
    min-height: 40px;
    padding: 8px 11px;
  }

.hero-content {
    padding-top: 106px;
    padding-bottom: 58px;
  }

.hero-benefits li {
    width: 100%;
  }

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

.process-flow .process-card::after {
    display: none;
  }

.site-footer {
    grid-template-columns: 1fr;
  }

.footer-brand {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 760px) {
.site-header .header-action {
    display: none;
  }

.hero-content {
    grid-template-columns: minmax(0, 1fr);
    width: min(100%, calc(100vw - 36px));
    min-height: auto;
  }

.hero-copy,
  .hero-lede,
  .hero-benefits,
  .hero-actions,
  .hero-metrics {
    min-width: 0;
    max-width: 100%;
  }

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

.hero-benefits li,
  .hero-lede {
    overflow-wrap: anywhere;
  }

.hero-benefits li {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    min-width: 0;
  }

.hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

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

.info-hero h1 {
  font-size: 4.75rem;
  line-height: 1.02;
}

.info-hero-card strong {
  font-size: 3rem;
  line-height: 1.02;
}

.hero-content {
  min-height: 720px;
  padding-top: 112px;
  padding-bottom: 46px;
}

@media (max-width: 1080px) {
.hero-content {
    min-height: auto;
  }

.info-hero h1 {
    font-size: 4rem;
  }

.info-hero-card strong {
    font-size: 2.55rem;
  }
}

@media (max-width: 760px) {
.info-hero h1 {
    font-size: 3.15rem;
  }

.info-hero-card strong {
    font-size: 2.35rem;
  }
}

.order-success-card > svg {
  background: var(--green);
}

.order-success-card #order-success-id {
  color: var(--teal-dark);
  font-size: 1.28rem;
}

.hero-content {
  min-height: 680px;
  padding-top: 104px;
  padding-bottom: 34px;
}

.quick-start-section {
  z-index: 1;
  margin-top: 0;
  padding: clamp(44px, 5vw, 68px) 0 clamp(56px, 7vw, 88px);
  background: #f4f8f6;
  border-top: 1px solid rgba(7, 23, 38, 0.06);
}

.quick-start-card {
  width: min(1180px, calc(100vw - 36px));
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.quick-start-card h2 {
  max-width: 520px;
}

.quick-start-grid div {
  min-height: 186px;
  padding: 18px;
  background: #ffffff;
  border-color: #dce8e4;
  box-shadow: 0 12px 34px rgba(7, 23, 38, 0.06);
}

.platform-strip {
  padding: 26px 0;
  background: #071726;
}

.platform-strip-inner {
  padding: 0;
  background: transparent;
  border: 0;
}

.platform-strip-inner > span {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 950;
}

.platform-strip-inner strong {
  min-height: 38px;
  padding: 8px 12px;
  color: #063934;
  background: #e8fbf6;
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: none;
}

.trust-section {
  padding: clamp(46px, 6vw, 68px) 0 clamp(58px, 7vw, 88px);
  background: #ffffff;
}

.order-success-pix {
  margin-top: 2px;
  text-align: left;
}

.fixed-price-preview {
  display: grid;
  gap: 5px;
  padding: 14px 16px;
  border: 1px solid #dbe4dc;
  border-radius: 8px;
  background: #f8faf7;
}

.fixed-price-preview strong {
  color: #071726;
  font-size: 1.08rem;
}

.fixed-price-preview span {
  color: var(--muted);
  line-height: 1.5;
}

.order-contract-summary {
  display: grid;
  gap: 10px;
  margin-top: 18px;
  padding: 16px;
  border: 1px solid rgba(16, 92, 132, 0.18);
  border-radius: 8px;
  background: #f5fbfa;
}

.order-contract-summary strong {
  color: var(--ink);
  font-size: 1rem;
}

.order-contract-summary p {
  margin: 0;
  color: var(--muted);
}

.order-contract-summary ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.order-contract-summary li {
  display: grid;
  grid-template-columns: minmax(110px, 0.35fr) 1fr;
  gap: 10px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.order-contract-summary span {
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 800;
}

.order-contract-summary b {
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 850;
}

.order-terms-line {
  align-items: flex-start;
}

.order-terms-line span {
  line-height: 1.5;
}

.order-terms-line a {
  color: var(--blue);
  font-weight: 850;
}

@media (max-width: 900px) {
.quick-start-card {
    grid-template-columns: 1fr;
  }

.quick-start-grid {
    grid-template-columns: 1fr;
  }

.platform-strip-inner {
    align-items: flex-start;
    flex-direction: column;
  }

.platform-strip-inner div {
    justify-content: flex-start;
  }
}

.footer-upgraded {
  display: block;
  padding: 0;
  color: rgba(255, 255, 255, 0.78);
  background: #071726;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-upgraded > .footer-brand,
.footer-upgraded > nav,
.footer-upgraded > a {
  display: none !important;
}

.footer-inner {
  display: grid !important;
  grid-template-columns: minmax(280px, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(28px, 5vw, 72px);
  width: min(1160px, calc(100vw - 36px));
  margin: 0 auto;
  padding: clamp(44px, 6vw, 72px) 0 22px;
}

.footer-main {
  display: grid !important;
  align-content: start;
  gap: 18px;
}

.footer-upgraded .footer-brand {
  display: flex !important;
  align-items: center;
  gap: 14px;
}

footer.footer-upgraded > .footer-brand {
  display: none !important;
}

.footer-upgraded .footer-brand > div {
  display: grid !important;
  gap: 3px;
}

.footer-upgraded .footer-logo {
  width: 130px;
  height: 46px;
  padding: 4px 8px;
  object-fit: contain;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
}

.footer-upgraded .footer-brand strong {
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 950;
}

.footer-upgraded .footer-brand span,
.footer-main p,
.footer-bottom {
  color: rgba(255, 255, 255, 0.68);
}

.footer-main p {
  max-width: 520px;
  margin: 0;
  line-height: 1.65;
}

.footer-actions {
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.footer-links {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.footer-links nav {
  display: grid;
  align-content: start;
  gap: 10px;
  min-width: 0;
  padding: 18px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}

.footer-links strong {
  color: #ffffff;
  font-size: 0.84rem;
  font-weight: 950;
  text-transform: uppercase;
}

.footer-links a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.74);
  font-weight: 780;
}

.footer-icon-link svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.footer-muted {
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.92rem;
  font-weight: 760;
}

.footer-links a:hover {
  color: #ffffff;
}

.footer-bottom {
  display: flex !important;
  grid-column: 1 / -1;
  flex-wrap: wrap;
  gap: 10px 18px;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.84rem;
}

.legacy-footer {
  display: none !important;
}

.main-footer {
  position: relative;
  overflow: hidden;
  padding: 0;
  color: #ffffff;
  background:
    radial-gradient(circle at 84% 4%, rgba(255, 255, 255, 0.12), transparent 30%),
    linear-gradient(135deg, #061523 0%, #071726 54%, #0b2540 100%);
  border-top: 0;
}

.main-footer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--yellow), rgba(255, 255, 255, 0.4), var(--blue));
}

.main-footer-shell {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 22px;
  width: min(1120px, calc(100vw - 36px));
  margin: 0 auto;
  padding: 34px 0 18px;
}

.main-footer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-footer-brand {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 14px;
}

.main-footer .footer-logo {
  width: 142px;
  height: 46px;
  padding: 0;
  object-fit: contain;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.32));
}

.main-footer-brand strong {
  max-width: 360px;
  margin: 0;
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.2;
}

.main-footer-grid {
  display: grid;
  grid-template-columns: minmax(180px, 0.9fr) minmax(190px, 0.9fr) minmax(260px, 1.1fr);
  column-gap: clamp(34px, 7vw, 104px);
  row-gap: 24px;
  align-items: start;
  padding: 8px 0 10px;
}

.main-footer-column {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
}

.main-footer-column strong {
  margin-bottom: 4px;
  color: var(--yellow);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.main-footer-column a,
.main-footer-column span {
  display: flex;
  width: 100%;
  max-width: 100%;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.93rem;
  font-weight: 760;
  line-height: 1.45;
}

.main-footer-column a {
  white-space: nowrap;
}

.main-footer-contact a,
.main-footer-contact span {
  white-space: normal;
}

.main-footer-column a:hover {
  color: #ffffff;
}

.main-footer-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 16px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}

.main-footer-strip > span {
  font-size: 0.92rem;
  font-weight: 780;
}

.main-footer-strip > div {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

.main-footer-socials {
  flex: 0 0 auto;
  display: inline-flex;
  width: max-content;
  max-width: none;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8px;
}

.main-footer-socials .company-social-button {
  width: 38px;
  height: 38px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
}

.main-footer-socials .company-social-button svg {
  width: 18px;
  height: 18px;
}

.main-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  justify-content: space-between;
  padding-top: 16px;
  color: rgba(255, 255, 255, 0.52);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.84rem;
  font-weight: 760;
}

.main-footer-bottom a {
  color: rgba(255, 255, 255, 0.64);
}

.main-footer-bottom a:hover {
  color: #ffffff;
}

body.company-public-mode .company-footer {
  position: relative;
  overflow: hidden;
  padding: 0;
  color: #ffffff;
  background:
    radial-gradient(circle at 84% 4%, rgba(255, 255, 255, 0.14), transparent 30%),
    linear-gradient(135deg, #061523 0%, #071726 52%, #0b2540 100%);
  border-top: 0;
}

body.company-public-mode .company-footer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--public-button-color), rgba(255, 255, 255, 0.42), var(--public-button-color));
}

.company-footer-shell {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 26px;
  width: min(1180px, calc(100vw - 36px));
  margin: 0 auto;
  padding: clamp(42px, 6vw, 72px) 0 24px;
}

.company-footer-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
}

.company-footer-brand {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  min-width: 0;
}

.company-footer-brand .footer-logo {
  width: clamp(150px, 15vw, 240px);
  height: 76px;
  padding: 0;
  object-fit: contain;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.38));
}

.company-footer-brand span,
.company-footer-social-card > span,
.company-footer-contact-card span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.company-footer-brand strong {
  display: block;
  margin: 4px 0 8px;
  color: #ffffff;
  font-size: clamp(1.75rem, 3.4vw, 3.15rem);
  font-weight: 950;
  line-height: 1;
}

.company-footer-brand p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1rem;
  line-height: 1.7;
}

.company-footer-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.company-footer-contact {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(320px, 1fr);
  gap: 14px;
}

.company-footer-contact-card,
.company-footer-social-card {
  display: flex;
  min-height: 92px;
  align-items: center;
  gap: 16px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.16);
}

.company-footer-contact-card > svg {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  padding: 11px;
  color: var(--public-button-contrast);
  background: var(--public-button-color);
  border-radius: 999px;
}

.footer-inline-icon {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.footer-fill-icon {
  fill: currentColor;
  stroke: none;
}

.footer-brand-icon {
  fill: currentColor;
  stroke: none;
}

.company-footer-contact-card a,
.company-footer-contact-card strong {
  display: block;
  margin-top: 3px;
  color: #ffffff;
  font-size: 1.12rem;
  font-weight: 900;
}

.company-footer-social-card {
  justify-content: space-between;
}

.company-footer-socials {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.company-social-button {
  position: relative;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  overflow: hidden;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease;
}

.company-social-button[data-social="instagram"] {
  background:
    radial-gradient(circle at 30% 110%, #fdf497 0%, #fdf497 12%, #fd5949 42%, #d6249f 64%, #285aeb 100%);
}

.company-social-button[data-social="whatsapp"] {
  background: #25d366;
}

.company-social-button[data-social="facebook"] {
  background: #1877f2;
}

.company-social-button[data-social="tiktok"] {
  background:
    linear-gradient(135deg, rgba(37, 244, 238, 0.42), transparent 34%),
    linear-gradient(315deg, rgba(254, 44, 85, 0.5), transparent 38%),
    #080b10;
}

.company-social-button[data-social="site"] {
  color: #071726;
  background: #ffffff;
}

.company-social-button svg {
  width: 23px;
  height: 23px;
  stroke-width: 2.35;
}

.company-social-button[data-social="whatsapp"] svg {
  width: 22px;
  height: 22px;
}

.company-social-button[data-social="instagram"] svg {
  width: 21px;
  height: 21px;
}

.company-social-button span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (hover: hover) {
.company-social-button:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.48);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.28);
  }
}

.company-footer-empty {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.95rem;
  font-weight: 800;
}

.company-footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 4px;
}

.company-footer-nav a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 8px 12px;
  color: rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 850;
}

.company-footer-nav a:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
}

.company-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  justify-content: space-between;
  padding-top: 20px;
  color: rgba(255, 255, 255, 0.58);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.84rem;
  font-weight: 760;
}

body.company-public-mode .company-footer-shell {
  gap: 22px;
  width: min(1120px, calc(100vw - 36px));
  padding: 34px 0 18px;
}

.company-footer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.company-footer-head .company-footer-brand {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 14px;
}

.company-footer-head .footer-logo {
  width: 142px;
  height: 46px;
  padding: 0;
  object-fit: contain;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.32));
}

.company-footer-head .company-footer-brand strong {
  max-width: 360px;
  margin: 0;
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.2;
}

.company-footer-grid {
  display: grid;
  grid-template-columns: minmax(180px, 0.9fr) minmax(190px, 0.9fr) minmax(260px, 1.1fr);
  column-gap: clamp(34px, 7vw, 104px);
  row-gap: 24px;
  align-items: start;
  padding: 8px 0 10px;
}

.company-footer-column {
  display: flex;
  align-items: flex-start;
  align-content: start;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.company-footer-column strong {
  margin-bottom: 4px;
  color: var(--public-button-color);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.company-footer-column a,
.company-footer-column span {
  display: flex;
  width: 100%;
  max-width: 100%;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.93rem;
  font-weight: 760;
  line-height: 1.45;
}

.company-footer-column a {
  white-space: nowrap;
}

.company-footer-contact-column a,
.company-footer-contact-column span {
  white-space: normal;
}

.company-footer-column a:hover {
  color: #ffffff;
}

.company-footer-contact-line svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
}

.company-footer-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 16px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}

.company-footer-strip > span {
  font-size: 0.92rem;
  font-weight: 780;
}

.company-footer-strip > div {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 8px;
}

.company-footer-head .company-footer-socials {
  flex: 0 0 auto;
  display: inline-flex;
  width: max-content;
  max-width: none;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8px;
}

.company-footer-head .company-social-button {
  width: 38px;
  height: 38px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
}

.company-footer-head .company-social-button svg {
  width: 18px;
  height: 18px;
}

.company-footer-bottom {
  padding-top: 16px;
  color: rgba(255, 255, 255, 0.52);
}

.company-footer-bottom a {
  color: rgba(255, 255, 255, 0.64);
}

.company-footer-bottom a:hover {
  color: #ffffff;
}

body.company-public-mode {
  --public-button-color: var(--brand-button-color, var(--yellow));
  --public-button-light: var(--brand-button-light, #ffb057);
  --public-button-dark: var(--brand-button-dark, var(--gold));
  --public-button-contrast: var(--brand-button-contrast, #111827);
}

body.company-public-mode .hero-bg {
  transform: none;
}

body.company-public-mode .hero-bg.has-custom-hero-image {
  background-color: #071726;
  background-image:
    linear-gradient(90deg, rgba(7, 23, 38, 0.92) 0%, rgba(7, 23, 38, 0.72) 36%, rgba(7, 23, 38, 0.34) 66%, rgba(7, 23, 38, 0.16) 100%),
    linear-gradient(180deg, rgba(7, 23, 38, 0.16) 0%, rgba(7, 23, 38, 0) 42%, rgba(244, 248, 246, 0.96) 100%),
    var(--company-hero-url);
  background-position:
    center,
    center,
    center;
  background-repeat: no-repeat;
  background-size:
    100% 100%,
    100% 100%,
    cover;
}

body.company-public-mode .hero-content {
  grid-template-columns: minmax(0, 610px) minmax(0, 1fr);
  align-items: center;
  width: min(1260px, calc(100vw - 64px));
  min-height: clamp(640px, 74svh, 820px);
  padding-top: 118px;
  padding-bottom: 88px;
}

body.company-public-mode .hero-copy {
  max-width: 610px;
}

body.company-public-mode .hero-lede {
  max-width: 560px;
}

@media (max-width: 1080px) {
body.company-public-mode .hero-bg.has-custom-hero-image {
    background-position:
      center,
      center,
      center;
  }
}

@media (max-width: 760px) {
body.company-public-mode .hero-bg.has-custom-hero-image {
    background-image:
      linear-gradient(180deg, rgba(7, 23, 38, 0.48) 0%, rgba(7, 23, 38, 0.58) 32%, rgba(7, 23, 38, 0.94) 62%, rgba(244, 248, 246, 0.98) 100%),
      var(--company-hero-url);
    background-position:
      center,
      center top;
    background-size:
      100% 100%,
      auto 385px;
  }

body.company-public-mode .hero-content {
    grid-template-columns: 1fr;
    width: min(100%, calc(100vw - 32px));
    align-items: end;
    padding-top: 330px;
    padding-bottom: 72px;
  }
}

@media (max-width: 420px) {
body.company-public-mode .hero-bg.has-custom-hero-image {
    background-size:
      100% 100%,
      auto 330px;
  }

body.company-public-mode .hero-content {
    padding-top: 296px;
  }
}

@media (max-width: 900px) {
.footer-inner {
    grid-template-columns: 1fr;
  }

.footer-links {
    grid-template-columns: 1fr;
  }

.footer-bottom {
    justify-content: flex-start;
  }

.company-footer-top,
  .company-footer-contact {
    grid-template-columns: 1fr;
  }

.company-footer-cta,
  .company-footer-socials {
    justify-content: flex-start;
  }

.company-footer-head {
    align-items: flex-start;
    flex-direction: column;
  }

.main-footer-head {
    align-items: flex-start;
    flex-direction: column;
  }

.company-footer-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

.main-footer-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

.company-footer-strip {
    align-items: flex-start;
    flex-direction: column;
  }

.main-footer-strip {
    align-items: flex-start;
    flex-direction: column;
  }

.company-footer-strip > div {
    justify-content: flex-start;
  }

.main-footer-strip > div {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
.footer-upgraded .footer-brand {
    align-items: flex-start;
    flex-direction: column;
  }

.footer-actions {
    align-items: stretch;
    flex-direction: column;
  }

.company-footer-brand {
    grid-template-columns: 1fr;
  }

.company-footer-brand .footer-logo {
    width: min(220px, 72vw);
    height: 68px;
  }

.company-footer-head .footer-logo {
    width: min(148px, 58vw);
    height: 46px;
  }

.company-footer-head .company-footer-brand strong {
    font-size: 1rem;
  }

body.company-public-mode .company-footer-shell {
    gap: 18px;
    padding: 28px 0 16px;
  }

.main-footer-shell {
    gap: 18px;
    padding: 28px 0 16px;
  }

.company-footer-head {
    gap: 14px;
    padding-bottom: 16px;
  }

.main-footer-head {
    gap: 14px;
    padding-bottom: 16px;
  }

.company-footer-grid {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
    gap: 18px 22px;
  }

.main-footer-grid {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
    gap: 18px 22px;
  }

.company-footer-contact-column {
    grid-column: 1 / -1;
  }

.main-footer-contact {
    grid-column: 1 / -1;
  }

.company-footer-column {
    gap: 7px;
  }

.main-footer-column {
    gap: 7px;
  }

.company-footer-column a,
  .company-footer-column span {
    font-size: 0.88rem;
  }

.main-footer-column a,
  .main-footer-column span {
    font-size: 0.88rem;
  }

.company-footer-cta,
  .company-footer-contact-card,
  .company-footer-social-card {
    align-items: stretch;
    flex-direction: column;
  }

.company-footer-socials {
    width: max-content;
    max-width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 9px;
  }

.company-social-button {
    width: 48px;
    height: 48px;
  }

.company-footer-head .company-social-button {
    width: 38px;
    height: 38px;
  }

.company-footer-strip {
    gap: 10px;
    padding: 11px;
  }

.main-footer-strip {
    gap: 10px;
    padding: 11px;
  }

.company-footer-strip > span {
    font-size: 0.84rem;
    line-height: 1.35;
  }

.main-footer-strip > span {
    font-size: 0.84rem;
    line-height: 1.35;
  }

.company-footer-strip > div {
    width: auto;
  }

.main-footer-strip > div {
    width: auto;
  }

.company-footer-bottom {
    gap: 6px;
    padding-top: 14px;
    font-size: 0.78rem;
  }

.main-footer-bottom {
    gap: 6px;
    padding-top: 14px;
    font-size: 0.78rem;
  }

.company-footer-bottom span {
    width: 100%;
  }

.main-footer-bottom span {
    width: 100%;
  }
}

@media (max-width: 360px) {
.company-footer-grid {
    grid-template-columns: 1fr;
  }

.main-footer-grid {
    grid-template-columns: 1fr;
  }

.company-footer-contact-column {
    grid-column: auto;
  }

.main-footer-contact {
    grid-column: auto;
  }

.company-footer-strip > div {
    width: 100%;
  }

.main-footer-strip > div {
    width: 100%;
  }
}

body:not(.company-public-mode) {
  --dash-bg: #f5f6fa;
  --dash-surface: #ffffff;
  --dash-ink: #202224;
  --dash-muted: #667085;
  --dash-line: #e8edf5;
  --dash-blue: #4880ff;
  --dash-blue-dark: #3564d8;
  --dash-blue-soft: #edf4ff;
  --dash-green: #00b69b;
  --dash-orange: #ff9f43;
  --dash-red: #ef4444;
  --dash-shadow: 0 18px 42px rgba(17, 24, 39, 0.08);
  color: var(--dash-ink);
  background: var(--dash-bg);
}

body:not(.company-public-mode) .site-header {
  min-height: 74px;
  padding: 12px clamp(16px, 4vw, 44px);
  color: var(--dash-ink);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--dash-line);
  box-shadow: 0 10px 28px rgba(17, 24, 39, 0.06);
}

body:not(.company-public-mode) .site-header .nav-links {
  padding: 4px;
  gap: 4px;
  background: #f8faff;
  border: 1px solid var(--dash-line);
  border-radius: 12px;
  backdrop-filter: none;
}

body:not(.company-public-mode) .site-header .nav-links a {
  min-height: 38px;
  padding: 8px 14px;
  color: #5f6b7a;
  border-radius: 10px;
  font-size: 0.9rem;
  font-weight: 800;
}

body:not(.company-public-mode) .site-header .nav-links a:hover {
  color: var(--dash-blue);
  background: var(--dash-blue-soft);
}

body:not(.company-public-mode) .hero-bg {
  display: none;
}

body:not(.company-public-mode) .hero-content {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 32px));
  min-height: 720px;
  margin: 0 auto;
  padding: 124px 0 76px;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 410px);
  align-items: start;
  gap: clamp(28px, 5vw, 70px);
}

body:not(.company-public-mode) .hero-copy {
  max-width: 680px;
  color: var(--dash-ink);
}

body:not(.company-public-mode) .hero-lede {
  max-width: 620px;
  color: var(--dash-muted);
  font-size: clamp(1.02rem, 1.6vw, 1.2rem);
  line-height: 1.75;
}

body:not(.company-public-mode) .hero-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 620px;
  margin: 28px 0;
}

body:not(.company-public-mode) .hero-benefits li {
  min-height: 58px;
  padding: 14px;
  color: var(--dash-ink);
  background: var(--dash-surface);
  border: 1px solid var(--dash-line);
  border-radius: 14px;
  box-shadow: 0 10px 26px rgba(17, 24, 39, 0.05);
}

body:not(.company-public-mode) .hero-benefits svg {
  color: #ffffff;
  background: var(--dash-green);
  border-radius: 999px;
}

body:not(.company-public-mode) .hero-metrics {
  max-width: 620px;
  gap: 14px;
  margin-top: 30px;
}

body:not(.company-public-mode) .hero-metrics div {
  padding: 18px;
  background: #ffffff;
  border: 1px solid var(--dash-line);
  border-radius: 16px;
  box-shadow: 0 12px 26px rgba(17, 24, 39, 0.06);
}

body:not(.company-public-mode) .hero-metrics dt {
  color: var(--dash-ink);
  font-size: 1.5rem;
}

body:not(.company-public-mode) .hero-metrics dd {
  color: var(--dash-muted);
}

body:not(.company-public-mode) .hero-signup-card {
  margin-top: 98px;
  padding: 24px;
  color: var(--dash-ink);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--dash-line);
  border-radius: 18px;
  box-shadow: var(--dash-shadow);
}

body:not(.company-public-mode) .hero-signup-card h2 {
  color: var(--dash-ink);
}

body:not(.company-public-mode) .hero-signup-card p,
body:not(.company-public-mode) .hero-lead-form label {
  color: var(--dash-muted);
}

body:not(.company-public-mode) .hero-lead-form input,
body:not(.company-public-mode) input,
body:not(.company-public-mode) select,
body:not(.company-public-mode) textarea {
  min-height: 48px;
  background: #fbfcff;
  border: 1px solid #dfe5ef;
  border-radius: 12px;
}

body:not(.company-public-mode) .quick-start-section,
body:not(.company-public-mode) .trust-section,
body:not(.company-public-mode) .product-section,
body:not(.company-public-mode) .pricing-section {
  background: var(--dash-bg);
}

body:not(.company-public-mode) .quick-start-card,
body:not(.company-public-mode) .trust-card,
body:not(.company-public-mode) .feature-card,
body:not(.company-public-mode) .pricing-card,
body:not(.company-public-mode) .process-card,
body:not(.company-public-mode) .operation-card {
  background: #ffffff;
  border: 1px solid var(--dash-line);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.06);
}

body:not(.company-public-mode) .quick-start-card {
  transform: none;
  margin-top: -38px;
}

body:not(.company-public-mode) .quick-start-grid > div > svg,
body:not(.company-public-mode) .feature-card > svg,
body:not(.company-public-mode) .trust-card > svg,
body:not(.company-public-mode) .operation-card > svg,
body:not(.company-public-mode) .process-card > svg {
  color: #ffffff;
  background: var(--dash-blue);
  border-radius: 12px;
}

body:not(.company-public-mode) .platform-strip {
  color: #ffffff;
  background: #202224;
}

body:not(.company-public-mode) .platform-strip strong {
  color: #ffffff;
  background: rgba(72, 128, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.14);
  border-radius: 999px;
}

body:not(.company-public-mode) .insight-band {
  color: var(--dash-ink);
  background: #ffffff;
  border-top: 1px solid var(--dash-line);
  border-bottom: 1px solid var(--dash-line);
}

body:not(.company-public-mode) .section-heading h2,
body:not(.company-public-mode) .quick-start-card h2,
body:not(.company-public-mode) .insight-band h2,
body:not(.company-public-mode) .feature-card h3,
body:not(.company-public-mode) .trust-card strong {
  color: var(--dash-ink);
}

body:not(.company-public-mode) .section-heading p,
body:not(.company-public-mode) .feature-card p,
body:not(.company-public-mode) .trust-card p,
body:not(.company-public-mode) .quick-start-grid p,
body:not(.company-public-mode) .insight-band p {
  color: var(--dash-muted);
}

body:not(.company-public-mode) .site-footer {
  color: #c8d0dc;
  background: #202224;
}

@media (max-width: 980px) {
body:not(.company-public-mode) .hero-content {
    grid-template-columns: 1fr;
    min-height: auto;
  }

body:not(.company-public-mode) .hero-signup-card {
    margin-top: 0;
  }
}

@media (max-width: 760px) {
body:not(.company-public-mode) .site-header {
    min-height: 68px;
  }

body:not(.company-public-mode) .hero-content {
    width: min(100% - 24px, 1180px);
    padding: 104px 0 48px;
  }

body:not(.company-public-mode) .hero-benefits,
  body:not(.company-public-mode) .hero-metrics {
    grid-template-columns: 1fr;
  }
}

body.company-public-mode:not(.order-app-mode) {
  --company-dash-bg: #f5f6fa;
  --company-dash-surface: #ffffff;
  --company-dash-ink: #202224;
  --company-dash-muted: #667085;
  --company-dash-line: #e8edf5;
  --company-dash-soft: #f8faff;
  --company-dash-shadow: 0 18px 42px rgba(17, 24, 39, 0.08);
  color: var(--company-dash-ink);
  background: var(--company-dash-bg);
}

body.company-public-mode:not(.order-app-mode) .site-header {
  min-height: 74px;
  padding: 12px clamp(16px, 4vw, 44px);
  color: var(--company-dash-ink);
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid var(--company-dash-line);
  box-shadow: 0 10px 28px rgba(17, 24, 39, 0.06);
  backdrop-filter: blur(18px);
}

body.company-public-mode:not(.order-app-mode) .header-action {
  min-height: 42px;
  color: var(--public-button-contrast);
  background: var(--public-button-color);
  border: 1px solid var(--public-button-color);
  border-radius: 10px;
  box-shadow: 0 12px 26px color-mix(in srgb, var(--public-button-color) 24%, transparent);
}

body.company-public-mode:not(.order-app-mode) .hero-bg {
  z-index: 0;
  inset: 112px max(24px, calc((100vw - 1180px) / 2)) auto auto;
  width: min(560px, 43vw);
  height: clamp(360px, 38vw, 460px);
  overflow: hidden;
  border: 1px solid var(--company-dash-line);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(7, 23, 38, 0.08), rgba(7, 23, 38, 0.24)),
    url("assets/hero-logistics.webp") center / cover no-repeat;
  box-shadow: var(--company-dash-shadow);
  transform: none;
}

body.company-public-mode:not(.order-app-mode) .hero-bg.has-custom-hero-image {
  background-color: #ffffff;
  background-image:
    linear-gradient(180deg, rgba(7, 23, 38, 0.05), rgba(7, 23, 38, 0.18)),
    var(--company-hero-url);
  background-position: center, center;
  background-repeat: no-repeat;
  background-size: 100% 100%, cover;
}

body.company-public-mode:not(.order-app-mode) .hero-content {
  z-index: 2;
  grid-template-columns: minmax(0, 560px) minmax(320px, 1fr);
  align-items: center;
  width: min(1180px, calc(100vw - 32px));
  min-height: 720px;
  padding: 126px 0 96px;
}

body.company-public-mode:not(.order-app-mode) .hero-copy {
  max-width: 560px;
  color: var(--company-dash-ink);
}

body.company-public-mode:not(.order-app-mode) .hero-lede {
  max-width: 540px;
  color: var(--company-dash-muted);
  font-size: clamp(1.02rem, 1.5vw, 1.18rem);
  line-height: 1.72;
}

body.company-public-mode:not(.order-app-mode) .hero-actions {
  margin-bottom: 0;
}

body.company-public-mode:not(.order-app-mode) .company-public-section,
body.company-public-mode:not(.order-app-mode) .trust-section,
body.company-public-mode:not(.order-app-mode) #como-funciona,
body.company-public-mode:not(.order-app-mode) .order-section {
  background: var(--company-dash-bg);
}

body.company-public-mode:not(.order-app-mode) .trust-section {
  padding: clamp(42px, 6vw, 72px) 0;
}

body.company-public-mode:not(.order-app-mode) .trust-grid {
  width: min(1180px, calc(100vw - 32px));
  gap: 18px;
}

body.company-public-mode:not(.order-app-mode) .trust-card {
  min-height: 0;
  padding: 22px;
  color: var(--company-dash-ink);
  background: #ffffff;
  border: 1px solid var(--company-dash-line);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.06);
}

body.company-public-mode:not(.order-app-mode) .trust-card > svg {
  color: var(--public-button-contrast);
  background: var(--public-button-color);
  border-radius: 12px;
}

body.company-public-mode:not(.order-app-mode) .trust-card strong {
  color: var(--company-dash-ink);
}

body.company-public-mode:not(.order-app-mode) .trust-card p {
  color: var(--company-dash-muted);
}

body.company-public-mode:not(.order-app-mode) .company-public-section {
  position: relative;
  z-index: 3;
  padding-top: 0;
  margin-top: 0;
}

body.company-public-mode:not(.order-app-mode) .company-public-shell {
  width: min(1180px, calc(100vw - 32px));
  gap: 18px;
}

body.company-public-mode:not(.order-app-mode) .company-public-hero-card,
body.company-public-mode:not(.order-app-mode) .company-about-card,
body.company-public-mode:not(.order-app-mode) .company-tracking-box,
body.company-public-mode:not(.order-app-mode) .company-public-service-panel,
body.company-public-mode:not(.order-app-mode) #como-funciona .feature-card,
body.company-public-mode:not(.order-app-mode) .request-panel {
  color: var(--company-dash-ink);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--company-dash-line);
  border-radius: 18px;
  box-shadow: var(--company-dash-shadow);
}

body.company-public-mode:not(.order-app-mode) .company-public-hero-card {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.95fr);
  align-items: center;
  padding: clamp(22px, 3.4vw, 34px);
}

body.company-public-mode:not(.order-app-mode) .company-public-intro h2,
body.company-public-mode:not(.order-app-mode) .company-about-card h3,
body.company-public-mode:not(.order-app-mode) .company-public-service-panel h3,
body.company-public-mode:not(.order-app-mode) #como-funciona h2,
body.company-public-mode:not(.order-app-mode) #como-funciona h3 {
  color: var(--company-dash-ink);
}

body.company-public-mode:not(.order-app-mode) .company-public-facts {
  gap: 12px;
}

body.company-public-mode:not(.order-app-mode) .company-public-facts div,
body.company-public-mode:not(.order-app-mode) .company-confidence-grid article {
  background: var(--company-dash-soft);
  border: 1px solid var(--company-dash-line);
  border-radius: 14px;
  box-shadow: none;
}

body.company-public-mode:not(.order-app-mode) .company-public-facts dt {
  color: var(--company-dash-muted);
}

body.company-public-mode:not(.order-app-mode) .company-confidence-grid svg,
body.company-public-mode:not(.order-app-mode) #como-funciona .feature-card > svg {
  color: var(--public-button-contrast);
  background: var(--public-button-color);
  border-radius: 12px;
}

body.company-public-mode:not(.order-app-mode) .company-public-body-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.75fr);
  gap: 18px;
}

body.company-public-mode:not(.order-app-mode) .company-tracking-box .entry-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

body.company-public-mode:not(.order-app-mode) .company-tracking-box input,
body.company-public-mode:not(.order-app-mode) .request-panel input,
body.company-public-mode:not(.order-app-mode) .request-panel select,
body.company-public-mode:not(.order-app-mode) .request-panel textarea {
  min-height: 48px;
  color: var(--company-dash-ink);
  background: #fbfcff;
  border: 1px solid #dfe5ef;
  border-radius: 12px;
}

body.company-public-mode:not(.order-app-mode) .company-city-list span {
  color: var(--public-button-color);
  background: color-mix(in srgb, var(--public-button-color) 10%, #ffffff);
  border: 1px solid color-mix(in srgb, var(--public-button-color) 18%, #ffffff);
  border-radius: 999px;
}

body.company-public-mode:not(.order-app-mode) #como-funciona {
  padding-top: clamp(54px, 7vw, 86px);
}

body.company-public-mode:not(.order-app-mode) #como-funciona .section-heading {
  max-width: 820px;
}

body.company-public-mode:not(.order-app-mode) #como-funciona .flow-grid {
  gap: 18px;
}

body.company-public-mode:not(.order-app-mode) #como-funciona .feature-card {
  min-height: 0;
  padding: 22px;
}

body.company-public-mode:not(.order-app-mode) .order-section {
  padding-top: clamp(54px, 7vw, 86px);
}

body.company-public-mode:not(.order-app-mode) .order-company-context {
  color: var(--company-dash-muted);
  background: #ffffff;
  border-color: var(--company-dash-line);
  border-left-color: var(--public-button-color);
  border-radius: 12px;
  box-shadow: 0 10px 26px rgba(17, 24, 39, 0.04);
}

@media (max-width: 1020px) {
body.company-public-mode:not(.order-app-mode) .hero-bg {
    inset: 104px 20px auto;
    width: auto;
    height: 300px;
  }

body.company-public-mode:not(.order-app-mode) .hero-content {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 442px 0 78px;
  }

body.company-public-mode:not(.order-app-mode) .hero-copy {
    max-width: 760px;
  }
}

@media (max-width: 760px) {
body.company-public-mode:not(.order-app-mode) .site-header {
    min-height: 68px;
    padding: 10px 14px;
  }

body.company-public-mode:not(.order-app-mode) .header-action {
    min-height: 38px;
    padding: 8px 11px;
    font-size: 0.82rem;
  }

body.company-public-mode:not(.order-app-mode) .hero-bg {
    inset: 86px 14px auto;
    height: 238px;
    border-radius: 18px;
  }

body.company-public-mode:not(.order-app-mode) .hero-content {
    width: min(100% - 28px, 1180px);
    padding: 346px 0 58px;
  }

body.company-public-mode:not(.order-app-mode) .hero-lede {
    font-size: 1rem;
  }

body.company-public-mode:not(.order-app-mode) .company-public-section {
    margin-top: 0;
  }

body.company-public-mode:not(.order-app-mode) .company-public-shell {
    width: min(100% - 24px, 1180px);
  }

body.company-public-mode:not(.order-app-mode) .company-public-hero-card,
  body.company-public-mode:not(.order-app-mode) .company-public-body-grid,
  body.company-public-mode:not(.order-app-mode) .company-confidence-grid,
  body.company-public-mode:not(.order-app-mode) .company-public-facts,
  body.company-public-mode:not(.order-app-mode) .company-tracking-box .entry-form {
    grid-template-columns: 1fr;
  }
}

.order-customer-account {
  display: grid;
  gap: 10px;
  margin: 0 0 14px;
  padding: 12px;
  border: 1px solid #d8e6e9;
  border-radius: 8px;
  background: linear-gradient(135deg, #f8fcfb, #ffffff);
}

.order-account-main {
  display: flex;
  gap: 10px;
  align-items: center;
  min-width: 0;
}

.order-account-main > span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  color: var(--teal-dark, #0b5a86);
  background: #e4f4f1;
  border-radius: 8px;
}

.order-account-main strong,
.order-account-main small {
  display: block;
  min-width: 0;
}

.order-account-main small {
  color: var(--muted, #60717c);
  line-height: 1.35;
}

.order-account-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.order-account-login {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  gap: 8px;
}

.order-account-login input {
  min-height: 40px;
  padding: 9px 10px;
  border: 1px solid #d8e2e8;
  border-radius: 7px;
  background: #fff;
  font: inherit;
}

.saved-address-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 12px;
  padding: 12px;
  border: 1px solid #dce8eb;
  border-radius: 8px;
  background: #f8fbfc;
}

body.company-public-mode:not(.order-app-mode) {
  --company-page-bg: #f5f6fa;
  --company-card-bg: #ffffff;
  --company-ink: #172033;
  --company-muted: #657286;
  --company-line: #e4e9f2;
  --company-shadow: 0 16px 38px rgba(15, 23, 42, 0.08);
  background: var(--company-page-bg);
}

body.company-public-mode:not(.order-app-mode) .site-header {
  color: var(--company-ink);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--company-line);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.07);
}

body.company-public-mode:not(.order-app-mode) .hero-bg,
body.company-public-mode:not(.order-app-mode) .hero-bg.has-custom-hero-image {
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: #071726;
  background-image:
    linear-gradient(90deg, rgba(7, 23, 38, 0.92) 0%, rgba(7, 23, 38, 0.68) 42%, rgba(7, 23, 38, 0.22) 72%, rgba(7, 23, 38, 0.08) 100%),
    linear-gradient(180deg, rgba(7, 23, 38, 0.04) 0%, rgba(7, 23, 38, 0.2) 62%, rgba(245, 246, 250, 0.96) 100%),
    var(--company-hero-url, url("assets/hero-logistics.webp"));
  background-position: center, center, center;
  background-repeat: no-repeat;
  background-size: 100% 100%, 100% 100%, cover;
}

body.company-public-mode:not(.order-app-mode) .hero-content {
  position: relative;
  z-index: 2;
  grid-template-columns: minmax(0, 640px) minmax(0, 1fr);
  align-items: center;
  min-height: clamp(620px, 74svh, 760px);
  width: min(1180px, calc(100vw - 32px));
  padding: 116px 0 94px;
}

body.company-public-mode:not(.order-app-mode) .hero-copy {
  max-width: 640px;
  color: #ffffff;
}

body.company-public-mode:not(.order-app-mode) .hero-lede {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  line-height: 1.72;
}

body.company-public-mode:not(.order-app-mode) .hero-actions {
  gap: 10px;
  margin-top: 28px;
}

body.company-public-mode:not(.order-app-mode) .trust-section {
  position: relative;
  z-index: 3;
  padding: clamp(34px, 5vw, 58px) 0;
  background: var(--company-page-bg);
}

body.company-public-mode:not(.order-app-mode) .trust-grid {
  width: min(1180px, calc(100vw - 32px));
  gap: 14px;
}

body.company-public-mode:not(.order-app-mode) .trust-card {
  min-height: 176px;
  padding: 20px;
  color: var(--company-ink);
  background: var(--company-card-bg);
  border: 1px solid var(--company-line);
  border-radius: 14px;
  box-shadow: var(--company-shadow);
}

body.company-public-mode:not(.order-app-mode) .trust-card strong,
body.company-public-mode:not(.order-app-mode) .company-public-intro h2,
body.company-public-mode:not(.order-app-mode) .company-about-card h3,
body.company-public-mode:not(.order-app-mode) .company-public-service-panel h3,
body.company-public-mode:not(.order-app-mode) #como-funciona h2,
body.company-public-mode:not(.order-app-mode) #como-funciona h3 {
  color: var(--company-ink);
}

body.company-public-mode:not(.order-app-mode) .trust-card > svg,
body.company-public-mode:not(.order-app-mode) .company-confidence-grid svg,
body.company-public-mode:not(.order-app-mode) #como-funciona .feature-card > svg {
  color: var(--public-button-contrast);
  background: var(--public-button-color);
  border-radius: 12px;
}

body.company-public-mode:not(.order-app-mode) .company-public-section {
  padding: clamp(20px, 4vw, 42px) 0 clamp(46px, 7vw, 76px);
  margin-top: 0;
  background: var(--company-page-bg);
}

body.company-public-mode:not(.order-app-mode) .company-public-shell {
  width: min(1180px, calc(100vw - 32px));
  gap: 16px;
}

body.company-public-mode:not(.order-app-mode) .company-public-hero-card,
body.company-public-mode:not(.order-app-mode) .company-about-card,
body.company-public-mode:not(.order-app-mode) .company-tracking-box,
body.company-public-mode:not(.order-app-mode) .company-public-service-panel,
body.company-public-mode:not(.order-app-mode) #como-funciona .feature-card,
body.company-public-mode:not(.order-app-mode) .request-panel {
  background: var(--company-card-bg);
  border: 1px solid var(--company-line);
  border-radius: 14px;
  box-shadow: var(--company-shadow);
}

body.company-public-mode:not(.order-app-mode) .company-public-hero-card {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.8fr);
  gap: 22px;
  align-items: center;
  padding: clamp(20px, 3vw, 30px);
}

body.company-public-mode:not(.order-app-mode) .company-public-intro h2 {
  margin-bottom: 8px;
  font-size: clamp(1.85rem, 3.3vw, 3rem);
  line-height: 1.04;
}

body.company-public-mode:not(.order-app-mode) .company-public-actions {
  margin-top: 18px;
}

body.company-public-mode:not(.order-app-mode) .company-public-facts {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

body.company-public-mode:not(.order-app-mode) .company-public-facts div,
body.company-public-mode:not(.order-app-mode) .company-confidence-grid article {
  background: #f8faff;
  border: 1px solid var(--company-line);
  border-radius: 12px;
}

body.company-public-mode:not(.order-app-mode) .company-public-facts dt {
  color: var(--company-muted);
}

body.company-public-mode:not(.order-app-mode) .company-public-body-grid {
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.72fr);
  gap: 16px;
}

body.company-public-mode:not(.order-app-mode) .company-tracking-box .entry-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

body.company-public-mode:not(.order-app-mode) .company-tracking-box input,
body.company-public-mode:not(.order-app-mode) .request-panel input,
body.company-public-mode:not(.order-app-mode) .request-panel select,
body.company-public-mode:not(.order-app-mode) .request-panel textarea {
  min-height: 48px;
  background: #fbfcff;
  border: 1px solid #dfe5ef;
  border-radius: 10px;
}

body.company-public-mode:not(.order-app-mode) .company-city-list span {
  color: var(--public-button-color);
  background: #ffffff;
  border: 1px solid color-mix(in srgb, var(--public-button-color) 22%, #e4e9f2);
  border-radius: 999px;
}

body.company-public-mode:not(.order-app-mode) #como-funciona,
body.company-public-mode:not(.order-app-mode) .order-section {
  background: var(--company-page-bg);
}

body.company-public-mode:not(.order-app-mode) #como-funciona {
  padding-top: clamp(42px, 6vw, 72px);
}

body.company-public-mode:not(.order-app-mode) #como-funciona .flow-grid {
  gap: 14px;
}

body.company-public-mode:not(.order-app-mode) #como-funciona .feature-card {
  min-height: 0;
  padding: 20px;
}

@media (max-width: 980px) {
body.company-public-mode:not(.order-app-mode) .hero-bg,
  body.company-public-mode:not(.order-app-mode) .hero-bg.has-custom-hero-image {
    background-image:
      linear-gradient(180deg, rgba(7, 23, 38, 0.3) 0%, rgba(7, 23, 38, 0.62) 42%, rgba(7, 23, 38, 0.94) 74%, rgba(245, 246, 250, 0.98) 100%),
      var(--company-hero-url, url("assets/hero-logistics.webp"));
    background-position: center top, center top;
    background-size: 100% 100%, auto 380px;
  }

body.company-public-mode:not(.order-app-mode) .hero-content {
    grid-template-columns: 1fr;
    align-items: end;
    min-height: 700px;
    padding: 360px 0 72px;
  }
}

@media (max-width: 760px) {
body.company-public-mode:not(.order-app-mode) .hero-bg,
  body.company-public-mode:not(.order-app-mode) .hero-bg.has-custom-hero-image {
    background-size: 100% 100%, auto 330px;
  }

body.company-public-mode:not(.order-app-mode) .hero-content {
    width: min(100% - 28px, 1180px);
    min-height: 720px;
    padding: 308px 0 58px;
  }

body.company-public-mode:not(.order-app-mode) .trust-grid,
  body.company-public-mode:not(.order-app-mode) .company-public-shell {
    width: min(100% - 24px, 1180px);
  }

body.company-public-mode:not(.order-app-mode) .company-public-hero-card,
  body.company-public-mode:not(.order-app-mode) .company-public-body-grid,
  body.company-public-mode:not(.order-app-mode) .company-public-facts,
  body.company-public-mode:not(.order-app-mode) .company-confidence-grid,
  body.company-public-mode:not(.order-app-mode) .company-tracking-box .entry-form {
    grid-template-columns: 1fr;
  }
}

body.company-public-mode:not(.order-app-mode) {
  --company-page-bg: #f4f7fb;
  --company-card-bg: #ffffff;
  --company-ink: #172033;
  --company-muted: #5f6d80;
  --company-line: #dfe6f0;
  --company-shadow: 0 18px 42px rgba(15, 23, 42, 0.09);
}

body.company-public-mode:not(.order-app-mode) .site-header {
  min-height: 76px;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid var(--company-line);
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.08);
}

body.company-public-mode:not(.order-app-mode) .header-action {
  color: var(--public-button-contrast);
  background: var(--public-button-color);
  border-color: var(--public-button-color);
  border-radius: 999px;
}

body.company-public-mode:not(.order-app-mode) .hero-bg,
body.company-public-mode:not(.order-app-mode) .hero-bg.has-custom-hero-image {
  background-image:
    linear-gradient(90deg, rgba(4, 15, 26, 0.92) 0%, rgba(4, 15, 26, 0.76) 42%, rgba(4, 15, 26, 0.28) 72%, rgba(4, 15, 26, 0.08) 100%),
    linear-gradient(180deg, rgba(4, 15, 26, 0.02) 0%, rgba(4, 15, 26, 0.12) 58%, rgba(244, 247, 251, 0.98) 100%),
    var(--company-hero-url, url("assets/hero-logistics.webp"));
  background-position: center, center, center;
  background-size: 100% 100%, 100% 100%, cover;
}

body.company-public-mode:not(.order-app-mode) .hero-content {
  min-height: clamp(650px, 78svh, 780px);
  padding: 126px 0 138px;
}

body.company-public-mode:not(.order-app-mode) .hero-lede {
  max-width: 600px;
  font-weight: 650;
}

body.company-public-mode:not(.order-app-mode) .trust-section {
  z-index: 4;
  margin-top: -86px;
  padding: 0 0 clamp(34px, 5vw, 58px);
  background: transparent;
}

body.company-public-mode:not(.order-app-mode) .trust-grid.company-quick-access {
  gap: 16px;
}

body.company-public-mode:not(.order-app-mode) .company-quick-card {
  position: relative;
  min-height: 168px;
  padding: 22px;
  overflow: hidden;
  color: var(--company-ink);
  border-radius: 10px;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease;
}

body.company-public-mode:not(.order-app-mode) .company-quick-card::after {
  content: "";
  position: absolute;
  inset: auto 18px 0;
  height: 3px;
  background: var(--public-button-color);
  border-radius: 999px 999px 0 0;
}

body.company-public-mode:not(.order-app-mode) .company-quick-card svg {
  width: 46px;
  height: 46px;
  padding: 11px;
  border-radius: 8px;
}

body.company-public-mode:not(.order-app-mode) .company-quick-card strong {
  font-size: 1.02rem;
}

body.company-public-mode:not(.order-app-mode) .company-quick-card p {
  font-size: 0.92rem;
  line-height: 1.58;
}

@media (hover: hover) {
body.company-public-mode:not(.order-app-mode) .company-quick-card:hover {
    transform: translateY(-3px);
    border-color: color-mix(in srgb, var(--public-button-color) 34%, var(--company-line));
    box-shadow: 0 24px 52px rgba(15, 23, 42, 0.12);
  }
}

body.company-public-mode:not(.order-app-mode) .company-public-section {
  padding-top: clamp(12px, 3vw, 28px);
}

body.company-public-mode:not(.order-app-mode) .company-public-hero-card {
  border-radius: 10px;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.07);
}

body.company-public-mode:not(.order-app-mode) .company-public-intro h2 {
  max-width: 680px;
  font-size: clamp(2rem, 3.1vw, 3.15rem);
}

body.company-public-mode:not(.order-app-mode) .company-public-facts div {
  padding: 16px;
  border-radius: 8px;
}

body.company-public-mode:not(.order-app-mode) .company-public-facts dd {
  color: var(--company-ink);
}

body.company-public-mode:not(.order-app-mode) .company-public-body-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.72fr);
}

body.company-public-mode:not(.order-app-mode) .company-about-card,
body.company-public-mode:not(.order-app-mode) .company-tracking-box,
body.company-public-mode:not(.order-app-mode) .company-public-service-panel,
body.company-public-mode:not(.order-app-mode) #como-funciona .feature-card {
  border-radius: 10px;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
}

body.company-public-mode:not(.order-app-mode) .company-public-service-panel {
  gap: 18px;
}

body.company-public-mode:not(.order-app-mode) .company-delivery-stats-panel {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, color-mix(in srgb, var(--public-button-color) 13%, transparent) 0, transparent 34%),
    #fff;
}

body.company-public-mode:not(.order-app-mode) .company-public-service-panel h3 {
  max-width: 680px;
  font-size: clamp(1.7rem, 2.8vw, 2.65rem);
}

body.company-public-mode:not(.order-app-mode) .company-delivery-chart {
  padding: 4px 0;
}

body.company-public-mode:not(.order-app-mode) .delivery-chart-row {
  border-color: color-mix(in srgb, var(--public-button-color) 16%, var(--company-line));
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

body.company-public-mode:not(.order-app-mode) .delivery-chart-track {
  background: color-mix(in srgb, var(--public-button-color) 12%, #eaf0f4);
}

body.company-public-mode:not(.order-app-mode) .delivery-chart-empty {
  border-color: color-mix(in srgb, var(--public-button-color) 24%, var(--company-line));
  background: color-mix(in srgb, var(--public-button-color) 5%, #fff);
}

body.company-public-mode:not(.order-app-mode) .company-city-list {
  gap: 10px;
}

body.company-public-mode:not(.order-app-mode) .company-city-list span {
  padding: 9px 12px;
  color: var(--company-ink);
  background: #f8faff;
  border: 1px solid var(--company-line);
  border-left: 3px solid var(--public-button-color);
  border-radius: 8px;
}

body.company-public-mode:not(.order-app-mode) .company-confidence-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

body.company-public-mode:not(.order-app-mode) .company-confidence-grid article {
  border-radius: 8px;
}

body.company-public-mode:not(.order-app-mode) .company-delivery-stats-panel .company-confidence-grid article {
  background: #f8fafc;
}

body.company-public-mode:not(.order-app-mode) .company-delivery-stats-panel .company-confidence-grid strong {
  font-size: 1.28rem;
}

body.company-public-mode:not(.order-app-mode) #como-funciona {
  padding-top: clamp(54px, 7vw, 86px);
  padding-bottom: clamp(54px, 7vw, 86px);
}

body.company-public-mode:not(.order-app-mode) #como-funciona .section-heading {
  max-width: 760px;
}

body.company-public-mode:not(.order-app-mode) #como-funciona .flow-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.company-public-mode:not(.order-app-mode) .order-section {
  padding-top: clamp(50px, 7vw, 82px);
}

@media (max-width: 980px) {
body.company-public-mode:not(.order-app-mode) .hero-content {
    padding: 330px 0 118px;
  }

body.company-public-mode:not(.order-app-mode) .hero-bg,
  body.company-public-mode:not(.order-app-mode) .hero-bg.has-custom-hero-image {
    background-image:
      linear-gradient(180deg, rgba(4, 15, 26, 0.24) 0%, rgba(4, 15, 26, 0.64) 39%, rgba(4, 15, 26, 0.94) 72%, rgba(244, 247, 251, 0.98) 100%),
      var(--company-hero-url, url("assets/hero-logistics.webp"));
    background-position: center top, center top;
    background-size: 100% 100%, auto 360px;
  }

body.company-public-mode:not(.order-app-mode) .trust-grid,
  body.company-public-mode:not(.order-app-mode) #como-funciona .flow-grid,
  body.company-public-mode:not(.order-app-mode) .company-confidence-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
body.company-public-mode:not(.order-app-mode) .site-header {
    min-height: 68px;
  }

body.company-public-mode:not(.order-app-mode) .hero-content {
    padding: 292px 0 102px;
  }

body.company-public-mode:not(.order-app-mode) .hero-bg,
  body.company-public-mode:not(.order-app-mode) .hero-bg.has-custom-hero-image {
    background-size: 100% 100%, auto 320px;
  }

body.company-public-mode:not(.order-app-mode) .trust-section {
    margin-top: -72px;
  }

body.company-public-mode:not(.order-app-mode) .trust-grid,
  body.company-public-mode:not(.order-app-mode) #como-funciona .flow-grid,
  body.company-public-mode:not(.order-app-mode) .company-confidence-grid {
    grid-template-columns: 1fr;
  }

body.company-public-mode:not(.order-app-mode) .company-quick-card {
    min-height: 144px;
  }

body.company-public-mode:not(.order-app-mode) .company-public-hero-card,
  body.company-public-mode:not(.order-app-mode) .company-public-body-grid,
  body.company-public-mode:not(.order-app-mode) .company-public-facts {
    grid-template-columns: 1fr;
  }

body.company-public-mode:not(.order-app-mode) .delivery-chart-row {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 10px;
    padding: 12px;
  }

body.company-public-mode:not(.order-app-mode) .delivery-chart-track {
    grid-column: 1 / -1;
  }

body.company-public-mode:not(.order-app-mode) .company-tracking-box .entry-form {
    grid-template-columns: 1fr;
  }
}
