.intro-section,
.how-section,
.why-section,
.adv-section,
.cta-section,
.links-section {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.06);
  margin: 40px auto 60px;
  padding: 40px 32px 32px;
  box-sizing: border-box;
}

.intro-section,
.how-section,
.why-section,
.adv-section,
.cta-section {
  max-width: 1195px;
}

.why-section p {
  margin-top: 20px;
}

.links-section {
  width: 100%;
  max-width: 1195px;
  padding: 20px;
}

.intro-section {
  background: linear-gradient(90deg, #e0f7fa 0%, #f1f8e9 100%);
  margin-top: 32px;
}

.intro-section h2 {
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 18px;
}

.intro-section p {
  font-size: 1.15rem;
  color: #374957;
}

.how-section h2,
.why-section h2,
.adv-section h2,
.links-section h2 {
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 18px;
}


.links-section h2 {
  font-size: 21px;
}

.how-list {
  counter-reset: how;
  list-style: none;
  padding: 0;
  margin: 0;
}

.how-list li {
  position: relative;
  margin-bottom: 18px;
  padding: 18px 24px 18px 78px;
  font-size: 1.15rem;
  font-weight: 500;
  color: #222;
  background: #f8f9fa;
  border-radius: 14px;
  box-shadow: 0 2px 8px 0 rgba(37, 99, 235, 0.06);
  transition: box-shadow 0.18s;
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.how-list li:hover {
  box-shadow: 0 4px 16px 0 rgba(37, 99, 235, 0.12);
}

.how-list li::before {
  counter-increment: how;
  content: counter(how);
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 1.25rem;
  color: #fff;
  background: #2563eb;
  box-shadow: 0 2px 8px 0 rgba(37, 99, 235, 0.1);
}

.why-section p {
  font-size: 1.08rem;
  color: #374957;
  margin-bottom: 0;
}

.cta-section {
  background: linear-gradient(90deg, #f1f8e9 0%, #e0f7fa 100%);
  border: 1.5px solid #8be8a1;
}

.cta-section .container {
  display: grid;
  gap: 14px;
}

.cta-section p {
  margin: 0;
  color: #374957;
  font-size: 16px;
  line-height: 1.6;
}

.cta-section .cta-lead {
  font-weight: 700;
  color: #1e40af;
}

.cta-section .cta-subtext {
  font-weight: 500;
}

.countries-section {
  border: 1.5px solid #8be8a1;
}

.countries-section h2 {
  text-align: center;
}

.countries-section .countries-lead {
  font-size: 1.08rem;
  color: #374957;
  margin: 18px 0 8px;
}

.countries-check-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.countries-check-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 1.08rem;
  color: #222;
}

.countries-check-list svg {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  margin-top: 2px;
}

.countries-check-list span {
  display: block;
  line-height: 1.5;
}

.countries-divider {
  border: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.06);
  margin: 26px 0 18px;
}

.countries-section .countries-note {
  font-size: 1.08rem;
  color: #374957;
  margin: 0;
}

.adv-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.adv-list li {
  background: #edfff1;
  border-left: 4px solid #8be8a1;
  padding: 12px 18px;
  border-radius: 6px;
  font-size: 1.08rem;
  color: #393b40;
}

.links-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.links-list li {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 8px 15px;
  background: #f8fafc;
  border: 1.5px solid #e5eaf1;
  border-radius: 18px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.18s;
  position: relative;
}

.links-list li:hover {
  box-shadow: 0 4px 16px 0 rgba(37, 99, 235, 0.08);
}

.links-list svg {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  display: block;
}

.links-list a {
  color: #2563eb;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  transition: color 0.18s;
  display: inline;
}

.links-list a:hover {
  color: #1e40af;
  text-decoration: underline;
}

.links-list a span {
  display: block;
  color: #475569;
  font-size: 0.95rem;
}

.links-list .link-desc {
  display: block;
  margin-top: 2px;
  color: #475569;
  font-size: 1.01rem;
  font-weight: 400;
}

.faq-section {
  padding-bottom: 60px;
}

.faq-section h2 {
  margin-bottom: 40px;
  padding: 0 15px;
}

.faq-section .rapidmd_dropdown {
  width: 1195px;
  max-width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
}

.faq-section ul.rapidmd_dropdown > li button {
  min-height: 65px;
  display: flex;
  align-items: center;
  padding: 15px 20px 15px 0;
  font-size: 20px;
}

.faq-section .rapidmd_dropdown .rapidmd_dropdown_content {
  padding: 0 25px;
  font-size: 14px;
}

@media (max-width: 700px) {
  .links-section {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .links-section .container,
  .how-section .container {
    padding: 0;
  }

  .links-list {
    grid-template-columns: 1fr;
  }

  .links-list li {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 8px;
    gap: 8px;
    min-height: 0;
  }

  .links-list svg {
    width: 36px;
    height: 36px;
    margin-bottom: 4px;
  }

  .links-list a {
    font-size: 1rem;
    word-break: break-word;
  }

  .links-list .link-desc {
    font-size: 0.95rem;
    word-break: break-word;
  }

  .intro-section,
  .how-section,
  .why-section,
  .adv-section,
  .cta-section,
  .links-section {
    padding: 18px 2vw;
    margin-top: 18px;
    max-width: calc(100% - 30px);
  }

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

  .adv-section {
    padding-left: 0;
    padding-right: 0;
  }

  .intro-section h2,
  .how-section h2,
  .why-section h2,
  .adv-section h2,
  .links-section h2,
  .faq-section h2 {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }

  .intro-section p,
  .why-section p,
  .cta-section p,
  .adv-list li,
  .how-list li {
    font-size: 0.94rem;
  }

  .how-list li {
    padding: 10px;
    padding-left: 58px;
  }

  .how-list li::before {
    width: 28px;
    height: 28px;
    font-size: 0.9rem;
    left: 15px;
  }

  .faq-section .rapidmd_dropdown.rapidmd_dropdown {
    padding: 20px;
  }

  .faq-section ul.rapidmd_dropdown > li button {
    font-size: 15px;
    line-height: 1.4em;
  }

}

.qr-code {
  margin: 40px auto 60px;
  padding: 40px 32px 32px;
  box-sizing: border-box;
  max-width: 1195px;
  overflow: hidden;
}

.qr-code > .container {
  width: 910px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.qr-code--content {
  flex: 0 0 44%;
  min-width: 320px;
  display: flex;
  flex-direction: column;
}

.qr-code--content h2 {
  text-transform: none;
  text-align: left;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.05;
  margin: 0 0 16px;
  color: #374957;
}

.qr-code--content p {
  text-align: left;
  font-size: 1.15rem;
  line-height: 1.45;
  margin: 0 0 22px;
  color: #374957;
}

.qr-code .app-links {
  display: flex;
  gap: 12px;
  margin: 0 0 18px;
  justify-content: center;
}

.qr-code .app-links a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  background: #fff;
  border-radius: 12px;
  padding: 5px 10px;
  gap: 10px;
  min-height: 45px;
  width: 160px;
  box-sizing: border-box;
  overflow: hidden;
  transform: translateZ(0);
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.14);
}

.qr-code .app-links img {
  height: 25px;
  width: 25px;
  display: block;
  flex-shrink: 0;
}

.qr-code .app-links a span {
  color: #374957;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.01em;
}

.qr-code .app-links a span b {
  display: block;
  margin-top: 2px;
  font-size: 14px;
  font-weight: 700;
  color: #374957;
}

.qr-code .app-links a.store-badge--apple img {
  filter: invert(1);
}

.qr-code .app-links a:focus-visible {
  outline: 2px solid rgba(37, 99, 235, 0.6);
  outline-offset: 2px;
}

.qr-code .app-links a:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.22);
}

