/* =======================================================
Шрифты
====================================================== */
@font-face {
    font-family: "Tenor Sans";
    src: url(../fonts/tenor-s/tenorsans.woff) format("woff");
    font-style: normal;
}

@font-face {
    font-family: "Open Sans";
    src: url(../fonts/o-sans/opensans.woff) format("woff");
    font-style: normal;
}

/* =======================================================
Глобальные переменные и базовые стили
====================================================== */
:root {
    --font-heading: "Tenor Sans", sans-serif;
    --font-body: "Open Sans", sans-serif;
    --gold: #c9a96b;
    --dark-bg: #0f172a;
    --text-dark: #1e2b37;
    --text-muted: #5f7482;
}

body {
    font-family: var(--font-body);
}

.top-heading,
.my-top-heading,
h1,
h2,
h3,
.uk-card-title,
.location {
    font-family: var(--font-heading);
}

/* =======================================================
Прелоадер
====================================================== */
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #e0e0e0;
    z-index: 1001;
}

.loaded_hiding .preloader {
    transition: 0.3s opacity;
    opacity: 0;
}

.loaded .preloader {
    display: none;
}

/* =======================================================
Hero секция
====================================================== */
.header-cover {
    height: 100vh;
    position: relative;
}

.pravo-overlay {
    background: rgba(0, 0, 0, 0.8);
}

.location {
    background: #c9a96b !important;
    color: #fff !important;
    padding: .3rem;
}

.sp-logo {
    padding: .3rem;
    width: auto;
}

.top-heading {
    color: #fff;
}

.top-heading,
.my-top-heading {
    font-size: 2.5rem;
}

.top-description {
    font-size: 1.5rem;
}

ul.off-canvas-contacts {
    list-style: none;
}

.off-canvas-contacts li {
    margin: .7rem 0;
    color: #d0d9ec;
}

.off-canvas-contacts {
    font-size: 1.1rem;
    text-transform: uppercase;
}

.off-canvas-bar {
    font-size: 1.1rem;
}

/* =======================================================
Кнопка вверх
====================================================== */
#upbutton {
    bottom: 100px;
    right: 5px;
    cursor: pointer;
    display: none;
    position: fixed;
    z-index: 999;
    transition: all .3s ease-in-out;
    color: var(--accent);
}

/* =======================================================
Навигация
====================================================== */
.pravo-nvbar {
    background: #ffffff;
    box-shadow: 1px 9px 6px -4px rgba(0, 0, 0, 0.2);
}

/* =======================================================
Подвал сайта
====================================================== */
.site-info {
    padding: 1rem;
    font-size: .9rem;
}

.site-info,
.site-info a {
    color: #e0e2e4;
}

.footer-premium {
    background: #0f172a;
    border-top: 1px solid rgba(201, 169, 107, 0.2);
    color: #e2e8f0;
    position: relative;
    letter-spacing: 0.02em;
    padding: 60px 0;
}

.footer-premium::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #c9a96b, transparent);
    opacity: 0.3;
}

.footer-title {
    color: #c9a96b;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.footer-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 40px;
    height: 2px;
    background: #c9a96b;
    opacity: 0.5;
}

.footer-text {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #a0b3d9;
    margin-bottom: 25px;
    max-width: 500px;
    font-weight: 300;
}

.footer-copyright {
    font-size: 0.85rem;
    color: #5f7a9e;
}

.footer-copyright a {
    color: #a0b3d9;
    transition: color 0.2s ease;
    text-decoration: none;
}

.footer-copyright a:hover {
    color: #c9a96b;
}

.footer-phone {
    margin-bottom: 30px;
}

.phone-link {
    font-size: 1.8rem;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: -0.02em;
    display: block;
    line-height: 1.2;
    transition: color 0.2s ease;
}

.phone-link:hover {
    color: #c9a96b;
}

