/* ==========================================================================
   918Kiss - Homepage Styles
   ========================================================================== */

:root {
  --color-bg: #f2e7fa;
  --color-purple-dark: #522a7a;
  --color-purple: #6b2fa0;
  --color-purple-mid: #7a3fa0;
  --color-pink: #e6399b;
  --color-green: #3eaf5c;
  --color-green-dark: #339a4d;
  --color-text: #4b4b4b;
  --color-text-light: #6b6b6b;
  --color-white: #ffffff;
  --color-footer-bg: #4a2a68;
  --color-footer-text: #d9c7ea;
  --radius-lg: 32px;
  --radius-md: 20px;
  --radius-pill: 999px;
  --max-width: 1200px;
  --shadow-soft: 0 10px 30px rgba(82, 42, 122, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Poppins', 'Segoe UI', Arial, sans-serif;
  background: var(--color-bg);
  color: var(--color-text);
  overflow-x: hidden;
  padding-top: 96px;
}

body.nav-open {
  overflow: hidden;
}

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

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

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}

/* ==========================================================================
   Header / Navbar
   ========================================================================== */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 20px 24px 0;
}

.navbar {
  max-width: var(--max-width);
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.85);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 32px;
}

.navbar .logo img {
  height: 48px;
  width: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
}

.nav-links a {
  font-weight: 600;
  font-size: 15px;
  color: var(--color-text);
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

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

.nav-links a.active {
  color: var(--color-pink);
  border-bottom-color: var(--color-pink);
}

.btn-playnow-header img {
  height: 44px;
  width: auto;
  transition: transform 0.2s ease;
}

.btn-playnow-header:hover img {
  transform: scale(1.05);
}

.hamburger {
  display: none;
  background: none;
  border: none;
  font-size: 26px;
  line-height: 1;
  color: var(--color-purple-dark);
  cursor: pointer;
  padding: 4px 6px;
}

.nav-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(20, 8, 32, 0.45);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1001;
}

.nav-backdrop.open {
  opacity: 1;
  visibility: visible;
}

.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 280px;
  max-width: 80vw;
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: var(--color-white);
  padding: 20px 24px 40px;
  overflow-y: auto;
  transform: translateX(calc(-100% - 20px));
  visibility: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, visibility 0s linear 0.3s;
  z-index: 1002;
}

.mobile-nav.open {
  transform: translateX(0);
  visibility: visible;
  box-shadow: 8px 0 30px rgba(0, 0, 0, 0.18);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mobile-nav-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f0e6f8;
}

.mobile-nav-logo {
  height: 36px;
  width: auto;
}

.mobile-nav-close {
  background: none;
  border: none;
  font-size: 28px;
  line-height: 1;
  color: var(--color-purple-dark);
  cursor: pointer;
  padding: 4px 8px;
}

.mobile-nav a {
  padding: 12px 0;
  font-weight: 600;
  color: var(--color-text);
  border-bottom: 1px solid #f0e6f8;
}

.mobile-nav a:last-child {
  border-bottom: none;
}

/* ==========================================================================
   Hero
   ========================================================================== */

.hero {
  max-width: var(--max-width);
  margin: 24px auto 0;
  padding: 0 24px;
}

.hero-inner {
  background: linear-gradient(135deg, #f8f0fc 0%, #ece0f8 100%);
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 64px 64px;
  min-height: 420px;
}

.hero-text {
  flex: 1;
  max-width: 520px;
}

.hero-text h1 {
  font-size: 48px;
  line-height: 1.15;
  color: var(--color-purple-dark);
  font-weight: 800;
  margin: 0 0 20px;
}

.hero-text p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--color-text);
  margin: 0 0 32px;
}

