:root {
  color-scheme: light;
  --bg: #f3f7fd;
  --bg-soft: #edf4fb;
  --surface: rgba(255, 255, 255, 0.96);
  --surface-strong: #ffffff;
  --surface-blue: linear-gradient(180deg, rgba(237, 245, 255, 0.98), rgba(255, 255, 255, 0.96));
  --surface-highlight: linear-gradient(150deg, rgba(231, 243, 255, 0.96), rgba(255, 255, 255, 0.99));
  --line: rgba(48, 101, 178, 0.14);
  --line-strong: rgba(24, 93, 182, 0.28);
  --text: #1c3852;
  --heading: #11253b;
  --muted: #627b96;
  --accent: #2e80ee;
  --accent-strong: #0d61d8;
  --accent-soft: #e7f1ff;
  --accent-soft-strong: #d7e9ff;
  --money: #2fa46b;
  --money-strong: #18784a;
  --money-soft: #e9f7ef;
  --money-soft-strong: #d8f0e1;
  --money-line: rgba(47, 164, 107, 0.2);
  --frame-blue: linear-gradient(90deg, rgba(13, 97, 216, 0.92), rgba(46, 128, 238, 0.32));
  --frame-green: linear-gradient(90deg, rgba(24, 120, 74, 0.92), rgba(47, 164, 107, 0.26));
  --icon-graph-blue: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230d61d8' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 18V9'/%3E%3Cpath d='M10 18V6'/%3E%3Cpath d='M15 18v-4'/%3E%3Cpath d='M20 18V4'/%3E%3Cpath d='M3 20h18'/%3E%3C/svg%3E");
  --icon-check-green: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2318784a' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8'/%3E%3Cpath d='m10 12 1.8 1.8L15.8 10'/%3E%3C/svg%3E");
  --icon-shield-green: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2318784a' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3 4 7v6c0 4.2 2.8 7.2 8 8 5.2-.8 8-3.8 8-8V7l-8-4Z'/%3E%3Cpath d='m9.5 12 1.8 1.8L15.5 9.6'/%3E%3C/svg%3E");
  --icon-search-blue: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230d61d8' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 4a7 7 0 1 0 0 14a7 7 0 0 0 0-14Z'/%3E%3Cpath d='m20 20-3.5-3.5'/%3E%3C/svg%3E");
  --icon-path-blue: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230d61d8' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 19c3-6 8-10 14-12'/%3E%3Cpath d='M14 7h5v5'/%3E%3Ccircle cx='7' cy='17' r='2'/%3E%3C/svg%3E");
  --icon-mail-blue: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230d61d8' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 7h16v10H4z'/%3E%3Cpath d='m5 8 7 6 7-6'/%3E%3C/svg%3E");
  --icon-wallet-green: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2318784a' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 8a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V8Z'/%3E%3Cpath d='M18 10h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2'/%3E%3Ccircle cx='18' cy='12' r='.8' fill='%2318784a'/%3E%3C/svg%3E");
  --good: #1f9562;
  --warn: #b36d00;
  --danger: #b14f5c;
  --shadow: 0 24px 60px rgba(21, 77, 138, 0.12);
  --shadow-soft: 0 14px 34px rgba(21, 77, 138, 0.08);
  --radius: 30px;
  --radius-sm: 20px;
  --container: 1180px;
  --font-body: "Plus Jakarta Sans", sans-serif;
  --font-display: "Outfit", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  font-family: var(--font-body);
  background:
    radial-gradient(circle at top left, rgba(124, 188, 255, 0.26), transparent 30%),
    radial-gradient(circle at 88% 14%, rgba(171, 225, 255, 0.42), transparent 22%),
    radial-gradient(circle at 82% 78%, rgba(108, 201, 151, 0.18), transparent 22%),
    radial-gradient(circle at 50% 80%, rgba(225, 241, 255, 0.64), transparent 28%),
    linear-gradient(180deg, #f9fbff 0%, #f4f8fd 50%, #eef4fb 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.72), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.38), transparent 36%);
}

body::after {
  content: "";
  position: fixed;
  width: 36rem;
  height: 36rem;
  left: calc(var(--cursor-x, 78) * 1% - 18rem);
  top: calc(var(--cursor-y, 18) * 1% - 18rem);
  pointer-events: none;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(64, 171, 112, 0.16), rgba(64, 171, 112, 0.04) 38%, transparent 68%);
  filter: blur(18px);
  opacity: 0.8;
  transition:
    left 0.12s ease,
    top 0.12s ease,
    opacity 0.2s ease;
  z-index: 0;
}

[hidden] {
  display: none !important;
}

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

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

button {
  cursor: pointer;
}

