body.rotation-storefront-page {
  margin: 0;
  color: #eef6ff;
  font-family: "DM Sans", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 10% 15%, rgba(52, 210, 176, 0.18), transparent 24%),
    radial-gradient(circle at 85% 18%, rgba(99, 183, 255, 0.16), transparent 22%),
    linear-gradient(180deg, #08111b 0%, #08131e 42%, #050b12 100%);
}

.rotation-storefront-page {
  --bg: #071019;
  --panel: rgba(10, 20, 32, 0.82);
  --line: rgba(164, 201, 233, 0.14);
  --text: #eef6ff;
  --muted: #a4bbd1;
  --teal: #34d2b0;
  --teal-strong: #23b294;
  --cyan: #63b7ff;
  --gold: #ffb95e;
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
}

.rotation-storefront-page *,
.rotation-storefront-page *::before,
.rotation-storefront-page *::after {
  box-sizing: border-box;
}

.rotation-storefront-page a {
  color: inherit;
  text-decoration: none;
}

.rotation-storefront-page button {
  font: inherit;
}

.rotation-site-shell {
  width: min(1220px, calc(100% - 28px));
  margin: 0 auto;
  padding-bottom: 28px;
}

.rotation-topbar {
  position: sticky;
  top: 18px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 18px 0 24px;
  padding: 14px 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(7, 16, 25, 0.76);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
}

.rotation-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.rotation-brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--teal), var(--cyan));
  color: #061118;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.rotation-brand-text {
  display: grid;
  gap: 2px;
}

.rotation-brand-text strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1rem;
}

.rotation-brand-text small {
  color: var(--muted);
  font-size: 0.82rem;
}

.rotation-topnav {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: var(--muted);
}

.rotation-topnav a:hover {
  color: var(--text);
}

.rotation-nav-button {
  padding: 10px 16px;
  border: 1px solid rgba(99, 183, 255, 0.22);
  border-radius: 999px;
  background: rgba(15, 30, 45, 0.9);
  color: var(--text);
}

.rotation-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.9fr);
  gap: 28px;
  padding: 28px 0 18px;
}

.rotation-hero-copy,
.rotation-hero-panel,
.rotation-feature-band,
.rotation-section,
.rotation-footer {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--panel);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

.rotation-hero-copy {
  padding: 34px;
}

.rotation-eyebrow {
  margin: 0 0 10px;
  color: #84f5dc;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.rotation-hero h1,
.rotation-section h2,
.rotation-faq-card h3,
.rotation-story-card h3,
.rotation-download-card h3 {
  font-family: "Space Grotesk", sans-serif;
  color: var(--text) !important;
}

.rotation-hero h1 {
  margin: 0;
  max-width: 640px;
  font-size: clamp(2.6rem, 4.8vw, 4.9rem);
  line-height: 0.96;
}

.rotation-hero-text,
.rotation-section-text,
.rotation-story-card p,
.rotation-pricing-card p,
.rotation-faq-card p,
.rotation-download-card,
.rotation-footer p,
.rotation-feature-band p {
  color: var(--muted);
}

.rotation-hero-text {
  max-width: 580px;
  margin: 18px 0 0;
  font-size: 1.05rem;
  line-height: 1.7;
}

.rotation-hero-actions {
  display: flex;
  gap: 12px;
  margin: 24px 0 22px;
}

.rotation-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}

.rotation-button:hover {
  transform: translateY(-1px);
}

.rotation-button-primary {
  background: linear-gradient(135deg, var(--teal), var(--teal-strong));
  color: #051019;
  box-shadow: 0 16px 30px rgba(52, 210, 176, 0.2);
}

.rotation-button-secondary {
  background: rgba(13, 27, 42, 0.95);
  border: 1px solid rgba(99, 183, 255, 0.18);
  color: #eef6ff;
}

.rotation-button-accent {
  background: linear-gradient(135deg, var(--gold), #ff8a48);
  color: #1d1200;
  box-shadow: 0 16px 30px rgba(255, 185, 94, 0.22);
}

.rotation-full-width {
  width: 100%;
}

.rotation-hero-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  color: var(--muted);
  font-size: 0.92rem;
}

.rotation-hero-strip span {
  padding: 10px 14px;
  border: 1px solid rgba(164, 201, 233, 0.12);
  border-radius: 999px;
  background: rgba(9, 19, 31, 0.72);
}

.rotation-hero-panel {
  display: grid;
  gap: 14px;
  padding: 18px;
}

.rotation-hero-card-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.rotation-hero-card {
  padding: 18px;
  border: 1px solid rgba(164, 201, 233, 0.12);
  border-radius: 20px;
  background: rgba(9, 18, 29, 0.72);
}

.rotation-hero-card-primary {
  background:
    radial-gradient(circle at top right, rgba(52, 210, 176, 0.16), transparent 32%),
    linear-gradient(160deg, rgba(10, 24, 37, 0.95), rgba(15, 31, 48, 0.95));
}

.rotation-mini-label,
.rotation-plan-name,
.rotation-band-label {
  color: #9ce8ff;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.74rem;
  font-weight: 700;
}

