* { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --blue: #1a5fa8;
  --blue-light: #2472c8;
  --blue-pale: #e8f1fb;
  --orange: #f5a020;
  --orange-light: #ffb84d;
  --orange-pale: #fef3e2;
  --white: #ffffff;
  --off: #f8f8f6;
  --dark: #1a1a1a;
  --border: #e2e8f0;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.visible { opacity: 1; transform: none; }
.d1 { transition-delay: .08s; }
.d2 { transition-delay: .16s; }
.d3 { transition-delay: .24s; }
.d4 { transition-delay: .32s; }
.d5 { transition-delay: .40s; }
.d6 { transition-delay: .48s; }
.d7 { transition-delay: .56s; }
.d8 { transition-delay: .64s; }

.page-tab-bar {
  background: #fff;
  border-bottom: 2px solid var(--border);
  padding: 0 5%;
}

.page-tab-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 0;
}

.page-tab-link {
  padding: 18px 32px;
  font-size: 14px;
  font-weight: 700;
  color: #888;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  transition: color .2s, border-color .2s;
  letter-spacing: .2px;
  text-decoration: none;
}

.page-tab-link.active {
  color: var(--blue);
  border-bottom-color: var(--orange);
}

.hero-band {
  background: var(--blue);
  padding: 64px 5% 0;
  position: relative;
  overflow: hidden;
}

.hero-band::before {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 400px;
  height: 400px;
  background: rgba(245, 160, 32, .12);
  border-radius: 50%;
}

.hero-band::after {
  content: "";
  position: absolute;
  left: 40%;
  bottom: -60px;
  width: 220px;
  height: 220px;
  background: rgba(255, 255, 255, .04);
  border-radius: 50%;
}

.hero-band-in,
.products-section,
.services-intro,
.services-list-section,
.process-in,
.cta-band-in {
  max-width: 1200px;
  margin: 0 auto;
}

.hero-band-in {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  gap: 40px;
  align-items: end;
}

.hero-band-copy {
  min-width: 0;
  padding-bottom: 6rem;
}

.hero-band-visual {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.hero-band-portrait {
  position: relative;
  width: 100%;
  min-height: 404px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.hero-band-portrait::before {
  content: "";
  position: absolute;
  inset: auto 8% 0;
  height: 82%;
  border-radius: 28px 28px 0 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, .12) 0%, rgba(255, 255, 255, .04) 100%);
  border: 1px solid rgba(255, 255, 255, .08);
}

.hero-band-portrait img {
  position: relative;
  z-index: 1;
  display: block;
  max-height: 460px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 24px 40px rgba(7, 27, 52, .28));
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(245, 160, 32, .2);
  color: var(--orange);
  padding: 5px 13px;
  border-radius: 100px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .5px;
  margin-bottom: 18px;
}

.hero-band h1 {
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 14px;
}

.hero-band p {
  font-size: 15.5px;
  color: rgba(255, 255, 255, .72);
  line-height: 1.7;
  max-width: 580px;
  margin-bottom: 28px;
}

.hero-band-btns,
.cta-band-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn-orange,
.btn-outline-w,
.btn-blue,
.btn-outline-b {
  border-radius: 6px;
  font-size: 13.5px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
}

.btn-orange {
  background: var(--orange);
  color: #fff;
  padding: 12px 26px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.btn-orange:hover {
  background: var(--orange-light);
  transform: translateY(-2px);
}

.btn-outline-w {
  border: 2px solid rgba(255, 255, 255, .45);
  color: #fff;
  padding: 12px 26px;
}

.btn-outline-w:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, .1);
}

.products-section {
  padding: 80px 5%;
}

.services-intro {
  padding: 80px 5% 0;
}

.services-list-section {
  padding: 40px 5% 80px;
}

.section-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 10px;
}

.section-title {
  font-size: clamp(26px, 3.5vw, 38px);
  font-weight: 700;
  color: var(--dark);
  line-height: 1.12;
  margin-bottom: 12px;
}

.section-title .bl { color: var(--blue); }

.section-sub {
  font-size: 15px;
  color: #666;
  line-height: 1.7;
  max-width: 520px;
  margin-bottom: 52px;
}

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

.prod-card {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  transition: border-color .25s, transform .25s, box-shadow .25s;
  display: flex;
  flex-direction: column;
}

