:root {
  --primary-color: #F4A500;
  --secondary-color: #223146;
  --tertiary-color: #536884;
  --quaternary-color: #445B77;
  --quinary-color: #FFFFFF1A;
  --senary-color: #FFFFFF;
  --septenary-color: #444444;
  --accent-color: #F6A800;
  --octonary-color: #092240CC;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a:focus-visible {
  outline: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: poppins, sans-serif;
  background-color: #F7F3EE;
  color: #444444;
}


/* Gradient Decorations */
.gradient-decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
  overflow: hidden;
}

.gradient {
  position: absolute;
  width: 835px;
  max-width: none;
  height: 669px
}

.gradient-left {
  left: -198px;
  transform: rotate(385deg);
  top: -55px;
}

.gradient-right {
  right: -265px;
  transform: rotate(77deg);
  top: -185px;
  height: 806px;
}

/* Hero */

.hero {
  padding: 0px;
}

.hero-inner {
  max-width: 722px;
  margin: 0 auto;
  text-align: center;
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hero-logo {
  max-width: 1200px;
  margin: 0 auto;
}

.hero-logo img {
  max-width: 192px;
  height: 90px;
}

.accent {
  color: var(--accent-color);
}

.accent-gray {
  color: #2231464D;
}

.hero-title {
  font-size: 55px;
  line-height: 60px;
  font-weight: 600;
  letter-spacing: 0;
  color: #223146;
}

.hero-subtitle {
  font-size: 18px;
  color: #536884;
  font-weight: 500;
  line-height: 20px;
}

.hero-video {
  margin: 0 auto;
  margin-top: 50px;
  max-width: 996px;
  border-radius: 15px;
  padding: 0 16px;
}

.hero-video video {
  width: 100%;
  border-radius: 15px;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 40px;
    line-height: 40px;
  }
}

@media (max-width: 580px) {
  .hero-title {
    font-size: 35px;
  }
}

@media (max-width: 480px) {
  .hero {
    padding-top: 32px;
  }

  .hero-rating {
    flex-direction: column;
  }
}

/* Footer */

.site-footer {
  background: var(--secondary-color);
  padding: 64px 16px;
  max-width: 100% !important;
}

.site-footer-inner {
  max-width: 816px;
  margin: 0 auto;
  text-align: center;
}

.site-footer-title {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 600;
  color: var(--senary-color);
  margin-bottom: 12px;
}

.site-footer-text {
  max-width: 720px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
}

.site-footer-text+.site-footer-text {
  margin-top: 8px;
}

.site-footer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  padding: 12px 18px;
  background: var(--primary-color);
  color: #111827;
  font-weight: 600;
  font-size: 14px;
  border-radius: 6px;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
  transition: transform 120ms ease, filter 120ms ease;
}

.site-footer-cta:hover {
  transform: translateY(-1px);
  filter: brightness(1.02);
}

.site-footer-cta:active {
  transform: translateY(0);
}

@media (max-width: 480px) {
  .site-footer-title {
    font-size: 32px;
  }
}

.main-container {
  margin: 0 auto;
  overflow: hidden;
}

.main-container section {
  margin-top: 160px;
  margin-bottom: 160px;
  position: relative;
  z-index: 2;
}

/* Secion most people*/

.gradient-decorations-most{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}

.gradient-right-most{
  position: absolute;
  right: 0px;
  top: -16%;
  height: 200%;
  width: fit-content;
  z-index: -1;
}

.section-most-inner {
  max-width: 1200px;
  padding: 0px 20px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  gap: 20px;
  align-items: center;
}

.section-most-img {
  border-radius: 10px;
  height: 100%;
  width: 100%;
}

.section-most-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 570px;

}

.section-most-left h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 55px;
  color: rgba(9, 34, 64, 1);
}

.section-most-left p {
  color: var(--quaternary-color);
}

.section-most-left .section-most-cards {
  display: flex;
  gap: 20px;

}

.section-most-left .section-most-card {
  display: flex;
  gap: 10px;
  padding: 15px;
  flex-direction: column;
  background-color: var(--senary-color);
  max-width: 165px;
  max-height: 140px;
}

.section-most-left .section-most-card img {
  width: 40px;
  height: 40px;
}

.section-most-left .section-most-card h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #092240;
}

.section-most-left strong {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #092240;
}

.section-most-cta {
  display: flex;
  gap: 20px;
  align-items: center;
}

