:root {
  --marathon-primary: #e83c66;
  --marathon-yellow: #ffdb6d;
  --marathon-cream: #fff9e5;
  --marathon-pink: #fde5eb;
  --marathon-text: #101010;
  --marathon-muted: #5d6470;
  --marathon-line: #ece8de;
  --marathon-radius: 8px;
  --marathon-shell-width: 1200px;
  --marathon-page-gutter: 32px;
  --marathon-body-font: "Open Sans", sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body.enwa-maraton90-page {
  background: #ffffff;
  color: var(--marathon-text);
  font-family: var(--marathon-body-font);
}

body.enwa-maraton90-page .site-footer {
  display: none !important;
}

body.enwa-maraton90-page .site-header .main-nav,
body.enwa-maraton90-page .site-header.mobile-menu-open .main-nav,
body.enwa-maraton90-page .site-header .nav-actions {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

body.enwa-maraton90-page .site-header .header-inner {
  justify-content: center !important;
}

body.enwa-maraton90-page .site-header .brand {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.enwa-maraton90-page img,
.enwa-maraton90-page video {
  display: block;
  max-width: 100%;
}

.enwa-maraton90-page a {
  color: inherit;
  text-decoration: none;
}

.marathon-page-shell {
  background: #ffffff;
}

.marathon-container {
  margin: 0 auto;
  max-width: var(--marathon-shell-width);
  width: calc(100% - var(--marathon-page-gutter));
}

.marathon-badge {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(232, 60, 102, 0.15);
  border-radius: 999px;
  color: #111111;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  gap: 8px;
  line-height: 1.25;
  padding: 8px 12px;
}

.hero-copy .hero-welcome-text {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ff4fc3;
  display: block;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 22px;
  padding: 0;
  white-space: nowrap;
}

.section-heading {
  margin: 0 auto 34px;
  max-width: 780px;
  text-align: center;
}

.section-heading h2,
.tools-heading h2,
.reviews-copy h2,
.faq-intro h2,
.join-left h2,
.trustpilot-inner h2 {
  font-family: var(--marathon-body-font);
  letter-spacing: -0.8px;
}

.section-heading h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  margin: 14px 0 10px;
}

.section-heading p {
  color: var(--marathon-muted);
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}

.marathon-steps-section .section-heading {
  max-width: 920px;
}

.marathon-steps-section .marathon-badge,
.marathon-steps-section .section-badge {
  background: #ffffff;
  border: 2px solid #111111;
  border-radius: 999px;
  box-shadow: none;
  color: #151515;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  gap: 0;
  line-height: 17px;
  min-height: 43px;
  padding: 0 20px 0 58px;
  position: relative;
}

.marathon-steps-section .marathon-badge img,
.marathon-steps-section .section-badge img {
  display: block;
  filter: brightness(0) saturate(100%);
  height: 23px;
  left: 13px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 23px;
  z-index: 2;
}

.marathon-steps-section .marathon-badge::before,
.marathon-steps-section .section-badge::before {
  background: #ffbd4f;
  border-radius: 999px;
  box-shadow: 0 0 0 5px #ffffff;
  content: "";
  height: 43px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(-2px, -50%);
  width: 43px;
  z-index: 1;
}

.marathon-steps-section .section-heading h2 {
  font-size: 24px;
  letter-spacing: 0;
  line-height: 32px;
  margin: 18px auto 10px;
  max-width: 760px;
}

.marathon-steps-section .section-heading p {
  font-size: 14px;
  line-height: 22px;
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
}

.marathon-cta,
.hero-form-card button,
.price-card a,
.whatsapp-card a {
  align-items: center;
  background: var(--marathon-primary);
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-size: 20px;
  font-weight: 600;
  justify-content: center;
  letter-spacing: -0.4px;
  line-height: 28px;
  min-height: 52px;
  padding: 12px 24px;
}

.marathon-hero-section {
  background: #ffffff;
  overflow: hidden;
  padding: clamp(46px, 6vw, 72px) 0 0;
  position: relative;
}

.marathon-hero-section::after {
  background: linear-gradient(90deg, rgba(255, 219, 109, 0), rgba(255, 219, 109, 0.34), rgba(232, 60, 102, 0));
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}

.hero-grid {
  align-items: center;
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 500px) minmax(300px, 330px) minmax(280px, 330px);
  min-height: 520px;
}

.hero-copy h1 {
  font-family: var(--marathon-body-font);
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 32px;
  margin: 14px 0 16px;
}

.hero-copy p {
  color: #202020;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  max-width: 520px;
}

.hero-tab-widget {
  max-width: 500px;
}

.hero-tab-input {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.hero-tabs {
  background: #ffffff;
  border: 1px solid #e9e5e1;
  border-radius: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 22px;
  padding: 0;
}

.hero-tabs label {
  align-items: center;
  background: transparent;
  border-right: 1px solid #e9e5e1;
  color: #2e2a4f;
  cursor: pointer;
  display: flex;
  font-family: var(--marathon-body-font);
  font-size: 13px;
  font-weight: 800;
  justify-content: center;
  padding: 12px;
  text-align: center;
  user-select: none;
}

.hero-tabs label:last-child {
  border-right: 0;
}

#hero-tab-siniflar:checked ~ .hero-tabs label[for="hero-tab-siniflar"],
#hero-tab-yontem:checked ~ .hero-tabs label[for="hero-tab-yontem"],
#hero-tab-sistem:checked ~ .hero-tabs label[for="hero-tab-sistem"] {
  background: #fff8fb;
  box-shadow: inset 0 -2px 0 var(--marathon-primary);
  color: var(--marathon-primary);
}

.hero-tab-panels {
  margin-top: 28px;
  min-height: 48px;
}

.hero-tab-panel {
  display: none;
  width: 100%;
}

#hero-tab-siniflar:checked ~ .hero-tab-panels [data-hero-panel="siniflar"],
#hero-tab-yontem:checked ~ .hero-tab-panels [data-hero-panel="yontem"],
#hero-tab-sistem:checked ~ .hero-tab-panels [data-hero-panel="sistem"] {
  display: block;
}

