.elementor-201142 .elementor-element.elementor-element-42be6e8{--display:flex;}.elementor-201142 .elementor-element.elementor-element-42be6e8.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-201142 .elementor-element.elementor-element-0406ae9{--display:flex;--padding-top:0px;--padding-bottom:150px;--padding-left:0px;--padding-right:0px;}body.elementor-page-201142:not(.elementor-motion-effects-element-type-background), body.elementor-page-201142 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-201142 .elementor-element.elementor-element-0406ae9{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for wpforms, class: .elementor-element-20f7424 */.pw-form-section .elementor-widget-container:before {
    content: "Fill Out The Form";
    font-size: 28px;
    display: block;
    text-align: center;
    font-family: IBM Plex Sans;
    font-weight: bold;
    color: var(--pw-red);
}/* End custom CSS */
/* Start custom CSS */:root {
  /* CORE BRAND COLORS */
  --pw-black: #000000;
  --pw-red:   #C92323;
  --pw-gray-dark: #8E8E8E;
  --pw-gray-light: #B5B5B5;
  --pw-white: #FFFFFF;

  /* UI UTILITIES */
  --pw-bg-light: #F5F5F5;
  --pw-border: #D9D9D9;
}

/* GLOBAL */
body, .pw-kiosk {
  font-family: inherit;
  color: #1e2f27;
  /*text-align: center;*/
}

/* ===== DESKTOP PAGE CONSTRAINT ===== */
.pw-page {
  max-width: 1200px;     /* sweet spot for desktop */
  margin: 0 auto;
  width: 100%;
}

/* HERO WRAPPER */
.pw-dealer-hero {
  position: relative;
  background: #0f3d2e;
}

/* BACKGROUND IMAGE */
.pw-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 1;
}

/* BLACK OVERLAY */
.pw-dealer-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35); /* overlay strength */
  z-index: 2;
}

/* HERO TEXT CONTENT (ON TOP) */
.pw-hero-content {
  position: absolute;
  z-index: 3; /* ABOVE overlay */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  padding: 24px;
}


.pw-dealer-hero h1 {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 12px;
  color: #fff;
  line-height: 1.1;
}

.pw-dealer-hero p {
  font-size: 18px;
  margin-bottom: 20px;
}

.pw-primary-cta {
  background: #c92323;
  color: #ffffff;
  padding: 18px 44px;
  font-size: 26px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
}

/* BENEFITS */
.pw-benefits-blocks {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
  padding: 60px 28px;
  background: var(--pw-bg-light);
}

.pw-benefit-card {
  background: var(--pw-white);
  padding: 24px;
  border-radius: 18px;
  border: 1px solid var(--pw-border);
  box-shadow: 0 10px 18px rgba(0,0,0,0.08);
}

.pw-benefit-card h3 {
  font-size: 24px;
  margin-bottom: 8px;
}

/* PRODUCT + SUPPORT */
.pw-product-support {
  background: #ffffff;
  padding: 60px 0;
}

.pw-product-support .pw-image-text {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 32px 24px;
}

.pw-product-support .pw-image-text img {
  width: 45%;
  border-radius: 16px;
}

.pw-product-support .pw-image-text.reverse {
  flex-direction: row-reverse;
}

/* GROWTH OPPORTUNITIES */
.pw-growth-opportunities {
  background: var(--pw-bg-light);
  padding: 70px 28px;
}

.pw-growth-opportunities h2 {
  font-size: 36px;
  margin-bottom: 18px;
  font-weight: bold;
}

.pw-growth-cards {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 18px;
  margin-top: 20px;
}

.pw-growth-cards div {
  background: var(--pw-white);
  padding: 20px;
  border-radius: 14px;
  font-size: 18px;
  border: 1px solid var(--pw-border);
  color: var(--pw-black);
}

/* TRUST SECTION */
.pw-trust-section {
  padding: 40px 24px;
  font-size: 20px;
  color: #345a4b;
}

/* FORM */
.pw-form-section {
  padding: 20px 24px;
  background: var(--pw-bg-light);
}

.pw-form-section h2 {
  font-size: 36px;
  margin-bottom: 12px;
  font-weight: bold !important;
}

.pw-form-section p {
  font-size: 20px;
  margin-bottom: 0px;
}

/* STICKY CTA */
.pw-sticky-dealer-cta {
  position: fixed;
  bottom: 0;
  left: 0;

  width: 100vw;              /* Force full viewport width */
  max-width: 100vw;
  margin: 0;

  
  padding: 18px 24px;
  text-align: center;
  animation: pwPulse 15s infinite;

  z-index: 99999;
  background: #c92323;
}

