body.rustend-catalog, body.rustend-builder { margin: 0; color: var(--rh-ink); background: #f5f6f2; font-family: Inter, Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body.rustend-catalog *, body.rustend-builder * { box-sizing: border-box; }
body.rustend-catalog a, body.rustend-builder a { color: inherit; text-decoration: none; }
body.rustend-catalog footer:not(.rh-footer), body.rustend-builder footer:not(.rh-footer) { display: none !important; }

.rc-hero { padding: 82px 0 68px; overflow: hidden; border-bottom: 1px solid var(--rh-line); background: radial-gradient(circle at 84% 22%,rgba(215,255,85,.35),transparent 22%),#fff; }
.rc-hero__grid { display: grid; grid-template-columns: 1.22fr .48fr; align-items: end; gap: 80px; }
.rc-hero h1 { margin: 22px 0 22px; font-size: clamp(48px,5.4vw,76px); line-height: .97; letter-spacing: -.065em; }
.rc-hero h1 em { color: var(--rh-accent); font-style: normal; }
.rc-hero p { max-width: 760px; margin: 0; color: var(--rh-muted); font-size: 19px; line-height: 1.6; }
.rc-hero__stat { min-height: 260px; padding: 30px; display: flex; flex-direction: column; justify-content: flex-end; border-radius: 22px; color: #fff; background: var(--rh-ink); box-shadow: 0 30px 60px rgba(16,20,27,.15); }
.rc-hero__stat small { color: #9ba5b1; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.rc-hero__stat strong { margin-top: 14px; color: var(--rh-lime); font-size: 78px; line-height: .8; letter-spacing: -.08em; }
.rc-hero__stat > span { margin-top: 13px; font-size: 16px; font-weight: 750; }
.rc-hero__stat div { margin-top: 26px; padding-top: 18px; display: flex; align-items: center; gap: 10px; border-top: 1px solid #313944; color: #bdc5ce; font-size: 14px; line-height: 1.5; }
.rc-hero__stat i { width: 8px; height: 8px; flex: 0 0 auto; border-radius: 50%; background: var(--rh-cyan); box-shadow: 0 0 0 5px rgba(87,214,207,.12); }

.rc-catalog { padding: 34px 0 110px; }
.rc-toolbar { position: sticky; top: 94px; z-index: 20; padding: 11px; display: grid; grid-template-columns: 1.4fr repeat(3,.76fr); gap: 8px; border: 1px solid #d9dedf; border-radius: 17px; background: rgba(255,255,255,.94); box-shadow: 0 20px 55px rgba(16,20,27,.08); backdrop-filter: blur(16px); }
.admin-bar .rc-toolbar { top: 126px; }
.rc-toolbar label { min-height: 62px; padding: 9px 13px; display: flex; flex-direction: column; justify-content: center; border-radius: 10px; background: #f5f6f2; }
.rc-toolbar label > span { margin-bottom: 5px; color: #6d7783; font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.rc-toolbar input, .rc-toolbar select { width: 100%; min-width: 0; padding: 0; border: 0; outline: 0; color: var(--rh-ink); background: transparent; font: inherit; font-size: 14px; font-weight: 700; }
.rc-toolbar .rc-search { padding-left: 17px; display: grid; grid-template-columns: 26px 1fr; align-items: center; }
.rc-toolbar .rc-search > span { margin: 0; color: var(--rh-accent); font-size: 23px; }
.rc-search input { font-size: 14px; }
.rc-toolbar .rc-check { min-height: 50px; padding: 0 13px; grid-column: 1/-1; flex-direction: row; align-items: center; justify-content: flex-start; gap: 9px; background: transparent; }
.rc-toolbar .rc-check input { width: 18px; height: 18px; accent-color: var(--rh-accent); }
.rc-toolbar .rc-check span { margin: 0; color: #4e5864; font-size: 13px; letter-spacing: .02em; }
.rc-resultbar { min-height: 72px; display: flex; align-items: center; gap: 6px; color: var(--rh-muted); font-size: 13px; }
.rc-resultbar strong { color: var(--rh-ink); font-size: 18px; }
.rc-resultbar button { margin-left: auto; padding: 0; border: 0; border-bottom: 1px solid #a9b0b6; cursor: pointer; background: transparent; color: #6b7480; font: inherit; }

.rc-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.rc-card { min-width: 0; overflow: hidden; display: flex; flex-direction: column; border: 1px solid #dfe3e3; border-radius: 19px; background: #fff; box-shadow: 0 14px 40px rgba(16,20,27,.045); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.rc-card:hover { transform: translateY(-5px); border-color: #cbd1d2; box-shadow: 0 26px 60px rgba(16,20,27,.1); }
.rc-card[hidden] { display: none; }
.rc-card__visual { height: 178px; position: relative; overflow: hidden; display: grid; place-items: center; background: #1b212a; }
.rc-card__visual .rc-card__initials { position: relative; z-index: 3; color: #fff; font-size: 54px; font-weight: 900; letter-spacing: -.08em; text-transform: uppercase; }
.rc-card__visual .rc-card__case { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s ease; }
.rc-card:hover .rc-card__case { transform: scale(1.025); }
.rc-card__logo { min-width: 70px; max-width: 145px; height: 48px; padding: 8px 12px; position: absolute; z-index: 4; left: 14px; bottom: 14px; display: flex; align-items: center; border: 1px solid rgba(255,255,255,.75); border-radius: 10px; background: rgba(255,255,255,.94); box-shadow: 0 9px 25px rgba(0,0,0,.22); backdrop-filter: blur(7px); }
.rc-card__logo.is-dark { border-color: rgba(255,255,255,.25); background: rgba(16,22,29,.94); }
.rc-card__visual .rc-card__logo img { width: 100%; max-width: 120px; height: 30px; display: block; object-fit: contain; filter: drop-shadow(0 0 1px rgba(16,20,27,1)) drop-shadow(0 0 3px rgba(16,20,27,.42)); }
.rc-card__visual i { position: absolute; display: block; transform: rotate(18deg); border: 24px solid var(--rh-lime); }
.rc-card__visual i:first-of-type { width: 180px; height: 180px; right: -40px; top: -62px; border-radius: 50%; }
.rc-card__visual i:last-of-type { width: 150px; height: 64px; left: -28px; bottom: -15px; border-color: var(--rh-accent); }
.rc-visual--2 { background: #173d42; }.rc-visual--2 i { border-color: var(--rh-cyan); }.rc-visual--2 i:last-of-type { border-color: #ff845e; }
.rc-visual--3 { background: #342c4d; }.rc-visual--3 i { border-color: #ffaf4a; }.rc-visual--3 i:last-of-type { border-color: var(--rh-cyan); }
.rc-visual--4 { background: #153d2e; }.rc-visual--4 i { border-color: #9bed92; }.rc-visual--4 i:last-of-type { border-color: #ffd053; }
.rc-visual--5 { background: #382321; }.rc-visual--5 i { border-color: #ff704f; }.rc-visual--5 i:last-of-type { border-color: var(--rh-lime); }
.rc-card__body { min-height: 390px; padding: 24px; display: flex; flex-direction: column; }
.rc-card__status { min-height: 34px; display: flex; justify-content: space-between; align-items: flex-start; gap: 10px; }
.rc-card__status span { padding: 7px 9px; border-radius: 99px; color: #1d716d; background: #e3f5f2; font-size: 10px; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.rc-card__status small { max-width: 130px; color: #737d88; font-size: 10px; line-height: 1.35; text-align: right; }
.rc-card h2 { margin: 17px 0 8px; font-size: 27px; line-height: 1.08; letter-spacing: -.045em; }
.rc-card__city { margin: 0 0 20px; color: #5e6874; font-size: 14px; }
.rc-card__description { margin: -8px 0 18px; color: #6b7480; font-size: 13px; line-height: 1.55; }
.rc-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.rc-tags span { padding: 7px 9px; border: 1px solid #e0e4e5; border-radius: 7px; color: #56616d; background: #fafbfa; font-size: 11px; font-weight: 700; }
.rc-tags .rc-tag--accent { color: #8a451f; border-color: #ffd7c8; background: #fff0ea; }
.rc-card__footer { margin-top: auto; padding-top: 23px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-top: 1px solid #edf0f0; }
.rc-card__footer a { font-size: 13px; font-weight: 800; }.rc-card__footer a b { color: var(--rh-accent); font-size: 16px; }
.rc-card__footer > span { color: #a5563c; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.rc-score { margin-top: auto; padding-top: 20px; display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #6c7580; font-size: 11px; }
.rc-score strong { color: var(--rh-ink); font-size: 14px; }
.rc-score + .rc-card__footer { margin-top: 10px; }
.rc-empty { padding: 70px 20px; border: 1px dashed #cfd4d5; border-radius: 20px; text-align: center; background: #fff; }
.rc-empty strong { display: block; font-size: 28px; }.rc-empty p { margin: 10px auto 24px; max-width: 540px; color: var(--rh-muted); line-height: 1.6; }

.rc-method { padding: 100px 0; color: #fff; background: var(--rh-ink); }
.rc-method__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.rc-method h2 { margin: 13px 0 0; font-size: clamp(38px,4vw,58px); line-height: 1.02; letter-spacing: -.055em; }
.rc-method .rh-kicker { color: var(--rh-cyan); }
.rc-method__items { border-top: 1px solid #363e49; }
.rc-method__items article { padding: 25px 0; display: grid; grid-template-columns: 52px 1fr; gap: 18px; border-bottom: 1px solid #363e49; }
.rc-method__items b { color: var(--rh-accent); font-size: 12px; }.rc-method__items strong { font-size: 20px; }.rc-method__items p { margin: 8px 0 0; color: #b0b9c3; font-size: 16px; line-height: 1.62; }

.rb-hero { padding: 45px 0 80px; overflow: hidden; color: #fff; background: radial-gradient(circle at 80% 40%,rgba(87,214,207,.18),transparent 24%),var(--rh-ink); }
.rb-back { display: inline-block; margin-bottom: 55px; color: #9ea8b4 !important; font-size: 13px; }
.rb-hero__grid { display: grid; grid-template-columns: 1.2fr .55fr; align-items: center; gap: 90px; }
.rb-status { max-width: 620px; padding: 8px 11px; display: inline-flex; border-radius: 99px; color: #b9eae7; background: rgba(87,214,207,.13); font-size: 10px; font-weight: 850; line-height: 1.45; letter-spacing: .08em; text-transform: uppercase; }
.rb-hero h1 { margin: 22px 0 18px; font-size: clamp(58px,7vw,96px); line-height: .9; letter-spacing: -.075em; }
.rb-hero p { max-width: 720px; margin: 0; color: #adb7c3; font-size: 18px; line-height: 1.65; }
.rb-hero__actions { margin-top: 32px; display: flex; align-items: center; gap: 25px; }.rb-hero .rh-link { border-color: #606a76; }
.rb-mark { width: 300px; height: 300px; justify-self: end; position: relative; overflow: hidden; display: grid; place-items: center; transform: rotate(3deg); border-radius: 32px; background: var(--rh-lime); box-shadow: 0 36px 70px rgba(0,0,0,.28); }
.rb-mark span { position: relative; z-index: 2; color: var(--rh-ink); font-size: 92px; font-weight: 950; letter-spacing: -.1em; text-transform: uppercase; }.rb-mark i { position: absolute; width: 200px; height: 80px; border: 22px solid var(--rh-accent); transform: rotate(-20deg); }.rb-mark i:last-child { width: 150px; height: 150px; right: -60px; top: -55px; border-color: var(--rh-cyan); border-radius: 50%; }
.rb-mark img { width: 72%; max-height: 120px; position: relative; z-index: 2; object-fit: contain; filter: drop-shadow(0 12px 20px rgba(0,0,0,.18)); }
.rb-section { padding: 100px 0; background: #fff; }.rb-layout { display: grid; grid-template-columns: 1.25fr .55fr; align-items: start; gap: 75px; }.rb-main h2 { margin: 12px 0 36px; font-size: 48px; letter-spacing: -.055em; }.rb-facts { display: grid; grid-template-columns: repeat(2,1fr); border: 1px solid var(--rh-line); border-radius: 17px; overflow: hidden; }.rb-facts article { min-height: 125px; padding: 22px; display: flex; flex-direction: column; justify-content: flex-end; border-right: 1px solid var(--rh-line); border-bottom: 1px solid var(--rh-line); }.rb-facts article:nth-child(2n) { border-right: 0; }.rb-facts article:nth-last-child(-n+2) { border-bottom: 0; }.rb-facts small { color: #8a939e; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.rb-facts strong { margin-top: 8px; font-size: 18px; }.rb-block { margin-top: 38px; }.rb-block h3 { margin: 0 0 14px; font-size: 22px; }.rb-aside { position: sticky; top: 110px; display: grid; gap: 14px; }.admin-bar .rb-aside { top: 142px; }.rb-source,.rb-contact { padding: 27px; border-radius: 18px; }.rb-source { color: #fff; background: var(--rh-ink); }.rb-source > span,.rb-contact > span { display: block; margin-bottom: 18px; color: #8f9aa7; font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }.rb-source > strong { font-size: 20px; line-height: 1.25; }.rb-source p { color: #aab3bf; font-size: 13px; line-height: 1.6; }.rb-source dl { margin: 24px 0 0; padding-top: 20px; display: grid; grid-template-columns: 82px 1fr; gap: 11px; border-top: 1px solid #343c47; font-size: 12px; }.rb-source dt { color: #77828f; }.rb-source dd { margin: 0; text-align: right; }.rb-source dd a { color: var(--rh-cyan); }.rb-contact { display: grid; gap: 10px; border: 1px solid var(--rh-line); background: #f5f6f2; }.rb-contact a { font-weight: 750; }.rb-cta { padding: 90px 0; background: #edf0ea; }.rb-cta__inner { display: flex; align-items: end; justify-content: space-between; gap: 50px; }.rb-cta h2 { margin: 12px 0 0; font-size: 50px; line-height: 1.02; letter-spacing: -.06em; }

.rb-source p { color: #b6bec8; font-size: 15px; line-height: 1.65; }
.rb-scorecard { padding: 27px; border: 1px solid #dce1dd; border-radius: 18px; background: #f3f7e8; }
.rb-scorecard > span { display: block; color: #69735c; font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.rb-scorecard > strong { margin: 12px 0 8px; display: block; color: var(--rh-ink); font-size: 46px; line-height: 1; letter-spacing: -.06em; }
.rb-scorecard > strong small { color: #7d8674; font-size: 17px; letter-spacing: 0; }
.rb-scorecard p { margin: 0; color: #65705d; font-size: 13px; line-height: 1.55; }
.rb-portfolio { margin-top: 64px; }
.rb-portfolio__heading { margin-bottom: 20px; display: flex; align-items: end; justify-content: space-between; gap: 25px; }
.rb-portfolio__heading h3 { margin: 8px 0 0; font-size: 34px; letter-spacing: -.04em; }
.rb-portfolio__heading a { border-bottom: 1px solid #aeb5b2; font-size: 13px; font-weight: 750; }
.rb-gallery { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.rb-gallery a { min-height: 250px; overflow: hidden; border-radius: 14px; background: #e9ece7; }
.rb-gallery img { width: 100%; height: 100%; min-height: 250px; display: block; object-fit: cover; transition: transform .35s ease; }
.rb-gallery a:hover img { transform: scale(1.025); }
.rb-portfolio__note { margin: 13px 0 0; color: #7c858d; font-size: 12px; line-height: 1.5; }

@media (max-width: 1000px) {
    .rc-hero__grid,.rc-method__grid,.rb-hero__grid,.rb-layout { grid-template-columns: 1fr; gap: 42px; }
    .rc-hero__stat { min-height: 220px; }.rc-toolbar { position: static; grid-template-columns: repeat(2,1fr); }.rc-search { grid-column: 1/-1; }.rc-grid { grid-template-columns: repeat(2,1fr); }.rb-mark { justify-self: start; }.rb-aside { position: static; }.rb-cta__inner { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 680px) {
    .rc-hero { padding: 56px 0 46px; }.rc-hero h1 { font-size: 47px; }.rc-hero p { font-size: 16px; }.rc-hero__stat strong { font-size: 66px; }
    .rc-catalog { padding-top: 18px; }.rc-toolbar { grid-template-columns: 1fr; }.rc-search { grid-column: auto; }.rc-grid { grid-template-columns: 1fr; }.rc-card__visual { height: 170px; }
    .rc-method { padding: 72px 0; }.rc-method__grid { gap: 35px; }.rc-method h2 { font-size: 40px; }
    .rb-hero { padding-bottom: 58px; }.rb-back { margin-bottom: 38px; }.rb-hero h1 { font-size: 60px; }.rb-hero__actions { align-items: flex-start; flex-direction: column; }.rb-mark { width: 220px; height: 220px; }.rb-mark span { font-size: 68px; }
    .rb-section { padding: 70px 0; }.rb-main h2 { font-size: 40px; }.rb-facts { grid-template-columns: 1fr; }.rb-facts article { border-right: 0; border-bottom: 1px solid var(--rh-line) !important; }.rb-facts article:last-child { border-bottom: 0 !important; }.rb-cta { padding: 68px 0; }.rb-cta h2 { font-size: 39px; }
    .rb-gallery { grid-template-columns: 1fr; }.rb-gallery a,.rb-gallery img { min-height: 210px; }.rb-portfolio__heading { align-items: flex-start; flex-direction: column; }
}
