/* ===== RESET & BASE ===== */
.refelect-feature a,
.benefit-grid a {
  color: #6762fe;
  transition: text-decoration 0.3s ease;
}

.refelect-feature a:hover,
.benefit-grid a:hover {
  text-decoration: underline;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu,
    Cantarell, sans-serif;
  background-color: #f9fafc;
  color: #18181b;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

/* ===== TYPOGRAPHY ===== */
h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.15;
  color: #18181b;
  text-align: center;
  max-width: 998px;
  margin: 0 auto;
}

h2,
.text-title-h2 {
  font-size: 40px;
  font-weight: 600;
  color: #18181b;
  line-height: 1.3;
}

.text_xl {
  font-size: 20px;
}

.text_base {
  font-size: 16px;
}

.text_sm {
  font-size: 14px;
}

.text_lg {
  font-size: 18px;
}

.combo-text {
  background: linear-gradient(
    109.22deg,
    #d461f0 5.39%,
    #a587ff 46.01%,
    #618cff 82.76%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-weight: bold;
}

/* ===== LAYOUT ===== */
.container-fluid-header {
  max-width: 1320px;
  margin: 0 auto;
}

.section-container-padding {
  padding: 50px 20px;
}

.text-center {
  text-align: center;
}

/* ===== BADGE ===== */
.our-ai-workforce {
  padding: 8px 16px;
  border-top: 1px solid #8a89ff;
  background-color: #6762fe1f;
  border-radius: 100px;
  border-bottom: 1px solid #6762fe1f;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0px 8px 10.9px 0px #6762fe1f;
  width: fit-content;
  margin: 0 auto 30px;
}

.our-ai-workforce p {
  font-weight: 500;
  line-height: 24px;
  color: #6762fe;
  font-size: 17px;
}

/* ===== BANNER / HERO ===== */
.banner-section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: auto;
}

.banner-section-content {
  z-index: 10;
  position: inherit;
  width: 100%;
}

.banner-section-content .sub-heading {
  max-width: 998px;
  font-size: 20px;
  line-height: 30px;
  color: #657488;
  font-weight: 400;
  margin: 0 auto;
  text-align: center;
}

.floating-btn-wrapper {
  display: flex;
  justify-content: center;
  gap: 10px;
  z-index: 1000;
  margin: 40px auto 50px;
  width: 100%;
}

.edit-btn {
  max-width: fit-content;
  width: 100%;
  height: 52px;
  background: #6762fe;
  border: none;
  border-radius: 60px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #fff;
  font-weight: 600;
  transition: all 0.3s ease;
  padding: 16px 24px;
  font-size: 18px;
}

.edit-btn:hover {
  background: #5f5bd1;
}

