.hero-block-alt {
  width: 100%;
  background-size: cover;
  background-image: url(https://xfinityspecial.com/wp-content/uploads/2026/03/BRD23_369402_Q2_LifestyleShoot_SuburbanHome_OTS_3702-scaled.jpg);
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.hero-block-alt.has-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.42);
  z-index: 1;
}

.hero-block-alt .block-inner {
  position: relative;
  z-index: 2;
  padding: 90px 0;
}



.form-card {
  width: 100%;
  padding: 34px 30px;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25);
}

.form-card h2 {
  font-size: 30px;
  line-height: 1.15;
  font-weight: 800;
  color: #000000;
  margin-bottom: 24px;
}

.updater-qualform-form {
  width: 100%;
}

.loader {
  display: none;
}

.field {
  width: 100%;
}

.field label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 7px;
}

.required {
  color: #d60000;
  margin-left: 2px;
}

.form-control,
.field input[type="search"],
.field input[type="text"] {
  width: 100%;
  min-height: 52px;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  padding: 12px 14px;
  font-size: 15px;
  color: #111111;
  background: #ffffff;
  outline: none;
}

.form-control:focus,
.field input[type="search"]:focus,
.field input[type="text"]:focus {
  border-color: #3d1881;
  box-shadow: 0 0 0 3px rgba(97, 56, 245, 0.15);
}

.field-error {
  margin: 7px 0 0 0;
  font-size: 13px;
  color: #d60000;
}

.moving-label {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 4px 0 0 0;
  font-size: 15px;
  font-weight: 600;
  color: #222222;
}

.moving-label input {
  width: 16px;
  height: 16px;
}

.footer {
  margin-top: 22px;
}

.highlight-color-background {
  width: 100%;
  min-height: 54px;
  border: none;
  border-radius: 4px;
  background: #3d1881;
  color: #ffffff;
  font-size: 17px;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.25s ease;
}

.highlight-color-background:hover {
  background: #4d2ed0;
  transform: translateY(-2px);
}

.form-content-after {
  text-align: center;
  margin-top: 22px;
}

.form-content-after p {
  margin-bottom: 8px;
}

.google-phone-number {
  color: #000000;
  font-size: 22px;
  font-weight: 800;
  text-decoration: none;
}

.google-phone-number:hover {
  color: #3d1881;
}

.is-style-small-text {
  font-size: 14px;
  color: #555555;
  margin-bottom: 0;
}

.hero-content {
  color: #ffffff;
}

.hero-content h1 {
  font-size: clamp(44px, 6vw, 76px);
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 15px;
}

.hero-price-line {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.hero-price-line h2 {
  display: inline-block;
  margin: 0;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 800;
  color: #ffffff;
}

.hero-price-line p {
  display: inline-block;
  margin: 0;
  line-height: 1;
}

.price {
  display: inline-flex;
  align-items: flex-start;
  color: #ffffff;
}

.price sup {
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  margin-top: 8px;
}

.price strong {
  font-size: clamp(40px, 9vw, 50px);
  line-height: 0.85;
  font-weight: 600;
  color: #ffffff;
}

.hero-content > p {
  font-size: 21px;
  line-height: 1.45;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 18px;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 34px;
  border-radius: 4px;
  background: #3d1881;
  color: #ffffff;
  font-size: 17px;
  font-weight: 800;
  text-decoration: none;
  border: none;
}

.hero-btn:hover {
  background: #4d2ed0;
  color: #ffffff;
}

.wifi-deals {
  width: 100%;
  padding: 100px 0;
  background: #3d1881;
  color: #ffffff;
  overflow: hidden;
}


.wifi-deals__heading {
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.1;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 60px;
  letter-spacing: -1px;
}

.wifi-deals__cards {
  margin-bottom: 38px;
}

.wifi-card {
  height: 100%;
  background: #ffffff;
  color: #111111;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.22);
  border: 2px solid rgba(255, 255, 255, 0.25);
}

.wifi-card__tag {
  width: 100%;
  padding: 18px 24px;
  margin: 0;
  background: #3d1881;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
}

.wifi-card__inner {
  height: calc(100% - 62px);
  padding: 34px 30px;
  display: flex;
  flex-direction: column;
}

.wifi-card__primary {
  margin-bottom: 26px;
}

.wifi-card__primary h6 {
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.05;
  font-weight: 600;
  color: #111111;
  margin-bottom: 10px;
}

.wifi-card__primary p {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 800;
  color: #3d1881;
  margin: 0;
}

.wifi-card__description {
  margin-bottom: 28px;
}

.wifi-card__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wifi-card__list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 600;
  color: #222222;
}

.wifi-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #3d1881;
}

.wifi-card__list li::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 9px;
  width: 6px;
  height: 10px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(45deg);
}

.wifi-card__list strong {
  font-weight: 600;
}

.wifi-card__button {
  margin-top: auto;
}

.wifi-card__button a {
  width: 100%;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border-radius: 6px;
  background: #3d1881;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
}

.wifi-card__button a:hover {
  background: #5427d6;
  color: #ffffff;
  transform: translateY(-3px);
}

.wifi-deals__note {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  opacity: 0.9;
}

.xfinity-prices {
  width: 100%;
  padding: 100px 0;
  background: #ffffff;
  color: #111111;
  overflow: hidden;
}



.xfinity-prices__heading {
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.1;
  font-weight: 600;
  color: black;
  margin-bottom: 60px;
  letter-spacing: -1px;
}

.xfinity-prices__cards {
  align-items: stretch;
}

.xfinity-card {
  height: 100%;
  background: #ffffff;
  color: #111111;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(17, 140, 79, 0.14);
  transition: all 0.25s ease;
}

.xfinity-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 55px rgba(17, 140, 79, 0.22);
}

.xfinity-card__inner {
  height: 100%;
  padding: 30px 24px;
  display: flex;
  flex-direction: column;
}

.xfinity-card__primary {
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 2px solid #e4f4ec;
}

.xfinity-card__primary h6 {
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.08;
  font-weight: 600;
  color: #111111;
  margin-bottom: 10px;
}

.xfinity-card__primary p {
  font-size: 21px;
  line-height: 1.3;
  font-weight: 600;
  color: #3d1881;
  margin: 0;
}

.xfinity-card__description {
  margin-bottom: 26px;
}

.xfinity-card__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.xfinity-card__list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 600;
  color: #222222;
}

.xfinity-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #3d1881;
}

.xfinity-card__list li::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 9px;
  width: 6px;
  height: 10px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(45deg);
}

.xfinity-card__list strong {
  font-weight: 600;
}

.xfinity-card__button {
  margin-top: auto;
}

.xfinity-card__button a {
  width: 100%;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border-radius: 6px;
  background: #3d1881;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
}

.xfinity-card__button a:hover {
  background: #0d713f;
  color: #ffffff;
  transform: translateY(-3px);
}