@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
    --rbk-bg: #f5f3ee;
    --rbk-surface: #ffffff;
    --rbk-ink: #151918;
    --rbk-muted: #626965;
    --rbk-line: #dcded8;
    --rbk-dark: #17201e;
    --rbk-dark-2: #202b28;
    --rbk-accent: #c8ff55;
    --rbk-accent-ink: #17201e;
    --rbk-radius: 20px;
    --rbk-shadow: 0 20px 60px rgba(20, 28, 26, .09);
    --rbk-container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--rbk-bg);
    color: var(--rbk-ink);
    font-family: "Manrope", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
body.rbk-home { overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
img, iframe { max-width: 100%; }
[hidden] { display: none !important; }

.rbk-container {
    width: min(calc(100% - 40px), var(--rbk-container));
    margin: 0 auto;
}

.rbk-skip {
    position: fixed;
    left: 16px;
    top: -60px;
    z-index: 9999;
    background: #fff;
    color: #000;
    padding: 12px 16px;
    border-radius: 8px;
}
.rbk-skip:focus { top: 16px; }

.rbk-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(245, 243, 238, .94);
    border-bottom: 1px solid rgba(21, 25, 24, .08);
    backdrop-filter: blur(16px);
}
.rbk-header__inner {
    min-height: 84px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}
.rbk-brand {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    flex: 0 0 auto;
}
.rbk-brand__mark {
    display: grid;
    place-items: center;
    width: 64px;
    height: 42px;
    border-radius: 10px;
    background: var(--rbk-dark);
    color: #fff;
    font-weight: 800;
    font-size: 20px;
    font-style: italic;
    letter-spacing: -.05em;
}
.rbk-brand__text {
    display: grid;
    line-height: 1.15;
}
.rbk-brand__text strong { font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.rbk-brand__text small { color: var(--rbk-muted); margin-top: 4px; font-size: 11px; }

.rbk-nav {
    display: flex;
    align-items: center;
    gap: 26px;
    margin-left: auto;
}
.rbk-nav a {
    font-size: 13px;
    font-weight: 700;
    color: #353b38;
    transition: color .2s ease;
}
.rbk-nav a:hover { color: #000; }

.rbk-header__actions {
    display: flex;
    align-items: center;
    gap: 14px;
}
.rbk-phone {
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
}

.rbk-button {
    min-height: 50px;
    border: 1px solid transparent;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    font-weight: 800;
    font-size: 14px;
    transition: transform .2s ease, background .2s ease, color .2s ease;
}
.rbk-button:hover { transform: translateY(-2px); }
.rbk-button--small { min-height: 44px; padding: 0 17px; font-size: 13px; }
.rbk-button--dark { background: var(--rbk-dark); color: #fff; }
.rbk-button--accent { background: var(--rbk-accent); color: var(--rbk-accent-ink); }
.rbk-button--outline-light { border-color: rgba(255,255,255,.3); color: #fff; background: transparent; }

.rbk-menu-toggle {
    display: none;
    width: 46px;
    height: 44px;
    border: 0;
    background: var(--rbk-dark);
    border-radius: 12px;
    padding: 13px 11px;
}
.rbk-menu-toggle span {
    display: block;
    height: 2px;
    background: #fff;
    margin: 5px 0;
    transition: transform .2s ease;
}
.rbk-mobile-menu {
    display: none;
    border-top: 1px solid var(--rbk-line);
    background: var(--rbk-bg);
}
.rbk-mobile-menu.is-open { display: block; }
.rbk-mobile-menu .rbk-container {
    display: grid;
    padding: 12px 0 22px;
}
.rbk-mobile-menu a {
    padding: 12px 0;
    font-weight: 700;
    border-bottom: 1px solid var(--rbk-line);
}

.rbk-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 85% 15%, rgba(200,255,85,.18), transparent 30%),
        linear-gradient(140deg, #131b19 0%, #1d2926 60%, #25322f 100%);
    color: #fff;
    padding: 86px 0 0;
}
.rbk-hero::before {
    content: "";
    position: absolute;
    width: 560px;
    height: 560px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 50%;
    right: -170px;
    top: -200px;
}
.rbk-hero__grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr);
    gap: 70px;
    align-items: center;
    padding-bottom: 74px;
}
.rbk-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: .13em;
    text-transform: uppercase;
    font-weight: 800;
    color: var(--rbk-accent);
}
.rbk-eyebrow::before {
    content: "";
    width: 24px;
    height: 2px;
    background: currentColor;
}
.rbk-eyebrow--dark { color: #66705f; }

.rbk-hero h1 {
    max-width: 820px;
    margin: 0;
    font-size: clamp(44px, 5.8vw, 82px);
    line-height: .98;
    letter-spacing: -.055em;
    font-weight: 700;
}
.rbk-hero__lead {
    max-width: 720px;
    margin: 30px 0 0;
    color: rgba(255,255,255,.72);
    font-size: clamp(17px, 1.4vw, 20px);
    line-height: 1.65;
}
.rbk-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-top: 38px;
}
.rbk-text-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 6px;
    font-weight: 700;
    font-size: 14px;
}
.rbk-text-link span { font-size: 18px; }
.rbk-text-link--light { color: #fff; }

.rbk-consult-card {
    position: relative;
    padding: 34px;
    background: rgba(255,255,255,.96);
    color: var(--rbk-ink);
    border-radius: var(--rbk-radius);
    box-shadow: 0 35px 100px rgba(0,0,0,.22);
}
.rbk-consult-card__top {
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 11px;
    font-weight: 800;
    color: #58615d;
}
.rbk-status-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #66c759;
    box-shadow: 0 0 0 5px rgba(102,199,89,.14);
}
.rbk-consult-card h2 {
    margin: 24px 0 14px;
    font-size: 30px;
    line-height: 1.12;
    letter-spacing: -.035em;
}
.rbk-consult-card > p {
    margin: 0;
    color: var(--rbk-muted);
}
.rbk-consult-card dl { margin: 28px 0 0; }
.rbk-consult-card dl div {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 13px 0;
    border-top: 1px solid var(--rbk-line);
}
.rbk-consult-card dt { color: var(--rbk-muted); }
.rbk-consult-card dd { margin: 0; text-align: right; font-weight: 800; }
.rbk-card-link {
    width: 100%;
    border: 0;
    border-radius: 12px;
    background: var(--rbk-dark);
    color: #fff;
    min-height: 54px;
    margin-top: 25px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 800;
}

