:root {
  color-scheme: light;
  --bg: #f6f7f4;
  --bg-soft: #ffffff;
  --bg-contrast: #0e1412;
  --text: #0f1614;
  --muted: #5b6763;
  --accent: #1fc46e;
  --accent-dark: #149956;
  --accent-warm: #f0b948;
  --ink: #0e1412;
  --glass: rgba(255, 255, 255, 0.7);
  --stroke: rgba(15, 22, 20, 0.12);
  --shadow: 0 28px 70px rgba(10, 20, 18, 0.12);
  --radius: 24px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  font-family: "League Spartan", sans-serif;
  background: radial-gradient(circle at top left, #ffffff 0%, #f2f5f2 50%, #eef2ef 100%);
  color: var(--text);
  min-height: 100vh;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

input,
button,
textarea,
select {
  font-family: inherit;
}

.rn-nav-open {
  overflow: hidden;
}

.rn-wrap {
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 80% 10%, rgba(31, 196, 110, 0.18), transparent 50%),
    radial-gradient(circle at 10% 90%, rgba(240, 185, 72, 0.2), transparent 45%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.65), transparent 40%);
}

.rn-box {
  width: min(1440px, 92vw);
  margin: 0 auto;
}

.rn-about,
.rn-contact {
  display: block;
}

.rn-about-hero {
  padding: 192px 0 100px;
  position: relative;
}

.rn-about-hero-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  align-items: center;
}

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

.rn-about-hero h1 {
  font-size: clamp(2.4rem, 3.6vw, 3.4rem);
  line-height: 1.08;
}

.rn-about-hero p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.rn-about-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 16px;
  margin-top: 12px;
}

.rn-about-stats div {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--stroke);
  border-radius: 16px;
  padding: 14px 16px;
  display: grid;
  gap: 6px;
}

.rn-about-stats strong {
  font-size: 1.2rem;
}

.rn-about-stats span {
  color: var(--muted);
  font-size: 0.9rem;
}

.rn-about-vis {
  display: grid;
  gap: 22px;
}

.rn-about-imgs {
  position: relative;
  display: grid;
  gap: 16px;
}

.rn-about-imgs > img {
  width: 100%;
  border-radius: 26px;
  object-fit: cover;
  min-height: 320px;
  box-shadow: 0 30px 80px rgba(10, 20, 18, 0.2);
}

.rn-about-img-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
  padding: 18px 20px;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid var(--stroke);
  box-shadow: 0 18px 40px rgba(10, 20, 18, 0.1);
}

.rn-about-img-card img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.rn-about-img-card h3 {
  font-size: 1.1rem;
  margin-bottom: 4px;
}

.rn-about-img-card p {
  color: var(--muted);
  font-size: 0.95rem;
}

.rn-about-card {
  background: var(--bg-soft);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow);
  border: 1px solid var(--stroke);
}

.rn-about-card h3 {
  font-size: 1.2rem;
  margin-bottom: 12px;
}

.rn-about-card ul {
  padding-left: 18px;
  display: grid;
  gap: 10px;
  color: var(--muted);
}

.rn-about-sec {
  padding: 80px 0;
}

.rn-about-story {
  background: rgba(255, 255, 255, 0.6);
}

.rn-about-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
}

.rn-about-sec h2 {
  font-size: 1.6rem;
  margin-bottom: 12px;
}

.rn-about-sec p {
  color: var(--muted);
  line-height: 1.7;
}

.rn-about-vals {
  display: grid;
  gap: 16px;
}

.rn-about-vals div {
  background: #ffffff;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid var(--stroke);
}

.rn-about-vals h3 {
  margin-bottom: 6px;
  font-size: 1.05rem;
}

.rn-about-proc {
  background: rgba(255, 255, 255, 0.7);
}

.rn-sec-head {
  display: grid;
  gap: 10px;
  max-width: 520px;
}

.rn-proc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 22px;
  margin-top: 24px;
}

.rn-proc-step {
  background: var(--bg-soft);
  border-radius: 20px;
  padding: 22px;
  border: 1px solid var(--stroke);
  box-shadow: 0 20px 50px rgba(10, 20, 18, 0.08);
}

.rn-proc-step span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  background: rgba(31, 196, 110, 0.15);
  color: var(--accent-dark);
  margin-bottom: 12px;
}

.rn-proc-step h3 {
  margin-bottom: 8px;
  font-size: 1.1rem;
}

.rn-proof-highlight {
  background: var(--bg-soft);
  border-radius: 22px;
  padding: 24px;
  border: 1px solid var(--stroke);
}

.rn-about-proof {
  padding-top: 90px;
}

.rn-proof-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
  align-items: start;
}

.rn-proof-list {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.rn-proof-list div {
  display: grid;
  gap: 4px;
}

.rn-proof-list span {
  color: var(--muted);
  font-size: 0.95rem;
}

.rn-gallery {
  display: grid;
  gap: 18px;
}

.rn-gallery-item {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid var(--stroke);
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(10, 20, 18, 0.12);
}

.rn-gallery-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.rn-gallery-item p {
  padding: 14px 18px 18px;
  color: var(--muted);
  font-size: 0.95rem;
}

.rn-contact-hero {
  padding: 182px 0 90px;
}

.rn-contact-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 36px;
  align-items: start;
}

.rn-contact-hero h1 {
  font-size: clamp(2.3rem, 3.6vw, 3.2rem);
  margin-bottom: 14px;
}

.rn-contact-hero p {
  color: var(--muted);
  line-height: 1.7;
}

.rn-contact-cards {
  margin-top: 24px;
  display: grid;
  gap: 12px;
}

.rn-contact-cards div {
  background: var(--bg-soft);
  border-radius: 18px;
  padding: 16px 18px;
  border: 1px solid var(--stroke);
}

.rn-contact-cards h4 {
  font-size: 0.95rem;
  margin-bottom: 6px;
}

.rn-contact-cards a {
  color: var(--text);
  text-decoration: none;
}

.rn-contact-form {
  display: grid;
  gap: 14px;
  background: var(--bg-soft);
  padding: 28px;
  border-radius: var(--radius);
  border: 1px solid var(--stroke);
  box-shadow: var(--shadow);
}

.rn-contact-form h3 {
  font-size: 1.3rem;
}

.rn-contact-form label {
  display: grid;
  gap: 8px;
  font-size: 0.95rem;
  color: var(--muted);
}

.rn-contact-form input,
.rn-contact-form textarea {
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(15, 22, 20, 0.15);
  background: #ffffff;
  color: var(--text);
}

.rn-contact-form input:focus,
.rn-contact-form textarea:focus {
  outline: 2px solid rgba(31, 196, 110, 0.35);
  border-color: rgba(31, 196, 110, 0.5);
}

.rn-modal {
  position: fixed;
  inset: 0;
  background: rgba(6, 10, 9, 0.65);
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 30;
}

.rn-modal.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.rn-modal-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 28px;
  max-width: 420px;
  width: 100%;
  text-align: center;
  box-shadow: 0 25px 60px rgba(10, 20, 18, 0.2);
}

.rn-modal-card h3 {
  margin-bottom: 10px;
  font-size: 1.4rem;
}

.rn-modal-card p {
  color: var(--muted);
  margin-bottom: 18px;
}

.rn-modal-open {
  overflow: hidden;
}

.rn-legal {
  padding: 162px 0 110px;
  display: grid;
  gap: 18px;
  max-width: 900px;
}

