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

body {
  font-family: "Raleway", sans-serif;
  color: #1c274c;
  overflow-x: hidden;
  background: #f3fcff;
  min-height: 100vh;
}

.page-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  background: transparent;
  overflow: hidden;
}

.bg-ellipse {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.ellipse-1 {
  width: 885px;
  height: 885px;
  left: -32px;
  top: -47px;
  background: radial-gradient(
    circle,
    rgba(173, 216, 255, 0.5) 0%,
    rgba(173, 216, 255, 0.25) 40%,
    rgba(173, 216, 255, 0.12) 70%,
    transparent 100%
  );
  filter: blur(70px);
}

.ellipse-2 {
  width: 838px;
  height: 838px;
  left: 633px;
  top: 0px;
  background: radial-gradient(
    circle,
    rgba(173, 216, 255, 0.45) 0%,
    rgba(200, 230, 255, 0.22) 40%,
    rgba(220, 240, 255, 0.1) 70%,
    transparent 100%
  );
  filter: blur(60px);
}

.ellipse-3 {
  width: 1200px;
  height: 1200px;
  left: 50%;
  transform: translateX(-10%);
  top: 2800px;
  background: radial-gradient(
    circle,
    rgba(200, 240, 255, 0.4) 0%,
    transparent 70%
  );
  filter: blur(80px);
}

.ellipse-4 {
  width: 1200px;
  height: 1200px;
  left: -300px;
  top: 3800px;
  background: radial-gradient(
    circle,
    rgba(242, 235, 255, 0.5) 0%,
    transparent 70%
  );
  filter: blur(80px);
}

.ellipse-5 {
  width: 1200px;
  height: 1200px;
  right: -300px;
  top: 4000px;
  background: radial-gradient(
    circle,
    rgba(235, 248, 255, 0.5) 0%,
    transparent 70%
  );
  filter: blur(80px);
}

.bg-image {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
}

.bg-image-1 {
  width: 645px;
  height: 430px;
  right: -199px;
  top: 64px;
  background: radial-gradient(
    ellipse at center,
    rgba(173, 216, 255, 0.35) 0%,
    rgba(200, 230, 255, 0.18) 50%,
    transparent 100%
  );
  filter: blur(50px);
}

.bg-image-2 {
  width: 645px;
  height: 430px;
  left: -147px;
  top: 204px;
  background: radial-gradient(
    ellipse at center,
    rgba(173, 216, 255, 0.3) 0%,
    rgba(220, 240, 255, 0.15) 50%,
    transparent 100%
  );
  filter: blur(50px);
}

.bg-image-3 {
  width: 645px;
  height: 430px;
  left: -217px;
  top: 5113px;
  background: radial-gradient(
    ellipse at center,
    rgba(173, 216, 255, 0.2) 0%,
    rgba(200, 230, 255, 0.1) 50%,
    transparent 100%
  );
  filter: blur(40px);
}

.bg-image-4 {
  width: 645px;
  height: 430px;
  right: -355px;
  top: 4933px;
  background: radial-gradient(
    ellipse at center,
    rgba(173, 216, 255, 0.18) 0%,
    rgba(220, 240, 255, 0.08) 50%,
    transparent 100%
  );
  filter: blur(40px);
}

.cloud-left {
  position: absolute;
  left: -50px;
  top: 180px;
  width: auto;
  height: auto;
  opacity: 0.8;
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: screen;
  filter: brightness(1.2);
}

.cloud-right {
  position: absolute;
  right: -30px;
  top: 50px;
  width: auto;
  height: auto;
  opacity: 0.8;
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: screen;
  filter: brightness(1.2);
}

.header {
  padding: 24px 0;
  position: relative;
  z-index: 10;
}

.header .container-fluid {
  padding: 0 80px;
}

.logo {
  display: flex;
  align-items: center;
}

.logo-img {
  height: 50px;
  width: auto;
  object-fit: contain;
}

.nav-menu {
  display: flex;
  gap: 28px;
  align-items: center;
}

.nav-menu a {
  color: #1c274c;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  transition: color 0.3s;
}

.nav-menu a:hover,
.nav-menu a.active {
  color: #124891;
}

/* Shared Components */
.section-header {
  margin-bottom: 80px;

  @media (max-width: 767px) {
    margin-bottom: 40px;
  }
}

.section-header.text-center .section-subtitle {
  margin: 0 auto;
}

.section-title {
  font-size: 40px;
  font-weight: 500;
  color: #124891;
  line-height: 1.25;
  margin-bottom: 20px;

  @media (max-width: 991px) {
    font-size: 32px !important;
  }

  @media (max-width: 575px) {
    font-size: 26px !important;
  }
}

.section-subtitle {
  font-size: 16px;
  font-weight: 400;
  color: #1c274c;
  opacity: 0.8;
  max-width: 600px;
  line-height: 1.6;

  @media (max-width: 575px) {
    font-size: 14px !important;
  }
}

.common-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 4px 16px 4px 4px;
  background: transparent;
  border-radius: 100px;
  color: #124891;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 24px;
  border: 1px solid #00aff0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.badge-icon {
  width: 28px;
  height: 28px;
  background: linear-gradient(135deg, #2aabee 0%, #124891 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.badge-icon img,
.badge-icon svg {
  width: 14px;
  height: 14px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.btn-demo {
  min-width: 149px;
  height: auto;
  padding: 16px 24px;
  background: #00aff0 !important;
  border: 2px solid transparent !important;
  border-radius: 100px !important;
  background-image:
    linear-gradient(#00aff0, #00aff0),
    linear-gradient(135deg, #124891 0%, #00a2de 100%) !important;
  background-origin: border-box !important;
  background-clip: padding-box, border-box !important;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.btn-demo:hover {
  background-image:
    linear-gradient(#0099d6, #0099d6),
    linear-gradient(135deg, #0d3669 0%, #0088c2 100%) !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 175, 240, 0.3) !important;
}

.btn-demo:active,
.btn-demo:focus {
  background-image:
    linear-gradient(#0099d6, #0099d6),
    linear-gradient(135deg, #0d3669 0%, #0088c2 100%) !important;
  box-shadow: 0 2px 8px rgba(0, 175, 240, 0.3) !important;
}

.hero-section {
  padding: 80px 0 60px;
  position: relative;
  z-index: 5;
  background: transparent;
}

.hero-title {
  font-size: 56px;
  font-weight: 400;
  color: #124891;
  line-height: 1.2;
  max-width: 1200px;
  margin: 0 auto 24px;
  white-space: normal;
  padding: 0 20px;
}

.hero-title br {
  display: block;
}

.hero-subtitle {
  font-size: 16px;
  font-weight: 400;
  color: #1c274c;
  line-height: 1.5;
  max-width: 597px;
  margin: 0 auto 24px;
}

.btn-hero {
  margin-top: 0;
}

.dashboard-preview {
  padding: 40px 0 80px;
  position: relative;
  z-index: 5;
  background: transparent;
}

.dashboard-frame {
  max-width: 1104px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(18, 72, 145, 0.1);
}

.dashboard-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}

.description-section {
  padding: 120px 0;
  text-align: center;
  position: relative;
  z-index: 5;
  background: transparent;
}

.description-title {
  font-family: "Raleway", sans-serif;
  font-size: 48px;
  font-weight: 400;
  color: #124891;
  line-height: 1.48;
  max-width: 1200px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(30px);
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.description-section.in-view .description-title {
  opacity: 1;
  transform: translateY(0);
}

.whatsapp-pill {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px 22px;
  border: 1px solid rgba(33, 192, 99, 0);
  border-radius: 100px;
  color: rgba(33, 192, 99, 0);
  font-size: 0.92em;
  font-weight: 600;
  margin: 0 10px;
  position: relative;
  background: rgba(33, 192, 99, 0);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  vertical-align: middle;
  top: -4px;
}

.description-section.in-view .whatsapp-pill {
  border-color: rgba(33, 192, 99, 0.4);
  background: rgba(33, 192, 99, 0.05);
  color: #21c063;
}

.whatsapp-icon {
  width: 36px;
  height: 36px;
  object-fit: contain;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s;
}

.description-section.in-view .whatsapp-icon {
  opacity: 1;
  transform: scale(1);
}

.pointer-icon {
  position: absolute;
  width: 22px;
  height: 22px;
  bottom: -10px;
  left: 40px;
  object-fit: contain;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s ease 1s;
  z-index: 2;
}

.description-section.in-view .pointer-icon {
  opacity: 1;
  transform: translateY(0);
  animation: pointer-bob 2.5s infinite ease-in-out 1.4s;
}

@keyframes pointer-bob {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-5px, -5px);
  }
}

/* Avatar Group */
.avatar-group {
  display: inline-flex;
  align-items: center;
  margin-left: 10px;
  vertical-align: middle;
}

.avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  margin-left: -18px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  object-fit: cover;
  background-color: #f0f0f0;
  opacity: 0;
  transform: translateX(-20px);
}

.description-section.in-view .avatar {
  opacity: 1;
  transform: translateX(0);
}

.description-section.in-view .avatar:nth-child(1) {
  transition-delay: 0.6s;
}
.description-section.in-view .avatar:nth-child(2) {
  transition-delay: 0.7s;
}
.description-section.in-view .avatar:nth-child(3) {
  transition-delay: 0.8s;
}

.avatar:hover {
  transform: translateY(-8px) scale(1.15);
  z-index: 10;
  box-shadow: 0 8px 20px rgba(18, 72, 145, 0.2);
}

.icon-text {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
}

.inline-icon {
  width: 100%;
  height: auto;
  object-fit: contain;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.9s;
}

.description-section.in-view .inline-icon {
  opacity: 1;
  transform: translateY(0);
}

.underline-group {
  position: relative;
  display: inline-flex;
  align-items: center;
  vertical-align: top;
}

.underline-group::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #124891;
  border-radius: 100px;
  transition: width 0.8s ease 1.2s;
}

.description-section.in-view .underline-group::after {
  width: 100%;
}

.text-blue {
  color: #00aff0;
}

/* Features Badge */
.features-badge {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.6s ease 0.4s;
}

.features-badge.in-view {
  opacity: 1;
  transform: scale(1);
}

.badge-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 18px 5px 5px;
  background: linear-gradient(180deg, #ffffff 0%, #f4fbff 100%);
  border: 1px solid #00aff0;
  border-radius: 100px;
  color: #124891;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 175, 240, 0.05);
}

.badge-pill:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 175, 240, 0.1);
}

.btn-icon-wrapper {
  width: 32px;
  height: 32px;
  background: linear-gradient(210deg, #00aff0 13.77%, #00658a 86.6%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.badge-star-icon,
.btn-star-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

/* Key Features Section */
.key-features-section {
  padding: 30px 0;
}

.section-title {
  font-family: "Raleway", sans-serif;
  font-size: 40px;
  font-weight: 500;
  color: #124891;
  margin-top: 24px;
  margin-bottom: 24px;
  line-height: 1.2;
  text-align: center;
}

.section-subtitle {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #1c274c;
  opacity: 0.8;
  max-width: 800px;
  margin: 0 auto 60px;
  line-height: 1.6;
  text-align: center;
}

.key-features-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 24px 6px 6px;
  background: linear-gradient(180deg, #ffffff 0%, #f4fbff 100%);
  border: 1px solid #00aff0;
  border-radius: 100px;
  color: #124891;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 4px 12px rgba(0, 175, 240, 0.08);
}

.key-features-btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 175, 240, 0.15);
}

.feature-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 0;
  height: 100%;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid rgba(18, 72, 145, 0.08);
  overflow: hidden;
  position: relative;
  box-shadow: 0 10px 30px rgba(18, 72, 145, 0.04);
  opacity: 0;
  transform: translateY(20px);
}

.feature-card.in-view {
  opacity: 1;
  transform: translateY(0);
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(18, 72, 145, 0.08);
  border-color: rgba(18, 72, 145, 0.15);
}

.feature-img-wrapper {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #f8fafc;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.feature-card:hover .feature-img {
  transform: scale(1.03);
}

.feature-content {
  padding: 24px 24px 24px 0;
  text-align: left;
}

.feature-card-title {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #124891;
  margin-bottom: 12px;
  line-height: normal;
  text-align: left;
}

.feature-card-text {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  color: #1c274c;
  opacity: 0.8;
  line-height: 1.5;
  margin: 0;
  text-align: left;
}

.info-section {
  padding: 60px 0;
  text-align: center;
  position: relative;
  z-index: 5;
  background: transparent;
}

.info-text {
  font-size: 32px;
  font-weight: 400;
  color: #1c274c;
  line-height: 1.5;
  margin-bottom: 24px;
}

.info-subtitle {
  font-size: 16px;
  font-weight: 400;
  color: #1c274c;
  line-height: 1.5;
  max-width: 597px;
  margin: 0 auto;
}

.chat-showcase {
  padding: 60px 0;
  position: relative;
  z-index: 5;
  background: transparent;
}

.chat-mockup {
  width: 100%;
  height: 400px;
  background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 50%, #c8e6c9 100%);
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(18, 72, 145, 0.1);
}

.features-intro {
  padding: 60px 0;
  text-align: center;
  position: relative;
  z-index: 5;
  background: transparent;
}

.features-text {
  font-size: 32px;
  font-weight: 400;
  color: #1c274c;
  line-height: 1.5;
}

.why-choose {
  padding: 80px 0 40px;
  text-align: center;
  position: relative;
  z-index: 5;
  background: transparent;
}

.section-heading {
  font-size: 40px;
  font-weight: 500;
  color: #124891;
  line-height: 1.2;
  margin-bottom: 24px;
}

.section-subtitle {
  font-size: 16px;
  font-weight: 400;
  color: #1c274c;
  line-height: 1.5;
  max-width: 597px;
  margin: 0 auto;
}

.features-grid {
  padding: 40px 0 80px;
  position: relative;
  z-index: 5;
}

.feature-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 24px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition:
    transform 0.3s,
    box-shadow 0.3s;
  height: 100%;
  min-height: 320px;
  display: flex;
  flex-direction: column;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.feature-title {
  font-size: 24px;
  font-weight: 500;
  color: #124891;
  line-height: 1.3;
  margin-bottom: 12px;
}

.feature-description {
  font-size: 16px;
  font-weight: 400;
  color: #1c274c;
  line-height: 1.5;
  margin-bottom: 16px;
}

.feature-image {
  width: 100%;
  height: 200px;
  background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 50%, #c8e6c9 100%);
  border-radius: 12px;
  margin-top: auto;
}

/* How It Works Section */
.how-it-works-section {
  padding: 100px 0;
  position: relative;
  z-index: 5;

  .section-title {
    text-align: start;
    margin-bottom: 5rem;
  }
  .common-badge {
    margin-bottom: 0;
  }
}

.how-it-works-badge {
  display: inline-block;
  margin-bottom: 32px;
}

.steps-container {
  padding-left: 0;
  margin-top: 20px;
  position: relative;
}

.step-item {
  padding-left: 30px;
  margin-bottom: 25px;
  position: relative;
  border-left: 3px solid rgba(0, 175, 240, 0.2);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.step-item:last-child {
  margin-bottom: 0;
}

.step-item.active {
  border-left: 3px solid #124891;
  padding-bottom: 10px;
}

.step-content {
  padding-top: 0;
}

.step-title {
  font-size: 24px;
  font-weight: 500;
  color: #124891;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.step-item.active .step-title {
  color: #124891;
}

.step-item:not(.active) .step-title {
  color: rgba(18, 72, 145, 0.6);
}

.step-description {
  font-size: 16px;
  font-weight: 400;
  color: rgba(28, 39, 76, 0.6);
  line-height: 1.6;
  max-width: 536px;
  margin-bottom: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.step-item.active .step-description {
  max-height: 200px;
  opacity: 1;
  margin-top: 12px;
}

.mockup-wrapper {
  position: relative;
}

.mockup-container {
  background: linear-gradient(180deg, #2e66b0 0%, #2aabee 100%);
  border-radius: 12px;
  padding: 40px 40px 0 40px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  box-shadow: 0 30px 60px rgba(18, 72, 145, 0.12);
  overflow: hidden;
  min-height: 520px;
  position: relative;
}

.mockup-img {
  max-width: 100%;
  height: auto;
  border-radius: 8px 8px 0 0;
  transition: transform 0.5s ease;
}
.how-it-works-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  @media (max-width: 991px) {
    width: 50%;
  }
}

.mockup-wrapper:hover .mockup-img {
  transform: translateY(-10px);
}

/* Why Choose Us Section */
.why-choose-section {
  padding: 80px 0 120px;
  background-color: transparent;
  position: relative;

  .why-choose-bg {
    position: absolute;
    top: 50%;
    left: -40%;
    transform: translateY(-50%);
    z-index: -1;
    width: 140%;
    height: auto;
    object-fit: cover;
  }
}

.why-choose-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1280px;
  margin: 0 auto;

  @media (max-width: 1199px) {
    grid-template-columns: repeat(2, 1fr);
  }

  @media (max-width: 575px) {
    grid-template-columns: 1fr;
  }
}

.feature-card:nth-child(1),
.feature-card:nth-child(6) {
  grid-column: span 2;
}

.feature-card:nth-child(2),
.feature-card:nth-child(3),
.feature-card:nth-child(4),
.feature-card:nth-child(5) {
  grid-column: span 1;
}

@media (max-width: 1199px) {
  .feature-card:nth-child(1),
  .feature-card:nth-child(2),
  .feature-card:nth-child(3),
  .feature-card:nth-child(4),
  .feature-card:nth-child(5),
  .feature-card:nth-child(6) {
    grid-column: span 1;
  }
}

.feature-card {
  background: #faf9fd;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.03);
  height: auto;

  @media (max-width: 1199px) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 320px;
  }

  @media (max-width: 991px) {
    min-height: 280px;
    padding-bottom: 0;
  }
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(18, 72, 145, 0.08);
}

.card-wide {
  grid-column: span 2;
}

.card-small {
  grid-column: span 1;
}

.card-text {
  padding: 32px;
  padding-left: 0;
  position: relative;
  z-index: 2;
  width: 100%;

  @media (max-width: 1199px) {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    text-align: center;
  }

  @media (max-width: 575px) {
    padding: 24px;
    background: rgba(255, 255, 255, 0.05);
  }
}

.card-title {
  font-size: 24px;
  font-weight: 500;
  color: #124891;
  margin-bottom: 12px;
}

.card-description {
  font-size: 16px;
  color: #1c274c;
  opacity: 0.8;
  max-width: 384px;
  line-height: 1.5;

  @media (max-width: 1199px) {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.card-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 25px;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.5s ease;
}

.feature-card:nth-child(1) .card-image img,
.feature-card:nth-child(6) .card-image img {
  object-position: right center;
}

.card-small .card-image img {
  object-position: center bottom;
}

.bottom-img {
  display: flex;
  align-items: flex-end;
}

/* Pricing Page Styles */
.pricing-page {
  background-color: #f3fcff !important;
  overflow-x: hidden;
}

.pricing-page .bg-ellipse.ellipse-1 {
  width: 885px;
  height: 885px;
  left: -32px;
  top: -47px;
  background: radial-gradient(
    circle,
    rgba(173, 216, 255, 0.4) 0%,
    transparent 70%
  );
  filter: blur(80px);
  opacity: 1;
}

.pricing-page .bg-ellipse.ellipse-2 {
  width: 838px;
  height: 838px;
  left: 633px;
  top: 0;
  background: radial-gradient(
    circle,
    rgba(173, 216, 255, 0.3) 0%,
    transparent 70%
  );
  filter: blur(80px);
  opacity: 1;
}

.pricing-page .bg-image-3 {
  width: 645px;
  height: 430px;
  left: -217px;
  top: 1353px;
  background: radial-gradient(
    ellipse at center,
    rgba(173, 216, 255, 0.2) 0%,
    rgba(200, 230, 255, 0.1) 50%,
    transparent 100%
  );
  filter: blur(40px);
  opacity: 0.1;
  mix-blend-mode: screen;
}

.pricing-page .bg-image-4 {
  width: 645px;
  height: 430px;
  left: 1064px;
  top: 1173px;
  background: radial-gradient(
    ellipse at center,
    rgba(173, 216, 255, 0.2) 0%,
    rgba(200, 230, 255, 0.1) 50%,
    transparent 100%
  );
  filter: blur(40px);
  opacity: 0.1;
  mix-blend-mode: screen;
}

.pricing-page .hero-title {
  color: #124891 !important;
  font-weight: 500 !important;
}

.pricing-page .hero-subtitle {
  color: #1c274c !important;
  opacity: 0.8 !important;
}

.pricing-glass-container {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(25px);
  border: 1px solid #00aff0;
  border-radius: 12px;
  padding: 0;
  overflow: hidden;
  margin: 40px auto 0 auto;
  max-width: 1280px;
  width: 100%;
  min-height: 722px;
}

.pricing-table {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: 100%;
  min-height: 722px;
}

.pricing-column {
  padding: 44px 24px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #00aff0;
  position: relative;
  min-width: 0;
  text-align: left;
}

.plan-header {
  height: 110px; /* Aligns all dividers on the same line */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 30px;
}

.pricing-column:last-child {
  border-right: none;
}

.plan-name {
  font-size: 20px;
  font-weight: 500;
  color: #124891;
  margin-bottom: 30px;
  text-align: left;
  line-height: 1.2;
  min-height: 48px;
  display: flex;
  align-items: center;
  word-break: break-word;
  overflow-wrap: break-word;
}

.plan-price-wrapper {
  position: relative;
  margin-bottom: 40px;
  text-align: left;
}

.plan-price {
  text-align: left;
  margin-bottom: 0;
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.price-amount {
  font-size: 32px;
  font-weight: 600;
  color: #1c274c;
  line-height: 1;
}

.price-unit {
  font-size: 12px;
  font-weight: 500;
  color: rgba(28, 39, 76, 0.6);
}

.price-sub {
  font-size: 11px;
  color: rgba(28, 39, 76, 0.6);
  display: block;
  margin-top: 4px;
  text-align: left;
}

.plan-divider {
  height: 1px;
  background-image: url("../images/dotted-line.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 0 24px 0;
  width: 100%;
  border: none;
}

.plan-features-label {
  font-size: 12px;
  color: rgba(28, 39, 76, 0.8);
  margin-bottom: 20px;
  text-align: left;
  font-weight: 400;
}

.plan-features {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  flex-grow: 1;
}

.plan-features li {
  font-size: 13px;
  color: #124891;
  margin-bottom: 14px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.4;
}

.plan-features li::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_299_91)'%3E%3Cmask id='mask0_299_91' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Cpath d='M24 0H0V24H24V0Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_299_91)'%3E%3Cpath d='M12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22Z' fill='%23124891' fill-opacity='0.13' stroke='%231C274C' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.75 11.9999L10.58 14.8299L16.25 9.16992' stroke='%231C274C' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_299_91'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

.plan-footer {
  margin-top: auto;
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.plan-footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: url("../images/dotted-line.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: 24px;
}

.btn-choose-plan {
  width: 100%;
  max-width: 207px;
  padding: 12px;
  background: #00aff0;
  color: white;
  border: 1px solid #124891;
  border-radius: 100px;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s ease;
}

.btn-choose-plan:hover {
  background: #124891;
  transform: translateY(-2px);
}

@media (max-width: 1199px) {
  .pricing-table {
    grid-template-columns: repeat(3, 1fr);
  }
  .pricing-column {
    border-bottom: 1px solid #00aff0;
  }
  .pricing-column:nth-child(3) {
    border-right: none;
  }
}

@media (max-width: 991px) {
  .pricing-table {
    grid-template-columns: repeat(2, 1fr);
  }
  .pricing-column:nth-child(2n) {
    border-right: none;
  }
}

@media (max-width: 767px) {
  .pricing-table {
    grid-template-columns: 1fr;
  }
  .pricing-column {
    border-right: none;
  }
}

.bottom-img img {
  height: auto;
  max-height: 70%;
}

@media (max-width: 1199px) {
  .why-choose-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .card-wide,
  .card-small {
    grid-column: span 1;
  }
}

@media (max-width: 767px) {
  .why-choose-grid {
    grid-template-columns: 1fr;
  }
  .why-choose-title {
    font-size: 32px;
  }
}

.cta-section {
  padding: 80px 0;
  text-align: center;
  background: transparent;
  position: relative;
  z-index: 5;
}

.cta-icon {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  margin: 0 auto 24px;
}

.cta-title {
  font-size: 48px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 16px;
}

.cta-description {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.5;
  max-width: 597px;
  margin: 0 auto 32px;
}

.cta-section .btn-demo {
  background: #ffffff !important;
  color: #1c274c !important;
}

.cta-section .btn-demo:hover {
  background: #f3f4f6 !important;
  color: #124891 !important;
}

.footer {
  padding: 80px 0 40px;
  background: #f4f9ff;
  position: relative;
  z-index: 10;
}

.footer-brand {
  max-width: 354px;
}

.footer-logo {
  height: 40px;
  width: auto;
  margin-bottom: 24px;
}

.footer-description {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 32px;
}

.social-links {
  display: flex;
  gap: 24px;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}

.social-icon:hover {
  transform: translateY(-2px);
}

.social-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px 40px;

  @media (max-width: 991px) {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  @media (max-width: 575px) {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.footer-col h4 {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 24px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #124891;
}

.footer-bottom {
  /* margin-top: 80px; */
  padding-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 5rem;
  @media (max-width: 767px) {
    flex-direction: column;
    gap: 20px;
    text-align: center;
    margin-top: 40px;
  }
}

.copyright {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  margin: 0;
}

.language-selector {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  transition: color 0.3s ease;
}

.language-selector:hover {
  color: #124891;
}

.footer-watermark {
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 100%;
  color: #081976;
  font-family: "Raleway", sans-serif;
  font-size: 120px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.1;
  white-space: nowrap;
  pointer-events: none;
  z-index: 0;
  text-align: center;
  text-transform: uppercase;

  @media (max-width: 1199px) {
    font-size: 8vw;
  }

  @media (max-width: 767px) {
    bottom: -40px;
    font-size: 10vw;
  }
}

/* Responsive Styles */

/* Mobile Menu Toggle */
.navbar-toggler {
  padding: 8px 12px;
  border: 1px solid #124891;
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 24px;
  height: 2px;
  background: #124891;
  position: relative;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background: #124891;
  left: 0;
}

.navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler-icon::after {
  top: 8px;
}

/* Large Desktop - 1440px and above */
@media (min-width: 1440px) {
  .page-container {
    max-width: 100%;
  }
}

/* Desktop - 1200px to 1439px */
@media (max-width: 1439px) {
  .page-container {
    width: 100%;
    max-width: 100%;
  }

  .header .container-fluid {
    padding: 0 40px;
  }
}

/* Tablet Landscape - 992px to 1199px */
@media (max-width: 1199px) {
  .hero-title {
    font-size: 48px;
    max-width: 1000px;
  }

  .description-title {
    font-size: 40px;
  }

  .dashboard-frame {
    width: 100%;
    max-width: 100%;
  }

  .cta-title {
    font-size: 40px;
  }
}

/* Tablet Portrait - 768px to 991px */
@media (max-width: 991px) {
  .cloud-left {
    width: 250px;
    left: -40px;
    top: 200px;
  }

  .cloud-right {
    width: 220px;
    right: -20px;
    top: 130px;
  }

  .header .container-fluid {
    padding: 0 24px;
  }

  .hero-title {
    font-size: 40px;
    line-height: 1.3;
    max-width: 850px;
  }

  .hero-title br {
    display: block;
  }

  .hero-subtitle {
    font-size: 15px;
  }

  .description-title {
    font-size: 36px;
    line-height: 1.4;
  }

  .text-green {
    font-size: 36px;
  }

  .dashboard-frame {
    height: auto;
  }

  .info-text {
    font-size: 28px;
  }

  .section-heading {
    font-size: 36px;
  }

  .feature-card {
    min-height: 280px;
  }

  .cta-title {
    font-size: 36px;
  }

  .footer-watermark {
    font-size: 60px;
  }
}

/* Mobile Landscape - 576px to 767px */
@media (max-width: 767px) {
  .cloud-left {
    width: 180px;
    left: -30px;
    top: 180px;
    opacity: 0.7;
  }

  .cloud-right {
    width: 160px;
    right: -20px;
    top: 110px;
    opacity: 0.7;
  }

  .header {
    padding: 16px 0;
  }

  .header .container-fluid {
    padding: 0 16px;
  }

  .logo-box {
    width: 140px;
    height: 44px;
    font-size: 20px;
  }

  .nav-menu {
    gap: 16px;
    padding: 16px 0;
  }

  .nav-menu a {
    font-size: 15px;
    padding: 8px 0;
  }

  .btn-demo {
    min-width: 130px;
    padding: 14px 20px;
    font-size: 15px;
  }

  .hero-section {
    padding: 60px 0 40px;
  }

  .hero-title {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 20px;
    max-width: 650px;
    padding: 0 15px;
  }

  .hero-title br {
    display: block;
    .step-title {
      font-size: 20px;
    }

    .step-item {
      gap: 20px;
    }
  }

  .hero-subtitle {
    font-size: 14px;
    margin-bottom: 24px;
  }

  .dashboard-preview {
    padding: 30px 0 60px;
  }

  .dashboard-frame {
    padding: 0;
  }

  .sidebar {
    width: 50px;
    padding: 12px 10px;
  }

  .sidebar-icon {
    width: 24px;
    height: 24px;
  }

  .description-section {
    padding: 60px 0;
  }

  .description-title {
    font-size: 28px;
    line-height: 1.5;
  }

  .text-green {
    font-size: 28px;
  }

  .info-section {
    padding: 40px 0;
  }

  .info-text {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .info-subtitle {
    font-size: 14px;
  }

  .chat-showcase {
    padding: 40px 0;
  }

  .chat-mockup {
    height: 300px;
  }

  .features-intro {
    padding: 40px 0;
  }

  .features-text {
    font-size: 24px;
  }

  .why-choose {
    padding: 60px 0 30px;
  }

  .section-heading {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .section-subtitle {
    font-size: 14px;
  }

  .features-grid {
    padding: 30px 0 60px;
  }

  .feature-card {
    min-height: 250px;
    padding: 20px;
  }

  .feature-title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .feature-description {
    font-size: 14px;
  }

  .feature-image {
    height: 150px;
  }

  .cta-section {
    padding: 60px 0;
  }

  .cta-title {
    font-size: 32px;
    margin-bottom: 12px;
  }

  .cta-description {
    font-size: 14px;
    margin-bottom: 24px;
  }

  .footer {
    padding: 60px 0 30px;
  }

  .footer-description {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .footer-column h4 {
    font-size: 15px;
    margin-bottom: 12px;
  }

  .footer-column a {
    font-size: 13px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }

  .copyright {
    font-size: 13px;
  }

  .footer-watermark {
    font-size: 48px;
    padding: 30px 0;
  }
}

/* Mobile Portrait - 320px to 575px */
@media (max-width: 575px) {
  .hero-title {
    font-size: 28px;
    max-width: 550px;
    padding: 0 15px;
  }

  .hero-title br {
    display: block;
  }

  .description-title {
    font-size: 24px;
  }

  .whatsapp-pill {
    padding: 4px 14px;
    gap: 8px;
    font-size: 0.7em;
    top: -2px;
  }

  .whatsapp-icon {
    width: 24px;
    height: 24px;
  }

  .pointer-icon {
    width: 14px;
    height: 14px;
    bottom: -6px;
    left: 26px;
  }

  .avatar {
    width: 32px;
    height: 32px;
    margin-left: -12px;
    border-width: 2px;
  }

  .inline-icon {
    width: 18px;
    height: 18px;
  }

  .text-green {
    font-size: 24px;
  }

  .info-text {
    font-size: 20px;
  }

  .features-text {
    font-size: 20px;
  }

  .section-heading {
    font-size: 28px;
  }

  .cta-title {
    font-size: 28px;
  }

  .chat-mockup {
    height: 250px;
  }

  .feature-card {
    min-height: 220px;
  }

  .footer-watermark {
    font-size: 36px;
    letter-spacing: 0.1em;
  }
}

/* Extra Small Mobile - below 400px */
@media (max-width: 399px) {
  .logo-box {
    width: 120px;
    height: 40px;
    font-size: 18px;
  }

  .btn-demo {
    min-width: 120px;
    padding: 12px 18px;
    font-size: 14px;
  }

  .hero-title {
    font-size: 24px;
    max-width: 450px;
    padding: 0 10px;
  }

  .hero-title br {
    display: block;
  }

  .description-title {
    font-size: 20px;
  }

  .whatsapp-pill {
    padding: 3px 10px;
    gap: 6px;
    font-size: 0.65em;
  }

  .whatsapp-icon {
    width: 18px;
    height: 18px;
  }

  .pointer-icon {
    width: 12px;
    height: 12px;
    bottom: -5px;
    left: 20px;
  }

  .avatar {
    width: 28px;
    height: 28px;
    margin-left: -10px;
  }

  .text-green {
    font-size: 20px;
  }

  .section-heading {
    font-size: 24px;
  }

  .cta-title {
    font-size: 24px;
  }

  .footer-watermark {
    font-size: 28px;
  }
}

/* How It Works Responsive */
@media (max-width: 991px) {
  .how-it-works-section {
    padding: 60px 0;
  }
  .section-main-title {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .mockup-wrapper {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .section-main-title {
    font-size: 28px;
  }
  .step-title {
    font-size: 20px;
  }
  .step-item {
    padding-left: 20px;
    margin-bottom: 25px;
  }
}

/* CTA Section */
.cta-section {
  padding: 100px 0;
  position: relative;
  z-index: 10;
}

.cta-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(180deg, #2aabee 29.361%, #073472 99.746%);
  padding: 80px 40px;
  text-align: center;
  box-shadow: 0 20px 40px rgba(18, 72, 145, 0.2);
}

.cta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/demo-bg.png") lightgray 50% / cover no-repeat;
  mix-blend-mode: darken;
  opacity: 0.6;
  pointer-events: none;
  z-index: 1;
}

.cta-cloud {
  position: absolute;
  bottom: 0;
  width: auto;
  height: 100%;
  opacity: 0.3;
  pointer-events: none;
  z-index: 1;
}

.cta-cloud.cloud-left {
  left: -10%;
}

.cta-cloud.cloud-right {
  right: -10%;
  top: -100px;
}

.cta-content {
  position: relative;
  z-index: 2;
}

.cta-logo {
  margin-bottom: 24px;
}

.cta-logo img {
  height: 48px;
  width: auto;
}

.cta-title {
  font-size: 48px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 24px;
  line-height: 1.2;
  letter-spacing: -0.02em;

  @media (max-width: 991px) {
    font-size: 36px;
  }

  @media (max-width: 575px) {
    font-size: 28px;
  }
}

.cta-subtitle {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  max-width: 600px;
  margin: 0 auto 40px;
  line-height: 1.6;

  @media (max-width: 575px) {
    font-size: 14px;
  }
}

.btn-cta-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 40px;
  background: #ffffff;
  color: #1c274c;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  border-radius: 100px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.btn-cta-white:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  color: #124891;
  background: #f8f9fa;
}

/* About Us Page Styles */
.about-section {
  position: relative;
  z-index: 5;
}

.about-text p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.glass-card {
  box-shadow: 0 10px 40px rgba(18, 72, 145, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.mission-card {
  transition: all 0.4s ease;
  border: 1px solid rgba(18, 72, 145, 0.05);
}

.mission-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(18, 72, 145, 0.1) !important;
}

.our-approach-section {
  position: relative;
  z-index: 5;
}

.approach-card {
  transition: all 0.4s ease;
  border: 1px solid rgba(18, 72, 145, 0.08);
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(18, 72, 145, 0.04);
}

.approach-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(18, 72, 145, 0.1) !important;
}

.approach-card h4 {
  font-family: "Raleway", sans-serif;
  color: #124891;
}

.approach-img-wrapper {
  background: transparent;
  overflow: hidden;
}

.approach-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-image-wrapper img {
  width: 100%;
  height: 456px;
  object-fit: cover;
}

@media (max-width: 991px) {
  .about-image-wrapper img {
    height: auto;
    object-fit: contain;
  }
}

@media (max-width: 575px) {
  .about-image-wrapper img {
    height: auto;
    object-fit: contain;
  }
}

/* Industry Page Styles */
.industry-page .hero-title {
  font-size: 56px;
  line-height: 1.2;
  color: #124891;
  max-width: 1116px;
  margin-top: 60px;
}

.industry-page .hero-subtitle {
  font-size: 16px;
  color: #1c274c;
  opacity: 0.8;
  max-width: 683px;
  margin-top: 24px;
}

.industry-page .section-title {
  font-size: 40px;
  color: #124891;
  font-weight: 500;
  line-height: 1.2;
}

.industry-page .section-desc {
  font-size: 16px;
  color: #1c274c;
  opacity: 0.8;
  line-height: 1.6;
}

.solution-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 10px 40px rgba(18, 72, 145, 0.05);
  transition: all 0.4s ease;
  border: 1px solid rgba(18, 72, 145, 0.03);
}

.solution-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 45px rgba(18, 72, 145, 0.1);
}

.solution-card .card-title {
  color: #124891;
  font-weight: 500;
  margin-bottom: 12px;
}

.feature-glass-main {
  padding: 0;
  border-radius: 44px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(25px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.feature-glass {
  padding: 0;
  border-radius: 44px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(25px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.feature-title {
  font-size: 40px;
  color: #124891;
  font-weight: 500;
}

.feature-desc {
  font-size: 16px;
  color: #1c274c;
  opacity: 0.8;
  line-height: 1.6;
}

.feature-list li {
  font-size: 24px;
  color: #124891;
  font-weight: 500;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}

.feature-list li svg,
.feature-list li img {
  width: 24px;
  height: 24px;
}

@media (max-width: 991px) {
  .industry-page .hero-title {
    font-size: 36px;
  }
  .feature-title {
    font-size: 30px;
  }
  .feature-list li {
    font-size: 18px;
  }
}
