:root {
  color-scheme: dark;
  --bg: #05060a;
  --card: #10111a;
  --accent: #7b5bff;
  --accent-strong: #b388ff;
  --text: #f5f5f7;
  --muted: #9ea3b5;
  --border: rgba(255, 255, 255, 0.08);
  --gradient: linear-gradient(135deg, #7b5bff 0%, #3dd6ff 100%);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: radial-gradient(circle at top, rgba(123, 91, 255, 0.15) 0%, transparent 45%), var(--bg);
  color: var(--text);
  min-height: 100vh;
  line-height: 1.6;
  padding: 2rem 1rem;
}

body.offer-page {
  padding: 0;
}

h1,
h2,
h3 {
  line-height: 1.2;
}

.section {
  margin: 3rem auto;
  max-width: 1100px;
}

/* Mobile-first: одноколоночная верстка по умолчанию */
.hero {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}

.hero__content {
  order: 2;
  width: 100%;
}

.hero__visual {
  order: 1;
  width: 100%;
}

.hero__logo {
  width: 120px;
  height: auto;
  margin-bottom: 1.5rem;
  display: block;
}

.hero__badge,
.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border-radius: 999px;
  padding: 0.3rem 0.8rem;
  background: rgba(123, 91, 255, 0.15);
  color: var(--accent-strong);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
}

.hero h1 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: clamp(1.75rem, 5vw, 2.5rem);
}

.hero__text {
  color: var(--muted);
  margin-top: 0;
  margin-bottom: 1.5rem;
  max-width: 100%;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2rem;
  justify-content: center;
}

.btn {
  border-radius: 999px;
  padding: 0.85rem 1.5rem;
  font-weight: 600;
  border: 1px solid transparent;
  text-decoration: none;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  font-size: 0.95rem;
  flex: 1 1 auto;
  min-width: 140px;
}

.btn--primary {
  background: var(--gradient);
  color: #0b0b11;
  box-shadow: 0 10px 35px rgba(123, 91, 255, 0.35);
}

@keyframes button-pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 10px 35px rgba(123, 91, 255, 0.35);
  }
  50% {
    transform: scale(1.02);
    box-shadow: 0 12px 40px rgba(123, 91, 255, 0.45);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 10px 35px rgba(123, 91, 255, 0.35);
  }
}

.btn--ghost {
  border-color: var(--border);
  color: var(--text);
}

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


.hero__visual {
  display: flex;
  justify-content: center;
}

.screen {
  width: min(320px, 90vw);
  border-radius: 16px;
  background: var(--card);
  border: 1px solid var(--border);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  margin: 0 auto;
}

.screen__top {
  display: flex;
  gap: 0.4rem;
  padding: 0.75rem;
}

.screen__top span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.screen__content {
  padding: 1.5rem;
  text-align: center;
}

.screen__content h2 {
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  margin: 0.4rem 0 0.5rem;
}


/* Tablet и больше: адаптация для средних экранов */
@media (min-width: 640px) {
  body {
    padding: 3rem 2rem;
  }

  .section {
    margin: 4rem auto;
  }

  .ticker__track {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }

  .ticker__item {
    font-size: 1rem;
    padding: 0.75rem;
  }

  .ticker__icon {
    width: 22px;
    height: 22px;
  }

  .highlight {
    padding: 2rem;
    gap: 2rem;
  }

  .hero__text {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .screen {
    width: min(360px, 90vw);
    border-radius: 24px;
  }

  .screen__content {
    padding: 2.5rem;
  }

  .screen__top {
    padding: 1rem;
  }

  .screen__top span {
    width: 10px;
    height: 10px;
  }
}

/* Desktop: полная версия с grid и анимацией тикера */
@media (min-width: 1024px) {
  body {
    padding: 4rem clamp(1.5rem, 4vw, 5rem);
  }

  .section {
    margin: 5rem auto;
  }

  .hero {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 3rem;
    text-align: left;
  }

  .hero__content {
    order: 1;
  }

  .hero__visual {
    order: 2;
  }

  .hero__actions {
    justify-content: flex-start;
  }

  .ticker {
    padding: 1.5rem 0;
    border-radius: 20px;
  }

  .ticker::before,
  .ticker::after {
    display: block;
  }

  .ticker__track {
    display: flex;
    grid-template-columns: none;
    gap: 2.5rem;
    width: max-content;
    animation: ticker-scroll 35s linear infinite;
    padding: 0;
  }

  /* Скрываем дубликаты на десктопе (они нужны только для анимации) */
  .ticker__item:nth-child(n+12) {
    display: flex;
  }

  .ticker__item {
    background: transparent;
    padding: 0;
    font-size: 1.1rem;
    gap: 0.6rem;
  }

  .ticker__item:hover {
    background: transparent;
  }

  .ticker__icon {
    width: 24px;
    height: 24px;
  }

  .highlight {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2.5rem;
    border-radius: 24px;
    padding: 3rem;
  }

  .support__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    padding: 2.5rem;
    border-radius: 24px;
  }

  .support__left {
    text-align: left;
  }

  .btn {
    padding: 0.95rem 1.8rem;
    font-size: 1rem;
    flex: 0 1 auto;
    min-width: auto;
  }

  .cards {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
  }

  .footer {
    margin: 5rem auto 0;
    padding-top: 2rem;
  }
}

