.rihlatk-ab,
.rihlatk-wu {
    --ab-ink: #142B54;
    --ab-mid: #3F6EAE;
    --ab-blue: #147DFB;
    --ab-muted: #667085;
    --ab-line: #E3E5E8;
    --ab-fill: #F3F7FC;
    --ab-card: #FFFFFF;
    --ab-soft: #E8F3FF;
    --ab-shadow: 0 18px 48px -28px rgba(20, 43, 84, 0.28);
    font-family: inherit;
    color: var(--ab-ink);
}
.rihlatk-ab,
.rihlatk-ab *,
.rihlatk-wu,
.rihlatk-wu * {
    box-sizing: border-box;
}

.rihlatk-wu {
    background: var(--ab-fill);
    padding: 88px 24px 0;
    width: 100%;
}
.rihlatk-wu__inner,
.rihlatk-ab__inner {
    max-width: 1180px;
    margin: 0 auto;
}
.rihlatk-ab {
    padding: 12px 0 0;
    background: #fff;
}
.rihlatk-ab__inner {
    padding: 28px 24px 8px;
}

.rihlatk-ab__kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 14px;
    padding: 5px 12px 5px 10px;
    border-radius: 999px;
    background: var(--ab-soft);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: var(--ab-blue);
    line-height: 1.4;
}
.rihlatk-ab__kicker::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--ab-blue);
    box-shadow: 0 0 0 3px rgba(20, 125, 251, 0.18);
    flex-shrink: 0;
}
.rihlatk-ab__title {
    margin: 0;
    font-size: clamp(30px, 3.8vw, 46px);
    font-weight: 600;
    letter-spacing: -0.035em;
    line-height: 1.25;
    color: var(--ab-ink);
    max-width: 16ch;
}
.rihlatk-ab__head--wide .rihlatk-ab__title {
    max-width: 18em;
}
.rihlatk-ab__lead {
    margin: 18px 0 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.9;
    color: var(--ab-muted);
    max-width: 640px;
}
.rihlatk-ab__head {
    margin-bottom: 44px;
}
.rihlatk-ab__sub {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 24px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.4;
    color: var(--ab-ink);
}
.rihlatk-ab__sub::before {
    content: "";
    width: 3px;
    height: 1.05em;
    border-radius: 3px;
    background: linear-gradient(180deg, var(--ab-blue), var(--ab-mid));
    flex-shrink: 0;
}
.rihlatk-wu__block,
.rihlatk-ab__block {
    margin-top: 64px;
}

.rihlatk-ab__grid {
    display: grid;
    gap: 16px;
}
.rihlatk-ab__grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.rihlatk-ab__grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rihlatk-ab__card,
.rihlatk-ab__tile {
    position: relative;
    background: var(--ab-card);
    border: 1px solid var(--ab-line);
    border-radius: 22px;
    padding: 24px 22px 22px;
    text-align: start;
    box-shadow: 0 1px 0 rgba(20, 43, 84, 0.02);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.rihlatk-ab__card::after,
.rihlatk-ab__steps li::after {
    content: "";
    position: absolute;
    top: 0;
    right: 22px;
    left: 22px;
    height: 2px;
    border-radius: 0 0 2px 2px;
    background: linear-gradient(to left, var(--ab-blue), var(--ab-mid));
    opacity: 0;
    transition: opacity 0.2s ease;
}
.rihlatk-ab__card:hover,
.rihlatk-ab__tile:hover,
.rihlatk-ab__steps li:hover {
    border-color: #C9DBF2;
    box-shadow: var(--ab-shadow);
    transform: translateY(-2px);
}
.rihlatk-ab__card:hover::after,
.rihlatk-ab__steps li:hover::after {
    opacity: 1;
}
.rihlatk-ab__card h3,
.rihlatk-ab__tile h3 {
    margin: 16px 0 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
    color: var(--ab-ink);
}
.rihlatk-ab__tile h3 {
    margin: 0 0 6px;
}
.rihlatk-ab__card p,
.rihlatk-ab__tile p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    color: var(--ab-muted);
}
.rihlatk-ab__card--link {
    display: block;
    text-decoration: none;
    color: inherit;
}
.rihlatk-ab__card--link:hover {
    color: inherit;
}

