.page-home,
.page-home *,
.page-home *::before,
.page-home *::after {
  box-sizing: border-box;
}

.page-home {
  --home-line: 1px solid rgba(43, 43, 43, 0.14);
  --home-deepblue-bg: #1f3a5f;
  --home-cream-bg: #f5f0e8;
  --home-sand-bg: #e8e0d5;
  background: var(--home-cream-bg);
  color: var(--ink);
  font-family: var(--font-sans);
  line-height: 1.6;
  overflow-x: hidden;
}

.page-home a {
  color: var(--deepblue);
  text-decoration-color: rgba(31, 58, 95, 0.3);
  text-underline-offset: 4px;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.page-home a:hover {
  color: var(--cinnabar);
  text-decoration-color: var(--cinnabar);
}

.page-home h1,
.page-home h2,
.page-home h3 {
  font-family: var(--font-serif);
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 16px;
  letter-spacing: 0.02em;
}

.page-home h2 {
  font-size: 28px;
}

.page-home h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

.page-home p {
  margin: 0 0 12px;
}

.page-home ul,
.page-home ol {
  margin: 0 0 12px;
  padding-left: 20px;
}

.page-home li {
  margin-bottom: 6px;
}

.page-home .index-mono {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-home .btn {
  display: inline-block;
  padding: 10px 22px;
  border: 1px solid var(--ink);
  background: transparent;
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 0;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.page-home .btn:hover {
  background: var(--ink);
  color: var(--cream);
}

.page-home .btn-primary {
  background: var(--cinnabar);
  border-color: var(--cinnabar);
  color: #fff;
}

.page-home .btn-primary:hover {
  background: #a63b25;
  border-color: #a63b25;
  color: #fff;
}

.page-home .btn-ghost {
  background: transparent;
  border-color: rgba(245, 240, 232, 0.5);
  color: var(--cream);
}

.page-home .btn-ghost:hover {
  background: var(--cream);
  color: var(--ink);
  border-color: var(--cream);
}

.page-home .tag {
  display: inline-block;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  border-radius: 0;
  border: 1px solid transparent;
  background: var(--sand);
  color: var(--ink);
}

.page-home .tag--gold {
  background: rgba(201, 162, 75, 0.18);
  border-color: rgba(201, 162, 75, 0.6);
  color: #7a5b1c;
}

.page-home .tag--blue {
  background: rgba(168, 196, 214, 0.2);
  border-color: rgba(31, 58, 95, 0.35);
  color: var(--deepblue);
}

.page-home__section-head {
  max-width: 1200px;
  margin: 0 auto;
  padding: 56px 24px 0;
  position: relative;
}

.page-home__section-head .index-mono {
  display: block;
  font-size: 12px;
  color: var(--cinnabar);
  letter-spacing: 0.22em;
  margin-bottom: 6px;
  border-bottom: var(--home-line);
  padding-bottom: 10px;
  text-transform: uppercase;
}

.page-home__section-head h2 {
  font-size: 30px;
  margin-top: 14px;
}

.page-home__hero {
  position: relative;
  background: linear-gradient(140deg, #1f3a5f 0%, #2b2b2b 55%, #3a2a24 100%);
  color: var(--cream);
  min-height: 88vh;
  padding: 104px 0 48px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-home__hero-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.page-home__hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  opacity: 0.28;
}

.page-home__hero-masthead {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
  margin-bottom: 44px;
}

.page-home__hero-kicker {
  font-size: 12px;
  letter-spacing: 0.3em;
  color: var(--gold);
  border-bottom: 1px solid rgba(245, 240, 232, 0.28);
  padding-bottom: 12px;
  text-transform: uppercase;
}

.page-home__hero-grid {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.page-home__hero-headline h1 {
  font-size: 42px;
  line-height: 1.18;
  margin-bottom: 20px;
  color: var(--cream);
}

.page-home__hero-lead {
  font-size: 16px;
  max-width: 32em;
  color: rgba(245, 240, 232, 0.88);
  margin-bottom: 24px;
}

.page-home__hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-home__hero-tags .tag--gold {
  background: rgba(201, 162, 75, 0.16);
  border-color: rgba(201, 162, 75, 0.55);
  color: #ddc27a;
}

.page-home__hero-tags .tag--blue {
  background: rgba(168, 196, 214, 0.14);
  border-color: rgba(168, 196, 214, 0.5);
  color: #bcd4e4;
}

.page-home__hero-index {
  background: rgba(245, 240, 232, 0.07);
  border: 1px solid rgba(245, 240, 232, 0.18);
  padding: 28px 24px 18px;
  position: relative;
}

.page-home__hero-index::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 44px;
  background: var(--cinnabar);
}

.page-home__hero-index-title {
  font-size: 12px;
  letter-spacing: 0.28em;
  color: var(--gold);
  border-bottom: 1px solid rgba(245, 240, 232, 0.2);
  padding-bottom: 10px;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.page-home__hero-index-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-home__hero-index-list li {
  margin: 0;
}

.page-home__hero-index-list a {
  display: flex;
  align-items: baseline;
  gap: 12px;
  color: var(--cream);
  text-decoration: none;
  padding: 9px 0;
  border-bottom: 1px solid rgba(245, 240, 232, 0.08);
  font-size: 14px;
  transition: padding-left 0.2s ease, color 0.2s ease;
}

.page-home__hero-index-list a span {
  min-width: 24px;
  font-size: 12px;
  color: var(--gold);
}

.page-home__hero-index-list a:hover {
  color: var(--gold);
  padding-left: 8px;
}

.page-home__hero-bar {
  position: relative;
  z-index: 2;
  height: 2px;
  background: var(--cinnabar);
  max-width: 1200px;
  margin: 48px auto 0;
}

.page-home__price {
  background: var(--home-cream-bg);
  padding: 0 0 64px;
}

.page-home__price-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 24px 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.page-home__notice {
  position: relative;
  border: 1px solid rgba(196, 75, 49, 0.35);
  background: rgba(196, 75, 49, 0.05);
  padding: 20px 20px 16px 74px;
  margin-bottom: 36px;
}

.page-home__notice p {
  font-size: 15px;
  margin: 0;
}

.page-home__notice-seal {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 42px;
  height: 42px;
  border: 2px solid var(--cinnabar);
  color: var(--cinnabar);
  font-family: var(--font-serif);
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-6deg);
  border-radius: 2px;
}

.page-home__timeline {
  position: relative;
  padding-left: 4px;
}

.page-home__timeline::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: rgba(43, 43, 43, 0.18);
}

.page-home__timeline-item {
  position: relative;
  padding: 0 0 28px 28px;
}

.page-home__timeline-item:last-child {
  padding-bottom: 0;
}

.page-home__timeline-dot {
  position: absolute;
  left: 0;
  top: 6px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--cinnabar);
  border: 2px solid var(--home-cream-bg);
  box-shadow: 0 0 0 1px var(--cinnabar);
}

.page-home__timeline-body h3 {
  font-size: 17px;
  margin-bottom: 4px;
}

.page-home__timeline-body p {
  font-size: 14px;
  color: rgba(43, 43, 43, 0.85);
}

.page-home__price-side {
  border-top: 3px double rgba(31, 58, 95, 0.3);
  padding-top: 28px;
}

.page-home__price-side-title {
  font-size: 12px;
  letter-spacing: 0.22em;
  color: var(--deepblue);
  margin-bottom: 20px;
}

.page-home__chart {
  width: 100%;
  max-width: 380px;
  height: auto;
  display: block;
  margin-bottom: 16px;
}

.page-home__chart-note {
  font-size: 12px;
  color: rgba(43, 43, 43, 0.6);
  margin-bottom: 24px;
}

.page-home__price-cta {
  width: 100%;
  text-align: center;
}

.page-home__plans {
  background: var(--home-sand-bg);
  padding: 0 0 64px;
}

.page-home__plans-intro {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 24px 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.page-home__plans-intro-img {
  width: 100%;
  max-width: 600px;
  height: auto;
  object-fit: cover;
  border: 1px solid rgba(43, 43, 43, 0.15);
}

.page-home__plans-intro-copy p {
  font-size: 15px;
  color: rgba(43, 43, 43, 0.88);
}

.page-home__plans-intro-note {
  font-size: 13px;
  color: rgba(43, 43, 43, 0.6);
}

.page-home__tabs {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 24px 0;
}

.page-home__tab-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
}

.page-home__tab-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border-bottom: 2px solid rgba(43, 43, 43, 0.2);
}

.page-home__tab-label {
  flex: 1 1 0;
  min-width: 100px;
  padding: 12px 8px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: rgba(43, 43, 43, 0.6);
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
  user-select: none;
}

.page-home__tab-price {
  display: block;
  font-family: var(--font-mono);
  font-size: 12px;
  margin-top: 2px;
  opacity: 0.7;
}

.page-home__tabs #plan-basic:checked ~ .page-home__tab-labels label[for="plan-basic"],
.page-home__tabs #plan-pro:checked ~ .page-home__tab-labels label[for="plan-pro"],
.page-home__tabs #plan-biz:checked ~ .page-home__tab-labels label[for="plan-biz"] {
  color: var(--cinnabar);
  border-bottom-color: var(--cinnabar);
  background: rgba(196, 75, 49, 0.06);
}

