:root {
  --sofl-home-ink: #0f172a;
  --sofl-home-muted: #64748b;
  --sofl-home-line: #e2e8f0;
  --sofl-home-bg: #f8fafc;
  --sofl-home-card: #ffffff;
  --sofl-home-gold: #d4a843;
  --sofl-home-gold-soft: #fff6dc;
  --sofl-home-blue: #2563eb;
  --sofl-home-green: #059669;
  --sofl-home-shadow: 0 18px 48px rgba(15, 23, 42, .09);
  --sofl-home-radius: 8px;
}

.sofl-homepage {
  min-height: 100vh;
  overflow-x: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 48%, #ffffff 100%);
  color: var(--sofl-home-ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.sofl-homepage a {
  text-decoration: none;
}

.sofl-public-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(226, 232, 240, .9);
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(16px);
}

.sofl-public-nav .navbar-brand img {
  height: 42px;
  width: auto;
}

.sofl-public-nav .nav-link {
  color: #334155;
  font-weight: 700;
}

.sofl-public-nav .nav-link:hover {
  color: var(--sofl-home-ink);
}

.sofl-btn-primary,
.sofl-btn-secondary,
.sofl-card-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  border-radius: var(--sofl-home-radius);
  padding: 12px 18px;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.sofl-btn-primary {
  border: 1px solid #111827;
  background: #111827;
  color: #fff;
  box-shadow: 0 14px 32px rgba(15, 23, 42, .18);
}

.sofl-btn-primary:hover,
.sofl-card-cta:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(15, 23, 42, .2);
}

.sofl-btn-secondary {
  border: 1px solid var(--sofl-home-line);
  background: #fff;
  color: var(--sofl-home-ink);
}

.sofl-btn-secondary:hover {
  border-color: #cbd5e1;
  color: var(--sofl-home-ink);
  transform: translateY(-2px);
}

.sofl-hero-section {
  position: relative;
  padding: clamp(64px, 9vw, 116px) 0 clamp(44px, 7vw, 86px);
}

.sofl-hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(212, 168, 67, .16), transparent 30%),
    radial-gradient(circle at 88% 16%, rgba(37, 99, 235, .12), transparent 26%);
}

.sofl-hero-section > .container {
  position: relative;
  z-index: 1;
}

.sofl-hero-kicker,
.sofl-section-label,
.sofl-section-heading > span,
.sofl-panel-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #8a6514;
  background: var(--sofl-home-gold-soft);
  border: 1px solid rgba(212, 168, 67, .25);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.sofl-hero-section h1 {
  max-width: 720px;
  margin: 20px 0 18px;
  color: #0b1220;
  font-size: clamp(2.5rem, 6vw, 5.6rem);
  line-height: .97;
  font-weight: 900;
  letter-spacing: 0;
}

.sofl-hero-copy {
  max-width: 650px;
  color: #475569;
  font-size: 1.08rem;
  line-height: 1.8;
}

.sofl-hero-search {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  max-width: 620px;
  margin: 26px 0 18px;
  padding: 8px;
  border: 1px solid #dbe2ea;
  border-radius: var(--sofl-home-radius);
  background: #fff;
  box-shadow: var(--sofl-home-shadow);
}

.sofl-hero-search i {
  padding-left: 8px;
  color: var(--sofl-home-muted);
}

.sofl-hero-search input {
  min-width: 0;
  border: 0;
  outline: 0;
  color: var(--sofl-home-ink);
}

.sofl-hero-search button {
  border: 0;
  border-radius: 6px;
  background: var(--sofl-home-gold);
  color: #111827;
  padding: 10px 15px;
  font-weight: 900;
}

.sofl-hero-actions,
.sofl-homepage-cta > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.sofl-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.sofl-trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border: 1px solid var(--sofl-home-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .75);
  color: #334155;
  font-weight: 800;
  font-size: .86rem;
}

.sofl-hero-visual {
  position: relative;
  min-height: 520px;
}

