.prototipo1-page {
  background: #0b1727;
  color: #e2e8f0;
}

.prototipo1-page main {
  min-height: 60vh;
}

.proposal-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.85rem;
  border: 1px solid rgba(218, 168, 88, 0.35);
  border-radius: 999px;
  background: rgba(18, 45, 65, 0.55);
  color: #daa858;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.proposal-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(4rem, 8vw, 5.5rem) 0 clamp(3rem, 6vw, 4rem);
  background:
    radial-gradient(circle at top right, rgba(54, 156, 232, 0.18), transparent 30%),
    radial-gradient(circle at top left, rgba(218, 168, 88, 0.16), transparent 25%),
    linear-gradient(180deg, rgba(11, 23, 39, 0.92) 0%, #0b1727 100%);
}

.proposal-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(11, 23, 39, 0.85) 0%, rgba(11, 23, 39, 0.55) 45%, rgba(11, 23, 39, 0.9) 100%);
  pointer-events: none;
}

.proposal-hero > .container {
  position: relative;
  z-index: 1;
}

.proposal-hero-grid {
  display: grid;
  gap: clamp(1.75rem, 4vw, 3.25rem);
  grid-template-columns: minmax(280px, 1fr) minmax(280px, 1fr);
  align-items: center;
}

.proposal-title {
  color: #fff;
  font-family: Ubuntu, sans-serif;
  /* Camila Ortiz + Valentina: H1 B2B premium, no cartel. Max ~2.35rem desktop. */
  font-size: clamp(1.55rem, 1.05rem + 1.35vw, 2.35rem);
  font-weight: 700;
  line-height: 1.28;
  max-width: 22ch;
  letter-spacing: -0.015em;
}

.proposal-lead {
  max-width: 34rem;
  color: #c8d0dc;
  font-size: clamp(0.95rem, 0.88rem + 0.3vw, 1.05rem);
  line-height: 1.58;
}

.proposal-card,
.proposal-service-card,
.proposal-buyer-card,
.proposal-stat,
.proposal-feature,
.proposal-cta-band,
.proposal-highlight,
.proposal-plan-card,
.proposal-faq-card,
.proposal-grid-card {
  background: linear-gradient(180deg, rgba(18, 45, 65, 0.78) 0%, rgba(11, 23, 39, 0.92) 100%);
  border: 1px solid rgba(170, 183, 195, 0.16);
  border-radius: 1.1rem;
  box-shadow: 0 18px 48px rgba(3, 8, 17, 0.22);
}

.proposal-card,
.proposal-stat,
.proposal-feature,
.proposal-cta-band,
.proposal-highlight,
.proposal-plan-card,
.proposal-faq-card,
.proposal-grid-card {
  padding: 1.5rem;
}

.proposal-service-card,
.proposal-buyer-card {
  height: 100%;
  padding: 1.5rem;
}

.proposal-section {
  padding: clamp(3rem, 6vw, 4rem) 0;
}

.proposal-section-muted {
  background: rgba(7, 15, 28, 0.65);
}

.proposal-section-title {
  color: #daa858;
  font-family: Ubuntu, sans-serif;
  font-size: clamp(1.45rem, 1rem + 1.4vw, 2.15rem);
  font-weight: 700;
  line-height: 1.25;
}

.proposal-eyebrow {
  margin-bottom: 0.6rem;
  color: #8ec8f5;
  font-size: clamp(0.7rem, 0.65rem + 0.2vw, 0.78rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.proposal-text-soft {
  color: #b6c0cc;
}

.proposal-list {
  margin: 0;
  padding-left: 1.1rem;
  color: #cbd5e1;
}

.proposal-list li + li {
  margin-top: 0.55rem;
}

.proposal-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.proposal-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  background: rgba(11, 23, 39, 0.95);
  border: 1px solid rgba(218, 168, 88, 0.2);
  color: #e2e8f0;
  font-size: 0.92rem;
}

.proposal-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 50%;
  background: rgba(218, 168, 88, 0.15);
  color: #daa858;
  font-weight: 700;
}

.proposal-service-card a,
.proposal-buyer-card a,
.proposal-highlight a,
.proposal-card a,
.proposal-grid-card a {
  color: #8ec8f5;
  text-decoration: none;
  font-weight: 600;
}

.proposal-service-card a:hover,
.proposal-buyer-card a:hover,
.proposal-highlight a:hover,
.proposal-card a:hover,
.proposal-grid-card a:hover {
  color: #daa858;
}

