/* Estilos específicos da Landing Page do Despachante */

/* —— Modal —— */
.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 2000;
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.3s ease-out;
}

.modal-content {
  background: #1e1e1e;
  padding: 2rem;
  border-radius: 10px;
  width: 90%;
  max-width: 500px;
  position: relative;
  animation: slideIn 0.3s ease-out;
}

.modal-content--checkout {
  background:
    radial-gradient(520px 220px at 10% 0%, rgba(212, 180, 131, 0.14), transparent 55%),
    linear-gradient(180deg, #161616 0%, #101010 100%);
  border: 1px solid rgba(212, 180, 131, 0.22);
  border-radius: 16px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
  padding: 2.1rem 1.85rem 1.85rem;
}

.modal-content .close-modal {
  position: absolute;
  right: 14px;
  top: 12px;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  font-size: 1.45rem;
  line-height: 1;
  cursor: pointer;
  color: #aaa;
  display: grid;
  place-items: center;
  padding: 0;
}

.modal-content .close-modal:hover {
  color: var(--color-coyote);
  background: rgba(212, 180, 131, 0.12);
}

.checkout-eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-coyote);
  font-weight: 600;
}

.modal-platform-note {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 0.85rem;
  padding: 0.55rem 0.75rem;
  font-size: 0.84rem;
  line-height: 1.35;
  color: #e8dcc8;
  background: rgba(212, 180, 131, 0.1);
  border: 1px solid rgba(212, 180, 131, 0.28);
  border-radius: 8px;
}

.modal-platform-note i {
  flex-shrink: 0;
  color: var(--color-coyote);
  font-size: 1rem;
}

.modal-platform-note strong {
  color: #f5f0e6;
  font-weight: 650;
}

.modal-content h2 {
  margin: 0 0 0.55rem;
  color: #f5f0e6;
  font-family: var(--font-heading);
  font-size: clamp(1.55rem, 2.5vw, 1.85rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.modal-content .plan-desc {
  margin-bottom: 1.45rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.45;
}

.modal-content .plan-desc strong {
  color: #fff;
}

.modal-content .form-group {
  margin-bottom: 1rem;
}

.modal-content .form-group label {
  display: block;
  margin-bottom: 6px;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.7);
}

.modal-content .form-group input {
  width: 100%;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.modal-content .form-group input:focus {
  outline: none;
  border-color: rgba(212, 180, 131, 0.55);
  box-shadow: 0 0 0 3px rgba(212, 180, 131, 0.12);
}

/* Painéis waiting / success */
.checkout-panel {
  text-align: center;
  padding-top: 0.35rem;
}

.checkout-panel-icon {
  width: 64px;
  height: 64px;
  margin: 0.25rem auto 1.1rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  position: relative;
  background: rgba(212, 180, 131, 0.1);
  border: 1px solid rgba(212, 180, 131, 0.35);
  color: var(--color-coyote);
  font-size: 1.35rem;
}

.checkout-panel-icon--ok {
  background: rgba(110, 231, 183, 0.12);
  border-color: rgba(110, 231, 183, 0.45);
  color: #6ee7b7;
}

.checkout-pulse {
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 1px solid rgba(212, 180, 131, 0.35);
  animation: checkoutPulse 1.8s ease-out infinite;
}

@keyframes checkoutPulse {
  0% { transform: scale(0.92); opacity: 0.85; }
  100% { transform: scale(1.25); opacity: 0; }
}

.checkout-panel h3 {
  margin: 0 0 0.55rem;
  font-family: var(--font-heading);
  font-size: 1.35rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #f5f0e6;
}

.checkout-panel > p {
  margin: 0 0 1.25rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  line-height: 1.5;
}

.checkout-panel-hint {
  margin: 1rem 0 0 !important;
  font-size: 0.82rem !important;
  color: rgba(212, 180, 131, 0.85) !important;
}

.checkout-panel-hint i {
  margin-right: 0.35rem;
}

.checkout-key-box {
  text-align: left;
  margin: 0 0 1.1rem;
}

.checkout-key-box label {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.checkout-key-row {
  display: flex;
  gap: 0.5rem;
}

.checkout-key-row input {
  flex: 1;
  min-width: 0;
  padding: 0.85rem 0.9rem;
  border-radius: 10px;
  border: 1px solid rgba(212, 180, 131, 0.4);
  background: rgba(0, 0, 0, 0.45);
  color: #f5f0e6;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.98rem;
  letter-spacing: 0.06em;
  text-align: center;
  font-weight: 600;
}

.checkout-key-row .btn {
  flex: 0 0 auto;
  min-width: 48px;
  padding: 0.75rem 0.9rem;
  border-radius: 10px;
}

.checkout-panel--success #btnPaymentDownload {
  margin-top: 0.15rem;
}

.checkout-actions {
  display: flex;
  gap: 10px;
}

.checkout-pay-note {
  margin: 0.75rem 0 0;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.65);
  text-align: center;
}

.checkout-actions .btn {
  flex: 1;
  border: none;
  padding: 12px;
  font-size: 1.1em;
  color: #000;
}

#btnPayPix {
  background: var(--color-coyote);
}

