:root {
  --schema-ink: #0b132b;
  --schema-navy: #071d49;
  --schema-blue: #1947e5;
  --schema-blue-soft: #eef3ff;
  --schema-orange: #f58023;
  --schema-mint: #37d3a4;
  --schema-line: #dfe5f0;
  --schema-muted: #59657a;
  --schema-surface: #f6f8fc;
}

.schema-product-page {
  scroll-padding-top: 92px;
}

.schema-skip-link {
  position: fixed;
  z-index: 1001;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--schema-ink);
  color: #fff;
  text-decoration: none;
  transform: translateY(-150%);
}

.schema-skip-link:focus {
  color: #fff;
  transform: translateY(0);
}

.schema-product-header {
  position: sticky;
  z-index: 100;
  top: 0;
  padding: 0;
  border-bottom: 1px solid rgba(217, 226, 240, 0.88);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
}

.schema-product-header__inner {
  display: flex;
  width: min(1240px, calc(100% - 40px));
  min-height: 76px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.schema-product-brand,
.schema-product-navigation,
.schema-product-navigation nav,
.schema-product-navigation__actions {
  display: flex;
  align-items: center;
}

.schema-product-brand {
  min-width: max-content;
  gap: 13px;
}

.schema-product-brand a {
  text-decoration: none;
}

.schema-product-brand__company {
  display: flex;
  align-items: center;
  color: var(--schema-ink);
  font-size: 0.9rem;
  font-weight: 700;
}

.schema-product-brand__logo {
  display: block;
  width: auto;
  max-width: 142px;
  height: 38px;
  object-fit: contain;
}

.schema-product-brand__divider {
  width: 1px;
  height: 27px;
  background: var(--schema-line);
}

.schema-product-brand__name {
  color: var(--schema-ink);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: -0.015em;
}

.schema-product-navigation {
  flex: 1;
  justify-content: flex-end;
  gap: 26px;
}

.schema-product-navigation nav {
  gap: 24px;
}

.schema-product-navigation nav a,
.schema-header-link {
  color: #3f4b61;
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
}

.schema-product-navigation nav a:hover,
.schema-header-link:hover {
  color: var(--schema-blue);
}

.schema-product-navigation__actions {
  padding-left: 24px;
  border-left: 1px solid var(--schema-line);
  gap: 17px;
}

.schema-header-button {
  display: inline-flex;
  min-height: 40px;
  padding: 10px 18px;
  border-radius: 9px;
  align-items: center;
  justify-content: center;
  background: var(--schema-blue);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
}

.schema-header-button:hover {
  background: #103bc9;
  color: #fff;
}

.schema-product-menu-toggle {
  display: none;
  width: 43px;
  height: 43px;
  padding: 10px;
  border: 1px solid var(--schema-line);
  border-radius: 9px;
  background: #fff;
  cursor: pointer;
}

.schema-product-menu-toggle > span:not(.screen-reader-text) {
  display: block;
  width: 100%;
  height: 2px;
  margin: 4px 0;
  border-radius: 2px;
  background: var(--schema-ink);
  transition: transform 180ms ease, opacity 180ms ease;
}

.schema-product-menu-toggle[aria-expanded="true"] > span:nth-of-type(2) {
  transform: translateY(6px) rotate(45deg);
}

.schema-product-menu-toggle[aria-expanded="true"] > span:nth-of-type(3) {
  opacity: 0;
}

.schema-product-menu-toggle[aria-expanded="true"] > span:nth-of-type(4) {
  transform: translateY(-6px) rotate(-45deg);
}

.schema-product {
  overflow: hidden;
  background: #fff;
  color: var(--schema-ink);
}

.schema-product h1,
.schema-product h2,
.schema-product h3,
.schema-product p {
  margin-top: 0;
}

.schema-product h1,
.schema-product h2,
.schema-product h3 {
  letter-spacing: -0.035em;
}

.schema-product h1 {
  max-width: 700px;
  margin-bottom: 24px;
  font-size: clamp(2.75rem, 4.6vw, 4.5rem);
  line-height: 1.06;
}

.schema-product h2 {
  margin-bottom: 20px;
  font-size: clamp(2.25rem, 4.4vw, 4rem);
  line-height: 1.05;
}

.schema-product h3 {
  font-size: 1.35rem;
  line-height: 1.2;
}

.schema-product p {
  color: var(--schema-muted);
  font-size: 1.05rem;
}

.schema-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.schema-hero {
  position: relative;
  padding: 116px 0 96px;
  background:
    radial-gradient(circle at 7% 10%, rgba(25, 71, 229, 0.12), transparent 30%),
    radial-gradient(circle at 93% 25%, rgba(245, 128, 35, 0.13), transparent 28%),
    linear-gradient(180deg, #fbfcff 0%, #fff 100%);
}

.schema-hero::before {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(25, 71, 229, 0.16) 1px, transparent 1px);
  background-size: 27px 27px;
  content: "";
  mask-image: linear-gradient(to bottom, black, transparent 72%);
  opacity: 0.25;
  pointer-events: none;
}

.schema-hero__grid,
.schema-split,
.schema-faq-layout,
.schema-final-cta__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  gap: 70px;
  align-items: center;
}

