:root {
  --tenant-primary-color: #0F766E;
  --tenant-accent-color: #14B8A6;
  --tenant-sidebar-background-color: #27272A;
  --tenant-sidebar-foreground-color: #D4D4D8;
  --tenant-sidebar-hover-background-color: #0F766E;
  --tenant-sidebar-hover-foreground-color: #FFFFFF;
  --button-bg: var(--tenant-primary-color);
  --button-fg: #ffffff;
  --border-color: #e5e7eb;
  --page-bg: #f3f4f6;
  --panel-bg: #ffffff;
  --text-color: #111827;
  --muted-color: #4b5563;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  background: var(--page-bg);
  color: var(--text-color);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  margin: 0;
}

a {
  color: var(--tenant-primary-color);
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.hidden {
  display: none !important;
}

.icon {
  flex: 0 0 auto;
  height: 1.35rem;
  width: 1.35rem;
}

.app-shell {
  min-height: 100vh;
}

.app-content {
  padding: 1.5rem 1rem 6rem;
}

.page {
  margin: 0 auto;
  max-width: 72rem;
}

.page--narrow {
  max-width: 44rem;
}

.page-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.page-title,
.h1 {
  color: var(--tenant-primary-color);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 1.5rem;
}

.page-subtitle {
  color: var(--muted-color);
  margin: -1rem 0 0;
}

.h3 {
  color: var(--tenant-primary-color);
  font-size: 1.25rem;
  margin: 0 0 1rem;
}

.link-muted {
  border-bottom: 1px dashed currentColor;
  color: var(--tenant-primary-color);
  text-decoration: none;
}

.btn-primary,
.btn-outline,
.button-link {
  align-items: center;
  border-radius: 6px;
  display: inline-flex;
  font-weight: 650;
  gap: 0.5rem;
  justify-content: center;
  line-height: 1.2;
  min-height: 2.5rem;
  padding: 0.625rem 1rem;
  text-decoration: none;
}

.btn-primary {
  background: var(--button-bg);
  border: 1px solid var(--button-bg);
  color: var(--button-fg);
}

.btn-outline,
.button-link {
  background: #fff;
  border: 1px solid var(--tenant-primary-color);
  color: var(--tenant-primary-color);
}

.panel {
  background: var(--panel-bg);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.06);
  padding: 1.25rem;
}

.stack {
  display: grid;
  gap: 1rem;
}

.actions-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.actions-row--compact {
  margin-top: 0;
}

.form-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
}

.form-field {
  display: grid;
  gap: 0.35rem;
}

.form-field--wide {
  grid-column: 1 / -1;
}

.form-field label,
.form-label {
  color: #111827;
  font-weight: 700;
}

.form-input,
input[type="email"],
input[type="password"],
input[type="text"],
input[type="url"],
input[type="datetime-local"],
select,
textarea {
  background: #fff;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  color: #111827;
  min-height: 2.5rem;
  padding: 0.55rem 0.65rem;
  width: 100%;
}

.monospace-input,
.mono,
code {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
}

input[type="color"] {
  height: 2.5rem;
  padding: 0.15rem;
  width: 5rem;
}

input[type="checkbox"] {
  height: 1rem;
  width: 1rem;
}

.checkbox-label {
  align-items: center;
  display: inline-flex;
  gap: 0.6rem;
}

.error-box {
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 8px;
  color: #991b1b;
  margin-bottom: 1rem;
  padding: 1rem;
}

.form-hint {
  color: var(--muted-color);
  font-size: 0.875rem;
  margin: 0;
}

.tenant-settings {
  display: grid;
  gap: 2rem;
}

.settings-overview {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(22rem, 1fr));
  margin-bottom: 1.5rem;
}

.settings-section {
  background: var(--panel-bg);
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  overflow: hidden;
  padding: 0;
}

