/* ============================================================
   site-b-store-home.css — Nova Home Cianci Store
   ============================================================ */

/* ── Hero ────────────────────────────────────────────── */
.sh-hero {
  position: relative;
  min-height: 100vh;
  height: 100vh;
  max-height: 1080px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: clamp(72px, 10vw, 132px) 0 clamp(64px, 8vw, 108px);
  text-align: center;
  background:
    radial-gradient(circle at 50% 20%, rgba(37, 99, 235, .32), transparent 38%),
    linear-gradient(135deg, #06111f 0%, #0f172a 52%, #020617 100%);
}

.sh-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(2, 6, 23, .42) 0%, rgba(2, 6, 23, .72) 58%, rgba(2, 6, 23, .88) 100%),
    radial-gradient(circle at 50% 44%, rgba(37, 99, 235, .22), transparent 46%);
  pointer-events: none;
}

.sh-hero-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(5px);
  transform: scale(1.04);
  opacity: .9;
  pointer-events: none;
}

.sh-hero .store-wrap {
  position: relative;
  z-index: 2;
}

.sh-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--s-blue);
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 24px;
  padding: 6px 14px;
  background: var(--s-blue-lt);
  border-radius: 100px;
}

.sh-eyebrow-dot {
  width: 6px;
  height: 6px;
  background: var(--s-green);
  border-radius: 50%;
  animation: pulse-dot 2s ease-in-out infinite;
}

@keyframes pulse-dot {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: .6;
    transform: scale(.8);
  }
}

.sh-headline {
  font-size: clamp(36px, 5.5vw, 68px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -.03em;
  color: #f8fafc;
  text-shadow: 0 18px 48px rgba(0, 0, 0, .35);
  max-width: 820px;
  margin: 0 auto 24px;
}

.sh-headline em {
  font-style: normal;
  color: #93c5fd;
}

.sh-sub {
  font-size: clamp(16px, 2vw, 20px);
  color: rgba(226, 232, 240, .86);
  max-width: 560px;
  margin: 0 auto 40px;
  line-height: 1.6;
  text-shadow: 0 12px 32px rgba(0, 0, 0, .35);
}

.sh-hero-ctas {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 56px;
}

/* ── Buttons ─────────────────────────────────────────── */
.sh-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  transition: background .15s, transform .1s, box-shadow .15s;
  cursor: pointer;
  border: none;
  white-space: nowrap;
}

.sh-btn-pri {
  background: var(--s-blue);
  color: #fff;
  box-shadow: 0 4px 16px rgba(37, 99, 235, .3);
}

.sh-btn-pri:hover {
  background: var(--s-blue2);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(37, 99, 235, .35);
}

.sh-btn-ghost {
  background: rgba(15, 23, 42, .34);
  color: rgba(248, 250, 252, .9);
  border: 1.5px solid rgba(226, 232, 240, .38);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.sh-btn-ghost:hover {
  border-color: rgba(248, 250, 252, .68);
  color: #fff;
  transform: translateY(-1px);
}

.sh-btn-wa {
  background: #25D366;
  color: #fff;
}

.sh-btn-wa:hover {
  background: #128C7E;
  transform: translateY(-2px);
}

/* ── Trust bar ───────────────────────────────────────── */
.sh-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
  padding: 20px 0;
  border-top: 1px solid var(--s-border);
  border-bottom: 1px solid var(--s-border);
}

.sh-trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 8px 28px;
  border-right: 1px solid var(--s-border);
}

.sh-trust-item:last-child {
  border-right: none;
}

.sh-trust-n {
  font-size: 22px;
  font-weight: 800;
  color: var(--s-text);
  letter-spacing: -.02em;
}

.sh-trust-l {
  font-size: 12px;
  color: var(--s-muted);
  white-space: nowrap;
}

/* ── Section common ──────────────────────────────────── */
.sh-section {
  padding: clamp(64px, 8vw, 96px) 0;
}

.sh-section-alt {
  background: var(--s-bg2);
}

.sh-label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--s-blue);
  margin-bottom: 12px;
}