#btnPayCreditCard {
  background: var(--color-coyote-dark);
}

#checkoutStatus,
#trialStatus,
.form-status {
  margin-top: 10px;
  color: #ff6b6b;
  text-align: center;
  display: none;
}

.hp-field {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.optional-label {
  color: #888;
  font-weight: 400;
  font-size: 0.85em;
}

.trial-fineprint {
  margin-top: 0.85rem;
  font-size: 0.78rem;
  color: #888;
  text-align: center;
  line-height: 1.4;
}

.trial-fineprint a { color: var(--color-coyote); }

.trial-key-box {
  margin: 1rem 0 1.25rem;
}

.trial-key-box label {
  display: block;
  margin-bottom: 6px;
  color: #ddd;
}

.trial-key-box input {
  width: 100%;
  padding: 12px;
  margin-bottom: 0.65rem;
  border-radius: 5px;
  border: 1px solid var(--color-coyote);
  background: #111;
  color: #fff;
  font-family: ui-monospace, monospace;
  letter-spacing: 0.04em;
  text-align: center;
}

.trial-success-actions {
  display: grid;
  gap: 0.65rem;
}

.trial-download-meta {
  margin: 0;
  font-size: 0.82rem;
  color: rgba(212, 180, 131, 0.85);
  text-align: center;
}

.btn-full { width: 100%; }

.link-like {
  background: none;
  border: none;
  color: var(--color-coyote);
  text-decoration: underline;
  cursor: pointer;
  font: inherit;
  padding: 0;
}

#trialSuccessView h2 {
  color: #6ee7b7;
}

#trialSuccessView h2 .fa-check-circle {
  margin-right: 0.35rem;
}

#creditCardContainer {
  display: none;
  text-align: center;
  margin-top: 1.5rem;
}

#creditCardContainer h3 {
  color: #f39c12;
  margin-bottom: 1rem;
}

#creditCardContainer > p {
  font-size: 0.9em;
  margin-bottom: 1rem;
}

#creditCardLink {
  background: #f39c12;
  border: none;
  padding: 12px 24px;
  font-size: 1.1em;
  text-decoration: none;
  display: inline-block;
}

.checkout-info-box {
  padding: 10px;
  border-radius: 5px;
  margin-top: 1.5rem;
  font-size: 0.85em;
  text-align: left;
}

.checkout-info-box--card {
  background: rgba(243, 156, 18, 0.1);
  border: 1px solid #f39c12;
}

.checkout-info-box--pix {
  background: rgba(212, 180, 131, 0.1);
  border: 1px solid var(--color-coyote);
}

.pix-container {
  display: none;
  text-align: center;
  margin-top: 1rem;
}

.pix-container h3 {
  color: var(--color-coyote);
  margin-bottom: 1rem;
}

.pix-container > p {
  font-size: 0.9em;
  margin-bottom: 1rem;
}

#pixQrcode {
  max-width: 200px;
  margin: 0 auto;
  border-radius: 10px;
  border: 2px solid var(--color-coyote);
  padding: 5px;
  background: #fff;
}

.pix-copy-wrap {
  margin-top: 1rem;
}

.pix-copy-wrap label {
  font-size: 0.85em;
  color: #aaa;
  margin-bottom: 5px;
  display: block;
}

#pixCopiaECola {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #333;
  background: #222;
  color: #fff;
  font-size: 0.8em;
  margin-bottom: 10px;
}

