/* Snow Removal Services Page Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

:root {
  --proxima-nova-bold: 'ProximaNova';
  --proxima-nova-regular: 'ProximaNova';
  --proxima-nova-semibold: 'ProximaNova'; }

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

/* Utility classes converted from mixins */
.default-transform {
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }

.animate-transform {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px); }

/* Hero Section */
.snow-removal-hero {
  background-image: url("https://greenpal-production.s3.us-east-1.amazonaws.com/background.webp");
  background-size: cover;
  background-position: center bottom;
  background-color: #f1fbff;
  background-repeat: no-repeat;
  min-height: 100vh;
  display: flex;
  /* align-items: center; */
  box-sizing: border-box;
  margin-bottom: -6px; }

.snow-removal-hero__content {
  max-width: 1460px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px 80px;
  width: 100%; }

.snow-removal-hero__title {
  margin: 0;
  color: #144961;
  font-size: 84px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 200px;
  font-family: 'ProximaNova'; }

.snow-removal-hero__subtitle {
  position: relative;
  margin: 16px auto 30px;
  color: #144961;
  font-size: 22px;
  font-weight: 600;
  max-width: 600px;
  font-family: 'ProximaNova';
  line-height: 1.5; }

/* Hero Arrow Icon Styles */
.hero-arrow-icon {
  position: absolute;
  right: 40px;
  margin-top: 16px;
  margin-left: 2px;
  padding: 2px; }

/* Tablet styles (768px to 1024px) */
@media (max-width: 768px) {
  .hero-arrow-icon {
    right: 40px;
    margin-top: 12px;
    width: 14px;
    height: 28px; } }

/* Mobile styles (below 768px) */
@media (max-width: 539px) {
  .hero-arrow-icon {
    right: 30px;
    margin-top: 12px;
    width: 14px;
    height: 28px; } }

@media (max-width: 520px) {
  .hero-arrow-icon {
    right: 20px;
    margin-top: 12px;
    width: 14px;
    height: 28px; } }

@media (max-width: 500px) {
  .hero-arrow-icon {
    right: 10px;
    margin-top: 12px;
    width: 14px;
    height: 28px; } }

@media (max-width: 390px) {
  .hero-arrow-icon {
    right: 42px;
    margin-top: 5px;
    width: 14px;
    height: 28px; } }

@media (max-width: 370px) {
  .hero-arrow-icon {
    right: 30px;
    margin-top: 5px;
    width: 14px;
    height: 28px; } }

@media (max-width: 347px) {
  .hero-arrow-icon {
    right: 20px;
    margin-top: 5px;
    width: 14px;
    height: 28px; } }

@media (max-width: 329px) {
  .hero-arrow-icon {
    right: 17px;
    margin-top: 5px;
    width: 14px;
    height: 28px; } }

@media (max-width: 320px) {
  .hero-arrow-icon {
    right: 15px;
    margin-top: 5px;
    width: 14px;
    height: 28px; } }

.snow-removal-hero__form-container {
  max-width: 500px;
  margin: 0 auto 30px; }

.snow-removal-hero__input-wrapper {
  position: relative;
  margin-bottom: 15px; }

.snow-removal-hero__input-icon {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  z-index: 1;
  pointer-events: none; }

.snow-removal-hero__input-divider {
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 30px;
  background-color: #D1D5DB;
  z-index: 1;
  pointer-events: none; }

.snow-removal-hero__input {
  width: 100%;
  padding: 14px 30px !important;
  border: 2px solid #38A1DF;
  border-radius: 50px;
  font-size: 18px;
  outline: none;
  box-sizing: border-box;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  text-indent: 0; }

.snow-removal-hero__input--with-icon {
  padding-left: 70px !important;
  margin-bottom: 0; }

