:root {
  --easytcf-shadow: 0 24px 64px rgba(14, 14, 12, 0.14);
}

@keyframes easytcf-float-up {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -16px, 0);
  }
}

@keyframes easytcf-float-down {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, 14px, 0);
  }
}

html,
body {
  overflow-x: hidden;
}

main {
  opacity: 1 !important;
  transform: none !important;
}

.easytcf-stackly-home .header-area-1 {
  z-index: 40;
}

.easytcf-stackly-home .header-area-1 .header-main {
  background: transparent;
  border-bottom: 0;
  backdrop-filter: none;
}

.easytcf-stackly-home .header-area-1__inner {
  margin-top: 24px;
  background: rgba(18, 20, 18, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}

.easytcf-stackly-home .header-area-1 .header__logo {
  border-right-color: rgba(255, 255, 255, 0.16);
}

.easytcf-stackly-home .header-area-1 .header-right {
  border-left-color: rgba(255, 255, 255, 0.16);
}

.easytcf-stackly-home .header-area-1 .main-menu ul li > a {
  color: var(--white);
}

.easytcf-stackly-home .header-area-1 .main-menu ul li > a:hover,
.easytcf-stackly-home .header-area-1 .main-menu ul li.active > a {
  color: var(--green);
}

.easytcf-stackly-home .header-area-1 .header__navicon .side-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.easytcf-stackly-home .header-area-1 .header__navicon .bar-icon span {
  background: var(--white);
}

.easytcf-main-logo {
  width: 170px;
  max-width: 100%;
  object-fit: contain;
}

@media (max-width: 767px) {
  .easytcf-main-logo {
    width: 125px; /* scale down on mobile purely by width, height follows automatically */
  }
}

.easytcf-inner-page .easytcf-inner-hero .container {
  max-width: 1180px;
  margin-inline: auto;
  text-align: center;
}

.easytcf-inner-page .easytcf-inner-hero .easytcf-badge,
.easytcf-inner-page .easytcf-inner-hero__title,
.easytcf-inner-page .easytcf-inner-hero__lead {
  margin-inline: auto;
}

.easytcf-inner-page .easytcf-section-heading--center {
  margin-inline: auto;
  text-align: center;
}

.easytcf-inner-page .easytcf-section-heading--center .easytcf-badge,
.easytcf-inner-page .easytcf-section-heading--center h2,
.easytcf-inner-page .easytcf-section-heading--center p {
  margin-inline: auto;
}

.easytcf-inner-page[data-page="about"] .easytcf-about-pre-cta {
  padding-bottom: 62px;
}

.easytcf-inner-page[data-page="about"] .easytcf-about-cta-section {
  padding-top: 52px;
  padding-bottom: 72px;
}

.easytcf-inner-page[data-page="about"] .easytcf-about-cta-section .easytcf-cta-band {
  padding: 44px 46px;
}

.easytcf-inner-page[data-page="about"] .easytcf-about-cta-section .easytcf-cta-band h2 {
  margin-top: 16px;
  margin-bottom: 16px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.easytcf-inner-page[data-page="about"] .easytcf-about-cta-section .easytcf-cta-band p {
  max-width: 680px;
  margin-top: 0;
  line-height: 1.58;
}

.hero__content .easytcf-badge {
  margin-bottom: 24px;
}

.hero .easytcf-badge,
.hero .easytcf-chip,
.easytcf-floating-card,
.easytcf-hero-thumb {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.36) 0%, rgba(255, 255, 255, 0.2) 52%, rgba(255, 255, 255, 0.08) 100%);
  box-shadow:
    0 22px 54px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    inset 0 -1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
}

.hero .easytcf-badge::after,
.hero .easytcf-chip::after,
.easytcf-floating-card::after,
.easytcf-hero-thumb::after {
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background:
    radial-gradient(circle at 16% 14%, rgba(255, 255, 255, 0.38), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.02) 58%, rgba(255, 255, 255, 0.08));
  pointer-events: none;
  content: "";
}

.hero .easytcf-badge > *,
.hero .easytcf-chip > *,
.easytcf-floating-card > *,
.easytcf-hero-thumb > * {
  position: relative;
  z-index: 1;
}

.hero__content .desc {
  max-width: 620px;
}

.hero__content .easytcf-chip-row {
  margin-top: 24px;
  margin-bottom: 24px;
}

.hero__content-wrap {
  gap: 16px;
}

.easytcf-hero-media-shell {
  max-width: 540px;
  margin-inline: auto;
}

.easytcf-hero-media-shell .shape-1 {
  display: block;
  max-width: 540px;
  width: 100%;
  border-radius: 32px;
  box-shadow: var(--easytcf-shadow);
}

.easytcf-hero-media-shell .shape-2,
.easytcf-hero-media-shell .shape-3,
.easytcf-hero-media-shell .shape-4 {
  display: none;
}

.easytcf-hero-thumb {
  position: absolute;
  left: 18px;
  right: auto;
  bottom: -10px;
  width: 130px;
  height: 130px;
  padding: 8px;
  border-radius: 30px;
  overflow: hidden;
  z-index: 3;
}

.easytcf-hero-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 22px;
}

.easytcf-floating-card {
  position: absolute;
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  min-width: 150px;
  padding: 14px 18px;
  border-radius: 26px;
  z-index: 3;
  will-change: transform;
}

.easytcf-floating-card strong {
  color: var(--primary);
  font-size: 28px;
  line-height: 1;
}

