/*
Theme Name: SAGAR COPIERS
Theme URI: https://example.com/sagar-copier
Author: SAGAR COPIERS
Author URI: https://example.com
Description: Custom theme migrated from the New website static design.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: sagar-copier
*/

@import url("./legacy-style.css");

/* WordPress-specific resets */
.site-main {
  min-height: 40vh;
}

.wp-caption,
.wp-caption-text,
.gallery-caption,
.bypostauthor,
.alignright,
.alignleft,
.aligncenter {
  max-width: 100%;
}

/* WooCommerce parity refinements */
.catalog-card .button,
.catalog-card .added_to_cart {
  margin-top: 0.2rem;
  display: inline-flex;
  width: fit-content;
  color: #fff;
  background: linear-gradient(90deg, var(--primary) 0%, var(--primary-dark) 100%);
  font-weight: 700;
  font-size: 0.84rem;
  border-radius: 999px;
  padding: 0.42rem 0.75rem;
  border: 0;
}

.catalog-card .added_to_cart {
  background: #2f3e57;
}

.product-feature-panel .cart {
  display: grid;
  gap: 0.5rem;
}

.product-feature-panel .cart .quantity input {
  border: 1px solid #d4deee;
  border-radius: 8px;
  padding: 0.44rem 0.52rem;
  width: 100%;
}

.product-feature-panel .single_add_to_cart_button {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  padding: 0.58rem 0.75rem;
  font-size: 0.87rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(90deg, var(--primary) 0%, var(--primary-dark) 100%);
  border: 0;
}

.product-feature-panel .price {
  font-size: 1.2rem;
  font-weight: 700;
  color: #26344a;
}

.sindoh-enquiry-box {
  margin-top: 0.6rem;
  padding: 0.8rem;
  border-radius: 12px;
  border: 1px solid rgba(122, 193, 67, 0.28);
  background: var(--surface-green);
}

.catalog-topbar-meta .woocommerce-ordering {
  margin: 0;
}

.catalog-topbar-meta .woocommerce-ordering .orderby {
  border: 1px solid #d3dced;
  background: #f8fbff;
  border-radius: 8px;
  padding: 0.36rem 0.62rem;
  font: inherit;
  color: #2a3140;
}

.catalog-result-count .woocommerce-result-count {
  margin: 0;
  font-size: 0.86rem;
  color: #50607a;
  font-weight: 600;
}

/* Professional simple top navigation */
.site-header {
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(226, 233, 243, 0.9);
  box-shadow: 0 8px 28px rgba(15, 20, 32, 0.055);
  backdrop-filter: blur(14px);
}

.nav-wrap {
  min-height: 74px;
  gap: clamp(0.8rem, 2vw, 1.4rem);
}

.brand-logo {
  width: auto;
  height: 48px;
}

.primary-nav > ul {
  align-items: center;
  gap: 0.25rem;
}

.primary-nav > ul > li > a {
  display: inline-flex;
  align-items: center;
  min-height: 2.3rem;
  padding: 0.5rem 0.72rem;
  border-radius: 999px;
  color: #2f3a4d;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.primary-nav > ul > li > a:hover,
.primary-nav > ul > li > a:focus-visible {
  color: var(--accent-green-strong);
  background: var(--surface-green);
}

.nav-item-dropdown > a::after {
  content: "";
  width: 0.38rem;
  height: 0.38rem;
  margin-left: 0.45rem;
  border-right: 1.8px solid currentColor;
  border-bottom: 1.8px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  opacity: 0.7;
}

.nav-dropdown {
  top: calc(100% + 0.6rem);
  left: 50%;
  min-width: 245px;
  padding: 0.45rem;
  border: 1px solid #e1e8f2;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 22px 55px rgba(15, 20, 32, 0.14);
  transform: translate(-50%, 8px);
}

.nav-dropdown::before {
  content: "";
  position: absolute;
  top: -0.42rem;
  left: 50%;
  width: 0.8rem;
  height: 0.8rem;
  background: #fff;
  border-top: 1px solid #e1e8f2;
  border-left: 1px solid #e1e8f2;
  transform: translateX(-50%) rotate(45deg);
}

.nav-dropdown a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 2.55rem;
  padding: 0.58rem 0.75rem;
  border-radius: 13px;
  color: #2f3a4d;
  font-size: 0.94rem;
  font-weight: 600;
}

.nav-dropdown a:hover,
.nav-dropdown a:focus-visible {
  color: #111827;
  background: #f4f7fb;
}

.nav-item-dropdown:hover .nav-dropdown,
.nav-item-dropdown:focus-within .nav-dropdown {
  transform: translate(-50%, 0);
}

.nav-cta {
  padding: 0.62rem 1rem;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(241, 90, 55, 0.18);
}

.menu-toggle {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
}

.menu-toggle:focus-visible {
  outline: 3px solid rgba(241, 90, 55, 0.22);
  outline-offset: 2px;
}

/* —— Shared section utility (refurbished + others) —— */
:root {
  --ui-radius-lg: 30px;
  --ui-radius-md: 22px;
  --ui-radius-sm: 18px;
  --ui-shadow-card: 0 16px 42px rgba(15, 20, 32, 0.07);
  --ui-shadow-elevated: 0 24px 64px rgba(15, 20, 32, 0.12);
  --ui-heading: clamp(1.85rem, 3.5vw, 2.75rem);
  --ui-lead-max: 42rem;
  --ui-section-pad: clamp(3.25rem, 6.5vw, 4.75rem);
  --surface-green: #f3f9ee;
  --surface-green-2: #eef6e8;
  --navy: #1f2e45;
  --accent-green: #7ac143;
  --accent-green-strong: #5a9e2e;
  --accent-blue: #2b7fd4;
  --ui-light-panel-bg:
    radial-gradient(circle at 88% 12%, rgba(122, 193, 67, 0.14), transparent 18rem),
    linear-gradient(135deg, var(--surface-green) 0%, #ffffff 58%, #f4f7fb 100%);
}

.section-sm {
  padding: 3.25rem 0;
}

.section-lead {
  max-width: var(--ui-lead-max);
  margin: 0.35rem 0 0;
  color: var(--muted, #5d6473);
  font-size: 1.02rem;
  line-height: 1.68;
}

/* UI Designer: shared section heads (priority marketing pages) */
.ui-section-head,
.rental-mps-head,
.rental-fleet-studio-head,
.refurb-family-intro,
.refurb-advantage-head {
  max-width: 47rem;
  margin-bottom: clamp(1.75rem, 3.5vw, 2.5rem);
}

.ui-section-head h2,
.rental-mps-head h2,
.rental-fleet-studio-head h2,
.refurb-family-intro h2,
.refurb-advantage-head h2 {
  margin-top: 0.35rem;
  font-size: var(--ui-heading);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.rental-page .rental-section,
.refurb-page .section:not(.section-sm):not(.refurb-cta-section) {
  padding-block: var(--ui-section-pad);
}

.rental-page .rental-mps-benefits,
.rental-page .rental-mps-models,
.rental-page #rental-story {
  padding-block: var(--ui-section-pad);
}

/* Homepage trust section */
.why-sagar-feature {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 20%, rgba(241, 90, 55, 0.12), transparent 24rem),
    linear-gradient(180deg, #f7f9fd 0%, #ffffff 100%);
}

.why-sagar-feature::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 16%, #000 84%, transparent 100%);
}

.why-sagar-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(1.25rem, 4vw, 3rem);
  align-items: stretch;
}

.why-sagar-copy {
  min-height: clamp(22rem, 42vw, 30rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1.35rem, 3vw, 2.1rem);
  border: 1px solid #e2e9f3;
  border-radius: 30px;
  background: var(--ui-light-panel-bg);
  color: var(--navy);
  box-shadow: var(--ui-shadow-card);
}

.why-sagar-copy .kicker {
  color: var(--accent-green-strong);
}

.why-sagar-copy h2 {
  max-width: 39rem;
  margin: 0.35rem 0 0.85rem;
  color: var(--navy);
  font-size: clamp(1.75rem, 3.6vw, 2.65rem);
  line-height: 1.14;
  letter-spacing: -0.035em;
}

.why-sagar-copy p {
  max-width: 36rem;
  margin: 0;
  color: #5b6678;
  line-height: 1.68;
}

.why-sagar-proof {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 0.9rem;
  align-items: stretch;
}

.why-sagar-media {
  min-height: clamp(22rem, 42vw, 30rem);
  margin: 0;
  border: 0;
  border-radius: var(--ui-radius-lg);
  overflow: hidden;
  box-shadow: 0 22px 58px rgba(15, 20, 32, 0.12);
}

.why-sagar-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(22rem, 42vw, 30rem);
  object-fit: cover;
  object-position: 22% center;
}

.why-sagar-points {
  display: grid;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
}

