:root {
  --bg: #ffffff;
  --bg-soft: #f7f9f8;
  --bg-muted: #f3f4f6;
  --text: #111827;
  --muted: #4b5563;
  --border: #e5e7eb;
  --green-dark: #064e3b;
  --green-mid: #0f766e;
  --green: #10b981;
  --green-soft: #d1fae5;
  --danger: #b91c1c;
  --shadow: 0 18px 55px rgba(17, 24, 39, 0.1);
  --shadow-soft: 0 10px 30px rgba(17, 24, 39, 0.08);
  --radius: 24px;
  --radius-small: 14px;
  --max: 1120px;
  font-family: Inter, "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--bg);
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 0%, rgba(16, 185, 129, 0.09), transparent 30rem),
    linear-gradient(180deg, #ffffff 0%, #f9fbfa 45%, #ffffff 100%);
  overflow-x: hidden;
}

body.modal-open {
  overflow: hidden;
}

button,
a,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

:focus-visible {
  outline: 3px solid rgba(16, 185, 129, 0.45);
  outline-offset: 4px;
}

.funnel-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(229, 231, 235, 0.9);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
}

.header-shell {
  width: min(var(--max), calc(100% - 32px));
  min-height: 76px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--green-dark);
  font-weight: 900;
  text-decoration: none;
}

.brand img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.progress-panel {
  display: grid;
  gap: 8px;
}

.progress-panel span {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
  text-align: right;
}

.progress-track {
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: #e9f2ef;
}

.progress-track span {
  display: block;
  width: 8%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--green-mid), var(--green));
  transition: width 360ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.app-shell {
  width: min(var(--max), calc(100% - 28px));
  min-height: calc(100vh - 160px);
  margin: 0 auto;
  padding: 34px 0 58px;
}

.app-shell.is-entering .step-card,
.app-shell.is-entering .offer-step {
  animation: stepIn 320ms ease both;
}

.step-card,
.offer-step {
  position: relative;
  width: min(760px, 100%);
  margin: 0 auto;
  border: 1px solid rgba(229, 231, 235, 0.95);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-soft);
  padding: clamp(24px, 4vw, 46px);
}

.step-card-wide,
.offer-step {
  width: min(var(--max), 100%);
}

.back-button {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin-bottom: 20px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: #ffffff;
  color: var(--green-dark);
  font-size: 0.92rem;
  font-weight: 800;
  padding: 0 16px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--green-mid);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  letter-spacing: 0;
}

h1,
h2 {
  margin: 0;
  color: var(--text);
  line-height: 1.06;
}

h1 {
  max-width: 860px;
  font-size: clamp(2rem, 5vw, 4.15rem);
}

h2 {
  font-size: clamp(1.35rem, 3vw, 2.2rem);
}

h3 {
  margin: 0;
  font-size: 1rem;
}

p {
  color: var(--muted);
  font-size: clamp(1rem, 1.8vw, 1.12rem);
  line-height: 1.7;
}

.lead {
  color: #263238;
  font-size: clamp(1.06rem, 2.1vw, 1.2rem);
}

.lead.compact {
  max-width: 760px;
}

.welcome-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(26px, 5vw, 58px);
}

.hero-media {
  margin: 0;
  border: 1px solid rgba(15, 118, 110, 0.2);
  border-radius: 22px;
  background: var(--bg-soft);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-media img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.welcome-copy {
  display: grid;
  gap: 18px;
}

.primary-button,
.secondary-button,
.checkout-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 220px;
  min-height: 58px;
  border: 0;
  border-radius: 14px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--green-dark), var(--green-mid));
  box-shadow: 0 14px 30px rgba(6, 78, 59, 0.24);
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 24px;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.primary-button:hover,
.secondary-button:hover,
.checkout-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(6, 78, 59, 0.28);
}

.primary-button:active,
.secondary-button:active,
.checkout-button:active {
  transform: translateY(1px) scale(0.99);
}

.primary-button[disabled] {
  cursor: not-allowed;
  opacity: 0.45;
  transform: none;
}

.secondary-button {
  width: 100%;
  max-width: 860px;
  margin: 22px auto 10px;
  border: 1px solid rgba(6, 78, 59, 0.2);
  background: #ffffff;
  color: var(--green-dark);
  box-shadow: var(--shadow-soft);
  line-height: 1.35;
  padding: 15px 18px;
}

