:root {
  --header-h: 95px;
}

.pageWrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-end;
  position: relative;
  background-color: #f0faf9;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.pageWrapper .siteHeader {
  display: flex;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  padding: 24px 120px;
  position: relative;
  flex: 0 0 auto;
  background-color: #f0faf9;
  backdrop-filter: blur(2px) brightness(100%);
  -webkit-backdrop-filter: blur(2px) brightness(100%);
  box-sizing: border-box;
  gap: 24px;
}

.pageWrapper .headerLogo {
  position: relative;
  width: 261.03px;
  height: 46.65px;
  max-width: 100%;
  flex-shrink: 1;
}

.pageWrapper .headerLogoLink {
  display: flex;
  flex-shrink: 1;
  line-height: 0;
  text-decoration: none;
  color: inherit;
}

.pageWrapper .headerActions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 72px;
  position: relative;
  flex-shrink: 0;
}

.pageWrapper .headerDownloadBtn {
  justify-content: center;
  gap: 12px;
  padding: 24px 32px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--accent-primary);
  box-shadow: var(--shadow-cta);
}

.pageWrapper .dl-cta-bttn {
  cursor: pointer;
  transform-origin: center center;
  transition:
    transform 0.55s cubic-bezier(0.4, 0, 0.2, 1),
    background-color 0.55s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (hover: hover) {
  .pageWrapper .dl-cta-bttn:hover {
    transform: scale(1.04);
    background-color: var(--accent-primary-hover);
    box-shadow: 0 10px 28px rgba(232, 90, 79, 0.45);
  }

  .pageWrapper .dl-cta-bttn:active {
    transform: scale(1.015);
    background-color: var(--accent-primary-active);
    transition-duration: 0.25s;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pageWrapper .dl-cta-bttn,
  .pageWrapper .heroDownloadBtn.dl-cta-bttn {
    transition: none;
  }

  .pageWrapper .dl-cta-bttn:hover,
  .pageWrapper .dl-cta-bttn:active {
    transform: none;
  }
}

.pageWrapper .headerDownloadLabel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: 0px;
  font-family: "Manrope", Helvetica;
  font-weight: 600;
  color: var(--cta-label);
  font-size: 20px;
  text-align: center;
  white-space: nowrap;
}

.pageWrapper .heroSection {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: clamp(24px, 5vmin, 56px) clamp(24px, 10vw, 160px);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  margin-top: -1px;
  background: linear-gradient(135deg, var(--surface-hero-start) 0%, var(--surface-hero-end) 55%, #0a3d42 100%);
  box-sizing: border-box;
  min-height: calc(100vh - var(--header-h));
  min-height: calc(100svh - var(--header-h));
}

.pageWrapper .heroInner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 24px 24px;
  position: relative;
  flex: 0 1 auto;
  width: 100%;
  max-width: 100%;
}

.pageWrapper .heroContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
  position: relative;
  flex: 0 1 auto;
  width: 100%;
  max-width: 100%;
}

.pageWrapper .sectionEyebrow {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: #0d1b2a;
  font-size: 14px;
  letter-spacing: 1.12px;
  line-height: 16px;
  white-space: nowrap;
}

.pageWrapper .heroTextBlock {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 56px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.pageWrapper .heroHeadingGroup {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.pageWrapper .heroTitle {
  position: relative;

  gap: 0;
  width: 100%;

  margin-top: -1px;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 64px;
  text-align: center;
  letter-spacing: -3.2px;
  line-height: 1.05;
}

.pageWrapper .heroTitleLine {

}

.pageWrapper .heroTitleBold {
  font-weight: 600;
  color: var(--text-on-dark);
  letter-spacing: -2.05px;
}

.pageWrapper .heroTitleAccent {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  font-style: italic;
  color: var(--accent-highlight);
  letter-spacing: 0.02em;
  font-size: 72px;
}

.pageWrapper .heroSubtitle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 922px;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: var(--text-on-dark);
  font-size: 24px;
  text-align: center;
  letter-spacing: -1.2px;
  line-height: 32px;
}

.pageWrapper .heroCtaGroup {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.pageWrapper .heroCtaRow {
  display: inline-flex;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  flex: 0 0 auto;
}

.pageWrapper .heroDownloadBtn {
  all: unset;
  box-sizing: border-box;
  gap: 18px;
  padding: 48px 120px;
  border-radius: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--accent-primary);
  box-shadow: var(--shadow-cta);
  cursor: pointer;
  max-width: 100%;
}

/* all: unset above clears transition — restore CTA hover animation for hero button */
.pageWrapper .heroDownloadBtn.dl-cta-bttn {
  transform-origin: center center;
  transition:
    transform 0.55s cubic-bezier(0.4, 0, 0.2, 1),
    background-color 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}

.pageWrapper .heroDownloadLabel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1.21px;
  font-family: "Poppins", Helvetica;
  font-weight: 600;
  color: var(--cta-label);
  font-size: 56px;
  text-align: center;
  letter-spacing: -2.8px;
  line-height: 38.8px;
  white-space: nowrap;
}