.proposal-service-card h3,
.proposal-buyer-card h3,
.proposal-plan-card h3,
.proposal-grid-card h3,
.proposal-card h3,
.proposal-card h4,
.proposal-feature h3,
.proposal-highlight h3,
.proposal-faq-card h3 {
  color: #fff;
  font-family: Ubuntu, sans-serif;
}

.proposal-service-card p:last-child,
.proposal-buyer-card p:last-child,
.proposal-card p:last-child,
.proposal-feature p:last-child,
.proposal-highlight p:last-child,
.proposal-plan-card p:last-child,
.proposal-faq-card p:last-child,
.proposal-grid-card p:last-child {
  margin-bottom: 0;
}

.proposal-hero-visual {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  min-width: 0;
}

.proposal-hero-figure {
  margin: 0;
  border-radius: 1.1rem;
  overflow: hidden;
  border: 1px solid rgba(170, 183, 195, 0.16);
  box-shadow:
    0 18px 48px rgba(3, 8, 17, 0.28),
    0 0 48px rgba(218, 168, 88, 0.06);
  background: rgba(11, 23, 39, 0.65);
}

.proposal-hero-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  vertical-align: middle;
}

.proposal-section-figure {
  margin: 0 0 1.25rem;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(170, 183, 195, 0.14);
  box-shadow: 0 14px 36px rgba(3, 8, 17, 0.2);
  background: rgba(11, 23, 39, 0.65);
  max-width: 100%;
}

.proposal-section-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  max-height: 460px;
}

.proposal-mockup {
  min-height: auto;
  padding: 1.15rem;
}

.proposal-mockup .proposal-mockup-body {
  gap: 0.65rem;
}

.proposal-circle-frame {
  width: min(420px, 100%);
  aspect-ratio: 1;
  margin: 0 auto;
  border-radius: 50%;
  padding: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 30% 30%, rgba(54, 156, 232, 0.14), rgba(11, 23, 39, 0.98));
  border: 1px solid rgba(218, 168, 88, 0.28);
  box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.02);
  overflow: hidden;
}

.proposal-circle-frame img {
  width: 100%;
  max-width: 100%;
  max-height: 72%;
  object-fit: contain;
}

.proposal-team-link {
  color: #8ec8f5;
  text-decoration: none;
  font-weight: 600;
}

.proposal-team-link:hover {
  color: #daa858;
}

.proposal-media-card {
  overflow: hidden;
}

.proposal-media-figure {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 250px;
  padding: 1.2rem;
  background: rgba(7, 15, 28, 0.92);
  border-bottom: 1px solid rgba(170, 183, 195, 0.1);
}

.proposal-media-card img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 210px;
  object-fit: contain;
}

.proposal-media-card .proposal-card-body {
  padding: 1.2rem 1.3rem 1.4rem;
}

.proposal-mockup-window {
  border-radius: 1rem;
  border: 1px solid rgba(54, 156, 232, 0.25);
  background: rgba(7, 15, 28, 0.95);
  overflow: hidden;
}

.proposal-mockup-topbar {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid rgba(170, 183, 195, 0.12);
}

.proposal-mockup-dot {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: #daa858;
  opacity: 0.85;
}

.proposal-mockup-body {
  display: grid;
  gap: 1rem;
  padding: 1.25rem;
}

.proposal-mockup-panel {
  padding: 1rem;
  border: 1px solid rgba(170, 183, 195, 0.12);
  border-radius: 0.9rem;
  background: linear-gradient(180deg, rgba(18, 45, 65, 0.45), rgba(11, 23, 39, 0.95));
}

.proposal-mockup-panel strong {
  color: #fff;
}

.proposal-mockup-line {
  height: 0.55rem;
  border-radius: 999px;
  background: rgba(226, 232, 240, 0.12);
}

.proposal-mockup-line.gold {
  background: linear-gradient(90deg, rgba(218, 168, 88, 0.85), rgba(218, 168, 88, 0.2));
}

.proposal-stat-value {
  color: #fff;
  font-family: Ubuntu, sans-serif;
  font-size: 1.65rem;
  font-weight: 700;
}

.proposal-plan-card.featured {
  border-color: rgba(218, 168, 88, 0.6);
  transform: translateY(-0.2rem);
}

