.hero {
  width: 100%;
  padding: 90px 0;
  background: #f3ede0;
  overflow: hidden;
}



.hero__title {
  font-size: clamp(38px, 6vw, 55px);
  line-height: 1.02;
  font-weight: 900;
  color: #000000;
  margin-bottom: 34px;
  letter-spacing: -1.5px;
}

.hero__starting {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0;
}

.hero__price {
  margin: 0 0 12px 0;
}

.hero__price-large {
  font-size: clamp(70px, 10vw, 118px);
  line-height: 0.9;
  font-weight: 900;
  color: #000000;
  margin: 0;
  letter-spacing: -3px;
}

.hero__price-large sup {
  font-size: 42%;
  top: -0.9em;
  position: relative;
  margin-right: 4px;
}

.hero__price-small {
  font-size: 26px;
  font-weight: 800;
  color: #000000;
  margin: 18px 0 0 8px;
}

.hero__disc {
  font-size: 16px;
  line-height: 1.55;
  color: #222222;
  margin-bottom: 26px;
}

.hero__disc u {
  font-weight: 800;
  color: #000000;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.cursor-pointer {
  cursor: pointer;
}

.hero__list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px 0;
}

.hero__list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 13px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  color: #111111;
}

.hero__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #000000;
}

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

.hero__flow {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  border-radius: 28px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}

.hero__flow-header {
  background: #e60000;
  color: #ffffff;
  padding: 22px 24px;
  margin: 0;
  text-align: center;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 900;
}

.hero__flow-body {
  padding: 34px 28px;
  background: #ffffff;
}

.flow__question {
  font-size: 26px;
  line-height: 1.25;
  font-weight: 900;
  color: #000000;
  text-align: center;
  margin-bottom: 26px;
}

.button {
  border: none;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.25s ease;
}

.button--white {
  background: #ffffff;
  color: #000000;
  border: 2px solid #000000;
}

.button--flow {
  width: 100%;
  min-height: 56px;
  border-radius: 50px;
  font-size: 17px;
  font-weight: 900;
  margin-bottom: 14px;
}

.button--flow:hover {
  background: #000000;
  color: #ffffff;
}

.button--black {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 28px;
  border-radius: 50px;
  background: #000000;
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
}

.button--black:hover {
  background: #e60000;
  color: #ffffff;
  transform: translateY(-3px);
}

.hero__call {
  margin-top: 6px;
}

.flow__question-container {
  position: relative;
}

.hero__flow-button:last-child {
  margin-bottom: 0;
}


.wondering {
  width: 100%;
  padding: 50px 0;
  background: #000000;
  color: #ffffff;
  overflow: hidden;
}


.wondering__title {
  font-size: clamp(28px, 4vw, 38px);
  line-height: 1.25;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 22px;
}

.wondering__title b {
  font-weight: 900;
}

.wondering__agents {
  gap: 10px;
  font-size: 17px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 34px;
}

.wondering__agents-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #00c853;
  display: inline-block;
  box-shadow: 0 0 0 6px rgba(0, 200, 83, 0.18);
}

.button {
  border: none;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.25s ease;
}

.button--white {
  width: 100%;
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  border-radius: 50px;
  background: #ffffff;
  color: #000000;
  font-size: 16px;
  font-weight: 900;
  border: 2px solid #ffffff;
}

.button--white:hover {
  background: #e60000;
  color: #ffffff;
  border-color: #e60000;
  transform: translateY(-3px);
}

.plans {
  width: 100%;
  padding: 90px 0;
  background: #f4f4f4;
  overflow: hidden;
}



.plans__title {
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.05;
  font-weight: 900;
  color: #000000;
  margin-bottom: 18px;
  letter-spacing: -1px;
}

.plans__subtitle {
  font-size: 22px;
  line-height: 1.35;
  font-weight: 800;
  color: #000000;
  margin-bottom: 10px;
}

.plans__disclaimer {
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 26px;
}

.plans__toggle {
  margin-bottom: 46px;
}

.button {
  border: none;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.25s ease;
}

.button--square,
.plans__toggle-btn {
  min-height: 48px;
  padding: 12px 22px;
  border-radius: 0;
  background: #ffffff;
  color: #000000;
  border: 2px solid #000000;
  font-size: 15px;
  font-weight: 900;
}