.page-shell {
  position: relative;
  z-index: 1;
  width: min(100% - 40px, var(--container));
  margin: 0 auto;
  padding-bottom: 90px;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 4px;
  width: 0;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(90deg, var(--accent-strong), var(--money));
  box-shadow: 0 0 22px rgba(13, 97, 216, 0.24);
  z-index: 1200;
}

.section {
  margin-top: 52px;
}

.site-header {
  position: sticky;
  top: 12px;
  z-index: 24;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 18px;
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 42px rgba(86, 132, 184, 0.11);
}

.mobile-nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(48, 101, 178, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 26px rgba(21, 77, 138, 0.09);
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    background 0.18s ease;
}

.mobile-nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--heading);
  transition:
    transform 0.18s ease,
    opacity 0.18s ease;
}

.brand {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  flex: 0 0 76px;
  border-radius: 24px;
  background: linear-gradient(145deg, #6ab8ff, #0c65de);
  color: #ffffff;
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0.08em;
  box-shadow: 0 14px 28px rgba(33, 118, 231, 0.24);
}

.brand-logo-mark {
  padding: 6px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(48, 101, 178, 0.12);
  box-shadow: 0 14px 28px rgba(21, 77, 138, 0.14);
}

.brand-logo-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
}

.brand-copy strong {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--heading);
  line-height: 1.05;
}

.brand-copy span:last-child,
.site-nav a {
  color: var(--muted);
  font-size: 0.92rem;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}

.site-nav a {
  position: relative;
  font-weight: 600;
  white-space: nowrap;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), transparent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.85fr);
  gap: 26px;
  align-items: start;
  padding: 24px 0 8px;
}

.hero-copy,
.hero-panel,
.content-card,
.mini-card {
  position: relative;
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.hero-copy,
.hero-panel {
  border-radius: calc(var(--radius) + 6px);
}

.hero-copy {
  padding: 44px 44px 38px;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(117, 194, 255, 0.16), transparent 26%),
    radial-gradient(circle at 14% 84%, rgba(101, 195, 144, 0.1), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(246, 251, 255, 0.98));
}

.hero-panel {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 18px;
  padding: 28px;
  background: var(--surface-highlight);
  align-self: start;
  border-top: 4px solid rgba(13, 97, 216, 0.14);
}

.hero-copy::before,
.hero-panel::before,
.content-card::before,
.mini-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.45), transparent 38%);
}

.content-card::after,
.mini-card::after,
.trust-item::after,
.faq-item::after,
.stack-list article::after,
.placeholder-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  width: 88px;
  height: 4px;
  border-radius: 999px;
  background: var(--frame-blue);
  opacity: 0.95;
}

.hero-copy > *,
.hero-panel > *,
.content-card > *,
.mini-card > * {
  position: relative;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent-strong);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(26, 97, 182, 0.12);
  background: rgba(231, 241, 255, 0.72);
  color: var(--heading);
  font-size: 0.92rem;
  font-weight: 700;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--heading);
  font-family: var(--font-display);
}

h1 {
  max-width: 11.4ch;
  font-size: clamp(2.3rem, 4.1vw, 4.15rem);
  line-height: 0.98;
  letter-spacing: -0.052em;
}

h2 {
  font-size: clamp(1.85rem, 3vw, 3.05rem);
  line-height: 1.03;
  letter-spacing: -0.035em;
}

h3 {
  font-size: 1.08rem;
}

.hero-text,
.section-text,
.stack-list p,
.mini-card p,
.content-card p,
.form-card span,
.status-message,
.data-table,
label span {
  color: var(--muted);
}

.hero-text,
.section-text {
  max-width: 58ch;
  margin: 18px 0 0;
  font-size: 1rem;
  line-height: 1.74;
}

.hero-actions,
.share-actions,
.header-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-actions {
  margin-top: 24px;
  align-items: center;
}

.hero-note-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.hero-note-row span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(62, 124, 196, 0.14);
  color: var(--heading);
  font-size: 0.92rem;
  font-weight: 600;
}

.hero-note-row span:nth-child(2n) {
  background: rgba(233, 247, 239, 0.92);
  border-color: var(--money-line);
  color: var(--money-strong);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(58, 122, 194, 0.16);
}

