/* আইটি খাতা modern landing page */
.abp-home-page {
  background: #f8fbff;
  color: #172b4d;
}

.abp-home-page .header {
  padding: 14px 0;
  background: rgba(255, 255, 255, 0.93);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(26, 78, 152, 0.08);
}

.abp-home-page .header.header-scrolled {
  padding: 10px 0;
  box-shadow: 0 12px 35px rgba(17, 59, 120, 0.1);
}

.abp-home-page .header .logo img {
  max-height: 54px;
  width: auto;
}

.abp-home-page .navbar a,
.abp-home-page .navbar a:focus {
  color: #203553;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 13px;
}

.abp-home-page .navbar a:hover,
.abp-home-page .navbar .active,
.abp-home-page .navbar .active:focus,
.abp-home-page .navbar li:hover > a {
  color: #1468e8;
}

.abp-home-page .navbar .abp-login-nav {
  border: 1px solid #2d77e5;
  border-radius: 10px;
  margin-left: 8px;
  color: #1468e8;
  padding: 10px 20px;
}

.abp-home-page .navbar .getstarted,
.abp-home-page .navbar .getstarted:focus {
  background: linear-gradient(135deg, #1668e8, #0c55cf);
  color: #fff;
  border-radius: 10px;
  margin-left: 10px;
  padding: 11px 20px;
  box-shadow: 0 10px 24px rgba(20, 104, 232, 0.24);
}

.abp-landing {
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 6%, rgba(20, 104, 232, 0.08), transparent 22%),
    radial-gradient(circle at 72% 17%, rgba(0, 192, 135, 0.08), transparent 19%),
    #fbfdff;
}

.abp-landing section {
  overflow: visible;
}

.abp-hero {
  position: relative;
  padding: 155px 0 72px;
}

.abp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 13px;
  border-radius: 999px;
  background: #eef6ff;
  color: #1557a7;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 18px;
}

.abp-live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #09b978;
  box-shadow: 0 0 0 5px rgba(9, 185, 120, 0.12);
}

.abp-hero-title {
  margin: 0;
  max-width: 700px;
  color: #102a50;
  font-size: clamp(38px, 4.2vw, 64px);
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -1.6px;
}

.abp-hero-title::first-line {
  color: #102a50;
}

.abp-hero-copy {
  max-width: 630px;
  margin: 22px 0 0;
  color: #5c6e86;
  font-size: 18px;
  line-height: 1.8;
}

.abp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.abp-btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 11px;
  padding: 12px 22px;
  font-size: 15px;
  font-weight: 800;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.abp-btn:hover {
  transform: translateY(-2px);
}

.abp-btn-primary {
  color: #fff !important;
  background: linear-gradient(135deg, #176ae8, #0755d1);
  box-shadow: 0 14px 30px rgba(16, 91, 215, 0.25);
}

.abp-btn-outline {
  color: #1557a7 !important;
  background: #fff;
  border: 1px solid #8cb5ef;
  box-shadow: 0 8px 24px rgba(37, 88, 158, 0.08);
}

.abp-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 25px;
  font-size: 13px;
  color: #60728b;
  font-weight: 700;
}

.abp-trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.abp-trust-row i {
  color: #08b57d;
}