.sofl-hero-panel {
  border: 1px solid rgba(226, 232, 240, .95);
  border-radius: var(--sofl-home-radius);
  background: rgba(255, 255, 255, .92);
  box-shadow: var(--sofl-home-shadow);
}

.sofl-hero-panel-main {
  position: absolute;
  inset: 24px 16px 84px 42px;
  padding: clamp(20px, 4vw, 34px);
}

.sofl-hero-panel-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  color: var(--sofl-home-muted);
  font-weight: 800;
}

.sofl-hero-panel-top strong {
  color: var(--sofl-home-green);
  font-size: 1.65rem;
}

.sofl-progress-rail {
  height: 12px;
  margin: 18px 0 24px;
  overflow: hidden;
  border-radius: 999px;
  background: #e2e8f0;
}

.sofl-progress-rail span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--sofl-home-gold), var(--sofl-home-green));
}

.sofl-lesson-stack {
  display: grid;
  gap: 14px;
}

.sofl-lesson-stack div,
.sofl-recommendation-stack article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 4px 12px;
  align-items: center;
  padding: 16px;
  border: 1px solid var(--sofl-home-line);
  border-radius: var(--sofl-home-radius);
  background: #fff;
}

.sofl-lesson-stack i {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: #f1f5f9;
  color: #0f172a;
}

.sofl-lesson-stack span,
.sofl-recommendation-stack strong {
  color: var(--sofl-home-ink);
  font-weight: 900;
}

.sofl-lesson-stack small,
.sofl-recommendation-stack small {
  color: var(--sofl-home-muted);
}

.sofl-hero-panel-float {
  position: absolute;
  right: 0;
  bottom: 54px;
  width: min(310px, 82%);
  padding: 18px;
}

.sofl-mini-label {
  display: block;
  margin-bottom: 6px;
  color: var(--sofl-home-muted);
  font-size: .8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.sofl-hero-orbit {
  position: absolute;
  left: 0;
  bottom: 112px;
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  border-radius: var(--sofl-home-radius);
  background: #111827;
  color: var(--sofl-home-gold);
  box-shadow: var(--sofl-home-shadow);
  font-size: 1.8rem;
}

.sofl-homepage-section {
  padding: clamp(54px, 7vw, 92px) 0;
}

.sofl-section-soft {
  background: #f8fafc;
}

.sofl-section-heading {
  display: grid;
  gap: 12px;
  max-width: 850px;
  margin-bottom: 32px;
}

.sofl-section-heading h2,
.sofl-recommended-panel h2,
.sofl-section-discovery h2,
.sofl-homepage-cta h2 {
  margin: 0;
  color: #0b1220;
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0;
}

.sofl-section-heading p,
.sofl-recommended-panel p,
.sofl-section-discovery p,
.sofl-homepage-cta p {
  max-width: 720px;
  margin: 0;
  color: var(--sofl-home-muted);
  line-height: 1.75;
}

.sofl-section-heading a {
  width: fit-content;
  color: #0f172a;
  font-weight: 900;
}

.sofl-featured-card,
.sofl-trending-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 276px;
  padding: 24px;
  border: 1px solid var(--sofl-home-line);
  border-radius: var(--sofl-home-radius);
  background: var(--sofl-home-card);
  box-shadow: 0 1px 0 rgba(15, 23, 42, .04);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.sofl-featured-card:hover,
.sofl-trending-card:hover {
  transform: translateY(-5px);
  border-color: #cbd5e1;
  box-shadow: var(--sofl-home-shadow);
}

.sofl-card-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 20px;
  border-radius: 8px;
  background: #111827;
  color: var(--sofl-home-gold);
  font-size: 1.2rem;
}

.sofl-card-meta,
.sofl-card-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.sofl-card-meta span,
.sofl-difficulty,
.sofl-locked,
.sofl-unlocked {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #475569;
  background: #f8fafc;
  border: 1px solid var(--sofl-home-line);
  border-radius: 999px;
  padding: 6px 10px;
  font-size: .78rem;
  font-weight: 900;
}

