.visibility-review-section {
  background: #ffffff;
}

.section-kicker {
  color: #e2c92f;
  letter-spacing: 0.08em;
  font-size: 0.85rem;
}

.problem-card {
  background: #ffffff;
  border: 1px solid rgba(8, 31, 56, 0.10);
  border-radius: 20px;
  padding: 30px 26px;
  box-shadow: 0 12px 30px rgba(8, 31, 56, 0.06);
  transition: all 0.25s ease;
}

.problem-card:hover {
  transform: translateY(-5px);
  border-color: rgba(226, 201, 47, 0.55);
  box-shadow: 0 18px 40px rgba(8, 31, 56, 0.10);
}

.problem-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(226, 201, 47, 0.16);
  color: #081f38;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 22px;
}

.problem-card h5 {
  color: #081f38;
  font-weight: 700;
  margin-bottom: 12px;
}

.problem-card p {
  color: #5f6b76;
  line-height: 1.6;
}

.btn-dark {
  background-color: #29286B;
  border-color: #29286B;
  font-weight: 700;
}

.btn-dark:hover {
  background-color: #e2c92f;
  border-color: #e2c92f;
  color: #081f38;
}

html {
  scroll-behavior: smooth;
}

.section-kicker {
  color: #29286B;
  letter-spacing: 0.08em;
  font-size: 0.85rem;
}

.pricing-overview-section {
  background: #ffffff;
  position: relative;
}

.pricing-overview-section::before {
  content: "";
  display: block;
  width: 90px;
  height: 5px;
  background: #e2c92f;
  border-radius: 999px;
  margin: 0 auto 42px;
}

.package-table-wrap {
  background: #ffffff;
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(8, 31, 56, 0.08);
  overflow: hidden;
  border: 1px solid rgba(8, 31, 56, 0.08);
}

.package-table {
  margin-bottom: 0;
}

.package-table thead th {
  background: #29286B;
  color: #ffffff;
  font-weight: 700;
  border: none;
  padding: 22px 20px;
  white-space: nowrap;
}

.package-table tbody td {
  padding: 22px 20px;
  vertical-align: middle;
  border-color: rgba(8, 31, 56, 0.08);
}

.package-table tbody tr:hover {
  background: #f7f8fc;
}

.package-table .featured-row {
  background: rgba(226, 201, 47, 0.10);
}

.package-detail-section {
  background: #ffffff;
}

.package-detail-card {
  background: #f7f8fc;
  border: 1px solid rgba(8, 31, 56, 0.08);
  border-radius: 24px;
  padding: 42px;
  margin-bottom: 34px;
  box-shadow: 0 14px 34px rgba(8, 31, 56, 0.06);
  scroll-margin-top: 120px;
}

.package-detail-card.featured-package {
  border: 2px solid rgba(226, 201, 47, 0.75);
  background: #ffffff;
}

.package-label {
  color: #29286B;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
  margin-bottom: 12px;
}

.package-detail-card h2 {
  color: #081f38;
  font-weight: 800;
  margin-bottom: 14px;
}

.package-detail-card h3 {
  color: #29286B;
  font-weight: 800;
  margin-bottom: 18px;
}

.package-detail-card p {
  color: #5f6b76;
  line-height: 1.65;
}

.package-list {
  list-style: none;
  padding-left: 0;
  columns: 2;
  column-gap: 40px;
  margin: 28px 0;
}

.package-list li {
  color: #081f38;
  margin-bottom: 14px;
  break-inside: avoid;
  position: relative;
  padding-left: 28px;
}

.package-list li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #e2c92f;
  position: absolute;
  left: 0;
  top: 1px;
}

.onboarding-section {
  background: #f7f8fc;
}

.onboarding-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 32px;
  border: 1px solid rgba(8, 31, 56, 0.08);
  box-shadow: 0 14px 34px rgba(8, 31, 56, 0.05);
}

.onboarding-card h4 {
  color: #081f38;
  font-weight: 800;
  margin-bottom: 12px;
}

.onboarding-card h3 {
  color: #2b2a6e;
  font-weight: 800;
  margin-bottom: 18px;
}

.onboarding-card p {
  color: #5f6b76;
  line-height: 1.65;
}

.btn-dark {
  background-color: #081f38;
  border-color: #081f38;
  font-weight: 700;
}

.btn-dark:hover {
  background-color: #e2c92f;
  border-color: #e2c92f;
  color: #081f38;
}

.btn-outline-dark {
  color: #081f38;
  border-color: #081f38;
  font-weight: 700;
}

.btn-outline-dark:hover {
  background-color: #081f38;
  border-color: #081f38;
  color: #ffffff;
}

@media (max-width: 767px) {
  .package-list {
    columns: 1;
  }

  .package-detail-card {
    padding: 30px 24px;
  }

  .package-table thead {
    display: none;
  }

  .package-table tbody tr {
    display: block;
    padding: 18px;
    border-bottom: 1px solid rgba(8, 31, 56, 0.08);
  }

  .package-table tbody td {
    display: block;
    padding: 8px 0;
    border: none;
  }
}


.marketing-hero-v2 {
  position: relative;
  overflow: hidden;
  padding: 125px 0 105px;
  background:
    radial-gradient(circle at 12% 20%, rgba(226, 201, 47, 0.20), transparent 28%),
    radial-gradient(circle at 90% 10%, rgba(255, 255, 255, 0.08), transparent 30%),
    linear-gradient(135deg, #2b2a6e 0%, #24235f 55%, #081f38 100%);
}

.marketing-hero-v2::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -190px;
  bottom: -260px;
  border-radius: 50%;
  background: rgba(226, 201, 47, 0.10);
  opacity: 0.55;
}

