/* Focused Pedrollo sales landing: centrifugal and wastewater pumps. */

.ped-focus {
  --ped-navy: #061c2d;
  --ped-navy-2: #0b344d;
  --ped-blue: #0b9bd7;
  --ped-green: #54ae32;
  --ped-orange: #ed731f;
  --ped-ink: #071b2c;
  --ped-muted: #587080;
  --ped-line: #d8e5e8;
  background: #f3f8f7;
}

.ped-focus main {
  overflow: hidden;
}

.ped-focus .ped-container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.ped-focus .ped-hero-new {
  position: relative;
  isolation: isolate;
  padding: 42px 0 34px;
  color: #fff;
}

.ped-focus .ped-hero-new::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4,25,41,.98) 0%, rgba(5,38,59,.92) 53%, rgba(7,54,74,.62) 100%),
    url("../img/services/bombas-pedrollo-santiago.webp") center / cover no-repeat;
}

.ped-focus .ped-hero-new::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(circle at 13% 75%, rgba(84,174,50,.2), transparent 26%),
    radial-gradient(circle at 85% 15%, rgba(11,155,215,.22), transparent 30%);
  opacity: 1;
}

.ped-focus .ped-hero-grid {
  min-height: 640px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .72fr);
  align-items: center;
  gap: 56px;
}

.ped-focus .ped-eyebrow,
.ped-focus .ped-section-label {
  color: #56c7f0;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.ped-focus .ped-eyebrow {
  width: fit-content;
  padding: 8px 13px;
  border: 1px solid rgba(86,199,240,.3);
  border-radius: 999px;
  background: rgba(86,199,240,.08);
}

.ped-focus .ped-mobile-official-logo {
  display: none;
}

.ped-focus .ped-mobile-products {
  display: none;
}

.ped-focus .ped-hero-copy h1 {
  max-width: 720px;
  margin: 22px 0 20px;
  color: #fff;
  font-size: clamp(48px, 5.5vw, 76px);
  line-height: .98;
  letter-spacing: -.055em;
}

.ped-focus .ped-hero-copy h1 span {
  display: block;
  color: #83d758;
}

.ped-focus .ped-hero-copy > p {
  max-width: 650px;
  margin: 0;
  color: rgba(255,255,255,.73);
  font-size: 17px;
  line-height: 1.65;
}

.ped-focus .ped-hero-actions {
  margin-top: 29px;
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}

