/* =========================================================
   SHOP-STARTER.CSS — Page-specific styles only.
   global.css must be loaded before this file.
   ========================================================= */

/* ── Starter Hero ── */
.starter-hero {
  position: relative;
  padding: 3rem;
  margin-top: 4rem;
  overflow: hidden;
}

.starter-hero__container {
  width: min(1100px, 100%);
  margin: 0 auto;
  text-align: center;
}

.starter-hero__breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-size: var(--fs-sm);
  color: var(--text-subtle);
  margin-bottom: 24px;
  padding-right: 2rem;
  text-decoration: none;
  transition: color 200ms ease;
}

.starter-hero__breadcrumb:hover { color: var(--accent); }

.starter-hero__breadcrumb-arrow {
  font-size: var(--fs-sm);
  color: var(--accent);
}

/* Shared pill across starter sections */
.starter-hero__pill,
.value__pill,
.included__pill,
.templates__pill,
.starter-faq__pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 16px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(24, 201, 255, 0.40);
  background: rgba(0, 0, 0, 0.20);
  color: var(--text);
  font-family: var(--font-body);
  font-size: var(--fs-sm);
  font-weight: 600;
}

.starter-hero__dot,
.value__dot,
.included__dot,
.templates__dot,
.starter-faq__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
  box-shadow: 0 0 10px var(--accent-glow);
}

.starter-hero__title {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: clamp(34px, 5.5vw, 58px);
  line-height: 1.1;
  color: var(--text-primary);
  margin-top: 24px;
  letter-spacing: -0.01em;
}

.starter-hero__title-accent {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.starter-hero__sub {
  font-family: var(--font-body);
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 1.7;
  color: var(--text-muted);
  max-width: 580px;
  margin: 22px auto 0;
}

.starter-hero__price {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  margin-top: 6px;
  padding: 18px 36px;
}

.starter-hero__price-dollar {
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 600;
  color: var(--accent);
  align-self: flex-start;
  margin-top: 6px;
}

.starter-hero__price-amount {
  font-family: var(--font-heading);
  font-size: clamp(40px, 5vw, 52px);
  font-weight: 400;
  line-height: 1;
  color: var(--text-primary);
  letter-spacing: -0.02em;
}

.starter-hero__price-label {
  font-family: var(--font-body);
  font-size: var(--fs-sm);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--text-subtle);
  margin-left: 8px;
}

/* Star positions */
.star-field .star:nth-child(1)  { top: 10%; left: 15%; animation-delay: 0.2s; }
.star-field .star:nth-child(2)  { top: 18%; left: 60%; animation-delay: 1.1s; }
.star-field .star:nth-child(3)  { top: 25%; left: 35%; animation-delay: 2.4s; }
.star-field .star:nth-child(4)  { top: 30%; left: 80%; animation-delay: 0.7s; }
.star-field .star:nth-child(5)  { top: 38%; left: 20%; animation-delay: 3.2s; }
.star-field .star:nth-child(6)  { top: 45%; left: 50%; animation-delay: 1.8s; }
.star-field .star:nth-child(7)  { top: 52%; left: 72%; animation-delay: 0.4s; }
.star-field .star:nth-child(8)  { top: 58%; left: 28%; animation-delay: 2.7s; }
.star-field .star:nth-child(9)  { top: 65%; left: 10%; animation-delay: 1.3s; }
.star-field .star:nth-child(10) { top: 68%; left: 90%; animation-delay: 3.6s; }
.star-field .star:nth-child(11) { top: 75%; left: 42%; animation-delay: 0.9s; }
.star-field .star:nth-child(12) { top: 82%; left: 65%; animation-delay: 2.1s; }
.star-field .star:nth-child(13) { top: 85%; left: 18%; animation-delay: 3.9s; }
.star-field .star:nth-child(14) { top: 88%; left: 78%; animation-delay: 1.6s; }
.star-field .star:nth-child(15) { top: 92%; left: 33%; animation-delay: 0.3s; }
.star-field .star:nth-child(16) { top: 12%; left: 90%; animation-delay: 2.9s; }
.star-field .star:nth-child(17) { top: 22%; left: 5%;  animation-delay: 1.5s; }
.star-field .star:nth-child(18) { top: 40%; left: 95%; animation-delay: 3.1s; }
.star-field .star:nth-child(19) { top: 55%; left: 5%;  animation-delay: 0.6s; }
.star-field .star:nth-child(20) { top: 70%; left: 85%; animation-delay: 2.0s; }