#btnCopyPix {
  width: 100%;
  border-color: var(--color-coyote);
  color: var(--color-coyote);
}

/* success panel styles live in .checkout-panel--success */

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes slideIn {
  from { opacity: 0; transform: translateY(-50px); }
  to { opacity: 1; transform: translateY(0); }
}

/* —— Hero despachante —— */
.hero-despachante {
  padding-top: 120px;
}

.hero-despachante .hero-flex {
  align-items: center;
  gap: clamp(1.5rem, 4vw, 3.5rem);
}

.hero-despachante .hero-content {
  flex: 0 1 42%;
  max-width: 520px;
}

.hero-despachante .hero__badge {
  color: var(--color-coyote);
  border-color: var(--color-coyote);
}

.hero-despachante h1 .hero-accent {
  color: var(--color-coyote);
}

.hero-despachante .hero-actions {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.hero-despachante .hero-actions .btn {
  padding: 0.55rem 1.35rem;
  font-size: 0.92rem;
  letter-spacing: 1px;
  border-radius: 6px;
  line-height: 1.2;
  box-shadow: none;
}

.hero-despachante .hero-actions .btn-outline {
  border-width: 1px;
}

.hero-despachante .btn-hero-primary {
  background: var(--color-coyote);
  border-color: var(--color-coyote);
  color: #000;
}

.hero-despachante .btn-hero-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(212, 180, 131, 0.28);
}

.hero-despachante .hero-mockup {
  flex: 1 1 55%;
  min-width: 0;
  text-align: center;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  perspective: 1000px;
  transform-style: preserve-3d;
}

.hero-despachante .hero-mockup img {
  display: block;
  width: min(100%, 720px);
  max-width: none;
  height: auto;
  margin: 0 auto;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  filter: drop-shadow(0 32px 56px rgba(0, 0, 0, 0.6));
  transform: rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateZ(0);
  transform-style: preserve-3d;
  will-change: transform;
  transition: none;
}

@media (min-width: 1100px) {
  .hero-despachante .hero-mockup img {
    width: min(100%, 780px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-despachante .hero-mockup img {
    transition: none;
    transform: none;
  }
}

.logo .badge-pro-desp {
  color: var(--color-coyote);
  font-size: 0.6em;
  vertical-align: middle;
  border: 1px solid var(--color-coyote);
  padding: 2px 6px;
  border-radius: 4px;
  margin-left: 5px;
}

/* Nav: logo+badge “DESPACHANTE” aperta o meio — evita quebra de linha */
.nav:has(.badge-pro-desp) {
  gap: 0.75rem;
}

.nav:has(.badge-pro-desp) > * {
  flex: 0 1 auto;
}

.nav:has(.badge-pro-desp) .logo {
  flex: 0 1 auto;
  min-width: 0;
}

.nav:has(.badge-pro-desp) .logo .logo-text {
  font-size: clamp(1rem, 1.35vw, 1.25rem);
  letter-spacing: 1.2px;
}

.nav:has(.badge-pro-desp) .nav-links {
  flex: 1 1 auto;
  justify-content: center;
  gap: clamp(0.75rem, 1.5vw, 1.35rem);
  flex-wrap: nowrap;
}

.nav:has(.badge-pro-desp) .nav-links a {
  white-space: nowrap;
  font-size: 0.78rem;
  letter-spacing: 0.55px;
}

.nav:has(.badge-pro-desp) .nav-cta {
  flex: 0 0 auto;
}

.nav:has(.badge-pro-desp) .nav-cta .btn-small {
  white-space: nowrap;
  padding: 0.4rem 1rem;
  font-size: 0.95rem;
}

/* —— Features (4 boxes) —— */
.features-despachante {
  position: relative;
  padding: 4.5rem 0;
  background:
    radial-gradient(700px 320px at 50% 0%, rgba(212, 180, 131, 0.08), transparent 55%),
    #0c0c0c;
}

.features-despachante .features-header,
.features-despachante .features-columns {
  display: none;
}

.fd-header {
  text-align: center;
  max-width: 38rem;
  margin: 0 auto 2.5rem;
}

.fd-eyebrow {
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-coyote);
  margin-bottom: 0.65rem;
  font-weight: 600;
}

.fd-header h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.85rem, 3.5vw, 2.6rem);
  line-height: 1.05;
  letter-spacing: 0.04em;
  color: #fff;
  margin-bottom: 0.75rem;
}