.why-sagar-points article {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 4.2rem minmax(0, 1fr);
  gap: 0.9rem;
  align-items: start;
  padding: 1.05rem;
  border-radius: var(--ui-radius-md);
  background: #fff;
  border: 1px solid #e2e9f3;
  box-shadow: var(--ui-shadow-card);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.priority-home .why-sagar-points article:hover {
  border-color: rgba(122, 193, 67, 0.35);
  box-shadow: var(--ui-shadow-elevated);
}

.priority-home .why-sagar-feature,
.priority-home .verticals-bento {
  padding-block: var(--ui-section-pad);
}

.priority-home .about-section .about-band {
  border-radius: var(--ui-radius-lg);
  overflow: hidden;
}

.why-sagar-points article::after {
  content: "";
  position: absolute;
  right: -3rem;
  bottom: -4rem;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background: rgba(122, 193, 67, 0.1);
}

.why-sagar-points span {
  position: relative;
  z-index: 1;
  color: rgba(122, 193, 67, 0.4);
  font-size: clamp(1.85rem, 4vw, 2.8rem);
  line-height: 0.9;
  font-weight: 900;
  letter-spacing: -0.08em;
}

.why-sagar-points div {
  position: relative;
  z-index: 1;
}

.why-sagar-points h3 {
  margin: 0 0 0.35rem;
  color: #1f2e45;
  font-size: 1.02rem;
}

.why-sagar-points p {
  margin: 0;
  color: #5d6879;
  font-size: 0.92rem;
  line-height: 1.55;
}

/* Homepage business verticals */
.verticals-bento {
  position: relative;
  overflow: hidden;
  border-top: 1px solid #e6edf7;
  background:
    radial-gradient(circle at 8% 12%, rgba(122, 193, 67, 0.1), transparent 22rem),
    linear-gradient(180deg, #ffffff 0%, var(--surface-green) 100%);
}

.verticals-bento::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.032) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 16%, #000 84%, transparent 100%);
}

.verticals-bento > .container {
  position: relative;
  z-index: 1;
}

.verticals-bento-head {
  width: min(100% - 2rem, var(--container));
  text-align: left;
  max-width: var(--container);
  margin-inline: auto;
  margin-bottom: 2rem;
}

.verticals-bento-head h2 {
  max-width: 760px;
  margin-top: 0.35rem;
  letter-spacing: -0.035em;
}

.verticals-bento-head p:not(.kicker) {
  max-width: 760px;
  margin: 0.6rem 0 0;
  color: #5d6879;
  line-height: 1.68;
}

.verticals-bento-layout {
  display: block;
}

.verticals-bento-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
  grid-auto-rows: minmax(13rem, auto);
  gap: 1rem;
}

.bento-card {
  position: relative;
  min-height: 15rem;
  border: 1px solid #dfe7f2;
  border-radius: var(--ui-radius-lg);
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 18px 44px rgba(15, 20, 32, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.bento-card-feature {
  grid-row: span 3;
  min-height: 32rem;
}

.bento-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  transition: transform 0.45s ease;
}

.bento-card:nth-child(2) img {
  object-position: 55% center;
}

.bento-card:nth-child(3) img {
  object-position: 40% center;
}

.bento-card:nth-child(4) img {
  object-position: center 40%;
}

.bento-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(15, 23, 36, 0.02) 0%, rgba(15, 23, 36, 0.14) 36%, rgba(15, 23, 36, 0.72) 100%),
    radial-gradient(circle at 18% 18%, rgba(122, 193, 67, 0.22), transparent 18rem);
}

.bento-card-feature .bento-overlay {
  background:
    linear-gradient(180deg, rgba(15, 23, 36, 0.04) 0%, rgba(15, 23, 36, 0.12) 34%, rgba(15, 23, 36, 0.78) 100%),
    radial-gradient(circle at 16% 16%, rgba(122, 193, 67, 0.26), transparent 22rem);
}

.bento-copy {
  position: absolute;
  inset: auto 0 0;
  display: grid;
  gap: 0.42rem;
  padding: clamp(1rem, 2.6vw, 1.45rem);
}

.bento-card-feature .bento-copy {
  padding: clamp(1.35rem, 3vw, 2rem);
}

.bento-tag {
  width: fit-content;
  margin: 0 0 0.15rem;
  padding: 0.28rem 0.62rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.12);
  color: var(--accent-green, #7ac143);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  backdrop-filter: blur(4px);
}

.bento-copy h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.1rem, 2.3vw, 1.55rem);
  line-height: 1.14;
  letter-spacing: -0.035em;
}

.bento-card-feature .bento-copy h3 {
  font-size: clamp(1.75rem, 4vw, 2.65rem);
}

.bento-copy p {
  max-width: 34rem;
  margin: 0;
  color: rgba(248, 251, 255, 0.9);
  font-size: 0.92rem;
  line-height: 1.55;
}

.bento-copy span {
  width: fit-content;
  margin-top: 0.35rem;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 800;
}

.bento-copy span::after {
  content: " ->";
}

.bento-card:hover,
.bento-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(122, 193, 67, 0.45);
  box-shadow: 0 24px 58px rgba(15, 20, 32, 0.14);
}

.bento-card:hover img,
.bento-card:focus-visible img {
  transform: scale(1.04);
}

/* Refurbished machines page */
.refurb-page .hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 0.2rem;
}

