.pro-home-advantage {
  padding-top: 0;
}

.pro-home-cta-band .title-area {
  margin-bottom: 0;
}

.pro-home-cta-desc {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.75;
}

.pro-home-cta-benefits {
  position: relative;
  padding: 24px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.26), transparent 26%),
    linear-gradient(180deg, #c4f500 0%, #ddff69 100%);
  box-shadow: 0 24px 40px rgba(16, 52, 43, 0.16);
}

.pro-home-cta-kicker {
  display: inline-block;
  margin-bottom: 14px;
  color: rgba(20, 75, 68, 0.72);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.pro-home-cta-grid {
  display: grid;
  gap: 14px;
}

.pro-home-cta-item {
  padding: 18px 18px 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
}

.pro-home-cta-item h4 {
  margin-bottom: 8px;
  color: var(--title-color);
  font-size: 22px;
  line-height: 1.25;
}

.pro-home-cta-item p {
  margin-bottom: 0;
  color: rgba(20, 75, 68, 0.82);
  line-height: 1.6;
}

.pro-home-contact {
  padding-top: 78px;
}

.pro-advantage-band {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  overflow: hidden;
  border-radius: 34px;
  background: linear-gradient(140deg, #173d36 0%, #18342f 100%);
  box-shadow: 0 32px 70px rgba(15, 38, 33, 0.14);
}

.pro-advantage-copy {
  position: relative;
  padding: 52px 54px;
  background:
    radial-gradient(circle at top left, rgba(198, 245, 0, 0.14), transparent 42%),
    linear-gradient(140deg, #173d36 0%, #18342f 100%);
}

.pro-advantage-copy::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 52px;
  bottom: 52px;
  width: 1px;
  background: rgba(255, 255, 255, 0.14);
}

.pro-advantage-copy .sub-title,
.pro-advantage-copy .sec-title {
  color: var(--white-color);
}

.pro-advantage-copy .sub-title {
  margin-bottom: 22px;
}

.pro-advantage-copy .sec-title {
  max-width: 540px;
  margin-bottom: 20px;
}

.pro-advantage-text {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 19px;
  line-height: 1.75;
}

.pro-advantage-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.pro-advantage-tags span {
  display: inline-flex;
  align-items: center;
  padding: 11px 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white-color);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.pro-advantage-board {
  position: relative;
  padding: 50px 44px;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.3), transparent 28%),
    linear-gradient(180deg, #c4f500 0%, #d9ff5a 100%);
}

.pro-advantage-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: rgba(20, 75, 68, 0.72);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.pro-advantage-intro {
  max-width: 470px;
  margin: 0 0 24px;
  color: rgba(20, 75, 68, 0.84);
  font-size: 17px;
  line-height: 1.7;
}

.pro-advantage-grid {
  display: grid;
  gap: 16px;
}

.pro-advantage-card {
  padding: 24px 24px 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 22px 40px rgba(16, 52, 43, 0.12);
}

.pro-advantage-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  margin-bottom: 16px;
  padding-inline: 12px;
  border-radius: 999px;
  background: var(--theme-color);
  color: var(--white-color);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.pro-advantage-card h3 {
  margin-bottom: 10px;
  color: var(--title-color);
  font-size: 24px;
  line-height: 1.25;
}

.pro-advantage-card p {
  margin-bottom: 0;
  color: rgba(20, 75, 68, 0.84);
  line-height: 1.65;
}

.pro-advantage-note {
  margin: 20px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(20, 75, 68, 0.14);
  color: rgba(20, 75, 68, 0.82);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.65;
}

.pro-home-contact .contact-form {
  height: 100%;
}

.pricing-area-2 .row > [class*="col-"] {
  display: flex;
}

.pricing-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.pricing-card .pricing-card-price-wrap {
  min-height: 102px;
  display: flex;
  align-items: flex-start;
}

.pricing-card_price {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  flex-wrap: wrap;
  line-height: 1;
}

.pricing-card_price .currency {
  margin-right: 2px;
}

.pricing-card_price .duration {
  margin-left: 4px;
  padding-bottom: 8px;
}

.pricing-card_price > .duration:only-child {
  margin-left: 0;
  padding-bottom: 0;
  font-size: 34px;
  line-height: 1.2;
  color: var(--title-color);
  font-weight: 600;
}

.pricing-card .pricing-card_icon {
  min-height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pricing-card-details {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.pricing-card .checklist {
  flex: 1;
}

.pricing-card .global-btn {
  margin-top: auto;
}

.pro-home-contact .title-area {
  margin-bottom: 34px;
}

.process-card-wrap {
  display: flex;
}

.process-card {
  width: 100%;
  height: 100%;
}

.goal-tabs-wrapper {
  align-items: flex-start;
  gap: 56px;
}

.goal-tabs-wrapper .nav-tabs.goal-tabs-tabs {
  flex: 0 0 176px;
  align-self: flex-start;
}

.goal-tabs-wrapper .nav-tabs.goal-tabs-tabs .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 78px;
  text-align: center;
}

.goal-tabs-wrapper .tab-content {
  flex: 1 1 0;
  min-width: 0;
}

.goal-content_wrapp,
.goal-content {
  height: 100%;
}

body[data-page="process"] .goal-area {
  padding-bottom: 110px;
}

body[data-page="about"] .about-area-1.position-relative {
  padding-bottom: 110px;
}

.pro-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
}

.pro-footer-links a {
  color: rgba(255, 255, 255, 0.78);
}
