/* ROBERIN homepage landing redesign based on Age Calculator warm retro system - 2026-05-27 v19 locale mobile two-column tool grids with aligned card rows
 * Scope: front page only. Reuses the current Elementor markup and encodes the
 * shared paper/grid/border/shadow tokens as repo-native CSS instead of editing
 * individual widgets.
 */
body.home {
  --roberin-home-bg: #f9f1e7;
  --roberin-home-panel: #f8efe2;
  --roberin-home-card: #fff8ed;
  --roberin-home-card-strong: #f6ead8;
  --roberin-home-line: #6b5745;
  --roberin-home-line-soft: #bba58f;
  --roberin-home-text: #34281f;
  --roberin-home-muted: #574838;
  --roberin-home-subtle: #7c6653;
  --roberin-home-green: #e2edd8;
  --roberin-home-mustard: #ddbf6f;
  --roberin-home-coral: #e8cfc4;
  --roberin-home-teal: #3f6d62;
  --roberin-home-focus: #fff5bf;
  --roberin-home-button: #fffdf7;
  --roberin-home-button-hover: #e2edd8;
  --roberin-home-on-accent: #34281f;
  --roberin-home-leaf-line: #a8614a;
  --roberin-home-grid-a: rgba(107, 87, 69, 0.030);
  --roberin-home-grid-b: rgba(107, 87, 69, 0.026);
  --roberin-home-grid-panel-a: rgba(107, 87, 69, 0.052);
  --roberin-home-grid-panel-b: rgba(107, 87, 69, 0.046);
  --roberin-home-shadow: 4px 4px 0 rgba(107, 87, 69, 0.28);
  color: var(--roberin-home-text) !important;
  background-color: var(--roberin-home-bg) !important;
  background-image:
    linear-gradient(var(--roberin-home-grid-a) 1px, transparent 1px),
    linear-gradient(90deg, var(--roberin-home-grid-b) 1px, transparent 1px) !important;
  background-size: 16px 16px !important;
}

body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792),
body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) * {
  box-sizing: border-box !important;
}

body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) {
  width: min(950px, calc(100% - 12px)) !important;
  max-width: 950px !important;
}

/* Hero: age-calculator style document header, less dashboard-like. */
body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-hero .cs-hero {
  margin-top: 16px !important;
  margin-bottom: 18px !important;
}

body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-hero .cs-hero__info {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  justify-items: start !important;
  align-items: start !important;
  gap: 10px !important;
  padding: 14px 16px !important;
  min-height: 0 !important;
  text-align: left !important;
  background-color: var(--roberin-home-card) !important;
  background-image:
    linear-gradient(rgba(107, 87, 69, 0.052) 1px, transparent 1px),
    linear-gradient(90deg, rgba(107, 87, 69, 0.046) 1px, transparent 1px) !important;
  background-size: 16px 16px !important;
  border: 2px solid var(--roberin-home-line) !important;
  box-shadow: var(--roberin-home-shadow) !important;
}

body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-hero .cs-hero__heading {
  display: inline-block !important;
  width: auto !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 5px 9px !important;
  color: var(--roberin-home-text) !important;
  background: var(--roberin-home-green) !important;
  border: 2px solid var(--roberin-home-line) !important;
  box-shadow: 3px 3px 0 rgba(107, 87, 69, 0.18) !important;
  font-size: clamp(25px, 3.2vw, 40px) !important;
  line-height: 1.13 !important;
  font-weight: 950 !important;
  letter-spacing: -0.06em !important;
  text-align: left !important;
  word-break: keep-all !important;
  overflow-wrap: anywhere !important;
}

body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-hero .cs-hero__additional {
  justify-content: flex-start !important;
  gap: 8px !important;
  margin: 0 !important;
}

body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-hero .cs-hero__location,
body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-hero .cs-hero__status {
  min-height: 28px !important;
  padding: 5px 9px !important;
  border: 2px solid var(--roberin-home-line) !important;
  border-radius: 0 !important;
  box-shadow: 2px 2px 0 rgba(107, 87, 69, 0.14) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
}

body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-hero .cs-hero__description {
  max-width: 780px !important;
  margin: 0 !important;
  color: var(--roberin-home-muted) !important;
  font-size: 15px !important;
  line-height: 1.62 !important;
  font-weight: 800 !important;
  letter-spacing: -0.025em !important;
  text-align: left !important;
  word-break: keep-all !important;
  overflow-wrap: anywhere !important;
}

body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-hero .cs-hero__description br {
  display: none !important;
}

/* Section intro headline: compact paper card using the same h2 badge language as age article. */
body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-headline.elementor-element-5051725 {
  margin: 18px auto 12px !important;
}

body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-headline.elementor-element-5051725 .cs-headline__container,
body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-headline:has(.cs-headline__description):not(.elementor-element-2ac84ca):not(:has(+ .elementor-element-2f3bacb)) .cs-headline__container {
  justify-items: start !important;
  gap: 6px !important;
  padding: 14px 16px !important;
  text-align: left !important;
  background-color: var(--roberin-home-card) !important;
  border: 2px solid var(--roberin-home-line) !important;
  box-shadow: 3px 3px 0 rgba(107, 87, 69, 0.20) !important;
}

body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-headline.elementor-element-5051725 .cs-headline__heading,
body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-headline.elementor-element-5051725 .cs-headline__subheading,
body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-headline.elementor-element-5051725 .cs-headline__description {
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: left !important;
}

html body.home .entry-content .elementor.elementor-645 .elementor-widget-cs-headline.elementor-element-5051725 .cs-headline.cs-headline-type-1 .cs-headline__container,
html body.home .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-headline.elementor-element-5051725 .cs-headline.cs-headline-type-1 .cs-headline__container {
  justify-items: start !important;
  text-align: left !important;
}

html body.home .entry-content .elementor.elementor-645 .elementor-widget-cs-headline.elementor-element-5051725 .cs-headline__heading,
html body.home .entry-content .elementor.elementor-645 .elementor-widget-cs-headline.elementor-element-5051725 .cs-headline__subheading,
html body.home .entry-content .elementor.elementor-645 .elementor-widget-cs-headline.elementor-element-5051725 .cs-headline__description,
html body.home .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-headline.elementor-element-5051725 .cs-headline__heading,
html body.home .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-headline.elementor-element-5051725 .cs-headline__subheading,
html body.home .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-headline.elementor-element-5051725 .cs-headline__description {
  justify-content: flex-start !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: left !important;
}

body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-headline.elementor-element-5051725 .cs-headline__heading span,
body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-headline:has(.cs-headline__description):not(.elementor-element-2ac84ca):not(:has(+ .elementor-element-2f3bacb)) .cs-headline__heading span {
  padding: 4px 9px !important;
  color: var(--roberin-home-text) !important;
  background: var(--roberin-home-green) !important;
  border: 2px solid var(--roberin-home-line) !important;
  box-shadow: 2px 2px 0 rgba(107, 87, 69, 0.16) !important;
  font-size: clamp(22px, 2.4vw, 30px) !important;
  font-weight: 950 !important;
}

