/*
Theme Name: 14000 Coming Soon
Theme URI: https://14000.md/
Author: Codex
Description: Светлая адаптивная WordPress-тема-заглушка для 14000.md в стиле RitualPrim.md.
Version: 2.1.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: ritual14000
*/

:root {
    --rp-bg: #fbfaf7;
    --rp-surface: #ffffff;
    --rp-surface-soft: #f6f3ed;
    --rp-ink: #111a24;
    --rp-ink-soft: #202a34;
    --rp-muted: #6d7178;
    --rp-line: #ebe6dc;
    --rp-gold: #b8945d;
    --rp-gold-soft: #f1e8d6;
    --rp-dark: #151f29;
    --rp-dark-2: #101821;
    --rp-footer-line: rgba(255, 255, 255, 0.12);
    --rp-shadow: 0 22px 60px rgba(17, 26, 36, 0.09);
    --rp-radius: 8px;
    --rp-shell: 1320px;
    --rp-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.rp-page {
    margin: 0;
    background: var(--rp-bg);
    color: var(--rp-ink);
    font-family: var(--rp-font);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body.is-locked {
    overflow: hidden;
}

button,
input,
textarea {
    font: inherit;
}

button {
    color: inherit;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

.rp-site {
    min-height: 100vh;
    overflow-x: hidden;
    background: var(--rp-bg);
}

.rp-header {
    position: fixed;
    z-index: 50;
    top: 0;
    left: 50%;
    display: grid;
    grid-template-columns: minmax(245px, 1fr) auto minmax(380px, 1fr);
    align-items: center;
    width: min(var(--rp-shell), calc(100% - 96px));
    transform: translateX(-50%);
    padding: 35px 0 18px;
    transition: padding 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.rp-header.is-scrolled {
    width: min(var(--rp-shell), calc(100% - 48px));
    padding: 12px 18px;
    border: 1px solid rgba(184, 148, 93, 0.16);
    border-radius: var(--rp-radius);
    background: rgba(251, 250, 247, 0.92);
    box-shadow: 0 16px 40px rgba(17, 26, 36, 0.08);
    backdrop-filter: blur(18px);
}

.brand-logo,
.rp-nav,
.rp-header__tools,
.language-switcher,
.rp-phone,
.hero__actions,
.hero__trust,
.hero-hotline,
.trust-avatars,
.support-card,
.service-card__top,
.service-card button,
.process-step__top,
.contact-cta__details a,
.rp-footer__bottom,
.rp-footer__contact button,
.socials,
.contact-form .button {
    display: flex;
    align-items: center;
}

.brand-logo {
    gap: 12px;
    width: fit-content;
    min-width: 0;
}

.brand-logo__bird {
    width: 56px;
    height: 56px;
    color: var(--rp-gold);
    flex: 0 0 auto;
}

.brand-logo__text {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.brand-logo strong {
    color: var(--rp-ink);
    font-size: 26px;
    font-weight: 640;
    line-height: 1;
}

.brand-logo small {
    color: var(--rp-gold);
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
}

.rp-nav {
    justify-self: center;
    gap: 44px;
}

.rp-nav a {
    color: var(--rp-ink);
    font-size: 15px;
    font-weight: 560;
    transition: color 180ms ease;
}

.rp-nav a:hover {
    color: var(--rp-gold);
}

.rp-header__tools {
    justify-self: end;
    justify-content: flex-end;
    gap: 14px;
    min-width: 0;
}

.language-switcher {
    gap: 2px;
    border: 1px solid var(--rp-line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.66);
    padding: 4px;
}

.language-switcher button {
    min-width: 38px;
    min-height: 36px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--rp-muted);
    cursor: pointer;
    font-size: 12px;
    font-weight: 780;
    transition: background 160ms ease, color 160ms ease;
}

.language-switcher button.is-active {
    background: var(--rp-dark);
    color: #fff;
}

.rp-phone {
    justify-self: end;
    gap: 10px;
    min-height: 58px;
    border-radius: 999px;
    padding: 8px 22px 8px 18px;
    background: var(--rp-dark);
    color: #fff;
    box-shadow: 0 16px 32px rgba(17, 26, 36, 0.12);
    font-size: 15px;
    font-weight: 720;
}

.rp-phone__text {
    display: grid;
    gap: 1px;
    line-height: 1;
}

.rp-phone__text small,
.rp-phone__text em {
    font-size: 10px;
    font-style: normal;
    font-weight: 650;
    opacity: 0.72;
}

.rp-phone__text strong {
    font-size: 24px;
    letter-spacing: 0;
}

.icon {
    width: 22px;
    height: 22px;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex: 0 0 auto;
}

.rp-phone .icon {
    color: var(--rp-gold);
}

.menu-toggle {
    display: none;
    justify-self: end;
    width: 46px;
    height: 46px;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.menu-toggle span {
    display: block;
    width: 29px;
    height: 2px;
    margin: 6px auto;
    background: var(--rp-ink);
    transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle.is-active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.menu-toggle.is-active span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.is-active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

.hero {
    position: relative;
    min-height: 700px;
    padding: 132px 0 42px;
    overflow: hidden;
}

.hero__grid,
.section,
.contact-cta,
.rp-footer__grid,
.rp-footer__bottom {
    width: min(var(--rp-shell), calc(100% - 96px));
    margin-inline: auto;
}

.hero__grid {
    display: grid;
    grid-template-columns: 500px minmax(0, 1fr);
    grid-template-areas:
        "copy visual"
        "trust visual";
    column-gap: 76px;
    align-items: center;
}

.hero__copy {
    grid-area: copy;
    position: relative;
    z-index: 2;
}

.eyebrow {
    margin: 0 0 27px;
    color: var(--rp-gold);
    font-size: 13px;
    font-weight: 760;
    line-height: 1.2;
    text-transform: uppercase;
}

.hero h1 {
    max-width: 530px;
    margin: 0;
    color: var(--rp-ink);
    font-size: 54px;
    font-weight: 460;
    line-height: 1.17;
}

.hero h1 span {
    color: var(--rp-gold);
}

.hero__lead {
    max-width: 480px;
    margin: 28px 0 0;
    color: var(--rp-muted);
    font-size: 18px;
    line-height: 1.58;
}

.hero-hotline {
    width: fit-content;
    gap: 12px;
    margin-top: 24px;
    border: 1px solid rgba(184, 148, 93, 0.28);
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(17, 26, 36, 0.06);
    padding: 9px 14px 9px 18px;
}

.hero-hotline span {
    color: var(--rp-ink);
    font-size: 14px;
    font-weight: 760;
}

.hero-hotline a {
    color: var(--rp-gold);
    font-size: 24px;
    font-weight: 820;
    line-height: 1;
}

.hero-hotline small {
    color: var(--rp-muted);
    font-size: 12px;
}

.hero__actions {
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 36px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 17px;
    min-height: 58px;
    border: 1px solid transparent;
    border-radius: 999px;
    padding: 0 30px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 680;
    transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.button:hover,
.rp-phone:hover,
.service-card:hover,
.contact-cta__button:hover,
.rp-footer__contact button:hover {
    transform: translateY(-2px);
}

.button:focus-visible,
.rp-phone:focus-visible,
.language-switcher button:focus-visible,
.menu-toggle:focus-visible,
.service-card button:focus-visible,
.contact-modal__close:focus-visible,
.contact-form input:focus-visible,
.contact-form textarea:focus-visible,
.rp-footer a:focus-visible,
.rp-footer button:focus-visible {
    outline: 3px solid rgba(184, 148, 93, 0.3);
    outline-offset: 3px;
}

.button--dark {
    background: var(--rp-dark);
    color: #fff;
    box-shadow: 0 14px 28px rgba(17, 26, 36, 0.12);
}

.button--dark .icon {
    color: var(--rp-gold);
}

.button--light {
    border-color: rgba(184, 148, 93, 0.42);
    background: rgba(255, 255, 255, 0.45);
    color: var(--rp-ink);
}

.hero__visual {
    grid-area: visual;
    position: relative;
    align-self: end;
    min-height: 520px;
    margin-right: -34px;
    transform: none !important;
}

.hero__visual img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    object-position: center center;
    filter: saturate(0.96);
    mask-image: linear-gradient(90deg, transparent 0%, black 13%, black 100%);
}

.support-card {
    position: absolute;
    right: 6px;
    bottom: 20px;
    width: 412px;
    min-height: 112px;
    gap: 22px;
    border: 1px solid rgba(17, 26, 36, 0.06);
    border-radius: var(--rp-radius);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: var(--rp-shadow);
    padding: 20px 22px;
    backdrop-filter: blur(12px);
}

.support-card__seal {
    display: grid;
    place-items: center;
    width: 60px;
    height: 60px;
    border: 1px solid rgba(184, 148, 93, 0.42);
    border-radius: 50%;
    color: var(--rp-gold);
    font-size: 11px;
    font-weight: 760;
}

.support-card__seal .icon {
    width: 18px;
    height: 18px;
}

.support-card strong {
    display: block;
    color: var(--rp-ink);
    font-size: 16px;
    margin-bottom: 7px;
}

.support-card p {
    margin: 0;
    color: var(--rp-muted);
    font-size: 13px;
    line-height: 1.45;
}

.support-card button {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    margin-left: auto;
    border: 0;
    border-radius: 50%;
    background: #fbfaf7;
    color: var(--rp-gold);
    cursor: pointer;
}

.hero__trust {
    grid-area: trust;
    gap: 26px;
    margin-top: 40px;
}

.trust-avatars {
    flex: 0 0 auto;
}

.trust-avatars__item {
    width: 40px;
    height: 40px;
    border: 2px solid var(--rp-bg);
    border-radius: 50%;
    background: var(--rp-gold-soft);
    box-shadow: 0 8px 16px rgba(17, 26, 36, 0.08);
}

.trust-avatars__item + .trust-avatars__item {
    margin-left: -12px;
}

.trust-avatars__item--one {
    background: linear-gradient(145deg, #dfb88d, #7b463d);
}

.trust-avatars__item--two {
    background: linear-gradient(145deg, #6a4632, #151f29);
}

.trust-avatars__item--three {
    background: linear-gradient(145deg, #dec2a5, #314a5f);
}

.hero__trust p {
    max-width: 300px;
    margin: 0;
    color: var(--rp-muted);
    font-size: 14px;
    line-height: 1.5;
}

.section {
    padding: 47px 0 38px;
}

.section-heading {
    text-align: center;
}

.section-kicker {
    margin: 0 0 10px;
    color: var(--rp-gold);
    font-size: 12px;
    font-weight: 780;
    text-transform: uppercase;
}

.section-heading h2 {
    margin: 0;
    color: var(--rp-ink);
    font-size: 38px;
    font-weight: 520;
    line-height: 1.18;
}

.section-heading p {
    margin: 18px 0 0;
    color: var(--rp-muted);
    font-size: 15px;
}

.heading-line {
    display: block;
    position: relative;
    width: 78px;
    height: 1px;
    margin: 15px auto 0;
    background: var(--rp-line);
}

.heading-line::after {
    content: "";
    position: absolute;
    top: -3px;
    left: 50%;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--rp-gold);
    transform: translateX(-50%);
}

.services__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    margin-top: 34px;
}

.service-card {
    position: relative;
    min-height: 312px;
    border: 1px solid var(--rp-line);
    border-radius: var(--rp-radius);
    background: rgba(255, 255, 255, 0.72);
    padding: 26px 27px 28px;
    overflow: hidden;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.service-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(184, 148, 93, 0.07), transparent 45%),
        radial-gradient(circle at 85% 15%, rgba(184, 148, 93, 0.12), transparent 28%);
    opacity: 0;
    transition: opacity 180ms ease;
    pointer-events: none;
}

.service-card:hover {
    border-color: rgba(184, 148, 93, 0.34);
    box-shadow: 0 18px 46px rgba(17, 26, 36, 0.07);
}

.service-card:hover::before {
    opacity: 1;
}

.service-card__top {
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.service-card__top span {
    color: rgba(184, 148, 93, 0.32);
    font-size: 40px;
    font-weight: 760;
    line-height: 1;
}

.service-icon {
    display: grid;
    place-items: center;
    width: 72px;
    height: 72px;
    border: 1px solid rgba(184, 148, 93, 0.3);
    border-radius: 50%;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(184, 148, 93, 0.08)),
        var(--rp-dark);
    color: var(--rp-gold);
    box-shadow: 0 16px 30px rgba(17, 26, 36, 0.08);
}

.service-icon .icon {
    width: 31px;
    height: 31px;
    stroke-width: 1.55;
}

.round-icon {
    display: grid;
    place-items: center;
    width: 68px;
    height: 68px;
    border-radius: 50%;
}

.round-icon--dark {
    background: var(--rp-dark);
    color: var(--rp-gold);
}

.round-icon--light {
    border: 1px solid var(--rp-gold-soft);
    background: #fbf6ed;
    color: var(--rp-gold);
}

.service-card h3 {
    position: relative;
    z-index: 1;
    margin: 30px 0 14px;
    color: var(--rp-ink);
    font-size: 24px;
    font-weight: 650;
    line-height: 1.22;
}

.service-card p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: var(--rp-muted);
    font-size: 15px;
    line-height: 1.62;
}

.service-card button {
    position: relative;
    z-index: 1;
    gap: 12px;
    margin-top: 30px;
    border: 0;
    background: transparent;
    color: var(--rp-gold);
    padding: 0;
    cursor: pointer;
    font-size: 15px;
    font-weight: 650;
}

.service-card button .icon {
    width: 18px;
    height: 18px;
}

.process {
    margin-top: 0;
    background: radial-gradient(circle at 50% 0%, rgba(184, 148, 93, 0.12), transparent 34%), var(--rp-dark);
    color: #fff;
    padding: 42px 0 48px;
}

.section-heading--dark h2 {
    color: #fff;
}

.section-heading--dark .heading-line {
    background: rgba(255, 255, 255, 0.24);
}

.process__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 48px;
    width: min(1100px, calc(100% - 96px));
    margin: 38px auto 0;
}

.process-step {
    position: relative;
    text-align: center;
}

.process-step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 33px;
    left: calc(50% + 68px);
    width: calc(100% - 52px);
    border-top: 1px dashed rgba(255, 255, 255, 0.35);
}

.process-step__top {
    justify-content: center;
    gap: 32px;
    min-height: 68px;
}

.process-step__number {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--rp-gold);
    color: #fff;
    font-size: 18px;
    font-weight: 760;
}

.process-step__icon {
    color: var(--rp-gold);
}

.process-step__icon .icon {
    width: 38px;
    height: 38px;
}

.process-step h3 {
    margin: 24px 0 11px;
    color: #fff;
    font-size: 17px;
    font-weight: 650;
}

.process-step p {
    max-width: 205px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.74);
    font-size: 14px;
    line-height: 1.58;
}

.reasons {
    padding-top: 43px;
}

.reasons__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 42px;
    margin-top: 44px;
}