.rn-legal h1 {
  font-size: clamp(2.2rem, 3.2vw, 3rem);
  line-height: 1.1;
}

.rn-legal h2 {
  margin-top: 18px;
  font-size: 1.4rem;
}

.rn-legal p,
.rn-legal li {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.rn-legal ul {
  padding-left: 18px;
  display: grid;
  gap: 8px;
}

/* ═══ HEADER ═══ */
.rn-top {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  background: #090c0b;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  color: #fff;
}

.rn-top-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  height: 68px;
  gap: 0;
  padding: 0;
}

.rn-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #fff;
  padding-right: 40px;
  flex-shrink: 0;
}

.rn-logo-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.rn-logo-icon svg {
  width: 16px;
  height: 20px;
}

.rn-logo-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.rn-logo-name {
  display: block;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1;
  color: #fff;
}

.rn-logo-sub {
  display: block;
  font-size: 0.56rem;
  letter-spacing: 0.2em;
  color: rgba(255,255,255,0.42);
  text-transform: uppercase;
}

.rn-menu {
  display: flex;
  justify-content: center;
  gap: 32px;
}

.rn-menu a {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  transition: color 0.2s;
  padding-bottom: 0;
  position: static;
}

.rn-menu a:hover {
  color: #fff;
}

.rn-menu a::after {
  display: none;
}

.rn-menu-head,
.rn-ph-mob {
  display: none;
}

.rn-top-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-left: 40px;
  margin-left: auto;
}

.rn-call-wrap {
  text-align: right;
}

.rn-call-label {
  display: block;
  font-size: 0.56rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.38);
  margin-bottom: 2px;
}

.rn-call-num {
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.rn-plus-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.22);
  background: transparent;
  color: #fff;
  font-size: 1.1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
  flex-shrink: 0;
}

.rn-plus-btn:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.4);
}

.rn-burger {
  display: none;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 8px;
  cursor: pointer;
  gap: 5px;
  flex-direction: column;
  padding: 8px 10px;
}

.rn-btn {
  border: none;
  border-radius: 999px;
  padding: 12px 22px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.rn-btn-primary {
  background: #ffffff;
  color: var(--text);
  border: 1px solid var(--stroke);
}

.rn-btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
}

.rn-btn-main {
  background: linear-gradient(120deg, #1fc46e, #3ae58a);
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(31, 196, 110, 0.25);
}

.rn-btn-main:hover {
  transform: translateY(-1px) scale(1.01);
}

.rn-burger {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  gap: 6px;
  flex-direction: column;
  padding: 6px;
}

.rn-burger span {
  width: 24px;
  height: 2px;
  background: #ffffff;
  display: block;
  border-radius: 2px;
}

.mobile-overlay {
  display: none;
}

/* Mobile nav open state */
.rn-nav-open .rn-top {
  background: #090c0b;
}

.rn-nav-open .rn-menu {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}

/* ═══ HERO SPLIT ═══ */
.rn-splash {
  display: grid;
  grid-template-columns: 55fr 45fr;
  min-height: 100vh;
  padding: 0;
  overflow: hidden;
  max-width: 100vw;
}

.rn-splash::before,
.rn-splash::after {
  display: none;
}

.rn-splash-left {
  position: relative;
  background: #080c0a;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px 52px 52px 120px;
  min-height: 100vh;
}

.rn-splash-left::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('img/gutter-hero.jpg') center/cover no-repeat;
  opacity: 0.28;
  filter: grayscale(1) contrast(1.15);
}

.rn-splash-left::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.15) 65%);
}

.rn-splash-vert {
  position: absolute;
  left: 28px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  writing-mode: vertical-lr;
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.28);
  white-space: nowrap;
  z-index: 2;
}

.rn-splash-jumbo {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 28px;
}

.rn-splash-jumbo span {
  display: block;
  font-size: clamp(70px, 11vw, 150px);
  font-weight: 900;
  line-height: 0.88;
  text-transform: uppercase;
  color: rgba(255,255,255,0.42);
  letter-spacing: -0.02em;
  word-break: break-word;
  overflow-wrap: break-word;
}

.rn-splash-tagline {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 16px;
}

.rn-splash-rule {
  width: 48px;
  height: 2px;
  background: #2ED972;
  flex-shrink: 0;
}

.rn-splash-sub {
  font-size: 0.66rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
}

/* Right panel */
.rn-splash-right {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 88px 64px 64px;
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.rn-form-wrap {
  position: relative;
  z-index: 1;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.rn-form-wrap.is-hidden {
  opacity: 0;
  transform: translateY(16px);
  pointer-events: none;
}

/* Success overlay */
.rn-success-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 40px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.45s ease;
  z-index: 2;
}

.rn-success-overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.rn-success-overlay h3 {
  font-size: 1.8rem;
  font-weight: 800;
  color: #111;
  text-align: center;
}

.rn-success-overlay p {
  font-size: 0.95rem;
  color: #888;
  text-align: center;
}

.rn-success-icon {
  width: 80px;
  height: 80px;
}

.rn-success-icon svg {
  width: 100%;
  height: 100%;
}

/* SVG check animation */
.rn-check-circle {
  stroke-dasharray: 157;
  stroke-dashoffset: 157;
  transition: stroke-dashoffset 0.55s ease 0.1s;
}

.rn-check-tick {
  stroke-dasharray: 30;
  stroke-dashoffset: 30;
  transition: stroke-dashoffset 0.4s ease 0.55s;
}

.rn-success-overlay.is-visible .rn-check-circle {
  stroke-dashoffset: 0;
}

.rn-success-overlay.is-visible .rn-check-tick {
  stroke-dashoffset: 0;
}

.rn-step-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #1b8f54;
  border: 1px solid rgba(31,196,110,0.35);
  padding: 5px 14px;
  border-radius: 999px;
  width: fit-content;
  margin-bottom: 28px;
}

.rn-splash-right h2 {
  font-size: clamp(1.7rem, 2.6vw, 2.5rem);
  font-weight: 800;
  line-height: 1.12;
  color: #111;
  margin-bottom: 8px;
}

.rn-splash-right h2 span {
  color: #888;
}

.rn-form-wrap > p {
  color: #666;
  line-height: 1.65;
  font-size: 0.92rem;
  margin-bottom: 38px;
  max-width: 460px;
}

.rn-match-form {
  display: grid;
  gap: 0;
}

.rn-field {
  border-bottom: 1.5px solid rgba(0,0,0,0.2);
  padding: 16px 0;
  transition: border-color 0.2s;
}

.rn-field:focus-within {
  border-bottom: 2px solid #2ED972;
}

.rn-field input {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #222;
  font-family: inherit;
  font-weight: 600;
}

.rn-field input::placeholder {
  color: #bbb;
  font-weight: 500;
}

.rn-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 32px;
}

.rn-field-row .rn-field {
  border-bottom: 1.5px solid rgba(0,0,0,0.2);
}

.rn-field-row .rn-field:focus-within {
  border-bottom: 2px solid #2ED972;
}

.rn-match-btn {
  margin-top: 32px;
  width: 100%;
  background: #111;
  color: #fff;
  border: none;
  padding: 20px 28px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: background 0.22s;
  font-family: inherit;
}

.rn-match-btn:hover {
  background: #1b8f54;
}

.rn-match-btn-arrow {
  font-size: 1.1rem;
  font-weight: 400;
}