/* Category jump table: tool input-panel feel, not a modern chip cloud. */
body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .roberin-tools-nav {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
  width: 100% !important;
  max-width: 950px !important;
  margin: 12px auto 18px !important;
  padding: 13px !important;
  background-color: var(--roberin-home-card) !important;
  background-image:
    linear-gradient(rgba(107, 87, 69, 0.044) 1px, transparent 1px),
    linear-gradient(90deg, rgba(107, 87, 69, 0.038) 1px, transparent 1px) !important;
  background-size: 16px 16px !important;
  border: 2px solid var(--roberin-home-line) !important;
  box-shadow: 3px 3px 0 rgba(107, 87, 69, 0.18) !important;
}

body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .roberin-tools-nav__label {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 0 9px !important;
  color: var(--roberin-home-text) !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 2px dashed var(--roberin-home-line-soft) !important;
  box-shadow: none !important;
  font-size: 15px !important;
  font-weight: 950 !important;
  letter-spacing: -0.02em !important;
}

body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .roberin-tools-nav__label::before {
  content: "▣" !important;
  color: var(--roberin-home-teal) !important;
  font-size: 13px !important;
}

body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .roberin-tools-nav__chips {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 7px !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .roberin-tools-nav__chips a,
body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .roberin-featured-links a,
body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) [id^="tools-"] .elementor-button.elementor-button-link,
body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) [id^="tools-"] .elementor-button-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  min-height: 36px !important;
  padding: 8px 10px !important;
  color: var(--roberin-home-text) !important;
  background: var(--roberin-home-button) !important;
  background-image: none !important;
  border: 2px solid var(--roberin-home-line) !important;
  border-radius: 0 !important;
  box-shadow: 2px 2px 0 rgba(107, 87, 69, 0.18) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.015em !important;
  text-decoration: none !important;
  transition: transform 120ms ease, background-color 120ms ease, box-shadow 120ms ease !important;
  white-space: normal !important;
  word-break: keep-all !important;
  overflow-wrap: anywhere !important;
}

body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .roberin-tools-nav__chips a:hover,
body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .roberin-tools-nav__chips a:focus,
body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .roberin-featured-links a:hover,
body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .roberin-featured-links a:focus,
body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) [id^="tools-"] .elementor-button.elementor-button-link:hover,
body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) [id^="tools-"] .elementor-button.elementor-button-link:focus {
  color: var(--roberin-home-text) !important;
  background: var(--roberin-home-green) !important;
  border-color: var(--roberin-home-line) !important;
  box-shadow: 3px 3px 0 rgba(107, 87, 69, 0.24) !important;
  transform: translate(-1px, -1px) !important;
  outline: 3px solid var(--roberin-home-focus) !important;
  outline-offset: 1px !important;
}

body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) [id^="tools-"] .elementor-button-content-wrapper,
body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) [id^="tools-"] .elementor-button-text {
  width: 100% !important;
  color: inherit !important;
  font: inherit !important;
  line-height: inherit !important;
  text-align: left !important;
}

/* Tool sections: align with the age calculator outer container/panel stack. */
body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) [id^="tools-"].e-con {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 10px !important;
  margin: 18px auto !important;
  padding: 13px !important;
  background-color: var(--roberin-home-panel) !important;
  background-image:
    linear-gradient(rgba(107, 87, 69, 0.052) 1px, transparent 1px),
    linear-gradient(90deg, rgba(107, 87, 69, 0.046) 1px, transparent 1px) !important;
  background-size: 16px 16px !important;
  border: 2px solid var(--roberin-home-line) !important;
  border-radius: 0 !important;
  box-shadow: var(--roberin-home-shadow) !important;
}

body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) [id^="tools-"] > .elementor-widget-heading {
  margin: 0 !important;
}

body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) [id^="tools-"] > .elementor-widget-heading .elementor-heading-title {
  display: inline-block !important;
  width: auto !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 4px 9px !important;
  color: var(--roberin-home-text) !important;
  background: var(--roberin-home-green) !important;
  border: 2px solid var(--roberin-home-line) !important;
  box-shadow: 2px 2px 0 rgba(107, 87, 69, 0.18) !important;
  font-size: clamp(20px, 2vw, 28px) !important;
  font-weight: 950 !important;
  line-height: 1.16 !important;
  letter-spacing: -0.04em !important;
  text-align: left !important;
  word-break: keep-all !important;
}

body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) [id^="tools-"] .roberin-tool-section-desc {
  width: 100% !important;
  max-width: 760px !important;
  margin: 0 !important;
  padding: 0 0 8px !important;
  color: var(--roberin-home-muted) !important;
  border-bottom: 2px dashed var(--roberin-home-line-soft) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.55 !important;
  text-align: left !important;
}

body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) [id^="tools-"] .e-grid.e-con:has(.elementor-widget-button) {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  align-items: stretch !important;
  gap: 10px !important;
  row-gap: 9px !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .roberin-featured-links {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .roberin-featured-links li,
body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .roberin-featured-links a {
  width: 100% !important;
}

body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) [id^="tools-"] .e-grid.e-con:has(.elementor-widget-button) > .elementor-widget-button {
  grid-column: auto !important;
  grid-row: auto !important;
  align-self: stretch !important;
  justify-self: stretch !important;
  height: 100% !important;
}

body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) [id^="tools-"] .e-grid.e-con:has(.elementor-widget-button) > .elementor-widget-button > .elementor-widget-container {
  align-self: stretch !important;
  justify-self: stretch !important;
  height: 100% !important;
}

body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) [id^="tools-"] .e-grid.e-con:has(.elementor-widget-button) .elementor-button.elementor-button-link,
body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) [id^="tools-"] .e-grid.e-con:has(.elementor-widget-button) .elementor-button-link {
  height: 100% !important;
}

body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .roberin-tool-subgroup,
body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .roberin-tool-leafgroup {
  margin-top: 14px !important;
  margin-bottom: 2px !important;
  padding: 0 !important;
}

body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .roberin-tool-subgroup__title {
  min-height: 26px !important;
  padding: 3px 8px !important;
  color: var(--roberin-home-on-accent) !important;
  background: var(--roberin-home-mustard) !important;
  border: 1px solid var(--roberin-home-line) !important;
  box-shadow: 2px 2px 0 rgba(107, 87, 69, 0.14) !important;
  font-size: 13px !important;
  font-weight: 950 !important;
}

body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .roberin-tool-subgroup::after {
  height: 0 !important;
  border-top: 2px dashed var(--roberin-home-line-soft) !important;
  background: transparent !important;
}

