.home-hero {
  padding: 18px 0 30px;
}

.home-hero .row > [class*="col-"] {
  display: flex;
}

.home-hero .row > [class*="col-"] > * {
  width: 100%;
}

.hero-slider {
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
}

.hero-slide,
.hero-banner {
  position: relative;
  overflow: hidden;
  min-height: 460px;
  border-radius: 8px;
  background: #f5f5f5;
  border: 1px solid #e1e1e1;
}

.hero-slide {
  height: 100%;
}

.hero-slide__media,
.hero-banner__media {
  position: absolute;
  inset: 0;
}

.hero-banner__media::after {
  content: "";
  position: absolute;
  inset: 0;
}

.hero-banner__media::after {
  background: rgba(0, 0, 0, 0.48);
}

.hero-slide__media img,
.hero-banner__media img,
.operation-card__media img,
.product-card__media img,
.info-card img,
.blog-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-banner__content {
  position: relative;
  z-index: 2;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  margin-bottom: 12px;
  color: var(--color-gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.outline-link,
.ghost-button,
.store-buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
}

.hero-sidebanners {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
  height: 100%;
}

.hero-banner {
  min-height: 0;
}

.hero-banner__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100%;
  padding: 28px;
  color: var(--color-white);
}

.hero-banner__title {
  margin: 0 0 8px;
  font-size: 28px;
  line-height: 1.05;
  letter-spacing: 0;
}

.hero-banner__text {
  margin: 0;
  max-width: 260px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.6;
}

.hero-slider .slick-list,
.hero-slider .slick-track,
.hero-slider .slick-slide,
.hero-slider .slick-slide > div {
  height: 100%;
}

.hero-slider .slick-prev,
.hero-slider .slick-next {
  z-index: 4;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid transparent;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.hero-slider .slick-prev {
  left: 18px;
}

.hero-slider .slick-next {
  right: 18px;
}

.hero-slider .slick-prev::before,
.hero-slider .slick-next::before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  margin: auto;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  opacity: 1;
}

.hero-slider .slick-prev::before {
  transform: rotate(-45deg);
}

.hero-slider .slick-next::before {
  transform: rotate(135deg);
}

.hero-slider .slick-prev:hover,
.hero-slider .slick-next:hover,
.hero-slider .slick-prev:focus,
.hero-slider .slick-next:focus {
  background: #fff;
  border-color: #d8d8d8;
}

.hero-slider .slick-dots {
  bottom: 18px;
}

.hero-slider .slick-dots li button::before {
  color: var(--color-gold);
}

.home-operations,
.home-experience,
.bestsellers,
.shipping-section,
.market-section,
.blog-section,
.faq-section,
.benefits-section {
  padding: 52px 0;
}

.section-heading {
  margin-bottom: 28px;
}

.section-heading--compact {
  max-width: 760px;
  margin-inline: auto;
}

.section-heading__title {
  margin: 0;
  color: var(--color-primary);
  font-size: 42px;
  line-height: 1.08;
  letter-spacing: 0;
}

.section-heading__text {
  margin: 12px auto 0;
  max-width: 760px;
  color: var(--color-muted);
  font-size: 15px;
  line-height: 1.7;
}

.section-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 28px;
}

.text-link {
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 700;
}

.col-lg-custom {
  flex: 0 0 auto;
  width: 14.285714%;
}

.operation-card {
  height: 100%;
}

.operation-card__media {
  display: block;
  aspect-ratio: 1 / 1.12;
  overflow: hidden;
  border-radius: 8px;
  background: #f5f5f5;
  border: 1px solid #e1e1e1;
  transition: border-color 0.2s ease;
}

.operation-card__media:hover {
  border-color: #000;
}

.operation-card__title {
  margin: 14px 0 0;
  color: var(--color-primary);
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 0;
}

.partner-strip {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 12px;
  align-items: center;
  margin-top: 28px;
}

.partner-strip span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 700;
}

.home-experience {
  background: #000;
  color: #fff;
}

.home-experience .section-heading__title,
.home-experience .section-heading__text {
  color: #fff;
}

.home-experience .partner-strip span {
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
}

