@font-face {
  font-family: "Franchise";
  src: url("fonts/Franchise-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}

:root {
  --blue-ink: #003da5;
  --blue-hero: #b8d0e6;
  --green: #97d700;
  --sand: #e7ddcf;
  --text: #303034;
  --white: #ffffff;
  --page-max: 1920px;
  --header-max: 1720px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--text);
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
}

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

.site-header {
  align-items: center;
  background: var(--white);
  border-bottom-left-radius: 68px;
  border-bottom-right-radius: 68px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  height: 96px;
  left: 50%;
  max-width: var(--header-max);
  padding: 0 78px;
  position: absolute;
  top: -10px;
  transform: translateX(-50%);
  width: calc(100% - 250px);
  z-index: 2;
}

.brand {
  align-items: center;
  display: inline-flex;
  justify-self: start;
  transform: translateY(6px);
}

.brand img {
  display: block;
  height: auto;
  width: clamp(188px, 15vw, 275px);
}

.nav-links {
  align-items: center;
  display: flex;
  gap: clamp(34px, 4vw, 72px);
  font-size: clamp(15px, 1.1vw, 21px);
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1;
}

.nav-links a {
  position: relative;
}

.nav-links a::after {
  background: var(--green);
  border-radius: 999px;
  content: "";
  height: 3px;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
}

.nav-links a:hover::after,
.nav-links a:focus-visible::after {
  opacity: 1;
}

.button {
  align-items: center;
  background: var(--blue-ink);
  border-radius: 999px;
  color: var(--white);
  display: inline-flex;
  font-size: clamp(16px, 1.05vw, 22px);
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.01em;
  min-height: 58px;
  min-width: 150px;
  padding: 0 34px;
}

.button-header {
  justify-self: end;
}

.menu-toggle {
  display: none;
}

.mobile-menu {
  display: none;
}

.hero {
  background: var(--blue-hero);
  margin: 0 auto;
  max-width: var(--page-max);
  min-height: 0;
  overflow: hidden;
  padding: 188px 96px 17px;
  position: relative;
  text-align: center;
}

.hero-content {
  margin: 0 auto;
  max-width: 1450px;
}

.hero h1 {
  color: var(--blue-ink);
  font-family: "Franchise", "Arial Narrow", Impact, sans-serif;
  font-size: clamp(72px, 7vw, 168px);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 0.94;
  margin: 0;
  text-transform: uppercase;
}

.hero p {
  color: #3f4248;
  font-size: clamp(20px, 1.55vw, 30px);
  font-weight: 500;
  letter-spacing: 0.035em;
  line-height: 1.45;
  margin: 42px auto 24px;
  max-width: 1110px;
}

.book-showcase {
  display: flex;
  justify-content: center;
  margin: 61px auto 0;
  max-width: 1460px;
  min-height: 430px;
  position: relative;
  top: 0;
  width: 100%;
}

.book-showcase picture {
  display: block;
}

.book-composite {
  display: block;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  width: min(74vw, 980px);
}

.button-main {
  display: none;
}

.about-section {
  background: var(--white);
  margin: 0 auto;
  max-width: var(--page-max);
  padding: 84px 84px 120px;
}

.about-panel {
  background: #f4f4f4;
  border: 2px solid rgba(0, 61, 165, 0.28);
  border-radius: 42px;
  margin: 0 auto;
  max-width: 1715px;
  overflow: hidden;
  padding: 84px 42px 92px;
}

.about-content {
  margin: 0 auto;
  max-width: 1480px;
  text-align: center;
}

.about-content h2 {
  color: var(--blue-ink);
  font-family: "Franchise", "Arial Narrow", Impact, sans-serif;
  font-size: clamp(78px, 6.1vw, 148px);
  letter-spacing: 0.01em;
  line-height: 0.95;
  margin: 0;
  text-transform: uppercase;
}

.about-copy {
  color: #1e2127;
  font-size: clamp(24px, 2vw, 36px);
  font-weight: 400;
  letter-spacing: 0.005em;
  line-height: 1.4;
  margin: 34px auto 0;
  max-width: 1420px;
}

.about-stats {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 54px;
}

.stat-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1.5px solid #1d58c4;
  border-radius: 22px;
  padding: 18px 18px 16px;
}

.stat-card strong {
  color: var(--blue-ink);
  display: block;
  font-size: clamp(38px, 3.5vw, 68px);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
}

.stat-card span {
  color: #16181d;
  display: block;
  font-size: clamp(22px, 1.7vw, 38px);
  line-height: 1.15;
  margin-top: 10px;
}

.logo-marquee {
  margin-top: 48px;
  overflow: hidden;
  position: relative;
}