body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .roberin-tool-leafgroup__title {
  color: var(--roberin-home-subtle) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .roberin-tool-leafgroup::before {
  background: var(--roberin-home-coral) !important;
  border: 1px solid var(--roberin-home-leaf-line) !important;
  border-radius: 0 !important;
}

body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .roberin-tool-leafgroup::after {
  height: 0 !important;
  border-top: 1px solid rgba(187, 165, 143, 0.60) !important;
  background: transparent !important;
}

/* Testimonials/contact lower content: keep the same reusable retro cards. */
body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-element-2f3bacb {
  margin: 18px auto 20px !important;
  padding: 13px !important;
  background-color: var(--roberin-home-panel) !important;
  background-image:
    linear-gradient(rgba(107, 87, 69, 0.052) 1px, transparent 1px),
    linear-gradient(90deg, rgba(107, 87, 69, 0.046) 1px, transparent 1px) !important;
  background-size: 16px 16px !important;
  border: 2px solid var(--roberin-home-line) !important;
  box-shadow: var(--roberin-home-shadow) !important;
}

body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .cs-testimonials__item {
  padding: 13px !important;
  color: var(--roberin-home-text) !important;
  background: var(--roberin-home-card) !important;
  border: 2px solid var(--roberin-home-line) !important;
  border-radius: 0 !important;
  box-shadow: 3px 3px 0 rgba(107, 87, 69, 0.16) !important;
}

body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .cs-testimonials__image img {
  border: 2px solid var(--roberin-home-line) !important;
  border-radius: 0 !important;
  box-shadow: 2px 2px 0 rgba(107, 87, 69, 0.16) !important;
}

body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .cs-testimonials__title {
  color: var(--roberin-home-text) !important;
  font-weight: 950 !important;
}

body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .cs-testimonials__position,
body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .cs-testimonials__description {
  color: var(--roberin-home-muted) !important;
  font-weight: 750 !important;
}


/* Site chrome + lower common sections reuse the same variables so dark mode is
 * a real token swap, not a separate modern-looking theme. */
body.home .cs-wrapper,
body.home .cs-site,
body.home .cs-site-inner,
body.home .cs-site-primary,
body.home .cs-site-content,
body.home .cs-header,
body.home footer.cs-footer,
body.home footer.cs-footer[data-scheme] {
  color: var(--roberin-home-text) !important;
  background-color: var(--roberin-home-bg) !important;
  background-image:
    linear-gradient(var(--roberin-home-grid-a) 1px, transparent 1px),
    linear-gradient(90deg, var(--roberin-home-grid-b) 1px, transparent 1px) !important;
  background-size: 16px 16px !important;
}

body.home .cs-header__inner,
body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-hero .cs-hero__info,
body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-headline.elementor-element-5051725 .cs-headline__container,
body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-headline:has(.cs-headline__description):not(.elementor-element-2ac84ca):not(:has(+ .elementor-element-2f3bacb)) .cs-headline__container,
body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .roberin-tools-nav,
body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) [id^="tools-"].e-con,
body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-element-2f3bacb,
body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .cs-contact-form__content,
body.home footer.cs-footer .cs-footer__item-bottom-bar .cs-footer__item-inner {
  color: var(--roberin-home-text) !important;
  background-color: var(--roberin-home-panel) !important;
  background-image:
    linear-gradient(var(--roberin-home-grid-panel-a) 1px, transparent 1px),
    linear-gradient(90deg, var(--roberin-home-grid-panel-b) 1px, transparent 1px) !important;
  background-size: 16px 16px !important;
  border-color: var(--roberin-home-line) !important;
}

body.home .cs-header__menu a,
body.home .cs-footer__copyright,
body.home .cs-footer__copyright a,
body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .cs-contact-form__description,
body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .cs-contact-form__form label {
  color: var(--roberin-home-muted) !important;
  -webkit-text-fill-color: var(--roberin-home-muted) !important;
}

body.home .cs-footer__copyright a {
  color: var(--roberin-home-text) !important;
  -webkit-text-fill-color: var(--roberin-home-text) !important;
  background: var(--roberin-home-green) !important;
  border-color: var(--roberin-home-line) !important;
}

body.home .cs-header__menu a:hover,
body.home .cs-header__menu a:focus {
  color: var(--roberin-home-teal) !important;
  -webkit-text-fill-color: var(--roberin-home-teal) !important;
}

body.home:is([data-scheme="dark"], [data-scheme="inverse"]) .cs-header.cs-header-stretch,
body.home:is([data-scheme="dark"], [data-scheme="inverse"]) .cs-header {
  background-color: var(--roberin-home-bg) !important;
  background-image:
    linear-gradient(var(--roberin-home-grid-a) 1px, transparent 1px),
    linear-gradient(90deg, var(--roberin-home-grid-b) 1px, transparent 1px) !important;
  background-size: 16px 16px !important;
}

@media (prefers-color-scheme: dark) {
  body.home[data-scheme="auto"] .cs-header.cs-header-stretch,
  body.home[data-scheme="auto"] .cs-header {
    background-color: var(--roberin-home-bg) !important;
    background-image:
      linear-gradient(var(--roberin-home-grid-a) 1px, transparent 1px),
      linear-gradient(90deg, var(--roberin-home-grid-b) 1px, transparent 1px) !important;
    background-size: 16px 16px !important;
  }
}

body.home .cs-footer__copyright a:hover,
body.home .cs-footer__copyright a:focus {
  color: var(--roberin-home-on-accent) !important;
  -webkit-text-fill-color: var(--roberin-home-on-accent) !important;
  background: var(--roberin-home-mustard) !important;
}

body.home .cs-header__toggle,
body.home .cs-header__scheme-toggle,
body.home .roberin-tool-search-toggle__button,
body.home .cs-lang-current,
body.home .cs-mobile-menu-button,
body.home .cs-lang-dropdown,
body.home .cs-mobile-menu-dropdown {
  color: var(--roberin-home-text) !important;
  background: var(--roberin-home-card) !important;
  border-color: var(--roberin-home-line) !important;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.18) !important;
}

body.home .cs-lang-dropdown a,
body.home .cs-mobile-menu-dropdown a {
  color: var(--roberin-home-muted) !important;
  -webkit-text-fill-color: var(--roberin-home-muted) !important;
}

body.home footer.cs-footer .cs-footer__item-bottom-bar .cs-footer__item-inner::before {
  color: var(--roberin-home-on-accent) !important;
  -webkit-text-fill-color: var(--roberin-home-on-accent) !important;
  background: var(--roberin-home-mustard) !important;
  border-color: var(--roberin-home-line) !important;
}

body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .cs-contact-form__heading {
  color: var(--roberin-home-text) !important;
  -webkit-text-fill-color: var(--roberin-home-text) !important;
  background: var(--roberin-home-green) !important;
  border-color: var(--roberin-home-line) !important;
}

body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .cs-contact-form__subheading,
body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .cs-testimonials__position,
body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .cs-testimonials__description,
body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-hero .cs-hero__description,
body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) [id^="tools-"] .roberin-tool-section-desc,
body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .roberin-tool-leafgroup__title {
  color: var(--roberin-home-muted) !important;
  -webkit-text-fill-color: var(--roberin-home-muted) !important;
}

body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .cs-contact-form__form input[type="text"],
body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .cs-contact-form__form input[type="email"],
body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .cs-contact-form__form textarea {
  color: var(--roberin-home-text) !important;
  -webkit-text-fill-color: var(--roberin-home-text) !important;
  background: var(--roberin-home-button) !important;
  border-color: var(--roberin-home-line) !important;
  caret-color: var(--roberin-home-teal) !important;
}

body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .cs-contact-form__form input[type="text"]:focus,
body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .cs-contact-form__form input[type="email"]:focus,
body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .cs-contact-form__form textarea:focus {
  color: var(--roberin-home-text) !important;
  -webkit-text-fill-color: var(--roberin-home-text) !important;
  background: var(--roberin-home-card-strong) !important;
  border-color: var(--roberin-home-mustard) !important;
  outline: 3px solid var(--roberin-home-focus) !important;
  outline-offset: 1px !important;
}

body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .cs-contact-form__form .wpcf7-submit,
body.home .cs-scroll-top {
  color: var(--roberin-home-on-accent) !important;
  -webkit-text-fill-color: var(--roberin-home-on-accent) !important;
  background: var(--roberin-home-mustard) !important;
  border-color: var(--roberin-home-line) !important;
}