.rn-trust-badges {
  display: flex;
  gap: 28px;
  margin-top: 30px;
  flex-wrap: wrap;
  align-items: center;
}

.rn-trust-badges span {
  font-size: 0.66rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #888;
  display: flex;
  align-items: center;
  gap: 7px;
}

.rn-trust-badges i {
  width: 15px;
  height: 15px;
  color: #aaa;
  flex-shrink: 0;
}

.rn-splash-copy-yr {
  position: absolute;
  bottom: 28px;
  left: 60px;
  font-size: 0.6rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #aaa;
}

/* ═══ HERO ENTRANCE ANIMATIONS ═══ */
@keyframes rnFadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes rnFadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.rn-splash-vert {
  animation: rnFadeIn 1.2s ease forwards;
  animation-delay: 0.9s;
  opacity: 0;
}

.rn-splash-jumbo span:nth-child(1) {
  animation: rnFadeUp 0.75s ease forwards;
  animation-delay: 0.15s;
  opacity: 0;
}
.rn-splash-jumbo span:nth-child(2) {
  animation: rnFadeUp 0.75s ease forwards;
  animation-delay: 0.3s;
  opacity: 0;
}
.rn-splash-jumbo span:nth-child(3) {
  animation: rnFadeUp 0.75s ease forwards;
  animation-delay: 0.45s;
  opacity: 0;
}
.rn-splash-tagline {
  animation: rnFadeUp 0.7s ease forwards;
  animation-delay: 0.6s;
  opacity: 0;
}

.rn-step-tag {
  animation: rnFadeUp 0.65s ease forwards;
  animation-delay: 0.25s;
  opacity: 0;
}
.rn-splash-right h2 {
  animation: rnFadeUp 0.65s ease forwards;
  animation-delay: 0.4s;
  opacity: 0;
}
.rn-form-wrap > p {
  animation: rnFadeUp 0.65s ease forwards;
  animation-delay: 0.55s;
  opacity: 0;
}
.rn-match-form {
  animation: rnFadeUp 0.65s ease forwards;
  animation-delay: 0.7s;
  opacity: 0;
}
.rn-trust-badges {
  animation: rnFadeUp 0.65s ease forwards;
  animation-delay: 0.85s;
  opacity: 0;
}

.rn-splash-card {
  border-radius: 42px;
  padding: 44px 42px;
  display: grid;
  gap: 18px;
  max-width: 620px;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(31, 196, 110, 0.12);
  border: 1px solid rgba(31, 196, 110, 0.25);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1b8f54;
}

.rn-panel-cta {
  margin-top: 8px;
  display: grid;
  gap: 20px;
}

.rn-zip-form {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  padding: 16px 18px;
  background: #ffffff;
  border-radius: 28px;
  border: 1px solid rgba(15, 22, 20, 0.1);
  box-shadow: 0 16px 30px rgba(9, 16, 14, 0.12);
  align-items: center;
}

.rn-zip-icon {
  width: 18px;
  height: 18px;
  color: rgba(15, 22, 20, 0.4);
  align-self: center;
}

.rn-zip-form.shake {
  animation: shake 0.3s ease;
  border-color: rgba(246, 196, 83, 0.6);
}

.rn-zip-form.success {
  border-color: rgba(47, 210, 123, 0.8);
  box-shadow: 0 18px 50px rgba(47, 210, 123, 0.28);
}

.rn-zip-form input {
  background: #f3f7f5;
  border: 1px solid rgba(15, 22, 20, 0.08);
  padding: 12px 16px;
  border-radius: 999px;
  color: var(--text);
  font-size: 1rem;
  font-weight: 600;
}

.rn-zip-form input::placeholder {
  color: rgba(15, 22, 20, 0.55);
  font-weight: 500;
}

.rn-zip-form input:focus {
  outline: none;
}

.rn-trust {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--muted);
  font-size: 0.9rem;
}

.rn-trust img {
  width: 38px;
  height: 38px;
  background: #ffffff;
  border-radius: 12px;
  padding: 8px;
}

.rn-trust strong {
  display: block;
  font-size: 1.1rem;
  color: var(--text);
}

.rn-panel-meta {
  margin-top: 18px;
  padding: 2px 2px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 28px;
  row-gap: 18px;
  align-items: stretch;
}

.rn-meta-item {
  padding: 22px 20px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(15, 22, 20, 0.1);
  box-shadow: 0 16px 34px rgba(9, 16, 14, 0.12);
  min-width: 0;
  min-height: 150px;
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
  gap: 6px;
}

.rn-meta-item strong {
  font-size: 1.1rem;
  display: block;
}

.rn-meta-item span {
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.3;
}

.rn-splash-panel {
  width: 100%;
  background: rgba(255, 255, 255, 0.98);
  border-radius: 30px;
  padding: 36px 32px;
  box-shadow: 0 36px 90px rgba(7, 12, 10, 0.22);
  border: 1px solid rgba(15, 22, 20, 0.12);
  position: relative;
}

.rn-panel-head {
  display: grid;
  gap: 6px;
  margin-bottom: 16px;
}

.rn-panel-head h3 {
  font-size: 1.35rem;
  color: var(--text);
}

.rn-panel-head p {
  color: var(--muted);
  font-size: 0.95rem;
}

.rn-panel-side {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.rn-splash-panel .rn-chip {
  position: absolute;
  box-shadow: 0 12px 24px rgba(9, 16, 14, 0.08);
}

.rn-splash-panel .rn-chip-top {
  top: -18px;
  right: 18px;
}

.rn-splash-panel .chip-bottom {
  bottom: -18px;
  left: 0;
}

.rn-splash-panel .rn-trust {
  margin-top: 4px;
}

.rn-splash-panel .rn-trust.rn-compact {
  left: 24px;
  right: auto;
  bottom: -26px;
  padding: 12px 18px;
  border-radius: 18px;
}

.rn-splash-panel .rn-chip,
.rn-splash-panel .rn-trust.rn-compact {
  animation: floatDown 4.5s ease-in-out infinite alternate;
}

.rn-splash-panel .rn-trust.rn-compact {
  animation-delay: 0.6s;
}

.rn-splash-panel .rn-trust.rn-compact img {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  padding: 6px;
  background: #f2f5f3;
}

.rn-splash-panel .rn-trust.rn-compact strong {
  font-size: 1rem;
}

.rn-splash-frame {
  width: min(420px, 86vw);
  aspect-ratio: 1 / 1;
  border-radius: 60px;
  background: #ffffff;
  padding: 10px;
  box-shadow: 0 30px 80px rgba(9, 18, 16, 0.12);
  border: 8px solid #ffffff;
}

.rn-splash-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 28px;
}

.rn-chip {
  position: absolute;
  background: #ffffff;
  border-radius: 18px;
  padding: 12px 14px;
  box-shadow: 0 20px 50px rgba(10, 18, 16, 0.12);
  border: 1px solid rgba(15, 22, 20, 0.05);
  display: grid;
  gap: 4px;
  font-size: 0.8rem;
  color: var(--muted);
}

.rn-chip .rn-chip-title {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.68rem;
}

.rn-chip strong {
  color: var(--text);
  font-size: 1.3rem;
}

.rn-chip-top {
  top: 2%;
  right: -2%;
}

.chip-bottom {
  bottom: 8%;
  left: -4%;
}