.rbk-stats {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: #fff;
    color: var(--rbk-ink);
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}
.rbk-stats div {
    min-height: 145px;
    padding: 28px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid var(--rbk-line);
}
.rbk-stats div:last-child { border-right: 0; }
.rbk-stats strong {
    font-size: 30px;
    letter-spacing: -.04em;
}
.rbk-stats span {
    margin-top: 8px;
    color: var(--rbk-muted);
    font-size: 13px;
}

.rbk-trust {
    background: #fff;
    border-bottom: 1px solid var(--rbk-line);
}
.rbk-trust .rbk-container {
    padding: 30px 0 34px;
}
.rbk-trust p {
    margin: 0 0 18px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 800;
    color: #6c736f;
}
.rbk-trust__items {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
}
.rbk-trust__items span {
    font-weight: 700;
    color: #303633;
}

.rbk-section { padding: 104px 0; }
.rbk-section--muted { background: #ecebe5; }
.rbk-section--dark { background: var(--rbk-dark); color: #fff; }

.rbk-section-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 440px);
    gap: 60px;
    align-items: end;
    margin-bottom: 50px;
}
.rbk-section-head--vertical {
    grid-template-columns: 1fr;
    gap: 0;
    align-items: start;
    margin-bottom: 0;
}
.rbk-section-head h2 {
    margin: 0;
    font-size: clamp(38px, 4.4vw, 62px);
    line-height: 1.02;
    letter-spacing: -.055em;
}
.rbk-section-head p {
    margin: 0;
    color: var(--rbk-muted);
}
.rbk-section-head--vertical p { margin-top: 22px; }
.rbk-section-head--vertical .rbk-button { margin-top: 28px; justify-self: start; }
.rbk-section-head--light p { color: rgba(255,255,255,.62); }

