* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

/* About/contact final alignment fixes */
.about-page .site-footer,
.contact-page .site-footer,
.service-process-page .site-footer,
.faq-page .site-footer,
.docs-page .site-footer,
.privacy-page .site-footer {
  grid-template-columns: minmax(280px, 1.35fr) repeat(4, minmax(128px, .72fr)) minmax(220px, .95fr);
  gap: 28px;
  align-items: start;
}

.about-page .site-footer nav,
.about-page .site-footer address,
.contact-page .site-footer nav,
.contact-page .site-footer address,
.service-process-page .site-footer nav,
.service-process-page .site-footer address,
.faq-page .site-footer nav,
.faq-page .site-footer address,
.docs-page .site-footer nav,
.docs-page .site-footer address,
.privacy-page .site-footer nav,
.privacy-page .site-footer address {
  min-width: 0;
  padding-left: 26px;
  gap: 18px;
}

.about-page .site-footer h3,
.contact-page .site-footer h3,
.service-process-page .site-footer h3,
.faq-page .site-footer h3,
.docs-page .site-footer h3,
.privacy-page .site-footer h3 {
  margin-bottom: 16px;
  font-size: 18px;
}

.about-page .site-footer nav a,
.about-page .site-footer address p,
.contact-page .site-footer nav a,
.contact-page .site-footer address p,
.service-process-page .site-footer nav a,
.service-process-page .site-footer address p,
.faq-page .site-footer nav a,
.faq-page .site-footer address p,
.docs-page .site-footer nav a,
.docs-page .site-footer address p,
.privacy-page .site-footer nav a,
.privacy-page .site-footer address p {
  font-size: 15px;
  line-height: 1.55;
}

.about-page .footer-brand p,
.contact-page .footer-brand p,
.service-process-page .footer-brand p,
.faq-page .footer-brand p,
.docs-page .footer-brand p,
.privacy-page .footer-brand p {
  margin: 28px 0 30px;
  font-size: 15px;
  line-height: 1.85;
}

.about-page .site-footer .copyright,
.contact-page .site-footer .copyright,
.service-process-page .site-footer .copyright,
.faq-page .site-footer .copyright,
.docs-page .site-footer .copyright,
.privacy-page .site-footer .copyright {
  grid-column: 1 / -1;
  text-align: center;
}

.contact-page .contact-section.tg-benefits {
  max-width: none;
  padding-left: max(28px, calc((100vw - 1480px) / 2 + 28px));
  padding-right: max(28px, calc((100vw - 1480px) / 2 + 28px));
  background: linear-gradient(180deg, #eef6ff 0, #f8fbff 100%);
}

.contact-page .tg-benefits {
  display: block;
}

.contact-page .tg-benefits > div {
  max-width: 1480px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.contact-page .tg-benefits > div > h2 {
  grid-column: 1 / -1;
  text-align: left;
}

.contact-page .tg-benefits article {
  min-height: 140px;
  background: #fff;
}

.contact-data-grid strong {
  font-size: 24px;
}

@media (max-width: 1180px) {
  .about-page .site-footer,
  .contact-page .site-footer,
  .service-process-page .site-footer,
  .faq-page .site-footer,
  .docs-page .site-footer,
  .privacy-page .site-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-page .tg-benefits > div {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .about-page .site-footer,
  .contact-page .site-footer,
  .service-process-page .site-footer,
  .faq-page .site-footer,
  .docs-page .site-footer,
  .privacy-page .site-footer {
    grid-template-columns: 1fr;
  }

  .about-page .site-footer nav,
  .about-page .site-footer address,
  .contact-page .site-footer nav,
  .contact-page .site-footer address,
  .service-process-page .site-footer nav,
  .service-process-page .site-footer address,
  .faq-page .site-footer nav,
  .faq-page .site-footer address,
  .docs-page .site-footer nav,
  .docs-page .site-footer address,
  .privacy-page .site-footer nav,
  .privacy-page .site-footer address {
    padding-left: 0;
  }

  .contact-page .tg-benefits > div > h2 {
    text-align: center;
  }
}

/* Service process page */
.service-process-page {
  background:
    radial-gradient(circle at 7% 16%, rgba(52,140,255,.08), transparent 24%),
    radial-gradient(circle at 94% 55%, rgba(52,140,255,.08), transparent 22%),
    linear-gradient(180deg, #f7fbff 0, #fff 22%, #f4f9ff 62%, #fff 100%);
  color: #071935;
}

.service-process-page main {
  overflow: hidden;
}

.process-hero {
  position: relative;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  align-items: center;
  gap: 46px;
  max-width: 1480px;
  min-height: 520px;
  margin: 0 auto;
  padding: 74px 28px 44px;
}

.process-hero::before,
.process-section.soft::before,
.process-cta::before {
  content: "";
  position: absolute;
  inset: auto -8% 0 -8%;
  height: 160px;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 12% 100%, rgba(11,101,255,.12), transparent 45%),
    radial-gradient(ellipse at 88% 100%, rgba(11,101,255,.12), transparent 44%);
}

.process-hero-copy,
.process-hero-img {
  position: relative;
  z-index: 1;
}

.process-hero h1 {
  margin: 0 0 28px;
  font-size: clamp(36px, 3.8vw, 56px);
  line-height: 1.18;
  letter-spacing: 0;
  font-weight: 700;
}

.process-hero h1 span {
  color: #0b65ff;
}

.process-hero p {
  max-width: 650px;
  margin: 0 0 32px;
  color: #536680;
  font-size: 16px;
  line-height: 1.92;
}

.process-hero .btn img,
.process-cta .btn img {
  width: 22px;
  height: 22px;
  margin-right: 8px;
}

.process-hero-img {
  width: 100%;
  max-height: 390px;
  border-radius: 18px;
  object-fit: contain;
  filter: drop-shadow(0 26px 48px rgba(26,84,170,.14));
}

.process-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  max-width: 1480px;
  margin: 0 auto 24px;
  padding: 24px 34px;
  border: 1px solid #dce8f8;
  border-radius: 18px;
  background: rgba(255,255,255,.95);
  box-shadow: 0 18px 44px rgba(11,88,239,.08);
}

.process-strip article {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  align-items: center;
  padding: 0 24px;
  border-right: 1px solid #e3edfb;
  transition: transform .25s ease;
}

.process-strip article:last-child {
  border-right: 0;
}

.process-strip article:hover {
  transform: translateY(-4px);
}

.process-strip img,
.process-step-grid img,
.process-detail-list img,
.deliver-grid img,
.rhythm-section article img,
.process-project-grid img,
.process-data-grid img,
.process-faq-grid img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  padding: 12px;
  border-radius: 50%;
  background: #eef6ff;
}

.process-strip h3,
.process-strip p {
  margin: 0;
}

.process-strip h3 {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 600;
}

.process-strip p {
  grid-column: 2;
  color: #61718a;
  font-size: 13px;
  line-height: 1.55;
}

.process-section {
  position: relative;
  max-width: 1480px;
  margin: 0 auto;
  padding: 46px 28px;
}

.process-section.soft {
  max-width: none;
  padding-left: max(28px, calc((100vw - 1480px) / 2 + 28px));
  padding-right: max(28px, calc((100vw - 1480px) / 2 + 28px));
  background: linear-gradient(180deg, rgba(239,247,255,.7), rgba(255,255,255,.92));
}

.process-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 32px;
  text-align: center;
}

.process-heading.left {
  align-items: flex-start;
  text-align: left;
}

.process-heading h2 {
  margin: 0;
  font-size: clamp(28px, 2.3vw, 38px);
  line-height: 1.25;
  font-weight: 700;
}

.process-heading p {
  max-width: 760px;
  margin: 0;
  color: #5f6f86;
  font-size: 15px;
  line-height: 1.8;
}

.process-step-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.process-step-grid article,
.process-detail-list article,
.deliver-grid article,
.rhythm-section article,
.process-project-grid article,
.process-data-grid article,
.process-faq-grid details {
  border: 1px solid #dce8f8;
  border-radius: 14px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 14px 36px rgba(16,65,150,.07);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.process-step-grid article:hover,
.process-detail-list article:hover,
.deliver-grid article:hover,
.rhythm-section article:hover,
.process-project-grid article:hover,
.process-data-grid article:hover,
.process-faq-grid details:hover {
  transform: translateY(-6px);
  border-color: rgba(11,101,255,.34);
  box-shadow: 0 22px 52px rgba(11,88,239,.13);
}

.process-step-grid article {
  position: relative;
  display: grid;
  justify-items: center;
  padding: 28px 22px;
  text-align: center;
}

.process-step-grid span {
  position: absolute;
  left: 18px;
  top: 18px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #0b65ff;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

.process-step-grid img {
  margin-bottom: 18px;
}

.process-step-grid h3,
.process-detail-list h3,
.deliver-grid h3,
.rhythm-section h3,
.process-project-grid h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 600;
}

.process-step-grid p,
.process-detail-list p,
.deliver-grid p,
.rhythm-section p,
.process-project-grid p {
  margin: 0;
  color: #586980;
  font-size: 14px;
  line-height: 1.75;
}

.process-detail,
.rhythm-section {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 40px;
  align-items: center;
}

.process-detail .process-heading,
.rhythm-section .process-heading {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.process-detail > img,
.rhythm-section > img {
  width: 100%;
  border-radius: 16px;
}

.process-detail-list,
.rhythm-section > div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.process-detail-list article,
.rhythm-section article {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 16px;
  align-items: center;
  padding: 24px;
}

.process-detail-list p,
.rhythm-section p {
  grid-column: 2;
}

.deliver-grid,
.process-project-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.deliver-grid article,
.process-project-grid article {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 16px;
  align-items: center;
  padding: 24px;
}

.deliver-grid p,
.process-project-grid p {
  grid-column: 2;
}

.process-data-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.process-data-grid article {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 6px 16px;
  align-items: center;
  padding: 22px;
}

.process-data-grid strong {
  color: #0b65ff;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
}

.process-data-grid span,
.process-data-grid p {
  color: #5f6f86;
  font-size: 13px;
}

.process-data-grid p {
  grid-column: 2;
  margin: 0;
}

.process-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 28px;
}

.process-faq-grid details {
  padding: 22px 26px;
}

.process-faq-grid summary {
  display: flex;
  align-items: center;
  gap: 18px;
  cursor: pointer;
  color: #091b39;
  font-size: 18px;
  font-weight: 600;
  list-style: none;
}

.process-faq-grid summary::-webkit-details-marker {
  display: none;
}

.process-faq-grid p {
  margin: 14px 0 0 70px;
  color: #53657c;
  font-size: 14px;
  line-height: 1.8;
}

.process-cta {
  position: relative;
  display: grid;
  grid-template-columns: .36fr 1fr;
  align-items: center;
  gap: 42px;
  max-width: 1480px;
  margin: 28px auto;
  padding: 30px 68px;
  border: 1px solid #cfe1fa;
  border-radius: 18px;
  background: linear-gradient(135deg, #f6fbff, #edf6ff);
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(11,88,239,.09);
}

.process-cta > img,
.process-cta > div {
  position: relative;
  z-index: 1;
}

.process-cta > img {
  width: 100%;
  max-height: 210px;
  object-fit: contain;
}

.process-cta h2 {
  margin: 0 0 14px;
  font-size: clamp(26px, 2.3vw, 38px);
  line-height: 1.3;
  font-weight: 700;
}

.process-cta p {
  margin: 0 0 20px;
  color: #53657c;
  font-size: 16px;
  line-height: 1.8;
}

@media (max-width: 1180px) {
  .process-hero,
  .process-detail,
  .rhythm-section,
  .process-cta {
    grid-template-columns: 1fr;
  }

  .process-strip,
  .process-step-grid,
  .deliver-grid,
  .process-project-grid,
  .process-data-grid,
  .process-faq-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .process-hero {
    padding-top: 44px;
  }

  .process-hero h1 {
    font-size: 34px;
  }

  .process-strip,
  .process-step-grid,
  .process-detail-list,
  .rhythm-section > div,
  .deliver-grid,
  .process-project-grid,
  .process-data-grid,
  .process-faq-grid {
    grid-template-columns: 1fr;
  }

  .process-strip {
    padding: 18px;
  }

  .process-strip article {
    border-right: 0;
    border-bottom: 1px solid #e3edfb;
    padding: 16px 0;
  }

  .process-strip article:last-child {
    border-bottom: 0;
  }

  .process-strip p,
  .process-detail-list p,
  .rhythm-section p,
  .deliver-grid p,
  .process-project-grid p,
  .process-data-grid p {
    grid-column: auto;
  }

  .process-detail-list article,
  .rhythm-section article,
  .deliver-grid article,
  .process-project-grid article,
  .process-data-grid article {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .process-faq-grid p {
    margin-left: 0;
  }

  .process-cta {
    margin-left: 16px;
    margin-right: 16px;
    padding: 28px 22px;
  }
}

/* Info pages: FAQ, docs, privacy */
.info-page {
  background:
    radial-gradient(circle at 7% 14%, rgba(52,140,255,.08), transparent 24%),
    radial-gradient(circle at 94% 56%, rgba(52,140,255,.08), transparent 22%),
    linear-gradient(180deg, #f7fbff 0, #fff 22%, #f4f9ff 62%, #fff 100%);
  color: #071935;
}

.info-page main {
  overflow: hidden;
}

.info-hero {
  position: relative;
  display: grid;
  grid-template-columns: 1fr .72fr;
  align-items: center;
  gap: 46px;
  max-width: 1480px;
  min-height: 470px;
  margin: 0 auto;
  padding: 74px 28px 44px;
}

.info-hero::before,
.info-section.soft::before,
.info-cta::before {
  content: "";
  position: absolute;
  inset: auto -8% 0 -8%;
  height: 150px;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 12% 100%, rgba(11,101,255,.12), transparent 45%),
    radial-gradient(ellipse at 88% 100%, rgba(11,101,255,.12), transparent 44%);
}

.info-hero > div,
.info-hero > img {
  position: relative;
  z-index: 1;
}

.info-hero h1 {
  margin: 0 0 24px;
  font-size: clamp(36px, 3.8vw, 56px);
  line-height: 1.18;
  font-weight: 700;
}

.info-hero h1 span {
  color: #0b65ff;
}

.info-hero p {
  max-width: 760px;
  margin: 0 0 30px;
  color: #536680;
  font-size: 16px;
  line-height: 1.92;
}

.info-hero .btn img,
.info-cta .btn img {
  width: 22px;
  height: 22px;
  margin-right: 8px;
}

.info-hero > img {
  width: 100%;
  max-height: 310px;
  object-fit: contain;
  filter: drop-shadow(0 24px 44px rgba(26,84,170,.12));
}

.privacy-hero > img {
  width: 210px;
  justify-self: center;
  padding: 46px;
  border-radius: 30px;
  background: rgba(255,255,255,.75);
  box-shadow: 0 18px 44px rgba(11,88,239,.1);
}

.info-section {
  position: relative;
  max-width: 1480px;
  margin: 0 auto;
  padding: 46px 28px;
}

.info-section.soft {
  max-width: none;
  padding-left: max(28px, calc((100vw - 1480px) / 2 + 28px));
  padding-right: max(28px, calc((100vw - 1480px) / 2 + 28px));
  background: linear-gradient(180deg, rgba(239,247,255,.7), rgba(255,255,255,.92));
}

.info-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
  text-align: center;
}

.info-heading h2 {
  margin: 0;
  font-size: clamp(28px, 2.3vw, 38px);
  line-height: 1.25;
  font-weight: 700;
}

.info-heading p {
  max-width: 760px;
  margin: 0;
  color: #5f6f86;
  font-size: 15px;
  line-height: 1.8;
}

.info-faq-grid,
.docs-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 28px;
}

.info-faq-grid details,
.docs-category-grid article,
.docs-list article,
.docs-path-grid article,
.policy-layout aside,
.policy-content article {
  border: 1px solid #dce8f8;
  border-radius: 14px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 14px 36px rgba(16,65,150,.07);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.info-faq-grid details:hover,
.docs-category-grid article:hover,
.docs-list article:hover,
.docs-path-grid article:hover,
.policy-content article:hover {
  transform: translateY(-6px);
  border-color: rgba(11,101,255,.34);
  box-shadow: 0 22px 52px rgba(11,88,239,.13);
}

.info-faq-grid details {
  padding: 22px 26px;
}

.info-faq-grid summary {
  display: flex;
  align-items: center;
  gap: 18px;
  cursor: pointer;
  color: #091b39;
  font-size: 18px;
  font-weight: 600;
  list-style: none;
}

.info-faq-grid summary::-webkit-details-marker {
  display: none;
}

.info-faq-grid summary img,
.docs-category-grid img,
.docs-path-grid img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  padding: 12px;
  border-radius: 50%;
  background: #eef6ff;
}

.info-faq-grid p {
  margin: 14px 0 0 70px;
  color: #53657c;
  font-size: 14px;
  line-height: 1.8;
}

.docs-category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.docs-category-grid article {
  padding: 28px;
}

.docs-category-grid h3,
.docs-path-grid h3,
.docs-list h3 {
  margin: 16px 0 10px;
  font-size: 18px;
  font-weight: 600;
}

.docs-category-grid p,
.docs-path-grid p,
.docs-list p,
.policy-content p {
  margin: 0;
  color: #586980;
  font-size: 14px;
  line-height: 1.78;
}

.docs-category-grid a {
  display: inline-flex;
  margin-top: 18px;
  color: #0b65ff;
  font-size: 14px;
  font-weight: 600;
}

.docs-list article {
  padding: 24px 28px;
}

.docs-list span {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: #eef6ff;
  color: #0b65ff;
  font-size: 12px;
}

.docs-list h3 {
  margin-top: 14px;
}

.docs-path-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.docs-path-grid article {
  padding: 28px;
  text-align: center;
}

.policy-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 28px;
  align-items: start;
}

