:root {
  --perf-text: #1e293b;
  --perf-white: #ffffff;
  --perf-accent: #00d4ff;
  --perf-primary: #003676;
  --perf-primary-light: #0f5dc5;
  --perf-ink: #0b1733;
  --perf-gray-mid: #94a3b8;
  --perf-gray-light: #f8fafc;
  --perf-heading: 'Sora', 'Segoe UI', sans-serif;
  --perf-body: 'Plus Jakarta Sans', 'Segoe UI', sans-serif;
  --perf-transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--perf-body);
  color: var(--perf-text);
  background: #f6f9ff;
  line-height: 1.6;
}

.performance-platform-container1 {
  width: 100%;
  min-height: 100vh;
}

.performance-topbar {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #e2e8f0;
  backdrop-filter: blur(10px);
}

.performance-nav-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.85rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.performance-brand {
  color: var(--perf-primary);
  font-family: var(--perf-heading);
  font-weight: 800;
  font-size: 1.15rem;
  text-decoration: none;
}

.performance-nav {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.performance-nav a {
  text-decoration: none;
  color: #334155;
  font-weight: 600;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  transition: var(--perf-transition);
}

.performance-nav a:hover,
.performance-nav a.is-active {
  color: var(--perf-primary);
  background: #e8f0ff;
}

.performance-nav .performance-nav-cta {
  color: var(--perf-white);
  background: linear-gradient(135deg, var(--perf-primary-light), var(--perf-primary));
}

.performance-nav .performance-nav-cta:hover {
  color: var(--perf-white);
  background: linear-gradient(135deg, #1972df, #0a4ea8);
}

.performance-nav-toggle {
  display: none;
  border: 1px solid #cbd5e1;
  background: #fff;
  border-radius: 8px;
  padding: 0.45rem 0.65rem;
  color: var(--perf-primary);
}

.performance-hero {
  position: relative;
  overflow: hidden;
  padding: 5.4rem 5% 3.8rem;
  min-height: 88vh;
  display: flex;
  align-items: center;
  background: linear-gradient(155deg, #f4f8ff 0%, #edf4ff 56%, #f8fbff 100%);
}

.performance-hero-orb,
.performance-hero-grid {
  position: absolute;
  pointer-events: none;
}

.performance-hero-orb {
  border-radius: 999px;
  z-index: 0;
}

.performance-hero-orb-a {
  width: 280px;
  height: 280px;
  left: -110px;
  top: -80px;
  background: radial-gradient(circle at 30% 35%, rgba(15, 93, 197, 0.25), rgba(15, 93, 197, 0.04));
}

.performance-hero-orb-b {
  width: 220px;
  height: 220px;
  right: 10%;
  bottom: -70px;
  background: radial-gradient(circle at 60% 40%, rgba(0, 212, 255, 0.22), rgba(0, 212, 255, 0.02));
}

.performance-hero-grid {
  inset: 0;
  z-index: 0;
  opacity: 0.35;
  background-image: linear-gradient(rgba(0, 54, 118, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 54, 118, 0.08) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.26), transparent 80%);
}

.performance-hero-bg-accent {
  position: absolute;
  top: -10%;
  right: -10%;
  width: 60%;
  height: 120%;
  z-index: 1;
  clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
  background: linear-gradient(135deg, rgba(0, 54, 118, 0.05) 0%, rgba(0, 212, 255, 0.05) 100%);
}

.performance-hero-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3.6rem;
  align-items: center;
}

.performance-hero-badge {
  display: inline-block;
  margin-bottom: 1.35rem;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--perf-primary);
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(0, 54, 118, 0.15);
}

.performance-hero-title {
  font-family: var(--perf-heading);
  color: var(--perf-ink);
  font-size: clamp(2.2rem, 4.6vw, 4rem);
  line-height: 1.08;
  margin-bottom: 1.2rem;
  text-wrap: balance;
}

.performance-hero-subtitle {
  color: #2e415f;
  font-size: 1.2rem;
  max-width: 620px;
  margin-bottom: 2rem;
}

.performance-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.performance-hero-contact-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1rem;
}

.performance-contact-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.72rem 0.95rem;
  border-radius: 999px;
  border: 1px solid #d7e0ee;
  background: rgba(255, 255, 255, 0.9);
  color: var(--perf-primary);
  text-decoration: none;
  font-weight: 700;
  transition: var(--perf-transition);
}

.performance-contact-chip:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 54, 118, 0.12);
}

.performance-contact-chip i {
  font-size: 1.05rem;
}