.abp-hero-visual {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.abp-orbit {
  position: absolute;
  border: 1px dashed rgba(36, 119, 229, 0.25);
  border-radius: 50%;
}

.abp-orbit-one {
  width: 500px;
  height: 360px;
  transform: rotate(-12deg);
}

.abp-orbit-two {
  width: 430px;
  height: 430px;
  border-color: rgba(0, 185, 126, 0.22);
}

.abp-hero-illustration {
  position: absolute;
  width: 310px;
  max-height: 410px;
  object-fit: contain;
  left: 10px;
  bottom: 12px;
  opacity: 0.2;
  filter: saturate(0.9);
}

.abp-phone-shell {
  position: relative;
  z-index: 3;
  width: 310px;
  padding: 12px;
  border-radius: 38px;
  background: linear-gradient(145deg, #0b1b2e, #27384b);
  box-shadow: 0 36px 70px rgba(10, 33, 63, 0.3);
  transform: rotate(-4deg);
}

.abp-phone-notch {
  position: absolute;
  top: 17px;
  left: 50%;
  transform: translateX(-50%);
  width: 106px;
  height: 21px;
  border-radius: 0 0 14px 14px;
  background: #0e1d30;
  z-index: 5;
}

.abp-phone-screen {
  border-radius: 28px;
  overflow: hidden;
  min-height: 520px;
  padding: 22px 16px 18px;
  background: linear-gradient(180deg, #1567dd 0 108px, #f8fbff 108px 100%);
  color: #172b4d;
}

.abp-phone-head {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 4px 14px;
}

.abp-phone-head div {
  display: flex;
  flex-direction: column;
}

.abp-phone-head small {
  opacity: 0.78;
  font-size: 10px;
}

.abp-phone-head strong {
  font-size: 13px;
}

.abp-phone-head > span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,0.16);
}

.abp-balance-card {
  padding: 17px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(19, 65, 126, 0.13);
  display: flex;
  flex-direction: column;
}

.abp-balance-card small {
  color: #78879b;
  font-size: 10px;
}

.abp-balance-card strong {
  margin: 4px 0;
  color: #142b4d;
  font-size: 23px;
}

.abp-balance-card span {
  color: #0baa76;
  font-size: 9px;
  font-weight: 800;
}

.abp-phone-actions {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
  margin: 14px 0;
}

.abp-phone-actions span {
  min-height: 58px;
  padding: 8px 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: 1px solid #e7eef8;
  background: #fff;
  border-radius: 10px;
  color: #1766d9;
}

.abp-phone-actions small {
  color: #56667a;
  font-size: 8px;
}

.abp-recent-title {
  margin: 8px 0;
  font-size: 11px;
  font-weight: 900;
}

.abp-transaction-list {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.abp-transaction-item {
  display: grid;
  grid-template-columns: 23px 1fr auto;
  gap: 7px;
  align-items: center;
  padding: 9px;
  background: #fff;
  border: 1px solid #eaf0f8;
  border-radius: 10px;
}

.abp-method-dot {
  width: 21px;
  height: 21px;
  border-radius: 7px;
  background: linear-gradient(135deg, #e2146a, #ff71aa);
}

.abp-transaction-item:nth-child(2) .abp-method-dot {
  background: linear-gradient(135deg, #f06423, #ff9a24);
}

.abp-transaction-item:nth-child(3) .abp-method-dot {
  background: linear-gradient(135deg, #7b2aa6, #bb65e4);
}

.abp-transaction-item div,
.abp-amount {
  display: flex;
  flex-direction: column;
}

.abp-transaction-item strong {
  font-size: 9px;
  color: #263a56;
}

.abp-transaction-item small {
  font-size: 7px;
  color: #8795a8;
}

.abp-amount {
  align-items: flex-end;
  color: #0ba76f;
  font-size: 9px;
  font-weight: 900;
}

.abp-amount small {
  color: #0ba76f;
}

.abp-float-card {
  position: absolute;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(45, 107, 190, 0.12);
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(21, 65, 126, 0.13);
}

.abp-success-card {
  left: 8%;
  top: 30%;
}

.abp-verify-card {
  right: 0;
  top: 54%;
}

.abp-float-card div {
  display: flex;
  flex-direction: column;
}

.abp-float-card small {
  color: #738197;
  font-size: 10px;
}

.abp-float-card strong {
  color: #14345f;
  font-size: 12px;
}

.abp-float-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
}

.abp-float-icon.success { background: #06af76; }
.abp-float-icon.verify { background: #1769e8; }

.abp-methods-section {
  padding: 0 0 20px !important;
}

.abp-methods-panel {
  display: grid;
  grid-template-columns: 155px 1fr;
  align-items: stretch;
  gap: 14px;
  padding: 14px;
  border: 1px solid #e5edf7;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 35px rgba(18, 62, 123, 0.07);
}

.abp-methods-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 10px;
}

.abp-methods-title span {
  color: #1768e4;
  font-size: 13px;
  font-weight: 800;
}

.abp-methods-title strong {
  color: #17375f;
  font-size: 16px;
  line-height: 1.4;
}

.abp-methods-marquee {
  --abp-marquee-gap: 10px;
  overflow: hidden;
  position: relative;
  width: 100%;
  display: block;
}

.abp-methods-track {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center;
  gap: var(--abp-marquee-gap);
  width: max-content;
  animation: abpGatewayMarquee 22s linear infinite;
  will-change: transform;
}

.abp-methods-marquee:hover .abp-methods-track,
.abp-methods-marquee:focus-within .abp-methods-track {
  animation-play-state: paused;
}

.abp-methods-group {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

@keyframes abpGatewayMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - (var(--abp-marquee-gap) / 2)));
  }
}

.abp-methods-marquee::before,
.abp-methods-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 36px;
  z-index: 2;
  pointer-events: none;
}

.abp-methods-marquee::before {
  left: 0;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255,255,255,0) 100%);
}

