.lower-section {
  position: relative;
  overflow: hidden;
  color: #080c2b;
  background-color: #fff;
  isolation: isolate;
}
.lower-section h2,
.lower-section h3,
.lower-section p {
  margin: 0;
}
.lower-section h2 {
  font-weight: 800;
  letter-spacing: -2.5px;
}
.lower-section h2 span,
.lower-help h3 span {
  color: #00b9e6;
}
.lower-section:before,
.lower-section:after {
  position: absolute;
  content: "";
  border-radius: 50%;
  z-index: -1;
  pointer-events: none;
}
.lower-section:before {
  width: 290px;
  height: 290px;
  background: #e1f8fd;
  left: -140px;
  top: -180px;
}
.lower-section:after {
  width: 185px;
  height: 185px;
  background: #fdf0fa;
  right: -92px;
  top: 0;
}
.lower-tips {
  height: 667px;
  padding: 12px 66px 60px;
}
.lower-tips h2 {
  font-size: 56px;
  line-height: 1.1;
  text-align: center;
  color: #000;
}
.lower-tips-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px 63px;
  margin-top: 26px;
}
.lower-tip {
  position: relative;
  padding-top: 76px;
  --tone: #00b8e5;
  --line: #b8effd;
  --fill: #f5fbfd;
}
.lower-tone-1 {
  --tone: #e53bbe;
  --line: #ffcaf4;
  --fill: #fef7fc;
}
.lower-tone-2 {
  --tone: #8052ff;
  --line: #e1d6ff;
  --fill: #faf7ff;
}
.lower-tip-number {
  position: absolute;
  top: 0;
  left: calc(50% - 42px);
  width: 84px;
  height: 84px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--fill);
  box-shadow: inset 0 0 0 7px white;
  color: var(--tone);
  font-size: 34px;
  font-weight: 800;
  z-index: 2;
}
.lower-tip p {
  min-height: 162px;
  padding: 24px 31px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: var(--fill);
  font-size: 21px;
  line-height: 1.3;
  color: #111426;
  letter-spacing: -0.55px;
}
.lower-tip:nth-child(n + 4) p {
  min-height: 154px;
}
.lower-tip-track {
  position: absolute;
  left: 50%;
  right: -82%;
  top: 38px;
  height: 3px;
  background: linear-gradient(90deg, var(--line), #e0d3ff);
}
.lower-tip-track:after {
  content: "›";
  position: absolute;
  left: 52%;
  top: -17px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: white;
  border: 1px solid var(--line);
  text-align: center;
  font-size: 31px;
  line-height: 30px;
  color: var(--tone);
  box-shadow: 0 2px 5px #00000008;
}
.lower-tip:nth-child(3n) .lower-tip-track {
  right: -24px;
  border-radius: 0 48px 48px 0;
  height: 266px;
  background: none;
  border-right: 3px solid var(--line);
  border-top: 3px solid var(--line);
  border-bottom: 3px solid var(--line);
}
.lower-tip:nth-child(3n) .lower-tip-track:after {
  top: 195px;
  left: auto;
  right: -18px;
  transform: rotate(90deg);
}
.lower-tip:last-child .lower-tip-track {
  height: 3px;
  border: 0;
  background: var(--line);
  right: 0;
}
.lower-tip:last-child .lower-tip-track:after {
  display: none;
}
.lower-alternatives {
  height: 841px;
  padding: 57px 63px 60px;
}
.lower-eyebrow {
  text-transform: uppercase;
  letter-spacing: 8px;
  font-size: 19px;
  text-align: center;
  color: #272b46;
}
.lower-alternatives h2 {
  text-align: center;
  font-size: 76px;
  line-height: 0.96;
  margin-top: 20px;
}
.lower-description {
  text-align: center;
  font-size: 21px;
  line-height: 1.42;
  color: #4b526f;
}
.lower-alternatives .lower-description {
  margin: 27px 29px 28px;
}
.lower-alternative-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 23px;
}
.lower-alternative {
  --tone: #00b9e6;
  --fill: #f2fbfd;
  min-height: 286px;
  border-radius: 39px;
  background: var(--fill);
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 17px 10px 24px;
}
.lower-alternative.lower-tone-1 {
  --tone: #fc22ae;
  --fill: #fff5fb;
}
.lower-alternative.lower-tone-2 {
  --tone: #7247ff;
  --fill: #f8f5ff;
}
.lower-alternative-number {
  width: 74px;
  height: 74px;
  background: color-mix(in srgb, var(--tone) 12%, white);
  color: var(--tone);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 35px;
  font-weight: 800;
}
.lower-alternative img {
  margin-top: 14px;
  width: 114px;
  height: 114px;
  object-fit: contain;
  border-radius: 23px;
}
.lower-alternative h3 {
  font-size: 24px;
  letter-spacing: -1px;
  white-space: nowrap;
  margin-top: 13px;
  font-weight: 750;
}
.lower-proscons {
  height: 843px;
  padding: 21px 60px 90px;
}
.lower-proscons h2 {
  font-size: 76px;
  text-align: center;
  line-height: 1.1;
  margin-top: 15px;
}
.lower-proscons .lower-description {
  margin-top: 13px;
}
.lower-comparison-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 21px;
}
.lower-comparison {
  border: 1px solid #d5f4ff;
  border-radius: 20px;
  background: #f6fcfe;
  padding: 21px 30px 20px;
  --tone: #00b9e8;
  --pale: #def7ff;
}
.lower-cons {
  border-color: #ffe0f9;
  background: #fff7fd;
  --tone: #ff24b1;
  --pale: #ffe1f5;
}
.lower-comparison h3 {
  font-size: 42px;
  display: flex;
  align-items: center;
  gap: 21px;
}
.lower-comparison h3 b {
  display: grid;
  place-items: center;
  background: var(--pale);
  color: var(--tone);
  width: 79px;
  height: 79px;
  border-radius: 50%;
  font-size: 61px;
  line-height: 1;
}
.lower-comparison ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
}
.lower-comparison li {
  display: flex;
  align-items: center;
  gap: 29px;
  min-height: 54px;
  border-bottom: 1px solid var(--pale);
  font-size: 21px;
  line-height: 1.32;
  letter-spacing: -0.35px;
}
.lower-comparison li:last-child {
  border: 0;
}
.lower-comparison li span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--pale);
  color: var(--tone);
  font-size: 31px;
  font-weight: bold;
  margin-left: 6px;
}
.lower-cons li {
  min-height: 48px;
  padding: 4px 0;
}
.lower-cons li:nth-child(4),
.lower-cons li:nth-child(5) {
  min-height: 70px;
}
.lower-final {
  height: 720px;
  padding: 72px 95px 0;
  color: #090909;
}
.lower-final:before {
  top: auto;
  bottom: -137px;
  left: -120px;
  background: #defafd;
  width: 320px;
  height: 320px;
  border: 0;
}
.lower-final:after {
  width: 310px;
  height: 310px;
  right: -86px;
  top: -94px;
  background: #fdf1f8;
  outline: 2px solid #e8d5ff;
  outline-offset: -42px;
}
.lower-final h2 {
  font-size: 58px;
  letter-spacing: 0;
  line-height: 1.2;
}
.lower-quote-frame {
  margin-top: 34px;
  border-radius: 29px;
  padding: 44px;
  background: #eafcfe;
  height: 414px;
}
.lower-quote-frame blockquote {
  position: relative;
  border: 1px solid #dedee2;
  border-radius: 24px;
  background: #fff;
  padding: 40px 55px;
  margin: 0;
  height: 325px;
  color: #414147;
  font-size: 26px;
  line-height: 1.47;
  letter-spacing: 0.2px;
}
.lower-quote-frame blockquote:before,
.lower-quote-frame blockquote:after {
  position: absolute;
  font-size: 88px;
  font-weight: 800;
  line-height: 1;
}
.lower-quote-frame blockquote:before {
  content: "“";
  left: 27px;
  top: -13px;
  color: #20cde1;
}
.lower-quote-frame blockquote:after {
  content: "”";
  right: 39px;
  bottom: -8px;
  color: #f5a4d0;
}
.lower-faq {
  min-height: 849px;
  display: grid;
  grid-template-columns: 383px 1fr;
  gap: 38px;
  padding: 58px 53px 89px 70px;
}
.lower-faq:before {
  top: auto;
  bottom: -225px;
  width: 550px;
  height: 410px;
  left: -255px;
  outline: 2px solid #a5ebff;
  outline-offset: -73px;
}
.lower-faq:after {
  width: 430px;
  height: 430px;
  top: -195px;
  right: -130px;
  background: linear-gradient(135deg, #fff, #fdf0fc);
}
.lower-faq-label {
  display: inline-block;
  color: #00b8e5;
  background: #e6faff;
  border-radius: 30px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
}
.lower-faq h2 {
  font-size: 57px;
  line-height: 0.98;
  margin-top: 21px;
  letter-spacing: -2.4px;
}
.lower-faq h2 span {
  font-size: 52px;
  white-space: nowrap;
}
.lower-faq-intro > p {
  font-size: 19px;
  line-height: 1.4;
  color: #535b75;
  margin-top: 18px;
}
.lower-help {
  border-radius: 19px;
  background: linear-gradient(125deg, #eafaff, #f0fbfe);
  padding: 37px 31px 28px;
  margin-top: 20px;
}
.lower-help > i {
  display: block;
  width: 49px;
  height: 5px;
  border-radius: 10px;
  background: #04c0e8;
  margin-bottom: 20px;
}
.lower-help .lower-help-eyebrow {
  font-size: 13px;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  color: #464c6b;
}
.lower-help h3 {
  font-size: 34px;
  letter-spacing: -1.4px;
  white-space: nowrap;
  margin-top: 6px;
}
.lower-help > p:not(.lower-help-eyebrow) {
  font-size: 16px;
  line-height: 1.5;
  color: #555b78;
  margin-top: 9px;
}
.lower-contact-button {
  border: 0;
  display: flex;
  gap: 24px;
  align-items: center;
  background: #00bce7;
  color: white;
  border-radius: 30px;
  padding: 11px 24px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  margin-top: 17px;
  cursor: pointer;
}
.lower-contact-button span {
  font-size: 27px;
  line-height: 1;
}
.lower-faq-list {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.lower-faq-item {
  border: 1px solid #e1f2fd;
  border-radius: 15px;
  padding: 18px 18px 17px 98px;
  min-height: 108px;
  background: #ffffffc7;
  position: relative;
}
.lower-faq-item summary {
  list-style: none;
  font-size: 21px;
  letter-spacing: -0.7px;
  font-weight: 750;
  cursor: pointer;
  padding-right: 42px;
  line-height: 1.25;
}
.lower-faq-item summary::-webkit-details-marker {
  display: none;
}
.lower-faq-number {
  position: absolute;
  left: 18px;
  top: 13px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #e0f9ff;
  color: #00b8e7;
  font-size: 24px;
  font-weight: 700;
}
.lower-faq-item summary i {
  position: absolute;
  right: 20px;
  top: 13px;
  width: 43px;
  height: 43px;
  background: #f0f8fd;
  border-radius: 50%;
}
.lower-faq-item summary i:after {
  content: "";
  display: block;
  border-bottom: 2px solid #080c2b;
  border-right: 2px solid #080c2b;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  margin: 15px auto;
}
.lower-faq-item:not([open]) summary i:after {
  transform: rotate(-45deg);
  margin-top: 17px;
}
.lower-faq-item > p {
  font-size: 15.5px;
  line-height: 1.37;
  color: #5a627c;
  margin-top: 5px;
  max-width: 555px;
}
.lower-faq-item:not([open]) {
  min-height: 78px;
}
@media (max-width: 900px) {
  .lower-tips,
  .lower-alternatives,
  .lower-proscons,
  .lower-final {
    height: auto;
    padding: 48px 24px;
  }
  .lower-section h2 {
    font-size: 44px;
  }
  .lower-tips-grid {
    gap: 24px;
  }
  .lower-tip p {
    font-size: 17px;
    padding: 23px 18px;
    min-height: 185px;
  }
  .lower-tip:nth-child(n + 4) p {
    min-height: 175px;
  }
  .lower-alternative-grid {
    gap: 15px;
  }
  .lower-alternative h3 {
    font-size: 17px;
    white-space: normal;
    text-align: center;
  }
  .lower-alternative {
    min-height: 265px;
  }
  .lower-comparison {
    padding: 18px;
  }
  .lower-comparison li {
    font-size: 17px;
    gap: 15px;
  }
  .lower-comparison h3 {
    font-size: 34px;
  }
  .lower-description {
    font-size: 18px;
  }
  .lower-quote-frame {
    height: auto;
    padding: 25px;
  }
  .lower-quote-frame blockquote {
    height: auto;
    padding: 30px;
    font-size: 21px;
  }
  .lower-faq {
    grid-template-columns: 1fr 1.5fr;
    padding: 48px 24px;
    gap: 25px;
  }
  .lower-faq h2 {
    font-size: 42px;
  }
  .lower-faq h2 span {
    font-size: 35px;
  }
  .lower-help {
    padding: 25px 20px;
  }
  .lower-help h3 {
    font-size: 25px;
  }
  .lower-faq-item {
    padding-left: 75px;
  }
  .lower-faq-item summary {
    font-size: 18px;
  }
  .lower-faq-item summary i {
    right: 10px;
  }
  .lower-faq-item > p {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .lower-section h2 {
    font-size: 35px;
    letter-spacing: -1.3px;
  }
  .lower-tips-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .lower-tip {
    padding-top: 65px;
  }
  .lower-tip-number {
    width: 70px;
    height: 70px;
    left: calc(50% - 35px);
  }
  .lower-tip p,
  .lower-tip:nth-child(n + 4) p {
    min-height: 0;
    padding: 24px;
    font-size: 18px;
  }
  .lower-tip-track {
    display: none;
  }
  .lower-eyebrow {
    font-size: 13px;
    letter-spacing: 4px;
  }
  .lower-alternatives .lower-description {
    margin: 22px 0;
  }
  .lower-alternative-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .lower-alternative {
    border-radius: 25px;
    min-height: 255px;
    padding-left: 7px;
    padding-right: 7px;
  }
  .lower-alternative h3 {
    font-size: 17px;
    letter-spacing: -0.5px;
  }
  .lower-comparison-grid {
    grid-template-columns: 1fr;
  }
  .lower-proscons .lower-description br {
    display: none;
  }
  .lower-comparison h3 b {
    width: 65px;
    height: 65px;
  }
  .lower-comparison li {
    font-size: 17px;
    min-height: 52px;
  }
  .lower-final {
    padding: 45px 20px;
  }
  .lower-quote-frame {
    padding: 17px;
    margin-top: 25px;
  }
  .lower-quote-frame blockquote {
    padding: 30px 20px;
    font-size: 18px;
    line-height: 1.55;
  }
  .lower-quote-frame blockquote:before {
    left: 9px;
  }
  .lower-quote-frame blockquote:after {
    right: 12px;
    bottom: -21px;
  }
  .lower-faq {
    display: block;
    padding: 45px 20px;
  }
  .lower-faq h2 {
    font-size: 43px;
  }
  .lower-faq h2 span {
    font-size: 39px;
    white-space: normal;
  }
  .lower-faq-intro > p {
    font-size: 17px;
  }
  .lower-help {
    margin-bottom: 26px;
  }
  .lower-help h3 {
    font-size: 31px;
  }
  .lower-faq-item {
    padding: 18px 16px 18px 66px;
    min-height: 125px;
  }
  .lower-faq-number {
    left: 10px;
    width: 43px;
    height: 43px;
    font-size: 20px;
  }
  .lower-faq-item summary {
    font-size: 18px;
    padding-right: 32px;
  }
  .lower-faq-item summary i {
    width: 31px;
    height: 31px;
    top: 15px;
  }
  .lower-faq-item summary i:after {
    margin-top: 10px;
  }
  .lower-faq-item > p {
    font-size: 15px;
  }
  .lower-faq-item:not([open]) summary i:after {
    margin-top: 11px;
  }
}
@media (max-width: 600px) {
  .lower-help h3 {
    white-space: normal;
  }
}

/* Shared page rhythm: sections sit on one continuous canvas. */
main {
  --page-gutter: 60px;
  --section-space: 48px;
  background:
    radial-gradient(ellipse 480px 1200px at 0% 19%, #e8faff80, transparent),
    radial-gradient(ellipse 420px 1400px at 100% 43%, #fff0fa70, transparent),
    radial-gradient(ellipse 480px 1500px at 0% 75%, #eafaff80, transparent),
    #fff;
}
main > section:not(.hero) {
  height: auto;
  min-height: 0;
  padding: var(--section-space) var(--page-gutter);
  background: transparent;
}
main > .about {
  padding-top: 40px;
  padding-bottom: 40px;
}
main .about-card {
  min-height: 0;
  padding: 52px;
  background: linear-gradient(115deg, #ffffffd9, #f5fcffb3 50%, #fff5fbb3);
  box-shadow: 0 12px 40px #5bbdd510;
}
main .about h2 {
  font-size: 60px;
}
main .mid-news-intro,
main .mid-support-intro {
  padding-left: 0;
  padding-right: 0;
}
main .mid-news-flow {
  margin-top: 28px;
}
main .mid-ornament,
main .mid-table-decoration {
  display: none;
}
main .mid-requirements {
  grid-template-columns: minmax(0, 43fr) minmax(0, 57fr);
  gap: 0;
}
main .mid-download-logo {
  right: var(--page-gutter);
  top: 30px;
  width: 330px;
}
main .mid-wrench {
  right: var(--page-gutter);
  top: 30px;
  width: 350px;
}
main .mid-support-intro p {
  max-width: 810px;
}
main .lower-section::before,
main .lower-section::after {
  content: none;
}
main .lower-tips-grid {
  margin-top: 36px;
}
main .lower-quote-frame,
main .lower-quote-frame blockquote {
  height: auto;
}
main .lower-quote-frame {
  margin-top: 28px;
  padding: 28px;
}
main .lower-quote-frame blockquote {
  padding: 32px 42px;
  font-size: 22px;
  line-height: 1.65;
}
main .lower-faq {
  grid-template-columns: minmax(0, 383fr) minmax(0, 684fr);
  gap: 40px;
  padding-bottom: 64px;
}
/* A consistent heading scale carries the reader through the page. */
main .features h2,
main .mid-news h2,
main .mid-download h2,
main .mid-support h2,
main .lower-tips h2,
main .lower-alternatives h2,
main .lower-proscons h2,
main .lower-final h2 {
  font-size: 52px;
  line-height: 1.12;
  letter-spacing: -1.8px;
}
main .lower-description {
  font-size: 19px;
}
main .lower-eyebrow {
  font-size: 14px;
  letter-spacing: 5px;
}
@media (max-width: 999px) {
  main {
    --page-gutter: 28px;
    --section-space: 36px;
  }
  main .about-card {
    padding: 36px;
  }
  main .about h2 {
    font-size: 48px;
  }
  main .features h2,
  main .mid-news h2,
  main .mid-download h2,
  main .mid-support h2,
  main .lower-tips h2,
  main .lower-alternatives h2,
  main .lower-proscons h2,
  main .lower-final h2 {
    font-size: 42px;
  }
}
@media (max-width: 900px) {
  main .mid-requirements {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }
  main .lower-faq {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr);
    gap: 24px;
  }
}
@media (max-width: 600px) {
  main {
    --page-gutter: 20px;
    --section-space: 28px;
  }
  main > .about {
    padding-top: 24px;
    padding-bottom: 28px;
  }
  main .about-card {
    padding: 28px 22px;
  }
  main .about h2,
  main .features h2,
  main .mid-news h2,
  main .mid-download h2,
  main .mid-support h2,
  main .lower-tips h2,
  main .lower-alternatives h2,
  main .lower-proscons h2,
  main .lower-final h2 {
    font-size: clamp(29px, 8.5vw, 36px);
    letter-spacing: -1px;
  }
  main .lower-description {
    font-size: 17px;
  }
  main .lower-eyebrow {
    font-size: 12px;
    letter-spacing: 3px;
  }
  main .lower-quote-frame {
    padding: 16px;
  }
  main .lower-quote-frame blockquote {
    padding: 28px 20px;
    font-size: 17px;
  }
  main .lower-faq {
    display: block;
    padding-bottom: 40px;
  }
}
