.wp-site-blocks > .roof2-page {
  margin-block-start: 0;
}

.roof2-page {
  --rv2-bg: oklch(98% 0.004 100);
  --rv2-soft: oklch(95.5% 0.01 105);
  --rv2-surface: oklch(100% 0 0);
  --rv2-ink: oklch(17% 0.026 145);
  --rv2-muted: oklch(39% 0.024 135);
  --rv2-line: oklch(84% 0.016 105);
  --rv2-green: oklch(31% 0.075 145);
  --rv2-green-deep: oklch(22% 0.058 145);
  --rv2-salad: oklch(82% 0.18 132);
  --rv2-salad-strong: oklch(74% 0.17 134);
  --rv2-red: oklch(42% 0.105 28);
  --rv2-gold: oklch(78% 0.13 82);
  --rv2-gold-soft: oklch(93% 0.045 88);
  --rv2-white: oklch(100% 0 0);
  --rv2-shadow: 0 18px 34px color-mix(in oklch, var(--rv2-green-deep) 16%, transparent);
  --rv2-radius: 14px;
  --rv2-shell: min(1220px, calc(100% - clamp(24px, 5vw, 88px)));
  width: 100%;
  max-width: 100%;
  min-height: 100dvh;
  overflow-x: clip;
  background: var(--rv2-bg);
  color: var(--rv2-ink);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.58;
  letter-spacing: 0;
}

.roof2-page *,
.roof2-page *::before,
.roof2-page *::after {
  box-sizing: border-box;
}

.roof2-page a {
  color: inherit;
}

.roof2-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

.roof2-page h1,
.roof2-page h2,
.roof2-page h3,
.roof2-page p,
.roof2-page figure,
.roof2-page blockquote {
  margin: 0;
}

.roof2-page h1,
.roof2-page h2,
.roof2-page h3 {
  letter-spacing: 0;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.roof2-page h1,
.roof2-page h2 {
  font-family: "Roboto Slab", "Manrope", system-ui, sans-serif;
  line-height: 1.08;
}

.roof2-page h3 {
  font-family: "Manrope", system-ui, sans-serif;
  line-height: 1.16;
}

.roof2-page h1 {
  max-width: 13ch;
  color: var(--rv2-white);
  font-size: 4.55rem;
  font-weight: 850;
}

.roof2-page h2 {
  font-size: 3.2rem;
  font-weight: 800;
}

.roof2-page h3 {
  font-size: 1.22rem;
  font-weight: 800;
}

.roof2-page p {
  max-width: 72ch;
  text-wrap: pretty;
}

.rv2-shell {
  width: var(--rv2-shell);
  margin-inline: auto;
}

.rv2-header {
  position: sticky;
  top: 0;
  z-index: 30;
  color: var(--rv2-ink);
  background: color-mix(in oklch, var(--rv2-white) 94%, transparent);
  border-bottom: 1px solid var(--rv2-line);
  backdrop-filter: blur(12px);
}

body.admin-bar .rv2-header {
  top: 32px;
}

.rv2-header-inner {
  min-height: 72px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(18px, 3vw, 44px);
}

.rv2-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.rv2-brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  aspect-ratio: 1;
  color: var(--rv2-white);
  background: var(--rv2-green);
  border-radius: 10px;
  font-weight: 900;
}

.rv2-brand strong,
.rv2-brand small {
  display: block;
}

.rv2-brand strong {
  line-height: 1.1;
}

.rv2-brand small {
  margin-top: 2px;
  color: var(--rv2-muted);
  font-size: 13px;
  font-weight: 750;
}

.rv2-nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 2vw, 28px);
}

.rv2-nav a,
.rv2-phone {
  color: var(--rv2-ink);
  font-size: 15px;
  font-weight: 850;
  text-decoration: none;
}

.rv2-nav a {
  color: var(--rv2-muted);
}

.rv2-nav a:hover,
.rv2-phone:hover {
  color: var(--rv2-green);
}

.rv2-header-contact {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.rv2-phone {
  white-space: nowrap;
}

.rv2-contact-icon {
  display: grid;
  place-items: center;
  width: 38px;
  aspect-ratio: 1;
  color: var(--rv2-white);
  border-radius: 50%;
  text-decoration: none;
  transition: transform 180ms ease, filter 180ms ease;
}

.rv2-contact-icon:hover {
  transform: translateY(-1px);
  filter: brightness(0.96);
}

.rv2-contact-icon svg {
  width: 20px;
  aspect-ratio: 1;
  fill: currentColor;
}

.rv2-contact-icon-telegram {
  background: oklch(62% 0.16 232);
}

.rv2-contact-icon-whatsapp {
  background: oklch(62% 0.18 147);
}

.rv2-contact-icon-telegram svg {
  transform: translateX(-1px);
}

.rv2-button,
.rv2-link-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 100%;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 900;
  line-height: 1.14;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.rv2-button::before {
  content: "";
  display: none;
  flex: 0 0 auto;
  width: 1.08em;
  height: 1.08em;
  background: currentColor;
  mask: var(--rv2-button-icon) center / contain no-repeat;
  -webkit-mask: var(--rv2-button-icon) center / contain no-repeat;
}

.rv2-button[href^="tel:"]::before,
.rv2-button[href^="#"]::before,
.rv2-button[type="submit"]::before,
.rv2-button[href*="tg://"]::before,
.rv2-button[href*="wa.me"]::before {
  display: block;
}

.rv2-button[href^="tel:"] {
  --rv2-button-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.6 10.8c1.5 2.9 3.7 5.1 6.6 6.6l2.2-2.2c.3-.3.7-.4 1.1-.3 1.2.4 2.4.6 3.7.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1C10.6 21 3 13.4 3 3.8c0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.3.2 2.5.6 3.7.1.4 0 .8-.3 1.1l-2.2 2.2Z'/%3E%3C/svg%3E");
}

.rv2-button[href^="#"],
.rv2-button[type="submit"] {
  --rv2-button-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M5 4h14v16H5V4Zm3 4v2h8V8H8Zm0 4v2h8v-2H8Zm0 4v2h5v-2H8Z'/%3E%3C/svg%3E");
}

.rv2-button[href*="tg://"] {
  --rv2-button-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M21.7 4.3 18.5 19c-.2 1-.8 1.2-1.6.8l-4.8-3.5-2.3 2.2c-.3.3-.5.5-1 .5l.3-4.9 8.9-8c.4-.3-.1-.5-.6-.2L6.5 12.8 1.8 11.3c-1-.3-1-1 .2-1.4L20.4 3c.8-.3 1.6.2 1.3 1.3Z'/%3E%3C/svg%3E");
}

.rv2-button[href*="wa.me"] {
  --rv2-button-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2.5a9.2 9.2 0 0 0-7.8 14.1L3 21.5l5-1.2A9.2 9.2 0 1 0 12 2.5Zm0 1.8a7.4 7.4 0 0 1 6.3 11.3 7.4 7.4 0 0 1-9.2 2.8l-.4-.2-3 .7.7-2.9-.3-.5A7.4 7.4 0 0 1 12 4.3Zm-3.1 3.9c-.2 0-.5.1-.7.4-.3.3-.9.9-.9 2.2s1 2.6 1.1 2.8c.1.2 1.9 3 4.7 4.1 2.3 1 2.8.8 3.3.8.5-.1 1.6-.7 1.8-1.3.2-.6.2-1.2.1-1.3l-.7-.4-1.9-.9c-.2-.1-.5-.2-.7.2l-.8 1c-.1.2-.3.2-.6.1-.3-.1-1.2-.4-2.2-1.4-.8-.7-1.4-1.6-1.5-1.9-.2-.3 0-.4.1-.6l.4-.5c.1-.2.2-.3.3-.5.1-.2 0-.4 0-.5l-.9-2c-.2-.4-.4-.4-.6-.4h-.3Z'/%3E%3C/svg%3E");
}

.rv2-button:hover,
.rv2-link-button:hover {
  transform: translateY(-1px);
}

.rv2-button:active,
.rv2-link-button:active {
  transform: translateY(0);
}

.rv2-button:focus-visible,
.rv2-link-button:focus-visible,
.rv2-nav a:focus-visible,
.rv2-phone:focus-visible,
.rv2-contact-icon:focus-visible,
.rv2-mobile-bar a:focus-visible,
.rv2-faq-list summary:focus-visible {
  outline: 3px solid var(--rv2-gold);
  outline-offset: 3px;
}

.roof2-page .rv2-button-light {
  color: var(--rv2-green-deep);
  background: var(--rv2-white);
}

.roof2-page .rv2-button-outline {
  color: var(--rv2-white);
  border-color: color-mix(in oklch, var(--rv2-white) 42%, transparent);
  background: transparent;
}

.roof2-page .rv2-button-outline:hover {
  background: color-mix(in oklch, var(--rv2-white) 10%, transparent);
}

.roof2-page .rv2-button-green {
  color: var(--rv2-white);
  background: var(--rv2-green);
}

.roof2-page .rv2-button-green:hover {
  background: var(--rv2-green-deep);
}

.rv2-hero {
  position: relative;
  isolation: isolate;
  min-height: 0;
  padding: clamp(42px, 6vw, 78px) 0 clamp(34px, 5vw, 56px);
  overflow: hidden;
  background: var(--rv2-green-deep);
}

.rv2-hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto auto;
  z-index: -1;
  width: min(46vw, 620px);
  height: 100%;
  background: linear-gradient(135deg, transparent 0 34%, color-mix(in oklch, var(--rv2-green) 58%, transparent) 34% 100%);
  opacity: 0.54;
}