.abp-methods-marquee::after {
  right: 0;
  background: linear-gradient(270deg, #ffffff 0%, rgba(255,255,255,0) 100%);
}

@media (prefers-reduced-motion: reduce) {
  .abp-methods-track {
    animation: none;
  }
}

.abp-method-card {
  flex: 0 0 auto;
  width: auto;
  min-width: 88px;
  height: 46px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  border-radius: 999px;
  border: 1px solid #e9eff7;
  background: #fff;
  box-shadow: 0 4px 10px rgba(18, 62, 123, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.abp-method-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(18, 62, 123, 0.12);
}

.abp-method-card img {
  max-width: 100%;
  max-height: 26px;
  object-fit: contain;
}

.abp-method-fallback {
  color: #25466e;
  text-align: center;
  font-weight: 800;
  font-size: 13px;
  white-space: nowrap;
}

.abp-stats-section {
  padding: 24px 0 40px !important;
}

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

.abp-stat-card {
  min-height: 105px;
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  border: 1px solid #e4edf8;
  border-radius: 15px;
}

.abp-stat-icon {
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #0ab278;
  background: #eafbf5;
  font-size: 22px;
}

.abp-stat-card:nth-child(even) .abp-stat-icon {
  color: #1769e8;
  background: #edf5ff;
}

.abp-stat-card div {
  display: flex;
  flex-direction: column;
}

.abp-stat-card strong {
  color: #1668e6;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 900;
}

.abp-stat-card span:last-child {
  margin-top: 4px;
  color: #60718a;
  font-size: 12px;
  font-weight: 700;
}

.abp-section {
  padding: 78px 0 !important;
}

.abp-section-heading {
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}

.abp-section-heading > span,
.abp-section-kicker {
  display: inline-block;
  margin-bottom: 8px;
  color: #0ba977;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

.abp-section-heading h2,
.abp-api-copy h2 {
  margin: 0;
  color: #18385f;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.25;
  font-weight: 900;
}

.abp-section-heading p {
  margin: 13px auto 0;
  max-width: 680px;
  color: #6d7b90;
  line-height: 1.75;
}

.abp-feature-section { background: #fff; }

.abp-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.abp-feature-card {
  padding: 25px 22px;
  border: 1px solid #e5edf7;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(18, 62, 123, 0.045);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.abp-feature-card:hover {
  transform: translateY(-5px);
  border-color: #c6dcfb;
  box-shadow: 0 20px 45px rgba(18, 72, 146, 0.1);
}

.abp-feature-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #eafbf5;
  color: #0bad75;
  font-size: 22px;
}

.abp-feature-card:nth-child(2n) .abp-feature-icon {
  background: #eef5ff;
  color: #176ae8;
}

.abp-feature-card:nth-child(3n) .abp-feature-icon {
  background: #f6efff;
  color: #8540c9;
}

.abp-feature-card h3 {
  margin: 17px 0 8px;
  color: #17365b;
  font-size: 19px;
  font-weight: 900;
}

.abp-feature-card p {
  margin: 0;
  color: #6f7d91;
  line-height: 1.7;
  font-size: 14px;
}

.abp-service-section {
  background: linear-gradient(180deg, #f7fbff, #fff);
}

.abp-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.abp-service-card {
  position: relative;
  padding: 24px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e5edf7;
}

.abp-service-card > span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #1769e8;
  background: #edf5ff;
  font-size: 20px;
}

.abp-service-card h3 {
  margin: 15px 0 7px;
  color: #17365b;
  font-size: 18px;
  font-weight: 900;
}

.abp-service-card p {
  margin: 0;
  color: #728096;
  line-height: 1.7;
  font-size: 14px;
}

.abp-api-section { background: #fff; }

.abp-api-shell {
  display: grid;
  grid-template-columns: 0.95fr 1.25fr 0.75fr;
  gap: 18px;
  align-items: stretch;
  padding: 24px;
  border: 1px solid #e1ebf7;
  border-radius: 20px;
  background: linear-gradient(135deg, #fbfdff, #f3f8ff);
  box-shadow: 0 20px 50px rgba(17, 62, 123, 0.08);
}

.abp-api-copy {
  padding: 14px 8px;
}

.abp-api-copy h2 {
  font-size: 31px;
}

.abp-api-copy p {
  color: #687991;
  line-height: 1.75;
  font-size: 14px;
}

.abp-api-copy ul {
  list-style: none;
  padding: 0;
  margin: 18px 0;
}

.abp-api-copy li {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 9px 0;
  color: #52657e;
  font-size: 13px;
  font-weight: 700;
}

.abp-api-copy li i { color: #0bad75; }

.abp-text-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #1667df;
  font-size: 14px;
  font-weight: 900;
}

.abp-code-window {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  background: linear-gradient(145deg, #06182b, #0a2b4f);
  box-shadow: 0 20px 40px rgba(4, 26, 52, 0.22);
  align-self: center;
}

.abp-code-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 15px;
  border-bottom: 1px solid rgba(255,255,255,0.09);
  color: #d7e8ff;
}

.abp-code-head > div {
  display: flex;
  gap: 6px;
}

.abp-code-head span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ff5f57;
}

.abp-code-head span:nth-child(2) { background: #febc2e; }
.abp-code-head span:nth-child(3) { background: #28c840; }
.abp-code-head code { font-size: 10px; }

.abp-code-window pre {
  margin: 0;
  padding: 24px 20px 42px;
  color: #eef6ff;
  font-size: 12px;
  line-height: 2;
  white-space: pre-wrap;
}

.abp-code-window .line {
  display: inline-block;
  width: 20px;
  color: #6785a4;
  user-select: none;
}

.abp-code-window b { color: #45e38f; font-weight: 700; }
.abp-code-window em { color: #f0c766; font-style: normal; }

.abp-copy-chip {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 6px 9px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 7px;
  color: #d9e9fb;
  font-size: 9px;
}

.abp-integration-panel {
  padding: 16px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #e3ecf7;
}

.abp-integration-panel h3 {
  margin: 0 0 14px;
  color: #1c3d65;
  font-size: 16px;
  font-weight: 900;
}

.abp-integration-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.abp-integration-grid span {
  min-height: 62px;
  display: grid;
  place-items: center;
  padding: 8px;
  border: 1px solid #e8eef6;
  border-radius: 10px;
}

.abp-integration-grid img {
  max-width: 100%;
  max-height: 40px;
  object-fit: contain;
}


.abp-pricing-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 14%, rgba(43, 224, 160, 0.16), transparent 30%),
    radial-gradient(circle at 84% 18%, rgba(23, 106, 232, 0.16), transparent 34%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 58%, #f5fbff 100%);
}

.abp-pricing-section::before,
.abp-pricing-section::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(6px);
  opacity: 0.75;
}

.abp-pricing-section::before {
  width: 420px;
  height: 420px;
  left: -150px;
  top: 110px;
  background: radial-gradient(circle, rgba(23, 106, 232, 0.12), transparent 70%);
}

.abp-pricing-section::after {
  width: 520px;
  height: 520px;
  right: -180px;
  bottom: -210px;
  background: radial-gradient(circle, rgba(8, 181, 125, 0.15), transparent 72%);
}

.abp-pricing-section .container {
  position: relative;
  z-index: 1;
}

.abp-pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 28px;
  align-items: stretch;
  perspective: 1800px;
}

.abp-price-card {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 38px 28px 28px;
  border: 1px solid rgba(144, 185, 244, 0.58);
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 251, 255, 0.93) 48%, rgba(238, 246, 255, 0.94) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 0 -14px 30px rgba(28, 105, 217, 0.055),
    0 1px 0 rgba(255, 255, 255, 0.95),
    0 18px 26px -22px rgba(15, 48, 96, 0.35),
    0 34px 70px -28px rgba(19, 83, 170, 0.32);
  transition:
    transform 0.48s cubic-bezier(0.18, 0.86, 0.28, 1.12),
    box-shadow 0.48s cubic-bezier(0.18, 0.86, 0.28, 1),
    border-color 0.35s ease,
    filter 0.35s ease;
  transform-style: preserve-3d;
  will-change: transform;
}

.abp-price-card::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 20px;
  right: 20px;
  height: 8px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, #6eb5ff 0%, #176ae8 48%, #0755d1 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.68),
    0 8px 20px rgba(23, 106, 232, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  z-index: 2;
}

.abp-price-card::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 22px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.18) 28%, transparent 46%),
    radial-gradient(circle at 82% 4%, rgba(23, 106, 232, 0.17), transparent 34%);
  box-shadow:
    18px 22px 42px -40px rgba(9, 50, 111, 0.72),
    -10px -10px 26px -22px rgba(255, 255, 255, 0.98);
  pointer-events: none;
  z-index: -1;
}

.abp-price-card:hover {
  transform: translateY(-18px) rotateX(5deg) rotateY(-2deg) scale(1.018);
  border-color: rgba(82, 160, 255, 0.85);
  filter: saturate(1.04);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 1),
    inset 0 -16px 34px rgba(28, 105, 217, 0.07),
    0 8px 12px -10px rgba(19, 83, 170, 0.4),
    0 34px 55px -24px rgba(18, 62, 123, 0.32),
    0 58px 96px -42px rgba(18, 62, 123, 0.42);
}