.rbk-featured-services {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
.rbk-service-feature {
    min-height: 365px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--rbk-line);
    border-radius: var(--rbk-radius);
    background: #fff;
}
.rbk-service-feature > span {
    font-size: 12px;
    font-weight: 800;
    color: #778078;
}
.rbk-service-feature h3 {
    margin: 60px 0 18px;
    font-size: 27px;
    line-height: 1.18;
    letter-spacing: -.035em;
}
.rbk-service-feature p { margin: 0; color: var(--rbk-muted); }
.rbk-service-feature a,
.rbk-service-feature button {
    margin-top: auto;
    padding: 18px 0 0;
    border: 0;
    border-top: 1px solid var(--rbk-line);
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 800;
    text-align: left;
}
.rbk-service-feature--accent {
    background: var(--rbk-accent);
    border-color: var(--rbk-accent);
}
.rbk-service-feature--accent p { color: #34402f; }
.rbk-service-feature--accent a,
.rbk-service-feature--accent button { border-color: rgba(23,32,30,.2); }

.rbk-tabs {
    margin-top: 36px;
    padding: 26px;
    background: #fff;
    border: 1px solid var(--rbk-line);
    border-radius: var(--rbk-radius);
}
.rbk-tab-buttons {
    display: flex;
    gap: 8px;
    margin-bottom: 22px;
}
.rbk-tab-buttons button {
    min-height: 46px;
    border: 0;
    border-radius: 10px;
    padding: 0 18px;
    background: #eeefe9;
    font-weight: 800;
}
.rbk-tab-buttons button.is-active {
    background: var(--rbk-dark);
    color: #fff;
}
.rbk-service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid var(--rbk-line);
    border-radius: 14px;
    overflow: hidden;
}
.rbk-service-grid a {
    min-height: 155px;
    padding: 22px;
    display: flex;
    flex-direction: column;
    border-right: 1px solid var(--rbk-line);
    background: #fff;
    transition: background .2s ease;
}
.rbk-service-grid a:last-child { border-right: 0; }
.rbk-service-grid a:hover { background: #f4f7eb; }
.rbk-service-grid small {
    margin-top: 12px;
    color: var(--rbk-muted);
}
.rbk-service-grid b {
    margin-top: auto;
    font-size: 20px;
}

.rbk-approach,
.rbk-process {
    display: grid;
    grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr);
    gap: 90px;
}
.rbk-approach-list article {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 28px;
    padding: 28px 0;
    border-top: 1px solid #cdd0c7;
}
.rbk-approach-list article:last-child { border-bottom: 1px solid #cdd0c7; }
.rbk-approach-list > article > span {
    font-size: 12px;
    font-weight: 800;
    color: #778078;
}
.rbk-approach-list h3 {
    margin: 0;
    font-size: 24px;
    letter-spacing: -.03em;
}
.rbk-approach-list p { margin: 8px 0 0; color: var(--rbk-muted); }

.rbk-cases {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
.rbk-cases article {
    padding: 28px;
    border-radius: var(--rbk-radius);
    background: var(--rbk-dark-2);
    border: 1px solid rgba(255,255,255,.1);
}
.rbk-case-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.rbk-case-meta span {
    padding: 7px 10px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 99px;
    color: rgba(255,255,255,.65);
    font-size: 11px;
}
.rbk-cases h3 {
    margin: 46px 0 26px;
    font-size: 26px;
    line-height: 1.18;
    letter-spacing: -.035em;
}
.rbk-cases dl { margin: 0; }
.rbk-cases dl div {
    padding: 15px 0;
    border-top: 1px solid rgba(255,255,255,.1);
}
.rbk-cases dt {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--rbk-accent);
}
.rbk-cases dd {
    margin: 6px 0 0;
    color: rgba(255,255,255,.7);
}

.rbk-process-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.rbk-process-list li {
    display: grid;
    grid-template-columns: 68px 1fr;
    gap: 28px;
    padding: 25px 0;
    border-top: 1px solid var(--rbk-line);
}
.rbk-process-list li:last-child { border-bottom: 1px solid var(--rbk-line); }
.rbk-process-list > li > span {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--rbk-dark);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}
.rbk-process-list h3 { margin: 0; font-size: 22px; }
.rbk-process-list p { margin: 5px 0 0; color: var(--rbk-muted); }

.rbk-articles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
.rbk-articles article {
    min-height: 330px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: var(--rbk-radius);
    border: 1px solid var(--rbk-line);
}
.rbk-articles article > span {
    color: #64705a;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .09em;
    font-weight: 800;
}
.rbk-articles h3 {
    margin: 50px 0 16px;
    font-size: 25px;
    line-height: 1.18;
    letter-spacing: -.035em;
}
.rbk-articles p { margin: 0; color: var(--rbk-muted); }
.rbk-articles a {
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid var(--rbk-line);
    font-weight: 800;
}