.rv2-hero-grid {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.72fr);
  align-items: center;
  gap: clamp(34px, 6vw, 88px);
}

.rv2-hero-copy {
  display: grid;
  gap: 22px;
}

.rv2-label {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  color: color-mix(in oklch, var(--rv2-white) 82%, var(--rv2-gold));
  font-size: 0.94rem;
  font-weight: 900;
}

.rv2-label-green {
  color: var(--rv2-green);
}

.rv2-lead {
  max-width: 64ch;
  color: color-mix(in oklch, var(--rv2-white) 82%, transparent);
  font-size: 1.17rem;
  line-height: 1.65;
}

.rv2-hero-actions,
.rv2-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.rv2-hero-actions {
  max-width: 500px;
}

.rv2-action-note {
  max-width: 52ch;
  color: color-mix(in oklch, var(--rv2-white) 70%, transparent);
  font-size: 0.95rem;
  font-weight: 750;
}

.rv2-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(720px, 100%);
  margin-top: 4px;
  overflow: hidden;
  border: 1px solid color-mix(in oklch, var(--rv2-white) 16%, transparent);
  border-radius: var(--rv2-radius);
  background: color-mix(in oklch, var(--rv2-white) 16%, transparent);
}

.rv2-facts span {
  min-height: 86px;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 16px;
  color: color-mix(in oklch, var(--rv2-white) 74%, transparent);
  background: color-mix(in oklch, var(--rv2-green-deep) 76%, transparent);
  font-size: 0.92rem;
  font-weight: 750;
}

.rv2-facts b {
  display: block;
  color: var(--rv2-white);
  font-size: 1.45rem;
  line-height: 1;
}

.rv2-profile {
  overflow: hidden;
  background: var(--rv2-white);
  border-radius: 16px;
  box-shadow: var(--rv2-shadow);
}

.rv2-profile-photo {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  background: var(--rv2-soft);
}

.rv2-profile-photo img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
  object-position: center top;
}

.rv2-profile-photo span {
  position: absolute;
  left: 16px;
  bottom: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  color: var(--rv2-white);
  background: var(--rv2-green);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 900;
}

.rv2-profile-photo span::before {
  content: "";
  width: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: oklch(85% 0.22 145);
}

.rv2-profile-body {
  display: grid;
  gap: 14px;
  padding: 22px;
}

.rv2-rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.rv2-rating strong {
  color: var(--rv2-green-deep);
  font-size: 1.35rem;
  line-height: 1;
}

.rv2-rating span,
.rv2-review-score strong {
  color: var(--rv2-gold);
  letter-spacing: 0;
}

.rv2-rating a {
  color: var(--rv2-green);
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.rv2-profile h2 {
  font-size: 2rem;
  line-height: 1.08;
}

.rv2-profile p {
  color: var(--rv2-muted);
}

.rv2-section {
  padding: clamp(66px, 8vw, 112px) 0;
}

.rv2-about {
  background: var(--rv2-bg);
}

.rv2-about-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(28px, 6vw, 84px);
}

.rv2-master-figure {
  overflow: hidden;
  background: var(--rv2-white);
  border-radius: var(--rv2-radius);
}

.rv2-master-figure img {
  width: 100%;
  aspect-ratio: 1 / 1.08;
  object-fit: cover;
}

.rv2-master-figure figcaption {
  padding: 16px 18px;
  color: var(--rv2-muted);
  font-size: 0.95rem;
  font-weight: 760;
}

.rv2-about-copy {
  display: grid;
  gap: 18px;
}

.rv2-about-copy p {
  color: var(--rv2-muted);
  font-size: 1.08rem;
}

.rv2-quote {
  display: grid;
  gap: 8px;
  max-width: 760px;
  margin-top: 6px;
  padding: 22px;
  color: var(--rv2-white);
  background: var(--rv2-green);
  border-radius: var(--rv2-radius);
}

.rv2-quote span {
  color: color-mix(in oklch, var(--rv2-white) 82%, transparent);
}

.rv2-advantage-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(34px, 5vw, 58px);
  border: 1px solid var(--rv2-line);
  background: var(--rv2-line);
}

.rv2-advantage-grid article {
  min-height: 210px;
  padding: 24px;
  background: var(--rv2-white);
}

.rv2-advantage-grid p {
  margin-top: 12px;
  color: var(--rv2-muted);
}

.rv2-prices,
.rv2-proof {
  background: var(--rv2-soft);
}

.rv2-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.78fr);
  align-items: end;
  gap: clamp(24px, 5vw, 72px);
  margin-bottom: 34px;
}

.rv2-section-head > p {
  color: var(--rv2-muted);
  font-size: 1.05rem;
}

.rv2-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.rv2-service-card {
  position: relative;
  min-height: 270px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid var(--rv2-line);
  border-radius: var(--rv2-radius);
  background: var(--rv2-white);
}

.rv2-service-card::before {
  content: "";
  width: 42px;
  height: 4px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: var(--rv2-green);
}

.rv2-service-card h3 {
  color: var(--rv2-green-deep);
  font-size: 1.36rem;
}