.schema-kicker,
.schema-overline {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--schema-blue);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-decoration: none;
  text-transform: uppercase;
}

.schema-kicker {
  margin-bottom: 26px;
  padding: 8px 13px;
  border: 1px solid #d7e1ff;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.82);
}

.schema-kicker span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--schema-mint);
  box-shadow: 0 0 0 5px rgba(55, 211, 164, 0.15);
}

.schema-hero__lead {
  max-width: 720px;
  margin-bottom: 34px;
  font-size: clamp(1.12rem, 2vw, 1.35rem) !important;
  line-height: 1.65;
}

.schema-hero__actions,
.schema-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.schema-button {
  display: inline-flex;
  min-height: 52px;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.schema-button:hover {
  transform: translateY(-2px);
}

.schema-button--primary {
  background: var(--schema-blue);
  box-shadow: 0 12px 30px rgba(25, 71, 229, 0.2);
}

.schema-button--primary:hover {
  background: #103bc9;
  color: #fff;
}

.schema-button--secondary {
  border-color: var(--schema-line);
  background: #fff;
  color: var(--schema-ink);
}

.schema-button--dark {
  background: var(--schema-ink);
}

.schema-button--dark:hover {
  background: var(--schema-navy);
  color: #fff;
}

.schema-button--light {
  background: #fff;
  color: var(--schema-navy);
}

.schema-inline-proof {
  display: flex;
  margin: 30px 0 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 9px 25px;
  color: #465269;
  font-size: 0.88rem;
  font-weight: 600;
  list-style: none;
}

.schema-inline-proof li::before {
  margin-right: 8px;
  color: var(--schema-mint);
  content: "✓";
  font-weight: 800;
}

.schema-hero__visual {
  position: relative;
}

.schema-hero__visual img,
.schema-media-card img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 30px 50px rgba(23, 38, 76, 0.18));
}

.schema-hero__glow {
  position: absolute;
  inset: 15% 7%;
  border-radius: 50%;
  background: rgba(25, 71, 229, 0.2);
  filter: blur(60px);
}

.schema-floating-note {
  position: absolute;
  z-index: 3;
  display: flex;
  padding: 11px 15px;
  border: 1px solid rgba(214, 224, 243, 0.9);
  border-radius: 10px;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 15px 35px rgba(20, 38, 83, 0.14);
  color: var(--schema-ink);
  font-size: 0.82rem;
  font-weight: 700;
}

.schema-floating-note--top {
  top: 9%;
  right: -4%;
}

.schema-floating-note--bottom {
  bottom: 6%;
  left: -4%;
}

.schema-status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--schema-mint);
}

.schema-pricing,
.schema-feature-section,
.schema-comparison-section,
.schema-faq-section {
  padding: 110px 0;
}

