/* Index */
.index-header {
  font-size: 4rem;
  font-weight: 700;
  background: linear-gradient(
    80deg,
    var(--primary-700),
    var(--primary) 30%,
    var(--indigo)
  );
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.index-subheader {
  font-size: 1.35rem;
  color: var(--gray-500);
}

.index-button {
  padding: 0.8rem 4rem;
  font-size: 1.1rem;
  border-radius: calc(2 * var(--border-radius));
}

@media (min-width: 1200px) {
  .index-hero {
    transform: scale(1.15);
  }
}

.index-background-one {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1671%26quot%3b)' fill='none'%3e%3crect width='1440' height='560' x='0' y='0' fill='url(%23SvgjsLinearGradient1672)'%3e%3c/rect%3e%3cpath d='M1440 0L1387.75 0L1440 124.31z' fill='rgba(255%2c 255%2c 255%2c .1)'%3e%3c/path%3e%3cpath d='M1387.75 0L1440 124.31L1440 296.51L771.68 0z' fill='rgba(255%2c 255%2c 255%2c .075)'%3e%3c/path%3e%3cpath d='M771.68 0L1440 296.51L1440 380.24L555.18 0z' fill='rgba(255%2c 255%2c 255%2c .05)'%3e%3c/path%3e%3cpath d='M555.18 0L1440 380.24L1440 473.47L374.51 0z' fill='rgba(255%2c 255%2c 255%2c .025)'%3e%3c/path%3e%3cpath d='M0 560L231.01 560L0 308.07z' fill='rgba(0%2c 0%2c 0%2c .1)'%3e%3c/path%3e%3cpath d='M0 308.07L231.01 560L894.36 560L0 180.36z' fill='rgba(0%2c 0%2c 0%2c .075)'%3e%3c/path%3e%3cpath d='M0 180.36L894.36 560L906.78 560L0 162.73000000000002z' fill='rgba(0%2c 0%2c 0%2c .05)'%3e%3c/path%3e%3cpath d='M0 162.73000000000002L906.78 560L1182.71 560L0 73.44000000000001z' fill='rgba(0%2c 0%2c 0%2c .025)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1671'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3clinearGradient x1='50%25' y1='100%25' x2='50%25' y2='0%25' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient1672'%3e%3cstop stop-color='%230e2a47' offset='0'%3e%3c/stop%3e%3cstop stop-color='rgba(114%2c 19%2c 170%2c 1)' offset='1'%3e%3c/stop%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
  background-size: cover;
  color: white;
  transition: filter 0.3s ease-in-out;
}

.index-background-one:hover {
  filter: saturate(0.25) brightness(110%);
}

/* Index testimonial */
.index-testimonial-avatar {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  transform: translateY(-70%);
  border: 4px solid var(--white);
  background: var(--white);
  position: absolute;
  left: 50%;
  margin-left: -52px;
}

.index-testimonial-comment {
  margin-left: 18px;
}

/* Index FAQ */
.index-faq svg {
  transition: all 0.15s;
  color: var(--primary-800);
}

/* Timeline */
.index-timeline {
  position: relative;
}

.index-timeline::before {
  content: "";
  position: absolute;
  border-left: 2px solid var(--gray-200);
  height: 100%;
  left: calc(57px / 2);
}

/* Index call to action */
.index-cta {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.dev/svgjs" viewBox="0 0 700 700" width="700" height="700"><defs><linearGradient gradientTransform="rotate(58, 0.5, 0.5)" x1="50%" y1="0%" x2="50%" y2="100%" id="ffflux-gradient"><stop stop-color="hsl(315, 96%, 20%)" stop-opacity="1" offset="0%"></stop><stop stop-color="hsl(313, 100%, 39%)" stop-opacity="1" offset="100%"></stop></linearGradient><filter id="ffflux-filter" x="-20%" y="-20%" width="140%" height="140%" filterUnits="objectBoundingBox" primitiveUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feTurbulence type="fractalNoise" baseFrequency="0.005 0.003" numOctaves="1" seed="282" stitchTiles="stitch" x="0%" y="0%" width="100%" height="100%" result="turbulence"></feTurbulence><feGaussianBlur stdDeviation="20 0" x="0%" y="0%" width="100%" height="100%" in="turbulence" edgeMode="duplicate" result="blur"></feGaussianBlur><feBlend mode="color-dodge" x="0%" y="0%" width="100%" height="100%" in="SourceGraphic" in2="blur" result="blend"></feBlend></filter></defs><rect width="700" height="700" fill="url(%23ffflux-gradient)" filter="url(%23ffflux-filter)"></rect></svg>');
  background-repeat: no-repeat;
  background-size: cover;
  color: white !important;
}

.index-cta a.btn {
  color: var(--primary);
  padding: 1.1rem 4rem;
  font-size: 1.15rem;
}

.index-cta a.btn:hover {
  background: var(--primary-900);
  border-color: var(--primary-900);
  color: var(--primary-300);
}

[data-theme-style="dark"] .index-cta a.btn {
  background: var(--light);
  border-color: var(--light);
}

.index-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: var(--light);
}

.index-avatar-link:not(:first-child) {
  margin-left: -1rem;
}

[data-theme-style="dark"] .index-avatar {
  border-color: var(--gray-200);
}

/* Section */
.section {
  /* padding: 1rem 1rem; */
  margin-top: 5%;
}

.section-bg-gray {
  background: #f9fafb;
}

/* .section-bg-gradient {
    background: linear-gradient(180deg, #ffffff 0%, #eef2ff 100%);
}

.section-bg-gradient-2 {
    background: linear-gradient(135deg, #eef2ff 0%, #f5f3ff 50%, #eff6ff 100%);
} */

.section-title {
  font-size: 2.25rem;
  font-weight: 700;
  text-align: left;
  margin-bottom: 1rem;
  color: #003d7a;
}
[data-theme-style="dark"] .section-title {
  color: #ffffff !important;
}

.steps-title {
  text-align: center;
  color: #003d7a;
}