.logo-marquee::before,
.logo-marquee::after {
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
  width: min(12vw, 140px);
  z-index: 2;
}

.logo-marquee::before {
  background: linear-gradient(90deg, #f4f4f4 0%, rgba(244, 244, 244, 0) 100%);
  left: 0;
}

.logo-marquee::after {
  background: linear-gradient(270deg, #f4f4f4 0%, rgba(244, 244, 244, 0) 100%);
  right: 0;
}

.logo-track {
  display: flex;
  gap: 0;
  width: max-content;
}

.logo-track + .logo-track {
  margin-top: 36px;
}

.logo-track-top {
  animation: marquee-left 28s linear infinite;
}

.logo-track-bottom {
  animation: marquee-right 31s linear infinite;
}

.logo-row {
  align-items: center;
  background: #ffffff;
  display: flex;
  flex: 0 0 auto;
  gap: 0;
}

.logo-row img {
  display: block;
  filter: grayscale(1);
  height: clamp(58px, 6.8vw, 112px);
  object-fit: contain;
  opacity: 0.58;
  width: auto;
}

.benefits-inline {
  margin-top: 56px;
}

@keyframes marquee-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 19px));
  }
}

@keyframes marquee-right {
  from {
    transform: translateX(calc(-50% - 19px));
  }

  to {
    transform: translateX(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .logo-track-top,
  .logo-track-bottom {
    animation: none;
  }

  .benefit-slide {
    transition: none;
  }
}

@media (max-width: 1100px) {
  body.menu-open {
    overflow: hidden;
  }

  .site-header {
    align-items: center;
    border-bottom-left-radius: 42px;
    border-bottom-right-radius: 42px;
    grid-template-columns: 1fr auto;
    height: auto;
    min-height: 92px;
    padding: 18px 34px;
    top: -8px;
    width: calc(100% - 48px);
  }

  .nav-links {
    display: none;
  }

  .button-header {
    display: none;
  }

  .menu-toggle {
    align-items: center;
    appearance: none;
    background: transparent;
    border: 0;
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    gap: 7px;
    grid-column: 2;
    justify-self: end;
    margin: 0;
    padding: 8px 6px;
  }

  .menu-toggle span {
    background: #1f2024;
    border-radius: 999px;
    display: block;
    height: 3px;
    transition: transform 0.2s ease, opacity 0.2s ease;
    width: 28px;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }

  .mobile-menu {
    background: var(--white);
    border-bottom-left-radius: 34px;
    border-bottom-right-radius: 34px;
    box-shadow: 0 12px 30px rgba(0, 61, 165, 0.08);
    display: flex;
    flex-direction: column;
    gap: 28px;
    left: 0;
    padding: 34px 24px 38px;
    position: absolute;
    right: 0;
    text-align: center;
    top: calc(100% + 12px);
  }

  .mobile-menu[hidden] {
    display: none;
  }

  .mobile-menu a {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
  }

  .hero {
    min-height: 0;
    padding: 196px 28px 78px;
  }

  .book-showcase {
    min-height: 320px;
    top: 17px;
  }

  .book-composite {
    width: min(88vw, 820px);
  }

  .about-section {
    padding: 42px 40px 84px;
  }

  .about-panel {
    border-radius: 30px;
    padding: 52px 20px 62px;
  }

  .benefits-inline {
    margin-top: 42px;
  }

  .benefit-caption {
    font-size: 22px;
    max-width: 820px;
  }

  .about-copy {
    max-width: 920px;
  }

  .about-stats {
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
  }

  .logo-track + .logo-track {
    margin-top: 28px;
  }

  .logo-row {
    gap: 0;
  }

  .logo-row img {
    height: clamp(42px, 7vw, 82px);
  }
}

@media (max-width: 720px) {
  .site-header {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 18px 22px;
    top: -6px;
    width: calc(100% - 28px);
  }

  .button {
    min-height: 56px;
    min-width: 124px;
    padding: 0 26px;
  }

  .brand img {
    width: 178px;
  }

  .hero {
    background: var(--blue-hero);
    min-height: 940px;
    padding: 142px 18px 48px;
  }

  .hero h1 {
    font-size: clamp(48px, 13vw, 88px);
    line-height: 0.96;
  }

  .hero p {
    margin: 22px auto 18px;
    max-width: 320px;
  }

  .book-showcase {
    min-height: 330px;
    top: 17px;
    width: 100%;
  }

  .book-composite {
    width: min(92vw, 430px);
  }

  .button-main {
    display: none;
  }

  .about-section {
    padding: 24px 28px 64px;
  }

  .about-panel {
    border-radius: 24px;
    padding: 38px 14px 44px;
  }

  .benefits-inline {
    margin-top: 34px;
  }

  .benefits-arrow {
    height: 48px;
    width: 48px;
  }

  .benefit-card {
    border-radius: 22px;
  }

  .benefit-caption {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 18px;
    max-width: 320px;
  }

  .benefits-pagination {
    gap: 10px;
    margin-top: 18px;
    padding: 10px 14px;
  }

  .benefits-dot {
    height: 13px;
    width: 13px;
  }

  .about-content h2 {
    font-size: clamp(56px, 16vw, 88px);
  }

  .about-copy {
    font-size: 19px;
    line-height: 1.5;
    margin-top: 24px;
    max-width: 340px;
  }

  .about-stats {
    gap: 16px;
    margin-top: 34px;
  }

  .stat-card {
    border-radius: 18px;
    padding: 16px 14px 14px;
  }

  .stat-card strong {
    font-size: 32px;
  }

  .stat-card span {
    font-size: 18px;
    margin-top: 8px;
  }

  .logo-marquee {
    margin-top: 34px;
  }

  .logo-track + .logo-track {
    margin-top: 20px;
  }

  .logo-row {
    gap: 0;
  }

  .logo-row img {
    height: 52px;
  }
}


.benefits-carousel {
  margin: 0 auto;
  max-width: 1420px;
}

.benefits-nav {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  margin: 26px auto 0;
  max-width: 1420px;
}

.benefits-arrow {
  align-items: center;
  appearance: none;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(0, 61, 165, 0.16);
  border-radius: 999px;
  color: var(--blue-ink);
  cursor: pointer;
  display: inline-flex;
  font-size: 28px;
  height: 54px;
  justify-content: center;
  width: 54px;
}

.benefit-viewport {
  position: relative;
}

.benefit-slide {
  display: none;
}

.benefit-slide.is-active {
  align-content: start;
  display: grid;
}

.benefit-card {
  background: var(--white);
  border-radius: 34px;
  box-shadow: 0 18px 44px rgba(0, 61, 165, 0.08);
  min-height: 760px;
  overflow: hidden;
  padding: 0;
}

.benefit-image-wrap {
  background: #ffffff;
  min-height: 760px;
}

.benefit-image-wrap img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.benefit-caption {
  color: #17191d;
  font-size: clamp(22px, 1.9vw, 34px);
  font-weight: 600;
  line-height: 1.35;
  margin: 22px auto 0;
  min-height: 92px;
  max-width: 1040px;
  text-align: center;
}

.benefits-pagination {
  align-items: center;
  background: rgba(117, 142, 168, 0.18);
  border-radius: 999px;
  display: flex;
  gap: 12px;
  justify-content: center;
  padding: 12px 18px;
  width: fit-content;
}

.benefits-dot {
  appearance: none;
  background: #7d98b8;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  height: 15px;
  opacity: 0.9;
  width: 15px;
}

.benefits-dot.is-active {
  background: var(--blue-ink);
}

.preview-section {
  background: var(--white);
  margin: 0 auto;
  max-width: var(--page-max);
  padding: 0 84px 140px;
}

.preview-shell {
  background: #eaf3ff;
  border: 2px solid rgba(0, 61, 165, 0.28);
  border-radius: 42px;
  margin: 0 auto;
  max-width: 1715px;
  padding: 56px 32px 48px;
}

.preview-content {
  margin: 0 auto;
  max-width: 1520px;
  text-align: center;
}

.preview-content h2 {
  color: var(--blue-ink);
  font-family: "Franchise", "Arial Narrow", Impact, sans-serif;
  font-size: clamp(80px, 6vw, 148px);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 0.95;
  margin: 0;
}

.preview-intro {
  color: #17191d;
  font-size: clamp(26px, 2vw, 34px);
  font-weight: 400;
  line-height: 1.35;
  margin: 34px auto 0;
  max-width: 1280px;
}

.preview-topics {
  display: grid;
  gap: 22px 52px;
  grid-template-columns: repeat(2, minmax(0, max-content));
  justify-content: center;
  margin: 42px auto 0;
  max-width: 1020px;
}

.preview-topics span {
  color: #16181d;
  font-size: clamp(22px, 1.8vw, 30px);
  line-height: 1.25;
}

.preview-topics-more {
  grid-column: 1 / -1;
}

.preview-viewer {
  border-radius: 28px;
  margin-top: 42px;
  overflow: hidden;
}

.preview-viewer iframe {
  background: #ffffff;
  border: 0;
  display: block;
  min-height: 820px;
  width: 100%;
}

.preview-faq {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 38px;
  text-align: left;
}

.preview-faq-item {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(0, 61, 165, 0.12);
  border-radius: 28px;
  padding: 26px 24px;
}

.preview-faq-item h3 {
  color: var(--blue-ink);
  font-size: clamp(24px, 1.6vw, 30px);
  line-height: 1.25;
  margin: 0 0 12px;
}

.preview-faq-item p {
  color: #1c1f25;
  font-size: clamp(18px, 1.2vw, 22px);
  line-height: 1.55;
  margin: 0;
}

.preview-faq-item a,
.customize-faq-item a,
.order-step-card a,
.order-faq-item a {
  color: var(--blue-ink);
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.14em;
}

.customize-section {
  background: var(--white);
  margin: 0 auto;
  max-width: var(--page-max);
  padding: 0 84px 140px;
}

.customize-content {
  margin: 0 auto;
  max-width: 1715px;
  text-align: center;
}

.customize-content h2 {
  color: var(--blue-ink);
  font-family: "Franchise", "Arial Narrow", Impact, sans-serif;
  font-size: clamp(80px, 6vw, 148px);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 0.95;
  margin: 0;
}

.customize-intro {
  color: #17191d;
  font-size: clamp(26px, 2vw, 34px);
  font-weight: 400;
  line-height: 1.35;
  margin: 34px auto 0;
  max-width: 980px;
}

.customize-carousel {
  margin: 46px auto 0;
  max-width: 1610px;
}

.customize-nav {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  margin: 34px auto 0;
}

.customize-arrow {
  align-items: center;
  appearance: none;
  background: rgba(215, 219, 225, 0.92);
  border: 0;
  border-radius: 999px;
  color: var(--white);
  cursor: pointer;
  display: inline-flex;
  font-size: 28px;
  height: 58px;
  justify-content: center;
  width: 58px;
}

.customize-viewport {
  position: relative;
}

.customize-slide {
  display: none;
}

.customize-slide.is-active {
  display: block;
}

.customize-slide-stack {
  display: grid;
  gap: 12px;
}

.customize-slide-stack img {
  display: block;
  height: auto;
  width: 100%;
}

.customize-carousel:not(.customize-insert-carousel) .customize-slide-stack img:last-child {
  background: #ffffff;
  border: 1px solid rgba(0, 61, 165, 0.14);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(0, 61, 165, 0.06);
  padding: 6px;
}

.customize-insert-carousel .customize-slide-stack img {
  background: #ffffff;
  border: 1px solid rgba(0, 61, 165, 0.14);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(0, 61, 165, 0.06);
  padding: 6px;
}

.customize-pagination {
  align-items: center;
  background: rgba(117, 142, 168, 0.18);
  border-radius: 999px;
  display: flex;
  gap: 12px;
  justify-content: center;
  padding: 12px 18px;
  width: fit-content;
}

.customize-dot {
  appearance: none;
  background: #d9dce2;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  height: 15px;
  opacity: 0.95;
  width: 15px;
}

.customize-dot.is-active {
  background: var(--blue-ink);
}

.customize-insert-section {
  background: var(--white);
  margin: 0 auto;
  max-width: var(--page-max);
  padding: 0 84px 140px;
}

.customize-insert-intro {
  color: #17191d;
  font-size: clamp(26px, 2vw, 34px);
  font-weight: 400;
  line-height: 1.35;
  margin: 0 auto;
  max-width: 980px;
  text-align: center;
}

.customize-insert-carousel {
  margin-top: 38px;
}

.customize-faq-section {
  background: var(--white);
  margin: 0 auto;
  max-width: var(--page-max);
  padding: 0 84px 140px;
}

.customize-faq {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 0;
  text-align: left;
}

.customize-faq-item {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(0, 61, 165, 0.12);
  border-radius: 28px;
  padding: 26px 24px;
}

.customize-faq-item h3 {
  color: var(--blue-ink);
  font-size: clamp(24px, 1.6vw, 30px);
  line-height: 1.25;
  margin: 0 0 12px;
}

.customize-faq-item p {
  color: #1c1f25;
  font-size: clamp(18px, 1.2vw, 22px);
  line-height: 1.55;
  margin: 0;
}

.pricing-section {
  background: var(--white);
  margin: 0 auto;
  max-width: var(--page-max);
  padding: 0 84px 140px;
}

.pricing-shell {
  background: #e9eef9;
  border: 2px solid rgba(0, 61, 165, 0.28);
  border-radius: 42px;
  margin: 0 auto;
  max-width: 1715px;
  padding: 56px 32px 40px;
}

.pricing-content {
  margin: 0 auto;
  max-width: 1500px;
  text-align: center;
}

.pricing-content h2 {
  color: var(--blue-ink);
  font-family: "Franchise", "Arial Narrow", Impact, sans-serif;
  font-size: clamp(80px, 6vw, 148px);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 0.95;
  margin: 0;
}

.pricing-intro {
  color: #17191d;
  font-size: clamp(24px, 1.9vw, 34px);
  font-weight: 400;
  line-height: 1.4;
  margin: 34px auto 0;
  max-width: 1200px;
}

.pricing-table-wrap {
  margin: 40px auto 0;
  max-width: 1180px;
}

.pricing-table {
  background: rgba(255, 255, 255, 0.56);
  border-collapse: separate;
  border-radius: 34px;
  border-spacing: 0;
  overflow: hidden;
  width: 100%;
}

.pricing-table th,
.pricing-table td {
  color: var(--blue-ink);
  padding: 24px 28px;
  text-align: center;
}

.pricing-table th {
  font-size: clamp(28px, 2vw, 42px);
  font-weight: 700;
  line-height: 1.15;
}

.pricing-table td {
  font-size: clamp(22px, 1.7vw, 34px);
  line-height: 1.2;
}

.pricing-table tbody tr + tr td {
  border-top: 1px solid rgba(0, 61, 165, 0.08);
}

.pricing-note {
  color: #17191d;
  font-size: clamp(22px, 1.7vw, 32px);
  font-weight: 400;
  line-height: 1.45;
  margin: 28px auto 0;
  max-width: 1240px;
}

.pricing-faq {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 36px auto 0;
  max-width: 1500px;
  text-align: left;
}

.pricing-faq-item {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(0, 61, 165, 0.12);
  border-radius: 28px;
  padding: 26px 24px;
}

.pricing-faq-item h3 {
  color: var(--blue-ink);
  font-size: clamp(24px, 1.6vw, 30px);
  line-height: 1.25;
  margin: 0 0 12px;
}

.pricing-faq-item p {
  color: #1c1f25;
  font-size: clamp(18px, 1.2vw, 22px);
  line-height: 1.55;
  margin: 0;
}

.pricing-calculator-section {
  background: var(--white);
  margin: 0 auto;
  max-width: var(--page-max);
  padding: 0 84px 140px;
}

.pricing-calculator-shell {
  background: #e9eef9;
}

.pricing-calculator-content {
  text-align: center;
}

.pricing-calculator-intro {
  max-width: 1080px;
}

.pricing-calculator-card {
  align-items: stretch;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 38px auto 0;
  max-width: 1500px;
}

.pricing-calculator-form,
.pricing-results {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(0, 61, 165, 0.12);
  border-radius: 32px;
  box-shadow: 0 28px 60px rgba(0, 61, 165, 0.08);
}

.pricing-calculator-form {
  display: grid;
  gap: 20px;
  padding: 30px;
  text-align: left;
}

.pricing-field {
  display: grid;
  gap: 10px;
}

.pricing-field-header {
  align-items: baseline;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.pricing-field-alert {
  color: #c62828;
  font-size: clamp(15px, 1vw, 18px);
  font-weight: 700;
  line-height: 1.3;
  margin-left: auto;
  text-align: right;
}

.pricing-field-header > span:not(.pricing-field-alert),
.pricing-field > span:not(.pricing-field-alert) {
  color: var(--blue-ink);
  font-size: clamp(19px, 1.35vw, 24px);
  font-weight: 700;
  line-height: 1.25;
}

.pricing-input {
  appearance: none;
  background: rgba(255, 255, 255, 0.96);
  border: 1.5px solid rgba(0, 61, 165, 0.18);
  border-radius: 18px;
  color: #17191d;
  font: inherit;
  font-size: clamp(18px, 1.2vw, 22px);
  min-height: 64px;
  outline: none;
  padding: 0 18px;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
  width: 100%;
}

.pricing-input[type="text"]::-webkit-outer-spin-button,
.pricing-input[type="text"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.pricing-input[type="text"] {
  -moz-appearance: textfield;
}

.pricing-input:focus {
  border-color: rgba(0, 61, 165, 0.62);
  box-shadow: 0 0 0 4px rgba(0, 61, 165, 0.12);
  transform: translateY(-1px);
}

.pricing-input.is-invalid {
  border-color: rgba(198, 40, 40, 0.9);
  box-shadow: 0 0 0 4px rgba(198, 40, 40, 0.12);
  color: #c62828;
}

.pricing-results {
  align-content: start;
  display: grid;
  gap: 18px;
  padding: 30px;
  text-align: left;
}

.pricing-results-header {
  align-items: flex-start;
  display: flex;
  gap: 14px;
  justify-content: flex-start;
  margin: 0;
}

.pricing-results-label {
  color: var(--blue-ink);
  font-size: clamp(24px, 1.7vw, 30px);
  font-weight: 700;
  line-height: 1.15;
  margin: 0;
}

.pricing-results-list {
  display: grid;
  gap: 14px;
}

.pricing-line-item,
.pricing-total-row {
  align-items: center;
  background: rgba(233, 238, 249, 0.92);
  border-radius: 22px;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 18px 20px;
}

.pricing-line-name,
.pricing-total-label {
  color: var(--blue-ink);
  font-size: clamp(18px, 1.25vw, 22px);
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}

.pricing-line-values,
.pricing-total-values {
  display: grid;
  gap: 4px;
  justify-items: end;
}

.pricing-line-values span,
.pricing-total-values span {
  color: #445270;
  font-size: clamp(15px, 1vw, 18px);
  line-height: 1.3;
}

.pricing-line-values strong,
.pricing-total-values strong {
  color: #17191d;
  font-size: clamp(22px, 1.55vw, 28px);
  line-height: 1.15;
}

.pricing-total-row {
  background: linear-gradient(135deg, #003da5 0%, #0d56d1 100%);
}

.pricing-total-label,
.pricing-total-values span,
.pricing-total-values strong {
  color: #ffffff;
}

.order-section {
  background: var(--white);
  margin: 0 auto;
  max-width: var(--page-max);
  padding: 0 84px 140px;
}

.order-shell {
  background: linear-gradient(180deg, rgba(151, 215, 0, 0.22) 0%, rgba(151, 215, 0, 0.14) 100%);
  border: 2px solid rgba(151, 215, 0, 0.95);
  border-radius: 42px;
  margin: 0 auto;
  max-width: 1715px;
  padding: 56px 32px 44px;
}

.order-content {
  margin: 0 auto;
  max-width: 1500px;
  text-align: center;
}

.order-content h2 {
  color: var(--blue-ink);
  font-family: "Franchise", "Arial Narrow", Impact, sans-serif;
  font-size: clamp(80px, 6vw, 148px);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 0.95;
  margin: 0;
}

.order-steps {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 40px;
}

.order-step-card {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(0, 61, 165, 0.1);
  border-radius: 30px;
  min-height: 100%;
  padding: 26px 24px 28px;
  text-align: left;
}

.order-step-number {
  color: var(--blue-ink);
  display: inline-block;
  font-size: clamp(24px, 1.6vw, 30px);
  font-weight: 700;
  line-height: 1.25;
}

.order-step-card p {
  color: #1c1f25;
  font-size: clamp(18px, 1.2vw, 22px);
  font-weight: 400;
  line-height: 1.55;
  margin: 12px 0 0;
}

.order-faq {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 34px;
  text-align: left;
}

.order-faq-item {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(0, 61, 165, 0.12);
  border-radius: 28px;
  padding: 26px 24px;
}

.order-faq-item h3 {
  color: var(--blue-ink);
  font-size: clamp(24px, 1.6vw, 30px);
  line-height: 1.25;
  margin: 0 0 12px;
}

.order-faq-item p {
  color: #1c1f25;
  font-size: clamp(18px, 1.2vw, 22px);
  line-height: 1.55;
  margin: 0;
}

.site-footer {
  background: var(--white);
  margin: 0 auto;
  max-width: var(--page-max);
  padding: 0 84px 56px;
}

.footer-content {
  border-top: 1px solid rgba(0, 61, 165, 0.12);
  margin: 0 auto;
  max-width: 1715px;
  padding-top: 30px;
  text-align: center;
}

.footer-contact-row,
.footer-contact,
.footer-phone,
.footer-copy {
  color: #17191d;
  font-size: clamp(18px, 1.2vw, 22px);
  line-height: 1.4;
  margin: 0;
}

.footer-contact-row {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: center;
}

.footer-copy {
  margin-top: 26px;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 34px;
  justify-content: center;
  margin-top: 18px;
}

.footer-nav a {
  color: var(--blue-ink);
  font-size: clamp(17px, 1.1vw, 21px);
  font-weight: 600;
}


@media (max-width: 1100px) {
  .benefit-card,
  .benefit-image-wrap {
    min-height: 560px;
  }

  .benefit-caption {
    font-size: 22px;
    min-height: 64px;
    max-width: 820px;
  }

  .preview-section {
    padding: 0 40px 104px;
  }

  .preview-shell {
    border-radius: 30px;
    padding: 44px 22px 36px;
  }

  .preview-intro {
    font-size: 24px;
    max-width: 920px;
  }

  .preview-topics {
    gap: 18px 36px;
    max-width: 840px;
  }

  .preview-topics span {
    font-size: 20px;
  }

  .preview-viewer iframe {
    min-height: 640px;
  }

  .preview-faq {
    grid-template-columns: 1fr;
  }

  .customize-section {
    padding: 0 40px 104px;
  }

  .customize-intro {
    font-size: 24px;
    max-width: 860px;
  }

  .customize-carousel {
    margin-top: 38px;
  }

  .customize-insert-section {
    padding: 0 40px 104px;
  }

  .customize-insert-intro {
    font-size: 24px;
    max-width: 860px;
  }

  .customize-faq-section {
    padding: 0 40px 104px;
  }

  .customize-faq {
    grid-template-columns: 1fr;
  }

  .pricing-section {
    padding: 0 40px 104px;
  }

  .pricing-shell {
    border-radius: 30px;
    padding: 44px 22px 34px;
  }

  .pricing-intro {
    font-size: 24px;
    max-width: 920px;
  }

  .pricing-table-wrap {
    margin-top: 32px;
  }

  .pricing-table th,
  .pricing-table td {
    padding: 20px 18px;
  }

  .pricing-note {
    font-size: 22px;
    max-width: 920px;
  }

  .pricing-faq {
    grid-template-columns: 1fr;
  }

  .pricing-calculator-section {
    padding: 0 40px 104px;
  }

  .pricing-calculator-card {
    grid-template-columns: 1fr;
  }

  .order-section {
    padding: 0 40px 104px;
  }

  .order-shell {
    border-radius: 30px;
    padding: 44px 22px 36px;
  }

  .order-steps {
    grid-template-columns: 1fr;
  }

  .order-step-card p {
    font-size: clamp(18px, 1.2vw, 22px);
  }

  .order-faq {
    grid-template-columns: 1fr;
  }

  .site-footer {
    padding: 0 40px 44px;
  }
}

@media (max-width: 720px) {
  .benefits-nav {
    margin-top: 18px;
  }

  .benefits-arrow {
    height: 48px;
    width: 48px;
  }

  .benefit-card {
    border-radius: 22px;
  }

  .benefit-card,
  .benefit-image-wrap {
    min-height: 280px;
  }

  .benefit-caption {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 18px;
    min-height: 84px;
    max-width: 320px;
  }

  .benefits-pagination {
    gap: 10px;
    padding: 10px 14px;
  }

  .benefits-dot {
    height: 13px;
    width: 13px;
  }

  .preview-section {
    padding: 0 28px 80px;
  }

  .preview-shell {
    border-radius: 24px;
    padding: 34px 14px 24px;
  }

  .preview-content h2 {
    font-size: clamp(56px, 16vw, 88px);
  }

  .preview-intro {
    font-size: 19px;
    line-height: 1.45;
    margin-top: 24px;
    max-width: 330px;
  }

  .preview-topics {
    gap: 14px;
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .preview-topics span {
    font-size: 18px;
  }

  .preview-viewer {
    border-radius: 20px;
    margin-top: 30px;
  }

  .preview-viewer iframe {
    min-height: 420px;
  }

  .preview-faq {
    gap: 16px;
    margin-top: 24px;
  }

  .preview-faq-item {
    border-radius: 20px;
    padding: 18px 16px;
  }

  .preview-faq-item h3 {
    font-size: 20px;
  }

  .preview-faq-item p {
    font-size: 16px;
  }

  .customize-section {
    padding: 0 28px 84px;
  }

  .customize-content h2 {
    font-size: clamp(56px, 16vw, 88px);
  }

  .customize-intro {
    font-size: 19px;
    line-height: 1.45;
    margin-top: 24px;
    max-width: 330px;
  }

  .customize-carousel {
    margin-top: 28px;
  }

  .customize-arrow {
    height: 48px;
    width: 48px;
  }

  .customize-nav {
    margin-top: 24px;
  }

  .customize-slide-stack {
    gap: 10px;
  }

  .customize-pagination {
    gap: 10px;
    margin-top: 24px;
    padding: 10px 14px;
  }

  .customize-dot {
    height: 13px;
    width: 13px;
  }

  .customize-insert-section {
    padding: 0 28px 84px;
  }

  .customize-insert-intro {
    font-size: 19px;
    line-height: 1.45;
    max-width: 330px;
  }

  .customize-insert-carousel {
    margin-top: 28px;
  }

  .customize-faq-section {
    padding: 0 28px 84px;
  }

  .customize-faq {
    gap: 16px;
  }

  .customize-faq-item {
    border-radius: 20px;
    padding: 18px 16px;
  }

  .customize-faq-item h3 {
    font-size: 20px;
  }

  .customize-faq-item p {
    font-size: 16px;
  }

  .pricing-section {
    padding: 0 28px 84px;
  }

  .pricing-shell {
    border-radius: 24px;
    padding: 34px 14px 26px;
  }

  .pricing-content h2 {
    font-size: clamp(56px, 16vw, 88px);
  }

  .pricing-intro {
    font-size: 19px;
    line-height: 1.45;
    margin-top: 24px;
    max-width: 330px;
  }

  .pricing-table-wrap {
    margin-top: 24px;
  }

  .pricing-table,
  .pricing-table thead,
  .pricing-table tbody,
  .pricing-table tr,
  .pricing-table th,
  .pricing-table td {
    display: block;
  }

  .pricing-table {
    background: transparent;
    border-radius: 0;
  }

  .pricing-table thead {
    display: none;
  }

  .pricing-table tbody {
    display: grid;
    gap: 14px;
  }

  .pricing-table tr {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 20px;
    padding: 10px 14px;
  }

  .pricing-table td {
    display: flex;
    font-size: 17px;
    justify-content: space-between;
    padding: 10px 0;
    text-align: left;
  }

  .pricing-table td + td {
    border-top: 1px solid rgba(0, 61, 165, 0.08);
  }

  .pricing-table td::before {
    color: var(--blue-ink);
    content: attr(data-label);
    font-size: 15px;
    font-weight: 700;
    margin-right: 18px;
    text-transform: uppercase;
  }

  .pricing-note {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 22px;
    max-width: 330px;
  }

  .pricing-faq {
    gap: 16px;
  }

  .pricing-faq-item {
    border-radius: 20px;
    padding: 18px 16px;
  }

  .pricing-faq-item h3 {
    font-size: 20px;
  }

  .pricing-faq-item p {
    font-size: 16px;
  }

  .pricing-calculator-section {
    padding: 0 28px 84px;
  }

  .pricing-calculator-card {
    gap: 18px;
    margin-top: 24px;
  }

  .pricing-calculator-form,
  .pricing-results {
    border-radius: 22px;
    padding: 18px 16px;
  }

  .pricing-calculator-form {
    gap: 16px;
  }

  .pricing-field-header {
    gap: 12px;
  }

  .pricing-field-header > span:not(.pricing-field-alert),
  .pricing-field > span:not(.pricing-field-alert) {
    font-size: 17px;
  }

  .pricing-field-alert {
    font-size: 14px;
  }

  .pricing-input {
    border-radius: 16px;
    font-size: 17px;
    min-height: 56px;
    padding: 0 14px;
  }

  .pricing-results {
    gap: 14px;
  }

  .pricing-results-header,
  .pricing-line-item,
  .pricing-total-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .pricing-field-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .pricing-field-alert {
    margin-left: 0;
    text-align: left;
  }

  .pricing-line-values,
  .pricing-total-values {
    justify-items: start;
    text-align: left;
  }

  .pricing-line-item,
  .pricing-total-row {
    border-radius: 18px;
    gap: 8px;
    padding: 16px 14px;
  }

  .pricing-results-label {
    font-size: 22px;
  }

  .pricing-line-name,
  .pricing-total-label {
    font-size: 18px;
  }

  .pricing-line-values strong,
  .pricing-total-values strong {
    font-size: 24px;
  }

  .order-section {
    padding: 0 28px 84px;
  }

  .order-shell {
    border-radius: 24px;
    padding: 34px 14px 24px;
  }

  .order-content h2 {
    font-size: clamp(56px, 16vw, 88px);
  }

  .order-steps {
    gap: 16px;
    margin-top: 28px;
  }

  .order-step-card {
    border-radius: 20px;
    padding: 18px 16px 20px;
  }

  .order-step-number {
    font-size: 20px;
  }

  .order-step-card p {
    font-size: 16px;
    line-height: 1.55;
    margin-top: 12px;
  }

  .order-faq {
    gap: 16px;
    margin-top: 24px;
  }

  .order-faq-item {
    border-radius: 20px;
    padding: 18px 16px;
  }

  .order-faq-item h3 {
    font-size: 20px;
  }

  .order-faq-item p {
    font-size: 16px;
  }

  .site-footer {
    padding: 0 28px 36px;
  }

  .footer-content {
    padding-top: 24px;
  }

  .footer-contact,
  .footer-phone,
  .footer-copy {
    font-size: 16px;
  }

  .footer-contact-row {
    gap: 10px;
  }

  .footer-nav {
    gap: 12px 20px;
    margin-top: 16px;
  }

  .footer-nav a {
    font-size: 16px;
  }
}
