:root {
    --rh-ink: #10141b;
    --rh-muted: #5b6472;
    --rh-line: #dfe4e8;
    --rh-soft: #f3f5f2;
    --rh-accent: #ff5a36;
    --rh-lime: #d7ff55;
    --rh-cyan: #57d6cf;
    --rh-white: #ffffff;
}

html { scroll-behavior: smooth; }
body.rustend-home { margin: 0; background: var(--rh-white); color: var(--rh-ink); font-family: Inter, Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body.rustend-home * { box-sizing: border-box; }
body.rustend-home a { color: inherit; text-decoration: none; }
body.rustend-home footer:not(.rh-footer) { display: none !important; }
.rh-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.rh-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(16,20,27,.1); background: rgba(255,255,255,.9); backdrop-filter: blur(18px); }
.admin-bar .rh-header { top: 32px; }
.rh-header__inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.rh-brand { display: inline-flex; align-items: center; gap: 12px; letter-spacing: -.03em; }
.rh-brand > span:last-child { display: grid; }
.rh-brand strong { font-size: 22px; line-height: 1; letter-spacing: -.045em; }
.rh-brand small { margin-top: 3px; color: var(--rh-muted); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.rh-brand__mark { width: 35px; height: 35px; padding: 7px; display: grid; gap: 3px; transform: skew(-8deg); border-radius: 9px; background: var(--rh-ink); }
.rh-brand__mark i { display: block; border-radius: 2px; background: var(--rh-lime); }
.rh-brand__mark i:nth-child(2) { width: 72%; }
.rh-brand__mark i:nth-child(3) { width: 42%; }
.rh-nav { display: flex; gap: 28px; color: #303844; font-size: 14px; font-weight: 600; }
.rh-nav a:hover { color: var(--rh-accent); }

.rh-button { display: inline-flex; min-height: 52px; padding: 0 24px; align-items: center; justify-content: center; border: 1px solid var(--rh-accent); border-radius: 10px; background: var(--rh-accent); color: #fff !important; font-size: 15px; font-weight: 750; box-shadow: 0 12px 28px rgba(255,90,54,.2); transition: transform .2s ease, box-shadow .2s ease; }
.rh-button:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(255,90,54,.27); }
.rh-button--small { min-height: 42px; padding: 0 17px; font-size: 13px; }
.rh-link { display: inline-flex; align-items: center; gap: 9px; border-bottom: 1px solid #9ca4ad; font-weight: 700; }
.rh-link span { font-size: 20px; }
.rh-link--dark { color: var(--rh-white) !important; border-color: rgba(255,255,255,.45); }

.rh-hero { overflow: hidden; background: radial-gradient(circle at 78% 32%, rgba(87,214,207,.18), transparent 26%), linear-gradient(180deg,#fff 0%,#f7f8f4 100%); }
.rh-hero__grid { min-height: 690px; padding: 76px 0 82px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 64px; }
.rh-eyebrow, .rh-kicker { color: #48515d; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.rh-eyebrow { display: flex; align-items: center; gap: 9px; }
.rh-eyebrow span { width: 27px; height: 3px; border-radius: 9px; background: var(--rh-accent); }
.rh-hero h1 { max-width: 720px; margin: 22px 0 24px; font-size: clamp(48px, 5.35vw, 78px); line-height: .98; letter-spacing: -.065em; }
.rh-hero h1 em { color: var(--rh-accent); font-style: normal; }
.rh-lead { max-width: 640px; margin: 0; color: var(--rh-muted); font-size: 20px; line-height: 1.58; }
.rh-lead--compact { font-size: 18px; }
.rh-actions { margin-top: 34px; display: flex; align-items: center; gap: 24px; }
.rh-proof { margin-top: 52px; padding-top: 26px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--rh-line); }
.rh-proof div { padding-right: 16px; display: grid; gap: 6px; }
.rh-proof strong { font-size: 24px; letter-spacing: -.04em; }
.rh-proof span { max-width: 130px; color: var(--rh-muted); font-size: 12px; line-height: 1.35; }

.rh-hero__visual { position: relative; min-height: 500px; }
.rh-stage { position: absolute; inset: 30px 22px 42px 28px; overflow: hidden; transform: perspective(900px) rotateY(-6deg) rotateX(2deg); border-radius: 24px; background: #181e27; box-shadow: 0 45px 80px rgba(15,20,28,.28); }
.rh-stage::before { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg,rgba(255,255,255,.1),transparent 34%); }
.rh-stage__top { position: absolute; inset: 30px 34px auto; display: flex; justify-content: space-between; color: #fff; font-size: 12px; letter-spacing: .12em; }
.rh-stage__top span { color: var(--rh-lime); font-weight: 900; }
.rh-stage__screen { position: absolute; left: 14%; top: 25%; width: 52%; height: 42%; display: flex; align-items: center; justify-content: center; transform: skewY(-2deg); background: linear-gradient(145deg,var(--rh-lime),#8ee9bc); box-shadow: 0 0 45px rgba(215,255,85,.25); }
.rh-stage__screen span { color: var(--rh-ink); font-size: 44px; font-weight: 900; line-height: .82; letter-spacing: -.08em; }
.rh-stage__desk { position: absolute; right: 8%; bottom: 21%; width: 28%; height: 22%; clip-path: polygon(15% 0,100% 8%,84% 100%,0 88%); background: var(--rh-accent); }
.rh-stage__floor { position: absolute; left: 5%; right: 5%; bottom: 7%; height: 12%; transform: perspective(300px) rotateX(64deg); background: linear-gradient(90deg,#2e3742,#7f8c9d,#2e3742); }
.rh-stage__light { position: absolute; top: 0; width: 2px; height: 32%; background: linear-gradient(#fff,transparent); }
.rh-stage__light--one { left: 19%; transform: rotate(11deg); }
.rh-stage__light--two { right: 22%; transform: rotate(-12deg); }
.rh-float { position: absolute; z-index: 3; padding: 14px 17px; display: grid; gap: 2px; border: 1px solid rgba(255,255,255,.85); border-radius: 12px; background: rgba(255,255,255,.9); box-shadow: 0 18px 40px rgba(15,20,28,.13); backdrop-filter: blur(10px); }
.rh-float small { color: var(--rh-muted); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.rh-float strong { font-size: 15px; }
.rh-float--city { left: 0; top: 10%; }
.rh-float--area { right: 0; top: 32%; }
.rh-float--match { left: 2%; bottom: 0; grid-template-columns: 31px auto; align-items: center; column-gap: 10px; }
.rh-float--match > span { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; background: var(--rh-cyan); font-weight: 900; }
.rh-float--match > div { display: grid; gap: 3px; }
.rh-float--match small,.rh-float--match strong { display: block; }

.rh-strip { border-top: 1px solid var(--rh-line); border-bottom: 1px solid var(--rh-line); background: #fff; }
.rh-strip__items { min-height: 74px; display: flex; align-items: center; justify-content: space-between; color: #4d5663; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.rh-strip__items i { width: 4px; height: 4px; border-radius: 50%; background: var(--rh-accent); }

.rh-section { padding: 112px 0; }
.rh-section--dark { color: #fff; background: var(--rh-ink); }
.rh-section--soft { background: var(--rh-soft); }
.rh-heading { margin-bottom: 48px; display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 60px; }
.rh-heading h2, .rh-split h2, .rh-faq h2 { margin: 12px 0 0; font-size: clamp(38px,4vw,58px); line-height: 1.03; letter-spacing: -.055em; }
.rh-heading > p { margin: 0; color: var(--rh-muted); font-size: 18px; line-height: 1.7; }
.rh-heading--light > p { color: #aeb6c1; }
.rh-heading--light .rh-kicker { color: var(--rh-cyan); }
.rh-steps { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--rh-line); border-radius: 18px; overflow: hidden; }
.rh-steps article { min-height: 320px; padding: 28px; position: relative; border-right: 1px solid var(--rh-line); }
.rh-steps article:last-child { border-right: 0; }
.rh-steps article > span { color: #a1a9b2; font-size: 12px; font-weight: 800; }
.rh-icon { width: 48px; height: 48px; margin: 52px 0 28px; display: grid; place-items: center; border-radius: 13px; background: var(--rh-soft); color: var(--rh-accent); font-size: 25px; font-weight: 800; }
.rh-steps h3 { margin: 0 0 13px; font-size: 22px; letter-spacing: -.03em; }
.rh-steps p { margin: 0; color: var(--rh-muted); line-height: 1.6; }

.rh-filters { padding: 12px; display: grid; grid-template-columns: repeat(4,1fr) auto; gap: 8px; border: 1px solid #303845; border-radius: 16px; background: #171c24; }
.rh-filter { min-height: 64px; padding: 10px 13px; display: grid; grid-template-columns: 1fr auto; align-content: center; border-right: 1px solid #313844; }
.rh-filter small { grid-column: 1/-1; color: #8993a0; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.rh-filter strong { margin-top: 3px; font-size: 14px; }
.rh-filter > span { color: #8993a0; }
.rh-filter input,.rh-filter select { width: 100%; min-width: 0; margin-top: 5px; padding: 0; border: 0; outline: 0; color: #fff; background: transparent; font: inherit; font-size: 14px; font-weight: 700; }
.rh-filter input::placeholder { color: #c0c6ce; opacity: .75; }
.rh-filter select { color-scheme: dark; }
.rh-filter--check { display: flex; grid-template-columns: none; flex-direction: row; align-items: center; gap: 10px; }
.rh-filter--check input { width: 18px; height: 18px; margin: 0; accent-color: var(--rh-lime); }
.rh-filter--check span { color: #fff; font-size: 13px; font-weight: 700; }
.rh-filters button { border: 0; cursor: pointer; font: inherit; }
.rh-data-grid { margin-top: 28px; display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.rh-data-grid article { min-height: 242px; padding: 30px; border: 1px solid #303845; border-radius: 16px; background: #171c24; }
.rh-data-grid h3 { margin: 48px 0 13px; font-size: 24px; line-height: 1.2; }
.rh-data-grid p { margin: 0; color: #b0b8c2; font-size: 16px; line-height: 1.65; }
.rh-status { display: inline-flex; padding: 8px 11px; border-radius: 99px; font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.rh-status--verified { color: #b9ffdb; background: rgba(68,211,137,.15); }
.rh-status--source { color: #b7e9ff; background: rgba(64,168,213,.14); }
.rh-status--estimate { color: #ffe4a8; background: rgba(255,183,56,.14); }

.rh-split { display: grid; grid-template-columns: 1fr .78fr; align-items: center; gap: 90px; }
.rh-list { margin: 32px 0 0; padding: 0; display: grid; gap: 14px; list-style: none; }
.rh-list li { display: flex; gap: 10px; font-weight: 650; }
.rh-list span { color: var(--rh-accent); }
.rh-offer-card { min-height: 390px; padding: 42px; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; border-radius: 24px; color: #fff; background: var(--rh-ink); box-shadow: 0 32px 70px rgba(16,20,27,.18); }
.rh-offer-card::before { content: ""; position: absolute; width: 260px; height: 260px; right: -80px; top: -90px; border-radius: 50%; background: var(--rh-accent); filter: blur(1px); }
.rh-offer-card::after { content: ""; position: absolute; width: 150px; height: 150px; right: 55px; top: 10px; border-radius: 50%; border: 28px solid var(--rh-lime); }
.rh-offer-card > * { position: relative; z-index: 2; }
.rh-offer-card__label { align-self: flex-start; margin-bottom: auto; padding: 7px 10px; border: 1px solid rgba(255,255,255,.25); border-radius: 99px; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.rh-offer-card h3 { margin: 0 0 13px; font-size: 36px; line-height: 1.05; letter-spacing: -.05em; }
.rh-offer-card p { margin: 0 0 26px; color: #bdc5cf; line-height: 1.55; }

.rh-builders { padding: 88px 0; background: #fff; }
.rh-builders__inner { padding: 46px 50px; display: flex; align-items: center; justify-content: space-between; gap: 70px; border-radius: 24px; color: #fff; background: var(--rh-ink); box-shadow: 0 28px 65px rgba(16,20,27,.13); }
.rh-builders__inner > div { max-width: 760px; }
.rh-builders .rh-kicker { color: var(--rh-cyan); }
.rh-builders h2 { margin: 15px 0 20px; font-size: clamp(38px,4vw,56px); line-height: 1.03; letter-spacing: -.055em; }
.rh-builders p { margin: 0; color: #b7c0ca; font-size: 18px; line-height: 1.7; }
.rh-builders .rh-button { flex: 0 0 auto; }

.rh-faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.rh-faq__items details { border-top: 1px solid #cfd5d8; }
.rh-faq__items details:last-child { border-bottom: 1px solid #cfd5d8; }
.rh-faq__items summary { padding: 22px 0; display: flex; justify-content: space-between; gap: 20px; cursor: pointer; font-size: 18px; font-weight: 750; list-style: none; }
.rh-faq__items summary::-webkit-details-marker { display: none; }
.rh-faq__items summary span { color: var(--rh-accent); font-size: 23px; }
.rh-faq__items p { max-width: 670px; margin: -6px 0 24px; color: var(--rh-muted); line-height: 1.65; }

.rh-brief-section { padding: 112px 0; background: #fff; }
.rh-brief-card { padding: 26px; border: 1px solid var(--rh-line); border-radius: 22px; box-shadow: 0 28px 70px rgba(16,20,27,.07); }
.rh-brief-card .rustend-brief { max-width: none; }
.rh-brief-card .rustend-brief fieldset { border-color: var(--rh-line); }
.rh-brief-card .rustend-submit { background: var(--rh-accent); }

.rh-footer { padding: 38px 0; color: #fff; background: #0b0f15; }
.rh-footer__inner { display: grid; grid-template-columns: .9fr .55fr 1.55fr; align-items: center; gap: 28px; }
.rh-brand--footer small, .rh-footer p, .rh-footer a, .rh-footer span { color: #929ba7; }
.rh-footer p { margin: 0; text-align: center; font-size: 13px; }
.rh-footer__inner > div:last-child { display: flex; justify-content: flex-end; gap: 16px; font-size: 12px; }
.rh-footer__inner > div:last-child a { line-height: 1.4; }

@media (max-width: 980px) {
    .rh-nav { display: none; }
    .rh-hero__grid { grid-template-columns: 1fr; padding-top: 56px; }
    .rh-hero__visual { min-height: 470px; }
    .rh-heading, .rh-split, .rh-faq { grid-template-columns: 1fr; gap: 30px; }
    .rh-filters { grid-template-columns: repeat(2,1fr); }
    .rh-filters .rh-button { grid-column: 1/-1; }
    .rh-data-grid { grid-template-columns: 1fr; }
    .rh-builders__inner { align-items: flex-start; flex-direction: column; gap: 32px; }
}

@media (max-width: 680px) {
    .admin-bar .rh-header { top: 46px; }
    .rh-shell { width: min(100% - 28px,1180px); }
    .rh-header__inner { min-height: 68px; }
    .rh-header .rh-button { display: none; }
    .rh-hero__grid { min-height: auto; padding: 46px 0 58px; gap: 30px; }
    .rh-hero h1 { font-size: 46px; }
    .rh-lead { font-size: 17px; }
    .rh-actions { align-items: stretch; flex-direction: column; }
    .rh-actions .rh-link { align-self: flex-start; }
    .rh-proof { gap: 10px; }
    .rh-proof strong { font-size: 20px; }
    .rh-hero__visual { min-height: 360px; }
    .rh-stage { inset: 20px 8px 38px 8px; }
    .rh-stage__screen span { font-size: 31px; }
    .rh-float--area { right: -5px; }
    .rh-strip__items { padding: 16px 0; flex-wrap: wrap; justify-content: center; gap: 12px; }
    .rh-strip__items i { display: none; }
    .rh-section, .rh-brief-section { padding: 72px 0; }
    .rh-heading { margin-bottom: 32px; }
    .rh-heading h2, .rh-split h2, .rh-faq h2 { font-size: 39px; }
    .rh-steps { grid-template-columns: 1fr; }
    .rh-steps article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--rh-line); }
    .rh-steps article:last-child { border-bottom: 0; }
    .rh-icon { margin: 30px 0 22px; }
    .rh-filters { grid-template-columns: 1fr; }
    .rh-filter { border-right: 0; border-bottom: 1px solid #313844; }
    .rh-filters .rh-button { grid-column: auto; }
    .rh-offer-card { min-height: 360px; padding: 28px; }
    .rh-builders { padding: 58px 0; }
    .rh-builders__inner { padding: 30px 26px; }
    .rh-builders h2 { font-size: 39px; }
    .rh-builders p { font-size: 16px; }
    .rh-brief-card { padding: 10px; border: 0; box-shadow: none; }
    .rh-footer__inner { grid-template-columns: 1fr; text-align: center; }
    .rh-footer p { text-align: center; }
    .rh-footer__inner > div:last-child { justify-content: center; }
}
