.internet-form-section {
  width: 100%;
  padding: 90px 0;
  background: #f4f6f8;
  background-image: url(https://www.ecommercenews.pe/wp-content/uploads/2023/03/FF-image-scaled.jpg);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
}



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

.form-card h2 {
  font-size: clamp(28px, 4vw, 38px);
  line-height: 1.15;
  font-weight: 600;
  color: #111111;
  margin-bottom: 22px;
  text-align: center;
}

.form-customer-type {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  border: 2px solid #111111;
  border-radius: 6px;
  overflow: hidden;
}

.form-customer-type li {
  width: 50%;
}

.form-customer-type a {
  width: 100%;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  color: #111111;
  background: #ffffff;
  transition: all 0.25s ease;
}

.form-customer-type .residential {
  background: #111111;
  color: #ffffff;
}

.form-customer-type a:hover {
  background: #111111;
  color: #ffffff;
}

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

.loader {
  display: none;
}

.field {
  width: 100%;
}

.field label {
  display: block;
  font-size: 14px;
  font-weight: 800;
  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: 6px;
  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: #005baa;
  box-shadow: 0 0 0 3px rgba(0, 91, 170, 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: 700;
  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: 6px;
  background: #005baa;
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
}

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

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

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

.google-phone-number {
  color: #111111;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
}

.google-phone-number:hover {
  color: #005baa;
}

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

.spectrum-offers {
  width: 100%;
  padding: 90px 0;
  background: #f4f7fb;
  overflow: hidden;
}


.spectrum-offers__heading {
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.1;
  font-weight: 600;
  color: #111111;
  margin-bottom: 55px;
  letter-spacing: -1px;
}

.spectrum-offers__heading sub {
  font-size: 35%;
  bottom: 0;
}

.spectrum-offers__cards {
  align-items: stretch;
}

.spectrum-card {
  height: 100%;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  border: 2px solid #d8e4f2;
  box-shadow: 0 18px 45px rgba(0, 67, 140, 0.12);
  transition: all 0.25s ease;
}

.spectrum-card:hover {
  transform: translateY(-8px);
  border-color: #005baa;
  box-shadow: 0 24px 55px rgba(0, 91, 170, 0.18);
}

.spectrum-card--popular {
  border-color: #005baa;
  box-shadow: 0 24px 55px rgba(0, 91, 170, 0.18);
}

.spectrum-card__title {
  width: 100%;
  padding: 18px 24px;
  margin: 0;
  background: #005baa;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 600;
  text-align: center;
}

.spectrum-card__inner {
  height: calc(100% - 65px);
  padding: 32px 26px;
  display: flex;
  flex-direction: column;
}

.spectrum-card__speed {
  font-size: 24px;
  line-height: 1;
  color: #111111;
  margin-bottom: 18px;
  text-align: center;
  font-weight: 800;
}

.spectrum-card__speed strong {
  font-size: clamp(58px, 7vw, 82px);
  line-height: 0.9;
  font-weight: 600;
  color: #005baa;
  margin-right: 4px;
}

.spectrum-card__price {
  text-align: center;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #d8e4f2;
}

.spectrum-card__price h6 {
  font-size: 30px;
  line-height: 1.1;
  font-weight: 600;
  color: #111111;
  margin-bottom: 8px;
}

.spectrum-card__disclaimer p {
  font-size: 13.5px;
  line-height: 1.45;
  color: #555555;
  margin: 0;
  font-weight: 600;
}

.spectrum-card__disclaimer a {
  color: #005baa;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}

.spectrum-card__description {
  margin-bottom: 26px;
  text-align: center;
}

.spectrum-card__icons {
  list-style: none;
  padding: 0;
  margin: 0 0 18px 0;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.spectrum-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #eef6ff;
  color: #005baa;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border: 1px solid #cfe3ff;
}

.spectrum-card__description h6 {
  font-size: 18px;
  font-weight: 600;
  color: #111111;
  margin-bottom: 6px;
}

.spectrum-card__description p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  color: #333333;
  margin: 0;
}

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

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

.spectrum-card__button a:hover {
  background: #00437d;
  color: #ffffff;
  transform: translateY(-3px);
}