.refinery-band {
  padding: 72px 0;
  background: var(--color-primary);
  color: var(--color-sand);
}

.band-title {
  margin: 0 0 14px;
  color: var(--color-sand);
  font-size: 42px;
  line-height: 1.08;
  letter-spacing: 0;
}

.band-text {
  margin: 0 0 24px;
  max-width: 560px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  line-height: 1.7;
}

.outline-link {
  border: 1px solid rgba(255, 255, 255, 0.36);
  color: var(--color-sand);
}

.refinery-collage {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 16px;
  align-items: end;
}

.refinery-collage img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 8px;
}

.refinery-collage img:nth-child(2) {
  height: 300px;
}

.refinery-collage img:nth-child(3) {
  grid-column: 1 / -1;
  height: 180px;
}

.product-card,
.blog-card,
.market-panel,
.market-chart {
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 8px;
  background: var(--color-white);
}

.product-card {
  padding: 16px;
  text-align: center;
}

.product-card__media {
  display: block;
  aspect-ratio: 1 / 0.9;
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--color-surface);
}

.product-card h3,
.blog-card h3,
.info-card h3,
.market-panel h3,
.market-chart h3,
.benefit-item h3 {
  margin: 0;
  color: var(--color-primary);
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: 0;
}

.product-card strong {
  display: block;
  margin: 10px 0 14px;
  color: var(--color-gold);
  font-size: 15px;
}

.ghost-button {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.12);
  color: var(--color-primary);
}

.info-dark {
  padding: 72px 0;
  background: var(--color-primary);
  color: var(--color-sand);
}

.info-dark .section-heading__title {
  color: var(--color-sand);
}

.info-dark .section-heading__text {
  color: rgba(255, 255, 255, 0.76);
}

.info-card {
  height: 100%;
  padding: 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.info-card img {
  aspect-ratio: 1 / 1.25;
  border-radius: 8px;
}

.info-card h3 {
  margin-top: 14px;
  color: var(--color-sand);
}

.info-card p,
.blog-card p,
.benefit-item p {
  margin: 8px 0 0;
  color: var(--color-muted);
  font-size: 13px;
  line-height: 1.6;
}

.info-card p {
  color: rgba(255, 255, 255, 0.78);
}

.shipping-section {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #f5f5f5;
}

.shipping-section .row.align-items-center {
  --bs-gutter-x: 120px;
  --bs-gutter-y: 0;
  align-items: flex-start !important;
}

.shipping-section .col-lg-6:first-child {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.shipping-section .section-kicker {
  margin-bottom: 0;
}

.shipping-section .section-heading__title {
  margin: 0;
}

.shipping-section .section-heading__text {
  max-width: 100%;
  margin: 0;
  color: #333;
  font-size: 16px;
  line-height: 1.75;
}

.shipping-section .shipping-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px !important;
  margin-top: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}

.shipping-section .shipping-list > [class*="col-"] {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 44px;
  width: auto !important;
  max-width: none !important;
  padding: 0 14px 0 28px;
  margin: 0 !important;
  border-radius: 8px;
  background: var(--color-white);
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 700;
}

.shipping-section .shipping-list > [class*="col-"]::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-left: 1.5px solid #000;
  border-bottom: 1.5px solid #000;
  transform: translateY(-50%) rotate(45deg);
  box-sizing: border-box;
}

.shipping-visual {
  min-height: 100%;
  max-height: 360px;
}

.shipping-visual {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
  border-radius: 8px;
}

@media (max-width: 575px) {
  .shipping-section .shipping-list {
    grid-template-columns: 1fr;
  }
}

.market-panel,
.market-chart {
  padding: 22px;
}

.market-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  color: var(--color-muted);
  font-size: 14px;
}

.market-row:last-child {
  border-bottom: 0;
}

.market-row strong {
  color: var(--color-moss);
}

.chart-line {
  height: 220px;
  margin-top: 18px;
  border-radius: 8px;
  border: 1px solid #d8d8d8;
  background: #f5f5f5;
}

.blog-card {
  overflow: hidden;
}

.blog-card img {
  aspect-ratio: 1 / 0.68;
}

