.page-home-ui {
  color: #1f2937;
  font-size: 16px;
  line-height: 1.6;
}
.page-home-ui .ui-section { padding: 68px 0; background: transparent; }
.page-home-ui .ui-section--muted { background: transparent; }
.page-home-ui .in-equity-11,
.page-home-ui .uk-section-primary { background: transparent !important; color: #111827; }
.page-home-ui h1, .page-home-ui h2, .page-home-ui h3 { color: #0f172a; line-height: 1.2; }
.page-home-ui p, .page-home-ui li, .page-home-ui .uk-text-muted { color: #374151 !important; }

.page-home-ui .hero-wrapper {
  padding: 50px 0 28px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.page-home-ui .section-profit {
  padding-top: 28px;
}

.page-home-ui .home-profit-intro{
  text-align:center;
  max-width: none;
  margin: 0;
}

.page-home-ui .home-profit-intro p{
  max-width: none;
}
.page-home-ui .hero-wrapper::before,
.page-home-ui .hero-wrapper::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
  z-index: 0;
  width: 420px;
  height: 420px;
  filter: blur(60px);
  opacity: .35;
  animation: hero-ambient-float 10s ease-in-out infinite;
}
.page-home-ui .hero-wrapper::before {
  top: -120px;
  left: -90px;
  background: radial-gradient(circle at 30% 30%, rgba(168, 85, 247, .2), rgba(99, 102, 241, .04) 65%, transparent 100%);
}
.page-home-ui .hero-wrapper::after {
  right: -85px;
  bottom: -110px;
  background: radial-gradient(circle at 50% 50%, rgba(250, 204, 21, .16), rgba(251, 191, 36, .02) 70%, transparent 100%);
  animation-delay: -4s;
}
.page-home-ui .hero-wrapper > * { position: relative; z-index: 1; }

.page-home-ui .hero-wrapper::before,
.page-home-ui .hero-wrapper::after {
  opacity: .12;
}

.page-home-ui .hero-wrapper::before {
  background-image: none !important;
}

.page-home-ui .hero-title { font-size: clamp(1.8rem, 3.1vw, 2.8rem); margin-bottom: 22px; }
.page-home-ui .hero-subtitle { font-size: 1.16rem; line-height: 1.75; max-width: 56ch; margin-bottom: 24px; }
.page-home-ui .hero-benefits { margin-bottom: 36px; }
.page-home-ui .hero-benefits li { margin-bottom: 12px; font-size: 1.05rem; line-height: 1.65; }
.page-home-ui .hero-actions { display:flex; gap:14px; flex-wrap:wrap; align-items:center; margin-top: 8px; }

.ui-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.72rem 1.2rem;
  border-radius: 12px;
  font-weight: 600;
  border: 1px solid transparent;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease;
  text-decoration: none !important;
}
.ui-btn--primary { background: #f4c430; color: #111827 !important; border-color: #f4c430; font-size: 1.05rem; padding: .86rem 1.45rem; min-height: 50px; }
.ui-btn--secondary { background: #111827; color: #fff !important; border-color: #111827; }
.ui-btn--ghost { background: transparent; color: #0f172a !important; border-color: #cbd5e1; }
.ui-btn:hover { transform: translateY(-1px); box-shadow: 0 8px 20px rgba(15,23,42,.12); }
.ui-btn:active { transform: translateY(0); }
.ui-btn:focus-visible, .page-home-ui a:focus-visible, .page-home-ui summary:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(244, 196, 48, .35), 0 8px 20px rgba(15,23,42,.12);
}

.page-home-ui .uk-card {
  border: 1px solid #e5e7eb;
  box-shadow: none;
  border-radius: 14px;
  height: 100%;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.page-home-ui .uk-card:hover {
  transform: translateY(-2px);
  border-color: #d6deea;
  box-shadow: 0 10px 24px rgba(15,23,42,.08);
}
.page-home-ui .iconk { background: #fff7db; color: #b7791f; }
.page-home-ui .uk-card .iconk,
.page-home-ui .paketler .icon-box,
.page-home-ui .start-trading-steps__number,
.page-home-ui .team-box .team-img,
.page-home-ui .telegram-card img {
  transition: transform .2s ease;
}
.page-home-ui .uk-card:hover .iconk,
.page-home-ui .paketler:hover .icon-box,
.page-home-ui .start-trading-steps li:hover .start-trading-steps__number,
.page-home-ui .team-box:hover .team-img,
.page-home-ui .telegram-card:hover img {
  transform: scale(1.03);
}
.page-home-ui #binance .uk-grid-match > div > .uk-card p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.page-home-ui .steps-grid,
.page-home-ui .start-trading-steps,
.page-home-ui .home-steps-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
  padding: 0;
  list-style: none;
}
.page-home-ui .step-card,
.page-home-ui .home-step-card {
  background: #fff;
  border: 1px solid rgba(15,23,42,.10);
  border-radius: 16px;
  padding: 18px 18px 16px;
  min-height: 260px;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 26px rgba(2,6,23,.06);
  transition: transform .2s ease, box-shadow .2s ease;
}
.page-home-ui .step-card:hover,
.page-home-ui .home-step-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(2,6,23,.10);
}
.page-home-ui .step-card__top {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}
.page-home-ui .step-badge {
  display: inline-flex;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: #0f172a;
  background: rgba(252,213,53,.18);
}
.page-home-ui .step-title {
  margin: 0;
  font-size: 18px;
  line-height: 1.25;
  color: #0f172a;
}
.page-home-ui .step-desc {
  margin: 0 0 10px;
  color: rgba(15,23,42,.72);
  line-height: 1.55;
  font-size: 14px;
}
.page-home-ui .step-list {
  margin: 0;
  padding-left: 18px;
  color: rgba(15,23,42,.82);
  font-size: 14px;
  line-height: 1.55;
}
.page-home-ui .step-list li { margin: 6px 0; }
.page-home-ui .home-steps-intro {
  max-width: 900px;
  margin: 0 auto 28px;
  text-align: center;
  font-size: 22px;
  line-height: 32px;
}

.page-home-ui .bilgi,
.page-home-ui .tabloozellik,
.page-home-ui .tablo--1-ve-4,
.page-home-ui .hizmet-kutu,
.page-home-ui .kutu-duzen { background: transparent !important; }
.page-home-ui .paketler,
.page-home-ui .hizmet-kutu {
  border-radius: 14px;
  background: #fff !important;
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 16px rgba(15,23,42,.06);
}
.page-home-ui .paketler {
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.page-home-ui .paketler:hover {
  transform: translateY(-2px);
  border-color: #d6deea;
  box-shadow: 0 10px 24px rgba(15,23,42,.08);
}

/* Keep titles readable in "Почему с нами выгодно?" cards on hover */
.page-home-ui .bilgi .hizmet-kutu .kutu-duzen:hover h3,
.page-home-ui .bilgi .hizmet-kutu .kutu-duzen:hover .title,
.page-home-ui .bilgi .hizmet-kutu .kutu-duzen:hover h3 a,
.page-home-ui .bilgi .hizmet-kutu .kutu-duzen:hover a,
.page-home-ui .bilgi .hizmet-kutu .kutu-duzen:hover a:hover {
  color: #0f172a !important;
}

.page-home-ui .partner-levels li { background:#fff; border-radius: 12px; padding: 14px; border:1px solid #e5e7eb; }
.page-home-ui .partner-levels .in-icon-wrap { background:#fff7db; border-radius: 12px; width:72px !important; height:72px !important; display:flex; align-items:center; justify-content:center; }
.page-home-ui .partner-levels p { margin:4px 0 0; font-size:.9rem; }

.page-home-ui .ui-faq.ui-faq--details { display: grid; gap: 14px; }
.page-home-ui .ui-faq__item {
  border: 1px solid #dbe3ee;
  border-radius: 14px;
  background: #fff;
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}
.page-home-ui .ui-faq__item:hover,
.page-home-ui .ui-faq__item:focus-within { border-color:#c8d2df; box-shadow: 0 6px 18px rgba(15,23,42,.08); }
.page-home-ui .ui-faq__item[open] { border-color:#f4c430; box-shadow: 0 8px 22px rgba(15,23,42,.08); }
.page-home-ui .ui-faq__summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  font-weight: 600;
  color: #0f172a;
  padding: 17px 48px 17px 18px;
  line-height: 1.45;
  transition: background-color .2s ease;
}
.page-home-ui .ui-faq__summary::-webkit-details-marker { display:none; }
.page-home-ui .ui-faq__summary::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2.5px solid #4b5563;
  border-bottom: 2.5px solid #4b5563;
  transform: translateY(-50%) rotate(45deg);
  transition: transform .2s ease;
}
.page-home-ui .ui-faq__item[open] .ui-faq__summary::after { transform: translateY(-50%) rotate(-135deg); }
.page-home-ui .ui-faq__summary:hover,
.page-home-ui .ui-faq__summary:focus-visible { background: #f8fafc; }
.page-home-ui .ui-faq__answer {
  border-top: 1px solid #e5e7eb;
  padding: 14px 18px 18px;
}
.page-home-ui .ui-faq__answer p { margin:0; line-height: 1.7; }
.page-home-ui .ui-faq__answer p + p { margin-top: 12px; }

.page-home-ui .team-box-main { display:flex; }
.page-home-ui .team-box { border:1px solid #e5e7eb; border-radius:14px; padding:14px; height:100%; background:#fff; transition:.2s ease; display:flex; flex-direction:column; width:100%; }
.page-home-ui .team-box:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(15,23,42,.08); }
.page-home-ui .team-img img { width:100%; aspect-ratio: 1/1; object-fit: cover; border-radius: 12px; }
.page-home-ui .member-name { min-height: 48px; margin-top: 12px; }
.page-home-ui .member-post { display:block; min-height: 58px; margin-bottom: auto; }

.page-home-ui .testimonials-grid { row-gap: 18px; }
.page-home-ui .testimonials-grid__item { display:flex; }
.page-home-ui .testimonial-card { border:1px solid #e5e7eb; border-radius:14px; background:#fff; padding:20px; box-shadow: 0 8px 24px rgba(15,23,42,.06); display:flex; flex-direction:column; width:100%; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.page-home-ui .testimonial-card:hover { transform: translateY(-2px); border-color: #d6deea; box-shadow: 0 12px 26px rgba(15,23,42,.1); }
.page-home-ui .testimon-text { color:#374151; min-height: 96px; line-height: 1.65; margin-bottom: 16px; }
.page-home-ui .testimonial-meta { display:flex; align-items:center; gap: 10px; margin-top:auto; }
.page-home-ui .testimonial-meta img { width:46px; height:46px; border-radius:50%; object-fit:cover; }
.page-home-ui .testimonial-role { margin:0; font-size:.86rem; color:#6b7280 !important; }
.page-home-ui .person { margin:0; font-size:1rem; }
.page-home-ui .swiper-pagination-bullet { background:#cbd5e1; opacity:1; }
.page-home-ui .swiper-pagination-bullet-active { background:#f4c430; }
.page-home-ui .carousel-classes .swiper-pagination { margin-top: 12px; }

.page-home-ui .telegram-widget { margin: 8px 0 0 !important; }

.page-home-ui .telegram-grid { gap: 18px 0; }
.page-home-ui .telegram-grid__item { display:flex; }
.page-home-ui .telegram-card {
  border:1px solid #e5e7eb;
  border-radius:14px;
  background:#fff !important;
  height:100%;
  width:100%;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  align-items:center;
  gap: 14px;
  padding: 20px 16px;
  box-shadow: 0 4px 14px rgba(15,23,42,.06);
}
.page-home-ui .telegram-card img { width:64px !important; }
 .page-home-ui .telegram-card__badge {
  display:inline-flex;
  margin: 0;
  background:#fff7db;
  color:#b7791f;
  border:1px solid #f4d98e;
  border-radius:999px;
  font-size:.78rem;
  padding: 2px 10px;
}


.page-home-ui .telegram-card {
  border:1px solid #d7dee8;
  box-shadow: 0 4px 14px rgba(15,23,42,.06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.page-home-ui .telegram-card:hover {
  transform: translateY(-2px);
  border-color: #c6d3e2;
  box-shadow: 0 8px 20px rgba(15,23,42,.1);
}
.page-home-ui .telegram-card .ui-btn--primary {
  padding: 1rem 1.8rem;
  min-height: 54px;
  font-size: 1.12rem;
  margin-top: auto;
}


[data-reveal] {
  opacity: 1;
  transform: none;
}

.reveal-enabled [data-reveal] {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .55s ease, transform .55s ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal-enabled [data-reveal].is-revealed {
  opacity: 1;
  transform: none;
}

@keyframes hero-ambient-float {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(16px, -14px, 0); }
}

.page-home-ui .leverage__open-container--grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .95fr);
  gap: 28px;
  align-items: center;
}
.page-home-ui .leverage__open-main { display:flex; flex-direction:column; gap: 10px; }
.page-home-ui .leverage__open-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}
.page-home-ui .leverage__open-primary {
  font-size: 1.1rem;
  min-height: 54px;
  padding: .95rem 1.7rem;
}
.page-home-ui .leverage__open-media {
  display: flex;
  justify-content: center;
}
.page-home-ui .leverage__open-media img {
  width: 100%;
  max-width: 520px;
  max-height: 320px;
  object-fit: contain;
  border-radius: 16px;
}

.page-home-ui #faq + .island {
  margin-top: 24px;
  margin-bottom: 0 !important;
}

@media (max-width: 1100px) {
  .page-home-ui .steps-grid,
  .page-home-ui .start-trading-steps,
  .page-home-ui .home-steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .page-home-ui .steps-grid,
  .page-home-ui .start-trading-steps,
  .page-home-ui .home-steps-grid {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1200px) {
  .page-home-ui #binance .uk-child-width-1-3\@m > .uk-grid-margin { width:25%; }
}

@media (max-width: 1199.98px) {
  .page-home-ui .ui-section { padding: 56px 0; }
}

@media (max-width: 767.98px) {
  .page-home-ui .ui-section { padding: 40px 0; }
  .page-home-ui .leverage__open-container--grid { grid-template-columns: 1fr; }
  .page-home-ui .leverage__open-media { order: 2; }
  .page-home-ui .leverage__open-buttons { width: 100%; }
  .page-home-ui .leverage__open-buttons .ui-btn { width: 100%; }
  .page-home-ui .leverage__open-media img { max-height: 260px; object-fit: cover; }
  .page-home-ui .telegram-card .ui-btn--primary { width: 100%; }
  .hero-wrapper { padding: 32px 0 32px; }
  .page-home-ui .hero-benefits li { font-size: 1rem; }
  .page-home-ui .member-post { min-height: auto; }
}


.page-home-ui .steeps,
.page-home-ui .start-trading-container {
  background: #f8fafc !important;
}
.page-home-ui .start-trading-container {
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 36px 24px;
}
.page-home-ui .hero-actions .ui-btn--ghost { min-height: 46px; }
@media (max-width: 767.98px) {
  .hero-wrapper { padding: 32px 0 36px; }
  .page-home-ui .hero-subtitle { margin-bottom: 18px; }
  .page-home-ui .hero-benefits { margin-bottom: 26px; }
  .page-home-ui .start-trading-container { padding: 24px 16px; }

  .page-home-ui .container,
  .page-home-ui .uk-container,
  .page-home-ui .prs-container,
  .page-home-ui .hero-wrapper .container,
  .page-home-ui .reviews-carousel,
  .page-home-ui .reviews-form,
  .page-home-ui .start-trading-container,
  .page-home-ui .paketler,
  .page-home-ui .telegram-card,
  .page-home-ui .testimonial-card,
  .page-home-ui .review-card {
    width: calc(100% - 24px);
    max-width: none !important;
    margin-left: auto;
    margin-right: auto;
  }

  .page-home-ui .container,
  .page-home-ui .uk-container,
  .page-home-ui .prs-container,
  .page-home-ui .hero-wrapper .container {
    box-sizing: border-box;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .page-home-ui .uk-card,
  .page-home-ui .paketler,
  .page-home-ui .telegram-card,
  .page-home-ui .testimonial-card,
  .page-home-ui .review-card,
  .page-home-ui .reviews-form,
  .page-home-ui .reviews-carousel,
  .page-home-ui .start-trading-container {
    max-width: none !important;
    width: 100%;
  }
}

.page-legal {
  background: #f8fafc;
  color: #0f172a;
}
.page-legal .container,
.page-legal .uk-container,
.page-legal .ui-container {
  max-width: 1200px;
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
}
.page-legal .ui-section {
  padding: 56px 0;
}
.page-legal .legal-card,
.page-legal .legal-card--wide {
  width: 100%;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 32px;
  box-shadow: 0 8px 26px rgba(15, 23, 42, .05);
}
.page-legal .legal-page-title,
.page-legal h1 {
  color: #0f172a;
  font-size: clamp(1.8rem, 2.2vw, 2.5rem);
  font-weight: 700;
}
.page-legal p,
.page-legal li {
  color: #334155;
  line-height: 1.72;
  font-size: 1.02rem;
}
.page-legal p + p,
.page-legal ul + p {
  margin-top: 12px;
}
.page-legal .legal-section {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 24px;
}
.page-legal .legal-section + .legal-section {
  margin-top: 16px;
}
.page-legal .legal-section-title {
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 10px;
  margin-bottom: 14px;
  color: #0f172a;
}
.page-legal .legal-nav {
  overflow-x: auto;
  padding-bottom: 8px;
}
.page-legal .legal-nav__list {
  flex-wrap: nowrap;
  min-width: max-content;
  margin: 0;
}
.page-legal .legal-nav__list > div {
  padding-left: 0;
}
.page-legal .legal-nav__btn {
  min-height: 42px;
  padding: .6rem 1rem;
  white-space: nowrap;
  border-radius: 999px;
}
.page-legal .legal-nav__btn.ui-btn--ghost,
.page-legal .legal-nav__btn.ui-btn--secondary {
  background: #fff8db;
  border-color: #f4c430;
  color: #4b5563 !important;
}
.page-legal .legal-nav__btn:hover {
  color: #111827 !important;
}
.page-legal a {
  color: #1d4ed8;
}
.page-legal a:hover {
  color: #1e40af;
}
.page-legal .legal-subcard {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
}
.page-legal .legal-contact-card {
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
}
.page-legal .legal-accept {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 24px;
}
.page-legal .legal-accept__text {
  color: #475569;
}
@media (max-width: 767.98px) {
  .page-legal .container,
  .page-legal .uk-container,
  .page-legal .ui-container {
    width: calc(100% - 20px);
  }
  .page-legal .ui-section {
    padding: 36px 0;
  }
  .page-legal .legal-card,
  .page-legal .legal-section,
  .page-legal .legal-accept {
    padding: 18px;
  }
  .page-legal .legal-page-title,
  .page-legal h1 {
    font-size: 1.55rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.motion-reduce-debug {
    scroll-behavior: auto !important;
  }

  .hero-wrapper::before,
  .hero-wrapper::after,
  [data-reveal],
  .ui-btn,
  .uk-card,
  .paketler,
  .start-trading-steps li,
  .team-box,
  .telegram-card,
  .testimonial-card {
    animation: none !important;
    transition: none !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

.page-contacts {
  background: radial-gradient(circle at 95% 6%, rgba(59, 130, 246, .08), transparent 30%), #f8fafc;
  min-height: 60vh;
}

.page-contacts .ui-section {
  padding: 56px 0;
}

.page-contacts .ui-section--muted {
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
}

.page-contacts .section-title {
  margin: 0 0 20px;
  color: #0f172a;
  font-size: clamp(1.4rem, 2.2vw, 2rem);
}

.page-contacts .muted {
  margin: 8px 0 0;
  color: #64748b;
}

.page-contacts .contacts-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  align-items: center;
  gap: 30px;
  padding: 34px;
  border-radius: 20px;
  border: 1px solid #e2e8f0;
  background: #fff;
  box-shadow: 0 14px 36px rgba(15, 23, 42, .07);
}

.page-contacts .contacts-hero__text h1 {
  margin: 0;
  font-size: clamp(2rem, 3.2vw, 2.8rem);
  color: #0f172a;
}

.page-contacts .contacts-hero__text .lead {
  margin: 14px 0 0;
  max-width: 50ch;
  color: #334155;
  font-size: 1.05rem;
  line-height: 1.65;
}

.page-contacts .contacts-hero__graphic {
  display: flex;
  justify-content: center;
}

.page-contacts .contacts-hero__graphic img {
  width: min(100%, 430px);
  height: auto;
}

.page-contacts .contacts-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.page-contacts .contact-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #dbe3ef;
  box-shadow: 0 8px 20px rgba(15, 23, 42, .04);
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.page-contacts .contact-card:hover,
.page-contacts .contact-card:focus-visible {
  transform: translateY(-3px);
  border-color: #c7d2fe;
  box-shadow: 0 14px 24px rgba(15, 23, 42, .09);
}

.page-contacts .contact-card__icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #0f172a;
  background: linear-gradient(145deg, #f8fafc, #e2e8f0);
  flex-shrink: 0;
}

.page-contacts .contact-card__title {
  font-weight: 700;
  color: #0f172a;
}

.page-contacts .contact-card__desc {
  margin-top: 3px;
  color: #475569;
  font-size: .95rem;
}

.page-contacts .contact-card__arrow {
  margin-left: auto;
  color: #64748b;
  font-size: 1.2rem;
}

.page-contacts .contacts-form-card {
  padding: 28px;
  border-radius: 18px;
  border: 1px solid #e2e8f0;
  background: #fff;
  box-shadow: 0 10px 26px rgba(15, 23, 42, .07);
}

.page-contacts .contacts-form {
  margin-top: 20px;
  display: grid;
  gap: 12px;
}

.page-contacts .contacts-form .row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.page-contacts .contacts-form input,
.page-contacts .contacts-form textarea {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  padding: 12px 14px;
  font-size: .98rem;
  color: #0f172a;
  background: #fff;
}

.page-contacts .contacts-form input:focus,
.page-contacts .contacts-form textarea:focus {
  outline: none;
  border-color: #94a3b8;
  box-shadow: 0 0 0 3px rgba(148, 163, 184, .2);
}

.page-contacts .contacts-form textarea {
  resize: vertical;
  min-height: 136px;
}

@media (max-width: 991.98px) {
  .page-contacts .contacts-hero {
    grid-template-columns: 1fr;
    padding: 26px;
  }

  .page-contacts .contacts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .page-contacts .ui-section {
    padding: 42px 0;
  }

  .page-contacts .contacts-form .row,
  .page-contacts .contacts-grid {
    grid-template-columns: 1fr;
  }

  .page-contacts .contacts-form-card,
  .page-contacts .contacts-hero {
    padding: 20px;
  }
}

.page-affiliate {
  background: #fff;
  min-height: 60vh;
  padding: 32px 0 48px;
}

.page-affiliate h1 {
  margin: 0 0 20px;
  color: #0f172a;
}

.page-about {
  background: radial-gradient(circle at 85% 8%, rgba(148, 163, 184, .16), transparent 34%), #f8fafc;
  padding: 44px 0 72px;
}

.page-about__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  gap: 28px;
  padding: 28px;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .06);
  align-items: center;
}

.page-about__eyebrow {
  display: inline-flex;
  margin: 0 0 12px;
  font-size: .8rem;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: #64748b;
}

.page-about h1 {
  margin: 0 0 12px;
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  color: #0f172a;
}

.page-about__lead {
  margin: 0;
  max-width: 64ch;
  color: #334155;
  line-height: 1.65;
}

.page-about__actions {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-about__hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-hero-graphic {
  position: relative;
  width: min(100%, 520px);
  aspect-ratio: 16 / 11;
  border-radius: 28px;
  border: none;
  background: radial-gradient(circle at 53% 52%, rgba(239, 246, 255, .5), rgba(239, 246, 255, 0) 70%);
  overflow: visible;
  box-shadow: none;
  isolation: isolate;
}

.about-hero-backdrop,
.about-hero-aurora,
.about-hero-constellation,
.about-hero-orbit,
.about-hero-orbit-node,
.about-hero-globe,
.about-hero-glow,
.about-hero-globe__ring,
.about-hero-globe__grid,
.about-hero-globe__halo,
.about-hero-globe__atmosphere,
.about-hero-globe__terminator,
.about-hero-globe__map,
.about-hero-globe__mesh,
.about-hero-globe__continent,
.about-hero-node,
.about-hero-link,
.about-hero-flow,
.about-hero-badge {
  position: absolute;
}

.about-hero-backdrop {
  inset: -4% -8%;
  background:
    radial-gradient(circle at 20% 16%, rgba(56, 189, 248, .14), transparent 42%),
    radial-gradient(circle at 84% 18%, rgba(59, 130, 246, .16), transparent 40%),
    radial-gradient(circle at 68% 78%, rgba(14, 165, 233, .18), transparent 50%);
  filter: blur(1px);
}

.about-hero-aurora {
  inset: 6% 3%;
  border-radius: 50%;
  background: conic-gradient(from 130deg at 52% 50%, rgba(56, 189, 248, .07), rgba(37, 99, 235, .18), rgba(99, 102, 241, .08), rgba(56, 189, 248, .07));
  filter: blur(7px);
  opacity: .75;
}

.about-hero-glow {
  border-radius: 50%;
  pointer-events: none;
}

.about-hero-glow--one {
  width: 420px;
  aspect-ratio: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(37, 99, 235, .22), rgba(14, 165, 233, .08) 40%, rgba(14, 165, 233, 0) 74%);
}

.about-hero-glow--two {
  width: 340px;
  aspect-ratio: 1;
  left: 58%;
  top: 44%;
  background: radial-gradient(circle, rgba(34, 211, 238, .17), rgba(34, 211, 238, 0) 70%);
  animation: aboutHeroDrift 8s ease-in-out infinite reverse;
}

.about-hero-constellation {
  width: 200px;
  height: 100px;
  border: 1px dashed rgba(56, 189, 248, .34);
  border-radius: 999px;
  opacity: .75;
}

.about-hero-constellation--one {
  right: -24px;
  top: 26px;
  transform: rotate(-12deg);
  animation: aboutHeroDrift 9s ease-in-out infinite;
}

.about-hero-constellation--two {
  left: -32px;
  bottom: 34px;
  width: 220px;
  animation: aboutHeroDrift 11s ease-in-out infinite reverse;
}

.about-hero-orbit {
  border-radius: 50%;
  border: 1px solid rgba(59, 130, 246, .22);
}

.about-hero-orbit--outer {
  width: 360px;
  height: 210px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-8deg);
  animation: aboutHeroOrbit 16s linear infinite;
}

.about-hero-orbit--inner {
  width: 300px;
  height: 170px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(18deg);
  border-color: rgba(6, 182, 212, .24);
  animation: aboutHeroOrbit 12s linear infinite reverse;
}

.about-hero-orbit-node {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: radial-gradient(circle, #67e8f9 0%, #2563eb 75%);
  box-shadow: 0 0 0 0 rgba(56, 189, 248, .4);
  animation: aboutHeroNodePulse 3.4s ease-in-out infinite;
}

.about-hero-orbit-node--one {
  top: 22%;
  left: 24%;
}

.about-hero-orbit-node--two {
  right: 20%;
  bottom: 26%;
  animation-delay: 1.3s;
}

.about-hero-globe {
  width: clamp(210px, 68%, 292px);
  aspect-ratio: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 24%, rgba(240, 249, 255, .93), rgba(186, 230, 253, .58) 34%, rgba(14, 116, 144, .46) 62%, rgba(15, 23, 42, .86) 100%);
  border: 1px solid rgba(125, 211, 252, .36);
  box-shadow: inset -28px -22px 40px rgba(7, 23, 58, .68), inset 12px 14px 24px rgba(255, 255, 255, .4), 0 20px 52px rgba(37, 99, 235, .22);
  animation: aboutHeroGlobe 14s ease-in-out infinite;
  overflow: hidden;
}

.about-hero-globe__halo {
  inset: -8%;
  border-radius: 50%;
  border: 1px solid rgba(125, 211, 252, .34);
  filter: blur(.4px);
}

.about-hero-globe__atmosphere {
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(circle at 26% 24%, rgba(186, 230, 253, .56), rgba(186, 230, 253, 0) 44%);
}

.about-hero-globe__terminator {
  inset: -4% -16% -4% 40%;
  border-radius: 50%;
  background: radial-gradient(circle at 0 50%, rgba(15, 23, 42, 0), rgba(15, 23, 42, .5) 42%, rgba(15, 23, 42, .74) 85%);
}


.about-hero-globe__map {
  inset: 11% 7%;
  border-radius: 50%;
  background-repeat: repeat-x;
  background-size: 190% 100%;
  mix-blend-mode: screen;
  opacity: .52;
  animation: aboutHeroMapDrift 24s linear infinite;
}

.about-hero-globe__map--front {
  background-image:
    radial-gradient(16% 11% at 20% 42%, rgba(74, 222, 128, .9) 0 65%, transparent 70%),
    radial-gradient(14% 10% at 27% 46%, rgba(110, 231, 183, .8) 0 62%, transparent 70%),
    radial-gradient(18% 12% at 38% 34%, rgba(74, 222, 128, .84) 0 66%, transparent 72%),
    radial-gradient(20% 11% at 48% 48%, rgba(16, 185, 129, .85) 0 64%, transparent 72%),
    radial-gradient(13% 8% at 58% 56%, rgba(20, 184, 166, .78) 0 58%, transparent 69%),
    radial-gradient(16% 9% at 70% 40%, rgba(74, 222, 128, .72) 0 60%, transparent 70%),
    radial-gradient(18% 10% at 82% 52%, rgba(34, 197, 94, .68) 0 60%, transparent 70%);
}

.about-hero-globe__map--rear {
  inset: 13% 10%;
  opacity: .32;
  filter: blur(1.4px);
  background-image:
    radial-gradient(17% 10% at 12% 38%, rgba(74, 222, 128, .7) 0 62%, transparent 70%),
    radial-gradient(20% 11% at 34% 58%, rgba(45, 212, 191, .62) 0 60%, transparent 70%),
    radial-gradient(16% 10% at 56% 32%, rgba(74, 222, 128, .68) 0 60%, transparent 70%),
    radial-gradient(21% 12% at 76% 48%, rgba(16, 185, 129, .6) 0 60%, transparent 70%);
  animation-duration: 30s;
  animation-direction: reverse;
}

.about-hero-globe__ring {
  inset: 15%;
  border-radius: 50%;
  border: 1px solid rgba(96, 165, 250, .45);
}

.about-hero-globe__ring--lat {
  transform: scaleY(.58);
}

.about-hero-globe__ring--tilt {
  transform: rotate(65deg) scaleY(.42);
  border-color: rgba(34, 211, 238, .4);
}

.about-hero-globe__ring--equator {
  inset: 18%;
  transform: rotate(-12deg) scaleY(.8);
  border-color: rgba(147, 197, 253, .28);
}

.about-hero-globe__grid {
  inset: 0;
  border-radius: 50%;
  background-image:
    repeating-linear-gradient(to right, rgba(147, 197, 253, .2) 0 1px, transparent 1px 23px),
    repeating-linear-gradient(to bottom, rgba(34, 211, 238, .13) 0 1px, transparent 1px 22px);
  opacity: .5;
  transform: rotate(7deg);
  animation: aboutHeroGridSpin 16s linear infinite;
}

.about-hero-globe__grid--secondary {
  opacity: .28;
  transform: rotate(-14deg) scale(1.08);
  animation-duration: 20s;
  animation-direction: reverse;
}

.about-hero-globe__mesh {
  inset: 8% 7%;
  border-radius: 50%;
  background-image:
    radial-gradient(circle at 24% 38%, rgba(34, 211, 238, .4) 0 2px, transparent 3px),
    radial-gradient(circle at 62% 30%, rgba(125, 211, 252, .5) 0 2px, transparent 3px),
    radial-gradient(circle at 72% 58%, rgba(56, 189, 248, .34) 0 2px, transparent 3px),
    radial-gradient(circle at 35% 66%, rgba(34, 211, 238, .3) 0 2px, transparent 3px);
  opacity: .75;
  animation: aboutHeroMeshPulse 8s ease-in-out infinite;
}

.about-hero-globe__continent {
  border-radius: 44% 56% 42% 58% / 46% 44% 56% 54%;
  background: linear-gradient(135deg, rgba(74, 222, 128, .44), rgba(16, 185, 129, .66));
  filter: drop-shadow(0 5px 8px rgba(15, 118, 110, .22));
}

.about-hero-globe__continent--one {
  width: 34%;
  height: 22%;
  top: 33%;
  left: 22%;
  transform: rotate(-16deg);
}

.about-hero-globe__continent--two {
  width: 26%;
  height: 18%;
  right: 24%;
  top: 45%;
  transform: rotate(18deg);
}

.about-hero-globe__continent--three {
  width: 20%;
  height: 14%;
  left: 46%;
  top: 25%;
  transform: rotate(8deg);
  opacity: .8;
}

.about-hero-node {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #e0f2fe;
  box-shadow: 0 0 0 0 rgba(14, 165, 233, .4);
  animation: aboutHeroNodePulse 3.2s ease-in-out infinite;
}

.about-hero-node--one { top: 36%; left: 34%; }
.about-hero-node--two { top: 52%; right: 32%; animation-delay: .8s; }
.about-hero-node--three { bottom: 29%; left: 48%; animation-delay: 1.6s; }
.about-hero-node--four { top: 30%; right: 38%; animation-delay: 2.2s; }

.about-hero-link {
  height: 1px;
  background: linear-gradient(90deg, rgba(103, 232, 249, .05), rgba(125, 211, 252, .95), rgba(103, 232, 249, .05));
  transform-origin: left center;
  opacity: .9;
  animation: aboutHeroLinkPulse 6.2s ease-in-out infinite;
}

.about-hero-link--one {
  width: 40%;
  top: 41%;
  left: 31%;
  transform: rotate(-14deg);
}

.about-hero-link--two {
  width: 34%;
  top: 56%;
  left: 34%;
  transform: rotate(24deg);
  animation-delay: 1.8s;
}

.about-hero-flow {
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(56, 189, 248, .1), rgba(37, 99, 235, .95), rgba(56, 189, 248, .12));
  animation: aboutHeroFlow 5.2s ease-in-out infinite;
}

.about-hero-flow--one {
  width: 35%;
  top: 42%;
  left: 25%;
  transform: rotate(22deg);
}

.about-hero-flow--two {
  width: 32%;
  bottom: 35%;
  right: 23%;
  transform: rotate(-24deg);
  animation-delay: 1.4s;
}

.about-hero-badge {
  min-width: 116px;
  padding: 8px 11px;
  border-radius: 11px;
  background: rgba(248, 250, 252, .66);
  border: 1px solid rgba(148, 163, 184, .22);
  box-shadow: 0 10px 22px rgba(15, 23, 42, .09);
  backdrop-filter: blur(7px);
  animation: aboutHeroDrift 7s ease-in-out infinite;
}

.about-hero-badge--one {
  left: 7%;
  top: 12%;
}

.about-hero-badge--two {
  right: 8%;
  top: 24%;
  animation-delay: 1.4s;
}

.about-hero-badge--three {
  left: 14%;
  bottom: 12%;
  animation-delay: 2.2s;
}

.about-hero-badge__label {
  display: block;
  font-size: .64rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #64748b;
}

.about-hero-badge__value {
  display: block;
  margin-top: 3px;
  color: #0f172a;
  font-size: .94rem;
}

@keyframes aboutHeroFlow {
  0%, 100% { opacity: .48; filter: drop-shadow(0 0 0 rgba(37, 99, 235, .2)); }
  50% { opacity: 1; filter: drop-shadow(0 0 8px rgba(37, 99, 235, .38)); }
}

@keyframes aboutHeroNodePulse {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(14, 165, 233, .3); }
  50% { transform: scale(1.12); box-shadow: 0 0 0 11px rgba(14, 165, 233, 0); }
}

@keyframes aboutHeroOrbit {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes aboutHeroGridSpin {
  from { transform: rotate(0deg) scale(1.02); }
  to { transform: rotate(360deg) scale(1.02); }
}

@keyframes aboutHeroGlobe {
  0%, 100% { transform: translate(-50%, -50%) rotate(-3deg) scale(1); }
  50% { transform: translate(-50%, -50%) rotate(4deg) scale(1.02); }
}

@keyframes aboutHeroLinkPulse {
  0%, 100% { opacity: .45; filter: drop-shadow(0 0 0 rgba(56, 189, 248, .1)); }
  50% { opacity: 1; filter: drop-shadow(0 0 8px rgba(56, 189, 248, .36)); }
}

@keyframes aboutHeroMapDrift {
  from { background-position: 0 0; }
  to { background-position: -220px 0; }
}

@keyframes aboutHeroMeshPulse {
  0%, 100% { opacity: .55; }
  50% { opacity: .84; }
}

@keyframes aboutHeroDrift {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

.page-about__section {
  margin-top: 28px;
}

.page-about__section-head {
  margin: 0 0 14px;
}

.page-about__section-head h2 {
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  color: #0f172a;
}

.page-about__section-head p {
  margin: 8px 0 0;
  max-width: 72ch;
  color: #475569;
  line-height: 1.65;
}

.page-about__grid {
  display: grid;
  gap: 14px;
}

.page-about__grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.page-about__grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.page-about__grid--team { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; }

.page-about__card,
.page-about__kpi,
.page-about__team-card {
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .05);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.page-about__card,
.page-about__team-card {
  padding: 18px;
}

.page-about__card h3,
.page-about__team-card h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  color: #0f172a;
}

.page-about__card p,
.page-about__team-card p {
  margin: 0;
  color: #475569;
  line-height: 1.58;
}

.page-about__card:hover,
.page-about__kpi:hover,
.page-about__team-card:hover {
  transform: translateY(-3px);
  border-color: #cbd5e1;
  box-shadow: 0 14px 32px rgba(15, 23, 42, .08);
}

.page-about__kpi {
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.page-about__kpi strong {
  color: #0f172a;
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  line-height: 1.2;
}

.page-about__kpi span {
  color: #475569;
  line-height: 1.45;
}

.page-about__team-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 12px 12px 14px;
  align-items: center;
  text-align: center;
}

.page-about__team-photo {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 8px;
  aspect-ratio: 1 / 1;
  max-width: 108px;
  width: 100%;
}

.page-about__team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-about__team-role {
  margin-bottom: 5px !important;
  color: #1e3a8a !important;
  font-size: .79rem;
  font-weight: 600;
}

.page-about__team-card h3 {
  font-size: .92rem;
  margin-bottom: 5px;
}

.page-about__team-card p {
  font-size: .84rem;
  line-height: 1.45;
}

.page-about__card--icon { position: relative; }

.page-about__icon {
  width: 42px;
  height: 42px;
  margin-bottom: 12px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #2f4f83;
  background: linear-gradient(145deg, #e8eef8, #f8fafc);
}

.page-about__icon svg {
  width: 22px;
  height: 22px;
}

.page-about__cta {
  margin-top: 30px;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff, #f8fafc);
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.page-about__cta h2 {
  margin: 0 0 6px;
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  color: #0f172a;
}

.page-about__cta p {
  margin: 0;
  color: #475569;
}

@media (max-width: 1200px) {
  .page-about__grid--team { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
}

@media (max-width: 1100px) {
  .page-about__grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .page-about__grid--team { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .page-about__hero {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .page-about__hero-visual {
    justify-content: flex-start;
  }

  .about-hero-graphic {
    width: min(100%, 380px);
  }

  .about-hero-badge {
    min-width: 102px;
    padding: 7px 9px;
  }

  .page-about__grid--3 { grid-template-columns: 1fr; }

  .page-about__cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .page-about {
    padding: 30px 0 56px;
  }

  .page-about__hero,
  .page-about__cta {
    border-radius: 14px;
  }

  .page-about__grid--4,
  .page-about__grid--team {
    grid-template-columns: 1fr;
  }

  .about-hero-orbit,
  .about-hero-orbit-node,
  .about-hero-globe,
  .about-hero-node,
  .about-hero-flow,
  .about-hero-badge,
  .about-hero-constellation {
    animation: none;
  }
}

.page-home-ui .reviews-carousel,
.page-home-ui .reviews-carousel__track-wrap,
.page-home-ui .reviews-frame {
  width: 100%;
  max-width: none;
}

.page-home-ui .reviews-carousel {
  margin: 0;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15,23,42,.06);
  padding: 18px;
}
.page-home-ui .reviews-carousel__head {
  display: block;
  margin-bottom: 12px;
}
.page-home-ui .reviews-carousel__nav {
  display:flex;
  justify-content:center;
  gap:10px;
  margin: 10px 0 14px;
}
.page-home-ui .reviews-carousel__btn {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(15,23,42,.14);
  background: #fff;
  color: #334155;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform .15s ease, box-shadow .15s ease;
}
.page-home-ui .reviews-carousel__btn:hover { transform: translateY(-1px); box-shadow:0 8px 16px rgba(2,6,23,.08); }
.page-home-ui .reviews-carousel__track {
  display:flex;
  gap:18px;
  overflow:auto;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  padding: 6px 2px 10px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.page-home-ui .reviews-carousel__track::-webkit-scrollbar { display:none; }

.page-home-ui .reviews-carousel__track.is-fading {
  opacity: .15;
}
.page-home-ui .reviews-carousel__track {
  transition: opacity .2s ease;
}

.page-home-ui .reviews-carousel__slide { flex: 0 0 calc((100% - 36px)/3); scroll-snap-align:start; }
.page-home-ui .review-card {
  background:#fff;
  border:1px solid rgba(15,23,42,.12);
  border-radius:14px;
  padding:18px;
  height: 220px;
  display:flex;
  flex-direction:column;
  box-shadow: 0 8px 22px rgba(2,6,23,.06);
}
.page-home-ui .review-card__text {
  font-size:14px;
  line-height:1.55;
  color:#0f172a;
  overflow:hidden;
  display:-webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  margin-bottom:14px;
}
.page-home-ui .review-card__meta {
  margin-top:auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding-top:10px;
  border-top:1px solid rgba(15,23,42,.08);
}
.page-home-ui .review-card__source { font-size:12px; color:rgba(15,23,42,.6); }
.page-home-ui .review-card__meta-left { font-size:12px; color: rgba(15,23,42,.6); display:flex; gap:8px; align-items:center; }
.page-home-ui .review-card__meta-dot { color: rgba(15,23,42,.35); line-height: 1; }
.page-home-ui .review-card__date { font-size:12px; color: rgba(15,23,42,.6); }
.page-home-ui .review-card__name {
  font-size:12px;
  font-weight:700;
  color:#0f172a;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  max-width: 55%;
  text-align:right;
}

.page-home-ui .reviews-form {
  margin-top: 18px;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15,23,42,.06);
  padding: 18px;
}
.page-home-ui .reviews-form__row { display: grid; grid-template-columns: 1fr; gap: 12px; }
.page-home-ui .reviews-form__field { display:flex; flex-direction:column; gap:6px; margin-bottom: 12px; }
.page-home-ui .reviews-form label { font-weight: 600; color:#1f2937; margin:0; }
.page-home-ui .reviews-form input,
.page-home-ui .reviews-form textarea {
  border: 1px solid #d1d5db;
  border-radius: 10px;
  padding: 10px 12px;
  color: #111827;
  font-size: .95rem;
}
.page-home-ui .reviews-form textarea { resize: vertical; min-height: 120px; }
.page-home-ui .reviews-form__footer { display:flex; align-items:center; justify-content:space-between; gap: 12px; flex-wrap: wrap; }
.page-home-ui .reviews-form__footer p { margin:0; color:#6b7280; font-size: .9rem; }
.page-home-ui .reviews-form__hp { position:absolute; left:-9999px; opacity:0; pointer-events:none; }
.page-home-ui .reviews-form__error { color:#dc2626; }
.page-home-ui .reviews-form__flash { margin-bottom: 18px; }

@media (max-width: 992px) {
  .page-home-ui .reviews-carousel__slide { flex-basis: calc((100% - 18px)/2); }
}

@media (max-width: 640px) {
  .page-home-ui .reviews-carousel__slide { flex-basis: 88%; }
}

@media (max-width: 767.98px) {
  .page-home-ui .reviews-carousel__track {
    gap: 12px;
  }

  .page-home-ui .reviews-carousel__slide {
    flex-basis: 92%;
  }

  .page-home-ui .reviews-form {
    padding: 16px 14px;
  }
}

@media (min-width: 992px) {
  .page-home-ui .reviews-form__row { grid-template-columns: 1fr 1fr; }
}

.page-affiliate {
  background: #f8fafc;
  min-height: 60vh;
}

.page-affiliate .affiliate-section {
  padding: 56px 0;
}

.page-affiliate .affiliate-section__head {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

.page-affiliate .affiliate-section__head h2 {
  margin: 0 0 10px;
  font-size: clamp(1.5rem, 2vw, 2rem);
  color: #0f172a;
}

.page-affiliate .affiliate-section__head p {
  margin: 0;
  color: #475569;
  line-height: 1.65;
}

.page-affiliate .affiliate-hero {
  position: relative;
  overflow: hidden;
  padding: 54px 0 34px;
}

.page-affiliate .affiliate-hero::before,
.page-affiliate .affiliate-hero::after {
  content: none;
}

.page-affiliate .affiliate-hero__panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr);
  gap: 26px;
  padding: 32px;
  border-radius: 22px;
  border: 1px solid rgba(148, 163, 184, .32);
  background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(255,255,255,.82));
  box-shadow: 0 20px 40px rgba(15,23,42,.08);
}

.page-affiliate .affiliate-hero__eyebrow {
  display: inline-flex;
  font-size: .76rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #0f172a;
  background: #e2e8f0;
  border-radius: 999px;
  padding: 6px 12px;
}

.page-affiliate .affiliate-hero h1 {
  margin: 14px 0 14px;
  font-size: clamp(1.75rem, 3.3vw, 2.8rem);
  line-height: 1.15;
  color: #0f172a;
}

.page-affiliate .affiliate-hero__lead {
  margin: 0 0 18px;
  font-size: 1.03rem;
  line-height: 1.68;
  color: #334155;
}

.page-affiliate .affiliate-bonus-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  padding: 8px 14px;
  color: #0f172a;
  background: rgba(250, 204, 21, .22);
  border: 1px solid rgba(202, 138, 4, .3);
}

.page-affiliate .affiliate-hero__actions {
  margin-top: 22px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.page-affiliate .affiliate-hero__stats {
  display: grid;
  gap: 12px;
}

.page-affiliate .affiliate-stat {
  border-radius: 16px;
  padding: 16px;
  border: 1px solid rgba(148, 163, 184, .34);
  box-shadow: 0 10px 24px rgba(15, 23, 42, .08);
  transition: transform .2s ease, box-shadow .2s ease;
}

.page-affiliate .affiliate-stat:hover,
.page-affiliate .affiliate-card:hover,
.page-affiliate .affiliate-level:hover,
.page-affiliate .affiliate-benefit:hover,
.page-affiliate .affiliate-audience:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 28px rgba(15, 23, 42, .1);
}

.page-affiliate .affiliate-stat p,
.page-affiliate .affiliate-stat span {
  margin: 0;
  color: #475569;
}

.page-affiliate .affiliate-stat strong {
  display: block;
  margin: 4px 0;
  font-size: 2rem;
  line-height: 1;
  color: #020617;
}

.page-affiliate .affiliate-grid {
  display: grid;
  gap: 16px;
}

.page-affiliate .affiliate-grid--3,
.page-affiliate .affiliate-grid--levels,
.page-affiliate .affiliate-grid--audience {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.page-affiliate .affiliate-grid--benefits {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.page-affiliate .affiliate-card,
.page-affiliate .affiliate-level,
.page-affiliate .affiliate-benefit,
.page-affiliate .affiliate-audience {
  border-radius: 16px;
  border: 1px solid rgba(148, 163, 184, .28);
  padding: 20px;
  background: #fff;
  transition: transform .2s ease, box-shadow .2s ease;
}

.page-affiliate .affiliate-card__step,
.page-affiliate .affiliate-level__name {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(37, 99, 235, .12);
  color: #1d4ed8;
  font-weight: 700;
  font-size: .8rem;
}

.page-affiliate .affiliate-card h3,
.page-affiliate .affiliate-level strong,
.page-affiliate .affiliate-benefit h3,
.page-affiliate .affiliate-audience h3 {
  margin: 0 0 8px;
  color: #0f172a;
}

.page-affiliate .affiliate-level strong {
  display: block;
  font-size: 2rem;
}

.page-affiliate .affiliate-card p,
.page-affiliate .affiliate-level p,
.page-affiliate .affiliate-benefit p,
.page-affiliate .affiliate-audience p,
.page-affiliate .affiliate-note {
  margin: 0;
  color: #475569;
  line-height: 1.65;
}

.page-affiliate .affiliate-note {
  margin-top: 16px;
  text-align: center;
}

.page-affiliate .affiliate-faq {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  gap: 10px;
}

.page-affiliate .affiliate-faq details {
  background: #fff;
  border: 1px solid #dbe3ed;
  border-radius: 12px;
  padding: 14px 16px;
}

.page-affiliate .affiliate-faq summary {
  cursor: pointer;
  font-weight: 700;
  color: #0f172a;
}

.page-affiliate .affiliate-faq p {
  margin: 10px 0 0;
  color: #475569;
  line-height: 1.6;
}

.page-affiliate .affiliate-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  border-radius: 18px;
  padding: 24px;
  border: 1px solid rgba(148, 163, 184, .3);
  background: linear-gradient(120deg, #0f172a 0%, #1e293b 100%);
  box-shadow: 0 14px 36px rgba(15,23,42,.24);
}

.page-affiliate .affiliate-cta h2,
.page-affiliate .affiliate-cta p,
.page-affiliate .affiliate-cta span {
  margin: 0;
  color: #e2e8f0;
}

.page-affiliate .affiliate-cta p {
  margin: 8px 0;
  color: #cbd5e1;
}

.page-affiliate .affiliate-cta span {
  font-size: .9rem;
}

@media (min-width: 700px) {
  .page-affiliate .affiliate-grid--3,
  .page-affiliate .affiliate-grid--levels,
  .page-affiliate .affiliate-grid--audience {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-affiliate .affiliate-grid--benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .page-affiliate .affiliate-grid--3,
  .page-affiliate .affiliate-grid--levels {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .page-affiliate .affiliate-grid--audience {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .page-affiliate .affiliate-hero__panel {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .page-affiliate .affiliate-hero {
    padding-top: 36px;
  }
}

@media (max-width: 640px) {
  .page-affiliate .affiliate-section {
    padding: 40px 0;
  }

  .page-affiliate .affiliate-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

.page-faq {
  min-height: calc(100vh - 220px);
  padding-bottom: 40px;
  background: #fff;
}

.page-faq .page-faq__hero {
  padding-top: 40px;
  padding-bottom: 20px;
}

.page-faq .page-subtitle {
  margin: 10px 0 0;
  max-width: 760px;
  color: rgba(15, 23, 42, .72);
  line-height: 1.6;
}

.page-faq .page-faq__content {
  padding-top: 20px;
  padding-bottom: 32px;
}

.page-faq .section-title {
  margin-bottom: 20px;
}

.page-faq .faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: start;
}

.page-faq .ui-faq__item {
  border: 1px solid rgba(15, 23, 42, .12);
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.page-faq .ui-faq__item:hover,
.page-faq .ui-faq__item:focus-within {
  border-color: #cbd5e1;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .08);
}

.page-faq .ui-faq__summary {
  position: relative;
  padding: 16px 46px 16px 18px;
  cursor: pointer;
  font-weight: 600;
  color: #0f172a;
  list-style: none;
}

.page-faq .ui-faq__summary::-webkit-details-marker {
  display: none;
}

.page-faq .ui-faq__summary::after {
  content: '';
  position: absolute;
  right: 18px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-right: 2px solid #64748b;
  border-bottom: 2px solid #64748b;
  transform: translateY(-65%) rotate(45deg);
  transition: transform .2s ease, border-color .2s ease;
}

.page-faq .ui-faq__summary:hover,
.page-faq .ui-faq__summary:focus-visible {
  background: #f8fafc;
  outline: none;
}

.page-faq .ui-faq__item[open] {
  border-color: rgba(15, 23, 42, .2);
}

.page-faq .ui-faq__item[open] .ui-faq__summary {
  border-bottom: 1px solid rgba(15, 23, 42, .12);
}

.page-faq .ui-faq__item[open] .ui-faq__summary::after {
  transform: translateY(-35%) rotate(-135deg);
  border-color: #334155;
}

.page-faq .ui-faq__answer {
  padding: 14px 18px 18px;
  color: rgba(15, 23, 42, .8);
  line-height: 1.6;
}

.page-faq .ui-faq__answer p {
  margin: 0;
}

.page-faq .ui-faq__answer p + p {
  margin-top: 12px;
}

.page-faq .page-faq__cta {
  padding-top: 8px;
}

.page-faq .faq-cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid rgba(148, 163, 184, .35);
  border-radius: 14px;
  padding: 20px 24px;
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

.page-faq .faq-cta-card h3 {
  margin: 0;
}

.page-faq .faq-cta-card p {
  margin: 8px 0 0;
  color: rgba(15, 23, 42, .72);
}

.page-faq::before,
.page-faq::after,
.page-faq .faq-grid::before,
.page-faq .faq-grid::after {
  display: none !important;
}

@media (max-width: 900px) {
  .page-faq .faq-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .page-faq .faq-cta-card {
    flex-direction: column;
    align-items: flex-start;
  }
}

.page-blogs {
  color: #111827;
  background: #f8fafc;
  padding-bottom: 56px;
}
.page-blogs .blogs-hero {
  padding-top: 28px;
  padding-bottom: 20px;
}
.page-blogs .blogs-hero__kicker {
  margin: 0 0 8px;
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 700;
  color: #9ca3af;
}
.page-blogs .blogs-hero__title {
  margin: 0;
  font-size: clamp(1.8rem, 3.2vw, 2.6rem);
  color: #0f172a;
}
.page-blogs .blogs-hero__subtitle {
  margin: 12px 0 0;
  max-width: 66ch;
  color: #4b5563;
}
.page-blogs .blogs-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.page-blogs .blog-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.page-blogs .blog-card:hover {
  transform: translateY(-3px);
  border-color: #d2dbe7;
  box-shadow: 0 12px 26px rgba(15, 23, 42, .1);
}
.page-blogs .blog-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
}
.page-blogs .blog-card__image-wrap {
  position: relative;
  height: 230px;
  overflow: hidden;
  background: #eef2f7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-blogs .blog-card__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  display: block;
  transition: none;
}
.page-blogs .blog-card:hover .blog-card__image {
  transform: none;
}
.page-blogs .blog-card__image-wrap.is-placeholder {
  background: linear-gradient(135deg, #eef2f7, #e5eaf1);
}
.page-blogs .blog-card__body {
  padding: 16px 18px 18px;
}
.page-blogs .blog-card__title {
  margin: 0;
  color: #111827;
  font-size: 1.06rem;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 3.1em;
}
.page-blogs .blog-card__meta {
  margin-top: 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  font-size: .84rem;
  color: #6b7280;
}
.page-blogs .blogs-pagination-wrap {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.page-blogs .blogs-pagination__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.page-blogs .blogs-pagination__link {
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid #d1d5db;
  background: #fff;
  color: #111827;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 600;
  transition: all .2s ease;
}
.page-blogs .blogs-pagination__item:not(.is-active):not(.is-disabled) .blogs-pagination__link:hover {
  border-color: #f4c430;
  color: #111827;
  box-shadow: 0 8px 16px rgba(15, 23, 42, .1);
}
.page-blogs .blogs-pagination__item.is-active .blogs-pagination__link {
  background: #f4c430;
  border-color: #f4c430;
  color: #111827;
}
.page-blogs .blogs-pagination__item.is-disabled .blogs-pagination__link,
.page-blogs .blogs-pagination__item.is-dots .blogs-pagination__link {
  opacity: .55;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .page-blogs .blogs-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 639px) {
  .page-blogs .blogs-grid { grid-template-columns: 1fr; }
  .page-blogs .blog-card__image-wrap { height: 210px; }
}


.page-legal .container,
.page-legal .uk-container,
.page-legal .ui-container {
  width: min(1280px, calc(100% - 32px));
  max-width: 1280px;
}
.page-legal .legal-head h1 {
  margin: 0 0 10px;
  line-height: 1.25;
}
.page-legal .legal-updated {
  margin: 0;
  color: #64748b;
  font-size: .95rem;
}
.page-legal .legal-toc {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0;
}
.page-legal .legal-toc a {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border: 1px solid #dbeafe;
  border-radius: 999px;
  background: #eff6ff;
  color: #1e3a8a;
  font-size: .92rem;
  text-decoration: none;
}
.page-legal .legal-toc a:hover {
  background: #dbeafe;
}
.page-legal .legal-body h2 {
  margin: 28px 0 12px;
  font-size: 1.35rem;
  color: #0f172a;
}
.page-legal .legal-body h3 {
  margin: 18px 0 8px;
  font-size: 1.05rem;
  color: #1e293b;
}
.page-legal .legal-body ul,
.page-legal .legal-body ol {
  margin: 0 0 14px 1.2rem;
  padding: 0;
}
.page-legal .legal-divider {
  border: 0;
  border-top: 1px solid #e2e8f0;
  margin: 28px 0;
}
.page-legal .legal-contact h2 {
  margin-bottom: 8px;
  font-size: 1.15rem;
}
@media (max-width: 767.98px) {
  .page-legal .container,
  .page-legal .uk-container,
  .page-legal .ui-container {
    width: calc(100% - 20px);
  }
  .page-legal .legal-card,
  .page-legal .legal-card--wide {
    padding: 22px;
  }
}
