:root {
  --black: #030303;
  --void: #08090b;
  --graphite: #14171b;
  --gunmetal: #242a31;
  --chrome: #cfd3d7;
  --ice: #f7fbff;
  --smoke: #8d949d;
  --blood: #a70f18;
  --blood-hot: #f12a35;
  --line: rgba(247, 251, 255, 0.18);
  --glass: rgba(255, 255, 255, 0.055);
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.65);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 50% -10%, rgba(207, 211, 215, 0.2), transparent 34rem),
    radial-gradient(circle at 100% 20%, rgba(167, 15, 24, 0.18), transparent 24rem),
    linear-gradient(180deg, #000 0%, var(--void) 44%, #020202 100%);
  color: var(--ice);
  font-family: Inter, system-ui, sans-serif;
  letter-spacing: 0;
}

body[data-theme="blood"] {
  --void: #100305;
  --graphite: #1a090d;
  --gunmetal: #351018;
  --chrome: #ffd8dc;
  --ice: #fff5f6;
  --smoke: #c7989d;
  --blood: #c00e1d;
  --blood-hot: #ff3044;
  --line: rgba(255, 80, 96, 0.24);
}

body[data-theme="ice"] {
  --void: #02080d;
  --graphite: #08131b;
  --gunmetal: #172633;
  --chrome: #d8f3ff;
  --ice: #f7fdff;
  --smoke: #9fb7c4;
  --blood: #147996;
  --blood-hot: #62dcff;
  --line: rgba(179, 235, 255, 0.24);
}

body[data-theme="violet"] {
  --void: #090510;
  --graphite: #130b20;
  --gunmetal: #211234;
  --chrome: #eee3ff;
  --ice: #fbf7ff;
  --smoke: #b4a4c9;
  --blood: #6e2cff;
  --blood-hot: #b36bff;
  --line: rgba(188, 116, 255, 0.24);
}

body:not(.is-authenticated) .app-shell {
  display: none !important;
}

body.is-authenticated .login-screen {
  display: none;
}

a {
  color: inherit;
  text-decoration: none;
}

.noise-field,
.cursor-glow {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.noise-field {
  z-index: -3;
  opacity: 0.52;
}

.cursor-glow {
  z-index: -1;
  background: radial-gradient(circle at var(--x, 50%) var(--y, 35%), rgba(241, 42, 53, 0.16), transparent 18rem);
  mix-blend-mode: screen;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 18px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.54);
  backdrop-filter: blur(18px);
}

.login-screen {
  position: relative;
  display: grid;
  min-height: 100svh;
  padding: 28px;
  place-items: center;
}

.login-panel {
  width: min(560px, 100%);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.025)),
    rgba(0, 0, 0, 0.58);
  box-shadow: var(--shadow);
  padding: clamp(28px, 6vw, 52px);
  text-align: center;
}

.login-title {
  margin: 0 0 18px;
  font-family: Cinzel, serif;
  font-size: clamp(2.4rem, 7vw, 5rem);
  line-height: 0.95;
}

.login-panel p:not(.eyebrow) {
  margin: 0 auto 26px;
  color: #c6cbd1;
  line-height: 1.6;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: Cinzel, serif;
  font-weight: 900;
  letter-spacing: 0;
}

.brand-mark {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid var(--line);
  background: linear-gradient(135deg, #fff, #71777f 45%, #fff 70%, #17191d);
  color: #050505;
  clip-path: polygon(50% 0, 100% 20%, 88% 100%, 50% 82%, 12% 100%, 0 20%);
}

.nav {
  display: flex;
  gap: clamp(14px, 3vw, 34px);
  color: var(--smoke);
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.top-back {
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--ice);
  cursor: pointer;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 900;
  padding: 0 12px;
  text-transform: uppercase;
}

.user-menu {
  position: relative;
}

.user-button {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--ice);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  padding: 4px 12px 4px 4px;
}

.user-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--gunmetal);
  object-fit: cover;
}

.user-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  display: none;
  min-width: 170px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(5, 5, 6, 0.96);
  box-shadow: var(--shadow);
}

.user-dropdown.is-open {
  display: grid;
}

.user-dropdown button {
  border: 0;
  background: transparent;
  color: var(--ice);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  padding: 13px 14px;
  text-align: left;
}

.user-dropdown button:hover {
  background: rgba(255, 255, 255, 0.08);
}

.nav a {
  position: relative;
}

.nav a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--ice), transparent);
  content: "";
  opacity: 0;
  transform: scaleX(0);
  transition: 220ms ease;
}