body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .cs-contact-form__form .wpcf7-submit:hover,
body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .cs-contact-form__form .wpcf7-submit:focus-visible,
body.home .cs-scroll-top:hover,
body.home .cs-scroll-top:focus-visible {
  color: var(--roberin-home-text) !important;
  -webkit-text-fill-color: var(--roberin-home-text) !important;
  background: var(--roberin-home-green) !important;
  border-color: var(--roberin-home-line) !important;
}

body.home:is([data-scheme="dark"], [data-scheme="inverse"]) {
  --roberin-home-bg: #201811;
  --roberin-home-panel: #2b2119;
  --roberin-home-card: #33271d;
  --roberin-home-card-strong: #3b2d21;
  --roberin-home-line: rgba(169, 139, 107, 0.72);
  --roberin-home-line-soft: rgba(169, 139, 107, 0.36);
  --roberin-home-text: #f2e4cf;
  --roberin-home-muted: #f0dfc5;
  --roberin-home-subtle: #e3cba9;
  --roberin-home-green: #344a32;
  --roberin-home-mustard: #d2aa55;
  --roberin-home-coral: #7b493a;
  --roberin-home-teal: #7fb3a5;
  --roberin-home-focus: rgba(240, 200, 106, 0.42);
  --roberin-home-button: #241c15;
  --roberin-home-button-hover: #344a32;
  --roberin-home-on-accent: #241c15;
  --roberin-home-leaf-line: #a98b6b;
  --roberin-home-grid-a: rgba(229, 196, 139, 0.055);
  --roberin-home-grid-b: rgba(229, 196, 139, 0.045);
  --roberin-home-grid-panel-a: rgba(229, 196, 139, 0.060);
  --roberin-home-grid-panel-b: rgba(229, 196, 139, 0.050);
  --roberin-home-shadow: 4px 4px 0 rgba(0, 0, 0, 0.34);
  color-scheme: dark;
  color: var(--roberin-home-text) !important;
  background-color: var(--roberin-home-bg) !important;
  background-image:
    linear-gradient(var(--roberin-home-grid-a) 1px, transparent 1px),
    linear-gradient(90deg, var(--roberin-home-grid-b) 1px, transparent 1px) !important;
}

@media (prefers-color-scheme: dark) {
  body.home[data-scheme="auto"] {
    --roberin-home-bg: #201811;
    --roberin-home-panel: #2b2119;
    --roberin-home-card: #33271d;
    --roberin-home-card-strong: #3b2d21;
    --roberin-home-line: rgba(169, 139, 107, 0.72);
    --roberin-home-line-soft: rgba(169, 139, 107, 0.36);
    --roberin-home-text: #f2e4cf;
    --roberin-home-muted: #f0dfc5;
    --roberin-home-subtle: #e3cba9;
    --roberin-home-green: #344a32;
    --roberin-home-mustard: #d2aa55;
    --roberin-home-coral: #7b493a;
    --roberin-home-teal: #7fb3a5;
    --roberin-home-focus: rgba(240, 200, 106, 0.42);
    --roberin-home-button: #241c15;
    --roberin-home-button-hover: #344a32;
    --roberin-home-on-accent: #241c15;
    --roberin-home-leaf-line: #a98b6b;
    --roberin-home-grid-a: rgba(229, 196, 139, 0.055);
    --roberin-home-grid-b: rgba(229, 196, 139, 0.045);
    --roberin-home-grid-panel-a: rgba(229, 196, 139, 0.060);
    --roberin-home-grid-panel-b: rgba(229, 196, 139, 0.050);
    --roberin-home-shadow: 4px 4px 0 rgba(0, 0, 0, 0.34);
    color-scheme: dark;
    color: var(--roberin-home-text) !important;
    background-color: var(--roberin-home-bg) !important;
    background-image:
      linear-gradient(var(--roberin-home-grid-a) 1px, transparent 1px),
      linear-gradient(90deg, var(--roberin-home-grid-b) 1px, transparent 1px) !important;
  }
}

@media (max-width: 1024px) {
  body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) [id^="tools-"] .e-grid.e-con:has(.elementor-widget-button),
  body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .roberin-featured-links {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) {
    width: min(100%, calc(100% - 10px)) !important;
    max-width: calc(100% - 10px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-element-8a895b1,
  body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-element-8a895b1 .elementor-widget-container,
  body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .roberin-tools-nav {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    justify-self: stretch !important;
    align-self: stretch !important;
  }

  body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-hero .cs-hero {
    margin-top: 12px !important;
    margin-bottom: 14px !important;
  }

  body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-hero .cs-hero__info,
  body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .roberin-tools-nav,
  body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) [id^="tools-"].e-con,
  body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-element-2f3bacb {
    padding: 12px !important;
    box-shadow: 3px 3px 0 rgba(107, 87, 69, 0.22) !important;
  }

  body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-hero .cs-hero__heading {
    font-size: clamp(25px, 8vw, 34px) !important;
  }

  body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-hero .cs-hero__description {
    font-size: 14px !important;
    line-height: 1.58 !important;
  }

  body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .roberin-tools-nav__chips,
  body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) [id^="tools-"] .e-grid.e-con:has(.elementor-widget-button),
  body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .roberin-featured-links {
    display: grid !important;
    gap: 7px !important;
  }

  body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .roberin-tools-nav__chips {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) [id^="tools-"] .e-grid.e-con:has(.elementor-widget-button),
  body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .roberin-featured-links {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }



  /* Locale home pages can contain one-item subgroup labels inside the tool
   * grid. On mobile those labels create a visible 1-card row, so keep the
   * cards themselves as the navigational surface and preserve label grouping
   * on wider layouts. */
  body.home .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) [id^="tools-"] .e-grid.e-con:has(.elementor-widget-button) > .elementor-widget-html {
    display: none !important;
  }

  body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .roberin-tools-nav__chips a,
  body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .roberin-featured-links a,
  body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) [id^="tools-"] .elementor-button.elementor-button-link,
  body.home .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) [id^="tools-"] .elementor-button-link {
    min-height: 38px !important;
    padding: 9px 10px !important;
    font-size: 13px !important;
  }
}

/* Homepage contact form sits outside the Elementor landing wrapper; keep it on
 * the same Age-derived variables in both light and dark modes. */
body.home .cs-contact-form__content {
  color: var(--roberin-home-text) !important;
  background-color: var(--roberin-home-panel) !important;
  background-image:
    linear-gradient(var(--roberin-home-grid-panel-a) 1px, transparent 1px),
    linear-gradient(90deg, var(--roberin-home-grid-panel-b) 1px, transparent 1px) !important;
  background-size: 16px 16px !important;
  border-color: var(--roberin-home-line) !important;
  box-shadow: var(--roberin-home-shadow) !important;
}

body.home .cs-contact-form__heading {
  color: var(--roberin-home-text) !important;
  -webkit-text-fill-color: var(--roberin-home-text) !important;
  background: var(--roberin-home-green) !important;
  border-color: var(--roberin-home-line) !important;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.18) !important;
}

body.home .cs-contact-form__subheading,
body.home .cs-contact-form__description,
body.home .cs-contact-form__form label,
body.home .roberin-contact-consent,
body.home .roberin-contact-consent .wpcf7-acceptance {
  color: var(--roberin-home-muted) !important;
  -webkit-text-fill-color: var(--roberin-home-muted) !important;
}