.sh-title {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 800;
  letter-spacing: -.025em;
  line-height: 1.15;
  color: var(--s-text);
  margin-bottom: 16px;
}

.sh-desc {
  font-size: 17px;
  color: var(--s-muted);
  max-width: 520px;
  line-height: 1.65;
}

/* ── Plans grid ──────────────────────────────────────── */
.sh-plans-header {
  text-align: center;
  margin-bottom: 48px;
}

.sh-plans-header .sh-desc {
  margin: 0 auto;
}

.sh-plans-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.sh-plan-card {
  background: var(--s-card);
  border: 1.5px solid var(--s-border);
  border-radius: var(--s-radius);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: box-shadow .2s, transform .2s, border-color .2s;
}

.sh-plan-card:hover {
  box-shadow: var(--s-shadow-lg);
  transform: translateY(-4px);
}

.sh-plan-card.featured {
  border-color: var(--s-blue);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, .08), var(--s-shadow-md);
}

.sh-plan-badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--s-blue);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 100px;
  white-space: nowrap;
  letter-spacing: .04em;
}

.sh-plan-name {
  font-size: 18px;
  font-weight: 700;
  color: var(--s-text);
  margin-bottom: 6px;
}

.sh-plan-desc {
  font-size: 13px;
  color: var(--s-muted);
  margin-bottom: 24px;
  line-height: 1.5;
  min-height: 38px;
}

.sh-plan-hours {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: var(--s-blue);
  background: var(--s-blue-lt);
  padding: 4px 10px;
  border-radius: 6px;
  margin-bottom: 20px;
}

.sh-plan-price {
  margin-bottom: 28px;
}

.sh-plan-cur {
  font-size: 16px;
  font-weight: 700;
  color: var(--s-muted);
  vertical-align: top;
  line-height: 1.8;
}

.sh-plan-amt {
  font-size: 52px;
  font-weight: 800;
  color: var(--s-text);
  letter-spacing: -.03em;
  line-height: 1;
}

.sh-plan-per {
  font-size: 14px;
  color: var(--s-muted);
  margin-left: 4px;
}

.sh-plan-consult {
  font-size: 28px;
  font-weight: 800;
  color: var(--s-text);
  letter-spacing: -.02em;
}

.sh-plan-rate {
  font-size: 12px;
  color: var(--s-muted);
  margin-top: 4px;
}

.sh-plan-items {
  list-style: none;
  margin-bottom: 32px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sh-plan-items li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: var(--s-muted);
  line-height: 1.4;
}

.sh-plan-check {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  background: #dcfce7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}

.sh-plan-check svg {
  width: 10px;
  height: 10px;
  stroke: var(--s-green);
}

.sh-plan-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 20px;
  background: var(--s-blue);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 9px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  width: 100%;
  transition: background .15s, transform .1s;
}

.sh-plan-cta:hover {
  background: var(--s-blue2);
  transform: translateY(-1px);
}

.sh-plan-cta.ghost {
  background: transparent;
  border: 1.5px solid var(--s-border);
  color: var(--s-muted);
}

.sh-plan-cta.ghost:hover {
  border-color: #d1d5db;
  color: var(--s-text);
}

/* ── How it works ────────────────────────────────────── */
.sh-how-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 56px;
}

.sh-how-step {
  text-align: center;
  padding: 36px 20px;
  background: var(--s-card);
  border: 1px solid var(--s-border);
  border-radius: var(--s-radius);
  transition: box-shadow .2s;
}

.sh-how-step.featured {
  border-color: var(--s-blue);
  background: var(--s-blue-lt);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, .08), var(--s-shadow-md);
  position: relative;
}

.sh-how-step.featured::before {
  content: 'Destaque';
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--s-blue);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 12px;
  border-radius: 100px;
  letter-spacing: .04em;
  white-space: nowrap;
}

.sh-how-step.featured .sh-how-num {
  background: var(--s-blue);
  color: #fff;
}

.sh-how-step.featured .sh-how-title {
  color: var(--s-blue2);
}