.reason-item {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 20px;
    align-items: center;
}

.reason-item h3 {
    margin: 0 0 7px;
    color: var(--rp-ink);
    font-size: 15px;
    font-weight: 720;
}

.reason-item p {
    margin: 0;
    color: var(--rp-muted);
    font-size: 13px;
    line-height: 1.48;
}

.contact-cta {
    display: grid;
    grid-template-columns: 220px 1fr 310px 260px;
    align-items: center;
    gap: 30px;
    min-height: 188px;
    margin-top: 30px;
    margin-bottom: 30px;
    border: 1px solid var(--rp-line);
    border-radius: var(--rp-radius);
    background: var(--rp-surface-soft);
    overflow: hidden;
}

.contact-cta__image {
    align-self: stretch;
    overflow: hidden;
}

.contact-cta__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 69% center;
}

.contact-cta__copy h2 {
    max-width: 360px;
    margin: 0;
    color: var(--rp-ink);
    font-size: 32px;
    font-weight: 560;
    line-height: 1.18;
}

.contact-cta__copy p {
    max-width: 270px;
    margin: 19px 0 0;
    color: var(--rp-muted);
    font-size: 14px;
    line-height: 1.55;
}

.contact-cta__details {
    display: grid;
    gap: 14px;
}

.contact-cta__details a {
    gap: 16px;
}