.sofl-featured-card h3 {
  margin: 14px 0 10px;
  color: var(--sofl-home-ink);
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.3;
}

.sofl-featured-card p {
  flex: 1;
  color: var(--sofl-home-muted);
  line-height: 1.65;
}

.sofl-card-footer a,
.sofl-card-cta {
  color: #0f172a;
  font-weight: 900;
}

.sofl-locked {
  color: #9f1239;
  background: #fff1f2;
}

.sofl-unlocked {
  color: #047857;
  background: #ecfdf5;
}

.sofl-editorial-thumb,
.sofl-video-thumb {
  position: relative;
  display: grid;
  place-items: center;
  height: 178px;
  margin: -24px -24px 20px;
  overflow: hidden;
  background: linear-gradient(135deg, #111827, #334155);
  color: #fff;
}

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

.sofl-editorial-thumb i {
  font-size: 2rem;
  color: var(--sofl-home-gold);
}

.sofl-video-thumb span {
  position: absolute;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #fff;
  color: #111827;
  box-shadow: 0 18px 40px rgba(15, 23, 42, .22);
}

.sofl-card-cta {
  width: fit-content;
  margin-top: auto;
  background: #111827;
  color: #fff;
}

.sofl-category-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.sofl-trending-card {
  min-height: 164px;
  color: var(--sofl-home-ink);
}

.sofl-trending-card i {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 8px;
  background: var(--sofl-home-gold-soft);
  color: #8a6514;
}

.sofl-trending-card span {
  font-weight: 900;
}

.sofl-trending-card small {
  margin-top: auto;
  color: var(--sofl-home-muted);
  font-weight: 800;
}

.sofl-recommended-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
  gap: 30px;
  align-items: center;
  padding: clamp(24px, 5vw, 48px);
  border: 1px solid var(--sofl-home-line);
  border-radius: var(--sofl-home-radius);
  background: linear-gradient(135deg, #fff, #f8fafc);
  box-shadow: var(--sofl-home-shadow);
}

.sofl-recommended-panel .sofl-btn-primary {
  margin-top: 22px;
}

.sofl-recommendation-stack {
  display: grid;
  gap: 12px;
}

.sofl-recommendation-stack article {
  grid-template-columns: minmax(0, 1fr);
}

.sofl-recommendation-stack span {
  color: var(--sofl-home-muted);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.sofl-section-discovery {
  background: #0f172a;
  color: #fff;
}

.sofl-section-discovery h2 {
  color: #fff;
}

.sofl-section-discovery p {
  color: #cbd5e1;
}

.sofl-discovery-board {
  display: grid;
  gap: 14px;
}

.sofl-discovery-board div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--sofl-home-radius);
  background: rgba(255, 255, 255, .06);
}

.sofl-discovery-board strong {
  width: 150px;
  color: #fff;
}

.sofl-discovery-board a {
  color: #111827;
  background: #fff;
  border-radius: 999px;
  padding: 8px 12px;
  font-weight: 900;
}

.sofl-homepage-cta {
  display: grid;
  gap: 14px;
  padding: clamp(28px, 5vw, 54px);
  border-radius: var(--sofl-home-radius);
  background: linear-gradient(135deg, #111827, #1f2937);
  color: #fff;
}

.sofl-homepage-cta > span {
  color: var(--sofl-home-gold);
  font-weight: 900;
  text-transform: uppercase;
}

.sofl-homepage-cta h2 {
  color: #fff;
}

.sofl-homepage-cta p {
  color: #dbe2ea;
}

.sofl-homepage-footer {
  padding: 44px 0 24px;
  background: #0b1220;
  color: #cbd5e1;
}

.sofl-homepage-footer img {
  height: 46px;
  width: auto;
  margin-bottom: 18px;
}

.sofl-homepage-footer h3,
.sofl-homepage-footer h4 {
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
}

.sofl-homepage-footer a {
  display: block;
  margin: 8px 0;
  color: #cbd5e1;
}

.sofl-social-links {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}

.sofl-social-links a {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
}

.sofl-footer-bottom {
  margin-top: 30px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: #94a3b8;
  font-size: .9rem;
}

.sofl-homepage-builder {
  display: grid;
  gap: 22px;
  color: var(--sofl-home-ink);
}

.sofl-builder-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 28px;
  border: 1px solid var(--sofl-home-line);
  border-radius: var(--sofl-home-radius);
  background: #fff;
  box-shadow: var(--sofl-home-shadow);
}