.rn-trust.rn-compact {
  position: absolute;
  right: 6%;
  bottom: -12%;
  background: #ffffff;
  padding: 10px 14px;
  border-radius: 16px;
  border: 1px solid rgba(15, 22, 20, 0.08);
  box-shadow: 0 18px 40px rgba(10, 18, 16, 0.12);
}

.stat {
  position: absolute;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 22, 20, 0.12);
  border-radius: 18px;
  padding: 12px 16px;
  display: grid;
  gap: 4px;
  font-size: 0.8rem;
  color: var(--muted);
  box-shadow: var(--shadow);
}

.stat strong {
  color: var(--text);
  font-size: 1.2rem;
}

.stat-top {
  top: 8%;
  right: 4%;
}

.stat-bottom {
  bottom: 8%;
  left: 6%;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}

@keyframes floatDown {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}

@keyframes sheen {
  0% {
    transform: translateX(0);
    opacity: 0;
  }
  20% {
    opacity: 0.45;
  }
  60% {
    transform: translateX(220%);
    opacity: 0;
  }
  100% {
    transform: translateX(220%);
    opacity: 0;
  }
}

@keyframes fillPulse {
  0%,
  100% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.25);
  }
}

@keyframes drip {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.6;
  }
  50% {
    transform: translateY(8px);
    opacity: 1;
  }
}

@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  20%,
  60% {
    transform: translateX(-6px);
  }
  40%,
  80% {
    transform: translateX(6px);
  }
}

/* ═══ RESPONSIVE HEADER ═══ */
@media (max-width: 1024px) {
  .rn-top-inner {
    grid-template-columns: auto 1fr auto;
    height: 60px;
  }
  .rn-menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: min(320px, 88vw);
    padding: 100px 32px 32px;
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
    justify-content: flex-start;
    background: #090c0b;
    border-right: 1px solid rgba(255,255,255,0.08);
    transform: translateX(-110%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.35s ease, opacity 0.35s ease;
    z-index: 99;
    overflow-y: auto;
  }
  .rn-menu a {
    font-size: 1rem;
    color: rgba(255,255,255,0.8);
    letter-spacing: 0.1em;
  }
  .rn-menu-head {
    position: absolute;
    top: 16px;
    left: 20px;
    right: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .rn-menu-x {
    border: none;
    background: rgba(255,255,255,0.1);
    color: #fff;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    font-size: 0.9rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .rn-ph-mob {
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,0.6);
    font-size: 0.85rem;
  }
  .rn-burger {
    display: inline-flex;
  }
  .rn-call-wrap {
    display: none;
  }
  .rn-top-actions {
    padding-left: 0;
  }
}

/* ═══ RESPONSIVE HERO ═══ */
@media (max-width: 900px) {
  .rn-splash {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .rn-splash-left {
    min-height: 55vh;
    padding: 80px 28px 44px;
  }
  .rn-splash-vert { display: none; }
  .rn-splash-jumbo span {
    font-size: clamp(60px, 14vw, 100px);
  }
  .rn-splash-right {
    padding: 48px 28px 44px;
    min-height: auto;
    overflow: hidden;
  }
  .rn-splash-copy-yr { display: none; }
}

@media (max-width: 700px) {
  .rn-top-inner { height: 56px; }
  .rn-logo { padding-right: 0; }
  .rn-logo-text { display: none; }
  .rn-plus-btn { display: none; }
  .rn-splash-left { padding: 72px 24px 36px; }
  .rn-splash-jumbo span { font-size: clamp(58px, 17vw, 90px); }
  .rn-splash-right { padding: 40px 24px 36px; }
  .rn-match-form .rn-field-row { grid-template-columns: 1fr; }
  .rn-trust-badges { gap: 14px; flex-wrap: wrap; }
  .rn-trust-badges span { font-size: 0.6rem; }

  /* Cost section */
  .rn-cost-left { padding: 56px 24px 44px; }
  .rn-cost-num { font-size: clamp(64px, 18vw, 90px); }
  .rn-cost-left h2 { font-size: 1.5rem; }

  /* Materials section */
  .rn-mat { padding: 64px 0; }
  .rn-mat-head h2 { font-size: 1.7rem; }
  .rn-mat-foot { flex-direction: column; align-items: flex-start; padding: 22px 20px; }
  .rn-mat-perks { gap: 14px; }

  /* Catalog section */
  .rn-catalog { padding: 64px 0 0; }
  .rn-catalog-head h2 { font-size: 1.7rem; }
  .rn-catalog-rail { grid-template-columns: repeat(2, 1fr); height: auto; }
  .rn-cat-card { height: 220px; }
  .rn-cat-card:last-child { grid-column: span 2; }
  .rn-cat-body p { max-height: 60px; opacity: 1; }

  /* Why section */
  .rn-why-left { padding: 56px 24px 44px; }
  .rn-why-left h2 { font-size: 1.5rem; margin-bottom: 28px; }
  .rn-why-right { min-height: 280px; }
  .rn-why-stat strong { font-size: 1.3rem; }
}

/* ═══ TICKER ═══ */
.rn-ticker {
  background: #0a0d0c;
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  overflow: hidden;
  padding: 0;
  height: 56px;
  display: flex;
  align-items: center;
}

.rn-ticker-track {
  display: flex;
  width: max-content;
  animation: rnTicker 76s linear infinite;
}


@keyframes rnTicker {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

.rn-ticker-list {
  display: flex;
  align-items: center;
  gap: 0;
  white-space: nowrap;
  padding: 0 20px;
}

.rn-ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.75);
  padding: 0 28px;
  transition: color 0.2s;
}

.rn-ticker-item:hover {
  color: #2ED972;
}

.rn-ticker-item i,
.rn-ticker-item svg {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(46, 217, 114, 0.12);
  border: 1px solid rgba(46, 217, 114, 0.3);
  color: #2ED972;
  stroke: #2ED972;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 7px;
  box-sizing: border-box;
}

.rn-ticker-sep {
  color: rgba(255,255,255,0.12);
  font-size: 0.8rem;
  flex-shrink: 0;
}

/* ═══ EYEBROW LABELS ═══ */
.rn-eyebrow {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #2ED972;
  margin-bottom: 20px;
}
.rn-eyebrow-light {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  margin-bottom: 20px;
}

/* ═══ SECTION 1: COST ═══ */
.rn-cost {
  background: #f7f8f6;
  overflow: hidden;
}

.rn-cost-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 680px;
}

.rn-cost-left {
  padding: 100px 80px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  background: #080c0a;
  position: relative;
}

.rn-cost-left::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0; right: -1px;
  width: 1px;
  background: rgba(255,255,255,0.08);
}

.rn-cost-big {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 8px 0 28px;
  line-height: 1;
}

.rn-cost-from {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-top: 18px;
}

.rn-cost-num {
  font-size: clamp(80px, 10vw, 130px);
  font-weight: 900;
  color: #2ED972;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

.rn-cost-unit {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 14px;
  gap: 2px;
}

.rn-cost-unit span {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
}

.rn-cost-left h2 {
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  font-weight: 800;
  line-height: 1.12;
  color: #fff;
  margin-bottom: 16px;
}

.rn-cost-left h2 em {
  font-style: normal;
  color: rgba(255,255,255,0.35);
}

.rn-cost-left > p {
  color: rgba(255,255,255,0.5);
  font-size: 0.9rem;
  line-height: 1.65;
  max-width: 400px;
  margin-bottom: 32px;
}

.rn-cost-note {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.25);
  margin-top: 16px;
}