.marketing-hero-v2 .container {
  position: relative;
  z-index: 2;
}

.hero-eyebrow {
  color: #e2c92f;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.85rem;
  margin-bottom: 18px;
}

.hero-title {
  color: #ffffff;
  font-weight: 800;
  line-height: 1.08;
  font-size: clamp(2.3rem, 4.3vw, 4.1rem);
  max-width: 780px;
  margin-bottom: 24px;
}

.hero-copy {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
  line-height: 1.7;
  max-width: 640px;
  margin-bottom: 0;
}

.btn-brand-gold {
  background-color: #e2c92f !important;
  border-color: #e2c92f !important;
  color: #081f38 !important;
  font-weight: 800;
}

.btn-brand-gold:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #081f38 !important;
}

.hero-package-card {
  background: #ffffff;
  border-radius: 28px;
  padding: 34px 36px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.20);
}

.package-card-label {
  color: #2b2a6e;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
  margin-bottom: 16px;
}

.hero-package-card h2 {
  color: #081f38;
  font-weight: 800;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 18px;
}

.package-price {
  color: #2b2a6e;
  font-weight: 900;
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 18px;
}

.package-price span {
  color: #5f6b76;
  font-size: 1rem;
  font-weight: 700;
}

.package-card-copy {
  color: #5f6b76;
  line-height: 1.6;
  margin-bottom: 24px;
}

.hero-package-list {
  list-style: none;
  padding-left: 0;
  margin: 0 0 30px;
}

.hero-package-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 13px;
  color: #081f38;
  font-weight: 600;
}

.hero-package-list li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #e2c92f;
  position: absolute;
  left: 0;
  top: 1px;
}

@media (max-width: 991px) {
  .marketing-hero-v2 {
    padding: 75px 0;
    text-align: center;
  }

  .hero-title,
  .hero-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .marketing-hero-v2 .d-flex {
    justify-content: center;
  }

  .hero-package-card {
    text-align: left;
  }
}

@media (max-width: 575px) {
  .hero-package-card {
    padding: 30px 24px;
  }

  .package-price {
    font-size: 2.4rem;
  }
}

@media (max-width: 767px) {
  .marketing-hero {
    padding: 80px 0 85px;
  }

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

  .hero-proof-item {
    text-align: center;
  }
}

body {
  border-top: 10px solid red !important;
}

.navbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.onboarding-highlight-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 20%, rgba(226, 201, 47, 0.18), transparent 28%),
    linear-gradient(135deg, #29286b 0%, #1f1f55 55%, #081f38 100%);
}

.onboarding-highlight-section::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -180px;
  bottom: -240px;
  border-radius: 50%;
  background: rgba(226, 201, 47, 0.12);
}

.onboarding-highlight-section .container {
  position: relative;
  z-index: 2;
}

.onboarding-eyebrow {
  color: #e2c92f;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.85rem;
  margin-bottom: 16px;
}

.onboarding-title {
  color: #ffffff;
  font-weight: 800;
  line-height: 1.12;
  font-size: clamp(2.1rem, 4vw, 3.7rem);
  margin-bottom: 0;
}

.onboarding-intro {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.05rem;
  line-height: 1.7;
}

.onboarding-highlight-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 34px 30px;
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition: all 0.25s ease;
}

.onboarding-highlight-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.featured-onboarding-card {
  border: 3px solid #e2c92f;
  position: relative;
}

.featured-onboarding-card::before {
  content: "Recommended";
  position: absolute;
  top: -16px;
  left: 28px;
  background: #e2c92f;
  color: #081f38;
  font-weight: 800;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 7px 14px;
  border-radius: 999px;
}

.onboarding-card-icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(226, 201, 47, 0.16);
  color: #29286b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 22px;
}

.onboarding-card-label {
  color: #29286b;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.76rem;
  margin-bottom: 10px;
}

.onboarding-highlight-card h3 {
  color: #081f38;
  font-weight: 800;
  margin-bottom: 14px;
}

.onboarding-price {
  color: #29286b;
  font-weight: 900;
  font-size: 1.85rem;
  line-height: 1.15;
  margin-bottom: 18px;
}

.onboarding-price span {
  color: #5f6b76;
  font-size: 1rem;
  font-weight: 700;
}

.onboarding-highlight-card p {
  color: #5f6b76;
  line-height: 1.65;
  margin-bottom: 0;
}

.onboarding-note {
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  padding: 24px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.6;
}

.onboarding-note strong {
  color: #ffffff;
}

@media (max-width: 991px) {
  .onboarding-note {
    flex-direction: column;
    align-items: flex-start;
  }
}

.contact .form-label {
  color: #081f38;
  font-weight: 700;
  margin-bottom: 8px;
}

.contact .form-control {
  border-radius: 14px;
  border: 1px solid rgba(8, 31, 56, 0.14);
  padding: 14px 16px;
  min-height: 52px;
  font-size: 0.95rem;
}

.contact textarea.form-control {
  min-height: auto;
}

.contact .form-control:focus {
  border-color: #e2c92f;
  box-shadow: 0 0 0 0.2rem rgba(226, 201, 47, 0.18);
}

#formError {
  border-radius: 14px;
  font-weight: 600;
}