:root {
  --wp-dark: #0a1531;
  --wp-dark-2: #182247;
  --wp-pink: #ef2f74;
  --wp-purple: #5d2f86;
  --wp-line: rgba(100, 60, 130, 0.16);
  --wp-text: #1d2340;
  --wp-soft: #6b7285;
  --wp-white: #ffffff;
}

body.public-body {
  font-family: "Poppins", "Segoe UI", sans-serif;
  color: var(--wp-text);
  background: var(--nav-bg);
}

.public-body h1,
.public-body h2,
.public-body h3,
.public-body h4,
.public-body h5,
.public-body h6 {
  font-family: "Poppins", "Segoe UI", sans-serif;
}

.site-topbar {
  background: var(--wp-dark);
  color: #fff;
  font-size: 0.84rem;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.site-topbar a {
  color: #6b7285;
  text-decoration: none;
}

.site-topbar a:hover {
  color: var(--wp-pink);
}

.site-nav-wrap {
  padding-top: 0;
  background: var(--nav-bg);
}

.site-nav {
  background: var(--nav-bg);
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 1rem 0;
}

.site-nav .navbar-brand img {
  max-height: 46px;
}

.site-nav .nav-link {
  color: var(--nav-text) !important;
  font-weight: 600;
  font-size: 0.98rem;
  padding: 0.75rem 1rem !important;
  border-radius: 0;
}

.site-nav .nav-link:hover,
.site-nav .nav-link.active {
  color: var(--wp-purple) !important;
}

.site-nav .navbar-toggler {
  box-shadow: none !important;
}

.wp-btn-primary,
.wp-btn-secondary,
.wp-btn-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 58px;
  padding: 0.9rem 1.8rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.wp-btn-primary {
  color: #fff !important;
  background: linear-gradient(90deg, var(--wp-purple), var(--wp-dark));
}

.wp-btn-secondary {
  color: #fff !important;
  background: var(--wp-dark);
}

.wp-btn-whatsapp {
  color: #fff !important;
  background: #21b655;
  border-radius: 999px;
  min-height: 52px;
  padding: 0.8rem 1.45rem;
}

.wp-btn-primary:hover,
.wp-btn-secondary:hover,
.wp-btn-whatsapp:hover {
  transform: translateY(-2px);
  opacity: 0.94;
}

.wp-section {
  padding: 5.5rem 0;
}

.wp-section-sm {
  padding: 4.5rem 0;
}

.wp-eyebrow {
  display: inline-block;
  color: var(--wp-pink);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 0.65rem;
}

.wp-title-xl {
  font-size: clamp(3rem, 7vw, 6.8rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
  font-weight: 700;
  color: var(--wp-dark);
}

.wp-title-lg {
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 700;
  color: var(--wp-dark);
}

.wp-subtitle,
.wp-section-subtitle {
  color: var(--wp-soft);
  line-height: 1.8;
}

.wp-section-title {
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 700;
  color: var(--wp-dark);
}

.hero-home {
  position: relative;
  overflow: hidden;
  padding: 2rem 0 4rem;
  background: #fff;
}

.hero-home::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 320px;
  height: 260px;
  background: linear-gradient(180deg, var(--wp-purple), var(--wp-dark));
  clip-path: polygon(0 0, 96% 0, 58% 100%, 0 100%);
}

.hero-home::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(132deg, transparent 47.5%, rgba(175, 131, 194, 0.2) 48%, transparent 48.3%),
    linear-gradient(40deg, transparent 60%, rgba(215, 157, 204, 0.16) 60.3%, transparent 60.6%);
  pointer-events: none;
}

.hero-home-inner {
  position: relative;
  z-index: 2;
  min-height: 720px;
  display: flex;
  align-items: center;
}

.hero-home-copy {
  padding-top: 1rem;
}

.hero-mini-title {
  color: var(--wp-dark);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: clamp(1.3rem, 2.6vw, 2rem);
  margin-bottom: 0.75rem;
}

.hero-speed-line {
  display: flex;
  align-items: flex-end;
  gap: 0.35rem;
  flex-wrap: wrap;
}