.plans__toggle-btn.active {
  background: #000000;
  color: #ffffff;
}

.plans__container {
  margin-top: 10px;
}

.plan {
  height: 100%;
  padding: 34px 28px;
  background: #ffffff;
  border: 2px solid #000000;
  color: #000000;
  display: flex;
  flex-direction: column;
}

.plan--featured {
  box-shadow: 0 18px 0 #000000;
}

.plan__title {
  font-size: 38px;
  line-height: 1.1;
  font-weight: 900;
  color: #000000;
  margin-bottom: 22px;
}

.plan__price {
  margin-bottom: 14px;
}

.plan__price--large {
  font-size: clamp(46px, 6vw, 62px);
  line-height: 1;
  font-weight: 900;
  color: #000000;
  margin: 0 12px 0 0;
  letter-spacing: -1px;
}

.plan__price--small {
  font-size: 14.5px;
  line-height: 1.45;
  color: #111111;
  margin: 0;
  font-weight: 600;
}

.plan__price-disc {
  font-size: 13.5px;
  line-height: 1.55;
  color: #222222;
  margin-bottom: 22px;
}

.plan__price-disc b,
.plan__price-disc strong {
  font-weight: 900;
}

.plan u {
  cursor: pointer;
  font-weight: 900;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.button--black {
  width: 100%;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  background: #000000;
  color: #ffffff;
  border: 2px solid #000000;
  font-size: 15px;
  font-weight: 900;
  text-align: center;
}

.button--black:hover {
  background: #e60000;
  border-color: #e60000;
  color: #ffffff;
}

.plan__call {
  margin-bottom: 14px;
}

.plan__availability {
  width: 100%;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  background: #ffffff;
  color: #000000;
  border: 2px solid #000000;
  text-decoration: none;
  font-size: 15px;
  font-weight: 900;
  text-align: center;
}

.plan__availability:hover {
  background: #000000;
  color: #ffffff;
}

.plan__divider {
  width: 100%;
  border: none;
  border-top: 2px solid #000000;
  opacity: 1;
  margin: 26px 0;
}

.plan__included {
  font-size: 18px;
  line-height: 1.35;
  font-weight: 900;
  color: #000000;
  margin-bottom: 16px;
}

.plan__list {
  padding-left: 20px;
  margin-bottom: 26px;
}

.plan__list li {
  font-size: 15px;
  line-height: 1.55;
  color: #111111;
  font-weight: 700;
  margin-bottom: 13px;
}

.plan__list span {
  display: inline;
  font-size: 13.5px;
  color: #333333;
  font-weight: 600;
}

.plan__list a {
  color: #000000;
  font-weight: 800;
  word-break: break-word;
}

.plan__choice {
  font-size: 14px;
  line-height: 1.45;
  color: #000000;
  margin-bottom: 8px;
}

.plan__option {
  font-size: 14px;
  line-height: 1.55;
  color: #222222;
  font-weight: 600;
  margin-bottom: 16px;
}

.btn-fios {
  margin-top: 45px;
}

.button--white {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  background: #ffffff;
  color: #000000;
  border: 2px solid #000000;
  font-size: 15px;
  font-weight: 900;
}

.button--white:hover {
  background: #000000;
  color: #ffffff;
}

.cursor-pointer {
  cursor: pointer;
}

.perks {
  width: 100%;
  padding: 90px 0;
  background: black;
  overflow: hidden;
}


.perks__header {
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.05;
  font-weight: 900;
  color: #000000;
  margin-bottom: 18px;
  letter-spacing: -1px;
}

.perks__description {
  max-width: 720px;
  margin: 0 auto 44px auto;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 600;
  color: #222222;
}

.perks__description u {
  cursor: pointer;
  font-weight: 900;
  color: #000000;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.perks__grid {
  align-items: stretch;
}

.perks__card {
  width: 100%;
  height: 100%;
  min-height: 190px;
  padding: 22px;

  border: 2px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease;
}

.perks__card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 0 #000000;
}

.perks__card img {
  width: 100%;
  max-width: 240px;
  height: auto;
  display: block;
  object-fit: contain;
}

.cursor-pointer {
  cursor: pointer;
}