.abp-price-card.is-popular {
  border-color: rgba(3, 181, 116, 0.82);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98) 0%, rgba(241, 255, 249, 0.96) 48%, rgba(225, 251, 241, 0.95) 100%);
  transform: translateY(-16px) scale(1.045);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 1),
    inset 0 -18px 34px rgba(7, 181, 119, 0.08),
    0 0 0 7px rgba(17, 210, 141, 0.08),
    0 20px 34px -24px rgba(4, 157, 102, 0.45),
    0 46px 90px -30px rgba(4, 157, 102, 0.48);
}

.abp-price-card.is-popular::before {
  left: 18px;
  right: 18px;
  height: 10px;
  background: linear-gradient(90deg, #55f2bd 0%, #08c983 50%, #049d66 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.72),
    0 10px 24px rgba(6, 174, 115, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.abp-price-card.is-popular::after {
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.2) 28%, transparent 46%),
    radial-gradient(circle at 82% 2%, rgba(43, 224, 160, 0.24), transparent 35%),
    radial-gradient(circle at 10% 92%, rgba(6, 174, 115, 0.13), transparent 36%);
}

.abp-price-card.is-popular:hover {
  transform: translateY(-24px) rotateX(5deg) rotateY(2deg) scale(1.06);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 1),
    inset 0 -20px 36px rgba(7, 181, 119, 0.1),
    0 0 0 8px rgba(17, 210, 141, 0.11),
    0 22px 42px -24px rgba(4, 157, 102, 0.5),
    0 64px 112px -34px rgba(4, 157, 102, 0.58);
}