.section-subtitle {
  text-align: center;
  color: #6b7280;
  margin-bottom: 4rem;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

/* Steps Badge */
.steps-badge-wrapper {
  text-align: center;
  margin-bottom: 1.5rem;
}

.steps-badge {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  border-radius: 9999px;
  background: #e0e7ff;
  color: #4f46e5;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.steps-title {
  color: #003d7a;
  margin-bottom: 3rem;
}

[data-theme-style="dark"] .steps-title {
  color: #ffffff !important;
}

/* Cards */
.card {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  transition: all 0.3s ease;
}

.card:hover {
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  border-color: #6366f1;
  box-shadow: 0 10px 30px rgba(99, 102, 241, 0.3);
  transform: translateY(-4px);
  color: white;
}

.card:hover .card-title {
  color: white;
}

.card:hover .card-text {
  color: rgba(255, 255, 255, 0.9);
}

/* Steps Cards */
.steps-card {
  /* border: 1px solid #a855f7;    */
  border-radius: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(168, 85, 247, 0.15);
  /* background: #fafbff; */
}

.steps-card:hover {
  border-color: #e0e7ff;
  box-shadow: 0 20px 40px rgba(79, 70, 229, 0.08);
  transform: translateY(-8px);
}

.steps-card-content {
  padding: 2.5rem 2rem;
  text-align: center;
}

.steps-card-icon {
  width: 5rem;
  height: 5rem;
  border-radius: 16px;
  background: #eff6ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  color: #0284c7;
}

.steps-card-title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #0f172a;
  text-align: center;
}

.steps-card-text {
  font-size: 0.875rem;
  color: #64748b;
  text-align: center;
  line-height: 1.6;
}

.card-content {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  cursor: pointer;
}

.card-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 16px;
  background: #eef2ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  color: #4f46e5;
}

.card-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #1f2937;
  text-align: center;
  margin-top: 5%;
}

.card-text {
  font-size: 0.875rem;
  color: #6b7280;
  text-align: center;
  line-height: 1.6;
}

.card-gradient {
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  color: white;
  border: none;
}

.card-gradient .card-title {
  color: white;
}

.card-gradient .card-text {
  color: rgba(255, 255, 255, 0.9);
}

/* Grid */
.grid {
  display: grid;
  gap: 2rem;
}

.grid-cols-1 {
  grid-template-columns: 1fr;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid-cols-3 {
  grid-template-columns: repeat(3, 1fr);
}

.steps-grid-cols-3 {
  grid-template-columns: repeat(3, 1fr);
}

/* Feature Box */
.feature-box {
  background: transparent;
  border-radius: 24px;
  padding: 3rem;
  margin-top: 5rem;
}

/* Feature box - Dark mode (full width look + better colors) */
[data-theme-style="dark"] .feature-box {
  /* make it look full width even when it's inside a .container */
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(49% - 50vw);
  margin-right: calc(49% - 50vw);

  /* prevent horizontal scrollbars caused by 100vw (scrollbar width issue) */
  overflow-x: clip;

  /* keep internal spacing and soften edges */
  border-radius: 0;
  padding-left: calc(3rem + max(0px, (100vw - 1140px) / 2));
  padding-right: calc(3rem + max(0px, (100vw - 1140px) / 2));

  /* darker base + nicer highlights */
  background: radial-gradient(
      1200px 420px at 15% 25%,
      rgba(56, 131, 244, 0.18) 0%,
      rgba(2, 6, 23, 0) 60%
    ),
    radial-gradient(
      900px 360px at 90% 70%,
      rgba(167, 139, 250, 0.14) 0%,
      rgba(2, 6, 23, 0) 55%
    ),
    linear-gradient(180deg, rgba(2, 6, 23, 0.92) 0%, rgba(2, 6, 23, 0.92) 100%);
}

/* Make inner components fit dark section */
[data-theme-style="dark"] .feature-badge {
  background: rgba(99, 102, 241, 0.16);
  color: rgba(199, 210, 254, 0.95);
  border: 1px solid rgba(99, 102, 241, 0.22);
}

[data-theme-style="dark"] .feature-box .card:not(.card-gradient) {
  background: rgba(17, 24, 39, 0.72);
  border-color: rgba(148, 163, 184, 0.18);
}

[data-theme-style="dark"] .feature-box .card:not(.card-gradient):hover {
  border-color: rgba(99, 102, 241, 0.45);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.55);
}

[data-theme-style="dark"] .feature-box .card:not(.card-gradient) .card-title {
  color: rgba(226, 232, 240, 0.92);
}

[data-theme-style="dark"] .feature-box .card:not(.card-gradient) .card-text {
  color: rgba(226, 232, 240, 0.72);
}

[data-theme-style="dark"]
  .feature-box
  .card:not(.card-gradient)
  svg
  rect[fill="#F6F6FB"] {
  fill: rgba(148, 163, 184, 0.12);
}

[data-theme-style="dark"] .feature-box .device-preview {
  background: rgba(17, 24, 39, 0.75);
  border: 1px solid rgba(148, 163, 184, 0.18);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.55);
}

[data-theme-style="dark"] .feature-box .preview-title,
[data-theme-style="dark"] .feature-box .preview-subtitle {
  color: rgba(226, 232, 240, 0.92);
}

[data-theme-style="dark"] .feature-box .preview-label,
[data-theme-style="dark"] .feature-box .preview-footer {
  color: rgba(226, 232, 240, 0.72);
}

[data-theme-style="dark"] .feature-box .font-item,
[data-theme-style="dark"] .feature-box .preview-footer {
  background: rgba(15, 23, 42, 0.85);
  border-color: rgba(148, 163, 184, 0.18);
  color: rgba(226, 232, 240, 0.85);
}

[data-theme-style="dark"] .feature-box .preview-footer:hover,
[data-theme-style="dark"] .feature-box .font-item:hover {
  border-color: rgba(99, 102, 241, 0.45);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.5);
}

[data-theme-style="dark"] .feature-box .font-size-input input {
  background: rgba(15, 23, 42, 0.85);
  border-color: rgba(148, 163, 184, 0.18);
  color: rgba(226, 232, 240, 0.9);
}

.feature-box .grid-cols-2 {
  align-items: center;
}

.feature-badge {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  background: #e0e7ff;
  color: #4f46e5;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 1rem;
  letter-spacing: 0.05em;
}

.feature-box .section-title {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 2rem;
  color: #003d7a;
  width: 50%;
}
[data-theme-style="dark"] .feature-box .section-title {
  color: #ffffff !important;
}

