:root {
  --lv7-bg-start: #0a2a12;
  --lv7-bg-end: #0f3518;
  --lv7-surface: #143d1e;
  --lv7-surface-deep: #0f3117;
  --lv7-surface-soft: #1a4a25;
  --lv7-accent: #22c55e;
  --lv7-accent-dark: #059669;
  --lv7-gold: #ffd700;
  --lv7-text: #d4edda;
  --lv7-text-soft: #b2d8be;
  --lv7-border: #ffd700;
  --lv7-shadow: 0 18px 42px rgba(2, 12, 6, 0.38);
  --lv7-radius: 24px;
  --lv7-wrap: min(1180px, calc(100% - 32px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Work Sans", sans-serif;
  color: var(--lv7-text);
  background:
    radial-gradient(circle at top left, rgba(255, 215, 0, 0.12), transparent 34%),
    linear-gradient(180deg, var(--lv7-bg-start), var(--lv7-bg-end));
  line-height: 1.6;
}

body.lv7-nav-open {
  overflow: hidden;
}

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

img {
  max-width: 100%;
}

.lv7-main {
  overflow: clip;
}

.lv7-progress-bar {
  position: fixed;
  inset: 0 auto auto 0;
  width: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--lv7-gold), var(--lv7-accent));
  z-index: 1200;
  box-shadow: 0 0 12px rgba(255, 215, 0, 0.42);
}

.lv7-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(18px);
  background: rgba(10, 42, 18, 0.88);
  border-bottom: 1px solid rgba(255, 215, 0, 0.2);
}

.lv7-header-shell {
  width: var(--lv7-wrap);
  margin: 0 auto;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.lv7-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Bitter", serif;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.03em;
}

.lv7-logo-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  color: var(--lv7-bg-start);
  background: linear-gradient(145deg, var(--lv7-gold), #ffe777);
  box-shadow: 0 8px 18px rgba(255, 215, 0, 0.18);
}

.lv7-logo-wordmark {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}

.lv7-logo-wordmark strong {
  color: var(--lv7-gold);
}

.lv7-nav-toggle {
  display: none;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 1px solid rgba(255, 215, 0, 0.35);
  border-radius: 16px;
  background: rgba(20, 61, 30, 0.84);
  cursor: pointer;
}

.lv7-nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: var(--lv7-gold);
  border-radius: 999px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.lv7-nav {
  display: flex;
  align-items: center;
  gap: 20px;
}

.lv7-nav a {
  color: #f7de6a;
  font-weight: 600;
  transition: color 0.2s ease, text-shadow 0.2s ease;
}

.lv7-nav a:hover,
.lv7-nav a:focus-visible {
  color: #fff3b0;
  text-shadow: 0 0 12px rgba(34, 197, 94, 0.75);
}

.lv7-shell {
  width: var(--lv7-wrap);
  margin: 0 auto;
}

.lv7-hero {
  position: relative;
  min-height: 84vh;
  display: flex;
  align-items: center;
  isolation: isolate;
  background:
    radial-gradient(circle at 18% 24%, rgba(255, 215, 0, 0.18), transparent 20%),
    radial-gradient(circle at 78% 14%, rgba(34, 197, 94, 0.22), transparent 28%),
    linear-gradient(-30deg, #07210e, #103b1b, #15341c, #0c2612);
  background-size: 180% 180%;
  animation: lv7-gradient-shift 18s ease infinite;
}

.lv7-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2, 10, 4, 0.1), rgba(2, 10, 4, 0.68)),
    radial-gradient(circle at 50% 0, rgba(255, 215, 0, 0.12), transparent 45%);
  z-index: -2;
}

.lv7-particles {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: -1;
}

.lv7-particle {
  position: absolute;
  bottom: -10%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.95), rgba(34, 197, 94, 0.25));
  opacity: 0.48;
  animation: lv7-particle-rise linear infinite;
}

.lv7-particle:nth-child(1) { left: 6%; animation-duration: 18s; animation-delay: -3s; }
.lv7-particle:nth-child(2) { left: 14%; width: 5px; height: 5px; animation-duration: 14s; animation-delay: -10s; }
.lv7-particle:nth-child(3) { left: 21%; width: 10px; height: 10px; animation-duration: 16s; animation-delay: -7s; }
.lv7-particle:nth-child(4) { left: 29%; animation-duration: 20s; animation-delay: -12s; }
.lv7-particle:nth-child(5) { left: 37%; width: 6px; height: 6px; animation-duration: 17s; animation-delay: -4s; }
.lv7-particle:nth-child(6) { left: 44%; animation-duration: 13s; animation-delay: -1s; }
.lv7-particle:nth-child(7) { left: 52%; width: 5px; height: 5px; animation-duration: 15s; animation-delay: -9s; }
.lv7-particle:nth-child(8) { left: 60%; width: 11px; height: 11px; animation-duration: 19s; animation-delay: -5s; }
.lv7-particle:nth-child(9) { left: 68%; animation-duration: 14s; animation-delay: -11s; }
.lv7-particle:nth-child(10) { left: 74%; width: 6px; height: 6px; animation-duration: 18s; animation-delay: -2s; }
.lv7-particle:nth-child(11) { left: 81%; animation-duration: 16s; animation-delay: -8s; }
.lv7-particle:nth-child(12) { left: 89%; width: 5px; height: 5px; animation-duration: 12s; animation-delay: -6s; }