.fd-header h2 span {
  color: var(--color-coyote);
}

.fd-lead {
  color: rgba(255, 255, 255, 0.62);
  font-size: 1.02rem;
  line-height: 1.5;
}

.fd-boxes {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  max-width: 1100px;
  margin: 0 auto;
}

.fd-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 100%;
  padding: 1.5rem 1.35rem;
  border-radius: 16px;
  border: 1px solid rgba(212, 180, 131, 0.14);
  background: linear-gradient(165deg, rgba(28, 28, 24, 0.95), rgba(14, 14, 12, 0.98));
  transition: transform 0.22s ease, border-color 0.22s ease;
}

.fd-box:hover {
  transform: translateY(-3px);
  border-color: rgba(212, 180, 131, 0.35);
}

.fd-box-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  margin-bottom: 1rem;
  background: rgba(212, 180, 131, 0.12);
  color: var(--color-coyote);
  font-size: 1.1rem;
}

.fd-box h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.55rem;
  line-height: 1.25;
}

.fd-box p {
  margin: 0;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.45;
}

@media (max-width: 980px) {
  .fd-boxes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .features-despachante {
    padding: 3.25rem 0;
  }

  .fd-boxes {
    grid-template-columns: 1fr;
  }
}

/* —— Login portais PF —— */
.sisgcorp-section {
  padding: 4.5rem 0;
  background:
    radial-gradient(700px 320px at 50% 0%, rgba(212, 180, 131, 0.1), transparent 55%),
    #0a0a0a;
}

.sisgcorp-header {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto 2.25rem;
}

.sisgcorp-eyebrow {
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-coyote);
  font-weight: 600;
  margin-bottom: 0.65rem;
}

.sisgcorp-header h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.85rem, 3.5vw, 2.6rem);
  letter-spacing: 0.04em;
  line-height: 1.05;
  margin-bottom: 0.75rem;
  color: #fff;
}

.sisgcorp-header h2 span {
  color: var(--color-coyote);
}

.sisgcorp-header p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 1.02rem;
  line-height: 1.5;
  margin: 0;
}

.sisgcorp-portals {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  max-width: 1000px;
  margin: 0 auto 2rem;
}

.sisgcorp-portal {
  padding: 1.5rem 1.35rem;
  border-radius: 16px;
  border: 1px solid rgba(212, 180, 131, 0.18);
  background: linear-gradient(165deg, rgba(30, 28, 22, 0.98), rgba(14, 14, 12, 0.98));
  transition: transform 0.22s ease, border-color 0.22s ease;
}

.sisgcorp-portal:hover {
  transform: translateY(-3px);
  border-color: rgba(212, 180, 131, 0.4);
}

.sisgcorp-portal-num {
  display: block;
  font-family: var(--font-heading);
  font-size: 1.35rem;
  letter-spacing: 0.06em;
  color: var(--color-coyote);
  margin-bottom: 0.65rem;
  line-height: 1;
}

.sisgcorp-portal h3 {
  font-family: var(--font-heading);
  font-size: 1.55rem;
  letter-spacing: 0.06em;
  color: #fff;
  margin-bottom: 0.5rem;
  line-height: 1;
}

.sisgcorp-portal p {
  margin: 0;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.45;
}

.sisgcorp-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
  padding: 1.35rem 1.5rem;
  border-radius: 14px;
  border: 1px solid rgba(212, 180, 131, 0.16);
  background: rgba(255, 255, 255, 0.02);
}

.sisgcorp-points {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem 1.25rem;
  flex: 1 1 360px;
}

.sisgcorp-points li {
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  line-height: 1.35;
}

.sisgcorp-points i {
  color: var(--color-coyote);
  margin-top: 0.15rem;
  flex-shrink: 0;
}

.sisgcorp-foot .btn {
  white-space: nowrap;
}

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

  .sisgcorp-points {
    grid-template-columns: 1fr;
  }

  .sisgcorp-foot {
    align-items: stretch;
  }

  .sisgcorp-foot .btn {
    width: 100%;
  }
}

/* —— Telas desktop (carrossel + lightbox) —— */
.app-screens-desp {
  padding: 4.5rem 0;
  overflow: hidden;
}