.abp-popular-badge {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%) translateZ(34px);
  padding: 10px 24px 11px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0) 42%),
    linear-gradient(135deg, #34ebb0 0%, #08b978 48%, #048a5b 100%);
  color: #fff;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.3px;
  text-shadow: 0 1px 2px rgba(2, 97, 61, 0.36);
  box-shadow:
    0 0 0 7px rgba(255, 255, 255, 0.82),
    0 12px 18px -10px rgba(2, 96, 64, 0.6),
    0 18px 34px rgba(6, 174, 115, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.65),
    inset 0 -3px 8px rgba(0, 91, 60, 0.28);
  z-index: 5;
}

.abp-popular-badge::before {
  content: "★ 👑 ★";
  display: block;
  margin-bottom: 1px;
  color: #ffe878;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 93, 59, 0.45);
}

.abp-popular-badge::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background: linear-gradient(135deg, #08b978, #048a5b);
  transform: translateX(-50%) rotate(45deg);
  box-shadow: 4px 4px 10px rgba(4, 141, 94, 0.22);
  z-index: -1;
}

.abp-price-card h3 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0;
  color: #173963;
  font-size: 23px;
  font-weight: 900;
  letter-spacing: -0.3px;
  transform: translateZ(22px);
}

.abp-price-card h3::before {
  content: "🎁";
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  display: inline-grid;
  place-items: center;
  border-radius: 17px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.18) 42%),
    linear-gradient(145deg, #58adff, #0755d1);
  color: #fff;
  font-size: 23px;
  line-height: 1;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    inset 0 -8px 14px rgba(5, 64, 156, 0.24),
    0 9px 16px -8px rgba(13, 85, 198, 0.62),
    0 0 0 6px rgba(23, 106, 232, 0.08);
}