.call-button {
  border-color: rgba(185, 28, 28, 0.22);
  background: linear-gradient(135deg, #b91c1c, #ef4444);
  color: #ffffff;
  box-shadow: 0 16px 36px rgba(185, 28, 28, 0.24);
}

.call-button:hover {
  box-shadow: 0 20px 44px rgba(185, 28, 28, 0.3);
}

.checkout-button {
  width: 100%;
  min-height: 66px;
  font-size: clamp(1rem, 2.4vw, 1.25rem);
}

.centered {
  margin: 26px auto 0;
}

.microcopy,
.helper-note,
.compliance {
  display: block;
  color: #64748b;
  font-size: 0.94rem;
  line-height: 1.6;
}

.helper-note.center,
.compliance {
  text-align: center;
}

.options-grid {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

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

.option-button {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 62px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #ffffff;
  color: var(--text);
  font-weight: 800;
  line-height: 1.35;
  text-align: left;
  padding: 14px 16px;
  box-shadow: 0 8px 20px rgba(17, 24, 39, 0.04);
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.option-button:hover {
  border-color: rgba(15, 118, 110, 0.35);
  transform: translateY(-1px);
}

.option-button.is-selected {
  border-color: var(--green-mid);
  background: #ecfdf5;
  box-shadow: 0 12px 28px rgba(15, 118, 110, 0.12);
}

.option-marker {
  width: 22px;
  height: 22px;
  border: 2px solid #cbd5e1;
  border-radius: 50%;
  background: #ffffff;
}

.option-button.is-selected .option-marker {
  border-color: var(--green-mid);
  background:
    radial-gradient(circle, var(--green-mid) 0 45%, transparent 49%),
    #ffffff;
}

.continue-button {
  margin-top: 22px;
}

.processing {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 18px;
}

.loader {
  width: 68px;
  height: 68px;
  border: 6px solid #d7f7e9;
  border-top-color: var(--green-mid);
  border-radius: 50%;
  animation: spin 900ms linear infinite;
}

.processing-list {
  display: grid;
  width: min(480px, 100%);
  gap: 12px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.processing-list li {
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--bg-soft);
  color: #334155;
  font-weight: 800;
  padding: 12px 18px;
}

.profile-note,
.guarantee-box {
  border: 1px solid rgba(16, 185, 129, 0.28);
  border-radius: 18px;
  background: #ecfdf5;
  color: var(--green-dark);
  font-weight: 800;
  line-height: 1.55;
  padding: 16px 18px;
}

.loop-card {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  margin: 28px 0;
}

.loop-item {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 10px;
  min-height: 116px;
  border: 1px solid rgba(15, 118, 110, 0.18);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff, #f6fffb);
  text-align: center;
  padding: 16px 10px;
}

.loop-item span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background:
    linear-gradient(135deg, var(--green-mid), var(--green));
  box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.22);
}

.loop-item strong {
  color: var(--green-dark);
  font-size: 0.9rem;
  line-height: 1.25;
}

.proof-section {
  margin-top: 34px;
}

.proof-section h2 {
  max-width: 780px;
  margin: 0 auto 22px;
  color: var(--green-dark);
  font-size: clamp(1.25rem, 2.4vw, 1.85rem);
  text-align: center;
  text-transform: uppercase;
}

.carousel {
  position: relative;
  display: grid;
  align-items: center;
  gap: 18px;
}

.carousel-viewport {
  width: 100%;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.carousel-viewport::-webkit-scrollbar {
  display: none;
}

.carousel-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(250px, 31%);
  gap: 16px;
  padding: 6px 4px 14px;
}

.image-testimonials .carousel-track {
  grid-auto-columns: minmax(235px, 24%);
}

.video-card,
.image-proof-card {
  scroll-snap-align: center;
}

.video-card,
.video-card iframe,
.video-thumb,
.image-proof-card button {
  width: 100%;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border: 1px solid rgba(15, 118, 110, 0.22);
  border-radius: 20px;
  background: #0f172a;
  box-shadow: var(--shadow-soft);
}

.video-card iframe {
  display: block;
}

.video-thumb,
.image-proof-card button,
.vsl-placeholder {
  position: relative;
  border: 0;
  padding: 0;
}

.video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-proof-card button {
  background: #ffffff;
}

.image-proof-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #f8fafc;
}

.play-icon {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  transform: translate(-50%, -50%);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
}

.play-icon::before {
  position: absolute;
  inset: 50% auto auto 52%;
  content: "";
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid var(--green-dark);
  transform: translate(-50%, -50%);
}

.play-icon.large {
  width: 76px;
  height: 76px;
}