.phone-label {
    font-size: 0.85rem;
    color: #7f95b9;
    display: block;
    margin-top: 5px;
}

.footer-messengers {
    margin-bottom: 25px;
}

.messengers-label {
    font-size: 0.9rem;
    color: #a0b3d9;
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 400;
}

.messenger-link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #e2e8f0;
    text-decoration: none;
    font-size: 0.95rem;
    padding: 8px 20px;
    border: 1px solid rgba(201, 169, 107, 0.2);
    border-radius: 40px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.messenger-link:hover {
    background: rgba(201, 169, 107, 0.1);
    border-color: #c9a96b;
    color: #c9a96b;
    transform: translateY(-2px);
}

.messenger-link [uk-icon] {
    color: #c9a96b;
}

.footer-cta .uk-button-default {
    background: transparent;
    border: 2px solid #c9a96b;
    color: #c9a96b;
    border-radius: 40px;
    padding: 0 30px;
    height: 50px;
    line-height: 46px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.85rem;
    transition: all 0.3s ease;
}

.footer-cta .uk-button-default:hover {
    background: #c9a96b;
    color: #0f172a;
    border-color: #c9a96b;
}

.uk-divider-small {
    border-top: 1px solid rgba(201, 169, 107, 0.2);
}

/* =======================================================
Премиум карточка
====================================================== */
.premium-card {
    position: relative;
    background: rgba(20, 25, 35, 0.95) !important;
    color: #fff;
    border: 1px solid rgba(201, 169, 107, 0.2);
    overflow: hidden;
    padding: 30px !important;
}

.premium-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #c9a96b, #e5d09b, #c9a96b);
}

.premium-badge {
    display: inline-block;
    background: rgba(201, 169, 107, 0.15);
    color: #c9a96b;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 4px 12px;
    border-radius: 20px;
    border: 1px solid rgba(201, 169, 107, 0.3);
    margin-bottom: 20px;
    float: right;
}

.premium-price {
    margin: 15px 0;
}

.price-old {
    font-size: 1rem;
    color: #a0b3d9;
    text-decoration: line-through;
    margin-right: 10px;
}

.price-new {
    font-size: 2.8rem;
    font-weight: 600;
    color: #c9a96b;
    line-height: 1;
    letter-spacing: -1px;
}

.service-list li {
    color: #d0d9ec !important;
    border-top-color: rgba(201, 169, 107, 0.2) !important;
}

.hed-card-title {
    font-family: var(--font-heading);
    font-size: 1.5rem;
}

/* =======================================================
Contact form 7
====================================================== */


/* =======================================================
Карточки цен
====================================================== */
.price-card {
    background: #fff;
    border-radius: 24px;
    padding: 30px 25px;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.9);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.04);
    height: 100%;
    display: flex !important;
    flex-direction: column !important;
}

.price-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 40px -12px rgba(0, 40, 70, 0.2);
    border-color: rgba(170, 190, 210, 0.3);
}

.price-card .price {
    font-size: 2rem;
    font-weight: 600;
    color: #1e3b4c;
    line-height: 1.2;
    margin: 15px 0 10px;
}

.price-card .price small {
    font-size: 1rem;
    font-weight: 400;
    color: #6f8a9c;
}

.price-card .uk-label {
    background: #d4e2ed;
    color: #1e3b4c;
    font-family: var(--font-heading);
    padding: 5px 12px;
    border-radius: 40px;
    text-transform: none;
    font-size: 1rem;
    text-align: center;
}

.price-title,
.price-title a {
    font-family: var(--font-heading);
    margin-top: 1rem;
    color: #0f172a;
    font-size: 1.6rem;
}

.price-cta {
    font-family: var(--font-heading);
    text-align: center;
    color: #876a30;
    text-transform: uppercase;
    font-weight: 600;
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 40px;
}

.price-tag {
    font-size: 1.7rem;
    font-weight: 600;
    color: #1e3b4c;
    line-height: 1.2;
    margin-bottom: 15px;
    text-align: center;
    background: beige;
    padding: .5rem;
}