.settings-section > :not(.settings-section__header) {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.settings-section > :last-child {
  margin-bottom: 1.25rem;
}

.settings-section__header {
  background: #111827;
  border-bottom: 4px solid var(--tenant-primary-color);
  margin: 0 0 1.25rem;
  padding: 1rem 1.25rem;
}

.settings-section__header h2 {
  color: #fff;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  margin: 0;
  text-transform: uppercase;
}

.asset-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
}

.asset-field {
  align-items: center;
  background: #f8fafc;
  border: 1px solid #dbe3ee;
  border-radius: 8px;
  display: grid;
  gap: 1rem;
  grid-template-columns: 7rem 1fr;
  padding: 1rem;
}

.asset-field__preview {
  align-items: center;
  background: #fff;
  border: 1px dashed #cbd5e1;
  border-radius: 8px;
  display: flex;
  height: 5rem;
  justify-content: center;
  padding: 0.75rem;
}

.asset-field__preview img {
  max-height: 100%;
  object-fit: contain;
}

.asset-field__empty {
  align-items: center;
  background: #f1f5f9;
  border-radius: 6px;
  color: #64748b;
  display: flex;
  height: 3.5rem;
  justify-content: center;
  width: 3.5rem;
}

.asset-field__body {
  display: grid;
  gap: 0.5rem;
  min-width: 0;
}

.file-upload {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  position: relative;
}

.file-upload__input {
  cursor: pointer;
  inset: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.file-upload__button {
  background: var(--tenant-primary-color);
  border: 1px solid var(--tenant-primary-color);
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  font-weight: 700;
  min-height: 2.25rem;
  padding: 0.45rem 0.75rem;
}

.file-upload__text {
  color: var(--muted-color);
  font-size: 0.85rem;
}

.color-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
}

.color-field {
  background: #f8fafc;
  border: 1px solid #dbe3ee;
  border-radius: 8px;
  padding: 1rem;
}

.color-field__control {
  align-items: center;
  display: flex;
  gap: 0.75rem;
}

.swatch-list {
  display: grid;
  gap: 0.75rem;
}

.swatch-row {
  align-items: center;
  background: #f8fafc;
  border: 1px solid #dbe3ee;
  border-radius: 8px;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: auto 1fr auto;
  padding: 0.75rem;
}

.swatch {
  border: 1px solid rgba(15, 23, 42, 0.18);
  border-radius: 6px;
  height: 1.75rem;
  width: 1.75rem;
}