.proposal-plan-price {
  color: #daa858;
  font-family: Ubuntu, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.proposal-table-wrap {
  overflow-x: auto;
}

.proposal-table {
  width: 100%;
  min-width: 720px;
  border-collapse: separate;
  border-spacing: 0;
  color: #e2e8f0;
}

.proposal-table th,
.proposal-table td {
  padding: 0.95rem 1rem;
  border-bottom: 1px solid rgba(170, 183, 195, 0.12);
  vertical-align: top;
}

.proposal-table th {
  color: #fff;
  font-family: Ubuntu, sans-serif;
  font-size: 0.95rem;
}

.proposal-table .featured-col {
  background: transparent;
}

.proposal-table .plan-name {
  display: block;
  color: #fff;
  font-family: Ubuntu, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
}

.proposal-table .plan-price {
  display: block;
  color: #daa858;
  font-family: Ubuntu, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.proposal-table .plan-per-user {
  display: block;
  color: #e2e8f0;
  font-family: Ubuntu, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.proposal-table .plan-price-annual {
  display: none;
}

.proposal-table.billing-annual .plan-price-monthly {
  display: none;
}

.proposal-table.billing-annual .plan-price-annual {
  display: block;
}

.proposal-toggle-switch {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0.25rem;
  border-radius: 999px;
  background: rgba(11, 23, 39, 0.7);
  border: 1px solid rgba(170, 183, 195, 0.2);
}

.proposal-toggle-thumb {
  position: absolute;
  top: 0.25rem;
  bottom: 0.25rem;
  left: 0.25rem;
  border-radius: 999px;
  background: #369CE8;
  box-shadow: 0 2px 8px rgba(54, 156, 232, 0.4);
  transition: left 0.25s ease, width 0.25s ease;
  z-index: 0;
}

.proposal-toggle-btn {
  position: relative;
  z-index: 1;
  border: none;
  background: transparent;
  color: #8fa0b3;
  font-family: Ubuntu, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0.4rem 1rem;
  border-radius: 999px;
  cursor: pointer;
  transition: color 0.2s ease;
  white-space: nowrap;
}

.proposal-toggle-btn:hover,
.proposal-toggle-btn:focus {
  color: #e2e8f0;
}

.proposal-toggle-btn.active {
  color: #fff;
}

.proposal-billing-save {
  display: inline-block;
  margin-left: 0.3rem;
  padding: 0.1rem 0.45rem;
  border-radius: 999px;
  background: rgba(218, 168, 88, 0.18);
  color: #daa858;
  font-size: 0.7rem;
  font-weight: 600;
}

.proposal-page-links {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.proposal-page-links a {
  text-decoration: none;
}

.proposal-cta-band {
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
}

.proposal-footer-note {
  color: #9da3ab;
  font-size: 0.92rem;
}

.proposal-bullet-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.proposal-bullet-list li {
  position: relative;
  padding-left: 1.15rem;
  color: #cbd5e1;
}

.proposal-bullet-list li + li {
  margin-top: 0.6rem;
}

.proposal-bullet-list li::before {
  content: "";
  position: absolute;
  top: 0.55rem;
  left: 0;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #daa858;
}

.proposal-contact-list a {
  color: #e2e8f0;
  text-decoration: none;
}

.proposal-contact-list a:hover {
  color: #8ec8f5;
}

.proposal-note-box {
  border-left: 3px solid #daa858;
  padding-left: 1rem;
}

.proposal-trust-band {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1.4fr 0.8fr;
  align-items: center;
}

.proposal-logo-wall {
  display: flex;
  justify-content: center;
}

.proposal-logo-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
  padding: 1.5rem;
  border-radius: 1rem;
  border: 1px solid rgba(170, 183, 195, 0.16);
  background: linear-gradient(180deg, rgba(18, 45, 65, 0.78) 0%, rgba(11, 23, 39, 0.92) 100%);
  box-shadow: 0 18px 48px rgba(3, 8, 17, 0.22);
}

.proposal-logo-card img {
  width: 100%;
  max-width: 150px;
  height: auto;
  object-fit: contain;
}

.proposal-icon-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.proposal-icon-tile {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1rem;
  border: 1px solid rgba(170, 183, 195, 0.12);
  border-radius: 0.9rem;
  background: linear-gradient(180deg, rgba(18, 45, 65, 0.45), rgba(11, 23, 39, 0.95));
}

.proposal-icon-tile strong {
  color: #fff;
  font-family: Ubuntu, sans-serif;
}

.proposal-icon-tile span:last-child {
  color: #9da3ab;
  font-size: 0.85rem;
}

.proposal-icon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: rgba(218, 168, 88, 0.12);
  border: 1px solid rgba(218, 168, 88, 0.25);
  color: #daa858;
  font-size: 1.15rem;
}

.proposal-plan-list {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}

.proposal-plan-list li {
  position: relative;
  padding-left: 1.15rem;
  color: #cbd5e1;
}

.proposal-plan-list li + li {
  margin-top: 0.6rem;
}

.proposal-plan-list li::before {
  content: "";
  position: absolute;
  top: 0.55rem;
  left: 0;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #daa858;
}

.proposal-table-note {
  color: #cbd5e1;
  text-align: center;
}

.proposal-media-section {
  padding-top: clamp(2.25rem, 4vw, 3rem);
  padding-bottom: clamp(2.25rem, 4vw, 3rem);
  background: rgba(7, 15, 28, 0.65);
}

.proposal-media-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1rem;
  max-width: 1128px;
  margin: 0 auto;
}

.proposal-media-link {
  display: grid;
  min-height: 96px;
  padding: 1.25rem;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(218, 168, 88, 0.18);
  border-radius: 0.5rem;
  background: #102235;
  box-shadow: 0 12px 28px rgba(3, 8, 17, 0.18);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.proposal-media-link:focus-visible {
  outline: 3px solid rgba(218, 168, 88, 0.55);
  outline-offset: 3px;
}

.proposal-media-link:hover {
  border-color: rgba(218, 168, 88, 0.55);
  box-shadow: 0 16px 32px rgba(3, 8, 17, 0.28);
  transform: translateY(-2px);
}

.proposal-media-logo {
  display: block;
  width: auto;
  height: auto;
  max-width: 136px;
  max-height: 48px;
  object-fit: contain;
  opacity: 0.78;
  filter: grayscale(100%);
  transition: filter 0.2s ease, opacity 0.2s ease;
}

.proposal-media-link:hover .proposal-media-logo,
.proposal-media-link:focus-visible .proposal-media-logo {
  opacity: 1;
  filter: grayscale(0);
}

.proposal-media-logo--light {
  filter: grayscale(100%) invert(100%);
}

.proposal-media-link:hover .proposal-media-logo--light,
.proposal-media-link:focus-visible .proposal-media-logo--light {
  filter: grayscale(100%) invert(100%);
}

.proposal-integrations .carousel {
  padding: 0 2.5rem;
}

.proposal-integrations .carousel-item {
  padding: 0.5rem 0;
}

.proposal-integrations .integration-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem 0.5rem;
  color: #cbd5e1;
  font-family: Ubuntu, sans-serif;
  font-size: 0.8rem;
  text-align: center;
}

.proposal-integrations .integration-item i {
  font-size: 2rem;
  color: #8ec8f5;
  transition: color 0.2s ease, transform 0.2s ease;
}

.proposal-integrations .integration-item:hover i {
  color: #369CE8;
  transform: translateY(-2px);
}

.proposal-integrations .carousel-control-prev,
.proposal-integrations .carousel-control-next {
  width: 2.5rem;
  opacity: 0.7;
}

.proposal-integrations .carousel-control-prev-icon,
.proposal-integrations .carousel-control-next-icon {
  filter: invert(1) brightness(1.4);
}

@media (max-width: 991.98px) {
  .proposal-trust-band,
  .proposal-hero-grid,
  .proposal-cta-band {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }

  .proposal-hero {
    padding-top: 6rem;
  }

  .proposal-media-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 720px;
  }
}

