.breadcrumb-line,
.eyebrow {
  font-size: 14px;
  font-weight: 500;
}
.addon-card i,
.feature-pill i,
.socials a,
.whatsapp-btn {
  place-items: center;
}
.popular-badge,
.pricing-heading span {
  text-transform: uppercase;
}
.pricing-section,
body {
  font-family: Outfit, sans-serif;
}
.breadcrumb-box a,
.plan-btn,
.socials a,
a {
  text-decoration: none;
}
:root {
  --orange: #ff4b12;
  --orange2: #ff7a00;
  --dark: #061020;
  --dark2: #081629;
  --text: #101828;
  --muted: #667085;
  --border: #e8edf4;
  --green: #12a150;
  --blue: #1769ff;
  --purple: #8a2cff;
  --shadow: 0 18px 45px rgba(15, 23, 42, 0.1);
}
html {
  scroll-behavior: smooth;
}
body {
  color: var(--text);
  overflow-x: hidden;
  color: #101828;
  background: #fff;
}
img {
  max-width: 100%;
  display: block;
}
.custom-container {
  max-width: 1320px;
}
.pricing-hero {
  padding: 140px 0 62px;
  background:
    radial-gradient(
      circle at 85% 20%,
      rgba(92, 45, 255, 0.32),
      transparent 32%
    ),
    radial-gradient(
      circle at 65% 58%,
      rgba(255, 75, 18, 0.18),
      transparent 28%
    ),
    linear-gradient(135deg, #061020 0, #071327 45%, #0a0a2e 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.pricing-hero::after {
  content: "";
  position: absolute;
  right: 8%;
  top: 130px;
  width: 440px;
  height: 440px;
  background-image: radial-gradient(
    rgba(255, 111, 0, 0.45) 1px,
    transparent 1px
  );
  background-size: 14px 14px;
  opacity: 0.45;
}
.pricing-hero .row {
  position: relative;
  z-index: 2;
}
.breadcrumb-line {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
}
.breadcrumb-line a {
  color: #fff;
  opacity: 0.85;
}
.breadcrumb-line i {
  font-size: 12px;
  color: #fff;
  opacity: 0.6;
}
.breadcrumb-line span,
.pricing-card h3 {
  color: #fff;
}
.eyebrow {
  letter-spacing: 0.4px;
}
.contact-list i,
.growth h3,
.growth li i,
.orange-text {
  color: var(--orange);
}
.pricing-hero h1 {
  font-size: 34px;
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -1.8px;
  margin: 12px 0 22px;
}
.hero-text {
  max-width: 610px;
  font-size: 18px;
  line-height: 1.65;
  color: #e7edf8;
}
.hero-features {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 38px;
}
.feature-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 155px;
  padding: 14px 18px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}