.domain-list {
  display: grid;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.domain-list code {
  background: #0f172a;
  border: 1px solid #1f2937;
  border-radius: 6px;
  color: #e5e7eb;
  display: block;
  padding: 0.55rem 0.65rem;
}

.table-wrap {
  background: #fff;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  overflow-x: auto;
}

.data-table {
  border-collapse: collapse;
  min-width: 100%;
}

.data-table th,
.data-table td {
  border-bottom: 1px solid var(--border-color);
  padding: 0.8rem 1rem;
  text-align: left;
  vertical-align: middle;
}

.data-table th {
  background: #f3f4f6;
  color: #111827;
  font-size: 0.875rem;
}

.data-table tr:hover td {
  background: #f9fafb;
}

.table-actions {
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
}

.table-identity {
  align-items: center;
  display: flex;
  gap: 0.75rem;
}

.avatar {
  border-radius: 999px;
  object-fit: cover;
}

.avatar--small {
  height: 2rem;
  width: 2rem;
}

.avatar--table {
  height: 3rem;
  margin-right: 0.75rem;
  width: 3rem;
}

.avatar--admin {
  border: 2px solid #facc15;
}

.avatar--member {
  border: 2px solid #9ca3af;
}

.media-preview {
  border-radius: 8px;
  max-width: 16rem;
}

.devise-page {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: calc(100vh - 3rem);
  padding: 2rem 1rem;
}

.devise-card {
  max-width: 30rem;
  width: 100%;
}

.devise-logo {
  display: block;
  margin: 0 auto 1rem;
  max-height: 5rem;
  object-fit: contain;
}

.devise-title {
  font-size: 1.75rem;
  margin: 0 0 1.5rem;
  text-align: center;
}

.landing-header {
  left: 0;
  padding: 1.25rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}

.landing-nav {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.landing-mark {
  height: 2.5rem;
  width: auto;
}

.landing-main {
  background: #fff;
  min-height: 100vh;
}

.landing-hero {
  align-items: center;
  display: grid;
  gap: 3rem;
  min-height: 100vh;
  padding: 7rem 1.5rem 4rem;
}

.landing-hero__inner {
  display: grid;
  gap: 3rem;
  margin: 0 auto;
  max-width: 72rem;
  width: 100%;
}

.landing-logo {
  max-height: 6rem;
  width: auto;
}

.landing-title {
  color: #030712;
  font-size: clamp(2.25rem, 6vw, 4.25rem);
  line-height: 1.05;
  margin: 0;
}

.landing-copy {
  color: #374151;
  font-size: 1.15rem;
  max-width: 42rem;
}

.landing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.landing-panel {
  background: #f9fafb;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.landing-panel dt {
  color: var(--tenant-primary-color);
  font-weight: 700;
  margin-top: 1rem;
}

.definition-list {
  background: #fff;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin: 1.5rem 0;
}

.definition-list__row {
  display: grid;
  gap: 0.5rem;
  padding: 1rem;
}

.definition-list__row + .definition-list__row {
  border-top: 1px solid var(--border-color);
}

.definition-list dt {
  color: #6b7280;
  font-weight: 700;
}

.text-center {
  text-align: center;
}

.profile {
  align-items: center;
  display: grid;
  gap: 1.5rem;
  text-align: center;
}

.profile__image {
  height: 14rem;
  margin: 0 auto;
  width: 14rem;
}

.profile__body {
  display: grid;
  gap: 0.75rem;
}

.tenant-choice {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.legal-document {
  background: #f8fafc;
  color: var(--text-color);
  min-height: 100vh;
  padding: 2rem 1rem 4rem;
}

.legal-document__logo {
  margin: 0 auto 1rem;
  max-width: 32rem;
  text-align: center;
}

.legal-document__logo-image {
  display: inline-block;
  max-width: 14rem;
}

.legal-document__title {
  color: #111827;
  font-size: clamp(2.25rem, 6vw, 3.5rem);
  line-height: 1;
  margin: 0;
  text-align: center;
}

.legal-document__updated {
  color: #6b7280;
  font-size: 0.85rem;
  font-style: italic;
  margin-top: 0.75rem;
  text-align: center;
}

.legal-document__body {
  background: #fff;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin: 2rem auto 0;
  max-width: 70rem;
  padding: 1.5rem;
}

.legal-document__paragraph {
  margin: 1rem 0;
}

.legal-document__heading {
  color: #111827;
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 2rem 0 1rem;
}

.legal-document__subheading {
  color: #1f2937;
  font-size: 1.35rem;
  line-height: 1.3;
  margin: 1.5rem 0 0.75rem;
}

.legal-document__minor-heading {
  color: #1f2937;
  font-size: 1.1rem;
  margin: 1.25rem 0 0.5rem;
}

.legal-document__list,
.legal-document__examples {
  margin: 1rem 0 1rem 1.5rem;
}

.legal-document__list {
  list-style: disc;
}

.legal-document__list-item {
  margin: 0.65rem 0;
}

body:has(.hero) {
  background: #fff;
}

body:has(.hero) header {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 50;
}

body:has(.hero) header nav {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 1.5rem;
}

body:has(.hero) header nav .end {
  display: flex;
  flex: 1 1 0%;
  justify-content: flex-end;
}

body:has(.hero) .btn-primary {
  align-items: center;
  background-color: var(--button-bg);
  border: 1px solid transparent;
  border-radius: 0.375rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  color: var(--button-fg);
  display: inline-flex;
  font-weight: 500;
  justify-content: center;
  line-height: 1.5;
  padding: 0.5rem 1rem;
}

body:has(.hero) .rounded-translucent-bg {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 1rem;
  color: #d1d5db;
  font-size: 1.125rem;
  line-height: 2rem;
  margin-top: 1.5rem;
  padding: 1rem;
}

body:has(.hero) .socials {
  display: flex;
  gap: 2rem;
  justify-content: center;
  padding: 1rem;
}

body:has(.hero) main .hero {
  align-items: center;
  background-position: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
  padding: 1rem;
  text-align: center;
}

body:has(.hero) h1 {
  font-size: xxx-large;
  font-weight: 600;
}

body:has(.hero) .container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

body:has(.hero) .absolute { position: absolute; }
body:has(.hero) .relative { position: relative; }
body:has(.hero) .isolate { isolation: isolate; }
body:has(.hero) .overflow-hidden { overflow: hidden; }
body:has(.hero) .hidden { display: none !important; }
body:has(.hero) .inline { display: inline; }
body:has(.hero) .flex { display: flex; }
body:has(.hero) .grid { display: grid; }
body:has(.hero) .flex-col { flex-direction: column; }
body:has(.hero) .items-center { align-items: center; }
body:has(.hero) .justify-center { justify-content: center; }
body:has(.hero) .left-0 { left: 0; }
body:has(.hero) .right-0 { right: 0; }
body:has(.hero) .top-0 { top: 0; }
body:has(.hero) .inset-0 { inset: 0; }
body:has(.hero) .-z-10 { z-index: -10; }
body:has(.hero) .grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
body:has(.hero) .grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
body:has(.hero) .aspect-\[2\/1\] { aspect-ratio: 2 / 1; }
body:has(.hero) .h-24 { height: 6rem; }
body:has(.hero) .h-32 { height: 8rem; }
body:has(.hero) .h-full { height: 100%; }
body:has(.hero) .max-h-12 { max-height: 3rem; }
body:has(.hero) .w-10\/12 { width: 83.333333%; }
body:has(.hero) .w-16 { width: 4rem; }
body:has(.hero) .w-\[70\%\] { width: 70%; }
body:has(.hero) .w-auto { width: auto; }
body:has(.hero) .w-fit { width: fit-content; }
body:has(.hero) .w-full { width: 100%; }
body:has(.hero) .max-w-2xl { max-width: 42rem; }
body:has(.hero) .max-w-4xl { max-width: 56rem; }
body:has(.hero) .max-w-5xl { max-width: 64rem; }
body:has(.hero) .max-w-7xl { max-width: 80rem; }
body:has(.hero) .max-w-lg { max-width: 32rem; }
body:has(.hero) .mx-auto { margin-left: auto; margin-right: auto; }
body:has(.hero) .-mt-3 { margin-top: -0.75rem; }
body:has(.hero) .-mt-5 { margin-top: -1.25rem; }
body:has(.hero) .-mt-8 { margin-top: -2rem; }
body:has(.hero) .mt-2 { margin-top: 0.5rem; }
body:has(.hero) .mt-5 { margin-top: 1.25rem; }
body:has(.hero) .mt-6 { margin-top: 1.5rem; }
body:has(.hero) .mt-8 { margin-top: 2rem; }
body:has(.hero) .mt-10 { margin-top: 2.5rem; }
body:has(.hero) .mt-16 { margin-top: 4rem; }
body:has(.hero) .mt-20 { margin-top: 5rem; }
body:has(.hero) .mb-2 { margin-bottom: 0.5rem; }
body:has(.hero) .mb-10 { margin-bottom: 2.5rem; }
body:has(.hero) .mb-20 { margin-bottom: 5rem; }
body:has(.hero) .mb-32 { margin-bottom: 8rem; }
body:has(.hero) .-px-3 { padding-left: -0.75rem; padding-right: -0.75rem; }
body:has(.hero) .p-6 { padding: 1.5rem; }
body:has(.hero) .px-2 { padding-left: 0.5rem; padding-right: 0.5rem; }
body:has(.hero) .px-4 { padding-left: 1rem; padding-right: 1rem; }
body:has(.hero) .px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
body:has(.hero) .py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
body:has(.hero) .py-4 { padding-top: 1rem; padding-bottom: 1rem; }
body:has(.hero) .py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
body:has(.hero) .py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
body:has(.hero) .py-24 { padding-top: 6rem; padding-bottom: 6rem; }
body:has(.hero) .pb-0 { padding-bottom: 0; }
body:has(.hero) .pb-6 { padding-bottom: 1.5rem; }
body:has(.hero) .pb-10 { padding-bottom: 2.5rem; }
body:has(.hero) .pl-9 { padding-left: 2.25rem; }
body:has(.hero) .pr-12 { padding-right: 3rem; }
body:has(.hero) .pt-6 { padding-top: 1.5rem; }
body:has(.hero) .pt-10 { padding-top: 2.5rem; }
body:has(.hero) .gap-6 { gap: 1.5rem; }
body:has(.hero) .gap-x-6 { column-gap: 1.5rem; }
body:has(.hero) .gap-x-8 { column-gap: 2rem; }
body:has(.hero) .gap-x-10 { column-gap: 2.5rem; }
body:has(.hero) .gap-y-8 { row-gap: 2rem; }
body:has(.hero) .gap-y-10 { row-gap: 2.5rem; }
body:has(.hero) .space-y-6 > :not([hidden]) ~ :not([hidden]) { margin-top: 1.5rem; }
body:has(.hero) .divide-y > :not([hidden]) ~ :not([hidden]) { border-top-width: 1px; }
body:has(.hero) .divide-gray-900\/10 > :not([hidden]) ~ :not([hidden]) { border-color: rgba(17, 24, 39, 0.1); }
body:has(.hero) .border { border-width: 1px; }
body:has(.hero) .border-b-4 { border-bottom-width: 4px; }
body:has(.hero) .border-gray-900 { border-color: #111827; }
body:has(.hero) .border-white { border-color: #fff; }
body:has(.hero) .rounded-2xl { border-radius: 1rem; }
body:has(.hero) .rounded-md { border-radius: 0.375rem; }
body:has(.hero) .rounded-sm { border-radius: 0.125rem; }
body:has(.hero) .bg-center { background-position: center; }
body:has(.hero) .bg-cover { background-size: cover; }
body:has(.hero) .bg-gray-800 { background-color: #1f2937; }
body:has(.hero) .bg-red-900 { background-color: #7f1d1d; }
body:has(.hero) .bg-white { background-color: #fff; }
body:has(.hero) .bg-white\/30 { background-color: rgba(255, 255, 255, 0.3); }
body:has(.hero) .bg-white\/70 { background-color: rgba(255, 255, 255, 0.7); }
body:has(.hero) .bg-zinc-800 { background-color: #27272a; }
body:has(.hero) .object-contain { object-fit: contain; }
body:has(.hero) .object-cover { object-fit: cover; }
body:has(.hero) .text-left { text-align: left; }
body:has(.hero) .text-center { text-align: center; }
body:has(.hero) .font-light { font-weight: 300; }
body:has(.hero) .font-medium { font-weight: 500; }
body:has(.hero) .font-normal { font-weight: 400; }
body:has(.hero) .font-semibold { font-weight: 600; }
body:has(.hero) .font-serif { font-family: Georgia, Cambria, "Times New Roman", Times, serif; }
body:has(.hero) .text-sm { font-size: 0.875rem; line-height: 1.25rem; }
body:has(.hero) .text-base { font-size: 1rem; line-height: 1.5rem; }
body:has(.hero) .text-lg { font-size: 1.125rem; line-height: 1.75rem; }
body:has(.hero) .text-xl { font-size: 1.25rem; line-height: 1.75rem; }
body:has(.hero) .text-2xl { font-size: 1.5rem; line-height: 2rem; }
body:has(.hero) .text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
body:has(.hero) .leading-7 { line-height: 1.75rem; }
body:has(.hero) .leading-8 { line-height: 2rem; }
body:has(.hero) .leading-9 { line-height: 2.25rem; }
body:has(.hero) .tracking-wide { letter-spacing: 0.025em; }
body:has(.hero) .tracking-wider { letter-spacing: 0.05em; }
body:has(.hero) .uppercase { text-transform: uppercase; }
body:has(.hero) .underline { text-decoration-line: underline; }
body:has(.hero) .text-gray-600 { color: #4b5563; }
body:has(.hero) .text-gray-900 { color: #111827; }
body:has(.hero) .text-red-900 { color: #7f1d1d; }
body:has(.hero) .text-white { color: #fff; }
body:has(.hero) .text-white\/40 { color: rgba(255, 255, 255, 0.4); }
body:has(.hero) .stroke-white\/20 { stroke: rgba(255, 255, 255, 0.2); }
body:has(.hero) .list-disc { list-style-type: disc; }

.sr-only {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

@media (min-width: 800px) {
  .app-shell {
    padding-left: 16rem;
  }

  .app-content {
    padding: 2rem 2rem 4rem;
  }

  .landing-hero__inner {
    grid-template-columns: 1fr 0.8fr;
  }

  .definition-list__row {
    grid-template-columns: 13rem 1fr;
  }

  .profile {
    grid-template-columns: 14rem 1fr;
    text-align: left;
  }
}

@media (min-width: 640px) {
  body:has(.hero) main .hero {
    padding-bottom: 5rem;
  }

  body:has(.hero) .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body:has(.hero) .sm\:gap-y-8 {
    row-gap: 2rem;
  }

  body:has(.hero) .sm\:mb-10 {
    margin-bottom: 2.5rem;
  }

  body:has(.hero) .sm\:mt-20 {
    margin-top: 5rem;
  }

  body:has(.hero) .sm\:pb-0 {
    padding-bottom: 0;
  }

  body:has(.hero) .sm\:pt-12 {
    padding-top: 3rem;
  }

  body:has(.hero) .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  body:has(.hero) .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px) {
  body:has(.hero) .md\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  body:has(.hero) .md\:mt-24 {
    margin-top: 6rem;
  }

  body:has(.hero) .md\:p-6 {
    padding: 1.5rem;
  }

  body:has(.hero) .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1024px) {
  body:has(.hero) header nav {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  body:has(.hero) .lg\:-mb-8 {
    margin-bottom: -2rem;
  }

  body:has(.hero) .lg\:aspect-\[1\/1\] {
    aspect-ratio: 1 / 1;
  }

  body:has(.hero) .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  body:has(.hero) .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  body:has(.hero) .lg\:flex-auto {
    flex: 1 1 auto;
  }

  body:has(.hero) .lg\:flex-none {
    flex: none;
  }

  body:has(.hero) .lg\:flex-row {
    flex-direction: row;
  }

  body:has(.hero) .lg\:gap-x-8 {
    column-gap: 2rem;
  }

  body:has(.hero) .lg\:gap-y-16 {
    row-gap: 4rem;
  }

  body:has(.hero) .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body:has(.hero) .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body:has(.hero) .lg\:items-stretch {
    align-items: stretch;
  }

  body:has(.hero) .lg\:max-w-none {
    max-width: none;
  }

  body:has(.hero) .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  body:has(.hero) .lg\:pt-10 {
    padding-top: 2.5rem;
  }

  body:has(.hero) .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  body:has(.hero) .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  body:has(.hero) .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  body:has(.hero) .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  body:has(.hero) .lg\:w-96 {
    width: 24rem;
  }
}