.app-screens-desp .app-screens-flex {
  align-items: center;
}

.app-screens-desp .app-screens-copy--desp {
  max-width: 360px;
  padding-top: 0;
  padding-bottom: 0;
}

.app-screens-desp .desp-screens-hint {
  font-size: 0.88rem;
  color: rgba(212, 180, 131, 0.85);
  margin: -0.5rem 0 1.1rem;
}

.app-screens-desp .screens-grid {
  margin-bottom: 0;
  align-items: center;
  align-self: center;
}

.app-screens-desp .desp-screens-carousel {
  align-items: center;
  width: 100%;
}

.app-screens-desp .desp-screens-carousel .screens-carousel-viewport {
  width: min(100%, calc(3 * min(28vw, 300px) + 2 * clamp(1.75rem, 3.2vw, 2.75rem) + 6.5rem));
  max-width: 100%;
  padding: 2rem 0;
  overflow: hidden;
  /* Corte suave nas laterais (não seco) */
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 10%,
    #000 90%,
    transparent 100%
  );
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 10%,
    #000 90%,
    transparent 100%
  );
}

.app-screens-desp .desp-screens-carousel .screens-carousel-track {
  align-items: center;
  gap: clamp(1.75rem, 3.2vw, 2.75rem);
}

.app-screens-desp .desp-screen-item {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  border: 1px solid rgba(212, 180, 131, 0.18);
  border-radius: 12px;
  overflow: hidden;
  background: #121212;
  cursor: zoom-in;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
  font: inherit;
  color: inherit;
  text-align: left;
  appearance: none;
  -webkit-appearance: none;
  transform-origin: center center;
}

/* Print completo, sem crop no rodapé */
.app-screens-desp .desp-screen-item img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
}

.app-screens-desp .desp-screen-item.screen-item {
  opacity: 0.4;
  transform: scale(0.88);
  filter: none;
  -webkit-filter: none;
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.app-screens-desp .desp-screen-item.screen-item.is-in-view {
  opacity: 0.85;
}

.app-screens-desp .desp-screen-item.screen-item.is-side,
.app-screens-desp .desp-screen-item.screen-item.is-side-left,
.app-screens-desp .desp-screen-item.screen-item.is-side-right {
  opacity: 0.7;
  z-index: 1;
  transform: scale(0.86);
}

.app-screens-desp .desp-screen-item.screen-item.is-active {
  opacity: 1;
  z-index: 3;
  border-color: rgba(212, 180, 131, 0.45);
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(212, 180, 131, 0.12);
  transform: scale(1.34);
  animation: none;
}

.app-screens-desp .desp-screen-label {
  position: absolute;
  left: 0.45rem;
  bottom: 0.45rem;
  padding: 0.16rem 0.42rem;
  border-radius: 999px;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1a1a1a;
  background: var(--color-coyote);
  line-height: 1.1;
}

/* Lightbox */
.desp-lightbox[hidden] {
  display: none !important;
}

.desp-lightbox {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(6px);
}

.desp-lightbox-figure {
  margin: 0;
  max-width: min(1100px, 94vw);
  max-height: 88vh;
  text-align: center;
}

.desp-lightbox-figure img {
  max-width: 100%;
  max-height: 78vh;
  border-radius: 10px;
  border: 1px solid rgba(212, 180, 131, 0.25);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
  background: #111;
}

.desp-lightbox-figure figcaption {
  margin-top: 0.85rem;
  color: var(--color-coyote);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.85rem;
}

.desp-lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1.25rem;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
}

.desp-lightbox-close:hover {
  background: rgba(212, 180, 131, 0.25);
  color: var(--color-coyote);
}

.desp-lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border: 1px solid rgba(212, 180, 131, 0.35);
  border-radius: 50%;
  background: rgba(18, 18, 18, 0.85);
  color: var(--color-coyote);
  cursor: pointer;
  display: grid;
  place-items: center;
}

.desp-lightbox-prev { left: 1rem; }
.desp-lightbox-next { right: 1rem; }

.desp-lightbox-nav:hover {
  background: rgba(212, 180, 131, 0.18);
}