.page-home__plan-panel {
  display: none;
  padding: 28px 24px;
  background: var(--home-cream-bg);
  border: 1px solid rgba(43, 43, 43, 0.12);
  border-top: 0;
  animation: page-home-fade-in 0.25s ease;
}

.page-home__plan-panel h3 {
  font-size: 20px;
  color: var(--cinnabar);
  margin-bottom: 4px;
}

.page-home__plan-panel p {
  font-size: 14px;
  margin-bottom: 12px;
}

.page-home__plan-panel ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.page-home__plan-panel li {
  font-size: 14px;
  padding: 6px 0 6px 22px;
  position: relative;
  border-bottom: 1px dashed rgba(43, 43, 43, 0.1);
}

.page-home__plan-panel li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 13px;
  width: 7px;
  height: 7px;
  border-left: 2px solid var(--cinnabar);
  border-bottom: 2px solid var(--cinnabar);
  transform: rotate(-45deg);
}

.page-home__tabs #plan-basic:checked ~ .page-home__plan-panel--basic,
.page-home__tabs #plan-pro:checked ~ .page-home__plan-panel--pro,
.page-home__tabs #plan-biz:checked ~ .page-home__plan-panel--biz {
  display: block;
}

@keyframes page-home-fade-in {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

.page-home__table-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 36px 24px 0;
  overflow-x: auto;
}