.sh-how-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: var(--s-blue-lt);
  color: var(--s-blue);
  font-size: 20px;
  font-weight: 800;
  border-radius: 50%;
  margin-bottom: 18px;
}

.sh-how-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--s-text);
  margin-bottom: 10px;
}

.sh-how-desc {
  font-size: 13px;
  color: var(--s-muted);
  line-height: 1.6;
}

/* ── Add-ons showcase ────────────────────────────────── */
.sh-addons-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 48px;
}

.sh-addon-card {
  background: var(--s-card);
  border: 1px solid var(--s-border);
  border-radius: 10px;
  padding: 24px 20px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  transition: box-shadow .15s;
}

.sh-addon-card:hover {
  box-shadow: var(--s-shadow-md);
}

.sh-addon-ico {
  font-size: 28px;
  flex-shrink: 0;
  line-height: 1;
}

.sh-addon-name {
  font-size: 15px;
  font-weight: 700;
  color: var(--s-text);
  margin-bottom: 4px;
}

.sh-addon-desc {
  font-size: 13px;
  color: var(--s-muted);
  line-height: 1.5;
}

.sh-addon-price {
  font-size: 13px;
  font-weight: 600;
  color: var(--s-blue);
  margin-top: 8px;
}

.sh-addons-cta {
  text-align: center;
  margin-top: 40px;
}

/* ── Final CTA ───────────────────────────────────────── */
.sh-cta-final {
  background: var(--s-navy);
  color: #fff;
  padding: clamp(64px, 8vw, 96px) 0;
  text-align: center;
}

.sh-cta-final .sh-title {
  color: #fff;
}

.sh-cta-final .sh-desc {
  color: rgba(255, 255, 255, .7);
  margin: 0 auto 40px;
  max-width: 500px;
}

.sh-cta-final-acts {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.sh-btn-white {
  background: #fff;
  color: var(--s-navy);
  font-weight: 700;
}

.sh-btn-white:hover {
  background: #f1f5ff;
  transform: translateY(-2px);
}

.sh-btn-outline-white {
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, .35);
  color: #fff;
  font-weight: 600;
}

.sh-btn-outline-white:hover {
  border-color: rgba(255, 255, 255, .7);
  transform: translateY(-1px);
}



/* Contact form in wizard */
.swz-form-group {
  margin-bottom: 16px;
}

.swz-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--s-text);
  margin-bottom: 6px;
}

.swz-input,
.swz-textarea {
  width: 100%;
  padding: 11px 14px;
  font-size: 15px;
  font-family: var(--s-font);
  color: var(--s-text);
  background: #fff;
  border: 1.5px solid var(--s-border);
  border-radius: 8px;
  outline: none;
  transition: border-color .15s;
  -webkit-appearance: none;
}

.swz-input:focus,
.swz-textarea:focus {
  border-color: var(--s-blue);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, .1);
}

.swz-textarea {
  resize: vertical;
  min-height: 120px;
}

/* Mic button */
.swz-mic-wrap {
  position: relative;
}

.swz-mic-btn {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 32px;
  height: 32px;
  border: none;
  background: var(--s-blue-lt);
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--s-blue);
  transition: background .15s;
}

.swz-mic-btn:hover {
  background: #dbeafe;
}

.swz-mic-btn.recording {
  background: #fee2e2;
  color: #dc2626;
  animation: mic-pulse 1s ease-in-out infinite;
}

@keyframes mic-pulse {

  0%,
  100% {
    opacity: 1
  }

  50% {
    opacity: .5
  }
}


/* ── Shared form styles (reused by inline checkout) ──────── */
.swz-input,
.swz-textarea {
  box-sizing: border-box;
}

.swz-textarea {
  min-height: 140px;
}

/* ── Inline store layout ──────────────────────────────────── */
.sc-store-section {
  padding-top: clamp(48px, 6vw, 80px);
}

.sc-store-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 48px;
  align-items: start;
}

.sc-products-col {
  min-width: 0;
}

.sc-cart-col {
  position: sticky;
  top: 24px;
  height: fit-content;
}

