/* ═══════════════════════════════════════════════════════════
   LANDING.CSS — גיבורים קטנים
   ═══════════════════════════════════════════════════════════ */

.landing-body {
  background: #fff;
}

/* ── Recent books history strip ──────────────────────────── */
.book-history-section {
  background: linear-gradient(135deg, #f3efff 0%, #ede8ff 100%);
  border-bottom: 1px solid rgba(124, 58, 237, 0.12);
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.book-history-inner {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  max-width: 1120px;
  width: 100%;
}

.book-history-label {
  font-size: 13px;
  font-weight: 600;
  color: #7a63c8;
  white-space: nowrap;
  flex-shrink: 0;
}

/* Scrollable chip row — wraps on mobile */
.book-history-list {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  flex: 1;
}

/* Each book chip */
.book-history-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: white;
  border-radius: 999px;
  padding: 4px 6px 4px 12px;
  box-shadow: 0 1px 6px rgba(124, 58, 237, 0.10);
  transition: box-shadow 0.18s ease;
}

.book-history-chip:hover {
  box-shadow: 0 3px 12px rgba(124, 58, 237, 0.18);
}

.book-history-chip-link {
  font-size: 13px;
  font-weight: 700;
  color: var(--purple);
  text-decoration: none;
  white-space: nowrap;
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.book-history-chip-remove {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  color: #c0b0e8;
  padding: 0 2px;
  transition: color 0.15s ease;
  flex-shrink: 0;
}

.book-history-chip-remove:hover {
  color: var(--purple);
}

/* Clear-all button — far end */
.book-history-clear {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 13px;
  color: #b0a0dc;
  padding: 4px 6px;
  border-radius: 50%;
  line-height: 1;
  transition: color 0.18s ease;
  flex-shrink: 0;
  margin-right: auto;
  /* pushes to the left in RTL */
}

.book-history-clear:hover {
  color: var(--purple);
}

/* Override navbar layout — group logo + nav together */
.landing-body .navbar .wrap {
  justify-content: flex-start;
  gap: 24px;
}

.landing-body .nav-cta {
  margin-right: auto;
  /* RTL: pushes CTA to far left (flex-end) */
}

.nav-links {
  display: flex;
  gap: 24px;
  align-items: center;
  padding-right: 24px;
}

.nav-links a {
  font-size: 16px;
  font-weight: 600;
  color: var(--mid);
  text-decoration: none;
  transition: color 0.2s;
  display: flex;



}

.nav-links a:hover {
  color: var(--purple);
}

.section {
  padding: 56px 0;
}

.section-h2 {
  font-family: var(--fd);
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 900;
  color: var(--dark);
  line-height: 1.05;
  text-align: center;
  margin-bottom: 24px;
}

.section-sub {
  font-size: 20px;
  color: var(--mid);
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.7;
}

.hero {
  padding: 52px 0 0px;
}

.hero-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 720px;
}

.hero-text {
  flex: 1;
  min-width: 0;
  max-width: 720px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--yellow);
  color: #000;
  font-family: var(--fb);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
}

.hero-h1 {
  font-family: var(--fd);
  font-size: clamp(52px, 7vw, 82px);
  font-weight: 900;
  color: var(--dark);
  line-height: 1.02;
  margin-bottom: 8px;
}
   
.hero-sub2 {
  font-family: var(--fb);
  font-size: clamp(24px, 2.8vw, 36px);
  font-weight: 800;
  color: var(--dark);
  line-height: 1.15;
  margin-bottom: 18px;
}

.hero-body {
  max-width: 620px;
  font-size: 19px;
  color: #474257;
  line-height: 1.8;
  margin-bottom: 30px;
}

.hero-btns {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.hero-bullets {
  list-style: disc;
  display: flex;
  flex-wrap: wrap;
  gap: 24px 34px;
  padding-right: 22px;
}

.hero-bullets li {
  font-size: 14px;
  color: var(--dark);
}

.hero-social-proof {
  font-size: 14px;
  color: var(--mid);
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 10px 18px;
  background: rgba(124, 93, 250, 0.06);
  border-radius: 8px;
  display: inline-block;
}

.hero-img-wrap {
  flex: 0 0 500px;
  position: relative;
  min-height: 720px;
  align-self: stretch;
}

.hero-glow {
  position: absolute;
  width: 430px;
  height: 430px;
  top: 120px;
  left: 20px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 238, 108, 0.72) 0%, rgba(136, 108, 255, 0.18) 48%, rgba(255, 255, 255, 0) 72%);
  filter: blur(34px);
  z-index: 0;
}

.hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top center;
  z-index: 1;
}

/* ── Book Gallery ──────────────────────────────────────────── */
.gallery-section {
  padding: 64px 0 56px;
  background: #faf8f5;
  overflow: hidden;
}

.gallery-h2 {

  text-align: center;
  margin-bottom: 8px;
  color: var(--dark);
  font-family: var(--fd);
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 900;
}

.gallery-sub {
  font-size: 17px;
  text-align: center;
  color: var(--mid);
  margin-bottom: 32px;
}

/* ── Style toggle ─────────────────────────────────────────────── */
.gallery-toggle {
  display: flex;
  justify-content: center;
  gap: 0;
  margin: 0 auto 28px;
  position: relative;
  background: #f0ecf8;
  border-radius: 40px;
  padding: 4px;
  width: fit-content;
}

.gallery-toggle-btn {
  position: relative;
  z-index: 2;
  border: none;
  background: transparent;
  padding: 10px 28px;
  font-size: 15px;
  font-weight: 700;
  font-family: var(--fd);
  color: var(--mid);
  cursor: pointer;
  border-radius: 36px;
  transition: color 0.3s ease;
  white-space: nowrap;
}

.gallery-toggle-btn.is-active {
  color: #fff;
}

.gallery-toggle-pill {
  position: absolute;
  z-index: 1;
  top: 4px;
  height: calc(100% - 8px);
  border-radius: 36px;
  background: var(--accent, #7c5ce0);
  transition: left 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}

/* ── Gallery layers (stacked for crossfade) ──────────────────── */
.gallery-layers {
  position: relative;
  overflow: hidden;
}

.gallery-layer {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.gallery-layer.is-visible {
  opacity: 1;
  pointer-events: auto;
  position: relative;
}

.gallery-track {
  display: flex;
  direction: ltr;
  justify-content: center;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 24px max(20px, calc((100vw - 1100px) / 2));
  scrollbar-width: none;
}

.gallery-track::-webkit-scrollbar {
  display: none;
}

.gallery-card {
  flex: 0 0 280px;
  scroll-snap-align: center;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.10);
  transition: transform 0.25s ease;
}

.gallery-card:hover {
  transform: scale(1.03);
}

.gallery-card img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  display: block;
}

.gallery-cta-wrap {
  text-align: center;
  margin-top: 32px;
}

.why-section {
  background: var(--bg-lighter);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.why-card {
  background: var(--white);
  border-radius: 20px;
  padding: 24px;

  box-shadow: var(--shadow-card);
  text-align: right;
}



.why-card h3 {
  font-family: var(--fb);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--dark);
  margin-bottom: 8px;
}

.why-card p {
  font-size: 18px;
  color: var(--mid);
  line-height: 1.75;
}

.how-it-works-section {
  padding: 76px 0;
  background: var(--bg-lighter);

}

.how-card {
  background: var(--white);
  border-radius: 20px;
  padding: 24px;
  box-shadow: var(--shadow-card);
  text-align: right;
  border: 1px solid var(--border);
}

.steps-row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 28px;
  margin-top: 52px;
}

.how-step {
  flex: 0 0 260px;
  text-align: start;
}

.how-num {
  font-family: var(--fb);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--dark);
  margin-bottom: 8px;
}

.how-step p {
  font-size: 18px;
  color: var(--mid);
  line-height: 1.75;
}

.step-divider {
  flex: 0 0 72px;
  height: 1px;
  margin-top: 48px;
  background: linear-gradient(90deg, rgba(136, 108, 255, 0), rgba(136, 108, 255, 0.45), rgba(136, 108, 255, 0));
}