.price-card .uk-margin-top-auto {
    margin-top: auto !important;
}

.price-description {
    color: #2c3e4f;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 28px;
    flex: 1 0 auto;
}

.price-description p {
    margin: 0 0 12px 0;
}

.price-description p:last-child {
    margin-bottom: 0;
}

.price-description ul,
.price-description ol {
    margin: 12px 0;
    padding-left: 20px;
}

.price-description li {
    margin-bottom: 8px;
    color: #3a4a5a;
}

.price-description li::marker {
    color: #c9a96b;
}

.price-description strong {
    color: #0f172a;
    font-weight: 600;
}

/* =======================================================
Общие элементы
====================================================== */
.accent-badge {
    background: #c9a96b;
    color: #fff;
    font-size: 0.8rem;
    padding: 6px 14px;
    border-radius: 50px;
    letter-spacing: 0.5px;
}

.btn-gold {
    background: #c9a96b;
    color: #fff;
    border: 1px solid #c9a96b;
    border-radius: 60px;
    padding: 0 30px;
    height: 50px;
    line-height: 48px;
    font-weight: 500;
    transition: 0.2s;
}

.btn-gold:hover {
    background: #b3914e;
    border-color: #b3914e;
    color: #fff;
}

.btn-outline-gold {
    background: transparent;
    border: 1.5px solid #c9a96b;
    color: #1e2b37;
    border-radius: 60px;
    padding: 0 30px;
    height: 48px;
    line-height: 44px;
    font-weight: 500;
}

.btn-outline-gold:hover {
    background: #c9a96b;
    color: #fff;
}

.price-card-icon {
    vertical-align: sub;
}

a.price-card-link {
    font-size: 1.1rem;
    color: #293751;
}

.btn-order {
    color: #a07110;
    font-weight: 600;
    font-size: 1.3rem;
}

.benefit-icon {
    font-size: 2.4rem;
    color: #c9a96b;
    margin-bottom: 15px;
}

.section-title {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.2;
    color: var(--text-dark);
}

.section-subtitle {
    font-size: 1.2rem;
    color: #5f7482;
    font-weight: 300;
}

.gold-line {
    width: 70px;
    height: 3px;
    background: #c9a96b;
    margin: 20px 0 25px;
}

.gold-line-small {
    width: 50px;
    height: 2px;
    background: var(--gold);
    margin: 0.5rem 0 1.2rem 0;
    opacity: 0.6;
}

/* =======================================================
Блок статистики
====================================================== */
.bg-pravo-stats {
    background-color: #0f172a;
}

.pravo-stats-container {
    background-color: #0f172a;
    border-radius: 32px;
    padding: 3rem 2.5rem;
    border: 1px solid rgba(201, 169, 107, 0.15);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
}

.pravo-stats-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, #c9a96b, #e5d09b, #c9a96b, transparent);
}

.pravo-stats-container::after {
    content: '';
    position: absolute;
    top: -20px;
    left: 10%;
    right: 10%;
    height: 40px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), transparent);
    border-radius: 50%;
    filter: blur(15px);
    opacity: 0.3;
    pointer-events: none;
}

.pravo-live-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(201, 169, 107, 0.08);
    border-radius: 60px;
    padding: 0.5rem 1.2rem 0.5rem 0.8rem;
    border: 1px solid rgba(201, 169, 107, 0.2);
    width: fit-content;
    margin-bottom: 2rem;
}

.pravo-live-dot {
    width: 10px;
    height: 10px;
    background-color: #4ade80;
    border-radius: 50%;
    margin-right: 8px;
    box-shadow: 0 0 0 2px rgba(74, 222, 128, 0.2);
    animation: pravoPulse 2s infinite;
}

.pravo-live-text {
    font-size: 0.8rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #a0b3d9;
    text-transform: uppercase;
}