.prod-card:hover {
  border-color: var(--blue);
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(26, 95, 168, .10);
}

.prod-card-img {
  height: 170px;
  background: var(--blue-pale);
  overflow: hidden;
}

.prod-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s;
}

.prod-card:hover .prod-card-img img { transform: scale(1.04); }

.prod-card-body {
  padding: 24px 22px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.prod-icon-chip,
.svc-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--blue-pale);
}

.prod-icon-chip {
  width: 40px;
  height: 40px;
  border-radius: 9px;
  margin-bottom: 14px;
}

.prod-icon-chip svg,
.svc-icon svg {
  stroke: var(--blue);
  fill: none;
}

.prod-icon-chip svg {
  width: 20px;
  height: 20px;
  stroke-width: 2;
}

.prod-card-title,
.svc-title {
  font-weight: 700;
  color: var(--dark);
}

.prod-card-title {
  font-size: 16px;
  margin-bottom: 9px;
}

.prod-card-desc,
.svc-desc {
  font-size: 13.5px;
  color: #666;
  line-height: 1.62;
}

.prod-card-desc { flex: 1; }

.prod-card-link,
.svc-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 16px;
  font-size: 13px;
  font-weight: 700;
  color: var(--blue);
  text-decoration: none;
}

.prod-card-link svg,
.svc-link svg {
  width: 13px;
  height: 13px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.5;
}

.badge-new {
  display: inline-block;
  background: var(--orange-pale);
  color: #8b5400;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 100px;
  letter-spacing: .4px;
  margin-left: 8px;
  vertical-align: middle;
  border: 1px solid #f9d9a0;
}

.svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 60px;
}

.svc-card {
  background: #fff;
  padding: 36px 30px;
  transition: background .22s;
}

.svc-card:hover { background: var(--blue-pale); }

.svc-num {
  font-size: 13px;
  font-weight: 700;
  color: var(--orange);
  letter-spacing: .5px;
  margin-bottom: 14px;
}

.svc-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  margin-bottom: 16px;
}

.svc-icon svg {
  width: 22px;
  height: 22px;
  stroke-width: 1.9;
}

.svc-title {
  font-size: 16.5px;
  margin-bottom: 10px;
}

.project-cta {
  margin: 60px auto 0;
}

.project-box {
  background: var(--off);
  border: 1.5px solid var(--border);
  border-radius: 16px;
  padding: 56px 52px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.project-box::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 200px;
  height: 200px;
  background: var(--blue-pale);
  border-radius: 50%;
}

.project-box h3 {
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 12px;
}

.project-box p {
  font-size: 14.5px;
  color: #666;
  line-height: 1.68;
  max-width: 480px;
}

.project-box-btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  z-index: 1;
}

.btn-blue {
  background: var(--blue);
  color: #fff;
  padding: 13px 26px;
  text-align: center;
}

.btn-outline-b {
  border: 2px solid var(--blue);
  color: var(--blue);
  padding: 12px 26px;
  text-align: center;
}

.process-section {
  background: var(--off);
  padding: 80px 5%;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 48px;
  position: relative;
}

.process-steps::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: repeating-linear-gradient(to right, var(--orange) 0, var(--orange) 8px, transparent 8px, transparent 16px);
  z-index: 0;
}

.pstep {
  text-align: center;
  padding: 0 16px;
  position: relative;
  z-index: 1;
}

.pstep-num {
  width: 56px;
  height: 56px;
  background: var(--blue);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  border: 3px solid #fff;
  box-shadow: 0 0 0 3px var(--blue);
}