.hero-buttons {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.btn-playnow-hero img {
  height: 76px;
  width: auto;
  transition: transform 0.2s ease, filter 0.2s ease;
  animation: playnow-pulse 1.1s ease-in-out infinite;
}

.btn-playnow-hero:hover img {
  animation-play-state: paused;
  transform: scale(1.1);
  filter: drop-shadow(0 10px 24px rgba(230, 57, 155, 0.6));
}

@keyframes playnow-pulse {

  0%,
  100% {
    transform: scale(1) translateY(0);
    filter: drop-shadow(0 4px 10px rgba(230, 57, 155, 0.25));
  }

  50% {
    transform: scale(1.06) translateY(-3px);
    filter: drop-shadow(0 10px 22px rgba(230, 57, 155, 0.55));
  }
}

@media (prefers-reduced-motion: reduce) {
  .btn-playnow-hero img {
    animation: none;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 22px;
  border-radius: var(--radius-pill);
  font-weight: 600;
  font-size: 15px;
  color: var(--color-white);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.btn-whatsapp {
  background: linear-gradient(180deg, var(--color-green) 0%, var(--color-green-dark) 100%);
}

.btn-download {
  background: linear-gradient(180deg, var(--color-purple-mid) 0%, var(--color-purple-dark) 100%);
}

.btn-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.hero-image {
  flex-shrink: 0;
  width: 480px;
}

.hero-image img {
  width: 100%;
  height: auto;
}

/* ==========================================================================
   App store / Google Play download cards
   ========================================================================== */

.app-store-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  width: 160px;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 18px;
  padding: 16px 18px;
  box-shadow: var(--shadow-soft);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.app-store-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.app-store-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

.app-store-icon {
  width: 26px;
  height: 26px;
  color: var(--color-purple-dark);
}

.app-store-arrow {
  width: 16px;
  height: 16px;
  color: var(--color-purple-dark);
  opacity: 0.5;
}

.app-store-label {
  font-size: 13px;
  line-height: 1.3;
  font-weight: 600;
  color: var(--color-text);
  white-space: normal;
}

/* ==========================================================================
   Content section
   ========================================================================== */

.content-section {
  max-width: var(--max-width);
  margin: 40px auto 0;
  padding: 0 24px 60px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.content-card {
  background: var(--color-white);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  padding: 40px 48px;
}

.content-card h2 {
  font-size: 22px;
  color: #1f1f1f;
  font-weight: 700;
  margin: 0 0 18px;
}

.content-card p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--color-text);
  margin: 0 0 16px;
}

.content-card p:last-child {
  margin-bottom: 0;
}

.content-card h2:not(:first-child) {
  margin-top: 8px;
}

.content-card h3 {
  font-size: 17px;
  color: #1f1f1f;
  font-weight: 700;
  margin: 24px 0 10px;
}

.content-card>p:first-of-type {
  margin-top: 0;
}

.content-card ul:not([class]),
.content-card ol:not([class]) {
  margin: 0 0 16px;
  padding-left: 20px;
}

.content-card ul:not([class]) li,
.content-card ol:not([class]) li {
  font-size: 15px;
  line-height: 1.7;
  color: var(--color-text);
  margin-bottom: 6px;
}

h2[id],
h3[id] {
  scroll-margin-top: 120px;
}

.content-card a:not(.btn) {
  color: var(--color-purple-mid);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(122, 63, 160, 0.4);
  text-underline-offset: 2px;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.content-card a:not(.btn):hover {
  color: var(--color-pink);
  text-decoration-color: currentColor;
}

/* ==========================================================================
   Hero disclaimer note
   ========================================================================== */

.hero-note {
  display: flex;
  gap: 10px;
  margin: 0 0 28px;
  padding: 12px 18px;
  background: rgba(230, 57, 155, 0.08);
  border: 1px solid rgba(230, 57, 155, 0.25);
  border-radius: 12px;
  font-size: 13px;
  line-height: 1.55;
  color: var(--color-purple-dark);
  max-width: 480px;
}

/* ==========================================================================
   Data tables
   ========================================================================== */

.table-wrap {
  overflow-x: auto;
  margin: 16px 0 20px;
  border-radius: 14px;
  border: 1px solid #f0e6f8;
}

.data-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  min-width: 420px;
}

.data-table th,
.data-table td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid #f0e6f8;
  white-space: nowrap;
}

.data-table th {
  background: var(--color-bg);
  color: var(--color-purple-dark);
  font-weight: 700;
}

.data-table tr:last-child td {
  border-bottom: none;
}

.data-table tr:nth-child(even) td {
  background: #fbf7fd;
}

/* ==========================================================================
   Password callout / code badge
   ========================================================================== */

.password-callout {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  margin: 4px 0 16px;
  padding: 14px 22px;
  background: linear-gradient(180deg, var(--color-purple-mid) 0%, var(--color-purple-dark) 100%);
  border-radius: var(--radius-pill);
  color: var(--color-white);
}

.password-callout .label {
  font-weight: 500;
  opacity: 0.85;
  font-size: 13px;
}

.password-callout .value {
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.5px;
}

.code-badge {
  display: inline-block;
  padding: 3px 10px;
  background: var(--color-bg);
  border-radius: 8px;
  font-family: 'Courier New', monospace;
  font-weight: 700;
  color: var(--color-purple-dark);
  font-size: 14px;
}

/* ==========================================================================
   Numbered steps
   ========================================================================== */

.steps {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin: 20px 0 0;
}

.step-item {
  display: flex;
  gap: 16px;
}

.step-number {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--color-purple-mid) 0%, var(--color-purple-dark) 100%);
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 15px;
}

.step-body h3 {
  margin: 4px 0 8px;
}

.step-body p {
  margin: 0 0 8px;
  font-size: 14px;
}

/* ==========================================================================
   Sub-section grid
   ========================================================================== */