.pravo-live-text span {
    color: #c9a96b;
    font-weight: 600;
    margin-left: 4px;
}

.pravo-stats-eyebrow {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #c9a96b;
    margin-bottom: 0.5rem;
}

.pravo-stats-title {
    font-family: 'Tenor Sans', serif;
    font-size: 2.2rem;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

.pravo-stats-subtitle {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.3rem;
    color: #c3cee5;
    max-width: 500px;
    margin-bottom: 2rem;
    font-weight: 300;
}

.pravo-stats-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 2rem;
    margin-bottom: 2.5rem;
}

.pravo-stat-item {
    flex: 1 1 180px;
}

.pravo-stat-number {
    font-family: 'Tenor Sans', serif;
    font-size: 3.2rem;
    font-weight: 600;
    color: #c9a96b;
    line-height: 1;
    margin-bottom: 0.5rem;
    letter-spacing: -1px;
}

.pravo-stat-label {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    color: #e2e8f0;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 0.25rem;
}

.pravo-stat-description {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    color: #7f95b9;
    font-weight: 300;
    border-bottom: 1px dashed rgba(201, 169, 107, 0.3);
    padding-bottom: 0.5rem;
    display: inline-block;
}

.pravo-stats-divider {
    height: 1px;
    background: linear-gradient(90deg, #c9a96b, transparent);
    width: 120px;
    margin: 1.5rem 0 1rem 0;
    opacity: 0.3;
}

.pravo-stats-button {
    display: inline-block;
    background: #c9a96b;
    color: #0f172a;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 0.9rem 2.5rem;
    border-radius: 60px;
    text-decoration: none;
    border: 2px solid #c9a96b;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(201, 169, 107, 0.3);
}

.pravo-stats-button:hover {
    background: transparent;
    color: #c9a96b;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(201, 169, 107, 0.4);
}

.pravo-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 2rem auto 2.5rem auto;
    width: 100%;
    max-width: 300px;
}

.pravo-divider-line {
    height: 1px;
    flex: 1;
    background: linear-gradient(90deg, transparent, #c9a96b, transparent);
}

.pravo-divider-icon {
    color: #c9a96b;
    font-size: 1.2rem;
    opacity: 0.7;
}

/* =======================================================
Showcase блок
====================================================== */
.pravo-showcase-block {
    margin: 4rem 0;
}

.pravo-showcase-container {
    background-color: #0f172a;
    border-radius: 48px;
    padding: 5rem 2.5rem;
    border: 1px solid rgba(201, 169, 107, 0.15);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
    text-align: center;
}

.pravo-showcase-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, #c9a96b, #e5d09b, #c9a96b, transparent);
}

.pravo-showcase-container::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(201, 169, 107, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.pravo-showcase-eyebrow {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #c9a96b;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
}

.pravo-showcase-eyebrow::before,
.pravo-showcase-eyebrow::after {
    content: '✦';
    margin: 0 10px;
    opacity: 0.5;
    font-size: 0.7rem;
}

.pravo-showcase-title {
    font-family: var(--font-heading);
    font-size: 3.2rem;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
}

.pravo-showcase-subtitle {
    font-size: 1.2rem;
    color: #a0b3d9;
    max-width: 600px;
    margin: 0 auto 2.5rem;
    font-weight: 300;
    line-height: 1.6;
}

.pravo-showcase-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.8rem 1.5rem;
    margin-bottom: 3rem;
}

.pravo-tag {
    font-size: 0.9rem;
    color: #e2e8f0;
    position: relative;
    padding: 0 0.5rem;
}

.pravo-tag:not(:last-child)::after {
    content: '•';
    position: absolute;
    right: -1rem;
    color: #c9a96b;
    opacity: 0.5;
}