.switching {
  width: 100%;
  padding: 90px 0;
  background: #f3ede0;
  color: #000000;
  overflow: hidden;
}


.switching__title {
  font-size: clamp(38px, 6vw, 68px);
  line-height: 1.05;
  font-weight: 900;
  color: #000000;
  margin-bottom: 20px;
  letter-spacing: -1.5px;
}

.switching__text {
  font-size: clamp(20px, 3vw, 30px);
  line-height: 1.35;
  font-weight: 700;
  color: #000000;
  margin-bottom: 48px;
}

.switching__list {
  width: 100%;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  margin-bottom: 34px;
}

.switching__item {
  padding: 30px 0;
  border-bottom: 2px solid #000000;
}

.switching__item:last-child {
  border-bottom: none;
}

.switching__item-title {
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.15;
  font-weight: 900;
  color: #000000;
  margin: 0;
}

.switching__item-title sup {
  font-size: 45%;
  top: -0.6em;
  position: relative;
}

.switching__item-text {
  font-size: 17px;
  line-height: 1.65;
  font-weight: 600;
  color: #222222;
  margin: 0;
}

.switching__usage {
  margin: 0 auto 34px auto;
  font-size: 13px;
  line-height: 1.6;
  color: #333333;
  font-weight: 500;
}

.switching__usage a {
  color: #000000;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
}

.button {
  border: none;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.25s ease;
}

.button--black {
  width: 100%;
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  background: #000000;
  color: #ffffff;
  border: 2px solid #000000;
  font-size: 15px;
  font-weight: 900;
  text-align: center;
}

.button--black:hover {
  background: #e60000;
  border-color: #e60000;
  color: #ffffff;
  transform: translateY(-3px);
}

.button--noborder {
  border: none;
}

.switching__cta {
  margin-top: 4px;
}

.already {
  width: 100%;
  padding: 90px 0;
background-size: cover;
  background-image: url(https://www.verizonhomeoffers.com/wp-content/themes/verizon-sem-1.0/dist/assets/images/already-customer-bg.jpg);
  color: #000000;
  overflow: hidden;
}



.already__title {
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.08;
  font-weight: 900;
  color: #000000;
  margin-bottom: 18px;
  letter-spacing: -1px;
}

.already__text {
  font-size: clamp(18px, 2.5vw, 26px);
  line-height: 1.35;
  font-weight: 700;
  color: #000000;
  margin-bottom: 30px;
}

.button {
  border: none;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.25s ease;
}

.button--black {
  width: 100%;
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  background: #000000;
  color: #ffffff;
  border: 2px solid #000000;
  font-size: 15px;
  font-weight: 900;
  text-align: center;
}

.button--black:hover {
  background: #e60000;
  border-color: #e60000;
  color: #ffffff;
  transform: translateY(-3px);
}

.button--noborder {
  border: none;
}

.already__cta {
  margin-top: 4px;
}

.faq {
  width: 100%;
  padding: 90px 0;
  background: #ffffff;
  color: #000000;
  overflow: hidden;
}

.faq__title {
  font-size: clamp(38px, 6vw, 55px);
  line-height: 1.05;
  font-weight: 900;
  color: #000000;
  margin-bottom: 46px;
  letter-spacing: -1.5px;
}

.faq__accordion {
  width: 100%;
  border-top: 2px solid #000000;
}

.faq__question {
  border: none;
  border-bottom: 2px solid #000000;
  border-radius: 0;
  background: transparent;
}

.faq__question-header {
  width: 100%;
  padding: 26px 0;
  background: #ffffff;
  color: #000000;
  font-size: clamp(20px, 3vw, 30px);
  line-height: 1.25;
  font-weight: 900;
  box-shadow: none;
}

.faq__question-header:not(.collapsed) {
  background: #ffffff;
  color: #000000;
  box-shadow: none;
}

.faq__question-header:focus {
  box-shadow: none;
  border-color: transparent;
}

.faq__question-header::after {
  width: 28px;
  height: 28px;
  background-size: 28px;
  filter: brightness(0);
}

.faq__question-content {
  padding: 0 0 28px 0;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 600;
  color: #222222;
}

.faq__question-content a {
  color: #000000;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
}

.faq__question-content u {
  cursor: pointer;
  font-weight: 900;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
}