.rn-cost-note svg {
  width: 13px;
  height: 13px;
}

.rn-cost-right {
  position: relative;
  background: #111612;
  overflow: hidden;
}

.rn-cost-img-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.rn-cost-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.55;
  filter: grayscale(0.3);
  display: block;
}

.rn-cost-chip {
  position: absolute;
  background: rgba(10,14,12,0.88);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 18px;
  padding: 16px 22px;
  display: grid;
  gap: 4px;
  color: #fff;
}

.rn-cost-chip span {
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
}

.rn-cost-chip strong {
  font-size: 1.5rem;
  font-weight: 800;
  color: #2ED972;
  line-height: 1;
}

.rn-cost-chip-avg {
  bottom: 40px;
  left: 36px;
}

.rn-cost-chip-proj {
  top: 40px;
  right: 36px;
}

@media (max-width: 860px) {
  .rn-cost-inner { grid-template-columns: 1fr; }
  .rn-cost-left { padding: 72px 32px 56px; }
  .rn-cost-right { min-height: 320px; }
}

/* ═══ SECTION 2: MATERIALS ═══ */
.rn-mat {
  padding: 110px 0;
  background: #fff;
}

.rn-mat-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: end;
  margin-bottom: 60px;
}

.rn-mat-head h2 {
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 800;
  line-height: 1.1;
  color: #0f1614;
  margin-top: 10px;
}

.rn-mat-head h2 span {
  color: rgba(15,22,20,0.3);
}

.rn-mat-head > p {
  color: #5b6763;
  font-size: 0.95rem;
  line-height: 1.7;
  align-self: end;
  padding-bottom: 6px;
}

.rn-mat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.rn-mat-card {
  background: #f4f6f5;
  border-radius: 24px;
  padding: 32px 28px;
  display: grid;
  gap: 12px;
  position: relative;
  border: 1px solid transparent;
  transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
  overflow: hidden;
}

.rn-mat-card:hover {
  border-color: rgba(46,217,114,0.3);
  box-shadow: 0 20px 50px rgba(10,20,18,0.1);
  transform: translateY(-4px);
}

.rn-mat-card--pop {
  background: #080c0a;
  color: #fff;
}

.rn-mat-idx {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: rgba(15,22,20,0.2);
}

.rn-mat-card h3 {
  font-size: 1.5rem;
  font-weight: 800;
  color: #0f1614;
  margin: 0;
}

.rn-mat-card--pop h3,
.rn-mat-card--pop .rn-mat-price,
.rn-mat-card--pop .rn-mat-idx {
  color: #ffffff;
}

.rn-mat-card--pop .rn-mat-price span {
  color: rgba(255,255,255,0.45);
}

.rn-mat-card--pop .rn-mat-price em {
  color: rgba(255,255,255,0.3);
}

.rn-mat-bar {
  height: 4px;
  background: rgba(15,22,20,0.08);
  border-radius: 99px;
  overflow: hidden;
  margin: 4px 0;
}

.rn-mat-card--pop .rn-mat-bar {
  background: rgba(255,255,255,0.1);
}

.rn-mat-fill {
  height: 100%;
  width: var(--w, 50%);
  background: #2ED972;
  border-radius: 99px;
  transition: width 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.rn-mat-price {
  font-size: 1.4rem;
  font-weight: 800;
  color: #0f1614;
  line-height: 1;
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-top: 4px;
}

.rn-mat-price span {
  font-size: 1rem;
  font-weight: 600;
  color: rgba(15,22,20,0.45);
}

.rn-mat-price em {
  font-style: normal;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: rgba(15,22,20,0.3);
}

.rn-mat-badge {
  display: inline-flex;
  width: fit-content;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #5b6763;
  background: rgba(15,22,20,0.06);
  padding: 5px 12px;
  border-radius: 99px;
  margin-top: 4px;
}

.rn-mat-badge--pop {
  background: rgba(46,217,114,0.15);
  color: #1b8f54;
}

.rn-mat-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  padding: 28px 32px;
  background: #080c0a;
  border-radius: 20px;
  flex-wrap: wrap;
  gap: 20px;
}

.rn-mat-avg span {
  display: block;
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  margin-bottom: 4px;
}

.rn-mat-avg strong {
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
}

.rn-mat-perks {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.rn-mat-perks span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}

.rn-mat-perks svg {
  width: 15px;
  height: 15px;
  color: #2ED972;
  stroke: #2ED972;
}

@media (max-width: 900px) {
  .rn-mat-grid { grid-template-columns: repeat(2, 1fr); }
  .rn-mat-head { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .rn-mat-grid { grid-template-columns: 1fr; }
}

/* ═══ SECTION 3: CATALOG ═══ */
.rn-catalog {
  padding: 100px 0 0;
  background: #080c0a;
  overflow: hidden;
}

.rn-catalog-head {
  padding-bottom: 56px;
}

.rn-catalog-head h2 {
  font-size: clamp(2rem, 3.2vw, 3rem);
  font-weight: 800;
  line-height: 1.1;
  color: #fff;
  margin-top: 10px;
}

.rn-catalog-head h2 span {
  color: rgba(255,255,255,0.3);
}

.rn-catalog-rail {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  height: 560px;
}

.rn-cat-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  display: block;
}

.rn-cat-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(0.3) brightness(0.6);
  transition: transform 0.7s cubic-bezier(0.16,1,0.3,1), filter 0.5s ease;
}

.rn-cat-card:hover img {
  transform: scale(1.06);
  filter: grayscale(0) brightness(0.55);
}

.rn-cat-overlay {
  position: absolute;
  inset: 0;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.75) 100%);
}

.rn-cat-num {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
}

.rn-cat-body h3 {
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 8px;
  line-height: 1.2;
}

.rn-cat-body p {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.5;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.4s ease;
}

.rn-cat-card:hover .rn-cat-body p {
  max-height: 80px;
  opacity: 1;
}

.rn-cat-card::after {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 1px;
  background: rgba(255,255,255,0.08);
}

.rn-cat-card:first-child::after { display: none; }

@media (max-width: 860px) {
  .rn-catalog-rail {
    grid-template-columns: repeat(3, 1fr);
    height: auto;
  }
  .rn-cat-card { height: 280px; }
}

@media (max-width: 560px) {
  .rn-catalog-rail {
    grid-template-columns: repeat(2, 1fr);
  }
  .rn-cat-card:last-child {
    grid-column: span 2;
  }
}

/* ═══ SECTION 4: WHY/BENEFITS ═══ */
.rn-why {
  background: #080c0a;
  padding-bottom: 0;
}

.rn-why-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 680px;
}

.rn-why-left {
  padding: 100px 80px 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
}

.rn-why-left h2 {
  font-size: clamp(1.8rem, 2.6vw, 2.6rem);
  font-weight: 800;
  line-height: 1.12;
  color: #fff;
  margin-bottom: 40px;
  margin-top: 12px;
}

.rn-why-list {
  display: grid;
  gap: 0;
  margin-bottom: 40px;
}

.rn-why-item {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 16px;
  align-items: start;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  transition: background 0.2s;
}

.rn-why-item:first-child {
  border-top: 1px solid rgba(255,255,255,0.07);
}

.rn-why-n {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #2ED972;
  padding-top: 4px;
}

.rn-why-item h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
  letter-spacing: 0.02em;
}

.rn-why-item p {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.42);
  line-height: 1.6;
}