.pravo-showcase-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    background: transparent;
    color: #ffffff;
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 1.2rem 3.5rem;
    border-radius: 60px;
    text-decoration: none;
    border: 2px solid #c9a96b;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.pravo-showcase-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #c9a96b;
    transition: all 0.4s ease;
    z-index: -1;
}

.pravo-showcase-button:hover {
    color: #0f172a;
    text-decoration: none;
}

.pravo-showcase-button:hover::before {
    left: 0;
}

.pravo-showcase-button span {
    font-size: 0.9rem;
    opacity: 0.7;
    font-weight: 400;
    letter-spacing: 1px;
}

.pravo-showcase-meta {
    margin-top: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    color: #5f7a9e;
    font-size: 0.9rem;
}

.pravo-meta-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.pravo-meta-item .uk-icon {
    color: #c9a96b;
}

/* =======================================================
Контакты
====================================================== */
.pravo-contacts-compact {
    margin: 4rem 0;
}

.pravo-contacts-container {
    background: #ffffff;
    border-radius: 48px;
    padding: 3rem;
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(201, 169, 107, 0.15);
    position: relative;
}

.pravo-contacts-eyebrow {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #c9a96b;
    text-align: center;
    margin-bottom: 0.5rem;
}

.pravo-contacts-eyebrow::before,
.pravo-contacts-eyebrow::after {
    content: '✦';
    margin: 0 8px;
    opacity: 0.5;
    font-size: 0.7rem;
}

.pravo-contacts-title {
    font-family: 'Tenor Sans', serif;
    font-size: 2.5rem;
    font-weight: 500;
    color: #1e2b37;
    text-align: center;
    margin-bottom: 2.5rem;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.pravo-contacts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 2rem;
}

.pravo-contact-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.8rem 1rem;
    background: #f8fafc;
    border-radius: 32px;
    border: 1px solid rgba(201, 169, 107, 0.2);
    transition: all 0.3s ease;
    text-decoration: none;
    color: #1e2b37;
    position: relative;
    overflow: hidden;
}

.pravo-contact-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #c9a96b;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
}

.pravo-contact-button:hover {
    transform: translateY(-5px);
    border-color: #c9a96b;
    box-shadow: 0 15px 30px -10px rgba(201, 169, 107, 0.3);
}

.pravo-contact-button:hover::before {
    opacity: 0.05;
}

.pravo-contact-icon {
    font-size: 2rem;
    color: #c9a96b;
    margin-bottom: 0.8rem;
    position: relative;
    z-index: 1;
}

.pravo-contact-label {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.3rem;
    position: relative;
    z-index: 1;
}

.pravo-contact-value {
    font-size: 0.9rem;
    color: #5f7482;
    position: relative;
    z-index: 1;
}

.pravo-contact-button.phone {
    background: #0f172a;
    border-color: #c9a96b;
}

.pravo-contact-button.phone .pravo-contact-icon,
.pravo-contact-button.phone .pravo-contact-label {
    color: #ffffff;
}

.pravo-contact-button.phone .pravo-contact-value {
    color: #c9a96b;
}

.pravo-contact-button.phone:hover {
    background: #1a2635;
}

.pravo-form-card {
    background: #eff1f3;
    border-radius: 32px;
    padding: 2rem;
    border: 1px solid rgba(201, 169, 107, 0.15);
    margin-bottom: 1.5rem;
}

.pravo-form-field {
    margin-bottom: 1rem;
}

.pravo-label {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #5f7482;
    margin-bottom: 0.5rem;
    display: block;
}

input.wpcf7-form-control,
.pravo-input {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 1.2rem 1.5rem;
    border: 1px solid rgba(201, 169, 107, 0.2);
    border-radius: 24px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    background: #ffffff;
    transition: all 0.3s ease;
}

.pravo-input:focus {
    outline: none;
    border-color: #c9a96b;
    box-shadow: 0 0 0 3px rgba(201, 169, 107, 0.1);
}