@keyframes pwPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.85; }
}


.pw-sticky-dealer-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  max-width: 1080px;   /* Keeps text centered on large screens */
  margin: 0 auto;
  background: #c92323;
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 -6px 18px rgba(0,0,0,0.25);
}


/* ===== FIELD IMPACT SECTION ===== */
.pw-field-impact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px; /* slightly more breathing room */
  padding: 60px 32px; /* larger section presence */
  background: #fff;
}

/* Larger, more impactful image */
.pw-field-image img {
  width: 75%;
  max-width: 620px;
  border-radius: 22px;
  box-shadow: 0 18px 36px rgba(0,0,0,0.14);
}

/* Larger text block */
.pw-field-text {
  width: 52%;
  text-align: left;
}

.pw-field-text h2 {
  font-size: 36px;
  margin-bottom: 16px;
  color: #1e2f27;
  font-weight: bold;
}

.pw-field-text p {
  font-size: 22px;
  line-height: 1.55;
  color: #3d5a4d;
}


/* ===== FULL-WIDTH TURF LINE DIVIDER ===== */
.pw-divider {
  width: 100%;
  margin: 60px 0;
}

.pw-divider-line {
  width: 100%;
  height: 6px;
  background: linear-gradient(
    90deg,
    rgba(30,122,74,0),
    #1e7a4a,
    #6bbf8e,
    #1e7a4a,
    rgba(30,122,74,0)
  );
  border-radius: 999px;
}


/* ===== FADE DIVIDER ===== */
.pw-divider-fade {
  height: 80px;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0),
    rgba(30,122,74,0.08),
    rgba(0,0,0,0)
  );
}

.pw-hero-content p {
    line-height: 1.3;
}

.dealer-tradeshow-form label {
    text-align: left;
}

h2 {
    font-weight: bold !important;
}

h3 {
    font-weight: bold !important;
}

/* FORM FIELDS */
.pw-form-section {
  border-top: 3px solid var(--pw-red);
  margin-bottom: 30px;
}

.pw-form-section form input[type="text"],
.pw-form-section form input[type="email"],
.pw-form-section form input[type="tel"],
.pw-form-section form select,
.pw-form-section form textarea {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 20px auto;
  padding: 14px 18px;
  font-size: 18px;
  border: 2px solid #cddcd3;
  border-radius: 10px;
  color: #1e2f27;
  background: #f7faf8;
  transition: border-color .25s ease, box-shadow .25s ease;
}

.pw-form-section form input:focus,
.pw-form-section form select:focus,
.pw-form-section form textarea:focus {
  border-color: #1e7a4a;
  box-shadow: 0 0 4px rgba(30,122,74,0.25);
  outline: none;
}

/* FORM LABELS */
.pw-form-section form label {
  display: block;
  text-align: left;
  margin: 0 auto 6px auto;
  font-size: 18px;
  font-weight: 600;
  color: #345a4b;
  max-width: 600px;
}

/* SUBMIT BUTTON */
.pw-form-section form button[type="submit"],
.pw-form-section form input[type="submit"] {
  display: inline-block;
  background: #1e7a4a;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  padding: 14px 36px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  transition: background .3s ease, transform .15s ease;
}

.pw-form-section form button[type="submit"]:hover,
.pw-form-section form input[type="submit"]:hover {
  background: #16663f;
  transform: translateY(-2px);
}

/* FORM FEEDBACK */
.pw-form-section .form-error,
.pw-form-section .form-success {
  font-size: 16px;
  margin-top: 8px;
  font-weight: 600;
}

.pw-form-section .form-error {
  color: #d9534f;
}

.pw-form-section .form-success {
  color: #1e7a4a;
}

/* ===== PRODUCT CATALOG DOWNLOAD ===== */
.pw-catalog-section {
  background: var(--pw-black);
  padding: 70px 24px;
  text-align: center;
}

.pw-catalog-inner {
  max-width: 900px;
  margin: 0 auto;
}

.pw-catalog-text h2 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 14px;
  color: var(--pw-white);
}

.pw-catalog-text p {
  font-size: 20px;
  line-height: 1.5;
  color: var(--pw-gray-light);
  margin-bottom: 28px;
}