.feature-box > div:first-child {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.feature-box > div:first-child > div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

/* Device Preview */
.device-preview {
  background: linear-gradient(135deg, #e0e7ff 0%, #f0e8ff 100%);
  border-radius: 24px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  padding: 2rem;
}

.preview-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.preview-header-with-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.preview-header-with-input .preview-header {
  margin-bottom: 0;
  flex: 1;
}

.preview-icon {
  width: 24px;
  height: 24px;
  color: #4f46e5;
  flex-shrink: 0;
}

.preview-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1f2937;
  margin: 0;
}

.preview-subtitle {
  font-size: 1rem;
  font-weight: 600;
  color: #1f2937;
  margin: 0;
}

.preview-section {
  margin-bottom: 2rem;
}

.preview-label {
  font-size: 0.875rem;
  color: #6b7280;
  margin-bottom: 1rem;
  margin-top: 0;
}

.color-swatches {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.color-swatch {
  width: 100%;
  height: 4rem;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.color-swatch:hover {
  transform: scale(1.05);
}

.swatch-1 {
  background: linear-gradient(135deg, #ec4899 0%, #f97316 100%);
}

.swatch-2 {
  background: linear-gradient(135deg, #a855f7 0%, #ec4899 100%);
}

.swatch-3 {
  background: linear-gradient(135deg, #3b82f6 0%, #06b6d4 100%);
}

.swatch-4 {
  background: #1f2937;
}

.font-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
}

.font-item {
  padding: 0.1rem 0.1rem;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  text-align: center;
  font-size: 0.51rem;
  color: #374151;
  cursor: pointer;
  transition: all 0.2s ease;
}

.font-item:hover {
  border-color: #4f46e5;
  box-shadow: 0 2px 8px rgba(79, 70, 229, 0.1);
}

.font-size-input {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.font-size-input input {
  width: 80px;
  padding: 0.1rem;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-size: 0.875rem;
}

.font-size-unit {
  font-size: 0.75rem;
  color: #6b7280;
  font-weight: 600;
}

.preview-footer {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem;
  background: white;
  border-radius: 8px;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  color: #374151;
  cursor: pointer;
  transition: all 0.2s ease;
}

.preview-footer:hover {
  background: #f9fafb;
}

.preview-footer:last-child {
  margin-bottom: 0;
}

.preview-footer svg {
  width: 20px;
  height: 20px;
  color: #4f46e5;
}

.icon-xl {
  width: 2rem;
  height: 2rem;
}

.icon-sm {
  width: 1rem;
  height: 1rem;
}

/* Copy Best Section */
.business-section {
  background: linear-gradient(
    90deg,
    rgba(56, 131, 244, 0.2) 0%,
    rgba(115, 67, 224, 0.2) 100%
  );
  padding: 4rem 0;
  margin: 3rem 0;
}

.business-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.business-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.business-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #003d7a;
  line-height: 1.2;
  margin: 0;
}
[data-theme-style="dark"] .business-title {
  color: #ffffff !important;
}

.business-description {
  font-size: 1rem;
  color: #475569;
  line-height: 1.8;
  margin: 0;
}

[data-theme-style="dark"] .business-description {
  color: #b4bac3;
}

.btn-business {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: linear-gradient(135deg, #3883f4 0%, #7143df 100%);
  color: white;
  padding: 0.5rem 2rem;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 24px rgba(56, 131, 244, 0.35);
  width: fit-content;
}

.btn-business:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(56, 131, 244, 0.45);
  color: white;
  text-decoration: none;
}

.btn-business i {
  font-size: 0.875rem;
}

.business-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.business-image img {
  width: 130%;
  max-width: 650px;
  height: auto;
  object-fit: contain;
}
html[dir="rtl"] .business-image img {
  margin-left: 20%;
}

/* Themes Section */
.themes-section {
  padding: 2rem 0;
}

/* Copy Best Section */
.Pricing-section {
  padding: 1rem 0;
  /* background: linear-gradient(135deg, #ffffff 0%, #f9fafb 100%); */
}
[data-theme-style="dark"] .Pricing-section {
  background: transparent;
}
.Pricing-header {
  text-align: center;
  margin-bottom: 1.3rem;
}

.Pricing-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #003d7a;
  margin-bottom: 1rem;
}
[data-theme-style="dark"] .Pricing-title {
  color: #ffffff;
}

.Pricing-subtitle {
  font-size: 1.125rem;
  color: #6b7280;
  margin: 0;
}
[data-theme-style="dark"] .Pricing-subtitle {
  color: #acb0b6;
}
/* Pricing Toggle */
.pricing-toggle-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 1.3rem;
}

.pricing-toggle {
  display: inline-flex;
  background: linear-gradient(135deg, #3883f4 0%, #7143df 100%);
  border-radius: 50px;
  padding: 0.5rem;
  gap: 0.5rem;
}

.toggle-btn {
  padding: 0.75rem 1.5rem;
  border: none;
  background: transparent;
  color: #ffffff;
  font-weight: 600;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1rem;
}

.toggle-btn-active {
  background: white;
  color: #003d7a;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.toggle-btn:hover {
  color: #003d7a;
}

/* Pricing Cards Grid */
.pricing-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 2rem;
}

.pricing-card {
  background: white;
  border: 2px solid #e5e7eb;
  border-radius: 20px;
  padding: 2rem;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  position: relative;
}

.pricing-card:hover {
  border-color: #c7d2fe;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.pricing-card-featured {
  border-color: #6366f1;
  box-shadow: 0 20px 40px rgba(99, 102, 241, 0.15);
}

.pricing-card-featured:hover {
  box-shadow: 0 30px 60px rgba(99, 102, 241, 0.25);
}

.pricing-card-header {
  margin-bottom: 1.5rem;
}

.pricing-plan-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: #003d7a;
  margin: 0 0 0.5rem 0;
}

.pricing-plan-description {
  font-size: 0.95rem;
  color: #6b7280;
  margin: 0;
  line-height: 1.5;
}

.pricing-card-price {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  position: relative;
}

.price-amount {
  font-size: 2.5rem;
  font-weight: 700;
  color: #003d7a;
}

.price-period {
  font-size: 1rem;
  color: #6b7280;
}

.price-discount {
  display: inline-block;
  background: #dbeafe;
  color: #0284c7;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 600;
  margin-left: auto;
}

.pricing-card-divider {
  height: 1px;
  background: #e5e7eb;
  margin: 1.5rem 0;
}

.pricing-card-features {
  flex: 1;
  margin-bottom: 2rem;
}

.features-title {
  font-size: 0.95rem;
  font-weight: 600;
  color: #374151;
  margin: 0 0 1rem 0;
}

.features-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.95rem;
  color: #4b5563;
  line-height: 1.5;
}

.feature-icon {
  width: 20px;
  height: 20px;
  color: #10b981;
  flex-shrink: 0;
  margin-top: 2px;
}

.pricing-card-footer {
  display: flex;
  gap: 1rem;
}

.btn-subscribe {
  flex: 1;
  padding: 0.875rem 1.5rem;
  border: none;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-subscribe-primary {
  background: linear-gradient(135deg, #3883f4 0%, #7143df 100%);
  color: white;
  box-shadow: 0 8px 24px rgba(56, 131, 244, 0.35);
}

.btn-subscribe-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(56, 131, 244, 0.45);
  color: white;
  text-decoration: none;
}

/* Hover color depends on card type */
.pricing-card:hover .btn-subscribe-primary {
  background: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%);
  box-shadow: 0 12px 32px rgba(37, 99, 235, 0.35);
}

.pricing-card:hover .btn-subscribe-secondary {
  background: linear-gradient(135deg, #3883f4 0%, #7143df 100%);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 12px 32px rgba(56, 131, 244, 0.25);
}

.btn-subscribe-secondary {
  background: #f3f4f6;
  color: #374151;
  border: 1px solid #e5e7eb;
}

.btn-subscribe-secondary:hover {
  background: #e5e7eb;
  border-color: #d1d5db;
  color: #1f2937;
  text-decoration: none;
}

/* Pricing - Dark mode */
[data-theme-style="dark"] .pricing-card {
  background: rgba(17, 24, 39, 0.75);
  border-color: rgba(148, 163, 184, 0.25);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(8px);
}

[data-theme-style="dark"] .pricing-card:hover {
  border-color: rgba(99, 102, 241, 0.55);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.55);
}

[data-theme-style="dark"] .pricing-card-featured {
  border-color: rgba(99, 102, 241, 0.85);
  box-shadow: 0 18px 42px rgba(99, 102, 241, 0.22);
}

[data-theme-style="dark"] .pricing-plan-name,
[data-theme-style="dark"] .price-amount {
  color: #ffffff;
}

[data-theme-style="dark"] .pricing-plan-description,
[data-theme-style="dark"] .price-period {
  color: rgba(226, 232, 240, 0.78);
}

[data-theme-style="dark"] .pricing-card-divider {
  background: rgba(148, 163, 184, 0.22);
}

[data-theme-style="dark"] .features-title {
  color: rgba(226, 232, 240, 0.92);
}

[data-theme-style="dark"] .feature-item {
  color: rgba(226, 232, 240, 0.78);
}

[data-theme-style="dark"] .feature-icon {
  color: #34d399;
}

[data-theme-style="dark"] .price-discount {
  background: rgba(59, 130, 246, 0.16);
  color: #7dd3fc;
  border: 1px solid rgba(125, 211, 252, 0.25);
}

[data-theme-style="dark"] .btn-subscribe-secondary {
  background: rgba(148, 163, 184, 0.12);
  color: rgba(226, 232, 240, 0.92);
  border-color: rgba(148, 163, 184, 0.22);
}

[data-theme-style="dark"] .btn-subscribe-secondary:hover {
  background: rgba(148, 163, 184, 0.18);
  border-color: rgba(148, 163, 184, 0.32);
  color: #ffffff;
}

[data-theme-style="dark"] .pricing-cards-grid::-webkit-scrollbar-track {
  background: rgba(148, 163, 184, 0.12);
}

[data-theme-style="dark"] .pricing-cards-grid::-webkit-scrollbar-thumb {
  background: rgba(148, 163, 184, 0.35);
}

[data-theme-style="dark"] .pricing-cards-grid::-webkit-scrollbar-thumb:hover {
  background: rgba(148, 163, 184, 0.5);
}

/* Copy Best Section - iOS & Android Compatible */
.Android-section {
  padding: 4rem 0;
  background: linear-gradient(135deg, #f9fafb 0%, #f5f3ff 50%, #f0f8ff 100%);
  position: relative;
  overflow: hidden;
}

/* Android section - Dark mode */
[data-theme-style="dark"] .Android-section {
  background: radial-gradient(
      1200px 420px at 15% 25%,
      rgba(56, 131, 244, 0.22) 0%,
      rgba(0, 0, 0, 0) 60%
    ),
    radial-gradient(
      900px 360px at 90% 70%,
      rgba(113, 67, 223, 0.2) 0%,
      rgba(0, 0, 0, 0) 55%
    ),
    linear-gradient(180deg, rgba(2, 6, 23, 0) 0%, rgba(2, 6, 23, 0) 100%);
}

[data-theme-style="dark"] .Android-main-title {
  color: #ffffff;
}

[data-theme-style="dark"] .badge-text {
  color: #93c5fd;
}

[data-theme-style="dark"] .Android-description {
  color: rgba(226, 232, 240, 0.78);
}

[data-theme-style="dark"] .phone-image {
  filter: drop-shadow(0 28px 60px rgba(0, 0, 0, 0.55));
}

[data-theme-style="dark"] .btn-app-store,
[data-theme-style="dark"] .btn-google-play {
  background: rgba(15, 23, 42, 0.85);
  border-color: rgba(148, 163, 184, 0.25);
  color: rgba(226, 232, 240, 0.92);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.45);
}

[data-theme-style="dark"] .btn-app-store:hover,
[data-theme-style="dark"] .btn-google-play:hover {
  background: linear-gradient(
    135deg,
    rgba(56, 131, 244, 0.85) 0%,
    rgba(113, 67, 223, 0.85) 100%
  );
  border-color: transparent;
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(56, 131, 244, 0.25);
}

.Android-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.Android-phones {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 600px;
}

.phone-image {
  width: 110%;
  height: auto;
  object-fit: contain;
  transition: all 0.3s ease;
}

.phone-left {
  position: absolute;
  left: 0;
  z-index: 2;
  transform: rotate(-15deg) translateY(20px);
}

.phone-left:hover {
  transform: rotate(-15deg) translateY(0px) scale(1.05);
}

.phone-right {
  position: absolute;
  right: 0;
  z-index: 1;
  transform: rotate(15deg) translateY(-20px);
}

.phone-right:hover {
  transform: rotate(15deg) translateY(-40px) scale(1.05);
}

.Android-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.badge-text {
  /* display: inline-block; */
  padding: 0.5rem 1.25rem;
  border-radius: 50px;
  color: #3883f4;
  font-size: 1.875rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-left: 9%;
}
html[dir="rtl"] .badge-text {
  margin-right: 0%;
}

.Android-main-title {
  font-size: 2rem;
  font-weight: 500;
  color: #003d7a;
  margin: 0;
  letter-spacing: 0.5px;
  line-height: 50px;
  text-align: center;
}

.Android-description {
  font-size: 1.1rem;
  color: #475569;
  line-height: 1.8;
  margin: 0;
  text-align: center;
}

.Android-buttons {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
  margin-left: 13%;
}

.btn-app-store,
.btn-google-play {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.875rem 1.5rem;
  border-radius: 12px;
  background: #000;
  color: white;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 2px solid #000;
}

.btn-app-store:hover,
.btn-google-play:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  color: white;
  text-decoration: none;
}

