.page-main {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 4% 18%, rgba(8, 107, 255, 0.08) 0 2px, transparent 2px) 0 0 / 20px 20px,
    radial-gradient(circle at 96% 42%, rgba(8, 107, 255, 0.08) 0 2px, transparent 2px) 0 0 / 20px 20px,
    linear-gradient(180deg, #fbfdff 0%, #f5f9ff 100%);
}

.page-main::before,
.page-main::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border: 2px solid rgba(8, 107, 255, 0.08);
  border-radius: 48% 52% 54% 46%;
  pointer-events: none;
}

.page-main::before {
  top: 72px;
  left: -260px;
  transform: rotate(28deg);
}

.page-main::after {
  right: -280px;
  top: 260px;
  transform: rotate(-18deg);
}

.page-hero {
  position: relative;
  z-index: 1;
  padding: 72px 0 46px;
  text-align: center;
}

.page-hero .eyebrow,
.eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--blue);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.24em;
  line-height: 1.1;
  text-transform: uppercase;
}

.page-hero h1 {
  max-width: 1020px;
  margin: 0 auto;
  color: var(--text);
  font-size: clamp(42px, 4.6vw, 78px);
  font-weight: 700;
  line-height: 1.08;
}

.page-hero p {
  max-width: 820px;
  margin: 24px auto 0;
  color: #5e6678;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.6;
}

.content-section {
  position: relative;
  z-index: 1;
  padding: 0 0 72px;
}

.white-panel,
.glass-panel {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(8, 107, 255, 0.08);
  border-radius: 22px;
  box-shadow: 0 24px 62px rgba(12, 34, 78, 0.11);
}

.section-title-left {
  margin-bottom: 32px;
}

.section-title-left h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(34px, 3vw, 52px);
  font-weight: 700;
}

.section-title-left p {
  max-width: 770px;
  margin: 14px 0 0;
  color: #5d6576;
  font-size: 20px;
  line-height: 1.6;
}