.contact-cta__details .icon {
    width: 42px;
    height: 42px;
    border: 1px solid var(--rp-line);
    border-radius: 50%;
    padding: 11px;
    color: var(--rp-gold);
    background: #fff;
}

.contact-cta__details span {
    display: grid;
    gap: 4px;
}

.contact-cta__details strong {
    color: var(--rp-ink);
    font-size: 20px;
    font-weight: 560;
}

.contact-cta__details small {
    color: var(--rp-muted);
    font-size: 13px;
}

.contact-cta__button {
    width: calc(100% - 30px);
    justify-self: end;
    margin-right: 30px;
}

.rp-footer {
    background: var(--rp-dark);
    color: rgba(255, 255, 255, 0.72);
    padding: 42px 0 25px;
}

.rp-footer__grid {
    display: grid;
    grid-template-columns: 1.35fr 0.9fr 0.8fr 1fr 1.05fr;
    gap: 56px;
    align-items: start;
}

.brand-logo--footer .brand-logo__bird,
.brand-logo--footer .brand-logo__text strong,
.rp-footer .brand-logo__bird {
    color: var(--rp-gold);
}

.brand-logo--footer .brand-logo__text strong {
    color: #fff;
}

.rp-footer .brand-logo small {
    color: var(--rp-gold);
}

