.hero-shell {
  position: relative;
  border: 1px solid #d4e4db;
  border-radius: 1.6rem;
  overflow: hidden;
  background: linear-gradient(140deg, #f2faf6 0%, #fff 64%);
  box-shadow: 0 16px 30px rgba(16, 37, 28, 0.08);
}

.hero-overlay-shape {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(500px 260px at 86% 14%, rgba(245, 143, 28, 0.16), transparent 72%),
    radial-gradient(460px 220px at 10% 86%, rgba(30, 138, 98, 0.14), transparent 70%);
}

.hero-chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: #e7f5ec;
  color: #0e684a;
  padding: 0.4rem 0.8rem;
}

.hero-price-item {
  border-radius: 0.82rem;
  border: 1px solid #d9e8dd;
  background: #fff;
  padding: 0.62rem 0.75rem;
}

.hero-price-label {
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #4f6f62;
  font-weight: 700;
}

.hero-price-value {
  font-weight: 800;
  color: #0d5c43;
  font-size: 1.04rem;
}

.metric-card {
  border-radius: 0.92rem;
  border: 1px solid #dce8df;
  background: #fff;
  padding: 0.84rem 0.88rem;
}

.metric-label {
  font-size: 0.69rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #587165;
  font-weight: 700;
}

.metric-value {
  font-size: 1.24rem;
  line-height: 1.15;
  font-weight: 800;
  color: #0d5c43;
  margin-top: 0.18rem;
}

.hero-collage {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.8rem;
}

.hero-collage-main {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid #d8e6de;
  background: #fff;
}

.hero-collage-main img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
}

.hero-collage-note {
  position: absolute;
  left: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  border-radius: 0.78rem;
  border: 1px solid #dbe8df;
  background: rgba(255, 255, 255, 0.92);
  padding: 0.6rem 0.68rem;
}

.hero-collage-side {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.56rem;
}

.hero-collage-side img {
  border-radius: 0.76rem;
  border: 1px solid #d9e7de;
  width: 100%;
  height: 112px;
  object-fit: cover;
  background: #edf4ef;
}

.hero-collage-side img:nth-child(2) {
  margin-top: -0.5rem;
}

.home-weave-grid {
  display: grid;
  gap: 0.85rem;
}

.weave-primary,
.weave-gallery,
.weave-benefits {
  border-radius: 1rem;
}

.flow-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.7rem;
}

.flow-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.62rem;
  align-items: flex-start;
}

.flow-no {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 0.55rem;
  background: #0f6b4c;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 0.82rem;
  font-weight: 800;
}

.flow-title {
  font-size: 0.94rem;
  color: #173a2d;
  font-weight: 800;
}

.flow-desc {
  margin-top: 0.22rem;
  font-size: 0.82rem;
  line-height: 1.45;
  color: #506170;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.proof-item {
  margin: 0;
  border-radius: 0.74rem;
  overflow: hidden;
  border: 1px solid #d9e7de;
  background: #fff;
}

.proof-item img {
  width: 100%;
  height: 114px;
  object-fit: cover;
  display: block;
}

.proof-item-large {
  grid-column: span 2;
}

.proof-item-large img {
  height: 182px;
}

.benefit-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.6rem;
}

.benefit-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.6rem;
  align-items: flex-start;
}

.benefit-icon {
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 999px;
  border: 1px solid #cae2d5;
  background: #e8f4ed;
  color: #0f6a4c;
  display: grid;
  place-items: center;
  font-size: 0.78rem;
  font-weight: 800;
}

.benefit-title {
  font-size: 0.9rem;
  color: #173a2d;
  font-weight: 800;
}

.benefit-desc {
  margin-top: 0.2rem;
  font-size: 0.8rem;
  line-height: 1.42;
  color: #536472;
}

.service-stage {
  display: grid;
  gap: 0.85rem;
}

.service-stage-list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.68rem;
}

.service-stage-wall {
  align-self: start;
}

.wall-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.wall-grid figure {
  margin: 0;
  border-radius: 0.72rem;
  overflow: hidden;
  border: 1px solid #d8e4dc;
  background: #fff;
}

.wall-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.wall-tall {
  grid-row: span 2;
  min-height: 240px;
}

.wall-wide {
  min-height: 118px;
}

.mix-panel {
  display: grid;
  gap: 0.85rem;
}

.mix-card {
  border-radius: 1rem;
}

.stream-list {
  display: grid;
  gap: 0.55rem;
}

.stream-link {
  display: block;
  border: 1px solid #dbe7df;
  border-radius: 0.72rem;
  background: #f8fbf9;
  padding: 0.72rem 0.78rem;
}

.stream-link strong {
  display: block;
  font-size: 0.92rem;
  color: #18382d;
  line-height: 1.35;
}

.stream-link span {
  display: block;
  margin-top: 0.28rem;
  font-size: 0.8rem;
  line-height: 1.45;
  color: #5b6b79;
}

