/* WRAPPER */
.trust-block {
  background: #F6F8FB;
}

/* CONTAINER */
.trust-container {
  max-width: 1200px;
  margin: auto;
  padding: 30px 20px;
}

/* TITLE */
.trust-title {
  font-size: 30px;
  margin-bottom: 10px;
}

.trust-sub {
  color: #64748B;
  font-size: 15px;
  max-width: 600px;
  margin-bottom: 30px;
}

/* STEPS */
.trust-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}

.trust-step {
  background: #FFFFFF;
  padding: 20px;
  border-radius: 14px;
  border: 1px solid #E2E8F0;
  text-align: center;
  transition: all 0.25s ease;
}

.trust-step:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

.trust-icon {
  margin-bottom: 8px;
}

/* CERTIFICATE */
.trust-certificate {
  background: #FFFFFF;
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #E2E8F0;
  margin-bottom: 40px;
}

.trust-certificate h3 {
  margin-bottom: 10px;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 10px;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #334155;
}

/* LEGAL */
.trust-legal {
  margin-bottom: 40px;
}

.trust-legal h3 {
  margin-bottom: 15px;
}

.trust-legal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.trust-legal-card {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 14px;
  padding: 18px;
  transition: 0.25s ease;
}

.trust-legal-card:hover {
  border-color: #D6DBF5;
  box-shadow: 0 10px 25px rgba(90, 80, 200, 0.08);
}

/* CTA */
.trust-cta {
  text-align: center;
  margin-top: 30px;
}

.trust-cta p {
  margin-bottom: 12px;
  color: #64748B;
}

.trust-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  background: linear-gradient(135deg, #5A50C8, #7C3AED);
  color: #fff;

  padding: 12px 22px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;

  transition: all 0.25s ease;
  box-shadow: 0 8px 20px rgba(90, 80, 200, 0.25);
}

.trust-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(90, 80, 200, 0.35);
}

/* ADAPTIVE */
@media (max-width: 768px) {

  .trust-title {
    font-size: 24px;
  }

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

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

  .trust-legal-grid {
    grid-template-columns: 1fr;
  }

}

.banner-animated.fullscreen-banner.banner-elem.banner-image-load {
  display: none;
}

.story-card {
  max-width:1200px;
  background:#fff;
  padding:40px;
  border-radius:20px;
  border:1px solid #E2E8F0;
  box-shadow:0 20px 60px rgba(0,0,0,0.08);
}

.story-card h2 {
  color:#5A50C8;
  margin-bottom:10px;
}

.story-card h3 {
  margin-bottom:20px;
}

.story-text {
  margin-bottom:16px;
  color:#334155;
}

.story-divider {
  height:1px;
  background:#E2E8F0;
  margin:20px 0;
}

.highlight {
  font-weight:600;
  color:#2F7D6B;
}

.result {
  margin-top:20px;
  background:#E6F4F1;
  padding:20px;
  border-radius:12px;
  color:#1F5C4F;
  font-weight:500;
}

.cert-section {text-align:center; padding:80px 0;}
.cert-flow {
  display:flex;
  justify-content:center;
  align-items:center;
  gap:20px;
  flex-wrap:wrap;
  margin-top:40px;
}

.step {
  background:#fff;
  border:1px solid #E2E8F0;
  border-radius:16px;
  padding:20px;
  width:145px;
  opacity:0;
  transform:scale(0.9);
  transition:0.5s cubic-bezier(0.4,0,0.2,1);
  box-shadow:0 0 0 rgba(0,0,0,0);
}

.step.active {
  opacity:1;
  transform:scale(1.05);
  box-shadow:0 10px 30px rgba(0,0,0,0.08), 0 0 20px rgba(90,80,200,0.25);
  animation: bounce 0.5s ease;
}

.step.final.active {
  background:#E6F4F1;
  border-color:#B7D9D1;
}

@keyframes bounce {
  0% { transform: scale(0.9); }
  50% { transform: scale(1.1); }
  100% { transform: scale(1.05); }
}

.icon {
  width:28px;
  height:28px;
  margin-bottom:10px;
}

.arrow {
  font-size:24px;
  color:#64748B;
  opacity:0;
  transform:translateY(-10px);
  transition:0.4s cubic-bezier(0.4,0,0.2,1), text-shadow 0.4s;
}

/* glow стрелки */
.step.active + .arrow {
  opacity:1;
  transform:translateY(0);
  text-shadow: 0 0 6px rgba(90,80,200,0.5);
}