.snow-removal-hero__input::placeholder {
  padding-left: 2;
  color: #6B7280; }

.snow-removal-hero__input-group {
  display: flex;
  gap: 15px; }

.snow-removal-hero__input-group .snow-removal-hero__input-wrapper {
  flex: 1;
  margin-bottom: 0; }

.snow-removal-hero__input-group input {
  flex: 1; }

/* CTA Bar */
.snow-removal-cta-bar {
  width: 100%;
  background: #CCECFF;
  color: #36454F;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 125px;
  font-family: 'ProximaNova';
  font-size: 24px;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  padding: 0 40px; }

.snow-removal-cta-bar__content {
  display: flex;
  width: 100%;
  max-width: 1400px;
  flex-wrap: nowrap;
  justify-content: space-around;
  gap: 20px; }

.snow-removal-cta-bar__item {
  min-width: 250px;
  text-align: center;
  padding: px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px; }

.snow-removal-cta-bar__item svg {
  flex-shrink: 0; }

.snow-removal-cta-bar__item span {
  font-size: 22px;
  font-family: 'ProximaNova';
  font-weight: 600;
  white-space: nowrap;
  line-height: 1.3; }

/* How It Works Section */
.snow-removal-how-it-works {
  background: #FFF;
  padding: 60px 60px;
  text-align: center;
  display: flex;
  justify-content: center; }

.snow-removal-how-it-works__container {
  /* padding: 60px 20px 60px 20px; */
  max-width: 1640px;
  margin: 0 auto;
  width: 100%; }

@media (max-width: 768px) {
  .snow-removal-hero__title {
    margin: 0;
    color: #144961;
    font-size: 86px;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 100px;
    text-transform: capitalize; } }

@media (max-width: 670px) {
  .snow-removal-how-it-works__container {
    /* padding: 60px 20px 60px 20px; */
    max-width: 1640px;
    margin: 0 auto;
    margin-top: 50px !important; } }

@media (max-width: 545px) {
  .snow-removal-how-it-works__container {
    /* padding: 60px 20px 60px 20px; */
    max-width: 1640px;
    margin: 0 auto;
    margin-top: 100px !important; }
  .snow-removal-how-it-works__step-text {
    font-size: 16px;
    font-weight: 550;
    line-height: 1.4; } }

@media (max-width: 480px) {
  .snow-removal-how-it-works__container {
    /* padding: 2px 20px 60px 20px !important; */
    max-width: 1640px;
    margin: 0 auto;
    margin-top: 2px !important;
    height: auto !important; }
  .snow-removal-how-it-works__step-text {
    font-size: 16px;
    font-weight: 550;
    line-height: 1.4; } }

@media (max-width: 383px) {
  .snow-removal-how-it-works__container {
    /* padding: 2px 20px 60px 20px !important; */
    max-width: 1640px;
    margin: 0 auto;
    margin-top: 10px !important; }
  .snow-removal-how-it-works__step-text {
    font-size: 16px;
    font-weight: 550;
    line-height: 1.4; } }

@media (max-width: 353px) {
  .snow-removal-how-it-works__container {
    max-width: 1640px;
    margin: 0 auto; }
  .snow-removal-how-it-works__step-text {
    font-size: 16px;
    font-weight: 550;
    line-height: 1.4; } }

.snow-removal-how-it-works__title {
  color: #2C3E50;
  font-size: 56px;
  font-weight: 700;
  font-family: 'ProximaNova';
  margin-bottom: 50px; }

.snow-removal-how-it-works__steps {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
  margin-bottom: 40px;
  position: relative; }

.snow-removal-how-it-works__step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative; }

.snow-removal-how-it-works__step-icon {
  background: white;
  width: 135px;
  height: 135px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  border: 2px solid #D1D5DB;
  margin-bottom: 20px;
  position: relative;
  z-index: 1; }

.snow-removal-how-it-works__connector {
  position: absolute;
  top: 60px;
  left: calc(50% + 80px);
  width: calc(100% - 200px);
  height: 0;
  background: transparent;
  border-top: 4px dashed #87D0FF;
  border-image: repeating-linear-gradient(to right, #87D0FF 0, #87D0FF 20px, transparent 20px, transparent 45px) 1;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.snow-removal-how-it-works__connector-arrow {
  position: absolute;
  right: -36px;
  background: transparent;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 16px solid #87D0FF;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  padding: 0;
  display: block; }

.snow-removal-how-it-works__connector-arrow path {
  display: none; }

.snow-removal-how-it-works__mobile-arrow {
  display: none;
  position: absolute;
  left: 20px;
  bottom: -25px;
  z-index: 10; }

.snow-removal-how-it-works__mobile-arrow svg {
  display: block; }

.snow-removal-how-it-works__step:last-child .snow-removal-how-it-works__mobile-arrow {
  display: none !important; }

.snow-removal-how-it-works__step:last-child .snow-removal-how-it-works__connector {
  display: none; }

.snow-removal-how-it-works__step-text {
  color: #2C3E50;
  font-size: 20px;
  font-weight: 600;
  font-family: 'ProximaNova';
  line-height: 1.4;
  max-width: 280px;
  text-align: center; }

.snow-removal-how-it-works__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #38A1DF;
  color: white;
  padding: 20px 42px;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 600;
  font-family: 'ProximaNova';
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(56, 161, 223, 0.3);
  transition: all 0.3s ease;
  cursor: pointer; }

.snow-removal-how-it-works__cta:hover {
  background: #2d8bc4;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(56, 161, 223, 0.4);
  color: white;
  text-decoration: none; }

.snow-removal-how-it-works__cta:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(56, 161, 223, 0.2); }

/* Before and After Section */
.snow-removal-before-after {
  background: #E1F5FE;
  padding: 60px 20px;
  text-align: center; }

.snow-removal-before-after__container {
  max-width: auto;
  margin: 0 auto; }

.snow-removal-before-after__title {
  color: #2C3E50;
  font-size: 60px;
  font-weight: 700;
  font-family: 'ProximaNova';
  margin-bottom: 0px; }