.icon-box {
  display: inline-flex;
  width: 74px;
  height: 74px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  color: var(--blue);
  background: linear-gradient(180deg, #eef6ff, #f7fbff);
  box-shadow: inset 0 0 0 1px rgba(8, 107, 255, 0.08);
}

.icon-box .icon {
  width: 38px;
  height: 38px;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  margin-bottom: 58px;
}

.about-card {
  padding: 34px 30px 32px;
  min-height: 275px;
}

.about-card h2,
.about-card h3,
.service-list-card h2,
.service-list-card h3,
.benefit-tile h3,
.step-card h3,
.contact-card h3,
.faq-card summary,
.policy-row h2,
.policy-row h3 {
  color: var(--text);
  font-weight: 700;
}

.about-card h2,
.about-card h3,
.service-list-card h2,
.service-list-card h3 {
  margin: 22px 0 12px;
  font-size: 25px;
}

.about-card p,
.service-list-card p,
.benefit-tile p,
.step-card p,
.contact-card p,
.faq-card p,
.policy-row p {
  margin: 0;
  color: #626a7b;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.58;
}

.dark-feature-band {
  margin-top: 18px;
  padding: 58px;
  color: #fff;
  background:
    radial-gradient(circle at 86% 12%, rgba(8, 107, 255, 0.35), transparent 24rem),
    linear-gradient(135deg, #020b1d 0%, #061a3d 100%);
  border-radius: 22px;
  box-shadow: 0 26px 60px rgba(2, 12, 31, 0.25);
}

.dark-feature-band .section-title-left h2,
.dark-feature-band .section-title-left p {
  color: #fff;
}

.dark-feature-band .section-title-left p {
  color: rgba(255, 255, 255, 0.72);
}

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

.dark-feature-card {
  padding: 28px 24px;
  border: 1px solid rgba(65, 132, 255, 0.26);
  border-radius: 14px;
  background: rgba(5, 19, 46, 0.72);
}

.dark-feature-card h3 {
  margin: 18px 0 10px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

.dark-feature-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.55;
}

.about-page .page-hero {
  padding: 60px 0 52px;
}

.about-page .page-hero h1 {
  font-size: clamp(54px, 5.2vw, 84px);
  font-weight: 700;
}

.about-page .page-hero p {
  max-width: 1010px;
  margin-top: 24px;
  color: #525c72;
  font-size: 25px;
  line-height: 1.52;
}

.about-page .content-section {
  padding-bottom: 0;
}

.about-page .about-grid {
  gap: 28px;
  margin-bottom: 36px;
}

.about-page .about-card {
  min-height: 374px;
  padding: 34px 30px 32px;
  background: #fff;
}

.about-page .about-card .icon-box {
  width: 96px;
  height: 96px;
  border-radius: 21px;
}

.about-page .about-card .icon-box .icon {
  width: 58px;
  height: 58px;
  stroke-width: 1.9;
}

.about-page .about-card h2,
.about-page .about-card h3 {
  margin: 28px 0 16px;
  color: #05143c;
  font-size: 31px;
  line-height: 1.1;
}

.about-page .about-card p {
  color: #566073;
  font-size: 20px;
  line-height: 1.52;
}

.value-list {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  color: #566073;
  font-size: 19px;
  line-height: 1.35;
  list-style: none;
}

.value-list li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.check-dot {
  display: inline-flex;
  width: 23px;
  height: 23px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  flex: 0 0 auto;
}

.check-dot .icon {
  width: 15px;
  height: 15px;
  stroke-width: 3;
}

.differentials-panel {
  margin: 0 -48px;
  padding: 34px 48px 42px;
  border-radius: 28px 28px 0 0;
  background:
    radial-gradient(circle at 12% 5%, rgba(8, 107, 255, 0.12), transparent 22rem),
    radial-gradient(circle at 88% 15%, rgba(8, 107, 255, 0.1), transparent 24rem),
    linear-gradient(180deg, #eef6ff 0%, #f7fbff 100%);
}

.section-title-center {
  margin-bottom: 26px;
  text-align: center;
}

.section-title-center h2 {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-bottom: 18px;
  color: #061640;
  font-size: clamp(34px, 2.5vw, 44px);
  font-weight: 700;
  line-height: 1.1;
}

.section-title-center h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 62px;
  height: 4px;
  border-radius: 999px;
  background: var(--blue);
  transform: translateX(-50%);
}

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

.differential-card {
  min-height: 254px;
  padding: 28px 20px 26px;
  text-align: center;
  border: 1px solid rgba(80, 143, 255, 0.45);
  border-radius: 13px;
  background:
    radial-gradient(circle at 50% 0%, rgba(8, 107, 255, 0.18), transparent 15rem),
    linear-gradient(180deg, #05265d 0%, #02163a 100%);
  box-shadow: 0 16px 32px rgba(2, 12, 31, 0.18);
}

.differential-card > .icon {
  width: 66px;
  height: 66px;
  margin: 0 auto 16px;
  color: var(--blue);
  stroke-width: 1.75;
}

.differential-card h3 {
  max-width: 210px;
  margin: 0 auto 12px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.13;
}

.differential-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
  line-height: 1.42;
}

.about-actions {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 34px;
}

.about-actions .btn {
  min-width: 342px;
  min-height: 70px;
  border-radius: 12px;
  font-size: 20px;
}

.services-page .page-hero,
.service-detail-page .page-hero {
  padding: 54px 0 42px;
}

.services-page .page-hero h1,
.service-detail-page .page-hero h1 {
  max-width: 900px;
  font-size: clamp(50px, 4.8vw, 74px);
}

.services-page .page-hero p,
.service-detail-page .page-hero p {
  max-width: 850px;
  color: #566073;
  font-size: 23px;
  line-height: 1.5;
}

.services-page .service-list-grid {
  gap: 22px 42px;
}

.services-page .service-list-card {
  min-height: 348px;
  align-items: center;
  justify-content: flex-start;
  padding: 34px 30px 24px;
  text-align: center;
  border-radius: 14px;
  background: #fff;
}

.services-page .service-list-card .icon-box {
  width: 98px;
  height: 98px;
  color: #075ff0;
  background: transparent;
  box-shadow: none;
}

.services-page .service-list-card .icon-box .icon {
  width: 86px;
  height: 86px;
  stroke-width: 1.65;
}

.services-page .service-list-card h2 {
  margin: 12px 0 12px;
  font-size: 27px;
  line-height: 1.15;
}

.services-page .service-list-card p {
  max-width: 290px;
  min-height: 78px;
  flex: 0;
  color: #657085;
  font-size: 18px;
  line-height: 1.45;
}

.services-page .service-list-card .text-link {
  min-height: 48px;
  margin-top: auto;
  padding: 0 22px;
  border: 2px solid rgba(8, 107, 255, 0.34);
  border-radius: 12px;
  color: var(--blue);
  font-size: 18px;
}

.services-page .service-list-card .text-link:hover {
  border-color: var(--blue);
  background: rgba(8, 107, 255, 0.05);
}

.services-page .service-cta-band,
.service-detail-page .service-cta-band {
  display: flex;
  justify-content: center;
  gap: 34px;
  margin-top: 34px;
  padding: 30px 42px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 20% 0%, rgba(8, 107, 255, 0.12), transparent 28rem),
    linear-gradient(135deg, #eaf4ff, #f8fbff);
}

.services-page .service-cta-band .btn,
.service-detail-page .service-cta-band .btn {
  min-width: 330px;
  min-height: 68px;
  border-radius: 12px;
  font-size: 20px;
}

.service-detail-page .detail-grid {
  grid-template-columns: minmax(0, 1.12fr) minmax(450px, 0.88fr);
  gap: 34px;
}

.service-detail-page .detail-media,
.service-detail-page .detail-copy {
  border-radius: 18px;
  background: #fff;
}

.service-detail-page .detail-media {
  min-height: 452px;
}

.service-detail-page .detail-copy {
  padding: 34px 42px;
}

.detail-title-row {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 26px;
}

.detail-title-row h2 {
  margin: 0;
  font-size: 31px;
}

.round-icon {
  display: inline-flex;
  width: 76px;
  height: 76px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
}

.round-icon .icon {
  width: 40px;
  height: 40px;
}

.service-detail-page .feature-checks {
  gap: 20px;
}

.service-detail-page .feature-checks li {
  grid-template-columns: 30px 1fr;
  color: #1d2d5a;
  font-size: 20px;
}

.feature-checks .check-dot .icon {
  color: #fff;
}

.service-detail-small-grid {
  display: grid;
  grid-template-columns: 1fr 0.96fr;
  gap: 28px;
  margin-top: 24px;
}

.service-detail-small-grid .benefit-tile {
  display: grid;
  grid-template-columns: 104px 1fr;
  gap: 24px;
  align-items: start;
  min-height: 160px;
  border-radius: 16px;
  background: #fff;
}

.service-detail-small-grid .benefit-tile h3 {
  margin-top: 0;
  font-size: 28px;
}

.mini-check-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  color: #29406c;
  font-size: 17px;
  line-height: 1.35;
  list-style: none;
}

.mini-check-list li {
  position: relative;
  padding-left: 26px;
}

.mini-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.22em;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--blue);
}