.easytcf-floating-card span {
  color: rgba(22, 27, 45, 0.82);
  font-size: 14px;
  line-height: 1.4;
}

.easytcf-floating-card--top {
  top: 28px;
  right: 8px;
  animation: easytcf-float-up 6.4s ease-in-out infinite;
}

.easytcf-floating-card--left {
  top: 246px;
  left: 18px;
  bottom: auto;
  width: 176px;
  min-height: 0;
  padding: 18px 20px;
  border-radius: 26px;
  justify-content: center;
  animation: easytcf-float-down 7.2s ease-in-out infinite;
}

.easytcf-floating-card--left span {
  max-width: none;
}

.easytcf-floating-card--left::before {
  display: none;
}

.easytcf-floating-card--bottom {
  right: 130px;
  bottom: -6px;
  animation: easytcf-float-up 6.8s ease-in-out infinite;
  animation-delay: 0.6s;
}

.easytcf-hero-thumb {
  animation: easytcf-float-down 7.8s ease-in-out infinite;
  animation-delay: 0.3s;
}

.brand-1 .section-title__wrapper {
  margin-bottom: 28px;
}

.brand-1__item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-1__item img {
  max-height: 40px;
  width: auto;
}

.easytcf-brand-slider {
  overflow: hidden;
}

.easytcf-brand-slider .section-title__wrapper {
  margin-bottom: 36px;
}

.easytcf-brand-slider .brand-1__active {
  overflow: hidden;
}

.easytcf-brand-slider .swiper-slide {
  height: auto;
}

.easytcf-brand-slider .brand-1__item {
  min-height: 92px;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(17, 25, 40, 0.06);
  box-shadow: 0 12px 30px rgba(17, 25, 40, 0.05);
}

.features-1__wrapper {
  display: grid;
  gap: 20px;
}

.easytcf-benefits {
  position: relative;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 217, 0, 0.14), transparent 28%),
    linear-gradient(180deg, #f3f5f8 0%, #edf2f7 100%);
}

.easytcf-benefits-row {
  row-gap: 28px;
}

.easytcf-benefits-stage,
.easytcf-benefits-cards {
  height: 100%;
}

.easytcf-benefits-panel {
  position: relative;
  min-height: 100%;
  padding: 44px 42px;
  overflow: hidden;
  border-radius: 34px;
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 217, 0, 0.22), transparent 24%),
    linear-gradient(145deg, #101829 0%, #17233d 55%, #101a2c 100%);
  box-shadow: 0 28px 80px rgba(17, 25, 40, 0.16);
}

.easytcf-benefits-panel::before,
.easytcf-benefits-panel::after {
  position: absolute;
  border-radius: 999px;
  content: "";
}

.easytcf-benefits-panel::before {
  width: 260px;
  height: 260px;
  right: -92px;
  top: -86px;
  background: rgba(255, 217, 0, 0.14);
}

.easytcf-benefits-panel::after {
  width: 180px;
  height: 180px;
  left: -68px;
  bottom: -58px;
  background: rgba(255, 255, 255, 0.06);
}

.easytcf-benefits-panel > * {
  position: relative;
  z-index: 1;
}

.features-1__content .section-title__wrapper {
  position: relative;
  z-index: 3;
}

.easytcf-benefits-panel .section-title__wrapper {
  max-width: 640px;
}

.easytcf-benefits-panel .sub-title {
  color: var(--white);
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.easytcf-benefits-panel .sub-title::before {
  background: var(--green);
}

.easytcf-benefits-panel .title {
  color: var(--white);
}

.easytcf-benefits-panel .desc {
  max-width: 610px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.75;
}

.easytcf-benefits-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.easytcf-benefits-pill-row span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.easytcf-benefits-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.easytcf-benefits-metrics article {
  padding: 18px 18px 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
}

.easytcf-benefits-metrics strong {
  display: block;
  margin-bottom: 8px;
  color: var(--green);
  font-size: 30px;
  line-height: 1;
}

.easytcf-benefits-metrics span {
  display: block;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.45;
}

.easytcf-benefits-actions {
  margin-top: 30px;
}

.easytcf-benefits-cards {
  align-content: center;
  gap: 18px;
}

.easytcf-benefits .features-1__item {
  gap: 18px;
  min-height: 0;
  padding: 26px 26px 24px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(17, 25, 40, 0.06);
  box-shadow: 0 20px 44px rgba(17, 25, 40, 0.07);
}

.easytcf-benefits .features-1__item:not(:last-child) {
  margin-bottom: 0;
}

.easytcf-benefits .features-1__item:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.98);
  border-color: rgba(255, 217, 0, 0.42);
}

.easytcf-benefits-cards .features-1__item:nth-child(2) {
  transform: translateX(-20px);
}

.easytcf-benefits-cards .features-1__item:nth-child(3) {
  transform: translateX(-8px);
}

.easytcf-benefits-cards .features-1__item:nth-child(2):hover,
.easytcf-benefits-cards .features-1__item:nth-child(3):hover {
  transform: translateY(-6px);
}