/* CTA BUTTON */
.pw-catalog-cta {
  display: inline-block;
  background: var(--pw-red);
  color: var(--pw-white);
  font-size: 22px;
  font-weight: 700;
  padding: 16px 36px;
  border-radius: 12px;
  text-decoration: none;
  transition: background .25s ease, transform .15s ease;
}

.pw-catalog-cta:hover {
  background: #a81d1d;
  transform: translateY(-2px);
}

/* LOGO TRUST STRIP */
.pw-logo-trust {
  padding: 50px 20px 30px;
  background: var(--pw-bg-light);
  text-align: center;
}

.pw-logo-trust h3,
.pw-logo-dealers h3 {
  margin-bottom: 32px;
  color: var(--pw-gray-dark);
  font-weight: 600;
  letter-spacing: 0.02em;
}

/* Logo Grid */
.pw-logo-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

/* Logo Images */
.pw-logo-grid img {
  max-width: 250px;
  max-height: 75px;
  width: 100%;
  height: auto;
  object-fit: contain;
  /*filter: grayscale(100%);*/
  opacity: 0.85;
  transition: all 0.25s ease;
}

/* Subtle Hover Effect (Optional but Recommended) */
.pw-logo-grid img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

/* CATALOG LAYOUT */
.pw-catalog-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
  max-width: 1200px;
  margin: 0 auto;
}

/* TEXT BLOCK */
.pw-catalog-text {
  max-width: 520px;
}

/* QR CODE BLOCK */
.pw-catalog-qr {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 200px;
  text-align: center;
}

.pw-qr-placeholder {
  width: 180px;
  height: 180px;
  background: var(--pw-white);
  color: var(--pw-gray-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  border-radius: 12px;
  border: 2px solid var(--pw-white);
  letter-spacing: 0.08em;
}

.pw-qr-placeholder img {
    border-radius: 12px;
}

.pw-qr-caption {
  margin-top: 12px;
  font-size: 0.9rem;
  color: var(--pw-gray-light);
  font-weight: 700;
}

/* VERTICAL DIVIDER */
.pw-catalog-divider {
  width: 1px;
  height: 140px;
  background: var(--pw-border);
  opacity: 0.6;
}

/* CONTACT QR SECTION */
.pw-contact-qr {
  padding: 80px 20px;
  background: var(--pw-bg-light);
}

.pw-contact-qr-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
}

.pw-contact-qr img {
  width: 180px;
  height: 180px;
  image-rendering: crisp-edges;
}

/* TEXT */
.pw-contact-qr-text {
  max-width: 520px;
}

.pw-contact-qr-text h2 {
  margin-bottom: 16px;
  color: var(--pw-red);
}

.pw-contact-qr-note {
  margin-top: 12px;
  font-size: 0.9rem;
  color: var(--pw-gray-dark);
}