.carousel-arrow {
  position: absolute;
  top: 43%;
  z-index: 3;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(15, 118, 110, 0.18);
  border-radius: 50%;
  background: #ffffff;
  color: var(--green-dark);
  box-shadow: var(--shadow-soft);
  font-size: 2rem;
  line-height: 1;
}

.carousel-arrow.prev {
  left: -12px;
}

.carousel-arrow.next {
  right: -12px;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.carousel-dots button {
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 999px;
  background: #cbd5e1;
  padding: 0;
}

.carousel-dots button.is-active {
  width: 26px;
  background: var(--green);
}

.vsl-box,
.video-modal {
  width: min(920px, 100%);
  margin: 26px auto 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 2px solid var(--green-dark);
  border-radius: 22px;
  background: #0f172a;
  box-shadow: var(--shadow);
}

.vsl-box iframe,
.video-modal iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.vsl-placeholder {
  width: 100%;
  height: 100%;
}

.vsl-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.86;
}

.offer-step {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(300px, 1fr);
  gap: clamp(22px, 5vw, 48px);
  align-items: start;
  background:
    linear-gradient(135deg, rgba(6, 78, 59, 0.96), rgba(15, 118, 110, 0.9)),
    #064e3b;
  color: #ffffff;
}

.offer-step .eyebrow,
.offer-step h1,
.offer-step p {
  color: #ffffff;
}

.offer-copy {
  position: sticky;
  top: 104px;
}

.offer-card {
  border-radius: 24px;
  background: #ffffff;
  color: var(--text);
  box-shadow: 0 22px 80px rgba(0, 0, 0, 0.22);
  padding: clamp(22px, 4vw, 34px);
}

.offer-tag {
  display: inline-flex;
  border-radius: 999px;
  background: #ecfdf5;
  color: var(--green-dark);
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
  padding: 8px 12px;
}

.price-block {
  display: grid;
  gap: 4px;
  margin: 22px 0;
}

.price-block span {
  color: #64748b;
  font-weight: 800;
  text-decoration: line-through;
}

.price-block strong {
  color: var(--green-dark);
  font-size: clamp(3rem, 8vw, 5.2rem);
  line-height: 0.95;
}

.price-block small {
  color: var(--muted);
  font-size: 1rem;
  font-weight: 800;
}

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

.deliverables span {
  position: relative;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #f8fafc;
  color: #334155;
  font-size: 0.93rem;
  font-weight: 800;
  line-height: 1.35;
  padding: 11px 12px 11px 32px;
}

.deliverables span::before {
  position: absolute;
  left: 12px;
  content: "✓";
  color: var(--green-mid);
}

.bonus-list {
  display: grid;
  gap: 10px;
  margin: 24px 0;
}

.bonus-list h2 {
  color: var(--green-dark);
  font-size: 1.25rem;
}

.bonus-list article {
  border-left: 4px solid var(--green);
  border-radius: 12px;
  background: var(--bg-soft);
  padding: 12px 14px;
}

.bonus-list strong {
  color: var(--green-dark);
}

.bonus-list p,
.guarantee-box p {
  margin: 5px 0 0;
  color: #111827;
  font-size: 0.95rem;
}

.guarantee-box {
  margin-bottom: 18px;
}

.offer-card .compliance {
  margin-bottom: 0;
  color: #64748b;
}

.site-footer {
  border-top: 1px solid var(--border);
  background: #ffffff;
}

.footer-shell {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  gap: 16px;
  padding: 24px 0;
}

.footer-meta,
.footer-shell nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 18px;
  color: #64748b;
  font-size: 0.92rem;
}

.footer-shell a {
  color: #475569;
  text-decoration: none;
}

.restart-link {
  width: fit-content;
  border: 0;
  background: transparent;
  color: var(--green-mid);
  font-weight: 900;
  padding: 0;
}

.instagram-link svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

#modal-root {
  position: fixed;
  inset: 0;
  z-index: 100;
}

.modal-backdrop {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  background: rgba(15, 23, 42, 0.72);
  padding: 18px;
  animation: fadeIn 180ms ease both;
}

.modal-card {
  position: relative;
  width: min(940px, 100%);
  max-height: min(92vh, 760px);
  overflow: auto;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.35);
  padding: 18px;
  animation: modalIn 220ms ease both;
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  color: var(--green-dark);
  box-shadow: var(--shadow-soft);
  font-size: 1.7rem;
  line-height: 1;
}

.image-modal img {
  width: auto;
  max-width: 100%;
  max-height: 82vh;
  margin: 0 auto;
  border-radius: 16px;
  object-fit: contain;
}