.rn-why-right {
  position: relative;
  overflow: hidden;
}

.rn-why-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(0.2) brightness(0.55);
}

.rn-why-stat {
  position: absolute;
  background: rgba(8,12,10,0.82);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 18px;
  padding: 18px 24px;
  display: grid;
  gap: 4px;
}

.rn-why-stat strong {
  font-size: 1.7rem;
  font-weight: 900;
  color: #2ED972;
  line-height: 1;
}

.rn-why-stat span {
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
}

.rn-why-stat--top {
  top: 44px;
  right: 36px;
}

.rn-why-stat--bot {
  bottom: 44px;
  left: 36px;
}

@media (max-width: 860px) {
  .rn-why-inner { grid-template-columns: 1fr; }
  .rn-why-left { padding: 72px 32px 56px; }
  .rn-why-right { min-height: 360px; }
}

.rn-foot {
  background: #0b1010;
  color: #e6ece9;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 48px 0 60px;
}

.rn-foot-inner {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 28px;
  align-items: start;
}

.rn-foot-services {
  display: grid;
  gap: 8px;
  font-size: 0.9rem;
}

.rn-foot-services h4 {
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 2px;
}

.rn-foot-services a {
  color: rgba(230, 236, 233, 0.75);
  text-decoration: none;
  transition: color 0.2s;
}

.rn-foot-services a:hover {
  color: #2ED972;
}

.rn-foot-logo img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}

.rn-foot-body {
  display: grid;
  gap: 16px;
  text-align: center;
  justify-items: center;
}

.rn-foot-disc {
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(230, 236, 233, 0.8);
  max-width: 900px;
}

.rn-foot-links {
  display: flex;
  gap: 18px;
  font-size: 0.9rem;
  justify-content: center;
}

.rn-foot-links a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.rn-foot-links a:hover {
  border-bottom-color: rgba(255, 255, 255, 0.6);
}

.rn-foot-contact {
  display: grid;
  gap: 8px;
  font-size: 0.9rem;
  color: rgba(230, 236, 233, 0.85);
}

.rn-foot-contact h4 {
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffffff;
}

.rn-foot-contact a {
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 900px) {
  .rn-foot-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .rn-foot-body {
    justify-items: center;
  }
  .rn-foot-services {
    justify-items: center;
  }
  .rn-foot-contact {
    justify-items: center;
  }
}

@media (max-width: 700px) {
  .rn-foot {
    padding: 36px 0 50px;
  }
  .rn-foot-inner {
    gap: 20px;
  }
  .rn-foot-logo img {
    width: 70px;
    height: 70px;
  }
  .rn-foot-disc {
    font-size: 0.85rem;
  }
  .rn-foot-contact {
    text-align: center;
    gap: 6px;
  }
}

.rn-splash-vis {
  position: relative;
  display: grid;
  place-items: center;
}

/* ══════════════════════════════════
   ABOUT PAGE
══════════════════════════════════ */

.rn-ab-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh;
  overflow: hidden;
}

.rn-ab-hero-left {
  background: #080c0a;
  padding: 140px 80px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rn-ab-hero-left h1 {
  font-size: clamp(2.2rem, 3.4vw, 3.6rem);
  font-weight: 900;
  line-height: 1.06;
  color: #fff;
  margin: 14px 0 20px;
}

.rn-ab-hero-left > p {
  color: rgba(255,255,255,0.5);
  font-size: 0.92rem;
  line-height: 1.65;
  max-width: 420px;
  margin-bottom: 36px;
}

.rn-ab-stats {
  display: flex;
  margin-bottom: 40px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.rn-ab-stats div {
  flex: 1;
  padding: 20px 0;
  border-right: 1px solid rgba(255,255,255,0.08);
  display: grid;
  gap: 5px;
}

.rn-ab-stats div:last-child { border-right: none; }
.rn-ab-stats div:not(:first-child) { padding-left: 22px; }

.rn-ab-stats strong {
  display: block;
  font-size: 1.6rem;
  font-weight: 900;
  color: #2ED972;
  line-height: 1;
}

.rn-ab-stats span {
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
}

.rn-ab-hero-right {
  position: relative;
  overflow: hidden;
  background: #111;
}

.rn-ab-hero-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.6) grayscale(0.2);
}

.rn-ab-hero-chip {
  position: absolute;
  bottom: 44px;
  left: 36px;
  background: rgba(8,12,10,0.88);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  padding: 16px 22px;
  display: grid;
  gap: 4px;
}

.rn-ab-hero-chip span {
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
}

.rn-ab-hero-chip strong {
  font-size: 1.2rem;
  font-weight: 800;
  color: #2ED972;
}

/* Mission */
.rn-ab-mission {
  background: #fff;
  padding: 110px 0;
}

.rn-ab-mission-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.rn-ab-mission-copy h2 {
  font-size: clamp(1.8rem, 2.8vw, 2.6rem);
  font-weight: 800;
  line-height: 1.1;
  color: #0f1614;
  margin: 12px 0 20px;
}

.rn-ab-mission-copy h2 span { color: rgba(15,22,20,0.28); }

.rn-ab-mission-copy p {
  color: #5b6763;
  font-size: 0.92rem;
  line-height: 1.7;
  margin-bottom: 14px;
}

.rn-ab-vals { display: grid; gap: 0; }

.rn-ab-val {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 16px;
  align-items: start;
  padding: 22px 0;
  border-bottom: 1px solid rgba(15,22,20,0.08);
}

.rn-ab-val:first-child { border-top: 1px solid rgba(15,22,20,0.08); }

.rn-ab-val-n {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #2ED972;
  padding-top: 3px;
}

.rn-ab-val h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #0f1614;
  margin-bottom: 4px;
}

.rn-ab-val p {
  font-size: 0.84rem;
  color: #5b6763;
  line-height: 1.6;
}

/* Process */
.rn-ab-proc {
  background: #f7f8f6;
  padding: 110px 0;
}

.rn-ab-proc-head { margin-bottom: 56px; }

.rn-ab-proc-head h2 {
  font-size: clamp(1.8rem, 2.8vw, 2.8rem);
  font-weight: 800;
  line-height: 1.1;
  color: #0f1614;
  margin-top: 12px;
}

.rn-ab-proc-head h2 span { color: rgba(15,22,20,0.28); }

.rn-ab-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}

.rn-ab-step {
  background: #fff;
  padding: 36px 32px;
  display: grid;
  gap: 14px;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.25s, transform 0.25s;
}

.rn-ab-step:hover {
  box-shadow: 0 20px 50px rgba(10,20,18,0.1);
  transform: translateY(-2px);
  z-index: 1;
}

.rn-ab-step::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: #2ED972;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}

.rn-ab-step:hover::before { transform: scaleX(1); }

.rn-ab-step-n {
  font-size: 2.6rem;
  font-weight: 900;
  color: rgba(46,217,114,0.15);
  line-height: 1;
  letter-spacing: -0.02em;
}

.rn-ab-step h3 {
  font-size: 1.1rem;
  font-weight: 800;
  color: #0f1614;
}

.rn-ab-step p {
  font-size: 0.84rem;
  color: #5b6763;
  line-height: 1.6;
}

/* Proof */
.rn-ab-proof {
  background: #080c0a;
  overflow: hidden;
}

.rn-ab-proof-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 680px;
}