.pstep-num span {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.pstep h4 {
  font-size: 14.5px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 8px;
}

.pstep p {
  font-size: 13px;
  color: #777;
  line-height: 1.55;
}

.cta-band {
  background: var(--blue);
  padding: 64px 5%;
  margin-top: 80px;
}

.cta-band-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.cta-band h2 {
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 10px;
}

.cta-band p {
  font-size: 15px;
  color: rgba(255, 255, 255, .68);
  line-height: 1.65;
  max-width: 420px;
}

@media (max-width: 1024px) {
  .hero-band-in,
  .prod-grid,
  .svc-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-band-in {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .hero-band-visual {
    justify-content: flex-start;
  }

  .hero-band-portrait {
    min-height: 320px;
    max-width: 360px;
  }

  .process-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 0;
  }

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

@media (max-width: 768px) {
  .hero-band {
    padding-top: 48px;
  }

  .hero-band-portrait {
    min-height: 280px;
    max-width: 300px;
  }

  .hero-band-portrait img {
    max-height: 320px;
  }

  .page-tab-inner,
  .cta-band-in {
    flex-direction: column;
    align-items: stretch;
  }

  .project-box {
    grid-template-columns: 1fr;
    padding: 40px 28px;
  }

  .project-box-btns {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .hero-band {
    padding: 40px 16px 0;
  }

  .hero-band p {
    max-width: none;
  }

  .hero-band-btns {
    flex-direction: column;
    align-items: stretch;
  }

  .btn-orange,
  .btn-outline-w {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .hero-band-visual {
    justify-content: center;
  }

  .hero-band-portrait {
    min-height: 240px;
    max-width: 260px;
  }

  .hero-band-portrait::before {
    inset: auto 0 0;
    border-radius: 22px 22px 0 0;
  }

  .hero-band-portrait img {
    max-height: 280px;
  }

  .prod-grid,
  .svc-grid,
  .process-steps {
    grid-template-columns: 1fr;
  }

  .page-tab-link {
    width: 100%;
    text-align: center;
  }
}

.service-detail-page {
  background: #fff;
}

.service-detail-hero-in {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: 36px;
  align-items: center;
}

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

.service-detail-hero-visual {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 16px;
}

.service-hero-illustration {
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-check-card,
.service-visual-card {
  position: relative;
  width: min(100%, 520px);
  min-height: 260px;
  padding: 24px;
  border-radius: 8px;
  background:
    radial-gradient(circle at top right, rgba(245, 160, 32, .18), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(239, 246, 255, .96));
  border: 1px solid rgba(255, 255, 255, .4);
  box-shadow: 0 28px 50px rgba(8, 30, 64, .22);
  overflow: hidden;
  margin-bottom: 30px;
}

.service-check-card::before,
.service-check-card::after,
.service-visual-card::before,
.service-visual-card::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: rgba(26, 95, 168, .06);
}

.service-check-card::before,
.service-visual-card::before {
  width: 180px;
  height: 72px;
  top: 18px;
  right: -54px;
  transform: rotate(-10deg);
}

.service-check-card::after,
.service-visual-card::after {
  width: 150px;
  height: 54px;
  bottom: 20px;
  left: -42px;
  transform: rotate(8deg);
}

.service-check-top,
.service-check-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}

.service-check-brand {
  color: var(--blue);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .8px;
}

.service-check-chip {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--orange-pale);
  color: #9b6208;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.service-check-payee {
  position: relative;
  z-index: 1;
  margin-top: 26px;
  display: grid;
  gap: 6px;
}

.service-check-payee span,
.service-check-amount small {
  color: #7b8798;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .9px;
  text-transform: uppercase;
}

.service-check-payee strong {
  color: #102a43;
  font-size: clamp(14px, 1vw, 22px);
  line-height: 1.08;
  font-weight: 800;
}

.service-check-lines {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.service-check-lines span {
  display: block;
  width: 100%;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(26, 95, 168, .16), rgba(26, 95, 168, .04));
}

.service-check-lines span:nth-child(2) {
  width: 88%;
}

.service-check-lines span:nth-child(3) {
  width: 72%;
}

.service-check-bottom {
  margin-top: 28px;
}

.service-check-amount strong {
  display: block;
  margin-top: 4px;
  color: var(--blue);
  font-size: 20px;
  font-weight: 800;
}

.service-check-status {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 12px;
  background: rgba(26, 95, 168, .08);
  color: var(--blue);
  font-size: 12px;
  font-weight: 700;
}

.service-visual-card-transfer,
.service-visual-card-shield,
.service-visual-card-currency,
.service-visual-card-sms,
.service-visual-card-domiciliation,
.service-visual-card-money,
.service-visual-card-messenger,
.service-visual-card-credit {
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-visual-transfer-head,
.service-transfer-flow,
.service-transfer-rails,
.service-shield-lines,
.service-chat-lines,
.service-credit-bars {
  position: relative;
  z-index: 1;
}

.service-visual-transfer-head {
  position: absolute;
  top: 24px;
  left: 24px;
  right: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.service-transfer-badge {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--orange-pale);
  color: #9b6208;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.service-transfer-globe {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid rgba(26, 95, 168, .22);
  box-shadow: inset 0 0 0 8px rgba(26, 95, 168, .06);
}

.service-transfer-flow {
  display: grid;
  grid-template-columns: 72px 1fr 72px;
  align-items: center;
  gap: 14px;
  width: min(100%, 320px);
}

.service-transfer-node {
  height: 72px;
  border-radius: 22px;
  background: rgba(26, 95, 168, .12);
  color: var(--blue);
  font-size: 20px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-transfer-node-orange {
  background: rgba(245, 160, 32, .16);
  color: #b36c00;
}

.service-transfer-arrow {
  position: relative;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(26, 95, 168, .25), rgba(245, 160, 32, .4));
}

.service-transfer-arrow::after {
  content: "";
  position: absolute;
  right: -2px;
  top: 50%;
  width: 18px;
  height: 18px;
  border-top: 4px solid var(--orange);
  border-right: 4px solid var(--orange);
  transform: translateY(-50%) rotate(45deg);
}

.service-transfer-rails {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  display: grid;
  gap: 10px;
}

.service-transfer-rails span,
.service-chat-lines span,
.service-credit-bars span,
.service-shield-lines span {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(26, 95, 168, .14), rgba(26, 95, 168, .04));
}

.service-transfer-rails span:nth-child(2),
.service-chat-lines span:nth-child(2),
.service-shield-lines span:nth-child(2) {
  width: 82%;
}

.service-transfer-rails span:nth-child(3),
.service-credit-bars span:nth-child(3) {
  width: 68%;
}

.service-shield-orb {
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245, 160, 32, .18), transparent 70%);
}