.abp-price-card:nth-child(2) h3::before { content: "30"; }
.abp-price-card:nth-child(3) h3::before { content: "6"; }
.abp-price-card:nth-child(4) h3::before { content: "12"; }

.abp-price-card.is-popular h3 {
  color: #0b3a2d;
}

.abp-price-card.is-popular h3::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.18) 42%),
    linear-gradient(145deg, #52ebb3, #049d66);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.85),
    inset 0 -8px 14px rgba(0, 98, 61, 0.26),
    0 10px 18px -8px rgba(4, 157, 102, 0.65),
    0 0 0 7px rgba(6, 174, 115, 0.1);
}

.abp-plan-desc {
  min-height: 44px;
  margin: 10px 0 20px;
  color: #6d7f96;
  font-size: 13px;
  line-height: 1.65;
  font-weight: 700;
  transform: translateZ(16px);
}

.abp-plan-price {
  position: relative;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 0 20px;
  padding: 23px 20px 22px;
  overflow: hidden;
  border: 1px solid rgba(197, 216, 240, 0.78);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(245, 250, 255, 0.9)),
    radial-gradient(circle at 18% 0%, rgba(23, 106, 232, 0.08), transparent 42%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 1),
    inset 0 -11px 22px rgba(18, 80, 168, 0.045),
    0 14px 28px -20px rgba(18, 62, 123, 0.45),
    0 1px 2px rgba(18, 62, 123, 0.06);
  transform: translateZ(28px);
}

.abp-plan-price::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.78) 42%, transparent 60%);
  transform: translateX(-88%);
  opacity: 0.65;
  transition: transform 0.7s ease;
}

.abp-price-card:hover .abp-plan-price::before {
  transform: translateX(88%);
}

.abp-plan-price strong {
  position: relative;
  background: linear-gradient(135deg, #103a73 0%, #1768e4 58%, #0b4bbc 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: clamp(30px, 3.1vw, 44px);
  font-weight: 950;
  line-height: 1;
  letter-spacing: -1px;
  text-shadow: 0 10px 22px rgba(23, 104, 228, 0.13);
}

.abp-price-card.is-popular .abp-plan-price {
  border-color: rgba(117, 226, 185, 0.9);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(240, 255, 249, 0.9)),
    radial-gradient(circle at 18% 0%, rgba(6, 174, 115, 0.12), transparent 42%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 1),
    inset 0 -11px 22px rgba(6, 174, 115, 0.055),
    0 16px 34px -20px rgba(4, 157, 102, 0.48),
    0 1px 2px rgba(4, 157, 102, 0.08);
}

