.template-store {
  background: #f8f6f1;
}

.store-hero {
  position: relative;
  overflow: hidden;
  padding: 118px 0 82px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 78% 18%, rgba(216, 163, 29, 0.28), transparent 30%),
    radial-gradient(circle at 18% 78%, rgba(15, 118, 110, 0.32), transparent 30%),
    #08090a;
  color: #fff;
}

.store-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 480px;
  gap: 56px;
  align-items: center;
}

.store-hero h1 {
  max-width: 780px;
  margin-bottom: 24px;
  font-size: clamp(52px, 7vw, 104px);
  line-height: 0.9;
  letter-spacing: -0.075em;
}

.store-hero .eyebrow {
  color: #ffe3a3;
}

.store-hero .lead {
  color: rgba(255, 255, 255, 0.68);
}

.store-hero .button.primary {
  border-color: #fff;
  background: #fff;
  color: #08090a;
  box-shadow: none;
}

.store-hero .button.secondary {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.store-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 34px 0 0;
}

.store-proof div {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
}

.store-proof dt {
  color: var(--coral);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.store-proof dd {
  margin: 3px 0 0;
  font-weight: 850;
}

.template-preview {
  position: relative;
}

.preview-browser {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(18px);
}

.preview-toolbar {
  display: flex;
  gap: 7px;
  padding: 4px 2px 16px;
}

.preview-toolbar span {
  width: 9px;
  height: 9px;
  border-radius: 99px;
  background: var(--line-strong);
}

.preview-hero-block {
  height: 170px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.78), rgba(230, 111, 81, 0.68)),
    #10443f;
}

.preview-card-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 12px;
}

.preview-card-row span,
.preview-split span {
  display: block;
  border-radius: 8px;
  background: #eef3ee;
}

.preview-card-row span {
  height: 92px;
}

.preview-split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 10px;
  margin-top: 12px;
}

.preview-split span {
  height: 120px;
}

.floating-label {
  position: absolute;
  right: -18px;
  bottom: 34px;
  padding: 12px 15px;
  border-radius: 8px;
  background: #fff;
  color: #08090a;
}

.template-card {
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.template-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(35, 42, 75, 0.12);
}

.template-shot {
  position: relative;
}

.template-shot::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 12px;
  pointer-events: none;
}

.template-shot span {
  position: relative;
  z-index: 1;
}

.store-hero .floating-label {
  color: #08090a;
  font-weight: 950;
  box-shadow: var(--shadow);
}

.store-section {
  padding: 88px 0;
}

.store-section-head {
  max-width: 860px;
  margin-bottom: 34px;
}

.store-section-head h2,
.included-grid h2,
.store-cta-panel h2 {
  margin-bottom: 14px;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.1;
  letter-spacing: -0.055em;
}

.store-section-head p,
.included-grid p {
  color: var(--muted);
}

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

.template-card,
.price-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(23, 28, 27, 0.05);
}

.template-shot {
  min-height: 230px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 46px;
  font-weight: 950;
  letter-spacing: -0.07em;
}