/* ── Value Section ── */
.value {
  position: relative;
  padding: clamp(60px, 8vw, 100px) 20px;
  overflow: hidden;
}

.value__container {
  width: min(1100px, 100%);
  margin: 0 auto;
  text-align: center;
}

.value__title {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: clamp(26px, 4vw, 40px);
  line-height: 1.2;
  color: var(--text-primary);
  margin-top: 22px;
}

.value__title-accent {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.value-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  margin-top: clamp(40px, 5vw, 60px);
  text-align: left;
}

.value-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(24, 201, 255, 0.18);
  border-radius: var(--radius-card);
  padding: 36px 32px 32px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform 320ms ease, border-color 320ms ease;
}

.value-card:hover { transform: translateY(-4px); border-color: rgba(24, 201, 255, 0.35); }

.value-card__label {
  display: inline-block;
  font-family: var(--font-body);
  font-size: var(--fs-xs);
  font-weight: 400;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--accent);
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  background: rgba(24, 201, 255, 0.10);
  border: 1px solid rgba(24, 201, 255, 0.25);
}

.value-card__title {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: clamp(20px, 2.2vw, 24px);
  color: var(--text-primary);
  margin-top: 20px;
}

.value-card__text {
  font-family: var(--font-body);
  font-size: var(--fs-base);
  line-height: 1.7;
  color: var(--text-muted);
  margin-top: 14px;
}


/* ── What's Included ── */
.included {
  position: relative;
  padding: clamp(60px, 8vw, 100px) 20px;
  overflow: hidden;
}

.included__container {
  width: min(900px, 100%);
  margin: 0 auto;
  text-align: center;
}

.included__title {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: clamp(26px, 4vw, 40px);
  line-height: 1.2;
  color: var(--text-primary);
  margin-top: 22px;
}

.included__title-accent {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.included__sub {
  font-family: var(--font-body);
  font-size: clamp(15px, 1.5vw, 17px);
  line-height: 1.7;
  color: var(--text-muted);
  max-width: 540px;
  margin: 18px auto 0;
}

.included-card {
  margin-top: clamp(40px, 5vw, 60px);
  background: rgba(255, 255, 255, 0.03);
  border: 2px solid rgba(24, 201, 255, 0.25);
  border-radius: var(--radius-card);
  padding: 48px clamp(28px, 4vw, 56px);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow:
    0 0 30px rgba(11, 60, 255, 0.18),
    0 0 80px rgba(11, 60, 255, 0.08);
  text-align: left;
}

.included-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px 36px;
}

.included-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font-body);
  font-size: var(--fs-base);
  line-height: 1.4;
  color: var(--text);
}

.included-list__check {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(24, 201, 255, 0.12);
  color: var(--accent);
  font-size: var(--fs-sm);
  font-weight: 400;
}


/* ── The Full Picture ── */
.full-picture {
  position: relative;
  padding: clamp(60px, 8vw, 100px) 20px;
  overflow: hidden;
}

.full-picture__container {
  width: min(1100px, 100%);
  margin: 0 auto;
  text-align: center;
}

.full-picture__pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 16px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(24, 201, 255, 0.40);
  background: rgba(0, 0, 0, 0.20);
  color: var(--text);
  font-family: var(--font-body);
  font-size: var(--fs-sm);
  font-weight: 600;
}

.full-picture__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
  box-shadow: 0 0 10px var(--accent-glow);
}

.full-picture__title {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: clamp(26px, 4vw, 40px);
  line-height: 1.2;
  color: var(--text-primary);
  margin-top: 22px;
}

.full-picture__title-accent {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.full-picture__sub {
  font-family: var(--font-body);
  font-size: clamp(15px, 1.5vw, 17px);
  line-height: 1.7;
  color: var(--text-muted);
  max-width: 620px;
  margin: 18px auto 0;
}

.hosting-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 24px;
  margin-top: clamp(48px, 6vw, 64px);
  text-align: left;
}