.easytcf-benefit-icon {
  width: 58px;
  min-width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  color: #101829;
  background: linear-gradient(180deg, #ffe56b 0%, #ffd900 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.easytcf-benefit-icon i {
  font-size: 18px;
}

.features-1__item .easytcf-benefit-tag {
  display: inline-flex;
  align-items: center;
  width: auto;
  height: auto;
  white-space: nowrap;
  min-height: 24px;
  padding: 0;
  margin-bottom: 8px;
  color: #5d6781;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: transparent;
}

.features-1__shape-2 img {
  display: block;
  max-width: 100%;
  height: auto;
}

.features-1__item {
  min-height: 176px;
  border: 1px solid rgba(0, 93, 191, 0.08);
  box-shadow: 0 18px 40px rgba(17, 25, 40, 0.06);
}

.easytcf-benefits .features-1__item span {
  background: none;
}

.easytcf-benefits .features-1__item .text .title {
  margin-bottom: 8px;
  color: #11172c;
  font-size: 24px;
  line-height: 1.2;
}

.easytcf-benefits .features-1__item .text p {
  color: #5f6880;
  font-size: 16px;
  line-height: 1.6;
}

@media (min-width: 992px) {
  .features-1__content {
    display: block;
    min-height: auto;
    padding-bottom: 36px;
  }

  .features-1__content .section-title__wrapper {
    max-width: 760px;
    padding: 8px 0 0;
  }

  .features-1__shape-2 {
    right: -72px;
    bottom: 18px;
    opacity: 0.22;
    transform: none !important;
  }
}

.service .service-slide__active {
  overflow: hidden;
  border: none;
  box-shadow: 0 18px 44px rgba(17, 25, 40, 0.06);
}

.service .swiper-slide {
  height: auto;
}

.service__item {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 280px;
  border-right: 0;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
}

.service__item .desc {
  flex: 1;
  margin-bottom: 28px;
}

.choose-us__content .desc {
  max-width: 560px;
}

.choose-us__item {
  height: 100%;
  border: 1px solid rgba(17, 25, 40, 0.08);
  box-shadow: 0 18px 44px rgba(17, 25, 40, 0.08);
}

.easytcf-choose-redesign .choose-us__inner {
  background:
    radial-gradient(circle at 12% 16%, rgba(255, 255, 255, 0.22), transparent 32%),
    linear-gradient(180deg, #ffe13a 0%, #ffd900 100%);
}

.easytcf-choose-row {
  row-gap: 48px;
}

.easytcf-choose-stage {
  position: relative;
}

.easytcf-choose-stage__frame {
  max-width: 640px;
  padding: 20px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow:
    0 28px 80px rgba(83, 62, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.easytcf-choose-stage__screen {
  position: relative;
  min-height: 338px;
  overflow: hidden;
  border-radius: 22px;
  background: #f2f4f8;
  box-shadow: 0 24px 60px rgba(17, 25, 40, 0.14);
}

.easytcf-choose-stage__screen::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(9, 16, 31, 0.04));
  pointer-events: none;
  content: "";
}

.easytcf-choose-cover {
  width: 100%;
  height: 100%;
  min-height: 338px;
  object-fit: cover;
  object-position: center;
  border-radius: 22px;
  box-shadow: none;
}

.easytcf-choose-live {
  position: absolute;
  top: 22px;
  left: 24px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 16px;
  border-radius: 14px;
  color: #11172c;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 30px rgba(17, 25, 40, 0.12);
}

.easytcf-choose-live .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff6262;
}

.easytcf-choose-controls {
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transform: translateX(-50%);
}

.easytcf-choose-controls .control,
.easytcf-choose-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  box-shadow: 0 14px 26px rgba(17, 25, 40, 0.14);
}

.easytcf-choose-controls .control {
  width: 52px;
  height: 52px;
  color: #fff;
}

.easytcf-choose-controls .control-muted {
  background: #ffffff;
  color: #204f42;
}

.easytcf-choose-controls .control-danger {
  background: #ff5d67;
}

.easytcf-choose-controls .control-dark {
  background: #1d6a60;
}

.easytcf-choose-more {
  position: absolute;
  right: 18px;
  bottom: 20px;
  z-index: 2;
  width: 42px;
  height: 42px;
  color: #70788f;
  background: rgba(255, 255, 255, 0.96);
}

.easytcf-choose-copy {
  max-width: 560px;
  margin-left: auto;
}

.easytcf-choose-copy .section-title__wrapper {
  margin-bottom: 0;
}

.easytcf-choose-copy .sub-title {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 18px;
  border-radius: 999px;
  color: #10182d;
  background: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(8px);
}

.easytcf-choose-copy .sub-title::before {
  width: 10px;
  height: 10px;
  margin-right: 10px;
  background: var(--green);
}

.easytcf-choose-copy .title {
  max-width: 560px;
  margin-top: 18px;
  margin-bottom: 20px;
  color: #11172c;
  font-size: 42px;
  line-height: 1.12;
}

.easytcf-choose-copy .desc {
  max-width: 560px;
  color: rgba(17, 23, 44, 0.74);
  font-size: 17px;
  line-height: 1.65;
}

.easytcf-choose-copy__lead {
  margin-top: 14px;
}

.easytcf-choose-list {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.easytcf-choose-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #11172c;
  font-size: 16px;
  line-height: 1.55;
}

.easytcf-choose-list li i {
  margin-top: 5px;
  color: #1276ed;
  font-size: 14px;
}