.template-shot.clinic {
  background: linear-gradient(135deg, #4f8d88, #d6ece8);
}

.template-shot.fitness {
  background: linear-gradient(135deg, #262b2a, #e66f51);
}

.template-shot.cafe {
  background: linear-gradient(135deg, #8d5a2b, #e0b875);
}

.template-shot.expert {
  background: linear-gradient(135deg, #243b55, #d8a31d);
}

.template-body {
  padding: 24px;
}

.template-body h3,
.price-card h3 {
  margin-bottom: 9px;
  font-size: 28px;
  line-height: 1.18;
  letter-spacing: -0.045em;
}

.template-body p:not(.case-label),
.price-card p:not(.case-label) {
  color: var(--muted);
}

.template-features,
.price-card ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.template-features li,
.price-card li {
  padding: 9px 10px;
  border-radius: 8px;
  background: var(--surface-soft);
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 850;
}

.template-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.included-section {
  background: #fff;
  border-block: 1px solid var(--line);
}

.included-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: 44px;
  align-items: center;
}

.included-list {
  display: grid;
  gap: 12px;
}

.included-list div {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8f6f1;
}

.included-list strong,
.included-list span {
  display: block;
}

.included-list strong {
  margin-bottom: 4px;
  letter-spacing: -0.02em;
}

.included-list span {
  color: var(--muted);
  font-size: 14px;
}

.template-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.template-process li {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.template-process span {
  color: var(--coral);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.1em;
}

.template-process h3 {
  margin: 18px 0 8px;
  font-size: 21px;
  letter-spacing: -0.04em;
}

.template-process p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.pricing-section {
  background: var(--green-dark);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.price-card {
  padding: 26px;
}

.price-card.highlighted {
  border-color: rgba(216, 163, 29, 0.8);
  box-shadow: 0 18px 48px rgba(216, 163, 29, 0.18);
}

.price-card strong {
  display: block;
  margin: 10px 0 12px;
  color: var(--green);
  font-size: 28px;
  letter-spacing: -0.05em;
}

.price-card ul {
  grid-template-columns: 1fr;
}

.store-cta {
  padding: 0 0 88px;
  background: var(--green-dark);
}

.store-cta-panel {
  padding: 56px;
  border-radius: 8px;
  background: var(--green);
  color: #fff;
  text-align: center;
}

.store-cta-panel .eyebrow {
  color: #c9f5ee;
}

.store-cta-panel p {
  max-width: 760px;
  margin: 0 auto 26px;
  color: rgba(255, 255, 255, 0.78);
}

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

.button.dark {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.34);
  color: #fff;
}

.preview-wait {
  min-height: 100vh;
  display: grid;
  align-items: center;
  padding: 56px 0;
  background:
    linear-gradient(120deg, rgba(216, 163, 29, 0.16), transparent 38%),
    radial-gradient(circle at 82% 18%, rgba(15, 118, 110, 0.16), transparent 30%),
    #fffdf8;
}

.preview-wait-panel {
  max-width: 820px;
  padding: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow);
}

.preview-wait-panel h1 {
  margin-bottom: 16px;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.06;
  letter-spacing: -0.06em;
}

.preview-wait-panel p {
  max-width: 680px;
  color: var(--muted);
  font-size: 18px;
}

.preview-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 26px 0;
}

.preview-meta span {
  padding: 8px 11px;
  border-radius: 999px;
  background: var(--surface-soft);
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 900;
}

@media (max-width: 1000px) {
  .store-hero-grid,
  .included-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 720px) {
  .store-hero {
    padding: 58px 0;
  }

  .store-hero h1 {
    font-size: 42px;
  }

  .store-proof,
  .template-grid,
  .template-features,
  .template-process,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .floating-label {
    position: static;
    margin-top: 12px;
    text-align: center;
  }

  .store-section {
    padding: 62px 0;
  }

  .store-cta-panel {
    padding: 38px 22px;
  }
}

.template-shot.legal-reference,
.template-shot.vision-ai {
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.template-shot.legal-reference {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 75, 51, 0.72)), url("../images/templates/legal/baekhwa-hero.jpg");
}
.template-shot.vision-ai {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(8, 9, 10, 0.72)), url("../images/templates/tech/tech-hero.jpg");
}
.template-shot.corporate-branding {
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-image: linear-gradient(180deg, rgba(27, 23, 20, 0.08), rgba(27, 23, 20, 0.76)), url("../images/templates/corporate/corporate-hero.jpg");
}

.template-shot.bloomit-motion {
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 22%, rgba(146, 217, 205, 0.92), transparent 17%),
    radial-gradient(circle at 18% 76%, rgba(255, 111, 77, 0.82), transparent 19%),
    linear-gradient(135deg, #050505 0%, #123d38 55%, #d8a31d 120%);
}
.template-shot.bloomit-motion::before {
  content: "";
  position: absolute;
  inset: -20%;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 38px 38px;
  transform: rotate(-8deg);
  opacity: 0.44;
}
.template-shot.bloomit-motion span {
  padding: 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(5, 5, 5, 0.64);
  color: #fff;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.2);
}

.template-shot.academy-lab {
  background:
    radial-gradient(circle at 20% 24%, rgba(255, 255, 255, 0.72), transparent 22%),
    linear-gradient(135deg, #ff9d19 0%, #ffd899 35%, #62c3cf 68%, #b9cf00 100%);
}
.template-shot.academy-lab span {
  text-shadow: 0 3px 0 rgba(255, 255, 255, 0.42);
}

.template-shot.interior-door {
  background:
    linear-gradient(145deg, rgba(37, 22, 13, .12), rgba(233, 123, 47, .28)),
    url('../images/templates/orange-door/door-hero.png') center/cover;
}
.template-shot.interior-door span {
  background: rgba(34, 23, 15, .82);
  color: #fff7ed;
}

.template-shot.plastic-clinic {
  background:
    linear-gradient(145deg, rgba(32, 32, 32, .14), rgba(189, 152, 101, .28)),
    url('../images/templates/plastic-clinic/clinic-hero.png') center/cover;
}
.template-shot.plastic-clinic span {
  background: rgba(32, 32, 32, .84);
  color: #fff8ef;
}


.template-shot.lumiloop-app {
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 22%, rgba(255, 255, 255, 0.72), transparent 17%),
    linear-gradient(135deg, rgba(32, 16, 68, 0.18), rgba(137, 83, 255, 0.42)),
    url("../images/lumiloop/hero.png") center/cover;
}
.template-shot.lumiloop-app span {
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(32, 16, 68, 0.72);
  color: #fff;
  box-shadow: 0 16px 40px rgba(32, 16, 68, 0.22);
}


.template-shot.church-community {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(45, 20, 51, .12), rgba(45, 20, 51, .78)),
    url("../images/church/hero.png") center/cover;
}
.template-shot.church-community span {
  padding: 10px 18px;
  border: 1px solid rgba(255,255,255,.34);
  background: rgba(90, 40, 93, .72);
  color: #fff;
}