.policy-layout aside {
  position: sticky;
  top: 100px;
  display: grid;
  gap: 12px;
  padding: 22px;
}

.policy-layout aside a {
  padding: 12px 14px;
  border-radius: 10px;
  color: #0a2548;
  background: #f4f9ff;
}

.policy-layout aside a:hover {
  color: #fff;
  background: #0b65ff;
}

.policy-content {
  display: grid;
  gap: 18px;
}

.policy-content article {
  padding: 28px;
}

.policy-content h2 {
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 600;
}

.info-cta {
  position: relative;
  display: grid;
  grid-template-columns: .34fr 1fr;
  align-items: center;
  gap: 42px;
  max-width: 1480px;
  margin: 28px auto;
  padding: 30px 68px;
  border: 1px solid #cfe1fa;
  border-radius: 18px;
  background: linear-gradient(135deg, #f6fbff, #edf6ff);
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(11,88,239,.09);
}

.info-cta > img,
.info-cta > div {
  position: relative;
  z-index: 1;
}

.info-cta > img {
  width: 100%;
  max-height: 210px;
  object-fit: contain;
}

.info-cta h2 {
  margin: 0 0 14px;
  font-size: clamp(26px, 2.3vw, 38px);
  line-height: 1.3;
  font-weight: 700;
}

.info-cta p {
  margin: 0 0 20px;
  color: #53657c;
  font-size: 16px;
  line-height: 1.8;
}

@media (max-width: 1180px) {
  .info-hero,
  .info-cta,
  .policy-layout {
    grid-template-columns: 1fr;
  }

  .docs-category-grid,
  .docs-path-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .policy-layout aside {
    position: static;
  }
}

@media (max-width: 760px) {
  .info-hero {
    padding-top: 44px;
    grid-template-columns: 1fr;
  }

  .info-hero h1 {
    font-size: 34px;
  }

  .info-faq-grid,
  .docs-category-grid,
  .docs-list,
  .docs-path-grid {
    grid-template-columns: 1fr;
  }

  .info-faq-grid p {
    margin-left: 0;
  }

  .info-cta {
    margin-left: 16px;
    margin-right: 16px;
    padding: 28px 22px;
  }
}

/* Contact page */
.contact-page {
  background:
    radial-gradient(circle at 8% 14%, rgba(52,140,255,.08), transparent 24%),
    radial-gradient(circle at 94% 50%, rgba(52,140,255,.08), transparent 22%),
    linear-gradient(180deg, #f7fbff 0, #fff 22%, #f4f9ff 62%, #fff 100%);
  color: #071935;
}

.contact-page main {
  overflow: hidden;
}

.contact-hero {
  position: relative;
  display: grid;
  grid-template-columns: .88fr 1.2fr;
  align-items: center;
  gap: 44px;
  max-width: 1480px;
  min-height: 520px;
  margin: 0 auto;
  padding: 74px 28px 44px;
}

.contact-hero::before,
.contact-section.soft::before,
.contact-cta::before {
  content: "";
  position: absolute;
  inset: auto -8% 0 -8%;
  height: 160px;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 12% 100%, rgba(11,101,255,.12), transparent 45%),
    radial-gradient(ellipse at 88% 100%, rgba(11,101,255,.12), transparent 44%);
}

.contact-hero-copy,
.contact-hero-img {
  position: relative;
  z-index: 1;
}

.contact-hero h1 {
  margin: 0 0 28px;
  font-size: clamp(36px, 3.7vw, 54px);
  line-height: 1.18;
  letter-spacing: 0;
  font-weight: 700;
}

.contact-hero h1 span {
  color: #0b65ff;
}

.contact-hero p {
  max-width: 620px;
  margin: 0 0 32px;
  color: #536680;
  font-size: 16px;
  line-height: 1.92;
}

.contact-hero .btn img,
.contact-cta .btn img {
  width: 22px;
  height: 22px;
  margin-right: 8px;
}

.contact-hero-img {
  width: 100%;
  max-height: 430px;
  object-fit: contain;
  filter: drop-shadow(0 26px 48px rgba(26,84,170,.15));
}

.contact-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  max-width: 1480px;
  margin: 0 auto 24px;
  padding: 24px 34px;
  border: 1px solid #dce8f8;
  border-radius: 18px;
  background: rgba(255,255,255,.95);
  box-shadow: 0 18px 44px rgba(11,88,239,.08);
}

.contact-strip article {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  align-items: center;
  padding: 0 28px;
  border-right: 1px solid #e3edfb;
  transition: transform .25s ease, background .25s ease;
}

.contact-strip article:last-child {
  border-right: 0;
}

.contact-strip article:hover {
  transform: translateY(-4px);
}

.contact-strip img,
.contact-card-row img,
.contact-process img,
.tg-benefits article img,
.support-grid img,
.commit-grid img,
.project-type-grid img,
.rhythm article img,
.transparent-grid img,
.scene-support-grid img,
.contact-data-grid img,
.contact-faq-grid img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  padding: 12px;
  border-radius: 50%;
  background: #eef6ff;
}

.contact-strip h3,
.contact-strip p {
  margin: 0;
}

.contact-strip h3 {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 600;
}

.contact-strip p {
  grid-column: 2;
  color: #61718a;
  font-size: 13px;
  line-height: 1.55;
}

.contact-section {
  position: relative;
  max-width: 1480px;
  margin: 0 auto;
  padding: 44px 28px;
}

.contact-section.soft {
  max-width: none;
  padding-left: max(28px, calc((100vw - 1480px) / 2 + 28px));
  padding-right: max(28px, calc((100vw - 1480px) / 2 + 28px));
  background: linear-gradient(180deg, rgba(239,247,255,.68), rgba(255,255,255,.9));
}

.contact-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-bottom: 30px;
  text-align: center;
}

.contact-heading.left {
  justify-content: flex-start;
  text-align: left;
}

.contact-heading::before,
.contact-heading::after {
  content: "";
  width: 88px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #0b65ff);
}

.contact-heading::after {
  background: linear-gradient(90deg, #0b65ff, transparent);
}

.contact-heading.left::before,
.contact-heading.left::after {
  display: none;
}

.contact-heading h2,
.contact-methods h2,
.tg-benefits h2 {
  margin: 0;
  font-size: clamp(26px, 2.2vw, 36px);
  line-height: 1.28;
  font-weight: 700;
}

.contact-methods {
  display: grid;
  grid-template-columns: 1.25fr .9fr;
  gap: 40px;
  align-items: stretch;
}

.contact-card-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 22px;
}

.contact-card-row article,
.contact-methods aside,
.contact-process article,
.tg-benefits article,
.tg-benefits aside,
.support-grid article,
.mini-faq-grid article,
.commit-grid article,
.prep-panel,
.project-type-grid article,
.rhythm article,
.transparent-grid article,
.scene-support-grid article,
.contact-data-grid article,
.contact-reviews article,
.contact-faq-grid details {
  border: 1px solid #dce8f8;
  border-radius: 14px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 14px 36px rgba(16,65,150,.07);
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.contact-card-row article {
  display: grid;
  justify-items: center;
  padding: 28px;
  text-align: center;
}

.contact-card-row article:hover,
.contact-methods aside:hover,
.contact-process article:hover,
.tg-benefits article:hover,
.tg-benefits aside:hover,
.support-grid article:hover,
.mini-faq-grid article:hover,
.commit-grid article:hover,
.prep-panel:hover,
.project-type-grid article:hover,
.rhythm article:hover,
.transparent-grid article:hover,
.scene-support-grid article:hover,
.contact-data-grid article:hover,
.contact-reviews article:hover,
.contact-faq-grid details:hover {
  transform: translateY(-6px);
  border-color: rgba(11,101,255,.34);
  box-shadow: 0 22px 52px rgba(11,88,239,.13);
}

.contact-card-row img {
  width: 76px;
  height: 76px;
  margin-bottom: 18px;
}

.contact-card-row h3,
.contact-card-row p,
.support-grid h3,
.support-grid p,
.commit-grid h3,
.commit-grid p,
.project-type-grid h3,
.project-type-grid p,
.scene-support-grid h3,
.scene-support-grid p {
  margin: 0;
}

.contact-card-row h3,
.support-grid h3,
.commit-grid h3,
.project-type-grid h3,
.scene-support-grid h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.contact-card-row p,
.support-grid p,
.commit-grid p,
.project-type-grid p,
.scene-support-grid p,
.mini-faq-grid p,
.transparent-grid p,
.contact-reviews p,
.rhythm p {
  color: #586980;
  font-size: 14px;
  line-height: 1.76;
}

.contact-card-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  margin-top: 18px;
  padding: 0 18px;
  border-radius: 999px;
  background: #0b65ff;
  color: #fff;
  font-size: 13px;
  box-shadow: 0 10px 24px rgba(11,88,239,.18);
}

.contact-methods aside {
  display: grid;
  grid-template-columns: 1fr .38fr;
  gap: 18px;
  align-items: center;
  padding: 28px 34px;
  background: linear-gradient(135deg, #f4f9ff, #eaf4ff);
}

.contact-methods aside h2 {
  grid-column: 1 / -1;
}

.contact-methods aside ul,
.tg-benefits aside ul,
.prep-panel ul,
.transparent-grid ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-methods aside li,
.tg-benefits aside li,
.prep-panel li,
.transparent-grid li {
  position: relative;
  padding-left: 26px;
  color: #43546b;
  font-size: 14px;
  line-height: 1.65;
}

.contact-methods aside li::before,
.tg-benefits aside li::before,
.prep-panel li::before,
.transparent-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .45em;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #0b65ff;
  box-shadow: inset 0 0 0 4px rgba(255,255,255,.75);
}

.contact-methods aside img {
  width: 100%;
  max-height: 190px;
  object-fit: contain;
}

.contact-process,
.commit-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.contact-process article {
  position: relative;
  padding: 24px 18px;
  text-align: center;
}

.contact-process span {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: #0b65ff;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

.contact-process img,
.commit-grid img {
  margin: 0 auto 14px;
}

.contact-process h3,
.commit-grid h3,
.rhythm h3,
.transparent-grid h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 600;
}

.contact-process p,
.commit-grid p {
  margin: 0;
  color: #5f6f86;
  font-size: 13px;
  line-height: 1.7;
}

.tg-benefits {
  display: grid;
  grid-template-columns: .9fr 1fr;
  gap: 38px;
  align-items: stretch;
}

.tg-benefits > div {
  display: grid;
  gap: 14px;
}

.tg-benefits article {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  align-items: center;
  padding: 24px;
}

.tg-benefits article h3,
.tg-benefits article p,
.tg-benefits aside h2 {
  margin: 0;
}

.tg-benefits article p {
  grid-column: 2;
}

.tg-benefits aside {
  padding: 34px 40px;
  background: linear-gradient(135deg, #f7fbff, #edf6ff);
}

.tg-benefits aside h2 {
  margin-bottom: 22px;
}

.support-grid,
.project-type-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px 28px;
}

.support-grid article,
.project-type-grid article {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 16px;
  align-items: center;
  padding: 24px;
}

.support-grid p,
.project-type-grid p,
.scene-support-grid p {
  grid-column: 2;
}

.mini-faq-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.mini-faq-grid article {
  padding: 20px;
}

.mini-faq-grid b {
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  margin-right: 8px;
  border-radius: 50%;
  background: #0b65ff;
  color: #fff;
  font-size: 13px;
}

.mini-faq-grid h3 {
  display: inline;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}

.mini-faq-grid p b {
  width: 22px;
  height: 22px;
  font-size: 12px;
}

.commit-grid article {
  padding: 24px 16px;
  text-align: center;
}

.prep {
  display: grid;
  grid-template-columns: .82fr 1fr;
  gap: 40px;
  align-items: center;
}