.page-home__table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  background: var(--home-cream-bg);
  border: 1px solid rgba(43, 43, 43, 0.14);
}

.page-home__table-caption {
  caption-side: top;
  text-align: left;
  font-family: var(--font-mono);
  font-size: 13px;
  color: rgba(43, 43, 43, 0.6);
  padding: 0 0 10px;
  letter-spacing: 0.1em;
}

.page-home__table th,
.page-home__table td {
  padding: 12px 14px;
  text-align: left;
  border-bottom: 1px solid rgba(43, 43, 43, 0.08);
  font-size: 14px;
  vertical-align: top;
}

.page-home__table thead th {
  background: var(--deepblue);
  color: var(--cream);
  font-family: var(--font-serif);
  font-size: 14px;
  font-weight: 600;
  border-bottom: 3px solid var(--cinnabar);
}

.page-home__table tbody th {
  background: rgba(232, 224, 213, 0.7);
  font-weight: 600;
  width: 28%;
}

.page-home__table tbody tr:hover {
  background: rgba(201, 162, 75, 0.06);
}

.page-home__table td {
  color: rgba(43, 43, 43, 0.9);
}

.page-home__history {
  background: var(--home-cream-bg);
  padding: 0 0 64px;
}

.page-home__history-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 36px 24px 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

.page-home__history-media img {
  width: 100%;
  max-width: 400px;
  height: auto;
  border: 1px solid rgba(43, 43, 43, 0.14);
  box-shadow: 12px 12px 0 rgba(31, 58, 95, 0.12);
}

.page-home__history-content {
  padding-top: 8px;
}

.page-home__history-content h3 {
  font-size: 22px;
  color: var(--deepblue);
}

.page-home__history-content p {
  font-size: 15px;
  color: rgba(43, 43, 43, 0.88);
}