.rv2-service-card p {
  margin-top: 12px;
  color: var(--rv2-muted);
}

.rv2-service-card strong {
  display: block;
  margin-top: auto;
  padding-top: 22px;
  color: var(--rv2-red);
  font-size: 1.85rem;
  line-height: 1.08;
}

.rv2-service-card span {
  margin-top: 6px;
  color: var(--rv2-muted);
  font-size: 0.88rem;
  font-weight: 850;
}

.rv2-price-note {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  margin-top: 18px;
  padding: 22px;
  color: var(--rv2-ink);
  background: var(--rv2-gold-soft);
  border-radius: var(--rv2-radius);
}

.rv2-price-note p {
  color: var(--rv2-muted);
  font-weight: 750;
}

.rv2-task-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: clamp(28px, 6vw, 84px);
  align-items: start;
}

.rv2-task-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.rv2-task-list article {
  min-height: 168px;
  padding: 22px;
  border: 1px solid var(--rv2-line);
  border-radius: var(--rv2-radius);
  background: var(--rv2-white);
}

.rv2-task-list p {
  margin-top: 10px;
  color: var(--rv2-muted);
}

.rv2-materials {
  position: sticky;
  top: 96px;
  padding: 28px;
  color: var(--rv2-white);
  background: var(--rv2-green-deep);
  border-radius: var(--rv2-radius);
}

body.admin-bar .rv2-materials {
  top: 128px;
}

.rv2-materials h3 {
  font-size: 1.65rem;
}

.rv2-materials ul {
  display: grid;
  gap: 14px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.rv2-materials li {
  color: color-mix(in oklch, var(--rv2-white) 78%, transparent);
}

.rv2-materials li strong {
  color: var(--rv2-white);
}

.rv2-materials-cta {
  display: grid;
  gap: 14px;
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid color-mix(in oklch, var(--rv2-white) 18%, transparent);
}

.rv2-materials-cta p {
  color: color-mix(in oklch, var(--rv2-white) 82%, transparent);
}

.roof2-page .rv2-materials .rv2-button-green {
  color: var(--rv2-green-deep);
  background: var(--rv2-white);
}

.rv2-process {
  color: var(--rv2-white);
  background: var(--rv2-green-deep);
}

.rv2-process .rv2-section-head > p {
  color: color-mix(in oklch, var(--rv2-white) 72%, transparent);
}

.rv2-process-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid color-mix(in oklch, var(--rv2-white) 16%, transparent);
  border-radius: var(--rv2-radius);
  background: color-mix(in oklch, var(--rv2-white) 16%, transparent);
}

.rv2-process-list article {
  min-height: 260px;
  padding: 22px;
  background: color-mix(in oklch, var(--rv2-green-deep) 82%, var(--rv2-green));
}

.rv2-process-list span {
  display: grid;
  place-items: center;
  width: 42px;
  aspect-ratio: 1;
  margin-bottom: 28px;
  color: var(--rv2-green-deep);
  background: var(--rv2-gold);
  border-radius: 50%;
  font-weight: 950;
}

.rv2-process-list h3 {
  color: var(--rv2-white);
}

.rv2-process-list p {
  margin-top: 10px;
  color: color-mix(in oklch, var(--rv2-white) 72%, transparent);
  font-size: 0.96rem;
}

.rv2-included {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin-top: 22px;
}

.rv2-included strong,
.rv2-included span {
  padding: 9px 12px;
  border-radius: 999px;
}

.rv2-included strong {
  color: var(--rv2-green-deep);
  background: var(--rv2-gold);
}

.rv2-included span {
  color: color-mix(in oklch, var(--rv2-white) 82%, transparent);
  background: color-mix(in oklch, var(--rv2-white) 10%, transparent);
}

.rv2-proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.48fr);
  gap: 18px;
}

.rv2-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.rv2-gallery figure {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  border-radius: var(--rv2-radius);
  background: var(--rv2-green-deep);
}

.rv2-gallery img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
  transition: transform 420ms ease;
}

.rv2-gallery figure:hover img {
  transform: scale(1.025);
}

.rv2-gallery figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 38px 14px 14px;
  color: var(--rv2-white);
  background: linear-gradient(180deg, transparent, color-mix(in oklch, var(--rv2-green-deep) 86%, transparent));
  font-size: 0.88rem;
  font-weight: 850;
}

.rv2-review-panel {
  display: grid;
  gap: 14px;
  align-content: start;
}

.rv2-review-score,
.rv2-review-panel blockquote {
  padding: 20px;
  background: var(--rv2-white);
  border: 1px solid var(--rv2-line);
  border-radius: var(--rv2-radius);
}

.rv2-review-score {
  display: grid;
  gap: 5px;
}

.rv2-review-score strong {
  font-size: 1.45rem;
  line-height: 1.1;
}

.rv2-review-score span,
.rv2-review-panel blockquote p {
  color: var(--rv2-muted);
}

.rv2-review-panel cite {
  display: block;
  margin-top: 12px;
  color: var(--rv2-green);
  font-style: normal;
  font-weight: 900;
}

.rv2-link-button {
  color: var(--rv2-white);
  background: var(--rv2-green);
}

.rv2-faq-final {
  background: var(--rv2-bg);
}

.rv2-faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.72fr);
  gap: clamp(26px, 5vw, 70px);
  align-items: start;
}

.rv2-faq-list {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.rv2-faq-list details {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--rv2-line);
  border-radius: var(--rv2-radius);
  background: var(--rv2-white);
}

.rv2-faq-list summary {
  min-width: 0;
  padding: 18px 20px;
  color: var(--rv2-ink);
  font-weight: 900;
  line-height: 1.22;
  overflow-wrap: anywhere;
  text-wrap: pretty;
  cursor: pointer;
}

.rv2-faq-list p {
  padding: 0 20px 18px;
  color: var(--rv2-muted);
}

.rv2-final-card {
  padding: 30px;
  color: var(--rv2-white);
  background: var(--rv2-green-deep);
  border-radius: var(--rv2-radius);
}

.rv2-final-card h2 {
  color: var(--rv2-white);
  font-size: 2.55rem;
}

.rv2-final-card p {
  margin-top: 16px;
  color: color-mix(in oklch, var(--rv2-white) 78%, transparent);
}

.rv2-contact-lines {
  display: grid;
  gap: 5px;
  margin-top: 24px;
  padding: 18px 0;
  border-top: 1px solid color-mix(in oklch, var(--rv2-white) 16%, transparent);
  border-bottom: 1px solid color-mix(in oklch, var(--rv2-white) 16%, transparent);
}

.rv2-contact-lines span {
  color: color-mix(in oklch, var(--rv2-white) 76%, transparent);
}

.rv2-contact-lines a {
  display: inline-block;
  max-width: 100%;
  color: var(--rv2-gold);
  font-size: 1.05rem;
  font-weight: 950;
  line-height: 1.1;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.rv2-contact-lines a[href^="tel:"] {
  font-size: 2rem;
}

.rv2-contact-lines small {
  color: color-mix(in oklch, var(--rv2-white) 70%, transparent);
  font-size: 0.95rem;
}

.rv2-final-actions {
  margin-top: 22px;
}

.rv2-footer {
  padding: 26px 0;
  color: color-mix(in oklch, var(--rv2-white) 72%, transparent);
  background: oklch(15% 0.02 145);
}

.rv2-footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
}