.mini-check-list li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 0.47em;
  width: 6px;
  height: 3px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.process-heading {
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 30px 0 14px;
  color: var(--blue);
  text-align: center;
}

.process-heading::before,
.process-heading::after {
  content: "";
  height: 2px;
  flex: 1;
  background: linear-gradient(90deg, transparent, var(--blue));
}

.process-heading::after {
  background: linear-gradient(90deg, var(--blue), transparent);
}

.process-heading h2 {
  margin: 0;
  font-size: 34px;
  font-weight: 700;
}

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

.process-grid .step-card {
  position: relative;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 130px;
  padding: 22px 24px;
  border-radius: 15px;
}

.process-grid .step-card:not(:last-child)::after {
  content: "›";
  position: absolute;
  right: -22px;
  top: 50%;
  color: var(--blue);
  font-size: 58px;
  line-height: 1;
  transform: translateY(-50%);
}

.process-grid .step-card .step-number {
  width: 54px;
  height: 54px;
}

.step-icon {
  width: 66px;
  height: 66px;
  color: var(--blue);
  stroke-width: 1.7;
}

.process-grid .step-card h3 {
  margin: 0 0 6px;
  font-size: 20px;
}

.process-grid .step-card p {
  font-size: 16px;
  line-height: 1.35;
}

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

.service-list-card {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px 28px;
}

.service-list-card p {
  flex: 1;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  color: var(--blue);
  font-size: 17px;
  font-weight: 700;
}

.service-cta-band,
.whatsapp-band {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
  margin-top: 44px;
  padding: 34px 52px;
  border-radius: 18px;
  background: linear-gradient(135deg, #eaf4ff 0%, #f7fbff 100%);
}

.service-cta-band h2,
.whatsapp-band h2 {
  margin: 0 0 8px;
  color: var(--text);
  font-size: 30px;
  font-weight: 700;
}

.service-cta-band p,
.whatsapp-band p {
  margin: 0;
  color: #596273;
  font-size: 18px;
  line-height: 1.45;
}

.detail-grid,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  gap: 34px;
  align-items: stretch;
}

.detail-media img,
.contact-media img,
.article-image img,
.news-card img,
.client-list-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-media,
.contact-media {
  min-height: 460px;
  overflow: hidden;
}

.detail-copy,
.contact-form-panel {
  padding: 42px 42px 40px;
}

.detail-copy h2,
.contact-form-panel h2 {
  margin: 0 0 24px;
  color: var(--text);
  font-size: 35px;
  font-weight: 700;
}

.feature-checks {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-checks li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  align-items: start;
  color: #4f596b;
  font-size: 18px;
  line-height: 1.55;
}

.feature-checks .icon {
  margin-top: 2px;
  color: var(--blue);
}

.benefit-grid,
.steps-grid,
.contact-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 34px;
}

.benefit-tile,
.step-card,
.contact-card {
  padding: 30px;
}

.benefit-tile h3,
.step-card h3,
.contact-card h3 {
  margin: 18px 0 10px;
  font-size: 24px;
}

.step-number {
  display: inline-flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  box-shadow: var(--shadow-blue);
  font-size: 22px;
  font-weight: 700;
}