body.home .cs-contact-form__form input[type="text"],
body.home .cs-contact-form__form input[type="email"],
body.home .cs-contact-form__form textarea {
  color: var(--roberin-home-text) !important;
  -webkit-text-fill-color: var(--roberin-home-text) !important;
  background: var(--roberin-home-button) !important;
  border-color: var(--roberin-home-line) !important;
  caret-color: var(--roberin-home-teal) !important;
}

body.home .cs-contact-form__form input[type="text"]:focus,
body.home .cs-contact-form__form input[type="email"]:focus,
body.home .cs-contact-form__form textarea:focus,
body.home .cs-contact-form__form input[type="text"]:focus-visible,
body.home .cs-contact-form__form input[type="email"]:focus-visible,
body.home .cs-contact-form__form textarea:focus-visible {
  color: var(--roberin-home-text) !important;
  -webkit-text-fill-color: var(--roberin-home-text) !important;
  background: var(--roberin-home-card-strong) !important;
  border-color: var(--roberin-home-mustard) !important;
  outline: 3px solid var(--roberin-home-focus) !important;
  outline-offset: 1px !important;
}

body.home .cs-contact-form__form input:-webkit-autofill,
body.home .cs-contact-form__form input:-webkit-autofill:hover,
body.home .cs-contact-form__form input:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--roberin-home-text) !important;
  box-shadow: 0 0 0 1000px var(--roberin-home-card-strong) inset !important;
  caret-color: var(--roberin-home-teal) !important;
}

body.home .roberin-contact-consent {
  background: var(--roberin-home-green) !important;
  border-color: var(--roberin-home-line) !important;
}

body.home .roberin-contact-consent .wpcf7-acceptance,
body.home .roberin-contact-consent .wpcf7-list-item,
body.home .roberin-contact-consent label {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

body.home .roberin-contact-consent input[type="checkbox"] {
  accent-color: var(--roberin-home-mustard) !important;
  color-scheme: light dark !important;
}

body.home .cs-contact-form__form .wpcf7-submit,
body.home .cs-contact-form__form input[type="submit"] {
  color: var(--roberin-home-on-accent) !important;
  -webkit-text-fill-color: var(--roberin-home-on-accent) !important;
  background: var(--roberin-home-mustard) !important;
  border-color: var(--roberin-home-line) !important;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.18) !important;
}

body.home .cs-contact-form__form .wpcf7-submit:hover,
body.home .cs-contact-form__form .wpcf7-submit:focus-visible,
body.home .cs-contact-form__form input[type="submit"]:hover,
body.home .cs-contact-form__form input[type="submit"]:focus-visible {
  color: var(--roberin-home-text) !important;
  -webkit-text-fill-color: var(--roberin-home-text) !important;
  background: var(--roberin-home-green) !important;
}

/* Final specificity guard: the first homepage headline has older inline CSS with
 * html/body/elementor specificity. Keep it token-driven in dark mode too. */
html body.home .entry-content .elementor.elementor-645 .elementor-widget-cs-headline.elementor-element-5051725 .cs-headline.cs-headline-type-1 .cs-headline__container,
html body.home .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-headline.elementor-element-5051725 .cs-headline.cs-headline-type-1 .cs-headline__container {
  color: var(--roberin-home-text) !important;
  background-color: var(--roberin-home-panel) !important;
  background-image:
    linear-gradient(var(--roberin-home-grid-panel-a) 1px, transparent 1px),
    linear-gradient(90deg, var(--roberin-home-grid-panel-b) 1px, transparent 1px) !important;
  background-size: 16px 16px !important;
  border-color: var(--roberin-home-line) !important;
  box-shadow: var(--roberin-home-shadow) !important;
}

html body.home .entry-content .elementor.elementor-645 .elementor-widget-cs-headline.elementor-element-5051725 .cs-headline__heading,
html body.home .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-headline.elementor-element-5051725 .cs-headline__heading,
html body.home .entry-content .elementor.elementor-645 .elementor-widget-cs-headline.elementor-element-5051725 .cs-headline__heading span,
html body.home .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-headline.elementor-element-5051725 .cs-headline__heading span {
  color: var(--roberin-home-text) !important;
  -webkit-text-fill-color: var(--roberin-home-text) !important;
}

html body.home .entry-content .elementor.elementor-645 .elementor-widget-cs-headline.elementor-element-5051725 .cs-headline__heading span,
html body.home .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-headline.elementor-element-5051725 .cs-headline__heading span {
  background: var(--roberin-home-green) !important;
  border-color: var(--roberin-home-line) !important;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.18) !important;
}

html body.home .entry-content .elementor.elementor-645 .elementor-widget-cs-headline.elementor-element-5051725 .cs-headline__subheading,
html body.home .entry-content .elementor.elementor-645 .elementor-widget-cs-headline.elementor-element-5051725 .cs-headline__description,
html body.home .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-headline.elementor-element-5051725 .cs-headline__subheading,
html body.home .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-headline.elementor-element-5051725 .cs-headline__description {
  color: var(--roberin-home-muted) !important;
  -webkit-text-fill-color: var(--roberin-home-muted) !important;
}

html body.home .entry-content .elementor.elementor-645 .elementor-widget-cs-headline.elementor-element-5051725 div.cs-headline__subheading.cs-headline__subheading,
html body.home .entry-content .elementor.elementor-645 .elementor-widget-cs-headline.elementor-element-5051725 div.cs-headline__description.cs-headline__description,
html body.home .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-headline.elementor-element-5051725 div.cs-headline__subheading.cs-headline__subheading,
html body.home .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-headline.elementor-element-5051725 div.cs-headline__description.cs-headline__description {
  color: var(--roberin-home-muted) !important;
  -webkit-text-fill-color: var(--roberin-home-muted) !important;
}

/* Live specificity guards found by dark contrast audit. */
body.home .cs-header__main-nav .cs-header__menu > li > a,
body.home .cs-header__menu a {
  color: var(--roberin-home-muted) !important;
  -webkit-text-fill-color: var(--roberin-home-muted) !important;
  background: var(--roberin-home-card) !important;
  border-color: var(--roberin-home-line) !important;
}

body.home .cs-header__main-nav .cs-header__menu > li > a:hover,
body.home .cs-header__main-nav .cs-header__menu > li > a:focus-visible,
body.home .cs-header__menu a:hover,
body.home .cs-header__menu a:focus-visible {
  color: var(--roberin-home-text) !important;
  -webkit-text-fill-color: var(--roberin-home-text) !important;
  background: var(--roberin-home-green) !important;
}

body.home .roberin-tool-section-desc {
  color: var(--roberin-home-muted) !important;
  -webkit-text-fill-color: var(--roberin-home-muted) !important;
  background: transparent !important;
}

html body.home .entry-content .elementor.elementor-645 .elementor-widget-cs-headline.elementor-element-2ac84ca div.cs-headline__subheading.cs-headline__subheading,
html body.home .entry-content .elementor.elementor-645 .elementor-widget-cs-headline.elementor-element-2ac84ca div.cs-headline__description.cs-headline__description,
html body.home .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-headline.elementor-element-2ac84ca div.cs-headline__subheading.cs-headline__subheading,
html body.home .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-headline.elementor-element-2ac84ca div.cs-headline__description.cs-headline__description {
  color: var(--roberin-home-muted) !important;
  -webkit-text-fill-color: var(--roberin-home-muted) !important;
  background: transparent !important;
}

