:root {
  --ink: #1c2430;
  --muted: #59616e;
  --soft: #7a818c;
  --line: rgba(96, 119, 150, 0.24);
  --line-strong: rgba(71, 94, 126, 0.34);
  --paper: #fbf8f0;
  --pearl: rgba(255, 255, 255, 0.72);
  --pearl-strong: rgba(255, 255, 255, 0.88);
  --blue: #416ed9;
  --blue-deep: #2f55a4;
  --gold: #8e7a4f;
  --shadow: rgba(52, 68, 91, 0.14);
  --measure: 680px;
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--paper);
}

body {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(ellipse at 14% 7%, rgba(255, 223, 148, 0.52) 0, rgba(255, 234, 188, 0.28) 19%, transparent 45%),
    radial-gradient(ellipse at 86% 11%, rgba(151, 189, 237, 0.48) 0, rgba(202, 225, 250, 0.24) 23%, transparent 48%),
    radial-gradient(ellipse at 22% 42%, rgba(181, 169, 226, 0.36) 0, rgba(218, 211, 242, 0.22) 22%, transparent 50%),
    radial-gradient(ellipse at 78% 55%, rgba(255, 216, 137, 0.40) 0, rgba(255, 236, 194, 0.22) 21%, transparent 50%),
    radial-gradient(ellipse at 37% 88%, rgba(131, 178, 231, 0.42) 0, rgba(206, 226, 248, 0.22) 24%, transparent 54%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(246, 250, 255, 0.34));
  background-position: 0% 0%, 100% 0%, 12% 36%, 88% 44%, 35% 100%, 0 0;
  background-size: 120% 120%, 128% 128%, 134% 134%, 126% 126%, 140% 140%, 100% 100%;
  animation: etza-background-breath 92s ease-in-out infinite alternate;
  line-height: 1.55;
}

body::before {
  position: fixed;
  z-index: 0;
  inset: -24vmax;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 9% 18%, rgba(91, 143, 222, 0.34) 0, rgba(188, 218, 248, 0.20) 19%, transparent 42%),
    radial-gradient(ellipse at 65% 5%, rgba(255, 213, 123, 0.38) 0, rgba(255, 236, 190, 0.22) 20%, transparent 44%),
    radial-gradient(ellipse at 99% 35%, rgba(187, 176, 229, 0.30) 0, rgba(229, 224, 246, 0.20) 22%, transparent 48%),
    radial-gradient(ellipse at 7% 72%, rgba(255, 224, 155, 0.30) 0, rgba(255, 240, 207, 0.18) 24%, transparent 50%),
    radial-gradient(ellipse at 82% 91%, rgba(123, 171, 231, 0.32) 0, rgba(205, 225, 249, 0.20) 21%, transparent 48%);
  filter: blur(34px);
  opacity: 0.86;
  transform: translate3d(-1.5%, -1%, 0) scale(1.03);
  animation: etza-field-drift 74s ease-in-out infinite alternate;
  content: "";
  will-change: transform;
}

body::after {
  position: fixed;
  z-index: 0;
  inset: -22vmax;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 22% 5%, rgba(255, 227, 154, 0.26) 0, rgba(255, 242, 209, 0.14) 21%, transparent 46%),
    radial-gradient(ellipse at 58% 45%, rgba(177, 165, 225, 0.22) 0, rgba(226, 221, 246, 0.15) 24%, transparent 52%),
    radial-gradient(ellipse at 78% 74%, rgba(115, 166, 230, 0.22) 0, rgba(207, 228, 250, 0.14) 23%, transparent 50%);
  filter: blur(46px);
  opacity: 0.58;
  transform: translate3d(1%, 0.5%, 0) scale(1.02);
  animation: etza-field-drift-secondary 116s ease-in-out infinite alternate-reverse;
  content: "";
  will-change: transform;
}

@keyframes etza-background-breath {
  from {
    background-position: 0% 0%, 100% 0%, 12% 36%, 88% 44%, 35% 100%, 0 0;
  }

  to {
    background-position: 8% 5%, 92% 8%, 17% 44%, 82% 50%, 42% 94%, 0 0;
  }
}

@keyframes etza-field-drift {
  from {
    transform: translate3d(-1.5%, -1%, 0) scale(1.03);
  }

  to {
    transform: translate3d(2%, 1.5%, 0) scale(1.07);
  }
}