.section-most-cta p {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
}

@media (max-width: 980px) {
  .section-most-img {
    display: none;
  }

  .section-most-left {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .section-most-left {
    align-items: center;

  }

  .section-most-left h2 {
    font-weight: 500;
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 0%;
    text-align: center;

  }

  .section-most-left p {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;

  }

}

/* Who This Program Is For */

.section-who-for {
  padding: 0px 20px;
}

.section-who-for-inner {
  max-width: 1200px;
  padding: 0px 20px;
  margin: 0 auto;
  text-align: center;
}

.who-for-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.who-for-card {
  background: rgba(255, 255, 255, 0.72);
  border-radius: 14px;
  padding: 35px 25px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.who-for-card h3 {
  font-weight: 600;
  font-size: 45px;
  line-height: 50px;
  letter-spacing: 0%;
  color: #09224080;
}

.who-for-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.who-for-list li {
  position: relative;
  padding-left: 30px;
  font-size: 23px;
  line-height: 30px;
  font-weight: 500;
  color: #223146;
}

.who-for-list li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 5px;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.85);
}

.who-for-card-positive .who-for-list li::before {
  background: none;
  background-image: url(../images/most-cards/do-not.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.who-for-card-positive {
  background-color: #F9DED2;
}

.who-for-card-positive p {
  font-weight: 400;
  font-size: 23px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #223146B2;
}

.who-for-card-neutral .who-for-list {
  background-color: #F7F3EE;
  display: flex;
  flex-direction: column;
  grid-area: 15px;
  border-radius: 10px;
  padding: 15px;
}

.who-for-card-neutral p {
  font-weight: 500;
  font-size: 23px;
  color: #223146;
  line-height: 30px;
  letter-spacing: 0%;

}

.who-for-card-neutral .who-for-list li {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  color: #536884;
}

.who-for-card-neutral .who-for-list h4 {
  font-size: 16px;
  line-height: 25px;
  color: #092240;
}

.who-for-card-neutral .who-for-list li::before {
  top: 50%;
  width: 17px;
  height: 17px;
  background: none;
  background-image: url(../images/most-cards/check-circle.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}

.section-who-for-footnote {
  margin-top: 18px;
  font-size: 12px;
  line-height: 1.6;
  font-style: italic;
  color: #092240CC;
}

.section-who-for-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  padding: 12px 18px;
  background: var(--primary-color);
  color: #111827;
  font-weight: 600;
  font-size: 14px;
  border-radius: 6px;
  text-decoration: none;
  transition: transform 120ms ease, filter 120ms ease;
}

.section-who-for-cta:hover {
  transform: translateY(-1px);
  filter: brightness(1.02);
  color: #111827 !important;
}

.section-who-for-cta:active {
  transform: translateY(0);
}

@media (max-width: 980px) {
  .who-for-cards {
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 600px) {
  .section-who-for-title {
    font-size: 32px;
    line-height: 1.2;
  }
}


/* What Makes Polestar Pilates Different */

.section-different {
  position: relative;
  overflow: hidden;
}

.section-different-inner {
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.section-different-title {
  font-family: Poppins;
  font-weight: 600;
  font-size: 50px;
  line-height: 55px;
  letter-spacing: 0%;
  text-align: center;
  color: #092240;
}

.section-different-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 28%;
  text-align: center;
  color: #6C8A99;
}

.different-cards {
  margin-top: 28px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  gap: 14px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 6px 20px 12px;
  -webkit-overflow-scrolling: touch;
}

.different-cards::-webkit-scrollbar {
  height: 8px;
}

.different-cards::-webkit-scrollbar-thumb {
  background: var(--senary-color);
  border-radius: 999px;
}

.different-card {
  border-radius: 10px;
  padding: 20px;
  text-align: left;
  min-height: 300px;
  min-width: 260px;
  width: 260px;
  max-width: 260px;
  flex-shrink: 0;
  background-color: #FFF;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.different-icon i {
  font-family: Poppins;
  font-weight: 600;
  font-style: normal;
  font-size: 50px;
  line-height: 55px;
  letter-spacing: 0%;
  text-align: center;
  color: #09224026;
}

.different-card h3 {
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0%;
}

.different-card p {
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0%;
  color: #536884;
}

.section-different a {
  margin-top: 40px;
}

@media (max-width: 1100px) {
  .different-cards {
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  .section-different-title {
    font-size: 25px;
    line-height: 30px;
  }

  .section-different-text {
    font-size: 18px;
    line-height: 20px;
  }
}


/* Ready to Take the Next Step (CTA) */

.section-next-step {
  padding: 0px 20px;
  position: relative;
}

.gradient-decorations-next-step {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.gradient-left-next-step {
  position: absolute;
  left: -198px;
  transform: rotate(385deg);
  top: -100px;
}

.gradient-right-next-step {
  position: absolute;
  right: -400px;
  transform: rotate(53deg);
  top: -100px;
  height: 669px;
  width: 835px;
}

.section-next-step-inner {
  max-width: 816px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

.section-next-step-title {
  font-size: 45px;
  line-height: 55px;
  font-weight: 500;
  color: #223146;
}

.section-next-step-subtitle {
  margin-top: 8px;
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  color: #223146;
}

.section-next-step-text {
  margin: 14px auto 0;
  max-width: 720px;
  font-size: 16px;
  line-height: 25px;
  color: #445B77;
}

.section-next-step-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  padding: 12px 18px;
  background: var(--primary-color);
  color: #111827;
  font-weight: 600;
  font-size: 14px;
  border-radius: 6px;
  text-decoration: none;
  transition: transform 120ms ease, filter 120ms ease;
}

.section-next-step-cta:hover {
  transform: translateY(-1px);
  filter: brightness(1.02);
}

.section-next-step-cta:active {
  transform: translateY(0);
}

@media (max-width: 768px) {
  .gradient-left-next-step {
    display: none;
  }

  .gradient-right-next-step {
    display: none;
  }

}

@media (max-width: 480px) {
  .section-next-step-title {
    font-size: 32px;
    line-height: 1.2;
  }
}


/* section special */
.section-special {
  background-image: url(../images/special/jaspinder.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  margin-bottom: 0px !important;
  position: relative;
  z-index: 2;
  padding: 80px 0;
}

.section-special::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #223146;
  opacity: 0.8;

}

.section-special-inner {
  max-width: 963px;
  margin: 0 auto;
  position: relative;
  background-color: #FFE5C5;
  overflow: hidden;
  border-radius: 15px;
}

.section-special-inner::before {
  content: "";
  position: absolute;
  background: linear-gradient(270deg, rgba(247, 243, 238, 0) 0%, #FFE5C5 100%);
  width: 70%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.section-special-left {
  max-width: 519px;
  display: flex;
  flex-direction: column;
  padding: 50px 30px;
  position: relative;
  z-index: 2;
  gap: 40px;
}

/* .section-special-left::before {
  content: "";
  position: absolute;
  background: linear-gradient(270deg, rgba(247, 243, 238, 0) 0%, #FFE5C5 100%);
  width: 100%;
  height: 100%;
  top: 0;
  right: -50%;
  z-index: 0;
} */
.section-special-left h2 {
  font-size: 45px;
  line-height: 55px;
  font-weight: 500;
}

.section-special-left p {
  font-size: 20px;
  line-height: 25px;
  color: #223146;
}

.section-special-left .section-special-cta {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.section-special-left .section-special-buttons {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.section-special-left .section-special-cta p {
  font-size: 20px;
  font-style: italic;
  line-height: 20px;
  color: #445B77;
}


.section-special-inner .img1 {
  position: absolute;
  width: 100%;
  max-width: 905px;
  height: 115%;
  top: -15%;
  left: 30%;
  opacity: 1;
  z-index: 0;
  object-fit: cover;
}

.section-special-inner .img2 {
  display: none;
}

@media (max-width: 768px) {
  .section-special-inner .img2 {
    display: block;
    position: absolute;
    width: 70%;
    height: 126%;
    top: -15%;
    right: 0;
    opacity: 1;
    z-index: 0;
    object-fit: cover;
  }

  .section-special-inner .img1 {
    display: none;
  }

  .section-special-inner::before {
    width: 100%;
    transform: translateX(0);
    left: 30%;
  }

  .section-special-left .section-special-buttons {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Primary button */
.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  background: var(--primary-color);
  color: #111827;
  font-weight: 600;
  font-size: 14px;
  border-radius: 6px;
  text-decoration: none;
  transition: transform 120ms ease, filter 120ms ease;
}
.primary-button:hover {
  color: #111827 !important;
}