.rp-footer__brand p {
    max-width: 250px;
    margin: 25px 0 23px;
    font-size: 14px;
    line-height: 1.6;
}

.socials {
    gap: 12px;
}

.socials a {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid var(--rp-footer-line);
    border-radius: 50%;
}

.socials .icon {
    width: 17px;
    height: 17px;
}

.rp-footer__links {
    display: grid;
    gap: 12px;
}

.rp-footer__links h2 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 16px;
    font-weight: 620;
}

.rp-footer__links a {
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
    transition: color 180ms ease;
}

.rp-footer__links a:hover {
    color: var(--rp-gold);
}

.rp-footer__contact {
    border-left: 1px solid var(--rp-footer-line);
    padding-left: 48px;
}

.rp-footer__contact > a:first-child {
    color: var(--rp-gold);
    font-size: 35px;
    font-weight: 620;
    line-height: 1;
}

.rp-footer__secondary-phone {
    display: block;
    width: fit-content;
    margin: -10px 0 22px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 15px;
    font-weight: 620;
}

.rp-footer__contact p {
    margin: 10px 0 22px;
    font-size: 14px;
}

.rp-footer__contact button {
    justify-content: center;
    gap: 11px;
    width: 100%;
    min-height: 54px;
    border: 1px solid rgba(184, 148, 93, 0.42);
    border-radius: var(--rp-radius);
    background: transparent;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
}