.refurb-page .hero-copy-card .btn-ghost,
.rental-page .hero-copy-card .btn-ghost {
  border-color: rgba(122, 193, 67, 0.45);
  color: var(--navy, #1f2e45);
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(5px);
}

.refurb-page .hero-copy-card .btn-ghost:hover,
.rental-page .hero-copy-card .btn-ghost:hover {
  background: var(--surface-green, #f3f9ee);
  border-color: var(--accent-green-strong, #5a9e2e);
}

.refurb-hero .hero-content {
  grid-template-columns: minmax(0, 1fr) minmax(16rem, 24rem);
  gap: clamp(1.5rem, 5vw, 5rem);
  align-items: center;
}

.refurb-hero .hero-copy-card {
  max-width: 760px;
}

.refurb-hero .hero-copy-card h1 {
  font-size: clamp(2rem, 4.6vw, 3.3rem);
  letter-spacing: -0.035em;
}

.refurb-hero .hero-copy-card p {
  max-width: 42rem;
  font-size: clamp(1rem, 1.45vw, 1.14rem);
  line-height: 1.7;
}

.refurb-brand-section {
  background:
    radial-gradient(circle at 92% 12%, rgba(241, 90, 55, 0.06), transparent 18rem),
    linear-gradient(180deg, #f7f9fd 0%, #ffffff 100%);
  border-bottom: 1px solid #e5ebf4;
}

.refurb-brand {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}

.refurb-brand-copy h2 {
  max-width: 42rem;
  margin: 0.35rem 0 0.75rem;
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.refurb-brand-copy p {
  margin: 0;
  color: #5b6678;
  line-height: 1.68;
}

.refurb-logo-cloud {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
}

.refurb-logo-cloud span {
  min-height: 5rem;
  display: grid;
  place-items: center;
  padding: 0.95rem;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #e2e9f3;
  box-shadow: 0 14px 34px rgba(15, 20, 32, 0.055);
}

.refurb-logo-cloud img {
  max-width: 100%;
  max-height: 2.8rem;
  object-fit: contain;
  filter: saturate(0.82);
}

.refurb-family {
  display: grid;
  grid-template-columns: minmax(17rem, 0.82fr) minmax(0, 1.1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}

.refurb-family-intro {
  position: sticky;
  top: 6rem;
}

.refurb-family-intro h2,
.refurb-process-copy h2,
.refurb-advantage-head h2,
.refurb-trust-panel h2,
.refurb-cta h2 {
  margin: 0.35rem 0 0.8rem;
  font-size: clamp(1.55rem, 3.2vw, 2.35rem);
  line-height: 1.18;
  letter-spacing: -0.025em;
}

.refurb-family-intro p,
.refurb-process-copy > p {
  color: #5b6678;
  line-height: 1.7;
}

.refurb-family-intro .btn {
  margin-top: 1rem;
}

.refurb-family-hero {
  grid-column: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(11rem, 17rem);
  gap: 1rem;
  align-items: end;
  min-height: 19rem;
  padding: clamp(1.1rem, 3vw, 1.75rem);
  border-radius: 30px;
  border: 1px solid #e2e9f3;
  background: var(--ui-light-panel-bg);
  color: var(--navy);
  overflow: hidden;
  box-shadow: var(--ui-shadow-card);
}

.refurb-family-hero span,
.refurb-advantage-large span {
  display: inline-flex;
  margin-bottom: 0.65rem;
  color: var(--accent-green-strong);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.refurb-family-hero h3 {
  margin: 0 0 0.6rem;
  font-size: clamp(1.35rem, 2.7vw, 2rem);
  line-height: 1.13;
  letter-spacing: -0.035em;
}

.refurb-family-hero p {
  margin: 0;
  color: #5b6678;
  line-height: 1.6;
}

.refurb-family-hero img {
  width: min(100%, 18rem);
  min-height: 12rem;
  justify-self: end;
  border-radius: var(--ui-radius-md);
  object-fit: cover;
  object-position: center 35%;
  filter: drop-shadow(0 22px 34px rgba(0, 0, 0, 0.26));
}

.refurb-family-grid {
  grid-column: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.refurb-family-card {
  display: grid;
  grid-template-columns: minmax(0, 8.5rem) minmax(0, 1fr);
  gap: 0.9rem;
  align-items: center;
  padding: 1rem;
  border-radius: var(--ui-radius-md);
  background: #fff;
  border: 1px solid #e2e9f3;
  box-shadow: var(--ui-shadow-card);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.refurb-family-card:hover {
  border-color: rgba(122, 193, 67, 0.32);
  box-shadow: var(--ui-shadow-elevated);
}

.refurb-family-card img {
  width: 8.5rem;
  height: 6.25rem;
  object-fit: cover;
  object-position: center;
  border-radius: var(--ui-radius-sm);
}

.refurb-family-card h3 {
  margin: 0 0 0.3rem;
  color: #1f2e45;
  font-size: 1rem;
}

.refurb-family-card p {
  margin: 0;
  color: #5d6879;
  font-size: 0.9rem;
  line-height: 1.5;
}

.refurb-process-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 20%, rgba(122, 193, 67, 0.14), transparent 28rem),
    linear-gradient(180deg, #f7faf5 0%, #ffffff 100%);
  color: var(--navy);
  border-top: 1px solid #e8eef5;
  border-bottom: 1px solid #e8eef5;
}

.refurb-process-section::after {
  display: none;
}

.refurb-process {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: center;
}

.refurb-process-media {
  margin: 0;
  min-height: 31rem;
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid #e2e9f3;
  box-shadow: var(--ui-shadow-elevated);
}

.refurb-process-media img {
  width: 100%;
  height: 100%;
  min-height: 31rem;
  object-fit: cover;
  object-position: 32% center;
}

.refurb-process-section .kicker {
  color: var(--accent-green, #7ac143);
}

.refurb-process-copy h2 {
  color: var(--navy);
}

.refurb-process-copy > p {
  color: #5b6678;
}

.refurb-process-steps {
  display: grid;
  gap: 0;
  margin: clamp(1.5rem, 3vw, 2.3rem) 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #e2e9f3;
}

.refurb-process-steps li {
  display: grid;
  grid-template-columns: 5rem minmax(0, 1fr);
  gap: 1.1rem;
  padding: 1.35rem 0;
  border-bottom: 1px solid #e2e9f3;
}

.refurb-process-steps li:last-child {
  padding-bottom: 1.35rem;
}

.refurb-process-steps span {
  color: rgba(122, 193, 67, 0.35);
  font-size: clamp(2rem, 5vw, 3.2rem);
  line-height: 0.9;
  font-weight: 900;
  letter-spacing: -0.08em;
}

.refurb-process-steps h3 {
  margin: 0 0 0.35rem;
  color: var(--navy);
  font-size: 1.08rem;
}

.refurb-process-steps p {
  margin: 0;
  color: #5b6678;
  line-height: 1.58;
}

.refurb-advantage-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 18%, rgba(122, 193, 67, 0.12), transparent 22rem),
    linear-gradient(180deg, #ffffff 0%, var(--surface-green) 100%);
  color: var(--navy);
}

.refurb-advantage-section::after {
  display: none;
}

.refurb-advantage {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(1.5rem, 4vw, 2.5rem);
}

.refurb-advantage-head {
  max-width: 58rem;
}

.refurb-advantage-head .kicker,
.refurb-cta .kicker {
  color: var(--accent-green, #7ac143);
}

.refurb-advantage-head h2,
.refurb-cta h2 {
  color: var(--navy);
}

.refurb-advantage-grid {
  display: grid;
  grid-template-columns: 1.45fr repeat(3, minmax(0, 0.8fr));
  gap: 0.85rem;
}

.refurb-advantage-grid article {
  min-height: 13.5rem;
  padding: clamp(1rem, 2.4vw, 1.4rem);
  border-radius: var(--ui-radius-md);
  background: #fff;
  border: 1px solid #e2e9f3;
  box-shadow: var(--ui-shadow-card);
}

.refurb-advantage-large h3 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.3rem, 2.7vw, 2rem);
  line-height: 1.14;
  letter-spacing: -0.04em;
}

.refurb-advantage-grid strong {
  display: block;
  margin-bottom: 1.2rem;
  color: var(--accent-green-strong);
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  line-height: 1;
  letter-spacing: -0.07em;
}

.refurb-advantage-grid p {
  margin: 0;
  color: #5b6678;
  line-height: 1.55;
}

.refurb-trust {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(1.25rem, 4vw, 3rem);
  align-items: stretch;
}

.refurb-trust-panel {
  position: sticky;
  top: 6rem;
  min-height: 31rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1.25rem, 3vw, 2rem);
  border-radius: 30px;
  border: 1px solid #e2e9f3;
  background: var(--ui-light-panel-bg);
  color: var(--navy);
  overflow: hidden;
  box-shadow: var(--ui-shadow-card);
}

.refurb-trust-panel::after {
  display: none;
}

.refurb-trust-panel > * {
  position: relative;
  z-index: 1;
}

.refurb-trust-panel .kicker {
  color: var(--accent-green, #7ac143);
}

.refurb-trust-panel h2 {
  color: var(--navy);
}

.refurb-trust-panel p {
  max-width: 31rem;
  margin: 0;
  color: #5b6678;
  line-height: 1.7;
}

.refurb-trust-stamp {
  width: 9.2rem;
  height: 9.2rem;
  display: grid;
  place-items: center;
  align-self: flex-end;
  margin-top: 2rem;
  border-radius: 50%;
  text-align: center;
  background: var(--surface-green-2);
  border: 1px solid rgba(122, 193, 67, 0.28);
  box-shadow: inset 0 0 0 10px rgba(122, 193, 67, 0.06);
}

.refurb-trust-stamp span,
.refurb-trust-stamp strong {
  display: block;
}

.refurb-trust-stamp span {
  color: var(--accent-green-strong);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.refurb-trust-stamp strong {
  margin-top: -1rem;
  color: var(--navy);
  font-size: 1.25rem;
}

.refurb-trust-list {
  display: grid;
  gap: 0.85rem;
  align-content: stretch;
  border-top: 0;
}

.refurb-trust-list article {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 4.75rem minmax(0, 0.78fr) minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  padding: 1.15rem;
  min-height: 7.15rem;
  border-radius: var(--ui-radius-md);
  background: #fff;
  border: 1px solid #e2e9f3;
  box-shadow: var(--ui-shadow-card);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.refurb-trust-list article:hover {
  border-color: rgba(122, 193, 67, 0.32);
  box-shadow: var(--ui-shadow-elevated);
}

.refurb-trust-list article::after {
  content: "";
  position: absolute;
  inset: auto -3rem -4rem auto;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background: rgba(241, 90, 55, 0.08);
}

.refurb-trust-list span {
  position: relative;
  z-index: 1;
  color: rgba(122, 193, 67, 0.38);
  font-size: clamp(2rem, 5vw, 3.15rem);
  line-height: 0.9;
  font-weight: 900;
  letter-spacing: -0.08em;
}

.refurb-trust-list div,
.refurb-trust-list p {
  position: relative;
  z-index: 1;
}

.refurb-trust-list small {
  display: inline-flex;
  margin-bottom: 0.35rem;
  color: var(--accent-green-strong);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.refurb-trust-list h3 {
  margin: 0;
  color: #1f2e45;
  font-size: 1.05rem;
}

.refurb-trust-list p {
  margin: 0;
  color: #5d6879;
  line-height: 1.55;
}

.refurb-cta-section {
  padding-top: 0;
}

.refurb-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  border-radius: var(--ui-radius-lg);
  border: 1px solid #e2e9f3;
  box-shadow: var(--ui-shadow-elevated);
  background: var(--ui-light-panel-bg);
}

.refurb-cta h2 {
  max-width: 48rem;
  margin-bottom: 0;
}

/* —— Rental machines page: editorial flow (scoped) —— */
.rental-page .hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1rem;
}

.rental-page .btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.85);
  color: #fff;
  background: rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(4px);
}

.rental-page .btn-ghost:hover {
  background: rgba(255, 255, 255, 0.14);
}

.rental-metrics-bar {
  background: linear-gradient(120deg, var(--surface-green) 0%, #ffffff 100%);
  color: var(--navy);
  padding: 1.75rem 0;
  border-bottom: 1px solid #e8eef5;
}

.rental-metrics-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 1rem 1.5rem;
}

.rental-metric {
  flex: 1 1 10rem;
  min-width: 0;
  text-align: center;
}

.rental-metric-value {
  display: block;
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  font-weight: 800;
  line-height: 1.15;
  color: var(--accent-green-strong);
  margin-bottom: 0.25rem;
}

.rental-metric-label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  color: #5b6678;
  line-height: 1.35;
}

.rental-metric-div {
  width: 1px;
  align-self: stretch;
  min-height: 2.5rem;
  background: #e2e9f3;
}

.rental-mps-benefits,
.rental-mps-models {
  background:
    radial-gradient(circle at 8% 8%, rgba(122, 193, 67, 0.08), transparent 20rem),
    linear-gradient(180deg, #fff 0%, #f7f9fd 100%);
}

.rental-mps-head {
  max-width: 47rem;
  margin: 0 0 clamp(1.75rem, 3.5vw, 2.5rem);
  text-align: left;
}

.rental-mps-head h2 {
  max-width: 43rem;
  margin: 0.35rem 0 0;
  font-size: var(--ui-heading);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.rental-mps-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.85rem, 2vw, 1.15rem);
}

.rental-mps-benefit-card {
  position: relative;
  min-height: 12.5rem;
  padding: clamp(1.15rem, 2vw, 1.45rem);
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: var(--ui-radius-md);
  background:
    radial-gradient(circle at 84% 14%, rgba(241, 90, 55, 0.13), transparent 8rem),
    #fff;
  box-shadow: var(--ui-shadow-card);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.rental-mps-benefit-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--ui-shadow-elevated);
}

.rental-mps-benefit-card:nth-child(2n) {
  background:
    radial-gradient(circle at 84% 14%, rgba(34, 197, 166, 0.14), transparent 8rem),
    #fff;
}

.rental-mps-benefit-card span,
.rental-mps-model-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.15rem;
  min-height: 3.15rem;
  margin-bottom: 1.35rem;
  border-radius: 999px;
  background: var(--surface-green-2);
  color: var(--accent-green-strong);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  box-shadow: inset 0 0 0 1px rgba(122, 193, 67, 0.2);
}

.rental-mps-benefit-card:nth-child(2n) span {
  background: #eef6ff;
  color: var(--accent-blue);
  box-shadow: inset 0 0 0 1px rgba(43, 127, 212, 0.18);
}

.rental-mps-benefit-card h3,
.rental-mps-model-card h3,
.rental-mps-work-list h3 {
  margin: 0;
  color: #162033;
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
  letter-spacing: -0.02em;
}

.rental-mps-benefit-card p,
.rental-mps-model-card p {
  margin: 0.65rem 0 0;
  color: #667085;
  line-height: 1.65;
}

.rental-mps-work {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 20%, rgba(122, 193, 67, 0.12), transparent 22rem),
    linear-gradient(180deg, var(--surface-green) 0%, #ffffff 100%);
  color: var(--navy);
  border-top: 1px solid #e8eef5;
  border-bottom: 1px solid #e8eef5;
}

.rental-mps-work-inner {
  display: block;
}

.rental-mps-work-copy {
  width: 100%;
  max-width: none;
}

.rental-mps-work .kicker {
  color: var(--accent-green, #7ac143);
}

.rental-mps-work-copy h2 {
  max-width: 52rem;
  margin: 0.35rem 0 0.9rem;
  color: var(--navy);
  font-size: clamp(1.85rem, 3.6vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.rental-mps-work-copy > p {
  max-width: 48rem;
  margin: 0;
  color: #5b6678;
  line-height: 1.7;
}

.rental-mps-work-list {
  margin: clamp(1.25rem, 2.5vw, 1.75rem) 0 0;
  padding: 0;
  list-style: none;
}

.rental-mps-roadmap {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  max-width: none;
}

.rental-mps-roadmap-step {
  position: relative;
  display: grid;
  grid-template-columns: 3.5rem minmax(0, 1fr);
  gap: 0 1.15rem;
  align-items: start;
  padding: 0 0 1.65rem;
}

.rental-mps-roadmap-step:not(.is-last)::before {
  content: "";
  position: absolute;
  left: 1.75rem;
  top: 3.5rem;
  bottom: 0;
  width: 2px;
  transform: translateX(-50%);
  background: linear-gradient(
    180deg,
    var(--accent-green) 0%,
    rgba(122, 193, 67, 0.45) 55%,
    rgba(122, 193, 67, 0.12) 100%
  );
}

.rental-mps-roadmap-step.is-last {
  padding-bottom: 0;
}

.rental-mps-roadmap-node {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--accent-green) 0%, var(--accent-green-strong) 100%);
  border: 3px solid #fff;
  box-shadow:
    0 0 0 5px rgba(122, 193, 67, 0.2),
    0 10px 24px rgba(0, 0, 0, 0.22);
}

.rental-mps-roadmap-node span {
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
}

.rental-mps-roadmap-card {
  position: relative;
  padding: 1rem 1.1rem;
  border-radius: var(--ui-radius-md);
  background: #fff;
  border: 1px solid #e2e9f3;
  box-shadow: var(--ui-shadow-card);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.rental-mps-roadmap-step:hover .rental-mps-roadmap-card,
.rental-mps-roadmap-step:focus-within .rental-mps-roadmap-card {
  border-color: rgba(122, 193, 67, 0.4);
  box-shadow: var(--ui-shadow-elevated);
}

.rental-mps-roadmap-card h3 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.02rem, 1.5vw, 1.15rem);
  letter-spacing: -0.02em;
}

.rental-mps-roadmap-card p {
  margin: 0.35rem 0 0;
  color: #5b6678;
  line-height: 1.58;
  font-size: 0.92rem;
}

@media (min-width: 1100px) {
  .rental-mps-roadmap {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 0;
    padding-top: 0.35rem;
  }

  .rental-mps-roadmap-step {
    flex: 1 1 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    justify-items: center;
    text-align: center;
    gap: 0.85rem;
    padding: 0 0.65rem;
  }

  .rental-mps-roadmap-step:not(.is-last)::before {
    display: none;
  }

  .rental-mps-roadmap-step:not(.is-last)::after {
    content: "";
    position: absolute;
    top: 1.75rem;
    left: 50%;
    width: 100%;
    height: 2px;
    background: linear-gradient(
      90deg,
      var(--accent-green) 0%,
      rgba(122, 193, 67, 0.45) 55%,
      rgba(122, 193, 67, 0.12) 100%
    );
  }

  .rental-mps-roadmap-card {
    width: 100%;
    min-height: 9.25rem;
    text-align: left;
  }
}

.rental-mps-model-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.3vw, 1.5rem);
}

.rental-mps-model-card {
  min-height: 16rem;
  padding: clamp(1.2rem, 2.4vw, 1.65rem);
  border-radius: var(--ui-radius-lg);
  border: 1px solid rgba(17, 24, 39, 0.08);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(247, 249, 253, 0.96));
  box-shadow: var(--ui-shadow-card);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.rental-mps-model-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--ui-shadow-elevated);
}