/* текст под шагами */
.step-text {
  opacity:0;
  transform:translateY(10px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.step.active .step-text {
  opacity:1;
  transform:translateY(0);
}

.trust-verify-mini {
  background: #F6F8FB;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  padding: 20px;
  margin: 30px 0;
  max-width: 1200px;
}

.trust-verify-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.trust-verify-text {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.trust-verify-text h3 {
  margin: 0;
  font-size: 16px;
}

.trust-verify-text p {
  margin: 4px 0 0;
  font-size: 13px;
  color: #64748B;
}

.trust-verify-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;

  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  padding: 10px 14px;
  border-radius: 10px;

  text-decoration: none;
  color: #0F172A;
  font-weight: 600;

  transition: 0.2s;
}

.trust-verify-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.06);
  border-color: #D6DBF5;
}

@media (max-width: 768px) {

  .trust-verify-container {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .trust-verify-text {
    width: 100%;
  }

  .trust-verify-btn {
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
  }

}

.deposit-tariff-short *,
.deposit-tariff-short *:before,
.deposit-tariff-short *:after {
    box-sizing: border-box;
}

.deposit-tariff-short {
    margin: 36px 0;

    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;

    padding: 24px 28px;

    background: linear-gradient(
        180deg,
        #FFFFFF 0%,
        #F8FAFC 100%
    );

    border: 1px solid #E2E8F0;
    border-radius: 18px;

    transition: all 0.25s ease;
}

.deposit-tariff-short:hover {
    border-color: #D6DBF5;
    box-shadow: 0 8px 28px rgba(90,80,200,.06);
}

.deposit-tariff-short__content {
    flex: 1;
}

.deposit-tariff-short__badge {
    display: inline-flex;
    align-items: center;

    padding: 7px 12px;
    margin-bottom: 14px;

    border-radius: 999px;

    background: #EEF2FF;
    border: 1px solid #D6DBF5;

    color: #4F46E5;

    font-size: 13px;
    font-weight: 600;
}

.deposit-tariff-short__title {
    margin: 0 0 10px;

    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;

    color: #0F172A;
}

.deposit-tariff-short__text {
    font-size: 15px;
    line-height: 1.7;
    color: #64748B;

    max-width: 680px;
}

.deposit-tariff-short__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 15px 22px;

    border-radius: 14px;

    background: #2F7D6B;
    color: #FFFFFF;

    text-decoration: none;
    white-space: nowrap;

    font-size: 15px;
    font-weight: 600;

    transition: all .2s ease;
}

.deposit-tariff-short__button:hover {
    background: #25695A;
    transform: translateY(-1px);
}


/* ========================= */
/* MOBILE */
/* ========================= */

@media (max-width: 767px) {

    .deposit-tariff-short {
        flex-direction: column;
        align-items: flex-start;

        padding: 20px;
        gap: 18px;
    }

    .deposit-tariff-short__title {
        font-size: 20px;
    }

    .deposit-tariff-short__button {
        width: 100%;
        box-sizing: border-box;
    }

}

:root {
  --green: #2F7D6B;
  --green-dark: #276B5C;
  --purple: #5A50C8;
  --purple-dark: #4B42AA;

  --bg: #F6F8FB;
  --card: #FFFFFF;
  --text: #0F172A;
  --sub: #64748B;
  --border: #E2E8F0;
}

/* BASE */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin:0;
  -font-family:Inter, sans-serif;
  color:var(--text);
}
.container {max-width:1200px; margin:auto; padding:30px 20px;}
h1,h2,h3 {margin:0 0 15px;}
p {color:var(--sub);}