/* ── Shelf (prateleira) ──────────────────────────────────── */
.sc-shelf {
  margin-bottom: 64px;
}

.sc-shelf-header {
  margin-bottom: 32px;
}

.sc-shelf-header .sh-desc {
  max-width: 520px;
}

.sc-plans-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.sc-addons-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

/* ── Plan card: selected state ───────────────────────────── */
.sc-plan-card {
  cursor: default;
}

.sc-plan-card .sh-plan-cta {
  margin-top: auto;
  cursor: pointer;
}

.sc-plan-card.selected {
  border-color: var(--s-green);
  box-shadow: 0 0 0 4px rgba(22, 163, 74, .1), var(--s-shadow-md);
}

.sc-plan-card.selected .sh-plan-cta,
.sc-plan-card .sc-plan-btn.selected {
  background: var(--s-green);
  box-shadow: 0 4px 14px rgba(22, 163, 74, .3);
}

.sc-plan-card.selected .sh-plan-cta:hover,
.sc-plan-card .sc-plan-btn.selected:hover {
  background: #15803d;
}

/* ── Addon card: interactive ─────────────────────────────── */
.sc-addon-body {
  flex: 1;
  min-width: 0;
}

.sc-addon-card {
  transition: border-color .15s, background .15s, box-shadow .15s;
  cursor: default;
}

.sc-addon-card.selected {
  border-color: var(--s-green);
  background: #f0fdf4;
  box-shadow: 0 0 0 3px rgba(22, 163, 74, .08);
}

.sc-addon-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  padding: 8px 18px;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  border: 1.5px solid var(--s-border);
  background: #fff;
  color: var(--s-text);
  transition: background .15s, border-color .15s, color .15s;
  white-space: nowrap;
}

.sc-addon-btn:hover {
  border-color: var(--s-blue);
  color: var(--s-blue);
  background: var(--s-blue-lt);
}

.sc-addon-btn.active {
  background: var(--s-green);
  color: #fff;
  border-color: var(--s-green);
}

.sc-addon-btn.active:hover {
  background: #15803d;
  border-color: #15803d;
}

/* ── Cart panel ──────────────────────────────────────────── */
.sc-cart {
  background: var(--s-card);
  border: 1.5px solid var(--s-border);
  border-radius: var(--s-radius);
  padding: 24px;
}

.sc-cart-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--s-border);
}

.sc-cart-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--s-text);
  flex: 1;
}

.sc-cart-count {
  font-size: 12px;
  font-weight: 700;
  color: var(--s-blue);
  background: var(--s-blue-lt);
  padding: 3px 9px;
  border-radius: 100px;
}

.sc-cart-empty {
  text-align: center;
  padding: 24px 0 8px;
}

.sc-cart-empty-ico {
  font-size: 36px;
  margin-bottom: 10px;
  opacity: .4;
}

.sc-cart-empty p {
  font-size: 13px;
  color: var(--s-muted);
  line-height: 1.5;
  margin: 0 0 4px;
}

.sc-cart-items {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}

.sc-cart-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 0;
  border-bottom: 1px solid var(--s-border);
}

.sc-cart-item:last-child {
  border-bottom: none;
}

.sc-cart-item-info {
  flex: 1;
  min-width: 0;
}

.sc-cart-item-name {
  font-size: 13px;
  font-weight: 600;
  color: var(--s-text);
  line-height: 1.4;
  margin-bottom: 2px;
}

.sc-cart-item-price {
  font-size: 12px;
  color: var(--s-muted);
}

.sc-cart-remove {
  flex-shrink: 0;
  background: none;
  border: none;
  color: var(--s-muted);
  cursor: pointer;
  font-size: 14px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: background .15s, color .15s;
  padding: 0;
}

.sc-cart-remove:hover {
  background: #fee2e2;
  color: #dc2626;
}

.sc-cart-total-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  padding-top: 14px;
  border-top: 2px solid var(--s-border);
  margin-bottom: 6px;
}

.sc-cart-total-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--s-muted);
}

.sc-cart-total-value {
  font-size: 20px;
  font-weight: 800;
  color: var(--s-text);
  letter-spacing: -.02em;
}