.easytcf-choose-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.easytcf-choose-metric {
  min-height: 96px;
  padding: 16px 22px;
  border-radius: 20px;
  background: rgba(226, 233, 245, 0.92);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.easytcf-choose-metric strong {
  display: block;
  margin-bottom: 6px;
  color: #11172c;
  font-size: 28px;
  line-height: 1;
}

.easytcf-choose-metric span {
  display: block;
  color: rgba(17, 23, 44, 0.7);
  font-size: 14px;
  line-height: 1.45;
}

.easytcf-home-band {
  padding-top: 40px;
}

.easytcf-pricing-intro {
  max-width: 760px;
  margin: 16px auto 0;
}

.easytcf-choose-cover,
.easytcf-choose-card {
  object-fit: cover;
}

.easytcf-choose-cover {
  border-radius: 32px;
  box-shadow: var(--easytcf-shadow);
}

.easytcf-choose-card {
  border-radius: 20px;
  box-shadow: var(--easytcf-shadow);
}

.easytcf-choose-logo {
  max-width: 170px;
  width: 100%;
  height: auto;
}

.testimonial .shape-1 {
  opacity: 0.4;
}

.testimonial__item .logo img {
  width: 150px;
  height: auto;
}

.technology__card {
  box-shadow: var(--easytcf-shadow);
}

.technology__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100%;
  padding: 36px 30px;
  box-shadow: var(--easytcf-shadow);
}