.sofl-builder-hero h1,
.sofl-builder-panel h2,
.sofl-builder-side-card h3 {
  margin: 0;
  color: var(--sofl-home-ink);
  font-weight: 900;
}

.sofl-builder-hero p,
.sofl-builder-panel p,
.sofl-builder-side-card p {
  margin: 8px 0 0;
  color: var(--sofl-home-muted);
}

.sofl-builder-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 22px;
  align-items: start;
}

.sofl-builder-panel,
.sofl-builder-side-card {
  border: 1px solid var(--sofl-home-line);
  border-radius: var(--sofl-home-radius);
  background: #fff;
  box-shadow: 0 1px 0 rgba(15, 23, 42, .04);
}

.sofl-builder-panel {
  overflow: hidden;
}

.sofl-builder-panel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 20px;
  border-bottom: 1px solid var(--sofl-home-line);
}

.sofl-section-list {
  display: grid;
  gap: 14px;
  padding: 18px;
}

.sofl-section-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 16px;
  border: 1px solid var(--sofl-home-line);
  border-radius: var(--sofl-home-radius);
  background: #fff;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.sofl-section-card:hover,
.sofl-section-card.is-dragging {
  border-color: #cbd5e1;
  box-shadow: var(--sofl-home-shadow);
}

.sofl-section-card.is-dragging {
  opacity: .65;
}

.sofl-homepage-order {
  display: grid;
  gap: 6px;
  place-items: center;
  min-width: 46px;
  color: var(--sofl-home-muted);
  font-weight: 900;
  cursor: grab;
}

.sofl-section-card-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.sofl-section-card-title h3 {
  margin: 0;
  color: var(--sofl-home-ink);
  font-size: 1rem;
  font-weight: 900;
}

.sofl-section-card-title span {
  color: #475569;
  background: #f8fafc;
  border: 1px solid var(--sofl-home-line);
  border-radius: 999px;
  padding: 4px 8px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: .75rem;
}

.sofl-section-card-main p {
  margin: 6px 0 0;
  color: var(--sofl-home-muted);
}

.sofl-section-card-meta,
.sofl-section-card-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.sofl-section-card-meta {
  margin-top: 10px;
  color: #64748b;
  font-size: .85rem;
  font-weight: 800;
}

.sofl-homepage-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  border: 1px solid var(--sofl-home-line);
  border-radius: 999px;
  background: #f8fafc;
  color: #64748b;
  padding: 6px 10px;
  font-size: .78rem;
  font-weight: 900;
}

.sofl-homepage-toggle.is-on {
  border-color: rgba(5, 150, 105, .22);
  background: #ecfdf5;
  color: #047857;
}

.sofl-builder-sidebar {
  display: grid;
  gap: 16px;
  position: sticky;
  top: 86px;
}

.sofl-builder-side-card {
  padding: 18px;
}

.sofl-toggle-switch {
  cursor: pointer;
}

.sofl-toggle-switch input {
  position: absolute;
  opacity: 0;
}

.sofl-toggle-slider {
  position: relative;
  width: 42px;
  height: 24px;
  border-radius: 999px;
  background: #cbd5e1;
  transition: background 180ms ease;
}

.sofl-toggle-slider::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  transition: transform 180ms ease;
}

.sofl-toggle-switch input:checked + .sofl-toggle-slider {
  background: var(--sofl-home-green);
}

.sofl-toggle-switch input:checked + .sofl-toggle-slider::after {
  transform: translateX(18px);
}