.pageWrapper .heroDownloadIcon {
  position: relative;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}

.pageWrapper .heroLegalRow {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.pageWrapper .heroLegalText {
  position: relative;
  display: block;
  width: 100%;

  margin-top: -1px;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
}

.pageWrapper .heroLegalMuted {
  color: #d4d6e2b2;
  letter-spacing: 0;
}

.pageWrapper .heroLegalLink {
  color: var(--accent-secondary);
  letter-spacing: 0;
  text-decoration: underline;
}

.pageWrapper .heroLegalLink:hover {
  color: var(--accent-secondary-hover);
}

.pageWrapper .featuresSection {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 36px;
  padding: 80px 120px;
  margin-top: -1px;
  background-color: var(--surface-elevated);
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  box-sizing: border-box;
}

.pageWrapper .cardGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 30%));
  column-gap: 5%;
  row-gap: 60px;
  width: 100%;
  max-width: 100%;
  align-items: stretch;
  justify-content: center;
  justify-items: stretch;
  position: relative;
  flex: 0 0 auto;
}

.pageWrapper .featuresSection .cardGrid {
  grid-template-columns: repeat(2, minmax(0, 45%));
}

.pageWrapper .infoCard {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  padding: 24px;
  position: relative;
  width: 100%;
  max-width: none;
  min-width: 0;
  box-sizing: border-box;
  overflow-wrap: break-word;
  box-shadow: var(--shadow-card);
  border: 1px solid var(--border-subtle);
}

.pageWrapper .infoCardIcon {
  position: relative;
  top: -4px;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.pageWrapper .infoCardBody {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 26px;
  position: relative;
  flex: 0 0 auto;
  overflow-wrap: break-word;
}

.pageWrapper .infoCard .infoCardBody {
  flex: 1 1 0;
  min-width: 0;
}

.pageWrapper .infoCard .stepNumber {
  position: relative;
  top: -4px;
  flex-shrink: 0;
  align-self: flex-start;
}

.pageWrapper .infoCardTitleWrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  width: 100%;
  min-width: 0;
}

.pageWrapper .infoCardTitle {
  position: relative;
  align-self: stretch;
  width: 100%;
  max-width: 100%;
  margin-top: -1px;
  font-family: "Poppins", Helvetica;
  font-weight: 500;
  color: #0d1b2a;
  font-size: 22px;
  text-align: left;
  letter-spacing: -0.44px;
  line-height: 1.25;
  overflow-wrap: break-word;
}

.pageWrapper .infoCardText {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: #3d5a6c;
  font-size: 18px;
  letter-spacing: -0.36px;
  line-height: normal;
  overflow-wrap: break-word;
}

/* Feature cards: desktop 2×45% columns; <1024px fixed 420px + column stack */
@media (max-width: 1023px) {
  .pageWrapper .cardGrid {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    gap: 24px;
  }

  .pageWrapper .infoCard {
    flex-direction: column;
    align-items: flex-start;
    width: 420px;
    max-width: min(420px, 100%);
  }

  .pageWrapper .infoCardIcon {
    top: 0;
  }

  .pageWrapper .infoCard .stepNumber {
    top: 0;
  }

  .pageWrapper .infoCardText {
    max-width: 100%;
  }
}

.pageWrapper .installSection {
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  padding: 80px 120px;
  margin-top: -1px;
  background-color: var(--surface-elevated);
  border: 1px solid;
  border-color: #0d1b2a;
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  box-sizing: border-box;
}