.sub-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 20px;
}

.sub-card {
  min-width: 0;
  background: var(--color-bg);
  border-radius: 16px;
  padding: 22px 24px;
}

.sub-card h3 {
  margin: 0 0 10px;
  font-size: 16px;
  color: var(--color-purple-dark);
}

.sub-card p {
  margin: 0 0 10px;
  font-size: 14px;
}

/* ==========================================================================
   Test ID generator
   ========================================================================== */

.generator-card {
  max-width: 440px;
  margin: 20px auto 0;
  padding: 32px 28px;
  background: var(--color-bg);
  border-radius: var(--radius-md);
  text-align: center;
}

.generator-icon {
  position: relative;
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-purple-mid);
}

.generator-icon-badge {
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--color-purple-mid);
  border: 2px solid var(--color-bg);
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.generator-icon-badge svg {
  width: 11px;
  height: 11px;
}

.generator-icon svg {
  width: 30px;
  height: 30px;
}

.generator-title {
  font-size: 22px;
  font-weight: 800;
  color: #1f1f1f;
  margin: 0 0 6px;
}

.generator-subtitle {
  font-size: 14px;
  color: var(--color-text-light);
  margin: 0 0 28px;
}

.generator-field {
  text-align: left;
  margin-bottom: 18px;
}

.generator-field-label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #1f1f1f;
  margin-bottom: 8px;
}

.generator-field-row {
  display: flex;
  gap: 10px;
}

.generator-input {
  flex: 1;
  min-width: 0;
  width: 100%;
  font-family: 'Courier New', monospace;
  font-size: 15px;
  font-weight: 700;
  color: #1f1f1f;
  background: var(--color-white);
  border: 1px solid #e4d7ef;
  border-radius: 12px;
  padding: 12px 16px;
}

.generator-input:focus {
  outline: none;
  border-color: var(--color-purple-mid);
}

.generator-input[disabled] {
  background: rgba(255, 255, 255, 0.6);
  color: var(--color-text-light);
  opacity: 1;
  -webkit-text-fill-color: var(--color-text-light);
}

.generator-copy-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 18px;
  border-radius: 12px;
  border: 1px solid #e4d7ef;
  background: var(--color-white);
  color: var(--color-purple-mid);
  font-weight: 700;
  font-size: 14px;
  font-family: inherit;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.generator-copy-btn:hover {
  background: var(--color-bg);
  border-color: var(--color-purple-mid);
}

.generator-copy-btn.copied {
  color: var(--color-green-dark);
  border-color: var(--color-green);
}

.generator-copy-btn svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.generator-password-wrap {
  position: relative;
  flex: 1;
}

.generator-password-wrap .generator-input {
  padding-right: 42px;
}

.generator-lock-icon {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: var(--color-text-light);
}

.generator-submit-btn {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 6px;
  padding: 15px 20px;
  border: none;
  border-radius: 14px;
  background: linear-gradient(180deg, var(--color-purple-mid) 0%, var(--color-purple-dark) 100%);
  color: var(--color-white);
  font-weight: 700;
  font-size: 15px;
  font-family: inherit;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(82, 42, 122, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.generator-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(82, 42, 122, 0.35);
}

.generator-submit-btn svg {
  width: 18px;
  height: 18px;
}

.generator-loading .generator-title {
  margin-top: 4px;
}

.generator-loading .generator-subtitle {
  margin-bottom: 24px;
}

.generator-spinner {
  width: 48px;
  height: 48px;
  margin: 4px auto 24px;
  border-radius: 50%;
  border: 4px solid #e4d7ef;
  border-top-color: var(--color-purple-mid);
  animation: generator-spin 0.8s linear infinite;
}

@keyframes generator-spin {
  to {
    transform: rotate(360deg);
  }
}

.generator-progress {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 26px;
}

.generator-progress-track {
  flex: 1;
  height: 8px;
  background: #e4d7ef;
  border-radius: var(--radius-pill);
  overflow: hidden;
}

.generator-progress-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--color-purple-mid), var(--color-pink));
  border-radius: var(--radius-pill);
  transition: width 0.2s ease;
}

.generator-progress-label {
  min-width: 36px;
  font-size: 13px;
  font-weight: 700;
  color: var(--color-purple-dark);
  text-align: right;
}

.generator-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  text-align: left;
}

.generator-step {
  display: flex;
  align-items: center;
  gap: 10px;
}

.generator-step-icon {
  position: relative;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #e4d7ef;
}

.generator-step-text {
  font-size: 14px;
  color: var(--color-text-light);
  transition: color 0.2s ease;
}

.generator-step.active .generator-step-icon {
  border-color: var(--color-purple-mid);
  border-top-color: transparent;
  animation: generator-spin 0.8s linear infinite;
}