.rv2-footer a {
  color: var(--rv2-gold);
  font-weight: 950;
  text-decoration: none;
}

.rv2-footer-copy {
  display: grid;
  gap: 6px;
  max-width: 520px;
}

.rv2-footer-copy a {
  width: fit-content;
  white-space: nowrap;
}

.rv2-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 16px;
  max-width: 620px;
}

.rv2-footer-links a,
.rv2-footer-cookie-button {
  color: var(--rv2-gold);
  font: inherit;
  font-size: 0.86rem;
  font-weight: 900;
}

.rv2-footer-links a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.rv2-footer-cookie-button {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.rv2-footer-cookie-button:focus-visible {
  outline: 3px solid var(--rv2-gold);
  outline-offset: 3px;
}

.rv2-mobile-bar {
  display: none !important;
}

#roof2-about,
#roof2-prices,
#roof2-form,
#roof2-tasks,
#roof2-process,
#roof2-reviews,
#roof2-faq,
#roof2-order {
  scroll-margin-top: 92px;
}

@media (max-width: 1180px) {
  .roof2-page h1 {
    font-size: 4.1rem;
  }

  .roof2-page h2 {
    font-size: 2.75rem;
  }

  .rv2-header-inner,
  .rv2-hero-grid,
  .rv2-about-grid,
  .rv2-task-grid,
  .rv2-proof-grid,
  .rv2-faq-grid {
    grid-template-columns: 1fr;
  }

  .rv2-header-inner {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .rv2-nav {
    display: none;
  }

  .rv2-profile {
    display: grid;
    grid-template-columns: minmax(240px, 0.42fr) minmax(0, 1fr);
  }

  .rv2-profile-photo,
  .rv2-profile-photo img {
    min-height: 310px;
  }

  .rv2-materials {
    position: static;
  }

  .rv2-process-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .rv2-service-grid,
  .rv2-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .rv2-section-head,
  .rv2-price-note {
    grid-template-columns: 1fr;
  }

  .rv2-price-note .rv2-button {
    width: fit-content;
  }
}

@media (max-width: 760px) {
  body.admin-bar .rv2-header {
    top: 46px;
  }

  .roof2-page {
    padding-bottom: 0;
    font-size: 16px;
  }

  .roof2-page h1 {
    max-width: 100%;
    font-size: 2.72rem;
  }

  .roof2-page h2,
  .rv2-final-card h2 {
    font-size: 2.15rem;
  }

  .rv2-header-inner {
    min-height: 64px;
  }

  .rv2-brand-mark {
    width: 38px;
    border-radius: 9px;
  }

  .rv2-brand small {
    display: none;
  }

  .rv2-phone {
    font-size: clamp(0.76rem, 3.45vw, 0.88rem);
  }

  .rv2-header-contact {
    gap: 6px;
  }

  .rv2-contact-icon {
    width: 34px;
  }

  .rv2-contact-icon svg {
    width: 18px;
  }

  .rv2-hero {
    padding-top: 34px;
  }

  .rv2-hero::before {
    width: 100%;
    opacity: 0.28;
  }

  .rv2-lead {
    font-size: 1.02rem;
  }

  .rv2-hero-actions .rv2-button,
  .rv2-final-actions .rv2-button,
  .rv2-about-actions .rv2-button,
  .rv2-materials-cta .rv2-button,
  .rv2-price-note .rv2-button {
    width: 100%;
  }

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

  .rv2-profile {
    grid-template-columns: 1fr;
  }

  .rv2-profile-photo,
  .rv2-profile-photo img {
    min-height: 340px;
  }

  .rv2-section {
    padding: 58px 0;
  }

  .rv2-task-list,
  .rv2-service-grid,
  .rv2-gallery,
  .rv2-process-list,
  .rv2-advantage-grid {
    grid-template-columns: 1fr;
  }

  .rv2-process-list article {
    min-height: 0;
  }

  .rv2-gallery figure,
  .rv2-gallery img {
    min-height: 230px;
  }

  .rv2-final-card {
    padding: 24px;
  }

  .rv2-contact-lines a {
    font-size: clamp(1rem, 4.4vw, 1.22rem);
  }

  .rv2-contact-lines a[href^="tel:"] {
    font-size: clamp(1.35rem, 7.2vw, 1.85rem);
  }

  .rv2-footer-inner {
    display: grid;
  }

  .rv2-footer-links {
    justify-content: flex-start;
  }

  .rv2-mobile-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    background: color-mix(in oklch, var(--rv2-white) 96%, transparent);
    border-top: 1px solid var(--rv2-line);
    box-shadow: 0 -8px 18px color-mix(in oklch, var(--rv2-green-deep) 14%, transparent);
  }

  .rv2-mobile-bar a {
    display: grid;
    place-items: center;
    min-height: 48px;
    padding: 5px 8px;
    border-radius: 999px;
    color: var(--rv2-white);
    background: var(--rv2-green-deep);
    font-size: 0.82rem;
    font-weight: 950;
    line-height: 1.08;
    text-align: center;
    text-decoration: none;
    word-break: keep-all;
  }

  .rv2-mobile-bar a:first-child {
    color: var(--rv2-green-deep);
    background: var(--rv2-gold);
  }

  .rv2-mobile-bar a:nth-child(2) {
    color: var(--rv2-white);
    background: var(--rv2-brick);
  }

  .rv2-mobile-bar a:nth-child(3) {
    background: oklch(48% 0.16 235);
  }

  .rv2-mobile-bar a:nth-child(4) {
    background: oklch(43% 0.14 148);
  }
}

@media (max-width: 430px) {
  .rv2-shell {
    width: min(100% - 22px, 1220px);
  }

  .rv2-brand > span:not(.rv2-brand-mark) {
    display: none;
  }

  .roof2-page h1 {
    font-size: 2.38rem;
  }

  .roof2-page h2,
  .rv2-final-card h2 {
    font-size: 1.9rem;
  }

  .rv2-facts span {
    min-height: 68px;
  }

  .rv2-profile-photo,
  .rv2-profile-photo img {
    min-height: 300px;
  }

  .rv2-service-card,
  .rv2-task-list article,
  .rv2-review-score,
  .rv2-review-panel blockquote,
  .rv2-final-card {
    padding: 18px;
  }

  .rv2-service-card strong {
    font-size: 1.55rem;
  }
}

.roof2-page {
  --rv2-brick: oklch(49% 0.13 35);
  --rv2-brick-deep: oklch(38% 0.105 31);
  --rv2-orange: oklch(78% 0.16 62);
  --rv2-amber-soft: oklch(94% 0.055 72);
}

.roof2-page .rv2-button-accent {
  color: var(--rv2-white);
  background: var(--rv2-brick);
}

.roof2-page .rv2-button-accent:hover {
  color: var(--rv2-white);
  background: var(--rv2-brick-deep);
}

.roof2-page .rv2-button-green {
  background: var(--rv2-green-deep);
}

.roof2-page .rv2-button-green:hover {
  background: var(--rv2-brick);
}

.roof2-page .rv2-button-telegram {
  color: var(--rv2-white);
  background: oklch(48% 0.16 235);
}

.roof2-page .rv2-button-telegram:hover {
  color: var(--rv2-white);
  background: oklch(42% 0.15 238);
}