.page-chip-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.48rem;
}

.page-chip {
  display: block;
  border: 1px solid #cfe2d6;
  border-radius: 999px;
  background: #eaf5ef;
  color: #184636;
  font-size: 0.78rem;
  font-weight: 700;
  text-align: center;
  padding: 0.45rem 0.52rem;
}

.district-cloud {
  border-radius: 1rem;
  background: linear-gradient(135deg, #f7fcf8 0%, #ffffff 42%, #eef7f1 100%);
}

.district-cloud-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.district-cloud-link {
  border: 1px solid #d2e3d8;
  border-radius: 999px;
  background: #fff;
  color: #2f5245;
  font-size: 0.79rem;
  font-weight: 700;
  padding: 0.4rem 0.68rem;
}

.district-cloud-link:hover {
  background: #e8f4ec;
  border-color: #bbd9c8;
  color: #124734;
}

.hero-mini-tag {
  border-radius: 0.7rem;
  border: 1px solid;
  padding: 0.48rem 0.74rem;
  font-size: 0.82rem;
  font-weight: 700;
}

.hero-mini-tag-green {
  border-color: #bde2cb;
  background: #e8f6ee;
  color: #0f6b4c;
}

.hero-mini-tag-orange {
  border-color: #ffd8b0;
  background: #fff2e3;
  color: #8a4403;
}

.section-kicker {
  font-size: 0.74rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #1e8a62;
  font-weight: 800;
}

.service-card {
  border-radius: 1rem;
  border: 1px solid #dbe8df;
  background: #fff;
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.service-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(16, 37, 28, 0.12);
}

.service-card img {
  width: 100%;
  height: 176px;
  object-fit: cover;
}

.photo-tile {
  border: 1px solid #d8e7dd;
  border-radius: 0.92rem;
  overflow: hidden;
  background: #fff;
}

.photo-tile img {
  width: 100%;
  height: 158px;
  object-fit: cover;
}

.photo-tile-caption {
  font-size: 0.8rem;
  font-weight: 700;
  color: #325447;
  padding: 0.58rem 0.7rem;
  border-top: 1px solid #e5efe8;
}

.mini-photo-tile {
  border-radius: 0.75rem;
  border: 1px solid #dbe8de;
  overflow: hidden;
  background: #fff;
}

.mini-photo-tile img {
  width: 100%;
  height: 126px;
  object-fit: cover;
  display: block;
}

.m3-preview-shell {
  border-radius: 1.05rem;
  border: 1px solid #dbe8df;
  background: #fff;
  padding: 1rem;
}

.m3-preview-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 0.82rem;
}

.m3-preview-category {
  display: inline-flex;
  align-items: center;
  border: 1px solid #cfe1d6;
  background: #f5fbf8;
  color: #33584a;
  border-radius: 0.66rem;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0.36rem 0.58rem;
}

.m3-preview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}

.m3-preview-item {
  border: 1px solid #ddebe2;
  border-radius: 0.74rem;
  background: #fff;
  padding: 0.58rem 0.64rem;
}

.m3-preview-item-name {
  font-size: 0.82rem;
  font-weight: 700;
  color: #193a2d;
}

.m3-preview-item-m3 {
  font-size: 0.76rem;
  font-weight: 800;
  color: #216048;
  margin-top: 0.3rem;
}

.m3-preview-side-title {
  font-size: 1.04rem;
  font-weight: 800;
  color: #17392d;
  line-height: 1.3;
}

.m3-shell {
  border-radius: 0.5rem;
  border: 1px solid #d7e5dc;
  background: #fff;
  padding: 1rem;
}

.m3-category-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.55rem;
  margin-bottom: 0.95rem;
}

.m3-category-btn {
  border: 1px solid #bfd4ca;
  color: #304e42;
  background: #deedf0;
  border-radius: 0.35rem;
  font-weight: 700;
  font-size: 0.82rem;
  padding: 0.56rem 0.6rem;
  cursor: pointer;
  text-align: center;
}

.m3-category-btn.active {
  background: #0e5f45;
  border-color: #0e5f45;
  color: #fff;
}

.m3-items-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.m3-item {
  border: 1px solid #cddcd2;
  border-radius: 0.42rem;
  background: #fff;
  padding: 0.62rem;
  display: grid;
  gap: 0.46rem;
}

.m3-item img {
  width: 100%;
  height: 68px;
  object-fit: contain;
  border-radius: 0;
  background: #fff;
  filter: grayscale(1) contrast(2) brightness(0.58);
  border-bottom: 1px dashed #dfe8e2;
  padding-bottom: 0.25rem;
}

.m3-icon-box {
  width: 100%;
  height: 68px;
  border: 2px solid #111827;
  border-radius: 0.35rem;
  position: relative;
  background: #fff;
}