.lv7-hero-inner {
  width: var(--lv7-wrap);
  margin: 0 auto;
  padding: 132px 0 104px;
  text-align: center;
}

.lv7-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 215, 0, 0.35);
  border-radius: 999px;
  background: rgba(20, 61, 30, 0.5);
  color: #f7de6a;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.lv7-hero h1,
.lv7-page-hero h1,
.lv7-section h2,
.lv7-section h3,
.lv7-footer-title,
.lv7-legal-heading {
  font-family: "Bitter", serif;
}

.lv7-hero h1 {
  max-width: 860px;
  margin: 28px auto 18px;
  font-size: clamp(2.8rem, 8vw, 5rem);
  line-height: 1.05;
}

.lv7-hero h1 strong {
  color: var(--lv7-gold);
}

.lv7-hero-copy {
  max-width: 760px;
  margin: 0 auto 32px;
  font-size: 1.1rem;
  color: var(--lv7-text-soft);
}

.lv7-hero-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.lv7-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-position 0.4s ease;
}

.lv7-button:hover,
.lv7-button:focus-visible {
  transform: translateY(-2px);
}

.lv7-button-primary {
  color: #13260b;
  background: linear-gradient(90deg, var(--lv7-gold), #fff1a6, var(--lv7-accent));
  background-size: 220% 100%;
  box-shadow: 0 16px 30px rgba(255, 215, 0, 0.2);
}

.lv7-button-primary:hover,
.lv7-button-primary:focus-visible {
  background-position: 100% 0;
}

.lv7-button-secondary {
  border: 1px solid rgba(255, 215, 0, 0.38);
  color: var(--lv7-text);
  background: rgba(20, 61, 30, 0.55);
}

.lv7-hero-stats {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 34px;
  font-weight: 600;
}

.lv7-hero-stat strong {
  color: var(--lv7-gold);
  font-size: 1.5rem;
  margin-right: 6px;
}

.lv7-section {
  padding: 88px 0;
}

.lv7-section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.lv7-section-head h2 {
  margin: 0 0 12px;
  font-size: clamp(2rem, 5vw, 3rem);
}

.lv7-section-head p {
  margin: 0;
  color: var(--lv7-text-soft);
}

.lv7-casino-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.lv7-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 26px;
  border: 2px solid var(--lv7-border);
  border-radius: var(--lv7-radius);
  background:
    linear-gradient(180deg, rgba(26, 74, 37, 0.92), rgba(15, 49, 23, 0.98)),
    #143d1e;
  box-shadow: var(--lv7-shadow);
}

.lv7-card::after {
  content: "☘";
  position: absolute;
  right: 18px;
  top: 16px;
  font-size: 1.2rem;
  color: rgba(255, 215, 0, 0.7);
}

.lv7-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.lv7-logo-wrap {
  width: 138px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  border-radius: 14px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.14);
  flex-shrink: 0;
}

.lv7-logo-wrap img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 14px;
}

.lv7-card-meta {
  flex: 1;
}

.lv7-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 215, 0, 0.15);
  color: #fff2a8;
  font-size: 0.82rem;
  font-weight: 700;
}

.lv7-card h3 {
  margin: 0 0 6px;
  font-size: 1.45rem;
}

.lv7-rating-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.lv7-rating-value {
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff6ca;
}

.lv7-rating-stars {
  color: var(--lv7-accent);
  letter-spacing: 0.08em;
}

.lv7-card-copy {
  margin: 0;
  color: var(--lv7-text-soft);
}

.lv7-bonus-box {
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 215, 0, 0.08);
  border: 1px solid rgba(255, 215, 0, 0.3);
}

.lv7-bonus-label {
  display: block;
  margin-bottom: 4px;
  color: #f7de6a;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.lv7-bonus-text {
  color: #fff2a8;
  font-weight: 700;
}

.lv7-proscons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.lv7-points {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lv7-points li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
  color: var(--lv7-text-soft);
}

.lv7-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.lv7-points-positive li::before {
  background: var(--lv7-accent);
}

.lv7-points-negative li::before {
  background: #f87171;
}