.nav a:hover {
  color: var(--ice);
}

.nav a:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  padding: 120px clamp(18px, 5vw, 76px) 38px;
  place-items: center;
  isolation: isolate;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle, #000 0, transparent 68%);
  content: "";
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}

.blade {
  position: absolute;
  width: 1px;
  height: 62vh;
  background: linear-gradient(transparent, rgba(255, 255, 255, 0.95), transparent);
  filter: drop-shadow(0 0 18px rgba(255, 255, 255, 0.42));
  opacity: 0.46;
  transform-origin: center;
  animation: bladePulse 4.5s ease-in-out infinite;
}

.blade-one {
  top: 18%;
  left: 50%;
}

.blade-two {
  top: 24%;
  left: 24%;
  transform: rotate(-52deg);
  animation-delay: -1.1s;
}

.blade-three {
  top: 24%;
  right: 24%;
  transform: rotate(52deg);
  animation-delay: -2.3s;
}

.hero-inner {
  width: min(1050px, 100%);
  text-align: center;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--blood-hot);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.chrome-title {
  position: relative;
  margin: 0;
  font-family: Cinzel, serif;
  font-size: clamp(4.6rem, 16vw, 13.4rem);
  font-weight: 900;
  line-height: 0.78;
  letter-spacing: 0;
  text-transform: uppercase;
  background: linear-gradient(180deg, #fff 4%, #8e949b 22%, #fff 38%, #555b63 56%, #fff 77%, #202327 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 1px #fff) drop-shadow(0 28px 46px rgba(0, 0, 0, 0.92));
  animation: chromeSweep 5s linear infinite;
}

.chrome-title::before,
.chrome-title::after {
  position: absolute;
  inset: 0;
  content: attr(data-text);
  z-index: -1;
}

.chrome-title::before {
  color: rgba(241, 42, 53, 0.56);
  transform: translate(5px, 4px);
  animation: glitch 3.2s steps(2, end) infinite;
}

.chrome-title::after {
  color: rgba(255, 255, 255, 0.32);
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.46);
  transform: translate(-4px, -3px);
}

.hero-copy {
  width: min(660px, 100%);
  margin: 26px auto 0;
  color: #d4d8dd;
  font-size: clamp(1rem, 2vw, 1.22rem);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 34px;
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 4px;
  font-weight: 900;
  text-transform: uppercase;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.button::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0 35%, rgba(255, 255, 255, 0.58), transparent 65% 100%);
  content: "";
  transform: translateX(-120%);
  transition: transform 520ms ease;
}

.button:hover::before {
  transform: translateX(120%);
}

.button-primary {
  background: linear-gradient(135deg, #fff, #9ca2a9 42%, #fff 56%, #20242a);
  color: #050506;
  box-shadow: 0 0 34px rgba(255, 255, 255, 0.13), inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.button-ghost {
  background: rgba(255, 255, 255, 0.04);
  color: var(--ice);
}

.button:hover {
  border-color: rgba(255, 255, 255, 0.58);
  transform: translateY(-3px);
}

.section,
.join-section {
  padding: clamp(72px, 10vw, 128px) clamp(18px, 5vw, 76px);
}

.section-heading {
  width: min(820px, 100%);
  margin-bottom: 34px;
}

.section-heading h2,
.join-copy h2 {
  margin: 0;
  font-family: Cinzel, serif;
  font-size: clamp(2.1rem, 5vw, 5rem);
  line-height: 0.96;
}

.family-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.feature-card,
.photo-card,
.join-form {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.025));
  box-shadow: var(--shadow);
}

.feature-card::before,
.photo-card::before,
.join-form::before {
  position: absolute;
  inset: -1px;
  background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.24), transparent 38%, rgba(167, 15, 24, 0.36), transparent 76%);
  content: "";
  opacity: 0;
  transition: opacity 260ms ease;
}

.feature-card:hover::before,
.photo-card:hover::before,
.join-form:hover::before {
  opacity: 1;
}

.feature-card > *,
.photo-card > *,
.join-form > * {
  position: relative;
}

.feature-card {
  min-height: 260px;
  padding: 28px;
}

.card-index {
  color: var(--blood-hot);
  font-family: Cinzel, serif;
  font-weight: 900;
}

.feature-card h3 {
  margin: 58px 0 14px;
  font-family: Cinzel, serif;
  font-size: 1.5rem;
}

.feature-card p,
.join-copy p,
.rule-line p {
  color: #bcc2c9;
  line-height: 1.65;
}