.rihlatk-ab__ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(180deg, #F7FBFF 0%, var(--ab-soft) 100%);
    color: var(--ab-blue);
    border: 1px solid #D4E6FA;
    box-shadow: inset 0 1px 0 #fff;
}
.rihlatk-ab__ico--sm {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
}
.rihlatk-ab__svg {
    width: 22px;
    height: 22px;
    display: block;
}
.rihlatk-ab__ico--sm .rihlatk-ab__svg {
    width: 18px;
    height: 18px;
}

.rihlatk-ab__tile {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}
.rihlatk-ab__tile::after {
    display: none;
}

.rihlatk-ab__steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    position: relative;
}
.rihlatk-ab__steps li {
    position: relative;
    background: var(--ab-card);
    border: 1px solid var(--ab-line);
    border-radius: 22px;
    padding: 24px 22px 22px;
    box-shadow: 0 1px 0 rgba(20, 43, 84, 0.02);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    z-index: 1;
}
.rihlatk-ab__steps h3 {
    margin: 14px 0 8px;
    font-size: 16px;
    font-weight: 700;
}
.rihlatk-ab__steps p {
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
    color: var(--ab-muted);
}
.rihlatk-ab__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(180deg, var(--ab-blue), #0E6AE0);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 8px 16px -8px rgba(20, 125, 251, 0.7);
}

.rihlatk-ab__intro {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.9fr);
    gap: 28px 36px;
    align-items: stretch;
    max-width: none;
}
.rihlatk-ab__prose {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 8px 4px 8px 0;
}
.rihlatk-ab__prose p {
    margin: 0 0 16px;
    font-size: 17px;
    font-weight: 400;
    line-height: 2.05;
    color: var(--ab-ink);
}
.rihlatk-ab__prose p:last-child {
    margin-bottom: 0;
    color: var(--ab-muted);
}
.rihlatk-ab__verify {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 18px;
    padding: 22px 22px 20px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.96)),
        linear-gradient(135deg, #F7FBFF 0%, #EEF4FB 100%);
    border: 1px solid #D7E4F4;
    border-radius: 24px;
    box-shadow: var(--ab-shadow);
}
.rihlatk-ab__seals {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px 24px;
}
.rihlatk-ab__seal {
    display: inline-flex;
    align-items: center;
    padding: 8px 10px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid var(--ab-line);
    text-decoration: none;
    color: inherit;
}
.rihlatk-ab__seal-img {
    display: block;
    height: 44px;
    width: auto;
    max-width: 180px;
    object-fit: contain;
    background: #fff;
}
.rihlatk-ab__verify-meta {
    padding-top: 16px;
    border-top: 1px solid #D7E4F4;
}
.rihlatk-ab__verify-kicker {
    margin: 0 0 6px;
    font-size: 11px;
    font-weight: 700;
    color: var(--ab-mid);
}
.rihlatk-ab__cr {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.3;
    color: var(--ab-ink);
    font-variant-numeric: tabular-nums;
    text-align: start;
}
.rihlatk-ab__cr b {
    font-weight: 700;
    letter-spacing: 0.06em;
}
.rihlatk-ab__cr-empty {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.6;
}
.rihlatk-ab__vat {
    margin: 8px 0 0;
    font-size: 13px;
    font-weight: 500;
    color: var(--ab-muted);
}
.rihlatk-ab__vat b {
    font-weight: 700;
    color: var(--ab-ink);
}
.rihlatk-ab__verify-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 12px;
    font-size: 13px;
    font-weight: 700;
    color: var(--ab-blue);
    text-decoration: none;
}
.rihlatk-ab__verify-link::after {
    content: "‹";
    width: auto;
    height: auto;
    border: 0;
    transform: none;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
}
.rihlatk-ab__verify-link:hover {
    color: var(--ab-mid);
}