.rbk-contacts {
    background: #101715;
    color: #fff;
    padding: 104px 0 0;
}
.rbk-contacts__grid {
    display: grid;
    grid-template-columns: 1fr minmax(360px, .72fr);
    gap: 90px;
}
.rbk-contacts h2 {
    margin: 0;
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1;
    letter-spacing: -.055em;
}
.rbk-contacts__grid > div > p {
    max-width: 620px;
    color: rgba(255,255,255,.64);
    margin: 24px 0 0;
}
.rbk-contact-lines {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 40px;
}
.rbk-contact-lines > * {
    padding: 18px 0;
    border-top: 1px solid rgba(255,255,255,.14);
    display: grid;
}
.rbk-contact-lines small {
    color: rgba(255,255,255,.46);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.rbk-contact-lines strong { margin-top: 7px; font-size: 16px; }
.rbk-contact-actions { display: flex; gap: 12px; margin-top: 28px; }

.rbk-form {
    padding: 32px;
    border-radius: var(--rbk-radius);
    background: #fff;
    color: var(--rbk-ink);
}
.rbk-form h3 { margin: 0 0 24px; font-size: 28px; letter-spacing: -.035em; }
.rbk-form label,
.rbk-modal label {
    display: grid;
    gap: 8px;
    margin-bottom: 15px;
    font-size: 12px;
    font-weight: 800;
}
.rbk-form input,
.rbk-form textarea,
.rbk-modal input,
.rbk-modal textarea {
    width: 100%;
    border: 1px solid var(--rbk-line);
    border-radius: 10px;
    background: #f7f7f3;
    color: var(--rbk-ink);
    padding: 13px 14px;
    outline: none;
}
.rbk-form input:focus,
.rbk-form textarea:focus,
.rbk-modal input:focus,
.rbk-modal textarea:focus { border-color: #7e8b73; background: #fff; }
.rbk-checkbox {
    grid-template-columns: 18px 1fr !important;
    align-items: start;
    font-weight: 500 !important;
    line-height: 1.35;
}
.rbk-checkbox input { width: 16px !important; margin-top: 2px; }
.rbk-form .rbk-button { width: 100%; }
.rbk-form-status { min-height: 22px; margin: 12px 0 0; font-size: 13px; color: #59634f; }

.rbk-map {
    width: min(calc(100% - 40px), var(--rbk-container));
    height: 360px;
    margin: 70px auto 0;
    border-radius: 22px 22px 0 0;
    overflow: hidden;
    background: #222;
}
.rbk-map iframe { width: 100%; height: 100%; border: 0; filter: grayscale(1) contrast(.9); }

.rbk-footer {
    background: #0b100f;
    color: #fff;
}
.rbk-footer__top {
    min-height: 160px;
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 70px;
    align-items: center;
}
.rbk-brand--light .rbk-brand__mark { background: var(--rbk-accent); color: var(--rbk-dark); }
.rbk-brand--light .rbk-brand__text small { color: rgba(255,255,255,.48); }
.rbk-footer__links,
.rbk-footer__social { display: flex; gap: 22px; font-size: 13px; font-weight: 700; }
.rbk-footer__bottom {
    min-height: 72px;
    border-top: 1px solid rgba(255,255,255,.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgba(255,255,255,.45);
    font-size: 12px;
}

.rbk-question {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 900;
    min-height: 48px;
    padding: 0 18px;
    border: 0;
    border-radius: 99px;
    background: var(--rbk-accent);
    color: var(--rbk-dark);
    box-shadow: var(--rbk-shadow);
    font-weight: 800;
}
.rbk-question span { margin-right: 6px; }
.rbk-to-top {
    position: fixed;
    right: 26px;
    bottom: 84px;
    z-index: 899;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    box-shadow: var(--rbk-shadow);
    font-weight: 800;
}

.rbk-modal {
    width: min(calc(100% - 32px), 540px);
    border: 0;
    border-radius: 22px;
    padding: 34px;
    color: var(--rbk-ink);
    box-shadow: 0 30px 100px rgba(0,0,0,.35);
}
.rbk-modal::backdrop { background: rgba(5,9,8,.65); backdrop-filter: blur(5px); }
.rbk-modal h2 { margin: 0; font-size: 36px; line-height: 1.05; letter-spacing: -.045em; }
.rbk-modal > p { color: var(--rbk-muted); }
.rbk-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: #eef0ea;
    font-size: 24px;
}

.rbk-inner-hero {
    padding: 80px 0;
    background: var(--rbk-dark);
    color: #fff;
}
.rbk-inner-hero h1 {
    margin: 0;
    font-size: clamp(42px, 6vw, 76px);
    line-height: 1;
    letter-spacing: -.055em;
}
.rbk-inner-content { padding: 70px 0 100px; }
.rbk-content-card {
    background: #fff;
    border-radius: var(--rbk-radius);
    padding: 40px;
    box-shadow: var(--rbk-shadow);
}
.rbk-content-card img { height: auto; }
.rbk-content-card h1,
.rbk-content-card h2,
.rbk-content-card h3 { line-height: 1.15; }

@media (max-width: 1080px) {
    .rbk-nav { display: none; }
    .rbk-menu-toggle { display: block; }
    .rbk-hero__grid { gap: 38px; }
    .rbk-featured-services,
    .rbk-cases,
    .rbk-articles { grid-template-columns: 1fr 1fr; }
    .rbk-featured-services article:last-child,
    .rbk-cases article:last-child,
    .rbk-articles article:last-child { grid-column: 1 / -1; }
    .rbk-service-grid { grid-template-columns: 1fr 1fr; }
    .rbk-service-grid a { border-bottom: 1px solid var(--rbk-line); }
    .rbk-service-grid a:nth-child(2) { border-right: 0; }
    .rbk-service-grid a:nth-child(3),
    .rbk-service-grid a:nth-child(4) { border-bottom: 0; }
    .rbk-approach,
    .rbk-process { gap: 50px; }
    .rbk-contacts__grid { gap: 50px; }
}

@media (max-width: 780px) {
    .rbk-container { width: min(calc(100% - 28px), var(--rbk-container)); }
    .rbk-header__inner { min-height: 72px; }
    .rbk-brand__text { display: none; }
    .rbk-brand__mark { width: 58px; height: 38px; }
    .rbk-phone,
    .rbk-header__actions > .rbk-button { display: none; }

    .rbk-hero { padding-top: 62px; }
    .rbk-hero__grid {
        grid-template-columns: 1fr;
        padding-bottom: 40px;
    }
    .rbk-hero h1 { font-size: clamp(42px, 13vw, 64px); }
    .rbk-consult-card { padding: 25px; }
    .rbk-stats { grid-template-columns: 1fr 1fr; border-radius: 16px 16px 0 0; }
    .rbk-stats div { min-height: 120px; padding: 22px; border-bottom: 1px solid var(--rbk-line); }
    .rbk-stats div:nth-child(2) { border-right: 0; }
    .rbk-stats div:nth-child(3),
    .rbk-stats div:nth-child(4) { border-bottom: 0; }

    .rbk-section { padding: 74px 0; }
    .rbk-section-head {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 34px;
    }
    .rbk-section-head h2 { font-size: 43px; }
    .rbk-featured-services,
    .rbk-cases,
    .rbk-articles { grid-template-columns: 1fr; }
    .rbk-featured-services article:last-child,
    .rbk-cases article:last-child,
    .rbk-articles article:last-child { grid-column: auto; }
    .rbk-service-feature { min-height: 310px; }
    .rbk-service-grid { grid-template-columns: 1fr; }
    .rbk-service-grid a { border-right: 0; border-bottom: 1px solid var(--rbk-line) !important; }
    .rbk-service-grid a:last-child { border-bottom: 0 !important; }
    .rbk-tab-buttons { display: grid; grid-template-columns: 1fr 1fr; }
    .rbk-tab-buttons button { padding: 0 10px; font-size: 12px; }

    .rbk-approach,
    .rbk-process,
    .rbk-contacts__grid { grid-template-columns: 1fr; gap: 45px; }
    .rbk-contact-lines { grid-template-columns: 1fr; }
    .rbk-contact-actions { flex-wrap: wrap; }
    .rbk-contacts { padding-top: 74px; }
    .rbk-contacts h2 { font-size: 46px; }
    .rbk-map { width: calc(100% - 28px); height: 300px; margin-top: 48px; }

    .rbk-footer__top {
        grid-template-columns: 1fr;
        gap: 26px;
        padding: 44px 0;
    }
    .rbk-footer__links,
    .rbk-footer__social { flex-wrap: wrap; }
    .rbk-footer__bottom {
        min-height: 100px;
        padding: 22px 0;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    .rbk-question { right: 14px; bottom: 14px; }
    .rbk-to-top { right: 16px; bottom: 72px; }
    .rbk-content-card { padding: 24px; }
}

@media (max-width: 480px) {
    .rbk-stats { grid-template-columns: 1fr; }
    .rbk-stats div { border-right: 0; border-bottom: 1px solid var(--rbk-line) !important; }
    .rbk-stats div:last-child { border-bottom: 0 !important; }
    .rbk-hero__actions .rbk-button { width: 100%; }
    .rbk-hero__actions .rbk-text-link { width: 100%; justify-content: center; }
    .rbk-tabs { padding: 16px; }
    .rbk-tab-buttons { grid-template-columns: 1fr; }
    .rbk-form { padding: 24px; }
    .rbk-modal { padding: 28px 22px; }
}