.screen__logo {
  width: 120px;
  height: 120px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  border: 2px solid rgba(123, 91, 255, 0.5);
  box-shadow: 0 0 20px rgba(123, 91, 255, 0.3);
  animation: logo-pulse 2.5s infinite;
}

@keyframes logo-pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 20px rgba(123, 91, 255, 0.3);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 30px rgba(123, 91, 255, 0.5);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 20px rgba(123, 91, 255, 0.3);
  }
}

.cases h2,
.highlight h2,
.form h2 {
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  margin-bottom: 1.2rem;
}

.cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.services {
  text-align: center;
}

.ticker {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: rgba(16, 17, 26, 0.8);
  padding: 1rem 0;
}

/* Градиенты только для десктопа с анимацией */
.ticker::before,
.ticker::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  pointer-events: none;
  display: none;
}

.ticker::before {
  left: 0;
  background: linear-gradient(90deg, var(--bg), transparent);
}

.ticker::after {
  right: 0;
  background: linear-gradient(270deg, var(--bg), transparent);
}

/* Mobile-first: тикер как grid с несколькими строками на мобильных */
.ticker__track {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  padding: 0 1rem;
}

/* Скрываем дубликаты на мобильных */
.ticker__item:nth-child(n+12) {
  display: none;
}

.ticker__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  white-space: nowrap;
  color: var(--text);
  font-size: 0.9rem;
  padding: 0.5rem;
  border-radius: 8px;
  background: rgba(123, 91, 255, 0.05);
  transition: background 0.2s ease;
}

.ticker__item:hover {
  background: rgba(123, 91, 255, 0.1);
}

.ticker__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.ticker__item span {
  color: var(--muted);
}

@keyframes ticker-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.card {
  background: var(--card);
  border-radius: 16px;
  padding: 1.8rem;
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.card span {
  color: var(--accent-strong);
  font-weight: 600;
}

.highlight {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  background: rgba(16, 17, 26, 0.6);
  border-radius: 16px;
  padding: 1.5rem;
  border: 1px solid var(--border);
}

.highlight ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
}

.highlight strong {
  color: var(--text);
}

.highlight p {
  color: var(--muted);
}

.form {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2.5rem;
  background: var(--card);
  border-radius: 24px;
  padding: 3rem;
  border: 1px solid var(--border);
}

.form__fields {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

label {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  color: var(--muted);
}

input,
select,
textarea {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 0.9rem 1rem;
  color: var(--text);
  font-size: 1rem;
}

textarea {
  resize: vertical;
}

.footer {
  max-width: 1200px;
  margin: 3rem auto 0;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  color: var(--muted);
  text-align: center;
}

.footer a {
  color: var(--text);
  text-decoration: none;
}

.footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  justify-content: center;
}

.reviews {
  text-align: center;
}

.reviews__header {
  margin-bottom: 2.5rem;
}

.review__author {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.8rem;
}

.review__author span {
  font-size: 1rem;
  color: var(--accent-strong);
}

.reviews__action {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
}

.reviews-cta {
  text-align: center;
}

.reviews-cta__content {
  background: rgba(16, 17, 26, 0.6);
  border-radius: 20px;
  padding: 2.5rem;
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.reviews-cta__content h3 {
  margin: 0;
  font-size: 1.5rem;
  color: var(--text);
}

.reviews-cta__content p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
}

.connect-alt__wrapper {
  background: linear-gradient(135deg, rgba(123, 91, 255, 0.1) 0%, rgba(61, 214, 255, 0.1) 100%);
  border-radius: 24px;
  padding: 3.5rem 3rem;
  border: 1px solid var(--border);
  position: relative;
  overflow: hidden;
}