.admin-body {
  background: var(--bg-soft);
}

.admin-shell {
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto;
  padding: 32px 0 56px;
}

.admin-login,
.dashboard-card {
  border: 1px solid var(--border);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
  padding: clamp(22px, 4vw, 34px);
}

.admin-login {
  width: min(460px, 100%);
  margin: 70px auto 0;
}

.admin-login form {
  display: grid;
  gap: 14px;
}

.field {
  display: grid;
  gap: 7px;
  color: #334155;
  font-weight: 800;
}

.field input {
  min-height: 50px;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 0 14px;
}

.admin-error {
  color: var(--danger);
  font-weight: 800;
}

.admin-topbar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 22px;
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.plain-button {
  min-height: 42px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #ffffff;
  color: var(--green-dark);
  font-weight: 900;
  padding: 0 14px;
}

.date-filter-card {
  display: grid;
  gap: 18px;
  margin-bottom: 22px;
}

.date-filter-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.date-filter-card h2 {
  margin-bottom: 6px;
}

.preset-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.filter-button {
  min-height: 42px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: #ffffff;
  color: #334155;
  font-weight: 900;
  padding: 0 15px;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.filter-button:hover {
  border-color: rgba(15, 118, 110, 0.35);
  transform: translateY(-1px);
}

.filter-button.is-active {
  border-color: var(--green-mid);
  background: #ecfdf5;
  color: var(--green-dark);
}

.custom-date-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr)) auto;
  align-items: end;
  gap: 12px;
}

.custom-date-grid .primary-button {
  min-width: 210px;
  min-height: 50px;
  border-radius: 12px;
  font-size: 0.92rem;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 22px 0;
}

.metric-grid-secondary {
  margin-top: -8px;
}

.metric-card {
  border: 1px solid var(--border);
  border-radius: 18px;
  background: #ffffff;
  padding: 18px;
}

.metric-card span {
  color: #64748b;
  font-weight: 800;
}

.metric-card strong {
  display: block;
  margin-top: 8px;
  color: var(--green-dark);
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  line-height: 1;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.dashboard-card h2 {
  margin-bottom: 14px;
  color: var(--green-dark);
  font-size: 1.25rem;
}

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

.bar-row {
  display: grid;
  gap: 6px;
}

.bar-label {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: #334155;
  font-weight: 800;
}

.bar-track {
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: #e2e8f0;
}

.bar-track span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--green-mid), var(--green));
}

.event-table-wrap {
  overflow-x: auto;
}

.event-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}

.event-table th,
.event-table td {
  border-bottom: 1px solid var(--border);
  color: #334155;
  font-size: 0.9rem;
  text-align: left;
  padding: 10px 8px;
  vertical-align: top;
}

.status-pill {
  display: inline-flex;
  border-radius: 999px;
  background: #ecfdf5;
  color: var(--green-dark);
  font-weight: 900;
  padding: 6px 10px;
}

@keyframes stepIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes modalIn {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 900px) {
  .welcome-grid,
  .offer-step,
  .dashboard-grid {
    grid-template-columns: 1fr;
  }

  .offer-copy {
    position: static;
  }

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

  .carousel-track,
  .image-testimonials .carousel-track {
    grid-auto-columns: minmax(235px, 72%);
  }

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

  .custom-date-grid {
    grid-template-columns: 1fr;
  }

  .custom-date-grid .primary-button {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .header-shell {
    width: min(100% - 22px, var(--max));
    min-height: 70px;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 8px 0;
  }

  .brand span {
    font-size: 0.98rem;
  }

  .progress-panel span {
    text-align: left;
  }

  .app-shell {
    width: min(100% - 20px, var(--max));
    padding-top: 20px;
  }

  .step-card,
  .offer-step {
    border-radius: 18px;
    padding: 22px;
  }

  h1 {
    font-size: clamp(2rem, 10vw, 2.8rem);
  }

  .options-grid-compact,
  .deliverables {
    grid-template-columns: 1fr;
  }

  .primary-button,
  .secondary-button {
    width: 100%;
  }

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

  .carousel-arrow {
    top: auto;
    bottom: 20px;
  }

  .carousel-arrow.prev {
    left: 12px;
  }

  .carousel-arrow.next {
    right: 12px;
  }

  .metric-grid {
    grid-template-columns: 1fr;
  }

  .admin-topbar {
    display: grid;
  }

  .date-filter-head {
    display: grid;
  }

  .filter-button {
    flex: 1 1 auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }
}