.clients-page {
  background:
    radial-gradient(circle at 84% 15%, rgba(8, 107, 255, 0.28), transparent 26rem),
    linear-gradient(135deg, #020812 0%, #061634 60%, #020a1a 100%);
}

.clients-page .page-hero h1,
.clients-page .page-hero p {
  color: #fff;
}

.clients-page .page-hero p {
  color: rgba(255, 255, 255, 0.72);
}

.client-list-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.client-list-card {
  overflow: hidden;
  border: 1px solid rgba(65, 132, 255, 0.28);
  border-radius: 12px;
  background: rgba(4, 18, 43, 0.86);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}

.client-thumb {
  height: 205px;
  overflow: hidden;
}

.client-body {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 16px;
  align-items: center;
  padding: 20px;
}

.client-mark {
  display: inline-flex;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #0b72ff, #023da7);
  font-size: 23px;
  font-weight: 700;
}

.client-body h2,
.client-body h3 {
  margin: 0 0 4px;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
}

.client-body p,
.client-body a {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.4;
}

.client-body a {
  display: inline-flex;
  margin-top: 9px;
  color: #4aa0ff;
  font-weight: 700;
}

.clients-page {
  background:
    radial-gradient(circle at 50% -10%, rgba(8, 107, 255, 0.22), transparent 28rem),
    linear-gradient(135deg, #020812 0%, #061634 60%, #020a1a 100%);
}

.clients-page .page-hero {
  padding: 64px 0 50px;
}

.clients-page .eyebrow {
  position: relative;
  padding-bottom: 16px;
}

.clients-page .eyebrow::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 134px;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--blue), transparent);
  transform: translateX(-50%);
}

.clients-page .page-hero h1 {
  max-width: 1240px;
  font-size: clamp(42px, 4vw, 60px);
  color: #fff;
}

.clients-page .page-hero p {
  max-width: 940px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 22px;
}

.clients-page .client-list-grid {
  gap: 24px 22px;
}

.clients-page .client-list-card {
  border: 1px solid rgba(58, 139, 255, 0.72);
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 0%, rgba(8, 107, 255, 0.16), transparent 18rem),
    rgba(2, 13, 33, 0.92);
  box-shadow: 0 24px 46px rgba(0, 0, 0, 0.28), inset 0 0 0 1px rgba(72, 150, 255, 0.16);
}

.clients-page .client-thumb {
  height: 238px;
  margin: 14px 14px 0;
  border-radius: 10px;
}

.clients-page .client-body {
  display: block;
  padding: 22px 20px 25px;
  text-align: center;
}

.clients-page .client-mark {
  display: none;
}

.clients-page .client-body h2 {
  margin: 0 0 8px;
  font-size: 28px;
  line-height: 1.12;
}

.clients-page .client-body p {
  font-size: 20px;
}

.clients-page .client-body a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
  color: #2389ff;
  font-size: 21px;
}

.clients-page .client-body a .icon {
  width: 24px;
  height: 24px;
}

.client-detail-page .container {
  width: min(1620px, calc(100% - 96px));
}

.client-detail-hero {
  padding: 52px 0 30px;
}

.client-detail-hero h1 {
  max-width: 980px;
  font-size: clamp(46px, 4vw, 64px);
}

.client-detail-hero p {
  max-width: 720px;
  margin-top: 16px;
  font-size: 20px;
  line-height: 1.5;
}

.client-detail-section {
  padding-bottom: 68px;
}

.client-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) 470px;
  gap: 72px;
  align-items: center;
  padding: 34px 44px;
  border-radius: 20px;
}

.client-screen img {
  display: block;
  width: 100%;
  border-radius: 16px;
}

.client-project-info {
  display: grid;
  gap: 24px;
  align-content: center;
}

.client-info-row {
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 20px;
  align-items: center;
}

.soft-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 14px;
  background: #eef5ff;
  color: var(--blue);
}

.soft-icon .icon {
  width: 32px;
  height: 32px;
}

.client-info-row strong {
  display: block;
  margin-bottom: 8px;
  color: #07142f;
  font-size: 18px;
  font-weight: 700;
}

.client-info-row p {
  margin: 0;
  color: #4e586b;
  font-size: 20px;
}

.client-info-row a {
  color: var(--blue);
  font-weight: 700;
}

.client-access {
  justify-self: start;
  min-width: 230px;
  min-height: 64px;
  margin-top: 8px;
  border-radius: 13px;
}

.client-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 36px;
  margin-top: 32px;
}

.client-about-card,
.client-developed-card {
  padding: 38px 44px;
  border-radius: 18px;
}

.client-about-card h2,
.client-developed-card h2 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 28px;
  color: var(--blue);
  font-size: 22px;
  font-weight: 700;
}