@keyframes etza-field-drift-secondary {
  from {
    transform: translate3d(1%, 0.5%, 0) scale(1.02);
  }

  to {
    transform: translate3d(-1.5%, 2%, 0) scale(1.06);
  }
}

a {
  color: var(--blue-deep);
  text-decoration: none;
  transition: color 220ms ease;
}

a:hover {
  color: var(--blue);
}

.site-header,
.site-footer,
main {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 112px));
  margin: 0 auto;
}

.site-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 48px 0 36px;
}

.brand,
.nav,
.product-nav,
.site-footer {
  display: flex;
  align-items: center;
}

.brand {
  min-width: 0;
  gap: 0;
  color: var(--ink);
}

.brand-mark {
  display: grid;
  font-family: Arial, "Noto Sans Hebrew", "Noto Sans", sans-serif;
  gap: 1px;
  line-height: 0.92;
  white-space: nowrap;
}

.brand-mark-hebrew,
.brand-mark-latin {
  display: block;
  font-weight: 800;
}

.brand-mark-hebrew {
  font-size: 1.8rem;
}

.brand-mark-latin {
  font-size: 1.5rem;
}

.nav-shell {
  display: grid;
  max-width: 100%;
  justify-items: end;
  gap: 14px;
}

.product-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
}

.product-nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  min-height: 48px;
  justify-content: center;
  padding: 12px 26px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.45);
  box-shadow: none;
  font-size: 1.05rem;
  line-height: 1.1;
  white-space: nowrap;
  transition:
    color 220ms ease,
    background 240ms ease,
    transform 220ms ease;
}

.product-nav-link[aria-current="page"] {
  color: #1e3f86;
  background: rgba(65, 110, 217, 0.1);
}

.product-nav-link:hover {
  background: rgba(65, 110, 217, 0.08);
}

.product-nav-link:focus-visible,
.button:focus-visible,
.site-footer a:focus-visible,
.nav a:focus-visible {
  outline: 2px solid rgba(65, 110, 217, 0.42);
  outline-offset: 3px;
}

.product-nav-link[aria-current="page"]:hover {
  color: #1e3f86;
  background: rgba(65, 110, 217, 0.16);
}

.product-nav-link[aria-current="page"] .product-nav-name {
  font-weight: 600;
}

.product-nav-link:active {
  transform: translateY(1px);
}

.product-nav-name {
  color: var(--ink);
  font-family: "Noto Sans", "Noto Sans Hebrew", Arial, sans-serif;
  font-variation-settings: "wght" 400;
  font-weight: 400;
}

.product-nav-link[aria-current="page"] .product-nav-name {
  color: #1e3f86;
}

.nav {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 20px;
  padding-top: 6px;
  font-size: 0.92rem;
  font-weight: 650;
}

.nav a {
  color: var(--soft);
  transition: color 200ms ease;
}

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

.nav a[aria-current="page"] {
  color: var(--ink);
}

.hero {
  display: block;
  padding: 128px 0 118px;
}

.hero-copy {
  width: min(820px, 100%);
  margin: 0 auto;
  text-align: left;
}

.product-wordmark {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.84rem;
  letter-spacing: 0;
  line-height: 1.2;
}

.product-etza-mark {
  font-family: Arial, "Noto Sans Hebrew", "Noto Sans", sans-serif;
  font-weight: 850;
}

.product-name-mark {
  color: var(--ink);
  font-family: "Noto Sans", "Noto Sans Hebrew", Arial, sans-serif;
  font-variation-settings: "wght" 300;
  font-weight: 300;
}

.product-hero-copy {
  text-align: center;
}

.hero .product-wordmark {
  margin-bottom: 40px;
  color: #000;
}

.product-hero-wordmark {
  display: grid;
  justify-items: center;
  gap: 0.02em;
  font-size: clamp(2.9rem, 6vw, 5.6rem);
  line-height: 0.88;
}

.product-wordmark-hebrew,
.product-wordmark-etza {
  display: block;
  color: #000;
  font-family: Arial, "Noto Sans Hebrew", "Noto Sans", sans-serif;
  font-weight: 850;
}

.product-wordmark-hebrew {
  font-size: 1.2em;
}

.product-wordmark-etza {
  font-size: 1em;
}

.product-hero-wordmark .product-name-mark {
  display: block;
  margin-top: 0.14em;
  color: #000;
  font-size: 1em;
  line-height: 0.94;
}

.product-name-spaced {
  letter-spacing: 0.16em;
  text-indent: 0.16em;
}