html body.home p.roberin-tool-section-desc.roberin-tool-section-desc,
html body.home .entry-content p.roberin-tool-section-desc.roberin-tool-section-desc,
html body.home .entry-content .elementor.elementor-645 p.roberin-tool-section-desc.roberin-tool-section-desc {
  color: var(--roberin-home-muted) !important;
  -webkit-text-fill-color: var(--roberin-home-muted) !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
}

html body.home .entry-content .elementor.elementor-645 [id^="tools-"],
html body.home .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) [id^="tools-"] {
  color: var(--roberin-home-text) !important;
  background-color: var(--roberin-home-panel) !important;
  background-image:
    linear-gradient(var(--roberin-home-grid-panel-a) 1px, transparent 1px),
    linear-gradient(90deg, var(--roberin-home-grid-panel-b) 1px, transparent 1px) !important;
  background-size: 16px 16px !important;
  border-color: var(--roberin-home-line) !important;
}


/* v6: roberin-home-category-simple.css has an ID-specific #tools-featured
 * background shorthand. Use the same ID plus body/home specificity so the
 * Age dark paper token wins in dark/auto-dark without changing markup. */
html body.home .entry-content .elementor.elementor-645 div#tools-featured#tools-featured.e-con,
html body.home .entry-content .elementor.elementor-645 div#tools-featured#tools-featured.elementor-element-2d3eb95.e-con,
html body.home .entry-content .elementor.elementor-645 div#tools-featured#tools-featured.elementor-element-2d3eb95.e-con.e-child,
html body.home .entry-content .elementor.elementor-645 div#tools-featured#tools-featured.elementor-element-2d3eb95.e-con.e-child.e-con-full,
html body.home .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) div#tools-featured#tools-featured.e-con {
  color: var(--roberin-home-text) !important;
  background: var(--roberin-home-panel) !important;
  background-color: var(--roberin-home-panel) !important;
  background-image:
    linear-gradient(var(--roberin-home-grid-panel-a) 1px, transparent 1px),
    linear-gradient(90deg, var(--roberin-home-grid-panel-b) 1px, transparent 1px) !important;
  background-size: 16px 16px !important;
  border-color: var(--roberin-home-line) !important;
}


/* v7: user-requested center alignment for the main hero and first intro headline. */
html body.home .entry-content .elementor.elementor-645 .elementor-widget-cs-hero .cs-hero__info,
html body.home .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-hero .cs-hero__info {
  justify-items: center !important;
  align-items: center !important;
  text-align: center !important;
}