.button-primary {
  background: linear-gradient(135deg, #41a8ff, #1f72ea);
  color: #ffffff;
  box-shadow: 0 18px 32px rgba(31, 114, 234, 0.2);
}

.button-secondary {
  border-color: var(--money-line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(233, 247, 239, 0.96));
  color: var(--money-strong);
}

.button-ghost {
  border-color: rgba(49, 141, 255, 0.18);
  background: rgba(232, 242, 255, 0.72);
  color: var(--heading);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 14px;
  margin: 30px 0 0;
}

.hero-stats div {
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(239, 247, 255, 0.94);
  border: 1px solid rgba(92, 151, 219, 0.16);
  box-shadow: var(--shadow-soft);
}

.hero-stats dt {
  color: var(--muted);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.hero-stats dd {
  margin: 8px 0 0;
  color: var(--heading);
  font-size: 1.16rem;
  font-weight: 800;
}

.floating-card,
.reward-card,
.static-card {
  padding: 22px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(236, 249, 242, 0.96));
  border: 1px solid var(--money-line);
  box-shadow: var(--shadow-soft);
}

.media-card {
  display: grid;
  gap: 18px;
  padding: 18px;
  border-radius: 26px;
  border: 1px solid rgba(74, 140, 212, 0.16);
  background:
    radial-gradient(circle at top right, rgba(133, 203, 255, 0.24), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 248, 255, 0.95));
  box-shadow: var(--shadow-soft);
}

.portrait-card {
  grid-template-columns: minmax(130px, 160px) minmax(0, 1fr);
  align-items: center;
  animation: float-card 5.8s ease-in-out infinite;
}

.portrait-card-compact {
  grid-template-columns: 96px minmax(0, 1fr);
  padding: 14px;
  margin-top: 18px;
}

.portrait-image {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 22px;
  border: 3px solid rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 30px rgba(21, 77, 138, 0.16);
}

.media-card-copy {
  display: grid;
  gap: 8px;
}

.media-card-copy h3 {
  font-size: 1.18rem;
}

.media-card-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.68;
}

.panel-label {
  margin: 0 0 14px;
  color: var(--accent-strong);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.feature-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.feature-list li {
  position: relative;
  padding-left: 18px;
  line-height: 1.65;
}

.feature-list li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #66bcff, #2376eb);
}

.metric-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.metric-strip span,
.proof-badges span {
  display: inline-flex;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(62, 124, 196, 0.16);
  background: rgba(255, 255, 255, 0.88);
  color: var(--accent-strong);
  font-size: 0.9rem;
  font-weight: 700;
}

.metric-strip span:nth-child(2n),
.proof-badges span:nth-child(2n) {
  border-color: var(--money-line);
  background: rgba(233, 247, 239, 0.9);
  color: var(--money-strong);
}

.proof-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.card-head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.icon-mark {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(223, 239, 255, 0.95), rgba(244, 250, 255, 0.98));
  color: var(--accent-strong);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.trust-item:nth-child(2) .icon-mark,
.reward-card .icon-mark,
.floating-card .icon-mark {
  background: linear-gradient(145deg, rgba(225, 244, 233, 0.96), rgba(244, 252, 247, 0.98));
  color: var(--money-strong);
}

.icon-mark svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-panel-copy h2 {
  margin-top: 8px;
}

.section-grid,
.form-grid,
.admin-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: start;
}

.content-card {
  padding: 34px;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--surface-strong);
  border-color: rgba(59, 120, 191, 0.12);
  box-shadow: 0 18px 38px rgba(21, 77, 138, 0.07);
}

.section-grid .content-card,
.form-grid .content-card {
  display: flex;
  flex-direction: column;
}

.content-card.wide {
  background: var(--surface-blue);
  border-top: 4px solid rgba(13, 97, 216, 0.12);
}

.section-heading {
  display: grid;
  gap: 10px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(74, 140, 212, 0.12);
}

.section-heading::after {
  content: "";
  width: 72px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent-strong), var(--money));
}

.video-frame {
  margin-top: 26px;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(74, 140, 212, 0.16);
  background: #dfeeff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  min-height: 280px;
}

.video-frame iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

.stack-list {
  display: grid;
  gap: 18px;
  margin-top: 22px;
}