.hero .product-wordmark + h1 {
  margin-right: auto;
  margin-left: auto;
  max-width: 660px;
  margin-top: 36px;
  font-size: clamp(1.55rem, 2.5vw, 2.45rem);
  line-height: 1.12;
}

.hero-pill-title {
  display: inline-flex;
  max-width: none;
  margin: 0 auto;
  padding: 0.52em 1.04em;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 999px;
  font-size: clamp(1.75rem, 3vw, 2.9rem);
  line-height: 1.02;
  letter-spacing: -0.005em;
  background: linear-gradient(
    155deg,
    rgba(255, 255, 255, 0.72),
    rgba(241, 246, 255, 0.5) 42%,
    rgba(255, 245, 229, 0.44)
  );
  backdrop-filter: blur(14px);
  box-shadow: 0 14px 30px rgba(53, 82, 129, 0.16);
}

.product-hero-copy .lede {
  margin-right: auto;
  margin-left: auto;
}

.product-hero-copy .hero-actions {
  justify-content: center;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  column-gap: 54px;
  row-gap: 44px;
}

.product-card {
  position: relative;
  min-width: 0;
}

@media (min-width: 861px) {
  .product-card + .product-card::before {
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: -27px;
    width: 1px;
    background: linear-gradient(
      180deg,
      transparent,
      rgba(96, 119, 150, 0.18) 12%,
      rgba(96, 119, 150, 0.28) 50%,
      rgba(96, 119, 150, 0.18) 88%,
      transparent
    );
    content: "";
  }
}

.product-card-title {
  margin-bottom: 30px;
  font-size: clamp(2.2rem, 3.8vw, 3.6rem);
  line-height: 0.88;
}

.product-card-title a {
  display: grid;
  justify-items: start;
  color: var(--ink);
}

.home-product-grid .product-card-title {
  text-align: center;
}

.home-product-grid .product-card-title a {
  justify-items: center;
}

.product-card-title .product-wordmark-hebrew,
.product-card-title .product-wordmark-etza,
.product-card-title .product-name-mark {
  display: block;
  color: #000;
}

.product-card-title .product-wordmark-hebrew,
.product-card-title .product-wordmark-etza {
  font-family: Arial, "Noto Sans Hebrew", "Noto Sans", sans-serif;
  font-weight: 850;
}

.product-card-title .product-wordmark-hebrew {
  font-size: 1.2em;
}

.product-card-title .product-wordmark-etza {
  font-size: 1em;
}

.product-card-title .product-name-mark {
  margin-top: 0.18em;
  font-size: 1em;
  line-height: 0.94;
}

.product-card-summary {
  margin-bottom: 14px;
  color: var(--ink);
  font-size: 1.12rem;
  font-weight: 760;
  line-height: 1.18;
}

h1,
h2,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: ui-display, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  letter-spacing: 0;
  line-height: 1.04;
}

h1 {
  max-width: 720px;
  margin-bottom: 26px;
  font-size: clamp(2.7rem, 4.6vw, 4.45rem);
  font-weight: 760;
}

h2 {
  margin-bottom: 18px;
  font-size: 1.45rem;
  font-weight: 720;
}

h3 {
  margin: 0 0 18px;
  font-size: 1.24rem;
  font-weight: 720;
  line-height: 1.12;
}

.lede {
  max-width: 600px;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.6vw, 1.18rem);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 48px;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  padding: 0 30px;
  font-size: 1.04rem;
  font-weight: 720;
  box-shadow: 0 14px 24px rgba(47, 78, 117, 0.10);
  letter-spacing: 0.01em;
  transition: color 220ms ease, border-color 220ms ease, background 260ms ease, box-shadow 260ms ease, transform 220ms ease;
}

.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 30px rgba(47, 78, 117, 0.15);
}

.button.primary {
  border: 0;
  color: #1d386e;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background:
    linear-gradient(
      140deg,
      rgba(255, 255, 255, 0.22) 0%,
      rgba(255, 255, 255, 0.12) 24%,
      rgba(247, 252, 255, 0.3) 52%,
      rgba(255, 255, 255, 0.16) 74%,
      rgba(255, 255, 255, 0.24) 100%
    );
  box-shadow: 0 14px 28px rgba(35, 59, 95, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.button.primary:hover {
  color: #122f5e;
  background:
    linear-gradient(
      140deg,
      rgba(255, 255, 255, 0.34) 0%,
      rgba(255, 255, 255, 0.24) 24%,
      rgba(243, 249, 255, 0.38) 52%,
      rgba(255, 255, 255, 0.22) 74%,
      rgba(255, 255, 255, 0.32) 100%
    );
  box-shadow: 0 16px 30px rgba(35, 59, 95, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.42);
}
}

.button.secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.48);
}