.sample-section {
  background: var(--white);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.sample-wrap {
  display: flex;
  align-items: center;
  gap: 64px;
}

.sample-text {
  flex: 3;
  min-width: 0;
}

.sample-kicker {
  font-size: 14px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 8px;
  background-color: var(--yellow);
  width: fit-content;
  padding: 4px 8px;
  border-radius: 15px;
  text-align: center;
}

.sample-h2 {
  font-family: var(--fd);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 900;
  line-height: 1.12;
  color: var(--dark);
  margin-bottom: 18px;
}

.sample-p {
  font-size: 20px;
  color: #474257;
  line-height: 1.8;
  margin-bottom: 10px;
  max-width: 560px;
}

.sample-quote {
  margin-top: 18px;
  font-size: 17px;
  line-height: 1.7;
  color: var(--mid);
}

.sample-img-wrap {
  flex: 2;
  width: 360px;
  max-width: 25vw;
  border-radius: 20px;
  overflow: hidden;
  /* box-shadow: 0 18px 46px rgba(136,108,255,0.18); */
}

.sample-img-wrap img {
  width: 100%;
  height: auto;
}

.fit-section {
  padding: 64px 20px 72px;
}

.fit-wrap {
  max-width: 1120px;
  margin: 0 auto;
}

.fit-head {
  text-align: center;
  margin-bottom: 40px;
}

.fit-title {
  font-family: var(--fd);
  margin: 0 0 14px;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.08;
  font-weight: 900;
  color: #14151f;
}

.fit-subtitle {
  font-size: 20px;
  max-width: 600px;
  color: var(--mid);
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.7;
  text-align: center;
  margin: 0 auto;
}

.fit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-bottom: 24px;
}

.fit-card {
  background: #fff;
  border: 1px solid #efedf7;
  border-radius: 28px;
  padding: 30px 30px 28px;
  box-shadow: 0 14px 40px rgba(17, 22, 34, 0.04);
}

.fit-card-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 18px;
  background: linear-gradient(180deg, #f6f1ff 0%, #efe7ff 100%);
}

.fit-card-title {
  margin: 0 0 16px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: #14151f;
}

.fit-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.fit-list li {
  position: relative;
  padding-right: 30px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  color: #61657c;
}

.fit-list li::before {
  content: "•";
  position: absolute;
  right: 8px;
  top: 0;
  color: #7e68f7;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 900;
}

.fit-note-box {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  align-items: stretch;
  gap: 0;
  /* background: linear-gradient(180deg, #fcfbff 0%, #f7f4ff 100%); */
  border: 1px solid #ece8fa;
  border-radius: 28px;
  padding: 0;
  overflow: hidden;
}

.fit-note-col {
  padding: 28px 30px 26px;
}

.fit-note-divider {
  width: 1px;
  background: #e9e3fa;
}

.fit-note-label {
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: 700;
  color: #14151f;
}

.fit-note-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.fit-note-list li {
  position: relative;
  padding-right: 28px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  color: #666a80;
}

.fit-note-yes .fit-note-list li::before,
.fit-note-no .fit-note-list li::before {
  position: absolute;
  right: 6px;
  top: 2px;
  font-size: 16px;
}

.fit-note-yes .fit-note-list li::before {
  content: "✨";
}

.fit-note-no .fit-note-list li::before {
  content: "💡";
}

.pricing-section {
  background: var(--white);
}

.pricing-sub {
  max-width: 760px;
  margin-inline: auto;
}

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

.price-card {
  position: relative;
  background: var(--white);
  border: 1px solid #eceaf3;
  border-radius: 28px;
  padding: 26px 24px 24px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: right;
  box-shadow: 0 12px 34px rgba(17, 22, 34, 0.035);
  min-height: 100%;
}

.price-card--mid {
  position: relative;
}

.price-badge-floating {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);

  background: var(--yellow);
  color: #000;
  font-size: 13px;
  font-weight: 800;

  padding: 6px 14px;
  border-radius: 999px;

  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}

.price-badge {
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 16px;
  border-radius: 999px;
  background: var(--yellow);
  color: #000;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
}

.price-kicker {
  font-size: 14px;
  font-weight: 700;
  color: var(--purple);
  margin-bottom: 10px;
}

.price-name {
  font-family: var(--fb);
  font-size: 34px;
  font-weight: 700;
  color: var(--dark);
  line-height: 1.2;
  margin-bottom: 6px;
}