.prep .contact-heading {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.prep > img {
  width: 100%;
  border-radius: 14px;
}

.prep-panel {
  display: grid;
  grid-template-columns: .62fr 1fr;
  align-items: center;
  gap: 36px;
  min-height: 210px;
  padding: 34px;
}

.prep-panel p {
  margin: 0;
  color: #596980;
  font-size: 16px;
  line-height: 1.85;
}

.rhythm {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 40px;
  align-items: center;
}

.rhythm .contact-heading {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.rhythm > img {
  width: 100%;
  border-radius: 14px;
}

.rhythm > div {
  display: grid;
  gap: 12px;
}

.rhythm article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  align-items: center;
  padding: 16px 24px;
}

.rhythm article p {
  grid-column: 2;
  margin: -8px 0 0;
}

.transparent-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.transparent-grid article {
  padding: 28px;
}

.transparent-grid img {
  margin-bottom: 16px;
}

.scene-support-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.scene-support-grid article {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 16px;
  align-items: center;
  padding: 22px;
}

.contact-data-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.contact-data-grid article {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 6px 16px;
  align-items: center;
  padding: 22px;
}

.contact-data-grid strong {
  color: #0b65ff;
  font-size: 32px;
  line-height: 1;
  font-weight: 600;
}

.contact-data-grid span,
.contact-data-grid p {
  color: #5f6f86;
  font-size: 13px;
}

.contact-data-grid p {
  grid-column: 2;
  margin: 0;
}

.contact-reviews {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.contact-reviews article {
  padding: 28px;
}

.contact-reviews > article > img {
  width: 72px;
  height: 72px;
  padding: 12px;
  border-radius: 50%;
  background: #eef6ff;
  object-fit: contain;
  float: left;
  margin: 0 18px 12px 0;
}

.contact-reviews h3,
.contact-reviews span {
  margin: 0;
}

.contact-reviews h3 {
  font-size: 18px;
  font-weight: 600;
}

.contact-reviews span {
  display: block;
  margin-top: 6px;
  color: #0b65ff;
  font-size: 14px;
}

.contact-reviews p {
  clear: both;
}

.contact-reviews footer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 20px;
}

.contact-reviews b {
  padding: 12px 6px;
  border: 1px solid #dce8f8;
  border-radius: 10px;
  color: #0b65ff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.contact-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 28px;
}

.contact-faq-grid details {
  padding: 22px 26px;
}

.contact-faq-grid summary {
  display: flex;
  align-items: center;
  gap: 18px;
  cursor: pointer;
  color: #091b39;
  font-size: 18px;
  font-weight: 600;
  list-style: none;
}

.contact-faq-grid summary::-webkit-details-marker {
  display: none;
}

.contact-faq-grid p {
  margin: 14px 0 0 70px;
  color: #53657c;
  font-size: 14px;
  line-height: 1.8;
}

.contact-cta {
  position: relative;
  display: grid;
  grid-template-columns: .36fr 1fr;
  align-items: center;
  gap: 42px;
  max-width: 1480px;
  margin: 28px auto;
  padding: 30px 68px;
  border: 1px solid #cfe1fa;
  border-radius: 18px;
  background: linear-gradient(135deg, #f6fbff, #edf6ff);
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(11,88,239,.09);
}

.contact-cta > img,
.contact-cta > div {
  position: relative;
  z-index: 1;
}

.contact-cta > img {
  width: 100%;
  max-height: 210px;
  object-fit: contain;
}

.contact-cta h2 {
  margin: 0 0 14px;
  font-size: clamp(26px, 2.3vw, 38px);
  line-height: 1.3;
  font-weight: 700;
}

.contact-cta p {
  margin: 0 0 20px;
  color: #53657c;
  font-size: 16px;
  line-height: 1.8;
}

@media (max-width: 1180px) {
  .contact-hero,
  .contact-methods,
  .tg-benefits,
  .prep,
  .rhythm,
  .contact-cta {
    grid-template-columns: 1fr;
  }

  .contact-strip,
  .contact-card-row,
  .support-grid,
  .commit-grid,
  .project-type-grid,
  .transparent-grid,
  .scene-support-grid,
  .contact-data-grid,
  .contact-reviews,
  .contact-process {
    grid-template-columns: repeat(2, 1fr);
  }

  .mini-faq-grid,
  .contact-faq-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .contact-hero {
    padding-top: 44px;
  }

  .contact-hero h1 {
    font-size: 34px;
  }

  .contact-strip,
  .contact-card-row,
  .support-grid,
  .commit-grid,
  .project-type-grid,
  .transparent-grid,
  .scene-support-grid,
  .contact-data-grid,
  .contact-reviews,
  .contact-process,
  .mini-faq-grid,
  .contact-faq-grid {
    grid-template-columns: 1fr;
  }

  .contact-strip {
    padding: 18px;
  }

  .contact-strip article {
    border-right: 0;
    border-bottom: 1px solid #e3edfb;
    padding: 16px 0;
  }

  .contact-strip p {
    grid-column: auto;
  }

  .contact-strip article:last-child {
    border-bottom: 0;
  }

  .contact-methods aside,
  .prep-panel {
    grid-template-columns: 1fr;
  }

  .tg-benefits article,
  .support-grid article,
  .project-type-grid article,
  .rhythm article,
  .scene-support-grid article,
  .contact-data-grid article {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .tg-benefits article p,
  .support-grid p,
  .project-type-grid p,
  .rhythm article p,
  .scene-support-grid p,
  .contact-data-grid p {
    grid-column: auto;
  }

  .contact-faq-grid p {
    margin-left: 0;
  }

  .contact-cta {
    margin-left: 16px;
    margin-right: 16px;
    padding: 28px 22px;
  }
}

/* About page */
.about-page {
  background:
    radial-gradient(circle at 5% 18%, rgba(52,140,255,.08), transparent 24%),
    radial-gradient(circle at 95% 58%, rgba(52,140,255,.08), transparent 24%),
    linear-gradient(180deg, #f8fbff 0, #fff 22%, #f4f9ff 70%, #fff 100%);
  color: #071935;
}

.about-page main {
  overflow: hidden;
}

.about-hero {
  position: relative;
  display: grid;
  grid-template-columns: .95fr 1.18fr;
  align-items: center;
  gap: 44px;
  max-width: 1380px;
  min-height: 520px;
  margin: 0 auto;
  padding: 76px 28px 42px;
}

.about-hero::before,
.about-section.soft::before,
.about-cta::before {
  content: "";
  position: absolute;
  inset: auto -8% 0 -8%;
  height: 170px;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 15% 100%, rgba(11,101,255,.13), transparent 45%),
    radial-gradient(ellipse at 86% 100%, rgba(11,101,255,.11), transparent 44%);
  opacity: .9;
}

.about-hero-copy {
  position: relative;
  z-index: 1;
}

.about-hero h1 {
  margin: 0 0 28px;
  font-size: clamp(38px, 4.2vw, 62px);
  line-height: 1.18;
  letter-spacing: 0;
  font-weight: 700;
}

.about-hero h1 span {
  color: #0b65ff;
}

.about-hero p {
  max-width: 650px;
  margin: 0 0 32px;
  color: #536680;
  font-size: 16px;
  line-height: 1.95;
}

.about-hero .btn img,
.about-cta .btn img {
  width: 22px;
  height: 22px;
  margin-right: 8px;
}

.about-hero-img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: 430px;
  object-fit: contain;
  filter: drop-shadow(0 26px 48px rgba(26,84,170,.16));
}

.about-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  max-width: 1380px;
  margin: 0 auto 30px;
  padding: 24px 34px;
  border: 1px solid #dce8f8;
  border-radius: 18px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 18px 44px rgba(11,88,239,.08);
}

.about-strip article {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 0 20px;
  border-right: 1px solid #e3edfb;
  transition: transform .25s ease, background .25s ease;
}

.about-strip article:last-child {
  border-right: 0;
}

.about-strip article:hover {
  transform: translateY(-4px);
}

.about-strip img,
.about-three img,
.about-capabilities img,
.about-role-grid img,
.choose-grid img,
.about-process img,
.service-more-grid img,
.about-faq-grid img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  padding: 12px;
  border-radius: 50%;
  background: #eef6ff;
}

.about-strip h3,
.about-strip p,
.about-three h3,
.about-three p {
  margin: 0;
}

.about-strip h3 {
  margin-bottom: 6px;
  font-size: 17px;
  font-weight: 600;
}

.about-strip p {
  color: #61718a;
  font-size: 12px;
  line-height: 1.55;
  white-space: nowrap;
}

.about-section {
  position: relative;
  max-width: 1380px;
  margin: 0 auto;
  padding: 46px 28px;
}

.about-section.soft {
  max-width: none;
  padding-left: max(28px, calc((100vw - 1380px) / 2 + 28px));
  padding-right: max(28px, calc((100vw - 1380px) / 2 + 28px));
  background: linear-gradient(180deg, rgba(239,247,255,.62), rgba(255,255,255,.86));
}

.about-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-bottom: 34px;
  text-align: center;
}

.about-heading.left {
  justify-content: flex-start;
  margin-bottom: 18px;
  text-align: left;
}

.about-heading::before,
.about-heading::after {
  content: "";
  width: 88px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #0b65ff);
}

.about-heading::after {
  background: linear-gradient(90deg, #0b65ff, transparent);
}

.about-heading.left::before,
.about-heading.left::after {
  display: none;
}

.about-heading h2 {
  margin: 0;
  font-size: clamp(28px, 2.4vw, 38px);
  line-height: 1.25;
  font-weight: 700;
}

.about-intro,
.about-team,
.about-work {
  display: grid;
  grid-template-columns: .82fr 1fr;
  gap: 48px;
  align-items: center;
}

.about-intro > img,
.about-team > img,
.about-work > img {
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 18px 42px rgba(16,65,150,.1);
}

.about-intro p {
  color: #4f6078;
  font-size: 15px;
  line-height: 1.95;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 28px;
}

.about-stats article,
.about-three article,
.about-capabilities article,
.about-role-grid article,
.timeline article,
.choose-grid article,
.about-data-grid article,
.ecosystem-grid article,
.about-reviews article,
.about-process article,
.service-more-grid article,
.about-faq-grid details {
  border: 1px solid #dce8f8;
  border-radius: 14px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 14px 36px rgba(16,65,150,.07);
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.about-stats article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 8px 12px;
  align-items: center;
  padding: 18px;
}

.about-stats img,
.about-data-grid img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.about-stats span,
.about-data-grid span {
  color: #52647d;
  font-size: 13px;
}

.about-stats strong,
.about-data-grid strong {
  color: #0b65ff;
  font-size: 28px;
  line-height: 1;
  font-weight: 600;
}

.about-three,
.about-capabilities,
.choose-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.about-three article,
.about-capabilities article,
.choose-grid article,
.about-role-grid article {
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 16px;
  align-items: center;
  padding: 26px;
}

.about-three article:hover,
.about-capabilities article:hover,
.about-role-grid article:hover,
.choose-grid article:hover,
.about-data-grid article:hover,
.ecosystem-grid article:hover,
.about-reviews article:hover,
.about-process article:hover,
.service-more-grid article:hover,
.about-faq-grid details:hover,
.about-stats article:hover {
  transform: translateY(-6px);
  border-color: rgba(11,101,255,.34);
  box-shadow: 0 22px 52px rgba(11,88,239,.13);
}

.about-three h3,
.about-capabilities h3,
.about-role-grid h3,
.choose-grid h3,
.about-process h3,
.service-more-grid h3 {
  grid-column: 2;
  margin: 0 0 8px;
  font-size: 19px;
  font-weight: 600;
}

.about-three p,
.about-capabilities p,
.about-role-grid p,
.choose-grid p,
.about-process p,
.service-more-grid p,
.ecosystem-grid p,
.about-reviews p {
  grid-column: 2;
  margin: 0;
  color: #586980;
  font-size: 14px;
  line-height: 1.78;
}

.about-team,
.about-work {
  grid-template-columns: .82fr 1.18fr;
}

.about-team .about-heading,
.about-work .about-heading {
  grid-column: 1 / -1;
  margin-bottom: 2px;
}

.about-role-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  position: relative;
  padding-top: 42px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 72px;
  border-top: 1px dashed #86b8ff;
}

.timeline article {
  position: relative;
  padding: 22px 18px 20px;
  text-align: center;
}

.timeline img {
  display: block;
  width: 58px;
  height: 58px;
  margin: -52px auto 16px;
  padding: 13px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 10px 28px rgba(11,88,239,.11);
  object-fit: contain;
}

.timeline h3 {
  margin: 0 0 10px;
  font-size: 19px;
  font-weight: 600;
}

.timeline p {
  margin: 0;
  color: #5e6f86;
  font-size: 13px;
  line-height: 1.65;
}

.about-data-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.about-data-grid article {
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 24px 18px;
  text-align: center;
}

.about-data-grid p {
  margin: 0;
  color: #6a7890;
  font-size: 13px;
}

.ecosystem-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.ecosystem-grid article {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 16px;
  align-items: center;
  padding: 16px 18px;
}

.ecosystem-grid img {
  width: 100%;
  border-radius: 12px;
}

.ecosystem-grid h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 600;
}

.about-reviews {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.about-reviews article {
  padding: 28px;
}

.about-reviews article > div {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 14px;
  align-items: center;
  margin-bottom: 22px;
}

.about-reviews img {
  width: 58px;
  height: 58px;
  padding: 12px;
  border-radius: 50%;
  background: #eef6ff;
  object-fit: contain;
}

.about-reviews h3,
.about-reviews span {
  margin: 0;
}

.about-reviews span {
  color: #5f6d82;
  font-size: 13px;
}

.about-reviews footer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 24px;
}

.about-reviews b {
  padding: 12px 8px;
  border: 1px solid #dce8f8;
  border-radius: 10px;
  color: #0b65ff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.about-process {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.about-process article {
  position: relative;
  padding: 22px 18px;
  text-align: center;
}

.about-process span {
  position: absolute;
  left: 18px;
  top: 16px;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #0b65ff;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}

.about-process img {
  margin: 16px auto 16px;
}

.service-more-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.service-more-grid article {
  padding: 26px;
}

.service-more-grid img {
  margin-bottom: 16px;
}

.service-more-grid div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.service-more-grid span {
  padding: 6px 10px;
  border-radius: 8px;
  background: #eef6ff;
  color: #0b65ff;
  font-size: 12px;
}

.about-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 28px;
}

.about-faq-grid details {
  padding: 22px 26px;
}

.about-faq-grid summary {
  display: flex;
  align-items: center;
  gap: 18px;
  cursor: pointer;
  color: #091b39;
  font-size: 18px;
  font-weight: 600;
  list-style: none;
}