.stack-list article {
  position: relative;
  padding: 22px 22px;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff, #f3f8ff);
  border: 1px solid rgba(74, 140, 212, 0.14);
  border-left: 4px solid rgba(13, 97, 216, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.stack-list article:nth-child(2n) {
  background: linear-gradient(180deg, #ffffff, #f3fbf6);
  border-color: var(--money-line);
  border-left-color: rgba(24, 120, 74, 0.28);
}

.stack-list article:nth-child(2n)::after {
  background: var(--frame-green);
}

.stack-list p {
  margin: 10px 0 0;
  line-height: 1.72;
}

.checklist-section {
  padding: 34px;
  border-radius: calc(var(--radius) + 6px);
  border: 1px solid rgba(74, 140, 212, 0.16);
  background:
    radial-gradient(circle at top left, rgba(165, 214, 255, 0.18), transparent 26%),
    linear-gradient(180deg, rgba(241, 248, 255, 0.96), rgba(255, 255, 255, 0.94));
  box-shadow: var(--shadow);
}

.check-grid,
.admin-overview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.admin-overview {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.mini-card {
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  border-left: 4px solid rgba(13, 97, 216, 0.16);
  box-shadow: 0 12px 28px rgba(21, 77, 138, 0.05);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.mini-card:nth-child(2n) {
  background: linear-gradient(180deg, #ffffff, #f3fbf6);
  border-color: var(--money-line);
  border-left-color: rgba(24, 120, 74, 0.28);
}

.mini-card:nth-child(2n)::after {
  background: var(--frame-green);
}

.card-number {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(49, 141, 255, 0.1);
  color: var(--accent-strong);
  font-weight: 800;
}

.mini-card h3 {
  margin-top: 16px;
}

.mini-card p {
  margin: 12px 0 0;
  line-height: 1.68;
}

.form-grid {
  margin-top: 28px;
}

.form-card {
  display: grid;
  gap: 16px;
  margin-top: 18px;
}

.form-card label {
  display: grid;
  gap: 8px;
}

.form-card input,
.form-card textarea,
.form-card select {
  width: 100%;
  padding: 15px 16px;
  border: 1px solid rgba(74, 140, 212, 0.2);
  border-radius: 18px;
  background: #ffffff;
  color: var(--heading);
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
  transition:
    border-color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.form-card input:focus,
.form-card textarea:focus,
.form-card select:focus {
  border-color: rgba(47, 124, 255, 0.7);
  transform: translateY(-1px);
  box-shadow: 0 0 0 4px rgba(49, 141, 255, 0.12);
}

.form-card textarea {
  resize: vertical;
}

.highlight {
  background:
    radial-gradient(circle at top right, rgba(112, 204, 154, 0.16), transparent 28%),
    var(--surface-highlight);
}

.reward-card {
  margin-top: 20px;
  border-left: 4px solid rgba(24, 120, 74, 0.28);
}

.support-stack {
  display: grid;
  gap: 24px;
  align-content: start;
}

.trust-ribbon {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.trust-item,
.faq-item {
  position: relative;
  padding: 24px;
  border-radius: 26px;
  border: 1px solid rgba(74, 140, 212, 0.14);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 28px rgba(21, 77, 138, 0.06);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.trust-item:nth-child(1) {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 249, 255, 0.96));
}

.trust-item:nth-child(2) {
  background: linear-gradient(180deg, rgba(248, 252, 249, 0.98), rgba(237, 248, 242, 0.96));
  border-color: var(--money-line);
}

.trust-item:nth-child(3) {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 255, 0.96));
}

.trust-item p:last-child,
.faq-item p:last-child {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.68;
}

.faq-item {
  border-left: 4px solid rgba(13, 97, 216, 0.18);
}

.faq-item:nth-child(2n) {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 250, 245, 0.98));
  border-color: var(--money-line);
  border-left-color: rgba(24, 120, 74, 0.28);
}

.faq-item:nth-child(2n)::after {
  background: var(--frame-green);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
  align-items: start;
}

.detail-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 18px 0 22px;
  list-style: none;
}

.detail-list li {
  position: relative;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.68;
}

.detail-list li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #56c787, #1c8f58);
}

.image-band {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 0;
  margin: 18px 0 8px;
  border-radius: 24px;
  border: 1px solid rgba(74, 140, 212, 0.16);
  background: #dcecff;
  box-shadow: var(--shadow-soft);
}

.image-band img {
  display: block;
  width: 100%;
  min-height: 180px;
  object-fit: cover;
}

.image-band-copy {
  display: grid;
  gap: 6px;
  padding: 18px 20px 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 248, 255, 0.96));
}

.image-band-copy strong {
  color: var(--heading);
}

.image-band-copy span {
  color: var(--muted);
  line-height: 1.64;
}

.share-panel {
  display: grid;
  gap: 16px;
  margin-top: 18px;
}