@keyframes roberin-home-hero-light-out {
  from { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
  to { opacity: 0; transform: translate3d(0, 0, 0) scale(0.995); }
}

@keyframes roberin-home-hero-light-in {
  from { opacity: 0; transform: translate3d(0, 0, 0) scale(0.995); }
  to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
}

@keyframes roberin-home-hero-dark-in {
  from { opacity: 0; transform: translate3d(0, 0, 0) scale(0.995); }
  to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
}

@keyframes roberin-home-hero-dark-out {
  from { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
  to { opacity: 0; transform: translate3d(0, 0, 0) scale(0.995); }
}

html body.home.roberin-scheme-transitioning:is([data-scheme="dark"], [data-scheme="inverse"]) .entry-content .elementor.elementor-645 .elementor-widget-cs-hero .cs-hero__info::before,
html body.home.roberin-scheme-transitioning:is([data-scheme="dark"], [data-scheme="inverse"]) .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-hero .cs-hero__info::before {
  animation: roberin-home-hero-light-out 620ms cubic-bezier(0.34, 0, 0.2, 1) both !important;
}

html body.home.roberin-scheme-transitioning:is([data-scheme="dark"], [data-scheme="inverse"]) .entry-content .elementor.elementor-645 .elementor-widget-cs-hero .cs-hero__info::after,
html body.home.roberin-scheme-transitioning:is([data-scheme="dark"], [data-scheme="inverse"]) .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-hero .cs-hero__info::after {
  animation: roberin-home-hero-dark-in 620ms cubic-bezier(0.34, 0, 0.2, 1) both !important;
}

html body.home.roberin-scheme-transitioning[data-scheme="light"] .entry-content .elementor.elementor-645 .elementor-widget-cs-hero .cs-hero__info::before,
html body.home.roberin-scheme-transitioning[data-scheme="light"] .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-hero .cs-hero__info::before {
  animation: roberin-home-hero-light-in 620ms cubic-bezier(0.34, 0, 0.2, 1) both !important;
}

html body.home.roberin-scheme-transitioning[data-scheme="light"] .entry-content .elementor.elementor-645 .elementor-widget-cs-hero .cs-hero__info::after,
html body.home.roberin-scheme-transitioning[data-scheme="light"] .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-hero .cs-hero__info::after {
  animation: roberin-home-hero-dark-out 620ms cubic-bezier(0.34, 0, 0.2, 1) both !important;
}

@media (prefers-reduced-motion: reduce) {
  html body.home.roberin-scheme-transitioning .entry-content .elementor.elementor-645 .elementor-widget-cs-hero .cs-hero__info::before,
  html body.home.roberin-scheme-transitioning .entry-content .elementor.elementor-645 .elementor-widget-cs-hero .cs-hero__info::after,
  html body.home.roberin-scheme-transitioning .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-hero .cs-hero__info::before,
  html body.home.roberin-scheme-transitioning .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-hero .cs-hero__info::after {
    animation-duration: 0ms !important;
  }
}

html body.home .entry-content .elementor.elementor-645 .elementor-widget-cs-hero .cs-hero__heading,
html body.home .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-hero .cs-hero__heading {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

html body.home .entry-content .elementor.elementor-645 .elementor-widget-cs-hero .cs-hero__additional,
html body.home .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-hero .cs-hero__additional {
  justify-content: center !important;
  text-align: center !important;
}

html body.home .entry-content .elementor.elementor-645 .elementor-widget-cs-hero .cs-hero__description,
html body.home .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-hero .cs-hero__description {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

html body.home .entry-content .elementor.elementor-645 .elementor-widget-cs-headline.elementor-element-5051725 .cs-headline.cs-headline-type-1 .cs-headline__container,
html body.home .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-headline.elementor-element-5051725 .cs-headline.cs-headline-type-1 .cs-headline__container {
  justify-items: center !important;
  text-align: center !important;
}

html body.home .entry-content .elementor.elementor-645 .elementor-widget-cs-headline.elementor-element-5051725 .cs-headline__heading,
html body.home .entry-content .elementor.elementor-645 .elementor-widget-cs-headline.elementor-element-5051725 .cs-headline__subheading,
html body.home .entry-content .elementor.elementor-645 .elementor-widget-cs-headline.elementor-element-5051725 .cs-headline__description,
html body.home .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-headline.elementor-element-5051725 .cs-headline__heading,
html body.home .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-headline.elementor-element-5051725 .cs-headline__subheading,
html body.home .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-headline.elementor-element-5051725 .cs-headline__description {
  justify-content: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

/* v8: localized home pages use language-specific Elementor IDs for the
 * "All tools" headline. Keep that shared card centered and readable in dark
 * mode instead of falling back to old brown text on the dark paper panel. */
html body.home .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-headline:has(.cs-headline__description):not(.elementor-element-2ac84ca):not(:has(+ .elementor-element-2f3bacb)) .cs-headline__container {
  justify-items: center !important;
  text-align: center !important;
}

html body.home .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-headline:has(.cs-headline__description):not(.elementor-element-2ac84ca):not(:has(+ .elementor-element-2f3bacb)) .cs-headline__heading,
html body.home .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-headline:has(.cs-headline__description):not(.elementor-element-2ac84ca):not(:has(+ .elementor-element-2f3bacb)) .cs-headline__subheading,
html body.home .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-headline:has(.cs-headline__description):not(.elementor-element-2ac84ca):not(:has(+ .elementor-element-2f3bacb)) .cs-headline__description {
  grid-column: 1 !important;
  justify-content: center !important;
  width: 100% !important;
  max-width: 720px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  color: var(--roberin-home-muted) !important;
  -webkit-text-fill-color: var(--roberin-home-muted) !important;
  text-align: center !important;
}

html body.home .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-headline:has(.cs-headline__description):not(.elementor-element-2ac84ca):not(:has(+ .elementor-element-2f3bacb)) .cs-headline__heading span {
  color: var(--roberin-home-text) !important;
  -webkit-text-fill-color: var(--roberin-home-text) !important;
  background: var(--roberin-home-green) !important;
  border-color: var(--roberin-home-line) !important;
}

/* v11: borderless split hero with optimized light/dark artwork.
 * Keep the established 950px homepage rhythm, but remove the old bordered hero
 * card and let the copy sit on the left while the decorative WEBP artwork
 * cross-fades on the right when the global dark toggle changes body[data-scheme].
 */
html body.home .entry-content .elementor.elementor-645 .elementor-widget-cs-hero .cs-hero,
html body.home .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-hero .cs-hero {
  width: 100% !important;
  max-width: 950px !important;
  margin: 18px auto 24px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

html body.home .entry-content .elementor.elementor-645 .elementor-widget-cs-hero .cs-hero__container,
html body.home .entry-content .elementor.elementor-645 .elementor-widget-cs-hero .cs-hero__inner,
html body.home .entry-content .elementor.elementor-645 .elementor-widget-cs-hero .cs-hero__content,
html body.home .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-hero .cs-hero__container,
html body.home .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-hero .cs-hero__inner,
html body.home .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-hero .cs-hero__content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

html body.home .entry-content .elementor.elementor-645 .elementor-widget-cs-hero .cs-hero__info,
html body.home .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-hero .cs-hero__info {
  position: relative !important;
  isolation: isolate !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 388px) !important;
  grid-template-areas:
    "heading visual"
    "meta visual"
    "description visual" !important;
  column-gap: clamp(24px, 4.2vw, 48px) !important;
  row-gap: 12px !important;
  align-items: center !important;
  justify-items: start !important;
  width: 100% !important;
  max-width: 950px !important;
  min-height: 314px !important;
  margin: 0 auto !important;
  padding: 24px 0 20px !important;
  overflow: visible !important;
  color: var(--roberin-home-text) !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-align: left !important;
}

html body.home .entry-content .elementor.elementor-645 .elementor-widget-cs-hero .cs-hero__info::before,
html body.home .entry-content .elementor.elementor-645 .elementor-widget-cs-hero .cs-hero__info::after,
html body.home .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-hero .cs-hero__info::before,
html body.home .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-hero .cs-hero__info::after {
  content: "" !important;
  z-index: -1 !important;
  grid-area: visual !important;
  justify-self: stretch !important;
  align-self: center !important;
  display: block !important;
  width: 100% !important;
  max-width: 388px !important;
  aspect-ratio: 1.18 / 1 !important;
  min-height: 270px !important;
  margin: 0 !important;
  pointer-events: none !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: 69% 50% !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  mask-image: linear-gradient(90deg, transparent 0%, #000 13%, #000 100%) !important;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 13%, #000 100%) !important;
  transform: translate3d(0, 0, 0) scale(1) !important;
  transition: opacity 620ms cubic-bezier(0.34, 0, 0.2, 1), transform 620ms cubic-bezier(0.34, 0, 0.2, 1), filter 620ms cubic-bezier(0.34, 0, 0.2, 1) !important;
  will-change: opacity, transform !important;
}

html body.home .entry-content .elementor.elementor-645 .elementor-widget-cs-hero .cs-hero__info::before,
html body.home .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-hero .cs-hero__info::before {
  opacity: 1 !important;
  background-image: url("../images/home/main-hero-light.webp") !important;
}

html body.home .entry-content .elementor.elementor-645 .elementor-widget-cs-hero .cs-hero__info::after,
html body.home .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-hero .cs-hero__info::after {
  opacity: 0 !important;
  background-image: url("../images/home/main-hero-dark.webp") !important;
  filter: saturate(1.04) contrast(1.02) !important;
}

html body.home:is([data-scheme="dark"], [data-scheme="inverse"]) .entry-content .elementor.elementor-645 .elementor-widget-cs-hero .cs-hero__info::before,
html body.home:is([data-scheme="dark"], [data-scheme="inverse"]) .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-hero .cs-hero__info::before {
  opacity: 0 !important;
  transform: translate3d(0, 0, 0) scale(0.995) !important;
}

html body.home:is([data-scheme="dark"], [data-scheme="inverse"]) .entry-content .elementor.elementor-645 .elementor-widget-cs-hero .cs-hero__info::after,
html body.home:is([data-scheme="dark"], [data-scheme="inverse"]) .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-hero .cs-hero__info::after {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) scale(1) !important;
}

html body.home .entry-content .elementor.elementor-645 .elementor-widget-cs-hero .cs-hero__heading,
html body.home .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-hero .cs-hero__heading {
  grid-area: heading !important;
  justify-self: start !important;
  display: block !important;
  width: 100% !important;
  max-width: 520px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--roberin-home-text) !important;
  -webkit-text-fill-color: var(--roberin-home-text) !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  font-size: clamp(34px, 4.15vw, 52px) !important;
  line-height: 1.08 !important;
  font-weight: 950 !important;
  letter-spacing: -0.065em !important;
  text-align: left !important;
  word-break: keep-all !important;
  overflow-wrap: anywhere !important;
  text-wrap: balance !important;
}

html body.home .entry-content .elementor.elementor-645 .elementor-widget-cs-hero .cs-hero__additional,
html body.home .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-hero .cs-hero__additional {
  grid-area: meta !important;
  justify-content: flex-start !important;
  align-items: center !important;
  gap: 10px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--roberin-home-subtle) !important;
  text-align: left !important;
}

html body.home .entry-content .elementor.elementor-645 .elementor-widget-cs-hero .cs-hero__additional-divider,
html body.home .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-hero .cs-hero__additional-divider {
  display: block !important;
  width: 22px !important;
  height: 1px !important;
  margin: 0 !important;
  background: var(--roberin-home-line-soft) !important;
  border: 0 !important;
  opacity: 0.82 !important;
}

html body.home .entry-content .elementor.elementor-645 .elementor-widget-cs-hero .cs-hero__location,
html body.home .entry-content .elementor.elementor-645 .elementor-widget-cs-hero .cs-hero__status,
html body.home .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-hero .cs-hero__location,
html body.home .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-hero .cs-hero__status {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--roberin-home-subtle) !important;
  -webkit-text-fill-color: var(--roberin-home-subtle) !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
  letter-spacing: 0.02em !important;
}

html body.home .entry-content .elementor.elementor-645 .elementor-widget-cs-hero .cs-hero__location span,
html body.home .entry-content .elementor.elementor-645 .elementor-widget-cs-hero .cs-hero__status span,
html body.home .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-hero .cs-hero__location span,
html body.home .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-hero .cs-hero__status span {
  color: var(--roberin-home-subtle) !important;
  -webkit-text-fill-color: var(--roberin-home-subtle) !important;
  background: transparent !important;
}

html body.home .entry-content .elementor.elementor-645 .elementor-widget-cs-hero .cs-hero__location .emoji,
html body.home .entry-content .elementor.elementor-645 .elementor-widget-cs-hero .cs-hero__location img.emoji,
html body.home .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-hero .cs-hero__location .emoji,
html body.home .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-hero .cs-hero__location img.emoji {
  display: none !important;
}

html body.home .entry-content .elementor.elementor-645 .elementor-widget-cs-hero .cs-hero__description,
html body.home .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-hero .cs-hero__description {
  grid-area: description !important;
  justify-self: start !important;
  width: 100% !important;
  max-width: 520px !important;
  margin: 0 !important;
  color: var(--roberin-home-muted) !important;
  -webkit-text-fill-color: var(--roberin-home-muted) !important;
  font-size: 16px !important;
  line-height: 1.68 !important;
  font-weight: 800 !important;
  letter-spacing: -0.025em !important;
  text-align: left !important;
  word-break: keep-all !important;
  overflow-wrap: anywhere !important;
}

html body.home .entry-content .elementor.elementor-645 .elementor-widget-cs-hero .cs-hero__description br,
html body.home .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-hero .cs-hero__description br {
  display: none !important;
}

@media (prefers-color-scheme: dark) {
  html body.home[data-scheme="auto"] .entry-content .elementor.elementor-645 .elementor-widget-cs-hero .cs-hero__info::before,
  html body.home[data-scheme="auto"] .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-hero .cs-hero__info::before {
    opacity: 0 !important;
    transform: translate3d(0, 0, 0) scale(0.995) !important;
  }

  html body.home[data-scheme="auto"] .entry-content .elementor.elementor-645 .elementor-widget-cs-hero .cs-hero__info::after,
  html body.home[data-scheme="auto"] .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-hero .cs-hero__info::after {
    opacity: 1 !important;
    transform: translate3d(0, 0, 0) scale(1) !important;
  }
}

@media (max-width: 767px) {
  html body.home .entry-content .elementor.elementor-645 .elementor-widget-cs-hero .cs-hero,
  html body.home .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-hero .cs-hero {
    margin-top: 10px !important;
    margin-bottom: 18px !important;
  }

  html body.home .entry-content .elementor.elementor-645 .elementor-widget-cs-hero .cs-hero__info,
  html body.home .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-hero .cs-hero__info {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas:
      "heading"
      "meta"
      "description"
      "visual" !important;
    row-gap: 10px !important;
    min-height: 0 !important;
    padding: 16px 0 6px !important;
    text-align: left !important;
  }

  html body.home .entry-content .elementor.elementor-645 .elementor-widget-cs-hero .cs-hero__info::before,
  html body.home .entry-content .elementor.elementor-645 .elementor-widget-cs-hero .cs-hero__info::after,
  html body.home .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-hero .cs-hero__info::before,
  html body.home .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-hero .cs-hero__info::after {
    justify-self: center !important;
    width: min(100%, 350px) !important;
    max-width: 350px !important;
    min-height: 205px !important;
    aspect-ratio: 1.32 / 1 !important;
    margin-top: 4px !important;
    background-position: 69% 50% !important;
    mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 100%) !important;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 100%) !important;
  }

  html body.home .entry-content .elementor.elementor-645 .elementor-widget-cs-hero .cs-hero__heading,
  html body.home .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-hero .cs-hero__heading {
    max-width: 100% !important;
    font-size: clamp(29px, 9.2vw, 38px) !important;
    line-height: 1.1 !important;
    text-align: left !important;
  }

  html body.home .entry-content .elementor.elementor-645 .elementor-widget-cs-hero .cs-hero__additional,
  html body.home .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-hero .cs-hero__additional {
    justify-content: flex-start !important;
    gap: 8px !important;
  }

  html body.home .entry-content .elementor.elementor-645 .elementor-widget-cs-hero .cs-hero__description,
  html body.home .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-hero .cs-hero__description {
    max-width: 100% !important;
    font-size: 14px !important;
    line-height: 1.62 !important;
    text-align: left !important;
  }
}