.schema-pricing {
  border-top: 1px solid #edf0f6;
}

.schema-section-heading {
  max-width: 590px;
}

.schema-section-heading--center {
  max-width: 760px;
  margin: 0 auto 56px;
  text-align: center;
}

.schema-section-heading .schema-overline {
  margin-bottom: 18px;
}

.schema-section-heading > p {
  font-size: 1.12rem;
  line-height: 1.75;
}

.schema-plan-grid {
  display: grid;
  max-width: 850px;
  margin: 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.schema-billing-toggle {
  display: flex;
  width: fit-content;
  margin: -24px auto 52px;
  padding: 5px;
  border: 1px solid var(--schema-line);
  border-radius: 100px;
  align-items: center;
  gap: 3px;
  background: var(--schema-surface);
}

.schema-billing-toggle button {
  min-width: 96px;
  padding: 10px 18px;
  border: 0;
  border-radius: 100px;
  background: transparent;
  color: var(--schema-muted);
  cursor: pointer;
  font: inherit;
  font-size: 0.84rem;
  font-weight: 700;
}

.schema-billing-toggle button[aria-pressed="true"] {
  background: var(--schema-ink);
  box-shadow: 0 7px 18px rgba(11, 19, 43, 0.16);
  color: #fff;
}

.schema-billing-toggle > span {
  padding: 0 12px 0 9px;
  color: #11785c;
  font-size: 0.72rem;
  font-weight: 700;
  white-space: nowrap;
}

.schema-plan {
  position: relative;
  display: flex;
  padding: 36px 31px 30px;
  border: 1px solid var(--schema-line);
  border-radius: 22px;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 15px 44px rgba(27, 42, 77, 0.07);
}

.schema-plan--featured {
  border: 2px solid var(--schema-blue);
  box-shadow: 0 22px 55px rgba(25, 71, 229, 0.16);
  transform: translateY(-10px);
}

.schema-plan__badge {
  position: absolute;
  top: -15px;
  right: 24px;
  margin: 0;
  padding: 7px 13px;
  border-radius: 100px;
  background: var(--schema-blue);
  color: #fff !important;
  font-size: 0.72rem !important;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.schema-plan__eyebrow {
  min-height: 22px;
  margin-bottom: 9px;
  color: var(--schema-blue) !important;
  font-size: 0.78rem !important;
  font-weight: 700;
}

.schema-plan h3 {
  margin-bottom: 15px;
  font-size: 1.8rem;
}

.schema-plan__price {
  display: flex;
  margin-bottom: 18px;
  align-items: flex-end;
  gap: 10px;
}

.schema-plan__price span {
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 1;
}

.schema-plan__price .schema-plan__currency {
  padding-bottom: 17px;
  font-size: 1.15rem;
  letter-spacing: 0;
}

.schema-plan__price .schema-plan__price-prefix {
  padding-bottom: 6px;
  color: var(--schema-muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.schema-plan__price .schema-plan__amount {
  min-width: 0;
}

.schema-plan__price small {
  max-width: 85px;
  padding-bottom: 4px;
  color: var(--schema-muted);
  font-size: 0.76rem;
  font-weight: 600;
  line-height: 1.35;
}

.schema-plan__header > p:last-child {
  min-height: 76px;
  font-size: 0.93rem;
}

.schema-check-list {
  margin: 20px 0 28px;
  padding: 22px 0 0;
  border-top: 1px solid var(--schema-line);
  list-style: none;
}

.schema-check-list li {
  position: relative;
  margin-bottom: 13px;
  padding-left: 27px;
  color: #39455c;
  font-size: 0.91rem;
}

.schema-check-list li::before {
  position: absolute;
  top: -1px;
  left: 0;
  display: grid;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  place-items: center;
  background: #e7fbf5;
  color: #138f6d;
  content: "✓";
  font-size: 0.68rem;
  font-weight: 900;
}

.schema-plan .schema-button {
  width: 100%;
  margin-top: auto;
}

.schema-pricing__note {
  max-width: 780px;
  margin: 26px auto 0;
  text-align: center;
  font-size: 0.76rem !important;
}

.schema-pricing__note code {
  color: #364764;
  font-size: 0.74rem;
}

.schema-trust-strip {
  padding: 36px 0;
  border-top: 1px solid var(--schema-line);
  border-bottom: 1px solid var(--schema-line);
  background: var(--schema-surface);
}

.schema-trust-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.schema-trust-strip__grid div {
  display: flex;
  padding: 8px 25px;
  border-right: 1px solid var(--schema-line);
  flex-direction: column;
  text-align: center;
}

.schema-trust-strip__grid div:last-child {
  border-right: 0;
}

.schema-trust-strip strong {
  color: var(--schema-blue);
  font-size: 1.45rem;
}

.schema-trust-strip span {
  margin-top: 3px;
  color: var(--schema-muted);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}

.schema-feature-stack {
  display: grid;
  margin-top: 38px;
  gap: 9px;
}

.schema-feature-stack article {
  display: grid;
  padding: 18px;
  border-radius: 14px;
  grid-template-columns: 42px 1fr;
  gap: 15px;
  transition: background-color 180ms ease;
}

.schema-feature-stack article:hover {
  background: var(--schema-surface);
}

.schema-feature-stack article > span {
  display: grid;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  place-items: center;
  background: var(--schema-blue-soft);
  color: var(--schema-blue);
  font-size: 0.75rem;
  font-weight: 800;
}

.schema-feature-stack h3 {
  margin: 0 0 6px;
  font-size: 1rem;
  letter-spacing: -0.01em;
}

.schema-feature-stack p {
  margin: 0;
  font-size: 0.9rem;
}

.schema-media-card {
  padding: 26px;
  border: 1px solid #dde5f5;
  border-radius: 28px;
  background: linear-gradient(145deg, #edf3ff, #fff6ef);
}

.schema-types-section {
  padding: 110px 0 120px;
  background:
    radial-gradient(circle at 10% 10%, rgba(25, 71, 229, 0.22), transparent 32%),
    radial-gradient(circle at 88% 75%, rgba(245, 128, 35, 0.16), transparent 35%),
    var(--schema-navy);
}

.schema-section-heading--light h2,
.schema-section-heading--light p {
  color: #fff;
}

.schema-section-heading--light p {
  opacity: 0.74;
}

.schema-section-heading--light .schema-overline {
  color: #8eb0ff;
}

.schema-type-cloud {
  display: flex;
  max-width: 990px;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 13px;
  justify-content: center;
}

.schema-type-chip {
  padding: 13px 19px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  font-size: 0.87rem;
  font-weight: 600;
  backdrop-filter: blur(8px);
}

.schema-type-chip--2,
.schema-type-chip--4 {
  transform: translateY(9px);
}

.schema-feature-section--muted,
.schema-faq-section {
  background: var(--schema-surface);
}

.schema-split--reverse {
  grid-template-columns: minmax(420px, 0.98fr) minmax(0, 1.02fr);
}

.schema-media-card--rules {
  background: linear-gradient(145deg, #f0f5ff, #f3fff9);
}

.schema-large-checks {
  display: grid;
  margin: 34px 0 0;
  padding: 0;
  gap: 24px;
  list-style: none;
}

.schema-large-checks li {
  position: relative;
  padding-left: 38px;
}

.schema-large-checks li::before {
  position: absolute;
  top: 2px;
  left: 0;
  display: grid;
  width: 24px;
  height: 24px;
  border-radius: 7px;
  place-items: center;
  background: var(--schema-blue);
  color: #fff;
  content: "✓";
  font-size: 0.72rem;
  font-weight: 900;
}

.schema-large-checks strong,
.schema-large-checks span {
  display: block;
}

.schema-large-checks strong {
  margin-bottom: 5px;
}

.schema-large-checks span {
  color: var(--schema-muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

.schema-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--schema-line);
  border-radius: 19px;
  background: #fff;
  box-shadow: 0 15px 40px rgba(27, 42, 77, 0.06);
}

.schema-comparison-table {
  width: 100%;
  border-collapse: collapse;
}

.schema-comparison-table th,
.schema-comparison-table td {
  padding: 20px 24px;
  border-bottom: 1px solid var(--schema-line);
  color: #354157;
  font-size: 0.9rem;
  text-align: center;
}

.schema-comparison-table th:first-child {
  width: 45%;
  text-align: left;
}

.schema-comparison-table thead th {
  background: #f7f9fd;
  color: var(--schema-ink);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.schema-comparison-table tbody th {
  color: var(--schema-ink);
}

.schema-comparison-table tbody tr:last-child th,
.schema-comparison-table tbody tr:last-child td {
  border-bottom: 0;
}

.schema-comparison-table td {
  color: #11785c;
  font-weight: 700;
}

.schema-table-dash {
  color: #a5adbb;
}

.schema-faq-layout {
  align-items: start;
}

.schema-faq-list {
  display: grid;
  gap: 12px;
}

.schema-faq-list details {
  padding: 0 23px;
  border: 1px solid var(--schema-line);
  border-radius: 13px;
  background: #fff;
}

.schema-faq-list summary {
  padding: 21px 28px 21px 0;
  color: var(--schema-ink);
  cursor: pointer;
  font-size: 0.98rem;
  font-weight: 700;
  list-style: none;
}

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

.schema-faq-list summary::after {
  float: right;
  color: var(--schema-blue);
  content: "+";
  font-size: 1.25rem;
}

.schema-faq-list details[open] summary::after {
  content: "−";
}

.schema-faq-list details p {
  margin-bottom: 22px;
  padding-right: 20px;
  font-size: 0.9rem;
}

.schema-final-cta {
  padding: 76px 0;
  background: var(--schema-blue);
}

.schema-final-cta__inner {
  grid-template-columns: 1.3fr 0.7fr;
}

.schema-final-cta h2,
.schema-final-cta p,
.schema-final-cta .schema-overline {
  color: #fff;
}

.schema-final-cta h2 {
  max-width: 780px;
  margin: 12px 0 15px;
  font-size: clamp(2.1rem, 4vw, 3.6rem);
}

.schema-final-cta p {
  margin-bottom: 0;
  opacity: 0.78;
}

.schema-final-cta__actions {
  flex-direction: column;
  align-items: stretch;
}

.schema-text-link {
  color: #fff;
  font-size: 0.86rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.schema-text-link:hover {
  color: #fff;
  text-decoration: underline;
}

.schema-product-footer {
  padding: 72px 0 24px;
  background: #07142f;
  color: #fff;
}

.schema-product-footer__main,
.schema-product-footer__bottom {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.schema-product-footer__main {
  display: grid;
  padding-bottom: 58px;
  grid-template-columns: minmax(260px, 0.9fr) minmax(520px, 1.1fr);
  gap: 80px;
}

.schema-product-footer__brand > a:first-child {
  display: inline-block;
  margin-bottom: 16px;
  color: #fff;
  font-size: 1.22rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-decoration: none;
}

.schema-product-footer__brand p {
  max-width: 410px;
  margin-bottom: 22px;
  color: #aeb9ce;
  font-size: 0.9rem;
  line-height: 1.7;
}

.schema-product-footer__studio {
  color: #88a9ff;
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
}

.schema-product-footer__studio:hover {
  color: #fff;
}

.schema-product-footer__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
}

.schema-product-footer__links > div {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
}

.schema-product-footer__links h2 {
  margin: 0 0 7px;
  color: #fff;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}

.schema-product-footer__links a {
  color: #aeb9ce;
  font-size: 0.8rem;
  text-decoration: none;
}

.schema-product-footer__links a:hover {
  color: #fff;
}

.schema-product-footer__bottom {
  display: flex;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.schema-product-footer__bottom p {
  margin: 0;
  color: #7f8da7;
  font-size: 0.72rem;
}

@media (max-width: 960px) {
  .schema-product-menu-toggle {
    display: block;
    flex: 0 0 auto;
  }

  .schema-product-navigation {
    position: absolute;
    top: calc(100% + 1px);
    right: 20px;
    left: 20px;
    display: none;
    padding: 22px;
    border: 1px solid var(--schema-line);
    border-radius: 0 0 16px 16px;
    align-items: stretch;
    flex-direction: column;
    background: #fff;
    box-shadow: 0 18px 40px rgba(20, 35, 70, 0.14);
  }

  .schema-product-navigation.is-open {
    display: flex;
  }

  .schema-product-navigation nav,
  .schema-product-navigation__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .schema-product-navigation nav {
    gap: 0;
  }

  .schema-product-navigation nav a {
    padding: 12px 3px;
    border-bottom: 1px solid var(--schema-line);
    font-size: 0.9rem;
  }

  .schema-product-navigation__actions {
    padding: 18px 0 0;
    border-left: 0;
    gap: 12px;
  }

  .schema-header-link,
  .schema-header-button {
    min-height: 44px;
    justify-content: center;
  }

  .schema-hero__grid,
  .schema-split,
  .schema-split--reverse,
  .schema-faq-layout,
  .schema-final-cta__inner {
    grid-template-columns: 1fr;
  }

  .schema-hero__grid,
  .schema-split,
  .schema-faq-layout {
    gap: 50px;
  }

  .schema-hero__copy {
    max-width: 760px;
  }

  .schema-hero__visual {
    width: min(100%, 680px);
    margin: 0 auto;
  }

  .schema-plan-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .schema-plan,
  .schema-plan--featured {
    transform: none;
  }

  .schema-plan__header > p:last-child {
    min-height: 0;
  }

  .schema-final-cta__actions {
    max-width: 300px;
  }

  .schema-product-footer__main {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

@media (max-width: 700px) {
  .schema-product-page {
    scroll-padding-top: 76px;
  }

  .schema-product-header__inner {
    width: min(100% - 28px, 1240px);
    min-height: 68px;
  }

  .schema-product-brand {
    gap: 9px;
  }

  .schema-product-brand__logo {
    max-width: 105px;
    height: 31px;
  }

  .schema-product-brand__divider {
    height: 23px;
  }

  .schema-product-brand__name {
    font-size: 0.78rem;
  }

  .schema-product-navigation {
    right: 14px;
    left: 14px;
  }

  .schema-shell {
    width: min(100% - 28px, 1180px);
  }

  .schema-hero {
    padding: 80px 0 66px;
  }

  .schema-pricing,
  .schema-feature-section,
  .schema-comparison-section,
  .schema-faq-section,
  .schema-types-section {
    padding: 78px 0;
  }

  .schema-floating-note {
    display: none;
  }

  .schema-trust-strip__grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
  }

  .schema-trust-strip__grid div:nth-child(2) {
    border-right: 0;
  }

  .schema-plan {
    padding: 32px 24px 26px;
  }

  .schema-billing-toggle {
    margin-top: -28px;
    margin-bottom: 42px;
  }

  .schema-billing-toggle button {
    min-width: 79px;
    padding-right: 13px;
    padding-left: 13px;
  }

  .schema-billing-toggle > span {
    display: none;
  }

  .schema-type-chip--2,
  .schema-type-chip--4 {
    transform: none;
  }

  .schema-media-card {
    padding: 12px;
    border-radius: 18px;
  }

  .schema-comparison-table {
    min-width: 720px;
  }

  .schema-product-footer {
    padding-top: 58px;
  }

  .schema-product-footer__main,
  .schema-product-footer__bottom {
    width: min(100% - 28px, 1180px);
  }

  .schema-product-footer__links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 38px;
  }

  .schema-product-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .schema-button {
    transition: none;
  }
}