.page-home__history-features {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.page-home__history-features li {
  padding: 8px 0 8px 26px;
  position: relative;
  font-size: 14px;
  border-bottom: 1px dashed rgba(43, 43, 43, 0.12);
}

.page-home__history-features li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 16px;
  width: 8px;
  height: 8px;
  background: var(--cinnabar);
  border-radius: 50%;
}

.page-home__details {
  border: 1px solid rgba(31, 58, 95, 0.25);
  background: rgba(31, 58, 95, 0.04);
  margin: 0 0 20px;
  padding: 12px 16px;
}

.page-home__details summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  color: var(--deepblue);
  list-style: none;
  position: relative;
  padding-left: 22px;
}

.page-home__details summary::-webkit-details-marker {
  display: none;
}

.page-home__details summary::before {
  content: "+";
  position: absolute;
  left: 0;
  top: 0;
  font-family: var(--font-mono);
  font-size: 16px;
  color: var(--cinnabar);
  transition: transform 0.2s ease;
}

.page-home__details[open] summary::before {
  content: "−";
  transform: rotate(180deg);
}

.page-home__details ol {
  padding-left: 22px;
  margin: 12px 0 4px;
  font-size: 14px;
}

.page-home__details li {
  margin-bottom: 4px;
}

.page-home__history-link {
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid rgba(31, 58, 95, 0.3);
  padding-bottom: 2px;
}

.page-home__coverage {
  background: var(--home-sand-bg);
  padding: 0 0 64px;
}

.page-home__coverage-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 36px 24px 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.page-home__coverage-item {
  background: var(--home-cream-bg);
  border-left: 3px solid var(--cinnabar);
  padding: 24px 22px;
  box-shadow: 0 2px 0 rgba(43, 43, 43, 0.06);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.page-home__coverage-item:hover {
  box-shadow: 0 6px 16px rgba(43, 43, 43, 0.12);
  transform: translateY(-2px);
}

.page-home__coverage-code {
  display: inline-block;
  font-size: 13px;
  color: var(--cinnabar);
  margin-bottom: 10px;
  border: 1px solid rgba(196, 75, 49, 0.4);
  padding: 2px 8px;
}

.page-home__coverage-item h3 {
  font-size: 17px;
  margin-bottom: 6px;
}

.page-home__coverage-item p {
  font-size: 14px;
  color: rgba(43, 43, 43, 0.82);
  margin-bottom: 0;
}

.page-home__coverage-note {
  max-width: 1200px;
  margin: 0 auto;
  padding: 28px 24px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-top: var(--home-line);
}

.page-home__coverage-note p {
  font-size: 14px;
  color: rgba(43, 43, 43, 0.75);
  margin: 0;
}

.page-home__coverage-link {
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid rgba(31, 58, 95, 0.3);
  padding-bottom: 2px;
  align-self: flex-start;
}

.page-home__updates {
  background: var(--home-cream-bg);
  padding: 0 0 64px;
}

.page-home__news-list {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 24px 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.page-home__news-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(43, 43, 43, 0.12);
}

.page-home__news-item:first-child {
  border-top: 1px solid rgba(43, 43, 43, 0.12);
}

.page-home__news-thumb img {
  width: 100%;
  max-width: 300px;
  height: auto;
  object-fit: cover;
  border: 1px solid rgba(43, 43, 43, 0.1);
}

.page-home__news-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.page-home__news-body h3 {
  font-size: 18px;
  margin: 0;
}

.page-home__news-body p {
  font-size: 14px;
  color: rgba(43, 43, 43, 0.82);
  margin: 0;
}

.page-home__news-more-link {
  font-size: 13px;
  color: var(--cinnabar);
  text-decoration: none;
  margin-top: 4px;
  letter-spacing: 0.18em;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
  transition: border-color 0.2s ease;
}

.page-home__news-more-link:hover {
  border-bottom-color: var(--cinnabar);
}

.page-home__news-more {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 24px 0;
  text-align: center;
}

.page-home__news-more .btn-ghost {
  border-color: var(--ink);
  color: var(--ink);
  background: transparent;
}

.page-home__news-more .btn-ghost:hover {
  background: var(--ink);
  color: var(--cream);
  border-color: var(--ink);
}

.page-home__trust {
  background: var(--home-deepblue-bg);
  color: var(--cream);
  padding: 0 0 72px;
  position: relative;
}

.page-home__trust::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: repeating-linear-gradient(
    90deg,
    var(--cinnabar) 0 24px,
    var(--gold) 24px 48px,
    transparent 48px 60px
  );
}