.pravo-textarea {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 1.2rem 1.5rem;
    border: 1px solid rgba(201, 169, 107, 0.2);
    border-radius: 24px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    background: #ffffff;
    transition: all 0.3s ease;
    resize: vertical;
    height: 120px;
}

.pravo-textarea:focus {
    outline: none;
    border-color: #c9a96b;
    box-shadow: 0 0 0 3px rgba(201, 169, 107, 0.1);
}

.pravo-submit-button {
    font-family: var(--font-heading);
    background: #c9a96b !important;
    color: #0f172a;
    border: none;
    border-radius: 60px;
    padding: 1.2rem 2rem;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 100%;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid #c9a96b;
    margin-top: 1rem;
    position: relative;
    overflow: hidden;
}

.pravo-submit-button::before {
    content: '→';
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2rem;
    opacity: 0;
    transition: all 0.3s ease;
}

.pravo-submit-button:hover {
    background: transparent;
    color: #fff;
    padding-right: 3rem;
}

.pravo-submit-button:hover::before {
    right: 30px;
    opacity: 1;
}

.pravo-status-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    color: #5f7482;
    font-size: 0.9rem;
}

.pravo-status-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.pravo-status-dot {
    width: 8px;
    height: 8px;
    background: #4ade80;
    border-radius: 50%;
    animation: pravoPulse 2s infinite;
}

/* =======================================================
Блок доверия
====================================================== */
.trust-bg {
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url('../images/bg-trust.webp');
    background-size: cover;
    background-attachment: fixed;
}