.pageWrapper .sectionHeaderWrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 36px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.pageWrapper .sectionHeader {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  flex: 0 0 auto;
}

.pageWrapper .sectionTitle {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-top: -1px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  font-style: italic;
  color: #0d1b2a;
  font-size: 56px;
  letter-spacing: -1.12px;
  line-height: normal;
}

.pageWrapper .sectionSubtitle {
  position: relative;
  width: 100%;
  max-width: 100%;
  font-family: "Poppins", Helvetica;
  font-weight: 500;
  color: #0d1b2a;
  font-size: 16px;
  letter-spacing: -0.32px;
  line-height: normal;
}

.pageWrapper .stepNumber {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 98px;
  flex-shrink: 0;
  margin-top: -1px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  font-style: italic;
  color: #7476861a;
  font-size: 88px;
  text-align: center;
  letter-spacing: 0;
  line-height: 96px;
}

.pageWrapper .stepTitle {
  position: relative;
  align-self: stretch;
  width: 100%;
  max-width: 100%;
  margin-top: -1px;
  font-family: "Poppins", Helvetica;
  font-weight: 500;
  color: #0d1b2a;
  font-size: 22px;
  text-align: left;
  letter-spacing: -0.44px;
  line-height: 1.25;
  overflow-wrap: break-word;
}

.pageWrapper .stepText {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: #3d5a6c;
  font-size: 18px;
  letter-spacing: -0.36px;
  line-height: normal;
  overflow-wrap: break-word;
}

.pageWrapper .benefitsSection {
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 36px;
  padding: 120px;
  margin-top: -1px;
  background-color: var(--surface-band);
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #ffffff;
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  box-sizing: border-box;
}

.pageWrapper .sectionTitleLight {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-top: -1px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  font-style: italic;
  color: #ffffff;
  font-size: 56px;
  letter-spacing: -1.12px;
  line-height: normal;
}

.pageWrapper .sectionSubtitleLight {
  position: relative;
  width: 100%;
  max-width: 100%;
  font-family: "Poppins", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: -0.32px;
  line-height: normal;
}

.pageWrapper .benefitsGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.pageWrapper .benefitCard {
  position: relative;
  width: 100%;
  min-height: 198px;
  background-color: #0a1f2e;
  border-radius: 12px;
  border: 1px solid;
  border-color: #5a7a8a;
  box-shadow:
    0px 1px 2px -1px #0d1b2a1a,
    0px 1px 3px #0d1b2a1a;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 33px;
  box-sizing: border-box;
}

.pageWrapper .benefitIcon {
  position: relative;
  width: 56px;
  height: 56px;
  flex-shrink: 0;
}

.pageWrapper .benefitTitleWrap {
  position: relative;
  width: 100%;
  max-width: 100%;
  display: flex;
  margin-top: 0;
}

.pageWrapper .benefitTitle {
  width: 100%;
  font-family: "Manrope", Helvetica;
  font-weight: 700;
  color: #f8fafc;
  font-size: 22px;
  letter-spacing: -1px;
  line-height: 28px;
}

.pageWrapper .benefitDescWrap {
  position: relative;
  width: 100%;
  max-width: 100%;
  display: flex;
  margin-top: -8px;
}

.pageWrapper .benefitText {
  width: 100%;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: -0.31px;
  line-height: 24px;
}

.pageWrapper .audienceSection {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 36px;
  padding: 80px 120px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  margin-top: -1px;
  background-color: var(--surface-page);
  box-sizing: border-box;
}

.pageWrapper .audienceGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  gap: 24px;
}

.pageWrapper .audienceCard {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
  padding: 0px 0px 24px;
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 4px 20px #1a1a2e0d;
}

.pageWrapper .audienceCardAccent {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 8px;
  background-color: #e85a4f;
}