.lv7-card-footer {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: auto;
}

.lv7-card-note {
  font-size: 0.88rem;
  color: #c8dbcd;
}

.lv7-card .lv7-button {
  width: 100%;
}

.lv7-types-grid,
.lv7-glossary-grid,
.lv7-warning-grid,
.lv7-spotlight-grid,
.lv7-page-grid,
.lv7-footer-grid {
  display: grid;
  gap: 22px;
}

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

.lv7-type-card,
.lv7-glossary-card,
.lv7-warning-card,
.lv7-spotlight-card,
.lv7-panel,
.lv7-contact-card,
.lv7-legal-card {
  padding: 24px;
  border: 1px solid rgba(255, 215, 0, 0.28);
  border-radius: var(--lv7-radius);
  background: rgba(20, 61, 30, 0.78);
  box-shadow: var(--lv7-shadow);
}

.lv7-type-card h3,
.lv7-glossary-card h3,
.lv7-warning-card h3,
.lv7-spotlight-card h3,
.lv7-panel h2,
.lv7-contact-card h2,
.lv7-legal-card h2 {
  margin-top: 0;
}

.lv7-type-link,
.lv7-inline-link {
  color: #fff2a8;
  font-weight: 700;
}

.lv7-method-wrap {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.lv7-score-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: var(--lv7-radius);
  border: 1px solid rgba(255, 215, 0, 0.28);
  box-shadow: var(--lv7-shadow);
}

.lv7-score-table th,
.lv7-score-table td {
  padding: 14px 16px;
  text-align: left;
}

.lv7-score-table th {
  background: rgba(255, 215, 0, 0.12);
  color: #fff3ba;
}

.lv7-score-table td {
  border-top: 1px solid rgba(255, 215, 0, 0.16);
  background: rgba(20, 61, 30, 0.72);
}

.lv7-method-copy,
.lv7-about-copy,
.lv7-about-side {
  padding: 28px;
  border-radius: var(--lv7-radius);
  border: 1px solid rgba(255, 215, 0, 0.24);
  background: rgba(20, 61, 30, 0.78);
  box-shadow: var(--lv7-shadow);
}

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

.lv7-about-wrap {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
}

.lv7-about-side ul {
  margin: 0;
  padding-left: 18px;
}

.lv7-about-side li {
  margin-bottom: 12px;
}

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

.lv7-warning-card {
  position: relative;
}

.lv7-warning-card::before {
  content: "18+";
  position: absolute;
  right: 18px;
  top: 16px;
  color: #13260b;
  font-weight: 800;
  background: var(--lv7-gold);
  border-radius: 999px;
  padding: 6px 10px;
}

.lv7-help-box {
  margin-top: 24px;
  padding: 22px;
  border-radius: var(--lv7-radius);
  border: 1px solid rgba(255, 215, 0, 0.3);
  background: rgba(255, 215, 0, 0.08);
}

.lv7-help-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.lv7-help-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(20, 61, 30, 0.92);
  border: 1px solid rgba(255, 215, 0, 0.22);
  color: #fff3ba;
  font-weight: 700;
}

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

.lv7-spotlight-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.lv7-spotlight-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.lv7-page-hero {
  padding: 90px 0 44px;
}

.lv7-page-hero-inner {
  width: var(--lv7-wrap);
  margin: 0 auto;
}

.lv7-page-hero p {
  max-width: 720px;
  color: var(--lv7-text-soft);
}

.lv7-page-grid {
  grid-template-columns: 1.15fr 0.85fr;
}

.lv7-contact-stack,
.lv7-legal-stack {
  display: grid;
  gap: 18px;
}

.lv7-contact-card a,
.lv7-legal-card a {
  color: #fff3ba;
  font-weight: 700;
}

.lv7-legal-shell {
  width: var(--lv7-wrap);
  margin: 0 auto;
  padding: 30px 0 88px;
}

.lv7-legal-card {
  margin-bottom: 18px;
}

.lv7-legal-heading {
  margin: 0 0 8px;
  font-size: 1.65rem;
}

.lv7-cookie-banner {
  position: fixed;
  top: 16px;
  left: 50%;
  z-index: 1400;
  transform: translateX(-50%);
  width: min(940px, calc(100% - 24px));
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(20, 61, 30, 0.97);
  border: 1px solid rgba(255, 215, 0, 0.34);
  box-shadow: var(--lv7-shadow);
}

.lv7-cookie-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.lv7-cookie-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* Состояние через data-lv7-age-state: без атрибута hidden (у UA он с !important и ломает клики/отображение). */
.lv7-age-overlay[data-lv7-age-state="pending"],
.lv7-age-overlay[data-lv7-age-state="off"] {
  display: none !important;
  pointer-events: none !important;
  visibility: hidden !important;
  position: fixed;
  inset: 0;
  z-index: -1;
}