.client-about-card h2 .icon,
.client-developed-card h2 .icon {
  width: 27px;
  height: 27px;
}

.client-about-card p {
  margin: 0 0 22px;
  color: #5a6476;
  font-size: 18px;
  line-height: 1.65;
}

.client-about-card p:last-of-type {
  margin-bottom: 0;
}

.client-heart {
  display: block;
  margin-top: 22px;
  color: #ff6c6c;
  font-size: 38px;
  line-height: 1;
}

.developed-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.developed-grid > div {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 128px;
  padding: 22px 26px;
  border: 1px solid rgba(8, 107, 255, 0.1);
  border-radius: 14px;
  background: #fff;
}

.line-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
}

.line-icon .icon {
  width: 54px;
  height: 54px;
  stroke-width: 1.8;
}

.developed-grid p {
  margin: 0;
  color: #13213e;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.35;
}

.client-testimonial {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 12px;
  align-items: center;
  margin: 32px 0 0;
  padding: 34px 62px;
  border-radius: 18px;
}

.quote-mark {
  color: var(--blue);
  font-size: 142px;
  font-weight: 700;
  line-height: 0.75;
}

.client-testimonial h2 {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 24px;
  font-weight: 700;
}

.client-testimonial p {
  max-width: 1050px;
  margin: 0 0 16px;
  color: #5f687a;
  font-size: 20px;
  font-style: italic;
  line-height: 1.55;
}

.client-testimonial cite {
  color: #2a344d;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}

.client-detail-actions {
  display: flex;
  justify-content: center;
  gap: 42px;
  margin-top: 36px;
}

.client-detail-actions .btn {
  min-width: 340px;
  min-height: 64px;
  border-radius: 12px;
  font-size: 18px;
}

.board-panel {
  padding: 58px 64px 64px;
}

.faq-shell-section,
.news-shell-section {
  padding: 34px 0 72px;
}

.faq-shell {
  padding: 54px 68px 58px;
}

.faq-intro,
.news-intro {
  margin-bottom: 54px;
  text-align: center;
}

.faq-intro h1,
.news-intro h1 {
  max-width: 1040px;
  margin: 0 auto;
  color: var(--text);
  font-size: clamp(44px, 4.2vw, 72px);
  font-weight: 700;
  line-height: 1.08;
}

.faq-intro p,
.news-intro p {
  max-width: 1040px;
  margin: 24px auto 0;
  color: #566073;
  font-size: 24px;
  line-height: 1.5;
}

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

.faq-column {
  display: grid;
  gap: 20px;
  align-content: start;
}

.faq-card {
  border: 1px solid rgba(8, 107, 255, 0.13);
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(12, 34, 78, 0.06);
}

.faq-card summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 86px;
  padding: 24px 32px;
  cursor: pointer;
  color: #07142f;
  font-size: 24px;
  font-weight: 700;
  list-style: none;
}

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

.faq-card summary::after {
  content: "+";
  color: var(--blue);
  font-size: 26px;
  font-weight: 700;
}

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

.faq-card p {
  padding: 0 32px 34px;
  color: #4d5669;
  font-size: 21px;
}

.faq-card[open] {
  border-left: 5px solid var(--blue);
}

.faq-card[open] summary {
  min-height: 78px;
}

.faq-cta {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 46px;
  align-items: center;
  margin-top: 46px;
  padding: 34px 56px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 12% 16%, rgba(8, 107, 255, 0.12), transparent 18rem),
    linear-gradient(135deg, #eef6ff, #f9fcff);
}

.faq-cta img {
  width: 390px;
}

.faq-cta h2 {
  margin: 0 0 10px;
  color: var(--text);
  font-size: 35px;
  font-weight: 700;
  text-align: center;
}

.faq-cta p {
  max-width: 520px;
  margin: 0 auto;
  color: #566073;
  font-size: 22px;
  line-height: 1.45;
  text-align: center;
}

.faq-actions {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 28px;
}

.faq-actions .btn {
  min-width: 330px;
  min-height: 66px;
  border-radius: 12px;
  font-size: 20px;
}

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

.news-page .board-panel {
  padding: 66px 50px 60px;
  border-radius: 28px;
}

.news-page .container {
  width: min(1780px, calc(100% - 40px));
}

.news-page .news-intro h1 {
  max-width: 1320px;
}

.news-page .news-grid {
  gap: 30px;
}

.news-card {
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(12, 34, 78, 0.11);
}

.news-page .news-card {
  border: 1px solid rgba(8, 107, 255, 0.08);
  border-radius: 16px;
  box-shadow: 0 18px 42px rgba(12, 34, 78, 0.1);
}

.news-card figure {
  height: 235px;
  margin: 0;
  overflow: hidden;
}

.news-page .news-card figure {
  height: 330px;
}

.news-card-body {
  padding: 24px 24px 28px;
}