.roof2-page .rv2-button-whatsapp {
  color: var(--rv2-white);
  background: oklch(43% 0.14 148);
}

.roof2-page .rv2-button-whatsapp:hover {
  color: var(--rv2-white);
  background: oklch(38% 0.12 150);
}

.rv2-hero {
  background:
    linear-gradient(90deg, color-mix(in oklch, var(--rv2-green-deep) 94%, transparent) 0%, color-mix(in oklch, var(--rv2-green-deep) 84%, transparent) 34%, color-mix(in oklch, var(--rv2-green-deep) 62%, transparent) 70%, color-mix(in oklch, var(--rv2-green-deep) 70%, transparent) 100%),
    linear-gradient(180deg, color-mix(in oklch, var(--rv2-green-deep) 48%, transparent), color-mix(in oklch, var(--rv2-green-deep) 84%, transparent)),
    url("/wp-content/themes/sssr69-onepage/assets/img/roof2/hero-roof-texture-v3.webp") center / cover no-repeat;
}

.rv2-hero::before {
  inset: 0;
  width: 100%;
  background:
    radial-gradient(circle at 16% 12%, color-mix(in oklch, var(--rv2-orange) 20%, transparent), transparent 28%),
    linear-gradient(135deg, color-mix(in oklch, var(--rv2-green) 42%, transparent), transparent 58%),
    repeating-linear-gradient(110deg, color-mix(in oklch, var(--rv2-white) 7%, transparent) 0 1px, transparent 1px 18px);
  opacity: 0.5;
}

.rv2-label-accent {
  padding: 7px 12px;
  color: var(--rv2-orange);
  background: color-mix(in oklch, var(--rv2-orange) 14%, transparent);
  border: 1px solid color-mix(in oklch, var(--rv2-orange) 34%, transparent);
  border-radius: 999px;
}

.rv2-action-note {
  color: color-mix(in oklch, var(--rv2-white) 86%, transparent);
}

.rv2-facts {
  gap: 8px;
  overflow: visible;
  border: 0;
  background: transparent;
}

.rv2-facts span {
  border: 1px solid color-mix(in oklch, var(--rv2-white) 28%, transparent);
  border-radius: 12px;
  color: var(--rv2-ink);
  background: var(--rv2-white);
  font-size: 1rem;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.rv2-facts span:hover {
  color: var(--rv2-white);
  background: var(--rv2-brick);
  border-color: var(--rv2-brick);
  transform: translateY(-2px);
}

.rv2-facts b {
  color: var(--rv2-brick);
  font-size: 1.72rem;
}

.rv2-facts span:hover b {
  color: var(--rv2-orange);
}

.rv2-direct-call {
  display: grid;
  gap: 8px;
  padding: 16px;
  background: var(--rv2-amber-soft);
  border-radius: 12px;
}

.rv2-direct-call strong {
  color: var(--rv2-brick-deep);
  font-size: 1.02rem;
}

.rv2-direct-call p {
  color: var(--rv2-ink);
}

.rv2-video-card {
  display: grid;
  gap: 16px;
}

.rv2-video-card .rv2-button {
  min-height: 58px;
  line-height: 1.12;
  text-align: center;
}

.rv2-video-frame {
  position: relative;
  overflow: hidden;
  min-height: 460px;
  color: var(--rv2-white);
  background: var(--rv2-green-deep);
  border-radius: var(--rv2-radius);
}

.rv2-video-frame img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
}

.rv2-video-frame video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
}

.rv2-video-frame-player {
  aspect-ratio: 9 / 16;
  min-height: 0;
  background: var(--rv2-green-deep);
}

.rv2-video-frame-player video {
  position: absolute;
  inset: 0;
  min-height: 0;
}

.rv2-video-frame-player::after {
  display: none;
}

.rv2-video-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 34%, color-mix(in oklch, var(--rv2-green-deep) 88%, transparent));
}

.rv2-play-mark {
  position: absolute;
  left: 22px;
  top: 22px;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 62px;
  aspect-ratio: 1;
  background: var(--rv2-brick);
  border-radius: 50%;
}

.rv2-play-mark::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 17px solid var(--rv2-white);
}

.rv2-video-caption {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 1;
  display: grid;
  gap: 6px;
}

.rv2-video-caption strong {
  font-size: 1.45rem;
  line-height: 1.08;
}

.rv2-video-caption small {
  color: color-mix(in oklch, var(--rv2-white) 80%, transparent);
  font-size: 0.98rem;
  font-weight: 760;
}

.rv2-about-copy h2 span {
  color: var(--rv2-brick);
}

.rv2-about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.rv2-about-actions .rv2-button-outline {
  color: var(--rv2-green-deep);
  border-color: color-mix(in oklch, var(--rv2-green-deep) 24%, transparent);
  background: var(--rv2-white);
}

.rv2-about-actions .rv2-button-outline:hover {
  background: color-mix(in oklch, var(--rv2-green) 8%, var(--rv2-white));
}

.rv2-advantage-grid {
  gap: 12px;
  border: 0;
  background: transparent;
}

.rv2-advantage-grid article {
  border: 1px solid var(--rv2-line);
  border-radius: var(--rv2-radius);
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.rv2-advantage-grid article:hover {
  color: var(--rv2-white);
  background: var(--rv2-green-deep);
  border-color: var(--rv2-green-deep);
  transform: translateY(-2px);
}

.rv2-advantage-grid ul {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding-left: 1.1em;
}

.rv2-advantage-grid li {
  color: var(--rv2-muted);
}

.rv2-advantage-grid article:hover li,
.rv2-advantage-grid article:hover h3 {
  color: var(--rv2-white);
}

.rv2-service-card::before {
  display: none;
}

.rv2-service-card {
  border-color: color-mix(in oklch, var(--rv2-green) 22%, var(--rv2-line));
  transition: border-color 180ms ease, transform 180ms ease, background-color 180ms ease;
}

.rv2-service-card:hover {
  border-color: var(--rv2-brick);
  background: color-mix(in oklch, var(--rv2-amber-soft) 50%, var(--rv2-white));
  transform: translateY(-2px);
}

.rv2-service-card .rv2-service-icon {
  position: relative;
  display: block;
  width: 78px;
  height: 58px;
  margin: 0 0 18px;
  color: var(--rv2-green-deep);
  background: var(--rv2-amber-soft);
  border: 1px solid color-mix(in oklch, var(--rv2-brick) 28%, transparent);
  border-radius: 12px;
}

.rv2-service-icon::before {
  content: "";
  position: absolute;
  left: 11px;
  right: 11px;
  top: 17px;
  height: 30px;
  background: currentColor;
  clip-path: polygon(0 58%, 50% 0, 100% 58%, 100% 100%, 0 100%);
}

.rv2-service-icon::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 10px;
  height: 12px;
  border-radius: 999px;
  background: var(--rv2-brick);
  opacity: 0.88;
}

.rv2-icon-tile::after {
  background: repeating-linear-gradient(90deg, var(--rv2-brick) 0 8px, var(--rv2-orange) 8px 16px);
}

.rv2-icon-soft::after {
  height: 16px;
  border-radius: 0 0 12px 12px;
  background: repeating-linear-gradient(135deg, var(--rv2-brick) 0 7px, color-mix(in oklch, var(--rv2-brick) 68%, var(--rv2-white)) 7px 14px);
}