.rental-mps-model-card:nth-child(2) {
  transform: none;
}

@media (min-width: 961px) {
  .rental-mps-model-card:nth-child(2) {
    transform: translateY(0.85rem);
  }

  .rental-mps-model-card:nth-child(2):hover {
    transform: translateY(0.35rem);
  }
}

.rental-mps-model-card:nth-child(3) {
  background:
    radial-gradient(circle at 88% 12%, rgba(241, 90, 55, 0.13), transparent 10rem),
    #fffaf6;
}

.rental-section-header {
  max-width: 40rem;
  margin-bottom: 2rem;
}

.rental-section-header--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.rental-section-header h2 {
  margin-top: 0.35rem;
}

.rental-prose {
  margin: 0.75rem 0 0;
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--muted, #5d6473);
}

.rental-prose--narrow {
  max-width: 36rem;
}

.rental-section-header--center .rental-prose--narrow {
  margin-left: auto;
  margin-right: auto;
}

.rental-fit {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(18rem, 0.86fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
}

.rental-fit-blueprint {
  position: relative;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.rental-fit-media {
  margin: 0;
  position: relative;
  min-height: 34rem;
  border-radius: 30px;
  overflow: hidden;
  background: #e8eef5;
  box-shadow: var(--ui-shadow-elevated);
}

.rental-fit-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 34rem;
  object-fit: cover;
  object-position: 40% center;
}

.rental-fit-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(15, 23, 36, 0.04) 0%, rgba(15, 23, 36, 0.68) 100%),
    radial-gradient(circle at 16% 12%, rgba(255, 255, 255, 0.2), transparent 18rem);
}

.rental-fit-media figcaption {
  position: absolute;
  left: 1.1rem;
  right: 1.1rem;
  bottom: 1.1rem;
  z-index: 1;
  display: grid;
  gap: 0.25rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
  background: rgba(15, 23, 36, 0.62);
  color: #fff;
  backdrop-filter: blur(14px);
}

