/* Article v2 specific styling. Loaded only by article-v2.blade.php. */

.article_v2_hero {
  background-position: center center;
  background-size: cover;
  min-height: 520px;
  position: relative;
}

.article_v2_hero::before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.5) 46%, rgba(0, 0, 0, 0.3) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.article_v2_hero .container {
  position: relative;
  z-index: 1;
}

.article_v2_hero__grid {
  align-items: center;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
  min-height: 520px;
  padding: 58px 0;
}

.article_v2_hero__content {
  max-width: 560px;
}

.article_v2_hero__content h1 {
  color: #ffffff;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.02;
  margin: 0 0 22px;
}

.article_v2_hero__text {
  color: rgba(255, 255, 255, 0.9);
  font-family: roboto;
  font-size: 17px;
  line-height: 1.55;
}

.article_v2_hero__text p:last-child {
  margin-bottom: 0;
}

.article_v2_hero__text ul,
.article_v2_hero__checklist {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}

.article_v2_hero__text li,
.article_v2_hero__checklist li {
  align-items: center;
  color: #ffffff;
  display: flex;
  font-size: 15px;
  gap: 10px;
  line-height: 1.35;
}

.article_v2_hero__text li::before,
.article_v2_hero__checklist li::before {
  background: #f5b400;
  border-radius: 3px;
  color: #111111;
  content: "\f00c";
  flex: 0 0 16px;
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
  font-size: 11px;
  font-weight: 900;
  height: 16px;
  line-height: 16px;
  text-align: center;
}

.article_v2_hero__button {
  margin-top: 24px;
}

.article_v2_hero__card {
  background: linear-gradient(135deg, rgba(18, 18, 18, 0.95), rgba(38, 38, 38, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.34);
  color: #ffffff;
  padding: 34px 30px;
}

.article_v2_hero__card_title {
  align-items: center;
  display: flex;
  gap: 18px;
}

.article_v2_hero__card_title span {
  align-items: center;
  color: #f5b400;
  display: flex;
  flex: 0 0 48px;
  font-size: 42px;
  justify-content: center;
}

.article_v2_hero__card_title h2 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
}

.article_v2_hero__card p {
  color: rgba(255, 255, 255, 0.82);
  font-family: roboto;
  font-size: 14px;
  line-height: 1.55;
  margin: 24px 0 0;
}

.article_v2_hero__card_button {
  margin-top: 28px;
}

.article_v2_hero__card_button .card__btn a {
  background: #f5b400;
  color: #111111;
}

.article_v2_hero__card_button .card__btn a:hover,
.article_v2_hero__card_button .card__btn a:focus {
  background: #de9f00;
  color: #111111;
}

.article_v2_hero__card_button .card__btn a span,
.article_v2_hero__card_button .card__btn a i {
  color: inherit;
}

.article_v2_hero + .image_text__area {
  padding-top: 44px;
}

.article_v2_benefit_bar {
  background: #f5b400;
  color: #111111;
}

.article_v2_benefit_bar__inner {
  align-items: center;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(280px, 1.2fr) minmax(360px, 2fr) auto;
  min-height: 118px;
  padding: 22px 0;
}

.article_v2_benefit_bar__intro {
  align-items: center;
  display: flex;
  gap: 22px;
}

.article_v2_benefit_bar__intro_icon {
  align-items: center;
  background: #111111;
  border-radius: 999px;
  color: #f5b400;
  display: flex;
  flex: 0 0 74px;
  font-size: 38px;
  height: 74px;
  justify-content: center;
  width: 74px;
}

.article_v2_benefit_bar__intro h2 {
  color: #111111;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0;
}

.article_v2_benefit_bar__intro p {
  color: #111111;
  font-family: roboto;
  font-size: 14px;
  line-height: 1.35;
  margin: 10px 0 0;
}