.rv2-icon-ondulin::after {
  background: repeating-radial-gradient(circle at 6px 6px, var(--rv2-brick) 0 5px, var(--rv2-orange) 5px 9px);
}

.rv2-icon-demo::before {
  clip-path: polygon(0 66%, 50% 8%, 100% 66%, 92% 100%, 8% 100%);
  opacity: 0.54;
}

.rv2-icon-demo::after {
  transform: rotate(-12deg);
}

.rv2-icon-gutter::before {
  clip-path: polygon(0 48%, 50% 0, 100% 48%, 90% 62%, 50% 22%, 10% 62%);
}

.rv2-icon-gutter::after {
  left: auto;
  right: 16px;
  bottom: 9px;
  width: 10px;
  height: 28px;
  border-radius: 999px;
}

.rv2-task-list article {
  border-color: color-mix(in oklch, var(--rv2-brick) 24%, var(--rv2-line));
  background: color-mix(in oklch, var(--rv2-amber-soft) 42%, var(--rv2-white));
}

.rv2-task-list article:hover {
  color: var(--rv2-white);
  background: var(--rv2-brick);
  border-color: var(--rv2-brick);
}

.rv2-task-list article:hover p,
.rv2-task-list article:hover h3 {
  color: var(--rv2-white);
}

.rv2-materials {
  background: linear-gradient(145deg, var(--rv2-green-deep), color-mix(in oklch, var(--rv2-brick-deep) 44%, var(--rv2-green-deep)));
}

.rv2-process-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rv2-process-list article {
  background: color-mix(in oklch, var(--rv2-green-deep) 70%, var(--rv2-green));
  transition: background-color 180ms ease, transform 180ms ease;
}

.rv2-process-list article:hover {
  background: var(--rv2-brick);
  transform: translateY(-2px);
}

.rv2-process-list span {
  color: var(--rv2-brick-deep);
  background: var(--rv2-orange);
}

.rv2-included {
  align-items: stretch;
}

.rv2-included .rv2-button {
  min-height: 42px;
  padding-inline: 18px;
}

.rv2-review-layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.32fr) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.rv2-review-summary {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 8px;
  padding: 26px;
  color: var(--rv2-white);
  background: var(--rv2-green-deep);
  border-radius: var(--rv2-radius);
}

body.admin-bar .rv2-review-summary {
  top: 128px;
}

.rv2-review-summary strong {
  color: var(--rv2-orange);
  font-size: 4rem;
  line-height: 0.95;
}

.rv2-review-summary span {
  color: var(--rv2-orange);
  font-weight: 900;
}

.rv2-review-summary p {
  color: color-mix(in oklch, var(--rv2-white) 82%, transparent);
  font-weight: 800;
}

.rv2-review-list {
  display: grid;
  gap: 14px;
}

.rv2-review-card {
  display: grid;
  grid-template-columns: minmax(180px, 0.34fr) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
  padding: 14px;
  background: var(--rv2-white);
  border: 1px solid color-mix(in oklch, var(--rv2-green) 18%, var(--rv2-line));
  border-radius: var(--rv2-radius);
}

.rv2-review-card img {
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
  border-radius: 10px;
}

.rv2-review-card > div {
  display: grid;
  align-content: center;
  gap: 14px;
  padding: 6px 6px 6px 0;
}

.rv2-review-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
}

.rv2-review-meta strong {
  color: var(--rv2-green-deep);
  font-size: 1.08rem;
}

.rv2-review-meta span {
  padding: 5px 9px;
  color: var(--rv2-brick-deep);
  background: var(--rv2-amber-soft);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 900;
}

.rv2-review-card p {
  color: var(--rv2-ink);
  font-weight: 650;
}

.rv2-review-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.rv2-price-head,
.rv2-reviews-head {
  margin-bottom: 18px;
}

.rv2-price-head h2,
.rv2-reviews-head h2 {
  font-family: "Roboto Slab", "Manrope", system-ui, sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
}

.rv2-price-table-wrap {
  overflow: hidden;
  border: 1px solid var(--rv2-line);
  border-radius: 12px;
  background: var(--rv2-white);
}

.rv2-price-table {
  width: 100%;
  border-collapse: collapse;
}

.rv2-price-table th {
  padding: 15px 20px;
  color: var(--rv2-white);
  background: var(--rv2-green-deep);
  font-size: 0.92rem;
  font-weight: 900;
  text-align: left;
}

.rv2-price-table th:last-child,
.rv2-price-table td:last-child {
  text-align: right;
}

.rv2-price-table tr {
  border-bottom: 1px solid var(--rv2-line);
}

.rv2-price-table tbody tr:first-child {
  background: color-mix(in oklch, var(--rv2-brick) 7%, var(--rv2-white));
}

.rv2-price-table tbody tr:last-child {
  border-bottom: 0;
}

.rv2-price-table td {
  padding: 16px 20px;
  vertical-align: middle;
}

.rv2-price-table td strong,
.rv2-price-table td span {
  display: block;
}

.rv2-price-table td strong {
  color: var(--rv2-ink);
  font-size: 1.08rem;
  font-weight: 950;
}

.rv2-price-table td span {
  margin-top: 3px;
  color: var(--rv2-muted);
  font-size: 0.86rem;
  font-weight: 850;
}

.rv2-price-table td:last-child {
  color: var(--rv2-green-deep);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 1.42rem;
  font-weight: 950;
  white-space: nowrap;
}

.rv2-price-guarantee {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  margin-top: 14px;
  padding: 18px;
  background: oklch(94.5% 0.065 86);
  border-radius: 12px;
}

.rv2-guarantee-number {
  display: grid;
  place-items: center;
  width: 48px;
  aspect-ratio: 1;
  color: var(--rv2-green-deep);
  background: oklch(80% 0.155 82);
  border-radius: 10px;
  font-size: 1.8rem;
  font-weight: 950;
  line-height: 1;
}

.rv2-price-guarantee strong {
  display: block;
  color: var(--rv2-green-deep);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 1.36rem;
  line-height: 1.12;
}

.rv2-price-guarantee p {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 8px;
}

.rv2-price-guarantee p span {
  padding: 7px 10px;
  color: var(--rv2-muted);
  background: var(--rv2-white);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 850;
}

.rv2-price-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-top: 12px;
  padding: 22px;
  color: var(--rv2-white);
  background: var(--rv2-green-deep);
  border-radius: 12px;
}

.rv2-price-cta strong {
  display: block;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 1.55rem;
  line-height: 1.12;
}

.rv2-price-cta p {
  margin-top: 6px;
  color: color-mix(in oklch, var(--rv2-white) 72%, transparent);
}

.rv2-price-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.rv2-price-cta .rv2-button-light {
  color: var(--rv2-green-deep);
  background: var(--rv2-gold);
}

.rv2-price-cta .rv2-button-outline {
  color: var(--rv2-green-deep);
  background: var(--rv2-white);
  border-color: var(--rv2-white);
}

.rv2-works {
  background: color-mix(in oklch, var(--rv2-green-deep) 5%, var(--rv2-bg));
}

.rv2-works-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  margin-bottom: 22px;
}

.rv2-works-head p {
  margin-top: 12px;
  color: var(--rv2-muted);
}

.rv2-works-slider {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 52px;
  gap: 12px;
  align-items: center;
}

