html {
  scroll-behavior: smooth;
}
header nav a,
header nav a:active,
header nav button,
header nav button:active {
  transform: none !important;
  box-shadow: none !important;
}
.acc-content,
.faq-section .faq-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}
.faq-section .faq-tabs button.active,
.faq-section .faq-tabs button:hover {
  background: linear-gradient(90deg, var(--faq-color), var(--faq-color-end));
  color: #fff;
  box-shadow: 0 0 12px var(--faq-color-light);
}
* {
  transition: 0.35s ease-in-out;
  -webkit-tap-highlight-color: transparent;
}
.grid > div.flex.p-2.items-start {
  border: 1px solid #e6eae7;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  transition: transform 0.45s cubic-bezier(0.25, 1, 0.3, 1), box-shadow 0.45s,
    border-color 0.45s;
}
.grid > div.flex.p-2.items-start:hover,
section .max-w-\[485px\] > div.flex.p-2.items-start:hover {
  transform: translateY(-4px);
  border-color: var(--faq-color, #2e7543);
  box-shadow: 0 10px 25px var(--faq-color-light, rgba(46, 117, 67, 0.25));
}
.grid > div.flex.p-2.items-start img {
  transition: transform 0.5s;
}
.grid > div.flex.p-2.items-start:hover img,
section .max-w-\[485px\] > div.flex.p-2.items-start:hover img {
  transform: scale(1.05);
}
.relative.w-full.h-\[420px\],
.relative.w-auto.h-\[425px\],
.relative.w-full.h-\[425px\] {
  overflow: hidden;
  transition: transform 0.45s;
}
.relative.w-full.h-\[420px\]:hover img,
.relative.w-auto.h-\[425px\]:hover img,
.relative.w-full.h-\[425px\]:hover img {
  transform: scale(1.08);
}

.faq-section .faq-item {
  overflow: hidden;
  border-radius: 12px;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  transition: box-shadow 0.35s, border-color 0.35s;
}
.faq-section .faq-item.active {
  border-color: var(--faq-color);
  box-shadow: 0 8px 24px var(--faq-color-light);
}
.faq-section .faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 16px 20px;
  transition: background-color 0.25s;
}
.faq-section .faq-header:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
.faq-section .faq-content {
  transform: translateY(-6px);
  transition: max-height 0.45s, opacity 0.45s, transform 0.45s;
  padding: 0 20px;
}
.faq-section .faq-item.active .faq-content {
  max-height: 220px;
  opacity: 1;
  transform: translateY(0);
  padding: 16px 20px 20px;
}
@keyframes fadeSlideIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.faq-section .faq-item.active .faq-content p {
  animation: 0.45s forwards fadeSlideIn;
}
.faq-section .faq-toggle {
  transition: transform 0.35s, color 0.3s;
}
.faq-section .faq-item.active .faq-toggle {
  transform: rotate(180deg);
  color: var(--faq-color);
}
.faq-section .faq-tabs button {
  transition: 0.25s;
  border: 1px solid var(--faq-color);
  color: var(--faq-color);
  background-color: #fff;
}
.faq-section .faq-tabs button.active {
  border-color: transparent;
}
header nav a,
header nav button {
  transition: color 0.3s, border-color 0.3s;
}
header nav a:hover,
header nav button:hover {
  color: var(--faq-color, #1976d2);
}
a {
  transition: color 0.25s, transform 0.25s;
}

.btn,
button {
  transition: 0.3s;
  transform: translateY(0);
  will-change: transform;
  -webkit-font-smoothing: antialiased;
  font-smooth: always;
  backface-visibility: hidden;
}
section .max-w-\[485px\] > div.flex.p-2.items-start {
  border: 1px solid #e6eae7;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  transition: transform 0.45s cubic-bezier(0.25, 1, 0.3, 1), border-color 0.45s,
    box-shadow 0.45s;
}
section .max-w-\[485px\] img {
  transition: transform 0.45s;
}
section .max-w-\[485px\] a {
  color: var(--faq-color, #2e7543);
  transition: color 0.3s;
}
section .max-w-\[485px\] a:hover {
  color: var(--faq-color-end, #1a8e44);
}
section .grid > div.bg-\[\#1976d2\] {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(180deg, #1976d2 0, #116cce 100%);
  color: #fff;
  text-align: center;
  box-shadow: 0 4px 12px rgba(25, 118, 210, 0.3);
  transition: transform 0.45s cubic-bezier(0.25, 1, 0.3, 1), box-shadow 0.45s,
    background 0.45s;
  transform: translateY(0);
}
section .grid > div.bg-\[\#1976d2\]:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 10px 30px rgba(25, 118, 210, 0.35);
  background: linear-gradient(180deg, #1e88e5 0, #0d47a1 100%);
}
section .grid > div.bg-\[\#1976d2\] img {
  transition: transform 0.5s, opacity 0.3s;
}
section .grid > div.bg-\[\#1976d2\]:hover img {
  transform: scale(1.1);
  opacity: 1;
}
section .grid > div.bg-\[\#1976d2\] .w-14.h-14 {
  transition: background 0.4s, transform 0.4s;
}
section .grid > div.bg-\[\#1976d2\]:hover .w-14.h-14 {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}
section .grid > div.bg-\[\#1976d2\] p {
  transition: color 0.3s;
}
section .grid > div.bg-\[\#1976d2\]:hover p {
  color: #ffffffcc;
}
.pagination button {
  border: none;
  outline: 0;
  background: 0 0;
  color: inherit;
  box-shadow: none;
  transform: none;
  transition: none;
  cursor: pointer;
}
.acc-content {
  transform: translateY(-4px);
  transition: max-height 0.45s, opacity 0.35s, transform 0.35s;
}
.rounded-2xl.border.active .acc-content {
  opacity: 1;
  transform: translateY(0);
}
.rounded-2xl.border {
  transition: box-shadow 0.35s, border-color 0.35s, background-color 0.35s;
}
.rounded-2xl.border.active {
  border-color: #2c83f7;
  background-color: #f7faff;
  box-shadow: 0 6px 20px rgba(44, 131, 247, 0.12);
}
.google_icon,
.appstore_icon {
  transition: transform 0.35s ease, filter 0.35s ease;
  cursor: pointer;
}

.google_icon:hover,
.appstore_icon:hover {
  transform: scale(1.05) translateY(-3px);
  filter: brightness(1.05) drop-shadow(0 6px 10px rgba(0, 0, 0, 0.15));
}
.google_icon:active,
.appstore_icon:active {
  transform: scale(0.98);
  filter: brightness(0.95);
}
button:not(.tab-link):not(.nav-link) {
  transition: transform 0.2s ease-in-out;
}

button:not(.tab-link):not(.nav-link):hover {
  transform: scale(1.05);
}

button:not(.tab-link):not(.nav-link):active {
  transform: scale(0.98);
  transition-duration: 0.1s;
}
#mobile-nav .tab-underline {
  bottom: 0px !important;
  height: 3px !important;
  transition: opacity 300ms ease-in-out;
  opacity: 0;
}
.disabled-tag {
  opacity: 0.5;
  cursor: not-allowed !important;
  pointer-events: none;
}

.disabled-tag:hover {
  background-color: transparent !important;
  color: #1875d1 !important;
}
.social-icon {
  transition: transform 0.3s ease;
}

.social-icon:hover {
  transform: scale(1.2);
}