.hosting-card {
  position: relative;
  background: rgba(255, 255, 255, 0.03);
  border: 2px solid rgba(24, 201, 255, 0.20);
  border-radius: var(--radius-card);
  padding: 40px 32px 36px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform 320ms ease, border-color 320ms ease, box-shadow 320ms ease;
}

.hosting-card:first-child {
  border-color: rgba(24, 201, 255, 0.45);
  box-shadow:
    0 0 30px rgba(24, 201, 255, 0.18),
    0 0 60px rgba(11, 60, 255, 0.10);
}

.hosting-card:hover { transform: translateY(-4px); border-color: rgba(24, 201, 255, 0.55); }

.hosting-card__tag {
  position: absolute;
  top: -12px;
  left: 32px;
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 100%);
  color: var(--btn-white);
  font-family: var(--font-body);
  font-size: var(--fs-xs);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0 4px 14px rgba(24, 201, 255, 0.30);
}

.hosting-card__tag--alt {
  background: rgba(255, 255, 255, 0.08);
  color: var(--text-muted);
  border: 1px solid var(--line-strong);
  box-shadow: none;
}

.hosting-card__title { font-family: var(--font-heading); font-weight: 600; font-size: clamp(22px, 2.4vw, 26px); color: var(--text-primary); margin-top: 8px; }

.hosting-card__price { display: flex; align-items: baseline; gap: 4px; margin-top: 16px; }

.hosting-card__dollar { font-family: var(--font-heading); font-size: 20px; font-weight: 600; color: var(--accent); align-self: flex-start; margin-top: 6px; }

.hosting-card__amount { font-family: var(--font-heading); font-size: clamp(40px, 5vw, 48px); font-weight: 600; line-height: 1; color: var(--text-primary); letter-spacing: -0.02em; }

.hosting-card__period { font-family: var(--font-body); font-size: var(--fs-sm); color: var(--text-subtle); margin-left: 4px; font-weight: 500; }

.hosting-card__text { font-family: var(--font-body); font-size: var(--fs-sm); line-height: 1.65; color: var(--text-muted); margin-top: 18px; }

.hosting-card__list { list-style: none; padding: 0; margin: 22px 0 0; display: flex; flex-direction: column; gap: 12px; }

.hosting-card__list li { display: flex; align-items: center; gap: 12px; font-family: var(--font-body); font-size: var(--fs-sm); line-height: 1.4; color: var(--text-secondary); }

.hosting-card__check { flex-shrink: 0; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: rgba(24, 201, 255, 0.12); color: var(--accent); font-size: var(--fs-xs); font-weight: 700; }


/* ── What You'll Need ── */
.needs { margin-top: clamp(56px, 7vw, 80px); }

.needs__title { font-family: var(--font-heading); font-weight: 600; font-size: clamp(22px, 2.8vw, 30px); color: var(--text-primary); }

.needs__sub { font-family: var(--font-body); font-size: var(--fs-base); line-height: 1.6; color: var(--text-dim); margin-top: 10px; }

.needs-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: clamp(32px, 4vw, 44px); text-align: left; }

@media (max-width: 640px) { .needs-grid { grid-template-columns: 1fr; } }

.need-item {
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(24, 201, 255, 0.16);
  border-radius: var(--radius-card);
  padding: 26px 24px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: transform 320ms ease, border-color 320ms ease;
}

.need-item:hover { transform: translateY(-3px); border-color: rgba(24, 201, 255, 0.34); }

.need-item__icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: var(--radius-sm);
  background: linear-gradient(135deg, rgba(24, 201, 255, 0.16), rgba(11, 60, 255, 0.08));
  border: 1px solid rgba(24, 201, 255, 0.32);
  color: var(--accent);
}

.need-item__icon svg { width: 22px; height: 22px; }
.need-item__content { flex: 1; min-width: 0; }
.need-item__title { font-family: var(--font-heading); font-weight: 600; font-size: 16px; color: var(--text-primary); }
.need-item__price { font-family: var(--font-body); font-size: var(--fs-xs); font-weight: 600; color: var(--accent); margin-top: 4px; letter-spacing: 0.02em; }
.need-item__text { font-family: var(--font-body); font-size: var(--fs-sm); line-height: 1.6; color: var(--text-dim); margin-top: 10px; }