.hero-tab-panel img {
  height: auto;
  max-height: 56px;
  object-fit: contain;
  object-position: left center;
  width: 100%;
}

.hero-student-proof {
  align-items: center;
  display: flex;
  gap: 18px;
  margin-top: 42px;
}

.hero-avatar-strip {
  flex: 0 0 auto;
  height: auto;
  max-width: 97px;
  width: 22%;
}

.hero-student-proof strong {
  font-size: 16px;
  line-height: 1.4;
}

.hero-form-card {
  background: #ffffff;
  border: 0;
  border-radius: 16.566px;
  box-shadow:
    0 4px 4px rgba(0, 0, 0, 0.25),
    0 1.035px 3.106px rgba(16, 24, 40, 0.1);
  display: flex;
  flex-direction: column;
  gap: 24.849px;
  justify-self: center;
  min-height: 505px;
  padding: 16.566px;
  position: relative;
  width: 323px;
  z-index: 3;
}

.hero-form-card > p {
  color: #0b1e28;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  text-align: center;
  width: 100%;
}

.marathon-lead-form {
  display: flex;
  flex-direction: column;
  gap: 16.566px;
  width: 289.868px;
}

.marathon-lead-form .form-feedback {
  margin-top: 0;
}

.marathon-lead-form label {
  color: #0b1e28;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 500;
  gap: 4px;
  line-height: 20.707px;
}

.marathon-lead-form input,
.marathon-lead-form select {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  border-radius: 8px;
  box-sizing: border-box;
  color: #0b1e28;
  font: inherit;
  font-size: 14px;
  min-height: 40.707px;
  outline: 0;
  padding: 10.354px 12.424px;
  width: 100%;
}

.marathon-lead-form input::placeholder,
.marathon-lead-form select {
  color: #b0b0b0;
}

.marathon-lead-form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: none;
  padding-right: 28px;
}

.marathon-lead-form select::-ms-expand {
  display: none;
}

.marathon-lead-form input:focus,
.marathon-lead-form select:focus {
  border-color: rgba(232, 60, 102, 0.42);
  box-shadow: 0 0 0 4px rgba(232, 60, 102, 0.14);
  outline: none;
}

.marathon-phone-row {
  display: grid;
  gap: 6.212px;
  grid-template-columns: 81.794px minmax(0, 1fr);
}

.marathon-phone-code-wrap {
  position: relative;
}

.marathon-phone-code-wrap img {
  height: 6px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}

.marathon-phone-row input {
  min-width: 0;
}

.hero-form-card button {
  align-items: center;
  background: var(--marathon-primary);
  border: 0;
  border-radius: 64px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-family: var(--marathon-body-font);
  font-size: 16.566px;
  font-weight: 600;
  gap: 8px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1.2;
  margin-top: 0;
  min-height: 41.566px;
  overflow: hidden;
  padding: 0 16px;
  position: relative;
  width: 100%;
}

.hero-form-card button img {
  flex: 0 0 17px;
  height: 17px;
  width: 17px;
}