.news-page .news-card-body {
  padding: 26px 26px 34px;
}

.news-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.news-page .news-meta {
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 24px;
  color: #697386;
  font-size: 15px;
  font-weight: 600;
  text-transform: none;
}

.news-page .news-meta span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.news-page .news-meta .icon {
  width: 18px;
  height: 18px;
  color: #8993a4;
}

.news-pill {
  min-height: 31px;
  padding: 4px 14px;
  border: 2px solid rgba(8, 107, 255, 0.24);
  border-radius: 999px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
}

.news-card h2,
.news-card h3 {
  margin: 0 0 12px;
  color: var(--text);
  font-size: 23px;
  font-weight: 700;
  line-height: 1.18;
}

.news-page .news-card h2 {
  min-height: 98px;
  margin-bottom: 24px;
  font-size: 27px;
  line-height: 1.22;
}

.news-card p {
  margin: 0;
  color: #606879;
  font-size: 16px;
  line-height: 1.55;
}

.news-page .news-card p {
  min-height: 92px;
  color: #555f73;
  font-size: 17px;
}

.news-page .news-card .text-link {
  margin-top: 30px;
  font-size: 17px;
}

.news-more {
  display: grid;
  justify-items: center;
  gap: 22px;
  margin-top: 46px;
}

.news-more .btn {
  min-width: 365px;
  min-height: 70px;
  border-radius: 12px;
  font-size: 22px;
}

.news-more p {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0;
  color: #7b8495;
  font-size: 18px;
}

.news-more p span {
  color: #7f8899;
  font-size: 30px;
  line-height: 1;
}

.article-card {
  max-width: 1510px;
  margin: 64px auto 0;
  padding: 64px 110px;
}