@media (prefers-reduced-motion: reduce) {
  .app-screens-desp .desp-screen-item.screen-item,
  .app-screens-desp .desp-screen-item.screen-item.is-side,
  .app-screens-desp .desp-screen-item.screen-item.is-side-left,
  .app-screens-desp .desp-screen-item.screen-item.is-side-right,
  .app-screens-desp .desp-screen-item.screen-item.is-active {
    transition: none;
  }
}

@media (max-width: 768px) {
  .app-screens-desp {
    padding: 3rem 0;
  }

  .app-screens-desp .app-screens-flex {
    align-items: center;
  }

  .app-screens-desp .app-screens-copy--desp {
    padding-bottom: 0;
    text-align: center;
  }

  .app-screens-desp .screens-grid {
    margin-bottom: 0;
    width: 100%;
    align-self: stretch;
  }

  .app-screens-desp .desp-screens-carousel .screens-carousel-track {
    gap: 1.35rem;
  }

  .app-screens-desp .desp-screen-item.screen-item.is-side,
  .app-screens-desp .desp-screen-item.screen-item.is-side-left,
  .app-screens-desp .desp-screen-item.screen-item.is-side-right {
    transform: scale(0.9);
  }

  .app-screens-desp .desp-screen-item.screen-item.is-active {
    transform: scale(1.16);
  }

  .app-screens-desp .desp-screen-label {
    font-size: 0.55rem;
    padding: 0.14rem 0.38rem;
  }

  .app-screens-desp .desp-screens-carousel .screens-carousel-viewport {
    width: 100%;
    -webkit-mask-image: linear-gradient(
      90deg,
      transparent 0%,
      #000 12%,
      #000 88%,
      transparent 100%
    );
    mask-image: linear-gradient(
      90deg,
      transparent 0%,
      #000 12%,
      #000 88%,
      transparent 100%
    );
  }

  .desp-lightbox-nav {
    width: 40px;
    height: 40px;
  }

  .desp-lightbox-prev { left: 0.35rem; }
  .desp-lightbox-next { right: 0.35rem; }
}

/* —— Pricing (premium / alinhado) —— */
.pricing-section--desp {
  padding: 5rem 0 5.5rem;
  background:
    radial-gradient(800px 360px at 50% 0%, rgba(212, 180, 131, 0.08), transparent 55%),
    #080808;
}

.pricing-section--desp .pricing-header {
  text-align: center;
  margin-bottom: 2.75rem;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

.pricing-section--desp .pricing-eyebrow {
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-coyote);
  font-weight: 600;
  margin-bottom: 0.65rem;
}

.pricing-section--desp .pricing-header h2 {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 2.8rem);
  letter-spacing: 0.04em;
  line-height: 1.05;
  margin-bottom: 0.75rem;
  color: #fff;
}

.pricing-section--desp .pricing-header .highlight {
  color: var(--color-coyote);
}

.pricing-section--desp .pricing-header > p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 1.02rem;
  line-height: 1.5;
}

.pricing-section--desp .pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  align-items: stretch;
  max-width: 1080px;
  margin: 0 auto;
}

.pricing-section--desp .pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: auto;
  min-height: 100%;
  padding: 2rem 1.6rem 1.5rem;
  text-align: left;
  border-radius: 18px;
  border: 1px solid rgba(212, 180, 131, 0.14);
  background:
    linear-gradient(165deg, rgba(30, 30, 26, 0.98) 0%, rgba(14, 14, 12, 0.98) 100%);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.28);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  transform: none;
}

.pricing-section--desp .pricing-card:hover {
  transform: translateY(-4px);
  border-color: rgba(212, 180, 131, 0.35);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.4);
}

.pricing-section--desp .pricing-card.popular {
  width: auto;
  border: 1px solid rgba(212, 180, 131, 0.55);
  background:
    linear-gradient(165deg, rgba(212, 180, 131, 0.14) 0%, rgba(22, 20, 16, 0.98) 42%, rgba(12, 12, 10, 0.99) 100%);
  box-shadow:
    0 0 0 1px rgba(212, 180, 131, 0.12),
    0 18px 50px rgba(0, 0, 0, 0.4);
  transform: none;
}

.pricing-section--desp .pricing-card.popular:hover {
  transform: translateY(-4px) !important;
  box-shadow:
    0 0 0 1px rgba(212, 180, 131, 0.2),
    0 22px 56px rgba(212, 180, 131, 0.12);
}