.about-faq-grid summary::-webkit-details-marker {
  display: none;
}

.about-faq-grid p {
  margin: 14px 0 0 70px;
  color: #53657c;
  font-size: 14px;
  line-height: 1.8;
}

.about-cta {
  position: relative;
  display: grid;
  grid-template-columns: .34fr 1fr;
  align-items: center;
  gap: 38px;
  max-width: 1380px;
  margin: 28px auto 28px;
  padding: 30px 60px;
  border: 1px solid #cfe1fa;
  border-radius: 18px;
  background: linear-gradient(135deg, #f5faff, #edf6ff);
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(11,88,239,.09);
}

.about-cta img,
.about-cta div {
  position: relative;
  z-index: 1;
}

.about-cta > img {
  width: 100%;
  max-height: 230px;
  object-fit: contain;
}

.about-cta h2 {
  margin: 0 0 14px;
  font-size: clamp(26px, 2.4vw, 38px);
  line-height: 1.3;
  font-weight: 700;
}

.about-cta p {
  margin: 0 0 20px;
  color: #53657c;
  font-size: 16px;
  line-height: 1.8;
}

@media (max-width: 1180px) {
  .about-hero,
  .about-intro,
  .about-team,
  .about-work,
  .about-cta {
    grid-template-columns: 1fr;
  }

  .about-strip,
  .about-three,
  .about-capabilities,
  .choose-grid,
  .ecosystem-grid,
  .about-reviews,
  .service-more-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .timeline,
  .about-data-grid,
  .about-process {
    grid-template-columns: repeat(3, 1fr);
    gap: 26px 18px;
  }
}

@media (max-width: 760px) {
  .about-hero {
    padding-top: 44px;
  }

  .about-hero h1 {
    font-size: 34px;
  }

  .about-strip,
  .about-three,
  .about-capabilities,
  .choose-grid,
  .about-role-grid,
  .timeline,
  .about-data-grid,
  .ecosystem-grid,
  .about-reviews,
  .about-process,
  .service-more-grid,
  .about-faq-grid,
  .about-stats {
    grid-template-columns: 1fr;
  }

  .about-strip {
    padding: 18px;
  }

  .about-strip article {
    border-right: 0;
    border-bottom: 1px solid #e3edfb;
    padding: 16px 0;
  }

  .about-strip article:last-child {
    border-bottom: 0;
  }

  .about-three article,
  .about-capabilities article,
  .choose-grid article,
  .about-role-grid article,
  .ecosystem-grid article {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .about-three h3,
  .about-capabilities h3,
  .about-role-grid h3,
  .choose-grid h3,
  .about-process h3,
  .service-more-grid h3,
  .about-three p,
  .about-capabilities p,
  .about-role-grid p,
  .choose-grid p,
  .about-process p,
  .service-more-grid p,
  .ecosystem-grid p,
  .about-reviews p {
    grid-column: auto;
  }

  .timeline::before {
    display: none;
  }

  .timeline img {
    margin-top: 0;
  }

  .about-faq-grid p {
    margin-left: 0;
  }

  .about-cta {
    margin-left: 16px;
    margin-right: 16px;
    padding: 28px 22px;
  }
}

body {
  margin: 0;
  color: #07132d;
  background: #fff;
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: 260px 1fr 170px;
  align-items: center;
  height: 94px;
  padding: 0 40px;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid #e6ebf3;
  box-shadow: 0 8px 28px rgba(15,35,76,.04);
}

.float-contact {
  position: fixed;
  right: 18px;
  top: 48%;
  z-index: 30;
  display: grid;
  gap: 12px;
}

.float-contact a {
  display: grid;
  grid-template-columns: 38px auto;
  align-items: center;
  gap: 10px;
  min-width: 102px;
  padding: 12px 14px;
  border: 1px solid #dce8f8;
  border-radius: 12px;
  background: rgba(255,255,255,.96);
  color: #0b39a6;
  font-size: 18px;
  font-weight: 500;
  box-shadow: 0 14px 30px rgba(7, 31, 85, .14);
  transition: transform .18s ease, background .18s ease, color .18s ease;
}

.float-contact a:hover {
  transform: translateX(-6px);
  background: #0b58ef;
  color: #fff;
}

.float-contact img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.logo {
  color: #0b39a6;
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: .02em;
}

.nav {
  display: flex;
  justify-content: center;
  gap: 46px;
  height: 100%;
}

.nav a {
  position: relative;
  display: grid;
  place-items: center;
  color: #111827;
  font-size: 18px;
  font-weight: 500;
}

.nav a.active,
.nav a:hover {
  color: #0b39a6;
}

.nav a.active::after,
.nav a:hover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 4px;
  right: 4px;
  height: 5px;
  background: #0a43cf;
}

.header-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 66px;
  padding: 0 44px;
  border-radius: 8px;
  border: 2px solid #0a3fb7;
  font-size: 20px;
  font-weight: 500;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.header-cta,
.btn.primary {
  color: #fff;
  background: linear-gradient(135deg, #0645d8, #061f87);
  box-shadow: 0 16px 30px rgba(5,54,166,.22);
}

.btn.outline {
  color: #0b39a6;
  background: #fff;
}

.header-cta {
  height: 54px;
  padding: 0 32px;
  font-size: 18px;
}

.header-cta:hover,
.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(5,54,166,.22);
}

.hero {
  display: grid;
  grid-template-columns: minmax(420px, 640px) 1fr;
  gap: 36px;
  align-items: center;
  min-height: 575px;
  padding: 70px 74px 36px;
  background: radial-gradient(circle at 56% 38%, #f5f8ff 0, #fff 42%, #fff 100%);
}

.hero-copy h1 {
  margin: 0 0 28px;
  color: #07132d;
  font-size: 50px;
  line-height: 1.34;
  font-weight: 500;
  letter-spacing: 0;
}

.hero-copy p {
  width: 620px;
  margin: 0;
  color: #48576c;
  font-size: 22px;
  line-height: 1.78;
  font-weight: 400;
}

.hero-actions {
  display: flex;
  gap: 22px;
  margin-top: 40px;
}

.hero-visual {
  position: relative;
  min-height: 420px;
}

.hero-visual > img {
  width: 720px;
  margin: 0 auto;
  filter: drop-shadow(0 22px 28px rgba(2,16,46,.14));
}

.float-card {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  gap: 18px;
  width: 232px;
  min-height: 72px;
  padding: 16px 22px;
  border: 1px solid #dfe5ee;
  border-radius: 8px;
  background: #fff;
  color: #07132d;
  font-size: 24px;
  font-weight: 500;
  box-shadow: 0 14px 36px rgba(7,19,45,.08);
}

.float-card img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.card-a { top: 110px; }
.card-b { top: 212px; }
.card-c { top: 314px; }

.service-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  padding: 20px 44px 92px;
}

.service-strip article,
.scene-grid article,
.faq-grid details {
  border: 1px solid #dce3ed;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(9,35,80,.04);
}

.service-strip article,
.scene-grid article,
.ai-list article,
.process-row article,
.case-grid article {
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}

.service-strip article:hover,
.process-row article:hover {
  transform: translateY(-8px);
  border-color: #8db5ff;
  box-shadow: 0 20px 44px rgba(5,54,166,.13);
}

.service-strip article:hover img,
.ai-list article:hover img {
  transform: translateY(-6px);
}

.service-strip article {
  display: grid;
  grid-template-columns: 110px 1fr;
  align-items: center;
  min-height: 208px;
  padding: 40px 30px;
}

.service-strip img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

h2 {
  margin: 0;
  color: #07132d;
  font-size: 34px;
  line-height: 1.25;
  font-weight: 500;
}

h3 {
  margin: 0 0 15px;
  color: #07132d;
  font-size: 21px;
  line-height: 1.35;
  font-weight: 500;
}

.service-strip h3,
.scene-grid h3,
.ai-list h3,
.process-row h3 {
  font-weight: 500;
}

.service-strip h3 {
  font-size: 19px;
}

p {
  margin: 0;
}

.service-strip p,
.scene-grid p,
.ai-list p,
.process-row p {
  color: #4d5d72;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
}

.section {
  padding: 0 52px 72px;
}

.section-head {
  margin: 0 auto 28px;
  text-align: center;
}

.section-head h2 {
  margin-bottom: 16px;
}

.section-head p {
  color: #4d5d72;
  font-size: 17px;
  font-weight: 400;
}

.scene-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px 32px;
  max-width: 1435px;
  margin: 0 auto;
}

.scene-grid article {
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: center;
  min-height: 156px;
  padding: 22px 34px;
  overflow: hidden;
}

.scene-grid article:nth-child(2n) {
  background: #f8fbff;
}

.scene-grid article:nth-child(3n) {
  background: #fbfdff;
}

.scene-grid article:hover {
  transform: translateY(-6px);
  background: #0b58ef;
  border-color: #0b58ef;
  box-shadow: 0 22px 48px rgba(5,54,166,.16);
}

.scene-grid article:hover h3,
.scene-grid article:hover p {
  color: #fff;
}

.scene-grid article:hover img {
  transform: scale(1.07) rotate(-2deg);
}

.scene-grid img {
  width: 126px;
  height: 104px;
  object-fit: contain;
  transition: transform .2s ease;
}

.ai-system {
  padding: 12px 52px 90px;
}

.ai-panel {
  display: grid;
  grid-template-columns: 610px 1fr;
  gap: 32px;
  align-items: center;
  max-width: 1468px;
  margin: 0 auto;
  padding: 34px 28px 24px 44px;
  border: 1px solid #dce3ed;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(9,35,80,.04);
}

.ai-copy h2 {
  font-size: 35px;
  margin-bottom: 14px;
}

.ai-copy > p {
  margin-bottom: 34px;
  color: #4d5d72;
  font-size: 17px;
  font-weight: 400;
}

.ai-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px 40px;
}

.ai-list article {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  align-items: start;
}

.ai-list img {
  width: 52px;
  height: 52px;
  padding: 7px;
  border-radius: 8px;
  background: #eef4ff;
}

.ai-list h3 {
  margin-bottom: 7px;
  font-size: 21px;
}

.dashboard-mock {
  justify-self: end;
  display: grid;
  grid-template-columns: 148px 1fr;
  width: 735px;
  min-height: 390px;
  overflow: hidden;
  border: 1px solid #dce3ed;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(9,35,80,.08);
}

.dashboard-mock aside {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 22px 16px;
  color: #fff;
  background: linear-gradient(180deg, #082f83, #061b4c);
}

.dashboard-mock aside strong {
  margin-bottom: 12px;
  font-size: 18px;
}

.mock-tab {
  appearance: none;
  border: 0;
  text-align: left;
  cursor: pointer;
  padding: 10px 12px;
  border-radius: 8px;
  color: rgba(255,255,255,.88);
  background: transparent;
  font-size: 13px;
  font-weight: 500;
  font-family: inherit;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}

.mock-tab.active,
.mock-tab:hover {
  background: rgba(255,255,255,.12);
  color: #fff;
  transform: translateX(3px);
}

.mock-main {
  padding: 22px;
  background: #f8fbff;
}

.mock-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  color: #07132d;
  font-size: 18px;
  font-weight: 500;
}

.mock-top em {
  color: #718096;
  font-size: 13px;
  font-style: normal;
}

.mock-stats {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 12px;
  margin-bottom: 18px;
}

.mock-stats b {
  padding: 14px;
  border: 1px solid #e2e8f2;
  border-radius: 9px;
  background: #fff;
  color: #5b6a7f;
  font-size: 13px;
}

.mock-stats small {
  display: block;
  margin-top: 9px;
  color: #07132d;
  font-size: 22px;
}

.mock-table {
  overflow: hidden;
  border: 1px solid #e2e8f2;
  border-radius: 10px;
  background: #fff;
}

.mock-table div {
  display: grid;
  grid-template-columns: minmax(210px, 2fr) minmax(86px, 1fr) 74px 62px;
  gap: 10px;
  padding: 13px 16px;
  border-bottom: 1px solid #e8eef6;
  color: #4d5d72;
  font-size: 13px;
  font-weight: 400;
}

.mock-table div:first-child {
  color: #07132d;
  background: #f5f8ff;
}

.mock-table i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  height: 24px;
  border-radius: 999px;
  background: #e8fff3;
  color: #0ca66b;
  font-style: normal;
}

.mock-table i.pending {
  background: #fff4dd;
  color: #d47b00;
}

.process {
  padding-top: 10px;
}

.process-row {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 28px;
  max-width: 1460px;
  margin: 22px auto 60px;
}

.process-row::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 70px;
  right: 70px;
  border-top: 2px dashed #8ba6db;
}

.process-row article {
  position: relative;
  z-index: 1;
  text-align: center;
}

.process-row span {
  display: block;
  width: 38px;
  height: 38px;
  margin: 0 auto 28px;
  border-radius: 999px;
  background: #07348e;
  box-shadow: inset 0 0 0 9px rgba(255,255,255,.1);
  color: #fff;
  font-size: 16px;
  line-height: 38px;
  font-weight: 500;
}

.process-row img {
  width: 70px;
  height: 70px;
  margin: 0 auto 18px;
  object-fit: contain;
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1510px;
  margin: 0 auto;
}

.case-grid article {
  overflow: hidden;
  border: 1px solid #dce3ed;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(9,35,80,.05);
  text-align: center;
}

.case-grid article:hover {
  transform: translateY(-8px);
  border-color: #0b58ef;
  background: #f3f8ff;
  box-shadow: 0 24px 48px rgba(5,54,166,.16);
}

.case-grid article:hover .case-body {
  background: linear-gradient(180deg, #f8fbff, #eef6ff);
}

.case-grid article:hover img {
  transform: scale(1.04);
}

.case-grid article > img {
  width: 100%;
  height: 168px;
  object-fit: cover;
  transition: transform .25s ease;
}

.case-body {
  padding: 26px 24px 28px;
}

.case-title {
  display: grid;
  justify-items: center;
  gap: 10px;
  margin-bottom: 28px;
}

.case-title h3 {
  margin: 0;
  font-size: 18px;
}

.case-title span {
  padding: 8px 13px;
  border-radius: 6px;
  background: #eff5ff;
  color: #0b39a6;
  font-size: 16px;
  font-weight: 500;
}

.case-desc {
  min-height: 46px;
  margin: -14px 0 18px;
  color: #4d5d72;
  font-size: 13px;
  line-height: 1.65;
  font-weight: 400;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  text-align: center;
}

.metrics b {
  color: #07132d;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 500;
}

.metrics small {
  margin-top: 13px;
  color: #4d5d72;
  font-size: 13px;
}

.metrics b:not(:first-child),
.metrics small:not(:nth-child(4)) {
  border-left: 1px solid #dce3ed;
}

.faq {
  padding-top: 115px;
}

.faq .section-head h2 {
  font-size: 34px;
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 42px;
  max-width: 1480px;
  margin: 0 auto;
}

.faq-grid details {
  min-height: 100px;
  padding: 0 34px;
}

.faq-grid summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 98px;
  cursor: pointer;
  color: #07132d;
  font-size: 21px;
  font-weight: 500;
  list-style: none;
}