.photo-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
  width: min(1320px, 100%);
  margin: 0 auto;
}

.photo-grid::before {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 50%;
  width: 1px;
  background: linear-gradient(transparent, var(--blood-hot), rgba(255, 255, 255, 0.28), transparent);
  content: none;
  opacity: 0.46;
}

.photo-card {
  position: relative;
  display: block;
  grid-column: span 2;
  min-height: 176px;
  aspect-ratio: 16 / 8.7;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  font: inherit;
}

.photo-card:nth-child(1) {
  grid-column: 1 / -1;
  width: min(940px, 100%);
  justify-self: center;
  min-height: 310px;
  aspect-ratio: 16 / 6.8;
}

.photo-card:nth-child(2) {
  grid-column: 1 / span 3;
  min-height: 250px;
}

.photo-card:nth-child(3) {
  grid-column: 4 / span 3;
  min-height: 250px;
}

.photo-card:nth-child(7) {
  grid-column: 2 / span 2;
}

.photo-card:nth-child(8) {
  grid-column: 4 / span 2;
}

.photo-card span {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  color: var(--blood-hot);
  font-family: Cinzel, serif;
  font-size: 1.1rem;
  font-weight: 900;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.85);
}

.photo-card strong {
  display: none;
}

.photo-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 36%),
    radial-gradient(circle at 50% 38%, rgba(167, 15, 24, 0.32), transparent 42%),
    linear-gradient(145deg, #050506, #15171b);
  transition: transform 260ms ease, filter 260ms ease;
}

.photo-card img[src] {
  color: transparent;
}

.photo-card::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.28), transparent 42%, rgba(0, 0, 0, 0.62)),
    linear-gradient(90deg, rgba(167, 15, 24, 0.18), transparent);
  content: "";
}

.photo-card::before {
  z-index: 1;
}

.photo-card:hover img {
  filter: brightness(1.08) contrast(1.08);
  transform: scale(1.06);
}

.rule-list {
  border-top: 1px solid var(--line);
}

.rule-line {
  display: grid;
  grid-template-columns: 90px 1fr;
  align-items: center;
  min-height: 92px;
  border-bottom: 1px solid var(--line);
}

.rule-line strong {
  color: var(--blood-hot);
  font-family: Cinzel, serif;
  font-size: 1.7rem;
}

.rule-line b {
  color: var(--ice);
}

.inline-role {
  font-weight: 900;
}

.inline-role.ceo {
  color: #d40016;
}

.inline-role.attorney {
  color: #d597e8;
}

.join-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  gap: clamp(24px, 6vw, 78px);
  align-items: start;
  background:
    linear-gradient(90deg, rgba(167, 15, 24, 0.2), transparent 34%),
    linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.045));
}

.join-form {
  display: grid;
  gap: 22px;
  padding: 24px;
}

.settings-screen {
  min-height: 100svh;
  padding: 130px clamp(18px, 5vw, 76px) 80px;
}

.theme-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(180px, 1fr));
  gap: 14px;
}

.theme-card {
  display: grid;
  gap: 12px;
  min-height: 230px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.025));
  color: var(--ice);
  cursor: pointer;
  font: inherit;
  padding: 18px;
  text-align: left;
}

.theme-card.is-active {
  border-color: var(--blood-hot);
  box-shadow: 0 0 28px color-mix(in srgb, var(--blood-hot), transparent 72%);
}

.theme-card strong {
  font-family: Cinzel, serif;
  font-size: 1.4rem;
}

.theme-card small {
  color: var(--smoke);
  font-weight: 800;
  line-height: 1.45;
}

.theme-preview {
  display: block;
  height: 92px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
}

