:root {
  --accent-color: #3056d3;
  --heading-color: #172033;
  --nav-hover-color: #3056d3;
  --contrast-color: #ffffff;
  --surface-color: #ffffff;
}

body {
  color: #4b5563;
}

.cubentiq-logo {
  display: inline-flex;
  flex-direction: column;
  gap: 3px;
  justify-content: center;
  position: relative;
  width: max-content;
  padding: 2px 0;
}

.cubentiq-logo.align-items-center {
  align-items: center !important;
}

.header .logo h1 {
  margin: 0;
  color: #172033;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.6px;
}

.logo-tagline {
  display: block;
  width: 100%;
  color: #3056d3;
  font-family: var(--heading-font);
  font-size: 9px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0.9px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.header .btn-getstarted:hover,
.header .btn-getstarted:focus:hover,
.hero .btn-get-started:hover,
.pricing .buy-btn:hover,
.pricing .featured .buy-btn {
  background: #1f3fb5;
}

.hero {
  min-height: 68vh;
  padding: 36px 0 48px;
}

.hero .eyebrow {
  margin: 0 0 12px;
  color: #0f766e;
  font-family: var(--heading-font);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 680px;
}

.hero p {
  max-width: 620px;
}

.hero .hero-intro {
  font-size: 18px;
  line-height: 1.6;
}

.hero .hero-img img,
.cubentiq-rounded,
.alt-services .service-item .img img,
.insight-card img {
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(23, 32, 51, 0.14);
}

.home-carousel {
  padding: 26px 0 42px;
  background: linear-gradient(135deg, rgba(48, 86, 211, 0.08), rgba(15, 118, 110, 0.06));
  overflow: hidden;
}

.home-carousel .carousel {
  position: relative;
}

.home-carousel .carousel-inner {
  min-height: 500px;
}

.home-carousel .carousel-item {
  min-height: 500px;
}

.home-carousel .row {
  min-height: 500px;
}

.home-carousel-content {
  padding: 36px 54px 58px 0;
}

.home-carousel-kicker {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 50px;
  color: #0f766e;
  background: color-mix(in srgb, #0f766e, transparent 88%);
  font-family: var(--heading-font);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.home-carousel-content h2 {
  max-width: 650px;
  margin-bottom: 16px;
  color: #172033;
  font-size: 42px;
  line-height: 1.16;
}

.home-carousel-content p {
  max-width: 620px;
  margin-bottom: 24px;
  font-size: 17px;
  line-height: 1.7;
}

.home-carousel-data {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 620px;
  margin-bottom: 28px;
}

.home-carousel-data div,
.home-carousel-data a {
  display: block;
  min-height: 94px;
  padding: 18px;
  border: 1px solid color-mix(in srgb, #3056d3, transparent 84%);
  border-radius: 8px;
  color: inherit;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(23, 32, 51, 0.07);
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.home-carousel-data a:hover,
.home-carousel-data a:focus-visible {
  border-color: color-mix(in srgb, #3056d3, transparent 28%);
  box-shadow: 0 16px 36px rgba(48, 86, 211, 0.14);
  outline: none;
  transform: translateY(-2px);
}

.home-carousel-data strong {
  display: block;
  margin-bottom: 6px;
  color: #3056d3;
  font-family: var(--heading-font);
  font-size: 25px;
  line-height: 1.1;
}

.home-carousel-data span {
  display: block;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.35;
}

.home-carousel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}

.home-carousel .btn-get-started {
  display: inline-flex;
  align-items: center;
  padding: 10px 32px;
  border-radius: 50px;
  color: #ffffff;
  background: #3056d3;
  font-family: var(--heading-font);
  font-weight: 700;
}

.home-carousel .btn-get-started:hover {
  background: #1f3fb5;
}

.home-carousel-image {
  position: relative;
  padding: 18px 0 18px 18px;
}

.home-carousel-image::before {
  position: absolute;
  inset: 42px -12px -8px 42px;
  content: "";
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(48, 86, 211, 0.22), rgba(245, 158, 11, 0.2));
}

.home-carousel-image img {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 24px 70px rgba(23, 32, 51, 0.16);
}

.home-carousel .carousel-indicators {
  right: auto;
  bottom: 4px;
  left: 0;
  justify-content: flex-start;
  margin: 0;
}

.home-carousel .carousel-indicators [data-bs-target] {
  width: 28px;
  height: 6px;
  border: 0;
  border-radius: 999px;
  background-color: #3056d3;
  opacity: 0.3;
}

.home-carousel .carousel-indicators .active {
  opacity: 1;
}

.home-carousel .carousel-control-prev,
.home-carousel .carousel-control-next {
  top: auto;
  bottom: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #172033;
  opacity: 1;
}

.home-carousel .carousel-control-prev {
  right: 56px;
  left: auto;
}

.home-carousel .carousel-control-next {
  right: 0;
}

.home-carousel .carousel-control-prev-icon,
.home-carousel .carousel-control-next-icon {
  width: 18px;
  height: 18px;
  background-size: 100%;
}

.btn-secondary-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 0;
  color: #3056d3;
  font-family: var(--heading-font);
  font-size: 16px;
  font-weight: 700;
}

.btn-secondary-action:hover {
  color: #0f766e;
}

.cubentiq-signal-row > div span,
.cubentiq-signal-row > div a {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: center;
  border: 1px solid color-mix(in srgb, #3056d3, transparent 82%);
  border-radius: 8px;
  color: #172033;
  background: #ffffff;
  font-family: var(--heading-font);
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.cubentiq-signal-row > div a:hover,
.cubentiq-signal-row > div a:focus-visible {
  border-color: #3056d3;
  color: #3056d3;
  box-shadow: 0 14px 34px rgba(48, 86, 211, 0.14);
  outline: none;
  transform: translateY(-2px);
}

.about .icon-box i,
.services .service-item i,
.stats .stats-item i,
.contact .info-item i {
  color: #3056d3;
}

.services .service-item,
.pricing .pricing-item,
.features .features-item,
.insight-card,
.contact .contact-form {
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(23, 32, 51, 0.08);
}

.services .service-item {
  width: 100%;
}

.mobile-apps {
  overflow: hidden;
}

.mobile-apps-image {
  position: relative;
}

.mobile-apps-image::before {
  position: absolute;
  inset: 22px -18px -18px 22px;
  content: "";
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(48, 86, 211, 0.22), rgba(15, 118, 110, 0.22));
}

.mobile-apps-image img {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 24px 70px rgba(23, 32, 51, 0.16);
}

.mobile-apps-slider {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(23, 32, 51, 0.16);
}

.mobile-apps-slider .carousel-item img {
  box-shadow: none;
}

.mobile-slide-caption {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  display: grid;
  gap: 4px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 8px;
  color: #ffffff;
  background: rgba(23, 32, 51, 0.74);
  backdrop-filter: blur(8px);
}

.mobile-slide-caption span {
  font-family: var(--heading-font);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.mobile-slide-caption strong {
  font-family: var(--heading-font);
  font-size: 18px;
  line-height: 1.3;
}

.mobile-apps-slider .carousel-indicators {
  right: 22px;
  bottom: auto;
  left: auto;
  justify-content: flex-end;
  margin: 18px;
}

.mobile-apps-slider .carousel-indicators [data-bs-target] {
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.65;
}

.mobile-apps-slider .carousel-indicators .active {
  opacity: 1;
  background-color: #3056d3;
}

.mobile-apps-slider .carousel-control-prev,
.mobile-apps-slider .carousel-control-next {
  width: 12%;
}

.mobile-apps-slider .carousel-control-prev-icon,
.mobile-apps-slider .carousel-control-next-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-size: 58%;
  background-color: rgba(23, 32, 51, 0.62);
}

.mobile-apps-content {
  padding-left: 24px;
}

.mobile-apps-kicker {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 50px;
  color: #3056d3;
  background: color-mix(in srgb, #3056d3, transparent 88%);
  font-family: var(--heading-font);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.mobile-apps-content h3 {
  margin-bottom: 14px;
  font-size: 34px;
  line-height: 1.2;
}

.mobile-apps-content > p {
  margin-bottom: 28px;
  font-size: 17px;
  line-height: 1.7;
}

.mobile-platform-card {
  height: 100%;
  padding: 26px;
  border: 1px solid color-mix(in srgb, #3056d3, transparent 84%);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(23, 32, 51, 0.08);
}

.mobile-platform-card i {
  display: inline-grid;
  width: 50px;
  height: 50px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 12px;
  color: #ffffff;
  background: #3056d3;
  font-size: 26px;
}

.mobile-platform-card h4 {
  margin-bottom: 10px;
  font-size: 20px;
}

.mobile-platform-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}

.mobile-apps-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-top: 30px;
}

.mobile-apps .btn-get-started {
  display: inline-flex;
  align-items: center;
  padding: 10px 32px;
  border-radius: 50px;
  color: #ffffff;
  background: #3056d3;
  font-family: var(--heading-font);
  font-weight: 700;
}

.mobile-apps .btn-get-started:hover {
  background: #1f3fb5;
}

.ecommerce-page .mobile-apps-image::before,
.ecommerce-section .mobile-apps-image::before {
  background: linear-gradient(135deg, rgba(48, 86, 211, 0.22), rgba(245, 158, 11, 0.22));
}

.ecommerce-page .mobile-apps-kicker,
.ecommerce-section .mobile-apps-kicker {
  color: #0f766e;
  background: color-mix(in srgb, #0f766e, transparent 88%);
}

.ecommerce-page .mobile-platform-card i,
.ecommerce-section .mobile-platform-card i {
  background: linear-gradient(135deg, #3056d3, #f59e0b);
}

.ecommerce-page .mobile-use-card i {
  background: linear-gradient(135deg, #3056d3, #f59e0b);
}

.mobile-solution-card,
.mobile-use-card {
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(23, 32, 51, 0.08);
}

.mobile-solution-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.mobile-solution-card .content {
  padding: 28px;
}

.mobile-solution-card span {
  display: inline-block;
  margin-bottom: 12px;
  color: #3056d3;
  font-family: var(--heading-font);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.mobile-solution-card h3 {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.3;
}

.mobile-solution-card p {
  margin-bottom: 18px;
  line-height: 1.65;
}

.mobile-solution-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-solution-card li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  color: #4b5563;
  font-size: 14px;
}

.mobile-solution-card li i {
  color: #0f766e;
  font-size: 18px;
  line-height: 1;
}

.mobile-use-card {
  padding: 30px;
  border: 1px solid color-mix(in srgb, #3056d3, transparent 86%);
}

.mobile-use-card i {
  display: inline-grid;
  width: 52px;
  height: 52px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 14px;
  color: #ffffff;
  background: linear-gradient(135deg, #3056d3, #0f766e);
  font-size: 26px;
}

.mobile-use-card h3 {
  margin-bottom: 10px;
  font-size: 21px;
}

.mobile-use-card p {
  margin: 0;
  line-height: 1.65;
}

.mobile-detail-band h2 {
  margin-bottom: 16px;
  font-size: 34px;
  line-height: 1.22;
}

.mobile-detail-band p {
  margin-bottom: 26px;
  font-size: 17px;
  line-height: 1.7;
}

.mobile-detail-cta {
  display: inline-flex;
  margin: 0;
  color: #ffffff;
}

.mobile-module-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.mobile-module-grid div {
  display: grid;
  gap: 8px;
  padding: 24px;
  border: 1px solid color-mix(in srgb, #3056d3, transparent 84%);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(23, 32, 51, 0.08);
}

.mobile-module-grid i {
  color: #3056d3;
  font-size: 28px;
}

.mobile-module-grid strong {
  color: #172033;
  font-family: var(--heading-font);
  font-size: 18px;
}

.mobile-module-grid span {
  color: #4b5563;
  line-height: 1.55;
}

.services-intro h2,
.service-build-flow h2 {
  margin-bottom: 16px;
  color: #172033;
  font-size: 36px;
  line-height: 1.22;
}

.services-intro p,
.service-build-flow p {
  margin-bottom: 24px;
  font-size: 17px;
  line-height: 1.75;
}

.service-metrics-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.service-metrics-grid div {
  min-height: 118px;
  padding: 22px;
  border: 1px solid color-mix(in srgb, #3056d3, transparent 84%);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(23, 32, 51, 0.08);
}

.service-metrics-grid strong {
  display: block;
  margin-bottom: 8px;
  color: #3056d3;
  font-family: var(--heading-font);
  font-size: 23px;
  line-height: 1.1;
}

.service-metrics-grid span {
  color: #4b5563;
  font-size: 14px;
  line-height: 1.55;
}

.services-collage {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 16px;
}

.services-collage img {
  width: 100%;
  height: 100%;
  min-height: 210px;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 24px 70px rgba(23, 32, 51, 0.14);
}

.services-collage img:first-child {
  grid-row: span 2;
  min-height: 436px;
}

.service-image-card {
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(23, 32, 51, 0.08);
}

.service-image-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.service-image-card .content {
  padding: 28px;
}

.service-image-card span {
  display: inline-block;
  margin-bottom: 12px;
  color: #0f766e;
  font-family: var(--heading-font);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.service-image-card h3 {
  margin-bottom: 12px;
  color: #172033;
  font-size: 22px;
  line-height: 1.3;
}

.service-image-card p {
  margin-bottom: 18px;
  line-height: 1.65;
}

.service-image-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-image-card li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  color: #4b5563;
  font-size: 14px;
}

.service-image-card li i {
  color: #3056d3;
  font-size: 18px;
  line-height: 1;
}

.service-flow-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.service-flow-grid div {
  display: grid;
  gap: 8px;
  padding: 24px;
  border: 1px solid color-mix(in srgb, #3056d3, transparent 84%);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(23, 32, 51, 0.08);
}

.service-flow-grid i {
  color: #3056d3;
  font-size: 28px;
}

.service-flow-grid strong {
  color: #172033;
  font-family: var(--heading-font);
  font-size: 18px;
}

.service-flow-grid span {
  color: #4b5563;
  line-height: 1.55;
}

.company-trust {
  background: linear-gradient(135deg, rgba(48, 86, 211, 0.08), rgba(15, 118, 110, 0.08));
}

.company-trust-panel {
  padding: 34px;
  border: 1px solid color-mix(in srgb, #3056d3, transparent 84%);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(23, 32, 51, 0.1);
}

.company-trust h2 {
  margin-bottom: 16px;
  color: #172033;
  font-size: 36px;
  line-height: 1.22;
}

.company-trust p {
  margin: 0;
  color: #4b5563;
  font-size: 17px;
  line-height: 1.75;
}

.company-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.company-trust-card {
  min-height: 214px;
  padding: 24px;
  border: 1px solid color-mix(in srgb, #3056d3, transparent 84%);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #f7f9ff);
}

.company-trust-card i {
  display: inline-grid;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  place-items: center;
  border-radius: 14px;
  color: #ffffff;
  background: linear-gradient(135deg, #3056d3, #0f766e);
  font-size: 24px;
}

.company-trust-card strong {
  display: block;
  margin-bottom: 10px;
  color: #172033;
  font-family: var(--heading-font);
  font-size: 18px;
}

.company-trust-card span {
  color: #4b5563;
  font-size: 14px;
  line-height: 1.6;
}

.about-story h2,
.payment-gateway h2 {
  margin-bottom: 16px;
  color: #172033;
  font-size: 36px;
  line-height: 1.22;
}

.about-story p,
.payment-gateway p {
  margin-bottom: 24px;
  font-size: 17px;
  line-height: 1.75;
}

.about-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.about-proof-grid div,
.about-capability,
.payment-flow div {
  height: 100%;
  padding: 24px;
  border: 1px solid color-mix(in srgb, #3056d3, transparent 84%);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(23, 32, 51, 0.08);
}

.about-proof-grid strong {
  display: block;
  margin-bottom: 8px;
  color: #3056d3;
  font-family: var(--heading-font);
  font-size: 18px;
}

.about-proof-grid span {
  color: #4b5563;
  line-height: 1.55;
}

.about-visual-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 16px;
  align-items: stretch;
}

.about-visual-grid img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 24px 70px rgba(23, 32, 51, 0.14);
}

.about-visual-grid img:first-child {
  grid-row: span 2;
}

.about-capability {
  display: grid;
  gap: 12px;
}

.about-capability i {
  display: inline-grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 14px;
  color: #ffffff;
  background: linear-gradient(135deg, #3056d3, #0f766e);
  font-size: 26px;
}

.about-capability h3 {
  margin: 0;
  font-size: 21px;
}

.about-capability p {
  margin: 0;
  line-height: 1.65;
}

.payment-flow {
  display: grid;
  gap: 14px;
  margin-bottom: 26px;
}

.payment-flow div {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 4px 14px;
  align-items: start;
}

.payment-flow i {
  grid-row: span 2;
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  color: #ffffff;
  background: linear-gradient(135deg, #3056d3, #f59e0b);
  font-size: 24px;
}

.payment-flow strong {
  color: #172033;
  font-family: var(--heading-font);
  font-size: 18px;
}

.payment-flow span {
  color: #4b5563;
  line-height: 1.55;
}

.payment-cta {
  display: inline-flex;
  margin: 0;
  color: #ffffff;
}

.payment-visual {
  position: relative;
}

.payment-visual img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 24px 70px rgba(23, 32, 51, 0.16);
}

.payment-status-card {
  position: absolute;
  right: 24px;
  bottom: 24px;
  display: flex;
  max-width: 310px;
  gap: 14px;
  align-items: flex-start;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 8px;
  color: #ffffff;
  background: rgba(23, 32, 51, 0.78);
  backdrop-filter: blur(8px);
}

.payment-status-card i {
  color: #22c55e;
  font-size: 28px;
}

.payment-status-card strong,
.payment-status-card span {
  display: block;
}

.payment-status-card strong {
  font-family: var(--heading-font);
  font-size: 18px;
}

.payment-status-card span {
  margin-top: 4px;
  line-height: 1.45;
}

.stats .stats-item span {
  color: #172033;
}

.pricing .pricing-item h4 {
  color: #3056d3;
  font-size: 34px;
}

.pricing .pricing-item h4 sup,
.pricing .pricing-item h4 span {
  display: none;
}

.pricing .featured {
  border-top-color: #3056d3;
}

.page-title {
  background: linear-gradient(135deg, rgba(48, 86, 211, 0.1), rgba(15, 118, 110, 0.08));
}

.page-title h1 {
  color: #172033;
}

.cubentiq-page-visual {
  padding: 32px 0 0;
}

.cubentiq-page-visual img {
  display: block;
  width: 100%;
  max-height: 420px;
  object-fit: cover;
}

.insight-card {
  height: 100%;
  overflow: hidden;
  background: #ffffff;
}

.insight-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 0;
  object-fit: cover;
  box-shadow: none;
}

.insight-card .content {
  padding: 28px;
}

.insight-card .category {
  display: inline-block;
  margin-bottom: 12px;
  color: #0f766e;
  font-family: var(--heading-font);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.insight-card h3 {
  margin-bottom: 12px;
  font-size: 22px;
}

.blog-detail-category {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 50px;
  color: #3056d3;
  background: color-mix(in srgb, #3056d3, transparent 88%);
  font-family: var(--heading-font);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.blog-detail h1 {
  margin-bottom: 16px;
  font-size: 44px;
  line-height: 1.15;
}

.blog-detail-summary {
  max-width: 820px;
  margin-bottom: 18px;
  color: #4b5563;
  font-size: 19px;
  line-height: 1.7;
}

.blog-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 28px;
  color: #6b7280;
  font-family: var(--heading-font);
  font-size: 14px;
  font-weight: 700;
}

.blog-detail-meta span {
  display: inline-flex;
  gap: 7px;
  align-items: center;
}

.blog-detail-meta i {
  color: #3056d3;
}

.blog-detail-image {
  width: 100%;
  max-height: 480px;
  margin-bottom: 34px;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 24px 70px rgba(23, 32, 51, 0.14);
}

.blog-copy-block {
  margin-bottom: 32px;
}

.blog-copy-block h2 {
  margin-bottom: 12px;
  font-size: 28px;
}

.blog-copy-block p {
  margin: 0;
  color: #4b5563;
  font-size: 17px;
  line-height: 1.8;
}

.blog-sidebar-card {
  margin-bottom: 22px;
  padding: 26px;
  border: 1px solid color-mix(in srgb, #3056d3, transparent 86%);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(23, 32, 51, 0.08);
}

.blog-sidebar-card h3 {
  margin-bottom: 18px;
  font-size: 22px;
}

.blog-sidebar-card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-sidebar-card li {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  color: #4b5563;
}

.blog-sidebar-card li i {
  color: #0f766e;
  font-size: 18px;
}

.related-posts {
  display: grid;
  gap: 14px;
}

.related-posts a {
  display: grid;
  gap: 5px;
  padding-bottom: 14px;
  border-bottom: 1px solid color-mix(in srgb, #4b5563, transparent 88%);
}

.related-posts a:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.related-posts span {
  color: #0f766e;
  font-family: var(--heading-font);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.related-posts strong {
  color: #172033;
  line-height: 1.35;
}

.blog-sidebar-card.cta {
  color: #ffffff;
  background: linear-gradient(135deg, #3056d3, #0f766e);
}

.blog-sidebar-card.cta h3,
.blog-sidebar-card.cta p {
  color: #ffffff;
}

.blog-sidebar-card.cta a {
  display: inline-flex;
  margin-top: 8px;
  padding: 10px 22px;
  border-radius: 50px;
  color: #3056d3;
  background: #ffffff;
  font-family: var(--heading-font);
  font-weight: 800;
}

.process-step {
  height: 100%;
  padding: 32px;
  border: 1px solid color-mix(in srgb, #3056d3, transparent 86%);
  border-radius: 8px;
  background: #ffffff;
}

.process-step span {
  display: inline-grid;
  width: 52px;
  height: 52px;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 50%;
  color: #ffffff;
  background: #3056d3;
  font-family: var(--heading-font);
  font-size: 20px;
  font-weight: 800;
}

.contact .contact-form {
  height: 100%;
  padding: 30px;
  background: #ffffff;
}

.contact .contact-form input,
.contact .contact-form select,
.contact .contact-form textarea {
  box-shadow: none;
  font-size: 14px;
  padding: 12px 15px;
  border-color: color-mix(in srgb, var(--default-color), transparent 80%);
}

.contact .contact-form input:focus,
.contact .contact-form select:focus,
.contact .contact-form textarea:focus {
  border-color: #3056d3;
}

.contact .contact-form button[type=submit] {
  border: 0;
  padding: 10px 30px;
  border-radius: 50px;
  color: #ffffff;
  background: #3056d3;
  transition: 0.4s;
}

.contact .contact-form button[type=submit]:hover {
  background: #1f3fb5;
}

.form-note {
  min-height: 24px;
  margin: 14px 0 0;
  color: #0f766e;
  font-weight: 700;
}

.whatsapp-business-panel {
  margin-bottom: 22px;
  padding: 24px;
  border-radius: 8px;
  color: #ffffff;
  background: linear-gradient(135deg, #0f766e, #3056d3);
  box-shadow: 0 16px 38px rgba(15, 118, 110, 0.22);
}

.whatsapp-business-panel span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.84);
  font-family: var(--heading-font);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.whatsapp-business-panel h3 {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 24px;
}

.whatsapp-business-panel p {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.65;
}

.whatsapp-business-panel a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 50px;
  color: #0f766e;
  background: #ffffff;
  font-family: var(--heading-font);
  font-weight: 800;
}

.whatsapp-business-panel a:hover,
.whatsapp-business-panel a:focus {
  color: #3056d3;
  transform: translateY(-1px);
}

.faq-privacy {
  overflow: hidden;
}

.privacy-panel,
.faq-panel {
  height: 100%;
  padding: 34px;
  border: 1px solid color-mix(in srgb, #3056d3, transparent 84%);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(23, 32, 51, 0.08);
}

.privacy-panel h3 {
  margin-bottom: 14px;
  font-size: 30px;
  line-height: 1.25;
}

.privacy-panel p {
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 1.7;
}

.privacy-list {
  display: grid;
  gap: 14px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

.privacy-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.privacy-list i {
  display: inline-grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: linear-gradient(135deg, #3056d3, #0f766e);
}

.privacy-list span {
  line-height: 1.6;
}

.privacy-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #3056d3;
  font-family: var(--heading-font);
  font-weight: 800;
}

.privacy-link:hover {
  color: #0f766e;
}

.privacy-policy-content {
  padding: 34px;
  border: 1px solid color-mix(in srgb, #3056d3, transparent 84%);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(23, 32, 51, 0.08);
}

.privacy-policy-content h2 {
  margin: 0 0 10px;
  color: #172033;
  font-size: 24px;
}

.privacy-policy-content p {
  margin: 0 0 24px;
  line-height: 1.7;
}

.privacy-policy-content p:last-child {
  margin-bottom: 0;
}

.privacy-policy-content a {
  color: #3056d3;
  font-weight: 700;
}

.faq-panel .accordion {
  display: grid;
  gap: 14px;
}

.faq-panel .accordion-item {
  overflow: hidden;
  border: 1px solid color-mix(in srgb, #3056d3, transparent 84%);
  border-radius: 8px;
  background: #ffffff;
}

.faq-panel .accordion-button {
  min-height: 64px;
  color: #172033;
  background: #ffffff;
  font-family: var(--heading-font);
  font-size: 17px;
  font-weight: 800;
  box-shadow: none;
}

.faq-panel .accordion-button:not(.collapsed) {
  color: #3056d3;
  background: color-mix(in srgb, #3056d3, transparent 94%);
}

.faq-panel .accordion-body {
  color: #4b5563;
  line-height: 1.7;
}

.cubentiq-footer {
  padding: 62px 0 0;
  color: #cbd5e1;
  background: #101827;
}

.cubentiq-footer .footer-main {
  padding-bottom: 38px;
}

.footer-brand {
  display: inline-flex;
  margin-bottom: 16px;
  color: #ffffff;
  font-family: var(--heading-font);
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0;
}

.footer-brand:hover {
  color: #ffffff;
}

.footer-about p,
.footer-contact-list li,
.footer-links a,
.footer-bottom {
  color: #cbd5e1;
}

.footer-about p {
  max-width: 430px;
  margin-bottom: 18px;
  line-height: 1.7;
}

.cubentiq-footer .social-links {
  justify-content: flex-start;
}

.cubentiq-footer .social-links a {
  width: 38px;
  height: 38px;
  border-color: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.07);
}

.cubentiq-footer .social-links a:hover {
  color: #ffffff;
  background: #3056d3;
  border-color: #3056d3;
}

.footer-links h4,
.footer-contact-block h4 {
  margin-bottom: 18px;
  color: #ffffff;
  font-size: 18px;
}

.footer-links ul,
.footer-contact-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  line-height: 1.5;
}

.footer-links a::before {
  content: "\F285";
  color: #0f766e;
  font-family: "bootstrap-icons";
  font-size: 12px;
}

.footer-links a:hover {
  color: #ffffff;
}

.footer-contact-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  line-height: 1.6;
}

.footer-contact-list i {
  color: #f59e0b;
  font-size: 18px;
  line-height: 1.4;
}

.footer-contact-list a {
  color: #ffffff;
}

.footer-bottom {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 14px;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  text-align: right;
}

.footer-bottom-links a,
.footer-bottom-links span {
  color: #cbd5e1;
}

.footer-bottom-links a:hover {
  color: #ffffff;
}

.footer-bottom-links span a {
  color: #ffffff;
}

.cubentiq-whatsapp-float {
  position: fixed;
  right: 18px;
  top: 118px;
  bottom: auto;
  isolation: isolate;
  z-index: 1000;
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: #22c55e;
  box-shadow: 0 18px 44px rgba(23, 32, 51, 0.22);
}

.cubentiq-whatsapp-float:hover,
.cubentiq-whatsapp-float:focus {
  color: #ffffff;
  background: #16a34a;
}

.cubentiq-whatsapp-float i {
  position: relative;
  z-index: 2;
  font-size: 25px;
  line-height: 1;
}

.cubentiq-whatsapp-float::before,
.cubentiq-whatsapp-float::after,
.chatbot-toggle::before,
.chatbot-toggle::after {
  position: absolute;
  inset: -7px;
  z-index: -1;
  content: "";
  border-radius: 50%;
  opacity: 0;
  animation: cubentiq-wave 2.2s ease-out infinite;
}

.cubentiq-whatsapp-float::before,
.cubentiq-whatsapp-float::after {
  border: 1px solid rgba(34, 197, 94, 0.52);
  background: rgba(34, 197, 94, 0.16);
}

.chatbot-toggle::before,
.chatbot-toggle::after {
  border: 1px solid rgba(48, 86, 211, 0.5);
  background: rgba(48, 86, 211, 0.14);
}

.cubentiq-whatsapp-float::after,
.chatbot-toggle::after {
  animation-delay: 0.7s;
}

@keyframes cubentiq-wave {
  0% {
    opacity: 0.72;
    transform: scale(0.82);
  }

  80%,
  100% {
    opacity: 0;
    transform: scale(1.78);
  }
}

.cubentiq-chatbot {
  position: fixed;
  right: 18px;
  bottom: 58px;
  z-index: 999;
  font-family: var(--default-font);
}

.chatbot-toggle {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #ffffff;
  background: linear-gradient(135deg, #3056d3, #0f766e);
  box-shadow: 0 18px 44px rgba(23, 32, 51, 0.22);
  font-family: var(--heading-font);
  font-weight: 800;
}

.chatbot-toggle span {
  display: none;
}

.chatbot-toggle i {
  position: relative;
  z-index: 2;
  font-size: 19px;
}

.chatbot-panel {
  position: absolute;
  right: 0;
  bottom: 56px;
  display: none;
  width: min(330px, calc(100vw - 32px));
  overflow: hidden;
  border: 1px solid color-mix(in srgb, #3056d3, transparent 78%);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(23, 32, 51, 0.2);
}

.cubentiq-chatbot.is-open .chatbot-panel {
  display: block;
}

.chatbot-header {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  padding: 13px 15px;
  color: #ffffff;
  background: #101827;
}

.chatbot-title {
  display: flex;
  gap: 10px;
  align-items: center;
}

.chatbot-title i {
  display: inline-grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background: #3056d3;
}

.chatbot-title strong,
.chatbot-title span {
  display: block;
}

.chatbot-title span {
  color: #cbd5e1;
  font-size: 13px;
}

.chatbot-close {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
}

.chatbot-messages {
  display: grid;
  gap: 10px;
  max-height: 260px;
  padding: 13px;
  overflow: auto;
  background: #f8fafc;
}

.chat-message {
  position: relative;
  max-width: 88%;
  padding: 10px 12px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.5;
  white-space: pre-line;
}

.chat-message::before {
  content: attr(data-speaker);
  display: block;
  margin-bottom: 4px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
}

.chat-message.bot {
  justify-self: start;
  color: #172033;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(23, 32, 51, 0.08);
}

.chat-message.bot::before {
  color: #3056d3;
}

.chat-message.user {
  justify-self: end;
  color: #ffffff;
  background: #3056d3;
}

.chat-message.user::before {
  color: rgba(255, 255, 255, 0.78);
  text-align: right;
}

.chatbot-suggestions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 13px 12px;
  background: #f8fafc;
}

.chatbot-suggestions button {
  border: 1px solid color-mix(in srgb, #3056d3, transparent 76%);
  border-radius: 999px;
  padding: 6px 10px;
  color: #3056d3;
  background: #ffffff;
  font-size: 13px;
  font-weight: 700;
}

.chatbot-form {
  display: flex;
  gap: 8px;
  padding: 12px;
  border-top: 1px solid color-mix(in srgb, #4b5563, transparent 88%);
  background: #ffffff;
}

.chatbot-form input {
  min-width: 0;
  flex: 1;
  border: 1px solid color-mix(in srgb, #4b5563, transparent 78%);
  border-radius: 999px;
  padding: 11px 14px;
  font-size: 14px;
}

.chatbot-form input:focus {
  border-color: #3056d3;
  outline: none;
}

.chatbot-form button {
  display: inline-grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #ffffff;
  background: #3056d3;
}

.footer .social-links a:hover {
  color: #ffffff;
  background: #3056d3;
  border-color: #3056d3;
}

.footer-contact {
  margin: 10px 0 18px;
  color: #172033;
  font-family: var(--heading-font);
  font-weight: 700;
}

.footer-contact a {
  color: #3056d3;
}

@media (max-width: 767px) {
  .header .logo h1 {
    font-size: 24px;
  }

  .logo-tagline {
    font-size: 8px;
  }

  .home-carousel {
    padding: 22px 0 38px;
  }

  .home-carousel .carousel-inner,
  .home-carousel .carousel-item,
  .home-carousel .row {
    min-height: auto;
  }

  .home-carousel-content {
    padding: 18px 0 26px;
  }

  .home-carousel-content h2 {
    font-size: 30px;
  }

  .home-carousel-content p {
    font-size: 16px;
  }

  .home-carousel-data {
    grid-template-columns: 1fr;
  }

  .home-carousel-data div,
  .home-carousel-data a {
    min-height: auto;
  }

  .home-carousel-image {
    padding: 0 0 18px;
  }

  .home-carousel-image::before {
    inset: 28px -10px 0 22px;
  }

  .home-carousel .carousel-indicators {
    bottom: -18px;
  }

  .home-carousel .carousel-control-prev,
  .home-carousel .carousel-control-next {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 24px 0 36px;
  }

  .mobile-apps-content {
    padding-left: 0;
  }

  .mobile-apps-content h3 {
    font-size: 28px;
  }

  .mobile-slide-caption {
    right: 14px;
    bottom: 14px;
    left: 14px;
    padding: 14px 16px;
  }

  .mobile-slide-caption strong {
    font-size: 16px;
  }

  .mobile-module-grid {
    grid-template-columns: 1fr;
  }

  .about-proof-grid,
  .about-visual-grid,
  .company-trust-grid,
  .service-metrics-grid,
  .services-collage,
  .service-flow-grid {
    grid-template-columns: 1fr;
  }

  .about-visual-grid img:first-child,
  .services-collage img:first-child {
    grid-row: auto;
    min-height: 220px;
  }

  .about-story h2,
  .company-trust h2,
  .payment-gateway h2,
  .services-intro h2,
  .service-build-flow h2 {
    font-size: 29px;
  }

  .company-trust-panel {
    padding: 24px;
  }

  .payment-status-card {
    position: static;
    max-width: none;
    margin-top: 14px;
    color: #172033;
    background: #ffffff;
    border-color: color-mix(in srgb, #3056d3, transparent 84%);
  }

  .cubentiq-chatbot {
    right: 16px;
    bottom: 54px;
  }

  .cubentiq-whatsapp-float {
    right: 16px;
    top: 112px;
    bottom: auto;
    width: 46px;
    height: 46px;
  }

  .chatbot-toggle {
    width: 46px;
    height: 46px;
  }

  .blog-detail h1 {
    font-size: 32px;
  }

  .privacy-panel,
  .faq-panel,
  .privacy-policy-content {
    padding: 26px;
  }

  .privacy-panel h3 {
    font-size: 26px;
  }

  .cubentiq-footer {
    padding-top: 48px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: stretch;
  }

  .footer-bottom-links {
    align-self: flex-end;
    justify-content: flex-end;
  }

  .contact .contact-form {
    padding: 24px;
  }
}