/* ── Cost Stack Timeline ── */
.cost-stack-section { padding: clamp(60px, 8vw, 100px) 20px; }

.cost-stack__inner { width: min(760px, 100%); margin: 0 auto; }

.cost-stack__intro { text-align: center; margin-bottom: clamp(48px, 6vw, 72px); }

.cost-stack__intro-label { font-family: var(--font-body); font-size: var(--fs-xs); font-weight: 600; letter-spacing: 0.10em; text-transform: uppercase; color: var(--accent); margin: 0 0 10px; }

.cost-stack__intro-title { font-family: var(--font-heading); font-weight: 600; font-size: clamp(22px, 2.8vw, 30px); color: var(--text-primary); margin: 0; }

.cost-stack { position: relative; display: flex; flex-direction: column; gap: 28px; }

.cost-stack::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 14px;
  bottom: 14px;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(24,201,255,0.45) 8%, rgba(24,201,255,0.45) 92%, transparent);
}

.cost-stack__item { display: flex; align-items: flex-start; gap: 24px; }

.cost-stack__node { flex-shrink: 0; width: 30px; display: flex; justify-content: center; padding-top: clamp(28px, 3.5vw, 40px); }

.cost-stack__dot { width: 12px; height: 12px; border-radius: 50%; background: var(--accent); border: 2px solid rgba(24,201,255,0.35); box-shadow: 0 0 10px rgba(24,201,255,0.55), 0 0 22px rgba(24,201,255,0.25); flex-shrink: 0; position: relative; z-index: 1; }

.cost-stack__card { flex: 1; border-radius: var(--radius-card); padding: clamp(28px, 3.5vw, 44px) clamp(24px, 3.5vw, 44px); border: 1px solid var(--line); }

.cost-stack__card--01 { background: radial-gradient(500px 300px at 100% 0%, rgba(24,201,255,0.10), transparent 65%), var(--surface-card); border-color: var(--accent-border); }
.cost-stack__card--02 { background: radial-gradient(500px 300px at 0% 100%, rgba(11,60,255,0.18), transparent 65%), var(--surface-card); border-color: rgba(11,60,255,0.28); }
.cost-stack__card--03 { background: radial-gradient(500px 300px at 100% 100%, rgba(100,60,255,0.15), transparent 65%), var(--surface-card); border-color: rgba(100,60,255,0.22); }
.cost-stack__card--04 { background: radial-gradient(500px 300px at 50% 0%, rgba(24,201,255,0.09), transparent 65%), var(--surface-card); border-color: rgba(24,201,255,0.18); }

.cost-stack__head { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.cost-stack__step { font-family: var(--font-heading); font-weight: 600; font-size: var(--fs-xs); color: var(--accent); opacity: 0.60; letter-spacing: 0.08em; }
.cost-stack__chip { display: inline-block; font-family: var(--font-body); font-size: var(--fs-xs); font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-subtle); padding: 4px 12px; border-radius: var(--radius-pill); background: var(--surface-glass); border: 1px solid var(--line); }
.cost-stack__card-title { font-family: var(--font-heading); font-weight: 600; font-size: clamp(20px, 2.4vw, 26px); color: var(--text-primary); margin: 0 0 14px; }
.cost-stack__price-row { display: flex; align-items: baseline; gap: 4px; margin-bottom: 18px; }
.cost-stack__currency { font-family: var(--font-heading); font-size: 16px; font-weight: 600; color: var(--accent); align-self: flex-start; margin-top: 5px; }
.cost-stack__amount { font-family: var(--font-heading); font-size: clamp(38px, 5vw, 56px); font-weight: 600; line-height: 1; color: var(--text-primary); letter-spacing: -0.03em; }
.cost-stack__period { font-family: var(--font-body); font-size: var(--fs-sm); font-weight: 400; color: var(--text-subtle); margin-left: 5px; }
.cost-stack__free-label { font-family: var(--font-heading); font-size: clamp(32px, 4.5vw, 48px); font-weight: 600; line-height: 1; background: linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; letter-spacing: -0.02em; }
.cost-stack__card-text { font-family: var(--font-body); font-size: var(--fs-sm); line-height: 1.7; color: var(--text-dim); margin-bottom: 14px; }
.cost-stack__paid-to { display: inline-block; font-family: var(--font-body); font-size: var(--fs-xs); color: var(--text-ghost); }
.cost-stack__footnote { font-family: var(--font-body); font-size: var(--fs-xs); line-height: 1.65; color: var(--text-ghost); margin-top: 20px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,0.07); font-style: italic; }