.chrome-preview {
  background: linear-gradient(135deg, #020202, #cfd3d7 48%, #a70f18);
}

.blood-preview {
  background: linear-gradient(135deg, #090101, #6b0710 48%, #ff3044);
}

.ice-preview {
  background: linear-gradient(135deg, #02080d, #d8f3ff 48%, #62dcff);
}

.violet-preview {
  background: linear-gradient(135deg, #07020d, #6e2cff 48%, #b36bff);
}

.join-form label {
  display: grid;
  gap: 10px;
  color: #d1d4d8;
  font-size: 0.94rem;
  font-weight: 900;
}

.join-form label span {
  color: #ff6e6e;
}

.auth-cooldown {
  margin-top: 20px;
  color: #ff8b8b;
  font-size: 0.9rem;
  font-weight: 900;
}

.join-form input,
.join-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(4, 5, 7, 0.86);
  color: var(--ice);
  font: inherit;
  outline: none;
  min-height: 40px;
  padding: 13px 14px;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.join-form textarea {
  min-height: 90px;
  resize: vertical;
}

.join-form input:focus,
.join-form textarea:focus {
  border-color: rgba(255, 255, 255, 0.52);
  background: rgba(10, 11, 14, 0.96);
  box-shadow: 0 0 0 3px rgba(167, 15, 24, 0.25);
}

.form-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 6px;
}

.form-status {
  min-height: 20px;
  margin: -4px 0 0;
  color: #d1d4d8;
  font-size: 0.9rem;
  font-weight: 800;
}

.form-status.is-error {
  color: #ff6e6e;
}

.form-status.is-success {
  color: #f7fbff;
}

.toast {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 50;
  width: min(360px, calc(100vw - 32px));
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-left: 3px solid var(--blood-hot);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
    rgba(5, 5, 6, 0.94);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.58), 0 0 28px rgba(167, 15, 24, 0.18);
  color: var(--ice);
  font-weight: 900;
  line-height: 1.45;
  padding: 16px 18px;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 240ms ease, transform 240ms ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.photo-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 14px;
}

.photo-modal[hidden] {
  display: none;
}

.photo-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(10px);
}

.photo-viewer {
  position: relative;
  z-index: 1;
  width: min(1500px, 96vw);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(5, 5, 6, 0.96);
  box-shadow: var(--shadow);
  padding: clamp(8px, 1vw, 12px);
}

.photo-viewer img {
  width: 100%;
  max-height: 84vh;
  display: block;
  border-radius: 6px;
  background:
    radial-gradient(circle at 50% 42%, rgba(167, 15, 24, 0.28), transparent 45%),
    linear-gradient(145deg, #050506, #15171b);
  object-fit: contain;
}

.photo-close,
.photo-arrow {
  position: absolute;
  z-index: 2;
  border: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.72);
  color: var(--ice);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.photo-close {
  top: 14px;
  right: 14px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 1.7rem;
  line-height: 1;
}

.photo-arrow {
  top: 50%;
  width: 58px;
  height: 76px;
  border-radius: 6px;
  font-size: 2.8rem;
  line-height: 0;
  transform: translateY(-50%);
}

.photo-prev {
  left: 14px;
}

.photo-next {
  right: 14px;
}

.photo-caption {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 4px 2px;
}

.photo-caption strong {
  font-family: Cinzel, serif;
}

.photo-caption span {
  color: var(--smoke);
  font-weight: 900;
}

.button-cancel {
  background: rgba(255, 255, 255, 0.08);
  color: #e6e7e9;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 5vw, 76px);
  border-top: 1px solid var(--line);
  color: var(--smoke);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes chromeSweep {
  0%,
  100% {
    filter: drop-shadow(0 0 1px #fff) drop-shadow(0 28px 46px rgba(0, 0, 0, 0.92)) brightness(1);
  }
  50% {
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.68)) drop-shadow(0 28px 46px rgba(0, 0, 0, 0.92)) brightness(1.22);
  }
}

@keyframes glitch {
  0%,
  88%,
  100% {
    clip-path: inset(0 0 0 0);
    transform: translate(5px, 4px);
  }
  90% {
    clip-path: inset(12% 0 72% 0);
    transform: translate(-7px, 2px);
  }
  94% {
    clip-path: inset(62% 0 14% 0);
    transform: translate(8px, -3px);
  }
}

@keyframes bladePulse {
  0%,
  100% {
    opacity: 0.22;
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.25));
  }
  50% {
    opacity: 0.7;
    filter: drop-shadow(0 0 24px rgba(255, 255, 255, 0.58));
  }
}

@media (max-width: 900px) {
  .nav {
    display: none;
  }

  .site-header {
    gap: 14px;
  }

  .header-actions {
    margin-left: auto;
  }

  .user-button span {
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hero {
    min-height: 920px;
    padding-top: 106px;
  }

  .family-grid,
  .photo-grid,
  .theme-grid,
  .join-section {
    grid-template-columns: 1fr;
  }

  .photo-grid::before {
    left: 10px;
  }

  .photo-card:nth-child(n) {
    grid-column: auto;
    width: 100%;
    justify-self: stretch;
    margin-top: 0;
    aspect-ratio: 16 / 10;
  }

  .site-footer {
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .rule-line {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .rule-line {
    padding: 20px 0;
  }
}