.feature-pill i {
  width: 28px;
  height: 28px;
  display: grid;
  border-radius: 9px;
  color: #ff4b12;
  border: 1px solid rgba(255, 75, 18, 0.5);
}
.feature-pill.purple i {
  color: #b968ff;
  border-color: #b968ff;
}
.feature-pill.green i {
  color: #20ce74;
  border-color: #20ce74;
}
.feature-pill.blue i {
  color: #20a8ff;
  border-color: #20a8ff;
}
.hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-visual img {
  width: min(100%, 650px);
  filter: drop-shadow(0 40px 55px rgba(0, 0, 0, 0.35));
}
.section-heading span {
  color: var(--purple);
  font-weight: 500;
  font-size: 13px;
}
.section-heading h2 {
  font-size: 34px;
  font-weight: 500;
  letter-spacing: -0.6px;
  margin: 4px 0 8px;
}
.section-heading p {
  color: var(--muted);
  font-size: 15px;
  margin-bottom: 20px;
}
.billing-switch {
  display: inline-flex;
  padding: 4px;
  border: 1px solid #dce4ef;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}
.billing-switch button {
  border: 0;
  background: 0 0;
  padding: 9px 24px;
  border-radius: 999px;
  font-weight: 500;
  font-size: 13px;
}
.billing-switch button.active {
  background: linear-gradient(135deg, var(--orange), var(--orange2));
  color: #fff;
}
.pricing-row {
  margin-top: 28px;
}
.price-card {
  position: relative;
  min-height: 440px;
  height: 100%;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 32px 28px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
  transition: 0.28s;
  overflow: hidden;
}
.orange-btn,
.popular-badge {
  background: linear-gradient(135deg, var(--orange), var(--orange2));
}
.price-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 60px rgba(15, 23, 42, 0.13);
}
.price-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: #d8dee8;
}
.compare-table i,
.starter h3,
.starter li i {
  color: var(--green);
}
.business h3,
.business li i {
  color: var(--blue);
}
.enterprise h3,
.enterprise li i {
  color: var(--purple);
}
.price span,
.price-card li,
.subtitle {
  font-size: 14px;
  color: #344054;
}
.subtitle {
  font-weight: 700;
  margin-bottom: 24px;
}
.price {
  font-size: 34px;
  font-weight: 500;
  letter-spacing: -0.5px;
  margin-bottom: 22px;
}
.price span {
  font-weight: 500;
}
.desc {
  color: #475467;
  line-height: 1.55;
  min-height: 54px;
  margin-bottom: 20px;
}
.price-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}
.price-card li {
  display: flex;
  align-items: center;
  gap: 9px;
  font-weight: 600;
  margin-bottom: 13px;
}
.cta-points span,
.pricing-cta {
  align-items: center;
  display: flex;
}
.price-card li i {
  font-size: 15px;
}
.plan-btn {
  display: block;
  text-align: center;
  padding: 13px 18px;
}
.green-btn {
  border: 1px solid var(--green);
  color: var(--green);
}
.blue-btn {
  border: 1px solid var(--blue);
  color: var(--blue);
}
.purple-btn {
  border: 1px solid var(--purple);
  color: var(--purple);
}
.orange-btn {
  color: #fff;
}
.green-btn:hover {
  background: var(--green);
  color: #fff;
}
.blue-btn:hover {
  background: var(--blue);
  color: #fff;
}
.purple-btn:hover {
  background: var(--purple);
  color: #fff;
}
.orange-btn:hover {
  color: #fff;
  filter: brightness(1.05);
}
.addon-card,
.compare-table-wrap {
  border: 1px solid var(--border);
  background: #fff;
}
.mini-title {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 16px;
}
.compare-table-wrap {
  overflow: hidden;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.05);
}
.compare-table th {
  background: #f8fafc;
}
.compare-table td,
.compare-table th {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  border-color: #e8edf4;
}
.compare-table td:first-child,
.compare-table th:first-child {
  text-align: left;
  color: #0f172a;
}
.starter-text {
  color: var(--green) !important;
}
.growth-text {
  color: var(--orange) !important;
}
.business-text {
  color: var(--blue) !important;
}
.enterprise-text {
  color: var(--purple) !important;
}
.addon-card {
  text-align: center;
  border-radius: 15px;
  transition: 0.25s;
}
.choose-btn,
.socials a {
  transition: 0.3s;
}
.addon-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}
.addon-card i {
  width: 54px;
  height: 54px;
  display: grid;
  margin: 0 auto 14px;
  border-radius: 17px;
  color: #fff;
  font-size: 25px;
}
.addon-card h4 {
  font-size: 17px;
  font-weight: 500;
  margin: 0 0 8px;
}
.addon-card p {
  font-size: 17px;
  color: var(--muted);
  line-height: 1.45;
}
.addon-card strong,
.pricing-cta h2 {
  font-size: 22px;
  font-weight: 500;
}
.addon-card strong span {
  font-size: 12px;
  color: #475467;
  font-weight: 700;
}
.green-soft {
  background: #f4fbf6;
}
.green-soft i {
  background: #55b94d;
}
.orange-soft {
  background: #fff8f3;
}
.orange-soft i {
  background: var(--orange);
}
.blue-soft {
  background: #f4f8ff;
}
.blue-soft i {
  background: var(--blue);
}
.pink-soft {
  background: #fff4fb;
}
.pink-soft i {
  background: #df3e9c;
}
.purple-soft {
  background: #faf5ff;
}
.purple-soft i {
  background: var(--purple);
}
.cyan-soft {
  background: #f1fbff;
}
.cyan-soft i {
  background: #12b8bf;
}
.pricing-cta {
  border-radius: 25px;
  justify-content: space-between;
  gap: 22px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(
      circle at 85% 20%,
      rgba(126, 76, 255, 0.5),
      transparent 35%
    ),
    linear-gradient(135deg, #051023 0, #14114b 60%, #36108b 100%);
}
.pricing-cta p {
  font-size: 14px;
  color: #eef2ff;
}
.cta-points {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.cta-points span {
  gap: 7px;
  font-size: 14px;
  font-weight: 500;
}
.pricing-cta .btn-orange,
.pricing-cta a {
  padding: 10px 18px;
  font-size: 14px;
  border-radius: 25px;
}
.btn-orange {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, var(--orange), var(--orange2));
  padding: 14px 22px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  box-shadow: 0 13px 28px rgba(255, 75, 18, 0.28);
}
@media (max-width: 768px) {
  .pricing-cta {
    min-height: auto;
    padding: 24px 20px;
    flex-direction: column;
    text-align: center;
  }
  .cta-points {
    justify-content: center;
  }
  .cta-image img {
    width: 240px;
  }
}
.socials a {
  display: grid;
  font-size: 17px;
  width: 36px;
  height: 36px;
  display: grid;
  border-radius: 50%;
  background: #f2f2f3;
  color: #fff;
}
.socials a:first-child {
  background: #1877f2;
}
.socials a:nth-child(2) {
  background: linear-gradient(
    135deg,
    #feda75,
    #fa7e1e,
    #d62976,
    #962fbf,
    #4f5bd5
  );
}
.socials a:nth-child(3) {
  background: #0a66c2;
}
.socials a:nth-child(4) {
  background: red;
}
.socials a:nth-child(5) {
  background: #000;
}
.socials a:nth-child(6) {
  background: #e60023;
}
.newsletter button,
.socials a:hover {
  background: var(--orange);
  color: #fff;
}
.socials a:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
}
.contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.newsletter input {
  width: 100%;
  height: 46px;
  border: 0;
  border-radius: 7px;
  padding: 0 15px;
  margin-bottom: 13px;
}
.newsletter button {
  border: 0;
  border-radius: 8px;
  font-weight: 500;
  padding: 12px 22px;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 36px;
  padding-top: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.footer-bottom p {
  margin: 0;
  font-size: 14px;
}
.footer-bottom a {
  font-size: 14px;
  margin-left: 24px;
}
.whatsapp-btn {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: grid;
  background: #25d366;
  color: #fff;
  font-size: 34px;
  z-index: 99;
  box-shadow: 0 16px 30px rgba(37, 211, 102, 0.38);
}
@media (max-width: 1199px) {
  .pricing-hero h1 {
    font-size: 52px;
  }
  .brand-wrap img {
    width: 170px;
  }
  .navbar-nav .nav-link {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .site-header {
    position: relative;
    background: #061020;
  }
  .navbar {
    padding: 14px 0;
  }
  .navbar-collapse {
    background: #071527;
    border-radius: 16px;
    padding: 20px;
    margin-top: 15px;
  }
  .navbar-nav .nav-link {
    padding: 12px 0 !important;
  }
  .navbar-nav .nav-link.active::after {
    display: none;
  }
  .nav-right .btn-orange {
    margin-top: 15px;
    width: 100%;
  }
  .pricing-hero {
    padding: 110px 0 40px;
  }
  .pricing-hero h1 {
    font-size: 44px;
  }
  .hero-text {
    font-size: 18px;
  }
  .hero-features {
    gap: 10px;
  }
  .feature-pill {
    width: calc(50% - 5px);
  }
  .pricing-cta {
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 24px;
  }
  .cta-image img {
    width: 100%;
  }
}
.addon-card strong,
.choose-btn,
.pricing-card .choose-btn {
  margin-top: auto;
}
@media (max-width: 575px) {
  .brand-wrap img {
    width: 155px;
  }
  .pricing-hero h1 {
    font-size: 36px;
  }
  .section-heading h2 {
    font-size: 27px;
  }
  .price-card {
    padding: 26px 22px;
  }
  .feature-pill {
    width: 100%;
  }
  .billing-switch button {
    padding: 8px 15px;
    font-size: 12px;
  }
  .pricing-cta h2 {
    font-size: 26px;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-bottom a {
    margin-left: 0;
    margin-right: 18px;
  }
  .whatsapp-btn {
    right: 18px;
    bottom: 18px;
    width: 54px;
    height: 54px;
    font-size: 28px;
  }
}
.pricing-toggle {
  display: inline-flex;
  align-items: center;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
}
.addon-card,
.addons-section .col-lg-2,
.addons-section .col-md-4,
.pricing-card,
.pricing-section .col-lg-3,
.pricing-section .col-md-6 {
  display: flex;
}
.pricing-toggle button {
  font-size: 18px;
}
.pricing-card {
  background: #fff;
  border: 1px solid #e5eaf3;
  box-shadow: 0 8px 25px rgba(15, 23, 42, 0.04);
  flex-direction: column;
}
.pricing-card:hover {
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.09);
}
.pricing-card h2 {
  letter-spacing: -1px;
}
.pricing-card h2 small {
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
}
.pricing-card ul li::before {
  content: "✓";
  border: 2px solid currentColor;
  line-height: 12px;
  text-align: center;
}
.starter h3,
.starter ul li::before {
  color: #16a34a;
}
.growth h3,
.growth ul li::before {
  color: #ff4d00;
}
.business h3,
.business ul li::before {
  color: #155cff;
}
.enterprise h3,
.enterprise ul li::before {
  color: #9333ea;
}
.starter .choose-btn {
  color: #16a34a;
  border: 2px solid #40c982;
}
.growth .choose-btn {
  color: #ff4d00;
  border: 2px solid #ff4d00;
}
.business .choose-btn {
  color: #155cff;
  border: 2px solid #4b82ff;
}
.enterprise .choose-btn {
  color: #9333ea;
  border: 2px solid #b85cff;
}
.choose-btn:hover {
  transform: translateY(-2px);
}
.growth .choose-btn.filled {
  background: linear-gradient(135deg, #ff5a00, #ff3d00);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 10px 24px rgba(255, 77, 0, 0.28);
}
.growth {
  border-color: #ffe0d2;
}
@media (max-width: 991px) {
  .pricing-heading h2 {
    font-size: 30px;
  }
  .pricing-card {
    padding: 30px 24px 24px;
  }
}
@media (max-width: 575px) {
  .pricing-section {
    padding: 35px 0 45px;
  }
  .pricing-heading h2 {
    font-size: 25px;
  }
  .pricing-heading p {
    font-size: 13px;
  }
  .pricing-toggle button {
    padding: 9px 16px;
    font-size: 13px;
  }
  .pricing-card h3 {
    font-size: 24px;
  }
  .pricing-card h2 {
    font-size: 30px;
  }
  .plan-desc {
    min-height: auto;
  }
}
.pricing-row,
.pricing-section .row {
  row-gap: 24px;
}
.compare-section {
  padding: 26px 0 28px;
}
.compare-table-wrap {
  border-radius: 12px;
  overflow-x: auto;
}
.compare-table {
  margin-bottom: 0;
}
.compare-table td,
.compare-table th {
  padding: 11px 14px;
  vertical-align: middle;
}
.addons-section {
  padding: 28px 0 34px;
}
.addons-section .row {
  row-gap: 18px;
}
.addon-card {
  height: 100%;
  min-height: 185px;
  padding: 20px 14px;
  flex-direction: column;
  align-items: center;
}
.addon-card i {
  margin-bottom: 12px;
}
.addon-card h4 {
  min-height: 38px;
  margin-bottom: 8px;
}
.addon-card p {
  min-height: 45px;
  margin-bottom: 10px;
}
.pricing-cta {
  margin: 10px 0 48px;
  min-height: 175px;
  padding: 7px 66px;
  align-items: center;
}
.pricing-cta h2 {
  margin-bottom: 8px;
}
.pricing-cta p {
  margin-bottom: 14px;
}
.cta-points {
  gap: 18px 28px;
}
.cta-image img {
  max-width: 360px;
  width: 100%;
  height: auto;
}
.addons-section .addon-card,
.pricing-section .pricing-card {
  width: 100%;
}
@media (max-width: 991px) {
  .pricing-section {
    padding: 34px 0 38px;
  }
  .pricing-card {
    min-height: 500px;
    padding: 25px 22px;
  }
  .compare-section {
    padding: 22px 0 26px;
  }
  .pricing-cta {
    padding: 28px 24px;
    text-align: left;
    gap: 20px;
  }
  .cta-image img {
    max-width: 320px;
  }
}
@media (max-width: 575px) {
  .addon-card,
  .addon-card h4,
  .addon-card p,
  .plan-desc,
  .pricing-card,
  .pricing-cta {
    min-height: auto;
  }
  .pricing-section {
    padding: 30px 0 34px;
  }
  .pricing-heading {
    margin-bottom: 25px;
  }
  .pricing-card {
    padding: 24px 20px;
  }
  .pricing-card ul {
    margin-bottom: 20px;
  }
  .compare-section {
    padding: 22px 0;
  }
  .compare-table td,
  .compare-table th {
    padding: 10px 12px;
    white-space: nowrap;
  }
  .addons-section {
    padding: 24px 0 30px;
  }
  .addon-card {
    padding: 20px 16px;
  }
  .pricing-cta {
    margin-bottom: 36px;
    padding: 25px 18px;
    text-align: center;
    align-items: center;
  }
  .cta-points {
    justify-content: center;
    gap: 12px;
  }
  .cta-image img {
    max-width: 260px;
  }
}
.breadcrumb-box {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.breadcrumb-box a:hover,
.breadcrumb-box span {
  color: #f60;
}
.breadcrumb-box i {
  font-size: 13px;
  color: #fff;
}
.breadcrumb-box b {
  color: #f60;
  font-weight: 600;
}
.breadcrumb-box a {
  color: #fff;
}
.pricing-heading h2 {
  margin: 10px 0;
}
.pricing-toggle {
  width: fit-content;
  margin: 0 auto;
  padding: 8px;
  border-radius: 50px;
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}
.pricing-toggle button {
  border: none;
  padding: 12px 30px;
  border-radius: 50px;
  background: 0 0;
  color: #0f172a;
  font-weight: 800;
}
.pricing-toggle button.active {
  background: #ff5a14;
  color: #fff;
}
.pricing-card.starter {
  background: linear-gradient(145deg, #064e3b, #16a34a);
}
.pricing-card.growth {
  background: linear-gradient(145deg, #7c2d12, #ff5a14);
}
.pricing-card.business {
  background: linear-gradient(145deg, #172554, #2563eb);
}
.pricing-card::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  top: -70px;
  right: -70px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
}
.plan-subtitle {
  color: rgba(255, 255, 255, 0.78);
}
.pricing-card h2 {
  font-size: 42px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 28px;
}
.pricing-card ul li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 17px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
  color: #fff;
}
.pricing-card ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  color: #16a34a;
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 900;
}
.pricing-card.growth ul li::before {
  color: #ff5a14;
}
.pricing-card.business ul li::before {
  color: #2563eb;
}
.popular-badge {
  position: absolute;
  top: 24px;
  right: 24px;
  padding: 8px 16px;
  border-radius: 50px;
  background: #fff;
  color: #7c3aed;
  font-size: 12px;
  font-weight: 900;
}
.choose-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}
.pricing-card.starter .choose-btn {
  color: #16a34a !important;
}
.pricing-card.business .choose-btn {
  color: #2563eb !important;
}
.choose-btn,
.choose-btn.filled,
.pricing-card .choose-btn,
.pricing-card.growth .choose-btn {
  width: 100%;
  padding: 15px 22px;
  border-radius: 50px;
  border: 2px solid #fff;
  background: #fff !important;
  color: #ff5a14 !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  text-align: center;
  display: flex !important;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
  visibility: visible !important;
  line-height: 1.2;
  position: relative;
  z-index: 50;
  cursor: pointer;
  text-decoration: none;
  -webkit-text-fill-color: #ff5a14 !important;
}
.pricing-card.enterprise {
  position: relative;
  background: linear-gradient(
    160deg,
    #2e0459 0,
    #5b21b6 45%,
    #8b3cff 100%
  ) !important;
  color: #fff !important;
  border: 3px solid #fff;
  border-radius: 30px;
  overflow: hidden;
  transform: translateY(-18px);
  box-shadow:
    0 35px 80px rgba(124, 58, 237, 0.45),
    0 0 0 8px rgba(124, 58, 237, 0.14);
}
.pricing-card.enterprise::before {
  content: "";
  position: absolute;
  top: -75px;
  right: -70px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  z-index: 1;
}
.pricing-card.enterprise::after {
  content: "";
  position: absolute;
  top: 0;
  left: -80px;
  width: 70px;
  height: 100%;
  background: rgba(255, 255, 255, 0.18);
  transform: skewX(-20deg);
  animation: 3s infinite planDShine;
  z-index: 2;
}
.pricing-card.enterprise .choose-btn,
.pricing-card.enterprise .plan-desc,
.pricing-card.enterprise .plan-subtitle,
.pricing-card.enterprise .popular-badge,
.pricing-card.enterprise h2,
.pricing-card.enterprise h2 small,
.pricing-card.enterprise h3,
.pricing-card.enterprise ul {
  position: relative;
  z-index: 5;
  color: #fff !important;
}
.pricing-card.enterprise .popular-badge {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 10;
  padding: 12px 28px;
  border-radius: 50px;
  background: #fff;
  color: #7c3aed !important;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  box-shadow:
    0 0 0 10px rgba(255, 255, 255, 0.18),
    0 18px 35px rgba(0, 0, 0, 0.25);
  animation: 1.8s ease-in-out infinite premiumPulse;
}
.pricing-card.enterprise .choose-btn,
.pricing-card.enterprise ul li::before {
  background: #fff !important;
  color: #7c3aed !important;
}
.pricing-card.enterprise ul li {
  color: #fff !important;
}
.pricing-card.enterprise .choose-btn {
  width: 100%;
  -webkit-text-fill-color: #7c3aed !important;
  border: 2px solid #fff !important;
  border-radius: 50px;
  padding: 15px 22px;
  font-size: 16px !important;
  font-weight: 900;
  display: flex !important;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
  visibility: visible !important;
  cursor: pointer;
}
@keyframes premiumPulse {
  0% {
    transform: scale(1);
    box-shadow:
      0 0 0 0 rgba(255, 255, 255, 0.45),
      0 18px 35px rgba(0, 0, 0, 0.25);
  }
  50% {
    transform: scale(1.06);
    box-shadow:
      0 0 0 12px rgba(255, 255, 255, 0.12),
      0 22px 45px rgba(0, 0, 0, 0.3);
  }
  100% {
    transform: scale(1);
    box-shadow:
      0 0 0 0 rgba(255, 255, 255, 0),
      0 18px 35px rgba(0, 0, 0, 0.25);
  }
}
@keyframes planDShine {
  0% {
    left: -90px;
  }
  100%,
  45% {
    left: 120%;
  }
}
@media (max-width: 991px) {
  .pricing-section {
    padding: 60px 0;
  }
  .pricing-heading h2 {
    font-size: 30px;
  }
  .pricing-card {
    min-height: auto;
  }
  .pricing-card.enterprise {
    transform: none;
  }
}
.pricing-row,
.pricing-section .row {
  align-items: stretch;
}
.pricing-card {
  box-shadow: 0 25px 60px rgba(15, 23, 42, 0.18);
  width: 100%;
  min-height: 680px;
  display: flex;
  flex-direction: column;
}
.pricing-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 34px;
  flex: 1;
}
.pricing-card.enterprise {
  min-height: 680px;
  transform: none !important;
}
@media (max-width: 991px) {
  .pricing-card,
  .pricing-card.enterprise {
    min-height: 620px;
  }
}
@media (max-width: 575px) {
  .pricing-card {
    padding: 30px 24px;
  }
  .pricing-card h2 {
    font-size: 34px;
  }
  .pricing-card h2 small {
    font-size: 15px;
  }
  .pricing-toggle,
  .pricing-toggle button {
    width: 100%;
  }
  .pricing-card,
  .pricing-card.enterprise {
    min-height: auto;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.pricing-section {
  padding: 45px 0 65px;
  background: #fff;
  overflow: hidden;
}
.pricing-heading {
  margin-bottom: 55px;
}
.pricing-heading span {
  letter-spacing: 1px;
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: #ff4b0b;
  margin-bottom: 8px;
}
.pricing-heading h2 {
  font-size: 42px;
  font-weight: 800;
  color: #081126;
  margin-bottom: 10px;
}
.pricing-heading p {
  font-size: 16px;
  font-weight: 500;
  color: #6b7280;
  margin-bottom: 26px;
}
.toggle-box {
  display: inline-flex;
  padding: 8px;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.16);
}
.toggle-box button {
  border: none;
  outline: 0;
  padding: 13px 38px;
  border-radius: 50px;
  background: linear-gradient(135deg, #ff6a00, #ff3500);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}
.pricing-card {
  position: relative;
  height: 625px;
  padding: 36px 32px 30px;
  border-radius: 24px;
  overflow: hidden;
  color: #fff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.18);
  display: flex;
  flex-direction: column;
  transition: 0.35s;
}
.plan-list li::before,
.top-circle {
  position: absolute;
  border-radius: 50%;
}
.pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 28px 60px rgba(15, 23, 42, 0.24);
}
.top-circle {
  width: 150px;
  height: 150px;
  top: -52px;
  right: -45px;
  background: rgba(255, 255, 255, 0.18);
}
.plan-desc,
.plan-subtitle,
.price-box,
.pricing-card h3 {
  position: relative;
}
.plan-a {
  background: linear-gradient(180deg, #075f43 0, #11994b 100%);
}
.plan-b {
  background: linear-gradient(180deg, #993414 0, #ff4b09 100%);
}
.plan-c {
  background: linear-gradient(180deg, #162c6d 0, #2365e9 100%);
}
.plan-d {
  background: linear-gradient(180deg, #3e0b78 0, #8236f2 100%);
}
.pricing-card h3 {
  z-index: 2;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 10px;
}
.plan-subtitle {
  z-index: 2;
  font-size: 15px;
  font-weight: 700;
  opacity: 0.9;
  margin-bottom: 28px;
}
.plan-btn,
.plan-desc {
  z-index: 2;
  font-size: 15.5px;
}
.price-box {
  z-index: 2;
  display: flex;
  align-items: flex-end;
  gap: 6px;
  margin-bottom: 30px;
}
.price-box h4 {
  font-size: 43px;
  line-height: 1;
  font-weight: 800;
  color: #fff;
  margin: 0;
}
.price-box span {
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  opacity: 0.9;
  margin-bottom: 5px;
}
.plan-desc {
  font-weight: 600;
  line-height: 1.65;
  color: #fff;
  opacity: 0.95;
  min-height: 78px;
  margin-bottom: 22px;
}
.plan-btn,
.plan-list li {
  position: relative;
  font-weight: 800;
}
.plan-list {
  position: relative;
  z-index: 2;
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
}
.plan-list li {
  padding-left: 34px;
  margin-bottom: 13px;
  font-size: 14.5px;
  line-height: 1.35;
  color: #fff;
}
.plan-list li::before {
  content: "✓";
  left: 0;
  top: -1px;
  width: 21px;
  height: 21px;
  background: #fff;
  color: #ff4b0b;
  font-size: 13px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plan-btn {
  margin-top: auto;
  height: 56px;
  width: 100%;
  border-radius: 50px;
  background: #fff;
  color: #ff4b0b;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 -2px 5px rgba(15, 23, 42, 0.08);
  transition: 0.3s;
}
.plan-btn:hover {
  color: #ff4b0b;
  transform: scale(1.04);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}
@media (max-width: 1199px) {
  .pricing-section {
    padding: 45px 0 55px;
  }
  .pricing-card {
    height: 620px;
  }
}
@media (max-width: 991px) {
  .pricing-heading h2 {
    font-size: 34px;
  }
  .pricing-heading {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .pricing-section {
    padding: 40px 12px 50px;
  }
  .pricing-heading h2 {
    font-size: 28px;
  }
  .pricing-heading p {
    font-size: 14px;
  }
  .pricing-card {
    height: auto;
    min-height: 610px;
    padding: 32px 28px 28px;
  }
  .price-box h4 {
    font-size: 38px;
  }
}
@media (max-width: 575px) {
  .pricing-heading h2 {
    font-size: 25px;
  }
  .toggle-box button {
    padding: 11px 30px;
    font-size: 14px;
  }
  .pricing-card {
    border-radius: 22px;
  }
}