.easytcf-tech-redesign {
  background:
    radial-gradient(circle at 10% 16%, rgba(255, 255, 255, 0.24), transparent 30%),
    linear-gradient(180deg, #ffe13a 0%, #ffd900 100%);
}

.easytcf-tech-row {
  row-gap: 36px;
}

.easytcf-tech-stage__frame {
  max-width: 640px;
  padding: 22px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow:
    0 24px 72px rgba(83, 62, 0, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.easytcf-tech-stage__screen {
  position: relative;
  min-height: 338px;
  overflow: hidden;
  border-radius: 22px;
  background: #eef1f5;
  box-shadow: 0 18px 44px rgba(17, 25, 40, 0.12);
}

.easytcf-tech-cover {
  width: 100%;
  height: 100%;
  min-height: 338px;
  object-fit: cover;
  object-position: center;
  border-radius: 22px;
}

.easytcf-tech-live {
  position: absolute;
  top: 22px;
  left: 24px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 16px;
  border-radius: 14px;
  color: #11172c;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 30px rgba(17, 25, 40, 0.12);
}

.easytcf-tech-live .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff6262;
}

.easytcf-tech-controls {
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transform: translateX(-50%);
}

.easytcf-tech-controls .control,
.easytcf-tech-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  box-shadow: 0 14px 26px rgba(17, 25, 40, 0.14);
}

.easytcf-tech-controls .control {
  width: 52px;
  height: 52px;
  color: #fff;
}

.easytcf-tech-controls .control-muted {
  background: #ffffff;
  color: #204f42;
}

.easytcf-tech-controls .control-danger {
  background: #ff5d67;
}

.easytcf-tech-controls .control-dark {
  background: #1d6a60;
}

.easytcf-tech-more {
  position: absolute;
  right: 18px;
  bottom: 20px;
  z-index: 2;
  width: 42px;
  height: 42px;
  color: #70788f;
  background: rgba(255, 255, 255, 0.96);
}

.easytcf-tech-copy {
  max-width: 560px;
  margin-left: auto;
}

.easytcf-tech-copy .section-title__wrapper {
  margin-bottom: 0;
}

.easytcf-tech-copy .sub-title {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 18px;
  border-radius: 999px;
  color: #10182d;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(8px);
}

.easytcf-tech-copy .sub-title::before {
  width: 10px;
  height: 10px;
  margin-right: 10px;
  background: var(--green);
}

.easytcf-tech-copy .title {
  max-width: 560px;
  margin-top: 18px;
  margin-bottom: 20px;
  color: #11172c;
  font-size: 42px;
  line-height: 1.12;
}

.easytcf-tech-copy .desc {
  max-width: 560px;
  color: rgba(17, 23, 44, 0.74);
  font-size: 17px;
  line-height: 1.65;
}

.easytcf-tech-list {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.easytcf-tech-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #11172c;
  font-size: 16px;
  line-height: 1.55;
}

.easytcf-tech-list li i {
  margin-top: 5px;
  color: #1276ed;
  font-size: 14px;
}

.easytcf-tech-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.easytcf-tech-metric {
  min-height: 96px;
  padding: 16px 22px;
  border-radius: 20px;
  background: rgba(226, 233, 245, 0.92);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.easytcf-tech-metric strong {
  display: block;
  margin-bottom: 6px;
  color: #11172c;
  font-size: 28px;
  line-height: 1;
}

.easytcf-tech-metric span {
  display: block;
  color: rgba(17, 23, 44, 0.7);
  font-size: 14px;
  line-height: 1.45;
}

.technology__wrapper .title {
  position: static;
  width: auto;
  height: auto;
  display: block;
  margin: 0 0 28px;
  color: var(--white);
  background: transparent;
  line-height: 1.15;
  text-align: left;
}

.technology__wrapper .title::before {
  display: none;
}

.client-capsule-wrapper-box {
  flex: 1;
}

.client-capsule-wrapper {
  position: static;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  height: auto;
  margin-top: 0;
  overflow: visible;
  pointer-events: auto;
}

.client-capsule-wrapper > * {
  position: static;
  display: block;
  left: auto;
  top: auto;
}

.client-capsule-wrapper p {
  margin-bottom: 0;
}

.easytcf-chip-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 86px;
  min-height: 46px;
  padding: 10px 16px;
  font-size: 15px;
  font-weight: 700;
  color: var(--black);
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 12px 24px rgba(14, 14, 12, 0.08);
}

.accordion .global-accordion-item,
.blog__content,
.blog__item {
  box-shadow: 0 18px 44px rgba(17, 25, 40, 0.06);
}

.blog__item .media {
  aspect-ratio: 16 / 10;
  background: #dce4ef;
}

.blog__item .media img {
  display: block;
  width: 100%;
  height: 100%;
}

.footer__social ul,
.footer__menu ul {
  justify-content: center;
}

.footer {
  overflow: hidden;
}

.footer__contact ul li a {
  word-break: break-word;
}

.footer__widget,
.footer__info {
  position: relative;
  z-index: 2;
}

.footer__big-text {
  position: absolute;
  left: 50%;
  right: auto;
  width: max-content;
  max-width: none;
  bottom: 138px;
  margin: 0;
  overflow: visible;
  pointer-events: none;
  z-index: 0;
  transform: translateX(-50%);
}

.footer__big-text h2 {
  color: transparent;
  opacity: 1;
  font-size: clamp(80px, 6.5vw, 108px);
  line-height: 0.95;
  white-space: nowrap;
  text-align: center;
  -webkit-text-stroke: 1.5px rgba(17, 25, 40, 0.12);
}

.copyright {
  position: relative;
  z-index: 2;
  margin-top: 104px;
}

.copyright__logo img {
  width: 150px;
  height: auto;
}

@media (max-width: 991px) {
  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
  }

  .rr-title-anim-1 div,
  .rr-title-anim-2 div {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  .easytcf-stackly-home .header-area-1__inner {
    margin-top: 16px;
    padding: 12px 16px;
    gap: 12px;
    border-radius: 24px;
    background: rgba(15, 18, 22, 0.58);
  }

  .easytcf-stackly-home .header-area-1 .header__nav {
    display: none;
  }

  .easytcf-stackly-home .header-area-1 .header__logo,
  .easytcf-stackly-home .header-area-1 .header-right {
    padding: 0;
    border: 0;
  }

  .easytcf-stackly-home .header-area-1 .header-right {
    display: flex !important;
    align-items: center;
    gap: 10px;
    margin-left: auto;
  }

  .easytcf-stackly-home .header-area-1 .header-right .rr-btn-green {
    display: inline-flex !important;
    min-height: 44px;
    padding: 0 18px;
    font-size: 13px;
  }

  .easytcf-stackly-home .header-area-1 .header__navicon {
    display: flex !important;
  }

  .easytcf-main-logo {
    width: 132px;
  }

  .hero__inner {
    padding-top: 146px;
    padding-bottom: 72px;
  }

  .easytcf-hero-media-shell {
    max-width: 340px;
  }

  .easytcf-hero-media-shell .shape-1 {
    max-width: 340px;
    border-radius: 28px;
  }

  .easytcf-floating-card {
    min-width: 126px;
    padding: 12px 14px;
  }

  .easytcf-floating-card strong {
    font-size: 22px;
  }

  .easytcf-floating-card--top {
    top: 16px;
    right: 0;
  }

  .easytcf-floating-card--left {
    top: 196px;
    left: 12px;
    bottom: auto;
    width: 152px;
    min-height: 0;
    padding: 16px 18px;
  }

  .easytcf-floating-card--bottom {
    right: 110px;
    bottom: 0;
  }

  .easytcf-hero-thumb {
    width: 104px;
    height: 104px;
    left: 14px;
    right: auto;
  }

  .hero__content .title {
    font-size: 46px;
    line-height: 1.04;
    margin-bottom: 16px;
  }

  .hero__content .desc {
    font-size: 16px;
    line-height: 1.6;
    padding-bottom: 24px;
  }

  .hero__content-wrap {
    margin-top: 30px;
    flex-wrap: wrap;
  }

  .features-1__content {
    padding-bottom: 40px;
  }

  .service__item {
    min-height: 0;
    padding: 28px 24px;
  }

  .service__item .desc {
    margin-bottom: 20px;
  }

  .choose-us__inner.section-spacing,
  .pricing.section-spacing,
  .technology.section-spacing,
  .faq.section-spacing,
  .blog.section-spacing {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .choose-us__media {
    max-width: 360px;
    min-height: 0;
    margin: 36px auto 0;
  }

  .choose-us__media .rotation-container,
  .choose-us__media .image-4,
  .choose-us__media .image-5 {
    display: none;
  }

  .choose-us__media .image-1 {
    width: 100%;
  }

  .choose-us__media .image-2 {
    width: 94px;
    left: 14px;
    bottom: -12px;
  }

  .choose-us__media .image-3 {
    width: 118px;
    right: 12px;
    bottom: -6px;
  }

  .choose-us__wrapper {
    margin-top: 36px;
  }

  .easytcf-home-band {
    padding-top: 24px;
  }

  .easytcf-pricing-card--featured {
    transform: none;
  }

  .testimonial .testimonial-slide__active {
    height: auto;
    margin-right: 0;
    margin-top: 24px;
  }

  .testimonial .arrow__wrapper {
    position: static;
    display: flex;
    gap: 12px;
    justify-content: flex-start;
    margin-bottom: 18px;
  }

  .testimonial__item {
    display: none;
    position: relative;
    inset: auto !important;
    transform: none !important;
  }

  .testimonial__item.active {
    display: block;
  }

  .testimonial .testimonial__item.next,
  .testimonial .testimonial__item.next-next {
    display: none;
  }

  .technology__card {
    padding: 28px 24px;
  }

  .technology__card .shape-1,
  .technology__card .shape-2 {
    display: none;
  }

  .technology__wrapper {
    padding: 28px 22px;
    margin-top: 24px;
  }

  .technology__wrapper .title {
    margin-bottom: 22px;
  }

  .blog__content {
    padding: 32px 24px;
  }

  .blog__content .section-title__wrapper .desc {
    margin-bottom: 28px;
  }

  .footer__contact ul {
    margin-top: 32px;
    margin-bottom: 28px;
  }

  .footer__contact ul li a {
    font-size: 20px;
    line-height: 1.3;
  }

  .footer__menu ul {
    gap: 16px 24px;
  }

  .footer__info {
    margin-top: 34px;
  }

  .footer__big-text {
    left: 50%;
    right: auto;
    width: max-content;
    max-width: none;
    bottom: 132px;
    overflow: visible;
    transform: translateX(-50%);
    display: block;
  }

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

@media (max-width: 575px) {
  .easytcf-stackly-home .header-area-1__inner {
    padding: 10px 12px;
    gap: 10px;
  }

  .easytcf-main-logo {
    width: 116px;
  }

  .easytcf-stackly-home .header-area-1 .header-right .rr-btn-green {
    min-height: 40px;
    padding: 0 14px;
    font-size: 12px;
  }

  .easytcf-stackly-home .header-area-1 .header__navicon .side-toggle {
    width: 40px;
    height: 40px;
  }

  .easytcf-stackly-home .header-area-1 .header-right .rr-btn-green {
    min-height: 40px;
    padding: 0 14px;
    font-size: 12px;
  }

  .hero__inner {
    padding-top: 118px;
    padding-bottom: 56px;
  }

  .easytcf-hero-media-shell {
    max-width: 288px;
  }

  .easytcf-hero-media-shell .shape-1 {
    max-width: 288px;
  }

  .easytcf-floating-card--left,
  .easytcf-floating-card--bottom {
    display: none;
  }

  .easytcf-floating-card--top {
    top: 14px;
    right: -8px;
  }

  .easytcf-hero-thumb {
    width: 86px;
    height: 86px;
    left: 10px;
    right: auto;
    bottom: -4px;
  }

  .hero__content .title {
    font-size: 36px;
    line-height: 1.06;
  }

  .hero__content .desc {
    font-size: 15px;
  }

  .hero__content .easytcf-chip-row {
    gap: 10px;
  }

  .brand-1__item img {
    max-height: 30px;
  }

  .features-1__item,
  .choose-us__item,
  .accordion .global-accordion-item {
    padding: 20px 18px;
  }

  .service__item {
    border-radius: 20px;
    padding: 24px 20px;
  }

  .service__arrow {
    gap: 12px;
  }

  .technology__wrapper {
    padding: 24px 18px;
  }

  .client-capsule-wrapper {
    gap: 10px;
  }

  .easytcf-chip-box {
    min-width: 0;
    min-height: 42px;
    padding: 10px 14px;
    font-size: 14px;
  }

  .blog__content {
    padding: 28px 20px;
  }

  .blog__item .content {
    padding: 24px 18px;
  }

  .footer__social ul,
  .footer__menu ul {
    gap: 12px 16px;
  }

  .footer__contact ul li a {
    font-size: 18px;
  }

  .footer__info {
    padding: 28px 20px;
  }

  .footer__big-text {
    left: 50%;
    right: auto;
    width: max-content;
    max-width: none;
    bottom: 118px;
    overflow: visible;
    transform: translateX(-50%);
  }

  .footer__big-text h2 {
    font-size: 42px;
    line-height: 1.1;
    -webkit-text-stroke: 1px rgba(17, 25, 40, 0.1);
  }

  .copyright {
    margin-top: 40px;
  }
}

@media (max-width: 1399px) {
  .easytcf-benefits-panel {
    padding: 38px 34px;
  }

  .easytcf-benefits-panel .title {
    font-size: 56px;
  }

  .easytcf-benefits .features-1__item .text .title {
    font-size: 22px;
  }
}

@media (max-width: 1199px) {
  .easytcf-benefits-panel {
    padding: 34px 30px;
  }

  .easytcf-benefits-panel .title {
    font-size: 48px;
  }

  .easytcf-benefits-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .easytcf-benefits-cards .features-1__item:nth-child(2),
  .easytcf-benefits-cards .features-1__item:nth-child(3) {
    transform: none;
  }
}

@media (max-width: 991px) {
  .easytcf-benefits-panel {
    padding: 30px 24px;
    border-radius: 28px;
  }

  .easytcf-benefits-panel .title {
    font-size: 40px;
    line-height: 1.1;
  }

  .easytcf-benefits-panel .desc {
    font-size: 16px;
    line-height: 1.7;
  }

  .easytcf-benefits-metrics {
    grid-template-columns: 1fr;
  }

  .easytcf-benefits-cards {
    gap: 16px;
  }

  .easytcf-benefits .features-1__item {
    padding: 22px 22px 20px;
    border-radius: 22px;
  }
}

@media (max-width: 575px) {
  .easytcf-benefits-panel {
    padding: 26px 20px;
    border-radius: 24px;
  }

  .easytcf-benefits-panel .title {
    font-size: 32px;
  }

  .easytcf-benefits-pill-row {
    gap: 10px;
  }

  .easytcf-benefits-pill-row span {
    min-height: 38px;
    padding: 0 14px;
    font-size: 13px;
  }

  .easytcf-benefits-metrics article {
    padding: 16px 16px 14px;
  }

  .easytcf-benefits .features-1__item {
    gap: 14px;
    padding: 18px 18px 16px;
  }

  .easytcf-benefit-icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 15px;
  }

  .easytcf-benefits .features-1__item .text .title {
    font-size: 20px;
  }

  .easytcf-benefits .features-1__item .text p {
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .easytcf-floating-card,
  .easytcf-hero-thumb {
    animation: none !important;
  }
}

@media (max-width: 1399px) {
  .easytcf-tech-stage__frame {
    max-width: 600px;
    padding: 18px;
  }

  .easytcf-tech-stage__screen,
  .easytcf-tech-cover {
    min-height: 320px;
  }

  .easytcf-tech-copy .title {
    font-size: 38px;
  }

  .easytcf-tech-copy .desc {
    font-size: 16px;
  }

  .easytcf-choose-stage__frame {
    max-width: 600px;
    padding: 18px;
  }

  .easytcf-choose-stage__screen,
  .easytcf-choose-cover {
    min-height: 320px;
  }

  .easytcf-choose-copy .title {
    font-size: 38px;
  }

  .easytcf-choose-copy .desc {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  .easytcf-tech-stage__frame {
    max-width: 620px;
    margin-inline: auto;
  }

  .easytcf-tech-copy {
    max-width: none;
    margin-left: 0;
  }

  .easytcf-tech-copy .title {
    max-width: none;
    font-size: 40px;
  }

  .easytcf-choose-row {
    row-gap: 36px;
  }

  .easytcf-choose-stage__frame {
    max-width: 620px;
    margin-inline: auto;
  }

  .easytcf-choose-copy {
    max-width: none;
    margin-left: 0;
  }

  .easytcf-choose-copy .title {
    max-width: none;
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  .easytcf-tech-stage__frame {
    padding: 18px;
    border-radius: 24px;
  }

  .easytcf-tech-stage__screen,
  .easytcf-tech-cover {
    min-height: 300px;
    border-radius: 20px;
  }

  .easytcf-tech-copy .sub-title {
    min-height: 42px;
    padding: 8px 18px;
  }

  .easytcf-tech-copy .title {
    margin-top: 18px;
    margin-bottom: 20px;
    font-size: 34px;
  }

  .easytcf-tech-copy .desc {
    font-size: 16px;
    line-height: 1.65;
  }

  .easytcf-tech-list {
    gap: 14px;
    margin-top: 28px;
  }

  .easytcf-tech-list li {
    gap: 12px;
    font-size: 16px;
  }

  .easytcf-tech-list li i {
    margin-top: 6px;
    font-size: 15px;
  }

  .easytcf-tech-metrics {
    gap: 16px;
    margin-top: 28px;
  }

  .easytcf-tech-metric {
    min-height: 0;
    padding: 16px 18px;
    border-radius: 20px;
  }

  .easytcf-tech-metric strong {
    font-size: 26px;
  }

  .easytcf-tech-metric span {
    font-size: 14px;
  }

  .easytcf-choose-stage__frame {
    padding: 18px;
    border-radius: 24px;
  }

  .easytcf-choose-stage__screen,
  .easytcf-choose-cover {
    min-height: 300px;
    border-radius: 20px;
  }

  .easytcf-choose-copy .sub-title {
    min-height: 42px;
    padding: 8px 18px;
  }

  .easytcf-choose-copy .title {
    margin-top: 18px;
    margin-bottom: 20px;
    font-size: 34px;
  }

  .easytcf-choose-copy .desc {
    font-size: 16px;
    line-height: 1.65;
  }

  .easytcf-choose-list {
    gap: 14px;
    margin-top: 28px;
  }

  .easytcf-choose-list li {
    gap: 12px;
    font-size: 17px;
  }

  .easytcf-choose-list li i {
    margin-top: 6px;
    font-size: 16px;
  }

  .easytcf-choose-metrics {
    gap: 16px;
    margin-top: 28px;
  }

  .easytcf-choose-metric {
    min-height: 0;
    padding: 16px 18px;
    border-radius: 20px;
  }

  .easytcf-choose-metric strong {
    font-size: 26px;
  }

  .easytcf-choose-metric span {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .easytcf-tech-stage__frame {
    padding: 14px;
    border-radius: 22px;
  }

  .easytcf-tech-stage__screen,
  .easytcf-tech-cover {
    min-height: 220px;
    border-radius: 18px;
  }

  .easytcf-tech-live {
    top: 14px;
    left: 14px;
    gap: 8px;
    padding: 8px 12px;
    font-size: 11px;
  }

  .easytcf-tech-controls {
    gap: 8px;
    bottom: 12px;
  }

  .easytcf-tech-controls .control {
    width: 40px;
    height: 40px;
    font-size: 13px;
  }

  .easytcf-tech-more {
    right: 12px;
    bottom: 12px;
    width: 34px;
    height: 34px;
    font-size: 12px;
  }

  .easytcf-tech-copy .title {
    font-size: 28px;
    line-height: 1.08;
  }

  .easytcf-tech-copy .desc {
    font-size: 15px;
  }

  .easytcf-tech-list li {
    font-size: 15px;
    line-height: 1.55;
  }

  .easytcf-tech-metrics {
    grid-template-columns: 1fr;
  }

  .easytcf-tech-metric strong {
    font-size: 24px;
  }

  .easytcf-choose-stage__frame {
    padding: 14px;
    border-radius: 22px;
  }

  .easytcf-choose-stage__screen,
  .easytcf-choose-cover {
    min-height: 220px;
    border-radius: 18px;
  }

  .easytcf-choose-live {
    top: 14px;
    left: 14px;
    gap: 8px;
    padding: 8px 12px;
    font-size: 11px;
  }

  .easytcf-choose-controls {
    gap: 8px;
    bottom: 12px;
  }

  .easytcf-choose-controls .control {
    width: 40px;
    height: 40px;
    font-size: 13px;
  }

  .easytcf-choose-more {
    right: 12px;
    bottom: 12px;
    width: 34px;
    height: 34px;
    font-size: 12px;
  }

  .easytcf-choose-copy .title {
    font-size: 28px;
    line-height: 1.08;
  }

  .easytcf-choose-copy .desc {
    font-size: 15px;
  }

  .easytcf-choose-list li {
    font-size: 15px;
    line-height: 1.55;
  }

  .easytcf-choose-metrics {
    grid-template-columns: 1fr;
  }

  .easytcf-choose-metric strong {
    font-size: 24px;
  }
}





/* Account shell */
.easytcf-account-shell .header-area-1__inner {
  background: rgba(12, 19, 32, 0.52);
}

.easytcf-account-shell .main-menu ul {
  gap: 10px;
}

.easytcf-account-shell .main-menu ul li > a {
  font-size: 18px !important;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.3;
  white-space: nowrap;
}

.easytcf-account-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-weight: 700;
}

.easytcf-account-link:hover {
  border-color: var(--green);
  color: var(--green);
}

.easytcf-account-footer .footer__widget,
.easytcf-account-footer .footer__menu,
.easytcf-account-footer .footer__info {
  margin-top: 0;
}

.easytcf-account-footer-menu ul {
  justify-content: flex-end;
  gap: 18px;
}

.easytcf-account-page {
  padding-top: 160px;
  padding-bottom: 78px;
}

.easytcf-account-page .easytcf-section-heading {
  max-width: 860px;
}

.easytcf-account-overview {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.easytcf-account-stat {
  padding: 26px 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(22, 27, 45, 0.08);
  box-shadow: 0 16px 40px rgba(11, 38, 78, 0.1);
}

.easytcf-account-stat strong {
  display: block;
  color: var(--black);
  font-size: 34px;
  line-height: 1;
}

.easytcf-account-stat span {
  display: block;
  margin-top: 10px;
  color: var(--secondary);
  line-height: 1.55;
}

.easytcf-account-pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.easytcf-account-pill--live {
  color: #0b5ed7;
  background: rgba(11, 94, 215, 0.14);
}

.easytcf-account-pill--locked {
  color: #8b5a00;
  background: rgba(254, 215, 1, 0.28);
}

.easytcf-account-tests {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.easytcf-account-test {
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(22, 27, 45, 0.08);
  box-shadow: 0 16px 35px rgba(11, 38, 78, 0.08);
  padding: 22px;
}

.easytcf-account-test h3 {
  margin-top: 14px;
  font-size: 24px;
  line-height: 1.15;
}

.easytcf-account-test p {
  margin-top: 10px;
  line-height: 1.6;
}

.easytcf-account-test .easytcf-action-row {
  margin-top: 18px;
}

.easytcf-account-test--locked {
  opacity: 0.98;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(254, 215, 1, 0.1));
}

.easytcf-account-note {
  margin-top: 18px;
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(22, 27, 45, 0.08);
  line-height: 1.6;
}

.easytcf-account-list {
  display: grid;
  gap: 14px;
}

.easytcf-account-list-item {
  padding: 22px;
  border-radius: 22px;
  border: 1px solid rgba(22, 27, 45, 0.08);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 12px 28px rgba(11, 38, 78, 0.08);
}

.easytcf-account-list-item .meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
}

.easytcf-account-list-item .meta span {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(11, 94, 215, 0.1);
  color: #0b5ed7;
  font-size: 12px;
  font-weight: 700;
}

.easytcf-account-table-wrap {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(22, 27, 45, 0.08);
  box-shadow: 0 16px 35px rgba(11, 38, 78, 0.08);
  background: #fff;
}

.easytcf-account-table {
  width: 100%;
  border-collapse: collapse;
}

.easytcf-account-table th,
.easytcf-account-table td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(22, 27, 45, 0.08);
  font-size: 14px;
}

.easytcf-account-table th {
  background: rgba(11, 94, 215, 0.08);
  color: var(--black);
  font-weight: 700;
}

.easytcf-account-profile-form {
  display: grid;
  gap: 16px;
}

.easytcf-account-profile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.easytcf-account-profile-full {
  grid-column: 1 / -1;
}

@media (max-width: 1399px) {
  .easytcf-account-tests {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1199px) {
  .easytcf-account-shell .header__nav {
    overflow-x: auto;
  }

  .easytcf-account-shell .header__nav::-webkit-scrollbar {
    height: 4px;
  }

  .easytcf-account-overview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .easytcf-account-footer-menu ul {
    justify-content: flex-start;
  }

  .easytcf-account-profile-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .easytcf-account-page {
    padding-top: 138px;
  }

  .easytcf-account-overview,
  .easytcf-account-tests {
    grid-template-columns: 1fr;
  }
}


.easytcf-form-feedback {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.5;
  color: #6d7890;
}

.easytcf-form-feedback.success {
  color: #0d8a49;
}

.easytcf-form-feedback.error {
  color: #d93025;
}

.easytcf-test-options {
  display: grid;
  gap: 12px;
}

.easytcf-test-option {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(22, 27, 45, 0.12);
  background: rgba(255, 255, 255, 0.96);
}

.easytcf-test-option input {
  margin-top: 3px;
}

.easytcf-test-option span {
  color: var(--black);
  line-height: 1.6;
}






