/* Roofworks 1.3.2 — homepage SEO content and internal links */
:root {
  --rw-paper: #f7f9fc;
  --rw-white: #ffffff;
  --rw-text: #252a32;
  --rw-muted: #6f7782;
  --rw-line: #dde3ea;
  --rw-line-dark: rgba(255, 255, 255, .16);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--rw-paper);
  color: var(--rw-text);
  font-family: "Segoe UI Variable Text", "Segoe UI", Inter, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.68;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6, strong, b { font-weight: 400; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }

.rw-container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.rw-skip { position: fixed; left: 12px; top: -70px; z-index: 10000; padding: 10px 14px; border: 1px solid var(--rw-line); background: #fff; }
.rw-skip:focus { top: 12px; }

/* Service line */
.rw-topline { background: var(--rw-dark); color: rgba(255, 255, 255, .7); font-size: 12px; letter-spacing: .015em; }
.rw-topline__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.rw-topline__contacts { display: flex; gap: 24px; }
.rw-topline a { transition: color .2s ease; }
.rw-topline a:hover { color: #fff; }

/* Header */
.rw-header { z-index: 100; border-bottom: 1px solid var(--rw-line); background: rgba(255, 255, 255, .985); }
.rw-header--sticky { position: sticky; top: 0; backdrop-filter: blur(12px); }
.rw-header__inner { min-height: 86px; display: flex; align-items: center; gap: 30px; }
.rw-brand { display: flex; align-items: center; gap: 13px; min-width: 226px; }
.rw-brand__mark { display: grid; place-items: center; width: 43px; height: 43px; border: 1px solid #cfd4da; border-radius: 8px; background: #fff; }
.rw-brand__mark svg { width: 28px; height: 28px; fill: none; stroke: var(--rw-accent); stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.rw-brand strong { display: block; color: var(--rw-dark); font-size: 20px; font-weight: 500; line-height: 1; letter-spacing: .15em; }
.rw-brand small { display: block; margin-top: 6px; color: #848b95; font-size: 10px; font-weight: 400; line-height: 1.2; white-space: nowrap; letter-spacing: .01em; }

.rw-nav { margin-left: auto; }
.rw-nav ul { margin: 0; padding: 0; list-style: none; }
.rw-nav__list { display: flex; align-items: center; gap: 2px; }
.rw-nav__item { position: relative; }
.rw-nav__link { position: relative; display: block; padding: 13px 10px; color: #505761; font-size: 13px; font-weight: 400; white-space: nowrap; transition: color .2s ease; }
.rw-nav__link::after { content: ""; position: absolute; right: 10px; bottom: 7px; left: 10px; height: 1px; background: var(--rw-accent); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.rw-nav__item.is-active > .rw-nav__link,
.rw-nav__link:hover { color: #171c24; }
.rw-nav__item.is-active > .rw-nav__link::after,
.rw-nav__link:hover::after { transform: scaleX(1); }
.rw-nav__dropdown { display: none; position: absolute; left: 0; top: calc(100% + 8px); min-width: 270px; padding: 8px 14px; border: 1px solid var(--rw-line); border-radius: 10px; background: #fff; box-shadow: 0 15px 35px rgba(22, 29, 39, .07); }
.rw-nav__item:hover > .rw-nav__dropdown { display: block; }
.rw-nav__dropdown .rw-nav__link { padding: 10px 2px; white-space: normal; border-bottom: 1px solid #eceeef; }
.rw-nav__dropdown .rw-nav__item:last-child .rw-nav__link { border-bottom: 0; }
.rw-nav__dropdown .rw-nav__link::after { right: 2px; bottom: 5px; left: 2px; }

.rw-header__actions { display: flex; align-items: center; gap: 13px; }
.rw-langs { display: flex; padding: 2px; border: 1px solid var(--rw-line); border-radius: 7px; background: #f5f6f7; }
.rw-langs a { padding: 5px 7px; border-radius: 5px; color: #858c95; font-size: 10px; font-weight: 400; }
.rw-langs a.is-current { background: #fff; color: #1f252d; }

.rw-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 47px; padding: 10px 20px; border: 1px solid var(--rw-accent); border-radius: 8px; background: var(--rw-accent); color: #fff; font-size: 13px; font-weight: 400; letter-spacing: .01em; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.rw-btn:hover { filter: brightness(.94); transform: translateY(-1px); color: #fff; }
.rw-btn--outline { border-color: #c9ced4; background: transparent; color: var(--rw-dark); }
.rw-btn--outline:hover { border-color: var(--rw-dark); background: transparent; color: var(--rw-dark); filter: none; }
.rw-btn--compact { min-height: 40px; padding: 8px 14px; font-size: 11px; }
.rw-menu-toggle { display: none; position: relative; padding: 8px; border: 0; background: none; color: var(--rw-dark); }
.rw-menu-toggle span { display: block; width: 25px; height: 1px; margin: 6px 0; background: currentColor; }
.rw-menu-toggle b { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

/* Main */
.rw-main { min-height: 60vh; }
.rw-main > .com-content-article,
.rw-main > .item-page,
.rw-main > .blog,
.rw-main > .com-content-category-blog { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.rw-breadcrumbs { border-bottom: 1px solid #e7ebf0; background: #fbfcfd; }
.rw-breadcrumbs ol { display: flex; gap: 8px; margin: 0; padding: 11px 0; list-style: none; color: #818892; font-size: 11px; }

/* Architectural hero */
.rw-hero { position: relative; margin: 0 calc(50% - 50vw); padding: 104px max(24px, calc((100vw - 1180px) / 2)) 100px; overflow: hidden; background: var(--rw-dark); color: #fff; }
.rw-hero::before { content: ""; position: absolute; right: -4%; bottom: -32%; width: 660px; height: 660px; border: 1px solid rgba(255, 255, 255, .1); transform: rotate(45deg); }
.rw-hero::after { content: ""; position: absolute; top: 0; right: 0; bottom: 0; width: 42%; opacity: .18; background: repeating-linear-gradient(90deg, transparent 0, transparent 69px, rgba(255, 255, 255, .14) 70px), repeating-linear-gradient(0deg, transparent 0, transparent 69px, rgba(255, 255, 255, .1) 70px); mask-image: linear-gradient(to left, #000, transparent); }
.rw-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: 76px; align-items: center; }
.rw-eyebrow { display: inline-flex; align-items: center; gap: 12px; color: rgba(255, 255, 255, .65); font-size: 10px; font-weight: 400; text-transform: uppercase; letter-spacing: .18em; }
.rw-eyebrow::before { content: ""; width: 38px; height: 1px; background: var(--rw-accent); }
.rw-hero h1 { max-width: 800px; margin: 23px 0 25px; color: #fff; font-size: clamp(40px, 5.3vw, 66px); font-weight: 400; line-height: 1.08; letter-spacing: -.037em; }
.rw-hero p { max-width: 710px; margin: 0; color: rgba(255, 255, 255, .7); font-size: 17px; font-weight: 400; line-height: 1.72; }
.rw-hero__buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.rw-hero__buttons .rw-btn--outline { border-color: rgba(255, 255, 255, .3); color: #fff; }
.rw-hero__buttons .rw-btn--outline:hover { border-color: #fff; color: #fff; }
.rw-hero__aside { position: relative; padding: 28px 30px; border: 1px solid var(--rw-line-dark); border-radius: 12px; background: rgba(255, 255, 255, .025); }
.rw-hero__aside strong { display: block; margin-bottom: 18px; color: #fff; font-size: 13px; font-weight: 400; letter-spacing: .02em; }
.rw-hero__aside ul { margin: 0; padding: 0; list-style: none; }
.rw-hero__aside li { padding: 12px 0; border-top: 1px solid rgba(255, 255, 255, .1); color: rgba(255, 255, 255, .72); font-size: 12px; font-weight: 400; }

/* Sections */
.rw-section { padding: 86px 0; }
.rw-section--white { margin: 0 calc(50% - 50vw); padding-inline: max(24px, calc((100vw - 1180px) / 2)); background: #fff; }
.rw-section--dark { margin: 0 calc(50% - 50vw); padding-inline: max(24px, calc((100vw - 1180px) / 2)); background: var(--rw-dark); color: #fff; }
.rw-section__head { display: grid; grid-template-columns: .72fr 1.28fr; gap: 72px; align-items: end; margin-bottom: 45px; }
.rw-section__head h2,
.rw-content h2 { margin: 0; color: var(--rw-dark); font-size: clamp(30px, 3.7vw, 46px); font-weight: 400; line-height: 1.16; letter-spacing: -.028em; }
.rw-section--dark .rw-section__head h2 { color: #fff; }
.rw-section__head p { max-width: 680px; margin: 0; color: var(--rw-muted); font-size: 15px; }
.rw-section--dark .rw-section__head p { color: rgba(255, 255, 255, .67); }


.rw-seo-section .rw-section__head { margin-bottom: 34px; }
.rw-seo-copy { max-width: 940px; }
.rw-seo-copy p { margin: 0 0 22px; color: #505964; font-size: 16px; line-height: 1.84; }
.rw-seo-copy h3 { margin: 38px 0 13px; color: var(--rw-dark); font-size: 23px; font-weight: 400; line-height: 1.34; letter-spacing: -.012em; }
.rw-seo-copy a { color: var(--rw-dark); text-decoration: underline; text-decoration-color: var(--rw-accent); text-decoration-thickness: 1px; text-underline-offset: 4px; }
.rw-seo-copy a:hover { color: var(--rw-accent); }

.rw-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.rw-card { position: relative; display: flex; flex-direction: column; min-height: 292px; padding: 25px; overflow: hidden; border: 1px solid var(--rw-line); border-radius: 10px; background: #fcfdff; transition: border-color .2s ease, transform .2s ease; }
.rw-card::before { content: ""; position: absolute; top: 0; right: 25px; left: 25px; height: 1px; background: transparent; transition: background .2s ease; }
.rw-card:hover { border-color: #bdc3ca; transform: translateY(-2px); }
.rw-card:hover::before { background: var(--rw-accent); }
.rw-card__number { color: var(--rw-accent); font-size: 10px; font-weight: 400; letter-spacing: .17em; }
.rw-card h3 { margin: 42px 0 15px; color: var(--rw-dark); font-size: 21px; font-weight: 400; line-height: 1.3; letter-spacing: -.012em; }
.rw-card p { margin: 0; color: var(--rw-muted); font-size: 13px; }
.rw-card__link { margin-top: auto; padding-top: 22px; color: var(--rw-dark); font-size: 12px; }
.rw-card__link::after { content: "  →"; color: var(--rw-accent); }

.rw-problems { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--rw-line); border-left: 1px solid var(--rw-line); }
.rw-problem { padding: 28px; border-right: 1px solid var(--rw-line); border-bottom: 1px solid var(--rw-line); background: #fcfdff; }
.rw-problem h3 { margin: 0 0 10px; color: var(--rw-dark); font-size: 18px; font-weight: 400; }
.rw-problem p { margin: 0 0 19px; color: var(--rw-muted); font-size: 13px; }
.rw-problem a { color: var(--rw-accent); font-size: 12px; }

.rw-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.rw-step { padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .2); }
.rw-step span { display: block; color: var(--rw-accent); font-size: 10px; font-weight: 400; letter-spacing: .17em; }
.rw-step h3 { margin: 28px 0 10px; color: #fff; font-size: 18px; font-weight: 400; }
.rw-step p { margin: 0; color: rgba(255, 255, 255, .66); font-size: 12px; }

.rw-cta { display: grid; grid-template-columns: 1.2fr .8fr; gap: 42px; align-items: center; padding: 42px 44px; border: 1px solid var(--rw-line); border-radius: 12px; background: #fcfdff; }
.rw-cta h2 { margin: 0 0 13px; color: var(--rw-dark); font-size: 34px; font-weight: 400; line-height: 1.18; letter-spacing: -.025em; }
.rw-cta p { margin: 0; color: var(--rw-muted); font-size: 14px; }
.rw-cta__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }

/* Inner pages */
.rw-content { padding: 72px 0; }
.rw-content > h1,
.com-content-article__body > h1 { max-width: 930px; margin: 0 0 29px; color: var(--rw-dark); font-size: clamp(38px, 4.8vw, 61px); font-weight: 400; line-height: 1.1; letter-spacing: -.035em; }
.rw-content > p:first-of-type { max-width: 850px; color: #626b76; font-size: 18px; }
.rw-content h2 { margin-top: 60px; font-size: 34px; }
.rw-content h3 { margin-top: 34px; color: var(--rw-dark); font-size: 21px; font-weight: 400; }
.rw-content p, .rw-content li { color: #505964; }
.rw-content ul { padding-left: 20px; }
.rw-service-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 29px 0; }
.rw-service-link { padding: 18px 20px; border: 1px solid var(--rw-line); border-radius: 8px; background: #fcfdff; font-size: 14px; transition: border-color .2s ease; }
.rw-service-link:hover { border-color: var(--rw-accent); }
.rw-notice { padding: 20px 22px; border-left: 2px solid var(--rw-accent); border-radius: 0 8px 8px 0; background: #f4f8fc; color: #415264; }
.rw-faq details { padding: 18px 0; border-top: 1px solid var(--rw-line); }
.rw-faq details:last-child { border-bottom: 1px solid var(--rw-line); }
.rw-faq summary { cursor: pointer; color: var(--rw-dark); font-weight: 400; }
.rw-faq p { color: var(--rw-muted); }

/* Footer */
.rw-footer { padding: 66px 0 22px; background: #101722; color: rgba(255, 255, 255, .66); }
.rw-footer__grid { display: grid; grid-template-columns: 1.35fr .62fr .7fr 1fr; gap: 48px; }
.rw-footer__brand { color: #fff; font-size: 23px; font-weight: 500; letter-spacing: .16em; }
.rw-footer p { max-width: 520px; font-size: 12px; }
.rw-footer h3 { margin: 0 0 18px; color: #fff; font-size: 10px; font-weight: 400; text-transform: uppercase; letter-spacing: .17em; }
.rw-footer a, .rw-footer span { display: block; margin: 8px 0; font-size: 12px; font-weight: 400; }
.rw-footer a:hover { color: #fff; }
.rw-footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 52px; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, .1); font-size: 10px; }
.rw-whatsapp-float { position: fixed; right: 24px; bottom: 24px; z-index: 70; display: grid; place-items: center; width: 52px; height: 52px; border: 1px solid rgba(255, 255, 255, .5); border-radius: 50%; background: #22c55e; box-shadow: 0 10px 25px rgba(34, 197, 94, .22); }
.rw-whatsapp-float svg { width: 25px; fill: #fff; }

/* Joomla and utility */
.rw-error { min-height: 100vh; display: grid; place-items: center; padding: 30px; background: var(--rw-dark); color: #fff; text-align: center; }
.rw-error > div { max-width: 650px; }
.rw-error span { color: var(--rw-accent); font-size: 70px; font-weight: 300; }
.rw-error h1 { font-size: 46px; font-weight: 400; }
.rw-error p { color: rgba(255, 255, 255, .68); }
.alert { width: min(1180px, calc(100% - 48px)); margin: 20px auto; padding: 16px; border: 1px solid #e3e8ee; border-radius: 8px; background: #f8fafc; }
.com-content-article__body { padding: 72px 0; }
.com-content-article__body > .rw-hero { margin-top: -72px; }
.page-header, .article-info, .icons { display: none !important; }

@media (max-width: 1100px) {
  .rw-header__inner { min-height: 74px; }
  .rw-menu-toggle { display: block; margin-left: auto; }
  .rw-header__actions .rw-btn { display: none; }
  .rw-nav { display: none; position: absolute; top: 100%; right: 0; left: 0; margin: 0; max-height: calc(100vh - 108px); overflow: auto; border-top: 1px solid var(--rw-line); background: #fff; }
  .rw-nav.is-open { display: block; }
  .rw-nav__list { display: block; width: min(100% - 32px, 1180px); margin: 0 auto; padding: 12px 0; }
  .rw-nav__link { padding: 13px 8px; border-bottom: 1px solid #eceeef; }
  .rw-nav__link::after { display: none; }
  .rw-nav__dropdown { position: static; display: none; padding: 0 0 0 16px; border: 0; border-radius: 0; box-shadow: none; }
  .rw-nav__item.is-subopen > .rw-nav__dropdown { display: block; }
  .rw-cards { grid-template-columns: repeat(2, 1fr); }
  .rw-hero__grid { grid-template-columns: 1fr; }
  .rw-hero__aside { max-width: 650px; }
  .rw-section__head { grid-template-columns: 1fr; gap: 18px; }
  .rw-footer__grid { grid-template-columns: 1.2fr .8fr; }
  .rw-footer__grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .rw-container,
  .rw-main > .com-content-article,
  .rw-main > .item-page,
  .rw-main > .blog,
  .rw-main > .com-content-category-blog { width: min(100% - 28px, 1180px); }
  .rw-topline__inner { min-height: 32px; }
  .rw-topline__inner > span,
  .rw-topline__contacts a:last-child { display: none; }
  .rw-brand { min-width: 0; }
  .rw-brand small { display: none; }
  .rw-brand strong { font-size: 18px; }
  .rw-brand__mark { width: 39px; height: 39px; }
  .rw-header__inner { gap: 10px; }
  .rw-langs a { padding: 4px 5px; }
  .rw-hero { padding-top: 72px; padding-bottom: 72px; }
  .rw-hero::after { width: 70%; }
  .rw-hero h1 { font-size: clamp(37px, 11vw, 47px); letter-spacing: -.032em; }
  .rw-hero p { font-size: 15px; }
  .rw-hero__aside { padding: 21px; }
  .rw-section { padding: 66px 0; }
  .rw-section__head h2, .rw-content h2 { font-size: 31px; }
  .rw-seo-copy p { font-size: 15px; line-height: 1.75; }
  .rw-seo-copy h3 { margin-top: 31px; font-size: 21px; }
  .rw-cards, .rw-problems, .rw-steps, .rw-service-links { grid-template-columns: 1fr; }
  .rw-card { min-height: 245px; }
  .rw-problems { gap: 10px; border: 0; }
  .rw-problem { border: 1px solid var(--rw-line); border-radius: 8px; }
  .rw-cta { grid-template-columns: 1fr; padding: 27px; }
  .rw-cta h2 { font-size: 29px; }
  .rw-cta__actions { justify-content: flex-start; }
  .rw-footer__grid { grid-template-columns: 1fr; gap: 32px; }
  .rw-footer__grid > div:last-child { grid-column: auto; }
  .rw-footer__bottom { display: block; }
  .rw-footer__bottom span { margin: 7px 0; }
  .rw-whatsapp-float { right: 16px; bottom: 16px; width: 49px; height: 49px; }
  .rw-content, .com-content-article__body { padding: 52px 0; }
  .com-content-article__body > .rw-hero { margin-top: -52px; }
}


/* Content expansion 1.4.0 */
.rw-lead { max-width: 880px; color: #5e6874; font-size: 18px; line-height: 1.75; }
.rw-checklist { display: grid; gap: 10px; padding-left: 0 !important; list-style: none; }
.rw-checklist li { position: relative; padding: 12px 14px 12px 38px; border: 1px solid var(--rw-line); border-radius: 8px; background: #fcfdff; }
.rw-checklist li::before { content: ""; position: absolute; left: 16px; top: 20px; width: 8px; height: 8px; border: 1px solid var(--rw-accent); border-radius: 50%; }
.rw-object-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 30px 0 48px; }
.rw-object-card { padding: 28px; border: 1px solid var(--rw-line); border-radius: 10px; background: #fcfdff; }
.rw-object-card h2 { margin-top: 0; font-size: 26px; }
.rw-inline-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.rw-inline-links a { padding: 7px 10px; border: 1px solid var(--rw-line); border-radius: 6px; color: #46515d; font-size: 12px; }
.rw-inline-links a:hover { border-color: var(--rw-accent); color: var(--rw-dark); }
.rw-table-wrap { overflow-x: auto; margin: 34px 0 48px; border: 1px solid var(--rw-line); border-radius: 10px; background: #fff; }
.rw-price-table { width: 100%; min-width: 720px; border-collapse: collapse; }
.rw-price-table th, .rw-price-table td { padding: 16px 18px; border-bottom: 1px solid var(--rw-line); text-align: left; vertical-align: top; }
.rw-price-table th { background: #f4f7fa; color: var(--rw-dark); font-size: 12px; font-weight: 500; letter-spacing: .02em; }
.rw-price-table td { color: #56616d; font-size: 13px; }
.rw-price-table tbody tr:last-child td { border-bottom: 0; }
.rw-article { max-width: 980px; }
.rw-article .rw-service-links, .rw-article .rw-cta { max-width: 1180px; }
@media (max-width: 720px) {
  .rw-object-grid { grid-template-columns: 1fr; }
  .rw-object-card { padding: 22px; }
  .rw-object-card h2 { font-size: 23px; }
  .rw-checklist li { padding-left: 34px; }
}


/* Redesign 2.0.0 — calmer structure, cleaner navigation and simpler cards */
:root {
  --rw-paper: #f7f8fb;
  --rw-text: #202734;
  --rw-muted: #697484;
  --rw-line: #e1e6ee;
}
body { background: var(--rw-paper); color: var(--rw-text); }
.rw-topline { background: #ffffff; color: #6e7785; border-bottom: 1px solid var(--rw-line); }
.rw-topline__inner { min-height: 38px; }
.rw-topline a:hover { color: var(--rw-dark); }
.rw-header { border-bottom: 1px solid var(--rw-line); background: rgba(255,255,255,.98); }
.rw-header__inner { min-height: 82px; gap: 26px; }
.rw-brand { min-width: 210px; }
.rw-brand__mark { width: 42px; height: 42px; border-radius: 10px; }
.rw-brand strong { font-size: 18px; letter-spacing: .12em; }
.rw-brand small { margin-top: 4px; font-size: 11px; color: #8b93a0; }
.rw-nav { margin-left: auto; }
.rw-nav__list { gap: 14px; }
.rw-nav__item { position: relative; }
.rw-nav__item.has-children > .rw-nav__link { padding-right: 34px; }
.rw-nav__link { padding: 16px 0; color: #515b68; font-size: 14px; }
.rw-nav__link::after { right: 0; left: 0; bottom: 12px; }
.rw-nav__item:hover > .rw-nav__dropdown { display: none; }
.rw-nav__toggle {
  position: absolute; top: 50%; right: -2px; transform: translateY(-50%);
  width: 22px; height: 22px; padding: 0; border: 0; background: transparent; cursor: pointer;
}
.rw-nav__toggle::before {
  content: ""; display: block; width: 7px; height: 7px; margin: 6px auto 0;
  border-right: 1.5px solid #97a0ad; border-bottom: 1.5px solid #97a0ad; transform: rotate(45deg);
  transition: transform .2s ease, margin-top .2s ease;
}
.rw-nav__item.is-open > .rw-nav__toggle::before { transform: rotate(-135deg); margin-top: 9px; }
.rw-nav__dropdown {
  display: none; top: calc(100% - 2px); left: -14px; min-width: 320px; padding: 8px 14px;
  border: 1px solid var(--rw-line); border-radius: 14px; background: #fff;
  box-shadow: 0 16px 40px rgba(17, 24, 39, .08);
}
.rw-nav__item.is-open > .rw-nav__dropdown { display: block; }
.rw-nav__dropdown .rw-nav__item { position: relative; }
.rw-nav__dropdown .rw-nav__link { padding: 12px 26px 12px 4px; font-size: 14px; border-bottom: 1px solid #edf1f5; }
.rw-nav__dropdown .rw-nav__item:last-child > .rw-nav__link { border-bottom: 0; }
.rw-nav__dropdown .rw-nav__toggle { right: 0; width: 20px; height: 20px; }
.rw-langs { padding: 3px; border-radius: 10px; background: #f5f7fa; }
.rw-langs a { padding: 6px 8px; font-size: 11px; }
.rw-btn { min-height: 44px; padding: 10px 18px; border-radius: 10px; font-size: 13px; }
.rw-breadcrumbs { background: #fbfcfd; }
.rw-hero { padding-top: 88px; padding-bottom: 82px; }
.rw-hero::before { opacity: .45; width: 560px; height: 560px; }
.rw-hero::after { opacity: .08; width: 34%; }
.rw-hero__grid { gap: 56px; }
.rw-hero h1 { margin: 18px 0 22px; font-size: clamp(38px, 4.9vw, 62px); line-height: 1.07; }
.rw-hero p { max-width: 660px; font-size: 16px; }
.rw-hero__aside {
  padding: 26px 28px; border-radius: 14px; background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.12);
}
.rw-section { padding: 78px 0; }
.rw-section__head { align-items: start; gap: 48px; margin-bottom: 34px; }
.rw-section__head h2, .rw-content h2 { font-size: clamp(28px, 3.2vw, 42px); line-height: 1.18; }
.rw-section__head p { max-width: 700px; }
.rw-cards { gap: 18px; }
.rw-card {
  min-height: auto; padding: 28px; border-radius: 14px; background: #fff;
  box-shadow: 0 1px 0 rgba(15, 23, 42, .03);
}
.rw-card::before, .rw-card__number { display: none; }
.rw-card h3 { margin: 0 0 12px; font-size: 20px; line-height: 1.35; }
.rw-card p { font-size: 14px; line-height: 1.7; }
.rw-card__link {
  margin-top: 20px; padding-top: 16px; border-top: 1px solid #edf1f5; font-size: 13px; color: #2c3441;
}
.rw-card__link::after { content: " →"; }
.rw-problems { gap: 16px; border: 0; grid-template-columns: repeat(3, 1fr); }
.rw-problem {
  border: 1px solid var(--rw-line); border-radius: 14px; padding: 26px; background: #fff;
}
.rw-problem h3 { margin-bottom: 12px; font-size: 18px; }
.rw-problem p { font-size: 14px; line-height: 1.7; }
.rw-problem a { display: inline-block; margin-top: 4px; font-size: 13px; }
.rw-section--dark {
  margin: 0 calc(50% - 50vw); padding-inline: max(24px, calc((100vw - 1180px) / 2));
  background: #f2f5f8; color: var(--rw-text);
}
.rw-section--dark .rw-section__head h2 { color: var(--rw-dark); }
.rw-section--dark .rw-section__head p { color: var(--rw-muted); }
.rw-steps { gap: 18px; }
.rw-step {
  padding: 24px; border: 1px solid var(--rw-line); border-radius: 14px; background: #fff;
}
.rw-step span { display: none; }
.rw-step h3 { margin: 0 0 12px; color: var(--rw-dark); font-size: 20px; }
.rw-step p { color: var(--rw-muted); font-size: 14px; line-height: 1.7; }
.rw-cta { padding: 34px 36px; border-radius: 16px; background: #fff; }
.rw-cta h2 { font-size: 30px; }
.rw-content > h1, .com-content-article__body > h1 { font-size: clamp(34px, 4.2vw, 54px); }
.rw-service-link, .rw-object-card, .rw-checklist li, .rw-table-wrap { background: #fff; }
.rw-footer { padding-top: 58px; background: #111a28; }
.rw-footer__brand { font-size: 20px; letter-spacing: .12em; }
.rw-footer p, .rw-footer a, .rw-footer span { font-size: 13px; }

@media (max-width: 1100px) {
  .rw-header__actions .rw-btn { display: inline-flex; }
  .rw-nav { border-top: 1px solid var(--rw-line); background: #fff; }
  .rw-nav__list { width: min(100% - 32px, 1180px); padding: 14px 0 18px; }
  .rw-nav__item.has-children > .rw-nav__link { padding-right: 40px; }
  .rw-nav__toggle { right: 0; }
  .rw-nav__dropdown {
    position: static; min-width: 0; margin: 2px 0 10px; padding: 6px 0 4px 12px;
    border: 0; border-left: 2px solid #edf1f5; border-radius: 0; box-shadow: none;
  }
  .rw-nav__dropdown .rw-nav__link { padding: 10px 22px 10px 0; font-size: 13px; border-bottom: 0; }
  .rw-cards, .rw-problems { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  .rw-topline { display: none; }
  .rw-header__inner { min-height: 72px; }
  .rw-nav__list { width: min(100% - 24px, 1180px); }
  .rw-header__actions { gap: 10px; }
  .rw-header__actions .rw-btn { display: none; }
  .rw-hero { padding-top: 64px; padding-bottom: 64px; }
  .rw-hero::before, .rw-hero::after { display: none; }
  .rw-hero h1 { font-size: clamp(34px, 10vw, 46px); }
  .rw-cards, .rw-problems, .rw-steps, .rw-service-links { grid-template-columns: 1fr; }
  .rw-card, .rw-problem, .rw-step { padding: 22px; }
  .rw-section { padding: 62px 0; }
  .rw-cta { padding: 24px; }
}


/* Layout fixes 2.0.1 */
.rw-section__head {
  grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr);
  align-items: start;
}
.rw-cards,
.rw-problems,
.rw-steps {
  align-items: stretch;
}
.rw-cards {
  grid-auto-rows: 1fr;
}
.rw-card,
.rw-problem,
.rw-step {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.rw-card h3 {
  min-height: 3.1em;
}
.rw-card p,
.rw-problem p,
.rw-step p {
  flex: 1 1 auto;
}
.rw-card__link,
.rw-problem a {
  margin-top: auto;
}
.rw-problem h3 {
  min-height: 2.8em;
}
.rw-steps {
  grid-auto-rows: 1fr;
}
.rw-step h3 {
  min-height: 2.8em;
}
.rw-cta {
  align-items: start;
}
@media (max-width: 1100px) {
  .rw-section__head {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .rw-card h3,
  .rw-problem h3,
  .rw-step h3 {
    min-height: 0;
  }
}


/* Redesign refinement 2.1.0 */
.rw-header__inner { min-height: 78px; gap: 24px; }
.rw-nav__list { gap: 22px; }
.rw-nav__item { display: flex; align-items: center; }
.rw-nav__item.has-children { position: relative; }
.rw-nav__item.has-children > .rw-nav__link { padding-right: 10px; }
.rw-nav__link { font-size: 15px; color: #4e5663; }
.rw-nav__item.is-active > .rw-nav__link,
.rw-nav__link:hover { color: #1f2733; }
.rw-nav__toggle {
  position: static; transform: none; flex: 0 0 auto; width: 18px; height: 18px; margin-left: 4px; border-radius: 50%;
}
.rw-nav__toggle:hover { background: #f2f5f8; }
.rw-nav__toggle::before {
  width: 6px; height: 6px; margin: 5px auto 0; border-right-color: #8e97a5; border-bottom-color: #8e97a5;
}
.rw-nav__item.is-open > .rw-nav__toggle::before { margin-top: 7px; }
.rw-nav__dropdown {
  display: block; position: absolute; left: 0; top: calc(100% + 10px); min-width: 290px; padding: 8px 0;
  border: 1px solid #e3e8ef; border-radius: 14px; background: #fff; box-shadow: 0 18px 40px rgba(15, 23, 42, .08);
  opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(8px); transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.rw-nav__item.is-open > .rw-nav__dropdown {
  opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0);
}
.rw-nav__dropdown .rw-nav__item { display: block; }
.rw-nav__dropdown .rw-nav__link {
  padding: 13px 18px; font-size: 15px; line-height: 1.45; color: #4f5866; border-bottom: 1px solid #edf1f5;
}
.rw-nav__dropdown .rw-nav__item:last-child > .rw-nav__link { border-bottom: 0; }
.rw-nav__dropdown .rw-nav__link:hover { background: #f8fafc; }
.rw-nav__dropdown .rw-nav__toggle { position: absolute; right: 12px; top: 12px; margin-left: 0; }
.rw-section__head {
  grid-template-columns: 1fr; gap: 18px; max-width: 900px; margin-bottom: 32px;
}
.rw-section__head p { max-width: 760px; }
.rw-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.rw-card {
  padding: 30px; min-height: 260px; border-radius: 16px; background: #fff; border-color: #e4e8ef;
}
.rw-card h3 { margin: 0 0 14px; min-height: 0; font-size: 24px; line-height: 1.28; }
.rw-card p { font-size: 15px; line-height: 1.72; }
.rw-card__link { margin-top: 18px; }
.rw-problems { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.rw-problem { border-radius: 16px; }
.rw-problem h3 { min-height: 0; font-size: 20px; }
.rw-problem p { font-size: 15px; }
.rw-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.rw-step { border-radius: 16px; }
.rw-step h3 { min-height: 0; font-size: 22px; }
.rw-step p { font-size: 15px; }
.rw-cta { border-radius: 18px; }
@media (max-width: 1100px) {
  .rw-nav__list { gap: 0; }
  .rw-nav__item { display: block; }
  .rw-nav__item.has-children > .rw-nav__link { padding-right: 40px; }
  .rw-nav__toggle { position: absolute; right: 0; top: 12px; width: 28px; height: 28px; }
  .rw-nav__dropdown {
    position: static; min-width: 0; padding: 4px 0 0 14px; margin: 0; border: 0; border-left: 2px solid #edf1f5;
    border-radius: 0; box-shadow: none; opacity: 1; visibility: visible; pointer-events: auto; transform: none; display: none;
  }
  .rw-nav__item.is-open > .rw-nav__dropdown { display: block; }
  .rw-nav__dropdown .rw-nav__link { padding: 11px 0; background: transparent; }
}
@media (max-width: 900px) {
  .rw-cards,
  .rw-problems,
  .rw-steps { grid-template-columns: 1fr; }
}


/* Menu refinement 2.1.1 — hover desktop dropdown */
.rw-nav__list { align-items: center; }
.rw-nav__item.has-children > .rw-nav__link { padding-right: 14px; }
.rw-nav__link {
  position: relative;
  padding: 16px 2px;
  letter-spacing: -.01em;
}
.rw-nav__link::after {
  right: 0;
  left: 0;
  bottom: 10px;
}
.rw-nav__toggle {
  width: 16px;
  height: 16px;
  margin-left: 2px;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.rw-nav__toggle::before {
  width: 6px;
  height: 6px;
  margin: 4px auto 0;
  border-right-width: 1.4px;
  border-bottom-width: 1.4px;
}
.rw-nav__dropdown {
  min-width: 300px;
  padding: 10px 0;
  border-radius: 16px;
}
.rw-nav__dropdown .rw-nav__link {
  padding: 14px 20px;
  font-size: 14px;
}
.rw-nav__dropdown .rw-nav__link::after { display: none; }
.rw-nav__dropdown .rw-nav__link:hover {
  background: #f7f9fc;
  color: #1f2733;
}
@media (min-width: 1101px) {
  .rw-nav__toggle {
    pointer-events: none;
    cursor: default;
  }
  .rw-nav__item.has-children:hover > .rw-nav__dropdown,
  .rw-nav__item.has-children:focus-within > .rw-nav__dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  .rw-nav__item.has-children:hover > .rw-nav__toggle::before,
  .rw-nav__item.has-children:focus-within > .rw-nav__toggle::before {
    transform: rotate(-135deg);
    margin-top: 6px;
  }
}
@media (max-width: 1100px) {
  .rw-nav__toggle {
    pointer-events: auto;
    width: 28px;
    height: 28px;
    margin-left: 0;
  }
  .rw-nav__dropdown {
    min-width: 0;
  }
}


/* Menu hotfix 2.1.2 */
@media (min-width: 1101px) {
  .rw-header,
  .rw-header__inner,
  .rw-nav,
  .rw-nav__list,
  .rw-nav__item { overflow: visible; }

  .rw-nav__item.has-children:hover > .rw-nav__dropdown,
  .rw-nav__item.has-children:focus-within > .rw-nav__dropdown {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .rw-nav__dropdown {
    z-index: 1000;
    top: calc(100% + 6px);
    min-width: 310px;
    padding: 8px;
    border: 1px solid #e2e7ee;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 20px 45px rgba(20, 29, 43, .12);
  }

  .rw-nav__dropdown::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    width: 100%;
    height: 8px;
  }

  .rw-nav__dropdown .rw-nav__link {
    display: block;
    padding: 12px 14px;
    border: 0;
    border-radius: 9px;
    color: #515b69;
    font-size: 14px;
    line-height: 1.45;
  }

  .rw-nav__dropdown .rw-nav__link:hover,
  .rw-nav__dropdown .rw-nav__item.is-active > .rw-nav__link {
    background: #f3f6f9;
    color: #1c2532;
  }

  .rw-nav__dropdown .rw-nav__item + .rw-nav__item {
    margin-top: 2px;
  }

  .rw-nav__item.has-children > .rw-nav__link,
  .rw-nav__item.has-children > .rw-nav__toggle {
    position: relative;
    z-index: 2;
  }
}


/* Compact block fix 2.1.3 */
.rw-cards,
.rw-problems,
.rw-steps {
  align-items: start !important;
  grid-auto-rows: auto !important;
}
.rw-card,
.rw-problem,
.rw-step {
  height: auto !important;
  min-height: 0 !important;
  align-self: start !important;
}
.rw-card {
  padding: 26px !important;
}
.rw-card h3,
.rw-problem h3,
.rw-step h3 {
  min-height: 0 !important;
}
.rw-card p,
.rw-problem p,
.rw-step p {
  flex: 0 1 auto !important;
}
.rw-card__link,
.rw-problem a {
  margin-top: 16px !important;
}
.rw-step {
  padding: 24px !important;
}
@media (max-width: 720px) {
  .rw-card,
  .rw-problem,
  .rw-step {
    padding: 21px !important;
  }
}


/* Section width fix 2.1.4 — remove full-viewport stretching */
html { max-width: 100%; overflow-x: hidden; }
body { max-width: 100%; overflow-x: clip; }
.rw-main,
.rw-main > .com-content-article,
.rw-main > .item-page,
.rw-main > .blog,
.rw-main > .com-content-category-blog,
.com-content-article__body {
  min-width: 0;
  max-width: 100%;
}
.rw-main > .com-content-article,
.rw-main > .item-page,
.rw-main > .blog,
.rw-main > .com-content-category-blog {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}
.rw-section {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 64px 0;
}
.rw-section--white,
.rw-section--dark {
  width: 100%;
  max-width: 100%;
  margin: 24px 0;
  padding: 48px;
  border: 1px solid var(--rw-line);
  border-radius: 18px;
  box-sizing: border-box;
}
.rw-section--white { background: #fff; }
.rw-section--dark { background: #f2f5f8; color: var(--rw-text); }
.rw-section > .rw-section__head,
.rw-section > .rw-cards,
.rw-section > .rw-problems,
.rw-section > .rw-steps,
.rw-section > .rw-cta,
.rw-section > .rw-seo-copy {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.rw-seo-section { padding: 50px 52px; }
.rw-seo-section .rw-section__head { max-width: 880px; }
.rw-seo-copy { max-width: 820px !important; }
.rw-seo-copy p { font-size: 16px; line-height: 1.78; }
.rw-steps { align-items: start; }
.rw-step { align-self: start; }
@media (max-width: 900px) {
  .rw-main > .com-content-article,
  .rw-main > .item-page,
  .rw-main > .blog,
  .rw-main > .com-content-category-blog {
    width: min(100% - 32px, 1180px);
  }
  .rw-section--white,
  .rw-section--dark,
  .rw-seo-section {
    margin: 16px 0;
    padding: 34px;
    border-radius: 15px;
  }
}
@media (max-width: 720px) {
  .rw-main > .com-content-article,
  .rw-main > .item-page,
  .rw-main > .blog,
  .rw-main > .com-content-category-blog {
    width: min(100% - 24px, 1180px);
  }
  .rw-section { padding: 48px 0; }
  .rw-section--white,
  .rw-section--dark,
  .rw-seo-section {
    margin: 12px 0;
    padding: 24px 20px;
    border-radius: 13px;
  }
  .rw-seo-copy p { font-size: 15px; line-height: 1.72; }
}


/* Roofing SEO cluster 2.2.0 */
.rw-roof-page { max-width: 1040px; }
.rw-roof-page > p { max-width: 900px; }
.rw-roof-directory { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.rw-roof-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; margin: 20px 0 18px; }
.rw-roof-grid section { min-width: 0; }
.rw-roof-grid h2 { margin-top: 34px; font-size: 28px; }
.rw-roof-page .rw-checklist { margin-top: 18px; }
.rw-roof-page .rw-service-link { line-height: 1.45; }
@media (max-width: 760px) {
  .rw-roof-directory,
  .rw-roof-grid { grid-template-columns: 1fr; }
  .rw-roof-grid { gap: 0; }
}


/* Roofing photos 2.3.2 */
.rw-roof-photos { margin: 34px 0 52px; }
.rw-roof-photo { margin: 0; overflow: hidden; border: 1px solid var(--rw-line); border-radius: 16px; background: #fff; }
.rw-roof-photo img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.rw-roof-photo--main img { aspect-ratio: 16 / 8; }
.rw-roof-photo figcaption { padding: 12px 15px; color: var(--rw-muted); font-size: 13px; line-height: 1.5; }
.rw-roof-photo-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 18px; }
.rw-roof-photo-note { margin: 12px 0 0; color: #8a93a0; font-size: 12px; line-height: 1.5; }
@media (max-width: 720px) {
  .rw-roof-photos { margin: 26px 0 40px; }
  .rw-roof-photo-grid { grid-template-columns: 1fr; gap: 14px; }
  .rw-roof-photo--main img, .rw-roof-photo img { aspect-ratio: 4 / 3; }
}


/* Roofing landing pages 2.4.0 */
.rw-roof-landing { max-width: none; padding-top: 44px; }
.rw-roof-landing > section { margin-bottom: 76px; }
.rw-roof-hero { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr); gap: 52px; align-items: center; padding: 38px 0 14px; }
.rw-roof-hero__copy h1 { max-width: 720px; margin: 16px 0 20px; color: var(--rw-dark); font-size: clamp(38px, 4.5vw, 58px); font-weight: 400; line-height: 1.08; letter-spacing: -.035em; }
.rw-roof-hero__copy .rw-lead { max-width: 720px; margin: 0; font-size: 17px; line-height: 1.7; }
.rw-roof-hero__actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 28px; }
.rw-roof-hero__tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
.rw-roof-hero__tags span { padding: 7px 10px; border: 1px solid var(--rw-line); border-radius: 999px; color: #687383; background: #fff; font-size: 12px; }
.rw-roof-hero__media { position: relative; overflow: hidden; border-radius: 18px; background: #e8edf3; box-shadow: 0 22px 46px rgba(17,24,39,.09); }
.rw-roof-hero__media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.rw-roof-hero__media span { position: absolute; right: 12px; bottom: 12px; padding: 6px 9px; border-radius: 7px; background: rgba(17,24,39,.78); color: #fff; font-size: 11px; }
.rw-roof-features { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; margin: 34px 0 76px; }
.rw-roof-features article { display: flex; gap: 15px; padding: 20px; border: 1px solid var(--rw-line); border-radius: 14px; background: #fff; }
.rw-roof-feature-icon { flex: 0 0 auto; width: 30px; height: 30px; margin-top: 2px; border: 1px solid rgba(217,119,6,.45); border-radius: 50%; position: relative; }
.rw-roof-feature-icon::after { content: ""; position: absolute; left: 9px; top: 7px; width: 9px; height: 5px; border-left: 1.5px solid var(--rw-accent); border-bottom: 1.5px solid var(--rw-accent); transform: rotate(-45deg); }
.rw-roof-features h3 { margin: 0 0 5px; font-size: 16px; font-weight: 400; }
.rw-roof-features p { margin: 0; color: var(--rw-muted); font-size: 13px; line-height: 1.6; }
.rw-roof-intro { display: grid; grid-template-columns: minmax(0,1.3fr) minmax(280px,.7fr); gap: 54px; align-items: start; }
.rw-roof-intro__copy h2 { margin: 7px 0 20px; font-size: 36px; }
.rw-roof-intro__copy p { max-width: 780px; color: #505a67; font-size: 15px; line-height: 1.8; }
.rw-roof-summary { padding: 25px; border: 1px solid var(--rw-line); border-radius: 16px; background: #fff; }
.rw-roof-summary h3 { margin: 0 0 16px; font-size: 19px; }
.rw-roof-summary ul { margin: 0 0 18px; padding: 0; list-style: none; }
.rw-roof-summary li { position: relative; padding: 9px 0 9px 20px; border-bottom: 1px solid #edf1f5; color: #5d6876; font-size: 13px; }
.rw-roof-summary li::before { content: ""; position: absolute; left: 0; top: 16px; width: 6px; height: 6px; border-radius: 50%; background: var(--rw-accent); }
.rw-roof-summary a { color: var(--rw-accent); font-size: 13px; }
.rw-roof-kicker { display: block; margin-bottom: 7px; color: var(--rw-accent); font-size: 10px; text-transform: uppercase; letter-spacing: .16em; }
.rw-roof-section-head { display: grid; grid-template-columns: minmax(260px,.8fr) minmax(0,1.2fr); gap: 44px; align-items: end; margin-bottom: 27px; }
.rw-roof-section-head h2 { margin: 0; font-size: clamp(28px,3vw,38px); line-height: 1.18; }
.rw-roof-section-head p { max-width: 680px; margin: 0; color: var(--rw-muted); font-size: 14px; line-height: 1.7; }
.rw-roof-service-cards { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.rw-roof-service-cards > a { display: block; padding: 23px 24px; border: 1px solid var(--rw-line); border-radius: 15px; background: #fff; transition: border-color .2s ease, transform .2s ease; }
.rw-roof-service-cards > a:hover { border-color: rgba(217,119,6,.5); transform: translateY(-2px); }
.rw-roof-service-cards h3 { margin: 0 0 8px; font-size: 20px; font-weight: 400; line-height: 1.35; }
.rw-roof-service-cards p { margin: 0 0 15px; color: var(--rw-muted); font-size: 13px; line-height: 1.65; }
.rw-roof-service-cards span { color: var(--rw-accent); font-size: 12px; }
.rw-roof-details { padding: 36px; border: 1px solid var(--rw-line); border-radius: 18px; background: #fff; }
.rw-roof-detail-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px; }
.rw-roof-detail-grid article { min-width: 0; }
.rw-roof-detail-grid h3 { margin: 0 0 18px; font-size: 22px; font-weight: 400; }
.rw-roof-detail-grid .rw-checklist { margin: 0; }
.rw-roof-process { padding: 42px; border-radius: 18px; background: #f1f4f7; }
.rw-roof-process__grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.rw-roof-process__grid article { padding: 20px; border: 1px solid #e0e6ed; border-radius: 14px; background: #fff; }
.rw-roof-process__mark { display: block; width: 12px; height: 12px; margin-bottom: 17px; border: 3px solid rgba(217,119,6,.25); border-radius: 50%; background: var(--rw-accent); }
.rw-roof-process__grid h3 { margin: 0 0 9px; font-size: 17px; font-weight: 400; }
.rw-roof-process__grid p { margin: 0; color: var(--rw-muted); font-size: 13px; line-height: 1.65; }
.rw-roof-gallery__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.rw-roof-gallery figure { margin: 0; overflow: hidden; border: 1px solid var(--rw-line); border-radius: 16px; background: #fff; }
.rw-roof-gallery img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.rw-roof-gallery figcaption { padding: 12px 15px; color: var(--rw-muted); font-size: 12px; }
.rw-roof-seo { max-width: 960px; }
.rw-roof-seo__copy { max-width: 840px; }
.rw-roof-seo__copy p { color: #505a67; font-size: 15px; line-height: 1.82; }
.rw-roof-seo__copy a { color: var(--rw-accent); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.rw-roof-faq { max-width: 960px; }
.rw-roof-faq .rw-faq { border-top: 1px solid var(--rw-line); }
.rw-roof-related { max-width: 1040px; }
.rw-roof-final-cta { display: flex; justify-content: space-between; align-items: center; gap: 34px; padding: 36px 38px; border-radius: 18px; background: var(--rw-dark); color: #fff; }
.rw-roof-final-cta h2 { margin: 0 0 9px; color: #fff; font-size: 31px; }
.rw-roof-final-cta p { max-width: 760px; margin: 0; color: rgba(255,255,255,.68); font-size: 14px; }
.rw-roof-final-cta .rw-roof-kicker { color: #e89b3f; }
@media (max-width: 980px) {
  .rw-roof-hero, .rw-roof-intro { grid-template-columns: 1fr; }
  .rw-roof-hero__media { max-width: 760px; }
  .rw-roof-features, .rw-roof-process__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .rw-roof-section-head { grid-template-columns: 1fr; gap: 12px; align-items: start; }
}
@media (max-width: 720px) {
  .rw-roof-landing { padding-top: 24px; }
  .rw-roof-landing > section { margin-bottom: 54px; }
  .rw-roof-hero { gap: 28px; padding-top: 20px; }
  .rw-roof-hero__copy h1 { font-size: clamp(34px,10vw,46px); }
  .rw-roof-hero__media img { aspect-ratio: 4 / 3; }
  .rw-roof-features, .rw-roof-service-cards, .rw-roof-detail-grid, .rw-roof-process__grid, .rw-roof-gallery__grid { grid-template-columns: 1fr; }
  .rw-roof-details, .rw-roof-process { padding: 24px; }
  .rw-roof-final-cta { display: block; padding: 27px; }
  .rw-roof-final-cta .rw-btn { margin-top: 20px; }
  .rw-roof-final-cta h2 { font-size: 27px; }
}


/* Professional facade landing design 3.0.0 */
:root {
  --rw-brand-blue: #153b69;
  --rw-brand-blue-dark: #102b4d;
  --rw-brand-blue-soft: #edf4fc;
  --rw-brand-green: #20b96b;
  --rw-surface: #ffffff;
  --rw-surface-soft: #f6f8fb;
  --rw-border-soft: #e1e7ef;
}
body { background: #fff; color: #15243a; }
.rw-topline { display: none; }
.rw-header { background: rgba(255,255,255,.98); border-bottom: 1px solid #e7ebf1; box-shadow: 0 4px 18px rgba(18,43,75,.035); }
.rw-header__inner { min-height: 76px; width: min(1320px, calc(100% - 44px)); gap: 24px; }
.rw-brand { min-width: 215px; gap: 11px; }
.rw-brand__mark { width: 39px; height: 44px; border: 0; border-radius: 0; background: transparent; }
.rw-brand__mark svg { width: 37px; height: 42px; stroke: var(--rw-brand-blue); stroke-width: 1.5; }
.rw-brand strong { color: #142947; font-size: 18px; font-weight: 600; letter-spacing: .035em; }
.rw-brand small { margin-top: 3px; color: #8b95a3; font-size: 9px; }
.rw-nav__list { gap: 22px; }
.rw-nav__link { padding-top: 27px; padding-bottom: 25px; color: #34445a; font-size: 13px; font-weight: 500; }
.rw-nav__link::after { bottom: 0; height: 2px; background: #426ea4; }
.rw-nav__item.is-active > .rw-nav__link, .rw-nav__link:hover { color: #102b4d; }
.rw-nav__dropdown { top: calc(100% + 1px); border-radius: 10px; border-color: #e1e7ef; box-shadow: 0 18px 48px rgba(18,43,75,.11); }
.rw-header__actions { gap: 15px; }
.rw-header__phone { display: inline-flex; align-items: center; gap: 8px; color: #183555; font-size: 13px; font-weight: 600; white-space: nowrap; }
.rw-header__phone svg { width: 18px; height: 18px; fill: none; stroke: #315c8e; stroke-width: 1.6; }
.rw-langs { border-color: #e2e7ee; background: #f6f8fb; }
.rw-btn { border-color: var(--rw-brand-blue); background: var(--rw-brand-blue); border-radius: 6px; box-shadow: 0 6px 18px rgba(21,59,105,.12); }
.rw-btn:hover { background: var(--rw-brand-blue-dark); border-color: var(--rw-brand-blue-dark); }
.rw-btn--outline { border-color: #dfe5ed; background: #fff; color: #1c3453; box-shadow: none; }
.rw-btn--outline:hover { background: #f7f9fc; border-color: #cad4e0; color: #102b4d; }
.rw-has-facade-landing .rw-breadcrumbs { display: none; }
.rw-main > .com-content-article, .rw-main > .item-page { width: min(1320px, calc(100% - 44px)); }
.com-content-article__body { padding-top: 0; }
.rw-facade-landing { padding: 0 0 72px; }
.rw-facade-hero { position: relative; display: grid; grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr); min-height: 530px; margin: 0; overflow: hidden; background: #f7f9fc; }
.rw-facade-hero__copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: 64px 44px 64px 0; background: linear-gradient(90deg,#fff 0%,#fff 75%,rgba(255,255,255,.7) 90%,rgba(255,255,255,0) 100%); }
.rw-facade-kicker { display: block; margin-bottom: 14px; color: #59708c; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .13em; }
.rw-facade-hero h1 { max-width: 650px; margin: 0 0 20px; color: #132a47; font-size: clamp(40px,4.1vw,64px); font-weight: 500; line-height: 1.08; letter-spacing: -.035em; }
.rw-facade-hero__copy > p { max-width: 610px; margin: 0; color: #4f5e70; font-size: 16px; line-height: 1.75; }
.rw-facade-proof-list { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 27px; }
.rw-facade-proof-list span { display: inline-flex; align-items: center; gap: 8px; color: #2d415b; font-size: 12px; }
.rw-facade-proof-list i { position: relative; display: inline-grid; place-items: center; width: 18px; height: 18px; border: 1px solid #4b74a2; border-radius: 50%; }
.rw-facade-proof-list i::after { content: ""; width: 5px; height: 3px; border-left: 1.5px solid #315e91; border-bottom: 1.5px solid #315e91; transform: rotate(-45deg) translateY(-1px); }
.rw-facade-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.rw-btn--whatsapp { border-color: #e2e7ee; background: #fff; color: #1c3453; box-shadow: 0 5px 16px rgba(18,43,75,.055); }
.rw-btn--whatsapp span { margin-right: 8px; color: var(--rw-brand-green); font-size: 18px; line-height: .7; }
.rw-btn--whatsapp:hover { border-color: #cfd9e4; background: #f8fafc; color: #102b4d; }
.rw-facade-hero__media { position: relative; min-width: 0; margin: 0; overflow: hidden; }
.rw-facade-hero__media::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg,rgba(255,255,255,.8) 0%,rgba(255,255,255,.12) 24%,rgba(255,255,255,0) 48%); }
.rw-facade-hero__media img { width: 100%; height: 100%; min-height: 530px; object-fit: cover; object-position: center; }
.rw-facade-layout { display: grid; grid-template-columns: minmax(0,1fr) 295px; gap: 34px; align-items: start; padding-top: 30px; }
.rw-facade-main { min-width: 0; }
.rw-facade-benefits { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; margin-bottom: 48px; }
.rw-facade-benefits article { display: flex; gap: 13px; min-width: 0; padding: 14px 8px; }
.rw-facade-benefit-icon { flex: 0 0 auto; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 9px; background: var(--rw-brand-blue-soft); color: #315d8d; font-size: 12px; font-weight: 600; }
.rw-facade-benefits h3 { margin: 1px 0 5px; color: #1d3553; font-size: 13px; font-weight: 600; line-height: 1.35; }
.rw-facade-benefits p { margin: 0; color: #778291; font-size: 11px; line-height: 1.55; }
.rw-facade-section-head { display: flex; justify-content: space-between; gap: 30px; align-items: end; margin-bottom: 22px; }
.rw-facade-section-head > div > span { display: block; margin-bottom: 7px; color: #66809d; font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .13em; }
.rw-facade-section-head h2 { margin: 0; color: #182f4c; font-size: 29px; font-weight: 500; line-height: 1.2; }
.rw-facade-section-head > p { max-width: 500px; margin: 0; color: #6b7786; font-size: 13px; line-height: 1.65; }
.rw-facade-services, .rw-facade-details, .rw-facade-process, .rw-facade-information, .rw-facade-faq, .rw-facade-related { margin-bottom: 54px; }
.rw-facade-service-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.rw-facade-service-card { overflow: hidden; border: 1px solid var(--rw-border-soft); border-radius: 8px; background: #fff; color: inherit; box-shadow: 0 6px 20px rgba(18,43,75,.035); transition: transform .2s ease, box-shadow .2s ease; }
.rw-facade-service-card:hover { transform: translateY(-2px); box-shadow: 0 13px 30px rgba(18,43,75,.08); }
.rw-facade-service-card figure { height: 176px; margin: 0; overflow: hidden; }
.rw-facade-service-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.rw-facade-service-card:hover img { transform: scale(1.025); }
.rw-facade-service-card > div { padding: 17px 18px 18px; }
.rw-facade-service-card h3 { margin: 0 0 8px; color: #1b3453; font-size: 17px; font-weight: 600; line-height: 1.3; }
.rw-facade-service-card p { min-height: 44px; margin: 0; color: #6e7988; font-size: 12px; line-height: 1.55; }
.rw-facade-service-card span { display: block; margin-top: 14px; color: #335f91; font-size: 12px; font-weight: 500; }
.rw-facade-details__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.rw-facade-details__grid article { padding: 24px; border: 1px solid var(--rw-border-soft); border-radius: 8px; background: #f9fbfd; }
.rw-facade-details__grid h3 { margin: 0 0 15px; color: #1b3453; font-size: 17px; font-weight: 600; }
.rw-facade-details__grid ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.rw-facade-details__grid li { position: relative; padding-left: 18px; color: #5c6978; font-size: 13px; line-height: 1.55; }
.rw-facade-details__grid li::before { content: ""; position: absolute; left: 0; top: .65em; width: 6px; height: 6px; border: 1px solid #5078a6; border-radius: 50%; }
.rw-facade-process { padding: 24px 25px 28px; border-radius: 8px; background: #f4f7fb; }
.rw-facade-process__grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 0; }
.rw-facade-process__grid article { position: relative; display: flex; gap: 13px; padding-right: 24px; }
.rw-facade-process__grid article:not(:last-child)::after { content: ""; position: absolute; top: 18px; right: 8px; width: 18px; border-top: 1px dashed #afbdcc; }
.rw-facade-process__grid strong { flex: 0 0 auto; display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: #476fa4; color: #fff; font-size: 14px; font-weight: 500; }
.rw-facade-process__grid h3 { margin: 0 0 5px; color: #203956; font-size: 13px; font-weight: 600; }
.rw-facade-process__grid p { margin: 0; color: #75808e; font-size: 11px; line-height: 1.55; }
.rw-facade-information { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(360px,.95fr); gap: 34px; align-items: start; }
.rw-facade-information__copy h2 { margin: 0 0 16px; color: #1b3453; font-size: 29px; font-weight: 500; line-height: 1.2; }
.rw-facade-information__copy p { margin: 0 0 13px; color: #5d6978; font-size: 13px; line-height: 1.72; }
.rw-facade-information__copy a { color: #2e5e93; text-decoration: underline; text-decoration-color: #bdd0e4; text-underline-offset: 3px; }
.rw-facade-mini-gallery__head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 12px; }
.rw-facade-mini-gallery__head h2 { margin: 0; color: #1b3453; font-size: 21px; font-weight: 600; }
.rw-facade-mini-gallery__head span { color: #8290a0; font-size: 10px; }
.rw-facade-mini-gallery__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
.rw-facade-mini-gallery__grid a { display: block; height: 132px; overflow: hidden; border-radius: 7px; }
.rw-facade-mini-gallery__grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.rw-facade-mini-gallery__grid a:hover img { transform: scale(1.035); }
.rw-facade-request { position: sticky; top: 98px; padding: 24px 22px; border: 1px solid #dde5ee; border-radius: 9px; background: #f8fafc; box-shadow: 0 10px 34px rgba(18,43,75,.055); }
.rw-facade-request h2 { margin: 0 0 9px; color: #1b3453; font-size: 23px; font-weight: 600; line-height: 1.2; }
.rw-facade-request p { margin: 0 0 18px; color: #687586; font-size: 12px; line-height: 1.6; }
.rw-estimate-form label { display: block; margin-bottom: 12px; }
.rw-estimate-form label > span { display: block; margin-bottom: 5px; color: #657285; font-size: 10px; font-weight: 500; }
.rw-estimate-form input, .rw-estimate-form select, .rw-estimate-form textarea { width: 100%; border: 1px solid #dbe2eb; border-radius: 6px; background: #fff; color: #273a53; outline: none; }
.rw-estimate-form input, .rw-estimate-form select { height: 43px; padding: 0 12px; }
.rw-estimate-form textarea { resize: vertical; padding: 11px 12px; }
.rw-estimate-form input:focus, .rw-estimate-form select:focus, .rw-estimate-form textarea:focus { border-color: #668cb6; box-shadow: 0 0 0 3px rgba(65,108,158,.09); }
.rw-estimate-form .rw-btn { width: 100%; margin-top: 3px; }
.rw-estimate-form small { display: block; margin-top: 12px; color: #8a95a2; font-size: 9px; line-height: 1.5; }
.rw-facade-final { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 33px 37px; border-radius: 9px; background: #112f55; color: #fff; }
.rw-facade-final h2 { margin: 0 0 8px; color: #fff; font-size: 27px; font-weight: 500; }
.rw-facade-final p { margin: 0; color: rgba(255,255,255,.72); font-size: 13px; }
.rw-facade-final .rw-facade-kicker { color: #a9c3df; }
.rw-facade-final .rw-btn { border-color: #fff; background: #fff; color: #17395f; box-shadow: none; }
.rw-facade-faq .rw-faq details { background: #fff; }
.rw-footer { background: #10233f; }
@media (max-width: 1180px) {
  .rw-header__phone span { display: none; }
  .rw-nav__list { gap: 13px; }
  .rw-nav__link { font-size: 12px; }
  .rw-facade-layout { grid-template-columns: 1fr; }
  .rw-facade-request { position: static; order: -1; max-width: none; }
  .rw-estimate-form { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 12px; }
  .rw-estimate-form > p, .rw-estimate-form > .rw-facade-kicker, .rw-estimate-form > h2, .rw-estimate-form > button, .rw-estimate-form > small { grid-column: 1 / -1; }
}
@media (max-width: 960px) {
  .rw-facade-hero { grid-template-columns: 1fr; }
  .rw-facade-hero__copy { padding: 54px 26px; background: #fff; }
  .rw-facade-hero__media { height: 360px; }
  .rw-facade-hero__media img { min-height: 0; }
  .rw-facade-hero__media::before { background: linear-gradient(180deg,rgba(255,255,255,.35),rgba(255,255,255,0) 40%); }
  .rw-facade-benefits, .rw-facade-process__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .rw-facade-information { grid-template-columns: 1fr; }
  .rw-facade-process__grid article:nth-child(2)::after { display: none; }
}
@media (max-width: 720px) {
  .rw-header__inner { width: min(100% - 24px,1320px); }
  .rw-brand { min-width: 0; }
  .rw-header__phone { display: none; }
  .rw-main > .com-content-article, .rw-main > .item-page { width: min(100% - 24px,1320px); }
  .rw-facade-hero h1 { font-size: 38px; }
  .rw-facade-hero__copy { padding: 43px 18px; }
  .rw-facade-proof-list { display: grid; gap: 9px; }
  .rw-facade-hero__actions { display: grid; }
  .rw-facade-benefits, .rw-facade-service-grid, .rw-facade-details__grid, .rw-facade-process__grid { grid-template-columns: 1fr; }
  .rw-facade-benefits { margin-bottom: 36px; }
  .rw-facade-section-head { display: block; }
  .rw-facade-section-head > p { margin-top: 10px; }
  .rw-facade-process__grid article::after { display: none !important; }
  .rw-estimate-form { display: block; }
  .rw-facade-final { display: block; padding: 28px 24px; }
  .rw-facade-final .rw-btn { margin-top: 20px; }
}


/* Roof pages in reference design 3.1.0 */
.rw-roof-reference .rw-facade-hero__media img { object-position: center; }
.rw-roof-reference .rw-facade-service-card figure { background: #e9eef4; }
.rw-roof-reference .rw-facade-mini-gallery__grid img { object-position: center; }
.rw-roof-reference .rw-facade-benefit-icon { background: #eef4fb; color: #315d8d; }
@media (max-width: 720px) {
  .rw-roof-reference .rw-facade-hero__media { height: 310px; }
}


/* Hydroизоляция landing pages 3.2.0 */
.rw-water-reference .rw-facade-hero__media img { object-position: center; }
.rw-water-reference .rw-facade-service-card figure { background: #e8edf2; }
.rw-water-reference .rw-facade-benefit-icon { background: #eaf2f7; color: #2f6078; }
.rw-water-reference .rw-facade-mini-gallery__grid img { object-position: center; }
@media (max-width: 720px) { .rw-water-reference .rw-facade-hero__media { height: 300px; } }


/* Contact landing 3.3.0 */
.rw-contact-landing { color: #243650; }
.rw-contact-hero { display: grid; grid-template-columns: minmax(0,.95fr) minmax(470px,1.05fr); min-height: 480px; overflow: hidden; background: #f7f9fc; }
.rw-contact-hero__copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: 62px 46px 62px 0; background: linear-gradient(90deg,#fff 0%,#fff 76%,rgba(255,255,255,.72) 91%,rgba(255,255,255,0) 100%); }
.rw-contact-hero h1 { max-width: 620px; margin: 0 0 20px; color: #132a47; font-size: clamp(40px,4vw,60px); font-weight: 500; line-height: 1.08; letter-spacing: -.035em; }
.rw-contact-hero__copy > p { max-width: 620px; margin: 0; color: #536276; font-size: 16px; line-height: 1.75; }
.rw-contact-hero__media { position: relative; min-width: 0; margin: 0; overflow: hidden; }
.rw-contact-hero__media::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg,rgba(255,255,255,.82),rgba(255,255,255,.12) 29%,transparent 52%); }
.rw-contact-hero__media img { width: 100%; height: 100%; min-height: 480px; object-fit: cover; object-position: center; }
.rw-contact-layout { display: grid; grid-template-columns: minmax(0,1fr) 340px; gap: 34px; align-items: start; padding: 54px 0 74px; }
.rw-contact-main { min-width: 0; }
.rw-contact-methods { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; margin-bottom: 52px; }
.rw-contact-methods a { display: flex; min-height: 142px; flex-direction: column; padding: 22px; border: 1px solid #dfe6ef; border-radius: 10px; background: #fff; box-shadow: 0 6px 20px rgba(18,43,75,.035); }
.rw-contact-methods span { color: #738095; font-size: 11px; }
.rw-contact-methods strong { margin-top: 15px; color: #1c3554; font-size: 18px; font-weight: 500; overflow-wrap: anywhere; }
.rw-contact-methods small { margin-top: auto; padding-top: 16px; color: #37679d; font-size: 11px; }
.rw-contact-preparation, .rw-contact-process, .rw-contact-info, .rw-contact-faq { margin-bottom: 54px; }
.rw-contact-benefits { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.rw-contact-benefits article { display: flex; gap: 15px; padding: 20px; border: 1px solid #e0e6ee; border-radius: 9px; background: #fff; }
.rw-contact-benefits article > span { display: grid; place-items: center; flex: 0 0 32px; width: 32px; height: 32px; border-radius: 50%; background: #eef4fb; color: #315e91; font-size: 12px; }
.rw-contact-benefits h3 { margin: 0 0 7px; color: #1d3655; font-size: 16px; font-weight: 500; }
.rw-contact-benefits p { margin: 0; color: #687588; font-size: 12px; line-height: 1.6; }
.rw-contact-process__grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 0; overflow: hidden; border: 1px solid #dfe6ef; border-radius: 10px; background: #f8fafc; }
.rw-contact-process__grid article { display: flex; gap: 13px; min-height: 145px; padding: 22px 19px; border-right: 1px solid #e2e8f0; }
.rw-contact-process__grid article:last-child { border-right: 0; }
.rw-contact-process__grid strong { display: grid; place-items: center; flex: 0 0 31px; width: 31px; height: 31px; border-radius: 50%; background: #315e91; color: #fff; font-size: 12px; font-weight: 500; }
.rw-contact-process__grid h3 { margin: 2px 0 7px; color: #203a59; font-size: 14px; font-weight: 500; }
.rw-contact-process__grid p { margin: 0; color: #6b7788; font-size: 11px; line-height: 1.55; }
.rw-contact-info { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.rw-contact-info > div { padding: 26px; border: 1px solid #dfe6ef; border-radius: 10px; background: #fff; }
.rw-contact-info h2 { margin: 0 0 13px; color: #1b3453; font-size: 24px; font-weight: 500; line-height: 1.25; }
.rw-contact-info p { margin: 0; color: #657285; font-size: 13px; line-height: 1.7; }
.rw-contact-links { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.rw-contact-links a { padding: 12px 13px; border: 1px solid #e1e7ef; border-radius: 7px; color: #315e91; font-size: 12px; background: #f8fafc; }
.rw-contact-request { position: sticky; top: 108px; padding: 27px; border: 1px solid #dce4ed; border-radius: 11px; background: #f8fafc; box-shadow: 0 12px 30px rgba(18,43,75,.055); }
.rw-contact-request h2 { margin: 0 0 10px; color: #193351; font-size: 24px; font-weight: 500; line-height: 1.25; }
.rw-contact-request > p { margin: 0 0 20px; color: #6b7788; font-size: 12px; line-height: 1.65; }
.rw-contact-form label > span { font-size: 11px; }
.rw-contact-form input, .rw-contact-form select, .rw-contact-form textarea { background: #fff; }
@media (max-width: 1050px) {
  .rw-contact-hero { grid-template-columns: 1fr; }
  .rw-contact-hero__copy { padding: 52px 26px; background: #fff; }
  .rw-contact-hero__media { height: 340px; }
  .rw-contact-hero__media img { min-height: 0; }
  .rw-contact-hero__media::before { background: linear-gradient(180deg,rgba(255,255,255,.3),transparent 42%); }
  .rw-contact-layout { grid-template-columns: 1fr; }
  .rw-contact-request { position: static; }
  .rw-contact-process__grid { grid-template-columns: repeat(2,1fr); }
  .rw-contact-process__grid article:nth-child(2) { border-right: 0; }
  .rw-contact-process__grid article:nth-child(-n+2) { border-bottom: 1px solid #e2e8f0; }
}
@media (max-width: 720px) {
  .rw-contact-hero h1 { font-size: 38px; }
  .rw-contact-hero__copy { padding: 42px 18px; }
  .rw-contact-hero__media { height: 270px; }
  .rw-contact-methods, .rw-contact-benefits, .rw-contact-info, .rw-contact-process__grid { grid-template-columns: 1fr; }
  .rw-contact-process__grid article { border-right: 0; border-bottom: 1px solid #e2e8f0; }
  .rw-contact-process__grid article:last-child { border-bottom: 0; }
  .rw-contact-links { grid-template-columns: 1fr; }
  .rw-contact-layout { padding-top: 36px; }
}


/* Information pages 3.4.0 */
.rw-info-landing { color:#243650; }
.rw-info-hero { display:grid; grid-template-columns:minmax(0,.96fr) minmax(460px,1.04fr); min-height:470px; overflow:hidden; background:#f7f9fc; }
.rw-info-hero__copy { position:relative; z-index:2; display:flex; flex-direction:column; justify-content:center; padding:62px 48px 62px 0; background:linear-gradient(90deg,#fff 0%,#fff 76%,rgba(255,255,255,.78) 91%,rgba(255,255,255,0) 100%); }
.rw-info-hero h1 { max-width:670px; margin:8px 0 20px; color:#132a47; font-size:clamp(40px,4vw,58px); font-weight:500; line-height:1.08; letter-spacing:-.035em; }
.rw-info-hero__copy>p { max-width:650px; margin:0; color:#536276; font-size:16px; line-height:1.75; }
.rw-info-hero__media { position:relative; min-width:0; margin:0; overflow:hidden; }
.rw-info-hero__media:before { content:""; position:absolute; z-index:1; inset:0; background:linear-gradient(90deg,rgba(255,255,255,.84),rgba(255,255,255,.1) 31%,transparent 55%); }
.rw-info-hero__media img { width:100%; height:100%; min-height:470px; object-fit:cover; }
.rw-info-proof-list { display:flex; flex-wrap:wrap; gap:10px 20px; margin-top:25px; }
.rw-info-proof-list span { position:relative; padding-left:19px; color:#40566f; font-size:12px; }
.rw-info-proof-list span:before { content:""; position:absolute; left:0; top:5px; width:8px; height:8px; border:1.5px solid #376b9f; border-radius:50%; }
.rw-info-section { padding:58px 0; }
.rw-info-card-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; }
.rw-info-card { display:flex; min-height:205px; flex-direction:column; padding:25px; border:1px solid #dfe6ef; border-radius:10px; background:#fff; box-shadow:0 7px 24px rgba(18,43,75,.035); }
.rw-info-card h3 { margin:0 0 10px; color:#1b3554; font-size:20px; font-weight:500; line-height:1.25; }
.rw-info-card p { margin:0; color:#697689; font-size:13px; line-height:1.68; }
.rw-info-card span { margin-top:auto; padding-top:20px; color:#356a9f; font-size:12px; }
.rw-info-split { display:grid; grid-template-columns:minmax(0,1fr) minmax(330px,.72fr); gap:36px; align-items:start; margin:18px 0 62px; padding:34px; border:1px solid #dfe6ef; border-radius:11px; background:#f8fafc; }
.rw-info-split h2 { margin:8px 0 13px; color:#1c3655; font-size:30px; font-weight:500; line-height:1.2; }
.rw-info-split p { margin:0; color:#657285; font-size:14px; line-height:1.72; }
.rw-info-link-panel { display:grid; grid-template-columns:1fr 1fr; gap:9px; }
.rw-info-link-panel a { padding:13px 14px; border:1px solid #dfe6ee; border-radius:7px; background:#fff; color:#315f91; font-size:12px; }
.rw-info-object-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; }
.rw-info-object-grid article { padding:26px; border:1px solid #dfe6ef; border-radius:10px; background:#fff; }
.rw-info-object-grid h3 { margin:0 0 10px; color:#1c3554; font-size:21px; font-weight:500; }
.rw-info-object-grid p { margin:0 0 17px; color:#687588; font-size:13px; line-height:1.68; }
.rw-info-object-grid article>div { display:flex; flex-wrap:wrap; gap:7px; }
.rw-info-object-grid a { padding:7px 9px; border-radius:6px; background:#f1f5f9; color:#37679a; font-size:11px; }
.rw-info-process { margin-bottom:60px; }
.rw-info-process__grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); overflow:hidden; border:1px solid #dfe6ef; border-radius:10px; background:#f8fafc; }
.rw-info-process__grid article { display:flex; gap:13px; min-height:140px; padding:21px 18px; border-right:1px solid #e2e8f0; }
.rw-info-process__grid article:last-child { border-right:0; }
.rw-info-process__grid strong { display:grid; place-items:center; flex:0 0 31px; width:31px; height:31px; border-radius:50%; background:#315e91; color:#fff; font-size:11px; font-weight:500; }
.rw-info-process__grid h3 { margin:2px 0 7px; color:#203a59; font-size:14px; font-weight:500; }
.rw-info-process__grid p { margin:0; color:#6b7788; font-size:11px; line-height:1.55; }
.rw-info-price-table { overflow:hidden; border:1px solid #dfe6ef; border-radius:10px; background:#fff; }
.rw-info-price-row { display:grid; grid-template-columns:1.15fr .55fr 1.3fr; align-items:center; min-height:66px; border-bottom:1px solid #e5eaf0; }
.rw-info-price-row:last-child { border-bottom:0; }
.rw-info-price-row>* { padding:14px 18px; }
.rw-info-price-row strong { color:#213b59; font-size:13px; font-weight:500; }
.rw-info-price-row span { color:#697587; font-size:12px; }
.rw-info-price-row--head { min-height:48px; background:#f4f7fa; }
.rw-info-price-row--head span { color:#47576a; font-size:11px; font-weight:500; }
.rw-info-checklist { display:grid; gap:8px; margin:0; padding:0; list-style:none; }
.rw-info-checklist li { position:relative; padding:11px 14px 11px 36px; border:1px solid #e0e6ee; border-radius:7px; background:#fff; color:#566476; font-size:12px; }
.rw-info-checklist li:before { content:""; position:absolute; left:14px; top:16px; width:8px; height:8px; border:1.5px solid #376b9f; border-radius:50%; }
.rw-info-about-steps { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:15px; }
.rw-info-about-steps article { padding:25px; border:1px solid #dfe6ef; border-radius:10px; background:#fff; }
.rw-info-about-steps strong { display:block; margin-bottom:20px; color:#376a9d; font-size:12px; }
.rw-info-about-steps h3 { margin:0 0 9px; color:#1d3655; font-size:18px; font-weight:500; }
.rw-info-about-steps p { margin:0; color:#687588; font-size:12px; line-height:1.65; }
.rw-info-article-layout { display:grid; grid-template-columns:minmax(0,1fr) 330px; gap:34px; align-items:start; padding:58px 0; }
.rw-info-article-copy { display:grid; gap:0; }
.rw-info-article-copy>section { display:grid; grid-template-columns:42px minmax(0,1fr); gap:18px; padding:25px 0; border-bottom:1px solid #e2e8f0; }
.rw-info-article-copy>section:first-child { border-top:1px solid #e2e8f0; }
.rw-info-article-copy>section>span { color:#376b9f; font-size:12px; }
.rw-info-article-copy h2 { margin:0 0 10px; color:#1d3655; font-size:25px; font-weight:500; }
.rw-info-article-copy p { margin:0; color:#657285; font-size:14px; line-height:1.75; }
.rw-info-note { margin-top:24px; padding:19px 21px; border-left:3px solid #376b9f; background:#f4f8fc; color:#536477; font-size:12px; line-height:1.65; }
.rw-info-article-side { position:sticky; top:108px; padding:25px; border:1px solid #dfe6ef; border-radius:10px; background:#f8fafc; }
.rw-info-article-side h2 { margin:8px 0 17px; color:#1c3554; font-size:22px; font-weight:500; line-height:1.25; }
.rw-info-article-side>div { display:grid; gap:7px; }
.rw-info-article-side a { padding:11px 12px; border:1px solid #e0e6ee; border-radius:7px; background:#fff; color:#37679a; font-size:12px; }
.rw-info-related { padding:0 0 52px; }
@media (max-width:1050px) {
 .rw-info-hero { grid-template-columns:1fr; }
 .rw-info-hero__copy { padding:52px 26px; background:#fff; }
 .rw-info-hero__media { height:330px; }
 .rw-info-hero__media img { min-height:0; }
 .rw-info-hero__media:before { background:linear-gradient(180deg,rgba(255,255,255,.28),transparent 42%); }
 .rw-info-card-grid { grid-template-columns:repeat(2,1fr); }
 .rw-info-process__grid { grid-template-columns:repeat(2,1fr); }
 .rw-info-process__grid article:nth-child(2) { border-right:0; }
 .rw-info-article-layout { grid-template-columns:1fr; }
 .rw-info-article-side { position:static; }
}
@media (max-width:720px) {
 .rw-info-hero h1 { font-size:38px; }
 .rw-info-hero__copy { padding:42px 18px; }
 .rw-info-hero__media { height:260px; }
 .rw-info-card-grid,.rw-info-object-grid,.rw-info-process__grid,.rw-info-about-steps { grid-template-columns:1fr; }
 .rw-info-split { grid-template-columns:1fr; padding:24px; }
 .rw-info-link-panel { grid-template-columns:1fr; }
 .rw-info-process__grid article { border-right:0; border-bottom:1px solid #e2e8f0; }
 .rw-info-process__grid article:last-child { border-bottom:0; }
 .rw-info-price-row { grid-template-columns:1fr; padding:12px 0; }
 .rw-info-price-row--head { display:none; }
 .rw-info-price-row>* { padding:4px 16px; }
 .rw-info-article-copy>section { grid-template-columns:30px 1fr; gap:11px; }
}


/* 3.5.0 user-supplied photos */
.rw-object-card { overflow: hidden; }
.rw-object-card__media { margin: -28px -28px 18px; height: 210px; overflow: hidden; border-bottom: 1px solid var(--rw-line); background: #eef2f7; }
.rw-object-card__media img { display:block; width:100%; height:100%; object-fit:cover; }
@media (max-width: 767px) { .rw-object-card__media { margin: -22px -22px 16px; height: 190px; } }
.rw-roof-gallery__grid figure img, .rw-facade-mini-gallery__grid img { background: #eef2f7; }


/* 4.0.0 — complete home page rebuild */
.rw-has-home-landing .com-content-article__body,
.com-content-article__body:has(> .rw-home-landing) { padding: 0; }
.rw-home-landing { color:#172a43; background:#fff; }
.rw-home-landing a { text-decoration:none; }
.rw-home-hero { display:grid; grid-template-columns:minmax(0,1fr) minmax(420px,520px); gap:0; align-items:stretch; margin:26px 0 0; overflow:hidden; border:1px solid #dfe6ee; border-radius:18px; background:linear-gradient(180deg,#ffffff 0%,#fbfcfe 100%); box-shadow:0 18px 48px rgba(20,44,72,.06); }
.rw-home-hero__copy { display:flex; flex-direction:column; justify-content:center; padding:54px 46px 50px 46px; }
.rw-home-kicker { display:block; margin-bottom:12px; color:#4d6f94; font-size:11px; font-weight:500; letter-spacing:.1em; text-transform:uppercase; }
.rw-home-hero h1 { max-width:560px; margin:0 0 18px; color:#132944; font-size:clamp(36px,4.1vw,56px); font-weight:500; line-height:1.08; letter-spacing:-.035em; }
.rw-home-hero__copy>p { max-width:560px; margin:0; color:#5f6e80; font-size:15px; line-height:1.72; }
.rw-home-proof-list { display:flex; flex-wrap:wrap; gap:14px 22px; margin-top:22px; }
.rw-home-proof-list span { display:flex; align-items:center; gap:8px; color:#4f5f73; font-size:12px; }
.rw-home-proof-list i { position:relative; width:16px; height:16px; border:1px solid #6c8ab0; border-radius:50%; }
.rw-home-proof-list i:after { content:""; position:absolute; left:4px; top:3px; width:5px; height:8px; border-right:1.5px solid #2c6cb2; border-bottom:1.5px solid #2c6cb2; transform:rotate(40deg); }
.rw-home-hero__actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:28px; }
.rw-home-hero__media { position:relative; min-height:100%; margin:0; overflow:hidden; background:#eef3f7; }
.rw-home-hero__media:before { content:""; position:absolute; inset:0; z-index:1; background:linear-gradient(90deg,rgba(255,255,255,.28) 0,rgba(255,255,255,0) 24%); pointer-events:none; }
.rw-home-hero__media:after { content:""; position:absolute; inset:auto 26px 26px auto; width:108px; height:108px; border:1px solid rgba(255,255,255,.52); border-radius:18px; background:rgba(255,255,255,.08); backdrop-filter:blur(2px); }
.rw-home-hero__media img { width:100%; height:100%; min-height:420px; object-fit:cover; object-position:center; }
.rw-home-layout { display:grid; grid-template-columns:minmax(0,1fr) 322px; gap:28px; align-items:start; padding:34px 0 58px; }
.rw-home-main { min-width:0; }
.rw-home-benefits { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:12px; margin-bottom:38px; }
.rw-home-benefits article { display:flex; gap:12px; min-height:118px; padding:18px 15px; border:1px solid #dfe6ef; border-radius:9px; background:#fff; }
.rw-home-benefits h3 { margin:2px 0 7px; color:#1a3554; font-size:13px; font-weight:500; line-height:1.25; }
.rw-home-benefits p { margin:0; color:#748092; font-size:10.5px; line-height:1.55; }
.rw-home-benefit__icon { position:relative; flex:0 0 39px; width:39px; height:39px; border-radius:8px; background:#f1f5fa; }
.rw-home-benefit__icon:before,.rw-home-benefit__icon:after { content:""; position:absolute; }
.rw-home-benefit__icon.is-inspect:before { left:12px; top:7px; width:14px; height:14px; border:1.5px solid #315f92; border-radius:50%; }
.rw-home-benefit__icon.is-inspect:after { left:8px; bottom:7px; width:22px; height:10px; border:1.5px solid #315f92; border-top:0; border-radius:0 0 12px 12px; }
.rw-home-benefit__icon.is-layers:before { left:10px; top:9px; width:18px; height:12px; border:1.5px solid #315f92; transform:rotate(30deg) skewX(-20deg); }
.rw-home-benefit__icon.is-layers:after { left:10px; top:17px; width:18px; height:12px; border:1.5px solid #315f92; transform:rotate(30deg) skewX(-20deg); }
.rw-home-benefit__icon.is-calendar:before { left:8px; top:10px; width:23px; height:20px; border:1.5px solid #315f92; border-radius:3px; }
.rw-home-benefit__icon.is-calendar:after { left:8px; top:15px; width:23px; height:1px; background:#315f92; box-shadow:6px 7px 0 -0.1px #315f92,12px 7px 0 -0.1px #315f92; }
.rw-home-benefit__icon.is-clean:before { left:18px; top:7px; width:3px; height:19px; border:1.5px solid #315f92; border-radius:3px; transform:rotate(8deg); }
.rw-home-benefit__icon.is-clean:after { left:10px; bottom:7px; width:19px; height:9px; border:1.5px solid #315f92; border-radius:2px 2px 9px 9px; }
.rw-home-section-head { display:flex; align-items:end; justify-content:space-between; gap:28px; margin-bottom:17px; }
.rw-home-section-head span { display:block; margin-bottom:6px; color:#52769d; font-size:10px; font-weight:500; letter-spacing:.08em; text-transform:uppercase; }
.rw-home-section-head h2 { margin:0; color:#17314f; font-size:27px; font-weight:500; line-height:1.2; }
.rw-home-section-head p { max-width:430px; margin:0; color:#738092; font-size:12px; line-height:1.6; }
.rw-home-section-head>a { color:#37689a; font-size:12px; white-space:nowrap; }
.rw-home-service-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; }
.rw-home-service-card { display:grid; grid-template-columns:138px minmax(0,1fr); min-height:158px; overflow:hidden; border:1px solid #dfe6ee; border-radius:9px; background:#fff; color:inherit; transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease; }
.rw-home-service-card:hover { transform:translateY(-2px); border-color:#b7c9dc; box-shadow:0 13px 28px rgba(17,42,72,.08); }
.rw-home-service-card figure { margin:0; overflow:hidden; background:#eef3f7; }
.rw-home-service-card img { width:100%; height:100%; min-height:158px; object-fit:cover; }
.rw-home-service-card>div { display:flex; flex-direction:column; padding:17px; }
.rw-home-service-card h3 { margin:0 0 8px; color:#1a3554; font-size:17px; font-weight:500; line-height:1.25; }
.rw-home-service-card p { margin:0; color:#6b788a; font-size:11.5px; line-height:1.55; }
.rw-home-service-card span { margin-top:auto; padding-top:12px; color:#35689b; font-size:11px; }
.rw-home-request { position:sticky; top:104px; }
.rw-home-request__box { padding:25px; border:1px solid #dce4ed; border-radius:10px; background:#f8fafc; box-shadow:0 12px 34px rgba(20,44,72,.05); }
.rw-home-request h2 { margin:0 0 9px; color:#183451; font-size:23px; font-weight:500; line-height:1.22; }
.rw-home-request__box>p { margin:0 0 18px; color:#6a7789; font-size:12px; line-height:1.6; }
.rw-home-request form { display:grid; gap:10px; }
.rw-home-request label { display:grid; gap:5px; }
.rw-home-request label>span { color:#5c6b7c; font-size:10px; }
.rw-home-request input,.rw-home-request select,.rw-home-request textarea { width:100%; min-height:44px; padding:10px 12px; border:1px solid #d8e1eb; border-radius:6px; background:#fff; color:#273d57; outline:none; }
.rw-home-request textarea { resize:vertical; }
.rw-home-request input:focus,.rw-home-request select:focus,.rw-home-request textarea:focus { border-color:#4c7cae; box-shadow:0 0 0 3px rgba(55,105,155,.08); }
.rw-home-request .rw-btn { width:100%; margin-top:2px; }
.rw-home-request small { color:#8791a0; font-size:9.5px; line-height:1.5; text-align:center; }
.rw-home-process { margin-top:40px; }
.rw-home-process__grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); overflow:hidden; border:1px solid #dfe6ee; border-radius:9px; background:#f8fafc; }
.rw-home-process__grid article { display:flex; gap:12px; min-height:126px; padding:20px 15px; border-right:1px solid #e1e7ee; }
.rw-home-process__grid article:last-child { border-right:0; }
.rw-home-process__grid strong { display:grid; place-items:center; flex:0 0 31px; width:31px; height:31px; border-radius:50%; background:#285b91; color:#fff; font-size:12px; font-weight:500; }
.rw-home-process__grid h3 { margin:2px 0 7px; color:#203a58; font-size:13px; font-weight:500; }
.rw-home-process__grid p { margin:0; color:#738092; font-size:10.5px; line-height:1.55; }
.rw-home-portfolio { padding:5px 0 56px; }
.rw-home-portfolio__grid { display:grid; grid-template-columns:repeat(6,minmax(0,1fr)); gap:10px; }
.rw-home-portfolio figure { position:relative; height:155px; margin:0; overflow:hidden; border-radius:8px; background:#eef3f7; }
.rw-home-portfolio img { width:100%; height:100%; object-fit:cover; transition:transform .3s ease; }
.rw-home-portfolio figure:hover img { transform:scale(1.035); }
.rw-home-portfolio figcaption { position:absolute; right:0; bottom:0; left:0; padding:18px 10px 9px; background:linear-gradient(transparent,rgba(8,25,44,.72)); color:#fff; font-size:9.5px; line-height:1.35; }
.rw-home-seo { display:grid; grid-template-columns:minmax(0,1fr) 310px; gap:44px; align-items:start; padding:43px 0 48px; border-top:1px solid #e0e6ed; }
.rw-home-seo__copy h2 { margin:0 0 14px; color:#193452; font-size:29px; font-weight:500; line-height:1.2; }
.rw-home-seo__copy p { margin:0 0 12px; color:#647285; font-size:13px; line-height:1.75; }
.rw-home-seo__copy a { color:#2f6599; }
.rw-home-seo__links { display:grid; grid-template-columns:1fr 1fr; gap:9px; }
.rw-home-seo__links a { display:flex; align-items:center; min-height:45px; padding:11px 13px; border:1px solid #dce4ed; border-radius:7px; background:#fff; color:#315f90; font-size:11px; }
.rw-home-cta { display:flex; align-items:center; justify-content:space-between; gap:30px; margin-bottom:55px; padding:25px 30px; border-radius:9px; background:linear-gradient(135deg,#123964,#174b82); color:#fff; }
.rw-home-cta>div { display:flex; align-items:center; gap:17px; }
.rw-home-cta__icon { position:relative; flex:0 0 49px; width:49px; height:49px; border:1px solid rgba(255,255,255,.28); border-radius:8px; }
.rw-home-cta__icon:before { content:""; position:absolute; left:13px; top:10px; width:21px; height:27px; border:1.5px solid #fff; border-radius:3px; }
.rw-home-cta__icon:after { content:""; position:absolute; left:18px; top:17px; width:11px; height:1.5px; background:#fff; box-shadow:0 6px 0 #fff,0 12px 0 #fff; }
.rw-home-cta h2 { margin:0 0 4px; color:#fff; font-size:20px; font-weight:500; }
.rw-home-cta p { margin:0; color:rgba(255,255,255,.75); font-size:11px; }
.rw-btn--light { border-color:#fff; background:#fff; color:#173e69; }
.rw-btn--light:hover { color:#173e69; }
@media (max-width:1120px) {
 .rw-home-hero { grid-template-columns:1fr; margin-top:18px; }
 .rw-home-hero__copy { padding:40px 28px 34px; }
 .rw-home-hero__media { height:360px; min-height:0; }
 .rw-home-hero__media img { min-height:0; }
 .rw-home-hero__media:before { background:linear-gradient(180deg,rgba(255,255,255,.16),transparent 38%); }
 .rw-home-hero__media:after { width:82px; height:82px; right:18px; bottom:18px; }
 .rw-home-layout { grid-template-columns:1fr; }
 .rw-home-request { position:static; }
 .rw-home-benefits { grid-template-columns:repeat(2,1fr); }
 .rw-home-portfolio__grid { grid-template-columns:repeat(3,1fr); }
}
@media (max-width:760px) {
 .rw-home-hero h1 { font-size:39px; }
 .rw-home-hero__copy { padding:34px 18px 28px; }
 .rw-home-proof-list { display:grid; gap:10px; }
 .rw-home-hero__media { height:240px; }
 .rw-home-layout { padding:24px 0 42px; }
 .rw-home-benefits,.rw-home-service-grid,.rw-home-process__grid,.rw-home-portfolio__grid,.rw-home-seo,.rw-home-seo__links { grid-template-columns:1fr; }
 .rw-home-benefits article { min-height:0; }
 .rw-home-service-card { grid-template-columns:115px minmax(0,1fr); }
 .rw-home-process__grid article { border-right:0; border-bottom:1px solid #e1e7ee; }
 .rw-home-process__grid article:last-child { border-bottom:0; }
 .rw-home-portfolio figure { height:220px; }
 .rw-home-section-head { align-items:start; flex-direction:column; gap:8px; }
 .rw-home-seo { gap:23px; }
 .rw-home-cta { align-items:flex-start; flex-direction:column; }
 .rw-home-cta .rw-btn { width:100%; }
}


/* 4.2.0 — portfolio page */
.com-content-article__body:has(> .rw-portfolio-page) { padding: 0; }
.rw-portfolio-page { padding: 28px 0 0; color: #20344d; }
.rw-portfolio-hero { display: grid; grid-template-columns: minmax(0, .92fr) minmax(460px, 1.08fr); min-height: 530px; overflow: hidden; border: 1px solid #dce4ed; border-radius: 18px; background: #fff; box-shadow: 0 18px 52px rgba(22, 48, 79, .07); }
.rw-portfolio-hero__copy { display: flex; flex-direction: column; justify-content: center; padding: 52px 48px; }
.rw-portfolio-hero h1 { max-width: 610px; margin: 0 0 20px; color: #152f4d; font-size: clamp(39px, 4.5vw, 61px); font-weight: 500; line-height: 1.06; letter-spacing: -.038em; }
.rw-portfolio-hero__copy > p { max-width: 600px; margin: 0; color: #667487; font-size: 15px; line-height: 1.75; }
.rw-portfolio-hero__actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 28px; }
.rw-portfolio-stats { display: flex; flex-wrap: wrap; gap: 25px; margin-top: 34px; padding-top: 23px; border-top: 1px solid #e3e8ee; }
.rw-portfolio-stats span { display: grid; color: #758295; font-size: 10px; line-height: 1.25; text-transform: uppercase; letter-spacing: .055em; }
.rw-portfolio-stats strong { margin-bottom: 4px; color: #214b77; font-size: 23px; font-weight: 500; letter-spacing: -.02em; }
.rw-portfolio-hero__collage { display: grid; grid-template-columns: 1.18fr .82fr; grid-template-rows: 1fr 1fr; gap: 7px; padding: 7px; background: #edf2f6; }
.rw-portfolio-hero__collage figure { min-height: 0; margin: 0; overflow: hidden; border-radius: 10px; background: #e7edf3; }
.rw-portfolio-hero__collage figure.is-main { grid-row: 1 / 3; }
.rw-portfolio-hero__collage img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.rw-portfolio-hero__collage figure:hover img { transform: scale(1.025); }
.rw-portfolio-note { display: flex; align-items: flex-start; gap: 12px; margin: 20px 0 52px; padding: 16px 18px; border: 1px solid #dfe6ee; border-radius: 10px; background: #f8fafc; }
.rw-portfolio-note > span { display: grid; place-items: center; flex: 0 0 24px; width: 24px; height: 24px; border: 1px solid #95abc2; border-radius: 50%; color: #315f90; font-size: 12px; }
.rw-portfolio-note p { margin: 1px 0 0; color: #687688; font-size: 11.5px; line-height: 1.65; }
.rw-portfolio-section-head { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 20px; }
.rw-portfolio-section-head > div > span { display: block; margin-bottom: 6px; color: #4f7399; font-size: 10px; font-weight: 500; letter-spacing: .09em; text-transform: uppercase; }
.rw-portfolio-section-head h2 { margin: 0; color: #183553; font-size: clamp(27px, 3vw, 39px); font-weight: 500; line-height: 1.16; letter-spacing: -.025em; }
.rw-portfolio-section-head > p { max-width: 390px; margin: 0; color: #768395; font-size: 11.5px; line-height: 1.65; }
.rw-portfolio-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.rw-portfolio-filter { min-height: 39px; padding: 8px 14px; border: 1px solid #d8e1ea; border-radius: 999px; background: #fff; color: #536478; font-size: 11px; cursor: pointer; transition: color .2s ease, border-color .2s ease, background .2s ease; }
.rw-portfolio-filter:hover { border-color: #9eb3c9; color: #244e7a; }
.rw-portfolio-filter.is-active { border-color: #214f7e; background: #214f7e; color: #fff; }
.rw-portfolio-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: 205px; grid-auto-flow: dense; gap: 11px; }
.rw-portfolio-item { position: relative; min-width: 0; padding: 0; overflow: hidden; border: 0; border-radius: 10px; background: #eaf0f5; color: #fff; cursor: zoom-in; text-align: left; }
.rw-portfolio-item.is-wide { grid-column: span 2; }
.rw-portfolio-item.is-tall { grid-row: span 2; }
.rw-portfolio-item[hidden] { display: none !important; }
.rw-portfolio-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 42%, rgba(10, 29, 50, .82) 100%); transition: background .25s ease; }
.rw-portfolio-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .38s ease; }
.rw-portfolio-item:hover img { transform: scale(1.035); }
.rw-portfolio-item:hover::after { background: linear-gradient(180deg, rgba(13, 40, 68, .04) 30%, rgba(10, 29, 50, .88) 100%); }
.rw-portfolio-item > span { position: absolute; right: 14px; bottom: 13px; left: 14px; z-index: 1; display: grid; gap: 3px; }
.rw-portfolio-item small { color: rgba(255, 255, 255, .72); font-size: 8.5px; letter-spacing: .075em; text-transform: uppercase; }
.rw-portfolio-item strong { color: #fff; font-size: 12px; font-weight: 500; line-height: 1.35; }
.rw-portfolio-videos, .rw-portfolio-cases { padding: 62px 0 0; }
.rw-portfolio-video-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.rw-portfolio-video-grid article { overflow: hidden; border: 1px solid #dce4ed; border-radius: 12px; background: #fff; }
.rw-portfolio-video-grid video { display: block; width: 100%; height: 440px; background: #101b29; object-fit: contain; }
.rw-portfolio-video-grid article > div { padding: 17px 19px 19px; }
.rw-portfolio-video-grid span, .rw-portfolio-case > div > span { display: block; margin-bottom: 5px; color: #4d739a; font-size: 9px; letter-spacing: .085em; text-transform: uppercase; }
.rw-portfolio-video-grid h3 { margin: 0; color: #1c3957; font-size: 17px; font-weight: 500; }
.rw-portfolio-case-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 13px; }
.rw-portfolio-case { overflow: hidden; border: 1px solid #dce4ed; border-radius: 11px; background: #fff; }
.rw-portfolio-case figure { height: 190px; margin: 0; overflow: hidden; background: #edf2f6; }
.rw-portfolio-case img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.rw-portfolio-case:hover img { transform: scale(1.03); }
.rw-portfolio-case > div { padding: 18px; }
.rw-portfolio-case h3 { margin: 0 0 9px; color: #1b3856; font-size: 17px; font-weight: 500; line-height: 1.28; }
.rw-portfolio-case p { margin: 0 0 15px; color: #6c798b; font-size: 11px; line-height: 1.65; }
.rw-portfolio-case a { color: #2d6298; font-size: 10.5px; }
.rw-portfolio-final { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin: 62px 0 58px; padding: 29px 32px; border-radius: 12px; background: linear-gradient(135deg, #123963, #1b568f); color: #fff; }
.rw-portfolio-final h2 { margin: 0 0 7px; color: #fff; font-size: clamp(24px, 3vw, 34px); font-weight: 500; line-height: 1.18; }
.rw-portfolio-final p { max-width: 720px; margin: 0; color: rgba(255, 255, 255, .72); font-size: 12px; }
.rw-portfolio-lightbox[hidden] { display: none; }
.rw-portfolio-lightbox { position: fixed; inset: 0; z-index: 10000; display: grid; place-items: center; padding: 54px 78px; background: rgba(5, 15, 27, .94); }
.rw-portfolio-lightbox figure { display: grid; place-items: center; max-width: min(1200px, 100%); max-height: 100%; margin: 0; }
.rw-portfolio-lightbox img { max-width: 100%; max-height: calc(100vh - 125px); border-radius: 8px; object-fit: contain; box-shadow: 0 22px 75px rgba(0, 0, 0, .35); }
.rw-portfolio-lightbox figcaption { margin-top: 12px; color: rgba(255, 255, 255, .82); font-size: 12px; text-align: center; }
.rw-portfolio-lightbox button { position: absolute; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .22); border-radius: 50%; background: rgba(255, 255, 255, .08); color: #fff; cursor: pointer; }
.rw-portfolio-lightbox__close { top: 18px; right: 20px; width: 42px; height: 42px; font-size: 27px; }
.rw-portfolio-lightbox__prev, .rw-portfolio-lightbox__next { top: 50%; width: 48px; height: 48px; font-size: 34px; transform: translateY(-50%); }
.rw-portfolio-lightbox__prev { left: 20px; }
.rw-portfolio-lightbox__next { right: 20px; }
body.rw-portfolio-lightbox-open { overflow: hidden; }
@media (max-width: 1100px) {
  .rw-portfolio-hero { grid-template-columns: 1fr; }
  .rw-portfolio-hero__collage { min-height: 460px; }
  .rw-portfolio-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .rw-portfolio-case-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .rw-portfolio-page { padding-top: 14px; }
  .rw-portfolio-hero { border-radius: 13px; }
  .rw-portfolio-hero__copy { padding: 34px 20px 29px; }
  .rw-portfolio-hero h1 { font-size: 39px; }
  .rw-portfolio-hero__collage { min-height: 360px; grid-template-columns: 1.1fr .9fr; }
  .rw-portfolio-stats { gap: 18px; }
  .rw-portfolio-note { margin-bottom: 39px; }
  .rw-portfolio-section-head { align-items: flex-start; flex-direction: column; gap: 8px; }
  .rw-portfolio-filters { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 5px; scrollbar-width: thin; }
  .rw-portfolio-filter { flex: 0 0 auto; }
  .rw-portfolio-grid { grid-template-columns: 1fr; grid-auto-rows: 260px; }
  .rw-portfolio-item.is-wide, .rw-portfolio-item.is-tall { grid-column: auto; grid-row: auto; }
  .rw-portfolio-video-grid, .rw-portfolio-case-grid { grid-template-columns: 1fr; }
  .rw-portfolio-video-grid video { height: 390px; }
  .rw-portfolio-videos, .rw-portfolio-cases { padding-top: 48px; }
  .rw-portfolio-final { align-items: flex-start; flex-direction: column; margin-top: 48px; padding: 25px 21px; }
  .rw-portfolio-final .rw-btn { width: 100%; }
  .rw-portfolio-lightbox { padding: 65px 12px 76px; }
  .rw-portfolio-lightbox img { max-height: calc(100vh - 165px); }
  .rw-portfolio-lightbox__prev, .rw-portfolio-lightbox__next { top: auto; bottom: 14px; width: 42px; height: 42px; transform: none; }
  .rw-portfolio-lightbox__prev { left: calc(50% - 51px); }
  .rw-portfolio-lightbox__next { right: calc(50% - 51px); }
}


/* 4.3.0 — trust, legal documents and consent */
.rw-home-trust { margin: 0 0 40px; }
.rw-home-trust__grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); border:1px solid #dfe6ee; border-radius:10px; overflow:hidden; background:#f8fafc; }
.rw-home-trust__grid article { min-height:170px; padding:22px 18px; border-right:1px solid #dfe6ee; }
.rw-home-trust__grid article:last-child { border-right:0; }
.rw-home-trust__grid strong { display:block; margin-bottom:20px; color:#3b6e9f; font-size:11px; font-weight:500; letter-spacing:.08em; }
.rw-home-trust__grid h3 { margin:0 0 9px; color:#1a3554; font-size:14px; font-weight:500; line-height:1.35; }
.rw-home-trust__grid p { margin:0; color:#6f7c8d; font-size:11px; line-height:1.62; }

.rw-form-consent { display:grid !important; grid-template-columns:18px minmax(0,1fr); gap:9px !important; align-items:start; margin:5px 0 2px; cursor:pointer; }
.rw-form-consent input { width:17px !important; min-height:17px !important; height:17px; margin:2px 0 0; padding:0 !important; accent-color:#285b91; }
.rw-form-consent span { color:#778394 !important; font-size:9.5px !important; line-height:1.55; }
.rw-form-consent a { color:#315f90; text-decoration:underline !important; text-underline-offset:2px; }
.rw-form-honeypot { position:absolute !important; left:-10000px !important; top:auto !important; width:1px !important; height:1px !important; overflow:hidden !important; opacity:0 !important; pointer-events:none !important; }
.rw-form-status { min-height:15px; color:#536b86; font-size:10px; line-height:1.45; text-align:center; }

.rw-legal-page { width:min(1180px,calc(100% - 40px)); margin:0 auto; padding:54px 0 78px; color:#243a54; }
.rw-legal-hero { max-width:860px; padding:0 0 34px; border-bottom:1px solid #dfe6ee; }
.rw-legal-hero h1 { max-width:820px; margin:12px 0 16px; color:#152f4c; font-size:clamp(36px,5vw,58px); font-weight:500; line-height:1.08; letter-spacing:-.035em; }
.rw-legal-hero p { max-width:790px; margin:0 0 13px; color:#637184; font-size:15px; line-height:1.75; }
.rw-legal-hero small { color:#8a94a1; font-size:10px; }
.rw-legal-layout { display:grid; grid-template-columns:minmax(0,1fr) 300px; gap:54px; align-items:start; padding-top:38px; }
.rw-legal-content section { padding:0 0 28px; margin:0 0 28px; border-bottom:1px solid #e3e8ee; }
.rw-legal-content section:last-child { margin-bottom:0; }
.rw-legal-content h2 { margin:0 0 11px; color:#1a3554; font-size:21px; font-weight:500; line-height:1.3; }
.rw-legal-content p { margin:0; color:#5f6e80; font-size:13px; line-height:1.82; }
.rw-legal-content a { color:#2f6599; text-decoration:underline; text-underline-offset:3px; }
.rw-legal-nav { position:sticky; top:104px; padding:24px; border:1px solid #dce4ed; border-radius:10px; background:#f8fafc; }
.rw-legal-nav h2 { margin:0 0 13px; color:#183451; font-size:17px; font-weight:500; }
.rw-legal-nav a { display:block; padding:10px 0; border-bottom:1px solid #e0e6ed; color:#4d6480; font-size:11px; line-height:1.45; }
.rw-legal-nav a.is-current { color:#245d95; font-weight:500; }
.rw-legal-nav p { margin:18px 0 0; color:#87919d; font-size:9.5px; line-height:1.6; }

@media (max-width:1120px) {
  .rw-home-trust__grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .rw-home-trust__grid article:nth-child(2) { border-right:0; }
  .rw-home-trust__grid article:nth-child(-n+2) { border-bottom:1px solid #dfe6ee; }
  .rw-legal-layout { grid-template-columns:1fr; }
  .rw-legal-nav { position:static; }
}
@media (max-width:760px) {
  .rw-home-trust__grid { grid-template-columns:1fr; }
  .rw-home-trust__grid article { min-height:0; border-right:0; border-bottom:1px solid #dfe6ee; }
  .rw-home-trust__grid article:last-child { border-bottom:0; }
  .rw-legal-page { width:min(100% - 30px,1180px); padding:38px 0 58px; }
  .rw-legal-hero h1 { font-size:36px; }
  .rw-legal-layout { gap:26px; padding-top:28px; }
}


/* 4.3.1 — compact desktop navigation */
@media (min-width: 1101px) {
  .rw-header__inner {
    min-height: 68px;
    gap: 17px;
  }
  .rw-brand {
    min-width: 198px;
    gap: 9px;
  }
  .rw-brand__mark {
    width: 35px;
    height: 40px;
  }
  .rw-brand__mark svg {
    width: 33px;
    height: 38px;
  }
  .rw-brand strong {
    font-size: 17px;
  }
  .rw-brand small {
    font-size: 8.5px;
  }
  .rw-nav__list {
    gap: 10px;
  }
  .rw-nav__link {
    padding-top: 23px;
    padding-bottom: 21px;
    font-size: 12px;
    line-height: 1;
  }
  .rw-nav__item.has-children > .rw-nav__link {
    padding-right: 6px;
  }
  .rw-nav__toggle {
    width: 14px;
    height: 14px;
    margin-left: 0;
  }
  .rw-nav__toggle::before {
    width: 5px;
    height: 5px;
  }
  .rw-nav__dropdown {
    min-width: 270px;
    padding: 6px;
  }
  .rw-nav__dropdown .rw-nav__link {
    padding: 9px 11px;
    font-size: 12px;
    line-height: 1.38;
  }
  .rw-nav__dropdown .rw-nav__item + .rw-nav__item {
    margin-top: 1px;
  }
  .rw-header__actions {
    gap: 9px;
  }
  .rw-header__phone {
    gap: 6px;
    font-size: 12px;
  }
  .rw-header__phone svg {
    width: 16px;
    height: 16px;
  }
  .rw-langs a {
    padding: 5px 6px;
    font-size: 10px;
  }
  .rw-btn--compact {
    min-height: 36px;
    padding: 7px 11px;
    font-size: 10px;
  }
}

/* 4.4.0 — technical SEO UI: breadcrumbs and 404 */
.rw-breadcrumbs ol { align-items:center; flex-wrap:wrap; }
.rw-breadcrumbs li { display:flex; align-items:center; min-width:0; }
.rw-breadcrumbs li + li::before { content:"/"; margin:0 8px 0 0; color:#b1b8c2; }
.rw-breadcrumbs a { color:#657185; transition:color .2s ease; }
.rw-breadcrumbs a:hover { color:var(--rw-accent); }
.rw-breadcrumbs span[aria-current="page"] { color:#29384c; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.rw-error-page { margin:0; background:var(--rw-dark); }
.rw-error { min-height:100vh; padding:40px 20px; background:radial-gradient(circle at 80% 15%,rgba(255,255,255,.08),transparent 32%),var(--rw-dark); }
.rw-error__card { width:min(100%,680px); padding:48px; border:1px solid rgba(255,255,255,.14); border-radius:20px; background:rgba(255,255,255,.04); box-shadow:0 30px 80px rgba(0,0,0,.22); }
.rw-error__brand { display:inline-block; margin-bottom:30px; color:#fff; font-size:18px; font-weight:600; letter-spacing:.12em; text-decoration:none; }
.rw-error__code { display:block; margin-bottom:8px; color:var(--rw-accent); font-size:clamp(64px,12vw,110px); font-weight:300; line-height:1; }
.rw-error__card h1 { margin:0 0 15px; color:#fff; font-size:clamp(32px,6vw,48px); font-weight:400; }
.rw-error__card p { max-width:570px; margin:0 auto; color:rgba(255,255,255,.7); font-size:15px; line-height:1.7; }
.rw-error__actions { display:flex; justify-content:center; flex-wrap:wrap; gap:12px; margin-top:30px; }
.rw-error__actions .rw-btn--outline { border-color:rgba(255,255,255,.35); color:#fff; }
.rw-error__actions .rw-btn--outline:hover { border-color:#fff; color:#fff; }
@media (max-width:640px) {
  .rw-error__card { padding:34px 20px; }
  .rw-error__actions { display:grid; }
  .rw-error__actions .rw-btn { width:100%; }
  .rw-breadcrumbs ol { padding:9px 0; font-size:10px; }
}