/* QR BLOCK */
.pw-contact-qr-code {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* QR PLACEHOLDER — RED ACCENT */
.pw-contact-qr .pw-qr-placeholder {
  width: 220px;
  height: 220px;
  background: var(--pw-white);
  color: var(--pw-red);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  border-radius: 16px;
  border: 3px solid var(--pw-red);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* CONTACT QR CODE BLOCK */
.pw-contact-qr-code {
  display: flex;
  flex-direction: column;   /* ⬅️ stacks QR + text vertically */
  align-items: center;      /* ⬅️ centers horizontally */
  justify-content: center;
  gap: 12px;                /* spacing between QR and caption */
}

/* QR CAPTION */
.pw-qr-app-caption {
  margin: 0;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
}

/* WHO THIS IS FOR */
.pw-fit-section {
  background: #ffffff;
  padding: 70px 28px;
  border-top: 3px solid var(--pw-red);
}

.pw-fit-section h2 {
  font-size: 36px;
  margin-bottom: 32px;
  font-weight: bold;
}

.pw-fit-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}

.pw-fit-card {
  background: var(--pw-bg-light);
  padding: 28px;
  border-radius: 18px;
  border: 1px solid var(--pw-border);
  text-align: left;
}

.pw-fit-card h3 {
  margin-bottom: 16px;
  font-size: 22px;
}

.pw-fit-card ul {
  padding-left: 18px;
}

.pw-fit-card li {
  margin-bottom: 10px;
  font-size: 18px;
  color: #1e2f27;
}

@media (max-width: 540px) {
  .pw-fit-grid {
    grid-template-columns: 1fr;
  }

  .pw-fit-section h2 {
    font-size: 28px;
  }

  .pw-fit-card li {
    font-size: 16px;
  }
}


@media (max-width: 967px) {
    /* RESPONSIVE TYPE SCALING */
  .pw-dealer-hero h1 {
    font-size: clamp(26px, 4vw, 34px);
    line-height: 1.05;
    margin-bottom: 10px;
  }

  .pw-dealer-hero p {
    font-size: clamp(14px, 1.5vw, 16px);
    line-height: 1.3;
    margin-bottom: 18px;
  }

  .pw-primary-cta {
    font-size: 18px;
    padding: 14px 28px;
  }
  
  .pw-field-image img {
    width: 100%;
    max-width: 320px;
  }
  
  .pw-field-text h2 {
      line-height: 1.2;
  }
  
  .pw-logo-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 540px) {

  /* HERO WRAPPER */
  .pw-dealer-hero {
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 16px;
  }

  /* HERO IMAGE */
  .pw-hero-image {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center top;
  }

  /* HERO CONTENT */
  .pw-hero-content {
    position: relative;
    top: auto;
    left: auto;
    transform: none;

    width: 100%;
    max-width: 340px;
    padding: 20px 16px;
  }

  .pw-dealer-hero h1 {
    font-size: 26px;
    line-height: 1.1;
    margin-bottom: 10px;
  }

  .pw-dealer-hero p {
    font-size: 15px;
    line-height: 1.35;
    margin-bottom: 16px;
  }

  .pw-primary-cta {
    font-size: 16px;
    padding: 14px 22px;
    width: 100%;
  }
  
  .pw-benefits-blocks {
    grid-template-columns: 1fr;
    padding: 40px 18px;
  }

  .pw-benefit-card h3 {
    font-size: 20px;
    font-weight: bold;
  }
  
  .pw-product-support .pw-image-text {
    flex-direction: column;
    text-align: center;
  }

  .pw-product-support .pw-image-text.reverse {
    flex-direction: column;
  }

  .pw-product-support .pw-image-text img {
    width: 100%;
    max-width: 320px;
    margin-bottom: 16px;
  }
  
  .pw-field-impact {
    flex-direction: column;
    gap: 28px;
    padding: 48px 20px;
  }

  .pw-field-image img {
    width: 100%;
    max-width: 320px;
  }

  .pw-field-text {
    width: 100%;
    text-align: center;
  }

  .pw-field-text h2 {
    font-size: 26px;
    font-weight: bold;
  }

  .pw-field-text p {
    font-size: 16px;
    line-height: 1.45;
  }
  
  .pw-growth-cards {
    grid-template-columns: 1fr;
  }

  .pw-growth-opportunities h2 {
    font-size: 28px;
    font-weight: bold;
  }
  
  .pw-trust-section {
    font-size: 16px;
    padding: 32px 18px;
  }

  .pw-form-section h2 {
    font-size: 28px;
    font-weight: bold;
  }

  .pw-form-section p {
    font-size: 16px;
  }
  
  .pw-sticky-dealer-cta {
    padding: 14px 16px;
  }

  .pw-sticky-dealer-cta a {
    font-size: 18px;
    padding: 12px 0;
  }
  
    .pw-form-section h2 {
    font-size: 28px;
  }

  .pw-form-section p {
    font-size: 18px;
  }

  .pw-form-section form input,
  .pw-form-section form select,
  .pw-form-section form textarea {
    font-size: 16px;
    padding: 12px 16px;
  }

  .pw-form-section form button[type="submit"] {
    font-size: 20px;
    padding: 12px 26px;
  }
  
  .pw-catalog-section {
    padding: 50px 18px;
  }

  .pw-catalog-text h2 {
    font-size: 26px;
  }

  .pw-catalog-text p {
    font-size: 16px;
  }

  .pw-catalog-cta {
    width: 100%;
    font-size: 18px;
    padding: 14px 22px;
  }
  
  .pw-logo-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  
  .pw-catalog-inner {
    flex-direction: column;
    text-align: center;
  }
  
  .pw-catalog-divider {
    display: none;
  }
  
  .pw-contact-qr-inner {
    flex-direction: column;
    text-align: center;
  }
}

/* Center final logo on TABLET only */
@media (min-width: 541px) and (max-width: 967px) {
  .pw-logo-trust .pw-logo-grid img:last-child {
    grid-column: 1 / -1;   /* span row */
    justify-self: center; /* center logo */
    max-width: 220px;     /* optional size control */
  }
}/* End custom CSS */