@media (max-width: 600px) {
  .cost-stack { gap: 20px; }
  .cost-stack::before { left: 12px; }
  .cost-stack__item { gap: 16px; }
  .cost-stack__node { width: 24px; }
  .cost-stack__dot { width: 10px; height: 10px; }
}


/* ── Templates Section ── */
.templates { position: relative; padding: clamp(60px, 8vw, 100px) 20px; overflow: hidden; }

.templates__container { width: min(1280px, 100%); margin: 0 auto; text-align: center; }

.templates__title { font-family: var(--font-heading); font-weight: 400; font-size: clamp(28px, 4.5vw, 44px); line-height: 1.2; color: var(--text-primary); margin-top: 22px; }

.templates__title-accent { background: linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

.templates__sub { font-family: var(--font-body); font-size: clamp(15px, 1.5vw, 17px); line-height: 1.7; color: var(--text-muted); max-width: 580px; margin: 18px auto 0; }

.template-grid { display: none; }


/* ── Template Carousel ── */
.carousel-wrap {
  position: relative;
  margin-top: clamp(48px, 6vw, 72px);
  margin-left:  calc(-1 * clamp(20px, 4vw, 60px));
  margin-right: calc(-1 * clamp(20px, 4vw, 60px));
}

.carousel-wrap::before,
.carousel-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(24,201,255,0) 0%, rgba(24,201,255,0.85) 20%, rgba(11,60,255,0.85) 80%, rgba(24,201,255,0) 100%);
  box-shadow: 0 0 18px rgba(24,201,255,0.55), 0 0 40px rgba(11,60,255,0.35), 0 0 80px rgba(24,201,255,0.18);
}

.carousel-wrap::before { left: 0; }
.carousel-wrap::after  { right: 0; }

.template-carousel {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: 12px clamp(20px, 4vw, 60px) 32px;
  cursor: grab;
}

.template-carousel:active { cursor: grabbing; }
.template-carousel::-webkit-scrollbar { display: none; }
.template-carousel { scrollbar-width: none; }

.template-card {
  flex: 0 0 300px;
  scroll-snap-align: center;
  position: relative;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(24, 201, 255, 0.18);
  border-radius: var(--radius-card);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform 320ms ease, border-color 320ms ease;
}

.template-card:hover { transform: translateY(-6px); border-color: rgba(24, 201, 255, 0.40); }

@media (min-width: 640px)  { .template-card { flex: 0 0 340px; } }
@media (min-width: 1024px) { .template-card { flex: 0 0 360px; } }
@media (prefers-reduced-motion: reduce) { .template-carousel { scroll-behavior: auto; } .template-card { transition: none; } }

.carousel-arrows { display: flex; justify-content: flex-end; gap: 10px; padding: 0 clamp(20px, 4vw, 60px); margin-top: 18px; }

.carousel-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(24, 201, 255, 0.35);
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: var(--accent);
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: background 200ms ease, border-color 200ms ease, opacity 200ms ease, transform 200ms ease;
  z-index: 3;
}

.carousel-btn svg { width: 18px; height: 18px; }
.carousel-btn:hover { background: rgba(24, 201, 255, 0.12); border-color: rgba(24, 201, 255, 0.60); transform: scale(1.06); }
.carousel-btn.is-hidden { opacity: 0; pointer-events: none; }

.template-card__media {
  position: relative;
  aspect-ratio: 4 / 3;
  background:
    radial-gradient(circle at 30% 20%, rgba(24,201,255,0.10), transparent 50%),
    radial-gradient(circle at 80% 90%, rgba(11,60,255,0.12), transparent 55%),
    linear-gradient(135deg, rgba(24,201,255,0.04), rgba(11,60,255,0.04));
  border-bottom: 1px solid rgba(24, 201, 255, 0.15);
  overflow: hidden;
}

