.rd-home {
  --rd-navy: #06396d;
  --rd-blue: #006db7;
  --rd-green: #58a832;
  --rd-cream: #f6f3e9;
  --rd-ink: #112435;
  --rd-muted: #5f6e79;
  --rd-line: #dfe7e4;
  background: #fff;
  color: var(--rd-ink);
}

.rd-home * {
  box-sizing: border-box;
}

.rd-home a {
  color: inherit;
  text-decoration: none;
}

.rd-announcement {
  min-height: 38px;
  padding: 8px clamp(20px, 5vw, 72px);
  display: flex;
  justify-content: center;
  gap: 28px;
  align-items: center;
  background: var(--rd-navy);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.rd-announcement a {
  color: #b9ef9f;
  white-space: nowrap;
}

.rd-header {
  min-height: 94px;
  padding: 10px clamp(24px, 5vw, 76px);
  display: flex;
  align-items: center;
  gap: 38px;
  position: relative;
  z-index: 20;
  background: rgba(255, 255, 255, .97);
  border-bottom: 1px solid rgba(6, 57, 109, .08);
}

.rd-brand {
  width: min(240px, 31vw);
  margin-right: auto;
  display: flex;
  align-items: center;
}

.rd-brand img {
  width: 100%;
  height: auto;
  display: block;
}

.rd-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.rd-nav a {
  color: #314655;
  font-size: 14px;
  font-weight: 700;
}

.rd-nav a:hover {
  color: var(--rd-blue);
}

.rd-header-cta {
  padding: 13px 20px;
  border-radius: 8px;
  background: var(--rd-green);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(88, 168, 50, .2);
}

.rd-mobile-menu {
  display: none;
}

.rd-hero {
  min-height: 650px;
  padding: 52px clamp(28px, 7vw, 110px) 46px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
  align-items: center;
  gap: 30px;
  overflow: hidden;
  background:
    radial-gradient(circle at 93% 7%, rgba(88, 168, 50, .11), transparent 28%),
    linear-gradient(120deg, #fff 0%, #fff 57%, #f1f6ed 57%, #f7faf4 100%);
}

.rd-hero-copy {
  max-width: 660px;
  position: relative;
  z-index: 3;
}

.rd-eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--rd-green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.rd-home .rd-hero h1 {
  margin: 0;
  color: var(--rd-navy);
  font-size: clamp(48px, 5.15vw, 78px);
  line-height: .98;
  letter-spacing: -.055em;
  font-weight: 850;
}

.rd-hero-lede {
  max-width: 610px;
  margin: 26px 0 30px;
  color: var(--rd-muted);
  font-size: 19px;
  line-height: 1.58;
}

.rd-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.rd-button {
  padding: 16px 23px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 900;
}

.rd-button-primary {
  background: var(--rd-blue);
  color: #fff;
  box-shadow: 0 12px 24px rgba(0, 109, 183, .2);
}

.rd-button-secondary {
  border: 1px solid #bed0de;
  background: #fff;
  color: var(--rd-navy);
}

.rd-button:hover,
.rd-header-cta:hover {
  transform: translateY(-1px);
}

.rd-trust-row {
  margin-top: 28px;
  display: flex;
  gap: 24px;
  color: #4d616d;
  font-size: 13px;
  font-weight: 700;
}

.rd-trust-row b {
  margin-right: 5px;
  color: var(--rd-green);
}

.rd-machine-stage {
  min-height: 540px;
  position: relative;
  display: grid;
  place-items: center;
}

.rd-machine-wrap {
  width: min(510px, 95%);
  aspect-ratio: 1600 / 1777;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 30px 30px rgba(13, 47, 36, .17));
}

.rd-machine {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.rd-shape {
  position: absolute;
  border-radius: 50%;
}

.rd-shape-one {
  width: 420px;
  height: 420px;
  right: 1%;
  bottom: 7%;
  background: rgba(88, 168, 50, .14);
}

.rd-shape-two {
  width: 310px;
  height: 310px;
  right: 15%;
  top: 3%;
  border: 1px solid rgba(0, 109, 183, .14);
}

.rd-service-card {
  padding: 14px 18px;
  display: flex;
  gap: 11px;
  align-items: center;
  position: absolute;
  z-index: 4;
  right: 1%;
  bottom: 12%;
  border: 1px solid rgba(6, 57, 109, .09);
  border-radius: 12px;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 15px 40px rgba(18, 47, 42, .13);
}

.rd-service-card b,
.rd-service-card small {
  display: block;
}

.rd-service-card b {
  color: var(--rd-navy);
  font-size: 13px;
}

.rd-service-card small {
  margin-top: 3px;
  color: var(--rd-muted);
  font-size: 11px;
}

.rd-pulse {
  width: 11px;
  height: 11px;
  flex: 0 0 11px;
  border-radius: 50%;
  background: var(--rd-green);
  box-shadow: 0 0 0 6px rgba(88, 168, 50, .15);
}

.rd-proof {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  transform: translateY(28px);
  border: 1px solid var(--rd-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 35px rgba(11, 50, 72, .07);
}

.rd-proof div {
  padding: 25px 28px;
  border-right: 1px solid var(--rd-line);
}

.rd-proof div:last-child {
  border-right: 0;
}

.rd-proof strong {
  display: block;
  color: var(--rd-blue);
  font-size: 25px;
  letter-spacing: -.03em;
}

.rd-proof span {
  color: var(--rd-muted);
  font-size: 12px;
}

.rd-section {
  padding: 108px clamp(28px, 8vw, 120px);
}

.rd-intro {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 9vw;
  align-items: end;
  background: var(--rd-cream);
}

.rd-home .rd-section h2 {
  margin: 0;
  color: var(--rd-navy);
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.05;
  letter-spacing: -.045em;
}

.rd-intro p,
.rd-locations p,
.rd-contact-copy p {
  margin: 0;
  color: var(--rd-muted);
  font-size: 17px;
  line-height: 1.75;
}

.rd-features {
  padding: 0 clamp(28px, 8vw, 120px) 108px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  background: var(--rd-cream);
}

.rd-feature {
  min-height: 235px;
  padding: 32px;
  border-top: 4px solid var(--rd-green);
  border-radius: 14px;
  background: #fff;
}

.rd-feature-number {
  color: #9fb0b7;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .15em;
}

.rd-home .rd-feature h3 {
  margin: 44px 0 12px;
  color: var(--rd-navy);
  font-size: 21px;
}

.rd-feature p {
  margin: 0;
  color: var(--rd-muted);
  line-height: 1.6;
}

.rd-feature a {
  margin-top: 18px;
  display: inline-flex;
  color: var(--rd-blue);
  font-size: 13px;
  font-weight: 800;
}

.rd-locations {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 8vw;
  background: var(--rd-navy);
}

.rd-home .rd-locations h2 {
  color: #fff;
}

.rd-locations p {
  margin-top: 24px;
  color: #c6d5df;
}

.rd-locations .rd-eyebrow {
  color: #a4dc80;
}

.rd-towns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-content: center;
  gap: 10px;
}

.rd-towns a {
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 8px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.rd-towns a::before {
  content: "↗";
  margin-right: 12px;
  color: #99d875;
}

.rd-towns a:hover {
  background: rgba(255, 255, 255, .08);
}

.rd-contact {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 8vw;
  align-items: center;
  background: #f8faf8;
}

.rd-contact-copy p {
  max-width: 530px;
  margin: 24px 0;
}

.rd-contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.rd-contact-links a {
  color: var(--rd-blue);
  font-weight: 900;
}

.rd-contact-links a:last-child {
  color: var(--rd-green);
}

.rd-form {
  padding: 32px;
  display: grid;
  gap: 17px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(10, 50, 67, .11);
}

.rd-form label {
  color: #314856;
  font-size: 12px;
  font-weight: 800;
}

.rd-form input,
.rd-form select,
.rd-form textarea {
  width: 100%;
  margin-top: 7px;
  padding: 14px;
  border: 1px solid #cedbd9;
  border-radius: 7px;
  background: #fbfdfc;
  color: var(--rd-ink);
  font: inherit;
  font-size: 14px;
}

.rd-form textarea {
  min-height: 96px;
  resize: vertical;
}

.rd-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.rd-form button {
  padding: 16px;
  border: 0;
  border-radius: 8px;
  background: var(--rd-green);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}

.rd-form small {
  color: #75848c;
  text-align: center;
}

.rd-footer {
  padding: 36px clamp(28px, 8vw, 120px);
  display: grid;
  grid-template-columns: minmax(190px, 250px) 1fr;
  align-items: center;
  gap: 28px 52px;
  border-top: 1px solid var(--rd-line);
  background: #fff;
  color: var(--rd-muted);
}

.rd-footer img {
  width: 100%;
  height: auto;
  display: block;
}

.rd-footer-copy {
  display: grid;
  gap: 10px;
  font-size: 12px;
}

.rd-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.rd-footer-links a {
  color: var(--rd-navy);
  font-weight: 700;
}

.rd-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 980px) {
  .rd-nav {
    gap: 17px;
  }

  .rd-header-cta {
    display: none;
  }

  .rd-hero {
    grid-template-columns: 1fr 420px;
    padding-inline: 38px;
  }

  .rd-trust-row {
    gap: 14px;
  }

  .rd-proof {
    margin-inline: 24px;
  }
}

@media (max-width: 760px) {
  .rd-announcement {
    justify-content: space-between;
    gap: 8px;
    padding-inline: 16px;
    font-size: 9px;
    letter-spacing: .035em;
  }

  .rd-announcement span {
    max-width: 245px;
  }

  .rd-header {
    min-height: 78px;
    padding: 8px 17px;
  }

  .rd-brand {
    width: 188px;
  }

  .rd-nav,
  .rd-header-cta {
    display: none;
  }

  .rd-mobile-menu {
    display: block;
    position: static;
  }

  .rd-mobile-menu summary {
    width: 43px;
    height: 43px;
    display: grid;
    place-content: center;
    gap: 5px;
    list-style: none;
    cursor: pointer;
    border: 1px solid #d7e2e5;
    border-radius: 8px;
    background: #fff;
  }

  .rd-mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .rd-mobile-menu summary span {
    width: 20px;
    height: 2px;
    display: block;
    background: var(--rd-navy);
  }

  .rd-mobile-menu div {
    padding: 18px 20px;
    display: grid;
    gap: 6px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border-top: 1px solid var(--rd-line);
    background: #fff;
    box-shadow: 0 16px 28px rgba(6, 57, 109, .13);
  }

  .rd-mobile-menu a {
    padding: 10px 8px;
    color: var(--rd-navy);
    font-weight: 800;
  }

  .rd-hero {
    min-height: 0;
    padding: 48px 20px 28px;
    grid-template-columns: 1fr;
    gap: 3px;
    background:
      radial-gradient(circle at 88% 60%, rgba(88, 168, 50, .15), transparent 32%),
      #fff;
  }

  .rd-home .rd-hero h1 {
    font-size: clamp(43px, 13vw, 58px);
    line-height: .99;
  }

  .rd-hero-lede {
    margin: 22px 0 25px;
    font-size: 17px;
  }

  .rd-hero-actions {
    display: grid;
  }

  .rd-trust-row {
    margin-top: 22px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .rd-machine-stage {
    min-height: 425px;
    margin-top: 5px;
  }

  .rd-machine-wrap {
    width: 100%;
  }

  .rd-shape-one {
    width: 300px;
    height: 300px;
    right: -10%;
  }

  .rd-shape-two {
    width: 230px;
    height: 230px;
    right: 10%;
  }

  .rd-service-card {
    right: 1%;
    bottom: 9%;
  }

  .rd-proof {
    margin-inline: 16px;
    grid-template-columns: 1fr 1fr;
    transform: translateY(18px);
  }

  .rd-proof div {
    padding: 18px;
  }

  .rd-proof div:nth-child(2) {
    border-right: 0;
  }

  .rd-proof div:nth-child(-n+2) {
    border-bottom: 1px solid var(--rd-line);
  }

  .rd-section {
    padding: 78px 20px;
  }

  .rd-intro,
  .rd-locations,
  .rd-contact {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .rd-intro {
    align-items: start;
  }

  .rd-features {
    padding: 0 20px 78px;
    grid-template-columns: 1fr;
  }

  .rd-feature {
    min-height: 190px;
  }

  .rd-home .rd-feature h3 {
    margin-top: 30px;
  }

  .rd-towns {
    gap: 8px;
  }

  .rd-towns a {
    padding: 13px 11px;
    font-size: 13px;
  }

  .rd-towns a::before {
    margin-right: 7px;
  }

  .rd-form {
    padding: 22px 18px;
  }

  .rd-form-row {
    grid-template-columns: 1fr;
  }

  .rd-footer {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .rd-footer img {
    width: 190px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rd-home *,
  .rd-home *::before,
  .rd-home *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