.article_v2_benefit_bar__items {
  align-items: center;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.article_v2_benefit_bar__item {
  align-items: flex-start;
  display: flex;
  gap: 16px;
  min-width: 0;
}

.article_v2_benefit_bar__item span {
  align-items: center;
  border: 2px solid rgba(17, 17, 17, 0.82);
  border-radius: 999px;
  color: #111111;
  display: flex;
  flex: 0 0 44px;
  font-size: 24px;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.article_v2_benefit_bar__item h3 {
  color: #111111;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0;
}

.article_v2_benefit_bar__item p {
  color: #111111;
  font-family: roboto;
  font-size: 13px;
  line-height: 1.35;
  margin: 8px 0 0;
}

.article_v2_benefit_bar__button {
  justify-self: end;
}

.article_v2_benefit_bar__button .card__btn a {
  background: #111111;
  color: #ffffff;
  min-width: 210px;
  justify-content: center;
}

.article_v2_benefit_bar__button .card__btn a:hover,
.article_v2_benefit_bar__button .card__btn a:focus {
  background: #000000;
  color: #ffffff;
}

.article_v2_benefit_bar__button .card__btn a span,
.article_v2_benefit_bar__button .card__btn a i {
  color: inherit;
}

.revision_explainer__area {
  padding: 48px 0 36px;
}

.revision_explainer__grid {
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr) minmax(260px, 0.9fr);
  align-items: stretch;
}

.revision_explainer__column {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.revision_explainer__content {
  flex: 1 1 auto;
}

.revision_explainer__column h2 {
  color: #111111;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.revision_explainer__column h2::after {
  background: #f5b400;
  content: "";
  display: block;
  height: 4px;
  margin-top: 16px;
  width: 58px;
}

.revision_explainer__text {
  color: #333333;
  font-family: roboto;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.65;
  margin-top: 28px;
}

.revision_explainer__text p:last-child {
  margin-bottom: 0;
}

.revision_explainer__text ul {
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 22px 0;
  padding: 0;
}

.revision_explainer__text li {
  align-items: flex-start;
  color: #333333;
  display: flex;
  gap: 14px;
  line-height: 1.45;
}

.revision_explainer__text li::before {
  background: #111111;
  border-radius: 3px;
  color: #ffffff;
  content: "\f00c";
  flex: 0 0 20px;
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
  height: 20px;
  line-height: 20px;
  margin-top: 2px;
  text-align: center;
  width: 20px;
}

.revision_explainer__button {
  margin-top: auto;
  padding-top: 30px;
}

.revision_explainer__button .card__btn a {
  background: #f5b400;
  color: #111111;
}

.revision_explainer__button .card__btn a:hover,
.revision_explainer__button .card__btn a:focus {
  background: #de9f00;
  color: #111111;
}

.revision_explainer__button .card__btn a span,
.revision_explainer__button .card__btn a i {
  color: inherit;
}

.revision_explainer__grid > .revision_explainer__column:first-child .revision_explainer__button .card__btn a {
  background: #111111;
  color: #ffffff;
}

.revision_explainer__grid > .revision_explainer__column:first-child .revision_explainer__button .card__btn a:hover,
.revision_explainer__grid > .revision_explainer__column:first-child .revision_explainer__button .card__btn a:focus {
  background: #000000;
  color: #ffffff;
}

.revision_explainer__compare {
  align-self: stretch;
  display: flex;
}

.revision_explainer__image_pair {
  border-radius: 4px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  width: 100%;
}

.revision_explainer__image_pair figure {
  background: #111111;
  display: flex;
  flex-direction: column;
  margin: 0;
  min-width: 0;
}

.revision_explainer__image_pair img {
  display: block;
  flex: 1 1 auto;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
  width: 100%;
}

.revision_explainer__image_pair figcaption {
  background: #111111;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  padding: 13px 10px;
  text-align: center;
}

.revision_process__area {
  padding: 22px 0 36px;
}

.revision_process__card {
  background: #f5f5f5;
  border-radius: 8px;
  padding: 28px 12px 22px;
}

.revision_process__title {
  padding: 0 20px;
}

.revision_process__title h2 {
  color: #111111;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.revision_process__title h2::after {
  background: #f5b400;
  content: "";
  display: block;
  height: 4px;
  margin-top: 16px;
  width: 58px;
}

.revision_process__steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 12px;
  position: relative;
}

.revision_process__step {
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  min-height: 210px;
  padding: 28px 24px;
  position: relative;
}

.revision_process__step:nth-child(1) {
  z-index: 5;
}

.revision_process__step:nth-child(2) {
  z-index: 4;
}

.revision_process__step:nth-child(3) {
  z-index: 3;
}

.revision_process__step:nth-child(4) {
  z-index: 2;
}

.revision_process__step:nth-child(5) {
  z-index: 1;
}

.revision_process__step:first-child {
  border-radius: 8px 0 0 8px;
}

.revision_process__step:last-child {
  border-radius: 0 8px 8px 0;
}

.revision_process__step:not(:last-child)::after {
  border-bottom: 18px solid transparent;
  border-left: 14px solid #ffffff;
  border-top: 18px solid transparent;
  content: "";
  position: absolute;
  right: -13px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 6;
}

.revision_process__step:not(:last-child)::before {
  border-bottom: 20px solid transparent;
  border-left: 15px solid rgba(17, 17, 17, 0.12);
  border-top: 20px solid transparent;
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}

.revision_process__step_header {
  align-items: center;
  display: flex;
  gap: 18px;
}

.revision_process__icon {
  align-items: center;
  background: #f5b400;
  border-radius: 999px;
  color: #111111;
  display: flex;
  flex: 0 0 60px;
  font-size: 34px;
  height: 60px;
  justify-content: center;
  width: 60px;
}

.revision_process__step_header p {
  color: #111111;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 5px;
}

.revision_process__step_header h3 {
  color: #111111;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
}

.revision_process__step_text {
  color: #333333;
  font-family: roboto;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.55;
  margin-top: 24px;
}

.article_faq_v2__area {
  padding: 22px 0 34px;
}

.article_faq_v2__title h2 {
  color: #111111;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.article_faq_v2__title h2::after {
  background: #f5b400;
  content: "";
  display: block;
  height: 4px;
  margin-top: 16px;
  width: 58px;
}

.article_faq_v2__cards {
  display: grid;
  gap: 34px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 14px;
}

.article_faq_v2__card {
  background: #f5f5f5;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.article_faq_v2__card_header {
  background: #111111;
  padding: 16px 24px;
}

.article_faq_v2__card--yellow .article_faq_v2__card_header {
  background: #f5b400;
}

.article_faq_v2__card_header h3 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.article_faq_v2__card--yellow .article_faq_v2__card_header h3 {
  color: #111111;
}

.article_faq_v2__card_body {
  align-items: center;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(180px, 0.8fr) minmax(0, 1.6fr);
  padding: 34px 38px 34px 34px;
}

.article_faq_v2__card_image img {
  display: block;
  height: 270px;
  object-fit: cover;
  width: 100%;
}

.article_faq_v2__card_text {
  color: #333333;
  font-family: roboto;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.45;
}

.article_faq_v2__card_text p:last-child {
  margin-bottom: 0;
}

.article_faq_v2__card_text ul {
  display: grid;
  gap: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.article_faq_v2__card_text li {
  align-items: flex-start;
  color: #333333;
  display: flex;
  gap: 16px;
  line-height: 1.45;
}

.article_faq_v2__card_text li::before {
  background: #111111;
  border-radius: 3px;
  color: #ffffff;
  content: "\f00c";
  flex: 0 0 22px;
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
  font-size: 13px;
  font-weight: 900;
  height: 22px;
  line-height: 22px;
  margin-top: 1px;
  text-align: center;
  width: 22px;
}

.article_faq_v2__accordion_grid {
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  margin-top: 42px;
}

.article_faq_v2__accordion_column {
  min-width: 0;
  width: 100%;
}

.article_faq_v2__accordion_item {
  background: transparent;
  border: none;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
}

.article_faq_v2__accordion_button {
  align-items: stretch;
  background: #050505;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 0;
  box-shadow: none;
  color: #ffffff;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: space-between;
  line-height: 1.25;
  min-height: 54px;
  padding: 0;
  width: 100%;
}

.article_faq_v2__accordion_button::after {
  display: none;
}

.article_faq_v2__accordion_button span {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  padding: 14px 18px 14px 22px;
}

.article_faq_v2__accordion_button i {
  align-items: center;
  background: #f5b400;
  color: #111111;
  display: flex;
  flex: 0 0 54px;
  font-size: 13px;
  justify-content: center;
  transition: transform 0.2s ease;
}

.article_faq_v2__accordion_button:not(.collapsed) {
  background: #050505;
  box-shadow: none;
  color: #ffffff;
}

.article_faq_v2__accordion_button:not(.collapsed) i {
  transform: rotate(180deg);
}

.article_faq_v2__accordion_column:first-child .article_faq_v2__accordion_button i {
  background: #050505;
  color: #f5b400;
}

.article_faq_v2__accordion_column:first-child .article_faq_v2__accordion_button:not(.collapsed) i {
  background: #050505;
  color: #f5b400;
}

.article_faq_v2__accordion_column:nth-child(2) .article_faq_v2__accordion_button i {
  background: #f5b400;
  color: #111111;
}

.article_faq_v2__accordion_button:focus {
  box-shadow: none;
}

.article_faq_v2__accordion_body {
  background: #ffffff;
  color: #333333;
  font-family: roboto;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.55;
  padding: 18px 22px;
}

.article_faq_v2__accordion_body p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .revision_explainer__grid {
    gap: 32px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .revision_explainer__compare {
    grid-column: 1 / -1;
  }

  .revision_explainer__image_pair img {
    min-height: 280px;
  }

  .revision_process__steps {
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .revision_process__step,
  .revision_process__step:first-child,
  .revision_process__step:last-child {
    border-radius: 8px;
  }

  .revision_process__step:not(:last-child)::after {
    display: none;
  }

  .revision_process__step:not(:last-child)::before {
    display: none;
  }

  .article_faq_v2__cards,
  .article_faq_v2__accordion_grid {
    gap: 22px;
  }

  .article_faq_v2__card_body {
    gap: 24px;
    grid-template-columns: minmax(150px, 0.85fr) minmax(0, 1.35fr);
    padding: 28px;
  }

  .article_faq_v2__card_image img {
    height: 230px;
  }
}

@media (max-width: 767px) {
  .article_v2_hero {
    min-height: auto;
  }

  .article_v2_hero__grid {
    align-items: start;
    gap: 24px;
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 32px 0 26px;
  }

  .article_v2_hero__content {
    max-width: none;
  }

  .article_v2_hero__content h1 {
    font-size: 34px;
    margin-bottom: 18px;
  }

  .article_v2_hero__text {
    font-size: 16px;
    line-height: 1.45;
  }

  .article_v2_hero__text ul,
  .article_v2_hero__checklist {
    gap: 12px;
    margin-top: 18px;
  }

  .article_v2_hero__text li,
  .article_v2_hero__checklist li {
    align-items: flex-start;
    font-size: 15px;
    line-height: 1.4;
  }

  .article_v2_hero__button {
    margin-top: 20px;
  }

  .article_v2_hero__button .header__menu__btn a,
  .article_v2_hero__card_button .card__btn a {
    justify-content: center;
    width: 100%;
  }

  .article_v2_hero__card {
    padding: 24px 20px;
  }

  .article_v2_hero__card_title {
    gap: 14px;
  }

  .article_v2_hero__card_title span {
    flex-basis: 40px;
    font-size: 34px;
  }

  .article_v2_hero__card_title h2 {
    font-size: 17px;
    line-height: 1.3;
  }

  .article_v2_hero__card p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 18px;
  }

  .article_v2_hero__card_button {
    margin-top: 20px;
  }

  .article_v2_benefit_bar__inner {
    gap: 20px;
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 22px 0;
  }

  .article_v2_benefit_bar__intro {
    align-items: flex-start;
    gap: 16px;
  }

  .article_v2_benefit_bar__intro_icon {
    flex-basis: 56px;
    font-size: 28px;
    height: 56px;
    width: 56px;
  }

  .article_v2_benefit_bar__intro h2 {
    font-size: 20px;
  }

  .article_v2_benefit_bar__items {
    gap: 18px;
    grid-template-columns: 1fr;
  }

  .article_v2_benefit_bar__button {
    justify-self: stretch;
  }

  .article_v2_benefit_bar__button .card__btn a {
    justify-content: center;
    min-width: 0;
    width: 100%;
  }

  .revision_explainer__area {
    padding: 34px 0 28px;
  }

  .revision_explainer__grid {
    grid-template-columns: 1fr;
  }

  .revision_explainer__column h2,
  .revision_process__title h2 {
    font-size: 23px;
  }

  .revision_explainer__image_pair {
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .revision_explainer__image_pair img {
    min-height: 150px;
  }

  .revision_explainer__image_pair figcaption {
    font-size: 13px;
    padding: 10px 8px;
  }

  .revision_process__card {
    padding: 24px 12px 18px;
  }

  .revision_process__title {
    padding: 0 10px;
  }

  .revision_process__steps {
    grid-template-columns: 1fr;
  }

  .revision_process__step {
    min-height: auto;
    padding: 24px 20px;
  }

  .article_faq_v2__area {
    padding: 18px 0 28px;
  }

  .article_faq_v2__title h2 {
    font-size: 23px;
  }

  .article_faq_v2__cards,
  .article_faq_v2__accordion_grid,
  .article_faq_v2__card_body {
    grid-template-columns: 1fr;
  }

  .article_faq_v2__card_body {
    padding: 24px 20px;
  }

  .article_faq_v2__card_image img {
    height: 180px;
  }

  .article_faq_v2__accordion_grid {
    margin-top: 28px;
  }

  .article_faq_v2__accordion_button {
    font-size: 15px;
    min-height: 50px;
  }

  .article_faq_v2__accordion_button i {
    flex-basis: 48px;
  }

  .article_faq_v2__accordion_button span {
    padding-left: 16px;
  }
}