.ped-focus .ped-btn {
  min-height: 52px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 13px;
  color: #fff;
  background: var(--ped-green);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.ped-focus .ped-btn:hover {
  color: #fff;
  transform: translateY(-2px);
}

.ped-focus .ped-btn-outline {
  border-color: rgba(255,255,255,.22);
  background: rgba(255,255,255,.06);
}

.ped-focus .ped-hero-proof {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.ped-focus .ped-proof {
  padding: 14px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 13px;
  background: rgba(255,255,255,.045);
}

.ped-focus .ped-proof strong,
.ped-focus .ped-proof span {
  display: block;
}

.ped-focus .ped-proof strong {
  color: #fff;
  font-size: 13px;
}

.ped-focus .ped-proof span {
  margin-top: 3px;
  color: rgba(255,255,255,.53);
  font-size: 10px;
}

.ped-focus .ped-brand-showcase {
  padding: 28px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 26px;
  color: #fff;
  background: linear-gradient(155deg, rgba(9,51,73,.96), rgba(3,20,33,.98));
  box-shadow: 0 30px 70px rgba(0,0,0,.3);
}

.ped-focus .ped-official-logo {
  width: min(100%, 360px);
  height: auto;
  display: block;
}

.ped-focus .ped-brand-heading {
  margin-top: 25px;
}

.ped-focus .ped-brand-heading > span {
  color: #79d5f6;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.ped-focus .ped-brand-heading h2 {
  margin: 7px 0 9px;
  color: #fff;
  font-size: 28px;
  line-height: 1.08;
  letter-spacing: -.035em;
}

.ped-focus .ped-brand-heading p {
  margin: 0;
  color: rgba(255,255,255,.68);
  font-size: 13px;
  line-height: 1.55;
}

.ped-focus .ped-brand-products {
  height: 260px;
  margin: 19px 0 16px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 19px;
  background:
    radial-gradient(circle at 32% 50%, rgba(11,155,215,.22), transparent 35%),
    radial-gradient(circle at 76% 45%, rgba(237,115,31,.18), transparent 30%),
    rgba(255,255,255,.96);
}

.ped-focus .ped-brand-products img {
  width: calc(100% - 18px);
  height: calc(100% - 12px);
  object-fit: contain;
}

.ped-focus .ped-brand-lines {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.ped-focus .ped-brand-lines a {
  padding: 13px;
  display: block;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 13px;
  color: #fff;
  background: rgba(255,255,255,.055);
  text-decoration: none;
}

.ped-focus .ped-brand-lines a:hover {
  border-color: rgba(121,213,246,.55);
  background: rgba(121,213,246,.1);
}

.ped-focus .ped-brand-lines strong,
.ped-focus .ped-brand-lines span {
  display: block;
}

.ped-focus .ped-brand-lines strong {
  font-size: 13px;
}

.ped-focus .ped-brand-lines span {
  margin-top: 3px;
  color: rgba(255,255,255,.55);
  font-size: 10px;
}

.ped-focus .ped-brand-cta {
  width: 100%;
  margin-top: 13px;
}

.ped-focus .ped-brand-showcase > small {
  margin-top: 11px;
  display: block;
  color: rgba(255,255,255,.47);
  font-size: 10px;
  line-height: 1.45;
  text-align: center;
}

.ped-focus .ped-trust-band {
  padding: 20px 0;
  border-bottom: 1px solid var(--ped-line);
  background: #fff;
}

.ped-focus .ped-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.ped-focus .ped-trust-item {
  padding: 8px 22px;
  border-right: 1px solid var(--ped-line);
}

.ped-focus .ped-trust-item:last-child {
  border-right: 0;
}

.ped-focus .ped-trust-item strong,
.ped-focus .ped-trust-item span {
  display: block;
}

.ped-focus .ped-trust-item strong {
  color: var(--ped-ink);
  font-size: 13px;
}

.ped-focus .ped-trust-item span {
  color: var(--ped-muted);
  font-size: 10px;
}

.ped-focus .ped-section {
  padding: 86px 0;
}

.ped-focus .ped-section-heading {
  max-width: 760px;
  margin-bottom: 38px;
}

.ped-focus .ped-section-heading.centered {
  margin-inline: auto;
  text-align: center;
}

.ped-focus .ped-section-heading h2 {
  margin: 9px 0 13px;
  color: var(--ped-ink);
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.01;
  letter-spacing: -.05em;
}

.ped-focus .ped-section-heading p {
  margin: 0;
  color: var(--ped-muted);
  font-size: 15px;
  line-height: 1.65;
}

.ped-focus .ped-route-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.ped-focus .ped-route {
  position: relative;
  min-height: 450px;
  padding: 38px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 25px;
  color: #fff;
  background: var(--ped-navy);
  box-shadow: 0 20px 50px rgba(7,27,44,.12);
}

.ped-focus .ped-route::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .52;
  background: var(--route-image) 88% 13% / 58% auto no-repeat;
}

.ped-focus .ped-route::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5,27,44,.18), rgba(5,27,44,.98) 82%);
}

.ped-focus .ped-route > * {
  position: relative;
  z-index: 1;
}

.ped-focus .ped-route-clean {
  --route-color: #55c4ed;
  --route-image: url("../img/pedrollo/productos/cp-industrial.webp");
}

.ped-focus .ped-route-waste {
  --route-color: #ff8d3a;
  --route-image: url("../img/pedrollo/productos/tritus-trituradora.png");
}

.ped-focus .ped-route > span {
  color: var(--route-color);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ped-focus .ped-route h3 {
  max-width: 470px;
  margin: auto 0 14px;
  color: #fff;
  font-size: 36px;
  line-height: 1.02;
  letter-spacing: -.045em;
}

.ped-focus .ped-route p {
  max-width: 480px;
  margin: 0 0 23px;
  color: rgba(255,255,255,.67);
  font-size: 13px;
  line-height: 1.65;
}

.ped-focus .ped-route ul {
  margin: 0 0 25px;
  padding: 0;
  display: grid;
  gap: 7px;
  list-style: none;
}

.ped-focus .ped-route li {
  color: rgba(255,255,255,.82);
  font-size: 12px;
}

.ped-focus .ped-route li::before {
  content: "\2713";
  margin-right: 8px;
  color: var(--route-color);
  font-weight: 900;
}

.ped-focus .ped-route .ped-btn {
  width: fit-content;
  background: var(--route-color);
}

.ped-focus .ped-products {
  background: #fff;
}

.ped-focus .ped-family-nav {
  margin-bottom: 26px;
  padding: 8px;
  display: flex;
  gap: 7px;
  overflow-x: auto;
  border: 1px solid var(--ped-line);
  border-radius: 15px;
  background: #f6faf9;
}

.ped-focus .ped-family-tab {
  min-height: 42px;
  padding: 0 17px;
  flex: 0 0 auto;
  border: 0;
  border-radius: 10px;
  color: var(--ped-muted);
  background: transparent;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.ped-focus .ped-family-tab.active {
  color: #fff;
  background: var(--ped-navy);
}

.ped-focus .ped-product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.ped-focus .ped-product-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--ped-line);
  border-radius: 21px;
  background: #fff;
  box-shadow: 0 12px 35px rgba(7,27,44,.055);
}