.trust-card {
    background: #ffffff;
    border-radius: 28px;
    padding: 2rem 1.8rem;
    border: 1px solid rgba(201, 169, 107, 0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

.trust-card:hover {
    transform: translateY(-5px);
    border-color: rgba(201, 169, 107, 0.3);
    box-shadow: 0 30px 45px -15px rgba(201, 169, 107, 0.15), 0 10px 20px -10px rgba(0, 20, 40, 0.1);
}

.trust-badge {
    display: inline-block;
    background: rgba(201, 169, 107, 0.12);
    color: var(--gold);
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0.3rem 1rem;
    border-radius: 40px;
    border: 1px solid rgba(201, 169, 107, 0.2);
    margin-bottom: 1.2rem;
    align-self: flex-start;
}

.trust-icon {
    color: var(--gold);
    margin-bottom: 1.2rem;
}

.trust-icon svg {
    width: 2.4rem;
    height: 2.4rem;
}

.trust-list {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0 0;
    flex-grow: 1;
}

.trust-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5;
    color: var(--text-dark);
}

.trust-list li span[uk-icon] {
    color: var(--gold);
    width: 1.3rem;
    height: 1.3rem;
    flex-shrink: 0;
    margin-top: 0.2rem;
}

.trust-list li span[uk-icon] svg {
    width: 1.1rem;
    height: 1.1rem;
}

.uk-h3 {
    font-family: var(--font-heading);
    font-weight: 500;
    margin-top: 0.2rem;
    margin-bottom: 0.75rem;
}

/* =======================================================
Анимации
====================================================== */
@keyframes pravoPulse {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.6;
        transform: scale(1.2);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

ul.footer-copyright {
    display: inline-block;
    list-style: none;
}

/* =======================================================
UIKIT3 переопределения
====================================================== */
.uk-offcanvas-bar {
    width: 100%;
    background-color: rgba(20, 25, 35, 9) !important;
}



.header-cover .uk-overflow-auto {
    padding-top: 120px;
    /* Отступ под навбар + воздух */
    padding-bottom: 60px;

}

/* =======================================================
Медиазапросы
====================================================== */
@media (max-width: 960px) {
    .phone-link {
        font-size: 1.5rem;
    }

    .footer-premium {
        text-align: center;
    }

    .footer-title::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-text {
        margin-left: auto;
        margin-right: auto;
    }

    .uk-divider-small {
        margin-left: auto;
        margin-right: auto;
    }

    .messenger-link {
        justify-content: center;
    }

    .header-cover {
        height: auto !important;
        min-height: 100vh;
    }

    .header-cover .uk-position-relative.uk-flex {
        padding: 100px 0 60px 0;
    }


    .header-cover .uk-overflow-auto {
        padding: 100px 0 60px 0;
        position: relative !important;
    }

    .header-cover .uk-flex-center {
        align-items: flex-start !important;
    }

    .premium-card {
        margin-top: 40px;
        padding: 25px !important;
    }

    .premium-badge {
        float: none;
        display: inline-block;
        margin-bottom: 15px;
    }

    .price-new {
        font-size: 2.2rem;
    }

    .top-heading {
        font-size: 2rem;
    }

    .top-description {
        font-size: 1.2rem;
        margin-bottom: 20px;
    }

    .hed-card-title {
        font-size: 1.3rem;
    }

    .pravo-showcase-title {
        font-size: 2.5rem;
    }

    .pravo-showcase-container {
        padding: 4rem 1.5rem;
        border-radius: 32px;
    }

    .pravo-tag:not(:last-child)::after {
        display: none;
    }

    .pravo-showcase-tags {
        gap: 0.5rem;
    }

    .pravo-contacts-grid {
        gap: 0.8rem;
    }

    .pravo-contact-button {
        padding: 1.2rem 0.5rem;
    }

    .uk-width-1-2@m {
        width: 100%;
    }

    .uk-flex-middle {
        align-items: flex-start;
    }
}

@media (max-width: 640px) {
    .top-heading {
        font-size: 1.7rem;
    }

    .top-description {
        font-size: 1.3rem;
    }

    .footer-premium {
        padding: 40px 0;
    }

    .phone-link {
        font-size: 1.3rem;
    }

    .messenger-link {
        width: 100%;
    }

    .footer-cta .uk-button-default {
        width: 100%;
    }

    .header-cover .uk-position-relative.uk-flex {
        padding: 80px 0 40px 0;
    }

    .uk-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .premium-card {
        margin-top: 30px;
        padding: 20px !important;
    }

    .price-new {
        font-size: 2rem;
    }

    .uk-button-text {
        margin-top: 10px;
        display: inline-block;
    }

    .uk-position-center {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
        width: 100%;
    }

    .pravo-stats-container {
        padding: 2rem 1.5rem;
        border-radius: 24px;
    }

    .pravo-stats-title {
        font-size: 1.8rem;
    }

    .pravo-stat-number {
        font-size: 2.5rem;
    }

    .pravo-stats-grid {
        gap: 1.5rem;
        flex-direction: column;
    }

    .pravo-stats-button {
        width: 100%;
        text-align: center;
    }

    .pravo-showcase-title {
        font-size: 2rem;
    }

    .pravo-showcase-subtitle {
        font-size: 1rem;
    }

    .pravo-showcase-button {
        width: auto;
        padding: 1rem 2rem;
        font-size: 1rem;
    }

    .pravo-showcase-meta {
        flex-direction: column;
        gap: 0.8rem;
    }

    .pravo-tag {
        font-size: 0.8rem;
    }

    .pravo-contacts-container {
        padding: 1.5rem;
        border-radius: 32px;
    }

    .pravo-contacts-title {
        font-size: 2rem;
    }

    .pravo-contacts-grid {
        grid-template-columns: 1fr;
    }

    .pravo-status-row {
        flex-direction: column;
        gap: 0.8rem;
    }

    .pravo-form-card {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .header-cover .uk-position-relative.uk-flex {
        padding: 60px 0 30px 0;
    }

    .top-heading {
        font-size: 1.5rem;
    }

    .top-description {
        font-size: 1rem;
    }

    .price-new {
        font-size: 1.8rem;
    }

    .premium-card .uk-card-body {
        padding: 15px;
    }

    .service-list li {
        font-size: 0.9rem;
    }
}