/* v11 QA fix: earlier global hero pseudo rules used absolute/inset for grid texture.
 * The artwork pseudo-elements must be normal grid items so mobile reserves space
 * and the next headline never overlaps the image.
 */
html body.home .entry-content .elementor.elementor-645 .elementor-widget-cs-hero .cs-hero__info::before,
html body.home .entry-content .elementor.elementor-645 .elementor-widget-cs-hero .cs-hero__info::after,
html body.home .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-hero .cs-hero__info::before,
html body.home .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-hero .cs-hero__info::after {
  position: relative !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  z-index: 0 !important;
}

html body.home .entry-content .elementor.elementor-645 .elementor-widget-cs-hero .cs-hero__heading,
html body.home .entry-content .elementor.elementor-645 .elementor-widget-cs-hero .cs-hero__additional,
html body.home .entry-content .elementor.elementor-645 .elementor-widget-cs-hero .cs-hero__description,
html body.home .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-hero .cs-hero__heading,
html body.home .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-hero .cs-hero__additional,
html body.home .entry-content .elementor:is(.elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-widget-cs-hero .cs-hero__description {
  position: relative !important;
  z-index: 1 !important;
}


/* v15: keep 950px homepage shell lines in the same subdued dark-line family.
 * Do not let structural Elementor wrappers expose default white border colors. */
body.home:is([data-scheme="dark"], [data-scheme="inverse"]) .cs-header__inner,
body.home:is([data-scheme="dark"], [data-scheme="inverse"]) .cs-header__inner-desktop,
body.home:is([data-scheme="dark"], [data-scheme="inverse"]) .roberin-tools-nav,
body.home:is([data-scheme="dark"], [data-scheme="inverse"]) .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) [id^="tools-"].e-con,
body.home:is([data-scheme="dark"], [data-scheme="inverse"]) .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) .elementor-element-2f3bacb,
body.home:is([data-scheme="dark"], [data-scheme="inverse"]) .cs-contact-form__content {
  border-color: var(--roberin-home-line) !important;
}

body.home:is([data-scheme="dark"], [data-scheme="inverse"]) .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792),
body.home:is([data-scheme="dark"], [data-scheme="inverse"]) .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) > .elementor-element:not([id^="tools-"]),
body.home:is([data-scheme="dark"], [data-scheme="inverse"]) .entry-content .elementor:is(.elementor-645, .elementor-1789, .elementor-1790, .elementor-1791, .elementor-1792) > .elementor-element > .e-con-inner {
  color: var(--roberin-home-text) !important;
  -webkit-text-fill-color: var(--roberin-home-text) !important;
  border-color: transparent !important;
}