.blog-card span {
  display: inline-flex;
  margin: 18px 18px 8px;
  color: var(--color-gold);
  font-size: 12px;
  font-weight: 700;
}

.blog-card h3,
.blog-card p {
  margin-left: 18px;
  margin-right: 18px;
}

.blog-card p {
  margin-bottom: 20px;
}

.app-banner {
  padding: 34px 0 58px;
}

.app-banner__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 38px;
  border-radius: 8px;
  background: var(--color-primary);
  color: var(--color-sand);
}

.app-banner h2 {
  max-width: 720px;
  margin: 0;
  font-size: 32px;
  line-height: 1.18;
  letter-spacing: 0;
}

.app-banner p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.76);
}

.store-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.store-buttons a {
  min-width: 132px;
  background: var(--color-sand);
  color: var(--color-primary);
}

.faq-section {
  background: #f7f7f7;
}

.faq-section .section-heading {
  max-width: 760px;
  margin: 0 auto;
}

.faq-section .section-heading__title {
  font-size: 48px;
  font-weight: 800;
}

.faq-section .section-heading__text {
  max-width: 760px;
  color: #000;
  font-size: 17px;
  line-height: 1.55;
}

.faq-tabs {
  display: flex;
  justify-content: center;
  gap: 26px;
  margin: 42px 0 44px;
  flex-wrap: wrap;
}

.faq-tab {
  padding: 0 0 4px;
  border: 0;
  border-bottom: 1px solid transparent;
  background: transparent;
  color: #666;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}

.faq-tab.is-active {
  border-color: #000;
  color: #000;
  font-weight: 700;
}

.faq-accordion {
  max-width: 1036px;
  margin: 0 auto;
}

.faq-accordion .accordion-item {
  margin-bottom: 18px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 12px;
  background: #fff;
}

.faq-accordion .accordion-button {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 28px 32px;
  color: #000;
  background: #fff;
  font-size: 16px;
  font-weight: 700;
}

.faq-accordion .accordion-button::after {
  display: none;
}

.faq-toggle {
  width: 16px;
  flex: 0 0 16px;
  color: #000;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
}

.faq-toggle::before {
  content: "-";
}

.faq-accordion .accordion-button.collapsed .faq-toggle::before {
  content: "+";
}

.faq-accordion .accordion-button:not(.collapsed) {
  background: #fff;
  color: #000;
}

.faq-accordion .accordion-button:focus {
  border-color: transparent;
}

.faq-accordion .accordion-body {
  padding: 0 32px 28px 64px;
  color: #555;
  font-size: 14px;
  line-height: 1.55;
}

.benefits-section {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
}

.benefit-item {
  height: 100%;
  padding: 28px 20px;
  border: 1px solid #efeff1;
  background: #fff;
  text-align: left;
}

.benefit-item__icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  color: #000;
}

.benefit-item__icon svg {
  width: 100%;
  height: 100%;
}

.benefit-item h3 {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 500;
}

.benefit-item p {
  color: #737373;
  font-size: 14px;
  line-height: 1.45;
}

@media (max-width: 1100px) {
  .hero-slide,
  .hero-banner {
    min-height: 420px;
  }

  .col-lg-custom {
    width: 25%;
  }

  .partner-strip {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 720px) {
  .home-hero {
    padding-top: 10px;
  }

  .hero-slide,
  .hero-banner {
    min-height: 380px;
  }

  .section-heading__title,
  .band-title {
    font-size: 30px;
  }

  .hero-banner__content,
  .market-panel,
  .market-chart {
    padding: 22px;
  }

  .hero-banner__title {
    font-size: 24px;
  }

  .col-lg-custom {
    width: 50%;
  }

  .partner-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-row,
  .app-banner__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .app-banner__inner {
    padding: 26px;
  }

  .app-banner h2 {
    font-size: 26px;
  }

  .refinery-collage {
    grid-template-columns: 1fr;
  }

  .refinery-collage img,
  .refinery-collage img:nth-child(2),
  .refinery-collage img:nth-child(3) {
    grid-column: auto;
    height: 210px;
  }
}