.share-placeholder {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.placeholder-card {
  position: relative;
  padding: 18px 18px 16px;
  border-radius: 22px;
  border: 1px solid rgba(74, 140, 212, 0.14);
  background: linear-gradient(180deg, #ffffff, #f3f8ff);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.placeholder-card:nth-child(2n) {
  border-color: var(--money-line);
  background: linear-gradient(180deg, #ffffff, #f2fbf6);
}

.placeholder-card:nth-child(2n)::after {
  background: var(--frame-green);
}

.placeholder-card p:last-child {
  margin: 0;
  line-height: 1.68;
}

.copy-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.status-message {
  min-height: 24px;
  margin: 0;
  font-size: 0.95rem;
}

.status-message.success {
  color: var(--good);
}

.status-message.error {
  color: var(--danger);
}

.footer-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 36px;
  border-radius: var(--radius);
  border: 1px solid rgba(74, 140, 212, 0.18);
  background:
    radial-gradient(circle at top right, rgba(127, 200, 255, 0.24), transparent 28%),
    radial-gradient(circle at 18% 82%, rgba(107, 201, 150, 0.18), transparent 24%),
    linear-gradient(135deg, rgba(234, 246, 255, 0.98), rgba(255, 255, 255, 0.98));
  box-shadow: 0 20px 46px rgba(21, 77, 138, 0.08);
}

.contact-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.contact-strip a {
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid rgba(62, 124, 196, 0.16);
  background: rgba(255, 255, 255, 0.84);
  color: var(--accent-strong);
  font-weight: 700;
}

.contact-strip a:first-child {
  border-color: var(--money-line);
  background: rgba(233, 247, 239, 0.92);
  color: var(--money-strong);
}

.admin-body {
  min-height: 100vh;
}

.admin-shell {
  width: min(100% - 28px, 1320px);
}

.admin-main {
  padding-top: 32px;
}

.table-wrap {
  overflow-x: auto;
  margin-top: 18px;
}

.data-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 680px;
  color: var(--muted);
}

.data-table th,
.data-table td {
  padding: 14px 12px;
  border-bottom: 1px solid rgba(74, 140, 212, 0.14);
  text-align: left;
  vertical-align: top;
}

.data-table th {
  color: var(--accent-strong);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.data-table strong,
.data-table a {
  color: var(--heading);
}

.table-actions {
  display: grid;
  gap: 10px;
}

.pill {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(232, 242, 255, 0.92);
  border: 1px solid rgba(62, 124, 196, 0.14);
  font-size: 0.82rem;
  color: var(--accent-strong);
  font-weight: 700;
}

#rewardPill,
.inline-pills .pill:nth-child(2n) {
  background: rgba(233, 247, 239, 0.92);
  border-color: var(--money-line);
  color: var(--money-strong);
}

.large-pill {
  min-height: 42px;
  padding: 10px 16px;
  font-size: 0.92rem;
}

.compact-stack article {
  padding: 18px 20px;
}

.split-actions {
  display: grid;
  gap: 12px;
}

.full-width-button {
  width: 100%;
}

.vertical-contact-strip {
  flex-direction: column;
}

.compact-text {
  margin-top: 14px;
}

.footer-note {
  margin: 18px 4px 0;
  color: var(--muted);
  text-align: center;
}

.activity-list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.activity-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border-radius: 22px;
  border: 1px solid rgba(74, 140, 212, 0.14);
  background: linear-gradient(180deg, #f8fbff, #eef5ff);
}

.activity-item strong,
.activity-item time,
.link-group a {
  color: var(--heading);
}

.activity-item p,
.activity-item small {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.62;
}

.activity-item time {
  white-space: nowrap;
  font-size: 0.9rem;
  font-weight: 700;
}

.system-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 24px;
}

.admin-span-2 {
  grid-column: 1 / -1;
}

.admin-card-list {
  display: grid;
  gap: 18px;
  margin-top: 20px;
}

.admin-card {
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(74, 140, 212, 0.14);
  background: linear-gradient(180deg, #ffffff, #f6faff);
  box-shadow: var(--shadow-soft);
}

.admin-card-header,
.admin-card-footer,
.link-group,
.stats-inline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 18px;
}

.admin-card-header p,
.muted-copy,
.admin-card-message {
  margin: 8px 0 0;
  color: var(--muted);
}

.inline-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.stats-inline {
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 20px;
  background: linear-gradient(90deg, rgba(232, 242, 255, 0.56), rgba(233, 247, 239, 0.56));
}

.stats-inline span {
  color: var(--muted);
}

.stats-inline strong {
  color: var(--heading);
}

.link-group {
  margin-top: 16px;
}

.link-group a {
  font-weight: 700;
}

.admin-form-grid {
  margin-top: 18px;
}

.top-spacer {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

.admin-card-footer {
  margin-top: 18px;
}

.admin-card-message {
  padding: 14px 16px;
  border-radius: 20px;
  background: rgba(232, 242, 255, 0.42);
}

.empty-state {
  padding: 20px 22px;
  border-radius: 22px;
  background: linear-gradient(180deg, #f7fbff, #eef6ff);
  border: 1px solid rgba(74, 140, 212, 0.14);
  color: var(--muted);
}

.stack-list article:hover,
.trust-item:hover,
.faq-item:hover,
.mini-card:hover,
.placeholder-card:hover,
.media-card:hover {
  transform: translateY(-4px);
  border-color: rgba(28, 106, 199, 0.22);
  box-shadow: 0 18px 34px rgba(21, 77, 138, 0.1);
}

.stack-list article:nth-child(2n):hover,
.faq-item:nth-child(2n):hover,
.mini-card:nth-child(2n):hover,
.placeholder-card:nth-child(2n):hover {
  border-color: rgba(24, 120, 74, 0.28);
  box-shadow: 0 18px 34px rgba(24, 120, 74, 0.12);
}

.stack-list article > h3:first-child,
.faq-item > h3:first-child,
.mini-card > h3 {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.stack-list article > h3:first-child::before,
.faq-item > h3:first-child::before,
.mini-card > h3::before {
  content: "";
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  border: 1px solid rgba(74, 140, 212, 0.16);
  background-color: rgba(232, 242, 255, 0.94);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  box-shadow: var(--shadow-soft);
}

.stack-list article:nth-child(1) > h3:first-child::before,
.mini-card:nth-child(1) > h3::before,
.faq-item:nth-child(1) > h3:first-child::before {
  background-image: var(--icon-graph-blue);
}

.stack-list article:nth-child(2) > h3:first-child::before,
.mini-card:nth-child(2) > h3::before,
.faq-item:nth-child(2) > h3:first-child::before {
  border-color: var(--money-line);
  background-color: rgba(233, 247, 239, 0.94);
  background-image: var(--icon-shield-green);
}

.stack-list article:nth-child(3) > h3:first-child::before,
.mini-card:nth-child(3) > h3::before,
.faq-item:nth-child(3) > h3:first-child::before {
  background-image: var(--icon-search-blue);
}

.stack-list article:nth-child(4) > h3:first-child::before,
.faq-item:nth-child(4) > h3:first-child::before {
  border-color: var(--money-line);
  background-color: rgba(233, 247, 239, 0.94);
  background-image: var(--icon-check-green);
}

.compact-stack article:nth-child(2) > h3:first-child::before {
  border-color: var(--money-line);
  background-color: rgba(233, 247, 239, 0.94);
  background-image: var(--icon-wallet-green);
}

.compact-stack article:nth-child(3) > h3:first-child::before {
  background-image: var(--icon-path-blue);
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  animation: reveal-up 0.68s ease forwards;
}

.reveal:nth-child(2) {
  animation-delay: 0.08s;
}

.reveal:nth-child(3) {
  animation-delay: 0.16s;
}

.reveal:nth-child(4) {
  animation-delay: 0.24s;
}

.chatbot-widget {
  position: fixed;
  right: 22px;
  bottom: 18px;
  z-index: 1300;
  width: min(390px, calc(100vw - 28px));
  height: 0;
}

.chatbot-widget.is-collapsed .chatbot-panel {
  opacity: 0;
  transform: translateY(18px) scale(0.98);
  pointer-events: none;
}

.chatbot-widget.is-collapsed .chatbot-toggle-icon {
  transform: rotate(0deg);
}

.chatbot-widget:not(.is-collapsed) .chatbot-teaser {
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
}

.chatbot-teaser {
  position: absolute;
  right: 0;
  bottom: 0;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: 280px;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid rgba(74, 140, 212, 0.16);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 38px rgba(21, 77, 138, 0.12);
  color: var(--heading);
  font-size: 0.92rem;
  font-weight: 700;
  transition:
    opacity 0.22s ease,
    transform 0.22s ease;
}

.chatbot-teaser-mark {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: linear-gradient(145deg, rgba(233, 247, 239, 0.98), rgba(244, 252, 247, 0.98));
  color: var(--money-strong);
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.chatbot-panel {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(74, 140, 212, 0.16);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 28px 64px rgba(14, 54, 99, 0.2);
  transition:
    opacity 0.24s ease,
    transform 0.24s ease;
  backdrop-filter: blur(20px);
  transform-origin: bottom right;
}

.chatbot-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 18px;
  background:
    radial-gradient(circle at top right, rgba(112, 204, 154, 0.18), transparent 30%),
    linear-gradient(135deg, rgba(232, 242, 255, 0.98), rgba(255, 255, 255, 0.98));
  border-bottom: 1px solid rgba(74, 140, 212, 0.12);
}

.chatbot-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.chatbot-brand-badge {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 16px;
  background: linear-gradient(145deg, #1f74eb, #1d9c65);
  color: #ffffff;
  font-family: var(--font-display);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.chatbot-brand-copy {
  display: grid;
  gap: 2px;
}

.chatbot-brand-copy strong {
  color: var(--heading);
  font-size: 0.96rem;
}

.chatbot-brand-copy span {
  color: var(--muted);
  font-size: 0.83rem;
}

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

.chatbot-header-button,
.chatbot-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  border: 1px solid rgba(74, 140, 212, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--heading);
  font-weight: 700;
}

.chatbot-header-button {
  padding: 0 14px;
  color: var(--muted);
  font-size: 0.84rem;
}

.chatbot-toggle-icon {
  display: inline-block;
  transition: transform 0.22s ease;
  transform: rotate(45deg);
}

.chatbot-body {
  display: flex;
  flex-direction: column;
  min-height: 460px;
  max-height: min(72vh, 620px);
}

.chatbot-messages {
  flex: 1;
  overflow-y: auto;
  display: grid;
  gap: 14px;
  padding: 18px;
  background:
    radial-gradient(circle at top right, rgba(108, 201, 151, 0.09), transparent 24%),
    linear-gradient(180deg, rgba(248, 251, 255, 0.98), rgba(242, 248, 255, 0.96));
}

.chatbot-message {
  display: flex;
}

.chatbot-message.is-user {
  justify-content: flex-end;
}

.chatbot-bubble {
  max-width: 82%;
  padding: 14px 16px;
  border-radius: 18px;
  line-height: 1.6;
  font-size: 0.94rem;
  white-space: pre-wrap;
}

.chatbot-message.is-bot .chatbot-bubble {
  border: 1px solid rgba(74, 140, 212, 0.12);
  background: rgba(255, 255, 255, 0.98);
  color: var(--text);
  border-bottom-left-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.chatbot-message.is-user .chatbot-bubble {
  background: linear-gradient(135deg, #2f86f1, #1d9c65);
  color: #ffffff;
  border-bottom-right-radius: 8px;
  box-shadow: 0 14px 28px rgba(32, 121, 167, 0.22);
}

.chatbot-nav-list,
.chatbot-starters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.chatbot-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(74, 140, 212, 0.14);
  background: rgba(232, 242, 255, 0.9);
  color: var(--accent-strong);
  font-size: 0.86rem;
  font-weight: 700;
}

.chatbot-chip.is-nav:nth-child(2n),
.chatbot-starters .chatbot-chip:nth-child(2n) {
  border-color: var(--money-line);
  background: rgba(233, 247, 239, 0.92);
  color: var(--money-strong);
}

.chatbot-input-wrap {
  display: grid;
  gap: 12px;
  padding: 16px 18px 18px;
  background: rgba(255, 255, 255, 0.98);
  border-top: 1px solid rgba(74, 140, 212, 0.1);
}

.chatbot-input-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.chatbot-input-row input {
  min-width: 0;
  padding: 14px 16px;
  border: 1px solid rgba(74, 140, 212, 0.18);
  border-radius: 18px;
  background: #ffffff;
  color: var(--heading);
  outline: none;
}

.chatbot-input-row input:focus {
  border-color: rgba(47, 164, 107, 0.48);
  box-shadow: 0 0 0 4px rgba(47, 164, 107, 0.1);
}

.chatbot-send {
  min-width: 52px;
  height: 52px;
  border: none;
  border-radius: 18px;
  background: linear-gradient(135deg, #1d9c65, #2f86f1);
  color: #ffffff;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.chatbot-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: 0.8rem;
}

.chatbot-typing {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.chatbot-typing span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(24, 120, 74, 0.7);
  animation: chatbot-typing 1.2s infinite ease-in-out;
}

.chatbot-typing span:nth-child(2) {
  animation-delay: 0.18s;
}

.chatbot-typing span:nth-child(3) {
  animation-delay: 0.36s;
}

@keyframes chatbot-typing {
  0%,
  80%,
  100% {
    transform: translateY(0);
    opacity: 0.45;
  }
  40% {
    transform: translateY(-4px);
    opacity: 1;
  }
}

@keyframes reveal-up {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes float-card {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

@media (max-width: 1080px) {
  .hero,
  .section-grid,
  .form-grid,
  .admin-grid,
  .check-grid,
  .admin-overview,
  .trust-ribbon,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .footer-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .system-banner,
  .activity-item {
    flex-direction: column;
    align-items: flex-start;
  }

  h1 {
    max-width: 100%;
  }
}

@media (max-width: 760px) {
  .page-shell,
  .admin-shell {
    width: min(100% - 20px, var(--container));
  }

  .site-header {
    flex-direction: column;
    align-items: stretch;
    border-radius: 28px;
  }

  .brand {
    gap: 12px;
  }

  .brand-mark {
    width: 62px;
    height: 62px;
    flex-basis: 62px;
    border-radius: 20px;
  }

  .brand-logo-mark {
    padding: 5px;
  }

  .brand-copy strong {
    font-size: 1rem;
  }

  .site-nav {
    justify-content: flex-start;
  }

  .mobile-nav-toggle {
    display: none;
  }

  .site-header.is-compact {
    position: sticky;
    top: 10px;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 24px;
  }

  .site-header.is-compact .brand {
    min-width: 0;
    gap: 10px;
  }

  .site-header.is-compact .brand-mark {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
    border-radius: 14px;
    font-size: 0.88rem;
  }

  .site-header.is-compact .brand-logo-mark {
    padding: 3px;
  }

  .site-header.is-compact .brand-copy {
    min-width: 0;
    gap: 2px;
  }

  .site-header.is-compact .brand-copy strong {
    font-size: 0.94rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .site-header.is-compact .brand-copy span:last-child {
    display: none;
  }

  .site-header.is-compact .mobile-nav-toggle {
    display: inline-flex;
    margin-left: auto;
    flex-direction: column;
  }

  .site-header.is-compact .site-nav {
    display: none;
  }

  .site-header.is-compact.is-menu-open .site-nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    display: grid;
    gap: 8px;
    padding: 12px;
    border: 1px solid rgba(48, 101, 178, 0.14);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(18px);
    box-shadow: 0 20px 44px rgba(21, 77, 138, 0.13);
  }

  .site-header.is-compact.is-menu-open .site-nav a {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 0 12px;
    border-radius: 14px;
    background: rgba(237, 244, 251, 0.92);
  }

  .site-header.is-compact.is-menu-open .site-nav a::after {
    display: none;
  }

  .site-header.is-compact.is-menu-open .mobile-nav-toggle {
    border-color: rgba(13, 97, 216, 0.24);
    background: rgba(231, 243, 255, 0.96);
  }

  .site-header.is-compact.is-menu-open .mobile-nav-toggle span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .site-header.is-compact.is-menu-open .mobile-nav-toggle span:nth-child(2) {
    opacity: 0;
  }

  .site-header.is-compact.is-menu-open .mobile-nav-toggle span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .hero-copy,
  .hero-panel,
  .content-card,
  .mini-card,
  .footer-cta {
    padding: 22px;
  }

  .checklist-section {
    padding: 22px;
  }

  .portrait-card,
  .portrait-card-compact {
    grid-template-columns: 1fr;
  }

  .portrait-image {
    max-width: 240px;
    justify-self: center;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(2.1rem, 10vw, 3.2rem);
  }

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

  .hero-kicker {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .hero-note-row span,
  .metric-strip span,
  .proof-badges span,
  .contact-strip a {
    width: 100%;
    justify-content: center;
  }

  .copy-row {
    grid-template-columns: 1fr;
  }

  .card-head {
    align-items: center;
  }

  .site-nav a {
    font-size: 0.9rem;
  }

  .admin-card,
  .activity-item {
    padding: 20px;
  }

  .chatbot-widget {
    left: 12px;
    right: 12px;
    bottom: calc(10px + env(safe-area-inset-bottom, 0px));
    width: auto;
  }

  .chatbot-teaser {
    left: 0;
    right: 0;
    justify-self: stretch;
    max-width: none;
    min-height: 50px;
    padding: 10px 14px;
    border-radius: 22px;
    font-size: 0.85rem;
  }

  .chatbot-teaser-mark {
    width: 24px;
    height: 24px;
    font-size: 0.68rem;
  }

  .chatbot-panel {
    border-radius: 22px;
    box-shadow: 0 18px 42px rgba(14, 54, 99, 0.18);
  }

  .chatbot-header {
    gap: 10px;
    padding: 12px 14px;
  }

  .chatbot-brand {
    gap: 10px;
  }

  .chatbot-brand-badge {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    font-size: 0.74rem;
  }

  .chatbot-brand-copy strong {
    font-size: 0.88rem;
  }

  .chatbot-brand-copy span {
    font-size: 0.75rem;
  }

  .chatbot-header-button,
  .chatbot-toggle {
    min-width: 36px;
    height: 36px;
    border-radius: 12px;
  }

  .chatbot-header-button {
    padding: 0 10px;
    font-size: 0.78rem;
  }

  .chatbot-body {
    min-height: 300px;
    max-height: min(56vh, 420px);
  }

  .chatbot-messages {
    gap: 10px;
    padding: 14px;
  }

  .chatbot-bubble {
    max-width: 88%;
    padding: 12px 13px;
    font-size: 0.88rem;
    line-height: 1.5;
  }

  .chatbot-chip {
    min-height: 34px;
    padding: 0 12px;
    font-size: 0.8rem;
  }

  .chatbot-input-wrap {
    gap: 10px;
    padding: 12px 14px 14px;
  }

  .chatbot-input-row {
    grid-template-columns: 1fr;
  }

  .chatbot-input-row input {
    padding: 12px 14px;
    border-radius: 14px;
    font-size: 16px;
  }

  .chatbot-send {
    width: 100%;
    height: 44px;
    border-radius: 14px;
  }

  .chatbot-meta {
    font-size: 0.74rem;
  }
}