.btn-app-store svg,
.btn-google-play svg {
  width: 24px;
  height: 24px;
}

.btn-app-store span,
.btn-google-play span {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.btn-app-store span strong,
.btn-google-play span strong {
  font-weight: 700;
  font-size: 1.5rem;
}

/* Responsive - Android Section */
@media (max-width: 1024px) {
  .Android-wrapper {
    grid-template-columns: 1fr;
    gap: 2rem;
    display: flex;
    flex-direction: column;
  }

  .Android-phones {
    height: 400px;
    order: -1;
  }

  .Android-content {
    order: 0;
    text-align: center;
  }

  .Android-main-title {
    font-size: 2rem;
    line-height: 1.3;
  }

  .Android-description {
    font-size: 1rem;
  }

  .badge-text {
    display: block;
    margin-left: 0;
    text-align: center;
    font-size: 2rem;
    padding: 0.5rem 1.25rem;
  }
  .phone-image {
    width: 60%;
    height: auto;
    max-width: 474px;
    margin-left: 0;
    position: relative;
    left: -30px;
    right: 0;
    z-index: 2;
    transform: none;
  }

  .phone-left {
    position: relative;
    transform: none;
  }

  .phone-left:hover {
    transform: none;
  }

  .phone-right {
    display: none;
  }

  .Android-buttons {
    margin-left: 0;
    justify-content: center;
    gap: 1.5rem;
  }

  .btn-app-store,
  .btn-google-play {
    padding: 0.875rem 1.5rem;
    font-size: 0.9rem;
  }

  .btn-app-store svg,
  .btn-google-play svg {
    width: 24px;
    height: 24px;
  }

  .btn-app-store span strong,
  .btn-google-play span strong {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .Android-section {
    padding: 2.5rem 0;
  }

  .Android-wrapper {
    gap: 1.5rem;
  }

  .Android-phones {
    height: 350px;
  }

  .phone-image {
    width: 52%;
    margin-left: 24%;
  }
  html[dir="rtl"] .phone-image {
    width: 52%;
    margin-left: 4%;
  }

  .Android-main-title {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .Android-description {
    font-size: 0.95rem;
    line-height: 1.6;
  }

  .badge-text {
    font-size: 2rem;
    padding: 0.4rem 1rem;
    margin-left: 0;
    margin-bottom: -2%;
  }

  .Android-buttons {
    flex-direction: row;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
  }

  .btn-app-store,
  .btn-google-play {
    width: auto;
    justify-content: center;
    padding: 0.75rem 1.25rem;
    font-size: 0.85rem;
  }

  .btn-app-store svg,
  .btn-google-play svg {
    width: 20px;
    height: 20px;
  }

  .btn-app-store span strong,
  .btn-google-play span strong {
    font-size: 0.85rem;
  }
}

@media (max-width: 640px) {
  .Android-section {
    padding: 2rem 0;
  }

  .Android-wrapper {
    gap: 1.5rem;
  }

  .Android-phones {
    height: 320px;
  }

  .Android-main-title {
    font-size: 1.375rem;
    line-height: 1.3;
  }

  .Android-description {
    font-size: 0.9rem;
  }

  .badge-text {
    font-size: 1.2rem;
    padding: 0.35rem 0.9rem;
    margin-bottom: -3%;
  }

  .Android-buttons {
    flex-direction: column;
    gap: 0.75rem;
  }

  .btn-app-store,
  .btn-google-play {
    width: 100%;
    padding: 0.7rem 1.2rem;
    font-size: 0.8rem;
  }

  .btn-app-store svg,
  .btn-google-play svg {
    width: 20px;
    height: 20px;
  }

  .btn-app-store span strong,
  .btn-google-play span strong {
    font-size: 0.8rem;
  }
}

@media (max-width: 480px) {
  .Android-section {
    padding: 1.5rem 0;
  }

  .Android-phones {
    height: 280px;
  }

  .Android-main-title {
    font-size: 1.25rem;
    line-height: 1.3;
  }

  .Android-description {
    font-size: 0.85rem;
    line-height: 1.6;
  }

  .badge-text {
    font-size: 1.2rem;
    padding: 0.35rem 0.85rem;
    margin-bottom: -3%;
  }

  .Android-buttons {
    gap: 0.75rem;
  }

  .btn-app-store,
  .btn-google-play {
    padding: 0.65rem 1rem;
    font-size: 0.75rem;
  }

  .btn-app-store svg,
  .btn-google-play svg {
    width: 18px;
    height: 18px;
  }

  .btn-app-store span,
  .btn-google-play span {
    line-height: 1.65;
  }

  .btn-app-store span strong,
  .btn-google-play span strong {
    font-size: 0.75rem;
  }
}

@media (max-width: 380px) {
  .Android-section {
    padding: 1.25rem 0;
  }

  .Android-phones {
    height: 250px;
  }

  .Android-main-title {
    font-size: 1.1rem;
    line-height: 1.25;
  }

  .Android-description {
    font-size: 0.8rem;
    line-height: 1.5;
  }

  .badge-text {
    font-size: 1.1rem;
    padding: 0.3rem 0.75rem;
    margin-bottom: -3%;
  }

  .Android-buttons {
    gap: 0.5rem;
  }

  .btn-app-store,
  .btn-google-play {
    padding: 0.6rem 0.9rem;
    font-size: 0.7rem;
  }

  .btn-app-store svg,
  .btn-google-play svg {
    width: 16px;
    height: 16px;
  }

  .btn-app-store span strong,
  .btn-google-play span strong {
    font-size: 0.7rem;
  }
}

@media (max-width: 320px) {
  .Android-section {
    padding: 1rem 0;
  }

  .Android-phones {
    height: 220px;
  }

  .Android-main-title {
    font-size: 1rem;
    line-height: 1.2;
  }

  .Android-description {
    font-size: 0.75rem;
    line-height: 1.5;
  }

  .badge-text {
    font-size: 0.65rem;
    padding: 0.3rem 0.75rem;
  }

  .Android-buttons {
    gap: 0.5rem;
  }

  .btn-app-store,
  .btn-google-play {
    padding: 0.5rem 0.75rem;
    font-size: 0.65rem;
  }

  .btn-app-store svg,
  .btn-google-play svg {
    width: 16px;
    height: 16px;
  }

  .btn-app-store span strong,
  .btn-google-play span strong {
    font-size: 0.65rem;
  }
}

/* Testimonials Section */
.testimonials-section {
  padding: 4rem 0;
  background: linear-gradient(135deg, #f0f4ff 0%, #f9f5ff 50%, #f0f8ff 100%);
  position: relative;
  overflow: hidden;
}

.testimonials-bg-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.1;
  pointer-events: none;
}

.testimonials-bg-shape-left {
  width: 400px;
  height: 400px;
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  top: -100px;
  left: -100px;
}

.testimonials-bg-shape-right {
  width: 300px;
  height: 300px;
  background: linear-gradient(135deg, #3b82f6 0%, #06b6d4 100%);
  bottom: -50px;
  right: -50px;
}

.testimonials-header {
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
  z-index: 1;
}

.testimonials-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #003d7a;
  margin: 0;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}

.testimonial-card {
  background: white;
  border: 2px solid #e5e7eb;
  border-radius: 20px;
  padding: 2rem;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.testimonial-card:hover {
  border-color: #c7d2fe;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  transform: translateY(-8px);
}

/* .testimonial-card-featured {
    border-color: #6366f1;
    box-shadow: 0 20px 40px rgba(99, 102, 241, 0.15);
    background: linear-gradient(135deg, #f0f4ff 0%, #f9f5ff 100%);
}

.testimonial-card-featured:hover {
    box-shadow: 0 30px 60px rgba(99, 102, 241, 0.25);
} */

.testimonial-header {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
  position: relative;
}

.testimonial-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 3px solid white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.testimonial-info {
  flex: 1;
}

.testimonial-name {
  font-size: 1.125rem;
  font-weight: 700;
  color: #003d7a;
  margin: 0 0 0.25rem 0;
}

.testimonial-role {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0;
}

.testimonial-quote-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.testimonial-quote-icon svg {
  width: 100%;
  height: 100%;
  color: #d1d5db;
}

.testimonial-text {
  font-size: 0.95rem;
  color: #4b5563;
  line-height: 1.8;
  margin: 0;
  flex: 1;
}

.testimonials-pagination {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  position: relative;
  z-index: 1;
}

.pagination-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #d1d5db;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.pagination-dot:hover {
  background: #9ca3af;
}

.pagination-dot-active {
  background: #3b82f6;
  width: 32px;
  border-radius: 6px;
}

/* FAQ Section */
.faq-section {
  padding: 4rem 0;
  background: #f4f6f8;
  position: relative;
  margin-top: 0%;
}

/* FAQ - Dark mode */
[data-theme-style="dark"] .faq-section {
  background: linear-gradient(
    90deg,
    rgba(56, 131, 244, 0.2) 0%,
    rgba(115, 67, 224, 0.2) 100%
  );
}

[data-theme-style="dark"] .faq-title {
  color: #ffffff;
}

[data-theme-style="dark"] .faq-item {
  background: rgba(17, 24, 39, 0.75);
  border-color: rgba(148, 163, 184, 0.22);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(8px);
}

[data-theme-style="dark"] .faq-item:hover:not(.active) {
  border-color: rgba(99, 102, 241, 0.45);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.55);
}

[data-theme-style="dark"] .faq-item.active {
  border-color: rgba(99, 102, 241, 0.85);
  box-shadow: 0 16px 36px rgba(99, 102, 241, 0.18);
}

[data-theme-style="dark"] .faq-question-text {
  color: rgba(226, 232, 240, 0.92);
}

[data-theme-style="dark"] .faq-arrow {
  color: rgba(129, 140, 248, 0.95);
}

[data-theme-style="dark"] .faq-answer p {
  color: rgba(226, 232, 240, 0.78);
}

.faq-header {
  text-align: center;
  margin-bottom: 3rem;
}

.faq-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #003d7a;
  margin: 0;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  background: white;
  border: 2px solid #e5e7eb;
  border-radius: 16px;
  padding: 1.75rem;
  transition: all 0.3s ease;
  cursor: pointer;
}

.faq-item.active {
  grid-column: 1 / -1;
}

.faq-item.active {
  border-color: #6366f1;
  box-shadow: 0 12px 24px rgba(99, 102, 241, 0.15);
}

.faq-item:hover:not(.active) {
  border-color: #e5e7eb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transform: translateY(-2px);
}

.faq-item.active:hover {
  border-color: #6366f1;
  box-shadow: 0 12px 24px rgba(99, 102, 241, 0.15);
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.faq-question-text {
  font-size: 1rem;
  font-weight: 600;
  color: #003d7a;
  margin: 0;
  flex: 1;
  text-align: left;
}

.faq-arrow {
  color: #6366f1;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.faq-item:hover .faq-arrow {
  transform: translateX(4px);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  margin-top: 0;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  opacity: 1;
  margin-top: 1rem;
}

.faq-answer p {
  font-size: 0.95rem;
  color: #4b5563;
  line-height: 1.8;
  margin: 0;
}

.themes-subtitle {
  font-size: 1rem;
  color: #6b7280;
  margin-bottom: 3rem;
  text-align: center;
}

.theme-card {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  /* padding: 1rem; */
  position: relative;
}

.theme-card:hover {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-8px);
}

.theme-image {
  width: 100%;
  /* overflow: hidden; */
  /* background: #f9fafb; */
  border-radius: 12px 12px 0 0;
  /* margin-bottom: 1rem; */
  position: relative;
}

.theme-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease, filter 0.3s ease;
  filter: drop-shadow(0 0 0px rgba(0, 0, 0, 0));
}