.rental-fit-media figcaption span {
  color: var(--accent-green, #7ac143);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rental-fit-media figcaption strong {
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.35;
}

.rental-fit-copy {
  max-width: 43rem;
}

.rental-fit-copy h2 {
  margin-top: 0.35rem;
  margin-bottom: 0.85rem;
  font-size: clamp(2rem, 4.4vw, 3.65rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.rental-fit-lead {
  margin: 0;
  color: var(--muted, #5d6473);
  font-size: clamp(1.02rem, 1.5vw, 1.18rem);
  line-height: 1.7;
}

.rental-fit-rows {
  margin-top: clamp(1.5rem, 3vw, 2.35rem);
  display: grid;
  gap: 0.75rem;
  border-left: 0;
}

.rental-fit-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  padding: 1rem;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: var(--ui-radius-md);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--ui-shadow-card);
}

.rental-fit-row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 18px;
  background: var(--surface-green-2);
  color: var(--accent-green-strong);
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.06em;
}

.rental-fit-row h3 {
  margin: 0;
  color: #172033;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  letter-spacing: -0.02em;
}

.rental-fit-row p {
  margin: 0.35rem 0 0;
  color: #536176;
  line-height: 1.58;
}

.rental-fit-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
  margin-top: clamp(1.5rem, 3vw, 2.35rem);
}

.rental-fit-actions span {
  font-size: 0.88rem;
  color: #68758a;
}

.rental-runway {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 20%, rgba(122, 193, 67, 0.12), transparent 28rem),
    linear-gradient(180deg, #ffffff 0%, var(--surface-green) 100%);
  color: var(--navy);
  border-top: 1px solid #e8eef5;
}

.rental-runway::after {
  display: none;
}

.rental-runway-inner {
  position: relative;
  z-index: 1;
  display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.6rem, 4vw, 3.5rem);
  align-items: start;
}

.rental-runway-promise {
  position: sticky;
  top: 5rem;
}