.faq-grid summary::-webkit-details-marker {
  display: none;
}

.faq-grid summary::after {
  content: "+";
  color: #0b39a6;
  font-size: 38px;
  line-height: 1;
  font-weight: 400;
}

.faq-grid details[open] summary::after {
  content: "-";
}

.faq-grid p {
  padding: 0 0 28px;
  color: #4d5d72;
  font-size: 17px;
  line-height: 1.8;
}

.cta {
  display: grid;
  grid-template-columns: 180px 1fr 360px;
  gap: 24px;
  align-items: center;
  max-width: 1480px;
  min-height: 218px;
  margin: 30px auto 112px;
  padding: 42px 80px;
  border: 1px solid #dce3ed;
  border-radius: 8px;
  background: linear-gradient(90deg, #f7fbff, #fff);
}

.cta-icon img {
  width: 116px;
  height: 116px;
  object-fit: contain;
}

.cta h2 {
  margin-bottom: 14px;
  font-size: 35px;
}

.cta p {
  color: #4d5d72;
  font-size: 21px;
  font-weight: 400;
}

.site-footer {
  display: grid;
  grid-template-columns: 520px 1fr 1fr 1fr 360px;
  gap: 48px;
  padding: 120px 62px 42px;
  border-top: 1px solid #edf1f7;
  background: linear-gradient(#fbfdff, #fff);
}

.footer-brand p {
  margin: 42px 0 56px;
  color: #4d5d72;
  font-size: 20px;
  line-height: 2;
  font-weight: 400;
}

address img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.site-footer h3 {
  margin: 0 0 34px;
  font-size: 21px;
}

.site-footer nav,
.site-footer address {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding-left: 46px;
  border-left: 1px solid #dce3ed;
  font-style: normal;
}

.site-footer nav a,
.site-footer address p {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  color: #4d5d72;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}

.copyright {
  grid-column: 1 / -1;
  margin-top: 76px;
  padding-top: 34px;
  border-top: 1px solid #dce3ed;
  color: #4d5d72;
  text-align: center;
  font-size: 20px;
}

.aiseo-page {
  background: #f7fbff;
}

.aiseo-page main {
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 6%, rgba(43,111,255,.12), transparent 28%),
    linear-gradient(180deg, #fff 0%, #f7fbff 22%, #fff 100%);
}

.aiseo-hero,
.aiseo-section,
.aiseo-service-strip,
.aiseo-cta-lite,
.aiseo-consult {
  max-width: 1400px;
  margin: 0 auto;
}

.aiseo-hero {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 42px;
  align-items: center;
  min-height: 570px;
  padding: 72px 36px 34px;
}

.aiseo-hero-copy h1 {
  margin: 0;
  color: #07132d;
  font-size: 50px;
  line-height: 1.25;
  letter-spacing: 0;
  font-weight: 500;
}

.aiseo-hero-copy h1 span {
  color: #0b58ef;
}

.aiseo-hero-copy p {
  max-width: 640px;
  margin: 28px 0 34px;
  color: #5c6c84;
  font-size: 18px;
  line-height: 1.9;
}

.aiseo-hero-visual img {
  width: 100%;
  filter: drop-shadow(0 28px 38px rgba(11,58,140,.16));
}

.aiseo-service-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  padding: 24px 28px;
  border: 1px solid #dce8f8;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(16,65,150,.08);
}

.aiseo-service-strip article {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 14px;
  align-items: center;
  padding: 8px 20px;
  border-right: 1px solid #dfe8f5;
}

.aiseo-service-strip article:last-child {
  border-right: 0;
}

.aiseo-service-strip img,
.aiseo-section article > img,
.workflow-grid img,
.scenario-row img,
.result-grid img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.aiseo-service-strip h3,
.aiseo-section h3 {
  margin: 0;
  color: #07132d;
  font-size: 18px;
  font-weight: 500;
}

.aiseo-service-strip p,
.aiseo-section p,
.aiseo-section li {
  color: #586982;
  font-size: 15px;
  line-height: 1.75;
}

.aiseo-section {
  padding: 70px 36px 0;
}

.two-col,
.train-box,
.matrix-wrap {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 52px;
  align-items: center;
}

.train-box {
  grid-template-columns: 1.05fr .95fr;
}

.aiseo-copy span {
  color: #0b58ef;
  font-size: 14px;
  font-weight: 500;
}

.aiseo-copy h2,
.aiseo-title h2,
.aiseo-consult h2 {
  margin: 10px 0 18px;
  color: #07132d;
  font-size: 34px;
  line-height: 1.25;
  text-align: left;
  font-weight: 500;
}

.aiseo-title {
  margin-bottom: 32px;
  text-align: center;
}

.aiseo-title h2 {
  text-align: center;
}

.aiseo-title p {
  color: #64748b;
  font-size: 17px;
}

.aiseo-copy ul {
  display: grid;
  gap: 8px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.aiseo-copy li::before {
  content: "✓";
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border-radius: 50%;
  background: #0b58ef;
  color: #fff;
  font-size: 12px;
}

.aiseo-window,
.train-grid,
.cms-grid article,
.feature-list article,
.payment-grid article,
.price-grid article,
.workflow-grid article,
.matrix-list article,
.scenario-row article,
.result-grid article,
.faq-grid details {
  border: 1px solid #dce8f8;
  border-radius: 12px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 16px 38px rgba(16,65,150,.07);
}

.aiseo-window {
  padding: 42px 28px 34px;
  position: relative;
}

.window-dots {
  position: absolute;
  top: 20px;
  left: 24px;
  display: flex;
  gap: 8px;
}

.window-dots i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.window-dots i:nth-child(1) { background: #ff4b55; }
.window-dots i:nth-child(2) { background: #ff9d00; }
.window-dots i:nth-child(3) { background: #24bd68; }

.mini-card-grid,
.train-grid,
.cms-grid,
.feature-list,
.workflow-grid,
.scenario-row,
.result-grid {
  display: grid;
  gap: 18px;
}

.mini-card-grid {
  grid-template-columns: repeat(4, 1fr);
}

.mini-card-grid article,
.train-grid article {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 92px;
  padding: 18px;
  border: 1px solid #e0e9f6;
  border-radius: 10px;
  background: #fff;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.mini-card-grid article:hover,
.train-grid article:hover,
.cms-grid article:hover,
.feature-list article:hover,
.workflow-grid article:hover,
.scenario-row article:hover,
.result-grid article:hover {
  transform: translateY(-6px);
  background: #f8fbff;
  box-shadow: 0 20px 42px rgba(11,88,239,.11);
}

.mini-card-grid img,
.train-grid img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.mini-card-grid h3,
.train-grid h3 {
  font-size: 16px;
  white-space: nowrap;
}

.train-grid p {
  margin: 4px 0 0;
  font-size: 13px;
  line-height: 1.55;
}

.train-grid {
  grid-template-columns: repeat(3, 1fr);
}

.train-grid article {
  text-align: left;
}

.cms-grid {
  grid-template-columns: repeat(6, 1fr);
}

.cms-grid article {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 8px;
  align-items: center;
  padding: 20px 12px;
}

.cms-grid img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.cms-grid p {
  white-space: nowrap;
  font-size: 12px;
}

.feature-list {
  grid-template-columns: repeat(3, 1fr);
}

.feature-list article,
.matrix-list article,
.result-grid article {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 18px;
  align-items: center;
  padding: 26px;
}

.aiseo-cta-lite {
  position: relative;
  display: grid;
  grid-template-columns: 470px 1fr;
  grid-template-rows: auto auto;
  gap: 12px 34px;
  align-items: start;
  margin-top: 70px;
  min-height: 190px;
  overflow: hidden;
  padding: 32px 42px 20px 128px;
  border-radius: 12px;
  background:
    radial-gradient(circle at 18% 65%, rgba(55,174,255,.22), transparent 20%),
    linear-gradient(100deg, #eef8ff 0%, #f7fbff 48%, #edf6ff 100%);
  border-top: 1px solid #d8e7fb;
  border-bottom: 1px solid #d8e7fb;
}

.cta-lite-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 245px;
  height: 170px;
  object-fit: contain;
  opacity: .9;
  pointer-events: none;
}

.aiseo-cta-lite h2 {
  margin: 0 0 10px;
  color: #07132d;
  font-size: 27px;
  line-height: 1.18;
  font-weight: 500;
  white-space: nowrap;
}

.cta-lite-copy p {
  max-width: 520px;
  margin: 0;
  color: #4d5f79;
  font-size: 14px;
  line-height: 1.75;
}

.cta-mini-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(150px, 1fr));
  gap: 14px;
}

.cta-mini-grid article {
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
  gap: 8px;
  min-height: 74px;
  padding: 12px 14px;
  border: 1px solid #e0ebfa;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(16,65,150,.08);
}

.cta-mini-grid article:hover {
  transform: translateY(-5px);
  background: #f9fcff;
}

.cta-mini-grid img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.cta-mini-grid h3 {
  margin: 0 0 4px;
  font-size: 13px;
  line-height: 1.2;
  white-space: nowrap;
}

.cta-mini-grid p {
  margin: 0;
  color: #56677f;
  font-size: 10.5px;
  line-height: 1.4;
}

.cta-lite-action {
  grid-column: 2;
  justify-self: start;
  padding-left: 4px;
}

.cta-lite-action .btn {
  min-width: 180px;
  height: 42px;
  padding: 0 34px;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.price-grid article {
  position: relative;
  padding: 30px;
}

.price-grid > article > img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.price-grid article.hot {
  border-color: #e7a52d;
}

.price-grid em {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 24px;
  border-radius: 0 12px 0 12px;
  background: #f2a51f;
  color: #fff;
  font-style: normal;
}

.price-grid strong {
  display: block;
  margin: 14px 0 24px;
  color: #0b58ef;
  font-size: 34px;
  font-weight: 500;
}

.price-grid strong span {
  font-size: 15px;
  color: #5f6e84;
}

.price-grid h4 {
  margin: 20px 0 8px;
  color: #07132d;
  font-size: 19px;
  font-weight: 500;
}

.package-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.package-cols ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.package-cols li {
  color: #41526e;
  font-size: 14px;
  line-height: 1.55;
}

.package-cols li::before {
  content: "✓";
  display: inline-grid;
  place-items: center;
  width: 16px;
  height: 16px;
  margin-right: 7px;
  border-radius: 50%;
  background: #0b58ef;
  color: #fff;
  font-size: 11px;
}

.compare table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(16,65,150,.07);
}

.compare th,
.compare td {
  padding: 15px;
  border: 1px solid #e2ebf8;
  color: #122342;
  text-align: center;
  font-size: 16px;
}

.compare th {
  background: #f8fbff;
  font-weight: 500;
}

.check-mark {
  display: inline-block;
  color: #fff;
  color: #0b58ef;
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
}

.payment-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.payment-grid article {
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 26px 18px;
  text-align: center;
}

.payment-grid article:hover {
  transform: translateY(-6px);
  background: #f8fbff;
}

.pay-icon {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 18px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  box-shadow: 0 14px 30px rgba(16,65,150,.14);
}

.pay-icon.usdt { background: #20b486; }
.pay-icon.visa { background: #1d4ed8; font-size: 16px; }
.pay-icon.master { background: linear-gradient(135deg, #eb001b, #f79e1b); font-size: 16px; }
.pay-icon.alipay { background: #1677ff; }
.pay-icon.wechat { background: #22c55e; }

.workflow-grid {
  grid-template-columns: repeat(6, 1fr);
}

.workflow-grid article {
  position: relative;
  padding: 24px 18px;
  text-align: center;
}

.workflow-grid span {
  position: absolute;
  top: 18px;
  left: 18px;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #0b58ef;
  color: #fff;
  font-size: 13px;
}

.workflow-grid img {
  margin: 26px auto 16px;
}

.matrix-wrap {
  grid-template-columns: .78fr 1.22fr;
}

.matrix-list {
  display: grid;
  gap: 14px;
}

.matrix-wrap > img {
  width: 100%;
  min-height: 430px;
  object-fit: cover;
  object-position: top center;
  border-radius: 14px;
  box-shadow: 0 20px 45px rgba(16,65,150,.12);
}

.scenario-row {
  grid-template-columns: repeat(2, 1fr);
}

.scenario-row article,
.result-grid article {
  padding: 24px;
}

.scenario-row img {
  width: 180px;
  height: 128px;
  object-fit: contain;
}

.scenario-row article {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 20px;
  align-items: center;
  min-height: 180px;
}

.result-grid {
  grid-template-columns: repeat(3, 1fr);
}

.result-grid article {
  grid-template-columns: 80px 1fr auto;
  align-items: center;
}

.result-grid img {
  width: 78px;
  height: 78px;
  object-fit: contain;
}

.result-grid strong {
  color: #0b58ef;
  font-size: 34px;
  font-weight: 500;
  white-space: nowrap;
}

.aiseo-consult {
  display: grid;
  grid-template-columns: 260px 1fr 240px;
  gap: 28px;
  align-items: center;
  margin-top: 70px;
  margin-bottom: 0;
  padding: 32px 42px;
  border: 1px solid #bad4ff;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(16,65,150,.08);
}

.aiseo-consult > img {
  width: 100%;
}

.aiseo-consult h2 {
  text-align: center;
}

.aiseo-consult p {
  color: #586982;
  text-align: center;
  font-size: 17px;
}

.aiseo-consult .btn,
.telegram-link {
  margin: 12px 16px 0;
}

.telegram-link {
  display: inline-flex;
  align-items: center;
  color: #0b58ef;
  font-size: 24px;
  font-weight: 500;
}

@media (max-width: 1180px) {
  .aiseo-hero,
  .two-col,
  .train-box,
  .matrix-wrap,
  .aiseo-cta-lite,
  .aiseo-consult {
    grid-template-columns: 1fr;
  }

  .aiseo-service-strip,
  .cms-grid,
  .payment-grid,
  .workflow-grid,
  .feature-list,
  .price-grid,
  .scenario-row,
  .result-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mini-card-grid,
  .train-grid,
  .cta-mini-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .aiseo-cta-lite {
    grid-template-columns: 1fr;
    padding-left: 42px;
  }

  .cta-lite-action {
    grid-column: 1;
  }
}

@media (max-width: 720px) {
  .aiseo-hero,
  .aiseo-section,
  .aiseo-service-strip,
  .aiseo-cta-lite,
  .aiseo-consult {
    padding-left: 20px;
    padding-right: 20px;
  }

  .aiseo-hero-copy h1 {
    font-size: 34px;
  }

  .aiseo-copy h2,
  .aiseo-title h2,
  .aiseo-cta-lite h2,
  .aiseo-consult h2 {
    font-size: 26px;
  }

  .aiseo-service-strip,
  .mini-card-grid,
  .train-grid,
  .cms-grid,
  .payment-grid,
  .feature-list,
  .cta-mini-grid,
  .price-grid,
  .workflow-grid,
  .scenario-row,
  .result-grid {
    grid-template-columns: 1fr;
  }

  .aiseo-cta-lite {
    padding: 28px 20px 24px;
  }

  .cta-lite-bg {
    width: 150px;
    opacity: .28;
  }

  .aiseo-cta-lite h2 {
    white-space: normal;
  }

  .aiseo-service-strip article {
    border-right: 0;
    border-bottom: 1px solid #dfe8f5;
  }

  .aiseo-service-strip article:last-child {
    border-bottom: 0;
  }

  .feature-list article,
  .matrix-list article,
  .result-grid article,
  .scenario-row article,
  .payment-grid article,
  .cms-grid article {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .compare {
    overflow-x: auto;
  }

  .compare table {
    min-width: 720px;
  }
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: 1fr auto;
    height: auto;
    padding: 20px;
  }

  .nav {
    grid-column: 1 / -1;
    order: 3;
    flex-wrap: wrap;
    gap: 18px 28px;
    justify-content: flex-start;
    height: auto;
    margin-top: 18px;
  }

  .hero,
  .ai-panel,
  .site-footer,
  .cta {
    grid-template-columns: 1fr;
  }

  .hero-copy p {
    width: auto;
  }

  .service-strip,
  .scene-grid,
  .case-grid,
  .faq-grid {
    grid-template-columns: 1fr 1fr;
  }

  .process-row {
    grid-template-columns: repeat(3, 1fr);
  }

  .process-row::before {
    display: none;
  }
}

@media (max-width: 720px) {
  .logo {
    font-size: 28px;
  }

  .header-cta {
    display: none;
  }

  .hero {
    padding: 44px 20px;
  }

  .hero-copy h1 {
    font-size: 34px;
  }

  .hero-copy p,
  .section-head p {
    font-size: 17px;
  }

  .hero-actions,
  .service-strip,
  .scene-grid,
  .ai-list,
  .case-grid,
  .faq-grid,
  .process-row {
    grid-template-columns: 1fr;
  }

  .service-strip,
  .section,
  .ai-system {
    padding-left: 20px;
    padding-right: 20px;
  }

  .float-card {
    position: static;
    width: 100%;
    margin-top: 12px;
  }

  .site-footer {
    padding: 64px 24px 34px;
  }

  .site-footer nav,
  .site-footer address {
    padding-left: 0;
    border-left: 0;
  }
}

.solutions-page {
  background:
    radial-gradient(circle at 50% 8%, rgba(238, 245, 255, .8), transparent 34%),
    #fff;
}

.solutions-page h1,
.solutions-page h2,
.solutions-page h3,
.solutions-page h4,
.solutions-page p {
  font-weight: 400;
}

.solutions-hero {
  display: grid;
  grid-template-columns: 560px 1fr;
  gap: 56px;
  align-items: center;
  min-height: 610px;
  padding: 64px 66px 24px;
}

.solutions-hero-copy h1 {
  margin: 0 0 28px;
  color: #14223c;
  font-size: 56px;
  line-height: 1.25;
  letter-spacing: .04em;
}

.solutions-hero-copy p {
  max-width: 660px;
  margin: 0;
  color: #52627f;
  font-size: 19px;
  line-height: 1.9;
}

.solutions-hero-visual {
  position: relative;
  min-height: 430px;
}

.solutions-hero-visual > img {
  width: 760px;
  margin: 30px 0 0 80px;
  filter: drop-shadow(0 20px 35px rgba(8, 42, 113, .1));
}

.solutions-hero-card {
  position: absolute;
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 12px;
  align-items: center;
  min-width: 170px;
  min-height: 72px;
  padding: 12px 18px;
  border: 1px solid #dfe8f7;
  border-radius: 12px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 14px 32px rgba(7, 31, 85, .1);
}

.solutions-hero-card img {
  grid-row: 1 / 3;
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.solutions-hero-card span {
  color: #14223c;
  font-size: 17px;
}

.solutions-hero-card small {
  color: #6a7a96;
  font-size: 12px;
}

.sh-card-a { top: 26px; left: 78px; }
.sh-card-b { top: 8px; right: 150px; }
.sh-card-c { top: 150px; right: 28px; }
.sh-card-d { bottom: 48px; left: 18px; }
.sh-card-e { right: 106px; bottom: 20px; }

.solutions-points {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  max-width: 1480px;
  margin: 0 auto 52px;
  border-top: 1px solid #e1e9f8;
  border-bottom: 1px solid #e1e9f8;
}

.solutions-points article {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 108px;
  padding: 18px 28px;
  border-right: 1px solid #e1e9f8;
  transition: transform .2s ease, background .2s ease;
}

.solutions-points article:last-child {
  border-right: 0;
}

.solutions-points article:hover {
  transform: translateY(-5px);
  background: #f6faff;
}

.solutions-points img,
.deliver-grid img,
.solutions-process img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.solutions-points h3 {
  margin: 0;
  color: #14223c;
  font-size: 20px;
  text-align: center;
}

.solutions-points p {
  margin: 8px 0 0;
  color: #6a7a96;
  font-size: 14px;
  line-height: 1.65;
  text-align: center;
}

.solutions-section {
  padding: 34px 84px 48px;
}

.solutions-section:nth-of-type(even) {
  background: #fbfdff;
}

.solutions-title {
  margin: 0 auto 36px;
  text-align: center;
}

.solutions-title h2 {
  margin: 0;
  color: #14223c;
  font-size: 34px;
  line-height: 1.3;
  letter-spacing: .08em;
}

.solutions-title p {
  margin: 14px 0 0;
  color: #6a7a96;
  font-size: 16px;
}

.industry-grid,
.solution-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  max-width: 1400px;
  margin: 0 auto;
}

.industry-grid article {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  min-height: 370px;
  padding: 18px 22px 24px;
  border: 1px solid #dce7f7;
  border-radius: 8px;
  background: #fff;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.industry-grid article:hover,
.solution-card-grid article:hover,
.scenario-grid article:hover,
.combo-grid article:hover {
  transform: translateY(-7px);
  background: #f8fbff;
  box-shadow: 0 18px 42px rgba(5,54,166,.1);
}

.industry-grid img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 12px 26px rgba(14, 63, 132, .12);
  margin-bottom: 18px;
}

.industry-grid article > div {
  display: grid;
  justify-items: center;
}

.industry-grid h3,
.solution-card-grid h3,
.scenario-grid h3,
.combo-grid h3 {
  margin: 0;
  color: #14223c;
  font-size: 22px;
  text-align: center;
}

.industry-grid p,
.solution-card-grid p,
.scenario-grid p,
.combo-grid p {
  color: #5a6a87;
  font-size: 15px;
  line-height: 1.75;
  text-align: center;
}

.industry-grid a,
.solution-card-grid a {
  display: inline-flex;
  justify-content: center;
  color: #0b58ef;
  font-size: 18px;
}

.solution-card-grid article {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 24px;
  align-items: center;
  min-height: 180px;
  padding: 28px 34px;
  border: 1px solid #dce7f7;
  border-radius: 8px;
  background: #fff;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.solution-card-grid img,
.scenario-grid img,
.combo-grid img {
  width: 155px;
  height: 130px;
  object-fit: contain;
}

.architecture-wrap {
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  gap: 18px;
  max-width: 1400px;
  margin: 0 auto;
}

.arch-panel,
.deliver-panel {
  border: 1px solid #dce7f7;
  border-radius: 8px;
  background: #fff;
  padding: 28px;
}

.arch-panel h3,
.deliver-panel h3 {
  margin: 0 0 24px;
  color: #14223c;
  font-size: 24px;
  text-align: center;
}

.arch-flow {
  display: grid;
  gap: 28px;
}

.arch-flow article {
  display: grid;
  grid-template-columns: 64px 140px repeat(4, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 66px;
  padding: 12px 18px;
  border: 1px solid #e0e9f8;
  border-radius: 8px;
  background: #fbfdff;
}

.arch-flow img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.arch-flow b {
  color: #14223c;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.arch-flow span {
  display: grid;
  place-items: center;
  min-height: 38px;
  border: 1px solid #dce7f7;
  border-radius: 6px;
  color: #5a6a87;
  font-size: 14px;
}

.deliver-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.deliver-grid article {
  min-height: 184px;
  padding: 22px 18px;
  border: 1px solid #dce7f7;
  border-radius: 8px;
  text-align: center;
  transition: transform .2s ease, background .2s ease;
}

.deliver-grid article:hover {
  transform: translateY(-6px);
  background: #f4f9ff;
}

.deliver-grid h4 {
  margin: 14px 0 10px;
  color: #14223c;
  font-size: 18px;
  text-align: center;
}

.deliver-grid p {
  color: #5a6a87;
  font-size: 13px;
  line-height: 1.7;
  text-align: center;
}

.scenario-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  max-width: 1360px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #dce7f7;
  border-radius: 8px;
  background: #fff;
}

.scenario-grid article {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 18px;
  align-items: center;
  padding: 20px;
  transition: transform .2s ease, background .2s ease;
}

.solutions-process {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 22px;
  max-width: 1360px;
  margin: 0 auto;
}

.solutions-process article {
  position: relative;
  display: grid;
  justify-items: center;
  min-height: 165px;
  padding: 22px 20px;
  border: 1px solid #dce7f7;
  border-radius: 8px;
  background: #fff;
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease;
}

.solutions-process article:hover {
  transform: translateY(-7px);
  box-shadow: 0 18px 38px rgba(5,54,166,.1);
}

.solutions-process span {
  position: static;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin: 0 auto 10px;
  border: 1px solid #dce7f7;
  border-radius: 50%;
  background: #fff;
  color: #9ab5ec;
  font-size: 24px;
}

.solutions-process img {
  margin: 0 auto 10px;
}

.solutions-process h3 {
  margin: 10px 0 8px;
  color: #14223c;
  font-size: 20px;
  text-align: center;
}

.solutions-process p {
  color: #5a6a87;
  font-size: 14px;
  line-height: 1.65;
  text-align: center;
}

.combo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  max-width: 1360px;
  margin: 0 auto;
}

.combo-grid article {
  display: grid;
  grid-template-columns: 1fr 210px;
  align-items: center;
  min-height: 210px;
  padding: 28px;
  border: 1px solid #dce7f7;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.combo-grid article > div {
  text-align: center;
}

.combo-grid ul {
  margin: 18px 0;
  padding-left: 0;
  list-style-position: inside;
  color: #41526e;
  font-size: 15px;
  line-height: 1.9;
  text-align: center;
}

.combo-grid p {
  white-space: nowrap;
  font-size: 13px;
}

.solutions-cta {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 48px;
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: 238px;
  margin: 28px 0 78px;
  padding: 34px max(70px, calc((100vw - 1360px) / 2));
  border-top: 1px solid #cfe0fb;
  border-bottom: 1px solid #cfe0fb;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  background: linear-gradient(100deg, #f8fbff, #fff 58%, #eef6ff);
  box-shadow: 0 14px 38px rgba(5,54,166,.08);
}

.solutions-cta img {
  width: 320px;
  height: 190px;
  object-fit: contain;
}

.solutions-cta h2 {
  margin: 0 0 20px;
  color: #14223c;
  font-size: 34px;
  letter-spacing: .06em;
}

.solutions-cta p {
  max-width: 690px;
  color: #52627f;
  font-size: 17px;
  line-height: 1.8;
}

.solutions-cta .btn {
  min-width: 360px;
  margin-top: 14px;
}

@media (max-width: 1180px) {
  .solutions-hero,
  .architecture-wrap,
  .solutions-cta {
    grid-template-columns: 1fr;
  }

  .solutions-points,
  .industry-grid,
  .solution-card-grid,
  .scenario-grid,
  .combo-grid {
    grid-template-columns: 1fr 1fr;
  }

  .deliver-grid,
  .solutions-process {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 720px) {
  .solutions-hero,
  .solutions-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .solutions-hero-copy h1 {
    font-size: 34px;
  }

  .solutions-hero-card {
    position: static;
    margin-top: 10px;
  }

  .solutions-points,
  .industry-grid,
  .solution-card-grid,
  .deliver-grid,
  .scenario-grid,
  .solutions-process,
  .combo-grid {
    grid-template-columns: 1fr;
  }

  .arch-flow article,
  .solution-card-grid article,
  .scenario-grid article,
  .combo-grid article {
    grid-template-columns: 1fr;
  }

  .solutions-cta {
    padding: 30px 20px;
  }
}

.website-page {
  background:
    radial-gradient(circle at 50% 0, rgba(237, 244, 255, .75), transparent 28%),
    #fff;
}

.website-page h1,
.website-page h2,
.website-page h3,
.website-page p {
  font-weight: 400;
}

.website-hero {
  display: grid;
  grid-template-columns: 560px 1fr;
  gap: 56px;
  align-items: center;
  min-height: 610px;
  padding: 52px 88px 28px;
}

.website-hero-copy {
  padding-top: 8px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 34px;
  color: #8ca4da;
  font-size: 15px;
  letter-spacing: .02em;
}

.eyebrow::after {
  content: "";
  width: 40px;
  height: 1px;
  background: #b7c8ef;
}

.website-hero h1 {
  margin: 0 0 28px;
  color: #071f69;
  font-size: 56px;
  line-height: 1.25;
  letter-spacing: .06em;
}

.website-hero p {
  max-width: 610px;
  margin: 0;
  color: #465875;
  font-size: 19px;
  line-height: 1.9;
}

.website-hero-visual img {
  width: 900px;
  filter: drop-shadow(0 24px 32px rgba(20, 44, 91, .12));
}

.website-hero-visual {
  position: relative;
}

.website-hero-card {
  position: absolute;
  right: 54px;
  display: flex;
  align-items: center;
  gap: 14px;
  width: 188px;
  min-height: 64px;
  padding: 14px 18px;
  border: 1px solid #dfe7f6;
  border-radius: 8px;
  background: rgba(255, 255, 255, .96);
  color: #071f69;
  font-size: 20px;
  box-shadow: 0 14px 34px rgba(7, 31, 85, .11);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.website-hero-card:hover {
  transform: translateX(-8px);
  border-color: #8db5ff;
  box-shadow: 0 20px 42px rgba(5, 54, 166, .16);
}

.website-hero-card img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.wh-card-a { top: 128px; }
.wh-card-b { top: 218px; }
.wh-card-c { top: 308px; }

.website-points {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1420px;
  margin: 4px auto 54px;
  border-top: 1px solid #e3ebfb;
  border-bottom: 1px solid #e3ebfb;
}

.website-points article {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 22px;
  align-items: center;
  min-height: 124px;
  padding: 18px 34px;
  border-right: 1px solid #e3ebfb;
  transition: background .2s ease, transform .2s ease;
}

.website-points article:last-child {
  border-right: 0;
}

.website-points article:hover {
  background: #f5f9ff;
  transform: translateY(-5px);
}

.website-points img,
.method-grid img,
.capability-list img,
.workflow-line img,
.type-grid img,
.standard-grid img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  transition: transform .2s ease, filter .2s ease;
}

.website-points h3,
.method-grid h3,
.scope-grid h3,
.capability-list h3,
.workflow-line h3,
.type-grid h3,
.standard-grid h3,
.website-case-grid h3 {
  margin: 0;
  color: #071f69;
  font-size: 20px;
  line-height: 1.45;
}

.website-points p,
.method-grid p,
.scope-grid p,
.capability-list p,
.workflow-line p,
.standard-grid p,
.website-case-grid p {
  margin: 8px 0 0;
  color: #52627f;
  font-size: 14px;
  line-height: 1.72;
}

.website-section {
  padding: 28px 86px 42px;
}

.website-section:nth-of-type(even) {
  background: #fbfdff;
}

.website-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  margin: 0 auto 30px;
  color: #071f69;
}

.website-title::before,
.website-title::after {
  content: "";
  width: 124px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #bed0fb);
}

.website-title::after {
  background: linear-gradient(90deg, #bed0fb, transparent);
}

.website-title h2 {
  margin: 0;
  font-size: 31px;
  line-height: 1.3;
  letter-spacing: .14em;
}

.method-grid,
.standard-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
  max-width: 1420px;
  margin: 0 auto;
}

.method-grid article {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 18px;
  min-height: 130px;
  padding: 30px 28px;
  border: 1px solid #dce7fb;
  border-radius: 8px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 10px 28px rgba(8, 41, 113, .04);
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.method-grid article h3,
.method-grid article p {
  grid-column: 2;
}

.method-grid article img {
  grid-row: 1 / 3;
}

.method-grid article:hover,
.standard-grid article:hover,
.type-grid article:hover {
  transform: translateY(-8px);
  border-color: #8fb2ff;
  background: #f4f8ff;
}

.method-grid article:hover img,
.workflow-line article:hover img,
.standard-grid article:hover img {
  transform: translateY(-6px) scale(1.04);
}

.scope-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 26px;
  max-width: 1325px;
  margin: 0 auto;
}

.scope-grid article {
  display: grid;
  grid-template-columns: 56px 58px 1fr 310px;
  gap: 18px;
  align-items: center;
  min-height: 160px;
  padding: 24px 28px;
  border: 1px solid #dce7fb;
  border-radius: 8px;
  background: #fff;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.scope-grid article:hover {
  transform: translateY(-6px);
  background: #f7fbff;
  box-shadow: 0 18px 40px rgba(5, 54, 166, .1);
}

.scope-grid article > span {
  color: #004de8;
  font-size: 29px;
  line-height: 1;
}

.scope-icon {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.scope-shot {
  width: 310px;
  height: 134px;
  object-fit: cover;
  border-radius: 4px;
}

.capability-panel {
  display: grid;
  grid-template-columns: 1fr 1.18fr;
  gap: 28px;
  max-width: 1325px;
  margin: 0 auto;
}

.capability-list,
.capability-shot {
  border: 1px solid #dce7fb;
  border-radius: 8px;
  background: #fff;
}

.capability-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 20px 22px;
}

.capability-list article {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  padding: 24px 18px;
  border-bottom: 1px solid #e6eefc;
  transition: background .2s ease;
}

.capability-list article:nth-last-child(-n+2) {
  border-bottom: 0;
}

.capability-list article:hover {
  background: #f5f9ff;
}

.capability-list article img {
  grid-row: 1 / 3;
}

.capability-shot {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}

.workflow-line {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 26px;
  max-width: 1325px;
  margin: 0 auto;
}

.workflow-line article {
  position: relative;
  display: grid;
  justify-items: center;
  text-align: center;
  padding: 4px 12px;
}

.workflow-line article:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 36px;
  left: calc(50% + 48px);
  width: calc(100% - 70px);
  height: 1px;
  background: #c6d7fb;
}

.workflow-line article > span {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 18px;
  border: 1px solid #b9caf4;
  border-radius: 50%;
  color: #004de8;
  font-size: 27px;
  background: #fff;
}

.workflow-line img {
  margin-bottom: 18px;
}

.type-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 24px;
  max-width: 1325px;
  margin: 0 auto;
}

.type-grid article {
  display: grid;
  justify-items: center;
  gap: 18px;
  min-height: 130px;
  padding: 24px 16px;
  border: 1px solid #dce7fb;
  border-radius: 8px;
  background: #fff;
  text-align: center;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.standard-grid article {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 20px;
  align-items: center;
  min-height: 128px;
  padding: 28px 32px;
  border: 1px solid #dce7fb;
  border-radius: 8px;
  background: #fff;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.website-case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  max-width: 1460px;
  margin: 0 auto;
}

.website-case-grid article {
  padding: 14px 14px 28px;
  border: 1px solid #dce7fb;
  border-radius: 8px;
  background: #fff;
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.website-case-grid article:hover {
  transform: translateY(-7px);
  background: #f8fbff;
  box-shadow: 0 18px 42px rgba(5, 54, 166, .1);
}

.website-case-grid > article > img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 18px;
}

.website-case-grid h3 {
  font-size: 22px;
}

.website-case-grid p {
  max-width: 410px;
  margin: 10px auto 26px;
}

.case-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  padding-top: 18px;
  border-top: 1px solid #e4ecfb;
}

.case-meta span {
  color: #52627f;
  font-size: 13px;
  line-height: 1.7;
}

.case-meta b {
  color: #004de8;
  font-size: 19px;
  font-weight: 500;
}

.website-faq {
  padding-top: 34px;
}

.website-cta {
  display: grid;
  grid-template-columns: minmax(90px, 150px) minmax(420px, 1fr) 440px;
  gap: 36px;
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: 150px;
  margin: 42px 0 90px;
  padding: 34px max(72px, calc((100vw - 1460px) / 2));
  border-top: 2px solid #b8c9f4;
  border-bottom: 2px solid #b8c9f4;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  background: linear-gradient(90deg, #f8fbff, #fff 46%, #f3f8ff);
  box-shadow: 0 12px 28px rgba(17, 55, 133, .05);
}

.website-cta > img {
  width: 118px;
  height: 104px;
  object-fit: contain;
}

.website-cta h2 {
  margin: 0;
  color: #071f69;
  font-size: 29px;
  letter-spacing: .04em;
}

.website-cta .btn {
  min-width: 420px;
  padding: 0 34px;
}

.website-footer-brand .logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.website-footer-brand .logo img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

@media (max-width: 1180px) {
  .website-hero,
  .capability-panel,
  .website-cta {
    grid-template-columns: 1fr;
  }

  .website-points,
  .method-grid,
  .standard-grid,
  .scope-grid,
  .website-case-grid {
    grid-template-columns: 1fr 1fr;
  }

  .type-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .workflow-line {
    grid-template-columns: repeat(3, 1fr);
  }

  .workflow-line article::after {
    display: none;
  }
}

@media (max-width: 720px) {
  .website-hero,
  .website-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .website-hero h1 {
    font-size: 34px;
  }

  .website-hero p {
    font-size: 16px;
  }

  .website-hero-card {
    position: static;
    width: 100%;
    margin-top: 10px;
  }

  .website-cta {
    padding: 32px 20px;
  }

  .website-points,
  .method-grid,
  .scope-grid,
  .capability-list,
  .workflow-line,
  .type-grid,
  .standard-grid,
  .website-case-grid {
    grid-template-columns: 1fr;
  }

  .scope-grid article {
    grid-template-columns: 46px 1fr;
  }

  .scope-grid .scope-shot {
    grid-column: 1 / -1;
    width: 100%;
  }

  .website-title::before,
  .website-title::after {
    width: 46px;
  }
}
/* SEO optimization page */
.seoopt-page {
  background: linear-gradient(180deg, #f7fbff 0, #fff 18%, #f4f9ff 58%, #fff 100%);
}

.seoopt-hero,
.seoopt-strip,
.seoopt-section,
.seoopt-cta {
  max-width: 1420px;
  margin: 0 auto;
}

.seoopt-hero {
  position: relative;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 36px;
  align-items: center;
  min-height: 650px;
  padding: 80px 50px 60px;
  overflow: hidden;
  background: radial-gradient(circle at 82% 16%, rgba(54,128,255,.18), transparent 20%), radial-gradient(circle at 36% 72%, rgba(67,165,255,.2), transparent 25%), linear-gradient(180deg, #eef7ff 0%, #f8fcff 100%);
}

.seoopt-hero::after {
  content: "";
  position: absolute;
  left: -4%;
  right: -4%;
  bottom: -110px;
  height: 260px;
  border-radius: 50% 50% 0 0;
  background: linear-gradient(180deg, rgba(74,153,255,.18), rgba(255,255,255,0));
  pointer-events: none;
}

.seoopt-copy,
.seoopt-visual {
  position: relative;
  z-index: 1;
}

.seoopt-copy h1 {
  margin: 0 0 24px;
  color: #07132d;
  font-size: 51px;
  line-height: 1.38;
  font-weight: 500;
}

.seoopt-copy h1 span {
  color: #0b65ff;
}

.seoopt-copy p {
  max-width: 650px;
  margin: 0 0 36px;
  color: #53647d;
  font-size: 21px;
  line-height: 1.78;
}

.seoopt-visual {
  min-height: 500px;
}

.seoopt-visual > img {
  width: 100%;
  max-height: 545px;
  object-fit: contain;
  border-radius: 18px;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 20px 34px rgba(42,96,160,.12));
}

.seoopt-pills {
  position: absolute;
  right: -18px;
  top: 80px;
  display: grid;
  gap: 14px;
}

.seoopt-pills span {
  display: grid;
  grid-template-columns: 38px auto;
  align-items: center;
  gap: 12px;
  min-width: 168px;
  padding: 12px 18px;
  border-radius: 28px;
  background: rgba(255,255,255,.96);
  color: #172342;
  box-shadow: 0 14px 35px rgba(16,65,150,.12);
}

.seoopt-pills img {
  width: 34px;
  height: 34px;
}

.seoopt-strip {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: -60px;
  padding: 22px 28px;
  border-radius: 16px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 18px 45px rgba(15,69,148,.12);
}

.seoopt-strip article {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 16px;
  align-items: center;
  min-height: 92px;
  padding: 0 24px;
  border-right: 1px solid #dfe8f7;
  transition: transform .18s ease, background .18s ease;
}

.seoopt-strip article:last-child {
  border-right: 0;
}

.seoopt-strip article:hover {
  transform: translateY(-6px);
  background: #f8fbff;
}

.seoopt-strip img,
.seoopt-card-grid img,
.process-row img,
.scenario-cards img,
.result-number-grid img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.seoopt-strip h3,
.seoopt-section h3 {
  margin: 0 0 6px;
  color: #07132d;
  font-size: 18px;
  font-weight: 500;
}

.seoopt-strip p,
.seoopt-section p {
  margin: 0;
  color: #5a6a84;
  font-size: 14px;
  line-height: 1.65;
}

.seoopt-section {
  padding: 74px 42px 0;
}

.seoopt-title {
  margin-bottom: 30px;
  text-align: center;
}

.seoopt-title h2 {
  margin: 0 0 10px;
  color: #07132d;
  font-size: 34px;
  line-height: 1.25;
  font-weight: 500;
}

.seoopt-title p {
  color: #6a7891;
  font-size: 17px;
}

.writer-panel {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 36px;
  align-items: center;
  padding: 46px 32px;
  border: 1px solid #dce8f8;
  border-radius: 18px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 18px 48px rgba(16,65,150,.09);
}

.writer-copy > img {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
}

.writer-copy h3 {
  font-size: 33px;
  line-height: 1.35;
}

.writer-copy ul,
.plans ul {
  display: grid;
  gap: 11px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.writer-copy li,
.plans li {
  color: #34445f;
  font-size: 15px;
}

.writer-copy li::before,
.plans li::before {
  content: "✓";
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border-radius: 50%;
  background: #0b65ff;
  color: #fff;
  font-size: 12px;
}

.writer-img {
  width: 100%;
  min-height: 410px;
  object-fit: contain;
  border-radius: 16px;
  filter: drop-shadow(0 22px 38px rgba(16,65,150,.12));
}

.compare-cards {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 30px;
  margin-top: 36px;
}

.compare-cards article,
.seoopt-card-grid article,
.process-row article,
.scenario-cards article,
.result-number-grid article,
.case-preview-grid article,
.seoopt-faq details {
  border: 1px solid #dce8f8;
  border-radius: 14px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 16px 40px rgba(16,65,150,.07);
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}

.compare-cards article {
  padding: 32px 42px;
}

.compare-cards .pro {
  color: #fff;
  background: linear-gradient(135deg, #0866ff, #4494ff);
}

.compare-cards .pro h3,
.compare-cards .pro p {
  color: #fff;
}

.compare-cards p {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 18px;
  padding: 12px 0;
  border-bottom: 1px dashed rgba(130,158,196,.35);
}

.compare-cards b {
  display: inline-grid;
  place-items: center;
  border-radius: 20px;
  background: #eef3fb;
  color: #0b58ef;
}

.compare-cards .pro b {
  background: rgba(255,255,255,.28);
  color: #fff;
}

.seoopt-card-grid {
  display: grid;
  gap: 18px;
}

.seoopt-card-grid.three {
  grid-template-columns: repeat(3, 1fr);
}

.seoopt-card-grid article {
  min-height: 150px;
  padding: 26px 30px;
}

.seoopt-card-grid article:hover,
.process-row article:hover,
.scenario-cards article:hover,
.result-number-grid article:hover,
.case-preview-grid article:hover {
  transform: translateY(-6px);
  background: #f8fbff;
  box-shadow: 0 22px 48px rgba(11,88,239,.12);
}

.seoopt-card-grid small {
  display: block;
  margin-top: 12px;
  color: #0b65ff;
  font-size: 13px;
}

.process-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

.process-row article {
  position: relative;
  padding: 24px 16px;
  text-align: center;
}

.process-row span {
  position: absolute;
  left: 16px;
  top: 14px;
  display: inline-grid;
  place-items: center;
  min-width: 38px;
  height: 26px;
  border-radius: 14px;
  background: #eaf3ff;
  color: #0b65ff;
  font-weight: 500;
}

.process-row img {
  margin: 22px auto 14px;
}

.ability-wrap {
  display: grid;
  grid-template-columns: .65fr 1.35fr;
  gap: 28px;
  align-items: center;
}

.ability-list {
  display: grid;
  gap: 14px;
}

.ability-list article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  align-items: center;
  padding: 18px 20px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #dce8f8;
  box-shadow: 0 10px 28px rgba(16,65,150,.06);
}

.ability-list img {
  width: 48px;
  height: 48px;
}

.ability-wrap > img,
.data-board > img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 18px 46px rgba(16,65,150,.1);
}

.ability-wrap > img {
  min-height: 380px;
  object-fit: contain;
  object-position: center;
  background: #fff;
}

.scenario-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.scenario-cards article {
  padding: 24px;
}

.scenario-cards div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.scenario-cards span {
  padding: 5px 12px;
  border-radius: 14px;
  background: #edf4ff;
  color: #0b65ff;
  font-size: 12px;
}

.result-number-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.result-number-grid article {
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 28px 20px;
  text-align: center;
}

.result-number-grid strong {
  color: #0b65ff;
  font-size: 34px;
  font-weight: 500;
}

.data-board > img {
  min-height: 360px;
  padding: 34px 28px;
  object-fit: contain;
  object-position: center;
  background: #fff;
}

.case-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.case-preview-grid article {
  overflow: hidden;
  min-height: 410px;
  padding-bottom: 24px;
}

.case-preview-grid img {
  width: 100%;
  height: 270px;
  object-fit: contain;
  object-position: top center;
  background: #fff;
}

.case-preview-grid h3,
.case-preview-grid p {
  margin-left: 20px;
  margin-right: 20px;
}

.seoopt-faq {
  grid-template-columns: repeat(2, 1fr);
}

.seoopt-faq summary {
  display: grid;
  grid-template-columns: 62px 1fr auto;
  align-items: center;
  gap: 16px;
  min-height: 96px;
}

.seoopt-faq summary img {
  width: 56px;
  height: 56px;
  padding: 10px;
  border-radius: 50%;
  background: #edf4ff;
}

.seoopt-cta {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 28px;
  align-items: center;
  margin-top: 72px;
  margin-bottom: 60px;
  padding: 32px 58px;
  border: 1px solid #bad4ff;
  border-radius: 14px;
  background: linear-gradient(100deg, #e8f4ff, #fff 58%, #e8f4ff);
  box-shadow: 0 18px 45px rgba(16,65,150,.09);
  text-align: center;
}

.seoopt-cta > img {
  width: 230px;
}

.seoopt-cta h2 {
  margin: 0 0 12px;
  color: #07132d;
  font-size: 34px;
  font-weight: 500;
}

.seoopt-cta p {
  margin: 0 0 18px;
  color: #53647d;
  font-size: 17px;
}

@media (max-width: 1180px) {
  .seoopt-hero,
  .writer-panel,
  .ability-wrap,
  .seoopt-cta {
    grid-template-columns: 1fr;
  }

  .seoopt-strip,
  .seoopt-card-grid.three,
  .process-row,
  .scenario-cards,
  .result-number-grid,
  .case-preview-grid,
  .seoopt-faq {
    grid-template-columns: repeat(2, 1fr);
  }

  .seoopt-pills {
    position: static;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 18px;
  }
}

@media (max-width: 720px) {
  .seoopt-hero,
  .seoopt-section,
  .seoopt-cta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .seoopt-copy h1,
  .writer-copy h3 {
    font-size: 34px;
  }

  .seoopt-copy p {
    font-size: 17px;
  }

  .seoopt-strip,
  .seoopt-card-grid.three,
  .process-row,
  .scenario-cards,
  .result-number-grid,
  .case-preview-grid,
  .seoopt-faq,
  .compare-cards,
  .seoopt-pills {
    grid-template-columns: 1fr;
  }

  .seoopt-strip {
    margin-top: 0;
  }

  .seoopt-strip article {
    border-right: 0;
    border-bottom: 1px solid #dfe8f7;
  }

  .seoopt-title h2,
  .seoopt-cta h2 {
    font-size: 28px;
  }
}
/* Cases center page */
.cases-page {
  background: linear-gradient(180deg, #f6fbff 0, #fff 22%, #f4f9ff 64%, #fff 100%);
}

.cases-hero,
.cases-strip,
.cases-section,
.cases-cta {
  max-width: 1420px;
  margin: 0 auto;
}

.cases-hero {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 32px;
  align-items: center;
  min-height: 575px;
  padding: 78px 50px 58px;
  background: radial-gradient(circle at 83% 22%, rgba(78,153,255,.24), transparent 22%), linear-gradient(180deg, #eef7ff, #f8fcff);
  overflow: hidden;
}

.cases-hero-copy h1 {
  margin: 0 0 24px;
  color: #07132d;
  font-size: 51px;
  line-height: 1.38;
  font-weight: 500;
}

.cases-hero-copy h1 span {
  color: #0b65ff;
}

.cases-hero-copy p {
  max-width: 660px;
  margin: 0 0 34px;
  color: #53647d;
  font-size: 20px;
  line-height: 1.8;
}

.cases-hero-img {
  width: 100%;
  object-fit: contain;
  border-radius: 20px;
  filter: drop-shadow(0 24px 38px rgba(16,65,150,.14));
}

.cases-strip {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: -38px;
  padding: 22px 28px;
  border-radius: 16px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 18px 45px rgba(15,69,148,.12);
}

.cases-strip article {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 16px;
  align-items: center;
  min-height: 86px;
  padding: 0 22px;
  border-right: 1px solid #dfe8f7;
  transition: transform .18s ease, background .18s ease;
}

.cases-strip article:last-child {
  border-right: 0;
}

.cases-strip article:hover {
  transform: translateY(-6px);
  background: #f8fbff;
}

.cases-strip img,
.category-grid img,
.summary-grid img,
.review-grid img,
.cases-process-row img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.cases-strip h3,
.cases-section h3 {
  margin: 0 0 7px;
  color: #07132d;
  font-size: 18px;
  font-weight: 500;
}

.cases-strip p,
.cases-section p {
  margin: 0;
  color: #5a6a84;
  font-size: 14px;
  line-height: 1.65;
}

.cases-section {
  padding: 72px 42px 0;
}

.cases-title {
  margin-bottom: 30px;
  text-align: center;
}

.cases-title h2 {
  margin: 0 0 10px;
  color: #07132d;
  font-size: 34px;
  line-height: 1.25;
  font-weight: 500;
}

.cases-title p {
  color: #6a7891;
  font-size: 17px;
}

.category-grid,
.featured-grid,
.summary-grid,
.strategy-grid,
.industry-grid,
.review-grid,
.cases-process-row,
.more-grid {
  display: grid;
  gap: 20px;
}

.category-grid {
  grid-template-columns: repeat(3, 1fr);
}

.category-grid article,
.featured-grid article,
.summary-grid article,
.strategy-grid article,
.industry-grid article,
.review-grid article,
.cases-process-row article,
.more-grid article,
.cases-faq details {
  border: 1px solid #dce8f8;
  border-radius: 14px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 16px 40px rgba(16,65,150,.07);
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}

.category-grid article {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 22px;
  align-items: center;
  min-height: 118px;
  padding: 24px 32px;
}

.category-grid article:hover,
.featured-grid article:hover,
.summary-grid article:hover,
.strategy-grid article:hover,
.industry-grid article:hover,
.review-grid article:hover,
.cases-process-row article:hover,
.more-grid article:hover {
  transform: translateY(-6px);
  background: #f8fbff;
  box-shadow: 0 22px 48px rgba(11,88,239,.12);
}

.featured-grid {
  grid-template-columns: repeat(2, 1fr);
}

.featured-grid article {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 26px;
  padding: 24px;
}

.featured-grid > article > img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: top center;
  border-radius: 12px;
}

.featured-grid span {
  display: inline-flex;
  width: max-content;
  margin-bottom: 12px;
  padding: 7px 14px;
  border-radius: 18px;
  background: #edf4ff;
  color: #0b65ff;
}

.case-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 22px;
}

.case-metrics b,
.summary-grid strong,
.review-grid b {
  color: #0b65ff;
  font-size: 24px;
  font-weight: 500;
}

.case-metrics small {
  color: #667792;
  font-size: 12px;
}

.summary-grid {
  grid-template-columns: repeat(4, 1fr);
}

.summary-grid article {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 18px;
  align-items: center;
  padding: 24px;
}

.summary-grid strong,
.summary-grid span {
  grid-column: 2;
}

.strategy-grid {
  grid-template-columns: repeat(3, 1fr);
}

.strategy-grid img,
.industry-grid img,
.growth > img,
.more-grid img {
  width: 100%;
  border-radius: 14px;
}

.growth > img {
  min-height: 360px;
  object-fit: cover;
  object-position: top center;
  box-shadow: 0 16px 40px rgba(16,65,150,.08);
}

.industry-grid {
  grid-template-columns: repeat(4, 1fr);
}

.cases-page .industry-grid article {
  overflow: hidden;
  padding: 0;
  text-align: center;
}

.cases-page .industry-grid img {
  height: 178px;
  object-fit: cover;
  object-position: center;
  border-radius: 14px 14px 0 0;
}

.cases-page .industry-grid article > div {
  padding: 20px 18px 22px;
}

.cases-page .industry-grid h3 {
  margin-bottom: 10px;
}

.cases-page .industry-grid p {
  min-height: 74px;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.75;
}

.industry-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.industry-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #eef6ff;
  color: #0b65ff;
  font-size: 12px;
}

.review-grid {
  grid-template-columns: repeat(3, 1fr);
}

.review-grid article {
  padding: 28px;
}

.review-grid span {
  display: block;
  margin-bottom: 18px;
  color: #62728b;
}

.review-grid article div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 22px;
  padding: 16px;
  border: 1px solid #dce8f8;
  border-radius: 12px;
}

.review-grid b {
  font-size: 20px;
}

.cases-process-row {
  grid-template-columns: repeat(6, 1fr);
}

.cases-process-row article {
  padding: 28px 18px;
  text-align: center;
}

.cases-process-row img {
  margin: 0 auto 18px;
}

.more-grid {
  grid-template-columns: repeat(3, 1fr);
}

.more-grid article {
  display: grid;
  grid-template-columns: .95fr 1fr;
  gap: 22px;
  align-items: center;
  padding: 18px;
}

.more-grid img {
  height: 190px;
  object-fit: cover;
  object-position: top center;
}

.cases-faq {
  grid-template-columns: repeat(2, 1fr);
}

.cases-faq details {
  padding: 0 24px;
}

.cases-faq summary {
  min-height: 92px;
  color: #07132d;
  font-size: 18px;
}

.cases-cta {
  display: grid;
  grid-template-columns: 410px 1fr;
  gap: 28px;
  align-items: center;
  margin-top: 72px;
  margin-bottom: 60px;
  padding: 34px 58px;
  border: 1px solid #bad4ff;
  border-radius: 14px;
  background: linear-gradient(100deg, #e8f4ff, #fff 58%, #e8f4ff);
  box-shadow: 0 18px 45px rgba(16,65,150,.09);
}

.cases-cta > img {
  width: 100%;
  border-radius: 12px;
}

.cases-cta h2 {
  margin: 0 0 12px;
  color: #07132d;
  font-size: 34px;
  font-weight: 500;
}

.cases-cta p {
  margin: 0 0 18px;
  color: #53647d;
  font-size: 17px;
  line-height: 1.7;
}

@media (max-width: 1180px) {
  .cases-hero,
  .cases-cta {
    grid-template-columns: 1fr;
  }

  .cases-strip,
  .category-grid,
  .featured-grid,
  .summary-grid,
  .strategy-grid,
  .industry-grid,
  .review-grid,
  .cases-process-row,
  .more-grid,
  .cases-faq {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .cases-hero,
  .cases-section,
  .cases-cta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cases-hero-copy h1 {
    font-size: 34px;
  }

  .cases-strip,
  .category-grid,
  .featured-grid,
  .summary-grid,
  .strategy-grid,
  .industry-grid,
  .review-grid,
  .cases-process-row,
  .more-grid,
  .cases-faq {
    grid-template-columns: 1fr;
  }

  .cases-strip {
    margin-top: 0;
  }

  .cases-strip article {
    border-right: 0;
    border-bottom: 1px solid #dfe8f7;
  }

  .category-grid article,
  .featured-grid article,
  .more-grid article {
    grid-template-columns: 1fr;
  }

  .cases-title h2,
  .cases-cta h2 {
    font-size: 28px;
  }
}

/* About/contact final alignment fixes */
.about-page .site-footer,
.contact-page .site-footer {
  grid-template-columns: minmax(280px, 1.35fr) repeat(4, minmax(128px, .72fr)) minmax(220px, .95fr);
  gap: 28px;
  align-items: start;
}

.about-page .site-footer nav,
.about-page .site-footer address,
.contact-page .site-footer nav,
.contact-page .site-footer address {
  min-width: 0;
  padding-left: 26px;
  gap: 18px;
}

.about-page .site-footer h3,
.contact-page .site-footer h3 {
  margin-bottom: 16px;
  font-size: 18px;
}

.about-page .site-footer nav a,
.about-page .site-footer address p,
.contact-page .site-footer nav a,
.contact-page .site-footer address p {
  font-size: 15px;
  line-height: 1.55;
}

.about-page .footer-brand p,
.contact-page .footer-brand p {
  margin: 28px 0 30px;
  font-size: 15px;
  line-height: 1.85;
}

.about-page .site-footer .copyright,
.contact-page .site-footer .copyright {
  grid-column: 1 / -1;
  text-align: center;
}

.contact-page .contact-section.tg-benefits {
  max-width: none;
  padding-left: max(28px, calc((100vw - 1480px) / 2 + 28px));
  padding-right: max(28px, calc((100vw - 1480px) / 2 + 28px));
  background: linear-gradient(180deg, #eef6ff 0, #f8fbff 100%);
}

.contact-page .tg-benefits {
  display: block;
}

.contact-page .tg-benefits > div {
  max-width: 1480px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.contact-page .tg-benefits > div > h2 {
  grid-column: 1 / -1;
  text-align: left;
}

.contact-page .tg-benefits article {
  min-height: 140px;
  background: #fff;
}

.contact-data-grid strong {
  font-size: 24px;
}

@media (max-width: 1180px) {
  .about-page .site-footer,
  .contact-page .site-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-page .tg-benefits > div {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .about-page .site-footer,
  .contact-page .site-footer {
    grid-template-columns: 1fr;
  }

  .about-page .site-footer nav,
  .about-page .site-footer address,
  .contact-page .site-footer nav,
  .contact-page .site-footer address {
    padding-left: 0;
  }

  .contact-page .tg-benefits > div > h2 {
    text-align: center;
  }
}