.article-kicker {
  color: var(--blue);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-card h1 {
  max-width: 1120px;
  margin: 26px 0 22px;
  color: var(--text);
  font-size: clamp(42px, 4.3vw, 72px);
  font-weight: 700;
  line-height: 1.08;
}

.article-date {
  margin: 0 0 28px;
  color: #777f8f;
  font-size: 18px;
}

.article-image {
  height: 520px;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 8px;
}

.article-content h2 {
  margin: 28px 0 10px;
  color: var(--text);
  font-size: 27px;
  font-weight: 700;
}

.article-content p {
  margin: 0 0 20px;
  color: #222b3e;
  font-size: 21px;
  line-height: 1.45;
}

.quote-box {
  margin: 28px 0;
  padding: 8px 0 8px 28px;
  border-left: 7px solid var(--blue);
  color: #16468e;
  font-size: 27px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.3;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.form-grid .full {
  grid-column: 1 / -1;
}

.field,
.textarea,
.select {
  width: 100%;
  border: 2px solid rgba(8, 35, 76, 0.11);
  border-radius: 8px;
  background: #fff;
  color: var(--text);
  font-size: 17px;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.field,
.select {
  height: 58px;
  padding: 0 20px;
}

.textarea {
  min-height: 118px;
  resize: vertical;
  padding: 18px 20px;
}

.field:focus,
.textarea:focus,
.select:focus {
  border-color: rgba(8, 107, 255, 0.55);
  box-shadow: 0 0 0 4px rgba(8, 107, 255, 0.08);
}

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

.contact-card {
  display: flex;
  align-items: center;
  gap: 20px;
}

.contact-card h3 {
  margin: 0 0 6px;
}

.whatsapp-band {
  grid-template-columns: 170px 1fr auto;
  margin-top: 38px;
}

.whatsapp-band > .whatsapp-visual {
  width: 170px;
  max-width: 100%;
  border-radius: 6px;
  filter: drop-shadow(0 18px 26px rgba(8, 107, 255, 0.16));
}

.whatsapp-band .btn-img-icon {
  width: 26px;
  height: 26px;
}

.whatsapp-band-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.btn-whatsapp-outline {
  min-width: 292px;
  min-height: 64px;
  border: 2px solid rgba(8, 107, 255, 0.68);
  border-radius: 11px;
  color: var(--blue);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 10px 24px rgba(8, 107, 255, 0.08);
  font-size: 20px;
  font-weight: 700;
}

.btn-whatsapp-outline .icon {
  width: 32px;
  height: 32px;
  stroke-width: 2.1;
}

.btn-whatsapp-outline .whatsapp-blue-icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.btn-whatsapp-outline:hover {
  background: #fff;
  border-color: var(--blue);
  box-shadow: 0 14px 30px rgba(8, 107, 255, 0.14);
}

.policy-card {
  max-width: 1180px;
  margin-inline: auto;
  padding: 82px 88px 64px;
  position: relative;
}

.policy-top-icon {
  position: absolute;
  left: 50%;
  top: -50px;
  transform: translateX(-50%);
  width: 118px;
  height: 118px;
  border-radius: 50%;
  color: var(--blue);
  background: #eef6ff;
}

.policy-row {
  display: grid;
  grid-template-columns: 104px 1fr;
  gap: 32px;
  align-items: center;
  padding: 27px 0;
  border-bottom: 1px solid rgba(8, 35, 76, 0.12);
}

.policy-row:last-of-type {
  border-bottom: 0;
}

.policy-row h2,
.policy-row h3 {
  margin: 0 0 9px;
  font-size: 25px;
}

.policy-date {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 34px;
  color: #5e6880;
  font-size: 21px;
}

@media (max-width: 1320px) {
  .about-grid,
  .service-list-grid,
  .client-list-grid,
  .news-grid,
  .contact-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .dark-feature-grid,
  .differentials-grid,
  .benefit-grid,
  .steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .article-card {
    padding: 52px 70px;
  }

  .news-page .news-card figure {
    height: 285px;
  }

  .news-page .news-card h2,
  .news-page .news-card p {
    min-height: 0;
  }
}

@media (max-width: 1080px) {
  .detail-grid,
  .contact-grid,
  .service-cta-band,
  .whatsapp-band {
    grid-template-columns: 1fr;
  }

  .about-page .differentials-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-media,
  .detail-media {
    min-height: 360px;
  }

  .board-panel {
    padding: 42px 28px;
  }

  .faq-grid {
    grid-template-columns: 1fr;
  }

  .client-detail-page .container {
    width: min(100% - 56px, 1180px);
  }

  .client-showcase,
  .client-detail-grid {
    grid-template-columns: 1fr;
  }

  .client-showcase {
    gap: 34px;
  }

  .client-project-info {
    grid-template-columns: repeat(2, 1fr);
  }

  .client-access {
    grid-column: 1 / -1;
  }

  .service-detail-page .detail-grid,
  .service-detail-small-grid,
  .process-grid,
  .faq-cta {
    grid-template-columns: 1fr;
  }

  .process-grid .step-card::after {
    display: none;
  }

  .services-page .service-cta-band,
  .service-detail-page .service-cta-band,
  .faq-actions {
    flex-wrap: wrap;
  }

  .faq-cta {
    gap: 24px;
    text-align: center;
  }

  .faq-cta img {
    justify-self: center;
  }
}

@media (max-width: 760px) {
  .page-hero {
    padding: 44px 0 34px;
  }

  .page-hero .eyebrow,
  .eyebrow {
    font-size: 15px;
    letter-spacing: 0.18em;
  }

  .page-hero h1 {
    font-size: 38px;
  }

  .page-hero p {
    font-size: 17px;
  }

  .content-section {
    padding-bottom: 46px;
  }

  .about-grid,
  .service-list-grid,
  .client-list-grid,
  .news-grid,
  .dark-feature-grid,
  .differentials-grid,
  .benefit-grid,
  .steps-grid,
  .contact-card-grid {
    grid-template-columns: 1fr;
  }

  .about-card,
  .service-list-card,
  .benefit-tile,
  .step-card,
  .contact-card,
  .detail-copy,
  .contact-form-panel {
    padding: 26px 22px;
  }

  .dark-feature-band {
    padding: 34px 22px;
  }

  .about-page .page-hero {
    padding: 44px 0 34px;
  }

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

  .about-page .page-hero p {
    font-size: 17px;
  }

  .about-page .about-card {
    min-height: 0;
  }

  .differentials-panel {
    margin-inline: -14px;
    padding: 30px 14px 34px;
    border-radius: 22px 22px 0 0;
  }

  .about-page .differentials-panel {
    margin-inline: 0;
    padding-inline: 16px;
    overflow: hidden;
  }

  .about-page .differentials-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }

  .differential-card {
    min-height: 0;
  }

  .about-page .differential-card {
    min-width: 0;
    padding: 24px 18px;
  }

  .about-page .differential-card h3,
  .about-page .differential-card p {
    overflow-wrap: anywhere;
  }

  .about-actions {
    flex-direction: column;
    gap: 16px;
  }

  .about-actions .btn {
    min-width: 0;
  }

  .service-cta-band,
  .whatsapp-band {
    padding: 26px 22px;
    text-align: center;
    justify-items: center;
  }

  .services-page .page-hero h1,
  .service-detail-page .page-hero h1 {
    font-size: 38px;
  }

  .services-page .service-list-card {
    min-height: 0;
  }

  .services-page .service-list-card p {
    min-height: 0;
  }

  .services-page .service-cta-band,
  .service-detail-page .service-cta-band,
  .faq-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }

  .services-page .service-cta-band .btn,
  .service-detail-page .service-cta-band .btn,
  .faq-actions .btn,
  .news-more .btn {
    min-width: 0;
    width: 100%;
  }

  .service-detail-page .detail-copy {
    padding: 28px 22px;
  }

  .detail-title-row {
    align-items: flex-start;
    gap: 18px;
  }

  .detail-title-row h2 {
    font-size: 27px;
  }

  .service-detail-page .feature-checks li {
    font-size: 17px;
  }

  .service-detail-small-grid .benefit-tile,
  .process-grid .step-card {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .process-heading h2 {
    font-size: 28px;
  }

  .clients-page .page-hero {
    padding: 46px 0 34px;
  }

  .clients-page .page-hero h1 {
    font-size: 38px;
  }

  .clients-page .page-hero p {
    font-size: 17px;
  }

  .clients-page .client-thumb {
    height: 220px;
  }

  .clients-page .client-body h2 {
    font-size: 25px;
  }

  .clients-page .client-body p {
    font-size: 17px;
  }

  .client-detail-page .container {
    width: min(100% - 28px, 620px);
  }

  .client-detail-hero {
    padding: 44px 0 28px;
  }

  .client-detail-hero h1 {
    font-size: 38px;
  }

  .client-detail-hero p {
    font-size: 17px;
  }

  .client-showcase,
  .client-about-card,
  .client-developed-card,
  .client-testimonial {
    padding: 24px 18px;
  }

  .client-project-info,
  .developed-grid {
    grid-template-columns: 1fr;
  }

  .client-info-row {
    grid-template-columns: 58px 1fr;
    gap: 14px;
  }

  .soft-icon {
    width: 58px;
    height: 58px;
  }

  .client-info-row p {
    font-size: 17px;
    word-break: break-word;
  }

  .client-access {
    justify-self: stretch;
  }

  .developed-grid > div {
    grid-template-columns: 60px 1fr;
    min-height: 0;
    padding: 18px;
  }

  .line-icon .icon {
    width: 46px;
    height: 46px;
  }

  .client-testimonial {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .quote-mark {
    font-size: 96px;
  }

  .client-testimonial p {
    font-size: 17px;
  }

  .client-testimonial cite {
    font-size: 16px;
  }

  .client-detail-actions {
    flex-direction: column;
    gap: 14px;
  }

  .client-detail-actions .btn {
    min-width: 0;
    width: 100%;
  }

  .faq-shell-section,
  .news-shell-section {
    padding-top: 28px;
  }

  .news-page .container {
    width: min(100% - 28px, 620px);
  }

  .faq-shell,
  .news-page .board-panel {
    padding: 34px 16px;
    border-radius: 18px;
  }

  .faq-intro,
  .news-intro {
    margin-bottom: 34px;
  }

  .faq-intro h1,
  .news-intro h1 {
    font-size: 38px;
  }

  .faq-intro p,
  .news-intro p {
    font-size: 17px;
  }

  .faq-card summary {
    min-height: 76px;
    padding: 20px 18px;
    font-size: 18px;
  }

  .faq-card p {
    padding: 0 18px 24px;
    font-size: 16px;
  }

  .faq-cta {
    gap: 18px;
    padding: 22px 18px 26px;
  }

  .faq-cta img {
    width: min(100%, 290px);
  }

  .faq-cta h2 {
    font-size: 27px;
  }

  .faq-cta p {
    font-size: 17px;
  }

  .news-page .news-card figure {
    height: 220px;
  }

  .news-page .news-card-body {
    padding: 22px 20px 28px;
  }

  .news-page .news-meta {
    align-items: flex-start;
    margin-bottom: 18px;
  }

  .news-page .news-card h2 {
    min-height: 0;
    font-size: 24px;
  }

  .news-page .news-card p {
    min-height: 0;
    font-size: 16px;
  }

  .news-more {
    margin-top: 32px;
  }

  .news-more p {
    align-items: flex-start;
    font-size: 15px;
  }

  .whatsapp-band-actions {
    justify-content: center;
  }

  .btn-whatsapp-outline {
    min-width: 0;
  }

  .client-thumb,
  .news-card figure {
    height: 225px;
  }

  .client-body {
    grid-template-columns: 58px 1fr;
    padding: 18px;
  }

  .client-mark {
    width: 58px;
    height: 58px;
  }

  .board-panel {
    padding: 28px 16px;
    border-radius: 16px;
  }

  .article-card {
    margin-top: 32px;
    padding: 32px 18px;
    border-radius: 0;
  }

  .article-card h1 {
    font-size: 37px;
  }

  .article-image {
    height: 260px;
  }

  .article-content p {
    font-size: 17px;
  }

  .quote-box {
    font-size: 21px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .policy-card {
    padding: 70px 18px 34px;
  }

  .policy-row {
    grid-template-columns: 76px 1fr;
    gap: 18px;
  }

  .policy-top-icon {
    width: 92px;
    height: 92px;
    top: -40px;
  }
}