/* HERO */
.hero {
  padding:30px 0;
}
.hero.container {
    position: relative;
}
.hero-bg {
  position:absolute;
  width:600px;
  height:600px;
  background:radial-gradient(circle, #5A50C8 0%, transparent 70%);
  filter:blur(120px);
  top:-100px;
  right:-100px;
  opacity:0.2;
  overflow:hidden;
  pointer-events:none;
}
.hero h1 {
  font-size:42px;
  max-width:800px;
  line-height: 1.2;
}
.hero .accent {color: #5A50C8;}
.hero p {font-size:18px; max-width:600px; margin:20px 0;}
.hero .btn {
  background:#2F7D6B;
  color:#fff;
  padding:14px 26px;
  border-radius:10px;
  display:inline-block;
  font-weight:600;
  transition:0.3s;
  text-decoration: none;
}
.hero .btn:hover {background:#276B5C; transform:scale(1.05);}

/* TRUST */
.trust {
  margin-top:30px;
  color:var(--sub);
  font-size:14px;
}

/* CARDS */
.grid {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:20px;
  margin-top:40px;
}
.card {
  background:var(--card);
  padding:25px;
  border-radius:16px;
  border:1px solid var(--border);
  transition:0.3s;
}
.card:hover {
  transform:translateY(-5px);
  box-shadow:0 15px 40px rgba(0,0,0,0.08);
}

/* SECTION */
section {padding:30px 0;}

/* STATS */
.stats {
  display:flex;
  gap:40px;
  margin-top:40px;
  flex-wrap:wrap;
}
.stat {font-size:22px; font-weight:700;}
.stat span {display:block; font-size:14px; color:var(--sub);}

/* COMPARISON */
.table {
  margin-top:40px;
  border-radius:16px;
  overflow:hidden;
  border:1px solid var(--border);
}
.row {
  display:grid;
  grid-template-columns:2fr 1fr 1fr;
}
.row div {
  padding:16px;
  border-bottom:1px solid var(--border);
}
.row.header {
  background:#EEF2FF;
  font-weight:600;
}

/* CTA */
.cta-block {
  background:#E6F4F1;
  padding:60px;
  text-align:center;
  border-radius:20px;
}
.cta-block h2 {color:var(--green);}
.cta-block .btn {
  margin-top:20px;
  display:inline-block;
  background:#2F7D6B;
  color:#fff;
  padding:14px 26px;
  border-radius:10px;
  text-decoration: none;
}
.cta-block .btn:hover {
  background:#276B5C;
}

.pdf-section {
  text-align: center;
  padding: 30px 0;
}

.pdf-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.pdf-doc {
  width: 420px;
  height: 600px; /* Устанавливаем фиксированную высоту */
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.15);
  text-align: left;
  position: relative;
  overflow: hidden;
  background-color: #f9f9f9;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; /* Контент будет располагаться внизу */
}

.certificate-background {
  background-image: url('/upload/medialibrary/6a2/zv1v9pue4w59c2hg56yeofde3xctcy2f/cert.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  opacity: 1;
  border-radius: 12px;
  display: block;
}

@media (max-width: 768px) {

  .pdf-doc {
    width: 100%;
    height: 500px;
    padding: 20px;
  }

  .certificate-background {
    background-size: contain;
    background-position: center top;
  }

}

/* Header */
.pdf-doc h3 {
  text-align: center;
  margin-bottom: 30px;
  z-index: 1;
}

/* Контейнер для текста и подписи */
.content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 20px; /* Небольшой отступ, чтобы элементы не прилипали к низу */
}

/* Lines animation */
.line {
  opacity: 0;
  transform: translateY(10px);
  margin-bottom: 10px;
  transition: 0.5s;
  z-index: 1;
}

.line.show {
  opacity: 1;
  transform: translateY(0);
}

/* Анимация подписи */
.signature {
  margin-top: 30px;
  opacity: 0;
  transition: 0.5s;
  z-index: 1;
}

.signature.show {
  opacity: 1;
}

.sig-line {
  height: 2px;
  background: #000;
  width: 200px;
  margin-bottom: 5px;
}

/* Печать остается внизу */
.stamp {
  position: absolute;
  bottom: 30px; /* Печать всегда на месте */
  right: 30px;
  padding: 10px 20px;
  border: 3px solid #2F7D6B;
  color: #2F7D6B;
  font-weight: 700;
  transform: rotate(-15deg) scale(0);
  opacity: 0;
  transition: 0.4s;
  z-index: 1;
}

.stamp.show {
  transform: rotate(-15deg) scale(1);
  opacity: 1;
}

.prr-services-grid-head{
    max-width:820px;
    margin:0 auto 46px;
    text-align:center;
    padding-top: 100px;
}

.prr-services-grid-label{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    height:34px;
    padding:0 16px;

    border-radius:999px;

    background:#EEF2FF;

    color:#5A50C8;

    font-size:13px;
    font-weight:700;

    letter-spacing:.08em;
    text-transform:uppercase;
}

.prr-services-grid-head h2{
    margin:22px 0 18px;

    color:#0F172A;

    font-size:46px;
    line-height:1.08;
    font-weight:800;

    letter-spacing:-0.05em;
}

.prr-services-grid-head p{
    margin:0;

    color:#64748B;

    font-size:18px;
    line-height:1.8;
}