.rv2-works-viewport {
  overflow: hidden;
  min-width: 0;
  border-radius: 12px;
}

.rv2-works-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 24px) / 3);
  gap: 12px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.rv2-works-track::-webkit-scrollbar {
  display: none;
}

.rv2-works-nav {
  display: grid;
  place-items: center;
  width: 52px;
  aspect-ratio: 1;
  color: var(--rv2-white);
  background: var(--rv2-green-deep);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  transition: background-color 180ms ease, transform 180ms ease, opacity 180ms ease;
}

.rv2-works-nav:hover {
  background: var(--rv2-brick);
  transform: translateY(-1px);
}

.rv2-works-nav:disabled {
  cursor: default;
  opacity: 0.38;
  transform: none;
}

.rv2-works-counter {
  grid-column: 2;
  justify-self: center;
  padding: 6px 12px;
  color: var(--rv2-muted);
  background: var(--rv2-white);
  border: 1px solid var(--rv2-line);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 850;
}

.rv2-work-photo {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 0;
  aspect-ratio: 4 / 3;
  background: var(--rv2-green-deep);
  border-radius: 10px;
  scroll-snap-align: start;
}

.rv2-work-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease, filter 220ms ease;
}

.rv2-work-photo:hover img {
  transform: scale(1.035);
  filter: saturate(1.05);
}

.rv2-lead-form-section {
  background: var(--rv2-green-deep);
}

.rv2-lead-form-card {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1fr);
  gap: clamp(22px, 4vw, 56px);
  align-items: start;
  color: var(--rv2-white);
}

.rv2-lead-form-copy {
  display: grid;
  gap: 16px;
}

.rv2-lead-form-copy h2 {
  color: var(--rv2-white);
}

.rv2-lead-form-copy p {
  color: color-mix(in oklch, var(--rv2-white) 78%, transparent);
}

.rv2-form-promise {
  display: grid;
  gap: 4px;
  width: fit-content;
  padding: 14px 16px;
  color: var(--rv2-ink);
  background: var(--rv2-amber-soft);
  border-radius: 12px;
}

.rv2-form-promise strong {
  color: var(--rv2-brick-deep);
}

.rv2-form-promise span {
  color: var(--rv2-ink);
}

.rv2-contact-form {
  display: grid;
  gap: 14px;
  padding: 18px;
  color: var(--rv2-ink);
  background: var(--rv2-white);
  border-radius: 12px;
}

.rv2-contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.rv2-contact-form label {
  display: grid;
  gap: 7px;
  color: var(--rv2-ink);
  font-size: 0.9rem;
  font-weight: 850;
}

.rv2-contact-form-wide {
  grid-column: 1 / -1;
}

.rv2-contact-form input,
.rv2-contact-form select,
.rv2-contact-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  color: var(--rv2-ink);
  background: color-mix(in oklch, var(--rv2-soft) 48%, var(--rv2-white));
  border: 1px solid var(--rv2-line);
  border-radius: 8px;
  font: inherit;
  font-size: 0.95rem;
  outline: none;
}

.rv2-contact-form textarea {
  min-height: 104px;
  resize: vertical;
}

.rv2-contact-form input::placeholder,
.rv2-contact-form textarea::placeholder {
  color: color-mix(in oklch, var(--rv2-muted) 82%, var(--rv2-ink));
}

.rv2-contact-form input:focus,
.rv2-contact-form select:focus,
.rv2-contact-form textarea:focus {
  border-color: var(--rv2-brick);
  box-shadow: 0 0 0 3px color-mix(in oklch, var(--rv2-brick) 18%, transparent);
}

.rv2-contact-form .rv2-button {
  width: 100%;
}

.rv2-contact-form .rv2-form-consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  color: var(--rv2-muted);
  font-size: 0.78rem;
  font-weight: 650;
  line-height: 1.45;
}

.rv2-contact-form .rv2-form-consent input {
  width: 18px;
  min-height: 18px;
  height: 18px;
  margin: 2px 0 0;
  padding: 0;
  accent-color: var(--rv2-green);
}

.rv2-contact-form .rv2-form-consent a {
  color: var(--rv2-green-deep);
  font-weight: 850;
}

.rv2-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.rv2-reviews-head {
  margin-bottom: 22px;
}

.rv2-photo-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.rv2-photo-review-card {
  display: flex;
  flex-direction: column;
  min-height: 430px;
  padding: 16px;
  border: 1px solid var(--rv2-line);
  border-radius: 12px;
  background: color-mix(in oklch, var(--rv2-white) 96%, var(--rv2-soft));
}

.rv2-photo-review-card header {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.rv2-review-avatar {
  flex: 0 0 46px;
  width: 46px;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  background: var(--rv2-soft);
}

.rv2-photo-review-card h3 {
  color: var(--rv2-ink);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 1.18rem;
  line-height: 1.08;
}

.rv2-stars {
  display: block;
  margin-top: 3px;
  color: var(--rv2-gold);
  font-size: 0.88rem;
  letter-spacing: 0;
}

.rv2-photo-review-card small {
  display: block;
  margin-top: 2px;
  color: var(--rv2-muted);
  font-size: 0.75rem;
  font-weight: 900;
}

.rv2-photo-review-card p {
  margin-top: 16px;
  color: color-mix(in oklch, var(--rv2-muted) 88%, var(--rv2-ink));
  font-size: 0.93rem;
  line-height: 1.5;
}

.rv2-review-photos {
  position: relative;
  display: grid;
  min-height: 160px;
  margin-top: auto;
  padding-top: 14px;
}

.rv2-review-photos-duo {
  grid-template-columns: minmax(0, 1fr) 74px;
  gap: 8px;
}

.rv2-review-photo-link {
  position: relative;
  display: block;
  overflow: hidden;
  min-width: 0;
  background: var(--rv2-soft);
  border-radius: 8px;
}

.rv2-review-photos img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  transition: transform 200ms ease, filter 200ms ease;
}

.rv2-review-photo-link:hover img {
  transform: scale(1.04);
  filter: saturate(1.05);
}

.rv2-gallery-extra {
  display: none;
}

.rv2-photo-count {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  width: 34px;
  aspect-ratio: 1;
  color: var(--rv2-green-deep);
  background: color-mix(in oklch, var(--rv2-white) 92%, transparent);
  border-radius: 50%;
  font-size: 1.65rem;
  font-weight: 900;
  line-height: 1;
}

.rv2-lightbox {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 64px;
  gap: 12px;
  align-items: center;
  padding: clamp(16px, 4vw, 42px);
  background: color-mix(in oklch, var(--rv2-green-deep) 88%, transparent);
}

.rv2-lightbox[hidden] {
  display: none;
}

.rv2-lightbox-stage {
  display: grid;
  justify-items: center;
  gap: 10px;
  min-width: 0;
}

.rv2-lightbox-stage img {
  width: auto;
  max-width: min(100%, 1280px);
  max-height: calc(100dvh - 130px);
  object-fit: contain;
  background: var(--rv2-green-deep);
  border-radius: 10px;
}

.rv2-lightbox-stage figcaption {
  min-height: 1.3em;
  color: color-mix(in oklch, var(--rv2-white) 82%, transparent);
  font-size: 0.9rem;
  text-align: center;
}

