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

.re-wrap,
.re-wrap * { box-sizing: border-box; }
.re-wrap {
  font-family: Manrope, "Segoe UI", Arial, sans-serif;
  color: #232323;
  -webkit-font-smoothing: antialiased;
}
.re-wrap img { max-width: 100%; }
.re-wrap a { color: inherit; }
.re-wrap a.re-btn { color: #FFF; }
.re-container { width: min(1170px, calc(100% - 32px)); margin: 0 auto; }
.re-btn {
  display: inline-flex; align-items: center; justify-content: center;
  background: #f26422; color: #fff; font-weight: 800; text-transform: uppercase;
  letter-spacing: .04em; border-radius: 30px; border: 0; cursor: pointer;
  text-decoration: none; font-family: inherit;
}
.re-btn:hover { background: #ff7b3e; }
.re-btn[disabled] { opacity: .4; pointer-events: none; }

/* Header */
.re-header { background: #232323; color: #fff; position: sticky; top: 0; z-index: 50; }
.re-header-in { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 10px 0; }
.re-header-nav { display: flex; gap: 8px; }
.re-header-nav a { width: 135px; text-align: center; color: #fff; text-decoration: none; font-size: 14px; font-weight: 600; }
.re-header-nav a:hover { color: #f26422; }
.re-header-phone { text-align: right; }
.re-header-phone a.tel { color: #fff; font-size: 19px; font-weight: 800; text-decoration: none; display: block; }
.re-header-phone .hrs { font-size: 12px; color: rgba(255,255,255,.7); }
.re-header-phone .cb { background: none; border: 0; border-bottom: 1px solid rgba(242,100,34,.5); color: #f26422; font-size: 12px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; cursor: pointer; padding: 0; font-family: inherit; }
.re-logo img { height: 40px; }

/* Hero */
.re-hero { position: relative; background: #1a1a1a; color: #fff; padding: 56px 0 64px; overflow: hidden; }
.re-hero img.bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.re-hero .veil { position: absolute; inset: 0; background: rgba(0,0,0,.72); }
.re-hero-in { position: relative; z-index: 1; }
.re-hero h1 { max-width: 820px; font-size: 35px; font-weight: 800; text-transform: uppercase; line-height: 1.4; margin: 0 auto !important; text-align: center;}
.re-hero .sub { margin: 8px 0 0; font-size: 38px; font-weight: 700; color: #f26422; line-height: 1.15; text-align: center; }
.re-hero .hint { margin: 12px 0 32px; font-size: 18px; font-weight: 600; color: rgba(255,255,255,.9); text-align: center; }
.re-hero-grid { display: grid; grid-template-columns: 1fr 420px; gap: 40px; align-items: start; }
.re-usp { list-style: none; margin: 0; padding: 0; }
.re-usp li { display: flex; align-items: center; gap: 16px; margin-bottom: 16px; font-size: 16px; }
.re-usp img { width: 40px; height: 40px; object-fit: contain; }
.re-calc { overflow: hidden; border: 3px solid #f26422; border-radius: 16px; background: #fff; color: #232323; }
.re-calc-h { background: #f26422; color: #fff; text-align: center; font-weight: 800; font-size: 18px; padding: 12px 16px; }
.re-calc-b { padding: 24px; }
.re-calc label, .re-calc .lbl { display: block; font-size: 14px; font-weight: 600; margin-bottom: 6px; }
.re-calc .row { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.re-calc input[type=number] { height: 44px; width: 80px; border: 1px solid #e9e9e9; border-radius: 6px; text-align: center; font-size: 18px; font-weight: 700; }
.re-calc input[type=range] { flex: 1; accent-color: #f26422; }
.re-pills { display: grid; gap: 8px; margin-bottom: 16px; }
.re-pills.g4 { grid-template-columns: repeat(4,1fr); }
.re-pills.g3 { grid-template-columns: repeat(3,1fr); }
.re-pills button { height: 44px; border: 1px solid #e9e9e9; background: #fff; border-radius: 6px; font-weight: 700; font-size: 12px; cursor: pointer; font-family: inherit; }
.re-pills button.on { background: #f26422; color: #fff; border-color: #f26422; }
.re-calc ul { margin: 0 0 16px; padding: 0; list-style: none; font-size: 13px; }
.re-calc .sum { display: flex; justify-content: space-between; border-top: 1px solid #e9e9e9; padding-top: 12px; margin-bottom: 16px; }
.re-calc .old { color: #ea1616; font-weight: 800; }
.re-calc .note { text-align: center; font-size: 12px; color: #999; margin: 12px 0 0; }
.re-calc .re-btn { width: 100%; height: 48px; font-size: 13px; }

/* Tariffs */
.re-tariffs { background: #f6f6f6; padding: 70px 0; }
.re-tariffs h2, .re-hww h2, .re-port h2, .re-faq h2 { text-align: center; font-size: 40px; font-weight: 800; margin: 0 0 32px; }
.re-toggle { display: flex; align-items: center; justify-content: center; gap: 16px; font-weight: 600; margin-bottom: 40px; }
.re-switch { position: relative; width: 56px; height: 32px; background: #f26422; border: 0; border-radius: 999px; cursor: pointer; }
.re-switch span { position: absolute; top: 3px; left: 3px; width: 26px; height: 26px; background: #fff; border-radius: 50%; transition: transform .2s; }
.re-switch.on span { transform: translateX(24px); }
.re-toggle .on { color: #f26422; }
.re-cards3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.re-tcard { background: #fff; border-radius: 22px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,.08); display: flex; flex-direction: column; text-align: center; }
.re-tcard .cap { height: 42px; }
.re-tcard .cap.s { background: #d8d8d8; }
.re-tcard .cap.c { background: #f26422; }
.re-tcard .cap.p { background: #ffd431; }
.re-tcard .body { padding: 24px 24px 28px; display: flex; flex-direction: column; flex: 1; }
.re-tcard h3 { font-size: 28px; margin: 0; }
.re-tcard .tag { margin: 8px 0; }
.re-tcard hr { width: 64px; border: 0; border-top: 1px solid #e5e5e5; margin: 16px auto; }
.re-tcard .inc { text-align: left; font-size: 14px; line-height: 1.6; }
.re-tcard .works { background: none; border: 0; font-weight: 700; font-size: 15px; cursor: pointer; margin: 16px 0 8px; font-family: inherit; }
.re-tcard .wlist { display: none; text-align: left; font-size: 13px; padding: 0; margin: 0 0 8px 16px; }
.re-tcard .price { margin-top: auto; }
.re-tcard .oldp { text-decoration: line-through; color: #ea1616; }
.re-tcard .now { font-size: 38px; font-weight: 800; }
.re-tcard .re-btn { margin: 16px auto 0; height: 46px; width: 240px; font-size: 13px; text-transform: none; letter-spacing: 0; }

/* HWW */
.re-hww { background: #232323; color: #fff; padding: 70px 0; }
.re-hww .grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 32px; }
.re-hww article { position: relative; padding-left: 40px; }
.re-hww .ic { position: relative; height: 50px; margin-bottom: 24px; }
.re-hww .ic img { height: 50px; }
.re-hww .n { position: absolute; left: -32px; bottom: -4px; font-size: 35px; font-weight: 800; color: #ff7b3e; }
.re-hww h3 { font-size: 20px; margin: 0 0 12px; }
.re-hww p { font-size: 15px; line-height: 1.6; margin: 0; }
.re-hww .note { color: #f26422; font-weight: 600; margin-top: 8px; }
.re-hww .re-btn { margin-top: 20px; padding: 16px 40px; font-size: 16px; }

/* Portfolio */
.re-port { background: #fff; padding: 80px 0; }
.re-filters { display: flex; flex-wrap: wrap; gap: 4px; margin-bottom: 24px; }
.re-filters button { background: none; border: 0; border-radius: 20px 20px 0 0; padding: 12px; font-weight: 600; font-size: 14px; cursor: pointer; font-family: inherit; position: relative; }
.re-filters button.on { background: #f26422; color: #fff; }
.re-filters button.on:after { content: ""; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); border: 10px solid transparent; border-top-color: #f26422; border-left-width: 12px; border-right-width: 12px; }
.re-mosaic { display: grid; grid-template-columns: repeat(4,1fr); grid-template-rows: 212px 212px; gap: 15px; }
.re-mosaic button { border: 0; padding: 0; overflow: hidden; border-radius: 12px; cursor: pointer; position: relative; }
.re-mosaic button.big { grid-column: span 2; grid-row: span 2; }
.re-mosaic img { width: 100%; height: 100%; object-fit: cover; display: block; }
.re-hang { display: flex; justify-content: space-between; max-width: 310px; margin: -45px auto 0; position: relative; z-index: 2; background: #fff; border-radius: 5px; padding: 16px 28px; box-shadow: 0 1px 6px rgba(0,0,0,.15); }

/* 2x2 cards */
.re-orange { background: #f26422; padding: 70px 0; color: #fff; }
.re-orange h2 { text-align: center; font-size: 40px; font-weight: 800; margin: 0 0 48px; color: #fff; }
.re-g2 { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.re-g2 article { display: flex; gap: 20px; background: #fff; color: #232323; border-radius: 10px; padding: 32px; }
.re-g2 img { width: 40px; height: 40px; object-fit: contain; flex-shrink: 0; }
.re-g2 h3 { margin: 0 0 8px; font-size: 22px; }
.re-g2 p { margin: 0; font-size: 15px; line-height: 1.6; }

/* Materials */
.re-mat { position: relative; padding: 64px 0; color: #fff; background: #111 center/cover; }
.re-mat .veil { position: absolute; inset: 0; background: rgba(0,0,0,.8); }
.re-mat-in { position: relative; z-index: 1; }
.re-mat h2 { text-align: center; color: #ff7b3e; font-size: 40px; margin: 0 0 12px; }
.re-mat .lead { text-align: center; max-width: 720px; margin: 0 auto 40px; font-size: 24px; }
.re-mat-grid { display: grid; grid-template-columns: 1fr 385px; gap: 32px; }
.re-mat ul { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; list-style: none; margin: 0; padding: 0; }
.re-mat li img { height: 70px; margin-bottom: 16px; }
.re-form { background: #f3f3f3; color: #111; border-radius: 5px; padding: 48px 28px 64px; }
.re-form h3 { text-align: center; font-size: 24px; margin: 0 0 24px; }
.re-form input[type=text], .re-form input[type=tel] { width: 100%; height: 58px; border: 1px solid #e9e9e9; border-radius: 5px; padding: 0 16px; font-size: 18px; margin-bottom: 16px; font-family: inherit; }
.re-form .re-btn { width: 100%; height: 48px; }
.re-form label.pd { display: flex; gap: 8px; font-size: 12px; margin-top: 16px; color: #555; align-items: flex-start; }

/* Reviews */
.re-rev { padding: 64px 0; background: #fff; }
.re-rev h2 { text-align: center; font-size: 40px; margin: 0 0 40px; }
.re-rev-g { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.re-rev figure { margin: 0; background: #f8f8f8; border-radius: 12px; overflow: hidden; }
.re-rev img { width: 100%; height: 224px; object-fit: cover; }
.re-rev figcaption { padding: 12px; font-size: 13px; }

/* Why */
.re-why { position: relative; overflow: hidden; padding-top: 70px; background: #ccc center/cover; }
.re-why-card { background: #fff; border-radius: 5px; padding: 48px 64px 340px; }
.re-why-card h2 { text-align: center; font-size: 40px; margin: 0 0 40px; }
.re-why-card h3 { padding-left: 32px; position: relative; font-size: 24px; margin: 0 0 8px; }
.re-why-card h3:before { content: "✓"; position: absolute; left: 0; color: #f26422; }
.re-why-card p { font-size: 15px; line-height: 1.6; }
.re-why .end { text-align: center; font-weight: 600; margin-top: 40px; }
.re-stages { margin-top: -100px; }
.re-stages-row { display: flex; width: 1920px; position: relative; left: 50%; transform: translateX(-50%); }
.re-side { width: 33%; min-height: 400px; background: #f6f9fc; border-radius: 5px; padding: 40px; position: relative; box-shadow: 0 1px 3px rgba(0,0,0,.36); }
.re-mid { width: 43%; max-width: 740px; margin: 0 10px; height: 400px; overflow: hidden; background: #eef3f7; border-radius: 5px; position: relative; }
.re-slide { display: none; height: 400px; padding: 40px; position: relative; }
.re-slide.on { display: block; }
.re-slide img.bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: right; }
.re-slide .txt { position: relative; z-index: 1; max-width: 480px; }
.re-nav-or { background: #f26422; padding: 20px 0 32px; display: flex; justify-content: center; align-items: center; gap: 24px; }
.re-nav-or button { background: none; border: 0; color: #fff; font-size: 32px; cursor: pointer; }
.re-dots button { width: 14px; height: 14px; border-radius: 50%; border: 2px solid #fff; background: transparent; margin: 0 4px; cursor: pointer; }
.re-dots button.on { background: #fff; }

/* Award */
.re-award { min-height: 480px; background: #f0f1ee right center / cover no-repeat; padding: 70px 0; }
.re-award h2 { font-size: 31px; max-width: 520px; line-height: 1.2; margin: 0; }
.re-award h2 span { display: block; font-size: 40px; color: #f26422; }
.re-award .row { display: flex; gap: 40px; align-items: center; margin-top: 56px; flex-wrap: wrap; }
.re-award .re-btn-link { margin-top: 32px; background: none; border: 0; color: #232323; cursor: pointer; font-size: 15px; font-family: inherit; text-decoration: underline; }

/* Cleaning */
.re-clean { background: #232323; color: #fff; padding: 70px 0; }
.re-clean h2 { text-align: center; font-size: 40px; max-width: 860px; margin: 0 auto 48px; }
.re-clean .row { display: flex; gap: 32px; justify-content: center; align-items: flex-start; max-width: 860px; margin: 0 auto; }
.re-clean img { max-width: 420px; width: 100%; }
.re-clean .txt { max-width: 400px; }
.re-clean p { font-size: 30px; font-weight: 800; line-height: 1.3; margin: 0 0 28px; }
.re-clean .re-btn { height: 75px; width: 359px; max-width: 100%; border-radius: 999px; font-size: 18px; text-transform: none; }

/* Design */
.re-des { position: relative; overflow: hidden; padding: 70px 0 110px; }
.re-des .bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.re-des .veil { position: absolute; inset: 0; background: rgba(243,243,243,.5); }
.re-des-in { position: relative; z-index: 1; width: 60%; }
.re-des h2 { font-size: 40px; margin: 0; }
.re-des .price { font-size: 32px; font-weight: 700; margin: 8px 0 40px; }
.re-des-g { display: grid; grid-template-columns: 1fr 1fr; gap: 40px 32px; }
.re-des-g img { width: 48px; height: 48px; margin-bottom: 12px; }
.re-des-g h3 { font-size: 20px; margin: 0 0 12px; max-width: 252px; }
.re-des .re-btn { margin-top: 64px; padding: 20px 32px; font-size: 20px; text-transform: none; color: #fff; max-width: 450px; }
.re-des-vis { position: absolute; top: 0; bottom: 0; left: 50%; transform: translateX(20%); z-index: 2; pointer-events: none; }
.re-des-vis .main { height: 100%; object-fit: cover; }
.re-des-vis .card { position: absolute; bottom: 30px; left: -50px; width: 345px; box-shadow: 0 8px 32px rgba(0,0,0,.34); }

/* FAQ */
.re-faq { background: #fff; padding: 64px 0; }
.re-faq-g { display: grid; grid-template-columns: 1fr 1fr; gap: 0 48px; }
.re-faq-item { border-bottom: 1px solid #e9e9e9; }
.re-faq-item button { width: 100%; background: none; border: 0; text-align: left; padding: 16px 0; font-size: 16px; font-weight: 700; cursor: pointer; font-family: inherit; display: flex; justify-content: space-between; gap: 16px; }
.re-faq-item .a { display: none; padding: 0 0 16px; font-size: 15px; line-height: 1.6; }
.re-faq-item.open .a { display: block; }

/* Standards */
.re-std { background: #f6f6f6; padding: 70px 0; }
.re-std h2 { text-align: center; font-size: 40px; margin: 0 0 32px; }
.re-std-tabs { display: flex; flex-wrap: wrap; gap: 4px; margin-bottom: 24px; }
.re-std-tabs button { background: none; border: 0; border-radius: 20px 20px 0 0; padding: 12px 16px; font-weight: 600; font-size: 14px; cursor: pointer; font-family: inherit; position: relative; }
.re-std-tabs button.on { background: #f26422; color: #fff; }
.re-std-tabs button.on:after { content: ""; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); border: 10px solid transparent; border-top-color: #f26422; border-left-width: 12px; border-right-width: 12px; }
.re-std-slide { display: grid; grid-template-columns: 1.35fr 1fr; gap: 32px; align-items: center; padding: 0 48px; }
.re-std-slide img { width: 100%; height: 360px; object-fit: cover; border-radius: 4px; }
.re-std-nav { position: relative; }
.re-std-nav .arr { position: absolute; top: 50%; transform: translateY(-50%); background: none; border: 0; font-size: 40px; color: #b0b0b0; cursor: pointer; z-index: 2; }
.re-std-nav .arr.l { left: 0; }
.re-std-nav .arr.r { right: 0; }
.re-std-dots { text-align: center; margin-top: 32px; }
.re-std-dots button { width: 12px; height: 12px; border-radius: 50%; border: 2px solid #f26422; background: transparent; margin: 0 4px; cursor: pointer; }
.re-std-dots button.on { background: #f26422; }

/* Contacts */
.re-con { background: #f26422; color: #fff; }
.re-con-g { display: grid; grid-template-columns: 2fr 1fr; }
.re-con img.map { width: 100%; height: 100%; min-height: 480px; object-fit: cover; }
.re-con-p { padding: 56px 48px; }
.re-con h2 { font-size: 40px; margin: 0 0 32px; }
.re-con li { display: flex; gap: 12px; margin-bottom: 20px; list-style: none; align-items: flex-start; }
.re-con ul { margin: 0; padding: 0; }
.re-con .tel { font-size: 22px; font-weight: 800; text-decoration: none; color: #fff; }
.re-con .white { background: #fff; color: #f26422; height: 52px; padding: 0 32px; margin-top: 32px; text-transform: none; }
.re-con .legal { margin-top: 32px; font-size: 13px; line-height: 1.6; opacity: .9; }

/* Footer */
.re-foot { background: #fff; color: #524e4b; padding: 56px 0 24px; }
.re-foot-g { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; }
.re-foot h4 { color: #111; font-size: 20px; margin: 0 0 16px; }
.re-soc { display: flex; gap: 24px; list-style: none; padding: 0; margin: 0; }
.re-soc img { width: 28px; height: 28px; }
.re-copy { border-top: 1px solid #eee; margin-top: 40px; padding-top: 24px; text-align: center; font-size: 12px; color: #888; }

/* Modal */
.re-modal { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.7); z-index: 200; align-items: center; justify-content: center; padding: 16px; }
.re-modal.on { display: flex; }
.re-modal-box { background: #fff; border-radius: 16px; padding: 32px; max-width: 420px; width: 100%; position: relative; }
.re-modal-box h3 { margin: 0 0 16px; }
.re-modal-box input { width: 100%; height: 52px; border: 1px solid #e9e9e9; border-radius: 6px; margin-bottom: 12px; padding: 0 12px; font-size: 16px; font-family: inherit; }
.re-modal-box .re-btn { width: 100%; height: 48px; }
.re-modal-x { position: absolute; top: 8px; right: 12px; background: none; border: 0; font-size: 28px; cursor: pointer; }

@media (max-width: 991px) {
  .re-hero h1 { font-size: 26px; }
  .re-hero .sub { font-size: 24px; }
  .re-hero-grid, .re-cards3, .re-hww .grid, .re-mat-grid, .re-mat ul, .re-g2, .re-rev-g, .re-faq-g, .re-std-slide, .re-con-g, .re-foot-g, .re-des-g, .re-clean .row { grid-template-columns: 1fr; display: grid; }
  .re-header-nav { display: none; }
  .re-mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: none; }
  .re-des-in { width: 100%; }
  .re-des-vis { display: none; }
  .re-stages-row { width: 100%; left: 0; transform: none; flex-direction: column; }
  .re-side, .re-mid { width: 100%; max-width: none; margin: 8px 0; }
}