.rn-ab-proof-left {
  padding: 100px 80px 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rn-ab-proof-left h2 {
  font-size: clamp(1.8rem, 2.6vw, 2.6rem);
  font-weight: 800;
  line-height: 1.12;
  color: #fff;
  margin: 12px 0 36px;
}

.rn-ab-proof-list {
  display: grid;
  gap: 0;
  margin-bottom: 40px;
}

.rn-ab-proof-item {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 16px;
  align-items: start;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.rn-ab-proof-item:first-child { border-top: 1px solid rgba(255,255,255,0.07); }

.rn-ab-proof-item h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}

.rn-ab-proof-item p {
  font-size: 0.84rem;
  color: rgba(255,255,255,0.42);
  line-height: 1.6;
}

.rn-ab-proof-right {
  position: relative;
  overflow: hidden;
}

.rn-ab-proof-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(0.2) brightness(0.55);
}

.rn-ab-proof-chip {
  position: absolute;
  background: rgba(8,12,10,0.88);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  padding: 16px 22px;
  display: grid;
  gap: 4px;
}

.rn-ab-proof-chip strong {
  font-size: 1.5rem;
  font-weight: 900;
  color: #2ED972;
  line-height: 1;
}

.rn-ab-proof-chip span {
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
}

.rn-ab-proof-chip--tl { top: 44px; right: 36px; }
.rn-ab-proof-chip--br { bottom: 44px; left: 36px; }

/* About responsive */
@media (max-width: 860px) {
  .rn-ab-hero { grid-template-columns: 1fr; min-height: auto; }
  .rn-ab-hero-left { padding: 120px 32px 56px; }
  .rn-ab-hero-right { min-height: 320px; }
  .rn-ab-mission-inner { grid-template-columns: 1fr; gap: 48px; }
  .rn-ab-mission { padding: 72px 0; }
  .rn-ab-steps { grid-template-columns: repeat(2, 1fr); }
  .rn-ab-proc { padding: 72px 0; }
  .rn-ab-proof-inner { grid-template-columns: 1fr; }
  .rn-ab-proof-left { padding: 72px 32px 56px; }
  .rn-ab-proof-right { min-height: 340px; }
}

@media (max-width: 560px) {
  .rn-ab-hero-left { padding: 100px 24px 48px; }
  .rn-ab-hero-left h1 { font-size: 2rem; }
  .rn-ab-steps { grid-template-columns: 1fr; gap: 2px; }
  .rn-ab-proof-left { padding: 56px 24px 44px; }
}

/* ══════════════════════════════════
   CONTACT PAGE
══════════════════════════════════ */

.rn-ct-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh;
  overflow: hidden;
}

.rn-ct-left {
  background: #080c0a;
  padding: 140px 72px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rn-ct-left h1 {
  font-size: clamp(2rem, 3.2vw, 3.4rem);
  font-weight: 900;
  line-height: 1.06;
  color: #fff;
  margin: 14px 0 18px;
}

.rn-ct-left > p {
  color: rgba(255,255,255,0.5);
  font-size: 0.9rem;
  line-height: 1.65;
  max-width: 380px;
  margin-bottom: 40px;
}

.rn-ct-cards {
  display: grid;
  gap: 12px;
}

.rn-ct-card {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: center;
  padding: 18px 20px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
}

.rn-ct-card:hover {
  background: rgba(255,255,255,0.07);
  border-color: rgba(46,217,114,0.3);
}

.rn-ct-card-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(46,217,114,0.1);
  border: 1px solid rgba(46,217,114,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.rn-ct-card-icon svg {
  width: 18px;
  height: 18px;
  color: #2ED972;
  stroke: #2ED972;
}

.rn-ct-card span {
  display: block;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  margin-bottom: 3px;
}

.rn-ct-card strong {
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  color: #fff;
}

.rn-ct-right {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.rn-ct-form-wrap {
  padding: 120px 64px 64px;
}

.rn-ct-form-wrap h2 {
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  font-weight: 800;
  line-height: 1.12;
  color: #111;
  margin: 16px 0 8px;
}

.rn-ct-form-wrap h2 span { color: #888; }

.rn-ct-form-wrap > p {
  color: #666;
  font-size: 0.88rem;
  line-height: 1.6;
  margin-bottom: 36px;
}

/* Contact responsive */
@media (max-width: 860px) {
  .rn-ct-split { grid-template-columns: 1fr; min-height: auto; }
  .rn-ct-left { padding: 120px 32px 56px; }
  .rn-ct-form-wrap { padding: 56px 32px 56px; }
}

@media (max-width: 560px) {
  .rn-ct-left { padding: 100px 24px 48px; }
  .rn-ct-left h1 { font-size: 2rem; }
  .rn-ct-form-wrap { padding: 48px 24px 48px; }
}

/* ══════════════════════════════════
   SERVICE PAGES
══════════════════════════════════ */

/* Hero */
.rn-svc-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh;
  overflow: hidden;
}

.rn-svc-hero-left {
  background: #080c0a;
  padding: 140px 80px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rn-svc-hero-left h1 {
  font-size: clamp(2.2rem, 3.4vw, 3.8rem);
  font-weight: 900;
  line-height: 1.05;
  color: #fff;
  margin: 14px 0 18px;
}

.rn-svc-hero-left > p {
  color: rgba(255,255,255,0.5);
  font-size: 0.92rem;
  line-height: 1.65;
  max-width: 420px;
  margin-bottom: 36px;
}

.rn-svc-stats {
  display: flex;
  gap: 0;
  margin-bottom: 40px;
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.rn-svc-stats div {
  flex: 1;
  padding: 18px 0;
  border-right: 1px solid rgba(255,255,255,0.08);
  display: grid;
  gap: 4px;
}

.rn-svc-stats div:last-child { border-right: none; }
.rn-svc-stats div:not(:first-child) { padding-left: 20px; }

.rn-svc-stats strong {
  display: block;
  font-size: 1.3rem;
  font-weight: 900;
  color: #2ED972;
  line-height: 1;
}

.rn-svc-stats span {
  font-size: 0.6rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.32);
}

.rn-svc-hero-right {
  position: relative;
  overflow: hidden;
  background: #111;
}

.rn-svc-hero-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.65) grayscale(0.15);
  transition: transform 8s ease;
}

.rn-svc-hero-right:hover img { transform: scale(1.04); }

.rn-svc-hero-badge {
  position: absolute;
  top: 44px;
  right: 36px;
  background: rgba(46,217,114,0.18);
  border: 1px solid rgba(46,217,114,0.35);
  border-radius: 999px;
  padding: 10px 20px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #2ED972;
}

/* Overview */
.rn-svc-overview {
  background: #fff;
  padding: 110px 0;
}

.rn-svc-overview-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.rn-svc-overview-copy h2 {
  font-size: clamp(1.8rem, 2.6vw, 2.6rem);
  font-weight: 800;
  line-height: 1.1;
  color: #0f1614;
  margin: 12px 0 22px;
}

.rn-svc-overview-copy h2 span { color: rgba(15,22,20,0.28); }

.rn-svc-overview-copy p {
  color: #5b6763;
  font-size: 0.93rem;
  line-height: 1.72;
  margin-bottom: 14px;
}

.rn-svc-feats {
  display: grid;
  gap: 0;
  margin-top: 8px;
}

.rn-svc-feat {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(15,22,20,0.07);
  font-size: 0.88rem;
  color: #0f1614;
  font-weight: 600;
}

.rn-svc-feat:first-child { border-top: 1px solid rgba(15,22,20,0.07); }

.rn-svc-feat-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(46,217,114,0.15);
  border: 1px solid rgba(46,217,114,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}

.rn-svc-feat-dot svg {
  width: 11px;
  height: 11px;
  color: #2ED972;
  stroke: #2ED972;
}

/* Benefits */
.rn-svc-benefits {
  background: #080c0a;
  padding: 110px 0;
}

.rn-svc-benefits-head {
  margin-bottom: 56px;
}

.rn-svc-benefits-head h2 {
  font-size: clamp(1.8rem, 2.8vw, 2.8rem);
  font-weight: 800;
  line-height: 1.1;
  color: #fff;
  margin-top: 12px;
}

.rn-svc-benefits-head h2 span { color: rgba(255,255,255,0.28); }

.rn-svc-ben-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}

.rn-svc-ben-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
  padding: 36px 28px;
  display: grid;
  gap: 14px;
  transition: background 0.25s, border-color 0.25s;
}