.pricing-section--desp .popular-badge {
  position: absolute;
  top: -0.7rem;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #e5cda3, var(--color-coyote));
  color: #1a1a1a;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  white-space: nowrap;
  box-shadow: 0 6px 18px rgba(212, 180, 131, 0.3);
}

.pricing-section--desp .pricing-card-top {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.pricing-section--desp .pricing-card-header {
  min-height: 4.4rem;
}

.pricing-section--desp .pricing-card-header h3 {
  font-family: var(--font-heading);
  font-size: 1.85rem;
  letter-spacing: 0.06em;
  color: #fff;
  margin-bottom: 0.35rem;
  line-height: 1;
}

.pricing-section--desp .pricing-card-header p {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.92rem;
  margin: 0;
  line-height: 1.35;
}

.pricing-section--desp .pricing-price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.15rem 0.25rem;
  margin: 1.35rem 0 1.4rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(212, 180, 131, 0.12);
}

.pricing-section--desp .pricing-price .currency {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--color-coyote);
}

.pricing-section--desp .pricing-price .amount {
  font-family: var(--font-heading);
  font-size: 3.4rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 0.9;
  color: #fff;
}

.pricing-section--desp .pricing-price .period {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.95rem;
  margin-left: 0.15rem;
}

.pricing-section--desp .pricing-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  flex: 1 1 auto;
}

.pricing-section--desp .pricing-card ul li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  line-height: 1.35;
}

.pricing-section--desp .pricing-card ul li i {
  color: var(--color-coyote);
  margin: 0.2rem 0 0;
  flex-shrink: 0;
  font-size: 0.85rem;
}

.pricing-section--desp .pricing-card-footer {
  margin-top: 1.6rem;
  padding-top: 0.25rem;
}

.pricing-section--desp .pricing-card .btn-full {
  width: 100%;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-radius: 10px;
}

.pricing-section--desp .pricing-card .btn-outline {
  border: 1.5px solid rgba(212, 180, 131, 0.7);
  color: var(--color-coyote);
  background: transparent;
}

.pricing-section--desp .pricing-card .btn-outline:hover {
  background: rgba(212, 180, 131, 0.1);
  border-color: var(--color-coyote);
  color: #e5cda3;
}

.pricing-section--desp .pricing-card .btn-primary.subscribe-btn {
  background: linear-gradient(180deg, #e5cda3, var(--color-coyote));
  border-color: transparent;
  color: #1a1a1a;
  box-shadow: 0 8px 22px rgba(212, 180, 131, 0.25);
}

.pricing-section--desp .pricing-card .btn-primary.subscribe-btn:hover {
  filter: brightness(1.05);
}

@media (max-width: 980px) {
  .pricing-section--desp .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
  }

  .pricing-section--desp .pricing-card.popular {
    order: -1;
  }
}

/* —— CTA final despachante —— */
.cta-desp {
  padding: 4rem 0;
  text-align: center;
  background: linear-gradient(180deg, #111 0%, #080808 100%);
}

.cta-desp h2 {
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  margin-bottom: 0.75rem;
}

.cta-desp h2 span {
  color: var(--color-coyote);
}

.cta-desp p {
  color: #aaa;
  margin-bottom: 1.75rem;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
}

.cta-desp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.cta-desp .btn-coyote {
  background: var(--color-coyote);
  border-color: var(--color-coyote);
  color: #000;
}

/* —— Why / benefits tweaks —— */
.why-desp .why-icon {
  color: var(--color-coyote);
}

.why-desp h2 span {
  color: var(--color-coyote);
}

/* —— Footer —— */
.footer-desp {
  margin-top: 2rem;
}

/* —— Responsive —— */
@media (max-width: 1024px) {
  .hero-despachante .hero-content {
    flex: 1 1 auto;
    max-width: 100%;
  }

  .hero-despachante .hero-mockup {
    flex: 1 1 auto;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
  }

  .hero-despachante .hero-mockup img {
    width: min(100%, 640px);
  }
}

@media (max-width: 768px) {
  .hero-despachante {
    padding-top: 100px;
  }

  .hero-despachante .hero-mockup img {
    width: min(100%, 100%);
  }

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

  .hero-despachante .hero-actions .btn {
    text-align: center;
  }

  .checkout-actions {
    flex-direction: column;
  }
}
