* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #0f0f0f;
  color: #080808;
  overflow-x: hidden;
}

img {
  display: inline-block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.page {
  position: relative;
  height: 7096px;
  margin: 0 auto;
  /* overflow: hidden; */
  background: linear-gradient(
    180deg,
    rgb(191 107 184) 0%,
    rgb(182 139 234) 51.923%,
    rgb(99 46 164) 74.923%,
    rgb(34 16 58) 84.434%
  );
}

.light-background {
  position: absolute;
  z-index: 1;
  top: 1055px;
  left: 50%;
  width: 1400px;
  height: 3277px;
  transform: translateX(-50%);
  background: rgb(247 221 255);
}

.background-icons {
  position: absolute;
  z-index: 0;
  top: 1550px;
  left: calc(50% - 884px);
  width: 1723px;
  height: 3680px;
  object-fit: contain;
  pointer-events: none;
}

.divider {
  position: absolute;
  z-index: 4;
  left: 50%;
  width: 1260px;
  height: 18px;
  transform: translateX(-50%);
  object-fit: contain;
}

.divider-one {
  top: 1731px;
}

.divider-two {
  top: 3502px;
}

.hero {
  position: absolute;
  z-index: 3;
  inset: 0 0 auto;
  height: 1388px;
  overflow: visible;
}

.hero-glow {
  position: absolute;
  top: -541px;
  left: calc(50% - 1046px);
  width: 1440px;
  height: 1717px;
  border-radius: 50%;
  background: rgb(249 207 254);
  filter: blur(800px);
  transform: rotate(-25.08deg);
  opacity: 1;
}

.hero-doodles {
  position: absolute;
  z-index: 2;
  top: 191px;
  left: calc(50% - 956px);
  width: 1799px;
  height: 674px;
  object-fit: contain;
  pointer-events: none;
}

.hero-tag {
  position: absolute;
  z-index: 2;
  top: 23px;
  left: calc(50% - 386px);
  width: 493px;
  height: 366px;
  object-fit: contain;
}

.hero-discount-art {
  position: absolute;
  z-index: 4;
  top: 65px;
  left: calc(50% - 408px);
  width: 816px;
  height: 544px;
  object-fit: contain;
}

.hero-time-art {
  position: absolute;
  z-index: 3;
  top: 190px;
  left: calc(50% - 216px);
  width: 215px;
  height: 95px;
  object-fit: contain;
}

.hero-img {
  width: 1632px;
  aspect-ratio: 1632 / 1172;
  display: none;
}

.hero-title {
  position: absolute;
  z-index: 5;
  top: 380px;
  left: 50%;
  width: 898px;
  margin: 0;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 80px;
  font-style: italic;
  line-height: 109.12px;
  color: #fff;
  letter-spacing: 0;
  white-space: nowrap;
  -webkit-text-stroke: 6px #442946;
  paint-order: stroke fill;
  text-shadow: 0 4px 4px rgb(0 0 0 / 25%);
  font-family: 'Nunito';
  font-weight: 800;
}

.hero-title img {
  max-width: 332px;
  height: auto;
  aspect-ratio: 332 / 79;
  width: 37%;
}

.hero-title-accent {
  color: transparent;
  background: linear-gradient(180deg, #FFE8C7 26.61%, #F8DD84 94.5%);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-copy {
  position: absolute;
  z-index: 5;
  top: 500px;
  left: 50%;
  width: 1200px;
  margin: 0;
  transform: translateX(-50%);
  color: #222;
  font-size: 20px;
  font-weight: 600;
  line-height: 27.28px;
  text-align: center;
}

a.hero-cta {
  position: absolute;
  z-index: 5;
  top: 577px;
  left: 50%;
  width: 400px;
  height: 70px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 2px solid transparent;
  border-radius: 20px;
  background: linear-gradient(105deg, #a430e8 0%, #1333a7 45.05%, #29e6ff 85%, #FEEF1F 100%) padding-box, linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 30%, rgba(232,243,204,0.06) 60%, rgba(78,47,149,1) 100%) border-box;
  background-size: 200% 100%;
  background-position: 0% 0%;
  color: #fff;
  font-size: 26px;
  font-weight: 900;
  line-height: 35.46px;
  text-decoration: none;
  font-family: Nunito;
}

a.hero-cta:hover {
  animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 0%;
    }
    100% {
        background-position: 0% 0%;
    }
}

a.hero-cta svg {
  width: 24px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-media {
  position: absolute;
  z-index: 2;
  top: 608px;
  left: 50%;
  width: 1740px;
  height: 780px;
  transform: translateX(-50%);
  object-fit: contain;
}

.scenes {
  position: absolute;
  z-index: 6;
  top: 1187px;
  left: 50%;
  width: 1260px;
  height: 464px;
  transform: translateX(-50%);
}

.scenes > h2,
.features h2,
.reviews > h2,
.faq > h2 {
  margin: 0;
  font-size: 38px;
  font-weight: 800;
  line-height: 54.56px;
  text-align: center;
}

.scenes > h2 {
  width: 840px;
  margin: 0 auto 41px;
}

.outlined-title {
  position: relative;
  z-index: 0;
  isolation: isolate;
  color: #080808;
}

.outlined-title::before {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  color: #080808;
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-align: inherit;
  -webkit-text-stroke: 3px #ffd058;
  paint-order: stroke fill;
  pointer-events: none;
}

.icon_tips { position: relative; margin: 0; }
.icon_tips i { font-style: normal; display: none; position: absolute; z-index: 2; width: 190px; box-sizing: border-box; padding: 8px 10px; font-size: 12px; text-align: left; background-color: #fff; border-radius: 5px; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1); bottom: 26px; left: -130px; color: #666; }
.upgrade-total .icon_tips::after { color: #501900; }
.icon_tips i::before { content: ""; display: inline-block;  border: 8px solid transparent; border-top-color: #fff; position: absolute; bottom: -16px; left: 130px; }
.icon_tips::after { color: #666; font-size: 14px; vertical-align: top; cursor: pointer; display: inline-block; margin-top: -5px; font-weight: normal; }
.icon_tips:hover i { display: block; font-weight: normal; }

.scene-grid {
  display: grid;
  grid-template-columns: repeat(3, 380px);
  gap: 60px;
}

.scene-card {
  position: relative;
  width: 380px;
  height: 368px;
  overflow: hidden;
  border-radius: 30px;
  background: #111;
}

.scene-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease;
}

.scene-shade {
  position: absolute;
  inset: auto 0 0;
  height: 175px;
  background: linear-gradient(180deg, transparent, rgb(0 0 0 / 95%));
}

.scene-icon {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #000;
}

.active-icon {
  display: none;
}

.scene-card:hover .scene-icon {
 background: linear-gradient(134deg, #080808 42.27%, #6513C9 96.15%);
}

.scene-card:hover .active-icon {
  display: inline-block;
}

.scene-card:hover .normal-icon {
  display: none;
}

.scene-card:hover > img {
  transform: scale(1.1);
}

.scene-copy {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  color: #fff;
}

.scene-copy h3 {
  color: #FFF;
  margin: 0 0 4px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.scene-copy p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.features {
  position: absolute;
  z-index: 5;
  top: 1829px;
  left: 50%;
  width: 1200px;
  height: 1593px;
  transform: translateX(-50%);
}

.section-heading {
  width: 1000px;
  height: 123px;
  margin: 0 auto 40px;
  text-align: center;
}

.section-heading h2 {
  margin-bottom: 20px;
}

.section-heading p {
  margin: 0;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.feature-stack {
  display: grid;
  gap: 40px;
}

.feature-card {
  position: sticky;
  top: 60px;
  width: 1200px;
  height: 450px;
  display: grid;
  grid-template-columns: 500px 490px;
  align-items: center;
  column-gap: 80px;
  padding: 50px 65px;
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 43px;
}

.feature-card-one {
  background: linear-gradient(180deg, rgb(252 241 255 / 100%), rgb(255 254 244 / 100%));
  z-index: 1;
}

.feature-card-two {
  background: linear-gradient(180deg, rgb(252 241 255 / 100%), rgb(253 231 255 / 100%));
  z-index: 2;
}

.feature-card-three {
  background: linear-gradient(180deg, rgb(252 241 255 / 100%), rgb(255 237 236 / 100%));
  z-index: 3;
}

.feature-card > video {
  width: 490px;
  height: 350px;
  object-fit: cover;
  border-radius: 20.59px;
}

.feature-copy {
  width: 500px;
}

.feature-kicker {
  width: max-content;
  height: 44px;
  display: block;
  margin-bottom: 20px;
}

.feature-kicker img {
  display: block;
  width: auto;
  height: 44px;
}

.feature-copy h3 {
  margin: 0 0 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
}

.feature-copy > p:not(.feature-meta) {
  margin: 0;
  color: #333;
  font-size: 16px;
  line-height: 24px;
}

.feature-meta {
  margin: 30px 0 0;
  color: rgb(151 83 170);
  font-size: 16px;
  line-height: 24px;
}

.reviews {
  position: absolute;
  z-index: 5;
  top: 3600px;
  left: 50%;
  width: 1200px;
  height: 652px;
  transform: translateX(-50%);
}

.reviews > h2 {
  height: 55px;
}

.testimonial {
  position: relative;
  width: 1200px;
  height: 380px;
  margin: 40px 0 0;
  overflow: hidden;
  border-radius: 20px;
  background: url(../campaign/img/backto-school-reviewsbg.png) top center no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.testimonial blockquote {
  width: 900px;
  margin: 0 auto;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  font-style: italic;
  line-height: 36px;
  text-align: center;
}

.testimonial figcaption {
  margin-top: 26px;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}


.quote-mark {
  position: absolute;
  color: rgb(0 0 0 / 10%);
  font-size: 128px;
  font-weight: 600;
  font-style: italic;
  line-height: 192px;
}

.quote-left {
  top: -25px;
  left: 32px;
}

.quote-right {
  right: 53px;
  bottom: -65px;
}

.avatar-row {
  width: 138px;
  height: 61px;
  margin: 30px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

.avatar-button {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  opacity: .5;
  overflow: hidden;
  cursor: pointer;
}

.avatar-button img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
}

.avatar-button.is-active {
  width: 59px;
  height: 61px;
  display: grid;
  place-items: center;
  border: 2px solid #8043ff;
  opacity: 1;
  overflow: visible;
}

.avatar-button.is-active img {
  width: 56px;
  height: 56px;
}

.avatar-button:focus-visible {
  outline: 2px solid #442946;
  outline-offset: 3px;
}

.rating {
  width: 235px;
  margin: 20px auto 0;
  text-align: center;
}

.rating-pill {
  width: 228px;
  height: 37px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 18px;
  background: linear-gradient(180deg, #f3e6ff, #d3b9ed);
}

.stars {
  width: 116px;
  display: flex;
  gap: 4px;
}

.stars svg {
  width: 20px;
  height: 20px;
  fill: #8043ff;
}

.rating-pill strong {
  color: #442946;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.rating > p {
  margin: 8px 0 0;
  color: #666;
  font-size: 14px;
  font-style: italic;
  line-height: 21px;
  white-space: nowrap;
}

.pricing {
  position: absolute;
  z-index: 7;
  top: 4332px;
  left: 50%;
  width: 1400px;
  height: 914px;
  transform: translateX(-50%);
  background: #fff;
  padding-top: 80px;
}

.pricing > h2 {
  width: 1000px;
  height: 55px;
  margin: 0 auto;
  font-size: 40px;
  font-weight: 800;
  line-height: 54.56px;
  text-align: center;
}

.pricing-title {
  position: relative;
  z-index: 0;
  isolation: isolate;
}

.pricing-title::before {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  color: #442946;
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-align: inherit;
  -webkit-text-stroke: 3px #442946;
  paint-order: stroke fill;
  text-shadow: 0 2px 4px rgb(50 40 53 / 60%);
  pointer-events: none;
}

.pricing-title > span {
  color: transparent;
  background: linear-gradient(
    180deg,
    #ffd058 37.6558%,
    #fca15b 82.6523%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pricing-cards {
  display: grid;
  grid-template-columns: 826px 434px;
  gap: 40px;
  width: 1300px;
  height: 563px;
  margin: 40px auto 0;
}

.plan {
  position: relative;
  height: 563px;
  border-radius: 20px;
  background: linear-gradient(145deg, #fff 4%, #fff7f0 69%, #fff 96%);
  box-shadow: 0 4px 12px rgb(199 181 213 / 40%);
}

.plan-badge {
  position: absolute;
  display: block;
  max-width: none;
}

.plan-advanced {
  border: 5px solid #ffc27b;
  padding: 55px 25px 0;
}

.plan-advanced .plan-badge {
  top: -5px;
  left: -5px;
  width: 116px;
  height: 34px;
}

.advanced-grid {
  display: grid;
  grid-template-columns: 360px 1px 370px;
  gap: 15px 20px;
  /* padding: 55px 25px 0; */
}

.advanced-summary {
  width: 360px;
}

.advanced-description {
  width: 360px;
  margin: 10px 0 0;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.advanced-summary h3,
.plan-standard h3 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}

.price-row {
  height: 72px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.price-row strong,
.standard-price strong {
  color: transparent;
  background: linear-gradient(180deg, #ff5b4e, #fdcc77);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 48px;
  font-weight: 600;
  line-height: 72px;
}

.price-row del {
  color: rgb(51 51 51 / 80%);
  font-size: 16px;
  line-height: 24px;
}

.billing {
  margin: 0;
  color: #501900;
  font-size: 16px;
  line-height: 24px;
}

.plan-rule {
  width: 360px;
  height: 1px;
  margin: 22px 0;
  background: rgb(255 195 152 / 30%);
}

.best-for {
  width: 360px;
  margin: 0;
  color: #666;
  font-size: 14px;
  line-height: 21px;
}

.best-for strong {
  color: #f0925b;
  font-weight: 400;
}

.advanced-grid::before {
  content: "";
  grid-column: 2;
  grid-row: 1;
  width: 1px;
  height: 360px;
  margin-top: -10px;
  background: rgb(255 195 152 / 30%);
}

.advanced-benefits {
  grid-column: 3;
  grid-row: 1;
  width: 370px;
}

.advanced-benefits h4 {
  margin: 12px 0 11px;
  color: #f0925b;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.advanced-benefits ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.advanced-benefits li {
  position: relative;
  min-height: 52px;
  display: flex;
  align-items: center;
  padding-left: 40px;
  border-bottom: 1px dashed rgb(255 195 152 / 50%);
  color: #555;
  font-size: 13px;
  line-height: 19.5px;
  gap: 3px;
}

.advanced-benefits li:last-child {
  border-bottom: 0;
}

.advanced-benefits li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 42px;
  height: 42px;
  border-radius: 8px;
}

.advanced-benefits li.icon1::before {
  background: url(../campaign/img/backto-school-buyicon1.png) top center no-repeat;
}
.advanced-benefits li.icon2::before {
  background: url(../campaign/img/backto-school-buyicon2.png) top center no-repeat;
}
.advanced-benefits li.icon3::before {
  background: url(../campaign/img/backto-school-buyicon3.png) top center no-repeat;
}
.advanced-benefits li.icon4::before {
  background: url(../campaign/img/backto-school-buyicon4.png) top center no-repeat;
}
.advanced-benefits li.icon5::before {
  background: url(../campaign/img/backto-school-buyicon5.png) top center no-repeat;
}
.advanced-benefits li.icon6::before {
  background: url(../campaign/img/backto-school-buyicon6.png) top center no-repeat;
}

a.advanced-button {
  width: 100%;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: linear-gradient(165deg, #ff5b4e 8%, #fdcc77 93%);
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  margin-top: 30px;
  transition: all .3s ease-in-out;
}

a.advanced-button:hover {
  background: linear-gradient(13deg, #FF5B4E 7.58%, #FDCC77 93.27%);
  box-shadow: 0 4px 8px 0 rgba(255, 145, 76, 0.30);
  transform: translateY(-0.1rem);
}

a.standard-button:hover {
  background: linear-gradient(180deg, rgba(255, 241, 224, 0.00) 0%, #FFD6C6 100%);
  box-shadow: 0 4px 8px 0 rgba(255, 145, 76, 0.30);
  transform: translateY(-0.1rem);
}

.guarantee {
  margin: 0;
  color: #333;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 4px;
}

.plan-advanced > .guarantee {
  margin-top: 10px;
}

.plan-standard {
  padding: 40px 37px;
}

.plan-standard .plan-badge {
  top: 0;
  left: 0;
  width: 148px;
  height: 34px;
}

.plan-standard h3 {
  text-align: center;
}

.standard-price {
  height: 69px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.standard-price strong {
  font-size: 42px;
  line-height: 63px;
}

.standard-price del {
  color: rgb(51 51 51 / 80%);
  font-size: 14px;
  line-height: 21px;
}

.plan-standard > .billing {
  text-align: center;
}

a.standard-button {
  width: 100%;
  height: 56px;
  margin-top: 25px;
  display: grid;
  place-items: center;
  border: 2px solid #ffc27b;
  border-radius: 10px;
  background: linear-gradient(180deg, rgb(255 214 198 / 0%), #ffd6c6);
  color: #501900;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.plan-standard > .guarantee {
  margin-top: 8px;
}

.standard-benefits {
  display: grid;
  gap: 10px;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
  color: #666;
  font-size: 14px;
  line-height: 21px;
}

.standard-benefits li {
  position: relative;
  min-height: 21px;
  padding-left: 26px;
}

.standard-benefits li::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  background: url(../upgrade/img/right_icon.svg);
  width: 16px;
  height: 17px;
}

.pricing-note {
  width: 790px;
  margin: 44px auto 0;
  color: #666;
  text-align: center;
  font-size: 14px;
  line-height: 21px;
}

.pricing-note p {
  margin: 0;
}

.pricing-note p + p {
  margin-top: 10px;
}

.pricing-note strong {
  font-weight: 600;
}

.pricing-note a {
  color: #2c67ff;
  font-weight: 600;
}

.faq {
  position: absolute;
  z-index: 6;
  top: 5246px;
  left: 50%;
  width: 1400px;
  height: 1034px;
  transform: translateX(-50%);
  padding-top: 80px;
  background: linear-gradient(180deg, #f7ddff 0%, rgb(247 221 255 / 0%) 100%);
}

.faq > h2 {
  height: 55px;
}

.faq-list {
  width: 1200px;
  margin: 40px auto 0;
  display: grid;
  gap: 30px;
}

.faq details {
  width: 1200px;
  min-height: 76px;
  border: .5px solid rgb(68 41 70 / 50%);
  border-radius: 15px;
  background: rgb(230 198 239 / 60%);
  transition: min-height .3s ease-out;
}

.faq details[open] {
  min-height: 143px;
  border-width: 1px;
  border-color: rgb(68 41 70 / 30%);
}

.faq summary {
  position: relative;
  min-height: 75px;
  display: flex;
  align-items: center;
  padding: 0 74px 0 40px;
  cursor: pointer;
  list-style: none;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary i {
  position: absolute;
  right: 43px;
  top: 28px;
  width: 20px;
  height: 20px;
}

.faq summary i::before,
.faq summary i::after {
  content: "";
  position: absolute;
  top: 8.5px;
  left: 0;
  width: 20px;
  height: 3px;
  background: #222;
}

.faq summary i::after {
  transform: rotate(90deg);
}

.faq details[open] summary i::before {
  transform: rotate(45deg);
}

.faq details[open] summary i::after {
  transform: rotate(135deg);
}

.faq details[open] summary {
  min-height: 76px;
}

.faq details > p {
  margin: 0;
  padding: 0 74px 0 40px;
  color: #333;
  font-size: 16px;
}

.bottom-promo {
  position: absolute;
  z-index: 8;
  top: 6182px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 914px;
  overflow: hidden;
  background: linear-gradient(
    180deg,
    rgb(80 34 138 / 0%) 0%,
    rgb(80 34 138) 13.462%,
    #000 100%
  );
}

.bottom-promo-bg {
  position: absolute;
  z-index: 1;
  top: 122px;
  left: 0;
  width: 100%;
  height: 749px;
  object-fit: contain;
}

.bottom-promo-art {
  position: absolute;
  z-index: 2;
  top: 240px;
  left: 50%;
  width: 872px;
  height: 386px;
  transform: translateX(-50%);
  object-fit: contain;
}

.bottom-promo-copy {
  position: absolute;
  z-index: 3;
  top: 595px;
  left: 50%;
  width: 947px;
  transform: translateX(-50%);
  color: #e6e6e6;
  text-align: center;
}

.bottom-offer {
  width: 921px;
  margin: 0 auto;
  color: rgb(230 230 230 / 60%);
  font-family: 'Poltawski Nowy';
  font-size: 24px;
  font-style: italic;
  line-height: 31.2px;
}

.bottom-promo h2 {
  margin: 10px 0 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 54px;
  color: #e6e6e6;
}

.section_banner_butons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.section_btn_text {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.section_btn_text p {
  color: #999;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
}

.section_btn_text_img {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.section_banner_butons a {
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  box-sizing: border-box;
  min-width: 220px;
  overflow: hidden;
}

.section_banner_butons a > div {
  overflow: hidden;
  text-align: left;
}

.section_banner_butons .text-content {
  transition: all 0.6s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  position: relative;
}

.section_banner_butons .text-content::after {
  content: attr(data-text);
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0px;
  transform: translateY(41px);
  -webkit-transform: translateY(41px);
  background-repeat: no-repeat;
  background-position: center right;
}

.section_banner_butons .download .text-content::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.6662 1.5C11.6662 1.22386 11.4423 1 11.1662 1H6.09952C5.82338 1 5.59952 1.22386 5.59952 1.5V8.3C5.59952 8.57614 5.37567 8.8 5.09952 8.8H4.27835C3.8232 8.8 3.60476 9.35868 3.93921 9.6674L8.29372 13.6869C8.48525 13.8637 8.78047 13.8637 8.972 13.6869L13.3265 9.6674C13.661 9.35868 13.4425 8.8 12.9874 8.8H12.1662C11.89 8.8 11.6662 8.57614 11.6662 8.3V1.5Z' fill='white'/%3E%3Cpath d='M3.5 17C3.5 16.4477 3.94772 16 4.5 16H12.5C13.0523 16 13.5 16.4477 13.5 17C13.5 17.5523 13.0523 18 12.5 18H4.5C3.94772 18 3.5 17.5523 3.5 17Z' fill='white'/%3E%3C/svg%3E");
}

.section_banner_butons .see_pricing .text-content::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M7.42857 4H16L13.8571 12H3.14286V3H1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='5' cy='16' r='2' fill='white'/%3E%3Ccircle cx='12' cy='16' r='2' fill='white'/%3E%3Cpath d='M3 8H15L14 12H3V8Z' fill='white'/%3E%3C/svg%3E");
}

.section_banner_butons a:hover .text-content {
  transform: translateY(-41px);
}

.section_banner_butons .download {
  text-decoration: none;
  padding: 15px 23px;
  background: linear-gradient(90deg, #2c67ff 0%, #9e62ff 100%);
}

.section_banner_butons .see_pricing {
  border: 2px solid #fff;
  text-decoration: none;
  padding: 13px 23px;
}

@media (max-width: 1440px) {
  body {
    background: #f7ddff;
  }

  .page {
    width: 100%;
    height: auto;
    background: #f7ddff;
  }

  .light-background,
  .background-icons,
  .divider {
    display: none;
  }

  .hero,
  .scenes,
  .features,
  .reviews,
  .pricing,
  .faq,
  .bottom-promo {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    transform: none;
  }

  .hero {
    min-height: 980px;
    background: linear-gradient(180deg, rgb(191 107 184), rgb(247 221 255));
  }

  .hero-glow {
    top: -620px;
    left: -45vw;
  }

  .hero-doodles {
    left: 50%;
    width: 120%;
    height: auto;
    transform: translateX(-50%);
  }

  .hero-tag {
    left: 50%;
    width: min(493px, 54vw);
    height: auto;
    transform: translateX(-78%);
  }

  .hero-discount-art {
    left: 50%;
    width: min(816px, 84vw);
    height: auto;
    transform: translateX(-50%);
  }

  .hero-img {
    width: min(816px, 84vw);
    margin: 0 auto;
  }

  .hero-time-art {
    width: min(215px, 26vw);
    height: auto;
  }

  .hero-title {
    top: 380px;
    width: min(90%, 898px);
    font-size: clamp(42px, 6vw, 80px);
    line-height: 1.25;
    white-space: normal;
    flex-wrap: wrap;
    -webkit-text-stroke-width: 3px;
  }

  .hero-copy {
    top: 520px;
    width: min(90%, 1000px);
  }

  .hero-copy br {
    display: none;
  }

  a.hero-cta {
    top: 610px;
  }

  .hero-media {
    top: 690px;
    width: min(1300px, 110vw);
    height: auto;
  }

  .scenes {
    padding: 64px 24px 88px;
  }

  .scenes > h2 {
    width: min(100%, 826px);
    margin-bottom: 36px;
  }

  .scene-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    width: min(100%, 1200px);
    margin: 0 auto;
  }

  .scene-card {
    width: 100%;
  }

  .features {
    padding: 72px 24px 88px;
  }

  .section-heading {
    width: min(100%, 1000px);
    height: auto;
  }

  .feature-stack {
    width: min(100%, 1200px);
    margin: 0 auto;
  }

  .feature-card {
    width: 100%;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 5vw;
    padding: 40px;
  }

  .feature-copy,
  .feature-card > video {
    width: 100%;
  }

  .reviews {
    padding: 72px 24px 88px;
  }

  .testimonial {
    width: min(100%, 1200px);
    margin-inline: auto;
  }

  .testimonial blockquote {
    width: min(80%, 900px);
  }

  .pricing {
    padding: 72px 24px 88px;
  }

  .pricing > h2 {
    width: min(100%, 1000px);
    height: auto;
  }

  .pricing-cards {
    width: min(100%, 1200px);
    height: auto;
    grid-template-columns: minmax(0, 1.6fr) minmax(360px, .9fr);
  }

  .plan {
    min-width: 0;
  }

  .advanced-grid {
    grid-template-columns: minmax(320px, 1fr) 1px minmax(300px, 1fr);
  }

  .advanced-summary,
  .advanced-benefits,
  .plan-rule,
  .advanced-button {
    max-width: 100%;
  }

  .advanced-button {
    width: calc(100% - 50px);
  }

  .pricing-note {
    width: min(100%, 790px);
  }

  .faq {
    padding: 72px 24px 120px;
  }

  .faq-list,
  .faq details {
    width: min(100%, 1200px);
  }

  .bottom-promo {
    min-height: 760px;
  }

  .bottom-promo-bg {
    width: 100%;
    height: auto;
  }

  .bottom-promo-art {
    top: 150px;
    width: min(70vw, 872px);
    height: auto;
  }

  .bottom-promo-copy {
    top: 490px;
    width: min(90%, 947px);
  }

  .bottom-offer {
    width: 100%;
  }

  .pricing-cards {
    grid-template-columns: 1fr;
    max-width: 840px;
  }
}
@media (max-width: 980px) {
  .hero-discount-art{
    top: 75px;;
  }   
}

@media (max-width: 900px) {
  .hero {
    min-height: 850px;
  }

  .hero-tag {
    top: 10px;
    width: 68vw;
    transform: translateX(-76%);
  }

  .hero-img {
    display: block;
    position: relative;
    z-index: 3;
  }

  .hero-discount-art {
    top: 62px;
    width: 92vw;
  }

  .hero-time-art {
    top: 155px;
    width: 30vw;
  }

  .hero-tag, .hero-time-art, .hero-discount-art {
    display: none;
  }

  .hero-title {
    top: 310px;
    font-size: clamp(34px, 9vw, 58px);
    gap: 6px;
  }

  .hero-copy {
    top: 440px;
    font-size: 17px;
    line-height: 25px;
  }

  a.hero-cta {
    top: 555px;
    width: min(84vw, 400px);
  }

  .hero-media {
    top: 650px;
    width: 125vw;
  }

  .scenes > h2,
  .features h2,
  .reviews > h2,
  .faq > h2,
  .pricing > h2 {
    font-size: 26px;
    line-height: 1.3;
  }

  .faq > h2 {
    height: auto;
  }

  .scene-grid {
    grid-template-columns: 1fr;
    max-width: 460px;
  }

  .scene-card {
    height: 420px;
  }

  .feature-card {
    height: auto;
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 30px;
  }

  .feature-card-two > img {
    order: 2;
  }

  .feature-card-two .feature-copy {
    order: 1;
  }

  .feature-card > img {
    height: auto;
    aspect-ratio: 49 / 35;
  }

  .testimonial {
    height: auto;
    min-height: 380px;
    padding: 30px 20px;
  }

  .testimonial figcaption {
    margin-top: 15px;
  }

  .testimonial blockquote {
    width: 100%;
    margin: 0;
    font-size: 18px;
    line-height: 31px;
  }

  .pricing-cards {
    grid-template-columns: 1fr;
    max-width: 680px;
  }

  .plan-advanced,
  .plan-standard {
    height: auto;
    min-height: 563px;
  }

  .feature-card-two {
    display: flex;
    flex-direction: column;
  }

  .feature-card-two > video {
    order: 2;
  }

  .advanced-grid {
    grid-template-columns: minmax(100%, .9fr) 1px minmax(300px, 1fr);
    /* padding: 60px 28px 0; */
  }

  .advanced-description {
    width: 100%;
  }

  .best-for {
    font-size: 13px;
    width: 100%;
  }

  .advanced-grid::before {
    display: none;
  }

  .advanced-summary,
  .advanced-benefits {
    grid-column: 1;
    width: 100%;
  }

  .advanced-benefits {
    grid-row: auto;
    margin-top: 24px;
  }

  .advanced-button {
    position: relative;
    left: auto;
    bottom: auto;
    width: calc(100% - 56px);
    margin: 28px auto 0;
  }

  .plan-advanced > .guarantee {
    position: static;
    margin: 10px 0 30px;
  }

  .plan-standard {
    padding-inline: 28px;
  }

  .standard-button {
    width: 100%;
  }

  .faq details[open] {
    height: auto;
    min-height: 143px;
    padding-bottom: 22px;
  }

  .faq summary {
    padding: 10px 58px 10px 24px;
    font-size: 18px;
  }

  .faq summary i {
    right: 24px;
  }

  .faq details > p {
    padding: 0 58px 0 24px;
    line-height: 27px;
  }

  .bottom-promo {
    min-height: 720px;
  }

  .bottom-promo-art {
    top: 110px;
    width: 90vw;
  }

  .bottom-promo-copy {
    top: 410px;
  }

  .bottom-offer {
    font-size: 18px;
    line-height: 27px;
  }

  .bottom-promo h2 {
    font-size: 30px;
    line-height: 42px;
  }

  .bottom-actions {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: 28px;
  }

  .bottom-meta {
    width: min(100%, 429px);
    height: auto;
    flex-direction: column;
    gap: 8px;
  }

  .pricing, .reviews, .scenes, .features {
    padding: 50px 24px;
  }

  .plan-advanced {
    padding: 55px 20px 0;
  }

  .plan-rule {
    margin: 10px 0;
  }

  .quote-left, .quote-right {
    display: none;
  }
}

@media (max-width: 750px) {
  .page {
    overflow: hidden;
  }
  
  .section_banner_butons {
    flex-direction: column;
    margin-bottom: 12px;
  }

  .section_btn {
    max-width: 260px;
    width: 100%;
  }

  .bottom-promo {
    min-height: 880px;
    background: #50228a;
  }

  .bottom-promo-bg {
    top: 80px;
  }

  .bottom-promo h2 {
    font-size: 21px;
  }

  .testimonial {
    background: #fff;
  }

  .feature-copy, .feature-card > video {
    object-fit: contain;
    overflow: hidden;
    height: auto;
  }

  .hero-media {
    top: 650px;
    width: 750px;
    height: 275px;
    object-fit: cover;
  }

  .hero-title img {
    width: 36%;
  }

  .hero-title {
    top: 290px;
  }
}

@media (max-width: 560px) {
  .hero {
    min-height: 600px;
  }

  .hero-doodles {
    opacity: .35;
  }

  .hero-title {
    top: 220px;
    font-size: 38px;
  }

  .hero-copy {
    top: 280px;
    font-size: 15px;
    line-height: 22px;
  }

  a.hero-cta {
    top: 380px;
    height: 60px;
    font-size: 22px;
  }

  .hero-media {
    top: 465px;
  }

  .scene-card {
    height: 360px;
  }

  .feature-card {
    border-radius: 28px;
    padding: 24px;
  }

  .feature-copy h3 {
    font-size: 21px;
    line-height: 38px;
  }

  .rating > p {
    white-space: normal;
  }

  .pricing,
  .faq,
  .reviews,
  .features,
  .scenes {
    padding-left: 16px;
    padding-right: 16px;
  }

  .price-row strong {
    font-size: 42px;
  }

  .plan-standard {
    padding-inline: 20px;
  }

  .bottom-promo {
    min-height: 760px;
  }

  .bottom-promo-copy {
    top: 300px;
  }

  .bottom-promo-art {
    top: 100px;
  }

  .faq {
    padding: 50px 24px;
  }

  .bottom-promo-copy {
    top: 210px;
  }

  .bottom-promo-art {
    top: 70px;
  }

  .bottom-promo-bg {
    top: 50px;
  }

  .bottom-promo {
    min-height: 675px;
  }
}

@media (max-width: 900px) {
  .outlined-title::before,
  .pricing-title::before {
    white-space: normal;
  }
}


@media (max-width: 500px) {
  .hero-title {
    top: 170px;
    font-size: 38px;
  }

  .hero-title img {
    width: 45%;
  }

  .hero-img {
    width: 100%;
  }
}