/* Checkmarks */
.checkmark-first-container {
  display: flex;
  row-gap: 10px;
  column-gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.checkmark-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.checkmark-video-text {
  font-weight: 500;
  font-size: 15px;
  color: #181818;
  line-height: 22px;
}

.checkmark-svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

/* Video container */
.banner-section-img {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -14;
  width: 120%;
}

.video-container-border {
  border: 2px solid #ffffff;
  padding: 15px;
  background-color: #ffffff33;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto 0;
  backdrop-filter: blur(20px);
  z-index: 10;
  max-width: 1060px;
}

.video-container {
  max-width: 1030px;
  max-height: 630px;
  border-radius: 16px;
  background-color: #fafafa;
}

.responsive-video {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

/* ===== TWO-COLUMN SECTIONS ===== */
.create-map-section {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 50px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 1320px;
}

.create-img-container {
  width: 50%;
  min-width: 0;
}

.create-text-container {
  width: 50%;
  min-width: 0;
}

.create-map-title {
  text-align: start;
  margin-bottom: 20px;
}

.create-other-text {
  display: flex;
  gap: 12px;
  flex-direction: column;
}

.create-para {
  font-size: 16px;
  color: #070529;
  line-height: 150%;
  opacity: 0.7;
}

.create-para a {
  color: #6762fe;
  font-weight: 500;
}

.create-para a:hover {
  text-decoration: underline;
}

.image-placeholder {
  width: 100%;
  max-width: 620px;
  height: 380px;
  background: #eeeef4;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #657488;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid #e6eaef;
}

/* generate-text (text left, image right) */
.generate-text-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 50px;
  max-width: 1320px;
  margin: 0 auto;
}

.generate-text-text {
  width: 50%;
  min-width: 0;
}

.generate-text-img {
  width: 50%;
  min-width: 0;
}

.refelect-feature {
  display: flex;
  align-items: start;
  gap: 10px;
  padding-bottom: 15px;
}

.refelect-feature a {
  color: #6762fe;
  font-weight: 500;
}

.refelect-feature a:hover {
  text-decoration: underline;
}

.refelect-feature:last-child {
  padding-bottom: 0;
}

.refelect-feature-heading {
  padding-bottom: 3px;
  font-weight: 700;
  color: #18181b;
  font-size: 16px;
}

.refelect-feature .feature-desc {
  color: #070529;
  opacity: 0.7;
  font-size: 16px;
  line-height: 150%;
}

.refelect-feature .text_base {
  color: #070529b3 !important;
}

.feature-check-svg {
  width: 20px;
  height: 20px;
  min-width: 20px;
  flex-shrink: 0;
  margin-top: 3px;
}

.reflect-content-subtext {
  padding: 20px 0;
  color: #657488;
  font-size: 16px;
  line-height: 150%;
}

/* How-to steps */
.how-to-steps {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 10px;
}

.how-to-step {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.step-number {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
  background: #6762fe;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.step-content h3 {
  font-size: 16px;
  font-weight: 700;
  color: #18181b;
  margin-bottom: 4px;
  line-height: 1.4;
  text-align: left;
}

.step-content p {
  font-size: 15px;
  color: #657488;
  line-height: 1.6;
}

/* ===== CTA SECTION ===== */
.ready-to-unlock-section {
  padding: 0;
  background-image: url("../../../assets/image/map-maker/org-chart/org-banner-cta.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 430px;
  border-radius: 18px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.ready-to-unlock-text {
  font-size: 54px;
  line-height: 63px;
  font-weight: 600;
  color: #18181b;
  margin-bottom: 0;
  max-width: 1040px;
  margin: 0 auto;
}

.cta-subtext {
  padding: 12px 0 32px;
  color: #657488;
  line-height: 150%;
  max-width: 1040px;
  font-weight: 400;
  margin: auto;
  font-size: 18px;
}

.button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 32px auto 0;
  width: fit-content;
  gap: 16px;
}

.secondary-btn {
  height: 40px;
  padding: 0 20px;
  border-radius: 40px;
  background: #fff;
  backdrop-filter: blur(6px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1.5px solid #6762fe;
  cursor: pointer;
  transition:
    background-color 0.3s ease,
    border-color 0.3s ease;
}

.secondary-btn span {
  color: #6762fe;
  font-weight: 500;
  line-height: 1;
  font-size: 16px;
  transition: color 0.3s ease;
}

.secondary-btn:hover {
  background-color: #6762fe;
  border-color: #6762fe;
}

.secondary-btn:hover span {
  color: #fff;
}

.ready-to-unlock-button {
  display: inline-block;
  position: relative;
  border-radius: 40px;
  background: #6762fe;
  cursor: pointer;
  height: fit-content;
  text-decoration: none;
}

.ready-to-unlock-button p {
  background-color: #6762fe;
  border-radius: 40px;
  padding: 0 20px;
  color: #ffffff;
  margin: 0;
  display: flex;
  align-items: center;
  height: 40px;
  transition: background-color 0.3s ease;
}

.ready-to-unlock-button p:hover {
  background-color: #5f5bd1;
}

.ready-to-unlock-button span {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}

/* ===== BENEFIT / LANGUAGE GRID ===== */
.benefit-section {
  max-width: 1320px;
  margin: 0 auto;
  display: block;
}

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

.subtitle-padding {
  color: #657488;
  max-width: 1000px;
  margin: auto;
  font-weight: 400;
  padding-bottom: 30px;
}

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

.benefit-grid a {
  color: #6762fe;
  font-weight: 500;
}

.benefit-grid a:hover {
  text-decoration: underline;
}

.benefit-card {
  background: #ffffff;
  border: 1px solid #e6eaef;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  transition: box-shadow 0.3s ease;
  align-items: start;
}

.benefit-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.benefit-card-icon {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}

.benefit-card-icon img {
  transition: transform 0.6s ease;
}

.benefit-card:hover .benefit-card-icon img {
  transform: rotateY(180deg);
}

.benefit-card h3 {
  font-size: 18px;
  font-weight: 500;
  color: #18181b;
  padding-bottom: 15px;
  text-align: left;
  line-height: 140%;
}

.benefit-card p {
  font-size: 14px;
  color: #657488;
  line-height: 150%;
}

/* ===== TOOL CARDS GRID ===== */
.tools-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1320px;
  margin: 0 auto;
}

.tool-card {
  background: #ffffff;
  border: 1px solid #e6eaef;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
}

.tool-card:hover {
  border-color: #6762fe;
}

.tool-card-icon {
  background: #f5f5f5;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
}

.tool-card-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tool-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #18181b;
  text-align: left;
  line-height: 150%;
}

.tool-card p {
  font-size: 14px;
  color: #657488;
  line-height: 150%;
  flex-grow: 1;
}

.tool-card .tool-link {
  color: #6762fe;
  font-weight: 600;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* ===== TEMPLATE CARDS ===== */
.template-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  margin-top: 30px;
}

.template-card {
  border-radius: 16px;
  border: 1px solid #e6eaef;
  height: 100%;
  width: 100%;
  cursor: pointer;
  text-decoration: none;
  display: block;
  transition: border-color 0.3s ease;
}

.template-card:hover {
  border: 1px solid #6762fe;
}

.template-card-img {
  border-radius: 16px 16px 0 0;
}

.template-card-img img {
  height: 100%;
  width: 100%;
  border-radius: 16px 16px 0 0;
  display: block;
}

.template-card-content {
  padding: 20px;
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.template-card-content h3 {
  font-weight: 700;
  font-size: 20px;
  color: #18181b;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 60px;
  text-align: left;
  line-height: 150%;
}

.template-edit-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 14px;
  color: #6762fe;
  text-decoration: none;
}

.template-edit-link:hover {
  opacity: 0.8;
}

/* ===== COMPARISON TABLE ===== */
.comparison-table-wrapper {
  overflow-x: auto;
  margin-top: 30px;
  border-radius: 12px;
  border: 1px solid #e6eaef;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  font-size: 15px;
}

.comparison-table thead th {
  padding: 16px 20px;
  text-align: left;
  font-weight: 700;
  color: #18181b;
  background: #f9fafc;
  border-bottom: 2px solid #e6eaef;
  white-space: nowrap;
}

.comparison-table thead th:first-child {
  border-radius: 12px 0 0 0;
}

.comparison-table thead th:last-child {
  border-radius: 0 12px 0 0;
}

.comparison-table thead th.cloudairy-col {
  background: #6762fe10;
  color: #6762fe;
}

.comparison-table tbody tr {
  border-bottom: 1px solid #e6eaef;
  transition: background 0.2s ease;
}

.comparison-table tbody tr:last-child {
  border-bottom: none;
}

.comparison-table tbody tr:hover {
  background: #f9fafc;
}

.comparison-table tbody td {
  padding: 14px 20px;
  color: #18181b;
  vertical-align: middle;
}

.comparison-table tbody td:first-child {
  font-weight: 500;
  color: #18181b;
}

.comparison-table tbody td.cloudairy-col {
  background: #6762fe08;
}

.check-yes {
  color: #248a44;
  font-weight: 700;
  font-size: 16px;
}

.check-no {
  color: #c0c5d0;
  font-weight: 700;
  font-size: 16px;
}

.check-partial {
  color: #e8a814;
  font-weight: 600;
  font-size: 14px;
}

/* ===== FAQ ACCORDION ===== */
.accordion {
  display: grid;
  gap: 16px;
  padding-top: 30px;
  margin: 0 auto;
  max-width: 1320px;
}

.accordian-part {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.accordion .accordion-item {
  background-color: #ffffff;
  border: 1.82px solid #eef0f5;
  border-radius: 14px;
  padding: 25px;
  position: relative;
  cursor: pointer;
}

.accordion button {
  display: block;
  text-align: left;
  width: 100%;
  color: #18181b;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
}

.accordion button .accordion-title {
  padding: 0;
  font-weight: 700;
  color: #18181b;
  cursor: pointer;
  text-align: left;
  font-size: 18px;
  padding-right: 40px;
  line-height: 150%;
}

.accordion button .icon-faqs {
  display: inline-block;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.accordion button .icon-faqs::before {
  display: block;
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  width: 20px;
  height: 3px;
  background: #1b1139;
  border-radius: 16px;
}

.accordion button .icon-faqs::after {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 8px;
  width: 3px;
  height: 20px;
  background: #1b1139;
  border-radius: 16px;
  transition: width 0.3s ease;
}

.accordion button[aria-expanded="true"] .icon-faqs::before,
.accordion button[aria-expanded="true"] .icon-faqs::after {
  background: #6762fe;
}

.accordion button[aria-expanded="true"] .icon-faqs::after {
  width: 0;
}

.accordion-item:has(button[aria-expanded="true"]) {
  border: 1.82px solid #6762fe;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity 0.4s ease,
    max-height 0.4s ease;
}

.accordion .accordion-content p {
  font-size: 16px;
  font-weight: 400;
  margin: 10px 0 0;
  max-width: 850px;
  color: #18181b;
  line-height: 1.6;
}

.accordion button[aria-expanded="true"] + .accordion-content {
  opacity: 1;
  max-height: 500px;
  transition: all 0.5s ease;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1440px) {
  h1 {
    font-size: 48px;
    line-height: 56px;
  }
  h2,
  .text-title-h2 {
    font-size: 36px;
    line-height: 46px;
  }
  .ready-to-unlock-text {
    font-size: 44px;
    line-height: 52px;
  }
}

@media (max-width: 1024px) {
  h1 {
    font-size: 40px;
    line-height: 48px;
  }
  h2,
  .text-title-h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .tools-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ready-to-unlock-text {
    font-size: 36px;
    line-height: 44px;
  }
  .create-para {
    font-size: 14px;
  }
  .template-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .template-card-content h3 {
    font-size: 16px;
    height: auto;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 32px;
    line-height: 40px;
  }
  h2,
  .text-title-h2 {
    font-size: 26px;
    line-height: 34px;
  }
  h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .text_xl {
    font-size: 18px;
  }
  .text_lg {
    font-size: 16px;
  }
  .create-map-section,
  .generate-text-container {
    flex-direction: column;
    gap: 30px;
  }
  .create-img-container,
  .create-text-container,
  .generate-text-text,
  .generate-text-img {
    width: 100%;
  }
  .benefit-grid,
  .tools-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .template-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .video-container {
    height: auto;
    width: auto;
  }
  .video-container-border {
    border: 0;
    padding: 0;
  }
  .responsive-video {
    border: 2px solid #eef0f5;
  }
  .image-placeholder {
    height: 260px;
  }
  .section-container-padding {
    padding: 40px 20px;
  }
  .ready-to-unlock-text {
    font-size: 28px;
    line-height: 36px;
  }
  .ready-to-unlock-section {
    min-height: unset;
    padding: 40px 20px;
  }
  .cta-subtext {
    font-size: 14px;
    padding: 12px 0 24px;
  }
  .button-wrapper {
    flex-direction: column;
    gap: 12px;
  }
  .floating-btn-wrapper {
    margin: 30px auto 30px;
  }
  .banner-section-content .sub-heading {
    font-size: 16px;
    line-height: 24px;
  }
  .checkmark-first-container {
    flex-direction: column;
    align-items: flex-start;
  }
  .checkmark-video-text {
    font-size: 14px;
  }
  .benefit-card {
    padding: 22px;
    gap: 20px;
  }
  .accordion button .icon-faqs {
    right: 20px;
  }
  .create-text-container {
    width: 100% !important;
  }
  .create-img-container {
    width: 100% !important;
  }
}

@media (max-width: 615px) {
  .benefit-grid,
  .tools-grid,
  .template-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .benefit-card {
    padding: 22px;
  }
}

@media (max-width: 576px) {
  h1 {
    font-size: 28px;
    line-height: 36px;
  }
  h2,
  .text-title-h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .our-ai-workforce {
    margin-bottom: 20px;
  }
  .our-ai-workforce p {
    font-size: 14px;
  }
  .floating-btn-wrapper {
    margin: 20px auto 20px;
  }
  .edit-btn {
    height: 44px;
    font-size: 16px;
    padding: 12px 20px;
  }
  .ready-to-unlock-text {
    font-size: 24px;
    line-height: 32px;
  }
  .ready-to-unlock-section {
    padding: 30px 16px;
    border-radius: 12px;
  }
  .subtitle-padding {
    font-size: 14px;
    padding-bottom: 20px;
  }
  .create-map-title {
    font-size: 22px;
  }
  .accordion .accordion-item {
    padding: 18px;
  }
  .accordion button .accordion-title {
    font-size: 15px;
    padding-right: 30px;
  }
  .accordion button .icon-faqs {
    top: 22px;
    right: 18px;
    width: 16px;
    height: 16px;
  }
  .accordion button .icon-faqs::before {
    width: 16px;
    top: 7px;
  }
  .accordion button .icon-faqs::after {
    height: 16px;
    left: 7px;
  }
  .accordion-content p {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .section-container-padding {
    padding: 30px 16px;
  }
  .video-container {
    height: 220px;
    max-width: 374px;
  }
  .image-placeholder {
    height: 200px;
  }
  .benefit-card-icon {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }
  .benefit-card h3 {
    font-size: 16px;
  }
  .benefit-card p {
    font-size: 13px;
  }
  .template-card-content h3 {
    font-size: 16px;
    height: auto;
  }
  .tool-card-icon {
    height: 100px;
    font-size: 32px;
  }
  .tool-card h3 {
    font-size: 16px;
  }
  .tool-card p {
    font-size: 13px;
  }
  .secondary-btn {
    width: 100%;
    justify-content: center;
  }
  .ready-to-unlock-button {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .ready-to-unlock-button p {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 380px) {
  h1 {
    font-size: 24px;
    line-height: 32px;
  }
  h2,
  .text-title-h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .ready-to-unlock-text {
    font-size: 22px;
    line-height: 28px;
  }
  .ready-to-unlock-section {
    min-height: unset;
    padding: 18px;
  }
  .banner-section-content .sub-heading {
    font-size: 14px;
    line-height: 22px;
  }
  .create-map-section,
  .generate-text-container {
    gap: 20px;
  }
}

/* Trusted by Professionals section */
.container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  text-align: center;
}

.trusted-text {
  font-weight: 500;
  color: #18181b;
  line-height: 100%;
  margin: 0 0 30px;
  position: relative;
  display: inline-block;
  padding: 0 20px;
  z-index: -1;
}

.trusted-text::before,
.trusted-text::after {
  content: "";
  position: absolute;
  top: 50%;
  max-width: 400px;
  width: 100%;
  height: 1px;
  transform: translateY(-50%);
}

.trusted-text::before {
  left: -65%;
  background: linear-gradient(90deg, #ffffff 0%, #657488 134.42%);
}

.trusted-text::after {
  right: -65%;
  background: linear-gradient(290deg, #ffffff 0%, #657488 134.42%);
}

.logo-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 10px 0;
  z-index: -1;
}

.logo-slider::before,
.logo-slider::after {
  content: "";
  position: absolute;
  top: 0;
  width: 200px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.logo-slider::before {
  left: 0;
  background: linear-gradient(90deg, #f9fafc 0%, rgba(249, 250, 252, 0) 100%);
}

.logo-slider::after {
  right: 0;
  background: linear-gradient(270deg, #f9fafc 0%, rgba(249, 250, 252, 0) 100%);
}

.infinite-scroll .logos-track {
  position: relative;
  height: 50px;
  width: 100%;
  overflow: hidden;
}

.logo-item {
  position: absolute;
  top: 0;
  width: 162px;
  display: flex;
  align-items: center;
  justify-content: center;
  will-change: transform;
  backface-visibility: hidden;
}

.logo-item .logo {
  max-height: 50px;
  object-fit: contain;
  opacity: 0.9;
  transition: opacity 0.2s ease;
}

.logo-item .logo:hover {
  opacity: 1;
}

.logo {
  max-height: 50px;
  object-fit: contain;
  opacity: 0.9;
  transition: opacity 0.2s ease;
}

.trusted-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 1px 20px;
  margin: 0px auto;
  width: 100%;
  padding-bottom: 22px;
}

.trusted-badge .stars {
  display: flex;
  gap: 4px;
}
.trusted-badge .text_base {
  color: #18181b;
  font-weight: 700;
}

.star {
  width: 18px;
  height: 18px;
  color: #facc15;
}

.text_h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
  color: #18181b;
}

@media (max-width: 1559px) {
  .trusted-text::before,
  .trusted-text::after {
    max-width: 350px;
  }
  .trusted-text::after {
    right: -51%;
  }
  .trusted-text::before {
    left: -51%;
  }
}

@media (max-width: 1440px) {
  .trusted-text::before,
  .trusted-text::after {
    max-width: 150px;
  }
  .trusted-text::after {
    right: -30%;
  }
  .trusted-text::before {
    left: -30%;
  }
}

/* Testimonials */
.user-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}

.user-info .rating {
  display: flex;
  align-items: center;
  gap: 8px;
}

.slider {
  position: relative;
  max-width: 1320px;
  overflow: hidden;
  margin: auto;
}

.testimonialSwiper {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
}

.testimonialSwiper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  background: linear-gradient(to right, #f9fafc, transparent);
  z-index: 10;
  pointer-events: none;
}

.testimonialSwiper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100%;
  background: linear-gradient(to left, #f9fafc, transparent);
  z-index: 10;
  pointer-events: none;
}

.testimonialSwiper .swiper-slide {
  width: auto;
  height: auto;
}

.testimonialSwiper .swiper-button-next,
.testimonialSwiper .swiper-button-prev {
  color: #000;
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.testimonialSwiper .swiper-button-next:hover,
.testimonialSwiper .swiper-button-prev:hover {
  background: #4f46e5;
  color: #fff;
  transform: scale(1.1);
}

.testimonialSwiper .swiper-button-next:after,
.testimonialSwiper .swiper-button-prev:after {
  font-size: 18px;
  font-weight: bold;
}

.testimonialSwiper .swiper-pagination {
  position: relative;
  margin-top: 20px;
}

.testimonialSwiper .swiper-pagination-bullet {
  background: #d1d5db;
  opacity: 1;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  transition: all 0.3s ease;
}

.testimonialSwiper .swiper-pagination-bullet-active {
  background: #4f46e5;
  transform: scale(1.2);
}

.slide {
  flex: 0 0 560px;
  margin: 0 12px;
  height: 344px;
  border-radius: 15px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  color: #18181b !important;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 84px 40px 30px;
  box-sizing: border-box;
}

.slide::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 15px;
}

.content {
  position: relative;
  z-index: 2;
  max-width: 100%;
}

.content p {
  text-align: center;
  padding: 30px 0;
  border-bottom: 1px solid #18181b2c;
  font-size: 18px;
  color: #18181b;
  font-weight: 400;
}

.content h4 {
  color: #18181b;
  font-weight: 400;
}

.arrows-btn {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 40px;
}

.arrows-btn div {
  cursor: pointer;
}
.arrows-btn svg {
  cursor: pointer;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}
.arrows-btn svg.active {
  opacity: 0.6;
  transform: scale(0.9);
}

@media (max-width: 768px) {
  .testimonialSwiper::before,
  .testimonialSwiper::after {
    width: 50px;
  }
}

@media (max-width: 480px) {
  .testimonialSwiper::before,
  .testimonialSwiper::after {
    width: 30px;
  }
}

/* Security section */
.explore-btn-container {
  display: flex;
  justify-content: center;
  transition: background 0.3s;
  max-width: fit-content;
  margin: auto;
}

.ai-generate-btn {
  font-weight: 600;
  background-color: #6762fe;
  color: white !important;
  padding: 8px 30px;
  border: none;
  border-radius: 60px;
  cursor: pointer;
  transition:
    background-color 0.3s ease,
    border-color 0.3s ease;
  height: 40px;
  display: flex;
  align-items: center;
}

.ai-generate-btn:hover {
  background-color: #5f5bd1;
}

.info-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
  margin-bottom: 50px;
}

.info-box {
  width: 100%;
  max-width: 433px;
  background: #ffffff;
  border: 1px solid #e6eaef;
  justify-content: space-between;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  padding: 24px;
  position: relative;
  z-index: 1;
  backdrop-filter: blur(10px);
}

.box-content {
  flex-grow: 1;
  margin-bottom: 2px;
}

.box-content h3,
.box-content .text-title-h2,
.box-content .text_xl {
  font-weight: 700;
  margin-top: 16px;
  text-align: left;
}

.box-content p {
  font-weight: 400;
  color: #070529;
  opacity: 70%;
}

.box-image {
  text-align: center;
  margin-top: auto;
  display: flex;
  justify-content: space-between;
}

.box-image img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 0 0 16px 16px;
}

@media (min-width: 601px) and (max-width: 910px) {
  .info-boxes {
    gap: 15px !important;
  }
  .info-box {
    max-width: 48.7% !important;
    display: block;
    width: 100%;
  }
}

@media (max-width: 615px) {
  .info-boxes {
    gap: 10px !important;
    margin-bottom: 20px;
  }
  .info-box {
    width: 100% !important;
    padding: 22px !important;
  }
}

/* Pricing */
.pricing-title {
  text-align: center;
  margin-bottom: 80px;
}

h3,
.text-title-h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 52px;
  color: #18181b;
}

@media (max-width: 1319px) {
  .pricing-title {
    margin-bottom: 40px;
  }
  h3,
  .text-title-h2 {
    font-size: 36px;
  }
}

@media (max-width: 1139px) {
  h3,
  .text-title-h2 {
    font-size: 28px;
    line-height: 32px;
  }
}

@media (max-width: 959px) {
  h3,
  .text-title-h2 {
    font-size: 24px;
  }
}

@media (max-width: 719px) {
  h3,
  .text-title-h2 {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (max-width: 576px) {
  h3,
  .text-title-h2 {
    font-size: 19px;
    line-height: 26px;
  }
  .pricing-title {
    margin-bottom: 30px;
  }
}

@media (max-width: 425px) {
  h3,
  .text-title-h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

/* Language popups */
.ai-popup {
  position: absolute;
  top: 50px;
  right: 0px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #e6eaef;
  z-index: 1000;
  width: 114px;
  display: none;
  margin-top: 8px;
}

.language-popup {
  position: absolute;
  bottom: 40px;
  left: -15px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #e6eaef;
  z-index: 1000;
  width: 114px;
  display: none;
  margin-top: 8px;
}

.ai-popup-content {
  padding: 12px 8px;
}
.ai-grid {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ai-option,
.multi-language-option {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 30px;
  padding: 0 8px;
  cursor: pointer;
  border-radius: 6px;
  transition: background 0.2s;
  color: #18181b;
}

.ai-grid .active,
.multi-language-option .active {
  background-color: #f0efff !important;
  color: #6762fe !important;
}

.ai-option:hover,
.multi-language-option:hover {
  background: #f5f5f5;
}

.ai-option span,
.multi-language-option span {
  font-size: 12px;
  font-weight: 400;
  color: #18181b;
  text-align: center;
}

.icon-btn {
  width: auto;
  gap: 8px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: none;
  background: none;
}

.icon-btn .language-code {
  font-size: 16px;
  color: #18181b;
  font-weight: 500;
}
.icon-btn img {
  width: 20px;
  height: 20px;
}

.tools-popup {
  position: absolute;
  top: 100%;
  left: 0px;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e6eaef;
  z-index: 1000;
  width: 175px;
  display: none;
  margin-top: 8px;
}

.tools-popup.show {
  display: block;
}

/* Comparison table responsive */
@media (max-width: 768px) {
  .comparison-table {
    font-size: 13px;
  }
  .comparison-table thead th,
  .comparison-table tbody td {
    padding: 10px 12px;
  }
}