.lv7-age-overlay[data-lv7-age-state="on"] {
  display: grid !important;
  visibility: visible !important;
  pointer-events: auto !important;
  position: fixed !important;
  inset: 0 !important;
  z-index: 2147483646 !important;
  place-items: center;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(2, 10, 4, 0.74), rgba(2, 10, 4, 0.92)),
    radial-gradient(circle at center, rgba(255, 215, 0, 0.12), transparent 38%);
}

.lv7-age-overlay[data-lv7-age-state="on"] .lv7-age-card,
.lv7-age-overlay[data-lv7-age-state="on"] .lv7-button {
  pointer-events: auto !important;
  position: relative;
  z-index: 2;
}

.lv7-age-card {
  width: min(520px, 100%);
  padding: 36px;
  border-radius: 28px;
  border: 2px solid var(--lv7-gold);
  background: #143d1e;
  text-align: center;
  box-shadow: var(--lv7-shadow);
}

.lv7-age-card h2 {
  margin-top: 0;
  font-size: clamp(2rem, 5vw, 2.7rem);
}

.lv7-age-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 24px;
}

.lv7-scroll-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1100;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 50%;
  color: #13260b;
  background: var(--lv7-gold);
  box-shadow: 0 12px 24px rgba(255, 215, 0, 0.18);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.lv7-scroll-top.lv7-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.lv7-footer {
  border-top: 1px solid rgba(255, 215, 0, 0.2);
  background: #071b0c;
}

.lv7-footer-shell {
  width: var(--lv7-wrap);
  margin: 0 auto;
  padding: 54px 0 28px;
}

.lv7-footer-grid {
  grid-template-columns: 1.25fr 0.8fr 0.8fr 1fr;
}

.lv7-footer-title {
  margin: 0 0 14px;
  font-size: 1.2rem;
}

.lv7-footer p,
.lv7-footer li {
  color: var(--lv7-text-soft);
}

.lv7-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lv7-footer li {
  margin-bottom: 10px;
}

.lv7-footer-bottom {
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 215, 0, 0.16);
}

.lv7-footer-badges {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.lv7-badge-18 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  color: #13260b;
  font-weight: 800;
  background: var(--lv7-gold);
}

.lv7-counter {
  display: inline-block;
  min-width: 1ch;
}

@keyframes lv7-gradient-shift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes lv7-particle-rise {
  0% {
    transform: translate3d(0, 0, 0) scale(0.9);
    opacity: 0;
  }
  15% {
    opacity: 0.52;
  }
  100% {
    transform: translate3d(24px, -120vh, 0) scale(1.25);
    opacity: 0;
  }
}

@media (max-width: 1040px) {
  .lv7-casino-grid,
  .lv7-glossary-grid,
  .lv7-warning-grid,
  .lv7-spotlight-grid,
  .lv7-footer-grid,
  .lv7-types-grid,
  .lv7-page-grid,
  .lv7-about-wrap,
  .lv7-method-wrap {
    grid-template-columns: 1fr 1fr;
  }

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

  .lv7-about-wrap,
  .lv7-method-wrap,
  .lv7-page-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  .lv7-nav-toggle {
    display: inline-block;
  }

  .lv7-nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 16px;
    right: 16px;
    display: grid;
    gap: 14px;
    padding: 18px;
    border-radius: 22px;
    background: rgba(12, 37, 18, 0.98);
    border: 1px solid rgba(255, 215, 0, 0.2);
    box-shadow: var(--lv7-shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  body.lv7-nav-open .lv7-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  body.lv7-nav-open .lv7-nav-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  body.lv7-nav-open .lv7-nav-toggle span:nth-child(2) {
    opacity: 0;
  }

  body.lv7-nav-open .lv7-nav-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .lv7-casino-grid,
  .lv7-glossary-grid,
  .lv7-warning-grid,
  .lv7-spotlight-grid,
  .lv7-types-grid,
  .lv7-footer-grid,
  .lv7-proscons {
    grid-template-columns: 1fr;
  }

  .lv7-cookie-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .lv7-header-shell {
    min-height: 76px;
  }
}

@media (max-width: 560px) {
  .lv7-hero-inner {
    padding: 120px 0 82px;
  }

  .lv7-section {
    padding: 72px 0;
  }

  .lv7-card,
  .lv7-type-card,
  .lv7-glossary-card,
  .lv7-warning-card,
  .lv7-spotlight-card,
  .lv7-panel,
  .lv7-contact-card,
  .lv7-legal-card,
  .lv7-about-copy,
  .lv7-about-side,
  .lv7-method-copy,
  .lv7-age-card {
    padding: 20px;
  }
}