.hero-visual {
  align-self: end;
  margin: 0;
  min-height: 490px;
  position: relative;
}

.hero-visual-bg {
  bottom: 60px;
  filter: saturate(1.1);
  position: absolute;
  right: 6px;
  width: min(350px, 100%);
}

.hero-visual-main {
  bottom: 0;
  position: absolute;
  right: 0;
  width: min(380px, 100%);
  z-index: 2;
}

.hero-visual figcaption {
  background: var(--marathon-yellow);
  border-radius: var(--marathon-radius);
  box-shadow: 0 10px 24px rgba(44, 37, 11, 0.16);
  font-size: 13px;
  font-weight: 900;
  left: 0;
  max-width: 178px;
  padding: 10px 12px;
  position: absolute;
  top: 90px;
  z-index: 3;
}

.marathon-strip-section {
  background: var(--marathon-yellow);
  padding: 24px 0;
}

.strip-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.strip-grid div {
  align-items: center;
  display: flex;
  font-size: 18px;
  font-weight: 400;
  gap: 10px;
  justify-content: center;
  line-height: 1.3;
}

.strip-grid img {
  filter: brightness(0) saturate(100%);
}

.marathon-steps-section {
  background: var(--marathon-cream);
  padding: clamp(54px, 7vw, 80px) 0;
}