.button.secondary:hover {
  background: rgba(255, 255, 255, 0.75);
}

.button:active {
  transform: translateY(1px);
}

.content-section {
  margin: 0 0 158px;
}

.section-heading {
  width: min(820px, 100%);
  margin: 0 auto 52px;
  text-align: left;
}

.section-heading h2 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(2.1rem, 4.2vw, 4.1rem);
  line-height: 1.02;
}

.section-heading p {
  max-width: 660px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.65;
}

.section-panel {
  margin: 0 0 126px;
  border: 1px solid var(--line);
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 58px;
  background:
    radial-gradient(ellipse at 4% 0%, rgba(255, 229, 167, 0.38) 0, rgba(255, 239, 205, 0.18) 26%, transparent 52%),
    radial-gradient(ellipse at 98% 12%, rgba(152, 191, 239, 0.32) 0, rgba(218, 235, 253, 0.18) 26%, transparent 54%),
    radial-gradient(ellipse at 70% 100%, rgba(202, 193, 237, 0.24) 0, rgba(235, 231, 248, 0.16) 28%, transparent 58%),
    linear-gradient(180deg, var(--pearl-strong), rgba(245, 249, 255, 0.58)),
    rgba(255, 255, 255, 0.42);
  box-shadow: 0 24px 70px var(--shadow);
  backdrop-filter: blur(18px);
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 240ms ease;
}

.section-panel::before {
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: 32px;
  opacity: 0.5;
  background: linear-gradient(130deg, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0.04));
  content: "";
}

.section-panel > * {
  position: relative;
  z-index: 1;
}

.section-panel:hover {
  transform: translateY(-2px);
  border-color: rgba(96, 119, 150, 0.35);
  box-shadow: 0 28px 74px rgba(52, 68, 91, 0.18);
}

.content-section > .section-panel {
  width: min(820px, 100%);
  margin-bottom: 0;
  margin-right: auto;
  margin-left: auto;
  padding: 62px;
}

.content-section > .product-panel {
  width: min(1040px, 100%);
}

.content-section:nth-of-type(even) > .section-panel {
  margin-right: auto;
  margin-left: auto;
}

.panel-heading {
  max-width: 720px;
  margin-bottom: 26px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
  position: relative;
}

.panel-heading::after {
  position: absolute;
  inset: auto 0 -1px;
  width: 120px;
  height: 2px;
  background: linear-gradient(90deg, rgba(65, 110, 217, 0.75), rgba(255, 220, 135, 0.45));
  content: "";
}

.panel-heading-plain,
.panel-heading-plain::after {
  border-bottom: 0;
  padding-bottom: 0;
  display: none;
}

.pricing-panel {
  overflow: hidden;
}

.content-section > .pricing-panel {
  width: min(1040px, 100%);
}

.pricing-table-wrap {
  overflow-x: auto;
}

.pricing-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  color: var(--ink);
  font-size: clamp(1rem, 1.4vw, 1.15rem);
}

.pricing-table th,
.pricing-table td {
  border-bottom: 1px solid var(--line);
  padding: 24px 22px;
  text-align: right;
  vertical-align: middle;
}

.pricing-table thead th {
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 720;
}

.pricing-table th:first-child,
.pricing-table td:first-child {
  text-align: left;
}

.pricing-table tbody th {
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  font-weight: 760;
}

.pricing-table tbody td {
  font-weight: 700;
}

.pricing-table .plan-link {
  font-family: "Noto Sans", "Noto Sans Hebrew", Arial, sans-serif;
  font-variation-settings: "wght" 250;
  font-weight: 250;
}

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

.pricing-featured-row th,
.pricing-featured-row td {
  color: #000;
  font-weight: 820;
}

.panel-heading h2 {
  margin-bottom: 10px;
}

.panel-heading p:last-child {
  max-width: 620px;
  margin-bottom: 0;
  color: var(--muted);
}

.support-layout {
  display: grid;
  gap: 28px;
  padding: 0;
}

.faq-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.faq-list li {
  border-top: 1px solid var(--line);
  padding: 28px 0;
}