.hero-speed-number {
  font-size: clamp(6rem, 16vw, 13rem);
  line-height: 0.82;
  font-weight: 800;
  letter-spacing: -0.08em;
  background: linear-gradient(90deg, var(--wp-purple) 0%, var(--wp-dark) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-speed-unit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
  padding: 0.45rem 0.8rem;
  background: var(--wp-purple);
  color: #fff;
  font-size: clamp(1rem, 2vw, 1.3rem);
  font-weight: 700;
}

.hero-price {
  margin-top: 1.4rem;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
  font-weight: 700;
  color: var(--wp-dark);
}

.hero-btn-row {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.hero-visual {
  position: relative;
  min-height: 620px;
}

.hero-shape-main {
  position: absolute;
  right: 2%;
  bottom: 9%;
  width: 520px;
  height: 420px;
  background: linear-gradient(180deg, var(--wp-purple), var(--wp-dark));
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.hero-shape-main::before {
  content: "";
  position: absolute;
  inset: 10% 12%;
  border: 2px solid rgba(255, 255, 255, 0.82);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.hero-shape-shadow {
  position: absolute;
  right: 13%;
  bottom: 0;
  width: 430px;
  height: 110px;
  background: linear-gradient(90deg, var(--wp-dark), var(--wp-purple));
  clip-path: polygon(14% 0, 100% 0, 86% 100%, 0 100%);
}

.hero-family {
  position: absolute;
  right: 6%;
  bottom: 5%;
  max-width: 560px;
  width: 100%;
  filter: drop-shadow(0 18px 26px rgba(15, 23, 42, 0.2));
}

.nb-page-hero {
  position: relative;
  padding: 2.2rem 0 2.4rem;
  overflow: hidden;
  background: #fff;
}

.nb-page-hero::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 220px;
  height: 180px;
  background: linear-gradient(180deg, var(--wp-purple), var(--wp-dark));
  clip-path: polygon(0 0, 100% 0, 55% 100%, 0 100%);
}

.nb-page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(135deg, transparent 52%, rgba(192, 149, 207, 0.18) 52.2%, transparent 52.5%);
}

.nb-page-hero-content {
  position: relative;
  z-index: 2;
}

.nb-page-breadcrumb {
  font-size: 0.85rem;
  color: #7b8296;
  margin-bottom: 1rem;
}

.nb-page-breadcrumb a {
  color: #7b8296;
  text-decoration: none;
}

.nb-dark-split {
  position: relative;
  overflow: hidden;
}
.nb-plan-card {
  position: relative;
  background: #f8f9fb;
  padding: 2.4rem 1.8rem;
  min-height: 100%;
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.08);
}

.nb-plan-icon-group {
  display: flex;
  gap: 0.65rem;
  margin-bottom: 1.25rem;
}

.nb-round-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(90deg, var(--wp-purple), var(--wp-dark));
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.45rem;
}

.nb-plan-name {
  color: var(--wp-dark);
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.nb-plan-price {
  color: var(--wp-pink);
  font-size: 2.6rem;
  line-height: 1;
  font-weight: 700;
}

.nb-plan-price small {
  color: var(--wp-pink);
  font-size: 0.40em;
  font-weight: 500;
}

.nb-plan-desc {
  color: var(--wp-soft);
  line-height: 1.9;
  font-size: 0.92rem;
}

.nb-feature-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 2rem;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.nb-feature-list li {
  padding-top: 1rem;
  color: #525a73;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.nb-feature-list i {
  color: #e11d48;
}

.nb-outline-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.85rem 1.6rem;
  border: 1px solid var(--wp-dark);
  color: var(--wp-dark);
  text-decoration: none;
  font-weight: 700;
  background: #fff;
}

.nb-outline-btn:hover {
  background: var(--wp-dark);
  color: #fff;
}

.nb-zones-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.1rem;
}