.qr-code .app-links a:active {
  transform: translateY(0);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.qr-code--qr-image {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  background: #fff;
  border-radius: 18px;
  padding: 14px;
  box-shadow: 0 10px 30px rgba(38, 51, 96, 0.12);
  margin: 0 auto 18px auto;
}

.qr-code--qr-image img {
  width: 190px;
  height: 190px;
  object-fit: contain;
  display: block;
  margin: auto;
}

.qr-code--background {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.qr-code--background picture,
.qr-code--background img {
  display: block;
}

.qr-code--background img {
  max-width: 620px;
  width: 100%;
  height: auto;
}

@media (max-width: 1024px) {
  .qr-code--content h2 {
    font-size: 38px;
  }

  .qr-code--background img {
    max-width: 520px;
  }
}

@media (max-width: 900px) {
  .qr-code > .container {
    flex-direction: column;
    align-items: flex-start;
  }

  .qr-code--content {
    flex: 0 0 auto;
    width: 100%;
    text-align: center;
  }

  .qr-code--background {
    width: 100%;
    justify-content: center;
  }

  .qr-code--qr-image {
    margin-left: 0;
  }
}

@media (max-width: 700px) {
  .qr-code {
    padding: 18px 2vw;
    margin-top: 18px;
    max-width: calc(100% - 30px);
  }

  .qr-code > .container {
    display: block;
    padding: 0;
  }

  .qr-code--content {
    min-width: 0;
  }

  .qr-code--content h2 {
    font-size: 28px;
    margin-bottom: 12px;
  }

  .qr-code--content p {
    font-size: 0.98rem;
    margin-bottom: 16px;
  }

  .qr-code--qr-image {
    padding: 12px;
  }

  .qr-code--qr-image img {
    width: 170px;
    height: 170px;
  }

  .qr-code .app-links {
    align-items: flex-start;
  }

  .qr-code .app-links img {
    height: 28px;
    width: 28px;
  }

  .qr-code--qr-image {
    display: none;
  }

  .qr-code--background {
    margin-top: 18px;
    justify-content: center;
  }

  .qr-code--background img {
    max-width: 520px;
  }
}