.rihlatk-ab__cities {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.rihlatk-ab__cities li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px 10px 14px;
    border: 1px solid var(--ab-line);
    border-radius: 999px;
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    color: var(--ab-ink);
    box-shadow: 0 1px 0 rgba(20, 43, 84, 0.03);
    transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
}
.rihlatk-ab__cities li::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--ab-blue);
    box-shadow: 0 0 0 3px rgba(20, 125, 251, 0.16);
    flex-shrink: 0;
}
.rihlatk-ab__cities li:hover {
    border-color: #B7D2F4;
    background: var(--ab-soft);
    color: var(--ab-ink);
}

.rihlatk-ab__cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin-top: 64px;
    padding: 32px 34px;
    background:
        radial-gradient(1200px 180px at 0% 120%, rgba(20, 125, 251, 0.28), transparent 55%),
        linear-gradient(135deg, #142B54 0%, #1A3A6C 58%, #2A508C 100%);
    border-radius: 28px;
    color: #fff;
    box-shadow: 0 24px 48px -28px rgba(20, 43, 84, 0.65);
}
.rihlatk-ab .rihlatk-ab__cta,
.rihlatk-ab .rihlatk-ab__cta h3,
.rihlatk-ab .rihlatk-ab__cta p {
    color: #fff;
}
.rihlatk-ab .rihlatk-ab__cta .rihlatk-ab__kicker {
    background: rgba(20, 125, 251, 0.18);
    color: #C5DCFF;
}
.rihlatk-ab .rihlatk-ab__cta .rihlatk-ab__kicker::before {
    background: #7EB6FF;
    box-shadow: 0 0 0 3px rgba(126, 182, 255, 0.22);
}
.rihlatk-ab__cta h3 {
    margin: 0;
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 600;
    line-height: 1.5;
    max-width: 28ch;
}
.rihlatk-ab .rihlatk-ab__cta a.rihlatk-ab__btn--primary,
.rihlatk-ab .rihlatk-ab__cta a.rihlatk-ab__btn--ghost {
    color: #fff;
}
.rihlatk-ab__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex-shrink: 0;
}
.rihlatk-ab__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 22px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}
.rihlatk-ab__btn-ico {
    display: inline-flex;
    width: 16px;
    height: 16px;
    color: inherit;
}
.rihlatk-ab__btn-ico .rihlatk-ab__svg {
    width: 16px;
    height: 16px;
}
.rihlatk-ab__btn--primary {
    background: var(--ab-blue);
    color: #fff;
    box-shadow: 0 10px 20px -12px rgba(20, 125, 251, 0.9);
}
.rihlatk-ab__btn--primary:hover {
    background: #0E6AE0;
    color: #fff;
}
.rihlatk-ab__btn--ghost {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.28);
}
.rihlatk-ab__btn--ghost:hover {
    border-color: #fff;
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
}
.rihlatk-ab__btn--outline {
    background: #fff;
    color: var(--ab-ink);
    border: 1px solid var(--ab-line);
}
.rihlatk-ab__btn--outline:hover {
    border-color: var(--ab-blue);
    color: var(--ab-blue);
}
.rihlatk-wu__go {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 44px;
    padding-bottom: 8px;
}