.service-shield-shape {
  position: relative;
  z-index: 1;
  width: 140px;
  height: 164px;
  background: linear-gradient(180deg, #2d79cb, #174d8c);
  clip-path: polygon(50% 0%, 90% 16%, 90% 52%, 50% 100%, 10% 52%, 10% 16%);
  box-shadow: 0 18px 30px rgba(23, 77, 140, .22);
}

.service-shield-lines {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  display: grid;
  gap: 10px;
}

.service-currency-stack {
  position: absolute;
  width: 220px;
  height: 132px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(26, 95, 168, .12), rgba(26, 95, 168, .04));
  border: 1px solid rgba(26, 95, 168, .08);
}

.service-currency-stack-back {
  transform: rotate(-8deg) translate(-22px, -10px);
}

.service-currency-stack-front {
  position: relative;
  transform: rotate(6deg) translate(18px, 10px);
  background: linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(232, 241, 251, .95));
}

.service-currency-symbol {
  position: absolute;
  top: 24px;
  left: 28px;
  color: var(--blue);
  font-size: 62px;
  font-weight: 800;
  line-height: 1;
}

.service-currency-symbol-alt {
  top: auto;
  left: auto;
  right: 30px;
  bottom: 18px;
  color: #c88000;
  font-size: 48px;
}

.service-phone-shell {
  position: relative;
  z-index: 1;
  width: 176px;
  height: 250px;
  border-radius: 32px;
  background: #173d72;
  padding: 16px;
  box-shadow: 0 20px 32px rgba(11, 38, 71, .22);
}

.service-phone-screen {
  width: 100%;
  height: 100%;
  border-radius: 22px;
  background: linear-gradient(180deg, #f8fbff, #ebf4fc);
  padding: 18px 14px;
  display: grid;
  gap: 12px;
}

.service-sms-bubble {
  height: 42px;
  border-radius: 14px 14px 14px 6px;
  background: rgba(26, 95, 168, .12);
}

.service-sms-bubble-small {
  width: 70%;
  justify-self: end;
  border-radius: 14px 14px 6px 14px;
  background: rgba(245, 160, 32, .22);
}

.service-sms-bubble-accent {
  width: 84%;
}

.service-building {
  position: absolute;
  left: 42px;
  bottom: 28px;
  width: 120px;
  height: 150px;
  border-radius: 18px 18px 8px 8px;
  background: linear-gradient(180deg, #2a6fb9, #174d8c);
  box-shadow: 0 16px 26px rgba(23, 77, 140, .2);
}

.service-building::before {
  content: "";
  position: absolute;
  inset: 22px 18px 26px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.75) 0 18px, transparent 18px 26px, rgba(255,255,255,.75) 26px 44px, transparent 44px 52px, rgba(255,255,255,.75) 52px 70px);
  opacity: .7;
}