.rotation-hero-card strong {
  display: block;
  margin: 8px 0 8px;
  font-size: 1.18rem;
}

.rotation-feature-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 8px;
  overflow: hidden;
}

.rotation-feature-band article {
  padding: 22px 24px;
}

.rotation-feature-band article + article {
  border-left: 1px solid rgba(164, 201, 233, 0.1);
}

.rotation-section {
  margin-top: 22px;
  padding: 30px;
}

.rotation-section-heading {
  margin-bottom: 20px;
}

.rotation-section h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.02;
}

.rotation-section-text {
  max-width: 720px;
  margin-top: 12px;
  line-height: 1.7;
}

.rotation-story-grid,
.rotation-pricing-grid,
.rotation-faq-grid {
  display: grid;
  gap: 18px;
}

.rotation-story-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rotation-story-card,
.rotation-pricing-card,
.rotation-faq-card,
.rotation-download-card {
  border: 1px solid rgba(164, 201, 233, 0.12);
  border-radius: 22px;
  background: rgba(8, 17, 27, 0.64);
}

.rotation-story-card {
  padding: 22px;
}

.rotation-story-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(99, 183, 255, 0.12);
  color: #9fe3ff;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
}

.rotation-story-card h3 {
  margin: 16px 0 10px;
  font-size: 1.1rem;
}

.rotation-pricing-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.rotation-pricing-card {
  position: relative;
  padding: 24px;
}

.rotation-pricing-card h3 {
  margin: 10px 0 10px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 3rem;
  line-height: 1;
  color: var(--text) !important;
}

.rotation-plan-tagline {
  margin-top: 0;
}

.rotation-pricing-card ul {
  margin: 18px 0 22px;
  padding: 0;
  list-style: none;
  color: var(--muted);
}

.rotation-pricing-card li {
  position: relative;
  padding-left: 22px;
}

.rotation-pricing-card li + li {
  margin-top: 10px;
}

.rotation-pricing-card li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--teal);
}

.rotation-pricing-card-featured {
  background:
    radial-gradient(circle at top right, rgba(255, 185, 94, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(18, 30, 45, 0.96), rgba(10, 20, 32, 0.96));
  transform: translateY(-8px);
}

.rotation-featured-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255, 185, 94, 0.16);
  color: #ffd6a0;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.rotation-status-banner {
  margin-top: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(99, 183, 255, 0.16);
  border-radius: 16px;
  background: rgba(9, 18, 30, 0.72);
  color: var(--muted);
}

.rotation-status-banner.success {
  border-color: rgba(52, 210, 176, 0.35);
  color: #baf7ea;
}

.rotation-status-banner.error {
  border-color: rgba(255, 126, 126, 0.35);
  color: #ffd0d0;
}

.rotation-split-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.8fr);
  gap: 18px;
  align-items: center;
}

.rotation-download-card {
  padding: 24px;
}

.rotation-download-card ol {
  margin: 18px 0 0;
  padding-left: 18px;
  color: var(--muted);
}

.rotation-download-card li + li {
  margin-top: 10px;
}

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

.rotation-faq-card {
  padding: 22px;
}

.rotation-faq-card h3 {
  margin: 0 0 10px;
  font-size: 1.06rem;
  color: var(--text) !important;
}

.rotation-storefront-page .rotation-hero-card strong,
.rotation-storefront-page .rotation-story-card span,
.rotation-storefront-page .rotation-section h2,
.rotation-storefront-page .rotation-hero h1,
.rotation-storefront-page .rotation-pricing-card h3,
.rotation-storefront-page .rotation-faq-card h3,
.rotation-storefront-page .rotation-story-card h3,
.rotation-storefront-page .rotation-download-card h3 {
  color: var(--text) !important;
}

.rotation-storefront-page .rotation-featured-badge {
  color: #ffd6a0 !important;
}

.rotation-footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-top: 22px;
  padding: 22px 24px;
}

.rotation-footer p {
  margin-bottom: 0;
}

.rotation-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  color: var(--muted);
}

.rotation-footer-links a:hover {
  color: var(--text);
}

@media (max-width: 1024px) {
  .rotation-hero,
  .rotation-split-section,
  .rotation-feature-band,
  .rotation-story-grid,
  .rotation-pricing-grid,
  .rotation-faq-grid {
    grid-template-columns: 1fr;
  }

  .rotation-feature-band article + article {
    border-left: 0;
    border-top: 1px solid rgba(164, 201, 233, 0.1);
  }

  .rotation-pricing-card-featured {
    transform: none;
  }
}

@media (max-width: 760px) {
  .rotation-site-shell {
    width: min(100% - 18px, 100%);
  }

  .rotation-topbar,
  .rotation-topnav,
  .rotation-hero-actions,
  .rotation-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .rotation-topnav {
    gap: 12px;
  }

  .rotation-hero-copy,
  .rotation-hero-panel,
  .rotation-section,
  .rotation-footer {
    padding: 20px;
  }

  .rotation-hero h1 {
    font-size: clamp(2rem, 12vw, 3.2rem);
  }
}