.sc-cart-consult-note {
  font-size: 11px;
  color: var(--s-muted);
  margin: 0 0 16px;
  line-height: 1.4;
}

.sc-checkout-trigger {
  width: 100%;
  justify-content: center;
  margin-top: 16px;
}

/* Inline cart (mobile only) */
.sc-cart-inline {
  display: none;
  margin-bottom: 32px;
}

.sc-cart-inline.has-items {
  display: block;
}

/* ── Checkout inline ──────────────────────────────────────── */
.sc-checkout-panel {
  background: var(--s-card);
  border: 1.5px solid var(--s-border);
  border-radius: var(--s-radius);
  padding: clamp(24px, 4vw, 40px) clamp(20px, 4vw, 36px);
  margin-top: 8px;
}

.sc-checkout-head {
  margin-bottom: 28px;
}

.sc-checkout-title {
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 800;
  color: var(--s-text);
  letter-spacing: -.02em;
  margin-bottom: 8px;
}

.sc-checkout-sub {
  font-size: 14px;
  color: var(--s-muted);
  line-height: 1.6;
  max-width: 480px;
}

.sc-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.sc-checkout-note {
  font-size: 12px;
  color: var(--s-muted);
  margin: 4px 0 20px;
  line-height: 1.5;
}

.sc-submit-btn {
  width: 100%;
  justify-content: center;
  font-size: 16px;
  padding: 15px 28px;
}

.sc-submit-btn:disabled {
  opacity: .72;
  cursor: wait;
  transform: none;
}

/* ── Confirmation ─────────────────────────────────────────── */
body.store-body.sc-submitted-mode .sc-cart-col,
body.store-body.sc-submitted-mode .sc-cart-inline,
body.store-body.sc-submitted-mode #sc-checkout,
body.store-body.sc-submitted-mode #sc-mobile-bar {
  display: none !important;
}

body.store-body.sc-confirm-lock {
  overflow: hidden;
}

.sc-confirm-screen {
  position: fixed;
  inset: 0;
  z-index: 2000;
  width: 100%;
  height: 100dvh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(48px, 8vw, 96px) 0;
  background: var(--s-bg2);
  overflow-y: auto;
  overscroll-behavior: contain;
  pointer-events: auto;
}

.sc-confirm-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: clamp(24px, 5vw, 56px);
  align-items: center;
}

.sc-confirm-main {
  max-width: 640px;
}

.sc-confirm-kicker {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  border-radius: 100px;
  background: #dcfce7;
  color: #15803d;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 18px;
}

.sc-confirm-ico {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--s-green);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  font-weight: 900;
  margin-bottom: 24px;
  box-shadow: 0 12px 28px rgba(22, 163, 74, .24);
}

.sc-confirm-title {
  font-size: clamp(36px, 6vw, 64px);
  font-weight: 850;
  line-height: 1.02;
  letter-spacing: -.04em;
  color: var(--s-text);
  margin-bottom: 18px;
}

.sc-confirm-sub {
  font-size: clamp(16px, 2vw, 20px);
  color: var(--s-muted);
  line-height: 1.65;
  max-width: 620px;
  margin: 0 0 32px;
}

.sc-confirm-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.sc-confirm-summary {
  background: var(--s-card);
  border: 1.5px solid var(--s-border);
  border-radius: var(--s-radius);
  padding: 24px;
  box-shadow: var(--s-shadow-md);
}

.sc-confirm-summary h3 {
  font-size: 17px;
  font-weight: 800;
  color: var(--s-text);
  margin-bottom: 18px;
}

.sc-confirm-summary-row,
.sc-confirm-addons li,
.sc-confirm-total {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px solid var(--s-border);
  font-size: 13px;
}

.sc-confirm-summary-row span,
.sc-confirm-addons span,
.sc-confirm-total span {
  color: var(--s-muted);
}

.sc-confirm-summary-row strong,
.sc-confirm-addons strong,
.sc-confirm-total strong {
  color: var(--s-text);
  text-align: right;
}

.sc-confirm-addons {
  list-style: none;
}