.pageWrapper .audienceCardBody {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 23px 24px 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.pageWrapper .audienceIcon {
  position: relative;
  width: 80px;
  height: 80px;
}

.pageWrapper .audienceTitleWrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px 0px 0.59px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.pageWrapper .audienceTitle {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 600;
  color: #0d1b2a;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 33.6px;
}

.pageWrapper .audienceDescWrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.pageWrapper .audienceText {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 400;
  color: #0d1b2a;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.pageWrapper .faqSection {
  flex-direction: column;
  align-items: flex-start;
  gap: 36px;
  padding: 120px;
  margin-top: -1px;
  background-color: var(--surface-page);
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  box-sizing: border-box;
}

.pageWrapper .faqHeaderWrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.pageWrapper .faqTitle {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-top: -1px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  font-style: italic;
  color: #0d1b2a;
  font-size: 60px;
  letter-spacing: -1.2px;
  line-height: normal;
}

.pageWrapper .faqList {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.pageWrapper .faqItemRow {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 32px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  overflow: hidden;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #0d1b2a;
}

.pageWrapper .faqItemBody {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  padding: 0px 32px 0px 0px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.pageWrapper .faqQuestionText {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Poppins", Helvetica;
  font-weight: 500;
  color: #0d1b2a;
  font-size: 22px;
  letter-spacing: -0.44px;
  line-height: normal;
}

.pageWrapper .faqAnswerText {
  color: #0d1b2a;
  letter-spacing: -0.4px;
  position: relative;
  align-self: stretch;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  font-size: 20px;
  line-height: normal;
}

.pageWrapper .faqToggleIcon {
  position: relative;
  width: 12px;
  height: 7.27px;
}

/* FAQ accordion */
.pageWrapper .faq-item {
  cursor: pointer;
}

.pageWrapper .faq-item__answer {
  display: none;
  align-self: stretch;
  width: 100%;
  cursor: default;
}

.pageWrapper .faq-item.is-open .faq-item__answer {
  display: block;
}

.pageWrapper .faq-item__toggle {
  all: unset;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  padding: 4px 0 4px 8px;
  line-height: 0;
}

.pageWrapper .faq-item__toggle:focus-visible {
  outline: 2px solid #4a90e2;
  outline-offset: 2px;
  border-radius: 2px;
}

.pageWrapper .faq-item__toggle .faqToggleIcon {
  display: block;
  transition: transform 0.2s ease;
  transform: rotate(0deg);
}

.pageWrapper .faq-item.is-open .faq-item__toggle .faqToggleIcon {
  transform: rotate(180deg);
}

.pageWrapper .faqSpanMuted {
  letter-spacing: 0;
}

.pageWrapper .faqSpanInter {
  font-family: "Inter Tight", Helvetica;
  letter-spacing: 0;
}

.pageWrapper .faqSpanAccent {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0;
}

.pageWrapper .faqSpanBold {
  font-weight: 600;
  letter-spacing: 0;
}

.pageWrapper .faqHelpRow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  align-self: stretch;
  height: 56px;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 16px;
  text-align: right;
  line-height: normal;
}

.pageWrapper .faqHelpText {
  font-weight: 600;
  color: #0d1b2a;
  letter-spacing: 0;
}

.pageWrapper .faqHelpLink {
  font-weight: 600;
  color: #0d1b2a;
  letter-spacing: -0.05px;
  text-decoration: underline;
  padding-left: 4px;
}

img,
svg {
  max-width: 100%;
}

/* ===== Large desktop (<=1440px) ===== */
@media (max-width: 1540px) {
  .pageWrapper .heroTitle {

  font-size: 48px;

}

  :root {
    --header-h: 95px;
  }

  .pageWrapper .siteHeader {
    padding: 24px 64px;
  }

  .pageWrapper .heroSection {
    padding: clamp(24px, 5vmin, 48px) 64px;
  }

  .pageWrapper .featuresSection,
  .pageWrapper .installSection,
  .pageWrapper .audienceSection {
    padding: 80px 64px;
  }

  .pageWrapper .benefitsSection,
  .pageWrapper .faqSection {
    padding: 96px 64px;
  }

  .pageWrapper .heroDownloadBtn {
    padding: 36px 80px;
  }

  .pageWrapper .heroDownloadLabel {
    font-size: 44px;
    line-height: 1.1;
  }
}

/* ===== Tablet / Laptop (<=1024px) ===== */
@media (max-width: 1024px) {
  :root {
    --header-h: 76px;
  }

  .pageWrapper .siteHeader {
    padding: 20px 40px;
    gap: 16px;
  }

  .pageWrapper .headerLogo {
    width: 200px;
    height: auto;
  }

  .pageWrapper .headerActions {
    gap: 24px;
  }

  .pageWrapper .headerDownloadBtn {
    padding: 16px 24px;
    border-radius: 12px;
  }

  .pageWrapper .headerDownloadLabel {
    font-size: 16px;
    line-height: 1;
  }

  .pageWrapper .heroSection {
    padding: clamp(24px, 5vmin, 48px) 40px;
  }

  .pageWrapper .heroContent {
    gap: 40px;
  }

  .pageWrapper .heroTextBlock,
  .pageWrapper .heroHeadingGroup {
    gap: 28px;
  }

  .pageWrapper .heroTitle {
    font-size: 48px;
    letter-spacing: -2px;
  }

  .pageWrapper .heroTitleBold,
  .pageWrapper .heroTitleAccent {
    letter-spacing: -1.5px;
  }

  .pageWrapper .heroSubtitle {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.6px;
  }

  .pageWrapper .heroDownloadBtn {
    padding: 28px 56px;
    border-radius: 20px;
    gap: 14px;
  }

  .pageWrapper .heroDownloadLabel {
    font-size: 32px;
    letter-spacing: -1.5px;
    line-height: 1.1;
  }

  .pageWrapper .heroDownloadIcon {
    width: 28px;
    height: 28px;
  }

  .pageWrapper .heroLegalText {
    line-height: 18px;
  }

  .pageWrapper .featuresSection,
  .pageWrapper .installSection,
  .pageWrapper .audienceSection {
    padding: 64px 40px;
  }

  .pageWrapper .benefitsSection,
  .pageWrapper .faqSection {
    padding: 72px 40px;
  }

  .pageWrapper .installSection .infoCard {
    gap: 24px;
    padding: 16px;
  }

  .pageWrapper .stepNumber {
    font-size: 64px;
    width: 72px;
    line-height: 72px;
  }

  .pageWrapper .sectionTitle,
  .pageWrapper .sectionTitleLight {
    font-size: 44px;
    letter-spacing: -0.88px;
  }

  .pageWrapper .faqTitle {
    font-size: 44px;
    letter-spacing: -0.88px;
  }

  .pageWrapper .benefitsGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .pageWrapper .benefitCard {
    padding: 24px;
    gap: 14px;
  }

  .pageWrapper .benefitIcon {
    width: 48px;
    height: 48px;
  }

  .pageWrapper .audienceGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pageWrapper .audienceCardBody {
    padding: 20px;
    gap: 16px;
  }

  .pageWrapper .audienceIcon {
    width: 64px;
    height: 64px;
  }

  .pageWrapper .audienceTitle {
    font-size: 20px;
    line-height: 28px;
  }

  .pageWrapper .faqQuestionText {
    font-size: 20px;
    letter-spacing: -0.4px;
  }

  .pageWrapper .faqAnswerText {
    font-size: 18px;
    letter-spacing: -0.36px;
  }
}

/* ===== Mobile / Small tablet (<=720px) ===== */
@media (max-width: 720px) {
  :root {
    --header-h: 64px;
  }

  .pageWrapper .siteHeader {
    padding: 16px 20px;
  }

  .pageWrapper .headerLogo {
    width: 160px;
  }

  .pageWrapper .headerDownloadBtn {
    padding: 12px 18px;
    border-radius: 10px;
  }

  .pageWrapper .headerDownloadLabel {
    font-size: 14px;
  }

  .pageWrapper .heroSection {
    padding: clamp(20px, 4vmin, 40px) 20px;
  }

  .pageWrapper .heroContent {
    gap: 32px;
  }

  .pageWrapper .sectionEyebrow {
    font-size: 12px;
    letter-spacing: 0.8px;
    white-space: normal;
    text-align: center;
  }

  .pageWrapper .heroTextBlock,
  .pageWrapper .heroHeadingGroup {
    gap: 20px;
  }

  .pageWrapper .heroTitle {
    font-size: 36px;
    letter-spacing: -1.4px;
  }

  .pageWrapper .heroTitleBold,
  .pageWrapper .heroTitleAccent {
    letter-spacing: -1px;
  }

  .pageWrapper .heroSubtitle {
    font-size: 17px;
    line-height: 24px;
    letter-spacing: -0.4px;
  }

  .pageWrapper .heroCtaRow {
    width: 100%;
    justify-content: center;
  }

  .pageWrapper .heroDownloadBtn {
    padding: 20px 32px;
    border-radius: 16px;
    gap: 10px;
    width: 100%;
    justify-content: center;
  }

  .pageWrapper .heroDownloadLabel {
    font-size: 22px;
    letter-spacing: -1px;
    line-height: 1.1;
    white-space: normal;
  }

  .pageWrapper .heroDownloadIcon {
    width: 22px;
    height: 22px;
  }

  .pageWrapper .heroLegalText {
    font-size: 11px;
    line-height: 16px;
  }

  .pageWrapper .featuresSection,
  .pageWrapper .installSection,
  .pageWrapper .audienceSection {
    padding: 48px 20px;
  }

  .pageWrapper .benefitsSection,
  .pageWrapper .faqSection {
    padding: 56px 20px;
  }

  .pageWrapper .infoCard {
    padding: 12px;
    justify-content: flex-start;
  }

  .pageWrapper .installSection .infoCard {
    gap: 20px;
    width: 100%;
  }

  .pageWrapper .stepNumber {
    font-size: 56px;
    width: 64px;
    line-height: 64px;
  }

  .pageWrapper .sectionTitle,
  .pageWrapper .sectionTitleLight {
    font-size: 34px;
    letter-spacing: -0.7px;
  }

  .pageWrapper .sectionSubtitle,
  .pageWrapper .sectionSubtitleLight {
    font-size: 14px;
    height: auto;
  }

  .pageWrapper .faqTitle {
    font-size: 34px;
    letter-spacing: -0.7px;
  }

  .pageWrapper .benefitsGrid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .pageWrapper .benefitCard {
    padding: 20px;
    gap: 12px;
    min-height: auto;
  }

  .pageWrapper .benefitIcon {
    width: 40px;
    height: 40px;
  }

  .pageWrapper .benefitTitle {
    font-size: 18px;
    letter-spacing: -0.6px;
    line-height: 24px;
  }

  .pageWrapper .benefitText {
    font-size: 14px;
    line-height: 20px;
  }

  .pageWrapper .audienceGrid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .pageWrapper .audienceCardBody {
    padding: 18px 16px;
    gap: 12px;
  }

  .pageWrapper .audienceIcon {
    width: 56px;
    height: 56px;
  }

  .pageWrapper .audienceTitle {
    font-size: 18px;
    line-height: 24px;
  }

  .pageWrapper .audienceText {
    font-size: 14px;
    line-height: 22px;
  }

  .pageWrapper .faqList {
    gap: 16px;
  }

  .pageWrapper .faqItemRow {
    padding: 20px 0;
  }

  .pageWrapper .faqItemBody {
    gap: 16px;
    padding-right: 16px;
  }

  .pageWrapper .faqQuestionText {
    font-size: 17px;
    letter-spacing: -0.3px;
    line-height: 24px;
  }

  .pageWrapper .faqAnswerText {
    font-size: 15px;
    line-height: 22px;
  }

  .pageWrapper .faqHelpRow {
    height: auto;
    font-size: 14px;
    text-align: right;
  }
}

/* ===== Very small mobile (<=400px) ===== */
@media (max-width: 400px) {
  :root {
    /* шапка превращается в колонку: лого + кнопка */
    --header-h: 124px;
  }

  .pageWrapper .siteHeader {
    flex-direction: column;
    gap: 12px;
    padding: 14px 16px;
  }

  .pageWrapper .headerActions {
    width: 100%;
    justify-content: center;
  }

  .pageWrapper .heroTitle {
    font-size: 30px;
    letter-spacing: -1px;
  }

  .pageWrapper .heroDownloadLabel {
    font-size: 18px;
  }

  .pageWrapper .heroDownloadBtn {
    padding: 18px 22px;
  }

  .pageWrapper .sectionTitle,
  .pageWrapper .sectionTitleLight,
  .pageWrapper .faqTitle {
    font-size: 28px;
    letter-spacing: -0.5px;
  }

  .pageWrapper .stepNumber {
    font-size: 48px;
    width: 56px;
    line-height: 56px;
  }
}