.abp-price-card.is-popular .abp-plan-price strong {
  background: linear-gradient(135deg, #049d66 0%, #0cba7c 48%, #2be0a0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.abp-plan-price span {
  position: relative;
  color: #718198;
  font-size: 12px;
  font-weight: 800;
}

.abp-price-card ul {
  flex: 1;
  list-style: none;
  padding: 0 0 14px;
  margin: 0;
  transform: translateZ(18px);
}

.abp-price-card li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 14px 0;
  color: #4f617a;
  font-size: 13.5px;
  font-weight: 750;
}

.abp-price-card li i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  border-radius: 50%;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(226, 251, 242, 0.95));
  color: #08ad73;
  font-size: 14px;
  font-weight: 900;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 1),
    inset 0 -5px 9px rgba(8, 173, 115, 0.08),
    0 8px 14px -9px rgba(6, 128, 84, 0.8),
    0 0 0 1px rgba(14, 180, 120, 0.18);
}

.abp-price-card .abp-btn {
  position: relative;
  width: 100%;
  min-height: 58px;
  overflow: hidden;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 950;
  letter-spacing: 0.1px;
  transform: translateZ(30px);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease,
    border-color 0.28s ease;
}

.abp-price-card .abp-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.72) 43%, transparent 60%);
  transform: translateX(-110%);
  transition: transform 0.62s ease;
}

.abp-price-card .abp-btn:hover::before {
  transform: translateX(110%);
}

.abp-price-card .abp-btn-outline {
  color: #0d56bd !important;
  border: 1px solid rgba(50, 137, 255, 0.78);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 255, 0.92));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 1),
    inset 0 -4px 8px rgba(23, 106, 232, 0.06),
    0 10px 0 -6px rgba(8, 84, 196, 0.85),
    0 18px 30px -18px rgba(23, 106, 232, 0.65);
}

.abp-price-card .abp-btn-outline:hover {
  color: #fff !important;
  border-color: #176ae8;
  background: linear-gradient(135deg, #247aff, #0755d1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.44),
    0 12px 0 -7px rgba(7, 62, 148, 0.9),
    0 22px 38px -20px rgba(23, 106, 232, 0.72);
}

.abp-price-card.is-popular .abp-btn-primary {
  color: #fff !important;
  border: 1px solid rgba(109, 255, 197, 0.38);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0) 42%),
    linear-gradient(135deg, #26dc9b 0%, #09b879 48%, #047d53 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.58),
    inset 0 -8px 16px rgba(0, 88, 56, 0.25),
    0 12px 0 -6px rgba(2, 112, 73, 0.95),
    0 22px 40px -17px rgba(6, 174, 115, 0.78),
    0 0 26px rgba(43, 224, 160, 0.28);
}