.nb-zone-item {
  padding: 1.2rem 1.1rem;
  background: #fff;
  border-left: 4px solid var(--wp-pink);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.nb-zone-item h4 {
  font-size: 1rem;
  margin: 0 0 0.3rem;
  font-weight: 700;
  color: var(--wp-dark);
}

.nb-zone-item p {
  margin: 0;
  color: var(--wp-soft);
  font-size: 0.9rem;
  line-height: 1.7;
}

.nb-contact-panel,
.nb-debt-panel {
  background: #fff;
  box-shadow: 0 12px 36px rgba(15, 23, 42, 0.08);
}

.nb-contact-panel {
  padding: 2.2rem;
}

.nb-contact-item {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.nb-contact-icon {
  width: 52px;
  height: 52px;
  background: linear-gradient(90deg, var(--wp-purple), var(--wp-dark));
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

.nb-contact-panel h6 {
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
  color: var(--wp-dark);
}

.nb-contact-panel p {
  margin: 0;
  color: var(--wp-soft);
  line-height: 1.7;
}

.nb-debt-panel {
  padding: 2.5rem;
}

.nb-debt-panel .form-control {
  min-height: 56px;
  border-radius: 0;
  border: 1px solid rgba(15, 23, 42, 0.14);
  box-shadow: none;
}

.nb-debt-panel .btn {
  border-radius: 0;
}

.site-footer {
  position: relative;
  overflow: hidden;
  background: var(--wp-dark);
  color: rgba(255, 255, 255, 0.75);
  padding: 5rem 0 1.6rem;
}

.site-footer::before,
.site-footer::after {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background-image: radial-gradient(circle, var(--wp-pink) 2px, transparent 3px);
  background-size: 18px 18px;
  opacity: 0.22;
}

.site-footer::before {
  left: -120px;
  bottom: -140px;
}

.site-footer::after {
  right: -120px;
  top: 80px;
}

.footer-cta {
  position: relative;
  z-index: 2;
  margin-bottom: 3rem;
  padding: 1.8rem 2rem;
  background: linear-gradient(90deg, var(--wp-purple), var(--wp-dark));
}

.site-footer h5 {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer li {
  margin-bottom: 0.72rem;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
}

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

.social-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(90deg, var(--wp-purple), var(--wp-dark));
}

.footer-bottom {
  margin-top: 2.3rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.82rem;
}

.wa-float {
  position: fixed;
  right: 1.2rem;
  bottom: 1.2rem;
  z-index: 1000;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  text-decoration: none;
  box-shadow: 0 18px 34px rgba(37, 211, 102, 0.28);
}

.is-hidden {
  display: none !important;
}

@media (max-width: 991.98px) {
  .site-nav {
    padding: 0.8rem 0;
  }

  .hero-home-inner {
    min-height: auto;
    padding-top: 2rem;
  }

  .hero-visual {
    min-height: 420px;
    margin-top: 2rem;
  }

  .hero-shape-main {
    width: 360px;
    height: 300px;
  }

  .hero-family {
    max-width: 380px;
  }

  .nb-dark-split::before {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .wp-title-xl {
    font-size: clamp(3.2rem, 18vw, 5rem);
  }

  .hero-home::before {
    width: 180px;
    height: 160px;
  }

  .hero-home-copy {
    text-align: left;
  }

  .hero-btn-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-speed-unit {
    margin-bottom: 0.8rem;
  }

  .hero-visual {
    min-height: 320px;
  }

  .hero-shape-main {
    width: 250px;
    height: 210px;
    right: 0;
  }

  .hero-family {
    max-width: 270px;
    right: 0;
  }

  .nb-debt-panel,
  .nb-contact-panel {
    padding: 1.5rem;
  }
}


.pricing-section-six {
    position: relative;
    overflow: hidden;
    padding: 100px 0px 50px;
}

.pricing-section-six .pattern-layer.now-in-view {
    left: 0px;
    opacity: 1;
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.pricing-section-six .pattern-layer {
    position: absolute;
    left: -250px;
    top: 140px;
    width: 100%;
    height: 791px;
    opacity: 0;
    background-repeat: no-repeat;
    -webkit-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
}