.snow-removal-before-after__highlight {
  color: #39A2E0; }

.snow-removal-before-after__subtitle {
  color: #2C3E50;
  font-size: 28px;
  font-weight: 600;
  font-family: 'ProximaNova';
  margin-bottom: 40px; }

.snow-removal-comparison-outer {
  max-width: 1500px;
  margin: 0 auto;
  align-items: center;
  gap: 70px;
  justify-content: center; }

.snow-removal-comparison {
  flex: 1;
  max-width: 1400px;
  position: relative;
  cursor: ew-resize; }

.snow-removal-comparison__wrapper {
  position: relative;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
  width: 100%;
  aspect-ratio: 16 / 10;
  border: none; }
  @media (max-width: 768px) {
    .snow-removal-comparison__wrapper {
      aspect-ratio: 4 / 3; } }
.snow-removal-comparison__after,
.snow-removal-comparison__before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat; }

.snow-removal-comparison__before {
  clip-path: inset(0 50% 0 0);
  z-index: 2; }

.snow-removal-comparison__after {
  z-index: 1; }

.snow-removal-comparison__label {
  position: absolute;
  bottom: 20px;
  background: #39A2E0;
  color: white;
  padding: 5px 20px;
  font-size: 30px;
  font-weight: 600;
  font-family: 'ProximaNova';
  border-radius: 6px;
  z-index: 4;
  transition: opacity 0.3s ease;
  word-spacing: normal; }

.snow-removal-comparison__label--before {
  left: 20px; }

.snow-removal-comparison__label--after {
  right: 20px; }

.snow-removal-comparison__nav-button {
  background: #39A2E0;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 180, 216, 0.4);
  transition: all 0.3s;
  flex-shrink: 0; }

.snow-removal-comparison__nav-button:hover {
  background: #0091B8;
  transform: scale(1.05); }

.snow-removal-comparison__nav-button:active {
  transform: scale(0.95); }

