.home-v3s {
  display: grid;
  gap: 34px;
  padding: 14px 10px 20px;
  color: #0f172a;
}

.home-v3s-title {
  text-align: center;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #334155;
  font-weight: 600;
  padding-bottom: 4px;
  border-bottom: 2px solid rgba(92,137,255,.25);
}

.home-v3s-box {
  padding: 18px 20px 16px;
  border: 1px solid rgba(148,163,184,.22);
  border-radius: 18px;
  background: rgba(255,255,255,.18);
}

/* ── TOP ── */
.home-v3s-top {
  display: grid;
  grid-template-columns: minmax(320px, 420px) 1fr;
  gap: 30px;
  align-items: stretch;
}

.home-v3s-left {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.home-v3s-trend {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  flex-shrink: 0;
  width: 120px;
}

.home-v3s-trend img {
  width: 90px;
  height: auto;
  object-fit: contain;
}

.home-v3s-trend-word {
  font-size: 16px;
  line-height: 1.2;
  color: #334155;
  font-weight: 500;
}

.home-v3s-trend-value {
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: -.02em;
  font-weight: 700;
}

.home-v3s-price {
  display: grid;
  gap: 10px;
  min-width: 0;
  flex: 1;
}

.home-v3s-price-main {
  font-size: clamp(22px, 2.8vw, 36px);
  line-height: 1;
  letter-spacing: -.04em;
  font-weight: 500;
}

.home-v3s-price-sub {
  font-size: 14px;
  line-height: 1.45;
  color: #475569;
}

.home-v3s-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.home-v3s-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(148,163,184,.20);
  border-radius: 999px;
  background: rgba(255,255,255,.34);
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
}

/* ── CHART ── */
.home-v3s-chart { min-width: 0; }

.home-v3s-chartbox {
  display: grid;
  gap: 10px;
  padding: 14px 16px 12px;
  border: 1px solid rgba(148,163,184,.22);
  border-radius: 18px;
  background: rgba(255,255,255,.18);
  height: 100%;
  box-sizing: border-box;
}

.home-v3s-chart-title {
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #64748b;
}

.home-v3s-chart-sub {
  font-size: 13px;
  line-height: 1.4;
  color: #64748b;
  margin-top: -4px;
}

.home-v3s-chart-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  font-size: 12px;
  line-height: 1.45;
  color: #64748b;
}

/* ── BOTTOM ── */
.home-v3s-bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: stretch;
}

.home-v3s-card {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 10px;
  text-align: center;
  height: 100%;
  box-sizing: border-box;
}

.home-v3s-card-title {
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #64748b;
}

.home-v3s-card-icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.home-v3s-card-value {
  font-size: 34px;
  line-height: 1.02;
  letter-spacing: -.04em;
  font-weight: 500;
  white-space: nowrap;
}

.home-v3s-card-subvalue {
  font-size: 18px;
  line-height: 1.2;
  color: #64748b;
}

.home-v3s-card-note {
  max-width: 270px;
  font-size: 14px;
  line-height: 1.55;
  color: #475569;
}

/* ── MÉTÉO ── */
.meteo-chart-wrap { position: relative; width: 100%; }

@media (max-width: 980px) {
  .home-v3s-top,
  .home-v3s-bottom {
    grid-template-columns: 1fr;
  }
  .home-v3s-left {
    flex-direction: column;
  }
}

.home-v3s-section-title {
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #94a3b8;
  font-weight: 500;
  text-align: center;
  margin-bottom: -18px;
}

.home-v3s-price-unit {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .04em;
  color: #64748b;
  text-transform: uppercase;
}