.service-domiciliation-line {
  position: absolute;
  right: 48px;
  top: 56px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  border: 3px dashed rgba(26, 95, 168, .26);
}

.service-domiciliation-card {
  position: absolute;
  right: 34px;
  bottom: 42px;
  width: 118px;
  height: 76px;
  border-radius: 16px;
  background: rgba(245, 160, 32, .2);
  box-shadow: 0 12px 22px rgba(245, 160, 32, .16);
}

.service-wallet {
  position: relative;
  z-index: 1;
  width: 190px;
  height: 128px;
  border-radius: 24px;
  background: linear-gradient(180deg, #2367b1, #15477f);
  box-shadow: 0 18px 30px rgba(21, 71, 127, .24);
}

.service-wallet-pocket {
  position: absolute;
  left: 16px;
  right: 16px;
  top: 22px;
  height: 52px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .14);
}

.service-wallet-coin {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle at top left, #ffd277, #f5a020);
  box-shadow: 0 10px 18px rgba(245, 160, 32, .18);
}

.service-wallet-coin-a {
  width: 72px;
  height: 72px;
  right: 40px;
  top: 42px;
}

.service-wallet-coin-b {
  width: 52px;
  height: 52px;
  right: 96px;
  top: 26px;
}

.service-chat-bubble {
  position: absolute;
  border-radius: 22px;
  box-shadow: 0 16px 26px rgba(12, 42, 77, .12);
}

.service-chat-bubble-main {
  width: 210px;
  height: 124px;
  left: 52px;
  top: 56px;
  background: rgba(26, 95, 168, .14);
}

.service-chat-bubble-side {
  width: 120px;
  height: 82px;
  right: 44px;
  bottom: 48px;
  background: rgba(245, 160, 32, .2);
}

.service-chat-lines {
  position: absolute;
  left: 76px;
  top: 84px;
  width: 150px;
  display: grid;
  gap: 12px;
}

.service-credit-card {
  position: absolute;
  left: 50px;
  top: 60px;
  width: 210px;
  height: 126px;
  border-radius: 22px;
  background: linear-gradient(145deg, #2367b1, #153f70);
  box-shadow: 0 18px 28px rgba(15, 61, 114, .24);
}

.service-credit-card::before {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  top: 36px;
  height: 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .18);
}

.service-credit-coin {
  position: absolute;
  right: 56px;
  top: 36px;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: radial-gradient(circle at top left, #ffd277, #f5a020);
  box-shadow: 0 12px 20px rgba(245, 160, 32, .18);
}

.service-credit-bars {
  position: absolute;
  left: 50px;
  right: 50px;
  bottom: 32px;
  display: grid;
  gap: 10px;
}

.service-hero-slot {
  min-height: 148px;
  border: 1px dashed rgba(255, 255, 255, .4);
  border-radius: 18px;
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .84);
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
}

.service-detail-section {
  padding: 80px 5%;
}

.service-detail-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, .8fr);
  gap: 36px;
  align-items: start;
}

.service-detail-copy {
  font-size: 15.5px;
  color: #55606f;
  line-height: 1.8;
  max-width: 760px;
}

.service-detail-block {
  margin-top: 32px;
}

.service-detail-block h3,
.service-side-card h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 14px;
}

.service-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.service-chip {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--blue-pale);
  color: var(--blue);
  font-size: 13px;
  font-weight: 700;
}

.service-benefit-list,
.service-step-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.service-benefit-item,
.service-step-item {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 18px;
  color: #586272;
  line-height: 1.7;
}

.service-detail-side {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.service-side-card {
  background: var(--off);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 24px 22px;
}

.service-side-card-accent {
  background: var(--blue);
  color: #fff;
}

.service-side-card-accent h3 {
  color: #fff;
}

.service-side-card-accent p {
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 18px;
}

.service-step-item {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.service-step-num {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--orange-pale);
  color: var(--orange);
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-step-item p {
  font-size: 13.5px;
  color: #586272;
  line-height: 1.65;
}

@media (max-width: 1024px) {
  .service-detail-hero-in,
  .service-detail-grid {
    grid-template-columns: 1fr;
  }

  .service-check-card,
  .service-visual-card {
    width: min(100%, 460px);
  }
}