.theme-card:hover .theme-image img {
  transform: scale(1.05);
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.15));
}

.theme-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 8px 24px rgba(56, 131, 244, 0.35);
  background: linear-gradient(
    180.55deg,
    rgba(255, 255, 255, 0.024) 9.98%,
    rgba(56, 131, 244, 0.4) 104.61%
  );

  opacity: 10%;
  transition: opacity 0.3s ease;
  border-radius: 12px;
}

.theme-card:hover .theme-image::after {
  opacity: 1;
}

.theme-image .use-vcard-btn {
  position: absolute;
  top: 84%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(135deg, #3883f4 0%, #7143df 100%);
  color: white;
  width: 85%;
  padding: 0.4rem 1rem;
  border-radius: 16px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border: none;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 10;
  box-shadow: 0 8px 24px rgba(56, 131, 244, 0.35);
}

.theme-card:hover .theme-image .use-vcard-btn {
  opacity: 1;
}

.theme-description {
  padding: 1.5rem;
  background: white;
  /* border-top: 1px solid #e5e7eb; */
  transition: all 0.3s ease;
}

.theme-card:hover .theme-description {
  background: linear-gradient(
    303.36deg,
    rgba(115, 68, 224, 0.8) 0%,
    rgba(56, 131, 244, 0.8) 21.72%
  );
  color: white;
}

.theme-card:hover .theme-description p {
  color: white;
}

.theme-description p {
  margin: 0;
  font-size: 0.9rem;
  color: #6b7280;
  line-height: 1.6;
  text-align: center;
  margin-top: -2%;
}

/* Desktop: Show button on image on hover */
.theme-description .use-vcard-btn {
  display: none !important;
}

/* Responsive */
@media (max-width: 1024px) {
  .grid-cols-2 {
    grid-template-columns: 1fr;
  }

  .feature-box > div:first-child > div {
    grid-template-columns: repeat(2, 1fr);
  }

  .device-preview {
    padding: 1.5rem;
  }

  .color-swatches {
    grid-template-columns: repeat(4, 1fr);
  }

  .font-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
  }

  .font-item {
    padding: 0.6rem 0.4rem;
    font-size: 0.65rem;
  }

  .business-wrapper {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .business-title {
    font-size: 2rem;
  }

  .pricing-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  /* Disable zoom animation on mobile */
  .zoom-animation:hover {
    transform: none !important;
  }

  .pricing-toggle {
    width: 215px;
    height: 50px;
    padding: 2px 2px 2px 3px;
    border-radius: 48px;
  }

  .faq-grid {
    grid-template-columns: 1fr;
  }

  .steps-grid-cols-3 {
    grid-template-columns: 1fr;
  }

  .grid-cols-3 {
    display: flex;
    grid-template-columns: unset;
    gap: 1rem;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 1rem;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
  }

  .grid-cols-3 .theme-card {
    flex: 0 0 calc(100% - 1rem);
    min-width: calc(100% - 1rem);
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  /* Mobile: Remove hover effects for theme cards */
  .grid-cols-3 .theme-card {
    background: linear-gradient(135deg, #3883f4 0%, #7143df 100%);
  }

  .grid-cols-3 .theme-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transform: none;
    background: linear-gradient(135deg, #3883f4 0%, #7143df 100%);
  }

  .grid-cols-3 .theme-card:hover .theme-description {
    background: linear-gradient(135deg, #3883f4 0%, #7143df 100%);
    color: white;
  }

  .grid-cols-3 .theme-card:hover .theme-description p {
    color: white;
  }

  .grid-cols-3 .theme-description {
    background: linear-gradient(135deg, #3883f4 0%, #7143df 100%);
    color: white;
  }

  .grid-cols-3 .theme-description p {
    color: white;
  }

  .grid-cols-3 .theme-card:hover .theme-image img {
    transform: none;
    filter: drop-shadow(0 0 0px rgba(0, 0, 0, 0));
  }

  .grid-cols-3 .theme-card:hover .theme-image::after {
    opacity: 10%;
  }

  .grid-cols-3 .theme-image .use-vcard-btn {
    display: none !important;
  }

  .grid-cols-3 .theme-description .use-vcard-btn {
    display: block !important;
    position: static;
    width: 100%;
    margin-top: 1rem;
    padding: 0.75rem 1.5rem;
    background: white;
    color: #3883f4;
    border-radius: 16px;
    font-size: 0.95rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(56, 131, 244, 0.35);
    transition: all 0.3s ease;
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  .grid-cols-3 .theme-image {
    margin-bottom: 0;
  }

  /* Hide scrollbar but keep functionality */
  .grid-cols-3::-webkit-scrollbar {
    height: 4px;
  }

  .grid-cols-3::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
  }

  .grid-cols-3::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
  }

  .grid-cols-3::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

  /* Mobile: Show button in description always visible */
  .theme-image .use-vcard-btn {
    display: none !important;
    background: linear-gradient(135deg #3883f4 0% #7143df 100%);
    color: rgb(255, 255, 255);
  }

  .theme-description .use-vcard-btn {
    display: block !important;
    position: static;
    width: 100%;
    margin-top: 1rem;
    padding: 0.75rem 1.5rem;
    background: linear-gradient(135deg #3883f4 0% #7143df 100%);
    color: rgb(255, 255, 255);
    border-radius: 16px;
    font-size: 0.95rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(56 131 244 0.35);
    transition: all 0.3s ease;
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  .theme-description .use-vcard-btn:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #3883f4 0%, #7143df 100%);
  }

  .testimonials-grid {
    display: flex;
    grid-template-columns: unset;
    gap: 1rem;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 1rem;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
  }

  .testimonials-grid .testimonial-card {
    flex: 0 0 calc(100% - 1rem);
    min-width: calc(100% - 1rem);
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  /* Hide scrollbar but keep functionality */
  .testimonials-grid::-webkit-scrollbar {
    height: 4px;
  }

  .testimonials-grid::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
  }

  .testimonials-grid::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
  }

  .testimonials-grid::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

  .pricing-cards-grid {
    display: flex;
    grid-template-columns: unset;
    gap: 1rem;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 1rem;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
  }

  .pricing-cards-grid .pricing-card {
    flex: 0 0 calc(100% - 1rem);
    min-width: calc(100% - 1rem);
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  /* Mobile: Remove hover effects */
  .pricing-cards-grid .pricing-card:hover {
    border-color: #e5e7eb;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transform: none;
  }

  .pricing-cards-grid .pricing-card:hover .btn-subscribe-primary {
    background: linear-gradient(135deg, #3883f4 0%, #7143df 100%);
    box-shadow: 0 8px 24px rgba(56, 131, 244, 0.35);
  }

  .pricing-cards-grid .pricing-card:hover .btn-subscribe-secondary {
    background: linear-gradient(135deg, #3883f4 0%, #7143df 100%);
    color: #ffffff;
    border-color: transparent;
    box-shadow: 0 8px 24px rgba(56, 131, 244, 0.35);
  }

  /* Mobile: All buttons colored */
  .pricing-cards-grid .btn-subscribe-primary {
    background: linear-gradient(135deg, #3883f4 0%, #7143df 100%);
    color: white;
    box-shadow: 0 8px 24px rgba(56, 131, 244, 0.35);
  }

  .pricing-cards-grid .btn-subscribe-secondary {
    background: linear-gradient(135deg, #3883f4 0%, #7143df 100%);
    color: white;
    border: none;
    box-shadow: 0 8px 24px rgba(56, 131, 244, 0.35);
  }

  /* Hide scrollbar but keep functionality */
  .pricing-cards-grid::-webkit-scrollbar {
    height: 4px;
  }

  .pricing-cards-grid::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
  }

  .pricing-cards-grid::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
  }

  .pricing-cards-grid::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

  .grid-cols-2 {
    grid-template-columns: 1fr;
  }

  .section-title {
    font-size: 1.875rem;
  }

  .feature-box {
    padding: 1.5rem;
    margin-top: 2rem;
  }

  .feature-box .section-title {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
    width: 120%;
    margin-right: -65%;
  }

  .feature-box > div:first-child > div {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  /* .section {
        padding: 2rem 1rem;
    } */

  .steps-card-content {
    padding: 1.5rem 1rem;
  }

  .card-content {
    padding: 1.5rem;
  }

  .theme-image .use-vcard-btn {
    position: absolute;
    top: 92%;
    left: 50%;
  }

  .device-preview {
    padding: 1.5rem;
  }

  .business-section {
    padding: 3rem 1rem;
    margin-top: 0%;
  }

  .business-wrapper {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .business-image {
    order: 1;
  }

  .business-content {
    order: 2;
  }

  .business-title {
    font-size: 1.4rem;
    text-align: center;
  }

  .business-description {
    font-size: 0.95rem;
    text-align: center;
  }

  .btn-business {
    padding: 0.875rem 1.75rem;
    font-size: 0.95rem;
    margin-left: 25%;
  }

  .business-image img {
    max-width: 260px;
    margin-left: 15%;
  }

  .pricing-card-featured {
    transform: none;
    border: 2px solid #6366f1;
  }

  .Pricing-title {
    font-size: 1.7rem;
  }

  .Pricing-subtitle {
    font-size: 1rem;
  }

  .testimonials-title {
    font-size: 1.7rem;
  }

  .testimonials-bg-shape-left {
    width: 250px;
    height: 250px;
    top: -50px;
    left: -50px;
  }

  .testimonials-bg-shape-right {
    width: 200px;
    height: 200px;
    bottom: -30px;
    right: -30px;
  }
  .theme-image .use-vcard-btn {
    position: absolute;
    top: 80%;
    left: 50%;
  }
}

@media (max-width: 480px) {
  .grid-cols-3 {
    grid-template-columns: 1fr;
  }
  .avatars {
    margin-left: 8px;
  }

  html[dir="rtl"] .avatars {
    margin-left: 11px;
  }
  .section-title {
    font-size: 1.5rem;
  }

  .feature-box .section-title {
    font-size: 1.375rem;
    width: 100%;
  }

  html[dir="rtl"] .feature-box .section-title {
    margin-right: -5% !important;
  }

  .steps-card-title {
    font-size: 1rem;
  }

  .card-title {
    font-size: 0.9rem;
    margin-bottom: 0.2rem;
    font-weight: 500;
  }

  .card-text,
  .steps-card-text {
    font-size: 0.8rem;
  }

  .feature-box {
    padding: 1rem;
  }

  .card-content {
    padding: 1rem;
  }

  .steps-card-content {
    padding: 1rem 0.75rem;
  }

  .steps-card-icon {
    width: 4rem;
    height: 4rem;
    margin-bottom: 1rem;
  }

  .card-icon {
    width: 3rem;
    height: 3rem;
    margin-bottom: 0.75rem;
  }

  .theme-card {
    padding: 0.5rem;
  }

  .theme-image {
    margin-bottom: 0.5rem;
  }

  .theme-description {
    padding: 0.75rem;
  }

  .theme-description p {
    font-size: 1.1rem;
    text-align: center;
  }

  .device-preview {
    padding: 1rem;
  }

  .device-menu-item {
    padding: 0.5rem;
    font-size: 0.75rem;
  }

  .color-swatch {
    width: 3.5rem;
    height: 3rem;
  }
}

@media (max-width: 320px) {
  .section {
    padding: 0.75rem 0.5rem;
  }

  .section-title {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
  }

  .feature-box .section-title {
    font-size: 1rem;
    margin-bottom: 0.75rem;
    width: 98%;
  }

  .theme-image .use-vcard-btn {
    position: absolute;
    top: 80%;
    left: 50%;
  }

  .feature-box {
    padding: 0.5rem;
    margin-top: 0.75rem;
  }

  .steps-badge {
    font-size: 0.6rem;
    padding: 0.3rem 0.75rem;
  }

  .steps-card-title {
    font-size: 0.8rem;
    margin-bottom: 0.35rem;
  }

  .card-title {
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 0.2rem;
  }

  .card-text,
  .steps-card-text {
    font-size: 0.7rem;
    line-height: 1.3;
  }

  .card-content {
    padding: 0.75rem;
  }

  .steps-card-content {
    padding: 0.75rem 0.5rem;
  }

  .steps-card-icon {
    width: 3.5rem;
    height: 3.5rem;
    margin-bottom: 0.75rem;
  }

  .card-icon {
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 0.5rem;
  }

  .theme-card {
    padding: 0.4rem;
  }

  .theme-image {
    height: 120px;
    margin-bottom: 0.4rem;
    border-radius: 8px;
  }

  .theme-description {
    padding: 0.5rem;
    border-top: none;
  }

  .theme-description p {
    font-size: 0.75rem;
    line-height: 1.3;
  }

  .device-preview {
    padding: 0.75rem;
  }

  .device-dots {
    margin-bottom: 0.75rem;
  }

  .device-dot {
    width: 10px;
    height: 10px;
  }

  .color-swatches {
    gap: 0.5rem;
    margin-bottom: 1rem;
  }

  .color-swatch {
    width: 2.5rem;
    height: 2rem;
    border-radius: 4px;
  }

  .device-menu {
    padding: 0.75rem;
  }

  .device-menu-item {
    padding: 0.4rem;
    font-size: 0.7rem;
    margin-bottom: 0.5rem;
  }

  .icon-xl {
    width: 1.5rem;
    height: 1.5rem;
  }

  .icon-sm {
    width: 0.75rem;
    height: 0.75rem;
  }

  .themes-subtitle {
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
  }
}
