@charset "UTF-8";
/* ==================== PAGE SOLAR ==================== */
/* === Section 1: Hero Banner (Figma: 1600x686, 21:9 image) === */
.solar-hero {
  position: relative;
  overflow: hidden;
  /* Breadcrumb white override */ }
  .solar-hero__bg {
    position: relative;
    width: 100%;
    padding-bottom: 42.85%;
    /* 686/1600 = 21:9 ratio */ }
    .solar-hero__bg img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .solar-hero__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /* Figma: gradient container 245px height, pt-100 pb-40 px-100 */
    height: 245px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 100px 40px; }
    .solar-hero__overlay::before {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(0deg, rgba(3, 78, 162, 0.85) 0%, rgba(3, 78, 162, 0.4) 60%, rgba(3, 78, 162, 0) 100%);
      pointer-events: none; }
  .solar-hero__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 20px; }
  .solar-hero__title {
    font-family: 'Averta', sans-serif;
    font-weight: 600;
    font-size: 56px;
    line-height: 68px;
    letter-spacing: -3px;
    color: #fff;
    margin: 0; }
  .solar-hero .breadcrumb-list .breadcrumb-arrows > li a,
  .solar-hero .breadcrumb-list .breadcrumb-arrows > li strong {
    color: #fff;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -0.5px; }
  .solar-hero .breadcrumb-list .breadcrumb-arrows > li a {
    font-weight: 400; }
  .solar-hero .breadcrumb-list .breadcrumb-arrows > li strong {
    font-weight: 600; }
  .solar-hero .breadcrumb-list .breadcrumb-arrows > li + li:before {
    color: #fff; }

/* === Section 2: Intro (Figma: 1600x296, gradient bg) === */
.solar-intro {
  padding: 72px 100px 20px;
  text-align: center;
  background: linear-gradient(180deg, #DEF3FF 0%, #FAFAFA 100%); }
  .solar-intro__subtitle {
    font-family: 'Averta', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -1px;
    color: var(--shop-color-title, #0A0A0A);
    max-width: 626px;
    margin: 0 auto 12px; }
  .solar-intro__title {
    font-family: 'Averta', sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 62px;
    letter-spacing: -2.5px;
    color: var(--shop-color-main, #034EA2);
    max-width: 742px;
    margin: 0 auto; }

/* === Section 3: Tabs + Cards === */
.solar-tabs__nav {
  display: flex;
  justify-content: center;
  padding: 6px;
  background: #fff;
  border: 1px solid #F5F5F5;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(16, 24, 40, 0.1), 0 1px 2px rgba(16, 24, 40, 0.06);
  width: fit-content;
  margin: 0 auto; }

.solar-tabs__btn {
  padding: 10px 24px;
  border: 0;
  border-radius: 2px;
  background: transparent;
  font-family: 'Averta', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -1px;
  color: #737373;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  outline: none !important; }
  .solar-tabs__btn.active {
    background: linear-gradient(-89.68deg, #00AEEF 0%, #034EA2 100%);
    color: #fff;
    font-weight: 600; }

.solar-tabs__panel {
  display: none; }
  .solar-tabs__panel.active {
    display: block; }

.solar-cards {
  display: flex;
  gap: 16px;
  padding: 32px 0px 72px; }

.solar-card {
  flex: 1;
  background: #fff;
  border: 1px solid #F5F5F5;
  border-radius: 8px;
  overflow: hidden; }
  .solar-card__image {
    position: relative;
    padding-bottom: 66.67%;
    /* 3:2 */ }
    .solar-card__image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .solar-card__body {
    padding: 16px 24px 24px; }
  .solar-card__title {
    font-family: 'Averta', sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 45px;
    letter-spacing: -2px;
    color: var(--shop-color-title, #0A0A0A);
    margin: 0 0 12px; }
  .solar-card__desc {
    font-family: 'Averta', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -0.5px;
    color: var(--shop-color-title, #0A0A0A);
    display: flex;
    flex-direction: column;
    gap: 6px; }
    .solar-card__desc ul {
      list-style: disc;
      padding-left: 24px; }

/* === Section 4: Ưu điểm === */
.solar-advantages {
  position: relative;
  background-color: var(--shop-color-main, #034EA2);
  overflow: hidden; }
  .solar-advantages__bg {
    position: relative;
    width: 100%;
    /* Giảm chiều cao banner để cắt bớt khoảng trống phía trên */
    padding-bottom: 30%;
    overflow: hidden; }
    .solar-advantages__bg img {
      position: absolute;
      top: -31.22%;
      left: 0;
      width: 100%;
      height: 131.22%;
      object-fit: cover; }
    .solar-advantages__bg::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(3, 78, 162, 0) 38.78%, rgba(3, 78, 162, 0.9) 100%); }
  .solar-advantages__content {
    position: relative;
    z-index: 1;
    padding-bottom: 72px;
    margin-top: -354px; }
  .solar-advantages__title {
    font-family: 'Averta', sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 62px;
    letter-spacing: -2.5px;
    color: #fff;
    max-width: 571px;
    margin: 0 0 32px; }
  .solar-advantages__grid {
    display: flex;
    flex-direction: column;
    gap: 16px; }
  .solar-advantages__action {
    margin-top: 32px;
    text-align: center; }
  .solar-advantages__row {
    display: flex;
    gap: 16px; }
    .solar-advantages__row--top .solar-adv-card {
      height: 395px; }

.solar-adv-card {
  flex: 1;
  background: #00AEEF;
  border-radius: 8px;
  padding: 32px 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 24px; }
  .solar-adv-card--bottom {
    gap: 12px; }
  .solar-adv-card__icon {
    width: 150px;
    height: 150px;
    flex-shrink: 0; }
    .solar-adv-card__icon img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .solar-adv-card__body {
    display: flex;
    flex-direction: column;
    gap: 8px; }
  .solar-adv-card__title {
    font-family: 'Averta', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -1.7px;
    color: #fff;
    margin: 0; }
  .solar-adv-card__desc {
    font-family: 'Averta', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -0.5px;
    color: #fff;
    margin: 0; }

/* === Section 5: Quy trình === */
.solar-process {
  padding: 72px 0; }
  .solar-process .container-fluid {
    padding: 0 100px; }
  .solar-process__title {
    font-family: 'Averta', sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 62px;
    letter-spacing: -2.5px;
    color: var(--shop-color-title, #0A0A0A);
    text-align: center;
    margin: 0 0 32px; }
  .solar-process__grid {
    display: flex;
    gap: 16px; }

.solar-step {
  flex: 1;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #F5F5F5; }
  .solar-step__info {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 20px 16px 16px; }
  .solar-step__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px;
    min-height: 32px;
    background: #EFFAFF;
    border: 1px solid #B6EAFF;
    border-radius: 2px;
    font-family: 'Averta', sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: -0.2px;
    color: #034EA2;
    white-space: nowrap;
    max-width: 100px; }
    .solar-step__badge-icon {
      width: 16px;
      height: 16px;
      flex-shrink: 0; }
      .solar-step__badge-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
  .solar-step__name {
    font-family: 'Averta', sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 35px;
    letter-spacing: -1.7px;
    color: var(--shop-color-title, #0A0A0A);
    margin: 0; }
  .solar-step__image {
    position: relative;
    padding-bottom: 66.67%; }
    .solar-step__image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }

/* === Section 6: Ngân hàng === */
.solar-banks {
  padding: 72px 0;
  background: linear-gradient(180deg, #75DBFF 0%, #fff 100%); }
  .solar-banks .container-fluid {
    padding: 0 100px; }
  .solar-banks__title {
    font-family: 'Averta', sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 62px;
    letter-spacing: -2.5px;
    color: #034EA2;
    text-align: center;
    margin: 0 0 32px; }
  .solar-banks__slider-wrap {
    position: relative;
    overflow: hidden;
    /*
    &::before,
    &::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      width: 40px;
      z-index: 2;
      pointer-events: none;
    }
    */ }

.solar-bank {
  background: #fff;
  border: 1px solid #F5F5F5;
  border-radius: 8px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .solar-bank__image {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    /* 1:1 */ }
    .solar-bank__image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: contain; }

/* === Section 7: Form tư vấn === */
.solar-contact {
  padding: 72px 0;
  background: linear-gradient(269.67deg, #034EA2 2.51%, #00AEEF 104.28%); }
  .solar-contact .container-fluid {
    padding: 0 100px; }
  .solar-contact__wrapper {
    display: flex;
    gap: 0;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 24px 48px -12px rgba(16, 24, 40, 0.18); }
  .solar-contact__form-wrap {
    flex: 0 0 697px;
    max-width: 697px;
    background: #fff;
    padding: 40px 32px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    justify-content: center;
    overflow: hidden; }
  .solar-contact__title {
    font-family: 'Averta', sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 62px;
    letter-spacing: -2.5px;
    color: #034EA2;
    text-align: center;
    margin: 0 0 12px;
    padding-bottom: 12px;
    width: 100%; }
  .solar-contact__form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%; }
    .solar-contact__form label {
      display: block;
      font-family: 'Averta', sans-serif;
      font-weight: 600;
      font-size: 16px;
      line-height: 23px;
      letter-spacing: -0.5px;
      color: #0A0A0A;
      margin-bottom: 6px;
      white-space: nowrap; }
    .solar-contact__form .form_field {
      width: 100%; }
      .solar-contact__form .form_field--half {
        display: flex;
        gap: 10px; }
        .solar-contact__form .form_field--half > div {
          flex: 1;
          min-width: 0; }
      .solar-contact__form .form_field--center {
        display: flex;
        justify-content: center;
        margin-top: 16px; }
    .solar-contact__form input, .solar-contact__form select {
      width: 100%;
      padding: 7px 12px;
      font-size: 16px;
      line-height: 23px;
      letter-spacing: -0.5px;
      font-family: 'Averta', sans-serif;
      color: #0A0A0A;
      background: #FAFAFA;
      border: 1px solid #F5F5F5;
      border-radius: 2px;
      min-height: 38px;
      outline: none; }
      .solar-contact__form input::placeholder, .solar-contact__form select::placeholder {
        color: #A3A3A3; }
    .solar-contact__form select {
      appearance: auto; }
    .solar-contact__form .btn {
      min-width: 187px;
      min-height: 50px;
      padding: 10px 40px;
      background: #034EA2;
      border-radius: 4px;
      border: none;
      font-family: 'Averta', sans-serif;
      font-weight: 700;
      font-size: 16px;
      line-height: 16px;
      letter-spacing: -0.2px;
      color: #fff;
      text-transform: uppercase;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      gap: 8px; }
      .solar-contact__form .btn span {
        pointer-events: none; }
  .solar-contact__image {
    flex: 1;
    min-width: 0;
    position: relative;
    /* 5:4 ratio */ }
    .solar-contact__image::before {
      content: '';
      display: block;
      padding-bottom: 80%; }
    .solar-contact__image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }

/* === Popup gợi ý sản phẩm === */
.solar-popup-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  padding: 24px; }
  .solar-popup-overlay.active {
    display: flex; }

.solar-popup {
  background: #FAFAFA;
  border-radius: 8px;
  padding: 32px;
  width: 100%;
  max-width: 1100px;
  max-height: 90vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative; }
  .solar-popup__header {
    display: flex;
    align-items: flex-start;
    gap: 10px; }
  .solar-popup__title {
    flex: 1;
    font-family: 'Averta', sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 62px;
    letter-spacing: -2.5px;
    color: #034EA2;
    margin: 0; }
  .solar-popup__close {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin-top: 8px; }
  .solar-popup__slider-wrap {
    position: relative; }
  .solar-popup__slider {
    overflow: hidden; }
  .solar-popup__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 48px;
    height: 48px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 8px -2px rgba(16, 24, 40, 0.1), 0 2px 4px -2px rgba(16, 24, 40, 0.06); }
    .solar-popup__nav--prev {
      left: 0;
      background: #fff;
      border: 1px solid #034EA2;
      color: #034EA2; }
    .solar-popup__nav--next {
      right: 0;
      background: #fff;
      border: 1px solid #034EA2;
      color: #034EA2; }
  .solar-popup__empty {
    text-align: center;
    padding: 40px 0; }
    .solar-popup__empty p {
      font-family: 'Averta', sans-serif;
      font-size: 16px;
      line-height: 23px;
      color: #737373; }

/* Product card trong popup */
.solar-product-card {
  background: #F5F5F5;
  border: 1px solid #F5F5F5;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: 280px; }
  .solar-product-card__img {
    position: relative;
    padding-bottom: 100%;
    /* 1:1 */
    background: #F5F5F5;
    overflow: hidden; }
    .solar-product-card__img img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .solar-product-card__info {
    background: #fff;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 12px; }
  .solar-product-card__name {
    font-family: 'Averta', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -0.5px;
    color: #0A0A0A;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .solar-product-card__price {
    font-family: 'Averta', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.7px;
    color: #034EA2;
    margin: 0; }
  .solar-product-card__divider {
    height: 1px;
    background: #F5F5F5; }
  .solar-product-card__meta {
    display: flex;
    gap: 2px; }
  .solar-product-card__meta-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px; }
  .solar-product-card__meta-label {
    font-family: 'Averta', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: -0.2px;
    color: #0A0A0A; }
  .solar-product-card__meta-value {
    font-family: 'Averta', sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: -0.2px;
    color: #0A0A0A; }

@media (max-width: 767px) {
  .solar-popup {
    padding: 20px 16px; }
    .solar-popup__title {
      font-size: 28px;
      line-height: 38px; }
    .solar-popup__nav {
      width: 36px;
      height: 36px; } }

/* ==================== RESPONSIVE ==================== */
@media (max-width: 1199px) {
  .solar-hero__overlay {
    padding: 0 40px 32px; }
  .solar-hero__title {
    font-size: 44px;
    line-height: 56px; }
  .solar-intro {
    padding: 48px 40px 20px; }
  .solar-intro__title {
    font-size: 36px;
    line-height: 48px; }
  .solar-cards {
    padding: 32px 40px 48px; }
  .solar-advantages .container-fluid,
  .solar-process .container-fluid,
  .solar-banks .container-fluid,
  .solar-contact .container-fluid {
    padding: 0 40px; }
  .solar-advantages__title {
    font-size: 36px;
    line-height: 48px; } }

@media (max-width: 991px) {
  .solar-hero__overlay {
    height: auto;
    padding: 0 16px 20px; }
  .solar-hero__title {
    font-size: 36px;
    line-height: 46px;
    letter-spacing: -1.2px; }
  .solar-intro {
    padding: 40px 16px 16px; }
  .solar-intro__subtitle {
    font-size: 18px;
    line-height: 26px; }
  .solar-intro__title {
    font-size: 28px;
    line-height: 38px;
    letter-spacing: -1.2px; }
  .solar-tabs__btn {
    font-size: 18px;
    line-height: 28px;
    padding: 8px 16px; }
  .solar-cards {
    flex-direction: column;
    padding: 24px 16px 40px; }
  .solar-card__title {
    font-size: 28px;
    line-height: 36px; }
  .solar-advantages .container-fluid,
  .solar-process .container-fluid,
  .solar-banks .container-fluid,
  .solar-contact .container-fluid {
    padding: 0 16px; }
  .solar-advantages__title {
    font-size: 28px;
    line-height: 38px;
    max-width: 100%; }
  .solar-advantages__content {
    margin-top: -200px; }
  .solar-advantages__row {
    flex-wrap: wrap; }
  .solar-advantages__row--top {
    height: auto; }
  .solar-adv-card {
    flex: 1 1 calc(50% - 8px);
    min-width: calc(50% - 8px); }
  .solar-adv-card__icon {
    width: 80px;
    height: 80px; }
  .solar-adv-card__title {
    font-size: 24px;
    line-height: 32px; }
  .solar-process__title {
    font-size: 28px;
    line-height: 38px; }
  .solar-process__grid {
    flex-wrap: wrap; }
  .solar-step {
    flex: 1 1 calc(50% - 8px); }
  .solar-banks__title {
    font-size: 28px;
    line-height: 38px; }
  .solar-contact__wrapper {
    flex-direction: column; }
  .solar-contact__form-wrap {
    flex: none;
    width: 100%;
    max-width: 100%; }
  .solar-contact__image {
    flex: none;
    max-width: 100%;
    height: 300px; }
    .solar-contact__image::before {
      display: none; }
    .solar-contact__image img {
      position: static;
      width: 100%;
      height: 100%; }
  .solar-contact__title {
    font-size: 28px;
    line-height: 38px; } }

@media (max-width: 767px) {
  .solar-hero__bg {
    padding-bottom: 60%; }
  .solar-hero__title {
    font-size: 30px;
    line-height: 40px; }
  .solar-intro__title {
    font-size: 24px;
    line-height: 32px; }
  .solar-tabs__nav {
    flex-direction: column;
    width: calc(100% - 32px);
    margin: 0 16px; }
  .solar-tabs__btn {
    text-align: center; }
  .solar-card__title {
    font-size: 24px;
    line-height: 30px; }
  .solar-advantages__row {
    flex-direction: column; }
  .solar-adv-card {
    flex: 1 1 100%;
    min-width: 100%; }
  .solar-adv-card__icon {
    width: 60px;
    height: 60px; }
  .solar-adv-card__title {
    font-size: 20px;
    line-height: 28px; }
  .solar-advantages__content {
    margin-top: -120px;
    padding-bottom: 16px !important; }
  .solar-advantages__title {
    font-size: 24px;
    line-height: 32px; }
  .solar-step {
    flex: 1 1 100%; }
  .solar-step__name {
    font-size: 18px;
    line-height: 26px; }
  .solar-contact__form .form_field--half {
    flex-direction: column; }
  .solar-contact__title {
    font-size: 24px;
    line-height: 32px; }
  .solar-cards {
    padding: 24px 0px 40px; } }

/* Very important for having a smooth transitions. */
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: linear; }

/* ===== Responsive Scale Rule — Solar ===== */
@media (min-width: 1200px) and (max-width: 1599px) {
  .solar-hero__title {
    font-size: 48px;
    line-height: 60px; }
  .solar-intro {
    padding: 64px 100px 20px; }
  .solar-intro__title {
    font-size: 40px;
    line-height: 52px; }
  .solar-cards {
    padding: 32px 0 64px; }
  .solar-advantages__title {
    font-size: 40px;
    line-height: 52px; }
  .solar-process {
    padding: 64px 0; }
  .solar-banks {
    padding: 64px 0; }
  .solar-contact {
    padding: 64px 0; }
  .solar-process__title,
  .solar-banks__title,
  .solar-contact__title {
    font-size: 40px;
    line-height: 52px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .solar-process {
    padding: 60px 0; }
  .solar-banks {
    padding: 60px 0; }
  .solar-contact {
    padding: 60px 0; }
  .solar-process__title,
  .solar-banks__title,
  .solar-contact__title {
    font-size: 36px;
    line-height: 48px; } }

@media (max-width: 991px) {
  .solar-process {
    padding: 48px 0; }
  .solar-banks {
    padding: 48px 0; }
  .solar-contact {
    padding: 48px 0; } }

@media (max-width: 575px) {
  .solar-process {
    padding: 40px 0; }
  .solar-banks {
    padding: 40px 0; }
  .solar-contact {
    padding: 40px 0; } }