@media (max-width: 575.98px) {
  .proposal-card,
  .proposal-service-card,
  .proposal-buyer-card,
  .proposal-stat,
  .proposal-feature,
  .proposal-cta-band,
  .proposal-highlight,
  .proposal-plan-card,
  .proposal-faq-card,
  .proposal-grid-card {
    padding: 1.15rem;
  }

  .proposal-mockup {
    padding: 1.2rem;
  }

  .proposal-media-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }

  .proposal-media-link {
    min-height: 88px;
    padding: 1rem;
  }

  .proposal-media-logo {
    max-width: 124px;
    max-height: 40px;
  }
}

/* Menú superior: sección activa en azul claro (mismo tono que netquatro.com).
   Se usa `.navbar-nav .nav-link.active` (0,3,0) para igualar la especificidad de
   Bootstrap y que esta hoja (cargada después) gane la cascada. */
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.active:hover,
.navbar-nav .nav-link.active:focus,
.main-nav .dropdown-toggle.active,
.main-nav .dropdown-toggle.active:hover,
.main-nav .dropdown-toggle.active:focus {
  color: #369CE8;
}

.footer-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  border: 1px solid rgba(218, 168, 88, 0.35);
  background: rgba(11, 23, 39, 0.6);
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
.footer-social:hover {
  color: #fff !important;
  background: rgba(218, 168, 88, 0.18);
  border-color: #daa858;
}