.m3-icon-box::before {
  content: '';
  position: absolute;
  left: 16%;
  right: 16%;
  top: 46%;
  height: 2px;
  background: #111827;
}

.m3-icon-box::after {
  content: '';
  position: absolute;
  left: 26%;
  right: 26%;
  bottom: 22%;
  height: 2px;
  background: #111827;
}

.m3-item-name {
  font-size: 0.84rem;
  font-weight: 700;
  color: #22352d;
  min-height: 2.28rem;
}

.m3-item-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.45rem;
}

.m3-unit {
  font-size: 0.74rem;
  color: #486359;
  font-weight: 700;
}

.m3-qty-wrap {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.m3-qty-btn {
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid #d2e1d7;
  border-radius: 0.34rem;
  background: #fff;
  color: #1a5d46;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}

.m3-qty-btn:hover {
  background: #edf6f0;
}

.m3-qty {
  min-width: 1.48rem;
  text-align: center;
  font-size: 0.82rem;
  font-weight: 800;
  color: #0d5c43;
}

.m3-result-panel {
  border-radius: 0.5rem;
  border: 1px solid #d8e5dc;
  background: #fff;
  padding: 1rem;
}

.m3-selected-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.42rem;
  max-height: 420px;
  overflow: auto;
}

.m3-selected-item {
  border: 1px solid #e2ece5;
  border-radius: 0.45rem;
  padding: 0.44rem 0.54rem;
  display: flex;
  justify-content: space-between;
  gap: 0.55rem;
  align-items: center;
}

.m3-selected-main {
  font-size: 0.79rem;
  color: #214d3d;
}

.m3-selected-total {
  font-size: 0.74rem;
  color: #557868;
  font-weight: 700;
}

.m3-remove-btn {
  border: 0;
  background: #fff2f2;
  color: #a44;
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 800;
}

.m3-total-card {
  margin-top: 0.9rem;
  border-radius: 0.5rem;
  background: linear-gradient(135deg, #0f694c, #1e8a62);
  color: #fff;
  padding: 0.78rem;
}

.m3-total-label {
  font-size: 0.77rem;
  color: #fff;
  font-weight: 800;
}

.m3-total-value {
  font-size: 1.44rem;
  font-weight: 800;
  line-height: 1.1;
  margin-top: 0.2rem;
}

.m3-total-note {
  margin-top: 0.28rem;
  font-size: 0.76rem;
  line-height: 1.35;
  color: #f5fffb;
}

.m3-vehicle {
  margin-top: 0.8rem;
  border: 1px solid #deeadf;
  border-radius: 0.55rem;
  padding: 0.65rem;
  display: none;
  gap: 0.68rem;
  background: #f8fcf9;
}

.m3-vehicle img {
  width: 96px;
  height: 72px;
  object-fit: cover;
  border-radius: 0.45rem;
  flex-shrink: 0;
}

.m3-vehicle-title {
  font-weight: 800;
  color: #153c2d;
}

.m3-vehicle-sub {
  font-size: 0.78rem;
  color: #4c6f60;
}

.m3-vehicle-cap {
  margin-top: 0.2rem;
  font-size: 0.75rem;
  color: #1e8a62;
  font-weight: 800;
}

.fade-in {
  animation: fadeInUp 0.24s ease;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 640px) {
  .m3-preview-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .service-stage-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .m3-items-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .home-weave-grid {
    grid-template-columns: 1.05fr 1.2fr 0.85fr;
    align-items: start;
  }

  .weave-gallery {
    margin-top: 1.1rem;
  }

  .service-stage {
    grid-template-columns: 1.45fr 0.9fr;
    align-items: start;
  }

  .mix-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .m3-items-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .m3-category-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .hero-shell h1 {
    font-size: 2.05rem !important;
    line-height: 0.98;
  }

  .hero-collage-main img {
    height: 270px;
  }

  .hero-collage-side img {
    height: 90px;
  }

  .hero-collage-side img:nth-child(2) {
    margin-top: 0;
  }

  .proof-item img {
    height: 144px;
  }

  .proof-item-large img {
    height: 168px;
  }
}

@media (max-width: 1023px) {

  .home-weave-grid,
  .service-stage,
  .mix-panel {
    gap: 0.9rem;
  }

  .hero-collage-main img {
    height: 320px;
  }

  .m3-shell,
  .m3-result-panel {
    border-radius: 0.72rem;
  }
}

@media (max-width: 767px) {
  .hero-chip {
    font-size: 0.72rem;
    padding: 0.34rem 0.66rem;
  }

  .hero-price-item,
  .metric-card {
    padding: 0.58rem 0.62rem;
  }

  .hero-price-value {
    font-size: 1rem;
  }

  .metric-value {
    font-size: 1.12rem;
  }

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

  .proof-item-large {
    grid-column: span 1;
  }

  .proof-item img,
  .proof-item-large img {
    height: 180px;
  }

  .service-stage-list {
    grid-template-columns: 1fr;
  }

  .wall-tall {
    grid-row: span 1;
    min-height: 155px;
  }

  .wall-wide {
    min-height: 102px;
  }

  .m3-preview-grid,
  .page-chip-grid {
    grid-template-columns: 1fr;
  }

  .district-cloud-list {
    gap: 0.36rem;
  }

  .district-cloud-link {
    font-size: 0.76rem;
    padding: 0.36rem 0.62rem;
  }

  .m3-selected-list {
    max-height: 300px;
  }
}

.storage-status-card {
  border-radius: 1rem;
  border: 1px solid #d8e5dd;
  background: linear-gradient(155deg, #f5faf7 0%, #fff 70%);
}

.storage-status-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.72rem;
}

.storage-stat {
  border: 1px solid #d8e5dd;
  border-radius: 0.82rem;
  background: #fff;
  padding: 0.78rem 0.82rem;
}

.storage-stat-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #5d6f63;
}

.storage-stat-value {
  margin-top: 0.2rem;
  font-size: 1.42rem;
  font-weight: 800;
  color: #14523c;
}

.storage-list-shell {
  border: 1px solid #dce7df;
  border-radius: 0.84rem;
  background: #fff;
  padding: 0.84rem;
}

.storage-list-title {
  font-size: 0.96rem;
  font-weight: 800;
  color: #19382d;
  margin-bottom: 0.56rem;
}

.storage-available-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.storage-available-item {
  border: 1px solid #dce8e0;
  border-radius: 0.66rem;
  background: #f8fcfa;
  padding: 0.62rem 0.66rem;
}

.storage-item-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.6rem;
}