.rp-footer__contact button .icon {
    color: var(--rp-gold);
}

.rp-footer__bottom {
    justify-content: space-between;
    gap: 20px;
    margin-top: 42px;
    padding-top: 24px;
    border-top: 1px solid var(--rp-footer-line);
    font-size: 13px;
}

.rp-footer__bottom button {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid var(--rp-footer-line);
    border-radius: 50%;
    background: transparent;
    color: var(--rp-gold);
}

.contact-modal[hidden] {
    display: none;
}

.contact-modal {
    position: fixed;
    z-index: 100;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 22px;
}

.contact-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(17, 26, 36, 0.6);
    backdrop-filter: blur(10px);
}

.contact-modal__panel {
    position: relative;
    width: min(520px, 100%);
    border-radius: var(--rp-radius);
    background: #fff;
    padding: 34px;
    box-shadow: 0 34px 90px rgba(17, 26, 36, 0.28);
}

.contact-modal__panel h2 {
    margin: 0;
    color: var(--rp-ink);
    font-size: 34px;
    font-weight: 560;
}

.contact-modal__panel > p:not(.eyebrow) {
    margin: 13px 0 24px;
    color: var(--rp-muted);
    line-height: 1.6;
}

.contact-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: var(--rp-surface-soft);
    color: var(--rp-ink);
    cursor: pointer;
    font-size: 28px;
    line-height: 1;
}

.contact-form {
    display: grid;
    gap: 14px;
}

.contact-form label {
    display: grid;
    gap: 8px;
    color: var(--rp-muted);
    font-size: 14px;
    font-weight: 650;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    border: 1px solid var(--rp-line);
    border-radius: var(--rp-radius);
    background: var(--rp-surface-soft);
    color: var(--rp-ink);
    padding: 14px 15px;
    resize: vertical;
}

.contact-form__status {
    min-height: 20px;
    margin: 0;
    color: var(--rp-gold);
    font-weight: 650;
}

.contact-form__status.is-error {
    color: #963434;
}