.abp-price-card.is-popular .abp-btn-primary:hover {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0) 42%),
    linear-gradient(135deg, #38efac 0%, #08c983 50%, #049d66 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.62),
    inset 0 -8px 16px rgba(0, 88, 56, 0.22),
    0 12px 0 -6px rgba(2, 112, 73, 0.95),
    0 28px 52px -18px rgba(6, 174, 115, 0.86),
    0 0 34px rgba(43, 224, 160, 0.38);
}
.abp-faq-section { background: #fff; }

.abp-faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.abp-faq-list .accordion-item {
  margin-bottom: 12px;
  overflow: hidden;
  border: 1px solid #e3ebf5;
  border-radius: 12px !important;
  background: #fff;
}

.abp-faq-list .accordion-button {
  padding: 18px 20px;
  color: #1d3b62;
  font-weight: 900;
  background: #fff;
  box-shadow: none;
}

.abp-faq-list .accordion-button:not(.collapsed) {
  color: #1768e3;
  background: #f7faff;
}

.abp-faq-list .accordion-body {
  color: #64758c;
  line-height: 1.8;
}

.abp-cta-section {
  padding: 20px 0 70px !important;
  background: #fff;
}

.abp-cta-panel {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 30px 38px;
  border-radius: 18px;
  background: linear-gradient(115deg, #0f5ed7, #0872cf 52%, #13bd79);
  color: #fff;
}

.abp-cta-panel::before,
.abp-cta-panel::after {
  content: "";
  position: absolute;
  border: 1px dashed rgba(255,255,255,0.28);
  border-radius: 50%;
}

.abp-cta-panel::before {
  width: 220px;
  height: 220px;
  right: -80px;
  top: -110px;
}

.abp-cta-panel::after {
  width: 140px;
  height: 140px;
  right: 30px;
  bottom: -95px;
}

.abp-cta-panel h2 {
  margin: 0 0 8px;
  font-size: 27px;
  font-weight: 900;
  color: #fff;
}

.abp-cta-panel p {
  margin: 0;
  opacity: 0.88;
}

.abp-cta-actions {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.abp-btn-light,
.abp-btn-white {
  background: #fff;
  color: #1459b3 !important;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.abp-cta-plane {
  position: absolute;
  right: 22px;
  bottom: 8px;
  font-size: 68px;
  transform: rotate(-10deg);
  opacity: 0.13;
}

.abp-empty-state {
  grid-column: 1 / -1;
  padding: 30px;
  text-align: center;
  border-radius: 14px;
  background: #fff;
  color: #718198;
}

/* Home footer alignment with the visual design */
.abp-home-page .footer {
  background: #f7faff;
  color: #63758d;
}

.abp-home-page .footer .footer-top {
  padding: 58px 0 25px;
  background: #f7faff;
  border-top: 1px solid #e6edf7;
}

.abp-home-page .footer .footer-top .footer-info .logo img {
  max-height: 56px;
}

.abp-home-page .footer .footer-top h4 {
  color: #17365c;
  font-size: 15px;
  font-weight: 900;
}

.abp-home-page .footer .footer-top .footer-links ul a {
  color: #62748c;
}

.abp-home-page .footer .footer-top .footer-links ul a:hover {
  color: #1768e3;
}

@media (max-width: 1199px) {
  .abp-hero-visual { min-height: 520px; }
  .abp-api-shell { grid-template-columns: 1fr 1.25fr; }
  .abp-integration-panel { grid-column: 1 / -1; }
  .abp-integration-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 991px) {
  .abp-hero { padding-top: 125px; }
  .abp-hero-title { font-size: 44px; }
  .abp-hero-visual { margin-top: 10px; }
  .abp-methods-panel { grid-template-columns: 1fr; }
  .abp-methods-title { flex-direction: row; gap: 6px; align-items: baseline; }
  .abp-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .abp-feature-grid, .abp-service-grid { grid-template-columns: repeat(2, 1fr); }
  .abp-api-shell { grid-template-columns: 1fr; }
  .abp-integration-panel { grid-column: auto; }
  .abp-cta-panel { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 767px) {
  .abp-hero { padding: 115px 0 45px; }
  .abp-hero-title { font-size: 36px; letter-spacing: -0.8px; }
  .abp-hero-copy { font-size: 16px; }
  .abp-hero-visual { min-height: 505px; transform: scale(0.9); margin: -20px -20px; }
  .abp-success-card { left: 0; }
  .abp-verify-card { right: 0; }
  .abp-method-card { min-width: 78px; height: 42px; padding: 6px 14px; }
  .abp-stats-grid, .abp-feature-grid, .abp-service-grid { grid-template-columns: 1fr; }
  .abp-section { padding: 58px 0 !important; }
  .abp-api-shell { padding: 16px; }
  .abp-integration-grid { grid-template-columns: repeat(2, 1fr); }
  .abp-price-card.is-popular { transform: none; }
  .abp-cta-panel { padding: 26px 22px; }
  .abp-cta-actions { width: 100%; }
  .abp-cta-actions .abp-btn { width: 100%; }
}

@media (max-width: 480px) {
  .abp-phone-shell { width: 292px; }
  .abp-hero-visual { transform: scale(0.82); margin: -45px -48px; }
  .abp-stats-grid { grid-template-columns: 1fr; }
}