.rn-svc-ben-card:hover {
  background: rgba(46,217,114,0.06);
  border-color: rgba(46,217,114,0.2);
}

.rn-svc-ben-n {
  font-size: 2.4rem;
  font-weight: 900;
  color: rgba(46,217,114,0.15);
  line-height: 1;
  letter-spacing: -0.02em;
}

.rn-svc-ben-card h3 {
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
}

.rn-svc-ben-card p {
  font-size: 0.84rem;
  color: rgba(255,255,255,0.42);
  line-height: 1.6;
}

/* Pricing */
.rn-svc-price {
  background: #f7f8f6;
  padding: 110px 0;
}

.rn-svc-price-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.rn-svc-price-card {
  background: #080c0a;
  border-radius: 28px;
  padding: 48px 44px;
  display: grid;
  gap: 20px;
}

.rn-svc-price-card h2 {
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
  font-weight: 800;
  line-height: 1.1;
  color: #fff;
  margin-top: 10px;
}

.rn-svc-price-num {
  display: flex;
  align-items: baseline;
  gap: 8px;
  line-height: 1;
}

.rn-svc-price-num strong {
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 900;
  color: #2ED972;
  letter-spacing: -0.03em;
}

.rn-svc-price-num span {
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(255,255,255,0.4);
  letter-spacing: 0.06em;
}

.rn-svc-price-avg {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rn-svc-price-avg span {
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.38);
}

.rn-svc-price-avg strong {
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
}

.rn-svc-includes {
  display: grid;
  gap: 0;
}

.rn-svc-includes-head {
  margin-bottom: 28px;
}

.rn-svc-includes-head h3 {
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  font-weight: 800;
  color: #0f1614;
  margin-top: 10px;
}

.rn-svc-includes-head p {
  color: #5b6763;
  font-size: 0.9rem;
  line-height: 1.65;
  margin-top: 10px;
}

.rn-svc-inc-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(15,22,20,0.07);
  font-size: 0.9rem;
  font-weight: 600;
  color: #0f1614;
}

.rn-svc-inc-item:first-of-type { border-top: 1px solid rgba(15,22,20,0.07); }

.rn-svc-inc-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(46,217,114,0.1);
  border: 1px solid rgba(46,217,114,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.rn-svc-inc-icon svg {
  width: 14px;
  height: 14px;
  color: #2ED972;
  stroke: #2ED972;
}

/* Gallery strip */
.rn-svc-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  height: 400px;
  overflow: hidden;
}

.rn-svc-gallery-item {
  overflow: hidden;
  position: relative;
}

.rn-svc-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(0.2) brightness(0.75);
  transition: transform 0.7s ease, filter 0.5s ease;
}

.rn-svc-gallery-item:hover img {
  transform: scale(1.06);
  filter: grayscale(0) brightness(0.65);
}

/* CTA */
.rn-svc-cta {
  background: #080c0a;
  padding: 110px 0;
  position: relative;
  overflow: hidden;
}

.rn-svc-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('img/gutter-hero.jpg') center/cover no-repeat;
  opacity: 0.08;
  filter: grayscale(1);
}

.rn-svc-cta-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
  align-items: center;
}

.rn-svc-cta h2 {
  font-size: clamp(2rem, 3.4vw, 3.4rem);
  font-weight: 900;
  line-height: 1.06;
  color: #fff;
  margin-bottom: 14px;
}

.rn-svc-cta h2 em {
  font-style: normal;
  color: #2ED972;
}

.rn-svc-cta p {
  color: rgba(255,255,255,0.45);
  font-size: 0.92rem;
  line-height: 1.65;
  max-width: 520px;
}

.rn-svc-cta-actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  flex-shrink: 0;
}

.rn-svc-cta-phone {
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  text-decoration: none;
}

.rn-svc-cta-phone:hover { color: rgba(255,255,255,0.6); }

/* Service responsive */
@media (max-width: 1024px) {
  .rn-svc-ben-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
  .rn-svc-hero { grid-template-columns: 1fr; min-height: auto; }
  .rn-svc-hero-left { padding: 120px 32px 56px; }
  .rn-svc-hero-right { min-height: 320px; }
  .rn-svc-overview-inner { grid-template-columns: 1fr; gap: 48px; }
  .rn-svc-overview, .rn-svc-benefits, .rn-svc-price { padding: 72px 0; }
  .rn-svc-price-inner { grid-template-columns: 1fr; }
  .rn-svc-gallery { grid-template-columns: 1fr 1fr; height: 280px; }
  .rn-svc-gallery-item:last-child { display: none; }
  .rn-svc-cta-inner { grid-template-columns: 1fr; }
  .rn-svc-cta-actions { align-items: flex-start; }
}

@media (max-width: 560px) {
  .rn-svc-hero-left { padding: 100px 24px 44px; }
  .rn-svc-ben-grid { grid-template-columns: 1fr; }
  .rn-svc-gallery { grid-template-columns: 1fr; height: 220px; }
  .rn-svc-gallery-item:nth-child(n+2) { display: none; }
}

/* ── COOKIE BANNER ── */
.rn-cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 0 20px 20px;
  pointer-events: none;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.rn-cookie.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.rn-cookie-inner {
  max-width: 860px;
  margin: 0 auto;
  background: #0f1614;
  border: 1px solid rgba(46, 217, 114, 0.2);
  border-radius: 16px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 24px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.5);
}

.rn-cookie-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.rn-cookie-text strong {
  font-size: 0.95rem;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.rn-cookie-text span {
  font-size: 0.82rem;
  color: rgba(230,236,233,0.65);
  line-height: 1.5;
}

.rn-cookie-text a {
  color: #2ED972;
  text-decoration: none;
}

.rn-cookie-actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.rn-cookie-decline {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.6);
  border-radius: 100px;
  padding: 10px 20px;
  font-family: inherit;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
}

.rn-cookie-decline:hover {
  border-color: rgba(255,255,255,0.5);
  color: #ffffff;
}

.rn-cookie-accept {
  background: #2ED972;
  border: none;
  color: #0a0f0d;
  border-radius: 100px;
  padding: 10px 22px;
  font-family: inherit;
  font-size: 0.85rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s;
}

.rn-cookie-accept:hover {
  background: #26c463;
}

@media (max-width: 600px) {
  .rn-cookie-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .rn-cookie-actions {
    width: 100%;
  }
  .rn-cookie-decline,
  .rn-cookie-accept {
    flex: 1;
    text-align: center;
  }
}