.rihlatk-ab__stats {
    margin-top: 56px;
    padding: 8px 24px 72px;
    width: 100%;
    background: transparent;
    color: var(--ab-ink);
}
.rihlatk-wu .rihlatk-ab__stats {
    margin-top: 56px;
    padding: 8px 0 80px;
}
.rihlatk-ab__stats-inner {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
    padding: 10px 8px 8px;
    background:
        linear-gradient(180deg, #FFFFFF 0%, #F7FBFF 100%);
    border: 1px solid #D7E4F4;
    border-radius: 28px;
    box-shadow: 0 28px 64px -36px rgba(20, 43, 84, 0.35);
    overflow: hidden;
}
.rihlatk-ab__stats-inner::before {
    content: "";
    position: absolute;
    top: 0;
    right: 10%;
    left: 10%;
    height: 3px;
    background: linear-gradient(to left, transparent, var(--ab-blue) 18%, var(--ab-mid) 82%, transparent);
}
.rihlatk-ab__stat {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 148px;
    padding: 28px 18px 26px;
    text-align: center;
    background: transparent;
    border: 0;
    border-radius: 0;
}
.rihlatk-ab__stat + .rihlatk-ab__stat::before {
    content: "";
    position: absolute;
    top: 28px;
    bottom: 28px;
    inset-inline-start: 0;
    width: 1px;
    background: linear-gradient(180deg, transparent, #D7E4F4 12%, #D7E4F4 88%, transparent);
}
.rihlatk-ab__stats-ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--ab-soft);
    color: var(--ab-blue);
    border: 1px solid #D4E6FA;
}
.rihlatk-ab__stats-ico .rihlatk-ab__svg {
    width: 18px;
    height: 18px;
    display: block;
}
.rihlatk-ab__stats,
.rihlatk-ab .rihlatk-ab__stats,
.rihlatk-wu .rihlatk-ab__stats {
    color: var(--ab-ink);
}
.rihlatk-ab__stats-value,
.rihlatk-ab .rihlatk-ab__stats-value,
.rihlatk-wu .rihlatk-ab__stats-value,
.rihlatk-ab__stats strong,
.rihlatk-ab .rihlatk-ab__stats strong,
.rihlatk-wu .rihlatk-ab__stats strong {
    display: block;
    margin: 0;
    font-size: clamp(26px, 2.8vw, 36px);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.15;
    color: var(--ab-ink);
    font-variant-numeric: tabular-nums;
}
.rihlatk-ab__stats-value::after {
    content: "";
    display: block;
    width: 28px;
    height: 2px;
    margin: 10px auto 0;
    border-radius: 2px;
    background: var(--ab-blue);
}
.rihlatk-ab__stats-label,
.rihlatk-ab .rihlatk-ab__stats-label,
.rihlatk-wu .rihlatk-ab__stats-label {
    display: block;
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    color: var(--ab-mid);
}

@media (max-width: 1100px) {
    .rihlatk-ab__grid--4,
    .rihlatk-ab__steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .rihlatk-wu {
        padding: 64px 18px 0;
    }
    .rihlatk-ab__intro {
        grid-template-columns: 1fr;
        gap: 22px;
    }
}
@media (max-width: 820px) {
    .rihlatk-ab__verify,
    .rihlatk-ab__grid--3,
    .rihlatk-ab__cta {
        grid-template-columns: 1fr;
        flex-direction: column;
        align-items: stretch;
    }
    .rihlatk-ab__stats-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 6px;
    }
    .rihlatk-ab__stat {
        min-height: 132px;
        padding: 22px 12px 20px;
    }
    .rihlatk-ab__stat + .rihlatk-ab__stat::before {
        display: none;
    }
    .rihlatk-ab__stat:nth-child(2n)::before {
        display: block;
        top: 22px;
        bottom: 22px;
    }
    .rihlatk-ab__stat:nth-child(n + 3) {
        border-top: 1px solid #E8EEF6;
    }
    .rihlatk-ab__title {
        max-width: none;
    }
}
@media (max-width: 720px) {
    .rihlatk-ab__grid--4,
    .rihlatk-ab__steps {
        grid-template-columns: 1fr;
    }
    .rihlatk-ab__inner {
        padding: 12px 16px 0;
    }
    .rihlatk-ab__cta {
        padding: 24px 20px;
        border-radius: 22px;
    }
    .rihlatk-ab__actions,
    .rihlatk-wu__go {
        width: 100%;
    }
    .rihlatk-ab__btn {
        flex: 1 1 auto;
    }
    .rihlatk-ab__stats {
        padding: 8px 16px 48px;
    }
    .rihlatk-wu .rihlatk-ab__stats {
        padding: 8px 0 56px;
    }
    .rihlatk-ab__stats-inner {
        border-radius: 22px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .rihlatk-ab__card,
    .rihlatk-ab__tile,
    .rihlatk-ab__steps li,
    .rihlatk-ab__btn {
        transition: none;
    }
    .rihlatk-ab__card:hover,
    .rihlatk-ab__tile:hover,
    .rihlatk-ab__steps li:hover {
        transform: none;
    }
}