.ped-focus .ped-product-card[hidden] {
  display: none !important;
}

.ped-focus .ped-product-card[data-ped-kind="waste"] {
  --card-color: var(--ped-orange);
}

.ped-focus .ped-product-card[data-ped-kind="clean"] {
  --card-color: var(--ped-blue);
}

.ped-focus .ped-product-image {
  height: 190px;
  padding: 18px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, color-mix(in srgb, var(--card-color) 8%, white), #f8fbfb);
}

.ped-focus .ped-product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 16px 15px rgba(7,27,44,.13));
}

.ped-focus .ped-product-body {
  padding: 23px;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.ped-focus .ped-product-badge {
  width: fit-content;
  padding: 5px 9px;
  border-radius: 999px;
  color: var(--card-color);
  background: color-mix(in srgb, var(--card-color) 10%, white);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.ped-focus .ped-product-card h3 {
  margin: 12px 0 8px;
  color: var(--ped-ink);
  font-size: 23px;
  line-height: 1.05;
  letter-spacing: -.035em;
}

.ped-focus .ped-product-use {
  min-height: 58px;
  margin: 0 0 17px;
  color: var(--ped-muted);
  font-size: 12px;
  line-height: 1.55;
}

.ped-focus .ped-spec-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #edf2f3;
  border-left: 1px solid #edf2f3;
}

.ped-focus .ped-spec {
  min-width: 0;
  padding: 10px;
  border-right: 1px solid #edf2f3;
  border-bottom: 1px solid #edf2f3;
}

.ped-focus .ped-spec span,
.ped-focus .ped-spec strong {
  display: block;
}

.ped-focus .ped-spec span {
  color: #80919b;
  font-size: 8px;
  font-weight: 750;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.ped-focus .ped-spec strong {
  margin-top: 2px;
  color: var(--ped-ink);
  font-size: 12px;
}

.ped-focus .ped-price {
  margin-top: 18px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
}

.ped-focus .ped-price span,
.ped-focus .ped-price strong {
  display: block;
}

.ped-focus .ped-price span {
  color: #82949e;
  font-size: 9px;
  font-weight: 750;
  text-transform: uppercase;
}

.ped-focus .ped-price strong {
  color: var(--ped-ink);
  font-size: 21px;
}

.ped-focus .ped-stock {
  color: #278751;
  font-size: 9px;
  font-weight: 800;
}

.ped-focus .ped-product-card .ped-btn {
  width: 100%;
  margin-top: 15px;
  background: var(--card-color);
}

.ped-focus .ped-price-note-new {
  margin-top: 24px;
  padding: 17px 20px;
  border: 1px solid #b9ddea;
  border-radius: 15px;
  color: #31566a;
  background: #eef9fd;
  font-size: 12px;
  line-height: 1.6;
}

.ped-focus .ped-comparison {
  background: var(--ped-navy);
}

.ped-focus .ped-comparison .ped-section-label {
  color: #68caee;
}

.ped-focus .ped-comparison .ped-section-heading h2 {
  color: #fff;
}

.ped-focus .ped-comparison .ped-section-heading p {
  color: rgba(255,255,255,.62);
}

.ped-focus .ped-compare-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.ped-focus .ped-compare-card {
  padding: 25px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 19px;
  background: rgba(255,255,255,.04);
}

.ped-focus .ped-compare-card span {
  color: #69ccee;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ped-focus .ped-compare-card h3 {
  margin: 9px 0 13px;
  color: #fff;
  font-size: 20px;
}

.ped-focus .ped-compare-card p {
  margin: 0;
  color: rgba(255,255,255,.63);
  font-size: 12px;
  line-height: 1.65;
}

/* The comparison cards are also reused in the light "Solución completa"
   section. Give that instance its own high-contrast palette instead of
   inheriting the white typography intended for .ped-comparison. */
.ped-focus .ped-section:not(.ped-comparison) .ped-compare-card {
  border-color: #d6e3e9;
  background: #fff;
  box-shadow: 0 14px 34px rgba(9, 34, 56, .08);
}

.ped-focus .ped-section:not(.ped-comparison) .ped-compare-card span {
  color: #0086c7;
}

.ped-focus .ped-section:not(.ped-comparison) .ped-compare-card h3 {
  color: #092238;
}

.ped-focus .ped-section:not(.ped-comparison) .ped-compare-card p {
  color: #50697a;
}

.ped-focus .ped-section:not(.ped-comparison) .ped-compare-card a {
  color: #006fa9;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(0, 111, 169, .35);
  text-underline-offset: 3px;
}

.ped-focus .ped-section:not(.ped-comparison) .ped-compare-card a:hover,
.ped-focus .ped-section:not(.ped-comparison) .ped-compare-card a:focus-visible {
  color: #004d76;
  text-decoration-color: currentColor;
}

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

.ped-focus .ped-process-card {
  padding: 24px;
  border: 1px solid var(--ped-line);
  border-radius: 18px;
  background: #fff;
}

.ped-focus .ped-process-card b {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: #fff;
  background: var(--ped-blue);
}

.ped-focus .ped-process-card h3 {
  margin: 17px 0 8px;
  color: var(--ped-ink);
  font-size: 17px;
}

.ped-focus .ped-process-card p {
  margin: 0;
  color: var(--ped-muted);
  font-size: 12px;
  line-height: 1.6;
}

.ped-focus .ped-final-cta {
  padding: 75px 0;
  color: #fff;
  background:
    radial-gradient(circle at 8% 90%, rgba(84,174,50,.22), transparent 28%),
    radial-gradient(circle at 92% 8%, rgba(11,155,215,.22), transparent 30%),
    linear-gradient(110deg, #051b2c, #084657);
}

.ped-focus .ped-final-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(430px, .72fr);
  align-items: center;
  gap: 70px;
}

.ped-focus .ped-final-cta h2 {
  max-width: 760px;
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.02;
  letter-spacing: -.05em;
}

.ped-focus .ped-final-cta p {
  max-width: 700px;
  margin: 0;
  color: rgba(255,255,255,.68);
}

.ped-focus .ped-contact-options {
  margin-top: 27px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.ped-focus .ped-contact-options a {
  padding: 16px 18px;
  display: grid;
  gap: 3px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 14px;
  color: #fff;
  background: rgba(255,255,255,.06);
  text-decoration: none;
}

.ped-focus .ped-contact-options strong {
  font-size: 14px;
}

.ped-focus .ped-contact-options span {
  color: rgba(255,255,255,.58);
  font-size: 11px;
}

.ped-focus .ped-quote-form {
  padding: 28px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 22px;
  color: var(--ped-ink);
  background: #fff;
  box-shadow: 0 24px 70px rgba(1,17,29,.28);
}

.ped-focus .ped-form-heading {
  margin-bottom: 20px;
  display: grid;
  gap: 4px;
}

.ped-focus .ped-form-heading span {
  color: var(--ped-blue);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ped-focus .ped-form-heading strong {
  font-size: 20px;
  line-height: 1.2;
}

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

.ped-focus .ped-form-grid label {
  min-width: 0;
  display: grid;
  gap: 7px;
  color: #254154;
  font-size: 11px;
  font-weight: 750;
}

.ped-focus .ped-form-grid input,
.ped-focus .ped-form-grid select,
.ped-focus .ped-form-grid textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid #cfdde2;
  border-radius: 11px;
  color: var(--ped-ink);
  background: #f8fbfb;
  font: inherit;
  font-size: 13px;
  font-weight: 500;
  outline: none;
}

.ped-focus .ped-form-grid input,
.ped-focus .ped-form-grid select {
  height: 47px;
  padding: 0 13px;
}

.ped-focus .ped-form-grid textarea {
  min-height: 96px;
  padding: 12px 13px;
  resize: vertical;
}

.ped-focus .ped-form-grid input:focus,
.ped-focus .ped-form-grid select:focus,
.ped-focus .ped-form-grid textarea:focus {
  border-color: var(--ped-blue);
  box-shadow: 0 0 0 3px rgba(11,155,215,.11);
}

.ped-focus .ped-form-wide {
  grid-column: 1 / -1;
}

.ped-focus .ped-quote-form > .ped-btn {
  width: 100%;
  margin-top: 16px;
  border: 0;
  cursor: pointer;
}

.ped-focus .ped-quote-form > .ped-btn:disabled {
  cursor: wait;
  opacity: .65;
}

.ped-focus .ped-form-note,
.ped-focus .ped-form-status {
  margin-top: 10px;
  color: #69808d;
  font-size: 10px;
  text-align: center;
}

.ped-focus .ped-form-status {
  min-height: 16px;
  color: #198754;
  font-weight: 750;
}

.ped-focus .ped-form-status.is-error {
  color: #b42318;
}

.ped-focus .ped-form-trap {
  position: absolute;
  left: -9999px;
}

@media (max-width: 980px) {
  .ped-focus .ped-hero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .ped-focus .ped-brand-showcase {
    max-width: 660px;
  }

  .ped-focus .ped-product-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ped-focus .ped-compare-grid,
  .ped-focus .ped-process-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ped-focus .ped-final-grid {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 680px) {
  .ped-focus .ped-container {
    width: min(100% - 26px, 1180px);
  }

  .ped-focus .ped-hero-new {
    padding: 20px 0 24px;
  }

  .ped-focus .ped-hero-grid {
    min-height: 0;
  }

  .ped-focus .ped-eyebrow {
    max-width: 100%;
    padding: 7px 10px;
    border-radius: 11px;
    line-height: 1.4;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .ped-focus .ped-mobile-official-logo {
    width: min(260px, 82%);
    height: auto;
    margin: 22px 0 0;
    display: block;
  }

  .ped-focus .ped-mobile-products {
    height: 190px;
    margin: 21px 0 0;
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 18px;
    background:
      radial-gradient(circle at 28% 48%, rgba(11,155,215,.2), transparent 34%),
      radial-gradient(circle at 78% 45%, rgba(237,115,31,.17), transparent 29%),
      #f6fafb;
  }

  .ped-focus .ped-mobile-products img {
    width: 100%;
    height: 158px;
    display: block;
    object-fit: contain;
    padding: 4px 6px 0;
  }

  .ped-focus .ped-mobile-products figcaption {
    height: 32px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--ped-ink);
    background: #fff;
    font-size: 10px;
    font-weight: 800;
  }

  .ped-focus .ped-hero-copy h1 {
    margin-top: 18px;
    max-width: 100%;
    font-size: 34px;
    line-height: 1.04;
    letter-spacing: -.045em;
    overflow-wrap: anywhere;
  }

  .ped-focus .ped-hero-copy > p {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.58;
    overflow-wrap: anywhere;
  }

  .ped-focus .ped-hero-actions {
    display: grid;
  }

  .ped-focus .ped-btn {
    width: 100%;
  }

  .ped-focus .ped-hero-proof {
    grid-template-columns: 1fr;
  }

  .ped-focus .ped-brand-showcase {
    display: none;
  }

  .ped-focus .ped-brand-heading h2 {
    font-size: 25px;
  }

  .ped-focus .ped-brand-products {
    height: 210px;
  }

  .ped-focus .ped-brand-lines {
    grid-template-columns: 1fr;
  }

  .ped-focus .ped-final-cta {
    padding: 52px 0 74px;
  }

  .ped-focus .ped-final-grid {
    gap: 32px;
  }

  .ped-focus .ped-contact-options,
  .ped-focus .ped-form-grid {
    grid-template-columns: 1fr;
  }

  .ped-focus .ped-quote-form {
    padding: 20px 16px;
    border-radius: 18px;
  }

  .ped-focus .ped-form-wide {
    grid-column: auto;
  }

  .ped-focus .ped-trust-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ped-focus .ped-trust-item {
    padding: 13px;
    border-bottom: 1px solid var(--ped-line);
  }

  .ped-focus .ped-trust-item:nth-child(2) {
    border-right: 0;
  }

  .ped-focus .ped-section {
    padding: 58px 0;
  }

  .ped-focus .ped-section-heading h2 {
    font-size: 36px;
  }

  .ped-focus .ped-route-grid,
  .ped-focus .ped-product-grid,
  .ped-focus .ped-compare-grid,
  .ped-focus .ped-process-grid {
    grid-template-columns: 1fr;
  }

  .ped-focus .ped-route {
    min-height: 410px;
    padding: 27px 22px;
  }

  .ped-focus .ped-route h3 {
    font-size: 31px;
  }

  .ped-focus .ped-family-nav {
    margin-right: -13px;
    padding-right: 20px;
    border-radius: 12px 0 0 12px;
    scroll-snap-type: x proximity;
  }

  .ped-focus .ped-family-tab {
    scroll-snap-align: start;
  }

  .ped-focus .ped-product-image {
    height: 180px;
  }

  .ped-focus .ped-product-use {
    min-height: 0;
  }

  .ped-focus .ped-final-actions,
  .ped-focus .ped-final-actions .ped-btn {
    width: 100%;
    min-width: 0;
  }
}