.price-pages {
  font-size: 18px;
  color: #4f5568;
  margin-bottom: 8px;
}

.price-desc {
  font-size: 17px;
  line-height: 1.75;
  color: #686e84;
  min-height: 92px;
  margin-bottom: 16px;
}

.price-features {
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.price-features li {
  position: relative;
  padding-right: 26px;
  font-size: 16px;
  line-height: 1.65;
  color: #43495d;
}

.price-features li::before {
  content: "✨";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 15px;
  line-height: 1.5;
}

.price-num {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2px;
  font-family: var(--fd);
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  color: var(--dark);
  margin: auto 0 18px;
}

.price-num span {
  font-size: 62px;
  font-weight: 900;
  line-height: 0.95;
}

.price-btn {
  width: 100%;
  justify-content: center;
}

.pricing-note {
  text-align: center;
  margin-top: 22px;
  font-size: 16px;
  line-height: 1.7;
  color: #6d7288;
}

.pricing-section+.faq-section {
  padding-top: 40px;
}

.faq-wrap {
  max-width: 900px;
  margin: 0 auto;
}

.faq-sub {
  max-width: 620px;
  margin-inline: auto;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 46px;
}

.faq-item {
  background: #f7f7f8;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #eceaf3;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.faq-item.open {
  border-color: #d8cdfd;
  box-shadow: 0 10px 26px rgba(132, 103, 255, 0.06);
}

.faq-q {
  width: 100%;
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 24px;
  background: transparent;
  border: none;
  color: var(--dark);
  text-align: right;
  direction: rtl;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
}

.faq-q:hover {
  background: #f2effc;
}

.faq-arrow {
  font-size: 18px;
  color: #8c83b2;
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

.faq-item.open .faq-arrow {
  transform: rotate(180deg);
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  padding: 0 24px;
  transition: max-height 0.28s ease, padding 0.28s ease;
}

.faq-item.open .faq-a {
  max-height: 220px;
  padding: 0 24px 18px;
}

.faq-a p {
  font-size: 17px;
  line-height: 1.8;
  color: #555b70;
}

.footer {
  background: var(--dark);
  padding: 80px 0;
}

.footer-inner {
  text-align: center;
}

.footer-h2 {
  font-family: var(--fd);
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 900;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 14px;
}

.footer-sub {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 40px;
}

.footer-form {
  max-width: 560px;
  margin: 0 auto;
  padding: 28px;
  border-radius: 20px;
  background: #2a292e;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  text-align: right;
}

.footer-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.footer-field--full {
  grid-column: 1 / -1;
}

.footer-field label {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
}

.footer-field input,
.footer-field select {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border-radius: 15px;
  border: 1px solid #414047;
  background: #38373d;
  color: #fff;
  direction: rtl;
  text-align: right;
  outline: none;
}

.footer-field input::placeholder {
  color: #9d9aa6;
}

.footer-field input:focus,
.footer-field select:focus {
  border-color: var(--purple);
}

.footer-field select option {
  background: #2a292e;
  color: #fff;
}

.footer .select-wrap {
  position: relative;
}

.footer .select-wrap::after {
  content: '▾';
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #9d9aa6;
  pointer-events: none;
  font-size: 14px;
}

.footer-submit {
  grid-column: 1 / -1;
  margin-top: 6px;
}

@media (max-width: 960px) {
  .section {
    padding: 60px 0;
  }

  .hero-wrap,
  .sample-wrap {
    flex-direction: column;
    text-align: center;
  }

  .hero-wrap{
    gap:8px;
  }

  .hero-text,
  .sample-text {
    max-width: 100%;
  }

  .hero-body,
  .sample-p {
    max-width: 100%;
  }

  .hero-btns {
    justify-content: center;
  }

  .hero-bullets {
    justify-content: center;
    gap: 8px 16px;
  }

  .hero-img-wrap {
    width: 100%;
    max-width: 240px;
    max-height: 240px;
    order: -1;
    min-height: 240px;
    margin: 0 auto;
  }

  .hero-img {
    width: 100%;
    object-position: center;
    margin: 0 auto;
  }

  .hero-glow {
    display: none;
  }

  .why-grid,
  .fit-grid {
    grid-template-columns: 1fr;
  }

  .steps-row {
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }

  .step-divider {
    width: 1px;
    height: 46px;
    margin-top: 0;
    background: linear-gradient(180deg, rgba(136, 108, 255, 0), rgba(136, 108, 255, 0.45), rgba(136, 108, 255, 0));
  }

  .how-step {
    flex: 0 0 auto;
    width: 100%;
    max-width: 420px;
  }

  .sample-img-wrap {
    max-width: 360px;
    width: 100%;
  }

  .fit-grid {
    grid-template-columns: 1fr;
  }

  .fit-note-box {
    grid-template-columns: 1fr;
  }

  .fit-note-divider {
    width: 100%;
    height: 1px;
  }

  .fit-card-title {
    font-size: 28px;
  }

  .fit-list li {
    font-size: 17px;
  }


  .fit-quote {
    font-size: 24px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 460px;
    margin: 40px auto 0;
  }

  .price-card--mid {
    transform: none;
  }

  .gallery-card {
    flex: 0 0 260px;
  }

  .gallery-card img {
    height: 360px;
  }

  .gallery-h2 {
    font-size: 28px;
  }
}

@media (max-width: 640px) {
  .hero {
    padding: 28px 0 48px;
  }

  .hero-h1 {
    font-size: 42px;
  }

  .hero-sub2 {
    font-size: 24px;
  }

  .hero-body {
    font-size: 16px;
  }

  .hero-btns {
    flex-direction: column;
  }

  .hero-bullets {
    flex-direction: column;
    align-items: center;
    padding-right: 0;
    list-style: none;
  }

  .hero-bullets li {
    font-size: 14px;
  }

  .nav-links {
    display: none;
  }

  .section-h2 {
    font-size: 40px;
  }

  .section-sub {
    font-size: 17px;
  }

  .why-card,
  .fit-card {
    padding: 20px 16px;
  }

  .why-card h3,
  .fit-card h3 {
    font-size: 20px;
  }

  .why-card p,
  .fit-card p,
  .sample-p {
    font-size: 17px;
    line-height: 1.65;
  }

  .how-num {
    font-size: 20px;
  }


  .how-step p {
    font-size: 17px;
  }

  .sample-h2 {
    font-size: 28px;
  }

  .gallery-section {
    padding: 48px 0 40px;
  }

  .gallery-card {
    flex: 0 0 220px;
  }

  .gallery-card img {
    height: 300px;
  }

  .gallery-track {
    gap: 14px;
    padding: 0 16px;
  }

  .fit-section {
    padding: 68px 16px 24px;
  }

  .fit-title {
    font-size: 40px;
  }

  .fit-subtitle {
    font-size: 17px;
    line-height: 1.65;
  }

  .fit-card {
    border-radius: 22px;
    padding: 24px 20px 22px;
  }

  .fit-card-title {
    font-size: 24px;
  }

  .fit-list li {
    font-size: 17px;
    line-height: 1.6;
    padding-right: 24px;
  }

  .fit-note-col {
    padding: 22px 20px;
  }

  .fit-note-label {
    font-size: 19px;
  }

  .fit-note-list li {
    font-size: 16px;
    line-height: 1.6;
    padding-right: 24px;
  }

  .fit-quote {
    font-size: 18px;
    line-height: 1.55;
  }

  .price-card {
    padding: 22px 18px 20px;
    border-radius: 22px;
  }

  .price-name {
    font-size: 28px;
  }

  .price-pages {
    font-size: 16px;
  }

  .price-desc {
    min-height: auto;
    font-size: 16px;
  }

  .price-num span {
    font-size: 52px;
  }

  .price-features li {
    font-size: 15px;
  }

  .faq-q {
    font-size: 16px;
    padding: 16px;
  }

  .faq-item.open .faq-a {
    padding: 0 16px 16px;
  }

  .faq-a {
    padding: 0 16px;
  }

  .faq-a p {
    font-size: 15px;
  }

  .footer {
    padding: 56px 0;
  }

  .footer-h2 {
    font-size: 28px;
  }

  .footer-sub {
    font-size: 16px;
  }

  .footer-form {
    grid-template-columns: 1fr;
    padding: 20px 16px;
  }

  .footer-field--full {
    grid-column: auto;
  }
}