/* Rollrasen Kahl homepage body. Every selector is scoped to [data-rk-home]. */
[data-rk-home] {
  --rk-ink: #101914;
  --rk-muted: #566159;
  --rk-green-950: #003d2d;
  --rk-green-900: #074d36;
  --rk-green-800: #155f36;
  --rk-green-700: #2f7d27;
  --rk-green-600: #3f942f;
  --rk-green-100: #edf5e9;
  --rk-warm: #fbfaf7;
  --rk-line: #dfe4de;
  --rk-card: #fff;
  --rk-shadow: 0 12px 34px rgba(22, 54, 35, .08);
  --rk-radius: 16px;
  --rk-content: 1180px;
  position: relative;
  left: auto;
  width: 100%;
  margin-left: 0;
  overflow: clip;
  color: var(--rk-ink);
  background: #fff;
  font: 400 16px/1.55 -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

[data-rk-home], [data-rk-home] * { box-sizing: border-box; }
[data-rk-home] :where(h1, h2, h3, p, blockquote, dl, dd, ul, fieldset) { margin: 0; }
[data-rk-home] :where(button, input) { font: inherit; }
[data-rk-home] :where(a) { color: inherit; text-decoration: none; }
[data-rk-home] :where(img) { display: block; max-width: 100%; }
[data-rk-home] :where(button, a, input) { -webkit-tap-highlight-color: transparent; }
[data-rk-home] :where(a, button, input):focus-visible { outline: 3px solid #7abf68; outline-offset: 3px; }

.rk-home__shell { width: min(calc(100% - 48px), var(--rk-content)); margin-inline: auto; }
.rk-home__section { margin-top: 30px; }
.rk-home__section-head { margin-bottom: 18px; }
.rk-home__section-head h2,
.rk-home__card h2,
.rk-home__advisor h2,
.rk-home__trust-grid h2,
.rk-home__b2b h2 { color: #0c3f2e; font-family: Georgia, "Times New Roman", serif; font-size: clamp(23px, 2vw, 31px); line-height: 1.16; }
.rk-home__section-head p { margin-top: 6px; color: var(--rk-muted); }
.rk-home__section-head--row { display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.rk-home__section-head--row > a { color: var(--rk-green-800); font-weight: 700; white-space: nowrap; }
.rk-home__mobile-only { display: none !important; }
.rk-home__sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

/* Hero */
.rk-home__hero { position: relative; min-height: 480px; isolation: isolate; color: #fff; background: var(--rk-green-950); }
.rk-home__hero-media,
.rk-home__hero-media img,
.rk-home__hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.rk-home__hero-media img { object-fit: cover; object-position: 50% 58%; }
.rk-home__hero-shade { z-index: 1; background: linear-gradient(90deg, rgba(0, 43, 31, .91) 0%, rgba(0, 50, 33, .68) 40%, rgba(0, 29, 19, .08) 74%); }
.rk-home__hero-content { position: relative; z-index: 2; display: flex; min-height: 480px; flex-direction: column; align-items: flex-start; justify-content: center; padding-bottom: 72px; }
.rk-home__eyebrow { margin-bottom: 12px; font-size: 17px; font-weight: 650; }
.rk-home__hero h1 { max-width: 650px; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: clamp(48px, 5vw, 75px); font-weight: 700; letter-spacing: -.035em; line-height: 1.02; }
.rk-home__hero-copy { max-width: 565px; margin-top: 22px !important; font-size: 19px; line-height: 1.55; }
.rk-home__hero-actions { display: flex; gap: 14px; margin-top: 26px; }
.rk-home__button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 8px; padding: 11px 22px; cursor: pointer; font-weight: 750; line-height: 1.2; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.rk-home__button:hover { transform: translateY(-1px); box-shadow: 0 8px 20px rgba(0, 45, 31, .17); }
.rk-home__button--bright { color: #fff; background: linear-gradient(135deg, #28963a, #48b84f); }
.rk-home__button--ghost { border-color: rgba(255, 255, 255, .84); color: #fff; background: rgba(0, 58, 39, .24); backdrop-filter: blur(6px); }
.rk-home__button--solid { border-color: #2e7c27; color: #fff; background: linear-gradient(135deg, #247729, #429237); }
.rk-home__button--dark { color: #fff; background: var(--rk-green-950); }
.rk-home__button--light { color: var(--rk-green-950); background: #fff; }
.rk-home__button--block { width: 100%; }
.rk-home__hero-proof { display: flex; align-items: center; gap: 8px; margin-top: 18px !important; font-weight: 650; }
.rk-home__hero-proof img { width: 21px; height: 21px; filter: brightness(0) invert(1); }

/* Desktop turf shortcuts */
.rk-home__product-shortcuts { position: relative; z-index: 4; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: -70px; }
.rk-home__shortcut-card { display: grid; min-width: 0; grid-template-columns: 38% 1fr; gap: 13px; border: 1px solid var(--rk-line); border-radius: 13px; padding: 13px; background: rgba(255, 255, 255, .98); box-shadow: 0 8px 25px rgba(7, 45, 28, .11); }
.rk-home__shortcut-card > picture { grid-row: span 2; }
.rk-home__shortcut-card > picture,
.rk-home__shortcut-card > picture img { width: 100%; height: 100%; min-height: 146px; border-radius: 9px; object-fit: cover; }
.rk-home__shortcut-copy h2 { color: #101914; font-size: 17px; line-height: 1.2; }
.rk-home__shortcut-copy p { margin-top: 8px; color: #3e4741; font-size: 13px; line-height: 1.55; }
.rk-home__shortcut-copy small { display: block; margin-top: 8px; color: var(--rk-green-800); font-size: 9px; font-weight: 700; white-space: nowrap; }
.rk-home__quick-route { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 72px auto; gap: 8px; }
.rk-home__quick-route input { width: 100%; height: 40px; border: 1px solid #cfd6d0; border-radius: 6px; padding: 0 10px; color: var(--rk-ink); background: #fff; }
.rk-home__quick-route button { min-height: 40px; border: 0; border-radius: 6px; padding: 7px 14px; color: #fff; background: var(--rk-green-700); cursor: pointer; font-size: 13px; font-weight: 750; }

/* Category and benefit strips */
.rk-home__categories { margin-top: 30px; }
.rk-home__category-track { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--rk-line); border-radius: var(--rk-radius); background: #fff; box-shadow: 0 7px 22px rgba(20, 49, 32, .045); }
.rk-home__category-card { display: grid; min-width: 0; grid-template-columns: 92px 1fr; align-items: center; gap: 10px; padding: 16px 18px; border-right: 1px solid var(--rk-line); }
.rk-home__category-card:last-child { border-right: 0; }
.rk-home__category-card img { width: 84px; height: 84px; object-fit: contain; }
.rk-home__category-card span { display: flex; min-width: 0; flex-direction: column; }
.rk-home__category-card strong { font-size: 16px; }
.rk-home__category-card small { min-height: 38px; margin-top: 4px; color: #414b44; font-size: 12px; line-height: 1.45; }
.rk-home__category-card em { margin-top: 5px; color: var(--rk-green-800); font-size: 12px; font-style: normal; font-weight: 750; }
.rk-home__benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--rk-line); border-radius: var(--rk-radius); background: #fff; }
.rk-home__benefit { display: flex; align-items: center; gap: 14px; padding: 18px 22px; border-right: 1px solid var(--rk-line); }
.rk-home__benefit:last-child { border-right: 0; }
.rk-home__benefit img { width: 42px; height: 42px; flex: 0 0 auto; object-fit: contain; }
.rk-home__benefit span { display: flex; flex-direction: column; }
.rk-home__benefit strong { font-size: 15px; }
.rk-home__benefit small { margin-top: 4px; color: var(--rk-muted); font-size: 12px; }

/* Bento process block */
.rk-home__bento { display: grid; grid-template-columns: 1.1fr 1.35fr .95fr; gap: 16px; }
.rk-home__card { min-width: 0; border: 1px solid var(--rk-line); border-radius: var(--rk-radius); padding: 16px; background: var(--rk-card); box-shadow: 0 7px 22px rgba(20, 49, 32, .045); }
.rk-home__card h2 { margin-bottom: 12px; font-size: 19px; text-align: center; }
.rk-home__before-after > p { margin-top: 8px; color: var(--rk-muted); font-size: 12px; text-align: center; }
.rk-home__compare { position: relative; height: 177px; overflow: hidden; border-radius: 11px; background: #ddd; }
.rk-home__compare-layer,
.rk-home__compare-layer picture,
.rk-home__compare-layer img { position: absolute; inset: 0; width: 100%; height: 100%; }
.rk-home__compare-layer img { object-fit: cover; }
.rk-home__compare-before { width: 100%; overflow: hidden; z-index: 2; clip-path: inset(0 calc(100% - var(--rk-position)) 0 0); }
.rk-home__compare-before picture,
.rk-home__compare-before img { width: 100%; min-width: 100%; max-width: none; }
.rk-home__compare-label { position: absolute; z-index: 5; bottom: 9px; border-radius: 7px; padding: 5px 8px; color: #fff; background: rgba(0, 39, 26, .7); font-size: 11px; font-weight: 750; }
.rk-home__compare-label--before { left: 9px; }
.rk-home__compare-label--after { right: 9px; }
.rk-home__compare-line { position: absolute; z-index: 5; top: 0; bottom: 0; left: var(--rk-position); width: 2px; transform: translateX(-1px); background: #fff; }
.rk-home__compare-line b { position: absolute; top: 50%; left: 50%; display: grid; width: 36px; height: 36px; place-items: center; transform: translate(-50%, -50%); border-radius: 50%; color: var(--rk-green-950); background: #fff; box-shadow: 0 3px 12px rgba(0, 0, 0, .18); letter-spacing: 4px; text-indent: 4px; }
.rk-home__compare input[type="range"] { position: absolute; z-index: 7; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: ew-resize; }
.rk-home__process { display: flex; flex-direction: column; justify-content: center; }
.rk-home__process-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.rk-home__process-grid::before { position: absolute; top: 17px; left: 17%; right: 17%; height: 1px; background: #7cab77; content: ""; }
.rk-home__process-grid > div { position: relative; display: flex; flex-direction: column; align-items: center; text-align: center; }
.rk-home__process-grid span { z-index: 2; display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; color: #fff; background: var(--rk-green-700); font-weight: 750; }
.rk-home__process-grid img { width: 45px; height: 45px; margin: 10px auto 5px; object-fit: contain; }
.rk-home__process-grid strong { font-size: 13px; }
.rk-home__process-grid small { color: var(--rk-muted); font-size: 11px; }
.rk-home__process > p { max-width: 470px; margin: 15px auto 0; color: #4f5b53; font-size: 12px; text-align: center; }
.rk-home__care { display: flex; align-items: center; gap: 16px; }
.rk-home__care > img { width: 62px; height: 62px; flex: 0 0 auto; object-fit: contain; }
.rk-home__care h2 { text-align: left; }
.rk-home__care p { color: #4a554d; font-size: 13px; }
.rk-home__care a { display: inline-block; margin-top: 22px; color: var(--rk-green-800); font-weight: 750; }

/* Advisor and reviews */
.rk-home__advisor { display: grid; grid-template-columns: 62px 1fr auto; align-items: center; gap: 18px; margin-top: 30px; border: 1px solid var(--rk-line); border-radius: var(--rk-radius); padding: 17px 25px; background: linear-gradient(90deg, #f2f5ef, #fff); }
.rk-home__advisor > img { width: 54px; height: 54px; object-fit: contain; }
.rk-home__advisor h2 { font-size: 21px; }
.rk-home__advisor p { margin-top: 4px; color: var(--rk-muted); font-size: 13px; }
.rk-home__review-track { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.rk-home__review-card { min-height: 154px; border: 1px solid var(--rk-line); border-radius: var(--rk-radius); padding: 20px; background: #fff; box-shadow: 0 7px 22px rgba(20, 49, 32, .04); }
.rk-home__review-card > div { color: #3e922e; font-size: 22px; letter-spacing: 2px; }
.rk-home__review-card blockquote { margin-top: 8px; color: #243028; font-size: 14px; font-style: normal; }
.rk-home__review-card cite { display: block; margin-top: 16px; color: #344138; font-size: 13px; font-style: normal; }

/* Comparison */
.rk-home__comparison-layout { display: grid; grid-template-columns: minmax(0, 3fr) minmax(240px, 1fr); gap: 28px; }
.rk-home__comparison-track { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 1px solid var(--rk-line); border-radius: var(--rk-radius); background: #fff; }
.rk-home__turf-card { min-width: 0; padding: 15px 18px; border-right: 1px solid var(--rk-line); }
.rk-home__turf-card:last-child { border-right: 0; }
.rk-home__turf-card picture,
.rk-home__turf-card > p { display: none; }
.rk-home__turf-card h3 { min-height: 38px; color: #0c3f2e; font-family: Georgia, "Times New Roman", serif; font-size: 18px; line-height: 1.2; text-align: center; }
.rk-home__turf-card dl { margin-top: 10px; border-top: 1px solid var(--rk-line); }
.rk-home__turf-card dl > div { display: grid; min-height: 39px; grid-template-columns: 1fr auto; align-items: center; gap: 8px; border-bottom: 1px solid #eef0ed; font-size: 11px; }
.rk-home__turf-card dt { color: #455047; }
.rk-home__turf-card dd { text-align: right; }
.rk-home__turf-card dd span { color: #3b8f2c; letter-spacing: 1px; white-space: nowrap; }
.rk-home__turf-card dd span i { color: #c9ceca; font-style: normal; }
.rk-home__turf-card .rk-home__button { min-height: 38px; margin-top: 13px; padding: 8px 12px; font-size: 12px; }
.rk-home__robot-card { overflow: hidden; border: 1px solid var(--rk-line); border-radius: var(--rk-radius); background: #fff; box-shadow: 0 7px 22px rgba(20, 49, 32, .045); }
.rk-home__robot-card picture,
.rk-home__robot-card picture img { width: 100%; height: 155px; object-fit: cover; }
.rk-home__robot-card > div { padding: 17px; }
.rk-home__robot-card h3 { color: #0c3f2e; font-family: Georgia, "Times New Roman", serif; font-size: 21px; }
.rk-home__robot-card p { margin-top: 7px; color: #435048; font-size: 13px; }
.rk-home__robot-card a,
.rk-home__trust-grid a,
.rk-home__service-card a { display: inline-block; margin-top: 12px; color: var(--rk-green-800); font-weight: 750; }

/* Company, guarantee and service */
.rk-home__trust-grid { display: grid; grid-template-columns: 1.45fr .8fr 1fr; gap: 16px; }
.rk-home__trust-grid > article { position: relative; min-height: 212px; overflow: hidden; border: 1px solid var(--rk-line); border-radius: var(--rk-radius); padding: 21px; background: #fff; }
.rk-home__about-card > picture,
.rk-home__about-card > picture img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.rk-home__about-card::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.97) 0 58%, rgba(255,255,255,.18)); content: ""; }
.rk-home__about-card > div { position: relative; z-index: 2; max-width: 67%; }
.rk-home__trust-grid h2 { font-size: 20px; }
.rk-home__trust-grid p { margin-top: 9px; color: #465149; font-size: 12px; }
.rk-home__promise-card > img { display: none; }
.rk-home__promise-card ul { display: grid; gap: 9px; margin-top: 14px; padding: 0; list-style: none; color: #3f4b43; font-size: 12px; }
.rk-home__promise-card li::before { display: inline-grid; width: 18px; height: 18px; margin-right: 7px; place-items: center; border-radius: 50%; color: #fff; background: var(--rk-green-950); content: "\2713"; font-size: 11px; }
.rk-home__guarantee-card { padding-right: 130px !important; }
.rk-home__guarantee-card > img { position: absolute; right: 14px; bottom: 14px; width: 112px; height: 112px; object-fit: contain; }
.rk-home__service-layout { display: grid; grid-template-columns: minmax(0, 3fr) minmax(260px, 1fr); gap: 18px; }
.rk-home__service-track { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.rk-home__service-card { display: flex; min-height: 214px; flex-direction: column; border: 1px solid var(--rk-line); border-radius: var(--rk-radius); padding: 20px; background: #fff; box-shadow: 0 7px 22px rgba(20, 49, 32, .045); }
.rk-home__service-card > img { display: none; }
.rk-home__service-card h3 { color: #0c3f2e; font-family: Georgia, "Times New Roman", serif; font-size: 22px; }
.rk-home__service-card p { margin-top: 10px; color: #455149; font-size: 13px; }
.rk-home__service-card a { margin-top: auto; }
.rk-home__service-cta { display: flex; min-height: 214px; flex-direction: column; border-radius: var(--rk-radius); padding: 22px; color: #fff; background: linear-gradient(135deg, #003f30, #006147); }
.rk-home__service-cta h3 { color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: 23px; line-height: 1.2; }
.rk-home__service-cta > p { margin-top: 7px; font-size: 13px; }
.rk-home__service-cta .rk-home__button { margin-top: 20px; min-height: 42px; }
.rk-home__phone-link { display: flex; align-items: center; gap: 8px; margin-top: auto; font-size: 12px; }
.rk-home__phone-link img { width: 23px; height: 23px; filter: brightness(0) invert(1); }
.rk-home__b2b { display: grid; grid-template-columns: 54px 1fr auto; align-items: center; gap: 18px; margin-top: 34px; margin-bottom: 34px; border: 1px solid var(--rk-line); border-radius: var(--rk-radius); padding: 17px 24px; background: linear-gradient(90deg, #f2f5ef, #fff); }
.rk-home__b2b > img { width: 48px; height: 48px; object-fit: contain; }
.rk-home__b2b h2 { font-size: 19px; }
.rk-home__b2b p { margin-top: 3px; color: var(--rk-muted); font-size: 12px; }
.rk-home__b2b > a { color: var(--rk-green-800); font-weight: 750; white-space: nowrap; }

/* Slider controls are active on phone only. */
.rk-home__slider-controls { display: flex; justify-content: center; gap: 9px; margin-top: 16px; }
.rk-home__slider-controls button { width: 9px; height: 9px; border: 0; border-radius: 50%; padding: 0; background: #ccd0cc; cursor: pointer; }
.rk-home__slider-controls button[aria-current="true"] { background: var(--rk-green-800); }
.rk-home__swipe-hint { margin-top: 8px !important; color: #858b87; text-align: center; }

@media (max-width: 900px) and (min-width: 768px) {
  .rk-home__shortcut-copy p { font-size: 11px; }
  .rk-home__shortcut-card { grid-template-columns: 34% 1fr; }
  .rk-home__category-card { grid-template-columns: 64px 1fr; padding: 13px; }
  .rk-home__category-card img { width: 58px; height: 58px; }
  .rk-home__benefit { padding-inline: 12px; }
  .rk-home__benefit img { width: 34px; height: 34px; }
  .rk-home__comparison-layout,
  .rk-home__service-layout { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
  [data-rk-home] { --rk-radius: 15px; font-size: 15px; line-height: 1.5; background: #fdfdfc; }
  .rk-home__shell { width: calc(100% - 32px); }
  .rk-home__desktop-only { display: none !important; }
  .rk-home__mobile-only { display: block !important; }
  .rk-home__section { margin-top: 40px; }
  .rk-home__section-head { margin-bottom: 16px; }
  .rk-home__section-head h2,
  .rk-home__card h2,
  .rk-home__advisor h2,
  .rk-home__trust-grid h2,
  .rk-home__b2b h2 { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Arial, sans-serif; font-size: 25px; font-weight: 780; letter-spacing: -.025em; }
  .rk-home__section-head p { font-size: 15px; }
  .rk-home__section-head--row { display: block; }
  .rk-home__section-head--row > a { display: inline-block; margin-top: 5px; font-size: 14px; white-space: normal; }

  .rk-home__hero { min-height: 482px; border-radius: 0 0 52% 4% / 0 0 6% 3%; }
  .rk-home__hero-media img { object-position: 57% 50%; }
  .rk-home__hero-shade { background: linear-gradient(180deg, rgba(0, 44, 30, .47), rgba(0, 35, 24, .89)); }
  .rk-home__hero-content { min-height: 482px; align-items: center; justify-content: center; padding: 40px 23px 45px; text-align: center; }
  .rk-home__eyebrow { margin-bottom: 13px; font-size: 13px; font-weight: 650; }
  .rk-home__hero h1 { max-width: 350px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Arial, sans-serif; font-size: clamp(35px, 10.6vw, 45px); font-weight: 800; letter-spacing: -.04em; line-height: 1.08; }
  .rk-home__hero-copy { max-width: 345px; margin-top: 19px !important; font-size: 15px; line-height: 1.55; }
  .rk-home__hero-actions { width: 100%; max-width: 310px; margin-top: 25px; }
  .rk-home__hero-actions .rk-home__button { width: 100%; min-height: 53px; }
  .rk-home__hero-proof { margin-top: 18px !important; font-size: 13px; }

  /* Mobile 2-step turf finder */
  .rk-home__finder { display: block !important; width: calc(100% - 32px); margin: 28px auto 0; scroll-margin-top: 16px; }
  .rk-home__finder-card { border: 1px solid var(--rk-line); border-radius: 20px; padding: 24px 19px 20px; background: #fff; box-shadow: var(--rk-shadow); }
  .rk-home__finder-card > h2 { color: var(--rk-green-950); font-size: 26px; font-weight: 790; letter-spacing: -.03em; line-height: 1.2; text-align: center; }
  .rk-home__subcopy { margin-top: 7px !important; color: var(--rk-muted); font-size: 14px; text-align: center; }
  .rk-home__progress { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; margin: 24px 2px; }
  .rk-home__progress-step { display: flex; align-items: center; gap: 8px; color: #8c928e; font-size: 14px; }
  .rk-home__progress-step > span { display: grid; width: 33px; height: 33px; place-items: center; border: 1px solid #cfd4d0; border-radius: 50%; color: #707873; background: #fff; font-weight: 750; }
  .rk-home__progress-step.is-active { color: var(--rk-green-700); }
  .rk-home__progress-step.is-active > span,
  .rk-home__progress-step.is-complete > span { border-color: var(--rk-green-700); color: #fff; background: var(--rk-green-700); }
  .rk-home__progress-line { height: 2px; background: linear-gradient(90deg, var(--rk-green-700) 0 25%, #d7dbd7 25%); }
  .rk-home__progress.is-step-two .rk-home__progress-line { background: var(--rk-green-700); }
  .rk-home__finder-step fieldset { border: 0; padding: 0; }
  .rk-home__finder-step legend { margin-bottom: 14px; color: #122319; font-size: 19px; font-weight: 750; line-height: 1.3; }
  .rk-home__choice { position: relative; display: grid; min-height: 60px; grid-template-columns: 42px 1fr 25px; align-items: center; gap: 11px; margin-top: 10px; border: 1px solid #d5dad6; border-radius: 11px; padding: 8px 13px; cursor: pointer; }
  .rk-home__choice:has(input:checked) { border-color: var(--rk-green-700); background: #f7fbf5; box-shadow: 0 0 0 1px var(--rk-green-700); }
  .rk-home__choice input { position: absolute; opacity: 0; }
  .rk-home__choice-icon { display: grid; width: 41px; height: 41px; place-items: center; border-radius: 50%; color: var(--rk-green-950); background: var(--rk-green-100); font-size: 22px; font-weight: 800; }
  .rk-home__choice-icon img { width: 26px; height: 26px; object-fit: contain; }
  .rk-home__choice > span:nth-of-type(2) { color: #173426; font-size: 16px; font-weight: 700; }
  .rk-home__radio-mark { width: 24px; height: 24px; border: 2px solid #bfc5c0; border-radius: 50%; }
  .rk-home__choice input:checked ~ .rk-home__radio-mark { border: 7px solid var(--rk-green-700); }
  .rk-home__form-error { margin: 10px 2px 0 !important; color: #a52d22; font-size: 13px; }
  .rk-home__finder-step > .rk-home__button,
  .rk-home__finder-buttons { margin-top: 18px; }
  .rk-home__finder-reassurance { margin-top: 13px !important; color: #606861; font-size: 12px; text-align: center; }
  .rk-home__field-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
  .rk-home__field { width: 100%; height: 59px; margin-bottom: 11px; border: 1px solid #d1d7d2; border-radius: 10px; padding: 0 15px; color: var(--rk-ink); background: #fff; font-size: 16px; }
  .rk-home__field:user-invalid { border-color: #ba4639; }
  .rk-home__finder-selection { display: flex; align-items: center; gap: 11px; margin-top: 2px; border: 1px solid #dce1dc; border-radius: 10px; padding: 10px 12px; font-size: 14px; }
  .rk-home__finder-selection strong { color: var(--rk-green-700); }
  .rk-home__finder-location { display: flex; align-items: center; gap: 8px; margin-top: 14px !important; color: #4d5850; font-size: 12px; }
  .rk-home__finder-location img { width: 24px; height: 24px; flex: 0 0 auto; object-fit: contain; }
  .rk-home__finder-buttons { display: grid; grid-template-columns: auto 1fr; gap: 10px; }
  .rk-home__text-button { min-height: 48px; border: 1px solid var(--rk-green-700); border-radius: 8px; padding: 9px 14px; color: var(--rk-green-800); background: #fff; cursor: pointer; font-weight: 700; }

  /* One-and-a-half card sliders */
  .rk-home__slider-track { display: flex; overflow-x: auto; overscroll-behavior-inline: contain; scroll-padding-inline: 0; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .rk-home__slider-track::-webkit-scrollbar { display: none; }
  .rk-home__slider-track > * { scroll-snap-align: start; }
  .rk-home__category-track { gap: 12px; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
  .rk-home__category-card { display: flex; flex: 0 0 calc((100% - 12px) / 1.55); flex-direction: column; align-items: center; gap: 6px; border: 1px solid var(--rk-line) !important; border-radius: var(--rk-radius); padding: 14px; background: #fff; box-shadow: 0 6px 18px rgba(20, 49, 32, .05); text-align: center; }
  .rk-home__category-card img { width: 128px; height: 128px; }
  .rk-home__category-card strong { font-size: 17px; }
  .rk-home__category-card small { min-height: 46px; font-size: 13px; }
  .rk-home__category-card em { font-size: 13px; }
  .rk-home__benefits h2 { margin-bottom: 15px; }
  .rk-home__benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; border: 0; background: transparent; }
  .rk-home__benefit { min-height: 151px; flex-direction: column; justify-content: center; gap: 7px; border: 1px solid var(--rk-green-800) !important; border-radius: 12px; padding: 12px 9px; background: #fff; text-align: center; }
  .rk-home__benefit img { width: 45px; height: 45px; }
  .rk-home__benefit strong { font-size: 15px; line-height: 1.2; }
  .rk-home__benefit small { font-size: 12px; line-height: 1.35; }

  /* Mobile editorial sequence */
  .rk-home__bento { display: contents; }
  .rk-home__bento > article { width: calc(100% - 32px); margin: 40px auto 0; }
  .rk-home__card { padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
  .rk-home__card h2 { margin-bottom: 14px; text-align: left; }
  .rk-home__compare { height: clamp(235px, 67vw, 305px); border-radius: 14px; }
  .rk-home__before-after > p { margin-top: 10px; font-size: 13px; }
  .rk-home__compare-label { bottom: 12px; padding: 6px 9px; font-size: 12px; }
  .rk-home__process h2 { text-align: center; }
  .rk-home__process-grid { gap: 5px; }
  .rk-home__process-grid::before { left: 16%; right: 16%; }
  .rk-home__process-grid img { width: 50px; height: 50px; margin-top: 12px; }
  .rk-home__process-grid strong { font-size: 13px; }
  .rk-home__process-grid small { font-size: 11px; }
  .rk-home__process > p { margin-top: 18px; font-size: 14px; line-height: 1.6; }
  .rk-home__care { display: flex; align-items: center; gap: 17px; border: 1px solid var(--rk-line) !important; border-radius: var(--rk-radius) !important; padding: 20px !important; background: #fff !important; box-shadow: 0 7px 22px rgba(20, 49, 32, .05) !important; }
  .rk-home__care > img { width: 58px; height: 58px; }
  .rk-home__care h2 { margin: 0; font-size: 20px; }
  .rk-home__care p { margin-top: 5px; font-size: 13px; }
  .rk-home__care a { margin-top: 11px; font-size: 13px; }
  .rk-home__advisor { display: flex; width: calc(100% - 32px); align-items: flex-start; gap: 13px; margin: 18px auto 0; border-color: #c9d5c5; padding: 17px; background: linear-gradient(135deg, #f5f8f1, #fff); }
  .rk-home__advisor > img { width: 47px; height: 47px; flex: 0 0 auto; }
  .rk-home__advisor h2 { font-size: 17px; }
  .rk-home__advisor p { font-size: 13px; }
  .rk-home__advisor .rk-home__button { display: inline-flex !important; min-height: 0; margin-top: 8px; padding: 0; color: var(--rk-green-700); background: transparent; box-shadow: none; font-size: 13px; }

  .rk-home__review-track { gap: 12px; }
  .rk-home__review-card { flex: 0 0 84%; min-height: 210px; padding: 18px; }
  .rk-home__review-card blockquote { font-size: 15px; line-height: 1.55; }
  .rk-home__review-card cite { margin-top: 18px; color: var(--rk-green-700); font-weight: 650; }

  .rk-home__comparison-layout { display: block; }
  .rk-home__comparison-track { gap: 12px; overflow-x: auto; border: 0; border-radius: 0; background: transparent; }
  .rk-home__turf-card { display: flex; flex: 0 0 86%; flex-direction: column; border: 1px solid var(--rk-line) !important; border-radius: var(--rk-radius); padding: 11px 11px 14px; background: #fff; box-shadow: 0 8px 25px rgba(20, 49, 32, .07); }
  .rk-home__turf-card picture,
  .rk-home__turf-card picture img { display: block; width: 100%; height: 194px; border-radius: 10px; object-fit: cover; }
  .rk-home__turf-card h3 { min-height: 0; margin-top: 14px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Arial, sans-serif; font-size: 21px; text-align: left; }
  .rk-home__turf-card > p { display: block; min-height: 67px; margin-top: 8px; color: #465149; font-size: 13px; }
  .rk-home__turf-card dl { margin-top: 7px; }
  .rk-home__turf-card dl > div { min-height: 39px; font-size: 12px; }
  .rk-home__turf-card dl > div:nth-last-child(-n+2) { grid-template-columns: 105px 1fr; min-height: 55px; align-items: start; padding-top: 10px; }
  .rk-home__turf-card dd { text-align: right; }
  .rk-home__turf-card dl > div:nth-last-child(-n+2) dd { text-align: left; }
  .rk-home__turf-card .rk-home__button { min-height: 48px; margin-top: 13px; font-size: 14px; }
  .rk-home__robot-card { margin-top: 40px; border: 0; box-shadow: none; }
  .rk-home__robot-card picture,
  .rk-home__robot-card picture img { height: 205px; border-radius: var(--rk-radius); }
  .rk-home__robot-card > div { padding: 14px 2px 0; }
  .rk-home__robot-card h3 { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Arial, sans-serif; font-size: 21px; }

  .rk-home__trust-grid { display: grid; grid-template-columns: 1fr; gap: 12px; }
  .rk-home__trust-grid > article { min-height: 0; padding: 18px; }
  .rk-home__about-card { min-height: 302px !important; display: flex; align-items: end; }
  .rk-home__about-card::after { background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.97) 54%); }
  .rk-home__about-card > div { max-width: none; }
  .rk-home__trust-grid h2 { font-size: 19px; }
  .rk-home__trust-grid p { font-size: 13px; }
  .rk-home__promise-card { padding-left: 66px !important; }
  .rk-home__promise-card > img { position: absolute; top: 19px; left: 16px; display: block; width: 40px; height: 40px; object-fit: contain; }
  .rk-home__promise-card ul { font-size: 12px; }
  .rk-home__guarantee-card { min-height: 190px !important; padding-right: 130px !important; }
  .rk-home__guarantee-card > img { width: 112px; height: 112px; }

  .rk-home__service-layout { display: block; }
  .rk-home__service-track { gap: 12px; }
  .rk-home__service-card { flex: 0 0 84%; min-height: 300px; padding: 18px; }
  .rk-home__service-card > img { display: block; width: 45px; height: 45px; margin-bottom: 35px; object-fit: contain; }
  .rk-home__service-card h3 { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Arial, sans-serif; font-size: 24px; }
  .rk-home__service-card p { font-size: 15px; }
  .rk-home__service-cta { min-height: 255px; margin-top: 22px; padding: 22px; }
  .rk-home__service-cta h3 { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Arial, sans-serif; font-size: 24px; }
  .rk-home__service-cta > p { font-size: 15px; }
  .rk-home__service-cta .rk-home__button { min-height: 50px; }
  .rk-home__phone-link { margin-top: 18px; font-size: 13px; }
  .rk-home__b2b { display: grid; width: calc(100% - 32px); grid-template-columns: 45px 1fr; gap: 13px; margin: 24px auto 32px; padding: 17px; }
  .rk-home__b2b > img { width: 43px; height: 43px; }
  .rk-home__b2b h2 { font-size: 18px; }
  .rk-home__b2b p { font-size: 12px; }
  .rk-home__b2b > a { grid-column: 2; font-size: 13px; }
}

@media (max-width: 389px) {
  .rk-home__finder-card { padding-inline: 15px; }
  .rk-home__progress { gap: 7px; }
  .rk-home__progress-step { gap: 5px; font-size: 12px; }
  .rk-home__category-card { flex-basis: calc((100% - 10px) / 1.48); }
  .rk-home__process-grid strong { font-size: 11px; }
  .rk-home__process-grid small { font-size: 10px; }
}

@media (max-width: 767px) {
  [data-rk-home] :where(p, small, em, span, strong, a, button, input, select, textarea, label, li, dt, dd, th, td, blockquote, cite) {
    font-size: 17px !important;
    line-height: 1.45;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-rk-home] *, [data-rk-home] *::before, [data-rk-home] *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