.snow-removal-comparison__divider {
  position: absolute;
  top: 0;
  left: 50%;
  width: 6px;
  height: 100%;
  background: #38A1DF;
  z-index: 3;
  cursor: ew-resize;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.snow-removal-comparison__divider-line {
  flex: 1;
  width: 6px;
  background: #38A1DF; }

.snow-removal-comparison__divider-icon {
  background: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(56, 161, 223, 0.6);
  cursor: grab;
  flex-shrink: 0;
  border: 3px solid #38A1DF; }

.snow-removal-comparison__divider-icon:active {
  cursor: grabbing; }

/* Sections Wrapper for Mobile Reordering */
.snow-removal-sections-wrapper {
  display: flex;
  flex-direction: column; }

/* As Seen In Section */
.snow-removal-as-seen-in {
  background: #39A2E0;
  padding: 28px 40px;
  order: 0; }

.snow-removal-as-seen-in__container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  flex-wrap: wrap;
  padding: 0 20px; }

.snow-removal-as-seen-in__label {
  color: white;
  font-size: 40px;
  font-weight: 700;
  font-family: 'ProximaNova';
  white-space: nowrap;
  flex-shrink: 0; }

.snow-removal-as-seen-in__desktop-row {
  display: flex;
  flex-direction: row;
  gap: 60px;
  align-items: center; }

.snow-removal-as-seen-in__logos-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  flex: 1;
  max-width: 75%;
  padding-right: 5px;
  padding-left: 150px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  overflow: hidden; }

.snow-removal-as-seen-in__logos-row {
  display: flex;
  flex-direction: row;
  gap: 90px;
  align-items: center; }

.snow-removal-as-seen-in__logos {
  display: flex !important;
  align-items: center;
  gap: 90px !important;
  flex-wrap: nowrap !important;
  justify-content: flex-start;
  flex-shrink: 0;
  flex-direction: row !important; }

.snow-removal-as-seen-in__mobile-wrapper {
  display: none; }

.snow-removal-as-seen-in__marquee {
  display: none !important; }

.snow-removal-as-seen-in__logo {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center; }

.snow-removal-as-seen-in__logo img {
  height: 60px;
  width: auto;
  filter: brightness(0) invert(1); }

.snow-removal-as-seen-in__rating {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
  flex-shrink: 0;
  min-width: auto; }

.snow-removal-as-seen-in__rating--mobile {
  display: none; }

.snow-removal-as-seen-in__rating-info {
  display: flex;
  flex-direction: column;
  gap: 4px; }

.snow-removal-as-seen-in__rating-text {
  font-weight: 600;
  font-family: 'ProximaNova';
  color: #FFF;
  font-size: 32px;
  white-space: nowrap; }

.snow-removal-as-seen-in__rating-subtext {
  font-weight: 400;
  font-family: 'ProximaNova';
  color: #FFF;
  font-size: 18px;
  white-space: nowrap;
  opacity: 0.95; }

.snow-removal-as-seen-in__rating-stars {
  display: flex;
  gap: 4px; }

.snow-removal-as-seen-in__star {
  background: #2C3E50;
  color: #FFFFFF;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 2px; }

/* Testimonials Section */
.snow-removal-testimonials {
  order: 0;
  background: #FFFFFF;
  padding: 30px 20px 60px;
  text-align: center; }

.snow-removal-testimonials__container {
  max-width: 1400px;
  margin: 0 auto; }

.snow-removal-testimonials__title {
  color: #2C3E50;
  font-size: 56px;
  font-weight: 700;
  font-family: 'ProximaNova';
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px; }

.snow-removal-testimonials__snowflake {
  color: #00B4D8;
  font-size: 32px; }

.snow-removal-testimonials__subtitle {
  color: #2C3E50;
  font-size: 28px;
  font-weight: 600;
  font-family: 'ProximaNova';
  margin-bottom: 40px; }

.snow-removal-testimonials__card {
  display: none;
  align-items: stretch;
  gap: 0;
  max-width: 1400px;
  margin: 0 auto 40px;
  box-shadow: none;
  border-radius: 0;
  overflow: hidden;
  border: 2px solid #75beea;
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.5s ease, transform 0.5s ease; }

.snow-removal-testimonials__card.active {
  display: flex;
  opacity: 1;
  transform: translateX(0); }

.snow-removal-testimonials__card.slide-out-left {
  transform: translateX(-30px);
  opacity: 0; }

.snow-removal-testimonials__card.slide-out-right {
  transform: translateX(30px);
  opacity: 0; }

.snow-removal-testimonials__image {
  flex: 0 0 40%;
  background-size: cover;
  background-position: center;
  min-height: 350px; }

.snow-removal-testimonials__content {
  flex: 1;
  text-align: left;
  background: #E8F6FF;
  padding: 40px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.snow-removal-testimonials__stars {
  display: flex;
  gap: 6px; }

.snow-removal-testimonials__stars span {
  background: #39A2E0;
  color: #FFFFFF;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px; }

.snow-removal-testimonials__quote {
  color: #2C3E50;
  font-size: 28px;
  font-family: 'ProximaNova';
  line-height: 1.6;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 300; }

.snow-removal-testimonials__author {
  color: #2C3E50;
  font-size: 28px;
  font-family: 'ProximaNova';
  font-weight: 700;
  margin: 0; }

.snow-removal-testimonials__nav {
  display: flex;
  justify-content: center;
  gap: 15px; }

.snow-removal-testimonials__nav-btn {
  background: #39A2E0;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 180, 216, 0.3);
  transition: all 0.3s; }

.snow-removal-testimonials__nav-btn:hover {
  transform: scale(1.05); }

/* FAQ Section */
.snow-removal-faq {
  order: 0;
  padding: 60px 20px;
  background: #E8F6FF; }

.snow-removal-faq__container {
  max-width: 1400px;
  margin: 0 auto; }

.snow-removal-faq__title {
  font-family: 'ProximaNova';
  font-size: 62px;
  font-weight: 700;
  color: #2C3E50;
  text-align: center;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px; }

.snow-removal-faq__snowflake {
  color: #00B4D8;
  font-size: 56px; }

.snow-removal-faq__subtitle {
  font-family: 'ProximaNova';
  font-size: 32px;
  font-weight: 600;
  color: #6B7280;
  text-align: center;
  margin-bottom: 40px; }

.snow-removal-faq__item {
  background: white;
  border: 1px solid #49c2ea;
  border-radius: 0;
  margin-bottom: 15px;
  overflow: hidden; }

.snow-removal-faq__question {
  width: 100%;
  padding: 20px 40px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'ProximaNova';
  font-size: 26px;
  font-weight: 600;
  color: #2C3E50;
  background: white;
  border: none;
  text-align: left;
  transition: background 0.3s; }

.snow-removal-faq__question:focus {
  outline: none; }

.snow-removal-faq__question:hover {
  background: #F5FCFF; }

.snow-removal-faq__arrow {
  color: black;
  font-size: 20px;
  transition: transform 0.3s;
  font-weight: bold;
  flex-shrink: 0; }

.snow-removal-faq__question.active .snow-removal-faq__arrow {
  transform: rotate(180deg);
  color: #00B4D8; }

.snow-removal-faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out, background 0.3s ease-out;
  font-family: 'ProximaNova';
  font-size: 22px;
  font-weight: 400;
  color: #2C3E50;
  line-height: 1.6;
  text-align: left;
  padding: 0 30px;
  background: white; }

.snow-removal-faq__answer.active {
  max-height: 200px;
  padding: 20px 30px;
  border-top: 2px solid #B8E6F5;
  background: #edf8fb; }

/* Footer Section */
.snow-removal-footer {
  background: #144961;
  padding: 80px 20px; }

.snow-removal-footer__container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px; }

.snow-removal-footer__social {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center; }

.snow-removal-footer__social-link {
  width: 45px;
  height: 45px;
  border: 2px solid #e7dede;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff; }

.snow-removal-footer__social-icon {
  width: 20px;
  height: 20px;
  color: whitesmoke; }

.snow-removal-footer__text {
  font-family: 'ProximaNova';
  font-size: 34px;
  font-weight: 700;
  color: #ffffff;
  margin: 0; }

.mobile-break {
  display: none; }

/* Video Section */
.snow-removal-video-section {
  margin-top: 40px;
  margin-bottom: 30px; }

.snow-removal-video-section__container {
  max-width: 1500px;
  margin: 0 auto; }

.snow-removal-video-section__video-wrapper {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  border-radius: 0px;
  overflow: hidden; }

.snow-removal-video-section__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  font-size: 18px;
  font-family: 'ProximaNova';
  gap: 20px; }

.snow-removal-video-section__placeholder svg {
  opacity: 0.9; }

.snow-removal-video-section__placeholder p {
  margin: 0;
  font-weight: 600; }

/* Content Section */
.snow-removal-content-section {
  background: white;
  padding: 0 20px 30px 20px; }

.snow-removal-content-section__container {
  max-width: 900px;
  margin: 0 auto; }

.snow-removal-content-section__border-box {
  border-left: 4px solid #38A1DF;
  padding-left: 40px;
  border-radius: 8px; }

.snow-removal-content-section__title {
  font-family: 'ProximaNova';
  font-size: 36px;
  font-weight: 700;
  color: #38A1DF;
  margin: 0 0 30px 0;
  line-height: 1.2; }

.snow-removal-content-section__text {
  font-family: 'ProximaNova';
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  color: #374151;
  margin: 0 0 20px 0; }

.snow-removal-content-section__text strong {
  font-weight: 700;
  color: #1F2937; }

.snow-removal-content-section__list {
  margin: 30px 0;
  padding: 0;
  list-style: none;
  counter-reset: list-counter;
  padding-left: 30px; }

.snow-removal-content-section__list-item {
  counter-increment: list-counter;
  margin-bottom: 30px;
  position: relative;
  padding-left: 0; }

.snow-removal-content-section__list-item::before {
  content: counter(list-counter) ". ";
  font-family: 'ProximaNova';
  font-size: 18px;
  font-weight: 400;
  color: #374151;
  display: inline; }

.snow-removal-content-section__list-title {
  font-family: 'ProximaNova';
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  color: #374151;
  margin: 12px 0 0 0;
  padding-left: 20px; }

.snow-removal-content-section__list-text {
  font-family: 'ProximaNova';
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  color: #374151;
  margin: 12px 0 0 0;
  padding-left: 20px; }

.snow-removal-content-section__checklist {
  color: #373737;
  font-family: ProximaNova-Regular;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  margin-bottom: 20px;
  padding-left: 45px; }

.snow-removal-content-section__checklist li {
  margin-bottom: 8px; }

.snow-removal-content-section__link {
  color: #0EA5E9;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s; }

.snow-removal-content-section__link:hover {
  color: #0284C7;
  text-decoration: underline; }

.snow-removal-content-section__update {
  font-family: 'ProximaNova';
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  color: #6B7280;
  margin: 30px 0 0 0; }

.snow-removal-content-section__image-wrapper {
  width: 100%;
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden; }

.snow-removal-content-section__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; }

/* Responsive Styles */
@media (max-width: 1200px) {
  .snow-removal-hero {
    background-size: cover !important;
    background-position: center bottom !important; } }

/* @media (max-width: 1055px) {
.snow-removal-cta-bar__item {
    flex: 1 1 280px;
    font: size 12px !important;
    min-width: 250px;
    text-align: center;
    padding: px 15px;
    padding-left: 50px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
} */
@media (max-width: 992px) {
  .snow-removal-comparison__wrapper {
    height: 400px !important; }
  .snow-removal-comparison__divider-icon {
    width: 45px !important;
    height: 45px !important; }
  .snow-removal-comparison__label {
    font-size: 12px !important;
    padding: 6px 16px !important; }
  .snow-removal-testimonials__card {
    flex-direction: column !important; }
  .snow-removal-testimonials__image {
    flex: 0 0 auto !important;
    width: 100% !important;
    min-height: 200px !important; }
  .snow-removal-testimonials__content {
    text-align: center !important; }
  .snow-removal-cta-bar__content {
    gap: 15px !important; }
  .snow-removal-cta-bar__item {
    min-width: 220px !important;
    padding: 15px 10px !important; }
  .snow-removal-cta-bar__item span {
    font-size: 22px !important; }
  .snow-removal-hero__input-divider {
    display: block !important;
    left: 50px !important; } }

/* Match video and image widths for tablet/desktop screens (956px - 1200px) */
@media (min-width: 956px) and (max-width: 1200px) {
  .snow-removal-video-section {
    padding: 0 20px !important; }
  .snow-removal-video-section__video-wrapper {
    max-width: 900px !important;
    margin: 0 auto !important; } }

/* Match video and image widths for tablet screens (769px - 955px) */
@media (min-width: 769px) and (max-width: 955px) {
  .snow-removal-video-section {
    padding: 0 20px !important; }
  .snow-removal-video-section__video-wrapper {
    max-width: 100% !important; }
  .snow-removal-content-section__image-wrapper {
    max-width: 100% !important; } }

@media (max-width: 955px) {
  .snow-removal-cta-bar {
    font-size: 14px !important;
    min-height: auto !important;
    padding: 0 !important;
    display: flex !important;
    justify-content: center !important; }
  .snow-removal-cta-bar__content {
    flex-direction: column !important;
    width: auto !important;
    max-width: 320px !important;
    gap: 0 !important;
    margin: 0 auto !important; }
  .snow-removal-cta-bar__item {
    padding: 20px 0 !important;
    border-right: none !important;
    width: 100% !important;
    min-width: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 16px !important;
    text-align: left !important;
    margin: 0 !important; }
  .snow-removal-cta-bar__item svg {
    flex-shrink: 0 !important; }
  .snow-removal-cta-bar__item span {
    font-size: 16px !important;
    white-space: normal !important;
    text-align: left !important; }
  .snow-removal-cta-bar__item:last-child {
    border-bottom: none !important; } }

/* Tablet screens - reduce input field width */
@media (min-width: 426px) and (max-width: 768px) {
  .snow-removal-hero__form-container {
    max-width: 55% !important;
    margin: 0 auto !important; }
  .snow-removal-hero__input-wrapper {
    max-width: 100% !important; }
  .snow-removal-hero__input {
    width: 100% !important; }
  .button-container {
    max-width: 69% !important;
    margin: 0 auto !important; }
  .see-snow-plow-prices__container {
    width: 100% !important; }
  .see-snow-plow-prices__btn {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important; } }

/* Mobile screens - restore full width for inputs and button */
@media (max-width: 425px) {
  .snow-removal-hero__form-container {
    max-width: 90% !important;
    margin: 0 auto !important; }
  .button-container {
    max-width: 90% !important;
    margin: 0 auto !important;
    width: 90% !important; }
  .see-snow-plow-prices__container {
    width: 100% !important; }
  .see-snow-plow-prices__btn {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important; } }

@media (max-width: 768px) {
  .snow-removal-hero {
    background-size: cover;
    background-position: bottom;
    background-color: #CFF7FE;
    min-height: 100vh !important;
    height: 100vh !important;
    margin: 0 !important; }
  .snow-removal-quotes {
    padding-right: 15px !important; }
  .snow-removal-hero__content {
    padding: 0 1px 40px !important; }
  .snow-removal-hero__title {
    font-size: 40px !important;
    font-weight: 900 !important;
    margin-bottom: 15px !important;
    line-height: 1 !important;
    padding: 0 20px !important;
    padding-top: 80px !important; }
  .snow-removal-hero__subtitle {
    font-size: 20px !important;
    margin-bottom: 25px !important;
    line-height: 1.4 !important;
    padding: 0 20px !important;
    max-width: 560px !important; }
  .snow-removal-hero__input-group {
    flex-direction: column !important;
    gap: 10px !important; }
  .snow-removal-hero__input-wrapper {
    position: relative !important;
    display: flex !important;
    align-items: center !important; }
  .snow-removal-hero__input-icon {
    position: absolute !important;
    left: 16px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 20px !important;
    height: 20px !important;
    z-index: 2 !important;
    pointer-events: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important; }
  .snow-removal-hero__input-divider {
    display: block !important;
    left: 48px !important;
    height: 26px !important;
    top: 50% !important;
    transform: translateY(-50%) !important; }
  .snow-removal-hero__input {
    padding: 16px 20px !important;
    font-size: 15px !important;
    width: 100% !important; }
  .snow-removal-hero__input--with-icon {
    padding-left: 56px !important;
    padding-right: 20px !important; }
  .snow-removal-hero__input--with-icon::placeholder {
    color: #6C757D !important;
    opacity: 1 !important; }
  .snow-removal-cta-bar {
    font-size: 14px !important;
    min-height: auto !important;
    padding: 0 !important;
    display: flex !important;
    justify-content: center !important; }
  .snow-removal-cta-bar__content {
    flex-direction: column !important;
    width: auto !important;
    max-width: 320px !important;
    gap: 0 !important;
    margin: 0 auto !important; }
  .snow-removal-cta-bar__item {
    padding: 20px 0 !important;
    border-right: none !important;
    width: 100% !important;
    min-width: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 16px !important;
    text-align: left !important;
    margin: 0 !important; }
  .snow-removal-cta-bar__item svg {
    flex-shrink: 0 !important; }
  .snow-removal-cta-bar__item span {
    font-size: 16px !important;
    white-space: normal !important;
    text-align: left !important; }
  .snow-removal-cta-bar__item:last-child {
    border-bottom: none !important; }
  .snow-removal-how-it-works__title {
    font-size: 32px !important;
    margin-bottom: 30px !important; }
  .snow-removal-how-it-works {
    padding: 30px 20px !important; }
  .snow-removal-how-it-works__steps {
    flex-direction: column !important;
    gap: 15px !important;
    align-items: stretch !important; }
  .snow-removal-how-it-works__step {
    flex-direction: row !important;
    align-items: center !important;
    text-align: left !important;
    gap: 15px !important;
    position: relative !important;
    padding-bottom: 35px !important;
    margin-bottom: 5px !important; }
  .snow-removal-how-it-works__step:last-child {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important; }
  .snow-removal-how-it-works__step:last-child .snow-removal-how-it-works__mobile-arrow {
    display: none !important; }
  .snow-removal-how-it-works__step-icon {
    width: 50px !important;
    height: 50px !important;
    flex-shrink: 0 !important;
    margin-bottom: 0 !important;
    position: relative !important;
    z-index: 1 !important;
    background: white !important;
    border: 2px solid #D1D5DB !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important; }
  .snow-removal-how-it-works__step-icon svg,
  .snow-removal-how-it-works__step-icon img {
    width: 28px !important;
    height: 28px !important; }
  .snow-removal-how-it-works__step-text {
    text-align: left !important;
    max-width: none !important;
    margin: 0 !important; }
  .snow-removal-how-it-works__connector {
    display: none !important; }
  .snow-removal-how-it-works__mobile-arrow {
    display: block !important;
    margin: 12px 0 !important; }
  .snow-removal-how-it-works__mobile-arrow svg {
    width: 16px !important;
    height: 40px !important; }
  .snow-removal-how-it-works__mobile-arrow line {
    stroke-width: 2 !important;
    stroke-dasharray: 3 3 !important; }
  .snow-removal-how-it-works__cta {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 20px 26px !important;
    font-size: 22px !important;
    font-weight: 400 !important; }
  .snow-removal-before-after__title {
    font-size: 28px !important; }
  .snow-removal-before-after__highlight {
    display: block;
    font-weight: 400; }
  .snow-removal-before-after__subtitle {
    font-size: 20px; }
  .snow-removal-comparison__wrapper {
    height: 300px !important; }
  .snow-removal-comparison__nav-button {
    display: none !important; }
  .snow-removal-as-seen-in {
    padding: 25px 0 !important;
    order: 1 !important; }
  .snow-removal-as-seen-in__container {
    flex-direction: column !important;
    gap: 20px !important;
    padding: 0 15px !important; }
  /* Hide desktop static version on mobile */
  .snow-removal-as-seen-in__desktop-row {
    display: none !important; }
  .snow-removal-as-seen-in__logos-row {
    display: none !important; }
  /* Show marquee wrapper on mobile */
  .snow-removal-as-seen-in__mobile-wrapper {
    display: block !important; }
  .snow-removal-as-seen-in__marquee {
    display: block !important; }
  .snow-removal-as-seen-in__label {
    font-size: 24px !important;
    flex-shrink: 0 !important; }
  .snow-removal-as-seen-in__rating--mobile {
    display: flex !important;
    margin-top: 20px !important; }
  .snow-removal-as-seen-in__rating {
    padding: 0 !important;
    border: none !important;
    flex-shrink: 0 !important;
    align-items: center !important;
    flex-direction: column !important;
    gap: 12px !important; }
  .snow-removal-as-seen-in__rating-text {
    font-size: 28px !important;
    text-align: center !important; }
  .snow-removal-as-seen-in__rating-subtext {
    font-size: 14px !important;
    text-align: center !important; }
  .snow-removal-as-seen-in__star {
    width: 32px !important;
    height: 32px !important;
    font-size: 20px !important; }
  .snow-removal-testimonials {
    order: 2 !important; }
  .snow-removal-testimonials__title {
    font-size: 26px !important;
    gap: 8px !important; }
  .snow-removal-testimonials__subtitle {
    font-size: 18px !important;
    font-weight: 600 !important; }
  .snow-removal-testimonials__card {
    max-width: 95% !important; }
  .snow-removal-testimonials__image {
    min-height: 220px !important; }
  .snow-removal-testimonials__content {
    padding: 20px !important; }
  .snow-removal-testimonials__quote {
    font-size: 22px !important;
    text-align: left; }
  .snow-removal-testimonials__author {
    font-size: 22px !important;
    text-align: left; }
  .snow-removal-faq {
    padding: 40px 16px !important;
    order: 3 !important;
    text-align: left; }
  .snow-removal-faq__container {
    max-width: 100% !important; }
  .snow-removal-faq__title {
    font-size: 24px !important;
    flex-direction: row !important;
    gap: 10px !important;
    margin-bottom: 10px !important; }
  .snow-removal-faq__snowflake {
    font-size: 24px !important; }
  .snow-removal-faq__subtitle {
    font-size: 16px !important;
    margin-bottom: 30px !important;
    padding: 0 10px !important; }
  .snow-removal-faq__item {
    margin-bottom: 12px !important; }
  .snow-removal-faq__question {
    padding: 16px 20px !important;
    font-size: 18px !important; }
  .snow-removal-faq__arrow {
    font-size: 18px !important; }
  .snow-removal-faq__answer {
    font-size: 17px !important;
    padding: 0 20px !important; }
  .snow-removal-faq__answer.active {
    padding: 16px 20px !important;
    max-height: 300px !important; }
  .snow-removal-footer {
    padding: 50px 16px !important; }
  .snow-removal-footer__social {
    gap: 10px !important; }
  .snow-removal-footer__social-link {
    width: 36px !important;
    height: 36px !important; }
  .snow-removal-footer__social-icon {
    width: 18px !important;
    height: 18px !important; }
  .snow-removal-footer__text {
    font-size: 16px !important;
    line-height: 1.5 !important; }
  .snow-removal-footer__text .mobile-break {
    display: inline !important; }
  .snow-removal-video-section {
    padding: 60px 20px !important;
    order: 4 !important; }
  .snow-removal-video-section__video-wrapper {
    max-width: 100% !important; }
  .snow-removal-content-section {
    padding: 30px 20px !important;
    order: 5 !important; }
  .snow-removal-content-section__border-box {
    padding: 25px 20px !important; }
  .snow-removal-content-section__title {
    font-size: 26px !important; }
  .snow-removal-content-section__text {
    font-size: 16px !important; }
  .snow-removal-content-section__image-wrapper {
    max-width: 100% !important;
    margin-top: 25px !important; }
  /* Snow removal CTA section - should appear after content sections */
  .snow-removal.bg-snow-removal-1,
  section.snow-removal {
    order: 6 !important; } }

@media (max-width: 480px) {
  .snow-removal-hero__title {
    font-size: 36px !important; }
  .snow-removal-hero__subtitle {
    font-size: 16px !important;
    font-weight: 600 !important;
    max-width: 400px !important; }
  .see-snow-plow-prices__btn {
    padding: 16px 20px !important;
    font-size: 15px !important; }
  .snow-removal-cta-bar {
    font-size: 14px !important;
    padding: 20px 0 !important; }
  .snow-removal-cta-bar__item {
    padding: 8px 12px !important; }
  .snow-removal-cta-bar__item svg {
    width: 36px !important;
    height: 36px !important; }
  .snow-removal-cta-bar__item span {
    font-size: 16px !important; }
  .snow-removal-video-section {
    padding: 0px 15px !important; }
  .snow-removal-video-section__video-wrapper {
    max-width: 100% !important; }
  .snow-removal-video-section__placeholder {
    font-size: 16px !important; }
  .snow-removal-video-section__placeholder svg {
    width: 60px !important;
    height: 60px !important; }
  .snow-removal-content-section {
    padding: 20px 15px !important; }
  .snow-removal-content-section__border-box {
    padding: 0px 15px !important;
    border-left-width: 3px !important; }
  .snow-removal-content-section__title {
    font-size: 22px !important;
    margin-bottom: 20px !important; }
  .snow-removal-content-section__text {
    font-size: 15px !important;
    line-height: 1.7 !important; }
  .snow-removal-content-section__list-title {
    font-family: 'ProximaNova';
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    color: #374151;
    margin: 6px 0 0 0;
    padding-left: 10px; }
  .snow-removal-content-section__list-text {
    font-family: 'ProximaNova';
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    color: #374151;
    margin: 12px 0 0 0;
    padding-left: 20px; }
  .snow-removal-content-section__image-wrapper {
    max-width: 100% !important; } }

/* Sticky Footer CTA Styles */
.sticky-footer-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
  animation: slideUpFooter 0.3s ease-out;
  /* Override header styles to make it work as footer */
  /* Ensure button is easily clickable on mobile */ }
  .sticky-footer-cta .header-top {
    position: static !important;
    top: auto !important;
    bottom: 0 !important; }
  .sticky-footer-cta .snow-removal-quotes {
    min-height: 44px;
    min-width: 120px; }

@media (max-width: 390px) {
  .snow-removal-hero__title {
    font-size: 30px !important; }
  .snow-removal-hero__subtitle {
    font-size: 12px !important;
    font-weight: 600 !important;
    max-width: 415px !important; }
  .see-snow-plow-prices__btn {
    padding: 16px 20px !important;
    font-size: 15px !important; } }

@keyframes slideUpFooter {
  from {
    transform: translateY(100%);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }

/* Mobile adjustments for sticky footer */
@media (max-width: 768px) {
  .sticky-footer-cta .header-top__grid {
    flex-direction: column;
    padding: 12px;
    gap: 10px; }
  .sticky-footer-cta .header-top__text {
    text-align: center; }
  .sticky-footer-cta .header-top__title {
    font-size: 18px !important; }
  .sticky-footer-cta .header-top-button {
    width: 100%; }
    .sticky-footer-cta .header-top-button .header-top-button__style {
      width: 100%;
      padding: 12px 20px;
      font-size: 16px; } }

/* Small mobile screens - compact sticky footer */
@media (max-width: 480px) {
  .sticky-footer-cta .header-top {
    line-height: normal !important; }
  .sticky-footer-cta .header-top-image {
    height: auto !important;
    min-height: 90px !important;
    padding: 10px 0 !important; }
  .sticky-footer-cta .header-top__container {
    width: 95% !important;
    padding: 0 !important; }
  .sticky-footer-cta .header-top__grid {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 8px !important; }
  .sticky-footer-cta .header-top__title {
    font-size: 16px !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    white-space: nowrap !important; }
  .sticky-footer-cta .header-top-button {
    width: 100% !important;
    line-height: normal !important; }
    .sticky-footer-cta .header-top-button .header-top-button__style {
      height: 36px !important;
      font-size: 13px !important;
      padding: 8px 16px !important;
      white-space: nowrap !important; } }

/* Extra small screens */
@media (max-width: 375px) {
  .sticky-footer-cta .header-top-image {
    min-height: 80px !important; }
  .sticky-footer-cta .header-top__title {
    font-size: 14px !important; }
  .sticky-footer-cta .header-top-button .header-top-button__style {
    height: 34px !important;
    font-size: 12px !important;
    padding: 6px 12px !important; } }