.faq-list li:first-child {
  border-top: 0;
  padding-top: 0;
}

.faq-list li:last-child {
  padding-bottom: 0;
}

.faq-list h3 {
  margin-bottom: 10px;
  font-size: 1.08rem;
}

.faq-list p {
  max-width: 660px;
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.68;
}

.vertical-flow {
  position: relative;
  display: grid;
  gap: 0;
  max-width: 720px;
}

.vertical-flow article {
  position: relative;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 22px;
  padding: 18px 0 56px;
}

.vertical-flow article + article {
  border-top: 1px solid rgba(96, 119, 150, 0.20);
  padding-top: 32px;
}

.vertical-flow[aria-label="Product details"] article:not(:last-child)::after {
  position: absolute;
  top: 66px;
  bottom: -12px;
  left: 26px;
  width: 1px;
  background: var(--line);
  content: "";
}

.vertical-flow article:last-child {
  padding-bottom: 0;
}

.flow-marker {
  position: relative;
  z-index: 1;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(70, 102, 167, 0.30);
  border-radius: 50%;
  color: var(--blue-deep);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(231, 239, 252, 0.82));
  box-shadow: 0 12px 26px rgba(64, 92, 130, 0.12);
  font-size: 0.86rem;
  font-weight: 820;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.flow-marker:hover {
  transform: translateY(-1px);
  border-color: rgba(70, 102, 167, 0.48);
  box-shadow: 0 14px 28px rgba(64, 92, 130, 0.2);
}

.symbol-marker {
  color: var(--ink);
  font-size: 1.16rem;
  line-height: 1;
}

.vertical-flow h3 {
  max-width: 620px;
}

.vertical-flow p:not(.product-wordmark),
.support-pane p {
  max-width: 440px;
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.68;
}

.support-layout {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.policy-layout {
  max-width: 860px;
  padding: 0;
}

.policy-section {
  border-top: 1px solid var(--line);
  padding: 36px 0;
}

.policy-section:first-child {
  border-top: 0;
  padding-top: 0;
}

.policy-section h3 {
  max-width: 720px;
  margin-bottom: 14px;
}

.policy-section p {
  max-width: 760px;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.68;
}

.policy-section p:last-child {
  margin-bottom: 0;
}

.site-footer {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 28px;
  border-top: 1px solid var(--line);
  padding: 44px 0 64px;
  color: var(--soft);
  font-size: 0.9rem;
}

.site-footer a {
  color: var(--soft);
  transition: color 190ms ease;
}

.site-footer a:hover {
  color: var(--ink);
}

.site-footer span {
  font-weight: 760;
  color: var(--ink);
}

@media (min-width: 861px) {
  .support-pane:not(:first-child) {
    border-left: 1px solid var(--line);
    padding-left: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body,
  body::before,
  body::after {
    animation: none;
  }

  body::before,
  body::after {
    transform: none;
  }
}

@media (max-width: 860px) {
  body::before,
  body::after {
    position: absolute;
    animation: none;
    transform: none;
  }

  .site-header,
  .site-footer,
  main {
    width: min(1120px, calc(100% - 48px));
  }

  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-shell {
    width: 100%;
    justify-items: start;
  }

  .product-nav,
  .nav {
    width: 100%;
    justify-content: flex-start;
  }

  .nav {
    row-gap: 10px;
  }

  .hero {
    min-height: auto;
    padding: 76px 0 82px;
  }

  .content-section {
    margin-bottom: 104px;
  }

  .section-heading {
    margin-bottom: 38px;
  }

  .content-section > .section-panel {
    padding: 44px;
  }

  .content-section > .section-panel,
  .content-section:nth-of-type(even) > .section-panel {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .support-layout {
    grid-template-columns: 1fr;
  }

  .support-pane:not(:first-child) {
    border-top: 1px solid var(--line);
    padding-top: 30px;
  }

  .policy-layout {
    padding-bottom: 0;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  h1 {
    font-size: 2.75rem;
  }

  .nav {
    width: 100%;
    justify-content: flex-start;
  }

  .product-card {
    padding-top: 0;
  }

  .product-card + .product-card {
    border-top: 1px solid var(--line);
    padding-top: 36px;
  }

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

  .button {
    width: 100%;
  }

  .vertical-flow article {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 18px;
    padding-bottom: 42px;
  }

  .flow-marker {
    width: 50px;
    height: 50px;
  }
}