.performance-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--perf-body);
  font-weight: 700;
  border-radius: 10px;
  border: 2px solid transparent;
  padding: 0.85rem 1.85rem;
  text-decoration: none;
  transition: var(--perf-transition);
  cursor: pointer;
}

.performance-btn-primary {
  color: var(--perf-white);
  background: linear-gradient(135deg, var(--perf-primary-light), var(--perf-primary));
}

.performance-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0, 54, 118, 0.22);
}

.performance-btn-outline {
  color: var(--perf-primary);
  border-color: var(--perf-primary);
  background: rgba(255, 255, 255, 0.7);
}

.performance-btn-outline:hover {
  color: var(--perf-white);
  background: var(--perf-primary);
}

.performance-hero-card-stack {
  position: relative;
  height: 500px;
}

.performance-dashboard-mockup {
  position: absolute;
  left: 18px;
  bottom: -12px;
  width: 290px;
  z-index: 4;
  padding: 1rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(8, 22, 51, 0.92);
  color: #fff;
  box-shadow: 0 28px 60px rgba(11, 23, 51, 0.3);
  backdrop-filter: blur(12px);
}

.performance-mockup-top {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 0.75rem;
}

.performance-mockup-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
}

.performance-mockup-label {
  margin-left: auto;
  font-size: 0.76rem;
  color: #a7c5ff;
}

.performance-mockup-title {
  font-family: var(--perf-heading);
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.performance-mockup-bars {
  display: grid;
  gap: 0.55rem;
  margin-bottom: 0.9rem;
}

.performance-mockup-bars span {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, #00d4ff, #4f8cff);
  transform-origin: left center;
  animation: perfBar 3.6s ease-in-out infinite;
}

.performance-mockup-bars span:nth-child(2) { animation-delay: 0.5s; }
.performance-mockup-bars span:nth-child(3) { animation-delay: 1s; }

@keyframes perfBar {
  0%, 100% { transform: scaleX(0.92); opacity: 0.85; }
  50% { transform: scaleX(1); opacity: 1; }
}

.performance-mockup-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
}

.performance-mockup-cards div {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  padding: 0.75rem 0.8rem;
}

.performance-mockup-cards strong {
  display: block;
  font-family: var(--perf-heading);
  font-size: 1.15rem;
}

.performance-mockup-cards span {
  color: #c9d8f7;
  font-size: 0.8rem;
}

.performance-hero-card {
  position: absolute;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 34px 68px rgba(11, 23, 51, 0.22);
  transition: var(--perf-transition);
}

.performance-hero-card-1 {
  width: 100%;
  height: 400px;
  z-index: 2;
  border: 8px solid rgba(255, 255, 255, 0.7);
  transform: perspective(1000px) rotateY(-10deg);
}