.template-card__media::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(24,201,255,0.10) 1px, transparent 1.2px);
  background-size: 22px 22px;
  opacity: 0.5;
}

.template-card__placeholder-label { position: absolute; inset: 0; display: grid; place-items: center; font-family: var(--font-heading); font-size: var(--fs-xs); font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--text-ghost); text-align: center; pointer-events: none; }

.template-card__media:has(picture) .template-card__placeholder-label,
.template-card__media:has(img) .template-card__placeholder-label { display: none; }

.template-card__media picture,
.template-card__media img { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; }

.template-card__body { padding: 26px 26px 28px; display: flex; flex-direction: column; flex: 1; }

.template-card__name { font-family: var(--font-heading); font-weight: 400; font-size: clamp(20px, 2.2vw, 24px); color: var(--text-primary); letter-spacing: -0.01em; }
.template-card__vibe { font-family: var(--font-body); font-style: italic; font-size: var(--fs-sm); line-height: 1.5; color: var(--accent); margin-top: 6px; }
.template-card__best { font-family: var(--font-body); font-size: var(--fs-sm); line-height: 1.6; color: var(--text-dim); margin-top: 14px; }
.template-card__best strong { color: var(--text-secondary); font-weight: 600; }

.template-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
  padding: 12px 22px;
  border-radius: var(--radius-pill);
  border: 2px solid rgba(24, 201, 255, 0.35);
  background: transparent;
  color: var(--text);
  font-family: var(--font-body);
  font-size: var(--fs-sm);
  text-decoration: none;
  transition: background 200ms ease, transform 200ms ease, border-color 200ms ease;
  align-self: flex-start;
}

.template-card__btn:hover { background: rgba(24, 201, 255, 0.08); border-color: rgba(24, 201, 255, 0.55); transform: translateY(-1px); }


/* ── Starter FAQ ── */
.starter-faq { position: relative; padding: clamp(60px, 8vw, 100px) 20px; overflow: hidden; }

.starter-faq__container { width: min(800px, 100%); margin: 0 auto; text-align: center; }

.starter-faq__title { font-family: var(--font-heading); font-weight: 400; font-size: clamp(26px, 4vw, 40px); line-height: 1.2; color: var(--text-primary); margin-top: 22px; }