.storage-item-head strong {
  font-size: 0.9rem;
  color: #13382a;
}

.storage-item-head span {
  font-size: 0.76rem;
  color: #5f7384;
}

.storage-item-title {
  margin-top: 0.26rem;
  font-size: 0.84rem;
  color: #2a4a3d;
  font-weight: 700;
}

.storage-item-dates {
  margin-top: 0.36rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.36rem;
  font-size: 0.74rem;
  color: #4f6170;
}

.storage-empty-item {
  border: 1px dashed #ccdcd2;
  border-radius: 0.66rem;
  background: #f7fbf8;
  padding: 0.72rem;
  font-size: 0.84rem;
  color: #5f6f64;
  text-align: center;
}

@media (max-width: 520px) {
  .hero-shell {
    border-radius: 1.15rem;
  }

  .hero-shell h1 {
    font-size: 1.82rem !important;
    line-height: 1.01;
  }

  .hero-collage-main img {
    height: 236px;
  }

  .hero-collage-note {
    left: 0.55rem;
    right: 0.55rem;
    bottom: 0.55rem;
    padding: 0.5rem 0.55rem;
  }

  .hero-collage-side {
    gap: 0.44rem;
  }

  .hero-collage-side img {
    height: 76px;
    border-radius: 0.58rem;
  }

  .hero-cta-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  .hero-cta-row .btn-main,
  .hero-cta-row .btn-alt {
    width: 100%;
    justify-content: center;
  }

  .hero-price-grid,
  .hero-metric-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .benefit-desc,
  .flow-desc {
    font-size: 0.78rem;
  }

  .m3-shell {
    padding: 0.72rem;
  }

  .m3-category-bar {
    grid-template-columns: 1fr;
  }

  .m3-items-grid {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  .m3-item {
    padding: 0.54rem;
  }

  .m3-item-name {
    min-height: auto;
    font-size: 0.82rem;
  }

  .m3-item img,
  .m3-icon-box {
    height: 62px;
  }

  .m3-result-panel {
    padding: 0.78rem;
  }

  .m3-total-value {
    font-size: 1.3rem;
  }

  .m3-vehicle {
    flex-direction: column;
    align-items: flex-start;
  }

  .m3-vehicle img {
    width: 100%;
    height: 118px;
  }

  .m3-preview-shell {
    padding: 0.82rem;
  }

  .m3-preview-category {
    font-size: 0.72rem;
    padding: 0.3rem 0.5rem;
  }

  .offer-form {
    gap: 0.62rem;
  }

  .storage-status-stats {
    grid-template-columns: 1fr;
  }

  .storage-item-dates {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .hero-shell h1 {
    font-size: 1.72rem !important;
  }

  .hero-price-value {
    font-size: 0.96rem;
  }

  .metric-label {
    font-size: 0.64rem;
  }

  .metric-value {
    font-size: 1rem;
  }

  .district-cloud-link {
    width: 100%;
    text-align: center;
  }

  .m3-category-btn {
    font-size: 0.76rem;
    padding: 0.5rem 0.4rem;
  }
}

/* Premium system overrides */
.hero-shell {
  border-color: var(--line-strong, #c3d5cb);
  border-radius: 1.8rem;
  background: linear-gradient(140deg, #f2f8f4 0%, #fff 64%);
  box-shadow: 0 20px 40px rgba(14, 38, 30, 0.1);
}

.hero-chip {
  border: 1px solid #bddbc9;
  background: #eaf5ef;
}

.hero-price-item,
.metric-card,
.service-card,
.proof-item,
.wall-grid figure,
.m3-preview-item,
.m3-item,
.storage-stat,
.storage-list-shell,
.storage-available-item {
  border-color: var(--line, #d7e4dc);
}

.hero-price-item,
.metric-card {
  background: linear-gradient(145deg, var(--surface-0, #fff) 0%, #fff 100%);
}

.metric-value,
.hero-price-value {
  letter-spacing: -0.01em;
}

.section-kicker {
  letter-spacing: 0.14em;
}

.flow-no {
  background: linear-gradient(140deg, var(--green-dark), var(--green));
}

.service-card {
  border-radius: 1.15rem;
}

.service-card img {
  height: 188px;
}

.service-card:hover {
  box-shadow: 0 18px 32px rgba(14, 38, 30, 0.13);
}

.mix-card.card,
.weave-primary.card,
.weave-gallery.card,
.weave-benefits.card,
.district-cloud.card,
.storage-status-card.card {
  border-radius: 1.3rem;
  box-shadow: 0 14px 34px rgba(14, 38, 30, 0.09);
}

.m3-preview-shell,
.m3-shell,
.m3-result-panel {
  border-radius: 1rem;
  border-color: var(--line, #d7e4dc);
  background: linear-gradient(145deg, #f1f7f3 0%, var(--surface-0, #fff) 100%);
}

.m3-category-btn {
  border-color: #a8cfbc;
  background: #e6f1eb;
}

.m3-category-btn.active {
  background: linear-gradient(140deg, var(--green-dark), var(--green));
  border-color: var(--green-dark);
}

.m3-item {
  border-radius: 0.72rem;
  box-shadow: 0 6px 18px rgba(14, 38, 30, 0.06);
}

.m3-total-card {
  border-radius: 0.82rem;
  background: linear-gradient(135deg, #0f694c, #1e8a62 58%, #27a675);
}

.m3-vehicle {
  border-color: var(--line, #d7e4dc);
  border-radius: 0.82rem;
  background: #f1f7f3;
}

.storage-status-card {
  border-color: var(--line, #d7e4dc);
}

.storage-list-shell,
.storage-available-item {
  border-radius: 0.9rem;
}

.storage-item-head strong {
  letter-spacing: -0.01em;
}

@media (max-width: 640px) {
  .hero-shell {
    border-radius: 1.2rem;
  }

  .service-card img {
    height: 168px;
  }
}

/* ═══════════════════════════════════════════════════ */
/*  GLOBAL SVG CONSTRAINT (prevents oversized icons)  */
/* ═══════════════════════════════════════════════════ */
.hero-depot svg,
.trust-badges svg,
.reviews-section svg,
.packaging-gallery svg,
.commitments-section svg,
.faq-accordion svg {
  max-width: 100%;
  max-height: 100%;
  display: block;
  flex-shrink: 0;
}

/* ═══════════════════════════════════════════════════ */
/*  HERO DEPOT (Penguendepo-style)                    */
/* ═══════════════════════════════════════════════════ */
.hero-depot {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  overflow: hidden;
  max-width: 100vw;
  background: linear-gradient(135deg, #0a1e16 0%, #0d3325 50%, #0a1e16 100%);
}

.hero-depot__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-depot__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-depot__bg-img[src=""],
.hero-depot__bg-img:not([src]) {
  display: none;
}

.hero-depot__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg,
      rgba(10, 30, 22, 0.92) 0%,
      rgba(10, 30, 22, 0.78) 40%,
      rgba(10, 30, 22, 0.35) 70%,
      rgba(10, 30, 22, 0.15) 100%);
}

.hero-depot__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2.5rem;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.hero-depot__kicker {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: rgba(30, 138, 98, 0.25);
  color: #7ef0b8;
  padding: 0.4rem 0.9rem;
  border: 1px solid rgba(126, 240, 184, 0.25);
}

.hero-depot__title {
  margin-top: 1rem;
  font-size: 2.8rem;
  line-height: 1.05;
  color: #fff;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.hero-depot__title .text-brand-green {
  color: #5ef0a8 !important;
}

.hero-depot__desc {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
  max-width: 540px;
}

.hero-depot__ctas {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero-depot__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.6rem;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.95rem;
  transition: transform 0.18s, filter 0.18s;
  border: none;
  cursor: pointer;
}

.hero-depot__btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
}

.hero-depot__btn--primary {
  background: linear-gradient(135deg, #0d5c43, #1e8a62);
  color: #fff;
  box-shadow: 0 12px 32px rgba(13, 92, 67, 0.4);
}

.hero-depot__btn--secondary {
  background: linear-gradient(135deg, #e87f10, #f58f1c);
  color: #fff;
  box-shadow: 0 12px 32px rgba(245, 143, 28, 0.35);
}

.hero-depot__prices {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.hero-depot__price-chip {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0.7rem;
  padding: 0.5rem 0.72rem;
  backdrop-filter: blur(6px);
}

.hero-depot__price-label {
  font-size: 0.68rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 700;
}

.hero-depot__price-value {
  font-weight: 800;
  color: #5ef0a8;
  font-size: 0.95rem;
}

/* Fallback image grid */
.hero-depot__images {
  display: flex;
  justify-content: center;
}

.hero-depot__img-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem;
  max-width: 380px;
}

.hero-depot__img-main {
  grid-column: span 2;
  border-radius: 1rem;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.hero-depot__img-main img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.hero-depot__img-sm {
  border-radius: 0.8rem;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.hero-depot__img-sm img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  display: block;
}

/* ═══════════════════════════════════════════════════ */
/*  YOUTUBE SHORTS SLIDER (Depoevim coverflow style)  */
/* ═══════════════════════════════════════════════════ */
.hero-depot__shorts {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero-shorts-slider {
  position: relative;
  width: 100%;
  max-width: 380px;
  overflow: hidden;
}

.hero-shorts-swiper {
  overflow: hidden;
  padding: 1rem 0;
}

.hero-short-slide {
  width: 180px !important;
  height: 320px;
  transition: transform 0.3s, opacity 0.3s;
}

.hero-short-card {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.18);
  background: #1a1a1a;
  cursor: pointer;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.3s, border-color 0.3s;
}

.hero-short-card:hover {
  border-color: rgba(94, 240, 168, 0.4);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.45);
}

.hero-short-card__thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-short-card__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  opacity: 0.85;
  transition: opacity 0.2s, transform 0.2s;
}

.hero-short-card:hover .hero-short-card__play {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.1);
}

.hero-short-card__play svg {
  width: 48px;
  height: 48px;
  max-width: 48px;
  max-height: 48px;
  display: block;
}

.hero-short-card__title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem 0.6rem 0.6rem;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.3;
}

.hero-shorts-nav {
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  margin-top: 0.5rem;
}

.hero-shorts-nav__btn {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: background 0.2s;
  backdrop-filter: blur(4px);
}

.hero-shorts-nav__btn:hover {
  background: rgba(255, 255, 255, 0.25);
}

.hero-shorts-nav__btn svg {
  width: 18px;
  height: 18px;
}

/* Shorts video modal */
.shorts-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.shorts-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
}

.shorts-modal__content {
  position: relative;
  width: 360px;
  height: 640px;
  max-height: 90vh;
  border-radius: 1.2rem;
  overflow: hidden;
  background: #000;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.6);
}

.shorts-modal__content iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.shorts-modal__close {
  position: absolute;
  top: 0.6rem;
  right: 0.6rem;
  z-index: 10;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: none;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.shorts-modal__close:hover {
  background: rgba(255, 255, 255, 0.4);
}

.shorts-modal__nav {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(4px);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  z-index: 10;
  flex-shrink: 0;
}

.shorts-modal__nav:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.05);
}

.shorts-modal__nav svg {
  width: 24px;
  height: 24px;
}

@media (max-width: 768px) {
  .shorts-modal {
    flex-wrap: wrap;
    gap: 0;
  }

  .shorts-modal__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    border: none;
  }

  .shorts-modal__nav:hover {
    background: rgba(0, 0, 0, 0.8);
    transform: translateY(-50%) scale(1.05);
  }

  .shorts-modal__nav--prev {
    left: 10px;
  }

  .shorts-modal__nav--next {
    right: 10px;
  }
}

/* ═══════════════════════════════════════════════════ */
/*  TRUST BADGES (Şablon 2)                           */
/* ═══════════════════════════════════════════════════ */
.trust-badges {
  padding: 2.5rem 0;
}

.trust-badges__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.trust-badge {
  text-align: center;
  padding: 1.5rem 1rem;
  border-radius: 1.2rem;
  border: 1px solid var(--line, #d7e4dc);
  background: linear-gradient(155deg, #f8fcf9 0%, #fff 100%);
  box-shadow: 0 8px 24px rgba(14, 38, 30, 0.06);
  transition: transform 0.2s, box-shadow 0.2s;
}

.trust-badge:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(14, 38, 30, 0.1);
}

.trust-badge__icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 0.75rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #e8f5ee, #d4eddf);
  color: #0d5c43;
  display: grid;
  place-items: center;
}

.trust-badge__icon svg {
  width: 26px;
  height: 26px;
}

.trust-badge__title {
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0d5c43;
  margin-bottom: 0.4rem;
}

.trust-badge__desc {
  font-size: 0.82rem;
  line-height: 1.5;
  color: #506170;
  margin: 0;
}

/* ═══════════════════════════════════════════════════ */
/*  GOOGLE REVIEWS (Şablon 4)                         */
/* ═══════════════════════════════════════════════════ */
.reviews-section {
  padding: 2.5rem 0;
}

.reviews-section__header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.reviews-section__title {
  font-size: 1.8rem;
  font-weight: 800;
  color: #10251c;
  margin-top: 0.4rem;
}

.reviews-section__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.5rem;
}

.reviews-section__stars {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.reviews-star {
  width: 20px;
  height: 20px;
  fill: #d4d4d4;
}

.reviews-star--filled {
  fill: #f59e0b;
}

.reviews-star--sm {
  width: 14px;
  height: 14px;
}

.reviews-section__rating {
  font-weight: 800;
  font-size: 1.1rem;
  color: #10251c;
  margin-left: 0.3rem;
}

.reviews-section__count {
  font-size: 0.82rem;
  color: #506170;
  margin-left: 0.15rem;
}

.reviews-section__link {
  font-size: 0.82rem;
  font-weight: 700;
  color: #0d5c43;
}

.reviews-section__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.review-card {
  border-radius: 1.1rem;
  border: 1px solid var(--line, #d7e4dc);
  background: #fff;
  padding: 1.25rem;
  box-shadow: 0 6px 18px rgba(14, 38, 30, 0.05);
  transition: transform 0.18s;
}

.review-card:hover {
  transform: translateY(-2px);
}

.review-card__header {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 0.6rem;
}

.review-card__avatar {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0d5c43, #1e8a62);
  color: #fff;
  font-weight: 800;
  font-size: 0.9rem;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.review-card__author {
  font-weight: 800;
  font-size: 0.88rem;
  color: #10251c;
}

.review-card__time {
  font-size: 0.72rem;
  color: #7a8b94;
}

.review-card__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.7rem;
  font-weight: 700;
  color: #0d5c43;
  margin-top: 0.2rem;
  background: #e8f5ee;
  padding: 0.25rem 0.5rem;
  border-radius: 999px;
  border: 1px solid rgba(13, 92, 67, 0.15);
}

.review-card__badge svg {
  width: 12px;
  height: 12px;
  stroke: #0d5c43;
}

.review-card__stars {
  display: flex;
  gap: 0.15rem;
  margin-bottom: 0.5rem;
}

.review-card__text {
  font-size: 0.84rem;
  line-height: 1.55;
  color: #3f5449;
  margin: 0;
}

/* ═══════════════════════════════════════════════════ */
/*  PACKAGING GALLERY (Şablon 5)                      */
/* ═══════════════════════════════════════════════════ */
.packaging-gallery {
  padding: 2.5rem 0;
}

.packaging-gallery__header {
  margin-bottom: 1.5rem;
}

.packaging-gallery__title {
  font-size: 1.8rem;
  font-weight: 800;
  color: #10251c;
  margin-top: 0.4rem;
}

.packaging-gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
}

.packaging-gallery__item {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid var(--line, #d7e4dc);
  background: #fff;
  cursor: pointer;
  padding: 0;
  transition: transform 0.2s, box-shadow 0.2s;
}

.packaging-gallery__item:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(14, 38, 30, 0.12);
}

.packaging-gallery__img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.packaging-gallery__overlay {
  position: absolute;
  inset: 0;
  background: rgba(13, 92, 67, 0);
  display: grid;
  place-items: center;
  transition: background 0.25s;
}

.packaging-gallery__item:hover .packaging-gallery__overlay {
  background: rgba(13, 92, 67, 0.35);
}

.packaging-gallery__zoom {
  width: 36px;
  height: 36px;
  color: #fff;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.25s, transform 0.25s;
}

.packaging-gallery__item:hover .packaging-gallery__zoom {
  opacity: 1;
  transform: scale(1);
}

/* ═══════════════════════════════════════════════════ */
/*  COMMITMENTS / SERVICES (Şablon 7)                 */
/* ═══════════════════════════════════════════════════ */
.commitments-section {
  padding: 2.5rem 0;
}

.commitments-section__header {
  text-align: center;
  margin-bottom: 2rem;
}

.commitments-section__title {
  font-size: 1.8rem;
  font-weight: 800;
  color: #10251c;
  margin-top: 0.4rem;
}

.commitments-section__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.commitment-card {
  text-align: center;
  padding: 1.5rem 1rem;
  border-radius: 1.2rem;
  border: 1px solid var(--line, #d7e4dc);
  background: #fff;
  box-shadow: 0 6px 18px rgba(14, 38, 30, 0.05);
  transition: transform 0.18s, box-shadow 0.18s, border-color 0.18s;
}

.commitment-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(14, 38, 30, 0.1);
  border-color: #bddbc9;
}

.commitment-card__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 0.8rem;
  border-radius: 999px;
  background: linear-gradient(145deg, #e8f5ee, #d0eddd);
  color: #0d5c43;
  display: grid;
  place-items: center;
}

.commitment-card__icon svg {
  width: 28px;
  height: 28px;
}

.commitment-card__title {
  font-size: 0.88rem;
  font-weight: 800;
  color: #10251c;
  line-height: 1.35;
  margin: 0;
}

/* ═══════════════════════════════════════════════════ */
/*  FAQ ACCORDION (Üçeller Depolama style - Şablon 8)  */
/* ═══════════════════════════════════════════════════ */
.faq-accordion-section {
  padding: 2.5rem 0;
}

.faq-accordion__header {
  margin-bottom: 1.5rem;
}

.faq-accordion__title {
  font-size: 1.8rem;
  font-weight: 800;
  color: #10251c;
  margin-top: 0.4rem;
}

.faq-accordion__layout {
  display: grid;
  grid-template-columns: 0.45fr 1fr;
  gap: 2rem;
  align-items: start;
}

.faq-accordion__image {
  border-radius: 1.2rem;
  overflow: hidden;
  border: 1px solid var(--line, #d7e4dc);
  box-shadow: 0 12px 30px rgba(14, 38, 30, 0.08);
}

.faq-accordion__image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.faq-accordion__list {
  display: grid;
  gap: 0.6rem;
}

.faq-item {
  border-radius: 0.85rem;
  overflow: hidden;
  border: 1px solid var(--line, #d7e4dc);
  background: #f8faf9;
  transition: background 0.25s, border-color 0.25s;
}

.faq-item--active {
  background: #0d5c43;
  border-color: #0d5c43;
}

.faq-item__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  padding: 1rem 1.2rem;
  border: none;
  background: transparent;
  cursor: pointer;
  text-align: left;
  color: #10251c;
  font-weight: 800;
  font-size: 0.95rem;
  line-height: 1.35;
  transition: color 0.25s;
}

.faq-item--active .faq-item__question {
  color: #fff;
}

.faq-item__arrow {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 1.5px solid #c3d5cb;
  color: #0d5c43;
  display: grid;
  place-items: center;
  transition: transform 0.3s, border-color 0.25s, color 0.25s;
}

.faq-item--active .faq-item__arrow {
  transform: rotate(180deg);
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
}

.faq-item__arrow svg {
  width: 16px;
  height: 16px;
}

.faq-item__answer {
  padding: 0 1.2rem 1rem;
  color: #10251c;
  font-size: 0.88rem;
  line-height: 1.65;
}

.faq-item--active .faq-item__answer {
  color: rgba(255, 255, 255, 0.88);
}

.faq-item__answer p {
  margin: 0;
}

/* ═══════════════════════════════════════════════════ */
/*  RESPONSIVE OVERRIDES                              */
/* ═══════════════════════════════════════════════════ */
@media (max-width: 1023px) {
  .hero-depot__inner {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .hero-depot__title {
    font-size: 2.2rem;
  }

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

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

  .packaging-gallery__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .commitments-section__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .faq-accordion__layout {
    grid-template-columns: 1fr;
  }

  .faq-accordion__image {
    max-height: 260px;
  }
}

@media (max-width: 640px) {
  .hero-depot {
    min-height: auto;
  }

  .hero-shorts-slider {
    max-width: 100%;
  }

  .hero-depot__shorts {
    width: 100%;
    overflow: hidden;
  }

  .hero-depot__inner {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .hero-depot__title {
    font-size: 1.75rem;
  }

  .hero-depot__ctas {
    flex-direction: column;
  }

  .hero-depot__btn {
    width: 100%;
    justify-content: center;
  }

  .hero-depot__prices {
    justify-content: center;
  }

  .hero-short-slide {
    width: 140px !important;
    height: 250px;
  }

  .trust-badges__grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.7rem;
  }

  .trust-badge {
    padding: 1rem 0.75rem;
  }

  .trust-badge__title {
    font-size: 0.72rem;
  }

  .reviews-section__grid {
    grid-template-columns: 1fr;
  }

  .reviews-section__header {
    flex-direction: column;
    align-items: flex-start;
  }

  .reviews-section__meta {
    align-items: flex-start;
  }

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

  .packaging-gallery__img {
    height: 150px;
  }

  .commitments-section__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.7rem;
  }

  .commitment-card {
    padding: 1rem 0.75rem;
  }

  .commitment-card__title {
    font-size: 0.78rem;
  }

  .faq-item__question {
    font-size: 0.86rem;
    padding: 0.8rem 1rem;
  }

  .faq-item__answer {
    padding: 0 1rem 0.8rem;
    font-size: 0.82rem;
  }

  .shorts-modal__content {
    width: 90vw;
    height: 80vh;
  }
}