.sofl-homepage-preview {
  border: 1px solid var(--sofl-home-line);
  border-radius: var(--sofl-home-radius);
  background: #fff;
  overflow: hidden;
  box-shadow: 0 1px 0 rgba(15, 23, 42, .04);
}

.sofl-preview-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border-bottom: 1px solid var(--sofl-home-line);
}

.sofl-preview-toolbar span {
  display: block;
  color: var(--sofl-home-muted);
  font-size: .82rem;
}

.sofl-preview-switcher {
  display: flex;
  gap: 6px;
}

.sofl-preview-switcher button {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--sofl-home-line);
  border-radius: 8px;
  background: #fff;
  color: #475569;
}

.sofl-preview-switcher button.active {
  background: #111827;
  color: #fff;
}

.sofl-preview-viewport {
  display: grid;
  justify-items: center;
  padding: 18px;
  background: #f8fafc;
  transition: all 180ms ease;
}

.sofl-preview-viewport[data-size="tablet"] .sofl-preview-page {
  max-width: 720px;
}

.sofl-preview-viewport[data-size="mobile"] .sofl-preview-page {
  max-width: 390px;
}

.sofl-preview-page {
  width: 100%;
  max-width: 100%;
  min-height: 360px;
  padding: 14px;
  border: 1px solid var(--sofl-home-line);
  border-radius: var(--sofl-home-radius);
  background: #fff;
}

.sofl-preview-hero,
.sofl-preview-section,
.sofl-preview-empty,
.sofl-mini-preview {
  display: grid;
  gap: 6px;
  padding: 14px;
  border-radius: 8px;
  background: #f8fafc;
}

.sofl-preview-hero {
  background: #111827;
  color: #fff;
}

.sofl-preview-section {
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  margin-top: 10px;
  border: 1px solid var(--sofl-home-line);
}

.sofl-preview-section.is-muted {
  opacity: .45;
}

.sofl-preview-section span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 6px;
  background: var(--sofl-home-gold-soft);
  color: #8a6514;
  font-weight: 900;
}

.sofl-preview-section small,
.sofl-preview-hero small,
.sofl-mini-preview p {
  color: var(--sofl-home-muted);
}

.sofl-preview-hero small {
  color: #cbd5e1;
}

.sofl-mini-preview a {
  width: fit-content;
  color: var(--sofl-home-ink);
  font-weight: 900;
}

.sofl-builder-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  gap: 22px;
}

.sofl-content-selector-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.sofl-content-option {
  display: grid;
  gap: 6px;
  padding: 14px;
  border: 1px solid var(--sofl-home-line);
  border-radius: var(--sofl-home-radius);
  background: #fff;
  text-align: left;
}

.sofl-content-option i {
  color: var(--sofl-home-gold);
}

.sofl-content-option small {
  color: var(--sofl-home-muted);
}

.sofl-image-preview {
  display: none;
  max-width: 100%;
  margin-top: 10px;
  border: 1px solid var(--sofl-home-line);
  border-radius: 8px;
}

.sofl-image-preview.is-visible {
  display: block;
}

@media (max-width: 1199.98px) {
  .sofl-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sofl-builder-grid,
  .sofl-builder-form-grid {
    grid-template-columns: 1fr;
  }

  .sofl-builder-sidebar {
    position: static;
  }
}

@media (max-width: 991.98px) {
  .sofl-hero-visual {
    min-height: 460px;
  }

  .sofl-recommended-panel {
    grid-template-columns: 1fr;
  }

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

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

@media (max-width: 767.98px) {
  .sofl-hero-search {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .sofl-hero-search button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .sofl-hero-panel-main {
    inset: 18px 0 86px 0;
  }

  .sofl-hero-orbit {
    left: 10px;
  }

  .sofl-category-grid {
    grid-template-columns: 1fr;
  }

  .sofl-builder-hero {
    grid-template-columns: 1fr;
  }

  .sofl-discovery-board strong {
    width: 100%;
  }
}