.honeypot {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

[data-reveal] {
    opacity: 1;
    transform: none;
    transition: opacity 520ms ease, transform 520ms ease;
}

[data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1120px) {
    .rp-header {
        grid-template-columns: 1fr auto auto;
        width: min(100% - 48px, var(--rp-shell));
    }

    .rp-nav {
        position: fixed;
        top: 92px;
        right: 24px;
        display: grid;
        gap: 0;
        min-width: 260px;
        border: 1px solid var(--rp-line);
        border-radius: var(--rp-radius);
        background: rgba(255, 255, 255, 0.96);
        box-shadow: var(--rp-shadow);
        padding: 12px;
        opacity: 0;
        pointer-events: none;
        transform: translateY(-10px);
        transition: opacity 180ms ease, transform 180ms ease;
        backdrop-filter: blur(18px);
    }

    .rp-nav.is-open {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .rp-nav a {
        padding: 14px 12px;
    }

    .menu-toggle {
        display: block;
    }

    .rp-phone {
        margin-right: 10px;
    }

    .rp-header__tools {
        margin-right: 8px;
    }

    .hero__grid {
        grid-template-columns: 1fr;
        grid-template-areas:
            "copy"
            "visual"
            "trust";
        gap: 28px;
    }

    .hero__visual {
        min-height: 520px;
        margin-right: 0;
    }

    .hero__visual img {
        height: 520px;
        mask-image: linear-gradient(180deg, black 0%, black 78%, transparent 100%);
    }

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

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

    .process-step::after {
        display: none;
    }

    .contact-cta {
        grid-template-columns: 220px 1fr 280px;
    }

    .contact-cta__button {
        grid-column: 2 / -1;
        width: 260px;
        margin: 0 30px 26px 0;
    }

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

    .rp-footer__contact {
        border-left: 0;
        padding-left: 0;
    }
}

@media (max-width: 760px) {
    .rp-header,
    .hero__grid,
    .section,
    .process__grid,
    .contact-cta,
    .rp-footer__grid,
    .rp-footer__bottom {
        width: min(100% - 38px, var(--rp-shell));
    }

    .rp-header {
        grid-template-columns: 1fr auto auto;
        padding-top: 18px;
    }

    .rp-header.is-scrolled {
        width: min(100% - 24px, var(--rp-shell));
        padding: 10px 12px;
    }

    .brand-logo__bird {
        width: 48px;
        height: 48px;
    }

    .brand-logo strong {
        font-size: 21px;
    }

    .brand-logo small {
        font-size: 8px;
    }

    .rp-phone {
        display: none;
    }

    .rp-header__tools {
        margin-right: 5px;
    }

    .language-switcher {
        padding: 3px;
    }

    .language-switcher button {
        min-width: 30px;
        min-height: 32px;
        font-size: 11px;
    }

    .rp-nav {
        top: 78px;
        right: 12px;
        left: 12px;
    }

    .hero {
        min-height: auto;
        padding: 132px 0 38px;
    }

    .hero h1 {
        max-width: 360px;
        font-size: 34px;
        line-height: 1.19;
    }

    .eyebrow {
        margin-bottom: 20px;
        font-size: 12px;
    }

    .hero__lead {
        max-width: 340px;
        margin-top: 19px;
        font-size: 16px;
    }

    .hero__actions {
        display: grid;
        gap: 12px;
        margin-top: 26px;
    }

    .hero-hotline {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 6px 12px;
        width: 100%;
        border-radius: var(--rp-radius);
        padding: 14px 16px;
    }

    .hero-hotline small {
        grid-column: 1 / -1;
    }

    .hero__actions .button {
        width: 100%;
    }

    .hero__visual {
        min-height: 420px;
    }

    .hero__visual img {
        height: 420px;
        border-radius: var(--rp-radius);
        object-position: 61% center;
        mask-image: linear-gradient(180deg, black 0%, black 82%, transparent 100%);
    }

    .support-card {
        right: 16px;
        bottom: 20px;
        left: 16px;
        width: auto;
        min-height: 94px;
        gap: 14px;
        padding: 16px;
    }

    .support-card__seal {
        width: 52px;
        height: 52px;
    }

    .support-card strong {
        font-size: 15px;
    }

    .support-card p {
        font-size: 12px;
    }

    .support-card button {
        width: 38px;
        height: 38px;
    }

    .hero__trust {
        margin-top: 0;
        gap: 20px;
        align-items: center;
    }

    .section {
        padding: 38px 0 34px;
    }

    .section-heading h2 {
        font-size: 30px;
    }

    .services__grid {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-top: 26px;
    }

    .service-card {
        min-height: 0;
        padding: 22px 23px 24px;
    }

    .service-card__top span {
        font-size: 34px;
    }

    .service-icon {
        width: 64px;
        height: 64px;
    }

    .service-icon .icon {
        width: 28px;
        height: 28px;
    }

    .service-card h3 {
        margin-top: 22px;
        font-size: 22px;
    }

    .process {
        width: min(100% - 38px, var(--rp-shell));
        margin: 14px auto 0;
        border: 1px solid var(--rp-line);
        border-radius: var(--rp-radius);
        background: #fff;
        color: var(--rp-ink);
        padding: 34px 0;
        box-shadow: 0 18px 48px rgba(17, 26, 36, 0.06);
    }

    .section-heading--dark h2 {
        color: var(--rp-ink);
    }

    .section-heading--dark .heading-line {
        background: var(--rp-line);
    }

    .process__grid {
        grid-template-columns: 1fr;
        gap: 0;
        margin-top: 27px;
    }

    .process-step {
        display: grid;
        grid-template-columns: 108px minmax(0, 1fr);
        text-align: left;
        padding: 0 10px 32px;
    }

    .process-step:not(:last-child)::before {
        content: "";
        position: absolute;
        top: 48px;
        left: 34px;
        height: calc(100% - 34px);
        border-left: 1px dashed var(--rp-line);
    }

    .process-step__top {
        justify-content: flex-start;
        gap: 18px;
        align-self: start;
    }

    .process-step__number {
        width: 43px;
        height: 43px;
        background: var(--rp-gold-soft);
        color: var(--rp-ink);
        font-size: 15px;
    }

    .process-step__icon {
        color: var(--rp-gold);
    }

    .process-step__icon .icon {
        width: 32px;
        height: 32px;
    }

    .process-step h3 {
        grid-column: 2;
        margin: 0 0 8px;
        color: var(--rp-ink);
        font-size: 18px;
    }

    .process-step p {
        grid-column: 2;
        max-width: none;
        color: var(--rp-muted);
        font-size: 14px;
        margin: 0;
    }

    .reasons__grid {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-top: 30px;
    }

    .contact-cta {
        grid-template-columns: 1fr;
        gap: 0;
        margin-top: 7px;
        margin-bottom: 24px;
        padding: 24px;
        overflow: hidden;
    }

    .contact-cta__image {
        order: 1;
        width: calc(100% + 48px);
        height: 188px;
        margin: -24px -24px 23px;
    }

    .contact-cta__image img {
        object-position: 67% center;
    }

    .contact-cta__copy {
        order: 2;
    }

    .contact-cta__copy h2 {
        max-width: 260px;
        font-size: 27px;
    }

    .contact-cta__details {
        order: 3;
        margin-top: 23px;
    }

    .contact-cta__button {
        order: 4;
        grid-column: auto;
        width: 100%;
        margin: 25px 0 0;
    }

    .rp-footer {
        padding-top: 24px;
    }

    .rp-footer__grid {
        grid-template-columns: 1fr;
        gap: 0;
        border-radius: var(--rp-radius);
    }

    .rp-footer__brand,
    .rp-footer__links,
    .rp-footer__contact {
        padding: 20px 0;
        border-bottom: 1px solid var(--rp-footer-line);
    }

    .rp-footer__links {
        gap: 0;
    }

    .rp-footer__links h2 {
        margin-bottom: 4px;
    }

    .rp-footer__links a {
        display: flex;
        justify-content: space-between;
        padding: 12px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }

    .rp-footer__links a::after {
        content: "›";
        color: rgba(255, 255, 255, 0.64);
    }

    .rp-footer__contact button {
        max-width: none;
    }

    .rp-footer__bottom {
        display: grid;
        margin-top: 12px;
    }

    .contact-modal__panel {
        padding: 28px 22px 24px;
    }
}

@media (max-width: 410px) {
    .rp-header,
    .hero__grid,
    .section,
    .process__grid,
    .contact-cta,
    .rp-footer__grid,
    .rp-footer__bottom {
        width: calc(100% - 24px);
    }

    .brand-logo__bird {
        width: 39px;
        height: 39px;
    }

    .brand-logo strong {
        font-size: 17px;
    }

    .brand-logo small {
        font-size: 7px;
    }

    .language-switcher button {
        min-width: 27px;
        min-height: 30px;
        font-size: 10px;
    }

    .hero h1 {
        font-size: 31px;
    }

    .hero__visual {
        min-height: 390px;
    }

    .hero__visual img {
        height: 390px;
    }

    .button {
        min-height: 54px;
        padding-inline: 22px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: 1ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 1ms !important;
    }
}