.connect-alt__wrapper::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(123, 91, 255, 0.1) 0%, transparent 70%);
  pointer-events: none;
}

.connect-alt__content {
  margin-bottom: 3rem;
  position: relative;
  z-index: 1;
}

.connect-alt__content h2 {
  margin: 1rem 0 0.5rem;
  font-size: clamp(1.8rem, 4vw, 2.2rem);
}

.connect-alt__content p {
  color: var(--muted);
  margin: 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.connect-alt__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.connect-alt__button-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  justify-content: center;
}

.connect-alt__button-wrapper .btn--primary {
  animation: button-pulse 2.5s infinite;
}

.connect-alt__hint {
  color: var(--muted);
  font-size: 0.85rem;
  margin: 0;
}

.support {
  text-align: center;
}

.support__content {
  background: rgba(16, 17, 26, 0.6);
  border-radius: 16px;
  padding: 1.5rem;
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.support__left {
  text-align: center;
}

.support__left h2 {
  margin: 1rem 0 0.75rem;
  font-size: clamp(1.6rem, 3vw, 2rem);
}

.support__subtitle {
  color: var(--muted);
  margin: 0 0 1.5rem;
  font-size: 0.95rem;
  line-height: 1.6;
}

.support__stats {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}

.support__stat {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.support__stat strong {
  color: var(--accent-strong);
  font-size: 1.3rem;
  font-weight: 700;
  display: block;
}

.support__stat span:last-child {
  color: var(--muted);
  font-size: 0.8rem;
}

.support__right {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.support__cases {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.support__case {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.5rem 0;
  transition: opacity 0.2s ease;
}

.support__case:hover {
  opacity: 0.8;
}

.support__case-icon {
  font-size: 1.5rem;
  line-height: 1;
  flex-shrink: 0;
}

.support__case h3 {
  margin: 0 0 0.25rem;
  color: var(--text);
  font-size: 0.95rem;
  font-weight: 600;
}

.support__case p {
  margin: 0;
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.4;
}

.support__right .btn--primary {
  width: 100%;
  margin-top: 0.5rem;
}


.reviews-cta__content p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
}

.connect-alt__wrapper {
.support__content {
  background: rgba(16, 17, 26, 0.6);
  border-radius: 24px;
  padding: 2.5rem;
  border: 1px solid var(--border);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

.support__left {
  text-align: left;
}

.support__left h2 {
  margin: 1rem 0 0.75rem;
  font-size: clamp(1.6rem, 3vw, 2rem);
}

.support__subtitle {
  color: var(--muted);
  margin: 0 0 1.5rem;
  font-size: 0.95rem;
  line-height: 1.6;
}

.support__stats {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}

.support__stat {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.support__stat strong {
  color: var(--accent-strong);
  font-size: 1.3rem;
  font-weight: 700;
  display: block;
}

.support__stat span:last-child {
  color: var(--muted);
  font-size: 0.8rem;
}

.support__right {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.support__cases {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.support__case {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.5rem 0;
  transition: opacity 0.2s ease;
}

.support__case:hover {
  opacity: 0.8;
}

.support__case-icon {
  font-size: 1.5rem;
  line-height: 1;
  flex-shrink: 0;
}

.support__case h3 {
  margin: 0 0 0.25rem;
  color: var(--text);
  font-size: 0.95rem;
  font-weight: 600;
}

.support__case p {
  margin: 0;
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.4;
}

.support__right .btn--primary {
  width: 100%;
  margin-top: 0.5rem;
}

@media (max-width: 768px) {
  .support__content {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 2rem;
  }

  .support__left {
    text-align: center;
  }

  .support__stats {
    justify-content: center;
  }
}

.btn--large {
  padding: 1.1rem 2rem;
  font-size: 1rem;
  width: 180px;
  display: inline-block;
  text-align: center;
}

.form__qr {
  width: 180px;
  height: 180px;
  border-radius: 16px;
  border: 2px solid var(--border);
  background: white;
  padding: 0.75rem;
  box-shadow: 0 8px 24px rgba(123, 91, 255, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.form__qr:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(123, 91, 255, 0.25);
}

.form__logo {
  width: 180px;
  height: 180px;
  margin-bottom: 1rem;
  display: block;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(123, 91, 255, 0.4);
  box-shadow: 0 0 15px rgba(123, 91, 255, 0.2);
  animation: form-logo-pulse 3s infinite;
}

@keyframes form-logo-pulse {
  0% {
    transform: scale(0.98);
    box-shadow: 0 0 15px rgba(123, 91, 255, 0.2);
  }
  50% {
    transform: scale(1.02);
    box-shadow: 0 0 20px rgba(123, 91, 255, 0.35);
  }
  100% {
    transform: scale(0.98);
    box-shadow: 0 0 15px rgba(123, 91, 255, 0.2);
  }
}

.form__hint {
  text-align: center;
  color: var(--muted);
  font-size: 0.85rem;
  margin-top: 0;
  max-width: 300px;
  line-height: 1.5;
}

.connect-alt {
  text-align: center;
}

.connect-alt__wrapper {
  background: linear-gradient(135deg, rgba(123, 91, 255, 0.1) 0%, rgba(61, 214, 255, 0.1) 100%);
  border-radius: 24px;
  padding: 3.5rem 3rem;
  border: 1px solid var(--border);
  position: relative;
  overflow: hidden;
}

.connect-alt__wrapper::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(123, 91, 255, 0.1) 0%, transparent 70%);
  pointer-events: none;
}

.connect-alt__content {
  margin-bottom: 3rem;
  position: relative;
  z-index: 1;
}

.connect-alt__content h2 {
  margin: 1rem 0 0.5rem;
  font-size: clamp(1.8rem, 4vw, 2.2rem);
}

.connect-alt__content p {
  color: var(--muted);
  margin: 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.connect-alt__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.connect-alt__qr-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.connect-alt__qr {
  width: 160px;
  height: 160px;
  border-radius: 16px;
  border: 2px solid rgba(123, 91, 255, 0.3);
  background: white;
  padding: 0.75rem;
  box-shadow: 0 8px 24px rgba(123, 91, 255, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.connect-alt__qr:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(123, 91, 255, 0.3);
}

.connect-alt__qr-hint {
  color: var(--muted);
  font-size: 0.85rem;
  margin: 0;
}

.connect-alt__button-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  justify-content: center;
}

.connect-alt__button-wrapper .btn--primary {
  animation: button-pulse 2.5s infinite;
}

.connect-alt__hint {
  color: var(--muted);
  font-size: 0.85rem;
  margin: 0;
}

@media (max-width: 640px) {
  .connect-alt__actions {
    flex-direction: column;
    gap: 2rem;
  }
}

.d-flex {
  display: flex;
  min-height: 100vh;
}

/* Сайдбар */
.sidebar {
  min-width: 200px;
  max-width: 200px;
  background-color: var(--card);
  padding: 1rem;
  height: 100vh;
  overflow-y: auto;
  border-right: 1px solid var(--border);
}

.sidebar__back {
  display: block;
  padding: 0.5rem 0;
  color: var(--accent-strong);
  text-decoration: none;
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: 0.9rem;
}

.sidebar__back:hover {
  text-decoration: underline;
}

.sidebar h5 {
  font-size: 0.875rem;
  margin-bottom: 1rem;
  color: var(--muted);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.sidebar a {
  display: block;
  padding: 0.5rem 0;
  color: var(--muted);
  text-decoration: none;
}

.sidebar a:hover {
  color: var(--text);
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  padding-left: 0.5rem;
}

.sidebar a.active {
  color: var(--accent-strong);
  background-color: rgba(123, 91, 255, 0.1);
  border-radius: 4px;
  padding-left: 0.5rem;
  font-weight: 500;
}

/* Основной контент */
.content {
  flex: 1;
  padding: 2rem;
}

.content h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: var(--text);
  font-weight: 700;
}

.content__meta {
  color: var(--muted);
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
}

.content section {
  margin-bottom: 3rem;
  scroll-margin-top: 100px;
}

.content h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  margin-top: 2rem;
  color: var(--text);
  font-weight: 600;
}

.content p {
  margin-bottom: 1rem;
  line-height: 1.7;
  color: var(--text);
}

.content ul {
  margin-left: 1.5rem;
  margin-bottom: 1rem;
  line-height: 1.8;
}

.content li {
  margin-bottom: 0.5rem;
}

.content a {
  color: var(--accent-strong);
  text-decoration: none;
}

.content a:hover {
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .d-flex {
    flex-direction: column;
  }

  .sidebar {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    border-right: none;
    border-bottom: 1px solid var(--border);
  }

  .content {
    padding: 2rem 1.5rem;
  }
}

@media (max-width: 640px) {
  .content {
    padding: 2rem 1.25rem;
  }

  .content h1 {
    font-size: 1.75rem;
  }

  .content h2 {
    font-size: 1.25rem;
  }
}