.performance-hero-card-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.performance-hero-card-2 {
  right: -35px;
  bottom: 20px;
  width: 210px;
  height: 130px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
  color: var(--perf-white);
  background: linear-gradient(145deg, #0f5dc5, #003676);
}

.performance-stat-number {
  display: block;
  font-family: var(--perf-heading);
  font-size: 2.1rem;
  font-weight: 800;
}

.performance-stat-label {
  font-size: 0.85rem;
  opacity: 0.95;
}

.performance-proof {
  padding: 1.15rem 0 1.65rem;
  background: linear-gradient(180deg, rgba(238, 245, 255, 0.72), #ffffff);
}

.performance-proof-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5%;
}

.performance-proof-lead {
  text-align: center;
  color: var(--perf-primary);
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.performance-proof-track {
  display: flex;
  gap: 0.8rem;
  overflow: auto;
  padding-bottom: 0.35rem;
  scrollbar-width: thin;
}

.performance-proof-track span {
  flex: 0 0 auto;
  border: 1px solid #dbe5f2;
  border-radius: 999px;
  background: #fff;
  color: #253850;
  font-size: 0.88rem;
  font-weight: 600;
  padding: 0.52rem 0.9rem;
}

.performance-features,
.performance-packages,
.performance-reviews,
.performance-certifications,
.performance-audience,
.performance-cta {
  padding: 84px 5%;
}

.performance-features {
  background: #ffffff;
}

.performance-packages {
  background: linear-gradient(175deg, #f5f8fd 0%, #eef4fb 100%);
}

.performance-reviews {
  background: linear-gradient(180deg, #ffffff, #f9fbff);
}

.performance-certifications {
  background: linear-gradient(180deg, #f8fafc, #edf4ff);
}

.performance-audience {
  color: var(--perf-white);
  background: linear-gradient(145deg, #002960 0%, #003676 40%, #0b4f99 100%);
}

.performance-cta {
  text-align: center;
  background: linear-gradient(180deg, #eef4ff 0%, #f8fbff 80%);
}

.performance-section-header {
  max-width: 820px;
  margin: 0 auto 2.8rem;
  text-align: center;
}

.performance-features-main-title,
.performance-audience-title,
.performance-collab-title,
.performance-cta-heading {
  font-family: var(--perf-heading);
  color: var(--perf-primary);
  font-size: 2.35rem;
  line-height: 1.18;
  margin-bottom: 1rem;
}

.performance-features-description,
.performance-audience-copy,
.performance-collab-text,
.performance-cta-text {
  font-size: 1.08rem;
  color: #3a4d69;
}

.performance-features-grid,
.performance-packages-grid,
.performance-reviews-grid,
.performance-certs-list {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: 1.15rem;
}

.performance-features-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.performance-packages-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.performance-reviews-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.performance-certs-list {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.performance-feature-item,
.performance-package-card,
.performance-review-card,
.performance-cert-item {
  background: #fff;
  border: 1px solid #dde6f1;
  border-radius: 16px;
  transition: var(--perf-transition);
}

.performance-feature-item {
  padding: 2rem 1.4rem;
}

.performance-feature-item:hover,
.performance-package-card:hover,
.performance-review-card:hover,
.performance-cert-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

.performance-feature-icon {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  margin-bottom: 1rem;
  color: #fff;
  background: var(--perf-primary);
}

.performance-feature-title {
  font-family: var(--perf-heading);
  color: var(--perf-primary);
  font-size: 1.35rem;
  margin-bottom: 0.7rem;
}

.performance-package-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  padding: 1.35rem;
  background: linear-gradient(155deg, #ffffff 0%, #f8fbff 100%);
}

.performance-package-popular {
  border: 2px solid var(--perf-primary);
  box-shadow: 0 16px 32px rgba(0, 54, 118, 0.12);
}

.performance-package-popular::before {
  content: "Recomendado";
  position: absolute;
  top: -11px;
  right: 12px;
  font-size: 0.7rem;
  font-weight: 700;
  color: #fff;
  background: var(--perf-primary);
  border-radius: 999px;
  padding: 0.23rem 0.54rem;
}

.performance-package-tag {
  width: fit-content;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--perf-primary);
  background: #e8f0ff;
  border-radius: 999px;
  padding: 0.3rem 0.6rem;
}

.performance-package-price {
  color: var(--perf-primary);
  font-family: var(--perf-heading);
  font-size: 1.2rem;
  font-weight: 700;
}

.performance-package-card ul {
  list-style: none;
  display: grid;
  gap: 0.45rem;
  color: #334155;
}

.performance-package-card li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.45rem;
  color: #10b981;
}

.performance-review-card {
  padding: 1.15rem;
  background: linear-gradient(170deg, #f8fbff, #ffffff);
}

.performance-review-card p {
  margin-bottom: 0.75rem;
}

.performance-review-card h4 {
  color: var(--perf-primary);
  font-size: 0.95rem;
}

.performance-review-card.active {
  border-color: var(--perf-primary);
  box-shadow: 0 14px 28px rgba(0, 54, 118, 0.12);
}

.performance-cert-item {
  padding: 0.9rem 1rem;
  font-weight: 600;
}

.performance-cert-item i {
  color: var(--perf-primary);
  margin-right: 0.45rem;
}

.performance-audience-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.performance-audience-title,
.performance-collab-title,
.performance-cta-heading {
  color: #ffffff;
}

.performance-audience-copy {
  color: #d9e7ff;
}

.performance-audience-list {
  list-style: none;
}

.performance-audience-list li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  padding: 0.72rem 0;
  color: #ffffff;
}

.performance-audience-list li::before {
  content: "✓";
  color: var(--perf-accent);
  font-weight: 800;
}

.performance-audience-image {
  position: relative;
  height: 500px;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 28px 48px rgba(2, 13, 32, 0.4);
}

.performance-audience-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.performance-audience-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 54, 118, 0.55), rgba(0, 54, 118, 0.05));
}

.performance-cta-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 3.2rem;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 42px 84px rgba(0, 54, 118, 0.12);
  position: relative;
  overflow: hidden;
}

.performance-cta-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: var(--perf-primary);
}

.performance-cta-content {
  position: relative;
  z-index: 2;
}

.performance-success-banner {
  max-width: 620px;
  margin: 0 auto 1rem;
  padding: 0.8rem 1rem;
  border-radius: 12px;
  background: #e7fff3;
  color: #0f7a4e;
  border: 1px solid #bfe8d3;
  font-weight: 700;
}

.performance-lead-form {
  max-width: 980px;
  margin: 0 auto 1rem;
}

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

.performance-form-grid .performance-textarea {
  grid-column: 1 / -1;
  min-height: 120px;
  resize: vertical;
}

.performance-lead-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.95rem;
}

