@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@500;600;700;800&display=swap");

.sht-mg {
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 8px 0 12px;
}

.sht-mg__hero {
  text-align: center;
  padding: clamp(40px, 8vw, 72px) 20px;
  border-radius: 32px;
  background:
    radial-gradient(800px 280px at 50% 0%, rgba(14, 165, 233, 0.12), transparent 60%),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  border: 1px solid #e2e8f0;
}

.sht-mg__eyebrow {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #64748b;
}

.sht-mg__hero h1 {
  margin: 0 auto;
  max-width: 14ch;
  font-size: clamp(36px, 6vw, 64px);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1.02;
  color: #0f172a;
}

.sht-mg__lead {
  margin: 16px auto 0;
  max-width: 36ch;
  font-size: 16px;
  color: #64748b;
  line-height: 1.55;
}

.sht-mg__glass {
  display: flex;
  gap: 8px;
  max-width: 560px;
  margin: 28px auto 0;
  padding: 10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(148, 163, 184, 0.35);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(16px);
}

.sht-mg__glass input {
  flex: 1;
  height: 48px;
  border: none;
  background: transparent;
  padding: 0 14px;
  font: inherit;
  font-size: 15px;
  outline: none;
}

.sht-mg__glass button {
  height: 48px;
  padding: 0 22px;
  border: none;
  border-radius: 14px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  color: #fff;
  background: #0f172a;
}

.sht-mg__pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}

.sht-mg__pills a {
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  color: #334155;
  background: #fff;
  border: 1px solid #e2e8f0;
}

.sht-mg__trio {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

@media (max-width: 700px) {
  .sht-mg__trio { grid-template-columns: 1fr; }
  .sht-mg__glass { flex-direction: column; }
}

.sht-mg__trio > div {
  padding: 18px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #e2e8f0;
  text-align: center;
}

.sht-mg__trio strong { display: block; font-size: 14px; color: #0f172a; }
.sht-mg__trio span { display: block; margin-top: 4px; font-size: 12px; color: #64748b; }

.sht-mg__head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 12px;
}
.sht-mg__head h2 { margin: 0; font-size: 20px; font-weight: 800; letter-spacing: -0.03em; }
.sht-mg__head a { font-size: 13px; font-weight: 700; color: #0ea5e9; text-decoration: none; }

/* Mount .shop-mp-hero içinde — hero’yu gizleme; sadece varsayılan hub/zone */
body[data-homepage-template="meridian-glass"] .shop-hero-hub,
body[data-homepage-template="meridian-glass"] #shop-homepage-default-zone {
  display: none !important;
}

body[data-homepage-template="meridian-glass"] .shop-mp-hero {
  background: transparent;
  padding-top: 0;
  padding-bottom: 0;
}

body[data-homepage-template="meridian-glass"] .shop-homepage-template-mount:not([hidden]) {
  display: block;
  width: 100%;
}