.page-home__trust .page-home__section-head {
  color: var(--cream);
}

.page-home__trust .page-home__section-head .index-mono {
  color: var(--gold);
  border-bottom-color: rgba(245, 240, 232, 0.2);
}

.page-home__trust-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 36px 24px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.page-home__trust-stat {
  border: 1px solid rgba(245, 240, 232, 0.18);
  background: rgba(245, 240, 232, 0.05);
  padding: 24px 16px;
  text-align: center;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.page-home__trust-stat:hover {
  background: rgba(245, 240, 232, 0.1);
  transform: translateY(-3px);
}

.page-home__trust-num {
  display: block;
  font-size: 30px;
  color: var(--gold);
  margin-bottom: 6px;
  letter-spacing: 0.04em;
}

.page-home__trust-stat p {
  font-size: 13px;
  color: rgba(245, 240, 232, 0.75);
  margin: 0;
}

.page-home__trust-badges {
  max-width: 1200px;
  margin: 0 auto;
  padding: 28px 24px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-home__trust-badges .tag--gold {
  background: rgba(201, 162, 75, 0.16);
  border-color: rgba(201, 162, 75, 0.6);
  color: #ddc27a;
}

.page-home__trust-badges .tag--blue {
  background: rgba(168, 196, 214, 0.14);
  border-color: rgba(168, 196, 214, 0.5);
  color: #bcd4e4;
}

.page-home__trust-note {
  max-width: 1200px;
  margin: 0 auto;
  padding: 28px 24px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-top: 1px solid rgba(245, 240, 232, 0.16);
}

.page-home__trust-note p {
  font-size: 14px;
  color: rgba(245, 240, 232, 0.8);
  margin: 0;
}

.page-home__trust-link {
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: var(--gold);
  border-bottom: 1px solid rgba(201, 162, 75, 0.4);
  padding-bottom: 2px;
  align-self: flex-start;
}

.page-home__trust-link:hover {
  color: var(--cream);
  border-bottom-color: var(--cream);
}

@media (min-width: 768px) {
  .page-home__hero {
    min-height: 92vh;
  }

  .page-home__hero-grid {
    grid-template-columns: 7fr 5fr;
    gap: 48px;
    align-items: start;
  }

  .page-home__hero-headline h1 {
    font-size: 52px;
  }

  .page-home__plan-panel {
    padding: 32px 36px;
  }

  .page-home__plan-panel li {
    font-size: 15px;
  }

  .page-home__history-grid {
    grid-template-columns: 5fr 7fr;
    gap: 40px;
  }

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

  .page-home__coverage-note {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .page-home__coverage-note p {
    max-width: 70%;
  }

  .page-home__news-item {
    grid-template-columns: 300px 1fr;
    gap: 28px;
  }

  .page-home__news-thumb img {
    max-width: 300px;
  }

  .page-home__trust-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }

  .page-home__trust-num {
    font-size: 38px;
  }

  .page-home__trust-note {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .page-home__trust-note p {
    max-width: 70%;
  }
}

@media (min-width: 1024px) {
  .page-home h2 {
    font-size: 32px;
  }

  .page-home__hero-grid {
    grid-template-columns: 8fr 4fr;
    gap: 64px;
  }

  .page-home__hero-headline h1 {
    font-size: 60px;
  }

  .page-home__hero-lead {
    font-size: 17px;
  }

  .page-home__price-grid {
    grid-template-columns: 7fr 5fr;
    gap: 56px;
  }

  .page-home__plans-intro {
    grid-template-columns: 600px 1fr;
    gap: 40px;
    align-items: center;
  }

  .page-home__table th,
  .page-home__table td {
    padding: 14px 18px;
  }

  .page-home__history-grid {
    grid-template-columns: 4fr 6fr;
    gap: 56px;
  }

  .page-home__section-head {
    padding-top: 72px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home *,
  .page-home *::before,
  .page-home *::after {
    animation: none !important;
    transition: none !important;
  }

  .page-home__plan-panel {
    animation: none;
  }
}