.sc-confirm-total {
  border-bottom: none;
  padding-top: 16px;
  align-items: baseline;
}

.sc-confirm-total strong {
  font-size: 22px;
  color: var(--s-blue);
  letter-spacing: -.02em;
}

/* ── Mobile sticky bar ────────────────────────────────────── */
.sc-mobile-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--s-navy);
  color: #fff;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  z-index: 200;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, .25);
  transition: transform .3s ease;
}

.sc-mobile-bar-hidden {
  transform: translateY(100%);
}

.sc-mobile-bar-info {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}

.sc-mobile-bar-count {
  font-size: 11px;
  font-weight: 600;
  color: rgba(255, 255, 255, .6);
  text-transform: uppercase;
  letter-spacing: .04em;
}

.sc-mobile-bar-total {
  font-size: 17px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -.02em;
  white-space: nowrap;
}

.sc-mobile-bar-btn {
  flex-shrink: 0;
  padding: 10px 20px;
  background: var(--s-blue);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border: none;
  border-radius: 9px;
  cursor: pointer;
  transition: background .15s;
  white-space: nowrap;
}

.sc-mobile-bar-btn:hover {
  background: var(--s-blue2);
}


/* ── Responsive ──────────────────────────────────────── */
@media (max-width: 1100px) {
  .sc-store-layout {
    grid-template-columns: 1fr 290px;
    gap: 32px;
  }
}

@media (max-width: 960px) {
  .sh-plans-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

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

  .sc-store-layout {
    grid-template-columns: 1fr;
  }

  .sc-cart-col {
    display: none;
  }

  .sc-cart-inline {
    display: none;
  }

  .sc-cart-inline.has-items {
    display: block;
  }

  .sc-confirm-shell {
    grid-template-columns: 1fr;
  }

  .sc-confirm-main {
    max-width: none;
  }
}

@media (max-width: 640px) {
  .sh-hero {
    min-height: 100vh;
    height: calc(100vh + 240px);
    padding-top: clamp(72px, 18vw, 104px);
    padding-bottom: clamp(56px, 14vw, 88px);
  }

  .sh-headline {
    max-width: 280px;
    font-size: clamp(28px, 8vw, 32px);
    line-height: 1.12;
    letter-spacing: 0;
  }

  .sh-sub {
    max-width: 280px;
    font-size: 15px;
  }

  .sh-hero-ctas {
    width: 100%;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  .sh-plans-grid {
    grid-template-columns: 1fr;
  }

  .sh-how-grid {
    grid-template-columns: 1fr;
  }

  .sh-addons-grid {
    grid-template-columns: 1fr;
  }

  .sh-trust {
    flex-wrap: wrap;
  }

  .sh-trust-item {
    flex: 1 1 40%;
    border-right: none;
    border-bottom: 1px solid var(--s-border);
    padding: 12px 16px;
  }

  .sh-trust-item:nth-last-child(-n+2) {
    border-bottom: none;
  }

  .sc-plans-grid {
    grid-template-columns: 1fr;
  }

  .sc-addons-grid {
    grid-template-columns: 1fr;
  }

  .sc-form-row {
    grid-template-columns: 1fr;
  }

  .sc-confirm-screen {
    min-height: 100dvh;
    align-items: flex-start;
    padding: 32px 0;
  }

  .sc-confirm-actions {
    flex-direction: column;
  }

  .sc-confirm-actions .sh-btn {
    width: 100%;
  }

  .sc-confirm-summary {
    padding: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sh-hero-video {
    display: none;
  }
}

/* ── Plan required validation ─────────────────────────── */
@keyframes sc-shake {

  0%,
  100% {
    transform: translateX(0);
  }

  20% {
    transform: translateX(-8px);
  }

  40% {
    transform: translateX(8px);
  }

  60% {
    transform: translateX(-4px);
  }

  80% {
    transform: translateX(4px);
  }
}

.sc-plan-required {
  animation: sc-shake 0.45s ease;
  outline: 2px solid #ef4444;
  outline-offset: 6px;
  border-radius: 12px;
}