.generator-step.active .generator-step-text {
  color: #1f1f1f;
  font-weight: 700;
}

.generator-step.done .generator-step-icon {
  border-color: var(--color-purple-mid);
  background: var(--color-purple-mid);
}

.generator-step.done .generator-step-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 46%;
  width: 4px;
  height: 8px;
  border: solid var(--color-white);
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
}

/* ==========================================================================
   Note / warning box
   ========================================================================== */

.note-box {
  margin: 16px 0;
  padding: 14px 18px;
  background: #fbf3fb;
  border-left: 4px solid var(--color-pink);
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--color-text);
}

.note-box:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
   Accordion (troubleshooting / FAQ)
   ========================================================================== */

.accordion-item {
  border: 1px solid #f0e6f8;
  border-radius: 14px;
  padding: 4px 20px;
  margin-bottom: 12px;
}

.accordion-item:last-child {
  margin-bottom: 0;
}

.accordion-item summary {
  cursor: pointer;
  list-style: none;
  padding: 16px 0;
  font-weight: 700;
  font-size: 15px;
  color: #1f1f1f;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.accordion-item summary::-webkit-details-marker {
  display: none;
}

.accordion-item summary::after {
  content: "+";
  flex-shrink: 0;
  font-size: 22px;
  font-weight: 400;
  color: var(--color-purple-dark);
  transition: transform 0.2s ease;
}

.accordion-item[open] summary::after {
  transform: rotate(45deg);
}

.accordion-item .accordion-body {
  padding: 0 0 18px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--color-text);
}

.accordion-item .accordion-body p {
  margin: 0 0 10px;
}

.accordion-item .accordion-body ul {
  margin: 0 0 10px;
  padding-left: 20px;
}

.accordion-item .accordion-body li {
  margin-bottom: 6px;
}

/* ==========================================================================
   CTA button row
   ========================================================================== */

.cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin: 20px 0;
}

/* ==========================================================================
   Footer
   ========================================================================== */

.site-footer {
  background: var(--color-footer-bg);
  color: var(--color-footer-text);
  margin-top: 40px;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  padding: 56px 24px 0;
}

.footer-grid {
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 32px;
}

.footer-brand img {
  height: 44px;
  width: auto;
  margin-bottom: 16px;
}

.footer-brand p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--color-footer-text);
  margin: 0;
  max-width: 240px;
}

.footer-col h4 {
  color: var(--color-white);
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 18px;
}

.footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-col a {
  font-size: 14px;
  color: var(--color-footer-text);
  transition: color 0.2s ease;
}

.footer-col a:hover {
  color: var(--color-white);
}

.footer-bottom {
  max-width: var(--max-width);
  margin: 40px auto 0;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
  font-size: 13px;
  color: var(--color-footer-text);
}

/* ==========================================================================
   Responsive - Tablet & Mobile
   ========================================================================== */

@media (max-width: 900px) {
  .hero-inner {
    padding: 48px 40px;
  }

  .hero-text h1 {
    font-size: 38px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    row-gap: 32px;
  }
}

@media (max-width: 768px) {
  body {
    padding-top: 88px;
  }

  .site-header {
    padding: 16px 16px 0;
  }

  .navbar {
    padding: 12px 20px;
  }

  .nav-links {
    display: none;
  }

  .btn-playnow-header img {
    height: 36px;
  }

  .hamburger {
    display: block;
    order: -1;
  }

  .mobile-nav {
    margin: 8px 16px 0;
  }

  .hero {
    padding: 0 16px;
    margin-top: 16px;
  }

  .hero-inner {
    flex-direction: column-reverse;
    padding: 32px 24px;
    text-align: center;
    min-height: 0;
  }

  .hero-text {
    max-width: 100%;
  }

  .hero-text h1 {
    font-size: 30px;
  }

  .hero-text p {
    font-size: 14px;
  }

  .hero-buttons {
    justify-content: center;
  }

  .btn-playnow-hero {
    order: -1;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 6px;
  }

  .hero-image {
    width: 320px;
    margin: 0 auto;
  }

  .content-section {
    padding: 0 16px 40px;
    margin-top: 24px;
  }

  .content-card {
    padding: 28px 24px;
  }

  .content-card h2 {
    font-size: 19px;
  }

  .site-footer {
    padding: 40px 20px 0;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    text-align: left;
  }

  .footer-brand p {
    max-width: 100%;
  }

  .hero-note {
    max-width: 100%;
    text-align: left;
  }

  .sub-grid {
    grid-template-columns: 1fr;
  }

  .step-item {
    gap: 12px;
  }

  .password-callout {
    width: 100%;
  }

  .data-table th,
  .data-table td {
    padding: 10px 14px;
    font-size: 13px;
  }

  .accordion-item {
    padding: 4px 16px;
  }
}