.rental-runway .kicker {
  color: var(--accent-green, #7ac143);
}

.rental-runway-promise h2 {
  margin: 0.35rem 0 0.8rem;
  color: var(--navy);
  font-size: clamp(1.75rem, 3.8vw, 2.65rem);
  line-height: 1.15;
}

.rental-runway-promise p {
  margin: 0;
  color: #5b6678;
  font-size: 1rem;
  line-height: 1.65;
}

.rental-runway-route {
  margin-top: 1.35rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.rental-runway-route span {
  display: inline-flex;
  padding: 0.34rem 0.65rem;
  border-radius: 999px;
  color: var(--navy);
  background: var(--surface-green);
  border: 1px solid rgba(122, 193, 67, 0.28);
  font-size: 0.78rem;
  font-weight: 700;
}

.rental-runway-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #e2e9f3;
}

.rental-runway-steps li {
  display: grid;
  grid-template-columns: 5rem minmax(0, 1fr);
  gap: 1.1rem;
  padding: 1.35rem 0;
  border-bottom: 1px solid #e2e9f3;
}

.rental-runway-num {
  font-size: clamp(2rem, 5vw, 3.2rem);
  line-height: 0.9;
  font-weight: 800;
  letter-spacing: -0.08em;
  color: rgba(122, 193, 67, 0.35);
}

.rental-runway-steps h3 {
  margin: 0 0 0.35rem;
  color: var(--navy);
  font-size: 1.08rem;
}

.rental-runway-steps p {
  margin: 0;
  color: #5b6678;
  line-height: 1.58;
}

.rental-timeline {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--stroke, #e4e8ef);
  background: var(--surface, #fff);
}

.rental-timeline-step {
  display: flex;
  gap: 0.85rem;
  padding: 1.35rem 1.1rem;
  border-right: 1px solid var(--stroke, #e4e8ef);
}

.rental-timeline-step:last-child {
  border-right: 0;
}

.rental-timeline-marker {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.95rem;
  color: #fff;
  background: linear-gradient(135deg, var(--primary, #f15a37) 0%, var(--primary-dark, #d94725) 100%);
}

.rental-timeline-body h3 {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
}

.rental-timeline-body p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--muted, #5d6473);
}

.rental-rhythm {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(1.5rem, 4vw, 3.25rem);
  align-items: center;
}

.rental-rhythm-copy h2 {
  margin: 0.35rem 0 0.65rem;
  font-size: clamp(1.55rem, 3.2vw, 2.35rem);
  line-height: 1.2;
}

.rental-rhythm-copy p {
  margin: 0 0 0.85rem;
  color: var(--muted, #5d6473);
  line-height: 1.65;
}

.rental-rhythm-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding: 1rem 0;
}

.rental-rhythm-track::before {
  content: "";
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  top: 1.45rem;
  height: 2px;
  background: linear-gradient(90deg, #dce6f5 0%, var(--primary, #f15a37) 50%, #dce6f5 100%);
}

.rental-rhythm-option {
  position: relative;
  padding: 2.35rem 1rem 0;
}

.rental-rhythm-option::before {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: 1rem;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #cfdced;
  box-shadow: 0 0 0 7px #fff;
}

.rental-rhythm-option--active::before {
  border-color: var(--primary, #f15a37);
  background: var(--primary, #f15a37);
}

.rental-rhythm-period {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--primary-dark, #d94725);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rental-rhythm-option h3 {
  margin: 0 0 0.45rem;
  font-size: 1.08rem;
  color: #1f2e45;
}

.rental-rhythm-option p {
  margin: 0;
  color: #5d6678;
  font-size: 0.92rem;
  line-height: 1.55;
}

.rental-rhythm-badge {
  position: absolute;
  top: -0.85rem;
  right: 1rem;
  padding: 0.28rem 0.56rem;
  border-radius: 999px;
  color: #fff;
  background: #1f2e45;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.rental-inclusion-rows {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 48rem;
}

.rental-inclusion-rows li {
  display: grid;
  grid-template-columns: minmax(0, 11rem) 1fr;
  gap: 1rem 1.5rem;
  padding: 1.1rem 0;
  border-bottom: 1px solid var(--stroke, #e4e8ef);
  align-items: baseline;
}

.rental-inclusion-rows li:first-child {
  padding-top: 0;
}

.rental-inclusion-title {
  font-weight: 800;
  font-size: 0.92rem;
  color: var(--text, #191c23);
}

.rental-inclusion-desc {
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--muted, #5d6473);
}

.rental-coverage {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: start;
}

.rental-coverage-intro {
  position: relative;
}

.rental-coverage-intro h2 {
  margin: 0.35rem 0 0.75rem;
  font-size: clamp(1.55rem, 3.2vw, 2.35rem);
  line-height: 1.18;
}

.rental-coverage-intro p {
  margin: 0;
  color: var(--muted, #5d6473);
  line-height: 1.68;
}

.rental-coverage-note {
  margin-top: 1.2rem;
  padding-left: 1rem;
  border-left: 3px solid var(--primary, #f15a37);
}

.rental-coverage-note strong {
  display: block;
  margin-bottom: 0.25rem;
  color: #1f2e45;
}

.rental-coverage-note span {
  display: block;
  color: #5d6678;
  font-size: 0.92rem;
  line-height: 1.5;
}

.rental-coverage-ledger {
  border-top: 1px solid #dfe6f0;
}

.rental-coverage-item {
  display: grid;
  grid-template-columns: 4.25rem minmax(0, 1fr);
  gap: 1rem;
  padding: 1.15rem 0;
  border-bottom: 1px solid #dfe6f0;
}

.rental-coverage-code {
  font-size: 1.35rem;
  line-height: 1;
  font-weight: 800;
  color: rgba(31, 46, 69, 0.24);
}

.rental-coverage-item h3 {
  margin: 0 0 0.35rem;
  color: #1f2e45;
  font-size: 1.05rem;
}

.rental-coverage-item p {
  margin: 0;
  color: #5d6678;
  line-height: 1.55;
}

.rental-shield-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, var(--surface-2) 100%);
  color: var(--navy);
}

.rental-shield-section::after {
  display: none;
}

.rental-shield {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(1.4rem, 4vw, 3rem);
  align-items: center;
  padding-top: clamp(1.4rem, 3vw, 2rem);
  padding-bottom: clamp(1.4rem, 3vw, 2rem);
  border-radius: 28px;
  border: 1px solid #e2e9f3;
  background: var(--ui-light-panel-bg);
  color: var(--navy);
  box-shadow: var(--ui-shadow-card);
}

.rental-shield-section .rental-shield {
  z-index: 1;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.rental-shield-section .rental-shield::after {
  display: none;
}

.rental-shield::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.08), transparent 28%, transparent 72%, rgba(255, 255, 255, 0.05));
}

.rental-shield-core {
  position: relative;
  z-index: 1;
  padding: clamp(1rem, 3vw, 2rem);
}

.rental-shield-section .rental-shield-core {
  padding: 0;
}

.rental-shield .kicker {
  color: var(--accent-green, #7ac143);
}

.rental-shield-core h2 {
  margin: 0.35rem 0 0.8rem;
  color: var(--navy);
  font-size: clamp(1.65rem, 3.5vw, 2.55rem);
  line-height: 1.14;
}

.rental-shield-core p {
  margin: 0;
  color: #5b6678;
  line-height: 1.68;
}

.rental-shield-seal {
  margin-top: 1.45rem;
  width: 9.25rem;
  height: 9.25rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
  background: var(--surface-green-2);
  border: 1px solid rgba(122, 193, 67, 0.28);
  box-shadow: inset 0 0 0 10px rgba(122, 193, 67, 0.06);
}

.rental-shield-seal span,
.rental-shield-seal strong {
  display: block;
}

.rental-shield-seal span {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-green-strong);
}

.rental-shield-seal strong {
  margin-top: -1.2rem;
  color: var(--navy);
  font-size: 1.25rem;
}

.rental-shield-lanes {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  padding: clamp(1rem, 2.4vw, 1.4rem);
}

.rental-shield-section .rental-shield-lanes {
  padding: 0;
}

.rental-shield-lane {
  min-height: 11rem;
  padding: 1.1rem;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #e2e9f3;
  box-shadow: var(--ui-shadow-card);
}

.rental-shield-lane span {
  display: inline-flex;
  margin-bottom: 1.2rem;
  color: rgba(122, 193, 67, 0.45);
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.07em;
}

.rental-shield-lane h3 {
  margin: 0 0 0.45rem;
  color: var(--navy);
  font-size: 1.04rem;
}

.rental-shield-lane p {
  margin: 0;
  color: #5b6678;
  font-size: 0.92rem;
  line-height: 1.55;
}

.rental-editorial-stack {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 44rem;
  margin: 0 auto;
}

.rental-editorial {
  padding: 1.75rem 0;
  border-bottom: 1px solid var(--stroke, #e4e8ef);
}

.rental-editorial:first-child {
  padding-top: 0;
}

.rental-editorial:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.rental-editorial h3 {
  margin: 0 0 0.5rem;
  font-size: 1.2rem;
}

.rental-editorial p {
  margin: 0 0 0.65rem;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--muted, #5d6473);
}

.rental-inline-link {
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--accent-green-strong);
}

.rental-inline-link:hover {
  text-decoration: underline;
}

.rental-engage {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}

.rental-engage-intro {
  position: sticky;
  top: 5rem;
}

.rental-engage-intro h2 {
  margin: 0.35rem 0 0.75rem;
  font-size: clamp(1.55rem, 3.2vw, 2.35rem);
  line-height: 1.18;
}

.rental-engage-intro p {
  margin: 0;
  color: var(--muted, #5d6473);
  line-height: 1.68;
}

.rental-engage-lanes {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.rental-engage-lane {
  position: relative;
  display: grid;
  grid-template-columns: 5.5rem minmax(0, 1fr);
  gap: 1rem;
  align-items: stretch;
  padding: 1.05rem;
  border-radius: 22px;
  background: linear-gradient(135deg, #ffffff 0%, #f7f9fd 100%);
  border: 1px solid #e0e7f1;
  box-shadow: 0 14px 36px rgba(15, 20, 32, 0.06);
}

.rental-engage-lane--featured {
  background:
    linear-gradient(135deg, rgba(122, 193, 67, 0.12), rgba(255, 255, 255, 0) 42%),
    linear-gradient(135deg, #ffffff 0%, var(--surface-green) 100%);
  border-color: rgba(122, 193, 67, 0.32);
}

.rental-engage-index {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 0.35rem;
  color: rgba(31, 46, 69, 0.18);
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 0.9;
  font-weight: 800;
  letter-spacing: -0.08em;
  border-right: 1px solid #e4ebf4;
}

.rental-engage-lane--featured .rental-engage-index {
  color: rgba(122, 193, 67, 0.45);
}

.rental-engage-body {
  padding: 0.15rem 0.2rem;
}

.rental-engage-label {
  margin: 0 0 0.3rem;
  color: var(--accent-green-strong);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rental-engage-body h3 {
  margin: 0 0 0.45rem;
  color: #1f2e45;
  font-size: 1.12rem;
}

.rental-engage-body p:not(.rental-engage-label) {
  margin: 0 0 0.55rem;
  color: #5b6678;
  line-height: 1.58;
}

.rental-fleet-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.rental-fleet-card {
  display: grid;
  grid-template-columns: minmax(0, 140px) 1fr;
  gap: 1rem;
  align-items: center;
  padding: 1rem 1.1rem;
  border-radius: 14px;
  border: 1px solid var(--stroke, #e4e8ef);
  background: var(--surface, #fff);
}

.rental-fleet-img {
  border-radius: 10px;
  overflow: hidden;
  background: #f4f6fa;
}

.rental-fleet-img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.rental-fleet-body h3 {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
}

.rental-fleet-body p {
  margin: 0 0 0.5rem;
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--muted, #5d6473);
}

.rental-fleet-body a {
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--primary, #f15a37);
}

.rental-fleet-studio-head {
  max-width: 44rem;
  margin-bottom: 1.6rem;
}

.rental-fleet-studio-head h2 {
  margin: 0.35rem 0 0.65rem;
  font-size: clamp(1.55rem, 3.2vw, 2.35rem);
  line-height: 1.18;
}

.rental-fleet-studio-head p {
  margin: 0;
  color: var(--muted, #5d6473);
  line-height: 1.65;
}

.rental-fleet-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  gap: 1rem;
  align-items: stretch;
}

.rental-fleet-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(1rem, 2.5vw, 1.75rem);
  align-items: stretch;
  min-height: clamp(22rem, 38vw, 30rem);
  padding: clamp(1.15rem, 2.8vw, 2rem);
  border-radius: 26px;
  background:
    radial-gradient(circle at 88% 12%, rgba(241, 90, 55, 0.2), transparent 18rem),
    linear-gradient(135deg, #ffffff 0%, #eef3fb 100%);
  border: 1px solid #dde6f2;
  box-shadow: 0 20px 48px rgba(15, 20, 32, 0.1);
}

.rental-fleet-hero-copy span,
.rental-fleet-lane span {
  display: inline-flex;
  margin-bottom: 0.45rem;
  color: var(--accent-green-strong);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rental-fleet-hero-copy h3 {
  margin: 0 0 0.55rem;
  color: #1f2e45;
  font-size: clamp(1.45rem, 3vw, 2.15rem);
  line-height: 1.15;
}

.rental-fleet-hero-copy p {
  margin: 0 0 0.75rem;
  color: #5b6678;
  line-height: 1.6;
}

.rental-fleet-hero-copy {
  align-self: center;
}

.rental-fleet-hero-media {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(16rem, 28vw, 24rem);
  padding: 0.35rem;
  border-radius: var(--ui-radius-md);
  background: linear-gradient(180deg, #f7f9fc 0%, #eef3fa 100%);
}

.rental-fleet-hero-media img {
  display: block;
  width: 100%;
  height: auto;
  max-height: clamp(18rem, 32vw, 26rem);
  border-radius: calc(var(--ui-radius-md) - 2px);
  object-fit: contain;
  object-position: center center;
  filter: drop-shadow(0 18px 32px rgba(15, 20, 32, 0.16));
}

.rental-fleet-lanes {
  display: grid;
  gap: 1rem;
}

.rental-fleet-lane {
  position: relative;
  overflow: hidden;
  padding: 1.2rem 1.15rem;
  border-radius: var(--ui-radius-md);
  background: #fff;
  border: 1px solid #e0e7f1;
  box-shadow: var(--ui-shadow-card);
}

.rental-fleet-lane::after {
  content: "";
  position: absolute;
  right: -2rem;
  top: -2rem;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background: rgba(241, 90, 55, 0.08);
}

.rental-fleet-lane h3 {
  position: relative;
  margin: 0 0 0.45rem;
  color: #1f2e45;
  font-size: 1.08rem;
}

.rental-fleet-lane p {
  position: relative;
  margin: 0;
  color: #5b6678;
  line-height: 1.55;
}

.rental-industries-band {
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
  background: linear-gradient(180deg, var(--surface-2) 0%, #ffffff 100%);
  color: var(--navy);
  border-top: 1px solid #e8eef5;
}

.rental-industries-label {
  margin: 0 0 1rem;
  text-align: center;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted, #5d6473);
}

.rental-industries-dark {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  padding-top: clamp(1.25rem, 2.5vw, 2rem);
  padding-bottom: clamp(1.25rem, 2.5vw, 2rem);
}

.rental-industries-dark::before {
  display: none;
}

.rental-industries-copy,
.rental-industries-flow {
  position: relative;
  z-index: 1;
}

.rental-industries-copy .kicker {
  color: var(--accent-green, #7ac143);
}

.rental-industries-copy h2 {
  margin: 0.35rem 0 0.75rem;
  color: var(--navy);
  font-size: clamp(1.55rem, 3.4vw, 2.45rem);
  line-height: 1.15;
}

.rental-industries-copy p {
  margin: 0;
  color: #5b6678;
  line-height: 1.68;
}

.rental-industries-flow {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.62rem;
  font-size: 0.9rem;
  color: var(--navy);
}

.rental-industries-flow span {
  padding: 0.48rem 0.85rem;
  border-radius: 999px;
  background: var(--surface-green);
  border: 1px solid rgba(122, 193, 67, 0.28);
  color: var(--navy);
  font-weight: 700;
}

.rental-testimonial-note {
  font-style: italic;
  font-size: 0.92rem;
}

.rental-quotes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.rental-quote {
  margin: 0;
  padding: 1.25rem 1.15rem;
  border-radius: 12px;
  border-left: 4px solid var(--accent-green);
  background: var(--surface, #fff);
  box-shadow: 0 6px 22px rgba(15, 20, 32, 0.06);
}

.rental-quote p {
  margin: 0 0 0.75rem;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--text, #191c23);
}

.rental-quote cite {
  font-style: normal;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--muted, #5d6473);
}

.rental-proof-wall-section {
  background:
    radial-gradient(circle at 82% 18%, rgba(241, 90, 55, 0.12), transparent 18rem),
    linear-gradient(180deg, #f8faff 0%, #ffffff 100%);
}

.rental-proof-wall {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(0, 0.72fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}

.rental-proof-wall-head {
  position: sticky;
  top: 5rem;
}

.rental-proof-wall-head h2 {
  margin: 0.35rem 0 0.75rem;
  font-size: clamp(1.55rem, 3.2vw, 2.35rem);
  line-height: 1.18;
}

.rental-proof-wall-head p {
  margin: 0;
  color: var(--muted, #5d6473);
  line-height: 1.68;
}

.rental-proof-wall-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 1rem;
}

.rental-proof-feature,
.rental-proof-mini {
  margin: 0;
}

.rental-proof-feature {
  position: relative;
  min-height: 22rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(1.25rem, 3vw, 2rem);
  border-radius: var(--ui-radius-lg);
  color: var(--navy);
  background:
    linear-gradient(135deg, rgba(122, 193, 67, 0.22) 0%, rgba(122, 193, 67, 0.06) 42%),
    linear-gradient(135deg, var(--surface-green) 0%, #ffffff 100%);
  border: 1px solid rgba(122, 193, 67, 0.28);
  box-shadow: var(--ui-shadow-card);
  overflow: hidden;
}

.rental-proof-feature::before {
  content: "“";
  position: absolute;
  top: 0.2rem;
  left: 1rem;
  color: rgba(122, 193, 67, 0.18);
  font-size: 10rem;
  line-height: 1;
  font-family: Georgia, serif;
}

.rental-proof-feature span {
  position: relative;
  margin-bottom: 0.8rem;
  color: var(--accent-green, #7ac143);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rental-proof-feature p {
  position: relative;
  margin: 0 0 1rem;
  font-size: clamp(1.25rem, 2.8vw, 1.85rem);
  line-height: 1.35;
}

.rental-proof-feature cite,
.rental-proof-mini cite {
  font-style: normal;
  font-weight: 800;
}

.rental-proof-feature cite {
  position: relative;
  color: #5b6678;
}

.rental-proof-side {
  display: grid;
  gap: 1rem;
}

.rental-proof-mini {
  padding: 1.15rem 1.1rem;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #e0e7f1;
  box-shadow: 0 14px 34px rgba(15, 20, 32, 0.06);
}

.rental-proof-mini p {
  margin: 0 0 0.75rem;
  color: #1f2e45;
  font-size: 1rem;
  line-height: 1.55;
}

.rental-proof-mini cite {
  color: #69758a;
  font-size: 0.84rem;
}

.rental-proof-note {
  padding: 1rem 1.05rem;
  border-radius: 18px;
  background: rgba(241, 90, 55, 0.08);
  border: 1px dashed rgba(241, 90, 55, 0.28);
}

.rental-proof-note strong,
.rental-proof-note span {
  display: block;
}

.rental-proof-note strong {
  margin-bottom: 0.25rem;
  color: #1f2e45;
}

.rental-proof-note span {
  color: #68758a;
  font-size: 0.9rem;
  line-height: 1.45;
}

.rental-cta-slim {
  position: relative;
  overflow: hidden;
  padding: 3.6rem 0;
  background: var(--ui-light-panel-bg);
  color: var(--navy);
  border-top: 1px solid #e8eef5;
  border-bottom: 1px solid #e8eef5;
}

.rental-cta-slim::after {
  display: none;
}

.rental-cta-slim-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.rental-cta-slim-inner h2 {
  margin: 0 0 0.4rem;
  font-size: clamp(1.55rem, 3.4vw, 2.35rem);
  line-height: 1.16;
  color: var(--navy);
}

.rental-cta-slim-inner p {
  margin: 0;
  max-width: 42rem;
  color: #5b6678;
  font-size: 1rem;
  line-height: 1.6;
}

.rental-cta-slim .btn-primary {
  box-shadow: 0 16px 32px rgba(241, 90, 55, 0.24);
}

/* —— Contact / Consultation Desk revamp —— */
.contact-section {
  position: relative;
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 4.2rem;
  background:
    radial-gradient(circle at 15% 18%, rgba(241, 90, 55, 0.12), transparent 20rem),
    linear-gradient(180deg, #f7f9fd 0%, #ffffff 100%);
}

.contact-command {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: stretch;
}

.contact-command-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(1.4rem, 3vw, 2rem);
  border-radius: 28px;
  color: var(--navy);
  border: 1px solid #e2e9f3;
  background: var(--ui-light-panel-bg);
  box-shadow: var(--ui-shadow-card);
}

.contact-command-panel .kicker {
  color: var(--accent-green, #7ac143);
}

.contact-command-panel h2 {
  margin: 0.35rem 0 0.8rem;
  color: var(--navy);
  font-size: clamp(1.65rem, 3.5vw, 2.5rem);
  line-height: 1.14;
}

.contact-command-panel > p {
  margin: 0;
  color: #5b6678;
  line-height: 1.68;
}

.contact-detail-grid {
  margin-top: 1.15rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.contact-detail-grid article {
  padding: 0.75rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #e2e9f3;
}

.contact-detail-grid span {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--accent-green-strong);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-detail-grid p {
  margin: 0;
  color: var(--navy);
  font-weight: 700;
}

.contact-command-map {
  margin-top: 0.8rem;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.contact-command-map iframe {
  display: block;
  width: 100%;
  height: 180px;
  border: 0;
  filter: grayscale(0.2) contrast(0.95);
}

.contact-command-promise {
  margin-top: 1.35rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.7rem 0.75rem;
  align-items: center;
}

.contact-command-promise span {
  color: rgba(255, 255, 255, 0.34);
  font-size: 1.45rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.06em;
}

.contact-command-promise strong {
  color: #fff;
}

.contact-command-links {
  margin-top: 1.45rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.contact-command-links .quick-link {
  display: inline-flex;
  padding: 0.5rem 0.75rem;
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.13);
}

.contact-detail-grid .quick-link {
  color: #fff;
  font-weight: 800;
  word-break: break-word;
}

.contact-command-form {
  padding: clamp(1.1rem, 2.5vw, 1.6rem);
  border-radius: 28px;
  background: #fff;
  border: 1px solid #e0e7f1;
  box-shadow: 0 18px 42px rgba(15, 20, 32, 0.08);
}

.contact-form-header {
  margin-bottom: 1rem;
}

.contact-form-header h3 {
  margin: 0 0 0.35rem;
  color: #1f2e45;
  font-size: 1.25rem;
}

.contact-form-header p {
  margin: 0;
  color: #68758a;
  font-size: 0.92rem;
}

.contact-command-form .wpcf7 form {
  display: grid;
  gap: 0.7rem;
}

.contact-command-form .wpcf7 p {
  margin: 0;
}

.rental-cf7-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.rental-cf7-grid--compact {
  gap: 0.58rem;
}

.rental-cf7-full {
  grid-column: 1 / -1;
}

.rental-cf7-actions {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.contact-command-form .wpcf7 label {
  display: grid;
  gap: 0.35rem;
  color: #4a5261;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.contact-command-form .wpcf7 input,
.contact-command-form .wpcf7 select,
.contact-command-form .wpcf7 textarea {
  width: 100%;
  border: 1px solid #dfe6f0;
  border-radius: 12px;
  padding: 0.68rem 0.78rem;
  color: #1f2e45;
  background: #f8faff;
  font: inherit;
}

.contact-command-form .wpcf7 textarea {
  min-height: 5.75rem;
  resize: vertical;
}

.contact-command-form .rental-cf7-grid--compact + .rental-cf7-full textarea {
  min-height: 4.5rem;
}

.contact-command-form .wpcf7 input:focus,
.contact-command-form .wpcf7 select:focus,
.contact-command-form .wpcf7 textarea:focus {
  outline: none;
  border-color: rgba(122, 193, 67, 0.65);
  box-shadow: 0 0 0 3px rgba(122, 193, 67, 0.14);
}

.contact-command-form .wpcf7-submit {
  width: auto;
  border: 0;
  border-radius: 999px;
  padding: 0.78rem 1.25rem;
  color: #fff;
  background: var(--primary, #f15a37);
  font-weight: 800;
  cursor: pointer;
}

.contact-command-form .wpcf7-not-valid-tip {
  margin-top: 0.25rem;
  color: #b42318;
  font-size: 0.8rem;
  text-transform: none;
  letter-spacing: 0;
}

.contact-command-form .wpcf7-response-output {
  margin: 0.4rem 0 0;
  border-radius: 12px;
  padding: 0.7rem 0.8rem;
}

@media (max-width: 960px) {
  .why-sagar-wrap,
  .why-sagar-proof,
  .verticals-bento-grid {
    grid-template-columns: 1fr;
  }

  .bento-card-feature {
    grid-row: auto;
    min-height: 24rem;
  }

  .why-sagar-copy,
  .why-sagar-media,
  .why-sagar-media img {
    min-height: 0;
  }

  .why-sagar-media img {
    min-height: 22rem;
  }

  .nav-wrap {
    min-height: 68px;
    grid-template-columns: auto auto auto;
  }

  .brand-logo {
    height: 44px;
  }

  .menu-toggle {
    display: inline-grid;
    place-items: center;
    justify-self: end;
  }

  .primary-nav {
    padding: 0.35rem 0 0.85rem;
  }

  .primary-nav > ul {
    align-items: stretch;
    gap: 0.25rem;
  }

  .primary-nav > ul > li > a {
    width: 100%;
    border-radius: 12px;
    padding: 0.65rem 0.75rem;
  }

  .nav-dropdown {
    position: static;
    min-width: 0;
    padding: 0.15rem 0 0.2rem 0.75rem;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .nav-dropdown::before {
    display: none;
  }

  .nav-dropdown a {
    min-height: 2rem;
    padding: 0.3rem 0.65rem;
    font-size: 0.86rem;
  }

  .nav-item-dropdown:hover .nav-dropdown,
  .nav-item-dropdown:focus-within .nav-dropdown {
    transform: none;
  }

  .refurb-hero .hero-content,
  .refurb-brand,
  .refurb-family,
  .refurb-process,
  .refurb-trust {
    grid-template-columns: 1fr;
  }

  .refurb-family-intro,
  .refurb-trust-panel {
    position: static;
  }

  .refurb-trust-panel {
    min-height: 0;
  }

  .refurb-family-hero,
  .refurb-family-grid {
    grid-column: auto;
  }

  .refurb-advantage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .refurb-advantage-large {
    grid-column: 1 / -1;
  }

  .refurb-trust-list article {
    grid-template-columns: 3rem minmax(0, 1fr);
  }

  .refurb-trust-list article p {
    grid-column: 2;
  }

  .refurb-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .rental-metrics-inner {
    flex-direction: column;
  }

  .rental-metric-div {
    display: none;
  }

  .rental-metric {
    text-align: left;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .rental-metric:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .rental-mps-benefit-grid,
  .rental-mps-model-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rental-mps-model-card:nth-child(2) {
    transform: none;
  }

  .rental-fit {
    grid-template-columns: 1fr;
  }

  .rental-fit-media,
  .rental-fit-media img {
    min-height: 21rem;
  }

  .rental-runway-inner {
    grid-template-columns: 1fr;
  }

  .rental-runway-promise {
    position: static;
  }

  .rental-timeline {
    grid-template-columns: 1fr;
  }

  .rental-timeline-step {
    border-right: 0;
    border-bottom: 1px solid var(--stroke, #e4e8ef);
  }

  .rental-timeline-step:last-child {
    border-bottom: 0;
  }

  .rental-rhythm {
    grid-template-columns: 1fr;
  }

  .rental-rhythm-track {
    grid-template-columns: 1fr;
    gap: 0;
    padding-left: 1.2rem;
  }

  .rental-rhythm-track::before {
    left: 0.35rem;
    right: auto;
    top: 1rem;
    bottom: 1rem;
    width: 2px;
    height: auto;
    background: linear-gradient(180deg, #dce6f5 0%, var(--primary, #f15a37) 50%, #dce6f5 100%);
  }

  .rental-rhythm-option {
    padding: 0.35rem 0 1.3rem 1rem;
  }

  .rental-rhythm-option::before {
    left: -1.42rem;
    top: 0.45rem;
  }

  .rental-coverage {
    grid-template-columns: 1fr;
  }

  .rental-shield {
    grid-template-columns: 1fr;
  }

  .rental-shield-core {
    padding-bottom: 0;
  }

  .rental-engage {
    grid-template-columns: 1fr;
  }

  .rental-engage-intro {
    position: static;
  }

  .rental-inclusion-rows li {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .rental-fleet-grid {
    grid-template-columns: 1fr;
  }

  .rental-fleet-card {
    grid-template-columns: minmax(0, 120px) 1fr;
  }

  .rental-fleet-stage,
  .rental-fleet-hero {
    grid-template-columns: 1fr;
  }

  .rental-fleet-hero {
    min-height: 0;
  }

  .rental-fleet-hero-media {
    min-height: 14rem;
  }

  .rental-fleet-hero-media img {
    max-height: 20rem;
  }

  .rental-industries-dark {
    grid-template-columns: 1fr;
  }

  .rental-proof-wall,
  .rental-proof-wall-grid {
    grid-template-columns: 1fr;
  }

  .rental-proof-wall-head {
    position: static;
  }

  .rental-quotes {
    grid-template-columns: 1fr;
  }

  .rental-cta-slim-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-command {
    grid-template-columns: 1fr;
  }

  .contact-detail-grid {
    grid-template-columns: 1fr;
  }

  .rental-cf7-grid {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 520px) {
  .why-sagar-points article {
    grid-template-columns: 1fr;
  }

  .verticals-bento-head {
    text-align: left;
  }

  .bento-card,
  .bento-card-feature {
    min-height: 20rem;
    border-radius: 22px;
  }

  .refurb-logo-cloud,
  .refurb-family-hero,
  .refurb-family-grid,
  .refurb-advantage-grid {
    grid-template-columns: 1fr;
  }

  .refurb-logo-cloud span {
    min-height: 4.25rem;
  }

  .refurb-family-card {
    grid-template-columns: 1fr;
  }

  .refurb-family-card img {
    width: 100%;
    height: 10rem;
  }

  .refurb-process-media,
  .refurb-process-media img {
    min-height: 20rem;
  }

  .refurb-process-steps li,
  .refurb-trust-list article,
  .refurb-trust-list article p {
    grid-template-columns: 1fr;
    grid-column: auto;
  }

  .rental-fit-media,
  .rental-fit-media img {
    min-height: 18rem;
  }

  .rental-fit-media figcaption {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
  }

  .rental-fit-row {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .rental-fit-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .rental-mps-head {
    text-align: left;
  }

  .rental-mps-head h2 {
    margin-left: 0;
    margin-right: 0;
  }

  .rental-mps-benefit-grid,
  .rental-mps-model-grid {
    grid-template-columns: 1fr;
  }

  .rental-mps-benefit-card,
  .rental-mps-model-card {
    min-height: 0;
    border-radius: 22px;
  }

  .rental-mps-roadmap-step {
    grid-template-columns: 3rem minmax(0, 1fr);
    gap: 0 0.9rem;
  }

  .rental-mps-roadmap-node {
    width: 3rem;
    height: 3rem;
  }

  .rental-mps-roadmap-step:not(.is-last)::before {
    left: 1.5rem;
    top: 3rem;
  }

  .rental-runway-steps li {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }

  .rental-runway-num {
    font-size: 2rem;
    letter-spacing: -0.04em;
  }

  .rental-coverage-item {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .rental-shield-lanes {
    grid-template-columns: 1fr;
  }

  .rental-shield-seal {
    width: 7.5rem;
    height: 7.5rem;
  }

  .rental-engage-lane {
    grid-template-columns: 1fr;
  }

  .rental-engage-index {
    justify-content: flex-start;
    border-right: 0;
    border-bottom: 1px solid #e4ebf4;
    padding-bottom: 0.65rem;
  }

  .rental-fleet-hero {
    border-radius: 20px;
  }

  .rental-fleet-lane {
    border-radius: 16px;
  }

  .rental-proof-feature {
    min-height: 18rem;
    border-radius: 20px;
  }

  .rental-fleet-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .rental-fleet-img {
    max-width: 160px;
    margin: 0 auto;
  }
}

@media (min-width: 641px) {
  .contact-command-form .rental-cf7-grid--compact {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.58rem !important;
  }

  .contact-command-form .rental-cf7-grid--compact p {
    display: contents;
    margin: 0;
  }

  .contact-command-form .rental-cf7-grid--compact br {
    display: none;
  }

  .contact-command-form .rental-cf7-grid--compact label,
  .contact-command-form .rental-cf7-grid--compact .wpcf7-form-control-wrap {
    min-width: 0;
  }
}