.starter-faq__title-accent { background: linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

.starter-faq__sub { font-family: var(--font-body); font-size: clamp(15px, 1.5vw, 17px); line-height: 1.7; color: var(--text-muted); max-width: 540px; margin: 18px auto 0; }

/* Accordion */
.accordion { display: flex; flex-direction: column; text-align: left; margin-top: clamp(40px, 5vw, 56px); }

.accordion__item { position: relative; }

.accordion__item::after { content: ""; display: block; height: 2px; background: linear-gradient(90deg, rgba(24,201,255,0.55), rgba(11,60,255,0.35), transparent); border-radius: 2px; }

.accordion__item:last-child::after { display: none; }

.accordion__btn { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 4px; background: transparent; border: 0; cursor: pointer; text-align: left; color: var(--text); font-family: var(--font-heading); font-size: clamp(14px, 1.4vw, 16px); font-weight: 600; transition: color 200ms ease; }

.accordion__btn:hover { color: var(--accent); }

.accordion__icon { flex-shrink: 0; width: 28px; height: 28px; position: relative; border-radius: 50%; border: 1px solid rgba(24,201,255,0.3); transition: transform 300ms ease, border-color 300ms ease; }

.accordion__icon::before,
.accordion__icon::after { content: ""; position: absolute; top: 50%; left: 50%; background: var(--accent); border-radius: 2px; }

.accordion__icon::before { width: 12px; height: 2px; transform: translate(-50%, -50%); }

.accordion__icon::after { width: 2px; height: 12px; transform: translate(-50%, -50%); transition: transform 300ms ease, opacity 300ms ease; }

.accordion__item.is-open .accordion__icon { border-color: rgba(24,201,255,0.6); }

.accordion__item.is-open .accordion__icon::after { transform: translate(-50%, -50%) rotate(90deg); opacity: 0; }

.accordion__body { max-height: 0; overflow: hidden; transition: max-height 400ms ease; }

.accordion__body p { font-family: var(--font-body); font-size: clamp(14px, 1.3vw, 15px); line-height: 1.75; color: var(--text-dim); padding: 0 4px 22px; }

@media (prefers-reduced-motion: reduce) {
  .value-card, .template-card, .template-card__btn, .accordion__icon, .accordion__icon::after { transition: none; }
}


/* ── CTA Card ── */
.cta { padding: clamp(60px, 7vw, 110px) 18px; background: transparent; }

.cta__container { width: min(1200px, 100%); margin: 0 auto; }

.cta__card {
  position: relative;
  padding: 2rem;
  width: 100%;
  border-radius: clamp(26px, 3vw, 46px);
  text-align: center;
  background:
    radial-gradient(900px 700px at 50% 105%, rgba(120,235,255,0.70) 0%, rgba(120,235,255,0.25) 35%, rgba(120,235,255,0.00) 70%),
    linear-gradient(90deg, rgba(24,201,255,0.22) 0%, rgba(24,201,255,0.10) 45%, rgba(24,201,255,0.22) 100%),
    linear-gradient(180deg, #0051ff 10%, #0042dd 30%, #0A2E93 68%, #119ea8 140%);
  border: 1px solid rgba(24,201,255,0.55);
  box-shadow: 0 0 0 1px var(--accent-glow) inset, 0 28px 70px rgba(0,0,0,0.55), 0 0 55px var(--accent-glow);
}

.cta__card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image: url("../images/vectors/code-symbol.svg"), url("../images/vectors/code-symbol.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: right -30px top -30px, left -40px bottom -40px;
  background-size: clamp(120px, 16vw, 190px), clamp(170px, 22vw, 100px);
  opacity: 0.62;
  mix-blend-mode: screen;
}

.cta__card::after { content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 0; background: radial-gradient(1200px 500px at 50% 120%, rgba(0,0,0,0.35), transparent 60%), radial-gradient(1200px 500px at 50% -20%, rgba(0,0,0,0.25), transparent 60%); opacity: 0.55; }

.cta__card > * { position: relative; z-index: 1; }

.cta__title { margin: 0 0 18px; letter-spacing: -0.02em; line-height: 1.08; font-size: clamp(30px, 4.8vw, 64px); color: var(--text-primary); }

.cta__subtext { margin: 0 auto 28px; max-width: 820px; line-height: 1.7; font-size: clamp(14px, 1.25vw, 18px); color: var(--text-secondary); }

.cta__btn { display: inline-flex; align-items: center; gap: 10px; padding: 12px 18px; border-radius: var(--radius-pill); background: rgba(255,255,255,0.95); color: rgba(0,86,210,0.95); font-size: var(--fs-sm); text-decoration: none; border: 1px solid rgba(255,255,255,0.60); box-shadow: 0 14px 30px rgba(0,0,0,0.35); transition: transform 180ms ease, filter 180ms ease; }

.cta__btn:hover  { transform: translateY(-1px); filter: brightness(1.02); }
.cta__btn:active { transform: translateY(0);    filter: brightness(0.98); }

.cta__btn-icon { width: 24px; height: 24px; border-radius: var(--radius-pill); display: grid; place-items: center; background: linear-gradient(180deg, rgba(24,201,255,0.95), rgba(11,60,255,0.95)); color: var(--btn-white); box-shadow: 0 10px 18px rgba(0,0,0,0.22), 0 0 0 1px var(--line-strong) inset; font-size: var(--fs-xs); }

@media (max-width: 600px) {
  .cta__subtext br { display: none; }
  .cta__card::before { background-position: right -40px top -40px, left -55px bottom -55px; background-size: clamp(110px, 26vw, 170px), clamp(140px, 34vw, 210px); opacity: 0.65; }
}


.footer__cols {
  grid-template-columns: 1fr 1fr;
  justify-content: end;
}

@media (min-width: 800px) { .footer__cols { grid-template-columns: repeat(3, 1fr); } }

.footer__giant { font-size: clamp(24px, 10vw, 72px); }

.code-symbol { top: 50%; position: relative; z-index: 10; }

/* Approach neon bubbles */
.approach { position: relative; overflow: hidden; }

.approach .why__bubbles { position: absolute; inset: 0; z-index: 1; pointer-events: none; contain: layout style paint; }

.approach__container { position: relative; z-index: 2; }

.approach .why__bubbles .bubble {
  position: absolute;
  display: block;
  border-radius: var(--radius-pill);
  background: transparent;
  border: 2px solid rgba(24,201,255,0.75);
  box-shadow: 0 0 18px rgba(24,201,255,0.45), 0 0 45px rgba(11,60,255,0.35), 0 0 90px rgba(11,60,255,0.22);
  outline: 1px solid rgba(11,60,255,0.35);
  outline-offset: -10px;
  filter: saturate(1.15);
  animation: bubbleFloat 10s ease-in-out infinite;
  will-change: transform;
}

.approach .why__bubbles .bubble--l1 { width: 240px; height: 240px; left: -120px; top: 18%; animation-duration: 12s; }
.approach .why__bubbles .bubble--l2 { width: 150px; height: 150px; left: -70px;  top: 52%; animation-duration: 9s;  animation-delay: -2s; }
.approach .why__bubbles .bubble--l3 { width: 150px; height: 150px; left: -70px;  top: 75%; animation-duration: 9s;  animation-delay: -2s; }
.approach .why__bubbles .bubble--r1 { width: 260px; height: 260px; right: -130px; top: 28%; animation-duration: 13s; animation-delay: -3s; }
.approach .why__bubbles .bubble--r2 { width: 170px; height: 170px; right: -85px;  top: 70%; animation-duration: 10s; animation-delay: -1s; }

@keyframes bubbleFloat {
  0%   { transform: translate3d(0, 0, 0) scale(1); }
  50%  { transform: translate3d(18px, -26px, 0) scale(1.03); }
  100% { transform: translate3d(0, 0, 0) scale(1); }
}

@media (max-width: 600px) {
  .approach .why__bubbles .bubble--l1 { width: 190px; height: 190px; left: -105px; }
  .approach .why__bubbles .bubble--r1 { width: 200px; height: 200px; right: -110px; }
  .approach .why__bubbles .bubble--l2 { width: 185px; height: 185px; left: -75px; }
  .approach .why__bubbles .bubble--l3 { width: 180px; height: 180px; left: -70px; top: 85%; }
  .approach .why__bubbles .bubble--r2 { width: 140px; height: 140px; right: -85px; }
}

@media (min-width: 1500px) {
  .approach .why__bubbles .bubble--l1 { left: 380px; top: 18%; }
  .approach .why__bubbles .bubble--l2 { left: 150px; top: 72%; }
  .bubble--l3 { visibility: hidden; }
  .approach .why__bubbles .bubble--r1 { right: 200px; top: 28%; }
  .approach .why__bubbles .bubble--r2 { right: 185px; top: 70%; }
}

@media (prefers-reduced-motion: reduce) { .approach .why__bubbles .bubble { animation: none; } }


/* ── Back to Top button ── */
.back-to-top {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 2px solid rgba(24, 201, 255, 0.45);
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: var(--accent);
  cursor: pointer;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px);
  transition: opacity 320ms ease, visibility 320ms ease, transform 320ms ease, background 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
  box-shadow: 0 0 24px rgba(24,201,255,0.25), 0 0 50px rgba(11,60,255,0.15), 0 6px 22px rgba(0,0,0,0.40);
}

.back-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top svg { width: 22px; height: 22px; transition: transform 220ms ease; }
.back-to-top:hover { background: rgba(24,201,255,0.12); border-color: rgba(24,201,255,0.75); box-shadow: 0 0 32px rgba(24,201,255,0.40), 0 0 70px rgba(11,60,255,0.25), 0 6px 22px rgba(0,0,0,0.40); }
.back-to-top:hover svg { transform: translateY(-2px); }
.back-to-top:active { transform: translateY(1px); }

@media (max-width: 600px) { .back-to-top { bottom: 20px; right: 20px; width: 46px; height: 46px; } .back-to-top svg { width: 20px; height: 20px; } }

@media (prefers-reduced-motion: reduce) { .back-to-top, .back-to-top svg { transition: opacity 200ms ease, visibility 200ms ease; } .back-to-top:hover svg { transform: none; } }