.rv2-lightbox button {
  display: grid;
  place-items: center;
  color: var(--rv2-white);
  background: color-mix(in oklch, var(--rv2-white) 14%, transparent);
  border: 1px solid color-mix(in oklch, var(--rv2-white) 24%, transparent);
  cursor: pointer;
}

.rv2-lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  aspect-ratio: 1;
  border-radius: 50%;
  font-size: 2rem;
  line-height: 1;
}

.rv2-lightbox-nav {
  width: 54px;
  aspect-ratio: 1;
  border-radius: 50%;
  font-size: 2.6rem;
  line-height: 1;
}

.rv2-lightbox button:hover {
  background: var(--rv2-brick);
  border-color: var(--rv2-brick);
}

.rv2-review-footer {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-top: 4px;
  padding: 20px;
  color: var(--rv2-white);
  background: var(--rv2-green-deep);
  border-radius: 12px;
}

.rv2-review-footer strong {
  display: block;
  color: var(--rv2-gold);
  font-size: 1.22rem;
  font-weight: 950;
}

.rv2-review-footer p {
  margin-top: 4px;
  color: color-mix(in oklch, var(--rv2-white) 78%, transparent);
}

.rv2-review-footer .rv2-review-actions {
  margin-top: 0;
  justify-content: flex-end;
}

.rv2-faq-list details {
  border-color: color-mix(in oklch, var(--rv2-green) 20%, var(--rv2-line));
  transition: border-color 180ms ease, background-color 180ms ease;
}

.rv2-faq-list details:hover,
.rv2-faq-list details[open] {
  border-color: var(--rv2-brick);
  background: color-mix(in oklch, var(--rv2-amber-soft) 50%, var(--rv2-white));
}

@media (max-width: 1180px) {
  .rv2-hero {
    background:
      linear-gradient(180deg, color-mix(in oklch, var(--rv2-green-deep) 88%, transparent), color-mix(in oklch, var(--rv2-green-deep) 72%, transparent)),
      url("/wp-content/themes/sssr69-onepage/assets/img/roof2/hero-roof-texture-v3.webp") center / cover no-repeat;
  }

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

  .rv2-works-head,
  .rv2-lead-form-card {
    grid-template-columns: 1fr;
  }

  .rv2-works-head .rv2-button {
    width: fit-content;
  }

  .rv2-works-track {
    grid-auto-columns: calc((100% - 12px) / 2);
  }

  .rv2-price-cta,
  .rv2-review-footer {
    grid-template-columns: 1fr;
  }

  .rv2-price-cta-actions,
  .rv2-review-footer .rv2-review-actions {
    justify-content: flex-start;
  }

  .rv2-review-layout {
    grid-template-columns: 1fr;
  }

  .rv2-review-summary {
    position: static;
  }
}

@media (max-width: 760px) {
  .rv2-hero {
    background:
      linear-gradient(180deg, color-mix(in oklch, var(--rv2-green-deep) 90%, transparent), color-mix(in oklch, var(--rv2-green-deep) 76%, transparent)),
      url("/wp-content/themes/sssr69-onepage/assets/img/roof2/hero-roof-texture-v3.webp") center / cover no-repeat;
  }

  .rv2-hero-copy {
    gap: 13px;
  }

  .rv2-label-accent {
    padding: 6px 10px;
    font-size: 0.88rem;
  }

  .rv2-action-note {
    font-size: 0.88rem;
    line-height: 1.42;
  }

  .rv2-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
    padding-bottom: 0;
    margin-top: 10px;
    scroll-snap-type: none;
    scrollbar-width: none;
  }

  .rv2-facts::-webkit-scrollbar {
    display: none;
  }

  .rv2-facts span {
    flex: none;
    min-height: 86px;
    scroll-snap-align: unset;
  }

  .rv2-hero-actions {
    gap: 8px;
  }

  .rv2-hero-actions .rv2-button {
    min-height: 44px;
  }

  .rv2-video-frame,
  .rv2-video-frame img,
  .rv2-video-frame video {
    min-height: 360px;
  }

  .rv2-review-card {
    grid-template-columns: 1fr;
  }

  .rv2-process-list {
    grid-template-columns: 1fr;
  }

  .rv2-review-card > div {
    padding: 0;
  }

  .rv2-review-actions .rv2-button,
  .rv2-included .rv2-button {
    width: 100%;
  }

  .rv2-works-slider {
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    gap: 8px;
  }

  .rv2-works-track {
    grid-auto-columns: 100%;
  }

  .rv2-works-nav {
    width: 42px;
    font-size: 1.8rem;
  }

  .rv2-works-counter {
    font-size: 0.84rem;
  }

  .rv2-works-head .rv2-button,
  .rv2-contact-form .rv2-button {
    width: 100%;
  }

  .rv2-contact-form {
    padding: 14px;
  }

  .rv2-contact-form-grid {
    grid-template-columns: 1fr;
  }

  .rv2-contact-form-wide {
    grid-column: auto;
  }

  .rv2-lightbox {
    grid-template-columns: 1fr;
    padding: 68px 12px 22px;
  }

  .rv2-lightbox-stage img {
    max-height: calc(100dvh - 160px);
  }

  .rv2-lightbox-nav {
    position: absolute;
    top: 50%;
    width: 44px;
    transform: translateY(-50%);
    font-size: 2.2rem;
  }

  .rv2-lightbox-prev {
    left: 10px;
  }

  .rv2-lightbox-next {
    right: 10px;
  }

  .rv2-price-head h2,
  .rv2-reviews-head h2 {
    font-size: 2.42rem;
  }

  .rv2-price-table {
    min-width: 0;
    table-layout: fixed;
  }

  .rv2-price-table-wrap {
    overflow-x: hidden;
  }

  .rv2-price-table th,
  .rv2-price-table td {
    padding: 14px 12px;
  }

  .rv2-price-table th:first-child,
  .rv2-price-table td:first-child {
    width: 58%;
  }

  .rv2-price-table th:last-child,
  .rv2-price-table td:last-child {
    width: 42%;
  }

  .rv2-price-table td strong {
    font-size: 0.98rem;
  }

  .rv2-price-table td span {
    font-size: 0.8rem;
  }

  .rv2-price-table td:last-child {
    font-size: 1.05rem;
    white-space: normal;
  }

  .rv2-price-guarantee {
    grid-template-columns: auto 1fr;
  }

  .rv2-price-guarantee .rv2-button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .rv2-photo-review-grid {
    grid-template-columns: 1fr;
  }

  .rv2-photo-review-card {
    min-height: 0;
  }

  .rv2-review-photos img {
    height: 180px;
  }

  .rv2-review-footer .rv2-button,
  .rv2-price-cta .rv2-button {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .roof2-page h1 {
    font-size: 2.12rem;
  }

  .rv2-facts b {
    font-size: 1.45rem;
  }

  .rv2-review-summary strong {
    font-size: 3rem;
  }
}

.roof2-page .rv2-button[href^="tel:"],
.roof2-page .rv2-mobile-bar a[href^="tel:"] {
  color: var(--rv2-green-deep);
  background: var(--rv2-salad);
  border-color: var(--rv2-salad);
}

.roof2-page .rv2-button[href^="tel:"]:hover,
.roof2-page .rv2-mobile-bar a[href^="tel:"]:hover {
  color: var(--rv2-green-deep);
  background: var(--rv2-salad-strong);
  border-color: var(--rv2-salad-strong);
}

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