.step-card-grid {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.step-card,
.price-card,
.tool-card,
.review-card,
.whatsapp-card,
.included-card {
  border-radius: var(--marathon-radius);
}

.step-card {
  background: #ffffff;
  border-radius: 0 0 28px 28px;
  box-shadow: none;
  overflow: hidden;
}

.step-card img {
  aspect-ratio: 1.22;
  object-fit: cover;
  width: 100%;
}

.step-card h3 {
  font-size: 15px;
  line-height: 1.25;
  margin: 16px 16px 8px;
}

.step-card p {
  color: #121212;
  font-size: 15px;
  line-height: 1.55;
  margin: 0 16px 22px;
}

.program-look-section {
  background: var(--marathon-pink);
  padding: clamp(54px, 7vw, 84px) 0;
}

.program-look-card {
  align-items: center;
  background: #fbfafa;
  border-radius: 54px;
  box-shadow: 0 1px 3px rgba(16, 24, 40, 0.1);
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(0, 1fr) 340px;
  min-height: 690px;
  padding: clamp(34px, 4.2vw, 56px) clamp(28px, 4vw, 52px);
}

.program-look-left .section-badge {
  align-items: center;
  background: #fcc031;
  border: 0;
  border-radius: 35px;
  color: #000000;
  display: inline-flex;
  font-size: 14px;
  font-weight: 400;
  gap: 8px;
  line-height: 20px;
  padding: 6px 12px;
  width: fit-content;
}

.program-look-left .section-badge img {
  display: block;
  height: 28px;
  width: 28px;
}

.program-look-left h2 {
  color: #000000;
  display: flex;
  flex-direction: column;
  font-family: var(--marathon-body-font);
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -0.68px;
  line-height: 1.12;
  margin: 30px 0 0;
  max-width: 760px;
  row-gap: 8px;
}

.program-look-title-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.program-look-title-text {
  display: block;
}

.program-look-left h2 .hero-dot {
  align-self: center;
  border-radius: 50%;
  display: inline-flex;
  flex: 0 0 64px;
  height: 64px;
  justify-content: center;
  margin: 0;
  overflow: hidden;
  width: 64px;
}

.program-look-left h2 .hero-dot img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.program-look-left > p {
  color: #000000;
  font-size: 22px;
  line-height: 1.45;
  margin: 34px 0 0;
  max-width: 820px;
}

.program-look-left h3 {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.48px;
  line-height: 30px;
  margin: 26px 0 0;
}

.program-list {
  display: grid;
  gap: 20px 24px;
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
}

.program-list.two-col {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.program-list li {
  align-items: flex-start;
  color: #0b1e28;
  column-gap: 12px;
  display: grid;
  grid-template-columns: 25px minmax(0, 1fr);
  line-height: 24px;
}

.program-list li > img {
  height: 25px;
  margin-top: 1px;
  width: 25px;
}

.program-item-content {
  display: grid;
  gap: 3px;
}

.program-item-content strong {
  color: #0b1e28;
  display: block;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
}

.program-item-content span {
  color: #364d67;
  display: block;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

.main-cta-btn {
  align-items: center;
  background: var(--marathon-primary);
  border-radius: 101px;
  color: #ffffff !important;
  display: inline-flex;
  font-family: var(--marathon-body-font);
  font-size: 17px;
  font-weight: 600;
  gap: 8px;
  line-height: 24px;
  margin-top: 42px;
  min-height: 52px;
  padding: 12px 26px;
}

.main-cta-btn:visited,
.main-cta-btn:hover,
.main-cta-btn:focus {
  color: #ffffff !important;
}

.main-cta-btn img {
  filter: brightness(0) invert(1);
  height: 14px;
  width: 14px;
}

.program-look-video {
  border-radius: 20px;
  cursor: pointer;
  height: 604px;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 340px;
}

.program-look-video > img:first-child {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.program-look-video iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.program-look-video.is-playing {
  background: #000000;
  cursor: default;
}

.program-look-video.is-playing > img:first-child {
  display: none;
}

.pricing-section {
  background: #ffffff;
  padding: clamp(58px, 7vw, 86px) 0;
}

.pricing-grid {
  align-items: stretch;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.price-card {
  background: #ffffff;
  border: 1px solid #d7dbe3;
  display: flex;
  flex-direction: column;
  min-height: 680px;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.price-card-pink {
  background: #ffffff;
}

.price-card-green {
  background: #fffdf0;
}

.price-card-blue {
  background: #f6f9ff;
}

.price-kicker {
  align-self: stretch;
  background: #ffd5e2;
  border-radius: 0;
  color: #111111;
  font-size: 14px;
  font-weight: 900;
  margin: 0;
  padding: 12px 14px;
  text-align: center;
  text-transform: uppercase;
}

.price-card-green .price-kicker {
  background: #fff9d7;
}

.price-card-blue .price-kicker {
  background: #eaf2ff;
}

.price-card h3 {
  color: #132332;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  margin: 18px 18px 10px;
  min-height: 42px;
  text-align: left;
  text-transform: none;
}

.price-card h3 span {
  display: block;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.price-ribbon {
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  margin: -43px 0 20px auto;
  padding: 10px 16px;
  text-align: center;
  text-transform: uppercase;
  width: 190px;
}

.price-ribbon-green {
  background: #04b827;
}

.price-ribbon-blue {
  background: #0863ff;
}

.price-value {
  font-family: var(--marathon-body-font);
  color: #46416c;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  margin: 28px 18px 0;
  text-align: center;
}

.price-value span {
  color: #111111;
  font-size: 14px;
  font-weight: 800;
}

.price-value-sale {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  justify-content: center;
}

.price-value-sale .price-old {
  color: #7a738d;
  font-size: 20px;
  font-weight: 800;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

.price-value-sale .price-current {
  color: #46416c;
  font-size: 32px;
  font-weight: 700;
}

.price-value-sale .price-period {
  color: #111111;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.price-card a {
  align-self: center;
  background: #06141a;
  font-size: 13px;
  margin: 20px 18px;
  min-height: 42px;
  padding-inline: 20px;
}

.price-card p {
  border-bottom: 1px solid #111111;
  border-top: 0;
  color: #132332;
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
  padding: 0 18px 18px;
}

.price-total {
  color: #132332;
  font-size: 15px;
  margin: 12px 18px 0;
  text-align: left;
}

.price-promo {
  align-self: center;
  background: #fff9d9;
  border-radius: 999px;
  color: #6b5833;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  margin: 18px 18px 0;
  max-width: 292px;
  padding: 16px 22px;
  text-align: center;
}

.price-card ul,
.included-card ul {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

.price-card li,
.included-card li {
  color: #2d3035;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 12px;
  padding-left: 24px;
  position: relative;
}

.price-card li {
  margin-left: 18px;
  margin-right: 18px;
}

.price-card li::before,
.included-card li::before {
  color: #111111;
  content: "✓";
  font-weight: 900;
  left: 0;
  position: absolute;
}

.price-note {
  color: #132332;
  font-size: 14px;
  line-height: 1.55;
  margin-top: auto;
  padding: 16px 18px;
}

.price-card-pink .price-note {
  background: #ffd5e2;
}

.price-card-green .price-note {
  background: #fff9d7;
}

.price-card-blue .price-note {
  background: #e7f0ff;
}

.included-card {
  border: 1px solid #a9a9a9;
  border-radius: 32px;
  margin: 54px auto 0;
  max-width: 1120px;
  padding: 34px 46px 42px;
}

.included-card h3 {
  color: #0b1e28;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 30px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}

.included-card ul {
  display: grid;
  gap: 20px 42px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

.included-card li {
  color: #0b1e28;
  font-size: 18px;
  line-height: 1.6;
  margin-top: 0;
  padding-left: 34px;
}

.included-card li::before {
  font-size: 20px;
  line-height: 1.4;
  top: 0;
}

.included-card li strong {
  font-weight: 800;
}

.tools-section {
  background: #ffffff;
  overflow: hidden;
  padding: clamp(58px, 7vw, 86px) 0;
}

.tools-heading {
  align-items: start;
  display: grid;
  gap: clamp(28px, 6vw, 92px);
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.48fr);
  margin-bottom: clamp(42px, 5vw, 68px);
}

.tools-badge {
  align-items: center;
  background: #ffffff;
  border: 2px solid #111111;
  border-radius: 999px;
  color: #111111;
  display: inline-flex;
  font-size: 18px;
  font-weight: 700;
  gap: 12px;
  line-height: 1.2;
  min-height: 58px;
  padding: 0 32px 0 76px;
  position: relative;
}

.tools-badge-icon {
  align-items: center;
  background: #baff63;
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-size: 34px;
  font-weight: 800;
  height: 58px;
  justify-content: center;
  left: -2px;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 58px;
}

.tools-heading h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  margin: 20px 0 0;
  max-width: 760px;
}

.tools-heading p {
  color: #3d3a65;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.65;
  margin: 0;
  max-width: 560px;
  padding-top: 38px;
}

.tools-carousel {
  margin-left: min(0px, calc((100vw - var(--marathon-shell-width)) / -2));
  margin-right: min(0px, calc((100vw - var(--marathon-shell-width)) / -2));
}

.tools-viewport {
  overflow: hidden;
  padding: 0 max(16px, calc((100vw - var(--marathon-shell-width)) / 2));
}

.tools-grid {
  align-items: stretch;
  display: flex;
  gap: 28px;
  overflow-x: auto;
  padding: 0 0 14px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.tools-grid::-webkit-scrollbar {
  display: none;
}

.tools-track.is-no-smooth {
  scroll-behavior: auto;
}

.tools-slider-arrows {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: center;
  padding: 20px max(16px, calc((100vw - var(--marathon-shell-width)) / 2)) 0;
}

.tools-slider-arrow {
  align-items: center;
  appearance: none;
  background: #7c7c7c;
  border: 0 !important;
  border-radius: 999px;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-family: Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  height: 48px;
  justify-content: center;
  line-height: 1;
  margin: 0;
  min-height: 48px;
  padding: 0 0 4px;
  transition: background-color 180ms ease, transform 180ms ease;
  width: 48px;
}

.tools-slider-arrow:hover,
.tools-slider-arrow:focus-visible {
  background: #e83c66;
  outline: 0;
  transform: translateY(-2px);
}

.tool-card {
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  flex: 0 0 clamp(430px, 31vw, 532px);
  gap: 12px;
  justify-content: flex-start;
  min-height: clamp(398px, 29vw, 446px);
  overflow: hidden;
  padding: 14px;
  scroll-snap-align: start;
}

.tool-card-green {
  background: #d6ffad;
}

.tool-card-yellow {
  background: #fff0a9;
}

.tool-card-pink {
  background: #efa7d9;
  color: #0a0a0a;
}

.tool-card-blue {
  background: #ffe66b;
}

.tool-card-lilac {
  background: #d9a8ec;
}

.tool-card-cyan {
  background: #bceff0;
}

.tool-card-sky {
  background: #b9cff0;
}

.tool-card-media,
.tool-card-image {
  border-radius: 26px;
  display: block;
  margin: 0;
  min-height: 0;
  overflow: hidden;
  width: 100%;
}

.tool-card-media img,
.tool-card-image {
  aspect-ratio: auto;
  display: block;
  height: clamp(226px, 17.2vw, 268px);
  object-fit: cover;
  width: 100%;
}

.tool-card-copy {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  gap: 8px;
}

.tool-card-text-first .tool-card-media,
.tool-card-text-first .tool-card-image {
  margin-top: auto;
}

.tool-card h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.tool-card p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
  margin: 0;
}

.reviews-section {
  background: #ffffff;
  margin-top: 0;
  min-height: 633px;
  padding: 165px 0 100px;
}

.reviews-layout {
  align-items: stretch;
  display: grid;
  column-gap: 48px;
  grid-template-columns: 486px 350px 486px;
  margin: 0 auto;
  width: min(calc(100% - 48px), 1429px);
}

.reviews-left,
.reviews-right,
.reviews-center-video {
  min-width: 0;
}

.reviews-left h2 {
  font-size: 48.336px;
  font-weight: 600;
  letter-spacing: -0.9667px;
  line-height: 58.003px;
  margin: 18px 0 0;
}

.reviews-left > p {
  color: #466484;
  display: block;
  font-size: 21.25px;
  line-height: 33.056px;
  margin: 25px 0 0;
  white-space: nowrap;
}

.reviews-left p strong {
  color: #0b1e28;
  font-weight: 700;
}

.reviews-section .review-card {
  background: #fbfafa;
  border: 1.711px solid #e7e7e7;
  border-radius: 20.535px;
  box-shadow: 0 4px 14px rgba(16, 16, 16, 0.08);
  min-height: 289px;
  padding: 15px 21px 28px;
}

.reviews-left .review-card {
  margin-top: 19px;
}

.reviews-right {
  display: grid;
  gap: 25px;
}

.review-head-row {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.review-head {
  height: 68.597px;
  width: 227.113px;
}

.review-verified {
  flex: 0 0 34px;
  height: 34px;
  width: 34px;
}

.reviews-section .review-card h3 {
  font-size: 21.688px;
  font-weight: 700;
  line-height: 33.736px;
  margin: 18px 0 0;
}

.review-meta {
  color: #466484;
  display: inline-block;
  font-size: 21.688px;
  line-height: 33.736px;
  margin-top: 8px;
}

.review-meta strong {
  font-weight: 700;
}

.reviews-section .review-card p {
  color: #101010;
  font-size: 21.688px;
  line-height: 33.736px;
  margin: 10px 0 0;
  overflow-wrap: anywhere;
  white-space: normal;
  word-break: break-word;
}

.reviews-center-video {
  align-self: center;
  border-radius: 34px;
  height: 627px;
  justify-self: center;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 350px;
  z-index: 1;
}

.reviews-center-video img,
.reviews-center-video video {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.reviews-center-video video {
  background: #000000;
  display: block;
}

@media (max-width: 1600px) and (min-width: 1200px) {
  .reviews-layout {
    column-gap: 40px;
    grid-template-columns: minmax(0, 1fr) 320px minmax(0, 1fr);
    width: calc(100% - 48px);
  }

  .reviews-left > p {
    white-space: normal;
  }
}

@media (max-width: 1199px) {
  .reviews-section {
    margin-top: 0;
    min-height: 0;
    padding: 72px 0;
  }

  .reviews-layout {
    gap: 20px;
    grid-template-columns: 1fr;
    margin: 0 auto;
    width: min(100%, calc(100% - 32px));
  }

  .trustpilot-logo {
    height: auto;
    width: 210px;
  }

  .reviews-left h2 {
    font-size: clamp(36px, 5.2vw, 44px);
    line-height: 1.2;
  }

  .reviews-left > p {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 16px;
    white-space: normal;
  }

  .reviews-section .review-card {
    min-height: 0;
    padding: 16px 16px 20px;
  }

  .review-head {
    height: auto;
    width: 192px;
  }

  .review-verified {
    flex-basis: 28px;
    height: 28px;
    width: 28px;
  }

  .reviews-section .review-card h3 {
    font-size: 19px;
    line-height: 1.42;
    margin-top: 16px;
  }

  .review-meta {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 6px;
  }

  .reviews-section .review-card p {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 6px;
  }

  .reviews-center-video {
    aspect-ratio: 350 / 627;
    border-radius: 22px;
    height: auto;
    max-width: 360px;
    width: 100%;
  }
}

.faq-contact-section {
  background: #f6f6f6;
  overflow: hidden;
  padding: 72px 0 72px;
}

.faq-contact-wrap {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.faq-grid {
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(0, 580px) minmax(0, 580px);
  justify-content: space-between;
}

.faq-intro {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq-intro .section-badge {
  align-items: center;
  align-self: flex-start;
  background: #fcc031;
  border: 0;
  border-radius: 24px;
  color: #000000;
  display: inline-flex;
  font-size: 14px;
  font-weight: 400;
  gap: 8px;
  line-height: 20px;
  padding: 6px 12px;
  width: fit-content;
}

.faq-intro .section-badge img {
  display: block;
  height: 18px;
  width: 18px;
}

.faq-intro h2 {
  color: #000000;
  font-family: var(--marathon-body-font);
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -0.8px;
  line-height: 48px;
  margin: 0;
}

.faq-intro p {
  color: #000000;
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}

.faq-list {
  background: transparent;
  border: 0;
  display: flex;
  flex-direction: column;
  min-height: var(--faq-list-stable-height, auto);
  overflow: hidden;
  overflow-anchor: none;
}

.faq-item {
  background: transparent;
  border-bottom: 1px solid #d1d1d1;
  border-radius: 0;
  overflow: hidden;
  transition: background-color 260ms ease;
}

.faq-item:last-child {
  border-bottom: 0;
}

.faq-trigger {
  align-items: center;
  background: transparent;
  border: 0;
  color: #000000;
  cursor: pointer;
  display: flex;
  font-family: var(--marathon-body-font);
  font-size: 18px;
  font-weight: 400;
  justify-content: space-between;
  line-height: 28px;
  min-height: 0;
  padding: 24px;
  text-align: left;
  width: 100%;
}

.faq-trigger span {
  flex: 1;
  min-width: 0;
  padding-right: 24px;
}

.faq-chevron {
  flex: 0 0 auto;
  height: 32px;
  transition: transform 460ms cubic-bezier(0.33, 0, 0.2, 1), opacity 260ms ease;
  width: 32px;
}

.faq-item.is-active .faq-chevron {
  transform: rotate(180deg);
}

.faq-answer {
  display: block;
  max-height: 0;
  min-height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transform: translate3d(0, -6px, 0);
  transition:
    max-height 760ms cubic-bezier(0.33, 0, 0.2, 1),
    opacity 520ms ease,
    transform 760ms cubic-bezier(0.33, 0, 0.2, 1);
  will-change: max-height, opacity, transform;
}

.faq-item.is-active .faq-answer {
  display: block;
  max-height: 460px;
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}

.faq-answer-inner {
  color: #000000;
  font-size: 16px;
  line-height: 26px;
  opacity: 0;
  padding: 16px 20px 24px;
  transform: translate3d(0, -10px, 0);
  transition: transform 620ms cubic-bezier(0.33, 0, 0.2, 1), opacity 420ms ease;
}

.faq-answer-inner::before {
  background: #1f1f1f;
  content: "";
  display: block;
  height: 1px;
  margin-bottom: 16px;
  opacity: 0.28;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 620ms cubic-bezier(0.33, 0, 0.2, 1), opacity 420ms ease;
}

.faq-answer-inner p {
  margin: 0;
}

.faq-item.is-active .faq-answer-inner {
  opacity: 1;
  transition-delay: 90ms;
  transform: translate3d(0, 0, 0);
}

.faq-item.is-active .faq-answer-inner::before {
  opacity: 0.52;
  transform: scaleX(1);
}

.join-section {
  background: #fff6e5;
  margin-top: 0;
  min-height: 0;
  padding: 52px 0;
}

.join-layout {
  align-items: center;
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(0, 1fr) 420px;
  margin: 0 auto;
  width: min(calc(100% - 48px), 1180px);
}

.join-left .section-badge {
  align-items: center;
  background: #fcc031;
  border: 0;
  border-radius: 24px;
  color: #000000;
  display: inline-flex;
  font-size: 14px;
  font-weight: 400;
  gap: 8px;
  line-height: 20px;
  padding: 6px 12px;
  width: fit-content;
}

.join-left .section-badge img {
  display: block;
  height: 26px;
  width: 26px;
}

.join-left h2 {
  color: #000000;
  font-size: 46px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.18;
  margin: 16px 0 0;
  max-width: 650px;
}

.join-left p {
  color: #000000;
  font-size: 18px;
  line-height: 1.62;
  margin: 22px 0 0;
  max-width: 640px;
}

.join-section .main-cta-btn {
  font-size: 20px;
  line-height: 1.35;
  margin-top: 30px;
  min-height: 60px;
  padding: 14px 30px;
}

.join-image {
  aspect-ratio: 532 / 547;
  border-radius: 28px;
  height: auto;
  margin: 0;
  overflow: hidden;
  width: 420px;
}

.join-image img {
  height: 100%;
  object-fit: contain;
  object-position: center top;
  transform-origin: center top;
  width: 100%;
}

body.enwa-maraton90-page .site-footer {
  margin-top: 0 !important;
}

.marathon-cta-light {
  background: #ffffff;
  color: #111111;
}

.trustpilot-section {
  background: var(--marathon-pink);
  min-height: 440px;
  padding: 46px 0;
}

.trustpilot-inner {
  align-items: center;
  display: flex;
  gap: 28px;
  justify-content: center;
}

.trustpilot-inner img,
.trustpilot-inner .trustpilot-review-link {
  height: auto;
  width: 142px;
}

.trustpilot-inner .trustpilot-review-link img {
  width: 100%;
}

.trustpilot-inner h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  margin: 0;
  max-width: 560px;
}

@media (max-width: 1100px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
  }

  .hero-visual {
    display: none;
  }

  .step-card-grid,
  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .program-look-card,
  .reviews-layout,
  .join-layout,
  .faq-grid,
  .trustpilot-inner {
    grid-template-columns: 1fr;
  }

  .join-section {
    margin-top: 0;
    min-height: 0;
    padding: 40px 0;
  }

  .join-layout {
    gap: 28px;
    margin: 0 auto;
    width: min(100%, calc(100% - 32px));
  }

  .join-left h2 {
    font-size: clamp(32px, 4.8vw, 42px);
    line-height: 1.18;
  }

  .join-left p {
    font-size: 17px;
    line-height: 1.6;
    margin-top: 18px;
    max-width: none;
  }

  .join-image {
    aspect-ratio: 532 / 547;
    border-radius: 24px;
    height: auto;
    max-width: 420px;
    width: 100%;
  }

  .program-look-video,
  .program-video-card,
  .review-video-card {
    justify-self: center;
    max-width: 340px;
    width: 100%;
  }
}

@media (max-width: 760px) {
  .marathon-container {
    width: calc(100% - 24px);
  }

  .marathon-hero-section {
    padding-top: 32px;
  }

  .hero-copy .hero-welcome-text {
    font-size: 15px;
    line-height: 22px;
    white-space: normal;
  }

  .hero-grid,
  .join-layout,
  .tools-heading {
    grid-template-columns: 1fr;
  }

  .hero-copy h1 {
    font-size: 25px;
    letter-spacing: -0.5px;
    line-height: 32px;
  }

  .hero-copy p {
    font-size: 16px;
    line-height: 26px;
  }

  .section-heading h2,
  .reviews-copy h2,
  .faq-intro h2,
  .join-left h2,
  .trustpilot-inner h2,
  .program-look-left h2,
  .program-look-copy h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .section-heading p,
  .tools-heading p,
  .program-look-left > p,
  .program-look-copy p,
  .join-left p,
  .faq-intro p {
    font-size: 16px;
    line-height: 26px;
  }

  .tools-heading {
    gap: 18px;
    margin-bottom: 26px;
  }

  .tools-heading p {
    max-width: none;
    padding-top: 0;
  }

  .tools-heading h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
  }

  .tools-badge {
    font-size: 15px;
    min-height: 48px;
    padding: 0 20px 0 62px;
  }

  .tools-badge-icon {
    font-size: 28px;
    height: 48px;
    width: 48px;
  }

  .marathon-cta,
  .hero-form-card button,
  .whatsapp-card a {
    font-size: 18px;
    line-height: 24px;
  }

  .hero-form-card {
    gap: 20px;
    height: auto;
    max-width: 480px;
    padding: 16.566px;
    width: 100%;
  }

  .hero-form-card > p {
    font-size: 18px;
    line-height: 1.5;
  }

  .marathon-lead-form {
    width: 100%;
  }

  .marathon-lead-form label {
    font-size: 13px;
  }

  .marathon-phone-row {
    gap: 8px;
    grid-template-columns: 84px 1fr;
  }

  .strip-grid,
  .step-card-grid,
  .pricing-grid,
  .program-list.two-col,
  .program-feature-list,
  .included-card ul {
    grid-template-columns: 1fr;
  }

  .strip-grid div {
    justify-content: flex-start;
  }

  .program-look-card {
    border-radius: 24px;
    padding: 24px;
  }

  .program-look-card .program-look-video,
  .program-look-card .program-video-card {
    display: none;
  }

  .price-card {
    min-height: 0;
  }

  .tools-carousel {
    margin-left: -12px;
    margin-right: -12px;
  }

  .tools-viewport {
    padding: 0 12px;
  }

  .tools-grid {
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .tool-card {
    border-radius: 24px;
    flex-basis: min(84vw, 360px);
    min-height: 0;
    padding: 10px;
  }

  .tool-card h3 {
    font-size: 20px;
    font-weight: 700;
  }

  .tool-card p {
    font-size: 18px;
    font-weight: 400;
  }

  .tool-card-media,
  .tool-card-image {
    border-radius: 18px;
  }

  .tools-slider-arrows {
    padding-top: 18px;
  }

  .tools-slider-arrow {
    font-size: 36px;
    height: 48px;
    width: 48px;
  }

  .review-video-card {
    max-width: 280px;
  }

  .join-section {
    margin-top: 0;
    padding: 32px 0;
  }

  .join-layout {
    width: min(100%, calc(100% - 24px));
  }

  .join-left h2 {
    font-size: 30px;
  }

  .join-left p {
    font-size: 16px;
    line-height: 1.58;
  }

  .trustpilot-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}