.performance-lead-plan {
  color: #425572;
  font-size: 0.95rem;
}

.performance-nav-utility {
  border: 1px solid #d7e0ee;
}

.performance-whatsapp-fab {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 70;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  color: #fff;
  background: #25d366;
  box-shadow: 0 16px 30px rgba(37, 211, 102, 0.35);
  text-decoration: none;
}

.performance-whatsapp-fab i {
  font-size: 1.8rem;
}

.performance-mobile-cta {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 65;
  padding: 0.8rem;
  gap: 0.65rem;
  background: rgba(255, 255, 255, 0.98);
  border-top: 1px solid #dce6f2;
  box-shadow: 0 -10px 26px rgba(15, 23, 42, 0.08);
}

.performance-mobile-cta-btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.9rem 1rem;
  border-radius: 12px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.performance-mobile-cta-whatsapp {
  background: #25d366;
}

.performance-mobile-cta-demo {
  background: linear-gradient(135deg, var(--perf-primary-light), var(--perf-primary));
}

.performance-cta-heading {
  color: var(--perf-primary);
}

.performance-cta-text {
  margin-bottom: 2rem;
}

.performance-cta-form {
  max-width: 620px;
  margin: 0 auto 1rem;
  display: flex;
  gap: 0.8rem;
}

.performance-input {
  flex: 1;
  border: 2px solid #d9e3f0;
  border-radius: 10px;
  padding: 0.95rem 1rem;
  font-family: var(--perf-body);
  font-size: 1rem;
  outline: none;
}

.performance-input:focus {
  border-color: var(--perf-primary);
}

.performance-btn-large {
  padding: 0.95rem 1.7rem;
}

.performance-cta-footer {
  color: #677a95;
  font-size: 0.9rem;
}

@media (max-width: 991px) {
  .performance-nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .performance-nav {
    display: none;
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: 60px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 0.8rem;
    flex-direction: column;
    align-items: stretch;
  }

  .performance-nav.open {
    display: flex;
  }

  .performance-nav a {
    text-align: center;
  }

  .performance-hero-container {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }

  .performance-hero-visual {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
  }

  .performance-packages-grid,
  .performance-reviews-grid,
  .performance-certs-list {
    grid-template-columns: 1fr 1fr;
  }

  .performance-audience-container {
    grid-template-columns: 1fr;
    gap: 2.6rem;
  }
}

@media (max-width: 768px) {
  .performance-hero {
    padding: 4.8rem 3% 2rem;
    min-height: auto;
  }

  .performance-hero-title {
    font-size: clamp(2rem, 9vw, 2.7rem);
  }

  .performance-hero-subtitle {
    font-size: 1.05rem;
  }

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

  .performance-btn {
    width: 100%;
  }

  .performance-hero-card-stack {
    height: 330px;
  }

  .performance-hero-card-1 {
    height: 280px;
    border-width: 6px;
    transform: none;
  }

  .performance-hero-card-2 {
    right: 6px;
    width: 170px;
    height: 110px;
    padding: 0.8rem;
  }

  .performance-dashboard-mockup {
    left: 10px;
    bottom: -6px;
    width: 230px;
    padding: 0.85rem;
  }

  .performance-stat-number {
    font-size: 1.45rem;
  }

  .performance-stat-label {
    font-size: 0.75rem;
  }

  .performance-proof-wrap,
  .performance-features,
  .performance-packages,
  .performance-reviews,
  .performance-certifications,
  .performance-audience,
  .performance-cta {
    padding-left: 3%;
    padding-right: 3%;
  }

  .performance-features,
  .performance-packages,
  .performance-reviews,
  .performance-certifications,
  .performance-audience,
  .performance-cta {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .performance-packages-grid,
  .performance-reviews-grid,
  .performance-certs-list {
    grid-template-columns: 1fr;
  }

  .performance-hero-orb,
  .performance-hero-grid,
  .performance-hero-bg-accent {
    display: none;
  }

  .performance-cta-wrapper {
    padding: 2rem;
  }

  .performance-cta-form {
    flex-direction: column;
  }

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

  .performance-lead-meta {
    flex-direction: column;
    align-items: stretch;
  }

  .performance-whatsapp-fab {
    display: none;
  }

  .performance-mobile-cta {
    display: flex;
  }

  body {
    padding-bottom: 90px;
  }
}
